@charset "UTF-8";
/****** Utils ******/
@import url("https://fonts.googleapis.com/css2?family=Archivo:ital,wght@0,100..900;1,100..900&amp;display=swap");

/******* Base *******/
body {
  font-family: "Archivo", sans-serif;
  font-size: 16px;
  color: #656B76;
  line-height: 1.5;
  overflow-y: auto;
  overflow-x: hidden;
}

::selection {
  background: #0d47a1;
  color: #FFF;
  text-shadow: none;
}

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

/* h6 {
  font-weight: bold !important;
} */

* {
  outline: none;
}

.text-white {
  font-size: 25px;
  font-weight: 800;
  color: #FFF !important;
  text-decoration: none !important;
}

a {
  color: #242B3A;
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.nav-item {
  margin-inline-end: 0.5rem;
}

.nav-item:last-child {
  margin-inline-end: 0;
}

.nav-link {
  color: #656B76;
  border-radius: 4px;
}

/****** Layout ******/
::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  border-radius: 50px !important;
}

::-webkit-scrollbar-track {
  background: #F4F5F5;
}

::-webkit-scrollbar-thumb {
  background: #C9CBCF;
}

::-webkit-scrollbar-thumb:hover {
  background: #C9CBCF;
}

.swal2-header .swal2-title {
  font-size: 18px;
}

.container-fluid {
  padding-left: 20px;
  padding-right: 20px;
}

.service-section,
.client-section-two,
.about-sec {
  padding: 60px 0;
}

.testimonial-slider .owl-nav button.owl-prev {
  left: -10px;
}

.testimonial-slider .owl-nav button.owl-next {
  right: -10px;
}

.banner-search p {
  font-size: 18px;
  margin-bottom: 20px;
}

.search-input-new input,
.search-input-new.line input {
  height: 35px;
}

.search-box-two .search-btn .btn {
  font-size: 14px;
  padding: 6px 10px;
}

.work-wrap-box.work-first:before,
.work-wrap-box.work-last:after {
  content: none;
}

.service-section {
  padding: 40px 0;
}

.footer.footer-nine .footer-top {
  padding: 45px 0 10px 0;
}

.provider-header .dropdown-menu.show {
  visibility: visible;
  opacity: 1;
  margin-top: 8px !important;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.provider-header .header-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  float: left;
  height: 48px;
  position: relative;
  text-align: center;
  width: 216px;
  z-index: 1;
  background: #FFF;
  padding: 0 15px;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border-bottom: 1px solid #EBECED;
}

.provider-header .header-left .logo {
  display: inline-block;
  line-height: 0;
}

.provider-header .header-left .logo img {
  width: 60px;
}

@media (max-width: 991.98px) {
  .provider-header .header-left .logo {
    text-align: center;
    width: 100%;
  }

  .provider-header .header-left .logo img {
    width: 140px;
  }
}

@media (max-width: 991.98px) {
  .provider-header .header-left .dark-logo {
    text-align: center;
    width: 100%;
  }

  .provider-header .header-left .dark-logo img {
    width: 140px;
  }
}

.provider-header .header-left .logo-small {
  display: none;
}

@media (max-width: 991.98px) {
  .provider-header .header-left {
    position: absolute;
    width: 100%;
  }
}

@media (max-width: 991.98px) {
  .provider-header .header-left #toggle_btn {
    display: none;
  }
}

@media (min-width: 992px) {
  .provider-header #toggle_btn {
    font-size: 18px;
    padding: 4px;
    border-radius: 6px;
  }

  .provider-header #toggle_btn .bar-icon {
    display: inline-block;
    width: 21px;
  }

  .provider-header #toggle_btn .bar-icon span {
    background-color: #FFF;
    display: block;
    float: left;
    height: 2px;
    width: 21px;
    margin: 0 0 5px;
    border-radius: 50px;
  }

  .provider-header #toggle_btn .bar-icon span:nth-child(2) {
    width: 15px;
  }
}

.provider-header .bar-icon {
  display: inline-block;
  width: 31px;
  margin-top: 13px;
}

.provider-header .bar-icon span {
  background-color: #0d47a1;
  display: block;
  float: left;
  height: 3px;
  margin-bottom: 7px;
  width: 31px;
  border-radius: 2px;
  transition: all 0.5s;
}

.provider-header .bar-icon span:nth-child(2) {
  width: 16px;
}

.provider-header .menu-opened .slide-nav .bar-icon {
  display: inline-block;
  width: 31px;
  margin-top: 20px;
}

.provider-header .menu-opened .slide-nav .bar-icon span:first-child {
  position: relative;
  top: 10px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
}

.provider-header .menu-opened .slide-nav .bar-icon span:nth-child(2) {
  display: none;
}

.provider-header .menu-opened .slide-nav .bar-icon span:last-child {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
}

.provider-header .menu-user-list {
  min-width: 450px;
  border-radius: 6px;
  padding: 24px;
}

.provider-header .menu-user-list .list-appointment {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px;
  border: 1px solid #E2E5F1;
  border-radius: 6px;
}

.provider-header .menu-user-list .list-appointment-content {
  display: flex;
  align-self: center;
}

.provider-header .menu-user-list .list-appointment-content .list-appointment-img {
  font-size: 24px;
  margin-right: 20px;
  position: relative;
}

.provider-header .menu-user-list .list-appointment-content .list-appointment-img::after {
  position: absolute;
  content: "";
  background: #E2E5F1;
  width: 1px;
  height: 20px;
  top: 10px;
  right: -10px;
}

.provider-header .menu-user-list .list-appointment-content h5 {
  color: #131022;
}

.provider-header .menu-user-list .list-appointment-content h6 {
  font-weight: 400;
  font-size: 14px;
}

.provider-header .menu-user-list .list-appointment-btn {
  font-size: 20px;
}

.provider-header .profilename {
  padding: 0px;
}

.provider-header .profilename .profileset {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 10px 3px;
}

.provider-header .profilename .profileset h6 {
  font-size: 14px;
  color: #656B76;
  font-weight: 500;
}

.provider-header .profilename .profileset h5 {
  font-size: 12px;
  color: #0d47a1;
  font-weight: 400;
}

.provider-header .profilename .profileset .profilesets {
  margin-left: 10px;
}

.provider-header .profilename .profileset .user-img img {
  margin-top: 0;
}

.provider-header .profilename .dropdown-item {
  padding: 8px 5px !important;
}

.provider-header .show .user-info::after {
  transform: rotate(-140deg);
  top: 10px;
}

.provider-header .user-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  position: relative;
  overflow: hidden;
  padding: 0 30px 0 0;
}

@media (max-width: 1199.98px) {
  .provider-header .user-info span.user-detail {
    display: none;
  }
}

.provider-header .user-info:before {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 0;
  border-left: 0;
  border-right: 2px solid #969AA2;
  border-bottom: 2px solid #969AA2;
  border-radius: 1px;
  transform: rotate(45deg);
  transition: all 0.5s;
  top: 8px;
  position: absolute;
  right: 12px;
}

@media (max-width: 1199.98px) {
  .provider-header .user-info:before {
    top: 12px;
  }
}

.provider-header .user-info .user-role {
  display: block;
  color: #0d47a1;
  font-size: 12px;
  font-weight: 400;
}

.provider-header .user-info .user-letter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  color: #FFF;
  width: 36px;
  height: 36px;
  border-radius: 5px;
  font-weight: 600;
  font-size: 15px;
  margin-right: 10px;
}

@media (max-width: 1199.98px) {
  .provider-header .user-info .user-letter {
    margin-right: 0;
  }
}

.provider-header .user-info .user-letter img {
  border-radius: 5px;
}

.provider-header .user-info .user-name {
  font-size: 15px;
  font-weight: 500;
  color: #656B76;
  display: flex;
  align-items: center;
}

.provider-header .user-info .user-name img {
  margin-left: 10px;
}

.provider-header .header-user {
  padding: 15px 24px;
  display: contents;
}

.provider-header .header-user .user-menu {
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  justify-content: flex-end !important;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  margin: 0;
  position: relative;
  height: 100%;
  border-bottom: 0;
  padding: 0 24px;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

/* .provider-header .searchinputs input {
  width: 284px;
  height: 32px;
  border: 1px solid #EBECED;
  background: #FFF;
  padding: 5px 10px;
  padding-left: 38px;
  border-radius: 5px;
  color: #242B3A;
  font-size: 14px;
}

.provider-header {
  height: 48px;
  z-index: 999;
  background: #FFF;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border-bottom: 1px solid #EBECED;
} */

.provider-header .searchinputs {
  padding: 0;
  position: relative;
}

@media (max-width: 991.98px) {
  .provider-header .header-user .user-menu {
    display: none;
  }
}

.provider-header .header-user .user-menu .status {
  position: absolute;
  content: "";
  background: #0d47a1;
  width: 10px;
  height: 10px;
  border-radius: 50px;
  top: 3px;
  right: 3px;
}

.provider-header .header-user .user-menu .header-title h3 {
  font-size: 24px;
  font-weight: 700;
}

.provider-header .header-user .user-menu .header-title h6 {
  font-size: 12px;
  font-weight: 600;
}

.provider-header .header-user .user-menu>li {
  margin-left: 5px;
  margin-inline-end: 0;
}

.provider-header .header-user .user-menu>li:first-child {
  margin-left: 0;
}

.provider-header .header-user .user-menu>li.date-picker-list {
  margin-left: 0;
  margin-right: 10px;
}

.provider-header .header-user .user-menu>li:last-child {
  margin-left: 15px;
}

@media (max-width: 1199.98px) {
  .provider-header .header-user .user-menu>li {
    margin-left: 5px;
  }
}

.provider-header .header-user .user-menu>li svg {
  width: 18px;
  color: #67748E;
}

.provider-header .header-user .user-menu>li a:hover svg {
  color: #0d47a1;
}

.provider-header .header-user .user-menu .dropdown-toggle::after {
  border: 0;
  display: none;
}

.provider-header .header-user .user-menu .nav-searchinputs {
  margin-right: auto;
  margin-left: 25px;
}

.provider-header .header-user .user-menu .nav-item-box>a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  background: #FFF;
  box-shadow: 0px 4.4px 20px -1px rgba(19, 16, 34, 0.0509803922);
  color: #4E5561;
  border-radius: 5px;
  width: 36px;
  height: 36px;
  position: relative;
  border: 0;
}

.provider-header .header-user .user-menu .nav-item-box>a:hover {
  background: #EDEEEF;
}

.provider-header .header-user .user-menu .nav-item-email.nav-item-box {
  margin-left: 5px;
}

.provider-header .header-user .user-menu.nav>li>a {
  padding: 0;
  display: flex;
  line-height: normal;
  color: #3E4265;
}

.provider-header .header-user .user-menu.nav>li>a.btn-header-list {
  color: #FFF;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
}

.provider-header .header-user .user-menu.nav>li>a .badge {
  color: #FFF;
  font-weight: 700;
  position: absolute;
  top: 4px;
  right: 4px;
  background: #0d47a1;
  width: 15px;
  height: 15px;
  font-size: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
}

.provider-header .header-user .user-menu.nav>li>a i {
  font-size: 18px;
}

.provider-header .header-user .user-menu.nav>li>a .badge-success {
  background: #03C95A;
  border: 3px solid #FFF;
  padding: 0;
  top: inherit;
  bottom: -3px;
  right: -3px;
}

.provider-header .header-user .user-menu.nav>li.flag-nav a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}

.provider-header .header-user .user-menu.nav>li.flag-nav a .dropdown-menu {
  max-height: 150px;
  min-width: 120px;
  overflow-y: auto;
}

.provider-header .header-user .user-menu.nav>li.flag-nav a .dropdown-menu .dropdown-item {
  padding: 5px 15px;
}

.provider-header .header-user .user-menu.nav>li.flag-nav .dropdown-menu {
  padding: 15px;
  min-width: 210px;
}

.provider-header .header-user .user-menu.nav>li.flag-nav .dropdown-menu .dropdown-item {
  padding: 10px 10px;
  color: #67748E;
  border-radius: 10px;
  transition: none;
}

.provider-header .header-user .user-menu.nav>li.flag-nav .dropdown-menu .dropdown-item.active {
  color: #FFF;
}

.provider-header .header-user .user-menu.nav>li.flag-nav .dropdown-menu .dropdown-item.active,
.provider-header .header-user .user-menu.nav>li.flag-nav .dropdown-menu .dropdown-item:hover {
  background: #F7F7F7 url(../img/icons/check.html) no-repeat calc(100% - 12px) center;
}

.provider-header .header-user .user-menu.nav>li.flag-nav .dropdown-menu a img {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  margin-right: 10px;
}

.provider-header .page-title-box {
  float: left;
  height: 48px;
  margin-bottom: 0;
  padding: 17px 20px;
  border-radius: 0;
}

@media (max-width: 991.98px) {
  .provider-header .page-title-box {
    display: none;
  }
}

.provider-header .page-title-box a {
  color: #0d47a1;
  font-size: 11px;
  font-weight: 700;
  border: 1px solid #0d47a1;
  margin: 0;
  padding: 5px;
  border-radius: 5px;
}

.provider-header .page-title-box a:hover {
  background: #0d47a1;
  color: #FFF;
}

.provider-header .mobile_btn {
  display: none;
  float: left;
}

@media (max-width: 991.98px) {
  .provider-header .mobile_btn {
    color: #0d47a1;
    font-size: 24px;
    height: 48px;
    line-height: 48px;
    width: 60px;
    z-index: 10;
    padding: 0 20px;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
  }
}

.provider-header .responsive-search {
  display: none;
  color: #FFF;
  font-size: 20px;
  height: 60px;
  line-height: 60px;
  padding: 0 15px;
}

@media (max-width: 991.98px) {
  .provider-header .responsive-search {
    display: block;
  }
}

.provider-header .top-nav-search form {
  position: relative;
}

@media (max-width: 991.98px) {
  .provider-header .top-nav-search form {
    display: none;
  }
}

.provider-header .top-nav-search form .form-control {
  background-color: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.15);
  height: 40px;
  padding: 10px 50px 10px 15px;
  border-radius: 50px;
}

.provider-header .top-nav-search form .form-control::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.provider-header .top-nav-search form .btn {
  background-color: transparent;
  border-color: transparent;
  color: rgba(255, 255, 255, 0.7);
  min-height: 40px;
  position: absolute;
  top: 0;
  right: 0;
}

@media (max-width: 991.98px) {
  .provider-header .top-nav-search.active form {
    display: block;
    position: absolute;
    left: 0;
  }

  .provider-header .top-nav-search.active form .form-control {
    background-color: #FFF;
  }

  .provider-header .top-nav-search.active form .btn {
    background-color: transparent;
    border-color: transparent;
    min-height: 40px;
    position: absolute;
    top: 0;
    right: 0;
    padding: 7px 15px;
  }
}

.provider-header .userset {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}

.provider-header .userset .usernames {
  line-height: initial;
  text-align: right;
  padding-right: 10px;
}

.provider-header .userset .usernames span {
  display: block;
  line-height: initial;
}

.provider-header .menu-drop-user .dropdown-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  color: #656B76;
  padding: 7px 10px !important;
}

.provider-header .menu-drop-user .dropdown-item svg {
  stroke-width: 1px;
  margin-right: 10px;
  width: 18px;
}

.provider-header .menu-drop-user .logout {
  color: #E70D0D;
}

@media (max-width: 991.98px) {
  .provider-header .has-arrow .dropdown-toggle>span:nth-child(2) {
    display: none;
  }

  .provider-header .has-arrow .dropdown-toggle:after {
    display: none !important;
  }
}

.provider-header .profilename .user-img .status {
  bottom: 7px;
  top: unset;
  right: 0;
  background: #03C95A;
}

.provider-header .user-img {
  display: inline-block;
  position: relative;
}

.provider-header .user-img img {
  width: 38px;
  border-radius: 50%;
}

.provider-header .user-img .status {
  border: 2px solid #FFF;
  height: 10px;
  width: 10px;
  margin: 0;
  position: absolute;
  right: 0;
  bottom: 30px;
  border-radius: 50%;
  display: inline-block;
  background: #03C95A;
}

.provider-header .mobile-user-menu {
  color: #FFF;
  display: none;
  float: right;
  font-size: 24px;
  height: 48px;
  line-height: 48px;
  text-align: right;
  width: 60px;
  z-index: 10;
  padding: 0 20px;
  position: absolute;
  top: 0;
  right: 0;
}

@media (max-width: 991.98px) {
  .provider-header .mobile-user-menu {
    display: block;
  }
}

.provider-header .mobile-user-menu a {
  color: #0d47a1;
  padding: 0;
}

.provider-header .mobile-user-menu a::after {
  display: none;
}

.provider-header .mobile-user-menu .dropdown-toggle {
  border: 0;
  background-color: transparent;
}

.provider-header .mobile-user-menu .dropdown-menu {
  padding: 0;
}

.provider-header .mobile-user-menu .dropdown-menu a {
  color: #393F4D;
  line-height: 40px;
  padding: 0 10px;
}

.show .user-info::after {
  transform: rotate(-140deg);
  top: 10px;
}

.header .flag-nav .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
}

.header .flag-nav .dropdown-menu .dropdown-item img {
  width: 18px;
  height: 13px;
  border-radius: 10px;
  margin-right: 5px;
}

.nav-item-box a {
  position: relative;
}

.header .userset.show .user-info::before {
  transform: rotate(-136deg);
  top: 10px;
}

.header .date-range {
  padding-left: 30px !important;
}

.header .cal-icon {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
}

.dark-mode-toggle {
  display: none;
}

.dark-mode-toggle.activate {
  display: flex;
  align-items: center;
  justify-content: center;
}

.provider-head-links a {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #F4F5F5;
}

.provider-head-links .notification-dropdown .dropdown-body a {
  width: 100%;
  height: 100%;
  border: none;
  background-color: transparent;
}

.provider-head-links .notification-dropdown .dropdown-body h6 {
  font-size: 16px;
}

.provider-head-links .notification-dropdown .notification-footer-btn a {
  width: 100%;
  height: 100%;
  border: 0;
}

.user-menu .booking-user .user-img {
  width: 32px;
  height: 32px;
}

.user-menu .booking-user .user-img img {
  width: 24px;
  height: 24px;
}

footer .footer-top {
  background-color: #F6F7F7;
  padding: 40px 0 24px;
}

footer .footer-top .footer-widget {
  margin-bottom: 24px;
  text-decoration: none !important;
}

.footer-menu a {
  text-decoration: none !important;
}

footer .footer-top .footer-widget .footer-menu li {
  margin-bottom: 16px;
}

footer .footer-top .footer-widget .footer-menu li a {
  position: relative;
  color: #656B76;
  font-size: 16px;
}

footer .footer-top .footer-widget .footer-menu li a:hover {
  background: linear-gradient(90deg, #26c6da 0%, #0A67F2 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

footer .footer-top .footer-widget .footer-menu li a:hover::before {
  background: linear-gradient(90deg, #FD2692 0%, #0A67F2 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

footer .footer-top .footer-widget .footer-menu li:last-child {
  margin-bottom: 0;
}

footer .footer-top .dropdown a img {
  height: 15px;
  border-radius: 2px;
}

footer .footer-bottom {
  background-color: #F6F7F7;
  border-top: 1px solid #EBECED;
  padding: 20px 0 12px;
}

footer .footer-bottom p {
  font-size: 16px;
  color: #242B3A;
  font-weight: 500 !important;
}

footer .footer-bottom .menu-links {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}

footer .footer-bottom .menu-links li {
  margin-bottom: 8px;
}

footer .footer-bottom .menu-links li a {
  position: relative;
  padding-right: 10px;
  margin-right: 8px;
  color: #656B76;
  text-decoration: underline;
}

footer .footer-bottom .menu-links li a:hover {
  color: #0d47a1;
}

footer .footer-bottom .menu-links li a::after {
  content: "|";
  position: absolute;
  color: #656B76;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

footer .footer-bottom .menu-links li:last-child a {
  padding-right: 0;
  margin-right: 0;
}

footer .footer-bottom .menu-links li:last-child a::after {
  content: none;
}

footer .form-control {
  height: 44px;
}

.social-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.social-icon li {
  margin-right: 12px;
}

.social-icon li a {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  color: #FFF;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  font-size: 14px;
}

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

.footer.footer-nine {
  background-color: #111827;
}

.footer.footer-nine .footer-top {
  padding: 40px 0 16px;
  background-color: #111827;
}

.footer.footer-nine .footer-top .footer-widget h6 {
  color: #FFF;
  font-size: 18px;
}

.footer.footer-nine .footer-top .footer-widget .footer-menu li {
  margin-bottom: 12px;
  display: block;
}

.footer.footer-nine .footer-top .footer-widget .footer-menu li a {
  color: #EBECED;
}

.footer.footer-nine .footer-top .footer-widget .footer-menu li a:hover {
  color: #0d47a1;
}

.footer.footer-nine .footer-top .footer-widget .footer-menu li:last-child {
  margin-bottom: 0;
}

.footer.footer-nine .footer-top .footer-widget .footer-logo {
  margin-bottom: 24px;
}

.footer.footer-nine .footer-top .footer-widget p {
  margin-top: -20px;
  color: #E9EAEB;
  margin-bottom: 24px;
}

.footer.footer-nine .footer-top .footer-contact-info .footer-address {
  margin-bottom: 24px;
}

.footer.footer-nine .footer-top .footer-contact-info .footer-address:last-child {
  margin-bottom: 0;
}

.footer.footer-nine .footer-top .footer-contact-info .footer-address span {
  width: 48px;
  height: 48px;
  color: #FFF;
  border-radius: 50%;
  background: #0d47a1;
  font-size: 20px;
  margin-right: 12px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  position: unset;
}

.footer.footer-nine .footer-top .footer-contact-info .footer-address h6 {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 2px;
  color: #FFF;
  padding: 0;
}

.footer.footer-nine .footer-top .footer-contact-info .footer-address p {
  color: #FFF;
  margin-bottom: 0;
  padding: 0;
}

.footer.footer-nine .social-icon li a {
  background: #FFF;
  color: #242B3A;
}

.footer.footer-nine .social-icon li a:hover {
  background: #0d47a1;
  color: #FFF;
}

.footer.footer-nine .footer-bottom {
  padding: 10px;
  background-color: #111827;
  border-top: 1px solid #242B3A;
}

.footer.footer-nine .footer-bottom .copyright {
  padding: 0;
  border: 0;
}

.footer.footer-nine .footer-bottom .copyright .copyright-text p {
  color: #FFF;
}

@media (max-width: 991.98px) {
  .footer.footer-nine .footer-bottom .copyright .copyright-text p {
    font-size: 14px;
  }
}

.sidebar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #FFF;
  border-right: 1px solid #EBECED;
  margin-top: 0;
  z-index: 1001;
  position: fixed;
  top: 48px;
  bottom: 0;
  left: 0;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
  width: 200px;
  height: 100%;
}

@media (max-width: 991.98px) {
  .sidebar {
    margin-left: -575px;
    -webkit-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
    z-index: 1041;
    background: #FFF;
  }
}

@media (max-width: 575.98px) {
  .sidebar {
    width: 100%;
  }
}

@media (max-width: 575.98px) {
  .sidebar .slimScrollDiv {
    width: 100% !important;
  }
}

.sidebar .sidebar-inner {
  width: 100%;
}

.sidebar .sidebar-menu {
  padding: 16px 24px;
}

.sidebar .sidebar-menu .clinicdropdown {
  margin-bottom: 24px;
}

.sidebar .sidebar-menu .clinicdropdown>a {
  background: #FFF;
  border: 1px solid #E9EDF4;
  box-shadow: 0px 4.4px 12px -1px rgba(222, 222, 222, 0.3607843137);
  border-radius: 5px;
  padding: 10px;
}

.sidebar .sidebar-menu .clinicdropdown>a img {
  border-radius: 50%;
}

.sidebar .sidebar-menu .clinicdropdown>a .user-names {
  margin-left: 10px;
}

.sidebar .sidebar-menu .clinicdropdown>a .user-names h5 {
  font-size: 14px;
  font-weight: 400;
  color: #4E5561;
  margin-bottom: 2px;
}

.sidebar .sidebar-menu .clinicdropdown>a .user-names h6 {
  font-size: 14px;
  font-weight: 400;
  color: #7D828C;
  margin-bottom: 0;
}

.sidebar .sidebar-menu>ul>li {
  margin-bottom: 24px;
}

.sidebar .sidebar-menu>ul>li:last-child ul {
  margin-bottom: 0;
}

.sidebar .sidebar-menu>ul>li.active a {
  color: #FFF;
}

.sidebar .sidebar-menu>ul>li>a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  padding: 8px 0;
  position: relative;
  color: #242B3A;
  font-size: 14px;
  font-weight: 500;
}

.sidebar .sidebar-menu>ul>li>a i {
  margin-right: 8px;
  color: #242B3A;
}

.sidebar .sidebar-menu>ul>li>a span {
  font-size: 16px;
  font-weight: 500;
  color: #242B3A;
}

.sidebar .sidebar-menu>ul>li.active a {
  color: #0d47a1;
}

.sidebar .sidebar-menu>ul>li.active a i {
  color: #0d47a1;
}

.sidebar .sidebar-menu>ul>li.active a span {
  color: #0d47a1;
}

.sidebar .sidebar-menu>ul>li.active a:hover {
  color: #0d47a1;
}

.sidebar .sidebar-menu>ul>li.active a:hover i {
  color: #0d47a1;
}

.sidebar .sidebar-menu>ul>li.active a:hover span {
  color: #0d47a1;
}

.sidebar .sidebar-menu>ul>li.submenu ul {
  display: none;
}

.sidebar .sidebar-menu>ul>li.submenu ul li a {
  font-weight: 500;
  font-size: 14px;
  position: relative;
  display: block;
  padding: 8px 8px 8px 40px;
  padding-left: 21px;
}

.sidebar .sidebar-menu>ul>li ul {
  display: block;
  margin-bottom: 15px;
}

.sidebar .sidebar-menu>ul>li ul li {
  margin-bottom: 5px;
  border-radius: 5px;
  overflow: hidden;
}

.sidebar .sidebar-menu>ul>li ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  font-weight: 400;
  font-size: 14px;
  color: #656B76;
  position: relative;
  width: 100%;
  padding: 8px;
}

.sidebar .sidebar-menu>ul>li ul li a span {
  font-size: 14px;
  font-weight: 400;
  white-space: nowrap;
  color: #242B3A;
  margin-left: 10px;
}

.sidebar .sidebar-menu>ul>li ul li a.active {
  color: #0d47a1;
}

.sidebar .sidebar-menu>ul>li ul li a.active a span {
  color: #0d47a1;
}

.sidebar .sidebar-menu>ul>li ul li a.active:after {
  background: #FE9F43;
  border: 2px solid #FDB;
}

.sidebar .sidebar-menu>ul>li ul li a:hover {
  color: #0d47a1;
}

.sidebar .sidebar-menu>ul>li ul li a:hover:after {
  background: #FE9F43;
  border: 2px solid #FDB;
}

.sidebar .sidebar-menu>ul>li ul li a:hover span {
  color: #0d47a1;
}

.sidebar .sidebar-menu>ul>li ul>li.active a i {
  background: #FFF;
  color: #0d47a1;
}

.sidebar .sidebar-menu>ul>li ul>li.active a span {
  color: #0d47a1;
}

.sidebar .sidebar-menu>ul>li ul>li.active a .menu-arrow::before {
  border-right: 2px solid #0d47a1;
  border-bottom: 2px solid #0d47a1;
}

.sidebar .sidebar-menu>ul>li ul>li.active a.subdrop {
  background: #FFECF5;
  border-radius: 5px;
  color: #0d47a1;
}

.sidebar .sidebar-menu>ul>li ul>li.active a.subdrop i {
  color: #FFF;
  background: #FFF;
}

.sidebar .sidebar-menu>ul>li ul>li.active a.subdrop span {
  color: #0d47a1;
}

.sidebar .sidebar-menu>ul>li .submenu-hdr {
  font-weight: 600;
  font-size: 12px;
  color: #969AA2;
  margin: 0 0 14px 0;
  text-transform: uppercase;
  position: relative;
  display: flex;
  align-items: center;
}

.sidebar .sidebar-menu>ul>li .submenu-hdr span {
  flex-shrink: 0;
}

.sidebar .sidebar-menu>ul>li .submenu-hdr::after {
  content: "";
  width: 100%;
  height: 1px;
  background: #EBECED;
  margin-left: 8px;
}

.sidebar .sidebar-menu>ul>li:first-child h6 {
  margin-top: 0;
}

.sidebar .sidebar-menu>ul>li .submenu ul {
  display: none;
  border: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.sidebar .sidebar-menu>ul>li .submenu ul li {
  margin-bottom: 0;
}

.sidebar .sidebar-menu>ul li {
  margin-bottom: 5px;
}

.sidebar .sidebar-menu>ul li .submenu>ul {
  margin: 0;
  margin-top: 10px;
}

.sidebar .sidebar-menu>ul li .submenu>ul li a {
  padding-left: 40px;
  font-size: 14px;
  position: relative;
}

.sidebar .sidebar-menu>ul li .submenu>ul li a:before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #EBECED;
  position: absolute;
  left: 28px;
  top: 50%;
  transform: translateY(-50%);
}

.sidebar .sidebar-menu>ul li .submenu>a.subdrop {
  background: #FFECF5;
}

.sidebar .sidebar-menu>ul li .submenu>a.subdrop i {
  background: #FFF;
  color: #0d47a1;
}

.sidebar .sidebar-menu>ul li .submenu>a.active {
  background: #FFECF5;
  border-radius: 5px;
}

.sidebar .sidebar-menu>ul li .submenu>a.active i {
  background: #FFF;
  color: #0d47a1;
}

.sidebar .sidebar-menu>ul li .submenu>a.active span {
  color: #0d47a1;
}

.sidebar .sidebar-menu>ul li .submenu>a.active .menu-arrow::before {
  border-right: 2px solid #0d47a1;
  border-bottom: 2px solid #0d47a1;
}

.sidebar .sidebar-menu>ul li .submenu.submenu-two a.subdrop {
  background: transparent;
}

.sidebar .sidebar-menu>ul li .submenu.submenu-two ul {
  margin-top: 0;
}

.sidebar .sidebar-menu>ul li .submenu.submenu-two ul li a {
  margin-left: 20px;
}

.sidebar .sidebar-menu>ul li .submenu.submenu-two.submenu-three ul li a {
  margin-left: 40px;
}

.sidebar .sidebar-menu .submenu-open:last-child {
  margin-bottom: 0;
}

.sidebar .sidebar-menu .submenu-open:last-child ul {
  border-bottom: none;
  padding-bottom: 0;
}

.sidebar .sidebar-menu .submenu-open .submenu.submenu-two ul li a {
  margin-left: 45px;
}

.sidebar .sidebar-menu .submenu-open .submenu.submenu-two.submenu-three ul li a {
  margin-left: 65px;
}

.sidebar .sidebar-menu .submenu-open .submenu ul li a {
  margin-left: 25px;
  padding-bottom: 4px;
  font-size: 14px;
  color: #6A7287;
}

.sidebar .sidebar-menu .submenu-open .submenu ul li a::after {
  content: "";
  background: rgba(50, 71, 92, 0.38);
  width: 8px;
  height: 8px;
  border: 2px solid #FFF;
  border-radius: 50px;
  position: absolute;
  top: 16px;
  left: 0;
}

.sidebar .sidebar-menu .submenu-open .submenu ul li a:hover {
  color: #0d47a1;
}

.sidebar .sidebar-menu .submenu-open .submenu ul li a:hover:after {
  background: #FE9F43;
  border: 2px solid #FDB;
}

.sidebar .sidebar-menu .menu-arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  text-rendering: auto;
  line-height: 40px;
  font-size: 18px;
  line-height: 16px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translatey(-50%);
  -webkit-transform: translatey(-50%);
  -ms-transform: translatey(-50%);
  -webkit-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.sidebar .sidebar-menu .menu-arrow::before {
  height: 6px;
  width: 6px;
  border-top: 0;
  content: "";
  border-left: 0;
  border-right: 2px solid #969AA2;
  border-bottom: 2px solid #969AA2;
  transform: rotate(-45deg);
  position: absolute;
  left: 5px;
  top: 5px;
}

.sidebar .sidebar-menu .menu-arrow.inside-submenu {
  right: 10px;
}

.sidebar .sidebar-menu .menu-arrow.inside-submenu.inside-submenu-two {
  right: 30px;
}

.sidebar .sidebar-menu.subdrop .menu-arrow {
  transform: translateY(-50%) rotate(90deg);
  background: #FFEDDC;
}

.sidebar .nav-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  padding: 10px;
  color: #282B8B;
  position: relative;
}

.sidebar .nav-link.active {
  color: #0d47a1;
  background: transparent;
  position: relative;
}

.sidebar .nav-link.active:after {
  content: "";
  border-width: 10px;
  border-color: transparent #0d47a1 transparent transparent;
  border-style: solid;
  position: absolute;
  top: 36px;
  right: 0;
}

.sidebar .sidebar-left {
  width: 100px;
  -webkit-box-shadow: 5px 0px 15px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 5px 0px 15px rgba(0, 0, 0, 0.05);
  box-shadow: 5px 0px 15px rgba(0, 0, 0, 0.05);
}

.sidebar .sidebar-right {
  width: 250px;
  height: 100%;
  -webkit-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
  display: none;
}

@media (max-width: 991.98px) {
  .sidebar .sidebar-right {
    width: calc(100% - 70px);
  }
}

.sidebar .sidebar-right .slimScrollDiv {
  width: 250px !important;
  overflow: visible !important;
}

@media (max-width: 991.98px) {
  .sidebar .sidebar-right .slimScrollDiv {
    width: 100% !important;
  }
}

.sidebar .sidebar-right .tab-content {
  padding: 20px 20px 40px;
}

@media (max-width: 991.98px) {
  .sidebar .sidebar-right .tab-content {
    padding: 10px;
  }
}

.sidebar .sidebar-right p {
  font-size: 10px;
  color: #7D828C;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 10px;
}

.sidebar .sidebar-right ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.sidebar .sidebar-right ul li.active a {
  color: #FFF;
}

.sidebar .sidebar-right ul li a {
  font-weight: 400;
  font-size: 14px;
  color: #282B8B;
}

.sidebar .sidebar-right ul li a.active {
  color: #0d47a1;
}

.sidebar .sidebar-right .menu-arrow {
  -webkit-transition: -webkit-transform 0.15s;
  -o-transition: -o-transform 0.15s;
  transition: transform 0.15s;
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  text-rendering: auto;
  line-height: 40px;
  font-size: 18px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 18px;
  top: 0px;
  position: relative;
  font-weight: 700;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
}

.sidebar .sidebar-right .menu-arrow:before {
  content: "\f105";
}

.sidebar .sub-menu a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
}

.sidebar li a.subdrop .menu-arrow {
  transform: translateY(-50%) rotate(90deg);
}

.sidebar .nav-items .nav-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 0;
  border-bottom: 1px solid #969AA2;
  padding: 20px 0;
  -webkit-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.sidebar .nav-items .nav-link:hover {
  color: #FFF;
}

.sidebar .nav-items .nav-link span {
  margin-top: 15px;
  font-weight: 500;
}

.sidebar .sidemenu a {
  width: 100%;
  font-weight: 500;
  display: block;
  border-radius: 5px;
  margin: 0 0 10px;
  padding: 10px;
}

.sidebar .sidemenu a:hover {
  color: #FFF;
}

@media (min-width: 992px) {
  .mini-sidebar .page-wrapper {
    margin-left: 80px;
  }

  .mini-sidebar .user-names {
    display: none;
  }

  .mini-sidebar .header-left #toggle_btn {
    opacity: 1;
    transform: rotate(180deg);
  }

  .mini-sidebar .header-left #toggle_btn:after {
    border: 0;
  }

  .mini-sidebar .sidebar .sidebar-menu .clinicdropdown>a {
    padding: 5px;
  }

  .mini-sidebar .sidebar .sidebar-menu>ul>li ul li.submenu ul li a {
    padding-left: 40px;
  }

  .mini-sidebar.expand-menu .header-left #toggle_btn {
    opacity: 1;
    transform: rotate(180deg);
  }

  .mini-sidebar.expand-menu .sidebar .sidebar-menu .clinicdropdown>a {
    padding: 10px 15px;
  }

  .mini-sidebar .sidebar-right {
    display: none;
  }

  .mini-sidebar .sidebar .sidebar-menu ul li a span {
    display: none;
  }

  .mini-sidebar .sidebar .sidebar-menu ul li .submenu-hdr {
    font-size: 0;
  }

  .mini-sidebar .sidebar .sidebar-menu ul li .submenu-hdr::after {
    margin-left: 0;
  }

  .mini-sidebar .sidebar {
    width: 80px;
    overflow: hidden;
  }

  .mini-sidebar.expand-menu .sidebar {
    display: block;
  }

  .expand-menu.mini-sidebar .sidebar .sidebar-menu .submenu-hdr {
    display: flex;
    font-size: 12px;
  }

  .expand-menu.mini-sidebar .sidebar .sidebar-menu .submenu-hdr::after {
    margin-left: 8px;
  }

  .expand-menu.mini-sidebar .sidebar .user-names {
    display: none;
  }

  .expand-menu .sidebar-right {
    display: block;
    -webkit-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }

  .expand-menu .sidebar {
    width: 216px;
  }

  .expand-menu .sidebar .sidebar-menu ul>li>a span {
    display: inline-block;
  }

  .expand-menu .sidebar .sidebar-menu .submenu-hdr {
    display: flex;
  }

  .expand-menu .header-left {
    width: 216px;
  }

  #toggle_btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    justify-content: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    float: left;
  }
}

.sidebar-overlay {
  display: none;
  height: 100%;
  width: 100%;
  z-index: 99;
  background-color: rgba(0, 0, 0, 0.6);
  position: fixed;
  top: 60px;
  left: 0;
}

.sidebar-overlay.opened {
  display: block;
}

.mini-sidebar .active.subdrop~ul {
  display: none !important;
}

.mini-sidebar.expand-menu .active.subdrop~ul {
  display: block !important;
}

.active.subdrop~ul {
  display: block !important;
}

.mini-sidebar .header #toggle_btn {
  opacity: 0;
  height: 0;
  width: 0;
}

.mini-sidebar.expand-menu .header #toggle_btn {
  opacity: 1;
  height: auto;
  width: auto;
}

.hero-section {
  position: relative;
  background-color: #FBFBFB;
  min-height: auto;
}

.hero-section .hero-content {
  padding: 80px 0;
  z-index: 1;
}

.hero-section .hero-content h1 {
  line-height: 48px;
}

.hero-section .hero-content h1 span {
  position: relative;
}

.hero-section .hero-content h1 span::before {
  content: "";
  background-color: #0d47a1;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
}

.hero-section .hero-content .sub-title {
  font-size: 18px;
  line-height: 40px;
}

@media (max-width: 991.98px) {
  .hero-section .hero-content .sub-title {
    font-size: 16px;
  }
}

@media (max-width: 991.98px) {
  .hero-section .hero-content {
    padding: 0px 0;
  }
}

.hero-section .banner-img {
  max-width: 750px;
  position: absolute;
  right: 10px;
  bottom: 0;
  background: url("../img/bg/banner-bg.png") no-repeat;
  background-size: contain;
  background-position: bottom center;
}

@media (max-width: 1399.98px) {
  .hero-section .banner-img {
    max-width: 650px;
  }
}

@media (max-width: 1199.98px) {
  .hero-section .banner-img {
    max-width: 600px;
  }
}

@media (max-width: 991.98px) {
  .hero-section .banner-img {
    display: none;
  }
}

.hero-section .badge {
  border-radius: 60px;
  padding: 6px 8px;
}

.hero-section .badge:hover {
  background: #0d47a1;
  color: #FFF;
}

.hero-section .banner-info {
  margin-top: 38px;
}

.hero-section .banner-info p {
  font-size: 14px;
}

@media (max-width: 991.98px) {
  .hero-section .banner-info {
    margin-top: 18px;
  }
}

.hero-section .banner-form {
  position: relative;
  border-radius: 8px;
  padding: 10px 10px 2px;
}

.hero-section .banner-form .input-group .input-group-text {
  background-color: transparent;
  border: 0;
  color: #656B76;
}

.hero-section .banner-form .input-group .form-control {
  border: 0;
  padding-left: 6px;
}

.hero-section .banner-form .btn {
  white-space: nowrap;
  padding: 9px 15px;
}

.hero-section .banner-form .shape-06 {
  bottom: -30%;
  right: -17%;
  position: absolute;
  z-index: -1;
}

@media (max-width: 991.98px) {
  .hero-section .banner-form .shape-06 {
    display: none;
  }
}

.hero-section .hero-image .shape-01 {
  right: 40%;
  top: 25%;
  position: absolute;
}

@media (max-width: 991.98px) {
  .hero-section .hero-image .shape-01 {
    display: none !important;
  }
}

.hero-section .hero-image .shape-01 .border-edge {
  border-style: solid;
  border-width: 22px 25px 0px 0px;
  border-color: transparent #fff transparent transparent;
  border-radius: 0px;
  position: absolute;
  bottom: -5px;
  right: 20px;
  transform: rotate(40deg);
}

.hero-section .hero-image .shape-02 {
  top: 10%;
  right: 5%;
  position: absolute;
}

@media (max-width: 991.98px) {
  .hero-section .hero-image .shape-02 {
    display: none !important;
  }
}

.hero-section .hero-image .shape-02 .border-edge {
  border-style: solid;
  border-width: 22px 25px 0px 0px;
  border-color: transparent #fff transparent transparent;
  border-radius: 0px;
  position: absolute;
  bottom: -5px;
  left: 20px;
  transform: rotate(40deg);
}

.hero-section .hero-image .shape-03 {
  bottom: 0;
  left: 0;
  z-index: -1;
  position: absolute;
}

@media (max-width: 991.98px) {
  .hero-section .hero-image .shape-03 {
    display: none;
  }
}

.hero-section .hero-image .shape-04 {
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
}

@media (max-width: 991.98px) {
  .hero-section .hero-image .shape-04 {
    display: none;
  }
}

.hero-section .hero-image .shape-05 {
  top: 0;
  right: 35%;
  z-index: -1;
  position: absolute;
}

@media (max-width: 991.98px) {
  .hero-section .hero-image .shape-05 {
    display: none;
  }
}

.sub-title {
  font-size: 16px;
}

.provider-sec {
  padding-top: 20px;
}

@media (max-width: 991.98px) {
  .provider-sec {
    padding-top: 10px;
  }
}

.service-item {
  box-shadow: 0px 4px 4px 0px rgba(217, 217, 217, 0.25);
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 40px;
}

.service-item .service-img-gg {
  position: relative;
  border-radius: 10px 10px 0 0;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.25) !important;
  overflow: hidden;
}

.slide-images {
  height: 280px;
  /* fixed height */
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25) !important;
  /* <-- box shadow */
  transition: transform 0.3s ease;
  background-color: #fff;
  /* optional for even background */
}

.slide-images:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.35) !important;
  /* stronger shadow on hover */
}

.slide-images img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* keeps aspect ratio and fills box */
  display: block;
}

.slide-images h6.service-title {
  position: absolute;
  bottom: 20px;
  /* left: 10px;
  right: 10px; */
  margin: 0;
  color: #fff;
  background: rgb(213 213 213 / 90%);
  padding: 6px 10px;
  border-radius: 5px;
  text-align: center;
  font-size: 15px;
}

.service-item .service-img-gg img {
  width: 100%;
  height: 250px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.25) !important;
  display: block;
}

.service-item .service-img-gg img {
  -webkit-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.service-item .service-img-gg .fav-item {
  position: absolute;
  top: 0;
  right: 0;
  padding: 10px;
  z-index: 999;
}

.service-item .service-content {
  padding: 20px;
  border: 1px solid #EBECED;
  border-width: 0 1px 1px 1px;
  text-align: center !important;
}

.service-item .service-content .service-pro-info p:hover {
  color: #0d47a1;
}

.service-item:hover .service-img-gg img {
  -webkit-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
}

.fav-icon {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: rgba(36, 43, 58, 0.3);
  color: #FFF;
  font-size: 16px;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
}

.img-slider img {
  border-radius: 10px 10px 0 0;
}

.img-slider .owl-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  position: absolute;
  bottom: 0;
}

.img-slider .owl-dots .owl-dot span {
  width: unset;
  height: unset;
}

.img-slider .owl-dots .owl-dot {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.6);
  margin: 0 0 15px 0;
  margin-right: 4px;
}

.img-slider .owl-dots .owl-dot.active {
  width: 9px;
  height: 9px;
  background: #FFF;
}

.section-header {
  margin-bottom: 40px;
}

.work-section {
  border-radius: 10px;
  padding: 60px 20px;
  position: relative;
  margin: 60px 0;
}

.work-section .work-bg1 {
  position: absolute;
  top: 30px;
  left: 0;
}

.work-section .work-bg2 {
  position: absolute;
  top: 0;
  right: 113px;
}

@media (max-width: 991.98px) {
  .work-section {
    padding: 50px;
  }
}

@media (max-width: 767.98px) {
  .work-section {
    padding: 30px;
  }
}

.section {
  padding: 60px 0;
}

@media (max-width: 991.98px) {
  .section {
    padding: 50px 0;
  }
}

.section .view-all {
  margin-top: 40px;
}

.category-item {
  position: relative;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.08);
  border-radius: 5px;
  padding: 20px;
  border: 1px solid #e3e3e3;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.category-item img {
  height: 60px;
}

.category-item .badge {
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 0 2px 0 5px;
}

.category-item a {
  display: none;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
  white-space: nowrap;
}

.category-item:hover {
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border-radius: 10px;
  border-color: #0d47a1;
  box-shadow: 0px 10px 20px -5px rgba(0, 0, 0, 0.08);
  background: url("../img/bg/category-bg.svg") no-repeat;
  background-size: cover;
  background-position: top center;
}

.category-item:hover a {
  display: block;
  bottom: 20px;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.category-item:hover .badge {
  border-radius: 0 10px 0 5px;
}

.category-item:hover p {
  display: none;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.fav-icon:hover,
.fav-icon.selected {
  background: #0d47a1;
  color: #FFF;
}

.business-section {
  position: relative;
  z-index: 1;
}

.business-section h2,
.business-section p {
  margin-bottom: 20px;
}

.business-section::before {
  content: "";
  width: 423px;
  height: 100%;
  background: url("../img/bg/business-bg.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  right: 15%;
  z-index: -1;
}

@media (max-width: 991.98px) {
  .business-section::before {
    content: none;
  }
}

.business-img {
  margin-left: 54px;
}

.business-img img {
  border-radius: 10px;
}

@media (max-width: 991.98px) {
  .business-img {
    margin-left: 0;
  }
}

.service-section {
  position: relative;
  z-index: 1;
  background-color: #F8F9F9;
}

.testimonial-section {
  position: relative;
  z-index: 1;
}

.testimonial-bg1 {
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}

.testimonial-bg2 {
  position: absolute;
  left: 0;
  top: 35%;
  z-index: -1;
}

.testimonial-item {
  height: 280px;
  border: 1px solid #EBECED;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0px 4px 4px 0px rgba(217, 217, 217, 0.25);
  margin-bottom: 40px;
}

.nav-center .owl-nav button.owl-next,
.nav-center .owl-nav button.owl-prev {
  width: 32px;
  height: 32px;
  font-size: 16px;
  color: #242B3A;
  background: #FFF;
  box-shadow: 0px 4px 14px 0px rgba(141, 141, 141, 0.25);
  text-shadow: none;
  top: 0;
  cursor: pointer;
  border: 0;
  margin-top: 0;
  margin-bottom: 0;
  border-radius: 50px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
}

.nav-center .owl-nav button.owl-next:hover,
.nav-center .owl-nav button.owl-prev:hover {
  background: #0d47a1;
  color: #FFF;
}

@media (max-width: 767.98px) {
  .nav-center .owl-nav button.owl-next,
  .nav-center .owl-nav button.owl-prev {
    width: 36px;
    height: 36px;
  }
}

.nav-center .owl-nav button.owl-next {
  right: -45px;
}

@media (max-width: 991.98px) {
  .nav-center .owl-nav button.owl-next {
    right: -5px;
  }
}

.nav-center .owl-nav button.owl-prev {
  left: -45px;
}

@media (max-width: 991.98px) {
  .nav-center .owl-nav button.owl-prev {
    left: -5px;
  }
}

.progress-fieldset .progress {
  height: 4px;
}

.group-radio .form-check .form-check-input {
  font-size: 16px;
}

.img-slider.nav-center .owl-nav button {
  display: none;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
  width: 24px;
  height: 24px;
  font-size: 12px;
}

.img-slider.nav-center .owl-nav button.owl-prev {
  left: 16px;
}

.img-slider.nav-center .owl-nav button.owl-prev:hover {
  background: #0d47a1;
  color: #242B3A !important;
}

.img-slider.nav-center .owl-nav button.owl-next {
  right: 16px;
}

.img-slider.nav-center .owl-nav button.owl-next:hover {
  background: #0d47a1;
  color: #242B3A !important;
}

.img-slider.nav-center .owl-nav button:hover {
  color: #111827;
}

.img-slider.nav-center:hover .owl-nav button {
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
  display: block;
}


.service-item .service-content h6 a {
  display: inline;
  /* background-image: linear-gradient(#0d47a1, #0d47a1), linear-gradient(#0d47a1, #0d47a1); */
  background-color: #0D47A1 !important;
  background-size: 0% 2px, 0 2px;
  background-position: 100% 100%, 0 100%;
  background-repeat: no-repeat;
  transition: background-size 0.4s linear;
}

.service-item .service-content h6 a:hover {
  background-size: 0 2px, 100% 2px;
}

.apexcharts-toolbar {
  display: none !important;
}



.ck.ck-toolbar {
  border-radius: 5px 5px 0 0 !important;
}

.ck.ck-editor__main>.ck-editor__editable:not(.ck-focused) {
  border-radius: 0 0 5px 5px !important;
}

.ck.ck-toolbar,
.ck.ck-editor__main>.ck-editor__editable:not(.ck-focused) {
  border-color: #EBECED !important;
}

.ck-rounded-corners .ck.ck-editor__main>.ck-editor__editable {
  border-color: #EBECED !important;
  border-radius: 0 0 5px 5px !important;
}


.avatar.avatar-gallery {
  width: 120px;
  height: 120px;
  position: relative;
}

.avatar.avatar-gallery .trash-top {
  width: 18px;
  height: 18px;
  background: #FFF;
  border-radius: 50%;
  position: absolute;
  right: 5px;
  top: 5px;
  font-size: 12px;
  color: #111827;
}

.avatar.avatar-gallery .trash-top:hover {
  background: #E70D0D;
  color: #FFF;
}

.file-upload {
  background: #F8F9F9;
  border: 1px dashed #EBECED;
  border-radius: 5px;
  width: 120px;
  height: 120px;
  text-align: center;
  position: relative;
}

.file-upload input {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}

.file-upload.drag-file {
  height: 170px;
}


fieldset#first-availability {
  display: block;
}

.act-btn.active {
  background: #111827;
  color: #FFF;
}

.service-list {
  border: 2px solid #f5f5f5;
  border-radius: 8px;
  padding: 20px;
  margin-bottom: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (max-width: 767.98px) {
  .service-list {
    flex-direction: column;
    row-gap: 10px;
  }
}

.service-active-dot {
  width: 16px;
  height: 16px;
  background: #03C95A;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFF;
  font-size: 12px;
}

.service-wrap.vertical-slider .slick-next {
  top: unset !important;
  bottom: 0 !important;
}

.service-wrap.vertical-slider .slick-next::before {
  display: none;
}

.service-wrap.vertical-slider .slick-prev::before {
  display: none;
}

.file-upload.service-file-upload {
  width: 60px;
  height: 60px;
}

.social-icon li a img {
  transition: 0.5s all;
}

.social-icon li a img:hover {
  transform: rotatey(360deg);
}


.offer-item {
  aspect-ratio: 1 / 1;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.offer-item p {
  font-size: 14px;
}

.offer-item img {
  width: 100%;
  height: 150px;
  object-fit: cover;
  border-radius: 10px;
}

.service-head p {
  font-size: 14px;
}

.service-head a {
  font-size: 14px;
  color: #656B76;
}

.service-head a i {
  color: #242B3A;
}

.service-head a:hover {
  color: #0d47a1;
}

.service-head a:hover i {
  color: #0d47a1;
}

.map-location {
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.08);
  border-radius: 10px;
  padding: 16px;
}

.service-wrap img {
  border-radius: 10px;
}

.service-wrap .nav-center .owl-nav button {
  width: 24px;
  height: 24px;
  font-size: 10px;
}

.service-wrap .nav-center .owl-nav button.owl-prev {
  left: 13px;
}

.service-wrap .nav-center .owl-nav button.owl-next {
  right: 13px;
}

.provider-info {
  border-radius: 10px;
}

.provider-info .avatar {
  position: relative;
}

.provider-info .avatar span {
  position: absolute;
  top: 0;
  right: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.list-item {
  border: 1px solid #EBECED;
  border-radius: 10px;
  padding: 8px;
  margin-bottom: 24px;
}

.more-text {
  overflow: hidden;
  height: 100%;
  transition: height 0.3s ease;
}

.more-text.expanded {
  height: auto;
}

.more-btn {
  font-size: 14px;
  margin-top: 16px;
  display: inline-block;
}

.slider-wrap {
  position: relative;
}

.slider-wrap .view-btn {
  position: absolute;
  bottom: 15px;
  right: 15px;
  z-index: 9;
}

.rating i {
  color: #656B76;
}

.rating i.filled {
  color: #FFC107;
}


.rating i.filled {
  color: #FFC107;
}

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

.card .card-img img {
  border-radius: 5px;
  transition: 0.5s all;
}

.card .card-img-hover {
  position: relative;
  overflow: hidden;
  transition: 0.5s all;
}

.card .card-img-hover:hover img {
  transform: scale(1.14);
  transition: 0.5s all;
}


.area-expert {
  background: #F8F9F9;
  border-radius: 5px;
  padding: 15px 10px;
}

#filter_inputs {
  display: none;
}

.prov-icon {
  width: 34px;
  height: 34px;
}

.prov-icon i {
  font-size: 24px;
}

.our-services-slider .img-sec {
  position: relative;
  transition: 0.5s all;
  overflow: hidden;
}

.our-services-slider .img-sec img {
  transition: 0.5s all;
}

.our-services-slider .img-sec:hover img {
  transition: 0.5s all;
  transform: scale(1.14);
}

.login-or {
  text-align: center;
  font-size: 15px;
  color: #4E5561;
  font-weight: 500;
  position: relative;
}

.login-or::after {
  width: 100%;
  content: "";
  border-top: 1px solid #EBECED;
  position: absolute;
  top: 50%;
  right: 0;
}

.login-or::before {
  width: 100%;
  content: "";
  border-top: 1px solid #EBECED;
  position: absolute;
  top: 50%;
  left: 0;
}

.login-or .span-or {
  background-color: #FFF;
  padding: 0 10px;
  z-index: 9;
  position: relative;
}

.poor-active span.active#poor,
.poor-active span.active#poors {
  background: #E70D0D;
}

.avg-active span.active#poor,
.avg-active span.active#weak,
.avg-active span.active#poors,
.avg-active span.active#weaks {
  background: #FFC107;
}

.strong-active span.active#poor,
.strong-active span.active#weak,
.strong-active span.active#strong,
.strong-active span.active#poors,
.strong-active span.active#weaks,
.strong-active span.active#strongs {
  background: #5625E8;
}

.heavy-active span.active#poor,
.heavy-active span.active#weak,
.heavy-active span.active#strong,
.heavy-active span.active#heavy,
.heavy-active span.active#poors,
.heavy-active span.active#weaks,
.heavy-active span.active#strongs,
.heavy-active span.active#heavys {
  background: #03C95A;
}

input[type=password]::-ms-reveal,
input[type=password]::-ms-clear {
  display: none;
}


.breadcrumb-bar {
  overflow: hidden;
}

.feature-icon span {
  background: #f7f7ff;
  width: 94px;
  height: 94px;
}

.category {
  overflow: hidden;
  position: relative;
}

.category .overlay {
  overflow: hidden;
  position: absolute;
  top: -100%;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  border-radius: 5px;
  transition: 0.7s ease-in-out;
  width: 100%;
  background-color: rgba(32, 48, 102, 0.08);
  box-shadow: 0 4px 8px rgba(32, 48, 102, 0.08);
  cursor: pointer;
}

.category .overlay:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 5px;
}

.category:hover .overlay {
  opacity: 1;
  top: 0;
}

.category:hover span {
  z-index: 2;
}

.category:hover h5 {
  color: #FFF;
  position: relative;
  z-index: 3;
  transition: 0.9s all;
}

.category:hover h5 a {
  color: #FFF;
}

.category:hover h5 a:hover {
  color: #0d47a1;
}

.category-list {
  position: relative;
  overflow: hidden;
}

.category-list .service-img {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  margin: 0 10px;
  border-radius: 8px;
  transition: 0.5s ease-in-out;
  border: 0 !important;
}

.category-list .service-img .service-icon {
  width: 50px;
  height: 50px;
  border-radius: 8px 0 0 8px;
  padding: 10px;
  transition: 0.5s ease-in-out;
}

.category-list .service-img img {
  filter: blur(0) brightness(100);
}

.category-list:hover .service-img {
  bottom: 0;
  margin: 0;
  border-radius: 0;
}

.category-list:hover .service-icon {
  border-radius: 0;
}

.rating i.filled {
  color: #FFC107;
}


#fill-more {
  height: 150px;
  overflow: hidden;
}

.img-sec {
  position: relative;
}

.img-sec .like-icon {
  position: absolute;
  right: 0;
  top: 16px;
  margin-right: 20px;
  background: #FBFBFB;
  color: #111827;
  width: 32px;
  height: 32px;
}

.img-sec .like-icon.selected {
  background: #0d47a1;
  color: #FFF;
}

.img-sec .image-logo {
  position: absolute;
  bottom: 20px;
  right: 20px;
}

.tags {
  width: 35px;
  height: 35px;
}

.tags:hover {
  background: #FFECF5;
  color: #0d47a1;
}

.tags.active {
  background: #FFECF5;
  color: #0d47a1;
}

.tags:focus {
  background: #FFECF5;
  color: #0d47a1;
}

.page-link:hover {
  color: #0d47a1;
}

.irs--flat .irs-handle>i:first-child {
  position: absolute;
  display: block;
  top: 0;
  left: 50%;
  width: 18px;
  height: 18px;
  margin-left: -1px;
  background-color: #0d47a1;
  border-radius: 50px;
  border: 3px solid #fff;
}

.irs--flat .irs-line {
  top: 28px;
  height: 6px;
  background-color: #e1e5ea;
  border-radius: 4px;
}

.irs--flat .irs-bar {
  top: 28px;
  height: 6px;
  background-color: #0d47a1;
}

.irs-with-grid .irs-grid {
  display: none;
}

.irs--flat .irs-from,
.irs--flat .irs-to,
.irs--flat .irs-single {
  color: white;
  font-size: 14px;
  line-height: 1.333;
  text-shadow: none;
  padding: 4px 12px;
  background-color: #0d47a1;
  border-radius: 4px;
  top: -10px;
}

.irs--flat .irs-from:before,
.irs--flat .irs-to:before,
.irs--flat .irs-single:before {
  border-top-color: #0d47a1;
  left: 60%;
}

.user {
  border: 4px solid #F4F5F5;
}

.user img {
  border: 2px solid #FFF;
}

.user-sidebar {
  background: #F4F5F5;
  padding: 24px;
}

.user-sidebar .submenu ul {
  display: none;
}

.user-sidebar .submenu .menu-arrow {
  display: inline-block;
  font-family: "FontAwesome";
  text-rendering: auto;
  line-height: 40px;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 16px;
  float: right;
}

.user-sidebar .submenu .menu-arrow::before {
  content: "\f105";
}

.user-sidebar .submenu .subdrop .menu-arrow::before {
  content: "\f107";
}

.user-sidebar .user-sidebar-header {
  background: #FFF;
  border-radius: 10px;
}

.user-sidebar .user-sidebar-body {
  padding: 0;
}

.user-sidebar .user-sidebar-body i {
  font-size: 20px;
}

.user-sidebar .user-sidebar-body a {
  color: #656B76;
}

.user-sidebar .user-sidebar-body a:hover,
.user-sidebar .user-sidebar-body a.active {
  color: #0d47a1;
}

.table-responsive {
  margin-bottom: 1.5rem;
  background-color: #FFF;
  transition: all 0.5s ease-in-out;
  position: relative;
  color: inherit;
}

.table-responsive .table td {
  color: #656B76;
}

.table-responsive .table td P {
  color: #242B3A;
}

.table-responsive .table .dash-icon-1 {
  width: 42px;
  height: 42px;
}

.table-responsive .table:last-child,
.table-responsive .table:last-child {
  margin-bottom: 0;
}

.table-responsive .table td,
.table-responsive .table th {
  padding: 16px;
  vertical-align: middle;
  white-space: nowrap;
}

.value select {
  margin: 0 10px 0;
  border: 2px solid #F5F5F5;
  border-radius: 5px;
  padding: 5px 30px 5px 10px;
  color: #28283C;
  font-weight: 500;
  font-size: 14px;
}

.value span {
  color: #242B3A;
}

.form-icon {
  position: relative;
}

.form-icon .icon-cal {
  position: absolute;
  top: 8px;
  right: 13px;
}

.book-crd {
  border-left: 7px solid #0d47a1;
  border-radius: 10px;
}

.act-btn {
  background-color: #E9EAEB;
  color: #111827;
}

.act-btn:hover,
.act-btn:active,
.act-btn:focus,
.act-btn .active {
  background: #111827;
  color: #FFF;
  border-color: #111827;
}

.sel-cal {
  position: relative;
}

.sel-cal .calendar-icon:after {
  color: #344357;
  content: "\f073";
  display: block;
  font-family: "Font Awesome 5 Free";
  font-size: 16px;
  font-weight: 600;
  margin: auto;
  position: absolute;
  right: 15px;
  bottom: 10px;
}

.sel-cal i {
  position: absolute;
  top: 25%;
  right: 10px;
}

.user-icon a {
  width: 26px;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #F4F5F5;
  border-radius: 50%;
}


.notification .toottip {
  width: 36px;
  height: 36px;
}

.toggle-sidebar.sidebar-popup {
  max-width: 400px;
}

.booking-list .booking-img {
  position: relative;
}

.booking-list .booking-img .avatar {
  width: 160px;
  height: 160px;
}

@media (max-width: 575.98px) {
  .booking-list .booking-img .avatar {
    width: 100%;
    height: 100%;
  }
}

.booking-list .booking-img .fav-item {
  position: absolute;
  right: 10px;
  top: 10px;
}

.booking-list .booking-img .fav-item .fav-icon {
  background: #FFF;
  color: #656B76;
}

.booking-list .booking-img .fav-item .fav-icon.selected {
  background: #0d47a1;
  color: #FFF;
}

.booking-list .booking-img .fav-item .fav-icon:hover {
  background: #0d47a1;
  color: #FFF;
}

.booking-list .booking-details li {
  font-size: 14px;
}

.booking-list .booking-details li .book-item {
  font-weight: 500;
  color: #242B3A;
  min-width: 100px;
  font-size: 14px;
}

.booking-list .booking-details li small {
  font-weight: 500;
  color: #242B3A;
}

#calendar-book .fc-toolbar-chunk {
  display: flex;
  align-items: center;
}

#calendar-book .fc-toolbar-chunk .fc-toolbar-title {
  font-size: 18px;
}

#calendar-book .fc-toolbar-chunk .fc--button {
  display: none;
}

#calendar-book .fc-toolbar-chunk .fc-prev-button,
#calendar-book .fc-toolbar-chunk .fc-next-button {
  width: 44px;
  height: 36px;
  border: 1px solid #EBECED;
  border-radius: 5px;
  background: #FFF;
  color: #242B3A;
}

#calendar-book .fc-toolbar-chunk .fc-today-button {
  background: transparent;
  border: 0;
  color: #242B3A;
  opacity: 1;
  font-weight: 500;
  text-transform: capitalize;
  margin-left: 0.75em;
  padding: 0;
}

.rating-select i {
  color: #656B76;
}

.rating-select i.active {
  color: #FFC107;
}

.step-register {
  margin: 0 0 40px;
}

.step-register li {
  display: inline-flex;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  border-bottom: 3px solid #EBECED;
  border-radius: 5px;
  position: relative;
  margin-bottom: 15px;
  padding: 0 0 24px;
  opacity: 0.5;
}

.step-register li:first-child {
  justify-content: start;
  -webkit-justify-content: start;
  -ms-flex-pack: start;
}

.step-register li .multi-step-icon {
  width: 50px;
  height: 50px;
  background: #0d47a1;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  margin-right: 10px;
  flex-shrink: 0;
}

.step-register li.active {
  opacity: 1;
}

.step-register li.active::before {
  content: "";
  border-bottom: 3px solid #0d47a1;
  border-radius: 5px;
  width: 100%;
  height: 3px;
  position: absolute;
  bottom: -3px;
  left: 0;
}

.step-register li.active .multi-step-icon {
  background: #0d47a1;
}

.step-register li.activate {
  opacity: 1;
}

.step-register li.activate .multi-step-icon {
  background: #0d47a1;
}

.step-register li .multi-step-info p {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 7px;
  margin-bottom: 0;
  font-size: 15px;
}

.book-submit {
  margin-top: 80px;
}

.book-submit .btn {
  font-weight: 500;
  padding: 10px 20px;
}

.book-submit .btn+.btn {
  margin-left: 24px;
}

.book-title h5 {
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 24px;
}

.book-option {
  text-align: right;
}

.book-option ul li {
  display: inline-block;
  font-size: 14px;
  margin-right: 30px;
}

.book-option ul li:last-child {
  margin-right: 0;
}

.book-option ul li .custom_check {
  padding-left: 30px;
}

.book-option ul li .custom_check .checkmark {
  margin-right: 10px;
}

.book-avail .custom_check .checkmark {
  border: 1px solid #EBECED;
}

.book-select .custom_check .checkmark {
  border: 1px solid #EBECED;
  background: #0d47a1;
}

.book-notavail .custom_check .checkmark {
  background: #68616D;
  border: 1px solid #EBECED;
}

.book-form {
  margin-bottom: 30px;
}

.book-form .select2-container--default .select2-selection--single {
  border: 1px solid #EBECED;
  border-radius: 5px;
  height: 42px;
}

.book-form .select2-container--default .select2-selection--single .select2-selection__rendered {
  font-size: 14px;
  line-height: 42px;
}

.book-form .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 42px;
}

.book-form .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #EBECED;
}

.book-form .col-form-label {
  padding: 0 0 8px;
}

.booking-done h6 {
  font-size: 36px;
  margin-bottom: 10px;
}

.booking-done p {
  margin-bottom: 30px;
}

.booking-done .book-submit {
  margin-top: 0;
}

.summary-box {
  background: #F8F9F9;
  border-radius: 8px;
  margin-bottom: 24px;
}

.booking-info {
  padding: 20px 20px 10px;
  border-bottom: 1px solid #EBECED;
}

.booking-info .service-book-img {
  margin: 0 10px 10px 0;
}

.booking-info .service-book-img img {
  width: 114px;
  height: 101px;
  object-fit: cover;
}

.booking-info .serv-profile span.badge {
  margin-bottom: 5px;
}

.booking-info .serv-profile h2 {
  font-size: 18px;
  margin-bottom: 15px;
}

.booking-info .serv-profile ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.booking-info .serv-profile ul li {
  font-size: 14px;
  margin: 0 10px 10px 0;
}

.booking-info .serv-profile .serv-pro img {
  width: 26px;
  height: 26px;
  margin-right: 0;
}

.booking-info .service-book .serv-profile {
  margin: 0;
}

.booking-date {
  border-bottom: 1px solid #EBECED;
  padding: 15px;
}

.booking-date li {
  position: relative;
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
  margin-bottom: 12px;
}

.booking-date li span {
  float: right;
  text-align: right;
  font-size: 14px;
}

.booking-date li:last-child {
  margin-bottom: 0;
}

.booking-total {
  padding: 15px;
}

.booking-total ul li span {
  font-size: 16px;
  font-weight: 600;
}

.booking-total ul li .total-cost {
  float: right;
}

.available-slot-details .accordion-button::after {
  margin-left: unset;
  position: absolute;
  left: 0;
}

.modal-wizard ul {
  border-bottom: 1px solid #EBECED;
}

.modal-wizard ul li {
  padding-bottom: 8px;
  border-bottom: 1px solid transparent;
}

.modal-wizard ul li.active {
  border-color: #0d47a1;
}

.modal-wizard ul li.active p {
  color: #0d47a1;
}

.modal-wizard ul li.active span {
  color: #0d47a1;
}


/* completed till here  */


.sidebar-layout {
  background-color: #FFF;
  padding: 20px;
  border-radius: 20px 0px 0px 20px;
  box-shadow: 0px 4px 4px 0px rgba(217, 217, 217, 0.2509803922);
  max-width: 400px;
  width: 100%;
  position: absolute;
  right: 0;
  height: 100vh;
  overflow-y: auto;
  overflow-x: hidden;
}

.sidebar-body .bk-wrap:last-child {
  border-bottom: 0;
}

.card-num .visa-img {
  margin-bottom: 10px;
}

.booking-page {
  background: #E9EAEB;
}

.booking-sidebar {
  position: relative;
  z-index: 1;
}

.booking-sidebar::before {
  content: "";
  background: url("../img/bg/book-bg-01.svg") no-repeat;
  position: absolute;
  top: 0;
  right: 0;
  background-size: contain;
  width: 121px;
  height: 87px;
  z-index: -1;
}

.booking-sidebar::after {
  content: "";
  background: url("../img/bg/book-bg-02.svg") no-repeat;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  background-size: contain;
  width: 155px;
  height: 60px;
  z-index: -1;
}


fieldset.booking-content {
  display: none;
}

fieldset.booking-content#first-field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}


.booking-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  flex-direction: column;
  height: 100%;
}

.booking-content p,
.booking-content h6,
.booking-content .form-label {
  font-size: 12px;
}

.booking-content .form-control {
  height: 28px;
}

.booking-content textarea.form-control {
  height: auto;
}

.booking-footer {
  border-top: 1px solid #EBECED;
  margin-top: 16px;
}

.booking-footer .btn {
  margin-top: 16px;
}

.payment-item {
  border: 1px solid #EBECED;
  border-radius: 5px;
  padding: 16px;
}

.payment-item .form-check .form-check-label {
  font-size: 12px;
  font-weight: 500;
}

.payment-item.active {
  box-shadow: 0px 0px 0px 1px rgb(3, 201, 90);
}

.total-card {
  min-height: 500px;
}

.total-card #pay-btn.btn {
  color: #AFB2B8;
  cursor: none;
  pointer-events: none;
}

.total-card #pay-btn.btn.active {
  background: #0d47a1 !important;
  border-color: #0d47a1 !important;
  color: #FFF !important;
  cursor: pointer;
  pointer-events: auto;
}

@media (max-width: 991.98px) {
  .total-card {
    min-height: 300px;
  }
}

.total-wrap {
  background: #F8F9F9;
  padding: 15px;
  border-radius: 5px;
  margin-bottom: 8px;
}
.status-report {
  margin-bottom: 16px;
}

.status-report h6 {
  border-bottom: 1px solid #393F4D;
}

.status-report p {
  color: rgba(255, 255, 255, 0.9);
}

.booking-user .user-img {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid #EBECED;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
}

.booking-user .user-img img {
  width: 36px;
  height: 36px;
  border-radius: 50%;
}

.num-count {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  font-size: 10px;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
}

.fc-dayGridMonth-button,
.fc-timeGridWeek-button,
.fc-timeGridDay-button,
.fc-listMonth-button {
  background: #111827 !important;
  border-color: #111827 !important;
}

.chat-scroll {
  max-height: calc(100vh - 264px);
  overflow-y: auto;
}

.chat-scroll::-webkit-scrollbar {
  width: 3px;
  background: #FFF;
  height: 3px;
}

.chat-scroll::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #FFF;
  border-radius: 10px;
}

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

.chat-scroll::-webkit-scrollbar-thumb:hover {
  background: #FDFDFD;
}

.chat-cont-left .chat-scroll {
  max-height: calc(100vh - 236px);
  overflow-y: auto;
}

.chat-cont-left .chat-scroll::-webkit-scrollbar {
  width: 3px;
  background: #FFF;
  height: 3px;
}

.chat-cont-left .chat-scroll::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #FFF;
  border-radius: 10px;
}

.chat-cont-left .chat-scroll::-webkit-scrollbar-thumb {
  background: #EBECED;
  border-radius: 10px;
}

.chat-cont-left .chat-scroll::-webkit-scrollbar-thumb:hover {
  background: #EBECED;
}

.chat-cont-left .chat-header {
  padding: 15px;
}

.chat-cont-left .chat-header h6 {
  font-size: 20px;
}

.chat-cont-left .chat-header p {
  margin-bottom: 0;
  font-size: 14px;
}

.chat-cont-left .chat-header.inner-chat-header {
  padding: 15px 0;
}

.chat-cont-left .chat-header.inner-chat-header h6 {
  font-size: 18px;
  margin-bottom: 0;
}

.chat-cont-left .card {
  background: #F8F9F9;
  box-shadow: none;
}

.chat-cont-left .chat-users-list .chat-member {
  background: #FFF;
  padding: 15px;
  border-radius: 5px;
}

.chat-cont-left .chat-users-list .chat-member .avatar.active img {
  border: 2px solid #FFC107;
}

.msg_card_body {
  overflow-y: auto;
}

.msg_card_body .media .media-body {
  margin-left: 6px;
}

.msg_card_body .media .media-body .msg-box+.msg-box {
  margin-top: 5px;
}

.msg_card_body .media:last-child {
  margin-bottom: 0;
}

.msg_card_body ul.list-unstyled {
  margin: 0 auto;
  padding: 1rem 0 0;
  width: 100%;
}

.msg_card_body .media.received {
  margin-bottom: 20px;
}

.msg_card_body .media.received .media-body .msg-box {
  position: relative;
  display: inline-block;
}

.msg_card_body .media.received .media-body .msg-box .received-message {
  background-color: #F4F5F5;
  color: #242B3A;
  padding: 15px;
}

.msg_card_body .media.received .media-body .msg-box:first-child .received-message {
  border-radius: 15px 15px 15px 0;
  margin-top: 0;
}

.msg_card_body .media.sent {
  margin-bottom: 20px;
  max-width: 550px;
  margin-left: auto;
}

.msg_card_body .media.sent .media-body {
  -webkit-box-align: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: flex-end;
  margin-left: 0;
  margin-right: 6px;
}

.msg_card_body .media.sent .media-body .msg-box {
  margin-left: 70px;
  position: relative;
}

.msg_card_body .media.sent .media-body .msg-box:first-child .sent-message {
  border-radius: 15px 15px 0 15px;
  margin-top: 0;
  background: #F4F5F5;
  padding: 15px;
  color: #242B3A;
}

.msg_card_body .media.sent .avatar {
  -ms-flex-order: 3;
  order: 3;
}

.microphone-chat {
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}

.card-body.chat-users-list {
  padding: 15px;
}
.form-control.type_msg.empty_check {
  padding-left: 50px;
  padding-right: 130px;
}

.booking {
  border-top: 1px solid #EBECED;
  padding-top: 30px;
}

.booking .book-history ul li {
  position: relative;
  padding: 0 0 24px 20px;
  margin-left: 4px;
  border-left: 2px solid #F5F5F5;
}

.booking .book-history ul li h6 {
  font-size: 14px;
}

.booking .book-history ul li p {
  font-size: 13px;
  color: #656B76;
}

.booking .book-history ul li ::after {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  left: -4px;
  width: 7px;
  height: 7px;
  background: #FFF;
  outline: 4px solid #0d47a1;
  border-radius: 50%;
}

.booking .book-history ul :last-child {
  border: 0;
  padding-bottom: 0;
}


.user-sidebar .user-sidebar-body ul li a.active {
  color: #0d47a1;
}

.tags {
  padding: 8px;
  border: 1px solid #EBECED;
}

.appointment-setting-list {
  padding: 15px;
  border-radius: 10px;
  border: 1px solid #EBECED;
  display: flex;
  justify-content: space-between;
  margin-bottom: 16px;
  box-shadow: 2px 3px 5px 0px rgba(0, 0, 0, 0);
}

.appointment-setting-list h5 {
  font-size: 16px;
  margin-bottom: 4px;
}

.appointment-setting-list p {
  font-size: 14px;
}

.appointment-setting-list .form-group .select2-selection--single {
  min-width: 125px;
}

.user-title {
  margin-bottom: 20px;
}

.pro-picture {
  display: flex;
  margin-bottom: 30px;
}

.pro-picture .pro-img {
  margin-right: 13px;
}

.card .card-body {
  padding: 15px;
}

.card .card-body .plan-info {
  flex: 1;
  margin-bottom: 24px;
}

.card .card-body .plan-info .plan-term h6 {
  font-size: 16px;
}

.card .card-body .plan-info .plan-term p {
  font-size: 14px;
}

.card .card-body .plan-info .plan-price p {
  font-size: 12px;
}

.card .card-body .plan-btns {
  flex: 1;
}

.card .card-body .plan-btns .plan-term h6 {
  font-size: 16px;
}

.card-payments {
  border: 2px solid transparent;
}

.card-payments.active {
  border: 2px solid #0d47a1;
}

.card-payments.active::before {
  position: absolute;
  content: "\f058";
  font-family: "FontAwesome";
  color: #0d47a1;
  right: -8px;
  top: -14px;
  z-index: 1;
}

.card-payments .card-body h6 {
  font-size: 14px;
  color: #656B76;
  margin-bottom: 16px;
}

.card-payments .card-body .card-num {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  flex-wrap: wrap;
}

.card-payments .card-body .card-num h6 {
  font-size: 16px;
}

.card-payments .card-body .card-num h6 span {
  font-size: 16px;
}

.card-payments .card-body .card-num .visa-img {
  background: #FFF;
  border: 1px solid #EBECED;
  border-radius: 4px;
  padding: 2px 4px;
  margin-right: 8px;
}

.card-payment-add {
  background: #FFF;
  border: 2px solid #EBECED;
  border-radius: 4px;
  margin-bottom: 24px;
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
}

.card-payment-add a span {
  padding: 9px;
  background-color: #98A2B3;
  display: flex;
  justify-content: center;
  align-items: center;
}

.card-payment-add a span i {
  color: #FFF;
}

.payment {
  margin-bottom: 38px;
}

.subscription-details {
  padding: 15px;
  border: 1px solid #EBECED;
  border-radius: 6px;
  margin-bottom: 16px;
}

.subscription-details .details-list {
  margin-bottom: 13px;
}

.pay-btn {
  margin-bottom: 16px;
}

.img-success {
  margin-bottom: 62px;
  width: 371px;
  height: 297px;
}

.choose-title .status-toggle {
  margin-bottom: 10px;
  font-weight: 500;
}

.subscription .card {
  padding: 20px;
}

.subscription .provider-price .choose-title {
  margin-bottom: 30px;
}

.subscription .provider-price .card {
  padding: 20px;
}

.subscription .provider-price .card .card-header .price-level h6 {
  margin-bottom: 10px;
}

.subscription .provider-price .card .card-body ul li {
  margin-bottom: 10px;
  display: flex;
  /* align-items: center; */
}

.subscription .provider-price .business-card {
  background-color: #F4F5F5;
}

.notification {
  margin-bottom: 40px;
}

.notification table tbody tr td p {
  font-size: 14px;
  margin-bottom: 0;
  color: #242B3A;
}

.notification table tbody tr td .form-check-input:checked {
  background-color: #03C95A;
  border: 1px solid #03C95A;
}

.connected-apps .card-body {
  padding: 20px;
}

.connected-apps .card-body .app-body-content {
  margin-bottom: 20px;
}

.connected-apps .card-body .app-body-content span {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #EBECED;
  width: 46px;
  height: 46px;
}

.connected-apps .card-body .app-footer-content {
  padding-top: 20px;
  border-top: 1px solid #EBECED;
}

.connected-apps .card-body .app-footer-content .form-check-input:checked {
  background-color: #03C95A;
  border: 1px solid #03C95A;
}


.error-404 {
  position: relative;
  z-index: 1;
}

.error-404 .contacts-overlay-img {
  position: absolute;
  right: 0;
  top: -30%;
  z-index: -1;
  max-width: 500px;
}

.maintenance .maintenance-title {
  margin-bottom: 16px;
}

.maintenance .maintenance-icons {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}

.maintenance .maintenance-icons h6 {
  margin-right: 16px;
}

.maintenance .maintenance-icons .icons {
  display: flex;
  align-items: center;
  gap: 11px;
}

.blog-content-img {
  display: flex;
  display: -webkit-flex;
}

.blogimg {
  flex: 0 0 260px;
  margin-right: 15px;
}

.blog-pagination ul li {
  margin-right: 10px;
}

.blog-pagination ul li:first-child {
  margin-right: 20px;
}

.blog-pagination ul li:last-child {
  margin-right: 0;
  margin-left: 10px;
}

.blog-pagination .pagination {
  margin-top: 26px;
}

.blog-pagination .page-prev,
.blog-pagination .page-next {
  width: auto;
  height: auto;
  background: #FFF;
  border: 0;
  font-size: 13px;
  padding: 0 3px;
  line-height: 40px;
}

.blog-pagination .page-prev:hover,
.blog-pagination .page-next:hover {
  background-color: #FFF !important;
  color: #4c40ed;
}

.blog-info ul li {
  display: inline-block;
  color: #71717A;
  font-size: 15px;
  margin: 0 35px 5px 0;
  padding-right: 35px;
  position: relative;
}

.blog-info ul li a {
  color: #74788d;
}

.blog-info .post-author img {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  margin-right: 10px;
}

.blog-info .post-author span {
  font-size: 15px;
  color: #74788d;
}

.blog-info ul li:last-child,
.grid-blog .blog-category ul li:last-child {
  padding: 0;
  margin: 0;
}

.blog-category .post-author img {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  margin-right: 10px;
}

.blog-category .post-author span {
  font-size: 16px;
  color: #74788d;
}

.blog-category ul {
  margin-bottom: 3px;
}

.blog-category ul li {
  display: inline-block;
  font-size: 14px;
  color: #74788d;
  margin: 0 10px 10px 0;
}

.blog-sidebar .card {
  background: #F4F5F5;
  border: 0;
  border-radius: 5px;
}

.blog-sidebar .card-body {
  padding: 24px;
}

.shape-2 {
  animation: hero-thumb1-animation 2.5s linear infinite alternate;
  -webkit-animation: hero-thumb1-animation 2.5s linear infinite alternate;
  -moz-animation: hero-thumb1-animation 2.5s linear infinite alternate;
  -o-animation: hero-thumb1-animation 2.5s linear infinite alternate;
}

.shape-3 {
  animation: hero-thumb2-animation 2.5s linear infinite alternate;
  -webkit-animation: hero-thumb2-animation 2.5s linear infinite alternate;
  -moz-animation: hero-thumb2-animation 2.5s linear infinite alternate;
  -o-animation: hero-thumb2-animation 2.5s linear infinite alternate;
}

.breadcrumb {
  margin-bottom: 0;
}

.search-box {
  width: 100%;
  background: #fff;
  border: 1px solid #F0F0F0;
  box-shadow: 0px 3px 53px rgba(197, 197, 197, 0.27);
  border-radius: 10px;
  padding: 15px;
  margin-top: 48px;
  display: inline-block;
}

@media (max-width: 767.98px) {
  .search-box {
    margin-top: 24px;
  }
}

.search-box form {
  display: flex;
  float: left;
  width: 100%;
  justify-content: space-between;
}

@media (max-width: 991.98px) {
  .search-box form {
    flex-direction: column;
    row-gap: 10px;
  }
}

.search-box::-webkit-input-placeholder {
  font-size: 14px;
  color: #959595;
  opacity: 1;
}

.search-box:-ms-input-placeholder {
  font-size: 14px;
  color: #959595;
  opacity: 1;
}

.search-box::placeholder {
  font-size: 14px;
  color: #959595;
  opacity: 1;
}

.search-input.line {
  width: 32%;
  margin-right: 25px;
}

@media (max-width: 767.98px) {
  .search-input.line {
    width: 100%;
  }
}

.search-input.line input {
  height: 20px;
  min-height: 20px;
  border: 0;
  padding: 0;
  padding-right: 12px;
}

.search-input.line::before {
  position: absolute;
  right: 0;
  top: 50%;
  width: 2px;
  height: 43px;
  background: #F2F2F2;
  content: "";
  z-index: 1;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.search-btn {
  float: right;
}

.search-btn .btn {
  width: 100%;
  font-size: 15px;
  font-weight: 500;
  padding: 11px 20px;
  border-radius: 5px;
  display: inline-flex;
  align-items: center;
}


.section-heading {
  margin-bottom: 40px;
  position: relative;
}

.section-heading h2 {
  font-size: 40px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  margin-bottom: 8px;
  color: black;
}

@media (max-width: 991.98px) {
  .section-heading h2 {
    font-size: 32px;
  }
}

@media (max-width: 767.98px) {
  .section-heading h2 {
    font-size: 26px;
  }
}

.section-heading p {
  font-size: 16px;
  color: #74788d;
  margin-bottom: 0;
}

.section-heading .owl-nav button.owl-next {
  margin-bottom: 0;
  line-height: 0;
}

.section-heading .owl-nav button.owl-prev {
  margin-bottom: 0;
  line-height: 0;
}

.feature-section {
  padding: 60px 0 36px;
  position: relative;
}

@media (max-width: 991.98px) {
  .feature-section {
    padding: 40px 0 16px;
  }
}

.feature-section .circle-lg {
  position: absolute;
  left: 0;
  bottom: 0;
}

.feature-section .corner-dot {
  position: absolute;
  right: 0;
  bottom: 0;
}

.feature-icon span {
  z-index: 1;
  width: 94px;
  height: 94px;
  background: #F4F5F5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  border-radius: 50%;
  margin: 0 auto 20px;
}

.btn-view {
  border-radius: 5px;
  padding: 10px 20px;
  font-weight: 500;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.btn-view img {
  margin-left: 8px;
}

.btn-view i {
  margin-left: 8px;
}

.btn-view:hover img {
  filter: invert(91%) sepia(125%) saturate(7510%) hue-rotate(258deg) brightness(112%) contrast(100%);
}

.service-section.service-sec-two {
  padding: 60px 0;
  position: relative;
}

@media (max-width: 991.98px) {
  .service-section.service-sec-two {
    padding: 40px 0;
  }
}

.service-section.service-sec-two .service-bg {
  position: absolute;
  right: 20px;
  top: 20px;
}

.service-section.service-sec-two .service-slider .owl-nav {
  position: absolute;
  right: 0;
  top: -101px;
}

@media (max-width: 767.98px) {
  .service-section.service-sec-two .service-slider .owl-nav {
    top: -55px;
  }
}

.service-section.service-sec-two .service-slider .owl-nav button.owl-next {
  width: 32px;
  height: 32px;
  background: #fff;
  box-shadow: 0px 4px 14px rgba(141, 141, 141, 0.25);
  text-shadow: none;
  top: 4px;
  cursor: pointer;
  border: 0;
  border-radius: 50%;
  color: #28283C;
  margin-bottom: 30px;
  transition: ease all 0.5s;
  -webkit-transition: ease all 0.5s;
  -ms-transition: ease all 0.5s;
}

.service-section.service-sec-two .service-slider .owl-nav button.owl-next:hover {
  background-color: #0d47a1;
  color: #FFF;
}

.service-section.service-sec-two .service-slider .owl-nav button.owl-prev {
  width: 32px;
  height: 32px;
  background: #fff;
  box-shadow: 0px 4px 14px rgba(141, 141, 141, 0.25);
  text-shadow: none;
  top: 4px;
  cursor: pointer;
  border: 0;
  border-radius: 50%;
  color: #28283C;
  margin-bottom: 30px;
  transition: ease all 0.5s;
  -webkit-transition: ease all 0.5s;
  -ms-transition: ease all 0.5s;
  margin-right: 10px;
}

.service-section.service-sec-two .service-slider .owl-nav button.owl-prev:hover {
  background-color: #0d47a1;
  color: #FFF;
}

.service-section.service-sec-two .mynav {
  position: absolute;
  right: 0;
  top: -101px;
}

.service-section.service-sec-two .mynav button.owl-next {
  width: 32px;
  height: 32px;
  background: #fff !important;
  box-shadow: 0px 4px 14px rgba(141, 141, 141, 0.25);
  text-shadow: none;
  top: 4px;
  cursor: pointer;
  border: 0;
  border-radius: 50%;
  color: #28283C;
  margin-bottom: 30px;
  transition: ease all 0.5s;
  -webkit-transition: ease all 0.5s;
  -ms-transition: ease all 0.5s;
}

.service-section.service-sec-two .mynav button.owl-prev {
  width: 32px;
  height: 32px;
  background: #fff !important;
  box-shadow: 0px 4px 14px rgba(141, 141, 141, 0.25);
  text-shadow: none;
  top: 4px;
  cursor: pointer;
  border: 0;
  border-radius: 50%;
  color: #28283C;
  margin-bottom: 30px;
  transition: ease all 0.5s;
  -webkit-transition: ease all 0.5s;
  -ms-transition: ease all 0.5s;
  margin-right: 10px;
}

.service-section.service-sec-two .mynav1 {
  position: absolute;
  right: 0;
  top: 38 !important;
}

.service-section.service-sec-two .mynav1 button.owl-next {
  width: 32px;
  height: 32px;
  background: #fff !important;
  box-shadow: 0px 4px 14px rgba(141, 141, 141, 0.25);
  text-shadow: none;
  top: 4px;
  cursor: pointer;
  border: 0;
  border-radius: 50%;
  color: #28283C;
  margin-bottom: 30px;
  transition: ease all 0.5s;
  -webkit-transition: ease all 0.5s;
  -ms-transition: ease all 0.5s;
}

.service-section.service-sec-two .mynav1 button.owl-prev {
  width: 32px;
  height: 32px;
  background: #fff !important;
  box-shadow: 0px 4px 14px rgba(141, 141, 141, 0.25);
  text-shadow: none;
  top: 4px;
  cursor: pointer;
  border: 0;
  border-radius: 50%;
  color: #28283C;
  margin-bottom: 30px;
  transition: ease all 0.5s;
  -webkit-transition: ease all 0.5s;
  -ms-transition: ease all 0.5s;
  margin-right: 10px;
}

.service-img-gg {
  position: relative;
  overflow: hidden;
  z-index: 1;
  border-radius: 10px 10px 0 0;
}

.service-img-gg .serv-img {
  border-radius: 10px 10px 0 0;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  transform: translateZ(0);
  -moz-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1) 0ms;
  -ms-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1) 0ms;
  -o-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1) 0ms;
  -webkit-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1) 0ms;
  transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1) 0ms;
  width: 100%;
}

.service-img-gg:hover .serv-img {
  -webkit-transform: scale(1.15);
  -moz-transform: scale(1.15);
  transform: scale(1.15);
}

.fav-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  font-size: 14px;
}

.fav-item .fav-icon {
  width: 31px;
  height: 31px;
  background: #fff;
  color: #111827;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  border-radius: 50%;
}

.fav-item .fav-icon:hover {
  background-color: #0d47a1;
  color: #fff;
}

.fav-item .serv-rating {
  background: #fff;
  border-radius: 5px;
  padding: 5px 10px;
  font-weight: 500;
  font-size: 14px;
  color: #28283C;
  display: inline-flex;
  align-items: center;
}

.fav-item .serv-rating i {
  color: #FFBC35;
  font-size: 12px;
  margin-right: 5px;
}

.fav-icon.selected {
  background-color: #0d47a1;
  color: #fff;
}

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

.btn-sec .btn {
  display: inline-flex;
  margin-top: 26px;
}

.work-section .offers-btn a:hover {
  background-color: #0d47a1;
  border: 1px solid #0d47a1;
  color: #FFF;
}


.work-icon span {
  width: 83px;
  height: 72px;
  background: #FFECF5;
  border-radius: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  margin: 0 auto 36px;
}

.rating i {
  color: #E9EEF3;
}

.rating i.active {
  color: #FFBC35;
}

.client-img {
  margin: -73px 0 20px;
}

.client-img img {
  width: 110px !important;
  height: 110px;
  border-radius: 50%;
  margin: 0 auto;
}

.blog {
  background: #fff;
  border: 1px solid #f5f5f5;
  border-radius: 10px;
  margin-bottom: 24px;
  padding: 20px;
}

.blog:hover {
  box-shadow: 0px 10px 20px -5px rgba(76, 64, 237, 0.08);
}

.blog:hover .blog-image img {
  -webkit-transform: scale(1.15);
  -moz-transform: scale(1.15);
  transform: scale(1.15);
}

.blog-image {
  border-radius: 10px 10px 0px 0px;
  overflow: hidden;
}

.blog-image img {
  border-radius: 10px 10px 0px 0px;
  width: 100%;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  transform: translateZ(0);
  -moz-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1) 0ms;
  -ms-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1) 0ms;
  -o-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1) 0ms;
  -webkit-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1) 0ms;
  transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1) 0ms;
}

.blog-content {
  padding-top: 20px;
}

.blog-content .blog-items {
  display: inline-flex;
  display: -webkit-inline-flex;
}

.blog-content .blog-items li {
  display: inline-flex;
  display: -webkit-inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #74788d;
  margin: 0 25px 15px 0;
  margin-right: 25px;
}

@media (max-width: 767.98px) {
  .blog-content .blog-items li {
    font-size: 14px;
  }
}

.blog-content .blog-items li a {
  color: #68616D;
}

.blog-content .blog-items li a:hover {
  color: #0d47a1;
}

.blog-content .blog-items li:last-child {
  margin-right: 0;
}

.blog-content .blog-items li i {
  margin-right: 0.5rem;
  color: #656B76;
}

.blog-content .blog-title {
  font-size: 20px;
  margin-bottom: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.4;
}

.blog-content .blog-title a {
  display: inline;
  /* background-image: linear-gradient(#0d47a1, #0d47a1), linear-gradient(#0d47a1, #0d47a1); */
  background-color: #0D47A1 !important;
  background-size: 0% 2px, 0 2px;
  background-position: 100% 100%, 0 100%;
  background-repeat: no-repeat;
  transition: background-size 0.4s linear;
}

.blog-content .blog-title a:hover {
  background-size: 0 2px, 100% 2px;
}

@media (max-width: 991.98px) {
  .blog-content .blog-title {
    font-size: 18px;
  }
}

@media (max-width: 767.98px) {
  .blog-content .blog-title {
    font-size: 16px;
  }
}

.footer.footer-five {
  background-color: #203066;
}

.footer.footer-five .footer-widget.footer-menu ul li a {
  color: #fff;
}

.footer.footer-five .footer-widget.footer-menu ul li a:hover {
  color: #0d47a1;
}

.footer.footer-five .footer-widget.footer-menu .footer-title {
  color: #fff;
}

.footer.footer-five .footer-bottom {
  background-color: #242B3A;
}

.footer.footer-five .footer-bottom .copyright {
  border-top: 1px solid rgba(255, 255, 255, 0.07);
}

.footer.footer-five .footer-bottom .copyright .payment-image ul {
  justify-content: start;
}

.footer.footer-five .footer-bottom .copyright .copyright-text p {
  text-align: center;
  color: #fff;
}

.footer.footer-five .footer-bottom .copyright .copyright-menu .policy-menu li a {
  color: #fff;
}

.footer.footer-five .footer-top {
  background-color: #C9CBCF;
}

.footer.footer-five .footer-top .footer-widget .footer-content p {
  color: #fff;
}

.footer.footer-five .footer-widget.footer-contact .footer-title {
  color: #fff;
}

.footer.footer-five .footer-widget.footer-contact .footer-contact-info p {
  color: #fff;
}

.footer.footer-five .footer-widget.footer-contact .footer-contact-info span {
  color: #0d47a1;
}

.footer.footer-five .footer-widget .footer-title {
  color: #fff;
}

.footer.footer-five .footer-widget .footer-subtitle {
  color: #fff;
}

.footer.footer-five .social-icon ul li a:hover {
  background-color: #0d47a1;
}

/*-----------------
	59. Footer
-----------------------*/
.footer {
  background-color: #fff;
  border-top: 1px solid rgba(205, 205, 205, 0.2);
  text-align: left;
  font-size: 16px;
  margin: 0;
  color: #74788d;
}

.footer .footer-top {
  background-color: #FBFBFB;
  padding: 50px 0;
}

.footer .footer-widget.footer-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  outline: none;
}

.footer .footer-widget.footer-menu ul li a:hover {
  color: #0d47a1;
}

.footer .footer-widget .footer-logo {
  margin-bottom: 30px;
}

.footer .footer-menus ul li {
  margin-bottom: 10px;
  position: relative;
  display: flex;
  margin-right: 0;
}

.footer .footer-menus ul li:last-child {
  margin-bottom: 0;
}

.footer .footer-menus ul li a {
  color: #74788d;
}

.footer .footer-menus ul li a:hover {
  color: #0d47a1;
}

.footer .footer-bottoms {
  padding: 0;
}

.footer .footer-bottoms .copyright {
  border-top: 1px solid #f5f5f5;
  padding: 10px 0;
}

.footer .footer-bottoms .copyright .copyright-four {
  border: 1px solid #EBEBEB;
}

.footer .footer-bottoms .copyright-text p {
  color: #74788d;
}

.footer .footer-bottoms .copyright-text p a {
  color: #0d47a1;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

.footer .footer-bottoms .copyright-text p a:hover {
  color: #0d47a1;
}

.footer .footer-bottoms .copyright-text p.title {
  font-weight: 400;
  margin: 10px 0 0;
}

.footer .social-icon ul {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  list-style: none;
  padding: 0;
  margin: 0 0 35px;
}

.footer .social-icon ul li {
  margin-right: 10px;
}

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

.footer .social-icon ul li a {
  color: #74788d;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 18px;
  transition: all 0.4s ease 0s;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  background-color: #EAEAEA;
}

.footer .social-icon ul li a:hover {
  background-color: #0d47a1;
  color: #fff;
}

.footer .footer-menu-three ul li {
  position: relative;
  display: flex;
  align-items: center;
}

.footer .footer-menu-three ul li a {
  margin-left: 20px;
}

.footer .footer-menu-three ul li::before {
  content: "";
  background-color: #0d47a1;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  position: absolute;
}

.footer .footer-widget.footer-menu.footer-menu-three ul li a:hover {
  color: #ff0080;
}

.footer .social-icon.social-icon-four ul {
  margin: 0 0 0;
}

.footer .footer-top.footer-top-four {
  padding: 50px 0 30px 0;
}

.footer-content {
  max-width: 304px;
}

.footer-content p {
  color: #74788d;
  margin-bottom: 15px;
}

.footer-title {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 1.5rem;
}

.footer-subtitle {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 1.5rem;
}

.footer-logo img {
  max-height: 35px;
}

.footer-contact-info .footer-address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer-contact-info p {
  color: #74788d;
  position: relative;
  padding-left: 30px;
  margin-bottom: 15px;
}

.footer-contact-info span {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 17px;
  color: #0d47a1;
}

.footer-contact-info h6 {
  color: #58627B;
  font-weight: 500;
  position: relative;
  padding-left: 39px;
  margin-bottom: 2px;
}

.select2-results__option {
  font-size: 14px;
}

.footer-menu li {
  color: #151519;
}

.footer-menu li a {
  color: #656B76;
}


.footer-menu-three {
  text-align: left;
}

.footer-top.footer-top-four .subscribe-form .form-control {
  margin-bottom: 24px;
  height: 56px;
  min-height: 56px;
  border: none;
  padding-right: 70px;
}

.footer-top.footer-top-four .subscribe-form .footer-btn {
  background-color: #0d47a1;
  padding: 8px 10px;
  color: #fff;
}

.footer-top.footer-top-four .subscribe-form .footer-btn i:hover {
  color: #fff;
}

.policy-menu.policy-menu-four li::after {
  content: "";
  left: 0;
  color: transparent;
}

.footer.footer-second .footer-top {
  padding: 50px 0 26px;
}

@media (max-width: 767.98px) {
  .footer.footer-second .footer-top {
    padding: 30px 0 6px;
  }
}

.footer-top-content img {
  position: absolute;
  top: 0;
  z-index: -1;
}

.footer-widget.footer-wid-six .footer-content {
  max-width: none;
}

.footer-widget.footer-wid-six .footer-content p {
  margin-bottom: 30px;
}

.footer-widget.footer-wid-six .footer-content p a {
  color: #0d47a1;
  text-decoration: underline;
}

.footer-widget.footer-wid-six .footer-content p a:hover {
  color: #203066;
}

.footer-widget.footer-menu.footer-menu-six {
  margin-top: 50px;
}

@media (max-width: 991.98px) {
  .mean-container .mean-bar .has-submenu a i.fa-chevron-down {
    display: none;
  }
}


/*-----------------
    57. Home Three
-----------------------*/
.hero-section-two {
  position: relative;
}

@media (max-width: 991.98px) {
  section {
    padding: 60px 0;
  }
}

@media (max-width: 767.98px) {
  section {
    padding: 40px 0;
  }
}

.banner {
  position: relative;
}

.banner::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  background: rgba(32, 48, 102, 0.5803921569);
}

.banner-search {
  position: absolute;
  top: 60%;
  transform: translateY(-50%) !important;
  width: 100%;
}

.banner-search h1 {
  font-weight: 700;
  font-size: 50px;
  color: #fff;
  text-align: center;
  margin-bottom: 12px;
}

@media (max-width: 991.98px) {
  .banner-search h1 {
    font-size: 30px;
  }
}

.banner-search p {
  font-weight: 700;
  font-size: 20px;
  color: #fff;
  text-align: center;
  margin-bottom: 50px;
}

@media (max-width: 575.98px) {
  /* .banner-search {
    display: none;
  } */
}

.search-box-two {
  width: 100%;
  background: #fff;
  border-radius: 50px;
  padding: 14px;
  display: table;
}

@media (max-width: 767.98px) {
  /* .search-box-two {
    display: none;
  } */
}

.search-box-two .search-btn {
  width: 15%;
}

@media (max-width: 767.98px) {
  .search-box-two .search-btn {
    width: 100%;
  }
}

.search-box-two .search-btn .btn {
  background: #0d47a1;
  border-radius: 52px;
  color: #fff;
  font-weight: 700;
  font-size: 15px;
  padding: 14px 10px;
  align-items: center;
  justify-content: center;
}

.search-input-new {
  width: 32%;
  float: left;
  position: relative;
}

@media (max-width: 767.98px) {
  .search-input-new {
    width: 100%;
  }
}

.search-input-new input {
  height: 52px;
  padding: 0px 40px 0px 50px;
  border: 0;
  color: #58627B;
}

.search-input-new input::placeholder {
  color: #58627B;
}

.search-input-new>i.bficon {
  right: inherit;
  left: 15px;
  z-index: 1;
}

.search-input-new i {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  color: #58627B;
  font-size: 18px;
}

.search-input-new.line {
  width: 53%;
}

@media (max-width: 767.98px) {
  .search-input-new.line {
    width: 100%;
  }
}

.search-input-new.line input {
  height: 52px;
  padding: 0px 40px 0px 50px;
  border: 0;
  color: #58627B;
}

.search-input-new.line input::placeholder {
  color: #58627B;
}

.search-input-new.line::before {
  position: absolute;
  right: 0;
  top: 50%;
  width: 1px;
  height: 60px;
  background: #E2E6F1;
  content: "";
  z-index: 1;
  margin-top: -30px;
}

.section-heading-two {
  position: relative;
  margin-bottom: 40px;
}

.section-heading-two:before {
  position: absolute;
  content: "";
  background: url("../img/bg/title-bg-01.png") no-repeat;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
}

.section-heading-two h2 {
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 8px;
  color: #242B3A;
}

@media (max-width: 991.98px) {
  .section-heading-two h2 {
    font-size: 30px;
  }
}

.section-heading-two.white-text:after {
  background: -moz-linear-gradient(top, #0d47a1 50%, #0d47a1 50%);
  background: -webkit-linear-gradient(top, #0d47a1 50%, #0d47a1 50%);
  background: linear-gradient(to bottom, #0d47a1 50%, #0d47a1 50%);
}

.section-heading-two.white-text p {
  color: #fff;
}

.section-heading-two.white-text h2 {
  color: #fff;
}

.sec-header {
  position: relative;
}

.sec-header:before {
  position: absolute;
  content: "";
  background: url("../img/bg/title-bg-01.png") no-repeat;
  width: 114px;
  height: 100px;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
}

.feature-section-two {
  background: #fff;
  padding: 90px 0 66px;
}

.feature-section-two .btn-view {
  margin-bottom: 40px;
}

@media (max-width: 991.98px) {
  .feature-section-two {
    padding: 50px 0 26px;
  }
}

@media (max-width: 767.98px) {
  .feature-section-two {
    padding: 40px 0 16px;
  }
}

.feature-widget {
  position: relative;
  margin-bottom: 24px;
}

.feature-widget .feature-icon {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 20px;
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%;
}

.feature-widget .feature-icon span {
  width: 50px;
  height: 50px;
  background: #0d47a1;
  border-radius: 8px 0px 0px 8px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin: 0;
}

.feature-widget .feature-icon span img {
  width: 30px;
}

.feature-widget .feature-title p {
  font-size: 14px;
  color: #fff;
  margin: 0;
}

.feature-img {
  overflow: hidden;
  border-radius: 8px;
}

.feature-img img {
  border-radius: 8px;
  width: 100%;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  transform: translateZ(0);
  -moz-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1) 0ms;
  -ms-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1) 0ms;
  -o-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1) 0ms;
  -webkit-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1) 0ms;
  transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1) 0ms;
  height: 250px;
  object-fit: cover;
}

.feature-img:hover img {
  -webkit-transform: scale(1.15);
  -moz-transform: scale(1.15);
  transform: scale(1.15);
}

.feature-title {
  background: #203066;
  border-radius: 0 8px 8px 0;
  padding: 12px 14px;
  width: calc(100% - 50px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: space-between;
  min-height: 50px;
}

.feature-title h5 {
  font-weight: 700;
  font-size: 20px;
  color: #fff;
  margin-bottom: 0;
}

@media (max-width: 767.98px) {
  .feature-title h5 {
    font-size: 16px;
  }
}

.work-section-two {
  background: #fff;
  padding: 60px 0 66px;
}

@media (max-width: 991.98px) {
  .work-section-two {
    padding: 50px 0 26px;
  }
}

@media (max-width: 767.98px) {
  .work-section-two {
    padding: 40px 0 16px;
  }
}

.work-wrap-box {
  background: #eef8ff;
  border-radius: 50%;
  text-align: center;
  width: 358px;
  height: 358px;
  padding: 53px 46px;
  position: relative;
  margin-bottom: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

@media (max-width: 767.98px) {
  .work-wrap-box {
    margin: 0 auto 24px;
  }
}

@media (max-width: 575.98px) {
  .work-wrap-box {
    width: 300px;
    height: 300px;
  }
}

.work-wrap-box .work-icon span {
  width: 100px;
  height: 100px;
  background: #0d47a1;
  border-radius: 50%;
  margin: 0 auto 24px;
}

@media (max-width: 575.98px) {
  .work-wrap-box .work-icon span {
    width: 70px;
    height: 70px;
  }
}

.work-wrap-box h5 {
  margin-bottom: 15px;
  color: black;
}

.work-wrap-box p {
  margin-bottom: 0;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.work-wrap-box.work-first:before {
  position: absolute;
  content: "";
  background: url("../img/bg/wrk-bg-03.png") no-repeat;
  top: -17px;
  right: -83%;
  width: 100%;
  height: 100%;
}

@media (max-width: 767.98px) {
  .work-wrap-box.work-first:before {
    display: none;
  }
}

.work-wrap-box.work-last:after {
  position: absolute;
  content: "";
  background: url("../img/bg/wrk-bg-04.png") no-repeat;
  bottom: -81%;
  right: -295px;
  width: 100%;
  height: 100%;
}

@media (max-width: 767.98px) {
  .work-wrap-box.work-last:after {
    display: none;
  }
}

.search-input.search-input-three i {
  color: #424242;
}

.search-input.search-input-three .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #898989;
  font-weight: 400;
  padding-left: 10px;
}

.search-input.search-input-three .select2-container--default .select2-selection--single .select2-selection__arrow b {
  margin-top: -1px;
}

.search-input.search-input-three input::placeholder {
  color: #898989;
}


.search-box.search-box-three {
  padding: 18px;
}

.form-control {
  border-color: #dcdcdc;
  color: #333;
  font-size: 15px;
  min-height: 42px;
  padding: 6px 15px;
}

.searchbox-list {
  display: flex;
  justify-content: space-between;
  width: 87%;
}

.search-btn.search-btn-three .btn-primary i {
  font-size: 18px;
}


.owl-carousel.stylists-slider .stylists-main-img img {
  width: 270px;
  height: 270px;
  border-radius: 50%;
  border: 2px dashed #2A396D;
  padding: 20px;
  margin-bottom: 25px;
}


.say-about .review-passage {
  color: #fff;
}


.service-img.service-latest-img {
  position: relative;
}

.service-img.service-latest-img::before {
  content: "";
  background-color: rgba(13, 21, 49, 0.5019607843);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.9;
  z-index: 1;
}

.bar-icon.bar-icon-three span {
  background-color: #ff0080;
}

.progress-wrap.progress-wrap-three::after {
  color: #ff0080;
}

.progress-wrap.progress-wrap-three svg.progress-circle path {
  stroke: #ff0080;
}

.slick-prev {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 40px;
  height: 40px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  box-shadow: 1px 6px 14px rgba(0, 0, 0, 0.2);
  background: #fff;
  border-radius: 100%;
  cursor: pointer;
  border: none;
  outline: none;
  background: #fff;
  z-index: 9999;
  left: 100px;
  z-index: 1;
}

.slick-prev:hover {
  background-color: #0d47a1;
  color: #fff;
  opacity: 1;
}

.slick-prev:hover:before {
  color: #fff;
  opacity: 1;
}

.slick-prev:focus {
  background-color: #0d47a1;
  color: #fff;
  opacity: 1;
}

.slick-prev:focus:before {
  color: #fff;
  opacity: 1;
}

.slick-prev:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
  color: #383838;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "←";
}

.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 40px;
  height: 40px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  box-shadow: 1px 6px 14px rgba(0, 0, 0, 0.2);
  background: #fff;
  border-radius: 100%;
  cursor: pointer;
  border: none;
  outline: none;
  background: #fff;
  z-index: 9999;
  right: 100px;
  z-index: 1;
}

.slick-next:hover {
  background-color: #0d47a1;
  color: #fff;
  opacity: 1;
}

.slick-next:hover:before {
  color: #fff;
  opacity: 1;
}

.slick-next:focus {
  background-color: #0d47a1;
  color: #fff;
  opacity: 1;
}

.slick-next:focus:before {
  color: #fff;
  opacity: 1;
}

.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
  color: #383838;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "→";
}

.banner-slider .slick-prev:hover:before {
  color: #fff;
  opacity: 1;
  border: solid #fff;
}

.banner-slider .slick-prev:focus:before {
  color: #fff;
  opacity: 1;
  border: solid #fff;
}

.banner-slider .slick-prev:before {
  font-family: "slick";
  font-size: 10px;
  line-height: 1;
  opacity: 0.75;
  color: #3E4265;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border: solid #3E4265;
  border-width: 0 3px 3px 0 !important;
  display: inline-block;
  padding: 3px;
  margin-right: -3px;
  content: "";
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}

.banner-slider .slick-next:hover:before {
  color: #fff;
  opacity: 1;
  border: solid #fff;
}

.banner-slider .slick-next:focus:before {
  color: #fff;
  opacity: 1;
  border: solid #fff;
}

.banner-slider .slick-next:before {
  font-family: "slick";
  font-size: 10px;
  line-height: 1;
  opacity: 0.75;
  color: #3E4265;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border: solid #3E4265;
  border-width: 0 3px 3px 0 !important;
  display: inline-block;
  padding: 3px;
  margin-left: -3px;
  content: "";
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.slick-prev.slick-disabled:before {
  opacity: 0.25;
}

.slick-next.slick-disabled:before {
  opacity: 0.25;
}

[dir=rtl] .slick-prev {
  right: -25px;
  left: auto;
}

[dir=rtl] .slick-prev:before {
  content: "→";
}

[dir=rtl] .slick-next {
  right: auto;
  left: -25px;
}

[dir=rtl] .slick-next:before {
  content: "←";
}

.slick-slider {
  margin-top: 100px !important;
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-slider .slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-slider .slick-list .slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-slider .slick-list .slick-track:before {
  display: table;
  content: "";
}

.slick-slider .slick-list .slick-track:after {
  display: table;
  content: "";
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

.footer.footer-two .footer-top {
  padding-bottom: 18px;
}

@media (max-width: 991.98px) {
  .footer.footer-two .footer-top {
    padding: 40px 0 8px;
  }
}

.footer.footer-two .footer-bottom .payment-image,
.footer.footer-two .footer-bottom .social-icon,
.footer.footer-two .footer-bottom .copyright-text {
  margin-bottom: 8px;
}

@media (max-width: 991.98px) {
  .footer.footer-two .footer-bottom .copyright-text p {
    text-align: center;
  }
}

.footer.footer-two .footer-widget ul li+li {
  margin-top: 10px;
}

.service-section .card-body {
  padding: 0;
}

.service-section .card-body .service-widget {
  background-color: #fff;
  border: 0;
  margin-bottom: 0;
}

.service-section .card-body .service-widget:hover {
  box-shadow: none;
}

.service-section .card-body .service-widget .item-info {
  position: absolute;
  right: 10%;
  top: 10%;
  width: 100%;
  padding: 0 20px 20px;
  z-index: 1;
}

.search-input.search-input-three i {
  color: #424242;
}

.search-input.search-input-three .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #898989;
  font-weight: 400;
  padding-left: 10px;
}

.search-input.search-input-three .select2-container--default .select2-selection--single .select2-selection__arrow b {
  margin-top: -1px;
}

.search-input.search-input-three input::placeholder {
  color: #898989;
}

.search-box.search-box-three {
  padding: 18px;
}

@media (max-width: 767.98px) {
  .search-box.search-box-three .search-form-profile {
    flex-wrap: wrap;
  }
}

.form-control {
  border-color: #dcdcdc;
  color: #333;
  font-size: 15px;
  min-height: 42px;
  padding: 6px 15px;
}

.search-btn-three .btn-primary {
  background-color: #ff0080;
  border: 1px solid #ff0080;
  padding: 15px;
  font-size: 14px;
}

.search-btn-three .btn-primary:hover {
  border: 1px solid #0d47a1;
}

.search-btn.search-btn-three .btn-primary i {
  font-size: 18px;
}

.blog-section-three .blog {
  padding: 0;
}

.blog-section-three .blog-content {
  padding: 20px;
}

.blog-section-three .blog-view a {
  color: #ff0080;
}

.blog-section-three .cat-blog {
  background: #F0EBFD;
  color: #5625E8;
  padding: 2px 10px;
  border: 1px solid #F0EBFD;
  border-radius: 5px;
}

.blog-section-three .blog.blog-new .blog-image .date {
  background-color: #ff0080;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  position: absolute;
  left: 10px;
  right: 182px;
  top: 10px;
}

.blog-section-three .blog.blog-new .blog-image .date span {
  font-weight: normal;
  font-size: 12px;
}

.owl-carousel.stylists-slider .stylists-main-img img {
  width: 180px;
  height: 180px;
  border-radius: 50%;
  border: 2px dashed #2A396D;
  padding: 20px;
  margin-bottom: 25px;
}

.say-about .review-passage {
  color: #fff;
}

.copyright-menu {
  float: right;
}

.copyright-menu .footer-menu li a:hover {
  color: #ff0080;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

.footer-four .footer-menu-three h2 {
  color: #242B3A;
}

.footer-four .footer-menu-three ul li {
  margin-bottom: 12px;
}

.footer-four .footer-menu-three ul li a {
  color: #656B76;
  margin-left: 0;
  font-size: 16px;
}

.footer-four .footer-menu-three ul li::before {
  content: none;
}

.footer-four .footer-bottoms {
  background-color: #EBECED;
}

.footer-four .footer-top-four {
  padding: 40px 0 16px !important;
}

.service-widget-nine .service-img,
.service-widget-nine .service-img .serv-img {
  border-radius: 0;
}

.catering-slider .service-two.service-four {
  padding: 0;
  margin-bottom: 40px;
}

.section-heading.section-heading-four .btn-view {
  border-radius: 95px;
  padding: 15px 27px;
}

@media (max-width: 767.98px) {
  .section-heading.section-heading-four .btn-view {
    padding: 10px 20px;
  }
}

.section-heading.working-four-heading h2 {
  font-size: 32px;
}

.search-input.search-input-three.search-input-four .form-group input::placeholder {
  color: #6C6C6C;
}

.search-input.search-input-three.search-input-four .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 45px;
  font-weight: 400;
  color: #6C6C6C;
}

.search-box.search-box-four .search-three-form .search-input.search-input-three {
  width: 100%;
}

.search-box.search-box-four .search-three-form .form-group {
  width: 85%;
}

@media (max-width: 767.98px) {
  .search-box.search-box-four .search-three-form .form-group {
    width: 100%;
  }
}

.search-box.search-box-four i {
  color: #424242;
}

.search-box.search-box-four .btn i {
  color: #fff;
}

.item-info.item-info-four {
  padding: 0 20px 0;
  font-size: 14px;
}

.owl-carousel.useful-four-slider .useful-img img {
  width: 30px;
  height: 30px;
  border-radius: 50%;
}

.owl-carousel.client-four-slider .client-review-img img {
  width: 65px;
  height: 65px;
  border-radius: 50%;
  border: 5px solid #fff;
}

.footer.footer-5 {
  background: #F4F5F5 !important;
}

.footer.footer-5 .footer-top {
  background: #F4F5F5 !important;
  padding-bottom: 26px;
}

.footer.footer-5 .footer-top .footer-menu ul li {
  margin-bottom: 18px;
}

.footer.footer-5 .footer-top .footer-menu ul li:last-child {
  margin-bottom: 0;
}

.footer.footer-5 .footer-widget .subscribe-form .form-control {
  border: 0;
  padding: 10px 50px 10px 10px;
  min-height: 56px;
}

.footer.footer-5 .footer-widget .subscribe-form .btn {
  right: 10px;
}

.footer.footer-5 .footer-widget .footer-btn {
  width: 40px;
  height: 36px;
  color: #FFF;
}

.footer.footer-5 .footer-widget .footer-btn:hover {
  background: #0d47a1;
  border-color: #0d47a1;
}

.footer.footer-5 .footer-widget .social-icon a {
  background: #FFF !important;
}

.footer.footer-5 .footer-widget .social-icon a:hover {
  color: #0d47a1;
}

.footer.footer-5 .footer-bottom {
  background: #F4F5F5 !important;
  padding: 20px 0;
}

@media (max-width: 767.98px) {
  .footer.footer-5 .copyright-menu {
    float: left;
  }
}

/* completed till here 5 */

.search-box-two.search-box-six {
  padding: 10px;
  width: 114%;
  position: relative;
  z-index: 1;
}

@media (max-width: 991.98px) {
  .search-box-two.search-box-six {
    display: inline-block;
    border-radius: 0;
    width: 100%;
  }
}

@media (max-width: 767.98px) {
  .search-box-two.search-box-six {
    display: inline-block;
    border-radius: 0;
  }
}

.search-box-two.search-box-six form {
  display: flex;
  align-items: center;
}

@media (max-width: 991.98px) {
  .search-box-two.search-box-six form {
    flex-wrap: wrap;
    flex-direction: column;
    align-items: start;
  }
}

@media (max-width: 767.98px) {
  .search-box-two.search-box-six form {
    flex-wrap: wrap;
    flex-direction: column;
  }
}

.search-box-two.search-box-six .search-input-new.line-six {
  width: 45%;
}

@media (max-width: 991.98px) {
  .search-box-two.search-box-six .search-input-new.line-six {
    width: 100%;
  }
}

.search-box-two.search-box-six .search-input-new.line-two-six {
  width: 35%;
}

@media (max-width: 991.98px) {
  .search-box-two.search-box-six .search-input-new.line-two-six {
    width: 100%;
  }
}

.search-box-two.search-box-six .search-btn {
  width: 20%;
}

@media (max-width: 991.98px) {
  .search-box-two.search-box-six .search-btn {
    width: 100%;
  }
}

@media (max-width: 767.98px) {
  .search-box-two.search-box-six .search-btn {
    width: 100%;
  }
}

.search-box-two.search-box-six .search-btn .btn {
  padding: 8px 16px;
  font-size: 16px;
  font-weight: 500;
}

.search-box-two.search-box-six .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #242B3A !important;
  font-size: 16px;
  font-weight: 400;
}

.search-input-new.line-two-six input {
  padding: 0px 40px 0px 10px;
  height: 40px;
  min-height: 40px;
}

.search-input-new.line-two-six input::placeholder {
  color: #242B3A !important;
}

.search-input-new.line-two-six i {
  color: #0d47a1;
  right: 12px;
}

.search-input-new.line-two-six .form-group input::placeholder {
  color: #74788d;
  font-size: 16px;
  font-weight: 400;
}

.search-input-new.line-six .select2-container--default .select2-selection--single {
  border: 0;
  height: 40px;
}

.search-input-new.line-six .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #0d47a1;
}

.section-heading.section-heading-six h2 {
  color: #242B3A;
  margin-bottom: 0;
}

@media (max-width: 991.98px) {
  .section-heading.section-heading-six h2 {
    font-size: 34px;
  }
}

@media (max-width: 767.98px) {
  .section-heading.section-heading-six h2 {
    font-size: 28px;
  }
}

.section-heading.section-heading-six h2 span {
  color: #0d47a1;
}


@media (max-width: 991.98px) {
  .section-heading.section-heading-six {
    margin-bottom: 30px;
  }
}


.modal-content-video {
  padding: 0 !important;
}

.modal-content-video .modal-content {
  background: #000;
}

.modal-content-video .modal-header {
  border: 0;
}

.modal-content-video .modal-header button.close {
  color: #fff;
  opacity: 1;
}

.footer-bottom.footer-bottom-six {
  background-color: #F4F5F5;
}

.footer-bottom.footer-bottom-six .copyright-text {
  margin-bottom: 8px;
}

.footer-bottom.footer-bottom-six .copyright-menu {
  margin-bottom: 8px;
}

@media (max-width: 767.98px) {
  .footer-bottom.footer-bottom-six .copyright-menu {
    float: left;
  }
}

.footer-bottom.footer-bottom-six .copyright-menu ul {
  display: flex;
}

.footer-bottom.footer-bottom-six .copyright-menu ul li {
  padding-right: 10px;
}

.footer-bottom.footer-bottom-six .copyright-menu ul li a {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #111827;
  color: #FFF;
  font-size: 12px;
}

.footer-bottom.footer-bottom-six .copyright-menu ul li a:hover {
  background: #0d47a1;
  color: #fff;
}

.footer-bottom .copyright-menu ul li .footer-six-link {
  background-color: #111827;
  color: #FFF;
}

.search-box-two.search-box-eight {
  max-width: 900px;
  margin: auto;
  border-radius: 50px;
  padding: 20px;
  margin-bottom: 30px;
}

.search-box-two.search-box-eight .search-input-new {
  width: 40%;
}

.search-box-two.search-box-eight .search-input-new i {
  left: 15px;
  right: auto;
  color: #424242;
}

@media (max-width: 575.98px) {
  .search-box-two.search-box-eight .search-input-new {
    width: 100%;
  }
}

.search-box-two.search-box-eight .search-btn {
  width: 20%;
}

.search-box-two.search-box-eight .search-btn .btn {
  border-radius: 40px;
  padding: 9px 10px;
}

@media (max-width: 575.98px) {
  .search-box-two.search-box-eight .search-btn {
    width: 100%;
  }
}

.search-box-two.search-box-eight .select2-container--default .select2-selection--single .select2-selection__rendered {
  text-align: start;
  color: #6C6C6C;
  padding-left: 10px;
}

.search-box-two.search-box-eight .select2-container--default .select2-selection--single {
  border: 0;
}

.search-box-two.search-box-eight .search-input-new.line-six {
  position: relative;
}

.search-box-two.search-box-eight .search-input-new.line-six .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #424242;
}

.search-box-two.search-box-eight .search-input-new.line-six::before {
  position: absolute;
  right: 0;
  top: 50%;
  width: 1px;
  height: 22px;
  background: rgba(42, 57, 109, 0.1);
  content: "";
  z-index: 1;
  margin-top: -10px;
}

.search-box-two.search-box-eight .search-input-new.line-two-six input {
  padding: 0px 10px 0px 40px;
  height: auto;
}

.search-box-two.search-box-eight .search-input-new.line-two-six input::placeholder {
  color: #6C6C6C;
  font-size: 14px;
}


.owl-carousel .professional-eight-img-ryt img {
  width: 250px;
  height: 250px;
  border-radius: 50%;
  margin-bottom: 20px;
}

.footer.footer-eight {
  background: #F4F5F5 !important;
}

.footer.footer-eight .footer-top {
  padding: 50px 0 40px 0;
}

@media (max-width: 991.98px) {
  .footer.footer-eight .footer-top {
    padding: 30px 0;
  }
}

@media (max-width: 767.98px) {
  .footer.footer-eight .footer-top {
    padding: 20px 0;
  }
}

.footer.footer-eight .footer-contact-info p {
  padding-left: 30px;
}

.footer.footer-eight .footer-widget .footer-logo {
  margin-bottom: 20px;
}

.footer.footer-eight .social-icon ul {
  margin: 0 0 0px;
}

.footer.footer-eight .social-icon ul a {
  background: #111827 !important;
  color: #FFF;
}

.footer.footer-eight .social-icon ul a:hover {
  color: #0d47a1;
}

.footer.footer-eight .footer-contact-info span {
  color: #ff0080;
}

.footer-menu-eight ul li img {
  margin-right: 10px;
}

.footer-menu-8 ul li {
  margin-bottom: 18px;
}

.search-box.search-box-five {
  padding: 12px;
  margin-top: 0;
}

.search-box.search-box-five .search-input {
  width: 50%;
  float: none;
  justify-content: end;
}

.search-box.search-box-five .search-input .btn {
  justify-content: center;
}

@media (max-width: 767.98px) {
  .search-box.search-box-five .search-input {
    justify-content: start;
    width: 100%;
  }
}

.search-box.search-box-five .search-input .form-group {
  width: calc(100% - 40px);
}

@media (max-width: 767.98px) {
  .search-box.search-box-five .search-input .form-group {
    width: 100%;
  }
}

@media (max-width: 767.98px) {
  .search-box.search-box-five .search-input {
    width: 100%;
  }
}

.search-box.search-box-five .select2-container--default .select2-selection--single {
  border: none;
}

.search-box.search-box-five .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #626262;
  font-weight: 400;
  padding-left: 0;
}

.search-box.search-box-five .search-box-form {
  display: flex;
}

@media (max-width: 767.98px) {
  .search-box.search-box-five .search-box-form {
    flex-direction: column;
  }
}


@media (max-width: 991.98px) {
  .feature-category-nine {
    justify-content: center;
  }
}

.btn-sec.btn-sec-five .btn-view {
  background-color: #203066;
  padding: 15px 30px;
  border-radius: 8px;
}

.fav-item .fav-icon.fav-icon-five {
  width: 35px;
  height: 35px;
}

.fav-item .fav-icon.fav-icon-five:hover {
  background-color: #0d47a1;
}

.owl-carousel.car-testimonials-five-slider .test-five-img img {
  width: 119px;
  height: 119px;
  border-radius: 50%;
  margin-bottom: 20px;
  flex-shrink: 0;
}

@media (max-width: 991.98px) {
  .owl-carousel.car-testimonials-five-slider .test-five-img img {
    width: 100%;
    height: 100%;
  }
}

@media (max-width: 767.98px) {
  .owl-carousel.car-testimonials-five-slider .test-five-img img {
    width: 100px;
    height: 100px;
  }
}

.blog-section.blog-five-section {
  padding: 0 0 66px;
}

@media (max-width: 991.98px) {
  .blog-section.blog-five-section {
    padding: 0 0 26px;
  }
}

@media (max-width: 767.98px) {
  .blog-section.blog-five-section {
    padding: 0 0 16px;
  }
}


.fav-item {
  display: flex;
  justify-content: end;
}

.fav-item .fav-items-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #FFF;
  padding: 6px 6px;
  border-radius: 6px;
}

.fav-item .item-cat.item-car {
  font-size: 24px;
}

.fav-items-container {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 20px;
  width: 100%;
}

.fav-items-container h5 a {
  color: #FFF;
}

.fav-items-container h5 a:hover {
  color: #0d47a1;
}

.fav-items-container .card {
  background-color: rgba(17, 24, 39, 0.8980392157);
  border: 1px solid rgba(17, 24, 39, 0.8980392157);
}


.section-heading.car-wash-heading {
  position: relative;
}

.section-heading.car-wash-heading h2 {
  position: relative;
}

@media (max-width: 991.98px) {
  .section-heading.car-wash-heading h2 {
    font-size: 34px;
  }
}

@media (max-width: 767.98px) {
  .section-heading.car-wash-heading h2 {
    font-size: 30px;
  }
}

.section-heading.car-wash-heading p {
  color: #656B76;
}

.section-heading.car-wash-heading .car-wash-header-one {
  margin-right: 8px;
}

.section-heading.car-wash-heading .car-wash-header-two {
  margin-left: 8px;
}

.footer.footer-five {
  background-color: #111827;
}

.footer.footer-five .footer-widget.footer-menu ul {
  display: flex;
  flex-direction: column;
  row-gap: 12px;
  align-items: start;
}

.footer.footer-five .footer-widget.footer-menu ul li a {
  color: #EBECED !important;
}

.footer.footer-five .footer-widget.footer-menu ul li a:hover {
  color: #0d47a1;
}

.footer.footer-five .footer-widget.footer-contact .footer-contact-info span {
  color: #0d47a1;
}

.footer.footer-five .footer-bottom-car .copyright {
  border-top: 1px solid rgba(255, 255, 255, 0.07);
}

.footer.footer-five .footer-bottom-car .copyright .payment-image ul {
  justify-content: start;
}

.footer.footer-five .footer-bottom-car .copyright .copyright-text p {
  color: #fff;
}

.footer.footer-five .footer-bottom-car .copyright .copyright-menu .policy-menu li a {
  color: #fff;
}

.footer.footer-five .footer-top {
  background: transparent;
  padding-bottom: 6px;
}

.footer.footer-five .footer-top .footer-widget .footer-content p {
  color: #fff;
}

.footer.footer-five .footer-top .subscribe-form .footer-btn {
  right: 5px;
}

.footer.footer-five .footer-top .subscribe-form .footer-btn:hover {
  background: #0d47a1;
  color: #FFF;
}

.footer.footer-five .social-icon ul li a:hover {
  background-color: #0d47a1;
}

.footer.footer-five .footer-widget.footer-menu .footer-title,
.footer.footer-five .footer-widget.footer-contact .footer-title,
.footer.footer-five .footer-widget .footer-title,
.footer.footer-five .footer-widget .footer-subtitle {
  color: #fff;
}

.footer.footer-five .footer-widget.footer-menu ul li a,
.footer.footer-five .footer-widget.footer-contact .footer-contact-info p {
  color: #fff;
}

.footer-content {
  margin-bottom: 24px;
}

.footer-content .footer-subtitle {
  margin-bottom: 8px;
}

.footer-widget h2 {
  margin-bottom: 16px;
}

.footer-widget .social-icon ul li a {
  background-color: #FFF;
  color: #242B3A;
}

.footer-contact-info {
  margin-bottom: 24px;
}

.footer-contact-info .icons span {
  position: relative !important;
  background-color: #0d47a1;
  padding: 14px;
  color: #FFF !important;
}

.footer-contact-info p {
  padding-left: 10px;
}

.footer .footer-bottom-car {
  background-color: #111827 !important;
  border: 0;
  padding: 20px;
}

.footer .footer-bottom-car .copyright {
  padding-top: 20px;
}

.footer .footer-bottom-car .copyright .copyright-menu ul li {
  padding-right: 15px;
  border-right: 1px solid #FFF;
}

.footer .footer-bottom-car .copyright .copyright-menu ul li:last-child {
  border: 0;
  padding: 0;
}


/* completed till here 7  */
.search-box-two.search-box-seven {
  max-width: 1068px;
  margin: -117px auto 0 auto;
  background: #FFF;
  box-shadow: -8px 0px 44px 0px rgba(65, 65, 65, 0.1882352941);
}

.search-box-two.search-box-seven .search-input-new>i.bficon {
  color: #67687A;
}

.search-box-two.search-box-seven .search-btn .btn i {
  margin-right: 10px;
}

@media (max-width: 991.98px) {
  .search-box-two.search-box-seven {
    display: none;
  }
}

.feature-icon.feature-icon-seven span {
  width: 113px;
  height: 113px;
  background: #F9F5FF;
}

.owl-nav.mynav.mynav-seven button.owl-next:hover,
.owl-nav.mynav.mynav-seven button.owl-prev:hover {
  background-color: #0d47a1 !important;
}

.owl-carousel.categories-slider-seven .owl-item img {
  width: auto;
}


.section-heading.section-heading-seven h2 {
  color: #203066;
}

.section-heading.section-heading-seven p {
  color: #67687A;
}


@media (max-width: 991.98px) {
  .section-heading h2 {
    font-size: 28px;
  }
}

.footer.footer-seven {
  background: #111827;
}

.footer.footer-seven .footer-top {
  background: #111827;
  padding: 40px 0 16px;
}

.footer.footer-seven .footer-title {
  color: #fff;
}

.footer.footer-seven .footer-menu ul li a {
  color: #F0F0F0;
}

.footer.footer-seven .social-icon ul {
  margin-bottom: 0;
}

.footer.footer-seven .social-icon ul li a {
  background: none;
  color: #FFF;
}

.footer.footer-seven .footer-widget .footer-six-main .footer-six-left img {
  filter: invert(1) brightness(100);
  width: 18px;
  height: 18px;
  margin-right: 0;
}

.footer.footer-seven .footer-widget .footer-six-main .footer-six-left .footer-seven-icon {
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 48px;
  height: 48px;
  border-radius: 30px;
  background: #0d47a1;
  margin-right: 12px;
  flex-shrink: 0;
}

.footer.footer-seven .footer-widget .footer-six-main .footer-six-left .footer-six-ryt span {
  color: rgba(255, 255, 255, 0.7);
}

.footer.footer-seven .footer-widget .footer-six-main .footer-six-left .footer-six-ryt h6 {
  color: #fff;
}

.footer.footer-seven .footer-bottom.footer-bottom-seven .copyright {
  border-top: 1px solid #454545;
}

.footer-selects.footer-selects-seven .subscribe-form .form-control {
  height: 48px;
  min-height: 48px;
  border-radius: 30px;
  padding: 6px 102px 6px 19px;
}

.footer-selects.footer-selects-seven .subscribe-form .form-control::placeholder {
  color: #203066;
}

.footer-selects.footer-selects-seven .subscribe-form .footer-btn {
  font-size: 14px;
  padding: 7px 21px;
  background: #0d47a1;
  color: #fff;
  border-radius: 30px;
  right: 8px;
}

.footer-selects.footer-selects-seven .footer-subtitle {
  color: #fff;
}

.footer-widget.footer-widget-seven .footer-content p {
  color: #F0F0F0;
}

.footer-bottom.footer-bottom-seven {
  background: #111827;
  border-top: 1px solid #242B3A;
  padding: 0;
}

.footer-bottom.footer-bottom-seven .copyright {
  border-top: 0 !important;
  padding: 20px 0;
}

.footer-bottom.footer-bottom-seven .copyright .copyright-text p {
  color: #fff;
  margin-bottom: 0;
}

.owl-nav button:hover {
  background: #0d47a1 !important;
  color: #FFF !important;
}

.owl-nav button.owl-prev {
  margin-right: 10px;
}

.owl-nav button.owl-next,
.owl-nav button.owl-prev {
  width: 32px;
  height: 32px;
  background: #fff !important;
  box-shadow: 0px 4px 14px rgba(141, 141, 141, 0.25);
  text-shadow: none;
  top: 4px;
  cursor: pointer;
  border: 0;
  border-radius: 50%;
  color: #28283C;
  margin-bottom: 30px;
  transition: ease all 0.5s;
  -webkit-transition: ease all 0.5s;
  -ms-transition: ease all 0.5s;
}

.owl-nav button.owl-next:hover,
.owl-nav button.owl-prev:hover {
  background: #0d47a1 !important;
}

.footer.footer-seven .footer-widget ul li+li {
  margin-top: 10px;
}

.wizard ul {
  display: flex;
  justify-content: center;
  text-align: center;
  margin-bottom: 50px;
}

.wizard ul li {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
}

.wizard ul li h5 {
  font-size: 16px;
  margin: 10px 0;
  font-weight: 400;
}

.wizard ul li span.dot-active {
  width: 18px;
  height: 18px;
  border: 1px solid #DDD;
  background-color: #fff;
  display: flex;
  border-radius: 50%;
  margin: auto;
  margin-bottom: 0;
  z-index: 1;
}

.wizard ul li::after {
  content: "";
  width: 50%;
  height: 1px;
  background: #DDD;
  position: absolute;
  bottom: 9px;
  left: 0;
}

.wizard ul li::before {
  content: "";
  width: 100%;
  height: 1px;
  background: #DDD;
  position: absolute;
  bottom: 9px;
  right: 0;
}

.wizard ul li:first-child:before {
  width: 50%;
}

.wizard ul li:first-child::after {
  display: none;
}

.wizard ul li:last-child::before {
  display: none;
}

.wizard ul li.progress-activated::after {
  background: #0d47a1;
}

.wizard ul li.progress-activated::before {
  background: #0d47a1;
}

.wizard ul li.progress-activated span.dot-active {
  border-color: #0d47a1;
  background-color: #0d47a1;
}

.wizard ul li.progress-active::after {
  background: #0d47a1;
}

.wizard ul li.progress-active span.dot-active {
  border-color: #0d47a1;
}


.wizard-form-card {
  padding: 24px;
  background: #fff;
}

.wizard-form-card .card-title {
  margin-bottom: 30px;
}

.wizard-form-card .card-title h4 {
  margin-bottom: 5px;
}


@media only screen and (max-width: 575.98px) {
  .wizard ul li span.dot-active {
    display: none;
  }

  .wizard ul li::before,
  .wizard ul li::after {
    display: none;
  }

  .wizard ul {
    flex-direction: column;
    row-gap: 20px;
  }

  .wizard ul li {
    border-bottom: 2px solid #F9F9F9;
  }

  .wizard ul li.progress-activated {
    border-color: #0d47a1;
  }

  .install-step .requirment-field {
    flex-direction: column;
    align-items: start;
    row-gap: 10px;
  }
}

.booking-sidebar.request-sidebar::before {
  display: none;
}

.booking-sidebar.request-sidebar::after {
  display: none;
}

.booking-sidebar.request-sidebar #bokingwizard li {
  color: #242B3A;
  font-size: 16px;
  padding-left: 30px;
}

.booking-sidebar.request-sidebar #bokingwizard li span::before {
  width: 20px;
  height: 20px;
  border-color: #C9CBCF;
  background: #F4F5F5;
}

.booking-sidebar.request-sidebar #bokingwizard li span::after {
  content: "";
  border: 4px solid #C9CBCF;
  border-radius: 50%;
  position: absolute;
  top: 9px;
  left: 6px;
}

.booking-sidebar.request-sidebar #bokingwizard li::before {
  content: "";
  border: 1px solid #C9CBCF;
  width: 1px;
  height: calc(40% - 2px);
  position: absolute;
  top: 28px;
  left: 9px;
  border-radius: 30px;
}

.booking-sidebar.request-sidebar #bokingwizard li:last-child::before {
  display: none;
}

.booking-sidebar.request-sidebar #bokingwizard li.active::before {
  border-color: #0d47a1;
}

.booking-sidebar.request-sidebar #bokingwizard li.active span::after {
  border-color: #0d47a1;
}

.booking-sidebar.request-sidebar #bokingwizard li.active span::before {
  border-color: #0d47a1;
}

.booking-sidebar.request-sidebar #bokingwizard li.activated::before {
  border-color: #03C95A;
}

.booking-sidebar.request-sidebar #bokingwizard li.activated span::after {
  font-family: "Fontawesome";
  content: "\f00c";
  color: #FFF;
  position: absolute;
  top: 5px;
  left: 5px;
  font-size: 10px;
  border: 0;
}

.booking-sidebar.request-sidebar #bokingwizard li.activated span::before {
  border: 1px solid #03C95A;
  background: #03C95A;
}

.form-floating .form-control {
  min-height: 40px;
  height: 40px;
}

.form-floating label {
  padding: 0.5rem 0.75rem;
  color: #656B76;
}

.form-floating>.form-control:not(:placeholder-shown)~label,
.form-control:focus~label {
  top: -10px;
  color: #242B3A;
}

.form-floating>.form-control:not(:placeholder-shown),
.form-floating .form-control:focus {
  padding-top: 16px;
}


.request-wizard fieldset .card .card-body {
  padding: 20px;
}

@media (max-width: 1199.98px) {
  .request-wizard fieldset .card .card-body {
    padding: 15px;
  }
}

.select2-container {
  min-width: 100% !important;
  z-index: 99;
}

/*# sourceMappingURL=style.css.map */

.logo-text {
  height: 100px !important;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.2;
  /* background: linear-gradient(45deg, #0d47a1, #1976d2, #26c6da); */
  background-color: #0D47A1;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.logo-text i {
  font-size: 60px;
}

.service-slider {
  max-height: 420px;
}

.banner-slider .banner {
  height: 600px;
  /* fixed height */
  overflow: hidden;
  /* hides overflow if needed */
  position: relative;
}

.banner-slider .banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* fills container while cropping edges */
  object-position: center;
  /* keeps image centered */
  display: block;
}

@media (max-width: 1024px) {
  .header-nav {
    justify-content: center;
  }

  .service-slider {
    max-height: 500px;
  }
}

@media (max-width: 800px) {
  .header-nav {
    justify-content: space-between;
  }

  .navbar-header {
    justify-content: space-between;
    /* width: 100%; */
  }

  .work-wrap-box.work-last:after {
    display: none;
  }
}

@media (max-width: 600px) {
  .slick-arrow {
    display: none !important;
  }
}

/* code for services image height  */
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  height: 100% !important;
  padding: 10px;
  border-radius: 10px;
  background-color: #d3d0d0;
  /* optional rounded corners */
  /* box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25) !important; */
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.6) !important;
  /* clean shadow */
  transition: box-shadow 0.3s ease, transform 0.3s ease;
  /* smooth hover */
}

/* new   */
.service-img {
  width: 400px;
  height: 200px;
  object-fit: cover;
  border-radius: 10px;
  border: 2px solid #ddd;
}

.service-title {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  margin: 10px;
  font-size: 16px;
  font-weight: 600;
  width: 70%;
  text-align: center;
  background-color: #ffffffba;
  height: 45px;

  display: flex;
  /* enables flexbox */
  align-items: center;
  /* vertical centering */
  justify-content: center;
  /* horizontal centering */
}

.service-title a {
  color: #0D47A1;
  text-decoration: none;
}

/* logo responsive   */
@media (min-width: 320px) and (max-width: 530px) {
  .navbar-brand.logo img {
    height: 20px;
    max-width: 100%;
    max-height: 45px;
    margin-bottom: 5px;
  }

  .navbar-brand.logo .logo-text {
    margin: 0;
    font-size: 18px !important;
    line-height: 1.1;
    color: #000;
  }
}

.service-slider .service-imgg img.img-fluid {
  padding: 14px;
  display: block;
  /* filter: drop-shadow(0 0 15px black) !important; */
  box-shadow: #00AAE6 !important;
  /* red shadow all around */
  transition: filter 0.3s ease, transform 0.3s ease;
}

.service-slider .service-imgg img.img-fluid:hover {
  transform: translateY(-2px);
  /* filter: drop-shadow(0 0 25px black) !important; */
  box-shadow: #00AAE6 !important;
  /* stronger shadow on hover */
}

.shadow:before {
  content: "";
  position: absolute;
  inset: -5px;
  transform: translate(10px, 8px);
  z-index: -1;
  background-color: #00000040;
  /* background: conic-gradient(from 90deg at 40% -25%, #ffd700, #f79d03, #ee6907, #e6390a, #de0d0d, #d61039, #cf1261, #c71585, #cf1261, #d61039, #de0d0d, #ee6907, #f79d03, #ffd700, #ffd700, #ffd700); */
  filter: blur(10px);
}

.breadcrumb-bar {
  position: relative;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 210px 0 110px 0;
  /* adjust height/padding as needed */
  color: #fff;
  /* text color */
}

@media (max-width: 768px) {
  .breadcrumb-bar {
    position: relative;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 290px 0 100px 0;
    color: #fff;
  }
}

.breadcrumb-bar .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  /* black overlay with 50% opacity */
  z-index: 1;
}

.breadcrumb-bar .container {
  position: relative;
  z-index: 2;
  /* keeps text above overlay */
}

/* Custom Success Popup */
.custom-popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1050;
  align-items: center;
  justify-content: center;
}

.popup-content {
  background: white;
  border-radius: 15px;
  padding: 2.5rem;
  max-width: 500px;
  width: 90%;
  text-align: center;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  animation: popupFadeIn 0.3s ease-out;
}

@keyframes popupFadeIn {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.popup-icon {
  font-size: 4rem;
  color: var(--bs-green);
  margin-bottom: 1rem;
}

.popup-title {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 1rem;
  color: var(--dark-color);
}

.popup-message {
  margin-bottom: 1.5rem;
  color: var(--secondary-color);
}

.popup-actions {
  display: flex;
  gap: 10px;
  justify-content: center;
}

.popup-btn {
  padding: 10px 20px;
  border-radius: 8px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s;
}

.popup-btn-primary {
  background-color: #0D47A1 !important;
  color: white;
  border: none;
}

.popup-btn-primary:hover {
  background-color: #3a5ce5;
}

.popup-btn-secondary {
  background-color: #f8f9fa;
  color: var(--dark-color);
  border: 1px solid #ddd;
}

.popup-btn-secondary:hover {
  background-color: #e9ecef;
}

.footer-contact {
  color: #fff;
}

/* Filter Section */
.filter-section {
  background: white;
  padding: 20px;
  border-radius: 10px;
  box-shadow: var(--shadow);
  margin: 30px auto;
  max-width: 1200px;
}

.filter-title {
  font-size: 1.2rem;
  margin-bottom: 15px;
  color: var(--primary);
  display: flex;
  align-items: center;
}

.filter-title i {
  margin-right: 10px;
}

.filter-row {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}

.filter-group {
  flex: 1;
  min-width: 200px;
}

.filter-group label {
  display: block;
  margin-bottom: 5px;
  font-weight: 500;
  color: var(--dark);
}

.filter-select {
  width: 100%;
  padding: 10px 15px;
  border: 1px solid var(--border);
  border-radius: 5px;
  background: white;
  font-size: 1rem;
}

.list-unstyled li {
  margin-bottom: 8px;
}


.sticky-sidebar {
  position: sticky;
  top: 20px;
}

.service-card img {
  object-fit: cover;
  height: 100%;
}

.service-provider small {
  display: block;
  font-size: 0.8rem;
}

.hidden-service {
  display: none;
}


.company-logo {
  width: 120px;
  height: 120px;
  border-radius: 12px;
  object-fit: cover;
  border: 3px solid #e9ecef;
}

@media (max-width: 768px) {

  .company-logo,
  .user-avatar {
    width: 80px;
    height: 80px;
  }
}

.dashboard-logo-text {
  font-size: 14px;
}

.company-logo-preview {
  width: 150px;
  height: 150px;
  border-radius: 12px;
  object-fit: cover;
  border: 3px solid #e9ecef;
  display: block;
  margin: 0 auto 1rem;
}

.logo-upload-area {
  border: 2px dashed #ced4da;
  border-radius: 12px;
  padding: 2rem;
  text-align: center;
  cursor: pointer;
  transition: var(--transition);
  margin-bottom: 1.5rem;
}

.logo-upload-area:hover {
  border-color: var(--primary-color);
  background-color: rgba(67, 97, 238, 0.05);
}

.logo-upload-icon {
  font-size: 3rem;
  color: #6c757d;
  margin-bottom: 1rem;
}

.step-indicator {
  display: flex;
  justify-content: space-between;
  margin-bottom: 2rem;
  position: relative;
}

.step-indicator:before {
  content: '';
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
  height: 2px;
  background-color: #e9ecef;
  z-index: 1;
}

.step {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 2;
}

.step-number {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #e9ecef;
  color: #6c757d;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  margin-bottom: 0.5rem;
  transition: var(--transition);
}

.step.active .step-number {
  background-color: #0d47a1;
  color: white;
}

.step.completed .step-number {
  background-color: #4bb543;
  color: white;
}

.step-label {
  font-size: 0.9rem;
  font-weight: 500;
  color: #6c757d;
}

.step.active .step-label {
  color: var(--primary-color);
  font-weight: 600;
}

.tab-pane {
  padding: 1.5rem 0;
}

.business-category-card {
  border: 2px solid #e9ecef;
  border-radius: 10px;
  padding: 1.5rem;
  text-align: center;
  cursor: pointer;
  transition: var(--transition);
  margin-bottom: 1rem;
  height: 100%;
}

.business-category-card:hover {
  border-color: var(--primary-color);
  transform: translateY(-5px);
}

.business-category-card.selected {
  border-color: var(--primary-color);
  background-color: rgba(67, 97, 238, 0.05);
}

.business-category-icon {
  font-size: 2.5rem;
  color: var(--primary-color);
  margin-bottom: 1rem;
}

@media (max-width: 768px) {
  .dashboard-wrapper {
    padding: 15px;
  }

  .step-indicator {
    flex-wrap: wrap;
  }

  .step {
    width: 50%;
    margin-bottom: 1rem;
  }

  .step-indicator:before {
    display: none;
  }
}

.theiaStickySidebar {
  position: sticky;
  top: 20px;
  /* distance from top of viewport */
}

#globalproducts,
#globalservices,
#propertypromotion {
  display: none;
  /* hide initially */
}

#propertypromotion {
  display: flex;
  /* show Property Promotion by default */
}

#propertypromotion i {
  margin-top: 5px;
}

.feature-widget .feature-icon span i {
  font-size: 25px;
  color: #fff;
}

/* 18.10  */
#togglePassword {
  color: #6c757d;
  cursor: pointer;
}

#togglePassword:hover {
  color: #6c757d;
}

.login-or {
  position: relative;
  text-align: center;
}

.login-or::before,
.login-or::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 40%;
  height: 1px;
  background: #dee2e6;
}

.login-or::before {
  left: 0;
}

.login-or::after {
  right: 0;
}

/* seervices button fixed  */
.sticky-button-wrapper {
  position: relative;
  margin-top: 20px;
}

/* Floating Button - Hidden by default */
.floating-book-button {
  position: fixed;
  top: -100px;
  /* or as needed for animation */
  right: 0;
  width: 440px;
  /* set this to the same width as your Fine Art Studio card */
  max-width: 100%;
  z-index: 1000;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  margin-top: -5px;
  visibility: hidden;
  border-radius: 6px 6px 0 0;
  /* optional: rounded top corners */
  transform: none;
  /* remove X translation */
}


.floating-book-button.show {
  top: 90px;
  /* Show at top when visible */
  opacity: 1;
  visibility: visible;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .floating-book-button {
    width: 95%;
    max-width: none;
    left: 50%;
    transform: translateX(-50%);
  }

  .floating-book-button.show {
    top: 70px;
  }
}

/* Smooth scroll behavior */
html {
  scroll-behavior: smooth;
}

/* dashboard alignment */
.align-items-stretch {
  align-items: stretch !important;
}

.card.w-100 {
  height: 100%;
}

/* table for services in dashboard  */
/* Toggle Switch Style */
.switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 26px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

input:checked+.slider {
  background-color: #154CA3;
}

input:checked+.slider:before {
  transform: translateX(24px);
}

/* General Table & Button Styling */
.table th,
.table td {
  vertical-align: middle;
}

.btn-sm i {
  font-size: 14px;
}

/* Responsive width */
.card {
  width: 100%;
  border-radius: 10px;
}

.modern-table {
  border: none;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.modern-table thead {
  /* background: linear-gradient(135deg, #154CA3 0%, #1e62d8 100%); */
  background-color: #0D47A1 !important;
}

.modern-table th {
  border: none;
  padding: 15px 12px;
  font-weight: 600;
  font-size: 14px;
}

.modern-table td {
  border: none;
  padding: 12px;
  vertical-align: middle;
  border-bottom: 1px solid #f0f0f0;
}

/* Alternating Row Colors */
.modern-table tbody tr {
  background-color: #fff;
}

.modern-table tbody tr td {
  background-color: transparent;
}

.modern-table tbody tr:nth-child(even) {
  background-color: #f5f5f5;
}

/* Service Image */
.dashboard-service-img {
  width: 60px;
  height: 60px;
  object-fit: cover;
  border-radius: 8px;
  border: 2px solid #e9ecef;
}

/* Status Switch */
.status-switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 24px;
}

.status-switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.status-slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  transition: .4s;
  border-radius: 24px;
}

.status-slider:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  transition: .4s;
  border-radius: 50%;
}

input:checked+.status-slider {
  background-color: #28a745;
}

input:checked+.status-slider:before {
  transform: translateX(26px);
}

/* Action Buttons */
.btn-action {
  width: 32px;
  height: 32px;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  margin: 2px;
}

/* Card Improvements */
.service-card {
  border: none;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  overflow: hidden;
}

.card-header-gradient {
  /* background: linear-gradient(135deg, #154CA3 0%, #1e62d8 100%); */
  background-color: #0D47A1 !important;
  border: none;
  padding: 20px;
}

.image-upload-container {
  border: 2px dashed #dee2e6;
  border-radius: 10px;
  width: 400px;
  height: 200px;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease;
}

.image-upload-container:hover {
  border-color: #154CA3;
  background-color: #f8f9ff;
}

.price-input {
  position: relative;
}

.price-input:before {
  content: "$";
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  color: #6c757d;
  font-weight: 500;
}

.price-input input {
  padding-left: 25px;
}

/* Serial Number */
.sr-no {
  font-weight: 600;
  color: #6c757d;
  text-align: center;
}

/* new for navbar button 27.10  */
/* Button styling */
.user-btn {
  background-color: #0D47A1;
  /* Your primary blue */
  border: none;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  color: #fff;
  /* ensure white icon if needed */
}

/* Hover effect */
.user-btn:hover {
  background-color: #0b3d91;
  /* Slightly darker blue on hover */
  transform: scale(1.05);
}

/* Icon color and size */
.user-icon {
  width: 24px;
  height: 24px;
  stroke: #ffffff;
  /* White icon to contrast with blue */
  transition: stroke 0.3s ease;
}

.user-btn:hover .user-icon {
  stroke: #e0e0e0;
  /* Light grayish white on hover */
}

/* new 5.03 */
.accordion-button {
  background-color: #fff !important;
  /* white */
  color: #212529;
  /* dark text */
  border-bottom: none !important;
}

.accordion-button {
  border: none !important;
  box-shadow: none !important;
}

/* new for text color  */
.filter-title {
  --bs-text-opacity: 1;
  color: #0D47A1 !important;
}

.card-header {
  background-color: #0d47a1 !important;
  border: 1px solid #0d47a1 !important;
  color: #FFF;
}

/* new  */
thead.custom-header th {
  /* background-color: #0D47A1 !important; */
  color: #fff !important;
  text-align: center;
  vertical-align: middle;
}

/* Optional: improve table readability */
table.table-bordered td {
  background-color: #ffffff;
  color: #000;
}

/* Table header */
.custom-header {
  background-color: #0D47A1;
  color: #fff;
}

/* Feature column (first) */
table td:first-child,
table th:first-child {
  background-color: #0D47A1;
  color: #fff !important;
  font-weight: 600;
}

/* Free Plan and Paid Plan columns (second & third) */
table td:nth-child(2),
table td:nth-child(3),
table th:nth-child(2),
table th:nth-child(3) {
  background-color: #f1f5ff;
  color: #000;
}

/* Icon styles */
.fa-check {
  color: #28a745;
  font-size: 20px;
  font-weight: bold;
  text-shadow: 0 0 4px rgba(40, 167, 69, 0.6);
}

.fa-xmark {
  color: #dc3545;
  font-size: 20px;
  font-weight: bold;
  text-shadow: 0 0 4px rgba(220, 53, 69, 0.6);
}

/* Table Header Styles */
.custom-header th {
  text-align: center;
  vertical-align: middle;
  padding: 12px;
  font-weight: 600;
}

/* Column Widths */
.col-feature {
  width: 40%;
  background-color: #0D47A1;
  color: #ffffff;
}

.col-free {
  width: 30%;
  background-color: #345b97 !important;
  color: #133468;
}

.col-paid {
  width: 30%;
  background-color: #345b97 !important;
  color: #133468;
}

/* Remove box-shadow and background ONLY for this carousel */
#large-img.owl-carousel .owl-item img {
  background: transparent !important;
  box-shadow: none !important;
  border: none !important;
  padding: 0 !important;
}

/* Removes background color ONLY for this carousel */
#large-img,
#large-img .owl-stage,
#large-img .owl-item,
#large-img .owl-item div,
#large-img .owl-item img {
  background: transparent !important;
  background-color: transparent !important;
  box-shadow: none !important;
}

/* Ensure equal button heights visually */
.choose-plan-btn {
  min-height: 55px;
  font-size: 1rem;
  font-weight: 600;
}

/* Ensure no border or background on empty first cell */
td[style*="border: none"] {
  border: none !important;
  background: transparent !important;
}

/* new  */
.table thead th {
  background-color: #0D47A1;
  color: #fff;
}

.table td.no-border {
  border: none !important;
  background-color: transparent !important;
}

.col-feature {
  width: 40%;
}

.col-free,
.col-paid {
  width: 30%;
}

#border-bottom {
  border-bottom: 1px solid white !important;
}

.table th,
.table td {
  width: 33.33%;
}

/* button for Grow Globally with Our Service Solutions */
.btn-linear-primary {
  background-color: #0D47A1;
  color: #ffffff;
  padding: 10px 18px;
  border: none;
  border-radius: 6px;
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: all 0.3s ease;
}

.btn-linear-primary:hover {
  background-color: #0B3C91;
  /* Slightly darker blue on hover */
  color: #ffffff;
  box-shadow: 0 4px 10px rgba(13, 71, 161, 0.3);
  transform: translateY(-2px);
}

.btn-linear-primary svg {
  width: 20px;
  height: 20px;
  fill: #ffffff;
  stroke: #ffffff;
  transition: transform 0.3s ease;
}

.btn-linear-primary:hover svg {
  transform: scale(1.1);
}

/* image for google reviews  */
/* Avatar wrapper */
.avatar {
  display: inline-block;
  width: 60px;
  height: 60px;
  overflow: hidden;
  border-radius: 50%;
  border: 3px solid #0D47A1;
  /* Blue border */
  flex-shrink: 0;
}

/* Avatar image */
.avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/* Hover effect for nice interaction */
.testimonial-item:hover .avatar img {
  transform: scale(1.1);
  box-shadow: 0 0 10px rgba(13, 71, 161, 0.4);
}

/* head-1 for Explore Our Services */
.head-1 {
  font-weight: bold;
  color: black;
}


/* new dashboard header  */
/* ====== HEADER BASE ====== */
.header.provider-header {
  background-color: #ffffff;
  /* Brand blue */
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 25px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
  position: sticky;
  top: 0;
  z-index: 1000;
}

/* ====== LOGO SECTION ====== */
.header-left {
  display: flex;
  align-items: center;
}

.header-left .logo img {
  margin-top: 25px;
  width: 45px;
  height: 45px;
  border-radius: 8px;
  object-fit: cover;
  margin-right: 10px;
}

.logo-text {
  font-weight: 600;
  color: #fff;
  font-size: 16px;
  line-height: 1.0;
}

#toggle_btn {
  color: #fff;
  font-size: 22px;
  margin-left: 20px;
  cursor: pointer;
}

/* ====== SEARCH BAR ====== */
.top-nav-search {
  position: relative;
}

.top-nav-search input {
  background-color: #fff;
  border: 1px solid black;
  border-radius: 6px;
  padding: 6px 32px 6px 10px;
  font-size: 14px;
  color: #333;
  width: 200px;
  transition: all 0.3s ease;
}

.top-nav-search input:focus {
  outline: none;
  width: 240px;
}

.search-addon {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  color: #000000;
}

/* ====== HEADER LINKS ====== */
.provider-head-links a {
  color: #060606;
  font-size: 18px;
  margin: 0 6px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.provider-head-links a:hover {
  color: #BBDEFB;
  /* Light blue hover */
  transform: scale(1.1);
}

/* ====== USER IMAGE ====== */
.user-img img {
  height: 40px;
  width: 40px;
  border-radius: 50%;
  border: 2px solid #fff;
  object-fit: cover;
  transition: all 0.3s ease;
}

.user-img img:hover {
  transform: scale(1.1);
}

/* ====== DROPDOWN MENU ====== */
.dropdown-menu {
  border: none;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
  overflow: hidden;
}

.dropdown-menu a {
  color: #333;
  font-size: 14px;
  padding: 8px 12px;
  transition: background 0.2s ease;
}

.dropdown-menu a:hover {
  background-color: #E3F2FD;
  color: #0D47A1;
}

/* ====== NOTIFICATION ICON ====== */
.notify-link {
  position: relative;
}

.notify-link::after {
  content: "";
  position: absolute;
  top: 4px;
  right: 6px;
  width: 8px;
  height: 8px;
  background-color: #FF5252;
  border-radius: 50%;
}

/* ====== MOBILE MENU ====== */
.mobile-user-menu {
  display: none;
}

.mobile_btn {
  display: none;
  color: #fff;
  font-size: 24px;
}

/* ====== RESPONSIVE ====== */
@media (max-width: 992px) {
  .header.provider-header {
    flex-wrap: wrap;
    padding: 10px 15px;
  }

  .top-nav-search input {
    width: 140px;
  }

  .logo-text {
    font-size: 14px;
  }
}

@media (max-width: 768px) {
  .top-nav-search,
  .provider-head-links,
  #toggle_btn {
    display: none;
  }

  .mobile_btn,
  .mobile-user-menu {
    display: block;
  }
}

@media (max-width: 480px) {
  .header.provider-header {
    padding: 8px 12px;
  }

  .logo-text {
    display: none;
  }
}

.text-linear-primary {
  color: #0D47A1;
  font-weight: bold;
}

.mb-1 {
  color: black;
  font-weight: bold;
}

/* background color for Grow Globally with Our Service Solutions */
.bg-primary {
  background-color: #0D47A1 !important;
  --bs-bg-opacity: 1;
  /* background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important; */
}

/* button in home page  */
.btn-register {
  background-color: #0D47A1 !important;
  color: #fff !important;
  border: none;
  transition: 0.3s;
}

.btn-register:hover {
  background-color: #09397F !important;
  color: #fff !important;
}

/* footer color  */
.text-white2 {
  color: white;
}

.text-primary {
  color: #0D47A1 !important;
}

.btn-outline-primary {
  color: #0D47A1;
  border: 1px solid #0D47A1;
}

.btn-outline-primary:hover {
  background-color: #0D47A1;
}

/* dashoard style  */
.badge.badge-success {
  background: #03C95A;
  color: #FFF;
}

.bg-info-transparent {
  background-color: #E1D8FB !important;
  color: #5625E8 !important;
}

.btn.btn-primary {
  background-color: #0d47a1;
  border: 1px solid #0d47a1;
  color: #FFF;
}

ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

.text-muted2 {
  color: white !important;
}

/* inner page banner color  */
.breadcrumb-item {
  color: white !important;
}