.doctor-item .doctor-thumb img {
     height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top;
    object-position: center;
    border-radius: 20px;
    width: 230px;
    background: #eee;
    padding: 9px;
    padding-bottom: 0;
}
@media only screen and (max-width: 768px){
  .doctor-item .doctor-thumb img {
     height: 100%;
     width: 100%;
}
.data {
    /* margin-top: -21px; */
    /* text-align: center; */
    margin-left: 18px;
    color: #ff0000;
}
}
.doctor-item .content,
.preview-list-user-wrapper .preview-list-user-content {
  padding-left: 20px;
  width: 400px;
}

.doctor-item .content .title {
  margin-bottom: 15px;
}

.doctor-item .btn--base {
    padding: 5px 10px;
    margin-right: 12px;
    margin-bottom: 10px;
}

.booking-area {
  border: 1px solid #eee;
  border-radius: 20px;
  box-shadow: rgba(0, 0, 0, 0.15) 0 3px 7px 0;
}

.booking-area.fixed {
  position: sticky;
  top: 70px;
}

.booking-area .thumb {
  border-radius: 50%;
  overflow: hidden;
  width: 200px;
  height: 200px;
  margin: 0 auto;
  border: 5px solid #eee;
}

.booking-area .thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  background: #eee;
}

.booking-area .content .list li {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  color: #363333;
  border-bottom: 1px solid #eee;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 0;
}

.booking-area .content .list li span {
    text-transform: capitalize;
    color: #6c7176;
    font-weight: 500;
    font-size: 13px;
    padding-left: 5px;
    text-align: right;
    /* width: 400px; */
    width: 300px;
}

@media only screen and (max-width: 470px) {
  .booking-area .content .list li {
    font-size: 12px;
    font-weight: 500;
  }

  .booking-area .content .list li span {
    font-size: 10px;
    font-weight: 400;
  }
}

@media only screen and (max-width: 350px) {
  .otp {
    width: 40px;
    height: 40px;
  }

  .booking-area .content .list li {
    font-size: 11px;
    font-weight: 500;
  }

  .booking-area .content .list li span {
    font-size: 9px;
    font-weight: 400;
  }
}

.booking-area .content .list li span .btn--base {
  padding: 8px 20px;
  border-radius: 8px;
  font-size: 14px;
}

.booking-area .booking-form label {
  font-weight: 500;
  color: #413d3d;
}

.investigation-area .investigation-item {
  padding: 10px 20px;
  border: 1px solid #eee;
  border-radius: 10px;
  text-align: center;
}

.investigation-area .investigation-item .price-cut {
  font-weight: 600;
  text-decoration: line-through;
  color: rgba(173, 2, 2, 0.425);
}

.home-service-item {
  border: 1px solid #eee;
  box-shadow: rgba(0, 0, 0, 0.15) 0 3px 7px 0;
  border-radius: 20px;
  text-align: center;
}

.home-check-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin: -10px;
}

.home-check-area .home-check-wrapper {
  margin: 10px;
}

.branch-item {
  padding: 20px;
  border: 1px solid #eee;
  -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0 3px 7px 0;
  box-shadow: rgba(0, 0, 0, 0.15) 0 3px 7px 0;
  border-radius: 20px;
}

.branch-item .icon-wrapper {
  margin-top: -50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.branch-item .icon-wrapper .icon-area {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-color: var(--primary-color);
  border: 5px solid #fff;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0 3px 7px 0;
  box-shadow: rgba(0, 0, 0, 0.15) 0 3px 7px 0;
  margin-bottom: 10px;
}

.branch-item .icon-wrapper .icon-area i {
  font-size: 28px;
}

.page-wrapper {
  min-height: 100vh;
}

.sidebar::-webkit-scrollbar {
  display: none;
}

.sidebar {
  width: 250px;
  position: fixed;
  border: 1px solid #eee;
  -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0 3px 7px 0;
  box-shadow: rgba(0, 0, 0, 0.15) 0 3px 7px 0;
  border-radius: 8px;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  margin: 16px 0 16px 16px;
  padding: 10px;
  top: 0;
  left: 0;
  height: calc(100vh - 30px);
  z-index: 9;
  overflow: hidden;
  overflow-y: auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.sidebar-logo,
.sidebar-menu-header {
  position: relative;
  margin-bottom: 15px;
}

.sidebar.active {
  width: 60px;
}

.sidebar.active .sidebar-menu .sidebar-menu-item .menu-icon,
.sidebar.active .sidebar-submenu .nav-item a i {
  margin-right: 0;
}

.form-group .payment-method-select,
.home-check-other-input,
.investigation-item span,
.sidebar-menu .sidebar-menu-item .sidebar-submenu .sidebar-menu-item a::after,
.sidebar-menu .sidebar-menu-item.active .sidebar-submenu .sidebar-menu-item a::before,
.sidebar.active .menu-title,
.sidebar.active .sidebar-doc-box,
.sidebar.active .sidebar-menu .sidebar-menu-item .sidebar-item-badge,
.sidebar.active .sidebar-submenu .nav-item a .title,
.voucher-apply-wrapper {
  display: none;
}

.sidebar.active .sidebar-menu .sidebar-menu-item a {
  padding: 12px 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.sidebar:hover {
  width: 250px;
}

.sidebar:hover .sidebar-menu .sidebar-menu-item a {
  padding: 12px 15px;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.dashboard-title-part .left .icon,
.sidebar:hover .sidebar-menu .sidebar-menu-item .menu-icon {
  margin-right: 10px;
}

.sidebar-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-bottom: 15px;
    margin-top: 25px;
}

.sidebar-logo::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: -webkit-gradient(linear,
      left top,
      right top,
      from(rgba(224, 225, 226, 0)),
      color-stop(47.22%, #e0e1e2),
      color-stop(94.44%, rgba(224, 225, 226, 0.157)));
  background: linear-gradient(90deg,
      rgba(224, 225, 226, 0) 0,
      #e0e1e2 47.22%,
      rgba(224, 225, 226, 0.157) 94.44%);
}

.sidebar-logo .sidebar-main-logo {
  max-width: 130px;
}

.sidebar-logo .sidebar-menu-bar {
  font-size: 14px;
  color: #6c7176;
  background-color: transparent;
  display: none;
}

.dashboard-title-part,
.main-wrapper,
.sidebar-doc-box .sidebar-doc-icon,
.sidebar-menu .sidebar-menu-item a {
  display: -webkit-box;
  display: -ms-flexbox;
}

.sidebar-menu-wrapper {
  padding-top: 15px;
}

.sidebar-menu-header {
  letter-spacing: 0.05em;
  font-size: 0.6875rem;
  font-weight: 500;
  padding-left: 10px;
  text-transform: uppercase;
  white-space: nowrap;
  margin-top: 20px;
}

.sidebar-menu-header::before {
  content: "--";
  position: absolute;
  left: 0;
  top: 0;
}

.sidebar-item-badge,
.sidebar-menu .sidebar-menu-item .sidebar-item-badge {
  margin-left: auto;
}

.sidebar-menu .sidebar-menu-item {
  position: relative;
  margin-bottom: 5px;
  border-radius: 10px;
}

.sidebar-menu .sidebar-menu-item::after {
  position: absolute;
  content: "";
  top: 0;
  right: -15px;
  width: 2px;
  height: 0;
  background-color: var(--primary-color);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.sidebar-menu .sidebar-menu-item a {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #1a043f;
  font-weight: 500;
  padding: 12px 15px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.sidebar-menu .sidebar-menu-item a .menu-icon {
  width: 30px;
  height: 30px;
  background-color: transparent;
  color: var(--primary-color);
  border: 1px solid var(--primary-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  font-size: 18px;
  margin-right: 10px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.sidebar-menu .sidebar-menu-item a span {
  max-width: 16ch;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.sidebar-menu .sidebar-menu-item.sidebar-dropdown a::after {
  position: absolute;
  top: 18px;
  right: 25px;
  font-family: "line Awesome Free";
  color: #6c7176;
  font-weight: 700;
  content: "\f105";
  font-size: 12px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.sidebar-menu .sidebar-menu-item .sidebar-submenu {
  position: relative;
  display: none;
  z-index: 1;
}

.sidebar-menu .sidebar-menu-item .sidebar-submenu .sidebar-menu-item {
  letter-spacing: normal;
  color: #6c7176;
  font-weight: 400;
  margin-top: 0;
  padding-left: 2px;
}

.sidebar-menu .sidebar-menu-item .sidebar-submenu .sidebar-menu-item a {
  padding: 10px 20px;
}

.sidebar-menu .sidebar-menu-item .sidebar-submenu .sidebar-menu-item a:hover,
.sidebar-menu .sidebar-menu-item.active .sidebar-submenu .sidebar-menu-item a:hover {
  letter-spacing: 1px;
}

.sidebar-menu .sidebar-menu-item .sidebar-submenu .sidebar-menu-item a .menu-icon {
  font-size: 18px;
  margin-right: 8px;
}

.sidebar-menu .sidebar-menu-item:hover {
  letter-spacing: 1px;
  color: var(--primary-color);
  font-weight: 600;
}

.sidebar-menu .sidebar-menu-item.active::after {
  height: 30px;
}

.sidebar-menu .sidebar-menu-item.active .sidebar-submenu .sidebar-menu-item a.active {
  color: var(--primary-color);
  font-weight: 700;
}

.sidebar-menu .sidebar-menu-item.active .sidebar-submenu .sidebar-menu-item a .menu-icon {
  width: auto;
  height: auto;
  display: block;
  background-color: transparent;
}

.sidebar-menu .sidebar-menu-item .sidebar-item-badge .badge {
  line-height: 20px !important;
  padding: 0 !important;
  border: none;
  margin-bottom: 0;
  border-radius: 50%;
  font-weight: 700;
  text-align: center;
  display: inline-block;
  color: #1a043f;
  font-size: 14px;
}

.sidebar-menu .sidebar-menu-item.active .sidebar-item-badge span,
.sidebar-menu .sidebar-menu-item.active a::after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.sidebar-menu .sidebar-menu-item .sidebar-item-badge span,
.single-popular-item .popular-item-content .title a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.sidebar-doc-box {
  border-radius: 15px;
  padding: 15px;
  min-height: 170px;
  min-width: 218px;
  border: 1px solid #eee;
  background-color: rgba(255, 255, 255, 0.5);
}

.sidebar-doc-box .sidebar-doc-icon {
  width: 30px;
  height: 30px;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: var(--primary-color);
  color: #fff;
  border-radius: 10px;
  font-size: 20px;
  margin-bottom: 5px;
}

.sidebar-doc-box .sidebar-doc-content .title {
  margin-bottom: 2px;
}

.sidebar-doc-box .sidebar-doc-content .sidebar-doc-btn a {
  background: linear-gradient(126.97deg,
      rgba(6, 11, 40, 0.74) 28.26%,
      rgba(10, 14, 35, 0.71) 91.2%);
  padding: 14px 40px;
  font-size: 14px;
}

.main-wrapper {
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  min-height: 100vh;
}

.navbar-wrapper {
  padding: 20px 0;
  margin-left: 250px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.navbar-wrapper.active {
  margin-left: 85px;
}

.navbar-wrapper.active .dashboard-title-part {
  padding: 0 10px 0 0;
}

.dashboard-title-part {
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 20px 0 35px;
}

.dashboard-header-wrapper,
.dashboard-title-part .right {
  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-box-align: center;
}

.dashboard-title-part .left .icon button,
.dashboard-title-part .left .icon input[type="button"],
.dashboard-title-part .left .icon input[type="reset"],
.dashboard-title-part .left .icon input[type="submit"] {
  font-size: 14px;
  color: #1a043f;
  background-color: transparent;
}

.card-header-user-area .card-header-user-content .sub-title,
.dashboard-title-part p {
  font-size: 12px;
  font-weight: 500;
}

.dashboard-title-part .right {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin: -8px;
}

.dashboard-path .main-path {
  color: #1a043f;
  font-weight: 600;
}

.header-search-wrapper {
  width: 350px;
  background-color: rgba(255, 255, 255, 0.05);
  border: 1px solid #eee;
  border-radius: 10px;
  margin: 8px;
}

.header-search-wrapper input {
  border: none;
  height: 40px;
  padding-left: 35px;
  padding-right: 20px;
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  color: #1a043f;
}

.header-search-wrapper input:focus {
  background-color: transparent;
  border: none;
}

.header-search-wrapper input::-webkit-input-placeholder {
  color: rgba(108, 113, 118, 0.8);
}

.header-search-wrapper input::-moz-placeholder {
  color: rgba(108, 113, 118, 0.8);
}

.header-search-wrapper input:-ms-input-placeholder {
  color: rgba(108, 113, 118, 0.8);
}

.header-search-wrapper input::-ms-input-placeholder {
  color: rgba(108, 113, 118, 0.8);
}

.header-search-wrapper input::placeholder {
  color: rgba(108, 113, 118, 0.8);
}

.header-search-wrapper span {
  position: absolute;
  font-size: 16px;
  line-height: 38px;
  color: rgba(108, 113, 118, 0.9);
  left: 10px;
  top: 1px;
}

.header-user-wrapper {
  margin: 8px;
  display: flex;
}

.header-user-wrapper .header-user-thumb {
  width: 41px;
  height: 41px;
  border-radius: 10px;
  overflow: hidden;
}

.header-user-wrapper .header-user-thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  object-position: center;
}

.body-wrapper {
  padding-left: 285px;
  padding-right: 20px;
  padding-bottom: 20px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.body-wrapper.active {
  padding-left: 85px;
  padding-right: 10px;
}

.dashboard-header-wrapper {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 20px;
}

.dashboard-header-wrapper .dashboard-btn-wrapper .dashboard-btn a,
.dashboard-header-wrapper .dashboard-btn-wrapper .dashboard-btn button,
.dashboard-header-wrapper .dashboard-btn-wrapper .dashboard-btn input[type="button"],
.dashboard-header-wrapper .dashboard-btn-wrapper .dashboard-btn input[type="reset"],
.dashboard-header-wrapper .dashboard-btn-wrapper .dashboard-btn input[type="submit"] {
  padding: 8px 25px;
  font-size: 14px;
  border-radius: 8px;
}

.dashbord-item {
  background: #ebedef;
  border: 1px solid #eee;
  border-radius: 10px;
  padding: 20px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.dashbord-item:hover {
  -webkit-transform: scale(105%) translateY(-5px);
  transform: scale(105%) translateY(-5px);
  -webkit-box-shadow: 0 10px 35px 0 rgba(158, 154, 221, 0.1);
  box-shadow: 0 10px 35px 0 rgba(158, 154, 221, 0.1);
}

.custom-card .card-body,
.dash-payment-item {
  -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0 3px 7px 0;
}

.dashbord-item .dashboard-icon {
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #222;
  color: var(--primary-color);
  border-radius: 15px;
  font-size: 24px;
  overflow: hidden;
}

.chart-wrapper {
  background: #ebedef;
  border: 1px solid #eee;
  padding: 30px 10px;
  border-radius: 10px;
}

.chart-wrapper line {
  stroke: #eee;
}

.chart-wrapper .dashboard-header-wrapper {
  padding: 0 20px;
  margin-bottom: 0;
}

.apexcharts-legend-text {
  color: #1a043f !important;
}

.apexcharts-xaxis-texts-g text,
.apexcharts-yaxis text {
  fill: #1a043f !important;
}

.apexcharts-graphical line,
.apexcharts-grid line {
  stroke: #eee !important;
}

.chart-area-footer {
  border-color: #eee;
}

.dashboard-list-wrapper .dashboard-list-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: rgba(255, 255, 255, 0.05);
  padding: 15px 20px;
  border-radius: 15px;
  margin-bottom: 20px;
}

.dashboard-list-wrapper .dashboard-list-item.sent.active .dashboard-list-user-wrapper .dashboard-list-user-icon,
.dashboard-list-wrapper .dashboard-list-item.sent:hover .dashboard-list-user-wrapper .dashboard-list-user-icon,
.feature-item:hover .icon-area {
  color: #fff;
  background-color: var(--primary-color);
}

.dashboard-list-wrapper .dashboard-list-item.receive.active .dashboard-list-user-wrapper .dashboard-list-user-icon,
.dashboard-list-wrapper .dashboard-list-item.receive:hover .dashboard-list-user-wrapper .dashboard-list-user-icon {
  color: #fff;
  background-color: #28c76f;
}

.dashboard-list-user-wrapper .dashboard-list-user-icon {
  width: 60px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #222;
  color: var(--primary-color);
  border-radius: 50%;
  font-size: 30px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.dashboard-list-user-wrapper .dashboard-list-user-content {
  width: calc(100% - 60px);
  padding-left: 20px;
}

.dashboard-list-right,
.preview-list-right {
  text-align: right;
}

.dashboard-list-right .exchange-money {
  margin-bottom: 0;
  font-weight: 500;
  letter-spacing: 1px;
}

.dashboard-list-right .dashboard-list-right-btn-area .btn--base {
  padding: 5px 10px;
  border-radius: 4px;
}

.dashboard-list-right .btn--base {
  padding: 5px 15px;
  border-radius: 8px;
}

.dashboard-list-item-wrapper {
  background-color: #ebedef;
  border: 1px solid #eee;
  padding: 15px 20px;
  border-radius: 15px;
  margin-bottom: 20px;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.dashboard-list-item-wrapper:hover {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}

.dashboard-list-item-wrapper .dashboard-list-item {
  padding: 0;
  background-color: transparent;
  margin-bottom: 0;
}

.dashboard-list-item-wrapper .preview-list-wrapper {
  display: none;
  margin-top: 20px;
  border: 1px solid #eee;
  background-color: #f6f6f6;
}

.dashboard-list-item-wrapper .preview-list-wrapper .preview-list-item .preview-list-user-wrapper .preview-list-user-icon,
.preview-list-user-wrapper .preview-list-user-icon {
  background-color: rgba(27, 189, 228, 0.1);
  color: var(--primary-color);
}

.dashboard-list-item-wrapper .preview-list-wrapper .preview-list-item {
  border-bottom: 1px solid #eee;
}

.preview-list-wrapper {
  border: 1px solid #eee;
  border-radius: 10px;
  overflow: hidden;
}

.preview-list-wrapper .preview-list-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #eee;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 15px;
}

.preview-list-wrapper .preview-list-item .last {
  font-size: 20px;
  font-weight: 700;
}

.preview-list-user-wrapper .preview-list-user-icon {
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  font-size: 18px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.note-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.chat-container .media,
.support-card {
  display: -webkit-box;
  display: -ms-flexbox;
}

.support-card {
  display: flex;
  overflow: hidden;
  border-radius: 10px;
}

.card-header-user-area .avatar,
.chat-container .media .avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  vertical-align: bottom;
  border: 3px solid #eee;
  object-fit: cover;
  object-position: center;
}

.blog-item-details ul,
.card-header-user-area .card-header-user-content {
  padding-left: 15px;
}

.support-card-wrapper {
  width: calc(100% - 500px);
  background-color: #fff;
  overflow: hidden;
}

.support-card-wrapper .card-header {
  background-color: #ebedef;
  border-radius: 10px 0 0;
}

.chat-container {
  position: relative;
  -ms-touch-action: auto;
  touch-action: auto;
  overflow-y: auto;
  height: calc(100vh - 250px);
  padding: 30px 15px;
  border-right: 1px solid rgba(0, 0, 0, 0.125);
  border-left: 1px solid rgba(0, 0, 0, 0.125);
}

@media only screen and (max-width: 360px) {
  .dashboard-title-part {
    display: block;
  }

  .chat-container {
    max-height: 68vh;
  }
}

.chat-container .media>* {
  margin: 0 10px;
}

.chat-container .media {
  padding: 15px 0;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 0;
  max-width: 80%;
}

.chat-container .media.media-chat-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  margin-left: auto;
}

.chat-container .media.media-chat-reverse .media-body p::before {
  left: auto;
  right: -10px;
  background-color: var(--primary-color);
  -webkit-clip-path: polygon(100% 50%, 0 0, 0 100%);
  clip-path: polygon(100% 50%, 0 0, 0 100%);
}

.chat-container .media .media-body p {
  position: relative;
  padding: 20px;
  background-color: #ebedef;
  font-size: 13px;
  border-radius: 10px;
  color: #1a043f;
  white-space: pre-wrap;
}

.chat-container .media .media-body p::before {
  position: absolute;
  content: "";
  top: 20px;
  left: -10px;
  -webkit-clip-path: polygon(100% 0, 0 50%, 100% 100%);
  clip-path: polygon(100% 0, 0 50%, 100% 100%);
  background: #eee;
  width: 12px;
  height: 17px;
}

.chat-form .publisher {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 12px 20px;
  background-color: #ebedef;
  border-top: 1px solid #eee;
  border-radius: 0 0 10px 10px;
}

.chat-form .publisher .chatbox-message-part {
  width: calc(100% - 100px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.chat-form .publisher .publisher-input {
  font-weight: 500;
  font-size: 14px;
  border: none;
  outline: 0 !important;
  background-color: #fff;
  border-radius: 99px;
}

.chat-form .publisher .publisher-input::-webkit-input-placeholder {
  color: rgba(108, 113, 118, 0.3);
}

.chat-form .publisher .publisher-input::-moz-placeholder {
  color: rgba(108, 113, 118, 0.3);
}

.chat-form .publisher .publisher-input:-ms-input-placeholder {
  color: rgba(108, 113, 118, 0.3);
}

.chat-form .publisher .publisher-input::-ms-input-placeholder {
  color: rgba(108, 113, 118, 0.3);
}

.chat-form .publisher .publisher-input::placeholder {
  color: rgba(108, 113, 118, 0.3);
}

.chat-form .publisher .chatbox-send-part {
  width: 45px;
}

.chat-form .publisher .chatbox-send-part .chat-submit-btn {
  padding: 0;
  width: 45px;
  height: 45px;
  line-height: 45px;
  display: inline-block;
  text-align: center;
  background-color: var(--primary-color);
  color: #fff;
  border-radius: 50%;
  font-size: 20px;
}

.chat-form .publisher .publisher-btn {
  width: 45px;
  height: 45px;
  background-color: #fff;
  color: #222;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
}

.chat-form .publisher .file-group input[type="file"] {
  position: absolute;
  opacity: 0;
  z-index: -1;
  width: 20px;
}

.chat-form .publisher .file-group label {
  margin-bottom: 0;
  cursor: pointer;
}

.support-profile-wrapper {
  background-color: #fff;
  width: 500px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.support-profile-wrapper.active {
  right: 0;
}

.support-profile-wrapper .support-profile-header {
  padding: 17.8px 20px;
  background-color: #ebedef;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.support-profile-wrapper .support-profile-list li {
  padding-top: 15px;
  font-weight: 700;
}

.support-profile-wrapper .support-profile-list li p {
  margin-top: 10px;
  margin-bottom: 15px;
}

.profile-body-wrapper {
  padding: 0 !important;
}

.profile-settings-wrapper .preview-thumb.profile-wallpaper {
  display: block;
  position: relative;
}

.profile-settings-wrapper .preview-thumb.profile-wallpaper .avatar-preview {
  width: 100%;
  height: 250px;
  border-radius: 0;
}

.profile-settings-wrapper .preview-thumb.profile-wallpaper .avatar-preview .profilePicPreview {
  width: 100%;
  height: 250px;
  border-radius: 10px 10px 0 0;
  border: none;
  background-color: var(--primary-color);
  position: relative;
  background-position: right!important;
}

.profile-thumb-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding: 0 1.5rem;
}

.profile-thumb-content .profile-thumb {
  position: relative;
  display: inline-block;
  margin-right: 40px;
  margin-top: -100px;
}

.profile-thumb-content .profile-thumb .avatar-preview {
  width: 120px;
  height: 120px;
  border-radius: 50%;
}

.profile-thumb-content .profile-thumb .avatar-preview .profilePicPreview {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  border: 2px solid #eee;
  background-color: rgba(255, 255, 255, 0.8);
  background-size: cover;
  background-repeat: no-repeat;
}

.profile-thumb-content .profile-thumb .avatar-edit {
  position: absolute;
  bottom: 0;
  right: 0;
}

.profile-thumb-content .profile-thumb .avatar-edit .profilePicUpload {
  width: 0;
  height: 0;
  opacity: 0;
  visibility: hidden;
}

.profile-thumb-content .profile-thumb .avatar-edit label {
  width: 35px;
  height: 35px;
  background-color: var(--primary-color);
  border-radius: 50%;
  color: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 18px;
  cursor: pointer;
}

.profile-thumb-content .profile-content {
  -webkit-transform: translateY(-25px);
  transform: translateY(-25px);
}

.profile-thumb-content .profile-content .username {
    font-size: 18px;
    color: #ffffff;
}

.profile-thumb-content .profile-content .user-info-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: -5px -10px;
}

.profile-thumb-content .profile-content .user-info-list li {
  margin: 5px 10px;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.profile-thumb-content .profile-content .user-info-list li i {
  font-size: 18px;
  margin-right: 5px;
  color: var(--primary-color);
}

.pdf-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100vh;
  position: fixed;
  overflow-y: scroll;
  left: 0;
  overflow: hidden;
  top: 0;
  z-index: 9;
  -webkit-transition: 0.7s;
  transition: 0.7s;
  -webkit-transform: scale(0);
  transform: scale(0);
}

.push-icon,
.push-wrapper .push-header,
.push-wrapper .push-list li {
  display: -webkit-box;
  display: -ms-flexbox;
}

.pdf-area.active {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.play-store-thumb {
  width: 193px;
  height: 193px;
  margin: 0 auto;
}

.push-wrapper {
  position: absolute;
  top: 47px;
  right: 0;
  width: 280px;
  background-color: #fff;
  border: 1px solid #eee;
  border-radius: 10px;
  z-index: 9;
  padding: 15px;
  text-align: left;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: top left;
  transform-origin: top left;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  max-height: 400px;
  overflow-y: scroll;
}

.push-wrapper::-webkit-scrollbar {
  height: 20px;
  width: 4px;
  background: #f1f1f1;
  border-radius: 10px;
}

.push-wrapper::-webkit-scrollbar-thumb {
  background: #999;
  border-radius: 10px;
}

.push-wrapper::-webkit-scrollbar-corner {
  background: #999;
  border-radius: 10px;
}

.push-wrapper.active {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.push-wrapper .push-header {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 15px;
}

.push-wrapper .push-footer,
.push-wrapper .push-header .sub-title {
  font-size: 12px;
}

.category-widget-box .category-list,
.push-wrapper .push-list {
  margin-bottom: -15px;
}

.push-wrapper .push-list li {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 12px;
  padding-bottom: 15px;
}

.push-wrapper .push-list li .thumb {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  overflow: hidden;
}

.push-wrapper .push-list li .content {
  width: calc(100% - 25px);
  padding-left: 10px;
}

.push-wrapper .push-list li .content .title-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 5px;
}

.feature-item .icon-area,
.push-icon {
  -webkit-box-pack: center;
  font-size: 20px;
}

.push-wrapper .push-list li .content .title {
  margin-bottom: 0;
  color: #1a043f;
  width: calc(100% - 72px);
}

.push-wrapper .push-list li .content .time {
  color: var(--primary-color);
  font-weight: 600;
}

.push-icon {
  width: 42px;
  height: 42px;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.05);
  color: #1a043f;
  border: 1px solid #eee;
  border-radius: 10px;
}

.exchange-area {
  background-color: rgba(27, 189, 228, 0.1);
  padding: 30px 80px;
  border-radius: 15px;
  display: inline-block;
  text-align: center;
}

.exchange-area code {
  font-size: 20px;
  color: var(--primary-color);
}

code span {
  display: block;
  text-align: center;
  font-size: 16px;
}

.sidebar-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 100%;
}

.custom-card .card-body {
  border: 1px solid #eee;
  box-shadow: rgba(0, 0, 0, 0.15) 0 3px 7px 0;
  border-radius: 10px;
  padding: 30px;
}

.chat-cross-btn,
.info-btn {
  border-radius: 5px;
  color: #fff;
}

@media only screen and (max-width: 575px) {
  .mb-80 {
    margin-bottom: 40px;
  }

  .mb-80-none {
    margin-bottom: -40px;
  }

     .slider-next {
        margin-left: 10px;
        right: -6% !important;
        width: 32px;
    }

  .slider-prev {
    left:9.8% !important;
    width: 32px;
  }

  .slider-nav-area {
    margin-left: -10px;
  }

  .pagination .page-item .page-link,
  .pagination .page-item.disabled span {
    border-radius: 10px;
    height: 30px;
    width: 80px;
    line-height: 30px;
  }

  .pagination .page-item .page-link {
    font-size: 12px !important;
  }

  h1 {
    font-size: 30px;
  }

  h2 {
    font-size: 24px;
  }

  .footer-widget .widget-title,
  .preview-list-wrapper .preview-list-item .last,
  .section-header .section-sub-titel i {
    font-size: 14px;
  }

  .section-header .section-title {
    font-size: 26px;
    margin-bottom: 10px;
  }

  .copyright-area .copyright-wrapper p,
  .footer-widget .footer-list li a,
  .section-header p {
    font-size: 12px;
  }

  .banner-slider .slider-next {
    right: 0 !important;
  }

  .banner-slider .slider-prev {
    left: 0 !important;
  }

  .footer-section .footer-wrapper .footer-logo .site-logo {
    max-width: 150px;
    display: block;
  }

  .copyright-area .copyright-wrapper .footer-social-list {
    margin-top: 10px;
  }

  .video-icon {
    width: 45px;
    height: 45px;
    line-height: 45px;
    font-size: 20px;
  }

  .doctor-item {
  display: block;
  }

  .doctor-item .doctor-thumb {
    width: auto;
    height: auto;
  }

  .doctor-item .content {
    padding-left: 0;
    padding-top: 20px;
    width: 100%;
  }

  .dashboard-path .main-path,
  .dashboard-path i {
    display: none;
  }

  .chat-container .media {
    max-width: 100%;
  }

  .support-profile-wrapper {
    width: 100%;
  }

  .support-profile-wrapper .support-profile-list li p,
  .support-profile-wrapper .support-profile-list li span {
    float: left;
  }

  .profile-thumb-content {
    display: block;
    margin-top: 60px;
  }

  .profile-thumb-content .profile-content {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  .profile-thumb-content .profile-content .username {
    color: #000;
}

  .exchange-area {
    padding: 30px 15px;
  }

  .custom-card .card-body {
    padding: 20px;
  }
}

.custom-card .btn--base,
.custom-card button,
.custom-card input[type="button"],
.custom-card input[type="reset"],
.custom-card input[type="submit"] {
  padding: 12px 30px;
}

.chat-container::-webkit-scrollbar {
  height: 20px;
  width: 6px;
  background: #f1f1f1;
  border-radius: 10px;
}

.chat-container::-webkit-scrollbar-thumb {
  background: #999;
  border-radius: 10px;
}

.chat-container::-webkit-scrollbar-corner {
  background: #999;
  border-radius: 10px;
}

.feature-item .icon-area,
.paste-wrapper .paste-badge {
  background-color: rgba(27, 189, 228, 0.1);
  color: var(--primary-color);
}

.info-btn {
  width: 30px;
  height: 30px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: var(--primary-color);
  font-size: 18px;
  display: none;
}

.chat-cross-btn {
  width: 25px;
  height: 25px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #ea5455;
  font-size: 16px;
  display: none;
}

.fileholder.active {
  height: 200px !important;
  width: 200px !important;
  border: 2px dashed #eee;
}

.fileholder-drag-drop-title {
  color: #6c7176;
}

.fileholder-drag-drop-icon svg path:nth-child(2) {
  fill: var(--primary-color);
}

.dash-payment-item {
  padding: 20px 30px;
  border: 1px solid #eee;
  box-shadow: rgba(0, 0, 0, 0.15) 0 3px 7px 0;
  border-radius: 20px;
  margin-bottom: 25px;
}

.dash-payment-item .dash-payment-title-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
}

.dash-payment-item .dash-payment-title-area .dash-payment-badge {
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  background: var(--primary-color);
  border-radius: 50%;
  color: #fff;
  font-weight: 700;
}

.dash-payment-item .dash-payment-title-area .title {
  margin: 0;
  padding-left: 20px;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.dash-payment-item:not(:last-child) {
  margin-bottom: 25px;
}

.dash-payment-item .dash-payment-body {
  padding-top: 25px;
  display: none;
}

.dash-payment-item button.custom-button,
.dash-payment-item input.custom-button[type="button"],
.dash-payment-item input.custom-button[type="reset"],
.dash-payment-item input.custom-button[type="submit"] {
  min-width: 160px;
  text-align: center;
  border-radius: 5px;
}

@media screen and (max-width: 400px) {
  .dash-payment-item {
    padding: 15px;
  }
}

.paste-wrapper .paste-badge {
  position: absolute;
  top: 41px;
  right: 25px;
  font-weight: 600;
  padding: 2px 15px;
  border-radius: 5px;
}

.qr-code-thumb img {
  padding: 10px;
  background-color: #fff;
  border: 1px solid #eee;
  border-radius: 10px;
}

.table-wrapper {
  border: 1px solid #eee;
  -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0 3px 7px 0;
  box-shadow: rgba(0, 0, 0, 0.15) 0 3px 7px 0;
  padding: 30px;
  border-radius: 15px;
}

@media screen and (max-width: 575px) {
  .table-wrapper {
    padding: 10px;
  }
}

.my-address-item {
  padding: 20px;
  background-color: #f6f6f6;
  border: 1px solid #eee;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.my-address-item .icon-wrapper .icon-box {
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #222;
  color: var(--primary-color);
  border-radius: 10px;
  font-size: 18px;
}

.my-address-item .my-address-btn-area a,
.my-address-item .my-address-btn-area button,
.my-address-item .my-address-btn-area input[type="button"],
.my-address-item .my-address-btn-area input[type="reset"],
.my-address-item .my-address-btn-area input[type="submit"] {
  padding: 7px 10px;
  border-radius: 50px;
  background-color: rgba(27, 189, 228, 0.1);
  color: var(--primary-color);
  font-size: 16px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.my-address-item .my-address-btn-area a:last-child,
.my-address-item .my-address-btn-area button:last-child,
.my-address-item .my-address-btn-area input[type="button"]:last-child,
.my-address-item .my-address-btn-area input[type="reset"]:last-child,
.my-address-item .my-address-btn-area input[type="submit"]:last-child {
  background-color: rgba(127, 12, 12, 0.1);
  color: #ff0101;
}

.my-address-item .my-address-btn-area a:last-child:hover,
.my-address-item .my-address-btn-area button:last-child:hover,
.my-address-item .my-address-btn-area input[type="button"]:last-child:hover,
.my-address-item .my-address-btn-area input[type="reset"]:last-child:hover,
.my-address-item .my-address-btn-area input[type="submit"]:last-child:hover {
  background-color: #b60707;
  color: #fff;
}

.map-area iframe {
  width: 100%;
  height: 280px;
}

.voucher-label {
  cursor: pointer;
}

.voucher-label input {
  width: auto;
  height: auto;
  position: relative;
  top: 2px;
  left: 8px;
  cursor: pointer;
}

.feature-item {
    display: block;
    height: 100%;
    -webkit-box-shadow: 0 4px 8px rgba(40, 36, 49, 0.06);
    box-shadow: 0 4px 8px rgba(40, 36, 49, 0.06);
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    border: 1px solid transparent;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    background: #1d8bcc;
}

.feature-item:hover {
  border: 1px solid rgba(27, 189, 228, 0.5);
}

.feature-item:hover h4 {
  color: #fff !important;
}

.feature-item .icon-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border-radius: 8px;
  margin: 0 auto 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: #fff;
}

.blog-item .icon-wrapper,
.blog-item .icon-wrapper .icon,
.blog-tag-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
}
.feature-item .title {
    margin-bottom: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    color: #fff;
    font-weight: 500;
    font-size: 15px;
}

.card-form .show_hide_password .show-pass {
  position: absolute;
  top: 43px;
  right: 25px;
}

.nice-select {
  height: 45px;
  line-height: 45px;
  border: 1px solid #eee !important;
  float: unset;
  padding: 0 25px;
  color: #6c7176 !important;
}

.support-profile-wrapper .support-profile-list li p,
.support-profile-wrapper .support-profile-list li span {
  float: right;
  font-weight: 500;
  line-height: 1.8;
}

.blog-item {
  height: 100%;
  padding: 10px;
  border: 2px solid transparent;
  border-radius: 20px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media only screen and (max-width: 1199px) {
  .sidebar {
    left: -300px;
  }

  .sidebar.active {
        width: 250px;
        left: 0;
        margin: 0;
        background: #ffffff;
        /* height: 100%; */
    }
button.sidebar-menu-bar.close-btn {
    display: block !important;
}
  .sidebar.active .sidebar-menu .sidebar-menu-item a {
    padding: 12px 15px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .sidebar.active .sidebar-menu .sidebar-menu-item .menu-icon {
    margin-right: 10px;
  }

  .sidebar.active .menu-title,
  .sidebar.active .sidebar-doc-box {
    display: block;
  }

  .navbar-wrapper {
    margin-left: 0;
  }

  .dashboard-title-part {
    padding: 0 20px 0 10px;
  }

  .body-wrapper {
    padding-left: 15px;
  }

  .blog-item {
    padding: 20px 20px 40px;
  }
}

.blog-item:hover {
  border-color: rgba(27, 189, 228, 0.4);
}

.blog-item:hover .thumb img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.blog-item .thumb {
  border-radius: 20px;
  overflow: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: -1;
}

.blog-item .thumb img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 100%;
  height: auto;
}

.blog-item .icon-wrapper {
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.blog-item .icon-wrapper .icon {
  margin-top: -35px;
  z-index: 2;
  width: 90px;
  height: 90px;
  border-radius: 100%;
  background: var(--primary-color);
  border: 10px solid #fff;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.blog-item .icon-wrapper .icon i {
  color: #fff;
  font-size: 34px;
}

.blog-item .content {
  margin-top: 10px;
  text-align: center;
}

.blog-item h3 {
  line-height: 1.3;
  margin-bottom: 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #1d8bcc;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 700;
}

@media only screen and (max-width: 575px) {
  .blog-item .content .title {
    font-size: 18px;
  }
}

.blog-item .content p {
  margin-bottom: 5px;
  color: #676767;
  font-size: 14px;
  text-transform: math-auto;
  font-weight: 500;
}

.blog-item .blog-item-btn-area a {
  position: absolute;
  bottom: -68px;
  left: 50%;
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
  padding: 15px;
  background-color: #222;
  border-radius: 20px;
  font-size: 22px;
  line-height: 22px;
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.blog-list li::before,
.widget-box .widget-title::before {
  height: 20px;
  background-color: var(--primary-color);
  position: absolute;
}

.blog-list {
  margin-top: 30px;
  margin-bottom: 20px;
}

.blog-list li {
  position: relative;
  font-weight: 400;
  padding-left: 35px;
  padding-bottom: 15px;
}

.blog-list li::before {
  top: 2px;
  left: 0;
  content: "\f00c";
  font-family: "Line Awesome Free";
  width: 20px;
  line-height: 20px;
  border-radius: 50%;
  font-size: 14px;
  color: #fff;
  text-align: center;
  font-weight: 900;
}

.blog-tag-wrapper {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px dashed #eee;
  padding-top: 20px;
  margin-top: 30px;
}

.blog-tag-wrapper span {
  font-weight: 600;
  margin-right: 10px;
}

.blog-tag-wrapper .blog-footer-tag li {
  display: inline-block;
  background-color: #f6f6f6;
  border-radius: 3px;
  padding: 3px 10px;
  font-weight: 500;
  font-size: 14px;
}

.blog-sidebar {
  position: sticky;
  top: 10%;
}

.widget-box {
  -webkit-box-shadow: 0 4px 8px rgba(40, 36, 49, 0.06);
  box-shadow: 0 4px 8px rgba(40, 36, 49, 0.06);
  border: 1px solid #eee;
  padding: 30px;
  border-radius: 10px;
  background: #fff;
}

.widget-box .widget-title {
  margin-bottom: 20px;
  position: relative;
  z-index: 2;
}

.widget-box .widget-title::before {
  content: "";
  top: 3px;
  left: -30px;
  width: 3px;
}

@media only screen and (max-width: 991px) {
  .support-card {
    display: block;
  }

  .support-card-wrapper {
    width: 100%;
  }

  .support-profile-wrapper {
    position: fixed;
    right: -600px;
    top: 0;
    height: 100vh;
  }

  .push-wrapper {
    width: 250px;
  }

  .chat-cross-btn,
  .info-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .widget-box {
    padding: 20px;
  }

  .widget-box .widget-title::before {
    left: -20px;
  }
}

.search-widget-box .search-form button,
.search-widget-box .search-form input[type="button"],
.search-widget-box .search-form input[type="reset"],
.search-widget-box .search-form input[type="submit"] {
  position: absolute;
  top: 20px;
  right: 20px;
  background-color: transparent;
  color: #6c7176;
}

.category-widget-box .category-list li {
  border: 1px solid #eee;
  padding: 15px 20px;
  border-radius: 10px;
  margin-bottom: 15px;
}

.category-widget-box .category-list li a {
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.category-widget-box .category-list li span,
.tabs-facilities i {
  float: right;
}

.single-popular-item .popular-item-thumb {
  width: 90px;
  height: 90px;
  border-radius: 5px;
  overflow: hidden;
}

.single-popular-item .popular-item-thumb a {
  display: block;
  height: 100%;
}

.single-popular-item .popular-item-content {
  width: calc(100% - 90px);
  padding-left: 20px;
}

.single-popular-item .popular-item-content .date {
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 10px;
}

.tag-widget-box .tag-list {
  margin: -5px;
}

.tag-widget-box .tag-list li {
  display: inline-block;
  border: 1px solid #eee;
  font-size: 14px;
  border-radius: 5px;
  padding: 5px 10px;
  margin: 5px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.tag-widget-box .tag-list li:hover {
  border: 1px solid var(--primary-color);
  color: var(--primary-color);
}

.blog-item-details,
.blog-item-details .blog-thumb {
  border-radius: 10px;
  overflow: hidden;
}

.blog-item-details .blog-thumb {
  width: 100%;
}

.blog-item-details .blog-thumb img {
  height: auto;
  width: 100%;
}

.blog-item-details .blog-social-area {
  background-color: rgba(255, 255, 255, 0.8);
  border: 1px solid #eee;
  margin-top: 30px;
  padding: 15px 20px;
  border-radius: 10px;
}

.blog-item-details .blog-social-area .title {
  margin-bottom: 0;
  font-size: 18px;
}

.blog-item-details .blog-social-area .blog-social li {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border: 1px solid #eee;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: var(--primary-color);
  text-align: center;
  font-size: 16px;
  border-radius: 50%;
}

.alert.alert-danger,
.alert.alert-success,
.alert.alert-warning {
  color: #fff !important;
  border: none;
}

.alert {
  font-size: 13px;
  letter-spacing: 0.3px;
  padding: 20px 20px 15px;
  display: flex !important;
  top: auto !important;
  bottom: 20px;
}

[data-notify="icon"] {
  color: #fff;
  margin-right: 10px;
}

.alert.alert-success {
  background: #39da8a !important;
  -webkit-box-shadow: 0 3px 8px 0 rgba(57, 218, 138, 0.4);
  box-shadow: 0 3px 8px 0 rgba(57, 218, 138, 0.4);
}

.alert.alert-danger {
  background: #ea5455 !important;
  box-shadow: 0 3px 8px 0 rgba(234, 84, 85, 0.4);
}

.alert.alert-warning {
  background: #ff9f43 !important;
  box-shadow: 0 3px 8px 0 rgba(255, 159, 67, 0.4);
}

.alert span {
  line-height: 1.5em;
}

.alert .las {
  font-size: 18px;
  position: relative;
  top: -4px;
}

.alert .close {
  position: absolute;
  background-color: rgba(255, 255, 255, 0.05);
  color: #fff;
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  opacity: 1;
  top: -4px;
  text-shadow: none;
  font-weight: 400;
  font-size: 18px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.rtl .custom-table tbody tr td:last-child,
.rtl .custom-table thead tr th:last-child {
  border-radius: 5px 0 0 5px;
  text-align: left;
}

.branch-btn-search .btn--base,
.btn-for-modal {
  padding: 12px 25px;
}

@media (max-width: 575px) {
  .col-xs-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }
}

@media only screen and (max-width: 575px) and (max-width: 350px) {
  .col-xs-6 {
    width: 100%;
  }
}

.account-delete {
  padding: 5px 15px !important;
  border-radius: 30px;
}

input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}

.user-lang-wrapper {
  margin: 8px;
}

.user-lang-wrapper .form--control {
  height: 42px;
  line-height: 41px;
}

.rtl {
  direction: rtl;
}

.rtl .navbar-nav.main-menu.me-auto {
  margin-right: unset !important;
  margin-left: auto !important;
}

.rtl .header-bottom-area .navbar-collapse .main-menu li a i {
  padding-left: 0;
  padding-right: 3px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  top: -2px;
}

.rtl .booking-section .booking-area .title i.me-2,
.rtl .header-action a i {
  margin-right: 0 !important;
  margin-left: 0.5rem !important;
}

.rtl .header-middle-wrapper .header-middle-content .header-address-area {
  padding-right: 0;
  padding-left: 50px;
}

.rtl .header-middle-wrapper .header-middle-content .header-address-area .header-address-item .thumb,
.rtl .payment-form-modal-wrapper .date-select-wrapper .title i {
  margin-right: 0;
  margin-left: 5px;
}

.rtl .btn--base.search-btn i.me-1,
.rtl .doctor-list-section .doctor-item .content .title i.me-1,
.rtl .footer-widget .footer-content-bottom .footer-list li a i.me-1 {
  margin-right: 0 !important;
  margin-left: 0.25rem !important;
}

.rtl .header-middle-wrapper .header-middle-content .header-address-area .header-address-item {
  margin-right: 0;
  margin-left: 30px;
}

.rtl .preloader,
.rtl .testimonial-section .slider-nav-area {
  direction: ltr;
}

.rtl .btn--base.search-btn i.me-1 {
  -webkit-transform: rotateX(0);
  transform: rotateX(0);
}

.rtl .how-it-works-item .process-devider::after {
  right: unset;
  left: -30px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}

.rtl .about-feature-area .feature-list li::before {
  left: unset;
  right: 0;
}

.rtl .about-feature-area .feature-list li {
  padding-left: 0;
  padding-right: 30px;
}

.rtl .feature-statistics-wrapper .statistics-item {
  border-right: none;
  border-left: 1px solid #eee;
}

.rtl .faq-wrapper .faq-item .right-icon {
  right: unset;
  left: -15px;
}

.rtl .testimonial-item .testimonial-user-area .user-area img {
  margin-left: 25px;
}

.rtl .blog-item .blog-item-btn-area a i {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.rtl .footer-btn-area .btn--base.sub-btn i.ms-1 {
  margin-left: 0 !important;
  margin-right: 0.25rem !important;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.rtl .copyright-area .copyright-wrapper .footer-social-list li+li {
  margin-left: unset;
  margin-right: 10px;
}

.rtl .doctor-item .content,
.rtl .single-popular-item .popular-item-content {
  padding-left: 0;
  padding-right: 20px;
}

.rtl .blog-tag-wrapper span,
.rtl .dashboard-title-part .left .icon,
.rtl .sidebar-menu .sidebar-menu-item a .menu-icon {
  margin-right: 0;
  margin-left: 10px;
}

.rtl .contact-widget-item-wrapper .contact-widget-item .contact-widget-content {
  padding-left: unset;
  padding-right: 10px;
}

.rtl .account-form .form-group .show-pass {
  right: unset;
  left: 30px;
}

.rtl .custom-check-group label::before {
  margin-right: 0;
  margin-left: 8px;
}

.rtl .booking-area .btn--base i.ms-1 {
  margin-left: 0 !important;
  margin-right: 0.25rem !important;
}

.rtl .booking-area .content .list li span,
.rtl .support-profile-wrapper .support-profile-list li p,
.rtl .support-profile-wrapper .support-profile-list li span {
  float: left;
}

.rtl .card-form .show_hide_password .show-pass {
  position: absolute;
  top: 43px;
  right: unset;
  left: 25px;
}

.rtl .custom-table tbody tr td:first-child,
.rtl .custom-table thead tr th:first-child {
  border-radius: 0 5px 5px 0;
  text-align: right;
}

.rtl .custom-check-group input:checked+label::after {
  content: "";
  left: unset;
  right: 7px;
}

.rtl .support-card-wrapper .card-header {
  border-radius: 0 10px 0 0;
}

.rtl .card-header-user-area .card-header-user-content {
  padding-left: 0;
  padding-right: 15px;
}

.rtl .chat-container .media .media-body p::before {
  position: absolute;
  content: "";
  left: unset;
  right: -10px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.rtl .chat-container .media.media-chat-reverse .media-body p::before {
  left: -10px;
  right: auto;
  background-color: #1bbde4;
  -webkit-clip-path: polygon(100% 50%, 0 0, 0 100%);
  clip-path: polygon(100% 50%, 0 0, 0 100%);
}

.rtl .chat-container .media.media-chat-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  margin-left: unset;
  margin-right: auto;
}

.rtl .profile-thumb-content .profile-thumb {
  margin-right: 0;
  margin-left: 40px;
}

.rtl .header-action .language-select {
  margin-right: 0;
  margin-left: 20px;
}

.rtl .navbar-toggler.ms-auto {
  margin-left: unset !important;
  margin-right: auto !important;
}

section.banner-home {
  padding-top: 150px;
  padding-bottom: 150px;
  width: 100%;
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
}

.content-banner h1 {
    font-weight: 700;
    color: #fff;

    font-size: 34px;
}
.content-banner h2 {
    font-size: 24px;
    color: #fff;
    margin-bottom: 40px;
}
span.pink {
    color: #e90874;
    font-weight: 600;
}

.content-banner h1 span {

  letter-spacing: 0.5px;
}
span.ligh-blue {
    color: #0296D9;
    font-weight: 600;
}
.content-banner p {
  font-weight: 400;
  font-size: 18px;
  line-height: 31px;
  margin-top: 40px;
  color: #fff;
  text-shadow: 0 0 15px #000;
}

.btn-banner-btn a {
    /* border: 2px solid #cecece; */
    padding: 12px 23px;
    border-radius: 12px;
    color: #fff;
    text-align: center;
    margin-right: 40px;
    letter-spacing: 0.2px;
    background: #1d8bcc;
    text-transform: uppercase;
    /* margin-bottom: 20px; */
}

.btn-banner-btn a:hover {
  background-color: #1d8bcc;
}

.btn-banner-btn i {
  margin-left: 11px;
}

.heading h2 {
    color: #000000;
    font-size: 22px;
}
section.about-main h2 {
    font-size: 24px;
    margin-bottom: 15px;
}

.border-bottom-head {
  width: 80px;
  margin: 0 auto;
  border-bottom: 2px solid #ed058c;
}

.icon img {
  width: 37px;
}

.about-section {
  background: #e1e1e1 !important;
}

.mtb-50 {
  margin-top: 50px;
  margin-bottom: 50px;
}

.box-doctor,
.box-why,
.doc-box {
  margin-top: 20px;
}

.testimonial-slider2 h2 {
  font-size: 50px;
  font-weight: 800;
  color: #000;
}

p.head-slider {
  font-size: 25px;
  font-weight: 700;
  color: #000;
  margin-bottom: 0;
}

.blog-item-details .blog-content p strong,
.content-career b,
.testimonial-slider2 p {
  color: #000;
}

.content-testimonial {
  padding: 22px 0;
}

a.btn--base i {
  margin-left: 12px;
}

.testimonial-slider2 .swiper-pagination {
  position: absolute;
  z-index: 9;
  bottom: 20px;
  display: inline-block;
}

.doctor-box {
    text-align: center;
    padding: 20px;
    border: 1px solid #f7f7f7;
    /* border-radius: 10px; */
    box-shadow: box-shadow: 0px 11px 18px 0px #00000040;
    box-shadow: 0px 11px 18px 0px #0000000f;
    margin: 20px 0;
}
@media only screen and (max-width: 768px){
.doctor-box {
  margin: 0;
}
}

.doctor-box:hover {
  box-shadow: rgba(0, 0, 0, 0.15) 0 3px 7px 0;
  padding: 20px;
}

.doctor-box h3 {
  font-size: 20px;
  margin-top: 12px;
  line-height: 26px;
}

/*section.blog-section {
  background: #e1e1e1;
}
*/
.blog-item-bg-blog {
    padding: 15px;
    background: #fff;
    box-shadow: 9.9px 9.9px 30px 0 #0000001a;
    min-height: 350px;
}

.blog-item-bg-blog h3 {
  font-size: 16px;
  color: #000;
  margin-top: 18px;
}
.blog-item-bg-blog h4 {
  font-size: 16px;
  color: #000;
  margin-top: 18px;
}

a.read-more-btn {
  background: #1d8bcc;
  padding: 10px 22px;
  color: #fff;
  font-size: 14px;
  border-radius: 50px;
  text-transform: uppercase;
  font-weight: 400;
  margin-top: 10px;
}

.icon-date {
  background: #1d8bcc;
  position: absolute;
  border: 100%;
  border-radius: 100%;
  width: 80px;
  height: 80px;
  bottom: -30px;
  left: 13px;
  text-align: center;
}

.icon-date p span {
  font-size: 22px;
  color: #fff;
  font-weight: 800;
}

.icon-date p {
  margin-top: 22px;
  color: #fff;
  line-height: 18px;
}

.testimonial-slider3 .swiper-pagination {
  margin: 50px auto 0;
  display: inline-block;
}

@media only screen and (max-width: 767px) {
  .header-middle-wrapper .header-middle-content .header-social-list li a {
    width: 30px;
    height: 30px;
    font-size: 11px;
  }

  .header-middle-wrapper .header-middle-content .header-address-area {
    padding-right: 10px;
  }

  .header-middle-wrapper .header-middle-content .header-address-area .header-address-item {
    margin-right: 10px;
  }

  .header-middle-wrapper .header-middle-content .header-address-area .header-address-item .thumb {
    width: 30px;
  }

  .header-middle-wrapper .header-middle-content .header-address-area .header-address-item .content span {
    font-size: 10px;
  }

  .header-middle-wrapper .header-middle-content .header-address-area .header-address-item .content .title,
  .header-top-area .title {
    font-size: 12px;
  }

  .banner-flotting-item .banner-flotting-item-form .form-group {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }

  .copyright-area .copyright-wrapper {
    display: block;
    text-align: center;
  }

  .copyright-area .copyright-wrapper .footer-social-list {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .account-section.register .account-thumb {
    width: 100%;
    height: 400px;
  }

  .account-section.register .right {
    width: 100%;
    padding: 430px 1rem 1.5rem;
  }

  .how-it-works-item .process-devider,
  div[class*="col"]:nth-of-type(4n + 3) .how-it-works-item .process-devider {
    display: none;
  }

  .dashboard-title-part .right {
    padding-top: 20px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .header-search-wrapper {
    width: 100%;
  }

  .chat-container {
    height: calc(100vh - 300px);
  }

  .empty-gap {
    padding: 0;
  }

  section.banner-home {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .btn-banner-btn a {
    margin-bottom: 20px;
  }

  .testimonial-slider3 .swiper-pagination {
    margin: 20px auto 0;
  }
}

.heading-testimonials p {
  margin-bottom: 8px;
  font-size: 20px;
  color: #000;
  font-weight: 700;
}

.heading-testimonials h2 {
  margin-bottom: 40px;
  margin-top: 13px;
}

.heading-testimonials .border-bottom-head {
  width: 121px;
}

img.testi-img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.12), 0 2px 4px rgba(0, 0, 0, 0.24) !important;
  margin-bottom: 10px;
}

.box-testi p {
  font-size: 14px;
  color: #000;
  margin-bottom: 0;
  font-weight: 700;
}

p.star-google {
  color: #fb8e28;
  font-size: 21px;
  font-weight: 700;
  line-height: 22px;
}

img.google-powerd {
  width: 140px;
  margin-top: 8px;
}

.box-testi a {
  padding: 8px 13px;
  background: #1d8bcc;
  border-radius: 50px;
  display: inline-block;
  color: #fff;
  box-shadow: 0 2px 4px 0 #0000003d;
  margin-top: 10px;
}

img.g-img {
  background: #fff;
  border-radius: 50px;
  padding: 2px;
  margin-left: 6px;
}

p.para-scroll {
  overflow: scroll;
  height: 150px;
  overflow-x: hidden;
  font-size: 13px;
  color: #000;
}

.box-timing h3,
.box-timing h4 {
  font-size: 24px;
  font-weight: 700;
}

p.para-scroll::-webkit-scrollbar {
  height: 20px;
  width: 4px;
  background: #f1f1f1;
  border-radius: 10px;
}

p.para-scroll::-webkit-scrollbar-thumb {
  background: #999;
  border-radius: 10px;
}

p.para-scroll::-webkit-scrollbar-corner {
  background: #999;
  border-radius: 10px;
}

.box-timing {
  background: #1d8bcc;
  color: #fff;
  padding: 35px 20px;
  border-radius: 18px;
}

.box-timing h3 {
  color: #fff;
  text-align: center;
  margin-bottom: 18px;
}

.box-timing h4 {
  color: #fff;
  text-align: left;
  margin-top: 7px;
}

table.table-opd td {
  border: 1px solid #fff;
  padding: 15px;
  font-size: 14px;
}

table.table-opd {
  width: 100%;
  margin-bottom: 17px;
}

.box-timing p {
  margin-bottom: 1px;
  font-size: 16px;
}

i.fa.fa-phone {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
}

.map iframe {
  border-radius: 100%;
}

ul.footer-social-list li {
  float: left;
  display: contents;
  background: red;
}

ul.footer-social-list li a {
  background: #fff;
  border: 1px solid #1d8bcc;
  margin-right: 8px;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  text-align: center;
  line-height: 40px;
  font-size: 19px;
  color: #1d8bcc;
  margin-bottom: 25px;
}

ul.footer-social-list li a:hover {
  background: #1d8bcc;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  text-align: center;
  line-height: 40px;
  font-size: 19px;
  color: #fff;
  margin-bottom: 25px;
}

.copyright-wrapper span {
  color: #e80689;
}

.adress i {

  font-size: 18px;
  margin-right: 11px;

}

.adress p {
    color: #fff;
    display: flex;
    margin-bottom: 10px;
}

.footer-content p {
  text-align: justify;
  font-size: 13px;
  color: #fff;
}

ul.footer-list li i {
  color: #fff;
  margin-right: 5px;
}

.map iframe {
  width: 550px;
  height: 550px;
}

ul.sub-menu.header-mneu-links {
  width: 520px !important;
}

ul.sub-menu.header-mneu-links li {
  float: left;
  width: 50%;
}
@media only screen and (max-width: 768px){
  ul.sub-menu.header-mneu-links li {
    float: none;
    width: 100%;
}
ul.sub-menu.header-mneu-links {
    width: 100% !important;
}
}
.header-bottom-area .navbar-collapse .main-menu li .sub-menu.header-mneu-links::after {
  left: 57% !important;
}

section.about-page-section h1 {
    text-align: center;
    font-size: 50px;
    text-transform: capitalize;
    padding: 100px 0;
    color: #fff;
    position: relative;
    z-index: 9;
    margin: 0;
    /* padding-top: 260px; */
    /* padding-bottom: 40px; */
}

section.about-page-section {
    position: relative;
    background-size: 100%;

}

section.about-page-section::after {
    content: "";
    background: #00000026;
    height: 266px;
    width: 100%;
    position: absolute;
    top: 0;
}

.bg-white,
section.about-main {
  padding: 50px 0;
}

section.about-main img {
  border-radius: 5px;
  box-shadow: -4px 4px 1px 1px #1d8bcc;
}

.box-why img {
  background: #1d8bcc;
  padding: 16px;
  width: 90px;
  border-radius: 17px;
  margin-bottom: 15px;
}

.box-why:hover img {
  background: #ed058c;
}

.bg-color,
.box-doctor,
.box-why,
.doc-box,
.vision {
  background: #fff;
}

section.bg-grey {
    padding: 50px 0;
    background: #f7f7f7;
}

.box-why {
  text-align: center;
  padding: 30px;
  border-radius: 5px;
}

.box-doctor {
    padding: 16px;
    border-radius: 6px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.19);
    /* display: flex; */
    min-height: 616px;
}
@media (max-width: 1399px) {
  .box-doctor {

    min-height: 595px;
}
}
@media (max-width: 1199px) {
  .box-doctor {

    min-height: 619px;
}
}
.content-doc p {
    text-align: justify;
}

.box-doctor h3 {
  margin-top: 5px;
  margin-bottom: 1px;
}

.box-doctor img {
 /* object-fit: cover;
  height: 200px;*/
  border-radius: 5px;
}
.box-doctor .content-doc {
    margin-left: 0;
    margin-top: 16px;
}
.img-dc {
    text-align: center;
    background: #8ddeff;
    border-radius: 5px;
    padding-top: 10px;
}
.photo-gallery img, .vision img {
    height: 200px;
    object-fit: cover;
    width: 100%;
}
section.top-section {
  text-align: center;
  padding: 50px 0;
  background: #1d8bcc;
  color: #fff;
}

.doc-box {
  padding: 10px;
  border-radius: 5px;
}

.doc-box h3 {
  margin-top: 14px;
  margin-bottom: 1px;
}

p.position {
    color: #1d8bcc;
    font-weight: 600;
    margin-bottom: 3px;
}

.testimonial-slider .swiper-pagination {
  margin: 40px auto 0;
  display: inline-block;
}

.bg-color {
  padding: 12px;
  border-radius: 10px;
}

.blog-item-details .blog-content h1 {
  font-size: 24px;
  font-weight: 800;
}

.blog-item-details .blog-content h2,
.blog-item-details .blog-content h3,
.blog-item-details .blog-content h4 {
  font-size: 22px;
  font-weight: 500;
}

.blog-item-details ul li {
  font-size: 14px;
  margin-bottom: 7px;
  list-style: disc;
}

.blog-item-details p a strong {
  color: #1bbde4 !important;
}

ul.list-style li i {
  color: #1d8bcc;
  margin-right: 7px;
}

ul.list-style li {
  display: flex;
  align-items: baseline;
  margin-bottom: 10px;
}

r section.service-page img {
  border-radius: 5px;
  box-shadow: 2px 1px 1px 1px #1d8bcc;
}

.sticky-top {
  top: 116px;
  z-index: 9;
}

.vision {
  padding: 20px;
  border-radius: 5px;
  margin-bottom: 20px;/*
  min-height: 543px;*/
}

.vision img {
  border-radius: 5px;
}

table.mngmntbl tr,
td,
th {
  border: 1px solid #eee;
  padding: 10px;
  color: #000;
}

table.mngmntbl tr th {
  background: #1d8bcc;
  color: #fff;
}

.photo-gallery img {
    margin-bottom: 20px;
    border: 1px solid #eee;
    border-radius: 10px;
}

.tabs-facilities a.nav-link {
  width: 100%;
  background: #fff;
  margin-bottom: 20px;
  border-radius: 7px;
  padding: 16px;
  text-align: left;
  font-size: 16px;
  color: #000;
  border: none;
}

.tabs-facilities {
  background: #f7f7f7;
  padding: 20px;
  border-radius: 5px;
}

.tabs-facilities .nav-tabs {
  padding-left: 0;
  border: none;
}

.tabs-facilities .nav-tabs .nav-link.active {
  background: #1d8bcc;
  color: #fff;
  font-size: 16px;
  border: none;
  border-radius: 7px;
  padding: 16px;
}

.tab-content h2 {
  font-size: 28px;
  margin-top: 14px;
}

.modal {
  top: 100px;
}

.privcy-policy ul,
section.facilities-page ul,
section.patient_care_services ul {
  list-style: disc;
  padding-left: 15px;
  margin-bottom: 15px;
}

.privcy-policy ul li,
section.facilities-page ul li,
section.patient_care_services ul li {
  color: #000;
  font-weight: 500;
  margin-bottom: 10px;
}

.payment-form-modal-wrapper p a {
  background: #1d8bcc;
  color: #fff;
  padding: 8px 16px;
  border-radius: 6px;
  display: inline-block;
  margin-top: 14px;
}

.box-carrer {
  padding: 12px;
  border-radius: 10px;
  background: #f7f7f7;
  border: 1px solid #eee;
  margin-bottom: 20px;
}

.box-carrer h2 {
  font-size: 24px;
  margin-bottom: 0;
}

.box-carrer h3 {
  font-size: 24px;
  margin-bottom: 20px;
}

.content-career p {
  margin-bottom: 8px;
  font-size: 14px;
}

.content-career i {
  margin-right: 6px;
  color: #1d8bcc;
}

.form-modal h2 {
  font-size: 22px;
  text-align: center;
  margin-bottom: 14px;
}

.form-modal {
  padding: 20px;
  background: #f7f7f7;
  text-align: center;
}

.form-modal button {
  margin-toop: 20px;
  margin-top: 13px;
}

button.btn.btn-secondary {
  position: absolute;
  right: 0;
  background: #1d8bcc;
  font-size: 20px;
  padding: 4px;
  line-height: 0;
}

.form-modal lable {
  float: left;
  margin-bottom: 10px;
  font-size: 15px;
  color: #000;
  padding-left: 9px;
}

.form-modal .form--control {
  background: #fff;
}

.box-carrer a.btn--base {
    padding: 13px 25px;
}

.investigation-item h3 {
  font-size: 18px;
}

a.img-app img {
  width: 115px;
}

.footer-aap .col-9 {
  padding-left: 0;
}

.footer-aap p {
  margin-bottom: 5px;
  font-size: 12px;
}

ul.footer-social-list i {
  margin: 0;
  text-align: center;
  font-size: 18px;
}

ul.footer-social-list.left-side-fix li {
  float: none;
  display: block;
  background: 0 0;
}

ul.footer-social-list.left-side-fix li a {
  margin-bottom: 0;
  border-radius: 0;
  background: #e20d6f;
  color: #fff;
  border-color: #fff;
  margin-right: 0;
  border-left: none;
}

ul.footer-social-list.left-side-fix li a:hover {
  background: #1d8bcc;
}

.side-fix-social {
    position: fixed;
    top: 36%;
    righ: 0;
    z-index: 99;
    right: 0;
    top: 30%;
}

section.bg-grey.pt-50.pb-10 {
  padding-bottom: 13px;
}

.testimonial-slider4 .swiper-pagination {
  margin-top: 32px;
  text-align: center;
  display: block;
}

.swiper-slide.img-event img {
  background: #fff;
  border-radius: 5px;
  padding: 7px;
  box-shadow: 9.9px 9.9px 30px 0 #0000001a;
  transition: all 0.2s;

}

.swiper-slide.img-event img:hover {
    background: #e00d72;
    border-radius: 5px;
    padding: 7px;
    box-shadow: 9.9px 9.9px 30px 0 #bddff4;
    transition: all 0.2s;
}
.what-aap a {
    position: fixed;
    z-index: 99;
    right: 0;
    bottom: 50px;
}
.logo-nabh img {
  width: 50px;
}

.what-aap img {
    width: 70px;
}

.logo-nabh {
    position: absolute;
    top: 6px;
    right: 22px;
}

@media (max-width: 1399px) {
  .header-bottom-area .navbar-collapse .main-menu li a {
    font-size: 14px;
    font-weight: 600;
  }
  .header-action a {
    font-size: 14px;
}
ul.header-social-list {
    top: 19%;
}

/*  .logo-nabh img {
    width: 60px;
  }*/
  .logo-nabh {

    top: 2px;
  }
/*      .adress p {
        font-size: 12px !important;

    }*/


}

.Chairman-box h2 {
  margin-top: 8px;
  font-size: 24px;
}

.Chairman-box {
    background: #fff;
    padding: 10px;
    border-radius: 5px;
    box-shadow: 2px 3.464px 24px 0 rgba(106, 105, 194, 0.25);
    margin-bottom: 20px;
}

.container.privcy-policy h2 {
  font-size: 18px;
  color: #000;
}

.container.privcy-policy h3 {
  font-size: 18px;
  color: #000;
}
.banner-slider .swiper-pagination {
  position: absolute;
  display: inline-block;
  bottom: 70px
}

.banner-slider .swiper-pagination .swiper-pagination-bullet {
  background-color: rgb(255 255 255);
}

.banner-slider .swiper-pagination-bullet-active {
  background: #e20d6f !important;
}

section.newsletters {
  background: #ededed;
  padding-top: 30px;
  padding-bottom: 20px;
}

form.footer-list.two input.form--control {
  background: #fff;
  border-color: #1d8bcc;
}

section.newsletters h4 {
  margin: 0 !important;
}

.footer-btn-area button {
  width: 100%;
  margin: 0;
  padding: 12px 15px;
  border-radius: 10px;
}

@media only screen and (max-width: 768px) {
  .testimonial-slider2 h2 {
    font-size: 30px;
  }

  p.head-slider {
    font-size: 20px;
  }

  section.blog-section {
    padding: 20px 0;
  }

  section.about-main img {
    margin-bottom: 20px;
  }

  .box-doctor img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    border-radius: 5px;
  }

  .box-doctor {
    display: block;
  }

  .content-doc {
    margin-left: 0;
  }

  .logo-nabh {
    position: absolute;
    right: 130%;
        width: 60px;
        top: 0;
  }

  .about-thumb {
    margin-bottom: 15px;
  }

  /* .Chairman-box {
    margin-top: 20px;
  } */

  section.newsletters p {
    margin-bottom: 12px;
  }
}

.content-chairman h2 {
  font-size: 26px;
  font-weight: 500;
}

.content-chairman p {
  margin-bottom: 8px;
  font-size: 13px;
  text-align: justify;
}

section.about-us-section {
    padding: 50px 0;
}

section.about-us-section h2 {
    font-size: 22px;
    margin-bottom: 20px;
}

section.about-us-section p {
    margin-bottom: 23px;
    color: #000;
    text-align: justify;

}

section.about-us-section img {
    box-shadow: 0 4px 8px rgba(40, 36, 49, 0.06);
    border-radius: 5px;
}

.doctor-box h2 {
    font-size: 18px;
    margin-top: 12px;
    margin-bottom: 0;
}

.doctor-box h3 {
    font-size: 15px;
    margin-top: 12px;
    font-weight: 500;
    margin:0;
}

.doctor-box p {
    margin: 0;
    font-size: 16px;
    font-weight: 700;
    color: #000;
}





.ExlencPrmic {
  color: #000000;
    font-size: 22px;
    text-align: center;

    span {
      color: #1bbde4;
    }
}

.ExlencPrmic_MainBx {
    margin-bottom: 20px;
    text-align: center;
    margin-top: 1%;
    padding-top: 15px;
    /* box-shadow: 0px 4px 3px 0px #ccc; */
    /* border-radius: 60px; */




  span {
    font-size: 16px;
    color: #000;
    font-weight: 600;
    margin-top: 8px;
    margin-bottom: 15px;
  }
}

p.color-black {

    color: #000;
}

a.find-package {
    background: #e50979;
    color: #fff;
    padding: 12px 22px;
    border-radius: 12px;
    margin-bottom: 27px;
    margin-top: 10px;
    cursor: auto;
}

/*.adress i.fas.fa-map-marker-alt {

    width: 72px;
    font-size: 18px;
}
*/


a.five-icon img {
    border-radius: 100%;
    background: #000000;
    padding: 1px;
}

section.about-us-section p {
    margin-bottom: 10px;
}

section.about-us-section a {
    margin-top: 20px;
}

a.feature-item:hover .icon-area{
  background: #e40a79;
}

.imgBX img {
    height: 90px;
}

.imgBX.pink {
    background: #e40a79;
    padding: 20px;
    border-radius: 10px;
}

.imgBX.cloud {
    background: #1d8bcc;
    padding: 20px;
    border-radius: 10px;
}
.blog-sidebar h5 {
    font-size: 14px;
}

section.top-section h1 {

    font-size: 40px;
}

section.services-page h2 {
    font-size: 22px;
}
section.services-page h3 {
  font-size: 22px;
}

section.services-page  {
   padding: 50px 0;
}

ul.list-services li {
    list-style: disc;
    /* padding-left: 15px; */
    margin-left: 30px;
    color: #000;
    margin-bottom: 6px;
}

.doc-box.bg-services {
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.12), 0 2px 4px rgba(0, 0, 0, 0.24) !important;
    background-color: #fafafa;
    min-height: 533px;
}

.doc-box.bg-services img {
    contain-intrinsic-height: 100%;
    width: 100%;
    background: #8ddeff;
    border-radius: 10px;
}

.box-service img {
    background: #ffffff;
    padding: 12px;
    /* width: 41%; */
    width: 30%;
    /* text-align: center; */
    background: #f5f5f5;
    border-radius: 10px;
    margin-bottom: 10px;
}

.box-service {
    background: #ffffff;
    text-align: center;
    padding: 10px;
    border-radius: 5px;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.12), 0 2px 4px rgba(0, 0, 0, 0.24) !important;
    min-height: 300px;
}

.box-service h4 {
    font-size: 16px;
}

section.about-main p {
    text-align: justify;
}

@media only screen and (max-width: 768px) {
    section.about-page-section h1 {
        padding-top: 10px;
        font-size: 20px;
    }
    section.about-page-section::after {
    height: 77px;
}
    section.top-section {
        padding: 20px 0 !important;
        background-size: cover !important;
    }

    section.top-section h1 {
    font-size: 20px;
}
section.services-page {
    padding: 20px 0;
}
ul.footer-list.footer-listing li {
    float: none;
    width: 100%;
}

}


ul.footer-list.footer-listing li {
    float: left;
    width: 50%;
}

ol.breadcrumb {
    margin: 0;
}

.page-banner.breadcrum-links {
    background: #0495cf;
    padding: 10px 0;
    color: #fff;
}

li.breadcrumb-item.active {
    color: #fff;
}

.breadcrumb-item+.breadcrumb-item::before {
    float: left;
    padding-right: .5rem;
    color: #fff;
    content: var(--bs-breadcrumb-divider, "/");
}

section.top-section.top-head h1 {
    color: #000;
    text-shadow: 0 0 3px #ffffff;
}

a.box-images-four.img-event {
    float: left;
    margin: 20px;
    width: 21%;
    margin-bottom: 0;
}

@media only screen and (max-width: 768px) {
a.box-images-four.img-event {
    float: none;
    margin: 0px;
    width: 100%;
}
}


.iti--separate-dial-code .iti__selected-flag {
    background-color: rgba(0, 0, 0, 0.05);
    border-radius: 10px 0px 0px 10px;
    /* padding: 0; */
    margin-left: -1px;
    height: 45px;
    margin-top: -1px;
}

.iti.iti--allow-dropdown.iti--separate-dial-code {
    display: block;
}

.form-group.home-form.captcha-box {
    display: flex;
    position: relative;

}
span.captcha_refresh {
    position: absolute;
    right: 32px;
    /* top: 0; */
    z-index: 99;
    /* bottom: 0; */
    padding-top: 12px;
    cursor: pointer;
}
.captcha-box-contact {
    display: flex;
}

.form-group.home-form.captcha-box label {

    border-radius: 10px 0px 0px 10px;
    background: #0495cf;
    height: 45px;
    /* padding: 14px 15px; */
    color: #fff;
    letter-spacing: 4px;
    padding: 10px 15px;
}
.captcha-box-contact label {
    /* box-shadow: 0px 4px 4px 0px #00000040; */
    border-radius: 10px 0px 0px 10px;
    background: #0495cf;
    height: 45px;
    padding: 11px 15px;
    color: #fff !important;
    letter-spacing: 4px;
}
.form-group.home-form.captcha-box input.form--control{
border-radius: 0px 10px 10px 0px;
}

.btn--base i {
    margin-left: 12px;
}

.image-form img {
    width: 460px;
    /* margin: 0 auto; */
    border-radius: 30px;
    height: 480px;
    object-fit: cover;
}
@media only screen and (max-width: 768px) {
  .image-form img {
    width: 100%;
    height: 100%;
    border-radius: 30px;
}
section.about-us-section {
    padding: 20px 0;
}
/*.adress i.fas.fa-map-marker-alt {
        width: 46px;
        margin-right: 15px;
    }
    p.location-dwarka i.fas.fa-map-marker-alt {
    width: 70px !important;
    margin-top: 0;
}*/
.col-lg-9.col-10.p-0 p {
    margin-left: 8px;
}
}


.form-group.contact-page .iti__selected-flag {
    background: #eee;
    border-radius: 10px 0px 0px 10px;
}

.captcha-box-contact input.form--control {
    border-radius: 0px 10px 10px 0px;
    border-left: none;
}

img.logo-dc {
    width: 100%;
    height: 300px;
    object-fit: cover;
    background: #efefef !important;
    padding: 37px;
}

.Chairman-box img {
    background: #8ddeff;
    /* border-radius: 5px; */
}

section.about-section-our-team {
    padding: 50px 0;
}

.adress p a i {
    font-size: 18px;
}

.testimonial-item.mb-20 {
    /* margin-bottom: 20px !important; */
    margin-bottom: 25px;
    height: auto;
    min-height: 338px;
}


.content-doc h3 {
    font-size: 22px;
}
.vision h3 {
    font-size: 22px;
}
section.bg-grey.mision-vision {
    padding: 0;
    padding-bottom: 30px;
}
.vision p {
    text-align: justify;
}

.contact-widget-content h4 {
    margin-bottom: 0;
}

.refreshbx label {
    width: 100px !important;
}

p.location-dwarka i {
    width: 108px !important;
    margin-top: 16px;
}

section.services-page h2 strong {
    font-weight: 700;
}
section.services-page h3 strong {
    font-weight: 700;
}

ul.sub-menu.header-mneu-links.mega-menu li {
    float: none;
    width: 100%;
}

ul.sub-menu.header-mneu-links.mega-menu {
    width: 700px !important;
    padding-right: 10px !important;
    padding-left: 10px !important;
}

ul.sub-menu.header-mneu-links.mega-menu li a {
    /* padding: 0 !important; */
    padding-left: 0 !important;
    padding-right: 0 !important;
}

ul.sub-menu.header-mneu-links.mega-menu h5 {
    font-size: 15px;
    color: #000;
    text-transform: capitalize;
}

.container.privcy-policy h2 {
    font-weight: 500;
}

.container.privcy-policy h3 {
    font-weight: 500;
}

section.services-page h4 {
    font-weight: 500;
}

.form-group.image-add .fileholder.active {
    height: auto !important;
}

.pr-0{
  padding-right: 0;
}

.col-lg-10.col-10.p-0 p {
    margin-left: 9px;
    margin-bottom: 6px;
}

@media only screen and (max-width: 768px){
  ul.sub-menu.header-mneu-links.mega-menu h5 {
    font-size: 13px;
    color: #000;
    text-transform: capitalize;
    font-weight: 600;
    margin-top: 10px;
    background: #eee;
    display: inline-block;
    padding: 4px 10px;
    border-radius: 5px;
    /* margin-right: 10px; */
}
ul.sub-menu.header-mneu-links.mega-menu {
    width: 100% !important;
    padding-right: 10px !important;
    padding-left: 10px !important;
}
}
@media only screen and (max-width: 991px){
  ul.sub-menu.header-mneu-links.mega-menu h5 {
    font-size: 13px;
    color: #000;
    text-transform: capitalize;
    font-weight: 600;
    margin-top: 10px;
    background: #eee;
    display: inline-block;
    padding: 4px 10px;
    border-radius: 5px;
    /* margin-right: 10px; */
}
ul.sub-menu.header-mneu-links.mega-menu {
    width: 100% !important;
    padding-right: 10px !important;
    padding-left: 10px !important;
}
}



.footer-widget .contact-widget-box {
    border: none;
    padding: 0;
    box-shadow: none;
    border-radius: 0px;
}

.footer-widget .contact-widget-item-wrapper .contact-widget-item {

    align-items: center;
}

.footer-widget .contact-widget-icon {
    background: #ffffff;
}

.footer-widget .contact-widget-item-wrapper .contact-widget-item .contact-widget-icon svg{
  fill:#1d8bcc;
}
.footer-widget a {
    color: #fff;
}
.footer-widget span {
    color: #fff;
}

.footer-aap {
    margin-top: 20px !important;
    display: inline-block;
}

.about-thumb img {
    background: #efefef;
    padding: 1px;
    height: 250px;
    /* width: 100%; */
    width: 400px;
    object-fit: cover;
    margin: 0;
}

.blog-item-details ol li {
    color: #000;
    margin-bottom: 14px;
}

.blog-item-details ul li {
    color: #000;
    margin-bottom: 14px;
}

section.services-page .blog-item-bg-blog h4{
  font-weight: 700;
}

.side-fix-social {
    position: fixed;
    top: 36%;
    righ: 0;
    z-index: 99;
    right: 0;
    top: 30%;
}

@media only screen and (max-width: 1440px) and (min-width: 1280px){
  .side-fix-social {
    top: 20%;
}

}


/* ====================================================== Start Kundan Css Code 24/10/24/ ============================== */

.container.privcy-policy ol li {
  color:#000;
}

.table-area.mt-10 i{
  margin-left: 0;
}
button.sidebar-menu-bar.close-btn {
    position: absolute;
    top: 36px;
    right: 8px;
    font-size: 22px;
    display: none;
}

@media only screen and (max-width: 768px){
  .data {
     margin-top: 0px !important;
}
}
/* ====================================================== End Kundan Css Code 24/10/24/ ============================== */

.footer-download-btn img {
    width: 205px;
}

@media only screen and (max-width: 768px){
.footer-download-btn img {
    width: 150px;
}
}

.blog-content h3 {
    color: #000;
    /* font-size: 28px !important; */
    font-weight: 600 !important;
}
.blog-content h2 {
    font-weight: 600 !important;
    color: #000;
}

/*landing-page*/

    section.landing-top-section {
        position: sticky;
        top: 0;
        width: 100%;
        padding: 3px 0;
        border-bottom: 1px solid #1d8bcc;
        z-index: 999;
        background: #fff;
    }
section.landing-top-section a.btn--base {
    float: right;
    padding: 10px 22px;
    /* margin-top: 7px; */
    /* margin-bottom: 0; */
    margin: 7px 0;
}
  section.landing-banner-section {
    padding: 30px 0;
    background: #f7f7f7;
}
section.landing-banner-section img {
    border-radius: 5px;
    width: 100%;
    height: 100%;

}
.landing-form {
    background: #fff;
    padding: 20px;
    border: 1px solid #ededed;
    border-radius: 5px;
}
.landing-form textarea.form--control {
    /* height: 20px !important; */
    min-height: 80px;
}
.landing-form {
    background: #fff;
    padding: 20px 18px 0px 18px;
    border: 1px solid #eee;
    border-radius: 5px;
    box-shadow: 0 4px 8px rgba(40, 36, 49, 0.06);
}
section.landing-banner-section button.btn--base {
    /* width: 100%; */
    padding: 10px 40px;
}
section.about-landing h1 {
    font-size: 22px;
    margin-bottom: 15px;
}
@media only screen and (max-width: 991px){
    section.about-landing h1 {
        font-size: 18px !important;
        text-align: left;
    }
}
section.about-landing {
    text-align: justify;
    padding: 30px 0;
}
.box-spec p {
    text-align: center;
    background: #fff;
    margin-bottom: 20px;
    padding: 20px 7px;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.2px;
    min-height: 94px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(40, 36, 49, 0.06);
    align-content: center;
}
section.landing-specialities {
    background: #f7f7f7;
    padding: 30px 0;
    margin-top: 30px;
}
section.landing-contact {
    padding: 50px 0;
}
.copyright-area.landing-footer {
  margin: 0;
    background: #f7f7f7;
    padding: 10px 0;
}
ul.footer-landing-links li {
    float: right;
    margin-right: 19px;
    color: #0495cf;
}

@media only screen and (max-width: 768px){
.landing-form {
    margin-top: 18px;
}


}

/*landing page*/


button.btn-banner-btn.active {
    background: #0495cf;
    padding: 8px 27px;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 20px;
    color: #ffffff;
    box-shadow: none;
    box-shadow: 0 2px 4px 0 #0000003d;
}

button.btn-banner-btn {
    background: #eee;
    padding: 8px 27px;
    border-radius: 6px;
    margin-right: 15px;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 20px;
    color: #000;
    box-shadow: 0 2px 4px 0 #0000003d;
}

a.five-icon.location-bg {
    background: #eee;
    padding: 4px 10px;
    border-radius: 5px;
    margin-right: 3px;
}



a.five-icon.location-bg img{
  margin-left: 0 !important;
}

a.five-icon.location-bg span {
    margin-left: 8px;
    color: #000;
    font-size: 15px;
    font-weight: 600;
}

a.five-icon {
    background: #eee;
    padding: 4px;
    border-radius: 5px;
    margin-right: 3px;
}

.section-lab img {
    border: 1px solid #eee;
    border-radius: 5px;
}

.two-btn {
    text-align: center;
}

button.nav-link.btn-grey {
    background: #eee;
    color: #000;
    font-weight: 500;
    text-transform: uppercase;
    margin-right: 15px;
    font-size: 15px;
    padding: 8px 20px;
    box-shadow: 0 2px 4px 0 #0000003d;
    border-radius: 6px;
    margin-bottom: 14px;
}
button.nav-link.btn-grey.active {
    background: #0495cf;

}

section.location-section {
    padding: 20px 0;
}
section.location-section iframe {
    border-radius: 10px;
    /* border: 19px solid #000000; */
}
