@charset "UTF-8";
.navbar-brand {
  padding-top: 0;
  padding-bottom: 0;
  /*width:10rem*/
}

@media (min-width: 992px) {
  .navbar-brand.medium {
    width: 20rem;
  }
  .dropdown-item {
    padding: 0.4rem 2.5rem 0.4rem 1.5rem;
    transition: all 0.1s ease;
  }
  .navbar-nav li.dropdown:hover > .dropdown-menu {
    display: block;
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
    -webkit-transform: translateX(-50%) translateY(-3px) scale(1);
    transform: translateX(-50%) translateY(-3px) scale(1);
  }
  .navbar-nav li.dropdown > .dropdown-menu {
    display: block;
    margin: 0;
    left: 95%;
    -webkit-transform: translateX(-50%) translateY(-3px) scale(0.97);
    transform: translateX(-50%) translateY(-3px) scale(0.97);
    transition: all 0.2s ease;
    top: auto;
    background-color: #fff;
    border-radius: 8px;
    opacity: 0;
    pointer-events: none;
    border: none;
    visibility: hidden;
  }
  .navbar-nav .dropdown-submenu > .dropdown-menu {
    left: 100%;
    -webkit-transform: translateX(0) translateY(-3px) scale(0.97);
    transform: translateX(0) translateY(-3px) scale(0.97);
    display: block;
    margin: 0 0 0 -0.8rem;
    transition: all 0.2s ease;
    background-color: #fff;
    border-radius: 8px;
    right: auto;
    top: 0;
    opacity: 0;
    pointer-events: none;
    z-index: 1;
  }
  .navbar-nav .dropdown-submenu:hover > .dropdown-menu {
    -webkit-transform: none;
    transform: none;
    transition: none;
    display: block;
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
    left: 100%;
    z-index: 9;
  }
}
@media (max-width: 991.98px) {
  /*.navbar-collapse{
        position:absolute;
        top:-100px;
        background:#fff;
        width:100%;
        padding:3rem 2rem;
        box-shadow:0 0 30px rgba(83,88,93,.15);
        left:0;
        border-radius: 8px;
    }*/
  .navbar-toggler {
    border: none;
  }
  .navbar-collapse.company {
    position: absolute;
    top: 70px;
    background: #000;
    border-radius: 4px;
    width: 100%;
    padding: 1rem 2rem;
    box-shadow: 0 0 30px rgba(83, 88, 93, 0.15);
    left: 0;
  }
  .collapse.navbar-collapse.navbar-vertical.sub {
    display: block;
  }
}
.nav-link {
  padding: 0.5rem 0.8rem;
  font-weight: 500;
  transition: none;
}

.btn {
  font-weight: 500;
}

.btn.btn-md {
  padding: 0.7rem 1.5rem;
}

.btn.btn-xs {
  font-size: 0.6875rem;
  font-weight: 400;
  padding: 0.4375rem 0.9375rem;
}

.btn-group-lg > .btn, .btn.btn-lg {
  padding: 0.7rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.btn.btn-wide {
  min-width: 9.6875rem;
  padding-left: 3rem;
  padding-right: 3rem;
}

.btn.btn-pill {
  border-radius: 6.1875rem;
}

.btn.btn-primary:hover {
  box-shadow: 0 4px 11px rgba(40, 110, 251, 0.35);
}

.btn.btn-secondary:hover {
  box-shadow: 0 4px 11px rgba(106, 116, 123, 0.35);
}

.btn.btn-success:hover {
  box-shadow: 0 4px 11px rgba(40, 167, 69, 0.35);
}

.btn.btn-danger:hover {
  box-shadow: 0 4px 11px rgba(220, 53, 69, 0.35);
}

.btn.btn-warning:hover {
  box-shadow: 0 4px 11px rgba(255, 193, 7, 0.35);
}

.btn.btn-info:hover {
  box-shadow: 0 4px 11px rgba(23, 162, 184, 0.35);
}

.btn.btn-light:hover {
  box-shadow: 0 4px 11px rgba(246, 249, 252, 0.35);
}

.btn.btn-white:hover {
  box-shadow: 0 4px 11px rgba(255, 255, 255, 0.35);
}

.btn.btn-dark:hover {
  box-shadow: 0 4px 11px rgba(45, 52, 62, 0.35);
}

.btn.btn-light-primary {
  background: rgba(40, 110, 251, 0.1);
  color: #286efb;
}

.btn.btn-light-primary:hover {
  color: #fff;
  background-color: #286efb;
  box-shadow: 0 4px 11px rgba(40, 110, 251, 0.35);
}

.btn.btn-light-secondary {
  background: rgba(106, 116, 123, 0.1);
  color: #6a747b;
}

.btn.btn-light-secondary:hover {
  color: #fff;
  background-color: #6a747b;
  box-shadow: 0 4px 11px rgba(106, 116, 123, 0.35);
}

.btn.btn-light-success {
  background: rgba(40, 167, 69, 0.1);
  color: #28a745;
}

.btn.btn-light-success:hover {
  color: #fff;
  background-color: #28a745;
  box-shadow: 0 4px 11px rgba(40, 167, 69, 0.35);
}

.btn.btn-light-danger {
  background: rgba(220, 53, 69, 0.1);
  color: #dc3545;
}

.btn.btn-light-danger:hover {
  color: #fff;
  background-color: #dc3545;
  box-shadow: 0 4px 11px rgba(220, 53, 69, 0.35);
}

.btn.btn-light-warning {
  background: rgba(255, 193, 7, 0.1);
  color: #ffc107;
}

.btn.btn-light-warning:hover {
  color: #fff;
  background-color: #ffc107;
  box-shadow: 0 4px 11px rgba(255, 193, 7, 0.35);
}

.btn.btn-light-info {
  background: rgba(23, 162, 184, 0.1);
  color: #17a2b8;
}

.btn.btn-light-info:hover {
  color: #fff;
  background-color: #17a2b8;
  box-shadow: 0 4px 11px rgba(23, 162, 184, 0.35);
}

.btn.btn-light-light {
  background: rgba(246, 249, 252, 0.1);
}

.btn.btn-light-light:hover {
  background-color: #f6f9fc;
  box-shadow: 0 4px 11px rgba(246, 249, 252, 0.35);
}

.btn.btn-light-white {
  background: rgba(255, 255, 255, 0.1);
}

.btn.btn-light-white:hover {
  background-color: #fff;
  box-shadow: 0 4px 11px rgba(255, 255, 255, 0.35);
}

.btn.btn-light-dark {
  background: rgba(45, 52, 62, 0.1);
  color: #2d343e;
}

.btn.btn-light-dark:hover {
  color: #fff;
  background-color: #2d343e;
  box-shadow: 0 4px 11px rgba(45, 52, 62, 0.35);
}

.custom-file {
  height: 45px;
}

.custom-file-input {
  height: 100%;
}

.page-link {
  position: relative;
  display: block;
  padding: 0.75rem 1.5rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6;
}

.page-link:hover {
  z-index: 2;
  color: #0056b3;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.page-link:focus {
  z-index: 2;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

.page-item:last-child .page-link {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.8;
}

.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}

.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.4;
}

.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}

.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

.badge {
  font-size: 13px;
  padding: 8px 15px;
}

.badge-lg {
  padding: 0.7em 1.15em;
}

.badge-primary-soft {
  background-color: rgba(40, 110, 251, 0.1);
  color: #286efb;
}

a.badge-primary-soft:focus, a.badge-primary-soft:hover {
  background-color: rgba(40, 110, 251, 0.2);
  color: #286efb;
}

.badge-light-soft {
  background-color: #f1f1f1 !important;
  color: #6a747b;
}

.badge-secondary-soft {
  background-color: rgba(106, 116, 123, 0.1);
  color: #6a747b;
}

a.badge-secondary-soft:focus, a.badge-secondary-soft:hover {
  background-color: rgba(106, 116, 123, 0.2);
  color: #6a747b;
}

.badge-success-soft {
  background-color: rgba(40, 167, 69, 0.1);
  color: #28a745;
}

a.badge-success-soft:focus, a.badge-success-soft:hover {
  background-color: rgba(40, 167, 69, 0.2);
  color: #28a745;
}

.badge-info-soft {
  background-color: rgba(23, 162, 184, 0.1);
  color: #17a2b8;
}

a.badge-info-soft:focus, a.badge-info-soft:hover {
  background-color: rgba(23, 162, 184, 0.2);
  color: #17a2b8;
}

.badge-warning-soft {
  background-color: rgba(255, 193, 7, 0.1);
  color: #856404;
}

a.badge-warning-soft:focus, a.badge-warning-soft:hover {
  background-color: rgba(255, 193, 7, 0.2);
  color: #ffc107;
}

.badge-danger-soft {
  background-color: rgba(220, 53, 69, 0.1);
  color: #dc3545;
}

a.badge-danger-soft:focus, a.badge-danger-soft:hover {
  background-color: rgba(220, 53, 69, 0.2);
  color: #dc3545;
}

.badge-light-soft {
  background-color: rgba(246, 249, 252, 0.1);
  color: #f6f9fc;
}

a.badge-light-soft:focus, a.badge-light-soft:hover {
  background-color: rgba(246, 249, 252, 0.2);
  color: #f6f9fc;
}

.badge-dark-soft {
  background-color: rgba(45, 52, 62, 0.1);
  color: #2d343e;
}

a.badge-dark-soft:focus, a.badge-dark-soft:hover {
  background-color: rgba(45, 52, 62, 0.2);
  color: #2d343e;
}

.badge-white-soft {
  background-color: rgba(255, 255, 255, 0.1);
  color: #fff;
}

a.badge-white-soft:focus, a.badge-white-soft:hover {
  background-color: rgba(255, 255, 255, 0.2);
  color: #fff;
}

.badge-white-soft.active {
  background-color: #fff;
  color: #286efb;
}

.badge-white-soft.active:focus, .badge-white-soft.active:hover {
  background-color: #f6f9fc;
  color: #286efb;
}

:focus {
  outline: 0 !important;
}

::-moz-selection {
  color: #fff;
  background: #286efb;
}

::selection {
  color: #fff;
  background: #286efb;
}

::-moz-selection {
  color: #fff;
  background: #286efb;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  height: 100%;
  overflow-x: hidden;
}

.container, .container-fluid {
  position: relative;
  z-index: 1;
}

a {
  transition: all 0.3s ease-in-out;
}

img {
  max-width: 100%;
  height: auto;
}

video {
  background-size: cover;
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}

iframe {
  border: 0;
}

.card-img-bottom, .card-img-top {
  min-height: 1px;
}

.bg-primary::-moz-selection {
  color: #286efb;
  background: #fff;
}

.bg-primary::selection {
  color: #286efb;
  background: #fff;
}

.bg-primary {
  color: #286efb;
  background: #fff;
}

a[href^=tel] {
  color: inherit;
  text-decoration: none;
}

.custom-select {
  -webkit-appearance: none;
}

@media print {
  .print-hide {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .lead {
    font-size: 1.1875rem;
  }
}
@media (max-width: 1199.98px) {
  .container {
    width: 94%;
  }
}
@media (max-width: 575.98px) {
  .container {
    width: 100%;
    padding: 0 15px;
  }
  .team-img img {
    width: 100% !important;
    height: auto !important;
  }
}
.body-font {
  font-family: "Glacial Indifference", sans-serif !important;
}

.title-font {
  font-family: "Glacial Indifference", sans-serif !important;
}

.alt-font {
  font-family: "Glacial Indifference", sans-serif !important;
}

.feather {
  width: 1em;
  height: 1em;
  fill: none;
  stroke: currentcolor;
  stroke-width: 2px;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.svg-injector {
  width: auto;
  height: auto;
  fill: none;
  stroke: currentcolor;
  stroke-width: 0;
  stroke-linecap: round;
  stroke-linejoin: round;
  color: #286efb;
}

.feather.white {
  color: #fff;
}

.border-radius-before > [id*=jarallax-container-] {
  border-radius: 3px !important;
}

.cd-headline.type .cd-words-wrapper.selected {
  background-color: #ffc107;
}

.cd-headline.loading-bar .cd-words-wrapper::after {
  background-color: #286efb;
}

.transition-hover {
  transition: all 0.14s ease-in-out;
}

.transition-hover:focus, .transition-hover:hover {
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
}

.border-light-white {
  border-color: rgba(225, 225, 225, 0.15) !important;
}

.border-light-dark {
  border-color: rgba(0, 0, 0, 0.1) !important;
}

.border-vlight-dark {
  border-color: rgba(0, 0, 0, 0.08) !important;
}

section {
  position: relative;
  padding: 4rem 0;
}

section.bottom-shape {
  padding-bottom: 4.8rem;
}

section.top-shape {
  padding-top: 4.8rem;
}

@media (min-width: 992px) {
  section {
    padding: 5rem 0;
  }
  section.bottom-shape {
    padding-bottom: 6rem;
  }
  section.top-shape {
    padding-top: 6rem;
  }
}
@media (min-width: 1200px) {
  section {
    padding: 7rem 0;
  }
  section.bottom-shape {
    padding-bottom: 8.5rem;
  }
  section.top-shape {
    padding-top: 8.5rem;
  }
}
.bg-round-shape {
  position: absolute;
  left: 0;
  bottom: -3px;
  top: auto;
  width: 100%;
  z-index: 0;
}

.bg-round-shape.top {
  top: -3px;
  bottom: auto;
}

.bg-round-shape.reverse {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

@media (min-width: 576px) {
  .bottom-shape .bg-round-shape.reverse {
    bottom: 0;
  }
}
@media (min-width: 992px) {
  .bottom-shape .bg-round-shape.reverse {
    bottom: -1px;
  }
}
@media (max-width: 575.98px) {
  .bg-round-shape.bottom-0 {
    bottom: -3px;
  }
}
.breadcrumb {
  background: 0 0;
  margin: 0;
}

.breadcrumb .breadcrumb-item {
  display: inline-block;
}

.breadcrumb .breadcrumb-item a {
  color: #286efb;
}

.breadcrumb > .breadcrumb-item + .breadcrumb-item:before {
  content: "\f054";
  padding: 0 0.5rem 0 5px;
  font-family: "Font Awesome 5 Free";
  font-size: 13px;
  vertical-align: middle;
  font-weight: 700;
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .navbar-brand {
    height: 40px;
    box-sizing: unset;
  }
  .navbar-toggler {
    width: 30px;
    height: 38px;
    right: 0;
    position: absolute;
    top: 20px;
  }
  .form-control {
    height: 43px;
  }
  .quick-contact .form-control {
    height: 53px;
  }
  .ie-height-71 {
    height: 71px;
  }
  .ie-height-83 {
    height: 83px;
  }
  .ie-height-90 {
    height: 90px;
  }
  .ie-height-100 {
    height: 100px;
  }
  .ie-height-110 {
    height: 110px;
  }
  .ie-height-115 {
    height: 115px;
  }
  .ie-height-130 {
    height: 130px;
  }
  .ie-height-175 {
    height: 175px;
  }
  .ie-width-170 {
    width: 170px;
  }
  .ie-width-80 {
    width: 80%;
  }
}
.scroll-to-top {
  font-size: 20px;
  text-align: center;
  color: #286efb;
  background-color: rgba(40, 110, 251, 0.1);
  text-decoration: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: none;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  line-height: 35px;
  z-index: 9999;
  outline: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.scroll-to-top i {
  color: #286efb;
}

.scroll-to-top:hover {
  color: #fff;
  background: #286efb;
}

.scroll-to-top:hover i {
  color: #fff;
}

.scroll-to-top:visited {
  color: #fff;
}

.icon-style-two .icon {
  display: inline-block;
  vertical-align: middle;
  border-radius: 50px;
  padding: 10px;
  line-height: 2.2rem;
  text-align: center;
  background-color: rgba(40, 110, 251, 0.1);
  color: #286efb;
  height: 3.5rem;
  width: 3.5rem;
}

.icon-style-two svg {
  font-size: 1.8rem;
}

.icon-style-two span {
  color: #495057;
  font-size: 1.1rem;
}

.list-style1 i {
  color: #286efb;
  font-size: 12px;
  background: rgba(40, 110, 251, 0.1);
  border-radius: 30px;
  padding: 7px;
  line-height: 13px;
}

.list-style2 i {
  color: #fff;
  font-size: 12px;
  background: rgba(40, 167, 69, 0.8);
  border-radius: 30px;
  padding: 7px;
  line-height: 13px;
}

.list-style3 i {
  color: #28a745;
  font-size: 12px;
  background: rgba(40, 167, 69, 0.2);
  border-radius: 30px;
  padding: 7px;
  line-height: 13px;
}

.card-standard {
  z-index: 9;
  border-radius: 4px;
}

.card-enterprise {
  border-radius: 4px;
}

@media (min-width: 768px) {
  .card-enterprise {
    border-radius: 0 4px 4px 0;
  }
}
.quick-contact {
  position: relative;
  z-index: 999;
}

@media (min-width: 992px) {
  .quick-contact .form-control {
    padding: 0.8rem 1rem;
  }
}
.newsletter-form {
  border: 2px solid rgba(0, 0, 0, 0.1);
}

.newsletter-form .form-control {
  height: 55px;
}

.newsletter-form i {
  font-size: 1.5rem;
  line-height: 2rem;
}

blockquote.comment {
  border-left: 3px solid #e5e5e5;
}

.bg-cover {
  background: no-repeat center center/cover;
}

.sm-avatar {
  width: 2.75rem;
  height: 2.75rem;
}

.md-avatar {
  width: 3.75rem;
  height: 3.75rem;
}

.max-width-content {
  width: max-content;
  width: -moz-max-content;
  width: -webkit-max-content;
  width: -o-max-content;
  display: inline-block;
  max-width: 100%;
}

.left-0 {
  left: 0;
}

.right-0 {
  right: 0;
}

.top-0 {
  top: 0;
}

.bottom-0 {
  bottom: 0;
}

.z-index-n9 {
  z-index: -9;
  position: relative;
}

.z-index-9 {
  z-index: 9;
  position: relative;
}

.z-index-99 {
  z-index: 99;
  position: relative;
}

.overflow-visible {
  overflow: visible;
}

.overflow-scroll {
  overflow: scroll;
}

.hover-white:hover {
  color: #fff;
  transition: all 0.3s ease-in-out;
}

.hover-opacity:hover {
  opacity: 1;
  transition: all 0.3s ease-in-out;
}

.hover-primary:hover {
  color: #286efb;
  transition: all 0.3s ease-in-out;
}

.bg-transparent {
  background: 0 0 !important;
}

.bg-white-10 {
  background: rgba(255, 255, 255, 0.1);
}

.bg-primary-10 {
  background: rgba(40, 110, 251, 0.1);
}

.bg-primary-20 {
  background: rgba(40, 110, 251, 0.2);
}

.bg-primary-30 {
  background: rgba(40, 110, 251, 0.3);
}

.bg-primary-40 {
  background: rgba(40, 110, 251, 0.4);
}

.bg-primary-50 {
  background: rgba(40, 110, 251, 0.5);
}

.bg-primary-60 {
  background: rgba(40, 110, 251, 0.6);
}

.bg-primary-70 {
  background: rgba(40, 110, 251, 0.7);
}

.bg-primary-80 {
  background: rgba(40, 110, 251, 0.8);
}

.bg-primary-90 {
  background: rgba(40, 110, 251, 0.9);
}

.bg-danger-10 {
  background: rgba(220, 53, 69, 0.1);
}

.bg-danger-20 {
  background: rgba(220, 53, 69, 0.2);
}

.bg-danger-30 {
  background: rgba(220, 53, 69, 0.3);
}

.bg-danger-40 {
  background: rgba(220, 53, 69, 0.4);
}

.bg-danger-50 {
  background: rgba(220, 53, 69, 0.5);
}

.bg-danger-60 {
  background: rgba(220, 53, 69, 0.6);
}

.bg-danger-70 {
  background: rgba(220, 53, 69, 0.7);
}

.bg-danger-80 {
  background: rgba(220, 53, 69, 0.8);
}

.bg-danger-90 {
  background: rgba(220, 53, 69, 0.9);
}

.overlay-gradient:before {
  background: rgba(0, 0, 0, 0.76);
  background: linear-gradient(-180deg, transparent, #000 186%);
}

.overlay:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.overlay-primary:before {
  background-color: #286efb;
}

.overlay-black:before {
  background-color: #333;
}

.overlay-white:before {
  background-color: #fff;
}

.overlay-warning:before {
  background-color: #ffc107;
}

.overlay-10:before {
  opacity: 0.1;
}

.overlay-20:before {
  opacity: 0.2;
}

.overlay-30:before {
  opacity: 0.3;
}

.overlay-40:before {
  opacity: 0.4;
}

.overlay-50:before {
  opacity: 0.5;
}

.overlay-60:before {
  opacity: 0.6;
}

.overlay-70:before {
  opacity: 0.7;
}

.overlay-75:before {
  opacity: 0.75;
}

.overlay-80:before {
  opacity: 0.8;
}

.overlay-85:before {
  opacity: 0.85;
}

.overlay-90:before {
  opacity: 0.9;
}

.overlay-95:before {
  opacity: 0.95;
}

.opacity1 {
  opacity: 0.1;
}

.opacity2 {
  opacity: 0.2;
}

.opacity3 {
  opacity: 0.3;
}

.opacity4 {
  opacity: 0.4;
}

.opacity5 {
  opacity: 0.5;
}

.opacity6 {
  opacity: 0.6;
}

.opacity7 {
  opacity: 0.7;
}

.opacity75 {
  opacity: 0.75;
}

.opacity8 {
  opacity: 0.8;
}

.opacity85 {
  opacity: 0.85;
}

.opacity9 {
  opacity: 0.9;
}

.opacity95 {
  opacity: 0.95;
}

.fill-primary {
  fill: #286efb;
}

.fill-white {
  fill: #fff;
}

.fill-light {
  fill: #f6f9fc;
}

.fill-none {
  fill: none;
}

.fill-dark {
  fill: #2d343e;
}

.text-black-60 {
  color: rgba(0, 0, 0, 0.6);
}

.text-black-70 {
  color: rgba(0, 0, 0, 0.7);
}

.text-black-75 {
  color: rgba(0, 0, 0, 0.75);
}

.text-black-80 {
  color: rgba(0, 0, 0, 0.8);
}

.text-black-85 {
  color: rgba(0, 0, 0, 0.85);
}

.text-black-90 {
  color: rgba(0, 0, 0, 0.9);
}

.text-black-95 {
  color: rgba(0, 0, 0, 0.95);
}

.text-white-60 {
  color: rgba(255, 255, 255, 0.6);
}

.text-white-70 {
  color: rgba(255, 255, 255, 0.7);
}

.text-white-75 {
  color: rgba(255, 255, 255, 0.75);
}

.text-white-80 {
  color: rgba(255, 255, 255, 0.8);
}

.text-white-85 {
  color: rgba(255, 255, 255, 0.85);
}

.text-white-90 {
  color: rgba(255, 255, 255, 0.9);
}

.text-white-95 {
  color: rgba(255, 255, 255, 0.95);
}

.line-height-base {
  line-height: 1.6 !important;
}

.line-height-lg {
  line-height: 1.8 !important;
}

.line-height-sm {
  line-height: 1.2 !important;
}

.shadows {
  box-shadow: 0 0 30px rgba(83, 88, 93, 0.15) !important;
}

.shadow-light {
  box-shadow: 0 0 40px rgba(83, 88, 93, 0.1);
}

.no-shadow {
  box-shadow: none !important;
}

.shadow-hover {
  transition: all 0.2s ease-in-out;
}

.shadow-hover:hover {
  box-shadow: 0 0 50px rgba(83, 88, 93, 0.1);
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
}

.shadow-hover-1:hover {
  box-shadow: 0 0 18px rgba(0, 0, 0, 0.06);
}

.border-light {
  border-color: rgba(0, 0, 0, 0.06) !important;
}

.border-radius-3 {
  border-radius: 3px !important;
}

.border-radius-before {
  border-radius: 3px !important;
}

.border-radius-before:before {
  border-radius: 3px !important;
}

.border-radius-left-0 {
  border-radius: 0 3px 3px 0 !important;
}

.border-radius-right-0 {
  border-radius: 3px 0 0 3px !important;
}

.border {
  border: 1px solid rgba(0, 0, 0, 0.1) !important;
}

.border-right-0 {
  border-right: 0;
}

.border-left-0 {
  border-left: 0;
}

@media (min-width: 576px) {
  .border-sm-right {
    border-right: 1px solid rgba(0, 0, 0, 0.1) !important;
  }
  .border-sm-left {
    border-left: 1px solid rgba(0, 0, 0, 0.1) !important;
  }
}
@media (min-width: 768px) {
  .border-md-right {
    border-right: 1px solid rgba(0, 0, 0, 0.1) !important;
  }
  .border-md-left {
    border-left: 1px solid rgba(0, 0, 0, 0.1) !important;
  }
}
@media (min-width: 992px) {
  .border-lg-right {
    border-right: 1px solid rgba(0, 0, 0, 0.1) !important;
  }
  .border-lg-left {
    border-left: 1px solid rgba(0, 0, 0, 0.1) !important;
  }
}
@media (min-width: 1200px) {
  .border-xl-right {
    border-right: 1px solid rgba(0, 0, 0, 0.1) !important;
  }
  .border-xl-left {
    border-left: 1px solid rgba(0, 0, 0, 0.1) !important;
  }
}
.h-300 {
  height: 300px;
}

.h-350 {
  height: 350px;
}

.h-400 {
  height: 400px;
  height: 400px;
}

.h-100vh {
  height: 100vh;
}

.min-height-50vh {
  min-height: 50vh;
}

@media (min-width: 992px) {
  .h-lg-400 {
    height: 400px;
  }
  .h-lg-500 {
    height: 500px;
  }
  .min-height-lg-100vh {
    min-height: 100vh;
  }
  .min-height-lg-90vh {
    min-height: 90vh;
  }
  .min-height-lg-80vh {
    min-height: 80vh;
  }
  .min-height-lg-70vh {
    min-height: 70vh;
  }
  .min-height-lg-60vh {
    min-height: 60vh;
  }
  .min-height-lg-50vh {
    min-height: 50vh;
  }
  .min-height-lg-40vh {
    min-height: 40vh;
  }
  .min-height-lg-35vh {
    min-height: 35vh;
  }
  .min-height-lg-30vh {
    min-height: 30vh;
  }
}
@media (min-width: 1200px) {
  .h-xl-400 {
    height: 400px;
  }
  .h-xl-500 {
    height: 500px;
  }
}
.vw-50 {
  width: 50vw;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-70 {
  width: 70% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.w-15 {
  width: 15% !important;
}

.w-20 {
  width: 20% !important;
}

.w-30 {
  width: 30% !important;
}

.w-35 {
  width: 35% !important;
}

.w-40 {
  width: 40% !important;
}

.w-45 {
  width: 45% !important;
}

.w-60 {
  width: 60% !important;
}

.w-65 {
  width: 65% !important;
}

.w-70 {
  width: 70% !important;
}

.w-80 {
  width: 80% !important;
}

.w-85 {
  width: 85% !important;
}

.w-90 {
  width: 90% !important;
}

.w-95 {
  width: 95% !important;
}

@media (min-width: 576px) {
  .w-sm-25 {
    width: 25% !important;
  }
  .w-sm-50 {
    width: 50% !important;
  }
  .w-sm-75 {
    width: 75% !important;
  }
  .w-sm-100 {
    width: 100% !important;
  }
  .w-sm-auto {
    width: auto !important;
  }
  .w-sm-15 {
    width: 15% !important;
  }
  .w-sm-20 {
    width: 20% !important;
  }
  .w-sm-30 {
    width: 30% !important;
  }
  .w-sm-35 {
    width: 35% !important;
  }
  .w-sm-40 {
    width: 40% !important;
  }
  .w-sm-45 {
    width: 45% !important;
  }
  .w-sm-60 {
    width: 60% !important;
  }
  .w-sm-65 {
    width: 65% !important;
  }
  .w-sm-70 {
    width: 70% !important;
  }
  .w-sm-80 {
    width: 80% !important;
  }
  .w-sm-85 {
    width: 85% !important;
  }
  .w-sm-90 {
    width: 90% !important;
  }
}
@media (min-width: 768px) {
  .w-md-25 {
    width: 25% !important;
  }
  .w-md-50 {
    width: 50% !important;
  }
  .w-md-75 {
    width: 75% !important;
  }
  .w-md-100 {
    width: 100% !important;
  }
  .w-md-auto {
    width: auto !important;
  }
  .w-md-15 {
    width: 15% !important;
  }
  .w-md-20 {
    width: 20% !important;
  }
  .w-md-30 {
    width: 30% !important;
  }
  .w-md-35 {
    width: 35% !important;
  }
  .w-md-40 {
    width: 40% !important;
  }
  .w-md-45 {
    width: 45% !important;
  }
  .w-md-60 {
    width: 60% !important;
  }
  .w-md-65 {
    width: 65% !important;
  }
  .w-md-70 {
    width: 70% !important;
  }
  .w-md-80 {
    width: 80% !important;
  }
  .w-md-85 {
    width: 85% !important;
  }
  .w-md-90 {
    width: 90% !important;
  }
}
@media (min-width: 992px) {
  .vw-lg-50 {
    width: 50vw;
  }
  .w-lg-25 {
    width: 25% !important;
  }
  .w-lg-50 {
    width: 50% !important;
  }
  .w-lg-70 {
    width: 70% !important;
  }
  .w-lg-75 {
    width: 75% !important;
  }
  .w-lg-100 {
    width: 100% !important;
  }
  .w-lg-auto {
    width: auto !important;
  }
  .w-lg-15 {
    width: 15% !important;
  }
  .w-lg-20 {
    width: 20% !important;
  }
  .w-lg-30 {
    width: 30% !important;
  }
  .w-lg-35 {
    width: 35% !important;
  }
  .w-lg-40 {
    width: 40% !important;
  }
  .w-lg-60 {
    width: 60% !important;
  }
  .w-lg-65 {
    width: 65% !important;
  }
  .w-lg-80 {
    width: 80% !important;
  }
  .w-lg-85 {
    width: 85% !important;
  }
  .w-lg-90 {
    width: 90% !important;
  }
}
@media (min-width: 1200px) {
  .w-xl-25 {
    width: 25% !important;
  }
  .w-xl-50 {
    width: 50% !important;
  }
  .w-xl-75 {
    width: 75% !important;
  }
  .w-xl-100 {
    width: 100% !important;
  }
  .w-xl-auto {
    width: auto !important;
  }
  .w-xl-15 {
    width: 15% !important;
  }
  .w-xl-20 {
    width: 20% !important;
  }
  .w-xl-30 {
    width: 30% !important;
  }
  .w-xl-35 {
    width: 35% !important;
  }
  .w-xl-40 {
    width: 40% !important;
  }
  .w-xl-60 {
    width: 60% !important;
  }
  .w-xl-65 {
    width: 65% !important;
  }
  .w-xl-70 {
    width: 70% !important;
  }
  .w-xl-80 {
    width: 80% !important;
  }
  .w-xl-85 {
    width: 85% !important;
  }
  .w-xl-90 {
    width: 90% !important;
  }
}
.display-5 {
  font-size: 3rem;
  font-weight: 500;
}

@media (max-width: 1200px) {
  .display-5 {
    font-size: calc(1.425rem + 2.1vw);
  }
}
.display-6 {
  font-size: 2rem;
  font-weight: 500;
}

@media (max-width: 1200px) {
  .display-6 {
    font-size: calc(1.325rem + 0.9vw);
  }
}
.display-7 {
  font-size: 1.5rem;
  font-weight: 500;
}

@media (max-width: 1200px) {
  .display-7 {
    font-size: calc(1.275rem + 0.3vw);
  }
}
.display-8 {
  font-size: 1.2rem;
  font-weight: 500;
}

.display-9 {
  font-size: 1.1rem;
  font-weight: 500;
}

.display-10 {
  font-size: 1rem;
  font-weight: 500;
}

.display-11 {
  font-size: 0.875rem;
  font-weight: 500;
}

.display-12 {
  font-size: 0.8rem;
  font-weight: 500;
}

.border-light {
  border-bottom: 1px solid rgb(230, 232, 235);
}

header {
  position: relative;
  z-index: 99;
}

.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
  color: #fff;
}

@media (max-width: 991.98px) {
  .navbar-dark .navbar-nav .nav-link {
    color: #6a747b;
  }
  .navbar-dark .navbar-nav .nav-link:hover {
    color: #6a747b;
    color: #286efb;
  }
  .navbar-dark .navbar-nav .nav-link:focus {
    color: #286efb;
  }
}
.footer-list-style {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-list-style li {
  padding-bottom: 0.5rem;
}

.footer-list-style li a {
  color: #2d343e;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.2;
}

.footer-list-style li a:hover {
  color: #286efb;
}

.footer-list-style li:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
}

.footer-list-style-two {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-list-style-two li {
  padding-bottom: 0.15rem;
}

.footer-list-style-two li a {
  color: #6a747b;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
}

.footer-list-style-two li a:hover {
  color: #286efb;
  text-decoration: underline;
}

.footer-list-style-two li:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
}

.footer-title-style2 {
  position: relative;
}

.footer-title-style2:after {
  position: absolute;
  content: "";
  background: #286efb;
  width: 60px;
  height: 2px;
  bottom: 2px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.app-btn {
  border: 1px solid rgba(255, 255, 255, 0.9);
}

.app-btn .media i {
  font-size: 20px;
}

.app-btn .media-body span {
  font-size: 12px;
}

.accordion > .card {
  overflow: hidden;
  border: 1px solid #f1f1f1;
}

.accordion > .card:not(:first-of-type) .card-header:first-child {
  border-radius: 0;
}

.accordion > .card:not(:first-of-type):not(:last-of-type) {
  border-bottom: 0;
  border-radius: 0;
}

.accordion > .card:first-of-type {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.accordion > .card:last-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.accordion > .card:last-of-type .card-header {
  margin-bottom: -1px;
}

.accordion > .card:last-of-type .collapse.show {
  border-bottom: none;
}

.accordion > .card .collapse.show {
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.accordion > .card .card-header {
  background: 0 0;
  padding: 0;
  margin: 0;
}

.card.faqs {
  border-radius: 6px !important;
  box-shadow: 0 0 0 0.05rem rgba(8, 60, 130, 0.06), 0rem 0rem 2rem rgba(30, 34, 40, 0.04);
}

.accordion > .card .btn-link {
  padding: 20px;
  width: 100%;
  text-align: left;
  position: relative;
}

.accordion > .card .btn-link.collapsed:after {
  background: 0 0;
  content: "+";
  right: 15px;
  left: inherit;
  font-size: 20px;
  height: auto;
  -webkit-transform: none;
  transform: none;
  width: auto;
  top: 0;
  bottom: 0;
  margin: auto 0;
  height: 34px;
}

.accordion > .card .btn-link:after {
  background: 0 0;
  content: "-";
  right: 17px;
  left: inherit;
  font-size: 20px;
  height: auto;
  -webkit-transform: none;
  transform: none;
  width: auto;
  position: absolute;
  color: #286efb;
  top: 0;
  bottom: 0;
  margin: auto 0;
  height: 34px;
}

.classic-banner {
  background: url(../../../assets/img/content/brush-img.png) no-repeat center center;
  background-size: auto;
}

.main-slider {
  overflow: hidden;
  position: relative;
}

.main-slider .container {
  position: unset;
}

.main-slider .header-shape-bg {
  position: absolute;
  top: 0;
  z-index: 2;
  left: -8px;
  height: 100%;
  max-width: 105px;
  width: 100%;
}

.main-slider .owl-item, .main-slider .owl-stage, .main-slider .owl-stage-outer {
  height: 100%;
}

.slider-section .owl-theme .owl-nav {
  margin: 0;
  position: absolute;
  right: 35px;
  bottom: 20px;
}

.slider-section .owl-theme .owl-nav [class*=owl-] {
  background: #286efb;
  color: #fff;
  width: 3rem;
  height: 3rem;
}

.slider-section .owl-theme .owl-nav [class*=owl-]:hover {
  background: #fff;
  color: #286efb;
}

.owlstyle-1 {
  background-color: rgba(252, 252, 252, 0.6);
  color: #2d2a2a;
  padding: 20px 22px;
  border-radius: 50px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.owlstyle-1:hover {
  background-color: rgba(17, 93, 227, 0.9) !important;
  color: #fff;
  padding: 12px 14px;
  border-radius: 50px;
}

.owlstyle-2 {
  background-color: #f1f1f1;
  padding: 10px 12px;
  border-radius: 50px;
  font-size: 18px;
}

.owlstyle-2:hover {
  background: #ddd;
  color: #000;
  padding: 10px 12px;
  border-radius: 50px;
  font-size: 18px;
}

.owlstyle-3 {
  background-color: rgba(235, 236, 237, 0.8);
  color: #0d0c0c;
  padding: 10px 12px;
  border-radius: 50px;
  font-size: 18px;
}

.owlstyle-3:hover {
  background-color: #2D69E1;
  color: #fff;
  padding: 10px 12px;
  border-radius: 50px;
  font-size: 18px;
}

.navjustify .owl-prev {
  background-color: rgba(133, 133, 137, 0.6);
  color: #999 !important;
  position: absolute;
  top: 45%;
  left: 20px;
  margin-left: 0px;
  display: block !important;
}

.navjustify .owl-next {
  background-color: rgba(133, 133, 137, 0.6);
  color: #999 !important;
  position: absolute;
  top: 45%;
  right: 20px;
  display: block !important;
}

.sliderimg {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  top: 0;
  height: 800px;
}

@media (max-width: 992px) {
  .sliderimg {
    height: 400px !important;
  }
}
.consul-sliderimg {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  top: 0;
  height: 850px !important;
}

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px !important;
}

.about_image1 {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  top: 0;
  height: 550px !important;
  border-radius: 5px;
}

.about_image {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  top: 0;
  height: 600px !important;
  border-radius: 5px;
  position: relative;
  margin-top: -120px;
}

.about-count {
  padding: 25px 0;
  border-radius: 4px;
}

.medical_about_image {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  top: 0;
  height: 550px !important;
  border-radius: 5px;
  position: relative;
}

.service_home_image {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  top: 0;
  height: 600px !important;
  width: 100%;
}

.service-home-icon {
  padding: 5px;
  font-size: 60px;
  color: #d6a354;
}

.service_icon {
  padding-top: 10px;
}

.service-box {
  border: 1px solid #d9d9d9;
  border-radius: 5px;
  padding: 15px;
  height: 150px;
}

.service-box:hover {
  outline: 2px solid #e8e8e8;
}

.service-box-heading:hover {
  color: #d6a354;
}

.service-box-heading {
  font-weight: 700;
  color: #252525;
  padding-top: 5px;
}

.service-box-text {
  color: #707070;
  font-weight: 400;
  line-height: 25 px;
  font-size: 16 px;
  font-family: "Rubik", sans-serif;
  padding-top: 5px;
}

.service-box-info {
  padding-left: 15px;
  color: #707070;
}

/*
ul#pills-tab li a.nav-link {
    display: block;
    background: #fff;
    color: #252525;
    padding: 10px 45px!important;
    border: 1px solid #320606;
    border-radius: 0px !important;
}

ul#pills-tab li a.nav-link.active {
    display: block;
    background: #0099ff !important;
    color: #fff !important;
    border: 1px solid #d6a354 !important;
}*/
.tab_image {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 150px;
  height: 150px;
  border-radius: 50%;
}

@media (max-width: 991.98px) {
  .tab_image {
    width: 100px;
    height: 100px;
  }
}
.tab_info_box {
  overflow: hidden;
  margin-top: 30px;
  border-radius: 15px;
  padding: 18px 30px;
  background: #fbfbfb;
  border: 1px solid #f4f4f4;
  cursor: pointer;
}

.tab_icon {
  font-size: 40px;
  color: #252525;
}

ul#pills-tab li a.nav-link.active p i.tab_icon {
  color: #f1f1f1 !important;
}

.brand_info {
  padding: 5px 250px !important;
}

@media (min-width: 992px) {
  .main-slider h1 {
    font-size: 2rem;
  }
  .main-slider .min-height {
    min-height: 673px;
  }
}
@media (min-width: 1200px) {
  .main-slider h1 {
    font-size: 3rem;
  }
  .main-slider .header-shape-bg {
    left: -2px;
  }
}
.classic-slider.owl-theme .owl-nav.disabled + .owl-dots {
  counter-reset: slides-num;
  position: absolute;
  bottom: 40px;
  right: 50px;
  background: #ffc107;
  padding: 10px;
  color: #fff;
  margin: 0;
  width: 120px;
}

.classic-slider.owl-theme .owl-dots .owl-dot {
  counter-increment: slides-num;
  position: relative;
  margin: 0;
}

.classic-slider.owl-theme .owl-dots .owl-dot span {
  display: none;
}

.classic-slider.owl-theme .owl-dots:after {
  content: counter(slides-num);
  font-size: 18px;
  position: relative;
  top: 0;
  left: 8px;
}

.classic-slider.owl-theme .owl-dots .owl-dot.active:before {
  content: counter(slides-num) " /";
  font-size: 26px;
  position: relative;
  top: 0;
  left: 0;
}

.pricing-table tr th {
  padding: 1.5rem;
  border-right: 1px solid #dee2e6;
  min-width: 10rem;
}

.pricing-table tr td {
  padding: 1.5rem;
  vertical-align: middle;
  border-right: 1px solid #dee2e6;
}

.pricing-table tr td:last-child {
  border-right: none;
}

@media (min-width: 992px) {
  .pricing-table tr th {
    min-width: 5rem;
  }
}
.pricing-style-one .price span {
  position: absolute;
  top: -14px;
  left: 0;
  right: 0;
  z-index: 0;
  color: #dfe2e5;
}

.pricing-style-one .price h3 {
  z-index: 9;
}

.testimonial-img {
  width: 170px;
}

.quote {
  width: 45px;
  height: 45px;
  position: absolute;
  line-height: 40px;
  border: 2px solid #fff;
  text-align: center;
  right: 0;
  bottom: 0;
}

.testimonial p {
  margin-bottom: 2rem;
  line-height: 1.8;
}

.testimonial.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 2rem;
}

@media (min-width: 992px) {
  .testimonial p {
    letter-spacing: 0.5px;
    margin-bottom: 3rem;
    line-height: 1.9;
  }
  .testimonial.owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 3rem;
  }
}
.testimonial-style-two {
  position: relative;
  margin-bottom: 0;
}

@media (min-width: 992px) {
  .testimonial-style-two {
    margin-bottom: -145px;
  }
}
.owl-carousel .owl-item img {
  width: auto;
  display: inline-block;
}

.carousel-1 div.owl-nav button, .carousel-2 div.owl-nav button, .carousel-3 div.owl-nav button, .carousel-4 div.owl-nav button {
  height: 45px !important;
}

.owl-theme .owl-dots .owl-dot {
  margin: 0;
}

.owl-theme .owl-dots .owl-dot span {
  background: #589df9 !important;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -webkit-box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.25);
  opacity: 0.6;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #106eea !important;
  opacity: 1;
  -webkit-box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.25);
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #286efb;
}

.social-icon2 li a:hover {
  color: #000;
  transition: none;
}

.social-icon li {
  display: inline-block;
  margin-right: 1rem;
}

.social-icon li:last-child {
  margin-right: 0;
}

.social-icon li a {
  font-size: 1.16rem;
  color: #286efb;
}

.social-icon2 li {
  display: inline-block;
  margin-right: 5px;
}

.social-icon2 li:last-child {
  margin-right: 0;
}

.social-icon2 li a {
  font-size: 25px;
  color: #666;
}

.social-icon2.light li a {
  color: #c2c7cc;
}

.social-icon3 li {
  display: inline-block;
  margin-right: 5px;
}

.social-icon3 li:last-child {
  margin-right: 0;
}

.social-icon3 li a {
  width: 35px;
  height: 35px;
  line-height: 35px;
  border: 1px solid #286efb;
  text-align: center;
  border-radius: 50%;
  font-size: 15px;
  display: inline-block;
}

.social-icon3 li a:hover {
  background-color: #286efb;
  color: #fff;
}

.social-icon4 li {
  display: inline-block;
  margin-right: 20px;
}

.social-icon4 li:last-child {
  margin-right: 0;
}

.social-icon4 li a {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.9);
}

.social-icon4 li a:hover {
  color: #fff;
}

.tab-style-one .resp-tabs-list {
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.tab-style-one .resp-tabs-list li {
  position: relative;
  letter-spacing: 1px;
  display: table-cell;
  padding: 0 15px 15px 15px;
  margin: 0 4px 0 0;
  font-size: 17px;
  list-style: none;
  cursor: pointer;
  min-width: auto;
  float: none;
  color: #000;
  background: 0 0 !important;
}

.tab-style-one .resp-tabs-list li.resp-tab-active {
  border: 1px solid #286efb;
  border-bottom: none;
  border-color: #286efb !important;
  margin-bottom: -1px;
  border-top: 4px solid #286efb !important;
  border-bottom: 0 #fff solid;
  border-bottom: none;
  background-color: #fff;
  color: #286efb;
  -ms-border-top-left-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  -moz-border-top-left-radius: 5px;
  -o-border-top-left-radius: 5px;
  -ms-border-top-right-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-top-right-radius: 5px;
  -o-border-top-right-radius: 5px;
  -ms-border-radius-top-left: 5px;
  -webkit-border-radius-top-left: 5px;
  -moz-border-radius-top-left: 5px;
  -o-border-radius-top-left: 5px;
  -ms-border-radius-topright: 5px;
  -webkit-border-radius-topright: 5px;
  -moz-border-radius-topright: 5px;
  -o-border-radius-topright: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-top: none !important;
  border-left: none !important;
  border-right: none !important;
}

.tab-style-one .resp-tabs-list li.resp-tab-active:after {
  content: "";
  background: #286efb;
  height: 1px;
  width: 100%;
  position: absolute;
  bottom: -1px;
  left: 0;
  margin: 0 auto;
  right: 0;
}

.tab-style-one .resp-tab-active {
  padding: 0 15px 15px 15px !important;
}

.tab-style-one .box-shadow-primary {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

@media (min-width: 992px) {
  .tab-style-one ul.resp-tabs-list {
    text-align: center;
    display: table;
    width: 100%;
  }
  .tab-style-one ul.resp-tabs-list li:last-child {
    margin-right: 0;
  }
  .tab-style-one ul.resp-tabs-list li.resp-tab-active {
    color: #286efb;
  }
  .tab-style-one .resp-tab-content {
    border: none;
    padding: 0;
  }
}
@media (max-width: 991.98px) {
  .tab-style-one h2.resp-accordion {
    border-color: #e4e4e4;
    padding: 18px 21px;
    position: relative;
    font-size: 1rem;
  }
  .tab-style-one h2.resp-tab-active {
    border-bottom: 0 solid #e4e4e4 !important;
    border-top: none !important;
    background: #286efb !important;
    color: #fff;
    padding: 18px 21px !important;
  }
  .tab-style-one h2.resp-tab-active.resp-accordion:after {
    color: #fff;
  }
  .tab-style-one .resp-tab-content {
    border-color: #e4e4e4;
  }
  .tab-style-one h2.resp-accordion.resp-tab-active {
    border-color: #e4e4e4 !important;
  }
  .tab-style-one h2.resp-accordion:first-child {
    border-top: 1px solid #e4e4e4;
  }
  .tab-style-one ul.resp-tabs-list {
    display: none;
  }
  .tab-style-one h2.resp-accordion {
    display: block;
  }
  .tab-style-one .resp-tab-content {
    border-top: none !important;
  }
  .tab-style-one h2.resp-tab-active {
    background: #fff;
  }
  .tab-style-one h2.resp-accordion:after {
    background: 0 0;
    content: "+";
    right: 17px;
    left: inherit;
    font-size: 20px;
    height: auto;
    -webkit-transform: none;
    transform: none;
    width: auto;
    position: absolute;
    color: #286efb;
    top: 0;
    bottom: 0;
    margin: auto 0;
    height: 34px;
  }
  .resp-arrow {
    display: none;
  }
  .tab-style-one h2.resp-accordion.resp-tab-active:after {
    background: 0 0;
    content: "-";
    right: 18px;
    left: inherit;
    font-size: 20px;
    height: auto;
    -webkit-transform: none;
    transform: none;
    width: auto;
    top: 0;
    bottom: 0;
    margin: auto 0;
    height: 34px;
  }
  .tab-style-one .resp-accordion-closed {
    display: none !important;
  }
  .tab-style-one .resp-tab-content {
    background-color: #fff;
  }
}
.navbar-brand {
  /*width:8rem*/
}

.dropdown-submenu {
  position: relative;
}

.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: 0;
  margin-left: 0;
}

.dropdown-submenu .dropdown-toggle {
  position: relative;
}

.dropdown-submenu .dropdown-toggle:after {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-size: 80%;
  font-weight: 900;
  position: absolute;
  right: 23px;
  top: 12px;
}

.dropdown-toggle:after {
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-size: 80%;
  font-weight: 900;
  content: "\f107";
  margin-left: 0.5rem;
  border: none;
  vertical-align: middle;
}

.mega-dropdown-menu {
  min-width: 42rem;
}

.mega-dropdown-menu .dropdown-item {
  padding: 0.5rem 0;
}

.navbar-nav .dropdown-img {
  background: no-repeat center center/cover;
  padding: 2.375rem 2.5rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}

.navbar-nav .dropdown-img:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(40, 110, 251, 0.85);
  border-radius: inherit;
  z-index: 1;
}

@media (max-width: 991.98px) {
  .mega-dropdown-menu {
    min-width: auto;
  }
  .dropdown-toggle:after {
    float: right;
    margin-top: 3px;
    -webkit-transform-origin: center center;
    transform-origin: center center;
  }
  .navbar-nav .dropdown-toggle[aria-expanded=true]:after {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    margin-top: 1px;
  }
  .navbar-nav .dropdown-menu {
    box-shadow: none !important;
    padding: 0 0 0.3rem 0;
  }
  .navbar-nav .dropdown-menu .dropdown-menu {
    padding: 0.2rem 0.5rem 0.3rem 0.5rem;
  }
  .dropdown-menu .dropdown-item {
    padding: 0.3rem 0.5rem;
    font-size: 0.95rem;
    white-space: normal;
  }
  .dropdown-menu .dropdown-menu .dropdown-item {
    font-size: 0.9rem;
  }
  .dropdown-submenu .dropdown-item.active:after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .dropdown-submenu .dropdown-toggle:after {
    top: 4px;
    right: 10px;
  }
}
@media (min-width: 992px) {
  .navbar-nav li.dropdown > .mega-dropdown-menu {
    left: 100%;
  }
}
@media (min-width: 1200px) {
  .navbar-nav li.dropdown > .mega-dropdown-menu {
    left: 50%;
  }
}
.story-video .btn-light-primary:hover .feather {
  color: #fff;
}

.video-btn {
  -webkit-animation: 2.4s cubic-bezier(0.8, 0, 0, 1) 0s normal none infinite running pulse;
  animation: 2.4s cubic-bezier(0.8, 0, 0, 1) 0s normal none infinite running pulse;
  border: 2px solid #000;
  border-radius: 50%;
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
  display: inline-block;
  font-size: 28px;
  height: 70px;
  line-height: 62px;
  width: 70px;
  margin: 0 20px;
  padding: 0 0 0 5px;
  position: relative;
  text-align: center;
  border-color: #fff;
  background: 0 0;
  color: #fff;
}

@-webkit-keyframes pulse {
  to {
    box-shadow: 0 0 0 20px rgba(194, 244, 246, 0);
  }
}
@keyframes pulse {
  to {
    box-shadow: 0 0 0 20px rgba(194, 244, 246, 0);
  }
}
.video-btn.small {
  -webkit-animation: 2.4s cubic-bezier(0.8, 0, 0, 1) 0s normal none infinite running pulsesmall;
  animation: 2.4s cubic-bezier(0.8, 0, 0, 1) 0s normal none infinite running pulsesmall;
  margin: 0;
  font-size: 21px;
  height: 50px;
  line-height: 42px;
  width: 50px;
}

@-webkit-keyframes pulsesmall {
  to {
    box-shadow: 0 0 0 10px rgba(194, 244, 246, 0);
  }
}
@keyframes pulsesmall {
  to {
    box-shadow: 0 0 0 10px rgba(194, 244, 246, 0);
  }
}
.sidenav .nav-link {
  padding: 0.2rem 0;
  color: #6a747b;
  font-weight: 400;
}

.sidenav .nav-item {
  display: inline-block;
  width: 100%;
}

.doc-nav .breadcrumb {
  padding-left: 0;
}

.doc-nav .breadcrumb > .breadcrumb-item + .breadcrumb-item:before {
  content: "\f054";
  padding: 0 0.2rem 0 2px;
  font-family: "Font Awesome 5 Free";
  font-size: 10px;
  vertical-align: middle;
  font-weight: 700;
  color: #fff;
}

@media (min-width: 992px) {
  .sidenav {
    position: fixed;
    top: 75px;
    height: calc(100vh - 75px);
    overflow: auto;
  }
  .sidenav-right {
    right: 0;
  }
  .sidenav-left {
    left: 0;
  }
}
.html-code {
  background-color: #fbfbfb;
  position: relative;
  padding: 30px;
  border-radius: 5px;
  border: 1px solid #ededed;
}

.html-code:before {
  color: rgba(40, 110, 251, 0.15);
  content: "•••";
  font-size: 30px;
  left: 24px;
  letter-spacing: 4px;
  line-height: 12px;
  position: absolute;
  top: 24px;
}

.html-code .copy-element {
  top: 20px;
  right: 30px;
  position: absolute;
  transition: opacity 0.3s ease-in-out;
}

.html-code .copy-clipboard {
  border-radius: 0.25rem;
  background: rgba(40, 110, 251, 0.15);
  color: #6a747b !important;
  display: inline-block;
  padding: 4px 10px;
  font-size: 14px;
  text-transform: capitalize;
  cursor: pointer !important;
  font-weight: 600;
}

.html-code .copy-clipboard:hover {
  background: #286efb;
  color: #fff !important;
}

pre[class*=language-] {
  max-height: 45vh;
  height: 100%;
  margin: 35px 0 0 0;
  padding-top: 0;
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .doc-nav .navbar-dark {
    width: 30px;
    height: 38px;
    position: relative;
    top: -19px;
  }
}
/*custom css*/
.workflow-img {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 150px;
  height: 150px;
  border: 1px solid #eef4f9;
  line-height: 116px;
  font-size: 4rem;
  font-weight: 500;
  font-family: Quicksand, sans-serif;
  color: #056eb9;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.workflow-img img {
  position: absolute;
  left: 25px;
  top: 20px;
  width: 65%;
}

/*pagination*/
ul.pagination li {
  display: inline-block;
  margin: 1px;
}

ul.pagination li a {
  background: #f1f1f1;
  padding: 10px 20px;
  color: #286efb;
  font-size: 14px;
  font-weight: 500;
  border-radius: 1px;
}

ul.pagination li a:hover {
  background: #286efb;
  color: #fff !important;
}

li.active.page-num a {
  background: #f2f2f2;
}

ul.pagination li.disabled {
  display: none;
}

.pagination > .active > a {
  z-index: 2;
  color: #fff;
  cursor: default;
  background-color: #286efb !important;
  border-color: #514adf !important;
}

/*pagination end*/
.custom-btngp {
  cursor: pointer;
}

.cus-cont {
  max-width: 1400px;
}

/*package
*/
.icon-plan i {
  background-color: rgba(40, 110, 251, 0.1);
  border-color: #286efb;
  font-size: 16px;
  color: #286efb;
  padding: 20px;
  border-radius: 50px;
}

.pricing-table {
  background: #fff;
  box-shadow: 0 0 0 0.05rem rgba(8, 60, 130, 0.06), 0rem 0rem 1.25rem rgba(30, 34, 40, 0.02);
  padding: 2.4rem;
  border-radius: 4px;
  transition: 0.3s;
}

.pricing-table:hover {
  cursor: pointer;
  opacity: 1 !important;
  transform: translate(0, -4px);
  z-index: 999;
}

.pricing-table .pricing-label {
  border-radius: 2px;
  padding: 0.25rem 0.5rem;
  margin-bottom: 1rem;
  display: inline-block;
  font-size: 12px;
  font-weight: 500;
}

.pricing-table h2 {
  color: #3b3b3b;
  font-size: 24px;
  font-weight: 500;
}

.pricing-table h5 {
  color: #343f52;
  font-size: 20px;
  font-weight: 500;
  margin-top: 10px;
}

.pricing-table .pricing-features {
  margin: 2rem 0 3rem;
}

.pricing-table .pricing-features .feature {
  font-size: 14px;
  color: #666;
  display: block;
  text-align: left;
  width: 100%;
  margin: 10px auto;
  font-weight: 500;
}

.package_title.badge.badge-pill.badge-primary-soft {
  font-size: 15px;
}

.pricing-table .pricing-features .feature span.icon {
  display: inline-block;
  float: left;
  color: #3b3b3b;
  font-weight: 400;
  font-size: 12px;
}

.pricing-table .pricing-features .feature span.limit {
  display: inline-block;
  float: left;
  color: #3b3b3b;
  font-weight: 500;
  margin-right: 10px;
}

.pricing-table .price-tag {
  margin: 5rem;
  text-align: center;
  font-weight: 500;
}

.pricing-table .price-tag .symbol {
  font-size: 24px;
}

.pricing-table .price-tag .amount {
  letter-spacing: -2px;
  font-size: 35px;
}

.amount-sm {
  font-size: 34px;
}

.pricing-table .price-tag .after {
  color: #3b3b3b;
  font-weight: 500;
}

.pricing-table .price-button {
  display: block;
  color: #fff;
  margin-top: 2rem;
  padding: 0.75rem;
  border-radius: 2px;
  text-align: center;
  font-weight: 500;
  transition: 0.3s;
}

.pricing-table .price-button:hover {
  text-decoration: none;
}

.purple .pricing-label {
  background: #cad2ff;
  color: #286efb;
}

.purple .price-tag {
  color: #286efb;
}

.purple .price-button {
  border: 1px solid #546dfe;
  color: #546dfe;
  background: #fff;
  margin: 30px 40px 15px;
}

.purple .price-button:hover {
  background: #546dfe;
  color: #fff;
}

.turquoise .pricing-label {
  background: #b9edee;
  color: #44cdd2;
}

.turquoise .price-tag {
  color: #44cdd2;
}

.turquoise .price-button {
  background: #44cdd2;
}

.turquoise .price-button:hover {
  background: #2dbcc4;
}

.red .pricing-label {
  background: #ffc4c4;
  color: #ff5e5e;
}

.red .price-tag {
  color: #ff5e5e;
}

.red .price-button {
  background: #ff5e5e;
}

.red .price-button:hover {
  background: #f23c3c;
}

/*package end*/
.spinners {
  margin: 0px auto 0;
  width: 70px;
  text-align: center;
}

.spinners > div {
  width: 14px;
  height: 14px;
  background-color: #fff;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinners .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.spinners .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
  }
}
@keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.text-hover-dark {
  transition: none !important;
}

.text-hover-dark:hover {
  color: #333 !important;
}

i.fa.fa-infinity {
  font-size: 10px;
  color: #555;
}

.fs-13 {
  font-size: 13px !important;
}

.fs-14 {
  font-size: 14px !important;
}

.fs-9 {
  font-size: 9px !important;
}

.fs-8 {
  font-size: 8px !important;
}

.fs-10 {
  font-size: 10px !important;
}

.fs-12 {
  font-size: 12px !important;
}

.fs-15 {
  font-size: 15px !important;
}

.fs-25 {
  font-size: 25px !important;
}

.fs-20 {
  font-size: 20px !important;
}

.fs-30 {
  font-size: 30px !important;
}

.fs-35 {
  font-size: 35px !important;
}

.fs-40 {
  font-size: 40px !important;
}

.fs-50 {
  font-size: 50px !important;
}

.fs-60 {
  font-size: 60px !important;
}

.list-style9 i {
  color: #dc3545;
  font-size: 12px;
  background: rgba(220, 53, 69, 0.1);
  border-radius: 30px;
  padding: 7px 9px;
  line-height: 13px;
}

/*preloader with text animation*/
.text-center {
  text-align: center;
}

.ctn-preloader {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: default;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 9000;
  background: #fff;
}

.ctn-preloader .animation-preloader {
  z-index: 1000000;
}

.ctn-preloader .animation-preloader .spinner {
  -webkit-animation: spinner 1s infinite linear;
  animation: spinner 1s infinite linear;
  border-radius: 50%;
  border: 3px solid rgba(0, 0, 0, 0.2);
  border-top-color: #000000;
  height: 9em;
  margin: 0 auto 3.5em auto;
  width: 9em;
}

.ctn-preloader .animation-preloader .txt-loading {
  font: bold 5em "'Glacial Indifference'", sans-serif;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading {
  color: rgba(0, 0, 0, 0.2);
  position: relative;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:before {
  -webkit-animation: letters-loading 4s infinite;
  animation: letters-loading 4s infinite;
  color: #000000;
  content: attr(data-text-preloader);
  left: 0;
  opacity: 0;
  font-family: "'Glacial Indifference'", sans-serif;
  position: absolute;
  top: -3px;
  -webkit-transform: rotateY(-90deg);
  transform: rotateY(-90deg);
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(2):before {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(3):before {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(4):before {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(5):before {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(6):before {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(7):before {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(8):before {
  -webkit-animation-delay: 1.4s;
  animation-delay: 1.4s;
}

.ctn-preloader.dark .animation-preloader .spinner {
  border-color: rgba(255, 255, 255, 0.2);
  border-top-color: #fff;
}

.ctn-preloader.dark .animation-preloader .txt-loading .letters-loading {
  color: rgba(255, 255, 255, 0.2);
}

.ctn-preloader.dark .animation-preloader .txt-loading .letters-loading:before {
  color: #fff;
}

.ctn-preloader p {
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 8px;
  color: #3b3b3b;
}

.ctn-preloader .loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  z-index: 1;
  pointer-events: none;
}

.ctn-preloader .loader .row {
  height: 100%;
}

.ctn-preloader .loader .loader-section {
  padding: 0px;
}

.ctn-preloader .loader .loader-section .bg {
  background-color: #ffffff;
  height: 100%;
  left: 0;
  width: 100%;
  -webkit-transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
}

.ctn-preloader .loader.dark_bg .loader-section .bg {
  background: #111339;
}

.ctn-preloader.loaded .animation-preloader {
  opacity: 0;
  -webkit-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

.ctn-preloader.loaded .loader-section .bg {
  width: 0;
  -webkit-transition: 0.7s 0.3s allcubic-bezier(0.1, 0.1, 0.1, 1);
  -o-transition: 0.7s 0.3s allcubic-bezier(0.1, 0.1, 0.1, 1);
  transition: 0.7s 0.3s allcubic-bezier(0.1, 0.1, 0.1, 1);
}

@-webkit-keyframes spinner {
  to {
    -webkit-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
  }
}
@keyframes spinner {
  to {
    -webkit-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
  }
}
@-webkit-keyframes letters-loading {
  0%, 75%, 100% {
    opacity: 0;
    -webkit-transform: rotateY(-90deg);
    transform: rotateY(-90deg);
  }
  25%, 50% {
    opacity: 1;
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
}
@keyframes letters-loading {
  0%, 75%, 100% {
    opacity: 0;
    -webkit-transform: rotateY(-90deg);
    transform: rotateY(-90deg);
  }
  25%, 50% {
    opacity: 1;
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
}
/*preloader with text animation*/
h1.package_title {
  font-size: 16px;
  font-weight: 500;
}

.w-50 {
  width: 50% !important;
}

.hide {
  display: none;
}

.team-img img {
  width: 100%;
  min-height: 250px;
  max-height: 265px;
}

.minh-150 {
  min-height: 150px;
}

.justify, .justify p {
  text-align: justify;
  margin-bottom: 0;
}

.degree p {
  font-size: 12px;
  margin-bottom: 0;
}

.jq-icon-info {
  background-color: #398bf7;
  color: #d9edf7;
  border-color: #2e7de5;
  font-family: "" "Glacial Indifference" "", sans-serif;
}

.jq-icon-warning {
  background-color: #ffb22b;
  color: #333333;
  border-color: #df9e1b;
  font-family: "" "Glacial Indifference" "", sans-serif;
}

.jq-icon-error {
  background-color: #fc4b6c;
  color: #f2dede;
  border-color: #e73f3c;
  font-family: "" "Glacial Indifference" "", sans-serif;
}

.jq-icon-success {
  color: #fff;
  background-color: #0fc491;
  border-color: #0fc491;
  font-family: "" "Glacial Indifference" "", sans-serif;
}

.jq-toast-single {
  font-size: 15px !important;
  font-weight: 500;
}

.get_started {
  background: #f8f8f8;
  background-size: cover;
  display: flex;
  flex-direction: row;
  justify-content: center;
  -webkit-font-smoothing: antialiased;
  padding: 2rem 0.5rem;
}

.staffs-list {
  display: flex;
}

.staffs-list img {
  width: 38px !important;
  height: 38px !important;
  margin-left: -15px;
  border: 2px solid #f1f1f1;
  border-radius: 50%;
  background: #fff;
}

.staffs-list2 img {
  width: 50px;
  height: 50px;
  margin-right: 0px;
  border: 3px solid #FFF;
  border-radius: 50%;
}

.cop-bg-img {
  height: 250px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.bannerimg {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.service-banner-img {
  height: 500px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 6px;
}

.service_item img {
  width: 60px !important;
  min-height: 50px;
}

.service_box {
  cursor: pointer;
  border: 2px solid #f1f1f1;
}

.service_box:hover {
  border: 2px solid #6a747b;
}

.staff_item img {
  width: 55px;
  height: 55px;
  max-width: 55px;
  max-height: 55px;
}

.staff_item p {
  font-size: 14px;
  margin-top: 6px;
}

.staff_item {
  cursor: pointer;
  border: 2px solid #f1f1f1;
}

.staff_item:hover {
  border: 2px solid #6a747b;
}

.service-price {
  font-size: 14px;
  font-weight: 500;
}

.time_btn.active {
  color: #fff;
  background-color: #28a745;
}

.time_btn input {
  display: none;
}

.time_btn {
  font-size: 12px;
  cursor: pointer;
}

.disabled {
  pointer-events: none;
}

.disabled.btn {
  color: #666;
  background-color: #f3f5f9;
  border-color: #ddd;
}

.time_btn.active:before {
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "✓";
  background-color: #28a745;
  box-shadow: 0px 0px 0px 2px #fff;
  border-radius: 50%;
  width: 14px;
  line-height: 14px;
  height: 14px;
  top: -5px;
  right: -5px;
  font-size: 10px;
  text-align: center;
  position: absolute;
  color: #fff;
}

.pick-date {
  color: #16171d;
  font-size: 14px;
  font-weight: 500;
  padding-top: 10px;
}

.pick-date span {
  color: #2d54de;
  border-bottom: 1px dotted #2d54de;
}

.time-empty-info {
  color: #f3442d;
  font-size: 14px;
  font-weight: 500;
  padding-top: 10px;
}

/*jquery calendar style*/
.ui-datepicker-inline.ui-datepicker.ui-widget.ui-widget-content.ui-helper-clearfix.ui-corner-all {
  padding: 10px;
}

.ui-datepicker {
  border: 1px solid #f1f1f1;
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
  padding: 0px;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px;
  z-index: 999999 !important;
}

.ui-datepicker-header {
  height: 50px;
  line-height: 50px;
  color: #fff;
  background: #007bff;
  margin-bottom: 10px;
  font-weight: 500;
  font-size: 18px;
  margin-top: -10px;
  margin-left: -10px;
  margin-right: -10px;
}

.ui-datepicker-prev {
  float: left;
  margin-left: 12px;
}

.ui-datepicker-prev:after {
  transform: rotate(45deg);
  margin: -142px 0px 0px 8px;
}

.ui-datepicker-next {
  float: right;
  margin-right: 12px;
}

.ui-datepicker-next:after {
  transform: rotate(-135deg);
  margin: -142px 0px 0px 0px;
}

.ui-datepicker-prev:after, .ui-datepicker-next:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 500;
  content: "\f008";
  position: absolute;
  display: block;
  width: 10px;
  height: 10px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  color: transparent !important;
}

.ui-datepicker-prev:hover,
.ui-datepicker-next:hover,
.ui-datepicker-prev:hover:after,
.ui-datepicker-next:hover:after {
  border-color: #2666f0;
}

.ui-datepicker-title {
  text-align: center;
}

.ui-datepicker-calendar {
  width: 100%;
  height: 300px;
  text-align: center;
}

.ui-datepicker-calendar thead tr th span {
  display: block;
  width: 40px;
  color: #4c80e9;
  margin-bottom: 5px;
  font-size: 15px;
}

.ui-state-default {
  display: block;
  text-decoration: none;
  color: #302e2e;
  font-size: 15px;
  font-weight: 600;
  height: 40px;
  width: 40px;
  line-height: 42px;
  background: #fff;
  border-radius: 50%;
}

.ui-state-default:hover {
  background: rgba(40, 110, 251, 0.1);
  color: #286efb;
}

.ui-state-highlight {
  color: #383737;
}

.ui-state-active {
  background: rgba(40, 110, 251, 0.1);
  color: #286efb;
}

.ui-datepicker-unselectable .ui-state-default {
  cursor: no-drop;
  color: #ddd;
}

th.ui-datepicker-week-end,
td.ui-datepicker-week-end {
  cursor: no-drop;
  color: #ddd;
}

/*jquery calendar style*/
button.ui-datepicker-current {
  display: none !important;
}

/* custom radio */
.staff-rdo {
  display: block;
}

.staff-rdo > input + div {
  cursor: pointer;
  background-color: #fff;
  border: 2px solid #f1f1f1;
  border-radius: 4px;
}

.staff-rdo > input + div:hover {
  border: 2px solid #286efb;
}

.staff-rdo > input { /* HIDE RADIO */
  visibility: hidden; /* Makes input not-clickable */
  position: absolute; /* Remove input from document flow */
}

.staff-rdo > input:checked + div {
  background-color: #fff;
  border: 2px solid #286efb;
  border-radius: 4px;
}

.service-rdo {
  display: block;
  width: 100%;
  overflow-x: auto;
}

.service-rdo > input + div {
  cursor: pointer;
  background-color: #fff;
  border: 2px solid #f1f1f1;
  border-radius: 4px;
}

.service-rdo > input + div:hover {
  border: 2px solid #286efb;
}

.service-rdo > input {
  visibility: hidden;
  position: absolute;
}

.service-rdo > input:checked + div {
  background-color: #fff;
  border: 2px solid #286efb;
  border-radius: 4px;
}

/* end custom radio */
.booking_step_1, .booking_step_2, .booking_step_3, .booking_confirm {
  padding: 30px 30px;
}

.br-20 {
  border-radius: 20px;
}

.dnone {
  display: none;
}

.info-title {
  border-bottom: 2px solid #ddd;
  font-weight: 500;
}

.pull-right {
  float: right !important;
}

/*stirpe payment form*/
form {
  position: relative;
}

form .input-wrp {
  position: relative;
  display: block;
  width: 100%;
  line-height: 1;
  margin-bottom: 20px;
}

form .textfield {
  display: block;
  width: 100%;
  background-clip: padding-box;
  border: 1px solid;
  line-height: 1.2;
  font-size: 14px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: 0;
  padding: 15px 20px;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 30px;
  border-radius: 4px;
  -webkit-transition: background-color 0.3s ease-in-out, border-color 0.3s ease-in-out, color 0.3s ease-in-out;
  -o-transition: background-color 0.3s ease-in-out, border-color 0.3s ease-in-out, color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out, border-color 0.3s ease-in-out, color 0.3s ease-in-out;
}

form .textfield:hover, form .textfield:focus {
  border-color: #008aff;
}

form .textfield::-webkit-input-placeholder {
  color: #777;
  -webkit-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}

form .textfield::-moz-placeholder {
  color: #777;
  -webkit-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}

form .textfield:-moz-placeholder {
  color: #777;
  -webkit-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}

form .textfield:-ms-input-placeholder {
  color: #777;
  -webkit-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}

form .textfield--light {
  background-color: #fff;
  border-color: #fff;
  color: #b1b1b1;
}

form .textfield--grey {
  background-color: #fff;
  border-color: #ddd;
  color: #555;
  font-weight: 500;
}

form .textfield--grey.focus,
form .textfield--grey:focus {
  background-color: #fff;
}

form .textfield--dark {
  background-color: rgba(0, 0, 0, 0.2);
  border-color: rgba(0, 0, 0, 0.2);
  color: rgba(255, 255, 255, 0.5);
}

form .textfield--dark.focus,
form .textfield--dark:focus {
  background-color: #fff;
  border-color: #fff;
  color: #b1b1b1;
}

form .textfield.error {
  border-color: #007bff !important;
}

form input.textfield {
  height: 45px;
}

form textarea {
  resize: vertical;
  height: 100%;
}

form button[type=submit] {
  cursor: pointer;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: 0;
}

.form--horizontal button[type=submit] {
  margin-top: 0;
}

.credit-card-box {
  width: 90%;
  margin: 0 auto;
}

.payment_area {
  padding: 30px 0;
}

.padding-50 {
  padding: 50px 0;
}

.mt--5 {
  margin-top: -5px;
}

/*stripe payment form end*/
.w-48 {
  width: 48%;
}

/* Tabs panel */
ul.style3#pills-tab li {
  text-align: center;
}

ul.style3#pills-tab li a.nav-link {
  display: block;
  background: #fff;
  color: #4b4f52;
  border: 1px solid #f1f1f1;
  border-radius: 4px !important;
  padding: 10px 40px !important;
  transition: none;
}

ul.style3#pills-tab li a.nav-link:hover {
  color: #2D69E1;
  background-color: #fafafa;
  border: 1px solid #2D69E1 !important;
}

ul.style3#pills-tab li a.nav-link.active {
  color: #fff;
  background-color: #2D69E1 !important;
  border: 1px solid #f1f1f1 !important;
}

/*ul.style3#pills-tab li a.nav-link.active p.icon-style-small{
    color: #fff !important;
    background: #fff !important;
}*/
ul.style3#pills-tab li a.nav-link.active p.icon-style-small i {
  color: #2D69E1 !important;
  background: #efefef !important;
}

/*tabs end*/
.navbar-vertical.show .card {
  box-shadow: none;
}

.navbar-vertical .nav {
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.navbar-vertical .nav-sub .nav-link {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.navbar-vertical .nav-sub .nav-link .nav-link-badge {
  margin-left: auto;
}

.navbar-vertical .nav-tabs {
  border-bottom-width: 0;
  padding-left: 23px;
}

.navbar-vertical .nav-tabs .nav-item {
  margin: 0;
}

.navbar-vertical .card .nav-tabs .nav-link {
  padding-right: 0;
  padding-left: 1.4375rem;
  margin-left: -1.5rem;
}

.navbar-vertical .nav-tabs .nav-link {
  padding-right: 1rem;
  padding-left: 1rem;
}

.navbar-vertical .nav-tabs .nav-link, .navbar-vertical .nav-tabs .nav-link.active {
  border-bottom-width: 0;
  border-radius: 0;
}

.navbar-vertical .nav-tabs .nav-link:hover {
  border-color: transparent;
}

.navbar-vertical .nav-tabs .nav-link {
  border-width: 0 0 0 0.1875rem;
  margin-bottom: 0;
}

.navbar-vertical .nav-tabs .active .nav-link, .navbar-vertical .nav-tabs .active.nav-link {
  border-left-color: #377dff;
  background: rgba(40, 110, 251, 0.1);
}

.nav .nav-link {
  color: #677788;
}

.nav .nav-link:not(.active):hover {
  border-left-color: #377dff;
  background: rgba(40, 110, 251, 0.1);
  color: #377dff !important;
}

.nav:not(.nav-pills) .nav-item.active .nav-link, .nav:not(.nav-pills) .nav-link.active {
  color: #377dff;
  border-left: 3px solid #377dff;
}

.service-tab a.nav-item.nav-link.active {
  color: #377dff;
  border-left: 0px solid #377dff !important;
}

.nav-sm .nav-link {
  font-size: 0.875rem;
}

.nav-x-0 .nav-link {
  padding-right: 0;
  padding-left: 0;
}

.nav-y-0 .nav-link {
  padding-top: 0;
  padding-bottom: 0;
}

.nav-x-sm .nav-link {
  padding-right: 0.25rem;
  padding-left: 0.25rem;
}

.nav-icon {
  width: 1.25rem;
  font-size: 1rem;
  line-height: 1.4;
  opacity: 0.8;
  text-align: center;
  margin-right: 0.5rem;
}

.nav-shadow {
  box-shadow: 0 3px 6px 0 rgba(140, 152, 164, 0.25);
}

.nav-classic {
  border-bottom: 0.0625rem solid #e7eaf3;
}

.nav-classic .nav-link {
  color: #677788;
  border-width: 0 0 0.1875rem 0;
  border-style: solid;
  border-color: transparent;
  padding: 1rem 1.5rem;
  margin-bottom: -0.125rem;
  border-radius: 0;
  transition: 0.3s;
}

.nav-classic .nav-link:hover {
  color: #377dff;
}

.nav-classic .nav-link.active {
  color: #377dff;
  border-bottom-color: #377dff;
}

.nav-rounded {
  border-radius: 0.3125rem;
}

.nav-rounded .nav-item:first-child .nav-link {
  border-bottom-left-radius: 0.3125rem;
}

.nav-rounded .nav-item:last-child .nav-link {
  border-bottom-right-radius: 0.3125rem;
}

.nav-white .nav-link {
  color: rgba(255, 255, 255, 0.7);
}

.nav-white .nav-link.active {
  color: #377dff;
  background-color: #fff;
}

.nav-white .nav-link:not(.active):hover {
  color: #fff;
}

.nav.nav-border-white .nav-link {
  color: rgba(255, 255, 255, 0.7);
  border-bottom: 0.125rem solid transparent;
}

.nav.nav-border-white .nav-link.active {
  color: #fff;
  border-bottom-color: #fff;
}

.nav.nav-border-white .nav-link:not(.active):hover {
  color: #fff;
}

.nav-box .nav-link {
  color: #1e2022;
  border-radius: 0.3125rem;
}

.nav-box .nav-link.active {
  color: #377dff;
  background-color: #fff;
  box-shadow: 0 12px 15px rgba(140, 152, 164, 0.1);
}

.nav-segment {
  position: relative;
  background-color: #f8fafd;
  padding: 0.25rem 0.25rem;
  border-radius: 0.3125rem;
}

.nav-segment:not(.nav-fill) {
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.nav-segment .nav-link {
  color: #677788;
  font-size: 0.875rem;
  font-weight: 600;
  padding: 0.375rem 0.875rem;
  border-radius: 0.3125rem;
}

.nav-segment .nav-link:hover {
  color: #377dff;
}

.nav-segment .nav-link.active {
  color: #1e2022;
  background-color: #fff;
  box-shadow: 0 3px 6px 0 rgba(140, 152, 164, 0.25);
}

.nav-segment.nav-pills {
  border-radius: 6.1875rem;
}

.nav-segment.nav-pills .nav-link {
  border-radius: 6.1875rem;
}

.nav-tabs .nav-ite {
  margin-left: 1rem;
  margin-right: 1rem;
}

.nav-tabs .nav-link {
  color: #677788;
  border-bottom-width: 0.0625rem;
  border-left-width: 0;
  border-right-width: 0;
  border-top-width: 0;
  padding: 1rem 0;
  margin-bottom: -0.09375rem;
}

.nav-tabs .nav-item.active .nav-link, .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  border-bottom-width: 0.1875rem;
}

.nav-tabs .nav-item.active .nav-link {
  border-color: transparent transparent #377dff;
}

.nav-tabs .nav-item:first-child {
  /*    margin-left:0*/
}

.nav-tabs .nav-item:last-child {
  margin-right: 0;
}

.br-10 {
  border-radius: 10px !important;
}

.avatar-circle .avatar-img {
  width: 100px;
  border-radius: 50%;
}

.cus-account {
  margin-top: -105px;
}

#sidebarNavcustom div.card {
  width: 100% !important;
  border-radius: 10px !important;
}

.nav-item.customer a.nav-link {
  display: block;
  padding: 10px 0;
}

.over-hidden {
  overflow: hidden;
}

.fs-12 {
  font-size: 12px;
}

span.count {
  margin-left: 10px;
  background: rgba(40, 110, 251, 0.1);
  font-size: 15px;
  padding: 6px 10px;
  border-radius: 50px;
  color: #007bff;
}

.mb-200 {
  margin-bottom: 200px;
}

.mb-100 {
  margin-bottom: 100px;
}

.badge-sm {
  background-color: rgba(106, 116, 123, 0.1);
  color: #6a747b;
  font-size: 13px;
  padding: 2px 8px !important;
  line-height: 1.5 !important;
  border-radius: 5px;
}

.badgesm {
  padding: 2px 8px !important;
  line-height: 1.5 !important;
  border-radius: 5px;
}

.mr-200 {
  margin-right: 200px;
}

.mr-100 {
  margin-right: 100px;
}

.mt--8 {
  margin-top: -8px;
}

.br-2 {
  border-radius: 20px !important;
}

.br-warning {
  border: 1px solid #ffc107 !important;
}

.br-success {
  border: 1px solid #28a745 !important;
}

.br-danger {
  border: 1px solid #dc3545 !important;
}

.nice-select.custom {
  font-size: 12px !important;
  font-weight: 600 !important;
}

.nice-select.custom .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
  background-color: #f2f2f2 !important;
}

.ui-timepicker-container {
  position: absolute;
  overflow: hidden;
  box-sizing: border-box;
  z-index: 999999 !important;
}

/* register page design */
.browser {
  width: 100%;
  font-size: 18px;
  padding: 2.1em 0 0 0;
  border-radius: 15px;
  display: inline-block;
  position: relative;
  overflow: hidden;
  border: 2px solid #f1f1f1;
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.browser .browser-navigation-bar {
  display: block;
  box-sizing: border-box;
  height: 3.1em;
  position: absolute;
  top: 0;
  padding: 0.3em 0.6em;
  width: 100%;
  background: #3A2D31;
  border-bottom: 1px solid #ddd;
}

.browser i {
  display: inline-block;
  height: 0.7em;
  width: 0.7em;
  border-radius: 0.45em;
  background-color: #eee;
  margin: 0.9em 0.25em 0em 0.2em;
  float: left;
}

.browser i:nth-child(1) {
  background-color: rgb(255, 86, 79);
}

.browser i:nth-child(1):hover {
  background-color: rgb(255, 20, 25);
}

.browser i:nth-child(2) {
  background-color: rgb(255, 183, 42);
}

.browser i:nth-child(2):hover {
  background-color: rgb(230, 175, 42);
}

.browser i:nth-child(3) {
  background-color: rgb(37, 198, 58);
}

.browser i:nth-child(3):hover {
  background-color: rgb(10, 225, 10);
}

.browser input {
  font-size: 15px;
  font-weight: bold;
  vertical-align: top;
  display: inline-block;
  height: 1.8em;
  color: #fff;
  width: calc(100% - 6em);
  border: 1px solid #4B3F42;
  border-radius: 4px;
  background-color: #4B3F42;
  margin: 9px;
  padding: 0 0.4em;
  float: right;
}

.browser-container {
  height: 100%;
  width: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  text-align: center;
}

.page-toper {
  padding: 40px 0;
  background: #fafafa;
}

.page-toper img {
  margin-bottom: 10px;
}

.page-footer {
  padding: 30px 15px;
  border-bottom: 1px solid #fafafa;
  margin-bottom: 25px;
}

.page-footer p {
  font-size: 15px;
}

.skeleton {
  width: 100%;
}

.skeleton .image,
.skeleton .line, .skeleton .line2 {
  background: #f2f2f2;
  background-size: cover;
}

.skeleton .image {
  height: 60px;
  margin-bottom: 10px;
  border-radius: 6px;
}

.line {
  width: 50%;
  height: 12px;
  margin-bottom: 10px;
  border-radius: 6px;
}

.line2 {
  width: 90%;
  height: 12px;
  border-radius: 6px;
}

.brow_service {
  margin: 0 15px;
}

.servicet {
  margin-bottom: 4px;
  font-size: 14px;
}

/* end register page design */
.gallery img {
  float: left;
  padding: 0 2px 2px 0;
}

.minh-400 {
  min-height: 400px;
}

.minh-500 {
  min-height: 500px;
}

.minh-600 {
  min-height: 600px;
}

.image-cont div {
  max-width: 50%;
}

.image-cont ul {
  height: 200px;
}

.image-cont li {
  display: block;
  height: 100%;
  list-style: none;
}

.image-cont img {
  height: 100%;
  object-fit: contain;
  margin-bottom: 4px;
}

.minh-400 {
  min-height: 500px;
}

.bg-primary-soft {
  background-color: rgba(40, 110, 251, 0.1);
  color: #286efb;
}

.bg-light-soft {
  background-color: #f1f1f1 !important;
  color: #6a747b;
}

.bg-secondary-soft {
  background-color: rgba(106, 116, 123, 0.1);
  color: #6a747b;
}

.bg-success-soft {
  background-color: rgba(40, 167, 69, 0.1);
  color: #28a745;
}

.bg-info-soft {
  background-color: rgba(23, 162, 184, 0.1);
  color: #17a2b8;
}

.bg-warning-soft {
  background-color: rgba(255, 193, 7, 0.1);
  color: #856404;
}

.bg-danger-soft {
  background-color: rgba(220, 53, 69, 0.1);
  color: #dc3545;
}

/* The sticky class is added to the navbar with JS when it reaches its scroll position */
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(10px);
}

/* Add some top padding to the page content to prevent sudden quick movement (as the navigation bar gets a new position at the top of the page (position:fixed and top:0) */
.sticky + .container {
  padding-top: 60px;
}

.avatar-uploadb {
  position: relative;
  max-width: 300px;
  margin: 0px auto;
}

.avatar-uploadb .avatar-edit {
  position: absolute;
  right: 12px;
  z-index: 1;
  top: 10px;
}

.avatar-uploadb .avatar-edit input {
  display: none;
}

.avatar-uploadb .avatar-edit input + label {
  display: inline-block;
  width: 35px;
  height: 35px;
  margin-bottom: 0;
  border-radius: 100%;
  background: #FFFFFF;
  border: 1px solid #f1f1f1;
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.12);
  cursor: pointer;
  font-weight: normal;
  transition: all 0.2s ease-in-out;
}

.avatar-uploadb .avatar-edit input + label:after {
  content: "\f0ee";
  font-family: "FontAwesome";
  color: #333;
  position: absolute;
  top: 8px;
  left: 2px;
  right: 0;
  text-align: center;
  margin: auto;
}

.avatar-uploadb .avatar-edit input + label:hover {
  background: #2568ef;
}

.avatar-uploadb .avatar-preview {
  width: 300px;
  height: 150px;
  position: relative;
  border-radius: 10px;
  border: 2px dashed #ddd;
}

.avatar-uploadb .avatar-preview > div {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

p.upload-text {
  color: #999;
  font-size: 18px;
  position: absolute;
  top: 35%;
  left: 20%;
}

/*business logo upload*/
/*avatar upload*/
.avatar-upload {
  position: relative;
  max-width: 150px;
  margin: 0px auto;
}

.avatar-upload .avatar-edit {
  position: absolute;
  right: 12px;
  z-index: 1;
  top: 10px;
}

.avatar-upload .avatar-edit input {
  display: none;
}

.avatar-upload .avatar-edit input + label {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-bottom: 0;
  border-radius: 100%;
  background: #FFFFFF;
  border: 1px solid #f1f1f1;
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.12);
  cursor: pointer;
  font-weight: normal;
  transition: all 0.2s ease-in-out;
}

.avatar-upload .avatar-edit input + label:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  content: "\f382";
  color: #333;
  position: absolute;
  top: 3px;
  left: 3px;
  right: 0;
  text-align: center;
  margin: auto;
}

.avatar-upload .avatar-preview {
  width: 150px;
  height: 150px;
  position: relative;
  border-radius: 100%;
  border: 4px solid #F8F8F8;
  box-shadow: 0rem 0.25rem 0.75rem rgba(30, 34, 40, 0.05);
}

.avatar-upload .avatar-preview > div {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

/*avatar upload*/
p.text-muted.staff_not {
  background-color: rgba(220, 53, 69, 0.1);
  color: #dc3545 !important;
  padding: 20px 10px;
  border-radius: 6px;
  width: 50%;
  margin: 0 auto;
}

.mt-200 {
  margin-top: 200px;
}

.d-hide {
  display: none;
}

.ui-timepicker-standard {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Ubuntu, "Helvetica Neue", sans-serif;
  font-size: 1.1em;
  background-color: #FFF;
  border: 1px solid #f1f1f1 !important;
  color: #555;
  margin: 0;
  padding: 2px;
  box-shadow: 0rem 0.25rem 1.75rem rgba(30, 34, 40, 0.07) !important;
  border-radius: 10px;
}

.ui-timepicker-standard .ui-state-hover {
  border: 1px solid #fff !important;
  background-color: rgba(40, 110, 251, 0.1) !important;
  color: #286efb !important;
}

.ui-timepicker-standard a {
  border: 1px solid transparent;
  color: #555;
  display: block;
  padding: 0.5em 0.4em !important;
  text-decoration: none;
  cursor: pointer !important;
}

.custom-fonts {
  font-family: "Glacial Indifference Bold", sans-serif !important;
  color: #333;
}

.icon-yes {
  background: rgba(40, 110, 251, 0.1);
  padding: 7px;
  border-radius: 50px;
}

.icon-not {
  background: rgba(220, 53, 69, 0.1);
  color: #dc3545;
  padding: 7px;
  border-radius: 50px;
}

.list-style5 i {
  color: #dc3545;
  font-size: 12px;
  background: rgba(220, 53, 69, 0.1);
  border-radius: 30px;
  padding: 7px;
  line-height: 13px;
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #dfe2e5 !important;
}

.select2-container .select2-selection--single {
  height: 35px !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 34px !important;
}

.nice-select.small {
  font-size: 15px !important;
  height: 36px;
  padding-left: 8px !important;
  line-height: 34px;
}

.bbm-1 {
  border-bottom: 1px solid #f1f1f1;
}

.btm-1 {
  border-top: 1px solid #f1f1f1;
}

/*#cookie-msg {
    position: fixed;
    bottom: 0px;
    width: 600px !important;
    text-align: left !important;
    border-radius: 5px !important;
    padding: 15px 20px !important;
    background-color: #f2f2f2 !important;
    color: white;
    font-size: 14px !important;
    color: #333;
    z-index: 999999 !important;
    border: 1px solid #f1f1f1;
    margin-left: 20px;
    margin-bottom: 20px;
}*/
#cookie-msg {
  position: fixed;
  bottom: 0px;
  width: 90% !important;
  max-width: 500px !important;
  text-align: left !important;
  border-radius: 5px !important;
  padding: 15px 20px !important;
  color: white;
  font-size: 14px !important;
  color: #333;
  z-index: 999999 !important;
  border: 1px solid #f1f1f1;
  margin-left: 20px;
  margin-bottom: 20px;
  -webkit-backdrop-filter: blur(10px) !important;
  backdrop-filter: blur(10px) !important;
  background: hsla(0, 0%, 100%, 0.75) !important;
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1) !important;
}

#cookie-msg span.msg {
  color: #333 !important;
  margin-bottom: 4px !important;
}

.learn-more {
  color: #286efb !important;
  text-decoration: none !important;
}

.learn-more:hover {
  color: #286efb !important;
  text-decoration: underline !important;
}

.btn-aceptar {
  text-decoration: none;
  padding: 5px 10px;
  border-radius: 4px !important;
  color: #286efb !important;
  border: 1px solid #286efb !important;
  background-color: #fff !important;
  font-size: 12px !important;
}

.btn-aceptar:hover {
  text-decoration: none;
  padding: 5px 10px;
  border-radius: 4px !important;
  color: #fff !important;
  border: 1px solid #286efb !important;
  background-color: #286efb !important;
  font-size: 12px !important;
}

.mclose {
  cursor: pointer;
}

.mclose:hover {
  color: #999;
}

/*Profile card 2*/
.profile-card-2 .card-img-block {
  float: left;
  width: 100%;
  height: 160px;
  overflow: hidden;
  position: relative;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}

.profile-card-2 .card-body {
  position: relative;
  min-height: 187px;
}

.profile-card-2 .profile {
  border-radius: 2px;
  position: absolute;
  bottom: 10px;
  left: 40px;
  max-width: 60px;
  box-shadow: 0 0 4px #ddd;
  -webkit-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  background: #fafafa;
  box-shadow: 0 0 4px #ddd;
}

.profile-card-2 h5 {
  font-weight: 600;
  color: #6ab04c;
}

.profile-card-2 .card-text {
  font-weight: 300;
  font-size: 15px;
}

.profile-card-2 .icon-block {
  float: left;
  width: 100%;
}

.profile-card-2 .icon-block a {
  text-decoration: none;
}

.profile-card-2 i {
  display: inline-block;
  font-size: 16px;
  color: #6ab04c;
  text-align: center;
  border: 1px solid #6ab04c;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 50%;
  margin: 0 5px;
}

.profile-card-2 i:hover {
  background-color: #6ab04c;
  color: #fff;
}

/*Profile card 2*/
/*rating*/
.rating {
  float: left;
}

.rating:not(:checked) > input {
  position: absolute;
  top: -9999px;
  clip: rect(0, 0, 0, 0);
}

.rating:not(:checked) > label {
  float: right;
  width: 1.5em;
  padding: 0 0.1em;
  overflow: hidden;
  white-space: nowrap;
  cursor: pointer;
  font-size: 20px;
  line-height: 1.2;
  color: #ddd;
}

.rating:not(:checked) > label:before {
  content: "&#9733";
}

.rating > input:checked ~ label {
  color: #ffc107;
}

.rating:not(:checked) > label:hover,
.rating:not(:checked) > label:hover ~ label {
  color: gold;
}

.rating > input:checked + label:hover,
.rating > input:checked + label:hover ~ label,
.rating > input:checked ~ label:hover,
.rating > input:checked ~ label:hover ~ label,
.rating > label:hover ~ input:checked ~ label {
  color: #ea0;
}

.rating > label:active {
  position: relative;
}

/*rrating*/
.time_wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  height: 369px;
  overflow-y: auto;
}

.time_group {
  width: 45%;
  margin: 0px 7px;
}

/* ===== Scrollbar CSS ===== */
/* Firefox */
* {
  scrollbar-width: auto;
  scrollbar-color: #999 #ffffff;
}

/* Chrome, Edge, and Safari */
*::-webkit-scrollbar {
  width: 16px;
}

*::-webkit-scrollbar-track {
  background: #ffffff;
}

*::-webkit-scrollbar-thumb {
  background-color: #999;
  border-radius: 10px;
  border: 3px solid #ffffff;
}

#DataTables_Table_0_length {
  padding-left: 10px;
  margin-top: 10px;
}

#DataTables_Table_0_filter {
  padding-right: 10px;
  margin-top: 10px;
}

.ccb {
  padding-top: 1px;
}

.container.cw-14 {
  max-width: 1400px;
}

.owl-item-cus {
  background: #fff;
  border-radius: 6px;
  padding: 50px 40px;
  box-shadow: rgba(149, 157, 165, 0.1) 0px 4px 24px;
  margin-bottom: 40px;
  min-height: 293px;
}

.owl-theme .owl-dots .owl-dot.active span {
  width: 25px;
  background: #333;
}

.owl-item.active.center {
  opacity: 1;
}

.owl-item:not(.center) {
  opacity: 1;
}

.navTopRight .owl-nav {
  position: absolute;
  top: -83px;
  right: 0;
}

.bg-gray {
  background-color: #f8f8f8 !important;
}

/*.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
    display: block !important;
}*/
.mt-300 {
  margin-top: 300px;
}

.error-line {
  border: 1px solid #dc3545 !important;
  border-radius: 4px;
}

.card-img-block.banner_img {
  background-size: cover;
  background-position: center center;
  height: 200px;
  width: 100%;
  overflow: hidden;
}

.main-wrapper {
  max-width: 100% !important;
  /*overflow-x: hidden !important;*/
}

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  background: none repeat scroll 0 0 #ffffff;
}

.spinner,
.spinner-inverse,
.spinner-md {
  border-style: solid;
  border-radius: 50%;
  border-color: #ecf0f3;
  border-right-color: #136acd;
  /* border-top-color:#136acd; */
  border-width: 4px;
  font-size: 22px;
  width: 82px;
  height: 82px;
  display: inline-block;
  vertical-align: middle;
  box-sizing: border-box;
  -webkit-animation: spin-animation 0.9s linear infinite;
  animation: spin-animation 0.9s linear infinite;
}

@-webkit-keyframes spin-animation {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spin-animation {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* Main CSS */
figure {
  margin: 0;
  display: grid;
  grid-template-rows: 1fr auto;
  margin-bottom: 10px;
  break-inside: avoid;
}

figure > img {
  border-radius: 6px;
  grid-row: 1/-1;
  grid-column: 1;
}

figure a {
  color: black;
  text-decoration: none;
}

figcaption {
  grid-row: 2;
  grid-column: 1;
  background-color: rgba(255, 255, 255, 0.5);
  padding: 0.2em 0.5em;
  justify-self: start;
}

.containers {
  column-count: 4;
  column-gap: 10px;
}

span.text-white.company-name {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50px;
  padding: 8px 15px;
}

/* if page is embed body's bg should be transparent*/
body.is-embed-no-bg {
  background: none !important;
}

/* end of transparent body bg */
.highlight {
  background: #f8f8f8;
  margin-top: 10px !important;
  border-radius: 4px;
}

.mribbon-parent:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
}

/* powered by ribbon */
.mribbon-parent {
  overflow: hidden;
}

.mribbon {
  margin: 0;
  text-align: center;
  background: #007bff;
  color: white;
  padding: 0.3em 0 0.5em 0;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 105%;
  transform: translateX(30%) translateY(0%) rotate(45deg);
  transform-origin: top left;
  z-index: 989;
}

.mribbon:before,
.mribbon:after {
  content: "";
  position: absolute;
  top: 0;
  margin: 0 -1px; /* tweak */
  width: 100%;
  height: 100%;
  background: #007bff;
}

.mribbon:before {
  right: 100%;
}

.mribbon:after {
  left: 100%;
}

.mribbon small {
  font-size: 65%;
  /* position: relative;
  top:-7pt;
  left:7pt: */
}

.mribbon span {
  /* position: relative;
  top:-5pt;
  left:5pt: */
}

/* end of powered by ribbon */
.badge-small {
  font-size: 13px;
  padding: 6px 12px;
  font-size: 12px;
}

.service_img {
  height: 210px;
  width: 40%;
  min-width: 40%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}

.service-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  border-radius: 6px;
  overflow: hidden;
  background: #fff !important;
  height: 210px;
}

.service-card-body {
  padding: 25px 60px 25px 50px;
}

.border-1 {
  border: 1px solid #f1f1f1;
}

.fs-20 {
  font-size: 20px;
}

.fs-18 {
  font-size: 18px;
}

.fs-16 {
  font-size: 16px;
}

.lift {
  -webkit-transition: -webkit-transform 150ms linear;
  transition: -webkit-transform 150ms linear;
  transition: transform 150ms linear;
  transition: transform 150ms linear, -webkit-transform 150ms linear;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  will-change: transform;
}

.lift:hover {
  -webkit-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0);
}

.lift-sm {
  -webkit-transition: -webkit-transform 150ms linear;
  transition: -webkit-transform 150ms linear;
  transition: transform 150ms linear;
  transition: transform 150ms linear, -webkit-transform 150ms linear;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  will-change: transform;
}

.lift-sm:hover {
  -webkit-transform: translate3d(0, -5px, 0);
  transform: translate3d(0, -5px, 0);
}

.lift-xs {
  -webkit-transition: -webkit-transform 150ms linear;
  transition: -webkit-transform 150ms linear;
  transition: transform 150ms linear;
  transition: transform 150ms linear, -webkit-transform 150ms linear;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  will-change: transform;
}

.lift-xs:hover {
  -webkit-transform: translate3d(0, -2px, 0);
  transform: translate3d(0, -2px, 0);
}

.gallerybg {
  height: 300px;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 6px;
  overflow: hidden;
}

.parent-shape {
  position: relative;
  z-index: 0;
}

.testimonial-carousel div.owl-nav button {
  height: 45px !important;
}

.card-body.testimonial-box {
  min-height: 280px;
}

.bg-dark2 {
  background-color: #17161A !important;
}

.navleft .owl-nav {
  float: left;
}

.round-2 {
  border-radius: 20px !important;
}

.counter-padding {
  padding: 80px 10px;
}

.parent-shape {
  position: relative;
  z-index: 0;
}

.bg-dark-light {
  background-color: #262528 !important;
}

.tes-img {
  display: block;
  width: 60px !important;
  height: 60px !important;
}

.br-30 {
  border-radius: 30px;
}

.team_img {
  height: 260px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.team_img_lg {
  height: 300px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.team-card {
  border-radius: 6px !important;
  background: #fff;
  cursor: pointer;
  transition: all 0.3s ease;
}

.team-card-2 {
  border-radius: 6px;
  background: #fff;
  overflow: hidden;
  cursor: pointer;
}

.team-footer {
  position: absolute;
  height: auto;
  width: 90%;
  bottom: -33px;
  left: 5%;
  border-radius: 6px;
  background-color: #ddd;
}

.overlay {
  position: relative;
  cursor: pointer;
}

.overlay .overlay-layer {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
  opacity: 0;
}

.overlay .doctor-overlay-layer {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
  opacity: 0;
}

.overlay.overlay-block .doctor-overlay-layer, .overlay.overlay-show .doctor-overlay-layer, .overlay:hover .doctor-overlay-layer {
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.5);
  transition: all 0.3s ease;
  opacity: 1;
}

.overlay.overlay-block .overlay-layer, .overlay.overlay-show .overlay-layer, .overlay:hover .overlay-layer {
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.5);
  transition: all 0.3s ease;
  opacity: 1;
}

/*.team-card{
    transition: all ease 3s;
}*/
.tbm-1 {
  border-bottom: 1px solid #f1f1f1;
}

.team-card:hover .team_info {
  background-color: #2D69E1;
}

.team_social {
  color: #ddd !important;
}

.team-card:hover .team_social {
  opacity: 1 !important;
  color: #fff;
}

.team-card:hover .team_info h5 {
  color: #fff;
}

.team-card:hover .team_social a {
  color: #fff;
}

.team-card:hover .tbm-1 {
  border-bottom: 1px solid #999;
}

.team-card:hover .expert_designation {
  color: #fff !important;
}

.team-card:hover .team_social .rounded-circle {
  background-color: #fff;
  color: #111;
}

.team-card:hover .doctors_profile {
  background-color: #fff;
  color: #111;
}

.team-card:hover .docitem-footer, .team-card:hover .docitem-footer h6, .team-card:hover .docitem-footer p {
  background-color: #2D69E1 !important;
  color: #fff !important;
}

.service_img_4 {
  height: 270px;
  width: 100%;
  min-width: 40%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  border-bottom-left-radius: 6px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 0px;
}

.contact_img_4 {
  height: 560px;
  width: 100%;
  min-width: 40%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}

.contact-icon {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-width: 80px;
  min-height: 80px;
  border-radius: 50%;
}

.contact-icon i {
  color: black;
}

.owl-theme .owl-nav [class*=owl-]:hover {
  background: transparent !important;
  color: #FFF;
  text-decoration: none;
}

.blog-img {
  height: 250px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.blog-img-lg {
  height: 350px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.blog_img {
  height: 180px;
  width: 40%;
  min-width: 40%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}

.blog-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  border-radius: 6px;
  overflow: hidden;
  background: #fff !important;
  height: 180px;
}

.blog-card-body {
  padding: 25px 60px 25px 50px;
}

.h-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.about_img_content_top {
  position: absolute;
  top: -20px;
  left: 15px;
  width: 30%;
}

.about_img_content_bottom {
  position: absolute;
  bottom: 10px;
  right: 10px;
  width: 30%;
}

.doctor_img {
  height: 330px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  border-radius: 4px;
}

.dept-item {
  background-color: #fbfbfb;
  border-radius: 8px;
  border: 1px solid #f1f1f1;
}

.dept-item-icon {
  background-color: #fff;
  border-radius: 50%;
  color: #2D69E1;
  border: 1px solid #2D69E1;
  padding: 25px;
  font-size: 16px;
}

.dept-item:hover .dept-item-icon {
  background-color: #2D69E1;
  color: #fff;
}

.category-icon {
  height: 60px;
  width: 60px;
  border-radius: 50%;
  border: 1px solid #f0f0f0;
  margin-bottom: 50px;
  border: 1px solid #f0f0f0;
}

.doc-testimonial-item {
  background-color: #f1f1f1;
}

.emargency-contact {
  padding-left: 91px;
  padding-right: 91px;
  padding-top: 70px;
  padding-bottom: 70px;
  background-color: rgba(0, 123, 255, 0.5294117647);
}

.emargency_contact_btn {
  border-radius: 50px;
  color: #fff;
  border: 1px solid #fff !important;
  background-color: none;
  padding: 10px 15px;
}

.emargency_contact_btn:hover {
  color: rgba(0, 123, 255, 0.5294117647);
  background-color: white;
}

.doc_slider_btn {
  border-radius: 5px;
  color: #fff;
  background-color: #5db2ff;
  padding: 18px 44px;
}

.doc_slider_btn:hover {
  color: #5db2ff;
  background-color: #fff;
}

.emargency-appointment {
  padding-left: 91px;
  padding-right: 91px;
  padding-top: 70px;
  padding-bottom: 70px;
  background-color: rgba(0, 123, 255, 0.6705882353);
}

.text-gray {
  color: #999 !important;
}

.list-unstyled > li > a.text-gray:hover {
  color: #5DB2FF !important;
}

.medi_footer_icon3 li {
  display: inline-block;
  margin-right: 5px;
}

.medi_footer_icon3 li:last-child {
  margin-right: 0;
}

.medi_footer_icon3 li a {
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  border-radius: 50%;
  font-size: 15px;
  display: inline-block;
  background-color: #707070;
  color: #BABABA;
}

.medi_footer_icon3 li a:hover {
  color: #fff;
}

.brd-2 {
  border-radius: 2px !important;
  overflow: hidden !important;
}

.brd-4 {
  border-radius: 4px !important;
  overflow: hidden !important;
}

.brd-10 {
  border-radius: 10px !important;
  overflow: hidden !important;
}

.brd-20 {
  border-radius: 20px !important;
  overflow: hidden;
}

.mt--10 {
  margin-top: -10px !important;
}

.mt--50 {
  margin-top: -50px !important;
}

.mt--100 {
  margin-top: -100px !important;
}

.borderb-1 {
  -webkit-box-shadow: inset 0 -1px rgba(177, 177, 180, 0.2);
  box-shadow: inset 0 -1px rgba(177, 177, 180, 0.2);
  -webkit-box-shadow: inset 0 -1px rgba(255, 255, 255, 0.2);
  box-shadow: inset 0 -1px rgba(255, 255, 255, 0.2);
}

.text-gray {
  color: #ddd !important;
}

.portfolios_img {
  transition: all 0.5s ease;
}

.portfolios_img:hover {
  transform: scale(1.1);
}

.icon-style-small .icon {
  display: inline-block;
  vertical-align: middle;
  border-radius: 50px;
  padding: 2px;
  line-height: 2.2rem;
  text-align: center;
  background-color: rgba(40, 110, 251, 0.1);
  color: #2D69E1;
  height: 2.5rem;
  width: 2.5rem;
  font-size: 15px;
}

.cbtn-outline {
  font-weight: 500;
  padding: 13px 28px;
  min-width: 150px;
  text-align: center;
  border-radius: 5px;
  color: #00bf58;
  border: 1px solid #00bf58;
  transition: all 0.3s ease-in-out 0s;
}

.cbtn-outline:hover {
  background: #2d343e !important;
  border-color: #2d343e !important;
  color: #fff;
}

.cbtn-fill {
  font-weight: 500;
  padding: 15px 30px;
  min-width: 150px;
  text-align: center;
  border-radius: 5px;
  color: #fff;
  background: #2D69E1;
  transition: all 0.3s ease-in-out 0s;
}

.cbtn-fill:hover {
  background: #2d343e !important;
  color: #fff !important;
}

.docitem-footer {
  width: 80%;
  margin: 0px 11%;
  margin-top: -50px;
  border-radius: 4px;
  position: absolute;
  background-color: #fff !important;
  min-height: 95px;
  vertical-align: center;
}

.card.docitem_bg {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
}

.text-gray {
  color: #bbb9b9 !important;
}

.schedule-content {
  margin-top: -62px;
  z-index: 9999999999;
  background-color: #fff;
}

.footer-about-1 {
  border-radius: 15px;
  overflow: hidden;
  top: -175px;
  margin-top: 0px !important;
}

.footer-about-5 {
  border-radius: 15px;
  overflow: hidden;
  top: -118px;
  margin-top: 0px !important;
}

.border-top-light {
  border: 1px solid #efefef;
}

.border-black-1 {
  border: 1px solid #888;
}

.blur {
  backdrop-filter: blur(10px) !important;
  -webkit-backdrop-filter: saturate(100%) blur(10px) !important;
  background: hsla(0, 0%, 100%, 0.65) !important;
}

.blur-md {
  backdrop-filter: blur(2px) !important;
  -webkit-backdrop-filter: saturate(100%) blur(2px) !important;
  background: hsla(0, 0%, 100%, 0.7) !important;
}

.titlebar:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 80px;
  background: #5DB2FF;
}

.img_zoom_animate {
  transition: all 0.5s ease;
}

.img_zoom_animate:hover {
  transform: scale(1.1);
}

.team-card .team_img {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  width: 100%;
}

.staff-border-1 {
  border: 1px solid #f1f1f1;
  padding-left: 0px;
  padding-right: 0px;
  border-radius: 6px;
}

.staff_img {
  height: 100px;
  width: 100px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 50%;
  margin: 0px auto;
}

.bg-none {
  background-color: transparent !important;
}

.h-300 {
  height: 300px !important;
}

.item_rating {
  position: absolute;
  left: 15px;
  top: 15px;
  background-color: #373634;
  padding: 4px 15px;
  border-radius: 15px;
  -webkit-backdrop-filter: blur(20px) !important;
  backdrop-filter: blur(20px) !important;
  background: hsla(0, 0%, 100%, 0.95) !important;
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1) !important;
}

.jarallax.cusbg {
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.service-tab {
  border-bottom: 1px solid #efefef;
}

.service-tab .nav-item.show .nav-link, .nav-tabs .nav-link {
  border-bottom: 2px transparent !important;
  padding: 8px 14px !important;
  margin: 0 !important;
}

.service-tab .nav-item.show .nav-link, .nav-tabs .nav-link:hover {
  color: #444 !important;
  background-color: #fff !important;
}

.service-tab > a.nav-item.nav-link.active {
  color: #444 !important;
  border-bottom: 2px solid #444 !important;
  padding: 8px 14px !important;
  margin: 0 !important;
}

.booking-nav-item {
  border: 1px solid;
}

.category-img img {
  width: 30%;
  max-width: 30%;
}

.category-img-sm {
  width: 26%;
  max-width: 30%;
}

.rtlcard.card.shadow-hover.p-4.p-xl-6.text-center.h-100 {
  min-height: 400px !important;
}

.brand_img {
  height: 100px;
  width: 60%;
  margin: 0 auto;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  border: 0px solid #fff;
  border-radius: 6px;
}

.avatar-md {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 50%;
  height: 90px;
  width: 90px;
}

.avatar-sm {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 50%;
  height: 60px;
  width: 60px;
}

.avatar-xs {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 50%;
  height: 40px;
  width: 40px;
}

.main-wrapper {
  max-width: 100% !important;
  /*    overflow-x: hidden !important;*/
}

.service_extra_checkbox {
  visibility: hidden;
  position: absolute;
  width: 100%;
}

.service_extra_checkbox_label {
  margin: 0px 0px;
  font-size: 1em;
  text-align: left;
  min-height: 100px;
  width: 100%;
  color: #222222;
  background-color: #fff;
  border: solid 2px #ddd;
  border-radius: 4px;
  cursor: pointer;
  padding-top: 10px;
  padding-bottom: 10px;
}

.service_extra_checkbox_label:hover {
  cursor: pointer;
  border: solid 2px #00BF58;
  background-color: #f7fefb;
}

.service_extra_checkbox:checked + .service_extra_checkbox_label {
  border: 2px solid #00BF58;
  background-color: #f7fefb;
}

.service_extra_checkbox:checked + .service_extra_checkbox_label:before {
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "✓";
  background-color: #28a745;
  box-shadow: 0px 0px 0px 2px #fff;
  border-radius: 50%;
  width: 20px;
  line-height: 20px;
  height: 20px;
  top: 7px;
  right: 24px;
  font-size: 10px;
  text-align: center;
  position: absolute;
  color: #fff;
}

.pt-h5 {
  padding-top: 0.15rem !important;
}

/* Style OR ----------------- */
.or span {
  text-align: center;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 1px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  grid-template-rows: 12px 0;
  grid-gap: 10px;
}

.or span:after, .or span:before {
  content: " ";
  display: block;
  border-bottom: 1px solid #efefef;
}

.page-company.theme-8 .btn.btn-light-success {
  background: rgb(215, 176, 145);
  color: #fdfdfd;
  padding: 10px;
  font-size: 14px;
}
.page-company.theme-8 #navbarContent .nav-link {
  color: white;
}
.page-company.theme-8 body {
  background-color: #FCF7F1 !important;
}
.page-company.theme-8 .bg-light2 {
  background-color: #ECCAAE !important;
}
.page-company.theme-8 .bg-light {
  background-color: #f8eee1 !important;
}
.page-company.theme-8 .bbm-1 {
  border-bottom: 1px solid #f1d8bb;
}
.page-company.theme-8 .card, .page-company.theme-8 .team-card {
  background-color: #f2d9bb !important;
}
.page-company.theme-8 .border-1 {
  border: 1px solid #f2d9bb;
}
.page-company.theme-8 .form-control {
  border: 1px solid #f2d9bb;
}
.page-company.theme-8 #navbarContent .nav-link {
  color: #cbab91;
}
.page-company.theme-8 .tab_info_box .text-dark {
  color: #c69871 !important;
}
.page-company.theme-8 .tab_info_box .text-muted {
  color: #9d7554 !important;
}
@media (max-width: 900px) {
  .page-company.theme-8 .navbar-collapse {
    background: #fff !important;
  }
  .page-company.theme-8 .about_image {
    margin-top: 0;
  }
}

/*# sourceMappingURL=template.css.map */
