@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;
}

* {
  outline: none;
}

.text-white {
  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: center;
  -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;
}

@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;
}

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;
}

/* .gallery-slider.nav-center .owl-nav button {
  width: 24px;
  height: 24px;
  font-size: 12px;
}

.gallery-slider.nav-center .owl-nav button.owl-prev {
  left: 16px;
}

.gallery-slider.nav-center .owl-nav button.owl-next {
  right: 16px;
} */

/* .authentication_field fieldset {
  display: none;
}

.authentication_field fieldset#login-page {
  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;
}

/* .service-wizard ul li {
  display: flex;
  align-items: center;
  border: 1px solid #EBECED;
  border-radius: 5px;
  padding: 12px 15px;
}

.service-wizard ul li h6 {
  font-weight: 500;
  color: #656B76;
}

.service-wizard ul li span {
  line-height: normal;
}

.service-wizard ul li.active {
  background: linear-gradient(90deg, #FD2692 0%, #0A67F2 100%);
  background-color: #0D47A1 !important;
  color: #FFF;
}

.service-wizard ul li.active h6 {
  color: #FFF;
} */

/* .service-inform-fieldset fieldset {
  display: none;
}

.service-inform-fieldset fieldset#first-field {
  display: block;
} */

.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;
}

/* .contact-map {
  height: 400px;
  border-radius: 10px;
} */

.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;
}

/* .trend-tag {
  position: absolute;
  left: 20px;
  top: 20px;
  background: #FBFBFB;
  display: inline-flex;
  padding: 4px 8px;
  border-radius: 5px;
  font-size: 12px;
} */

/* .service-price {
  font-size: 20px;
  color: #111827;
  font-weight: 600;
}

.service-price span {
  font-weight: 400;
  font-size: 14px;
  color: #656B76;
} */

/* .success-check {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #03C95A;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFF;
  font-size: 22px;
} */

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-cont-img {
  position: relative;
  margin-right: 15px;
  flex: 0 0 210px;
  max-width: 210px;
}

.service-cont-img img {
  border-radius: 8px;
  height: 230px;
  object-fit: cover;
  width: 210px;
}

.service-cont-img .fav-item {
  position: absolute;
  top: 10px;
  left: 10px;
}

@media (max-width: 575.98px) {
  .service-cont-img {
    flex: auto;
  }
}

.service-cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: auto;
  text-align: left;
  flex: 0 0 calc(100% - 315px);
  overflow: hidden;
}

@media (max-width: 575.98px) {
  .service-cont {
    flex-direction: column;
    row-gap: 10px;
    flex: auto;
  }
}

.service-cont-info {
  overflow: hidden;
}

.service-cont-info .item-cat {
  display: inline-block;
  margin-bottom: 12px;
}

.service-cont-info h3 {
  font-size: 20px;
  margin-bottom: 10px;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
}

.service-cont-info p {
  margin-bottom: 10px;
}

.service-cont-info p i {
  color: #c2c9d1;
  margin-right: 7px;
} */

/* .service-pro-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.service-pro-img img {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  margin-right: 8px;
}

.service-pro-img span i {
  color: #ffbc35;
  margin-right: 5px;
} */

/* .service-action {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}

.service-action h6 {
  font-weight: 700;
  font-size: 22px;
  margin-bottom: 0;
}

.service-action h6 .old-price {
  font-weight: 500;
  font-size: 16px;
  color: #74788d;
  text-decoration: line-through;
  margin-left: 5px;
}

.service-action .btn {
  font-size: 14px;
  font-weight: 500;
  margin-left: 30px;
  padding: 10px 23px;
} */

.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);
}

/* .review-item .review-info p {
  font-size: 14px;
}

.review-item .review-info .badge {
  padding: 4px;
}

.review-item .review-info .date-info p {
  position: relative;
  padding-right: 10px;
  margin-right: 10px;
}

.review-item .review-info .date-info p::before {
  position: absolute;
  content: "\f111";
  font-family: "Fontawesome";
  font-size: 4px;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}

.review-item .review-info .date-info p:last-child {
  padding-right: 0;
  margin-right: 0;
}

.review-item .review-info .date-info p:last-child::before {
  content: none;
}

.review-item .review-info .like-info a {
  color: #656B76;
  font-size: 14px;
}

.review-item .review-info .like-info a i {
  color: #242B3A;
}

.review-item .review-info .like-info a:hover {
  color: #0d47a1;
}

.review-item .review-info.reply {
  margin-left: 70px;
  background: #FBFBFB;
  border-radius: 10px;
}

@media (max-width: 991.98px) {
  .review-item .review-info.reply {
    margin-left: 50px;
  }
}

@media (max-width: 767.98px) {
  .review-item .review-info.reply {
    margin-left: 10px;
  }
} */

/* .rating-item {
  border-radius: 10px;
  padding: 20px;
}

.rating-item p {
  font-size: 14px;
} */

/* .rating-progress p {
  font-size: 14px;
}

.rating-progress .progress {
  height: 7px;
}

.rating-progress .progress-count {
  min-width: 36px;
  text-align: right;
} */

.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;
}

/* .gallery-item img {
  border-radius: 10px;
} */

/* .video-wrap {
  width: 100%;
  height: 400px;
  position: relative;
  background: url("../img/video.jpg") top center no-repeat;
  background-size: cover;
  border-radius: 5px;
  overflow: hidden;
}

.video-wrap .video-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: #FFF;
  color: #242B3A;
  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;
  z-index: 2;
}

.video-wrap .video-effect {
  position: relative;
  z-index: 3;
}

.video-wrap .video-effect::before,
.video-wrap .video-effect::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 52px;
  height: 52px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background-color: transparent;
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
  Ripple color
  animation: ripple 3s infinite;
}

.video-wrap .video-effect::before {
  animation-delay: 0.9s;
}

.video-wrap .video-effect::after {
  animation-delay: 0.6s;
}

@media (max-width: 767.98px) {
  .video-wrap {
    height: 250px;
  }
}

@keyframes ripple {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
  }

  100% {
    box-shadow: 0 0 20px 50px rgba(255, 255, 255, 0);
  }
} */

/* .service-accordion .accordion-item .accordion-button {
  font-size: 24px;
}

@media (max-width: 991.98px) {
  .service-accordion .accordion-item .accordion-button {
    font-size: 20px;
  }
}

@media (max-width: 991.98px) {
  .service-accordion .accordion-item .accordion-button {
    font-size: 18px;
  }
} */

/* .contact-map {
  border-radius: 10px;
  display: block;
  width: 100%;
  height: 250px;
  margin: 0;
} */

/* .faq-accordion.accordion.accordion-customicon1 .accordion-button:after {
  font-size: 16px;
}

.faq-accordion.accordion.accordion-customicon1 .accordion-body p {
  font-size: 14px;
} */

.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-wrap {
  position: relative;
}

.map-wrap .map-location {
  position: absolute;
  margin: 16px;
  padding: 16px;
  bottom: 0;
} */

.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;
}

/* .service-tabs.nav-tabs.nav-tabs-solid li {
  margin-right: 8px;
}

.service-tabs.nav-tabs.nav-tabs-solid li .nav-link {
  font-size: 14px;
  font-weight: 500;
  background: #EBECED;
}

.service-tabs.nav-tabs.nav-tabs-solid li .nav-link.active,
.service-tabs.nav-tabs.nav-tabs-solid li .nav-link:hover {
  background: #0d47a1;
}

.service-tabs.nav-tabs.nav-tabs-solid li:last-child {
  margin-right: 0;
} */

.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;
}

/* .vertical-slider {
  display: flex;
  align-items: center;
}

.vertical-slider .slick-slide img {
  margin: 5px 0;
}

.vertical-slider .slider-for {
  max-width: 90%;
  padding-right: 24px;
  width: 100%;
  float: left;
}

.vertical-slider .slider-nav .slick-prev {
  top: -15px;
}

.vertical-slider .slider-nav .slick-next {
  bottom: -15px;
}

.vertical-slider .slider-nav .slick-prev,
.vertical-slider .slider-nav .slick-next {
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
  width: 24px;
  height: 24px;
  font-size: 12px;
  color: #242B3A;
  background: #FFF;
  box-shadow: 0px 4px 14px 0px rgba(141, 141, 141, 0.25);
  text-shadow: none;
  cursor: pointer;
  border: 0;
  margin-top: 0;
  margin-bottom: 0;
  border-radius: 50px;
  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;
  z-index: 9;
}

.vertical-slider .slider-nav .slick-prev:hover,
.vertical-slider .slider-nav .slick-next:hover {
  background: #0d47a1;
  color: #FFF;
} */

.rating i {
  color: #656B76;
}

.rating i.filled {
  color: #FFC107;
}

/* .rate-item {
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.08);
  border-radius: 10px;
  padding: 8px;
}

.rate-item .avatar {
  background-color: #FFF9E9;
  color: #FFC107;
  border-radius: 50%;
  width: 34px;
  height: 34px;
} */

.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;
}

/* .provider-detail .provider-pic {
  width: 120px;
  height: 120px;
}

.provider-detail .provider-pic img {
  border-radius: 5px;
} */

/* .provider-bio-info h6 {
  font-size: 16px;
  font-weight: 500;
} */

.area-expert {
  background: #F8F9F9;
  border-radius: 5px;
  padding: 15px 10px;
}

/* .team-member {
  border: 1px solid #EBECED;
  border-radius: 5px;
  padding: 10px;
} */

/* .custom-owl-dot.owl-carousel .owl-nav button {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  box-shadow: 0px 4px 14px 0px rgba(141, 141, 141, 0.2509803922);
  font-size: 14px;
}

.custom-owl-dot.owl-carousel .owl-nav button:hover {
  background: #0d47a1;
  color: #FFF;
}

.custom-owl-dot.owl-carousel .owl-nav button.owl-prev {
  left: -10px;
}

.custom-owl-dot.owl-carousel .owl-nav button.owl-next {
  right: -10px;
} */

/* .benifits-item {
  border: 1px solid #EBECED;
  border-radius: 5px;
  padding: 10px;
  margin-bottom: 15px;
} */

#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;
}

/* .authentication-header {
  background: transparent;
  box-shadow: none;
  padding: 20px 0;
} */

/* .login-modules {
  border-top: 1px dashed #EBECED;
} */

/* .bg-left-top {
  position: absolute;
  left: -100px;
  top: -100px;
  z-index: -1;
}

@media (max-width: 575.98px) {
  .bg-left-top {
    display: none;
  }
} */

/* .bg-right-bottom {
  position: absolute;
  right: -100px;
  bottom: -100px;
  z-index: -1;
}

@media (max-width: 575.98px) {
  .bg-right-bottom {
    display: none;
  }
} */

/* .otp-input input {
  border: 2px solid #EBECED;
}

.otp-input input.active {
  border: 2px solid #0d47a1 !important;
} */

/* .password-strength span {
  width: 100%;
  height: 5px;
  background: #e3e3e3;
  margin-right: 10px;
  border-radius: 5px;
} */

.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;
}

/* .maintenance-forms .form-control {
  min-height: 37px;
  height: 37px;
} */

.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;
}

/* .content-list {
  height: auto;
} */

#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;
}

/* .paginations {
  border: none;
  color: black !important;
  font-size: 14px;
}

.paginations .page-link-1 {
  background: #E9EAEB;
  color: #656B76;
  width: 25px;
  height: 25px;
  padding: 5px;
  border-radius: 5px;
}

.paginations .page-link-1:hover {
  background: #0d47a1;
  color: #FFF;
}

.paginations .page-link-1.active {
  background: #0d47a1;
  color: #FFF;
} */

.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%;
}

/* .filter-range-amount h5 {
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  color: #74788d;
} */

/* .irs-max {
  visibility: hidden !important;
} */

.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;
}

/* .dash-widget .card-body {
  padding: 15px;
}

.dash-widget .card-body .dash-icon {
  width: 35px;
  height: 35px;
} */

/* .wallet-icon {
  width: 45px;
  height: 45px;
} */

.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;
}

/* .img-sec-2 {
  position: relative;
}

.img-sec-2 .like-icon {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 16px;
  margin-left: 20px;
  background: #FBFBFB;
  color: #111827;
  width: 32px;
  height: 32px;
}

.img-sec-2 .like-icon.selected {
  background: #0d47a1;
  color: #FFF;
}

.img-sec-2 .like-icon i.filled {
  color: #0d47a1;
} */

/* .trend-tag-2 {
  position: absolute;
  right: 20px;
  top: 20px;
  background: #FBFBFB;
  display: inline-flex;
  padding: 4px 8px;
  border-radius: 5px;
  font-size: 12px;
} */

.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;
}

/* .dash-widget-2 .set-icon {
  width: 32px;
  height: 32px;
}

.dash-widget-2 .set-icon-2 {
  width: 20px;
  height: 20px;
} */

/* .table-thead th {
  background: #E9EAEB !important;
} */

/* .res-1 {
  border-radius: 0;
  padding: 0;
}

.res-1 .table-1 {
  padding: 0;
  margin-bottom: 0;
}

.res-1 .table-1 td {
  padding: 18px !important;
}

.res-1 .table-1 .notify-item p {
  color: #656B76;
} */

/* .input-1:checked {
  background-color: #03C95A;
  border-color: #03C95A;
} */

/* .app-icon {
  width: 46px;
  height: 46px;
} */

/* .header-nav .search-bar {
  position: relative;
}

.header-nav .search-bar span {
  position: absolute;
  top: 10px;
  left: 15px;
}

.header-nav .search-bar .form-control {
  padding: 9px 9px 9px 36px;
}

.header-nav .main-menu-wrapper .head-icon {
  width: 32px;
  height: 32px;
} */

.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%;
}

/* .day-span span {
  width: 25px;
  height: 16px;
  font-size: 10px;
} */

/* .sec-item {
  flex: 1;
} */

/* .review-widget .review-img img {
  width: 87px;
  height: 60px;
} */

.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;
}

/* .form-icon {
  position: relative;
}

.form-icon .cus-icon {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
} */

/* .review-add .rev-img {
  width: 55px;
  height: 47px;
  border-radius: 5px;
}

.review-add .rev-img img {
  border-radius: 5px;
} */

.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;
}

/* .provide-box span {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: #F8F9F9;
  display: flex;
  align-items: center;
  justify-content: center;
}

.provide-box span i {
  font-size: 18px;
} */

/* .booking-service {
  margin-bottom: 25px;
}

.booking-service .service-img {
  width: 200px;
  height: 125px;
  border-radius: 5px;
}

.booking-service .service-img img {
  border-radius: 5px;
} */

/* .service-book {
  display: inline-flex;
  display: -webkit-inline-flex;
}

.service-book .serv-profile {
  margin: 0 0 25px;
}

.service-book .serv-profile h2 {
  font-size: 24px;
  margin-bottom: 10px;
}

.service-book-img {
  margin: 0 20px 25px 0;
}

.service-book-img img {
  width: 175px;
  border-radius: 10px;
} */

/* .provide-info h5 {
  font-size: 20px;
  font-weight: bold;
  color: #656B76;
  margin-bottom: 0;
} */

/* .visits {
  width: 14.28%;
  padding: 0 8px;
  margin-right: -4px !important;
}

.visits input:checked~.visit-rsn:before {
  opacity: 1;
}

.visits input:disabled~.visit-rsn {
  background-color: #E70D0D;
  color: #FFF;
  border-radius: 5px;
}

.visits input.form-check-input {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  visibility: hidden;
  margin-left: 0;
}

.visits .form-check-input {
  opacity: 0;
}

.visits span.visit-rsn {
  text-align: center;
  background: #F8F9F9;
  border: 2px solid #EBECED;
  border-radius: 5px;
  padding: 7px 5px;
  font-weight: 500;
  font-size: 14px;
  display: inline-block;
  width: 100%;
  margin-bottom: 0;
  position: relative;
}

.visit-btns {
  background-color: #FFF;
  color: #242B3A;
  width: 100%;
  margin-bottom: 15px;
  display: block;
  outline: unset;
  cursor: pointer;
}

.visits input:checked~.visit-rsn,
.visits .visit-rsn:hover {
  background: #0d47a1;
  border: 2px solid rgba(220, 220, 220, 0.3);
  color: #FFF;
  border-radius: 4px;
} */

.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;
}

/* .payment-card {
  background: #FFF;
  border: 1px solid #EBECED;
  border-radius: 5px;
  padding: 15px;
  margin-bottom: 24px;
}

.booking-info-tab .payment-card:last-child {
  margin-bottom: 0;
}

.payment-head {
  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;
}

.payment-head label {
  display: inline-block;
}

.payment-head span {
  font-size: 15px;
  text-align: right;
  margin-left: 10px;
}

.payment-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.payment-title h6 {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 0;
}

.payment-title .custom_radio .checkmark {
  margin-top: -2px;
}

.payment-list .form-control {
  line-height: 42px;
  min-height: 42px;
  padding: 0 15px;
}

.payment-list .col-form-label {
  font-weight: 500;
} */

/* .pay-title {
  font-size: 20px;
  font-family: "Poppins", sans-serif;
  margin-bottom: 24px;
} */

/* .booking-pay,
.booking-coupon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.booking-pay .btn-pay {
  margin-right: 24px;
} */

/* .btn-pay {
  font-weight: 700;
  padding: 12px 15px;
} */

/* .btn-skip {
  font-weight: 700;
  padding: 12px 15px;
  color: #0d47a1;
  min-width: 94px;
  border-radius: 5px;
} */

/* .coupon-icon {
  position: relative;
  margin-right: 24px;
}

.coupon-icon span {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 8px;
}

.coupon-icon .form-control {
  padding: 5px 10px 5px 27px;
  min-height: 42px;
} */

/* .apply-btn {
  font-weight: 500;
  padding: 8px 15px;
  min-width: 88px;
  min-height: 42px;
} */

/* .save-offer {
  background: #E8FAF0;
  border-radius: 5px;
  padding: 10px;
  margin: 24px 0 24px;
}

.save-offer p {
  color: #03C95A;
  font-weight: 500;
  padding-left: 17px;
  margin-bottom: 0;
  position: relative;
} */

/* .custom_check {
  display: inline-block;
  position: relative;
  font-size: 14px !important;
  margin-bottom: 15px;
  padding-left: 25px;
  cursor: pointer;
  font-weight: 400 !important;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  line-height: 18px;
}

.custom_check input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.custom_check input:checked~.checkmark {
  background-color: #0d47a1;
  border-color: #0d47a1;
}

.custom_check input:checked~.checkmark:after {
  display: block;
}

.custom_check .checkmark {
  position: absolute;
  top: 1px;
  left: 0;
  height: 15px;
  width: 15px;
  border: 1px solid #EBECED;
  background-color: #FFF;
  border-radius: 5px;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.custom_check .checkmark::after {
  content: "\e92b";
  font-family: "feather" !important;
  font-weight: 900;
  position: absolute;
  display: none;
  left: 2px;
  top: 52%;
  transform: translateY(-50%);
  color: #FFF;
  font-size: 10px;
} */

/* .custom_radio {
  display: block;
  position: relative;
  padding-left: 27px;
  margin-bottom: 15px;
  cursor: pointer;
  font-size: 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.custom_radio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.custom_radio input:checked~.checkmark::after {
  background-color: #0d47a1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  visibility: visible;
}

.custom_radio .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  width: 19px;
  height: 19px;
  margin: 1px 0 0 0;
  border: 1px solid #EBECED;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.custom_radio .checkmark::after {
  position: absolute;
  left: 4px;
  top: 4px;
  content: "";
  width: 9px;
  height: 9px;
  background-color: #FFF;
  border: 1px solid #EBECED;
  -webkit-transform: scale(0.1);
  -moz-transform: scale(0.1);
  -ms-transform: scale(0.1);
  -o-transform: scale(0.1);
  transform: scale(0.1);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
} */

/* .form-focus {
  position: relative;
}

.form-focus .col-form-label {
  position: absolute;
  top: -7px;
  left: 10px;
  background: #FFF;
  font-weight: 500;
  font-size: 12px;
  padding: 0 5px;
  z-index: 1;
} */

/* .check-outer {
  width: 14px;
  height: 14px;
  margin: 1px 0 0 0;
  border: 1px solid #EBECED;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
}

.check-outer i {
  width: 6px;
  height: 6px;
  background-color: transparent;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
} */

/* .btn-check-label {
  position: relative;
}

.btn-check:checked+.btn {
  color: #242B3A;
}

.btn-check:checked+.btn .check-outer {
  background: #0d47a1;
  border-color: #0d47a1;
}

.btn-check:checked+.btn .check-outer i {
  background-color: #FFF;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  visibility: visible;
} */

.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  */

/* .slots-available {
  background: #F8F9F9;
  padding: 8px;
  border-radius: 5px;
}

.slots-available .visit-btns {
  margin-bottom: 0;
}

.slots-available .visit-btns input:checked~.visit-rsn {
  background: #E70D0D !important;
}

.slots-available .visit-btns .visit-rsn:hover {
  background: #E70D0D !important;
} */

/* .toggle-sidebar {
  width: 400px;
  position: fixed;
  top: 0;
  right: -400px;
  height: 100vh;
  transition: ease all 0.8s;
  -webkit-transition: ease all 0.8s;
  -ms-transition: ease all 0.8s;
  z-index: 1040;
}

.toggle-sidebar.sidebar-popup {
  right: 0;
  width: 100%;
  transition: ease all 0.8s;
  -webkit-transition: ease all 0.8s;
  -ms-transition: ease all 0.8s;
}

.toggle-sidebar .sidebar-header {
  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;
  border-bottom: 1px solid #EBECED;
}

.toggle-sidebar .sidebar-header h5 {
  font-size: 18px;
  margin-bottom: 0;
}

.toggle-sidebar .sidebar-close {
  background: #111827;
  border: 0;
  border-radius: 50%;
  color: #FFF;
  font-size: 15px;
  width: 20px;
  height: 20px;
  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;
}

.toggle-sidebar .sidebar-close:hover {
  background: #0d47a1;
  color: #FFF;
} */

.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;
}

/* .bk-wrap {
  border-bottom: 1px solid #EBECED;
}

.bk-wrap h5 {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 8px;
}

.bk-wrap p {
  font-size: 12px;
  margin-bottom: 5px;
}

.bk-wrap .bk-price {
  font-weight: 500;
  font-size: 14px;
  margin-bottom: 10px;
} */

/* .book-customer h5 {
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 20px;
} */

/* .book-email {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 17px 5px 0;
}

.book-email img {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  margin-right: 10px;
}

.book-email p,
.book-email-info p {
  font-size: 12px;
  margin-bottom: 6px;
}

.book-email p:last-child,
.book-email-info p:last-child {
  margin-bottom: 0;
}

.book-email-info {
  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;
} */

/* .btn-mail {
  border-radius: 4px;
  font-weight: 500;
  font-size: 13px;
  padding: 5px 14px;
  margin-left: 10px;
} */

/* .edit-book {
  width: 32px;
  height: 32px;
  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-bottom: 20px;
} */

/* .bk-service {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
} */

/* .book-confirm h6 {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 20px;
}

.book-confirm h6 span {
  font-size: 13px;
  padding: 8px 16px;
  margin-left: 10px;
}

.book-confirm ul {
  margin-bottom: 25px;
}

.book-confirm ul li {
  font-size: 12px;
  margin-bottom: 10px;
}

.book-confirm ul li .bk-date {
  font-weight: 500;
  font-size: 14px;
  min-width: 100px;
  display: inline-block;
}

.book-confirm ul li .bk-date i {
  width: 18px;
  display: inline-block;
}

.book-confirm .btn {
  font-weight: 500;
  font-size: 13px;
} */

/* .bk-history h4 {
  font-size: 18px;
  margin-bottom: 20px;
}

.bk-history ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding-bottom: 40px;
}

.bk-history ul li:last-child {
  padding-bottom: 0;
}

.bk-history ul li:last-child:before {
  content: none;
}

.bk-history ul li:before {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  background: #EBECED;
  left: 19px;
  top: 0;
}

.bk-history span {
  width: 38px;
  height: 38px;
  background: #FFD8EB;
  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%;
  color: #0d47a1;
  margin-right: 15px;
  z-index: 1;
}

.bk-history h6 {
  font-size: 14px;
  margin-bottom: 5px;
}

.bk-history p {
  font-size: 12px;
  margin-bottom: 0;
} */

/* .wizard-book ul li {
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  position: relative;
  padding-right: 40px;
}

.wizard-book ul li:last-child {
  padding-right: 0;
}

.wizard-book ul li:last-child:before {
  content: none;
}

.wizard-book ul li:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 3px;
  top: 17px;
  left: 15px;
  background: #EBECED;
}

.wizard-book ul li.activate:before {
  background: #0d47a1;
}

.wizard-book ul li>div {
  text-align: center;
  z-index: 1;
}

.wizard-book ul li span {
  width: 37px;
  height: 37px;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  background: #EBECED;
  color: #FFF;
  border-radius: 50%;
  margin-bottom: 8px;
  z-index: 1;
}

.wizard-book ul li h6 {
  font-size: 14px;
  margin-bottom: 10px;
} */

/* .bk-action {
  text-align: center;
}

.bk-action .btn {
  margin-right: 19px;
  border-radius: 4px;
  padding: 5px 14px;
}

.bk-action .btn:last-child {
  margin-right: 0;
} */

.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;
}

/* .location-card {
  overflow: hidden;
  z-index: 1;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.location-card.selected {
  box-shadow: 0px 0px 0px 1px rgb(3, 201, 90);
}

.location-card:hover {
  box-shadow: 0px 0px 0px 1px rgb(3, 201, 90);
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.location-card:hover::before {
  content: "";
  background: url("../img/icons/loc-bg.svg") no-repeat;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background-size: contain;
  width: 155px;
  height: 100%;
  z-index: -1;
}

.location-card h6 {
  font-size: 12px;
}

.location-card p {
  font-size: 12px;
}

.location-card .trend-icon {
  width: 50px;
  height: 50px;
  overflow: hidden;
  position: absolute;
  z-index: 6;
  inset-block-start: -5px;
  inset-inline-start: -6px;
}

.location-card .trend-icon span {
  position: absolute;
  display: block;
  width: 70px;
  padding: 6px 6px 3px 0;
  color: #FFF;
  font: 500 16px/1 Lato, sans-serif;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  text-transform: capitalize;
  text-align: center;
  inset-inline-end: -5px;
  inset-block-start: 1px;
  transform: rotate(-45deg);
}

.location-card .trend-icon span img {
  transform: rotate(45deg);
}

.staff-card {
  overflow: hidden;
  z-index: 1;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.staff-card.selected {
  box-shadow: 0px 0px 0px 1px rgb(3, 201, 90);
}

.staff-card:hover {
  box-shadow: 0px 0px 0px 1px rgb(3, 201, 90);
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.staff-card h6 {
  font-size: 12px;
}

.staff-card p {
  font-size: 12px;
} */


/* .time-item {
  background: #FFF;
  border: 1px solid #EBECED;
  border-radius: 4px;
  padding: 8px;
  text-align: center;
  cursor: pointer;
}

.time-item.disable {
  cursor: not-allowed;
  pointer-events: none;
  background: #E9EAEB;
}

.time-item.disable h6,
.time-item.disable p {
  color: #AFB2B8;
}

.time-item.selected {
  background: #03C95A;
  border-color: #03C95A;
}

.time-item.selected h6,
.time-item.selected p {
  color: #FFF;
} */

/* .service-info {
  background: #242B3A;
  border-radius: 5px;
  padding: 8px;
}

.service-info .avatar img {
  border: 1px solid #FFF;
}

.service-info span {
  color: #AFB2B8;
  display: block;
} */


/* completed till here2  */


/* .booking-wizard {
  padding: 55px 0;
}

@media (max-width: 991.98px) {
  .booking-wizard {
    padding: 30px 0;
  }
} */

fieldset.booking-content {
  display: none;
}

fieldset.booking-content#first-field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* .cart-info-wrap {
  background: #F6F7F7;
  border-radius: 5px;
  padding: 16px;
} */

.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;
}

/* #bokingwizard {
  position: relative;
}

#bokingwizard li {
  font-size: 12px;
  font-weight: 500;
  color: #E9EAEB;
  position: relative;
  padding-left: 20px;
}

#bokingwizard li::before {
  content: "";
  border: 1px dashed #656B76;
  width: 1px;
  height: calc(100% - 2px);
  position: absolute;
  top: 2px;
  left: 6px;
}

#bokingwizard li span::before {
  content: "";
  width: 13px;
  height: 13px;
  border-radius: 50%;
  border: 1px solid #656B76;
  position: absolute;
  top: 2px;
  left: 0;
  background: #111827;
}

#bokingwizard li.active span::after {
  content: "";
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: #03C95A;
  position: absolute;
  top: 7px;
  left: 5px;
}

#bokingwizard li.activated span::before {
  border: 0;
}

#bokingwizard li.activated span::after {
  font-family: "Fontawesome";
  content: "\f058";
  color: #03C95A;
  position: absolute;
  top: 0;
  left: 0;
}

#bokingwizard li:last-child::before {
  content: none;
} */

.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;
}

/* .footer-copyright {
  background: #FFF;
  padding: 20px 0;
}

.footer-copyright p {
  font-size: 14px;
  color: #242B3A;
  text-align: center;
} */

/* .booking-title .dropdown>a {
  font-size: 10px;
  font-weight: 500;
  border-radius: 5px;
  border: 0;
  padding: 5px 8px;
}

.booking-title .dropdown>a::after {
  font-size: 10px;
}

.booking-title .dropdown-menu li a {
  font-size: 10px;
}

.booking-title .loc-dropdown.dropdown>a {
  padding: 7px 8px;
} */

/* .select-item {
  border-radius: 5px;
}

.select-item:hover,
.select-item.selected {
  box-shadow: 0px 0px 0px 1px rgb(3, 201, 90);
} */

/* .btn-addon.active {
  background-color: #03C95A !important;
  border-color: #03C95A !important;
  color: #FFF !important;
} */

.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;
}

/* .type_msg {
  background: #FFF;
  border: 1px solid #EBECED;
  border-radius: 50px;
  overflow-y: auto;
  min-height: 50px;
  padding: 10px 107px 10px 45px;
  border-radius: 10px !important;
  font-size: 14px;
  background: #F8F9F9;
}

.type_msg:focus {
  box-shadow: none;
  outline: 0px;
  z-index: unset !important;
} */

/* .send-action {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  display: inline-flex;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}

.send-action a {
  width: 30px;
  height: 30px;
  display: inline-flex;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  margin-right: 7px;
  font-size: 12px;
  border-radius: 50%;
}

.send-action a:hover {
  background: #E4E5E7;
} */

/* .btn_send {
  width: 30px;
  height: 30px;
  border-radius: 10px;
  display: inline-flex;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  padding: 0;
  font-size: 12px;
} */

/* .search_btn {
  background-color: transparent;
  border: 0;
  line-height: 0;
} */

/* .msg_head {
  position: relative;
  background-color: transparent;
} */

/* .chat-cont-right .card-header {
  padding: 15px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  border-bottom: 1px solid #EBECED;
}

.chat-cont-right .msg_head .back-user-list {
  display: none;
  padding-right: 10px;
  margin-left: -10px;
  padding-left: 10px;
} */

.card-body.chat-users-list {
  padding: 15px;
}

/* .chat-cont-right.chat-window-long {
  display: flex;
} */

/* .card.chat-window {
  width: 100%;
  margin-right: 0;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
} */

/* .chat-cont-profile.chat-profile-right {
  width: 0;
  display: none;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
} */
/* 
.chat-cont-right.chat-window-long.window-full-width .card.chat-window {
  width: 65%;
  margin-right: 24px;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
} */

/* .chat-cont-right.chat-window-long.window-full-width .chat-cont-profile.chat-profile-right {
  width: 35%;
  display: flex;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
} */

/* .chat-page-body .sidebar-overlay.opened {
  display: none;
} */

.form-control.type_msg.empty_check {
  padding-left: 50px;
  padding-right: 130px;
}

/* .media.sent .message-more-option {
  position: absolute;
  left: -25px;
  top: 50%;
  transform: translateY(-50%);
} */

/* .media.received .message-more-option {
  position: absolute;
  right: -25px;
  top: 50%;
  transform: translateY(-50%);
} */

/* .sent-message-group ul li {
  margin-right: 50px;
}

.sent-message-group ul li:last-child {
  margin-right: 0;
} */

/* .day-badge {
  position: relative;
  z-index: 1;
}

.day-badge::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  border: 1px solid #EBECED;
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
} */

/* .search-icon-right {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  line-height: 0;
} */

/* .wallet-modal .modal-body {
  padding: 20px;
  border: 1px solid #EBECED;
}

.wallet-modal .modal-body .bank-selection {
  position: relative;
}

.wallet-modal .modal-body .bank-selection input {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  opacity: 0;
}

.wallet-modal .modal-body .bank-selection input:checked~label .role-check {
  display: block;
}

.wallet-modal .modal-body .bank-selection label {
  background: #EBECED;
  border: 2px solid #EBECED;
  border-radius: 8px;
  padding: 5px;
  text-align: center;
  width: 100%;
  position: relative;
  height: 42px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.wallet-modal .modal-body .bank-selection label .role-check {
  position: absolute;
  top: -8px;
  right: -8px;
  color: #03C95A;
  display: none;
}

.wallet-modal .modal-footer {
  border: none;
} */

/* .slot-box {
  border-radius: 8px;
  background: #F4F5F5;
  padding: 20px;
  margin-bottom: 30px;
}

.slot-box .slot-booked h6 {
  margin-bottom: 15px;
}

.slot-box .slot-user h6 {
  margin-bottom: 15px;
}

.slot-box .slot-user .slot-chat {
  display: flex;
}

.slot-box .slot-user .slot-chat .slot-user-img {
  margin-right: 14px;
}

@media (max-width: 575.98px) {
  .slot-box .slot-user .slot-chat .slot-user-img {
    flex-wrap: wrap;
  }
}

.slot-box .slot-user .slot-chat .chat-item .slot-user-info {
  margin-right: 25px;
}

@media (max-width: 575.98px) {
  .slot-box .slot-user .slot-chat .chat-item {
    flex-wrap: wrap;
  }
}

.slot-box .slot-action h6 {
  margin-bottom: 15px;
} */

/* .order-title {
  margin-bottom: 24px;
} */

/* .service-location {
  margin-bottom: 30px;
}

.service-location .slot-address li {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.service-location .slot-address li h6 {
  font-size: 14px;
}

.service-location .slot-address li p {
  font-size: 13px;
  margin-bottom: 0;
}

.service-location .slot-address li span {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 11px;
  background-color: #EBECED;
  border-radius: 50%;
  margin-right: 10px;
}

.service-location .slot-pay {
  display: flex;
  align-items: center;
}

.service-location .slot-pay p {
  font-size: 18px;
  color: #242B3A;
  font-weight: 600;
  margin-bottom: 0;
  margin-right: 24px;
}

.service-location .slot-pay span img {
  background-color: #F7F7FF;
  border-radius: 3px;
  padding: 6px 2px 6px 2px;
} */

/* .order-summary {
  margin-bottom: 30px;
}

.order-summary .ord-summary .order-amt {
  display: flex;
  justify-content: space-between;
  margin-bottom: 21px;
}

.order-summary .ord-summary .order-amt .order-info {
  display: flex;
  align-items: center;
}

.order-summary .ord-summary .order-amt .order-info img {
  margin-right: 10px;
}

.order-summary .ord-summary .order-amt .order-info h6 {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 5px;
}

.order-summary .ord-summary .order-amt .order-info p {
  font-size: 12px;
}

.order-summary .ord-summary ul li {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  font-weight: 500;
  color: #242B3A;
  margin-bottom: 13px;
} */

.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;
}

/* .order-reviews .order-title {
  margin-bottom: 0;
}

.order-reviews .order-comment .rating {
  margin-bottom: 15px;
}

.order-reviews .order-comment h6 {
  font-size: 14px;
  margin-bottom: 8px;
  color: #656B76;
}

.order-reviews .order-comment p {
  font-size: 13px;
} */

/* .invoice-details {
  margin-bottom: 35px;
} */

/* .invoice-wrap .invoice-address {
  margin-bottom: 30px;
}

.invoice-wrap .invoice-address ul li {
  font-size: 13px;
  margin-bottom: 9px;
} */

/* .table-resposnive {
  margin-bottom: 30px;
} */

/* .invoice-payment ul li {
  font-size: 14px;
  color: #656B76;
  margin-bottom: 9px;
} */

/* .invoice-total ul li {
  font-size: 14px;
  color: #242B3A;
  margin-bottom: 11px;
}

.invoice-total ul li span {
  font-size: 14px;
  color: #656B76;
} */

/* .invoice-terms {
  margin-top: 30px;
  padding: 20px;
  border: 1px solid #EBECED;
}

.invoice-terms ul li {
  position: relative;
  font-size: 14px;
  margin-bottom: 11px;
  padding-left: 10px;
}

.invoice-terms ul li::before {
  position: absolute;
  content: "\f111";
  font-family: "FontAwesome";
  left: 0;
  top: 7px;
  color: #0d47a1;
  font-size: 6px;
} */

.user-sidebar .user-sidebar-body ul li a.active {
  color: #0d47a1;
}

.tags {
  padding: 8px;
  border: 1px solid #EBECED;
}

/* .review-list .card {
  border: 1px solid #EBECED;
  box-shadow: none;
}

.review-list .card .card-body .review-img {
  margin-right: 10px;
}

.review-list .card .card-body .review-img img {
  width: 90px;
  height: 90px;
  object-fit: cover;
} */

.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;
}

/* .general-info {
  margin-bottom: 30px;
} */

/* .linked-item {
  padding: 20px;
  border-radius: 10px;
  border: 1px solid #EBECED;
}

.linked-item .linked-acc {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}

.linked-item .linked-acc .link-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
  background-color: #EBECED;
  margin-right: 8px;
}

.linked-item .linked-acc .link-icon i {
  color: #242B3A;
}

.linked-item .linked-acc .linked-info {
  flex: 1;
}

.linked-item .linked-action {
  display: flex;
  align-items: center;
  gap: 10px;
} */

/* .subhead-title {
  margin-bottom: 20px;
} */

.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;
}

/* .about-banner {
  background: url(../img/bg/about-bg.html);
  margin-bottom: 47px;
} */

/* .quality-box {
  background: #F7F7FF;
  border: 2px solid #F5F5F5;
  border-radius: 8px;
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 24px;
}

.quality-box:hover {
  border: 2px solid #111827;
  box-shadow: 0px 10px 20px -5px rgba(76, 64, 237, 0.08);
}

.quality-box:hover .quality-img {
  background: #111827;
}

.quality-box:hover .quality-img img {
  filter: brightness(0) invert(1);
} */

/* .quality-img {
  width: 58px;
  height: 58px;
  background: #fff;
  margin-right: 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;
  border-radius: 50%;
  flex-shrink: 0;
}

.quality-img img {
  width: 28px;
} */

.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;
}

/* .sin-post {
  margin-bottom: 17px;
} */

/* .post-info {
  margin-left: 95px;
}

.post-info h4 {
  font-size: 16px;
  font-weight: 500;
  margin: 0;
}

.post-info h4 a:hover {
  color: #0d47a1;
}

.post-info p {
  font-size: 13px;
  margin-bottom: 7px;
} */

/* .category-widget .categories {
  list-style: none;
  margin: 0;
  padding: 0;
}

.category-widget .categories li {
  margin-bottom: 15px;
}

.category-widget .categories li:last-child {
  border-bottom: none;
  margin-bottom: 0;
}

.category-widget .categories li a {
  color: #74788d;
}

.category-widget .categories li a span {
  float: right;
} */

/* .side-title {
  font-weight: 500;
  font-size: 20px;
  margin-bottom: 15px;
} */

/* .tags-widget .card-body {
  padding: 28px 28px 13px;
} */

/* .new-comment h4,
.blog-review h4 {
  font-size: 24px;
  margin-bottom: 1.5rem;
  font-family: "Poppins", sans-serif;
}

.new-comment .col-form-label {
  font-size: 16px;
}

.new-comment .submit-section {
  text-align: left;
}

.new-comment .submit-btn {
  font-weight: 700;
  font-size: 16px;
  padding: 12px 30px;
} */

/* .blog-details .blog-content p {
  margin-bottom: 20px;
}

.blog-details .blog-content p:last-child {
  margin-bottom: 0;
} */

/* .test-info {
  font-weight: 500;
  font-size: 16px;
  border-left: 2px solid #0d47a1;
  padding-left: 15px;
} */

/* .blog-head .blog-category ul li {
  font-size: 16px;
  color: #74788d;
}

.blog-head .blog-category ul li i {
  color: #111827;
}

.blog-head h3 {
  font-size: 36px;
  margin-bottom: 20px;
} */

/* .social-widget {
  margin-bottom: 33px;
} */

/* .ad-widget {
  margin-bottom: 10px;
}

.ad-widget ul li {
  display: inline-block;
  margin: 0 15px 10px 0;
}

.ad-widget ul li:last-child {
  margin-right: 0;
}

.ad-widget ul li a {
  background: #EBECED;
  border-radius: 5px;
  color: #242B3A;
  padding: 6px 12px;
  position: relative;
  display: inline-block;
}

.ad-widget ul li a:hover {
  background-color: #0d47a1;
  color: #FFF;
} */

/* .adicon-widget {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  margin-bottom: 10px;
}

.adicon-widget span {
  background: #F7F7FF;
  border-radius: 8px;
  color: #68616D;
  font-size: 14px;
  font-weight: 500;
  padding: 5px 14px;
  display: inline-block;
  margin: 0 15px 10px 0;
}

.adicon-widget ul li {
  margin: 0 8px 10px 0;
  display: inline-block;
}

.adicon-widget ul li a {
  width: 32px;
  height: 32px;
  background: #FFF;
  border: 1px solid #EBECED;
  border-radius: 50%;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
} */

/* .comments-reply li {
  margin-left: 70px;
}

.comments-reply li .review-box {
  border: 0;
  border-left: 1px solid #EBECED;
  border-radius: 0;
  padding-left: 20px;
} */

/* .reply-box {
  font-weight: 500;
  font-size: 14px;
  color: #28283C;
} */

/* .reply-com {
  display: none;
} */

/* .blog-list {
  margin-bottom: 24px;
}

.blog-list .blog-content-body {
  padding: 20px;
  border: 1px solid #EBECED;
}

.blog-list .blog-content-body .blog-profile {
  padding-right: 16px;
  border-right: 1px solid #EBECED;
}

.blog-list .blog-content-body .blog-profile:last-child {
  border: none;
} */

/*-----------------
	11. About Us
-----------------------*/
/* .body-two .hero-section {
  position: relative;
  min-height: 660px;
  background-color: #F6F7F7;
  overflow: hidden;
}

.body-two .hero-section .bg-wave {
  position: absolute;
  right: 0;
  bottom: 0;
}

.body-two .hero-section .corner-large {
  position: absolute;
  left: 0;
}

.body-two .hero-section .corner-small {
  position: absolute;
  left: 0;
  bottom: 60px;
} */

/* @keyframes floating-x {
  0% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }

  50% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }

  100% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
}

@keyframes floating-y {
  0% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }

  100% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
} */

/* @media (max-width: 991.98px) {
  .body-two .hero-section {
    min-height: auto;
  }
} */

/* .home-banner {
  min-height: 660px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}

@media (max-width: 991.98px) {
  .home-banner {
    min-height: auto;
  }
}

.home-banner .search-input {
  float: left;
  display: table-cell;
  vertical-align: middle;
  position: relative;
  width: 42%;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}

@media (max-width: 767.98px) {
  .home-banner .search-input {
    width: 100%;
  }
}

.home-banner .search-input label {
  font-weight: 500;
  color: #28283C;
  font-size: 16px;
  margin-bottom: 0;
}

.home-banner .search-input input {
  height: 20px;
  min-height: 20px;
  border: 0;
  padding: 0;
  padding-right: 12px;
}

.home-banner .search-input .current-loc-icon {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  margin-top: 0px;
  color: #858585;
  font-size: 18px;
}

.home-banner .search-input .current-loc-icon i {
  position: unset;
  transform: unset;
} */

/* .banner-imgs {
  padding: 65px 0 0;
  position: relative;
  height: 100%;
  min-height: 540px;
}

.banner-imgs .banner-1 {
  position: absolute;
  z-index: 2;
  left: 42px;
  top: -180px;
  max-width: 160px;
  max-height: 203px;
  -webkit-animation-name: floating-y;
  animation-name: floating-y;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

.banner-imgs .banner-2 {
  position: absolute;
  z-index: 2;
  max-width: 270px;
  top: -268px;
  right: -50px;
  -webkit-animation-name: floating-y;
  animation-name: floating-y;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

.banner-imgs .banner-3 {
  position: absolute;
  z-index: 2;
  max-width: 250px;
  -webkit-animation-name: floating-y;
  animation-name: floating-y;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

.banner-imgs .banner-3:before {
  position: absolute;
  content: "";
  background: url(../img/icons/banner-arrow.svg);
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  left: -118px;
  z-index: -1;
  top: -58px;
}

.banner-imgs .banner-4 {
  position: absolute;
  z-index: 2;
  max-width: 145px;
  right: 30px;
  -webkit-animation-name: floating-x;
  animation-name: floating-x;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

.banner-imgs img {
  border-radius: 50%;
}

.banner-homepage5 .banner-imgs .banner-1 {
  max-width: 256px;
  max-height: 256px;
  position: absolute;
  z-index: 2;
  top: 30px;
  bottom: 0;
  right: 0;
  left: 0;
  max-width: 356px;
  margin: auto;
  max-height: 356px;
} */

/* .shape-1 {
  animation: hero-thumb-animation 2.5s linear infinite alternate;
  -webkit-animation: hero-thumb-animation 2.5s linear infinite alternate;
  -moz-animation: hero-thumb-animation 2.5s linear infinite alternate;
  -o-animation: hero-thumb-animation 2.5s linear infinite alternate;
} */

.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;
}

/* .section-search {
  position: relative;
  z-index: 9;
  max-width: 709px;
}

.section-search h1 {
  font-size: 50px;
  color: #2A313D;
  margin-bottom: 16px;
  font-family: "Poppins", sans-serif;
  margin-bottom: 20px;
}

@media (max-width: 991.98px) {
  .section-search h1 {
    font-size: 40px;
  }
}

@media (max-width: 767.98px) {
  .section-search h1 {
    font-size: 30px;
  }
}

.section-search p {
  font-size: 18px;
  color: #74788d;
  font-weight: 500;
  margin: 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-group-icon {
  width: 43px;
  height: 43px;
  background: #FFECF5;
  border-radius: 50%;
  font-size: 20px;
  color: #0d47a1;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  margin-right: 15px;
  flex-shrink: 0;
} */

/* .providerset {
  border: 2px solid #F5F5F5;
  border-radius: 10px;
  padding: 18px;
  position: relative;
  top: 0;
  transition: all 0.5s;
  background: #fff;
  margin-bottom: 1.5rem;
}

.providerset:hover {
  box-shadow: 0px 10px 20px -5px rgba(76, 64, 237, 0.08);
}

.providerset-img {
  margin-bottom: 18px;
}

.providerset-img img {
  width: 100%;
}

.providerset-price {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
} */

/* @media (max-width: 767.98px) {
  .body-two .section-heading .btn {
    margin-top: 16px;
  }
} */

/* .offer-paths {
  position: relative;
  background: url(../img/bg/testimonial-bg-02.png);
  background-color: #111827;
  padding: 0 90px;
  margin-top: -195px;
  margin-bottom: 60px;
  border-radius: 50px;
}

@media (max-width: 991.98px) {
  .offer-paths {
    padding: 40px;
    border-radius: 20px;
  }
}

.offer-paths .offer-bg {
  position: absolute;
  bottom: 0;
  right: 0;
}

.offer-paths .offers-person-image {
  max-width: 450px;
  margin-top: -160px;
}

.offer-paths .card-body h2 {
  color: #FFF;
}

.offer-paths .card-body p {
  color: #FFF;
}

.offer-paths .card-body .content {
  margin-bottom: 24px;
} */

/* .providers-section {
  padding: 60px 0;
  padding-bottom: 310px;
  background-color: #FFF;
}

@media (max-width: 991.98px) {
  .providers-section {
    padding: 40px 0;
    padding-bottom: 180px;
  }
} */

/* .pricing-sections {
  padding: 60px 0 36px;
  position: relative;
}

@media (max-width: 991.98px) {
  .pricing-sections {
    padding: 40px 0 16px;
  }
}

.pricing-sections .price-bg {
  position: absolute;
  left: 0;
  top: 0;
}

.pricing-sections .section-heading {
  margin-bottom: 40px;
}

.pricing-sections .pricing-plans {
  padding: 20px;
}

.pricing-sections .pricing-plans .card-body .body-content .content-list {
  margin-bottom: 12px;
}

.pricing-sections .pricing-plans.active {
  border: 1px solid #0d47a1;
  background-color: #F8F9F9;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.08);
} */

/* .pricing-plans {
  border: 2px solid #F5F5F5;
  padding: 25px;
  border-radius: 10px;
  margin-bottom: 24px;
  background: #fff;
}

.pricing-plans:hover {
  box-shadow: 0px 10px 20px -5px 0px 0px 5px 0px rgba(0, 0, 0, 0.08);
}

.pricing-planshead {
  border-bottom: 1px solid #F5F5F5;
  text-align: center;
  padding-bottom: 15px;
}

.pricing-planshead h4 {
  font-size: 24px;
  color: #28283C;
}

.pricing-planshead h5 {
  font-size: 14px;
  color: #74788d;
  font-weight: 400;
}

.pricing-planshead h6 {
  font-size: 24px;
}

.pricing-planshead h6 span {
  color: #C2C9D1;
  font-size: 13px;
}

.pricing-planscontent {
  padding-top: 15px;
}

.pricing-planscontent li {
  color: #28283C;
  display: flex;
  align-items: baseline;
}

.pricing-planscontent li+li {
  margin-top: 15px;
}

.pricing-planscontent li.inactive {
  opacity: 0.2;
  pointer-events: none;
}

.pricing-planscontent ul {
  margin-bottom: 30px;
}

.pricing-plans.active {
  box-shadow: 0px 10px 20px -5px 0px 0px 5px 0px rgba(0, 0, 0, 0.08);
}

.pricing-plans.active .popular-badge {
  padding: 5px 6px 5px 6px;
  background-color: #282B8B;
  border-radius: 0px 9px 0px 10px;
  color: #FFF;
  right: 0;
  top: 0;
} */

/* .pricing-popular {
  display: flex;
  align-items: center;
  justify-content: center;
}

.pricing-popular .btn {
  padding: 12px;
  opacity: 0;
  width: 95%;
  margin: 0 auto;
  font-size: 20px;
  font-weight: 600;
}

.pricing-popular.active .btn {
  opacity: 1;
} */

/* .pricing-btn {
  text-align: center;
} */

/* .offer-pathimg {
  margin-top: -120px;
} */

/* .offer-path-content {
  padding-left: 48px;
}

.offer-path-content h3 {
  font-size: 38px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 8px;
}

@media (max-width: 991.98px) {
  .offer-path-content h3 {
    font-size: 32px;
  }
}

@media (max-width: 767.98px) {
  .offer-path-content h3 {
    font-size: 28px;
  }
}

.offer-path-content p {
  color: #fff;
  margin-bottom: 20px;
  font-size: 18px;
} */

/* .providerset-name h4 {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 0;
}

.providerset-name h4 a {
  margin-right: 6px;
}

.providerset-name h4 i {
  color: #6DCC76;
}

.providerset-name span {
  font-weight: 400;
}

.providerset-prices h6 {
  font-size: 18px;
  margin: 0;
}

.providerset-prices h6 span {
  font-size: 14px;
  color: #74788d;
  margin-left: 3px;
  font-weight: 400;
} */

/* .provider-rating .rating {
  margin: 0;
}

.provider-rating .rating span {
  color: #74788d;
  margin-left: 5px;
} */

.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;
}

/* .theme-text {
  color: #0d47a1;
} */

.section-heading {
  margin-bottom: 40px;
  position: relative;
}

.section-heading h2 {
  font-size: 40px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  margin-bottom: 8px;
}

@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-box {
  background: #fff;
  box-shadow: 0px 10px 20px -5px rgba(76, 64, 237, 0.08);
  padding: 25px;
  text-align: center;
  margin-bottom: 1.5rem;
  border-radius: 10px;
  position: relative;
  display: block;
  z-index: 1;
  overflow: hidden;
}

.feature-box h5 {
  margin-bottom: 0;
}

.feature-box .feature-overlay {
  opacity: 0;
  position: absolute;
  top: 0;
  left: -100%;
  z-index: -1;
  -webkit-transition: 0.7s;
  -moz-transition: 0.7s;
  -o-transition: 0.7s;
  transition: 0.7s;
  width: 100%;
}

.feature-box .feature-overlay img {
  border-radius: 10px;
}

.feature-box:hover .feature-overlay {
  opacity: 1;
  left: 0;
}

.feature-box:hover .feature-overlay:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
}

.feature-box:hover h5 {
  color: #fff;
} */

.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-widget {
  background-color: #fff;
  border: 2px solid #F5F5F5;
  border-radius: 10px;
  margin-bottom: 24px;
  position: relative;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.service-widget:hover {
  box-shadow: 0px 10px 20px -5px rgba(76, 64, 237, 0.08);
}

.service-widget .serv-info {
  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;
}

.service-widget .serv-info a:hover {
  background-color: #0d47a1;
  color: #FFF;
}

.service-widget .serv-info h6 {
  font-weight: 700;
  font-size: 22px;
  margin-bottom: 0;
}

.service-widget .serv-info h6 .old-price {
  font-size: 16px;
  color: #74788d;
  text-decoration: line-through;
  margin-left: 5px;
}

.service-widget .service-content .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;
}

.service-widget .service-content .title a:hover {
  background-size: 0 2px, 100% 2px;
}

.service-widget .btn-book {
  background: #F7F7FF;
  border-radius: 5px;
  color: #0d47a1;
  font-weight: 500;
  font-size: 14px;
  padding: 10px 20px;
  box-shadow: inset 0 0 0 0 #fff;
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  -o-transition: all 0.7s;
  transition: all 0.7s;
}

.service-widget .btn-book:hover {
  background: #fff;
  border: 1px solid #0d47a1;
  box-shadow: inset 0 70px 0 0 #fff;
  color: #0d47a1;
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  -o-transition: all 0.7s;
  transition: all 0.7s;
}

.service-widget .fav-item {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  padding: 20px 20px 10px;
  z-index: 1;
  gap: 10px;
  justify-content: space-between;
} */

.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);
}

/* .service-content {
  padding: 20px;
}

.service-content .title {
  font-size: 19px;
  margin-bottom: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.service-content p {
  color: #74788d;
  font-size: 16px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.service-content p .rate {
  color: #74788d;
  float: right;
}

.service-content p .rate i {
  font-size: 15px;
  margin-right: 8px;
}

.service-content p .rate i.filled {
  color: #FFBC35 !important;
}

.service-content .item-info {
  position: relative;
  padding-left: 0;
} */

/* .addrs-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;
} */

/* .price {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 1rem;
}

.price .old-price {
  color: #74788d;
  text-decoration: line-through;
  font-size: 16px;
  font-weight: 500;
  margin-left: 5px;
}

.price .price-hr {
  font-size: 13px;
  color: #C2C9D1;
  font-weight: 400;
} */

/* .servicecontent .btn-book {
  padding: 10px 20px;
} */

/* .provide-social.social-icon li {
  display: inline-block;
  margin-right: 7px;
}

.provide-social.social-icon li a {
  width: 36px;
  height: 36px;
  background: #F7F7FF;
  border-radius: 40px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  color: #74788d;
}

.provide-social.social-icon li a:hover {
  background-color: #0d47a1;
  color: #fff;
} */

/* .item-info {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 0 20px 20px;
  z-index: 1;
} */

/* .item-cat {
  background: #FEFEFF;
  border-radius: 5px;
  font-size: 14px;
  padding: 5px 10px;
  display: inline-block;
  color: #242B3A;
  transition: ease all 0.5s;
  -webkit-transition: ease all 0.5s;
  -ms-transition: ease all 0.5s;
  line-height: normal;
}

.item-cat:hover {
  background: #0d47a1;
  color: #fff;
} */

/* .item-img {
  display: inline-block;
  float: right;
}

.item-img img {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 1px solid #fff;
} */

.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;
}

/* .body-two .work-section {
  padding: 60px 0 36px;
  background-color: #F4F5F5;
  background-repeat: no-repeat;
  background-position: left center, right 0 bottom 25%;
}

@media (max-width: 991.98px) {
  .body-two .work-section {
    padding: 40px 0 16px;
    margin: 30px 0;
  }
} */

.work-section .offers-btn a:hover {
  background-color: #0d47a1;
  border: 1px solid #0d47a1;
  color: #FFF;
}

/* .work-box {
  background: #fff;
  border: 1px solid #F5F5F5;
  box-shadow: 0px 10px 20px -5px rgba(76, 64, 237, 0.08);
  border-radius: 20px;
  padding: 20px;
  text-align: center;
  margin-bottom: 24px;
  position: relative;
}

.work-box h5 {
  font-size: 18px;
  margin-bottom: 8px;
}

.work-box p {
  color: #74788d;
  margin-bottom: 0;
}

.work-box h4 {
  font-weight: 600;
  font-size: 60px;
  color: #FFECF5;
  margin-bottom: 0;
  position: absolute;
  top: -37px;
  left: 0;
} */

.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;
}

/* .client-content .rating {
  margin-bottom: 17px;
}

.client-content .rating i.active {
  color: #FFBC35;
} */

.rating i {
  color: #E9EEF3;
}

.rating i.active {
  color: #FFBC35;
}

/* .client-section {
  padding: 60px 0 36px;
  background-image: url(../img/bg/testimonial-bg-01.png);
  background-repeat: no-repeat;
  background-position: left center;
}

@media (max-width: 991.98px) {
  .client-section {
    padding: 40px 0 16px;
    background-image: none;
    background: #F8F9F9;
  }
} */

/* .client-widget {
  background: #fff;
  box-shadow: 0px 10px 20px -5px rgba(76, 64, 237, 0.08);
  padding: 1.5rem;
  text-align: center;
  margin: 60px 0px 24px;
}

.client-widget .testimonial-author h4 {
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 600;
} */

.client-img {
  margin: -73px 0 20px;
}

.client-img img {
  width: 110px !important;
  height: 110px;
  border-radius: 50%;
  margin: 0 auto;
}

/* .client-content p {
  margin-bottom: 24px;
}

.client-content h5 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 5px;
}

.client-content h6 {
  color: #74788d;
  font-weight: 400;
  margin-bottom: 0;
} */

/* .blog-section {
  padding: 60px 0;
} */

.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;
  }
}

/* .app-section {
  padding: 60px 0;
  position: relative;
}

@media (max-width: 991.98px) {
  .app-section {
    padding: 0 0 50px;
  }
}

.app-section .app-out-bg {
  position: absolute;
  top: 0;
  right: 0;
} */

/* .blogs-section {
  padding: 0 0 36px;
}

@media (max-width: 991.98px) {
  .blogs-section {
    padding: 0 0 26px;
  }
} */

/* .partners-section {
  padding: 60px 0 36px;
}

@media (max-width: 991.98px) {
  .partners-section {
    padding: 50px 0 26px;
  }
} */

/* .partner-img {
  border: 2px solid #f5f5f5;
  padding: 15px;
  border-radius: 10px;
  margin-bottom: 24px;
  background-color: #fff;
}

.partner-img img {
  width: auto !important;
  margin: 0 auto;
  height: 35px;
}

.partner-img:hover {
  box-shadow: 0px 10px 20px -5px rgba(76, 64, 237, 0.08);
} */

/* .app-sec {
  background: #111827;
  border-radius: 50px;
  padding: 60px;
  position: relative;
}

@media (max-width: 991.98px) {
  .app-sec {
    padding: 50px;
  }
}

@media (max-width: 767.98px) {
  .app-sec {
    padding: 30px;
    border-radius: 30px;
  }
}

.app-sec:before {
  position: absolute;
  content: "";
  border-radius: 10px;
  background: url(../img/bg/testimonial-bg-02.png);
  background-position: right top 10px;
  background-repeat: no-repeat;
  top: 10px;
  right: 20px;
  width: 100%;
  height: 100%;
}

.app-sec h2 {
  font-size: 40px;
  font-family: "Poppins", sans-serif;
  color: #fff;
  margin-bottom: 8px;
}

@media (max-width: 991.98px) {
  .app-sec h2 {
    font-size: 34px;
  }
}

@media (max-width: 767.98px) {
  .app-sec h2 {
    font-size: 28px;
  }
}

.app-sec p {
  margin-bottom: 15px;
  color: #fff;
}

.app-sec h6 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 15px;
  color: #fff;
}

.app-sec .app-bg-1 {
  position: absolute;
  bottom: 0;
  right: 15%;
}

.app-sec .app-bg-2 {
  position: absolute;
  top: 0;
}

.app-sec .app-bg-3 {
  position: absolute;
  top: 0;
  right: 15%;
} */

/* .downlaod-btn {
  display: flex;
}

.downlaod-btn a {
  margin-right: 15px;
  display: inline-flex;
}

.downlaod-btn a:last-child {
  margin-right: 0;
} */

/* .appimg-set {
  margin-top: -128px;
  position: relative;
  max-width: 350px;
} */

/* .scan-img {
  position: relative;
  background: #fff;
  border-radius: 10px;
  margin-bottom: 1.5rem;
  display: inline-block;
} */

/* .swal2-actions .btn {
  margin: 0 5px;
  border-radius: 5px;
}

.swal2-actions .swal2-cancel {
  min-height: 46px;
} */

/* .swal2-title {
  color: #28283C !important;
  font-size: 22px !important;
} */

/* #swal2-content {
  font-size: 14px;
  color: #68616D;
} */

/* .quality-box {
  background: #F7F7FF;
  border: 2px solid #F5F5F5;
  border-radius: 8px;
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 24px;
}

.quality-box:hover {
  border: 2px solid #0d47a1;
  box-shadow: 0px 10px 20px -5px rgba(76, 64, 237, 0.08);
}

.quality-box:hover .quality-img {
  background: #0d47a1;
}

.quality-box:hover .quality-img img {
  filter: brightness(0) invert(1);
} */

/* .quality-img {
  width: 58px;
  height: 58px;
  background: #fff;
  margin-right: 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;
  border-radius: 50%;
  flex-shrink: 0;
}

.quality-img img {
  width: 28px;
} */

/* .quality-info h6 {
  font-weight: 500;
  margin-bottom: 10px;
}

.quality-info p {
  font-size: 14px;
  margin-bottom: 0;
} */

/* .support-card {
  margin-bottom: 20px;
}

.support-card:last-child {
  margin-bottom: 0;
}

.support-card p {
  margin: 15px 0 0;
} */

/* .support-title {
  background: #F4F7FF;
  border-radius: 5px;
  padding: 20px;
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 0;
}

.support-title a {
  color: #28283C;
  display: block;
  position: relative;
  padding-right: 60px;
}

.support-title>a:after {
  font-family: "Fontawesome";
  font-weight: 900;
  font-size: 15px;
  content: "\f078";
  position: absolute;
  top: 0;
  right: 0;
  color: #292D32;
} */

/* .about-offer {
  padding: 0 67px;
  border-radius: 20px;
  margin: 0;
  align-items: flex-end;
}

.about-offer .offer-path-content {
  padding: 67px 42px 67px 0;
}

.about-offer .offer-path-content h3 {
  margin-bottom: 25px;
}

.about-offer .offer-pathimg {
  margin-top: 0;
}

.about-offer .btn-views {
  min-width: 138px;
  color: #0d47a1;
}

.about-offer.offer-paths::after {
  content: none;
} */

/* .service-offer {
  position: relative;
  padding-bottom: 90px;
}

.service-offer:before {
  position: absolute;
  content: "";
  background: #F9F9F9;
  top: 0;
  left: 0;
  width: 100%;
  height: 160px;
} */

.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;
}

/* .subscribe-form {
  position: relative;
}

.subscribe-form .form-control {
  min-height: 42px;
  border-radius: 5px;
  background: #fff;
  border: 1px solid #D9D9D9;
  padding: 6px 50px 6px 15px;
}

.subscribe-form .form-control::placeholder {
  color: #74788d;
}

.subscribe-form .footer-btn {
  font-size: 20px;
  color: #68616D;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
  padding: 0;
  display: inline-flex;
}

.subscribe-form .footer-btn i:hover {
  color: #0d47a1;
} */

/* .policy-menu {
  margin: 0;
  padding: 0;
  text-align: right;
  display: flex;
  gap: 20px;
}

@media (max-width: 767.98px) {
  .policy-menu {
    flex-wrap: wrap;
    gap: 10px;
  }
}

.policy-menu li {
  display: inline-block;
  color: #74788d;
}

.policy-menu li:last-child {
  margin-right: 0;
}

.policy-menu li:last-child::after {
  content: "";
}

.policy-menu li a {
  color: #656B76;
  font-size: 14px;
}

.policy-menu li a:hover {
  color: #0d47a1;
}

.policy-menu li a:focus {
  color: #0d47a1;
} */

/* .footer-select {
  position: relative;
  width: 108px;
}

.footer-select .select2-container--default .select2-selection--single {
  border: 1px solid #D9D9D9;
  height: 40px;
}

.footer-select .select2-container--default .select2-selection--single .select2-selection__rendered {
  font-size: 14px;
  color: #D9D9D9;
  color: rgba(0, 0, 0, 0.5);
  line-height: 40px;
}

.footer-select .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 39px;
  right: 6px;
}

.footer-select:last-child {
  margin-left: 20px;
}

.footer-select>img {
  position: absolute;
  z-index: 9;
  right: 10px;
  top: 10px;
}

.footer-select>img.footer-dropdown {
  top: 18px;
} */

.select2-results__option {
  font-size: 14px;
}

/* .payment-image ul {
  display: flex;
  align-items: center;
  justify-content: center;
}

.payment-image ul li:not(:last-child) {
  margin-right: 11px;
} */

/* .footer-two {
  background: #fff4fa;
}

.footer-two .footer-contact-info .footer-address {
  position: relative;
}

.footer-two .footer-contact-info .footer-address:last-child p {
  margin: 0;
}

.footer-two .footer-contact-info p {
  color: #203066;
  font-size: 16px;
  font-weight: 700;
  padding-left: 37px;
}

.footer-two .footer-contact-info span {
  font-size: 25px;
  color: #B4B7C9;
}

.footer-two .social-icon {
  text-align: center;
}

.footer-two .social-icon ul {
  margin: 0;
}

.footer-two .social-icon ul li a {
  background: rgba(212, 216, 229, 0.26);
  color: #B4B7C9;
}

.footer-two .social-icon ul li a:hover {
  background: #0d47a1;
}

.footer-two .footer-bottom .copyright-text p {
  color: #58627B;
  text-align: right;
}

.footer-two .payment-image ul {
  justify-content: start;
}

.footer-two .footer-widget.footer-menu ul li a:hover {
  color: #0d47a1;
} */

/* .insta-row {
  margin: 0;
}

.insta-row li {
  padding: 0 4px 8px;
}

.insta-row li+li {
  margin: 0 !important;
} */

.footer-menu li {
  color: #151519;
}

.footer-menu li a {
  color: #656B76;
}

/* .footer-title-three {
  color: #2A396D;
} */

.footer-menu-three {
  text-align: left;
}

/* .footer-three .policy-menu li a:hover {
  color: #ff0080;
}

.footer-three .policy-menu li a:focus {
  color: #ff0080;
} */

/* .footer-subtitle-three {
  margin-bottom: 6px;
  color: #2A396D;
  font-weight: 500;
} */

/* .footer-selects .footer-expert p {
  display: flex;
  align-items: center;
}

.footer-selects .footer-expert p i {
  font-size: 20px;
  margin-right: 14px;
} */

/* .footer.footer-four {
  background-color: #F9F9F9;
}

.footer.footer-four .footer-widget.footer-widget-four .footer-logo {
  margin-bottom: 24px;
}

.footer.footer-four .social-icon ul li a {
  background-color: #fff;
  color: #0d47a1;
}

.footer.footer-four .social-icon ul li a:hover {
  background-color: #0d47a1;
  color: #fff;
} */

/* .footer-subtitle.footer-subtitle-four {
  font-size: 18px;
  color: #101522;
} */

.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.footer-six {
  background: url(../img/oru-company-bg.png);
  background-repeat: no-repeat;
  padding-top: 80px;
  border: none;
  position: relative;
}

.footer.footer-six .footer-top {
  padding: 0;
}

.footer.footer-six .footer-menu ul li {
  margin-bottom: 15px;
  color: #74788d;
} */

.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-six-left {
  display: flex;
  align-items: center;
  margin-bottom: 24px;
}

.footer-six-left img {
  margin-right: 15px;
}

.footer-six-ryt span {
  font-size: 14px;
  color: #74788d;
}

.footer-six-ryt h6 {
  color: #203066;
  margin-bottom: 0;
} */

/* .footer-btns {
  color: #0d47a1 !important;
  text-decoration: underline;
}

.footer-btns:hover {
  color: #203066 !important;
  text-decoration: underline;
} */

/* .footer-second .footer-bottom .copyright-menu ul {
  display: flex;
}

.footer-second .footer-bottom .copyright-menu ul li {
  padding-right: 10px;
}

.footer-second .footer-bottom .copyright-menu ul li a {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(32, 48, 102, 0.6);
  color: #DADADA;
  font-size: 12px;
}

.footer-second .footer-bottom .copyright-menu ul li a:hover {
  background: #0d47a1;
  color: #fff;
} */

.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;
  }
}

/* .pricing-plans.card {
  padding: 0;
} */

/*-----------------
    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-box-two .search-btn .btn:hover {
  background: #26c6da;
  border: 1px solid #26c6da;
} */

.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;
  }
}

/* .btn-pink {
  border-color: #FCEFF8;
  background: #FCEFF8;
  color: #DD318E;
  padding: 12px 24px;
} */

/* completed till here 3 */
/* .btn-viewall {
  background: #FCEFF8;
  border-radius: 50px;
  color: #DD318E;
  font-weight: 500;
  padding: 10px 20px;
}

.btn-viewall:hover {
  background: #0d47a1;
  border: 1px solid #0d47a1;
  color: #fff;
}

.btn-viewall i {
  margin-left: 8px;
} */

/* .service-section-two {
  background: #F4F5F5;
  padding: 90px 0 66px;
}

@media (max-width: 991.98px) {
  .service-section-two {
    padding: 50px 0 26px;
  }
}

@media (max-width: 767.98px) {
  .service-section-two {
    padding: 40px 0 16px;
  }
}

.service-section-two .btn-view {
  margin-bottom: 40px;
}

.service-section-two .owl-nav button.owl-next:hover {
  background: #0d47a1;
}

.service-section-two .owl-nav button.owl-prev:hover {
  background: #0d47a1;
} */

/* .service-widget.service-two {
  border: 1px solid #E2E6F1;
  padding: 20px;
}

.service-widget.service-two .service-img {
  border-radius: 10px;
}

.service-widget.service-two .service-img .serv-img {
  border-radius: 8px;
}

.service-widget.service-two .service-content {
  padding: 20px 0 0;
}

.service-widget.service-two .service-content p {
  color: #74788d;
}

.service-widget.service-two .service-content p .rate {
  font-size: 15px;
  font-weight: 400;
  color: #74788d;
}

.service-widget.service-two .item-cat {
  background: #fff4fa;
  border-radius: 50px;
  color: #0d47a1;
  font-size: 14px;
  font-weight: 500;
  padding: 5px 10px;
}

.service-widget.service-two .item-img {
  float: left;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
}

.service-widget.service-two .item-img img {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 0;
  margin-right: 5px;
}

.service-widget.service-two .fav-item {
  padding: 20px 20px 0;
}

.service-widget.service-two .item-info {
  padding: 0 20px 20px;
}

.service-widget.service-two .item-info a {
  display: block;
} */

/* .serv-info .rating {
  margin: 0;
  font-weight: 500;
  font-size: 14px;
}

.serv-info .rating span {
  color: #9397AD;
} */

.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;
}

.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;
  }
}

/* .body-one .popular-section {
  padding: 0 0 66px;
  background: #fff;
}

@media (max-width: 991.98px) {
  .body-one .popular-section {
    padding: 0px 0 26px;
  }
}

@media (max-width: 767.98px) {
  .body-one .popular-section {
    padding: 0px 0 16px;
  }
}

.body-one .popular-section .owl-nav button.owl-next:hover {
  background: #0d47a1;
}

.body-one .popular-section .owl-nav button.owl-prev:hover {
  background: #0d47a1;
} */

/* .price-sections {
  padding: 0 0 66px;
}

@media (max-width: 991.98px) {
  .price-sections {
    padding: 0px 0 26px;
  }
}

@media (max-width: 767.98px) {
  .price-sections {
    padding: 0px 0 16px;
  }
} */

/* .app-section-two {
  padding: 0 0 90px;
}

@media (max-width: 991.98px) {
  .app-section-two {
    padding: 0px 0 50px;
  }
}

@media (max-width: 767.98px) {
  .app-section-two {
    padding: 0px 0 40px;
  }
}

@media (max-width: 767.98px) {
  .app-section-two .appimg {
    margin-bottom: 24px;
  }
} */

/* .price-toggle .toggle-pink {
  font-size: 16px;
  font-weight: 700;
  color: #242B3A;
  margin-bottom: 32px;
}

.price-toggle .toggle-pink .checktoggle {
  background: #F4F5F5;
  border: 1px solid #EBECED;
  width: 56px;
  height: 24px;
}

.price-toggle .toggle-pink .checktoggle:after {
  background: #0d47a1;
  transform: translate(4px, -50%);
}

.price-toggle .toggle-pink .check:checked+.checktoggle {
  background: #F4F5F5;
  border: 1px solid #EBECED;
}

.price-toggle .toggle-pink .check:checked+.checktoggle:after {
  background-color: #0d47a1;
  transform: translate(calc(-100% - 3px), -50%);
} */

/* .pricing-plans.price-new {
  background: #EBECED;
  border: 1px solid #F4F5F5;
  border-radius: 25px;
  padding: 20px;
  margin-top: 24px;
}

.pricing-plans.price-new:hover {
  background: #fff;
  transition: 0.7s;
}

.pricing-plans.price-new:hover .btn {
  background: #0d47a1;
}

.pricing-plans.price-new .pricing-planshead {
  border-bottom: 1px solid #E2E5F1;
  text-align: left;
  padding: 0;
}

.pricing-plans.price-new .pricing-planshead h6 {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 10px;
}

.pricing-plans.price-new .pricing-planshead h6 span {
  font-size: 16px;
  font-weight: 600;
  color: #9397AD;
}

.pricing-plans.price-new .pricing-planshead h4 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 8px;
}

.pricing-plans.price-new .pricing-planshead h5 {
  font-size: 15px;
  color: #939AAD;
  font-weight: 600;
  margin-bottom: 15px;
}

.pricing-plans.price-new .pricing-planscontent li {
  color: #58627B;
  font-size: 14px;
}

.pricing-plans.price-new .pricing-planscontent li i {
  color: #0d47a1;
}

.pricing-plans.price-new .btn {
  background: #3E4265;
  border-radius: 40px;
  color: #fff;
  display: block;
  text-align: center;
}

.pricing-plans.price-new.active {
  background: #fff;
  border: 1px solid #E2E5F1;
  box-shadow: 3px 42px 34px rgba(255, 0, 138, 0.08);
  margin-top: 0;
}

.pricing-plans.price-new.active .btn {
  background: #0d47a1;
  color: #fff;
} */

/* .price-block {
  text-align: right;
}

.price-block .popular {
  background: #3E4097;
  border-radius: 13px;
  font-size: 10px;
  font-weight: 700;
  padding: 7px 15px;
  color: #fff;
  display: inline-block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -10px;
} */

/* .blog.blog-new {
  border: 1px solid #E2E6F1;
}

.blog.blog-new .blog-image {
  position: relative;
}

.blog.blog-new .blog-image .date {
  background: #fff;
  border-radius: 5px;
  font-weight: 500;
  font-size: 14px;
  padding: 5px 13px;
  text-align: center;
  position: absolute;
  top: 20px;
  right: 20px;
  min-width: 55px;
  min-height: 55px;
  color: #242B3A;
  box-shadow: 0px 4.4px 12px -1px rgba(19, 16, 34, 0.06), 0px 2px 6.4px -1px rgba(19, 16, 34, 0.03);
}

.blog.blog-new .blog-image .date span {
  display: block;
}

.blog.blog-new .blog-item {
  background: #111827;
  border-radius: 50px;
  padding: 6px 12px;
  margin-bottom: 0;
  display: inline-flex;
  align-items: center;
  position: absolute;
  bottom: 15px;
  left: 15px;
}

.blog.blog-new .blog-item li {
  margin: 0 10px 0 0;
  font-size: 14px;
  color: #fff;
  display: inline-flex;
  align-items: center;
}

.blog.blog-new .blog-item li i {
  color: #fff;
  margin-right: 8px;
}

.blog.blog-new .blog-item li:last-child {
  margin-right: 0;
}

.blog.blog-new .blog-item li+li {
  border-left: 1px solid rgba(255, 255, 255, 0.4);
  padding-left: 10px;
}

.blog.blog-new .blog-item li a {
  color: #fff;
}

.blog.blog-new .blog-content .blog-title {
  -webkit-line-clamp: 2;
  margin-bottom: 12px;
}

.blog.blog-new .blog-content p {
  margin-bottom: 0;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
} */

/* .client-box {
  background: #fff;
  border: 1px solid #F0F0F7;
  box-shadow: 0px 4.4px 12px -1px rgba(19, 16, 34, 0.06), 0px 2px 6.4px -1px rgba(19, 16, 34, 0.03);
  border-radius: 10px;
  padding: 25px;
  margin-bottom: 24px;
}

.client-box .client-content {
  border-bottom: 1px solid #E2E5F1;
}

.client-box .client-content h6 {
  font-weight: 500;
  font-size: 20px;
  color: #28283C;
  margin-bottom: 12px;
}

.client-box .client-content p {
  font-size: 14px;
}

.client-box .rating {
  font-size: 12px;
  margin-bottom: 13px;
}

.client-box .client-img {
  margin: 23px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.client-box .client-img img {
  width: 48px !important;
  height: 48px;
  margin: 0 15px 0 0;
} */

/* .client-name h5 {
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 5px;
}

.client-name h6 {
  font-weight: 400;
  font-size: 14px;
  color: #74788d;
  margin-bottom: 0;
  text-align: left;
} */

/* .client-section-two {
  background: #F4F5F5;
  padding: 80px 0 56px;
}

@media (max-width: 991.98px) {
  .client-section-two {
    padding: 50px 0 26px;
  }
}

@media (max-width: 767.98px) {
  .client-section-two {
    padding: 40px 0 16px;
  }
} */

/* .blog-section-two {
  padding: 90px 0;
}

@media (max-width: 991.98px) {
  .blog-section-two {
    padding: 50px 0 26px;
  }
}

@media (max-width: 767.98px) {
  .blog-section-two {
    padding: 40px 0 16px;
  }
} */

/* .parter-section-two {
  padding: 90px 0 66px;
}

@media (max-width: 991.98px) {
  .parter-section-two {
    padding: 50px 0 26px;
  }
}

@media (max-width: 767.98px) {
  .parter-section-two {
    padding: 40px 0 16px;
  }
} */

/* .owl-dots {
  text-align: center;
}

.owl-dots .owl-dot {
  margin-right: 5px;
}

.owl-dots .owl-dot span {
  width: 15px;
  height: 15px;
  line-height: 12px;
  margin: 0;
  background: #F1E2EB;
  border-radius: 50%;
  display: block;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.owl-dots .owl-dot.active span {
  background: #0d47a1;
} */

/* .offer-sec.offer-paths {
  background: #0d47a1;
  border-radius: 30px;
  padding: 0 80px;
  margin: 0;
  display: flex;
  align-items: flex-end;
}

@media (max-width: 991.98px) {
  .offer-sec.offer-paths {
    padding: 40px;
  }
}

.offer-sec.offer-paths::after {
  position: absolute;
  content: "";
  background: url(../img/bg/offer-bg.png) no-repeat 0 0/100%;
  left: 0;
  top: 0;
  background-size: contain;
  background-position: top right;
  width: 100%;
  height: 100%;
  z-index: -1;
  border-radius: 30px;
}

.offer-sec.offer-paths .offer-pathimg {
  margin: 0;
  margin-left: auto;
}

@media (max-width: 991.98px) {
  .offer-sec.offer-paths .offer-pathimg {
    display: none;
  }
}

.offer-sec .section-heading-two {
  margin-bottom: 20px;
}

.offer-sec .section-heading-two:after {
  background: -moz-linear-gradient(top, #fff 50%, #203066 50%);
  background: -webkit-linear-gradient(top, #fff 50%, #203066 50%);
  background: linear-gradient(to bottom, #fff 50%, #203066 50%);
}

.offer-sec .section-heading-two p {
  color: #fff;
}

.offer-sec .btn-views {
  border-radius: 40px;
  color: #0d47a1;
}

.offer-sec .btn-views:hover {
  background-color: #0d47a1;
  box-shadow: inset 0 70px 0 0 #0d47a1;
  color: #fff;
}

.offer-sec .offer-path-content {
  padding: 50px 0;
  max-width: 530px;
}

@media (max-width: 991.98px) {
  .offer-sec .offer-path-content {
    padding: 0;
  }
} */

/* .download-sec {
  padding-left: 60px;
}

@media (max-width: 991.98px) {
  .download-sec {
    padding-left: 0;
  }
}

.download-sec p {
  color: #58627B;
}

.download-sec h6 {
  color: #203066;
  margin-bottom: 20px;
} */

/* .providers-section-two {
  position: relative;
  padding: 90px 0 66px;
}

@media (max-width: 991.98px) {
  .providers-section-two {
    padding: 50px 0 26px;
  }
}

@media (max-width: 767.98px) {
  .providers-section-two {
    padding: 40px 0 16px;
  }
}

.providers-section-two:before {
  content: "";
  background: #3E4265;
  width: 100%;
  min-height: 396px;
  position: absolute;
  top: 0;
  z-index: -1;
} */

/* .provider-box {
  box-shadow: 0px 4.4px 12px -1px rgba(19, 16, 34, 0.06), 0px 2px 6.4px -1px rgba(19, 16, 34, 0.03);
  border-radius: 8px;
  border: 0;
  margin-top: 85px;
}

.provider-box .providerset-img {
  text-align: center;
  margin: -105px 0 10px;
}

.provider-box .providerset-img img {
  width: 180px;
  height: 180px;
  border: 10px solid #fff;
  border-radius: 50%;
  object-fit: cover;
}

.provider-box .providerset-name h4 {
  font-weight: 700;
}

.provider-box .provider-rating {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.provider-box .rate {
  background: #fff4fa;
  border-radius: 50px;
  font-size: 15px;
  color: #58627B;
  padding: 5px 12px;
  display: inline-block;
}

.provider-box .rate i {
  color: #FFBC35;
  margin-right: 6px;
}

.provider-box .btn {
  font-weight: 500;
  font-size: 15px;
  color: #fff;
  background: #0d47a1;
  border: 1px solid #0d47a1;
  border-radius: 30px;
  padding: 5px 15px;
}

.provider-box .btn:hover {
  background: #e2017b;
  border: 1px solid #e2017b;
} */

/* .providerset-prices h6 {
  font-weight: 600;
} */

/* .section-offer {
  position: relative;
  padding-bottom: 60px;
}

.section-offer:before {
  content: "";
  background: #fff4fa;
  width: 100%;
  min-height: 300px;
  position: absolute;
  top: 50%;
  z-index: -1;
}

.section-offer .offer-sec .btn-views {
  font-weight: 700;
} */

/* .hero-section-three {
  position: relative;
  background: url(../img/banner-04.html);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: 2;
}

.hero-section-three .search-box .search-input {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 33.33%;
  padding-right: 15px;
}

.hero-section-three .search-box .form-group {
  min-width: 180px;
  width: 100%;
}

.hero-section-three .search-box label {
  font-size: 14px;
  color: #999999;
  font-size: 14px;
  margin-bottom: 0;
}

.hero-section-three .search-box .select2-container--default .select2-selection--single {
  height: 25px;
  font-weight: 500;
  border: 0;
  min-width: 180px;
}

.hero-section-three .search-icon {
  width: 48px;
  height: 48px;
  background: #F2F2F2;
  border-radius: 50%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  flex-shrink: 0;
  margin-right: 15px;
} */

/* .section-section-three h4 {
  color: #FFA621;
  font-size: 18px;
}

.section-section-three h1 {
  color: #fff;
}

.section-section-three p {
  color: #F9F9F9;
  font-size: 16px;
  margin-bottom: 20px;
} */

/* .sidecircle-ryt {
  position: absolute;
  right: -115px;
  z-index: -1;
  top: -125px;
} */

/* .make-appointment {
  border-radius: 5px;
  padding: 20px;
  background-color: #ff0080;
  color: #fff;
  border: 1px solid #0d47a1;
  font-size: 14px;
  transition: all 0.5s;
  display: inline-block;
  font-weight: 500;
}

.make-appointment:hover {
  background-color: transparent;
  border: 1px solid #0d47a1;
  box-shadow: inset 0 70px 0 0 #0d47a1;
  color: #fff;
  transition: all 0.7s;
} */

/* .cta-btn {
  background: #0d47a1;
  border: 1px solid #0d47a1;
  border-radius: 40px;
  box-shadow: inset 0 70px 0 0 #0d47a1;
  color: #fff;
  border-radius: 4px;
  min-width: 176px;
  padding: 10px 20px;
  box-shadow: inset 0 0 0 0 #fff;
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  -o-transition: all 0.7s;
  transition: all 0.7s;
}

.cta-btn:hover {
  background-color: transparent;
  border: 1px solid #0d47a1;
  color: #0d47a1;
  box-shadow: inset 0 0px 0 0 transparent;
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  -o-transition: all 0.7s;
  transition: all 0.7s;
}

.cta-btn:hover a {
  color: #0d47a1;
}

.cta-btn a {
  padding: 0;
  border: 0;
  color: #fff;
  font-weight: 500;
} */

.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;
}

/* .services-section {
  position: relative;
  z-index: 1;
  padding: 130px 0 85px;
  background-color: #F9F9F9;
}

.services-section .search-box {
  background: #fff;
  box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.15);
  border-radius: 15px;
  padding: 20px;
  margin-top: 20px;
  background: #fff;
  box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.15);
  border-radius: 15px;
  padding: 20px;
  margin-top: 20px;
}

.services-section .owl-nav {
  text-align: center;
  margin-top: 40px;
  font-size: 24px;
}

.services-section .owl-nav .owl-prev {
  background: none !important;
  box-shadow: none;
}

.services-section .owl-nav .owl-prev:hover {
  background: none !important;
  color: #ff0080;
}

.services-section .owl-nav button.owl-next {
  margin-bottom: 0;
}

.services-section .owl-nav button.owl-prev {
  margin-bottom: 0;
}

.services-section .owl-nav .owl-next {
  background: none !important;
  box-shadow: none;
}

.services-section .owl-nav .owl-next:hover {
  background: none !important;
  color: #ff0080;
}

.services-section.stylists-section {
  padding: 90px 0 85px;
  background-color: #fff;
} */

/* .services-all {
  position: relative;
} */

/* .services-main-img {
  position: relative;
}

.services-main-img::before {
  background: linear-gradient(0deg, rgba(13, 21, 49, 0.6), rgba(13, 21, 49, 0.6));
  background-color: #0D47A1 !important;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 14px;
  z-index: 0;
}

.services-main-img:hover::before {
  background: rgba(255, 0, 128, 0.6);
  border-radius: 12px;
  transform: scale(0);
  transition: all 0.5s;
  transform: scale(1);
} */

/* .service-foot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: absolute;
  bottom: 0;
  left: 33%;
  margin-bottom: 10px;
}

.service-foot img {
  max-width: 45px;
  max-height: 45px;
}

.service-foot h4 {
  color: #fff;
  font-size: 24px;
}

.service-foot h6 {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
} */

/* .section-content {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-bottom: 50px;
}

.section-content p {
  max-width: 510px;
  text-align: center;
}

.section-content h2 {
  font-size: 40px;
  color: #151519;
} */

/* .our-img-all {
  position: relative;
  margin-bottom: 10px;
}

.our-img-all::after {
  width: 33px;
  height: 1px;
  position: absolute;
  content: "";
  background-color: #424242;
  top: 13px;
  left: 30px;
}

.our-img-all::before {
  width: 33px;
  height: 1px;
  position: absolute;
  content: "";
  background-color: #424242;
  top: 13px;
  right: 30px;
} */

.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-box-three {
  justify-content: space-between;
  margin-bottom: -50px;
} */

/* .search-btn-three .btn-primary {
  background-color: #ff0080;
  border: 1px solid #ff0080;
  padding: 20px;
  font-size: 14px;
}

.search-btn-three .btn-primary:hover {
  border: 1px solid #0d47a1;
} */

/* .search-input-three {
  background: none;
} */

.search-btn.search-btn-three .btn-primary i {
  font-size: 18px;
}

/* .blog-section {
  background: #FFF;
}

.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: #fff;
  color: #898989;
  padding: 2px 10px;
  border: 1px solid #898989;
}

.blog-section-three .blog.blog-new .blog-image .date {
  background-color: #ff0080;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
}

.blog-section-three .blog.blog-new .blog-image .date span {
  font-weight: normal;
  font-size: 12px;
} */

/* .service-img-top a {
  position: relative;
}

.service-img-top a::before {
  background: rgba(13, 21, 49, 0.6);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px;
} */

/* .service-content ul {
  display: flex;
  flex-wrap: wrap;
}

.service-content ul li {
  padding: 5px 10px;
  background-color: #F9F9F9;
  margin: 0 13px 13px 0;
  font-size: 14px;
} */

/* .saloon-content-top {
  display: flex;
  align-items: baseline;
}

.saloon-content-top i {
  margin-right: 7px;
} */

/* .saloon-content-btn {
  display: flex;
  align-items: baseline;
}

.saloon-content-btn i {
  margin-right: 7px;
} */

/* .saloon-profile-left {
  display: flex;
  align-items: center;
}

.saloon-profile-left .saloon-img {
  margin-right: 11px;
}

.saloon-profile-left .saloon-img img {
  width: 61px;
  height: 61px;
  border-radius: 10px;
} */

/* .service-show-img {
  position: relative;
}

.service-show-img::before {
  content: "";
  background-color: rgba(13, 21, 49, 0.6);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.9;
  z-index: 1;
} */

/* .service-content.service-content-three .title a:hover {
  color: #ff0080;
} */

/* .main-saloons-profile {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
} */

/* .saloon-right span {
  font-size: 24px;
  color: #ff0080;
  font-weight: 600;
} */

/* .saloon-bottom {
  display: flex;
}

.saloon-bottom a {
  padding: 10px;
  background-color: #ff0080;
  border: 1px solid #ff0080;
  border-radius: 5px;
  color: #fff;
  width: 100%;
  text-align: center;
  font-weight: 500;
}

.saloon-bottom a:hover {
  background-color: transparent;
  border: 1px solid #0d47a1;
  box-shadow: inset 0 70px 0 0 #0d47a1;
  color: #fff;
  transition: all 0.7s;
} */

/* .item-infos {
  padding: 0 20px 0;
} */

/* .btn-saloons .btn-primary {
  background-color: #ff0080;
  padding: 10px 15px;
  border: 1px solid #ff0080;
  font-weight: 500;
}

.btn-saloons .btn-primary:hover {
  border-color: #0d47a1;
} */

/* .saloon-section-circle {
  position: absolute;
  left: -127px;
  bottom: -146px;
  z-index: 0;
} */

/* .featured-saloons {
  position: relative;
  background-color: #fff;
} */

/* .appointment-section {
  position: relative;
  background: url("../img/saloon-bg.jpg");
  background-repeat: no-repeat;
  padding: 90px 0;
  background-size: cover;
  background-attachment: fixed;
}

.appointment-section::before {
  content: "";
  background-color: #2A396D;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.9;
} */

/* .appointment-main {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.appointment-main h6 {
  font-size: 14px;
  font-weight: 700;
  color: #FFA621;
  z-index: 1;
}

.appointment-main h2 {
  font-size: 40px;
  color: #fff;
  z-index: 1;
}

.appointment-main p {
  color: #fff;
  max-width: 630px;
  text-align: center;
  z-index: 1;
} */

/* .appointment-btn {
  z-index: 1;
}

.appointment-btn .btn-primary {
  background: #ff0080;
  border-color: #ff0080;
}

.appointment-btn .btn-primary:hover {
  background-color: transparent;
  box-shadow: none;
  color: #fff;
} */

/* .populars-section {
  background-color: #F9F9F9;
} */

.owl-carousel.stylists-slider .stylists-main-img img {
  width: 270px;
  height: 270px;
  border-radius: 50%;
  border: 2px dashed #2A396D;
  padding: 20px;
  margin-bottom: 25px;
}

/* .stylists-bottom {
  text-align: center;
}

.stylists-bottom h4 {
  font-size: 20px;
}

.stylists-bottom h6 {
  font-size: 14px;
  color: #74788d;
  font-weight: normal;
} */

/* .stylists-all {
  display: flex;
  flex-direction: column;
  align-items: center;
} */

/* .popular-content {
  text-align: center;
}

.popular-content h3 {
  font-size: 20px;
  color: #151519;
}

.popular-content h6 {
  font-size: 14px;
  color: #74788d;
  margin-bottom: 0;
  font-weight: normal;
} */

/* .works-section {
  padding: 90px 0;
} */

/* .works-main {
  display: flex;
  flex-direction: column;
  align-items: center;
} */

/* .works-top-img {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.7s;
}

.works-top-img::before {
  content: "";
  background-color: rgba(42, 57, 109, 0.8980392157);
  position: absolute;
  border-radius: 75% 25% 50% 50%/52% 47% 53% 48%;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.9;
  transition: all 0.7s;
}

.works-top-img:hover::before {
  background-color: rgba(255, 0, 128, 0.6);
  transition: all 0.7s;
}

.works-top-img img {
  border-radius: 75% 25% 50% 50%/52% 47% 53% 48%;
  width: 230px;
  height: 218px;
}

.works-top-img span {
  position: absolute;
  color: #fff;
  font-size: 28px;
  font-weight: 700;
  border: 5px solid #fff;
  border-radius: 50%;
  width: 71px;
  height: 71px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}

.works-top-img.works-load-profile {
  position: relative;
  transition: all 0.7s;
}

.works-top-img.works-load-profile::before {
  content: "";
  background-color: rgba(42, 57, 109, 0.8980392157);
  position: absolute;
  border-radius: 16% 84% 50% 50%/52% 47% 53% 48%;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.9;
  transition: all 0.7s;
} */

/* .works-load-profile img {
  border-radius: 16% 84% 50% 50%/52% 47% 53% 48%;
} */

/* .works-bottom {
  text-align: center;
}

.works-bottom p {
  max-width: 300px;
  margin-bottom: 0;
}

.works-bottom h2 {
  font-size: 28px;
} */

/* .works-tops {
  position: relative;
  margin-bottom: 30px;
}

.works-tops:hover .works-inner-content {
  transform: scale(1);
} */

/* .works-inner-content {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  z-index: 9;
  background: rgba(255, 0, 128, 0.6);
  transform: scale(0);
  transition: all 0.5s;
  border-radius: 75% 25% 50% 50%/52% 47% 53% 48%;
} */

/* .work-inner-content-left {
  border-radius: 16% 84% 50% 50%/52% 47% 53% 48%;
} */
/* 
.client-sections {
  background-repeat: no-repeat, no-repeat;
  background-position: left center;
  position: relative;
  padding: 90px 0 80px;
  background-size: cover;
}

.client-sections::before {
  content: "";
  background-color: #2A396D;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.9;
} */

/* .review-four .testimonial-thumb {
  padding: 10px 0;
}

.review-four .client-img.client-pro .testimonial-thumb img {
  width: 58px !important;
  height: 58px !important;
  border-radius: 60px;
}

.review-four .slider-nav {
  width: 300px;
  margin: auto;
}

.review-four .slider-nav .slick-current .testimonial-thumb {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transition: ease all 0.5s;
  -webkit-transition: ease all 0.5s;
  -ms-transition: ease all 0.5s;
}

.review-four .slider-nav .slick-current .testimonial-thumb img {
  border: 5px solid #ff0080;
  border-radius: 50px;
  padding: 2px;
}

.review-four .slick-list {
  padding: 0 !important;
} */

/* .review-love-group {
  max-width: 680px;
  margin: auto;
} */

/* completed till here 4  */

/* .review-passage {
  text-align: center;
  max-width: 600px;
  margin: auto;
  margin-bottom: 25px;
} */

/* .quote-love-img {
  margin-bottom: 30px;
}

.quote-love-img img {
  margin: auto;
} */

/* .review-profile-blk {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
  border-radius: 110px;
  padding: 8px;
  margin-right: 15px;
  min-width: 200px;
} */

/* .section-client h2 {
  color: #fff;
  z-index: 1;
}

.section-client p {
  color: #F9F9F9;
  z-index: 1;
}

.section-client .our-img-all::before {
  background: #fff;
}

.section-client .our-img-all::after {
  background: #fff;
} */

.say-about .review-passage {
  color: #fff;
}

/* .say-name-blk h5 {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
}

.say-name-blk p {
  color: #FFA621;
} */

.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;
}

/* .latest-section {
  position: relative;
  padding: 80px 0 66px;
} */

/* .service-latest-img {
  height: 312px;
} */

/* .latest-content span {
  display: inline-block;
  font-size: 14px;
  color: #898989;
  padding: 5px;
  border: 1px solid #898989;
  margin-bottom: 10px;
  border-radius: 3px;
  line-height: normal;
}

.latest-content .latest-news-content {
  display: flex;
  color: #151519;
  font-size: 20px;
  white-space: normal;
  margin-bottom: 10px;
  font-weight: 500;
}

.latest-content .latest-news-content:hover {
  color: #ff0080;
}

.latest-content p {
  color: #151519;
  font-size: 18px;
  font-weight: 700;
  white-space: normal;
  margin-bottom: 10px;
}

.latest-content .latest-news {
  color: #ff0080;
  font-size: 14px;
}

.latest-content .latest-news:hover {
  color: #151519;
} */

/* .latest-date {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 3px 10px;
  margin: 15px 0 0 15px;
  background-color: #ff0080;
  border-radius: 3px;
  font-size: 14px;
  color: #fff;
}

.latest-date span {
  font-size: 24px;
  color: #fff;
} */

/* .register-section {
  background: url(../img/footer-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  background-attachment: fixed;
}

.register-section::before {
  content: "";
  background-color: #2A396D;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.9;
} */

/* .register-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 69px 0px;
}

.register-content h2 {
  font-weight: 600;
  font-size: 40px;
  color: #fff;
  z-index: 1;
  max-width: 767px;
  margin-bottom: 0;
}

.register-content ul {
  z-index: 1;
}

.register-content .header-navbar-rht li>a.header-login {
  background: #0d47a1;
  border: 1px solid #0d47a1;
  box-shadow: inset 0 70px 0 0 #0d47a1;
} */

/* .register-btn {
  z-index: 1;
  background: #0d47a1;
  border: 1px solid #0d47a1;
  box-shadow: inset 0 70px 0 0 #0d47a1;
  border-radius: 5px;
  font-size: 16px;
  padding: 15px;
  font-weight: 600;
}

.register-btn a {
  color: #fff;
}

.register-btn:hover {
  background-color: transparent;
  box-shadow: inset 0 70px 0 0;
  transition: all 0.7s;
  border: 1px solid #0d47a1;
} */

.bar-icon.bar-icon-three span {
  background-color: #ff0080;
}

/* .copyright-menu {
  float: right;
}

.copyright-menu .footer-menu li a:hover {
  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;
}

/* .owl-nav.mynav1 button {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #FFF;
  border: 1px solid #FFF;
  box-shadow: 0px 4px 9px -1px rgba(19, 16, 34, 0.031372549);
}

.owl-nav.mynav1 button.owl-prev {
  margin-right: 10px;
}

.owl-nav.mynav1 button:hover {
  background: #0d47a1;
  color: #FFF;
  border-color: #0d47a1;
} */

.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;
}

/* .hero-section-three {
  position: relative;
  background: url(../img/saloon-banner.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  z-index: 2;
}

@media (max-width: 991.98px) {
  .hero-section-three {
    padding: 40px 0 0;
  }
}

.hero-section-three .home-banner {
  min-height: auto;
  padding: 170px 0;
}

@media (max-width: 991.98px) {
  .hero-section-three .home-banner {
    padding: 0;
  }
}

.hero-section-three .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: 991.98px) {
  .hero-section-three .search-box {
    margin-bottom: 40px;
  }
}

.hero-section-three .search-box .search-input {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 33.33%;
  padding-right: 15px;
}

.hero-section-three .search-box .search-input:first-child {
  display: block;
}

@media (max-width: 767.98px) {
  .hero-section-three .search-box .search-input {
    width: 100%;
  }
}

.hero-section-three .search-box .form-group {
  min-width: 180px;
  width: 100%;
}

.hero-section-three .search-box .form-group .form-control {
  border: 0;
  padding: 0;
}

.hero-section-three .search-box label {
  font-size: 14px;
  color: #999999;
  font-size: 14px;
  margin-bottom: 0;
}

.hero-section-three .search-box .select2-container--default .select2-selection--single {
  height: auto;
  font-weight: 500;
  border: 0;
  min-width: 180px;
}

.hero-section-three .search-icon {
  width: 48px;
  height: 48px;
  background: #F2F2F2;
  border-radius: 50%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  flex-shrink: 0;
  margin-right: 15px;
} */

.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;
}

/* .section-section-three h4 {
  color: #FFA621;
  font-size: 18px;
}

.section-section-three h1 {
  color: #fff;
}

.section-section-three p {
  color: #F9F9F9;
  font-size: 16px;
  margin-bottom: 20px;
} */

/* .sidecircle-ryt {
  position: absolute;
  right: -115px;
  z-index: -1;
  top: -125px;
} */

/* .make-appointment {
  border-radius: 5px;
  padding: 20px;
  background-color: #ff0080;
  color: #fff;
  border: 1px solid #0d47a1;
  font-size: 14px;
  transition: all 0.5s;
  display: inline-block;
  font-weight: 500;
}

.make-appointment:hover {
  background-color: transparent;
  border: 1px solid #0d47a1;
  box-shadow: inset 0 70px 0 0 #0d47a1;
  color: #fff;
  transition: all 0.7s;
} */

/* .cta-btn {
  background: #0d47a1;
  border: 1px solid #0d47a1;
  border-radius: 40px;
  box-shadow: inset 0 70px 0 0 #0d47a1;
  color: #fff;
  border-radius: 4px;
  min-width: 176px;
  padding: 10px 20px;
  box-shadow: inset 0 0 0 0 #fff;
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  -o-transition: all 0.7s;
  transition: all 0.7s;
}

.cta-btn:hover {
  background-color: transparent;
  border: 1px solid #0d47a1;
  color: #0d47a1;
  box-shadow: inset 0 0px 0 0 transparent;
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  -o-transition: all 0.7s;
  transition: all 0.7s;
}

.cta-btn:hover a {
  color: #0d47a1;
}

.cta-btn a {
  padding: 0;
  border: 0;
  color: #fff;
  font-weight: 500;
} */

.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;
}

/* .services-section {
  position: relative;
  z-index: 1;
  padding: 120px 0 80px;
  background-color: #F9F9F9;
}

@media (max-width: 991.98px) {
  .services-section {
    padding: 50px 0;
  }
}

@media (max-width: 767.98px) {
  .services-section {
    padding: 40px 0;
  }
}

.services-section .search-box {
  background: #fff;
  box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.15);
  border-radius: 15px;
  padding: 20px;
  margin-top: 20px;
  background: #fff;
  box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.15);
  border-radius: 15px;
  padding: 20px;
  margin-top: 20px;
}

.services-section .owl-nav {
  text-align: center;
  margin-top: 26px;
  font-size: 24px;
}

.services-section .owl-nav .owl-prev {
  background: none !important;
  box-shadow: none;
  margin-right: 10px;
}

.services-section .owl-nav .owl-prev:hover {
  background: none !important;
  color: #ff0080 !important;
}

.services-section .owl-nav button.owl-next {
  margin-bottom: 0;
}

.services-section .owl-nav button.owl-prev {
  margin-bottom: 0;
}

.services-section .owl-nav .owl-next {
  margin-left: 10px;
  background: none !important;
  box-shadow: none;
}

.services-section .owl-nav .owl-next:hover {
  background: none !important;
  color: #ff0080 !important;
}

@media (max-width: 991.98px) {
  .services-section .owl-nav {
    margin-top: 6px;
  }
}

.services-section.stylists-section {
  padding: 80px 0;
  background-color: #fff;
}

@media (max-width: 991.98px) {
  .services-section.stylists-section {
    padding: 50px 0;
  }
}

@media (max-width: 767.98px) {
  .services-section.stylists-section {
    padding: 40px 0;
  }
} */

/* .services-all {
  position: relative;
  margin-bottom: 24px;
} */

/* .services-main-img {
  position: relative;
  border-radius: 10px;
}

.services-main-img img {
  border-radius: 10px;
}

.services-main-img::before {
  background: linear-gradient(178.04deg, rgba(17, 24, 39, 0) 55.79%, #000000 98.34%);
  background-color: #0D47A1 !important;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 14px;
  z-index: 0;
}

.services-main-img:hover::before {
  background: rgba(255, 0, 128, 0.6);
  border-radius: 12px;
  transform: scale(0);
  transition: all 0.5s;
  transform: scale(1);
} */

/* .service-foot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: absolute;
  bottom: 0;
  left: 33%;
  margin-bottom: 10px;
}

.service-foot img {
  max-width: 45px;
  max-height: 45px;
}

.service-foot h4 {
  color: #fff;
  font-size: 24px;
}

.service-foot h6 {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
} */

/* @media (max-width: 991.98px) {
  .home-four .btn-sec .btn {
    margin-top: 6px;
  }
} */

/* .section-content {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-bottom: 50px;
}

@media (max-width: 991.98px) {
  .section-content {
    margin-bottom: 30px;
  }
}

@media (max-width: 991.98px) {
  .section-content .row {
    justify-content: center;
  }
}

.section-content p {
  max-width: 510px;
  text-align: center;
}

.section-content h2 {
  font-size: 40px;
  color: #151519;
}

@media (max-width: 991.98px) {
  .section-content h2 {
    font-size: 34px;
  }
}

@media (max-width: 767.98px) {
  .section-content h2 {
    font-size: 30px;
  }
} */

/* .our-img-all-1 {
  position: relative;
  margin-bottom: 10px;
} */

.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;
}

/* .searchbox-list {
  display: flex;
  justify-content: space-between;
  width: 87%;
}

@media (max-width: 767.98px) {
  .searchbox-list {
    flex-wrap: wrap;
    flex-direction: column;
    row-gap: 10px;
    width: 100%;
  }
} */

/* .search-box-three {
  justify-content: space-between;
  margin-bottom: -50px;
} */

.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-input-three {
  background: none;
} */

.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;
}

/* .service-img-top a {
  position: relative;
}

.service-img-top a::before {
  background: rgba(13, 21, 49, 0.6);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px;
} */

/* .service-content ul {
  display: flex;
  flex-wrap: wrap;
}

.service-content ul li {
  padding: 5px 10px;
  background-color: #EAEBEE;
  margin: 0 13px 13px 0;
  font-size: 13px;
  color: #111827;
  border-radius: 5px;
} */

/* .saloon-content-top {
  display: flex;
  align-items: baseline;
}

.saloon-content-top span {
  font-size: 14px;
}

.saloon-content-top i {
  font-size: 14px;
  margin-right: 7px;
} */

/* .saloon-content-btn {
  display: flex;
  align-items: baseline;
  font-size: 14px;
}

.saloon-content-btn i {
  margin-right: 7px;
  font-size: 14px;
} */

/* .saloon-profile-left {
  display: flex;
  align-items: center;
}

.saloon-profile-left .saloon-img {
  margin-right: 11px;
}

.saloon-profile-left .saloon-img img {
  width: 61px;
  height: 61px;
  border-radius: 10px;
} */

/* .service-show-img {
  position: relative;
}

.service-show-img::before {
  content: "";
  background-color: rgba(13, 21, 49, 0.6);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.9;
  z-index: 1;
} */

/* .service-content.service-content-three .title a:hover {
  color: #ff0080;
} */

/* .main-saloons-profile {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
} */

/* .saloon-right span {
  font-size: 24px;
  color: #ff0080;
  font-weight: 600;
} */

/* .saloon-bottom {
  display: flex;
}

.saloon-bottom a {
  padding: 10px;
  background-color: #ff0080;
  border: 1px solid #ff0080;
  border-radius: 5px;
  color: #fff;
  width: 100%;
  text-align: center;
  font-weight: 500;
}

.saloon-bottom a:hover {
  background-color: transparent;
  border: 1px solid #0d47a1;
  box-shadow: inset 0 70px 0 0 #0d47a1;
  color: #fff;
  transition: all 0.7s;
} */

/* .item-infos {
  padding: 0 20px 0;
} */

/* .btn-saloons .btn-primary {
  background-color: #ff0080;
  padding: 10px 15px;
  border: 1px solid #ff0080;
  font-weight: 500;
}

.btn-saloons .btn-primary:hover {
  border-color: #0d47a1;
} */

/* .saloon-section-circle {
  position: absolute;
  left: -127px;
  bottom: -146px;
  z-index: -1;
} */

/* .featured-saloons {
  position: relative;
  background-color: #fff;
  padding: 80px 0 66px;
}

@media (max-width: 991.98px) {
  .featured-saloons {
    padding: 50px 0 26px;
  }
}

@media (max-width: 767.98px) {
  .featured-saloons {
    padding: 40px 0 24px;
  }
} */

/* .appointment-section {
  position: relative;
}

.appointment-section.appointment-section-four {
  padding: 80px 0;
  background-color: #282B8B;
}

@media (max-width: 991.98px) {
  .appointment-section.appointment-section-four {
    padding: 50px 0;
  }
}

@media (max-width: 767.98px) {
  .appointment-section.appointment-section-four {
    padding: 40px 0;
  }
}

.appointment-section .index-4 {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.appointment-section .index-4 img {
  object-fit: cover;
} */

/* .appointment-main {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.appointment-main a {
  z-index: 1;
  font-size: 14px;
  font-weight: 700;
  color: #FFF;
  z-index: 1;
}

.appointment-main h2 {
  font-size: 40px;
  color: #fff;
  z-index: 1;
  margin-bottom: 8px;
}

@media (max-width: 991.98px) {
  .appointment-main h2 {
    font-size: 30px;
  }
}

@media (max-width: 767.98px) {
  .appointment-main h2 {
    font-size: 26px;
  }
}

.appointment-main p {
  color: #fff;
  max-width: 630px;
  text-align: center;
  z-index: 1;
} */

/* .appointment-btn {
  z-index: 1;
}

@media (max-width: 991.98px) {
  .appointment-btn .btn {
    padding: 10px !important;
  }
}

.appointment-btn .btn-primary {
  background: #ff0080;
  border-color: #ff0080;
}

.appointment-btn .btn-primary:hover {
  background-color: transparent;
  box-shadow: none;
  color: #fff;
} */

/* .populars-section {
  background-color: #F9F9F9;
  padding: 80px 0;
}

@media (max-width: 991.98px) {
  .populars-section {
    padding: 50px 0;
  }
}

@media (max-width: 767.98px) {
  .populars-section {
    padding: 40px 0;
  }
}

@media (max-width: 991.98px) {
  .populars-section .row {
    justify-content: center;
  }
} */

.owl-carousel.stylists-slider .stylists-main-img img {
  width: 180px;
  height: 180px;
  border-radius: 50%;
  border: 2px dashed #2A396D;
  padding: 20px;
  margin-bottom: 25px;
}

/* .stylists-bottom {
  text-align: center;
}

.stylists-bottom h4 {
  font-size: 20px;
}

.stylists-bottom h6 {
  font-size: 14px;
  color: #74788d;
  font-weight: normal;
} */

/* .stylists-all {
  display: flex;
  flex-direction: column;
  align-items: center;
} */

/* .popular-content {
  text-align: center;
}

.popular-content h3 {
  font-size: 20px;
  color: #151519;
}

.popular-content h6 {
  font-size: 14px;
  color: #74788d;
  margin-bottom: 0;
  font-weight: normal;
} */

/* .works-section {
  padding: 80px 0;
}

@media (max-width: 991.98px) {
  .works-section {
    padding: 50px 0;
  }
}

@media (max-width: 767.98px) {
  .works-section {
    padding: 40px 0;
  }
} */

/* .works-main {
  display: flex;
  flex-direction: column;
  align-items: center;
} */

/* .works-top-img {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.7s;
}

.works-top-img::before {
  content: "";
  background-color: rgba(42, 57, 109, 0.8980392157);
  position: absolute;
  border-radius: 75% 25% 50% 50%/52% 47% 53% 48%;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.9;
  transition: all 0.7s;
}

.works-top-img:hover::before {
  background-color: rgba(255, 0, 128, 0.6);
  transition: all 0.7s;
}

.works-top-img img {
  border-radius: 75% 25% 50% 50%/52% 47% 53% 48%;
  width: 230px;
  height: 218px;
}

.works-top-img span {
  position: absolute;
  color: #fff;
  font-size: 28px;
  font-weight: 700;
  border: 5px solid #fff;
  border-radius: 50%;
  width: 71px;
  height: 71px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}

.works-top-img.works-load-profile {
  position: relative;
  transition: all 0.7s;
}

.works-top-img.works-load-profile::before {
  content: "";
  background-color: rgba(42, 57, 109, 0.8980392157);
  position: absolute;
  border-radius: 16% 84% 50% 50%/52% 47% 53% 48%;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.9;
  transition: all 0.7s;
}

.works-top-img.works-load-profile:hover::before {
  background-color: rgba(255, 0, 128, 0.6);
  transition: all 0.7s;
} */

/* .works-load-profile img {
  border-radius: 16% 84% 50% 50%/52% 47% 53% 48%;
} */

/* .works-bottom {
  text-align: center;
}

.works-bottom p {
  max-width: 300px;
  margin-bottom: 0;
}

.works-bottom h2 {
  font-size: 28px;
} */

/* .works-tops {
  position: relative;
  margin-bottom: 30px;
}

.works-tops:hover .works-inner-content {
  transform: scale(1);
} */

/* .works-inner-content {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  z-index: 9;
  background: rgba(255, 0, 128, 0.6);
  transform: scale(0);
  transition: all 0.5s;
  border-radius: 75% 25% 50% 50%/52% 47% 53% 48%;
} */

/* .work-inner-content-left {
  border-radius: 16% 84% 50% 50%/52% 47% 53% 48%;
} */

/* .client-sections {
  background-repeat: no-repeat, no-repeat;
  background-position: left center;
  position: relative;
  padding: 80px 0 80px;
  background-size: cover;
}

@media (max-width: 991.98px) {
  .client-sections {
    padding: 50px 0;
  }
}

@media (max-width: 767.98px) {
  .client-sections {
    padding: 40px 0;
  }
}

.client-sections::before {
  content: "";
  background-color: #282B8B;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.9;
} */

/* .review-four .testimonial-thumb {
  padding: 10px 0;
}

.review-four .client-bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.review-four .client-bg img {
  object-fit: cover;
}

.review-four .client-img.client-pro .testimonial-thumb img {
  width: 58px !important;
  height: 58px !important;
  border-radius: 60px;
}

.review-four .slider-nav {
  width: 300px;
  margin: auto;
}

.review-four .slider-nav .slick-current .testimonial-thumb {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transition: ease all 0.5s;
  -webkit-transition: ease all 0.5s;
  -ms-transition: ease all 0.5s;
}

.review-four .slider-nav .slick-current .testimonial-thumb img {
  border: 5px solid #ff0080;
  border-radius: 50px;
  padding: 2px;
}

.review-four .slick-list {
  padding: 0 !important;
} */

/* .review-love-group {
  max-width: 680px;
  margin: auto;
} */

/* .review-passage {
  text-align: center;
  max-width: 600px;
  margin: auto;
  margin-bottom: 25px;
} */

/* .quote-love-img {
  margin-bottom: 30px;
}

.quote-love-img img {
  margin: auto;
} */

/* .review-profile-blk {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
  border-radius: 110px;
  padding: 8px;
  margin-right: 15px;
  min-width: 200px;
} */

/* .section-client h2 {
  color: #fff;
  z-index: 1;
}

.section-client p {
  color: #F9F9F9;
  z-index: 1;
}

.section-client .our-img-all::before {
  background: #fff;
}

.section-client .our-img-all::after {
  background: #fff;
} */

.say-about .review-passage {
  color: #fff;
}

/* .say-name-blk h5 {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
}

.say-name-blk p {
  color: #FFA621;
} */

/* .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;
} */

/* .latest-section {
  position: relative;
  padding: 80px 0 80px;
}

@media (max-width: 991.98px) {
  .latest-section {
    padding: 50px 0;
  }
}

@media (max-width: 767.98px) {
  .latest-section {
    padding: 40px 0;
  }
} */

/* .service-latest-img {
  height: 312px;
} */

/* .latest-content span {
  display: inline-block;
  font-size: 14px;
  color: #898989;
  padding: 5px;
  border: 1px solid #898989;
  margin-bottom: 10px;
  border-radius: 3px;
  line-height: normal;
}

.latest-content .latest-news-content {
  display: flex;
  color: #151519;
  font-size: 20px;
  white-space: normal;
  margin-bottom: 10px;
  font-weight: 500;
}

.latest-content .latest-news-content:hover {
  color: #ff0080;
}

.latest-content p {
  color: #151519;
  font-size: 18px;
  font-weight: 700;
  white-space: normal;
  margin-bottom: 10px;
}

.latest-content .latest-news {
  color: #ff0080;
  font-size: 14px;
}

.latest-content .latest-news:hover {
  color: #151519;
} */

/* .latest-date {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 3px 10px;
  margin: 15px 0 0 15px;
  background-color: #ff0080;
  border-radius: 3px;
  font-size: 14px;
  color: #fff;
}

.latest-date span {
  font-size: 24px;
  color: #fff;
} */

/* .register-section {
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

@media (max-width: 767.98px) {
  .register-section {
    padding: 40px 0;
  }
}

.register-section::before {
  content: "";
  background-color: #282B8B;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.9;
} */

/* .register-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 69px 0px;
}

@media (max-width: 991.98px) {
  .register-content.register-content-four {
    padding: 0;
    flex-wrap: wrap;
  }
}

@media (max-width: 767.98px) {
  .register-content {
    flex-wrap: wrap;
  }
}

.register-content h2 {
  font-weight: 600;
  font-size: 40px;
  color: #fff;
  z-index: 1;
  max-width: 767px;
  margin-bottom: 0;
}

@media (max-width: 991.98px) {
  .register-content h2 {
    margin-bottom: 20px;
    font-size: 26px;
  }
}

@media (max-width: 767.98px) {
  .register-content h2 {
    margin-bottom: 18px;
    font-size: 20px;
  }
}

.register-content ul {
  z-index: 1;
}

.register-content .header-navbar-rht li>a.header-login {
  background: #0d47a1;
  border: 1px solid #0d47a1;
  box-shadow: inset 0 70px 0 0 #0d47a1;
} */

/* .register-btn {
  z-index: 1;
  background: #0d47a1;
  border: 1px solid #0d47a1;
  box-shadow: inset 0 70px 0 0 #0d47a1;
  border-radius: 5px;
  font-size: 16px;
  padding: 15px;
  font-weight: 600;
}

.register-btn a {
  color: #fff;
}

.register-btn:hover {
  background-color: #cc006e;
  box-shadow: inset 0 70px 0 0;
  transition: all 0.7s;
  border: 1px solid #cc006e;
}

@media (max-width: 991.98px) {
  .register-btn {
    padding: 10px;
  }
} */

/* .bar-icon.bar-icon-three span {
  background-color: #ff0080;
} */

.copyright-menu {
  float: right;
}

.copyright-menu .footer-menu li a:hover {
  color: #ff0080;
}

/* .progress-wrap.progress-wrap-three::after {
  color: #ff0080;
}

.progress-wrap.progress-wrap-three svg.progress-circle path {
  stroke: #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;
}

/* .hero-section-nine {
  background: #EBECED;
  min-height: auto;
}

@media (max-width: 991.98px) {
  .hero-section-nine {
    padding: 0;
  }
} */

/* .home-banner.home-banner-nine {
  padding: 60px 0;
  min-height: auto;
}

@media (max-width: 991.98px) {
  .home-banner.home-banner-nine {
    padding: 50px 0;
  }
}

@media (max-width: 767.98px) {
  .home-banner.home-banner-nine {
    padding: 40px 0;
  }
} */

/* .banner-imgs {
  padding: 0;
  min-height: auto;
}

@media (max-width: 991.98px) {
  .banner-imgs {
    display: none;
  }
}

.banner-imgs.banner-imgs-nine img {
  border-radius: 50px 50px 50px 0;
}

@media (max-width: 1399.98px) {
  .banner-imgs.banner-imgs-nine img {
    max-width: 100%;
  }
}

.banner-imgs.banner-imgs-nine .banner-1 {
  max-width: none;
  max-height: none;
  top: 0;
  left: 0;
  position: relative;
}

.banner-imgs.banner-imgs-nine .banner-1::before {
  position: absolute;
  content: "";
  background: url(../img/icons/banner-nine-dot.svg);
  background-repeat: repeat;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  left: -91px;
  bottom: -70px;
  z-index: -1;
}

@media (max-width: 1399.98px) {
  .banner-imgs.banner-imgs-nine .banner-1 {
    max-width: 100%;
  }
}

.banner-imgs.banner-imgs-nine .banner-2 {
  position: relative;
  max-width: 100%;
  margin-top: 30px;
  top: 0;
  right: 0;
}

.banner-imgs.banner-imgs-nine .banner-2::before {
  position: absolute;
  content: "";
  background: url(../img/icons/banner-nine-icon-2.svg);
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  top: -30px;
  left: 17px;
  z-index: -1;
}

@media (max-width: 1399.98px) {
  .banner-imgs.banner-imgs-nine .banner-2 {
    max-width: 100%;
  }
}

.banner-imgs.banner-imgs-nine .banners-3 {
  position: relative;
  z-index: 2;
}

.banner-imgs.banner-imgs-nine .banners-3::before {
  position: absolute;
  content: "";
  background: url(../img/icons/banner-nine-icon-1.svg);
  background-repeat: repeat;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  left: -67px;
  bottom: -130px;
  z-index: -1;
}

.banner-imgs.banner-imgs-nine .banner-4 {
  max-width: none;
  position: relative;
  top: 0;
  left: 0;
  -webkit-animation-name: floating-x;
  animation-name: floating-y;
  margin-top: 10px;
}

.banner-imgs.banner-imgs-nine .banner-img-02 {
  margin-top: 60px;
} */

/* .section-search-nine .badge {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 8px;
  border-radius: 5px;
  padding: 5px 15px;
}

.section-search-nine h1 {
  margin-bottom: 8px;
  font-size: 44px;
  font-weight: 700;
}

@media (max-width: 1199.98px) {
  .section-search-nine h1 {
    font-size: 38px;
  }
}

@media (max-width: 991.98px) {
  .section-search-nine h1 {
    font-size: 30px;
  }
}

@media (max-width: 767.98px) {
  .section-search-nine h1 {
    font-size: 26px;
  }
}

.section-search-nine p {
  font-size: 16px;
  color: #656B76;
  margin-bottom: 24px;
}

.section-search-nine .btn {
  padding: 9px 15px;
  margin-bottom: 60px;
}

@media (max-width: 991.98px) {
  .section-search-nine .btn {
    margin-bottom: 30px;
  }
} */

/* .appoints-btn {
  padding: 8px 16px;
  background: #0d47a1;
  border: 1px solid #0d47a1;
  border-radius: 0;
  margin-bottom: 60px;
} */

/* .banner-appointment {
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.banner-appointment img {
  width: 67px;
  height: 67px;
  border-radius: 50%;
  margin-right: 16px;
  border: 5px solid #FFF;
}

.banner-appointment p {
  font-weight: normal;
} */

/* .section-heading-nine {
  margin-bottom: 40px;
}

.section-heading-nine h2 {
  font-size: 32px;
}

.section-heading-nine h2 span {
  position: relative;
  display: inline-block;
  padding-right: 15px;
}

.section-heading-nine h2 span::after {
  position: absolute;
  content: "";
  width: 12px;
  height: 9px;
  background: #0d47a1;
  transform: skew(-14deg);
  bottom: 10px;
  right: 0;
}

.section-heading-nine h2.display-5 {
  font-size: 44px;
  font-weight: 700;
}

@media (max-width: 1199.98px) {
  .section-heading-nine h2.display-5 {
    font-size: 38px;
  }
}

@media (max-width: 991.98px) {
  .section-heading-nine h2.display-5 {
    font-size: 30px;
  }
}

@media (max-width: 767.98px) {
  .section-heading-nine h2.display-5 {
    font-size: 26px;
  }
}

@media (max-width: 991.98px) {
  .section-heading-nine h2 {
    font-size: 28px;
  }
}

@media (max-width: 767.98px) {
  .section-heading-nine h2 {
    font-size: 24px;
  }
} */

/* .journey-heading-nine h2::after {
  display: none;
} */

/* .safety-para {
  position: relative;
  text-transform: capitalize;
  padding-left: 24px;
  line-height: 31px;
  margin-bottom: 16px;
  font-weight: 500;
  color: #242B3A;
} */

/* .safety-para::before {
  position: absolute;
  content: "";
  width: 5px;
  height: 100%;
  top: 0;
  left: 0;
  background: #0d47a1;
} */

/* .safety-list img {
  border-radius: 50px 50px 0 50px;
  margin: 50px 0 33px 0;
}

@media (max-width: 991.98px) {
  .safety-list img {
    margin: 30px 0 30px 0;
  }
}

@media (max-width: 767.98px) {
  .safety-list img {
    margin: 24px 0 24px 0;
  }
}

.safety-list ul li {
  margin-bottom: 24px;
  display: flex;
  align-items: center;
}

.safety-list ul li span {
  width: 32px;
  height: 32px;
  border-radius: 10px;
  background: #FFECF5;
  color: #0d47a1;
  font-size: 20px;
  margin-right: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.safety-list ul li:last-child {
  margin-bottom: 0;
} */

/* .safety-ryt-two img {
  margin: 0 0 60px 0;
  border-radius: 50px 50px 50px 0;
}

@media (max-width: 991.98px) {
  .safety-ryt-two img {
    margin: 30px 0 30px 0;
  }
}

@media (max-width: 767.98px) {
  .safety-ryt-two img {
    margin: 24px 0 24px 0;
  }
}

.safety-list.safety-ryt-two {
  position: relative;
}

.safety-list.safety-ryt-two::after {
  position: absolute;
  content: "";
  background: #0d47a1;
  width: 62.15px;
  height: 23px;
  border-radius: 30px 30px 30px 0px;
  transform: matrix(1, 0, 0, -1, 0, 0);
  top: 56%;
}

@media (max-width: 1199.98px) {
  .safety-list.safety-ryt-two::after {
    top: 45%;
  }
}

@media (max-width: 991.98px) {
  .safety-list.safety-ryt-two::after {
    display: none;
  }
} */

/* .service-nine-section {
  background: #FBFBFB;
} */

/* .title-badge {
  background: #FFECF5;
  color: #0d47a1;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 4px;
  display: inline-block;
  padding: 5px 15px;
  border-radius: 5px;
} */

/* .service-feature-nine {
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  flex-direction: column;
  margin-top: -58px;
  z-index: 1;
  position: relative;
}

.service-feature-nine .shop-content-logo {
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  width: 60px;
  height: 60px;
  background: #111827;
  box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.04);
  border-radius: 41px;
  margin-bottom: 20px;
}

.service-feature-nine .shop-content-logo img {
  margin-bottom: 0;
  border-radius: 0;
  width: auto;
  height: auto;
}

.service-feature-nine span {
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 500;
  display: inline-block;
  margin-bottom: 4px;
}

.service-feature-nine p {
  white-space: normal;
  text-align: center;
  color: #28283C;
  margin-bottom: 0;
  text-transform: capitalize;
  font-size: 18px;
}

.service-feature-nine h5 {
  text-align: center;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.service-feature-nine h5 a {
  color: #242B3A;
}

.service-feature-nine h5 a:hover {
  color: #0d47a1;
} */

.service-widget-nine .service-img,
.service-widget-nine .service-img .serv-img {
  border-radius: 0;
}

/* .dots-bottom {
  margin-top: 16px;
} */

/* .dots-bottom.owl-dots {
  text-align: left;
}

.dots-bottom.owl-dots .owl-dot {
  border: 0;
  padding: 0;
}

.dots-bottom.owl-dots .owl-dot span {
  width: 8px;
  height: 8px;
  border-radius: 40px;
  background: #E9EAEB;
}

.dots-bottom.owl-dots .owl-dot.active span {
  width: 20px;
  height: 8px;
  border-radius: 40px;
  background: #0d47a1;
} */

/* .btn-service-nine {
  margin-top: 16px;
} */

/* .feature-service-nine {
  background: #FFF;
}

.feature-service-nine .service-widget-nine .service-image {
  position: relative;
  display: block;
}

.feature-service-nine .service-widget-nine .service-image::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
  background-color: #0D47A1 !important;
  z-index: 2;
}

.feature-service-nine .service-widget-nine .item-info {
  z-index: 2;
} */

/* .items-nine {
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: start;
  -webkit-justify-content: start;
}

.items-nine img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-right: 10px;
}

.items-nine .rating {
  margin-bottom: 0;
}

.items-nine .rating span {
  color: #FFF;
  font-size: 14px;
  font-weight: 500;
} */

/* .service-content-nine .sub-title {
  font-size: 14px;
  font-weight: 500;
  color: #0d47a1;
  margin-bottom: 4px;
  display: inline-block;
}

.service-content-nine .title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
}

.service-content-nine .feature-content {
  margin-bottom: 10px;
}

.service-content-nine .feature-content p {
  font-size: 14px;
  margin-bottom: 10px;
}

.service-content-nine .feature-content h5 {
  margin-bottom: 10px;
} */

/* .service-widget.service-widget-nine {
  border-radius: 0;
  box-shadow: 0px 4px 4px 0px rgba(217, 217, 217, 0.25);
  border: 1px solid #EBECED;
} */

/* .journey-nine-section {
  position: relative;
  background: url(../img/bg/journey-bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  z-index: 0;
  background-size: cover;
}

.journey-nine-section::before {
  content: "";
  background: rgba(17, 24, 39, 0.9);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -6;
} */

/* .journey-heading-nine {
  margin-bottom: 0;
}

.journey-heading-nine h2 {
  margin-bottom: 0;
} */

/* .journey-counter h2 {
  color: #FFF;
  font-size: 38px;
  margin-bottom: 0;
}

@media (max-width: 991.98px) {
  .journey-counter h2 {
    font-size: 32px;
  }
}

@media (max-width: 767.98px) {
  .journey-counter h2 {
    font-size: 28px;
  }
}

.journey-counter p {
  color: #FFF;
} */

/* .choose-nine-section {
  background: #F4F5F5;
} */

/* .reasonable-wrap {
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  flex-direction: column;
  padding: 20px;
  background: #FDFDFD;
  border-radius: 10px;
}

.reasonable-wrap img {
  margin-bottom: 24px;
}

.reasonable-wrap h5 {
  color: #FFF;
  text-transform: capitalize;
  text-align: center;
  margin-bottom: 8px;
}

.reasonable-wrap p {
  color: #FFF;
  margin-bottom: 0;
  text-align: center;
} */

/* .expert-all {
  background: #0d47a1;
} */

/* .delivery-all {
  background: #1C1C1C;
} */

/* .workshop-all {
  background: rgba(32, 48, 102, 0.2);
}

.workshop-all h5,
.workshop-all p {
  color: #203066;
  text-align: center;
} */

/* .mechanics-section {
  background: #FFF;
}

.mechanics-section .nav-pills {
  justify-content: center;
  margin: 0 0 40px;
}

.mechanics-section .nav-pills .nav-link {
  border-radius: 0;
  padding: 10px 20px;
  background: #F4F5F5;
  border: 0;
  color: #656B76;
}

.mechanics-section .nav-pills .nav-link:hover {
  background: #111827;
  color: #FFF;
} */

/* .nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  background: #111827;
  color: #FFF;
}

.nav-pills .nav-link.active:hover,
.nav-pills .show>.nav-link:hover {
  background: #111827;
} */

/* .providerset.providerset-nine {
  background: #FFF;
  border: 1px solid #EBECED;
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.04);
  border-radius: 0;
}

.providerset.providerset-nine .providerset-content {
  text-align: center;
}

.providerset.providerset-nine .providerset-content h6 {
  color: #969AA2;
  font-size: 14px;
  font-weight: 500;
}

.providerset.providerset-nine .providerset-content h5 {
  margin-bottom: 5px;
}

.providerset.providerset-nine .providerset-content .rating {
  font-size: 14px;
  font-weight: 500;
} */

/* .provider-nine-slider .owl-dots .owl-dot span {
  width: 30px;
  height: 7px;
  border-radius: 0;
} */

/* .customer-review-section {
  background: #F8F9F9;
} */

/* .customer-reviews-all {
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  flex-direction: column;
}

.customer-reviews-all .rating {
  margin-bottom: 16px;
} */

/* .customer-reviews-main {
  position: relative;
}

.customer-reviews-main img {
  border-radius: 50px 50px 50px 0;
} */

/* .customer-quote img {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 66px !important;
} */

/* .customer-reviews-main {
  margin-bottom: 20px;
} */

/* .customer-reviews-all span {
  margin-bottom: 20px;
}

.customer-reviews-all {
  position: relative;
  max-width: 724px;
  margin: auto;
  text-align: center;
} */

/* .customer-side-main-all {
  position: relative;
}

@media (max-width: 1199.98px) {
  .customer-side-main-all {
    display: none;
  }
} */

/* .customer-side-left-img img {
  position: absolute;
  content: "";
  left: 8%;
  top: 150px;
} */

/* .customer-side-right-img img {
  position: absolute;
  content: "";
  right: 8%;
  top: 150px;
} */

/* .customer-review-slider .owl-dots {
  margin-top: 40px;
}

.customer-review-slider .owl-dots .owl-dot span {
  width: 30px;
  height: 7px;
  border-radius: 0;
} */

/* .additional-service-section {
  padding: 80px 0;
} */

/* .service-widget-nine-two .service-feature-nine {
  display: block;
  margin-top: 0;
  text-align: left;
} */

/* .service-widget-nine-two .service-content .title {
  white-space: nowrap;
  margin-bottom: 0;
  font-size: 20px;
  text-align: left;
}

@media (max-width: 991.98px) {
  .service-widget-nine-two .service-content .title {
    font-size: 18px;
  }
}

@media (max-width: 767.98px) {
  .service-widget-nine-two .service-content .title {
    font-size: 16px;
  }
} */

/* .items-nine-two img {
  width: 70px !important;
  height: 70px;
} */

/* .blogs-nine-section {
  background: #F4F5F5;
}

.blogs-nine-section .blog {
  border-radius: 0;
  padding: 0;
}

.blogs-nine-section .blog.blog-new .blog-image {
  border-radius: 0;
}

.blogs-nine-section .blog.blog-new .blog-image .date {
  background-color: #FFF;
  font-size: 24px;
  font-weight: 600;
  color: #242B3A;
  left: 20px;
  right: auto;
  border-radius: 6px;
}

.blogs-nine-section .blog.blog-new .blog-image .date span {
  font-size: 14px;
}

@media (max-width: 991.98px) {
  .blogs-nine-section .blog.blog-new .blog-image .date {
    font-size: 20px;
  }
}

.blogs-nine-section .blog.blog-new .blog-image img {
  border-radius: 0;
}

.blogs-nine-section .blog.blog-new .blog-content {
  padding: 20px;
  margin: 0;
}

.blogs-nine-section .blog.blog-new .blog-content .blog-title {
  font-weight: 600;
  margin-bottom: 4px;
}

.blogs-nine-section .blog.blog-new .blog-content .blog-user-info {
  margin-bottom: 16px;
}

.blogs-nine-section .blog.blog-new .blog-content .blog-user-info h6 {
  font-weight: 500;
  font-size: 14px;
  display: flex;
  align-items: center;
}

.blogs-nine-section .blog.blog-new .blog-content .blog-user img {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  margin-right: 8px;
}

.blogs-nine-section .blog.blog-new .blog-content p {
  margin-bottom: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
} */

/* .service-blog-nine h5 {
  color: #203066;
  font-size: 18px;
}

.service-blog-nine p {
  white-space: normal;
} */

/* .latest-date.latest-date-nine {
  padding: 10px 23px;
}

.latest-date.latest-date-nine span {
  border-bottom: 1px solid #D9D9D9;
} */

/* .blogs-nine-slider .owl-dots .owl-dot span {
  width: 30px;
  height: 7px;
  border-radius: 0;
} */

/* .free-service-all {
  background: #111827;
  z-index: 1;
  position: relative;
  margin-top: 60px;
} */

/* .free-service-nine {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 60px;
  position: relative;
}

@media (max-width: 991.98px) {
  .free-service-nine {
    display: none;
  }
}

.free-service-nine .offer-icon {
  position: absolute;
  right: 0;
  top: 20px;
}

.free-service-nine .choose-icon {
  position: absolute;
  left: 0;
  top: 20px;
} */

/* .free-service-img-one {
  position: relative;
}

.free-service-img-one img {
  border-radius: 50px 50px 0 50px;
  margin-right: 10px;
}

.free-service-img-one .icon-01 {
  position: absolute;
  bottom: -30px;
  right: 30px;
  border-radius: 0;
  margin: 0;
} */

/* .free-service-img-two img {
  margin-top: -60px;
  border-radius: 50px 50px 50px 0;
} */

/* .free-service-bottom-content {
  padding: 76px 58px 76px 0;
}

.free-service-bottom-content p {
  color: #FFF;
  margin-bottom: 24px;
}

@media (max-width: 991.98px) {
  .free-service-bottom-content {
    padding: 50px;
    text-align: center;
  }
}

@media (max-width: 767.98px) {
  .free-service-bottom-content {
    padding: 30px;
  }
} */

/* .free-heading-nine {
  margin-bottom: 0;
}

.free-heading-nine p {
  color: #0d47a1;
}

.free-heading-nine h2 {
  color: #fff;
} */

/* .partner-section-nine {
  margin-top: -230px;
  padding: 230px 0 60px 0;
  background: #EBECED;
}

.partner-section-nine .partner-img {
  border: 1px solid #EBECED;
  margin: 0;
} */

/* .catering-banner-section {
  background-color: #F3F3F3;
  position: relative;
}

@media (max-width: 767.98px) {
  .catering-banner-section {
    padding: 40px 0;
  }
}

@media (max-width: 991.98px) {
  .catering-banner-section .home-banner {
    min-height: unset;
  }
}

.catering-banner-section .catering-banner-img {
  position: absolute;
  bottom: 0;
  top: 0;
}

.catering-banner-section .search-three-form {
  display: flex;
  align-items: center;
}

@media (max-width: 767.98px) {
  .catering-banner-section .search-three-form {
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 8px;
  }
}

.catering-banner-section .search-box.search-box-four .search-btn .btn {
  padding: 13px 50px;
  border-radius: 105px;
  font-size: 18px;
}

@media (max-width: 767.98px) {
  .catering-banner-section .search-box.search-box-four .search-btn .btn {
    justify-content: center;
  }
}

@media (max-width: 767.98px) {
  .catering-banner-section .search-box.search-box-four .search-btn {
    width: 100%;
  }
}

.catering-banner-section .section-search.section-search-four {
  max-width: 633px;
}

@media (max-width: 767.98px) {
  .catering-banner-section .section-search.section-search-four {
    max-width: 100%;
  }
}

.catering-banner-section .search-box.search-box-four {
  border-radius: 90px;
  margin: 0 0 30px 0;
  box-shadow: none;
  padding: 10px 15px;
  padding-left: 30px;
}

@media (max-width: 767.98px) {
  .catering-banner-section .search-box.search-box-four {
    border-radius: 20px;
    padding-left: 15px;
  }
}

.catering-banner-section .section-search.section-search-four span {
  color: #0d47a1;
}

.catering-banner-section .section-search.section-search-four p {
  margin-bottom: 30px;
}

.catering-banner-section .section-search.section-search-four span {
  border: none;
} */

/* .feature-section.nearby-section .section-heading h2 {
  font-weight: 700;
}

.feature-section.nearby-section .section-heading .btn-view {
  padding: 14px 20px;
  border-radius: 50px;
}

@media (max-width: 767.98px) {
  .feature-section.nearby-section {
    padding: 40px 0 !important;
  }
} */

/* .service-widget.service-four {
  border: 1px solid #E2E6F1;
  padding: 20px;
}

.service-widget.service-two .service-content.service-four-content .service-cater-bottom {
  color: #2A396D;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.service-widget.service-two .service-content.service-four-content p {
  white-space: normal;
}

.service-widget .fav-item.fav-item-four {
  right: 0;
  left: auto;
  width: auto;
} */

/* .service-content-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
}

.service-content-bottom .service-cater-img img {
  width: 38px;
  height: 38px;
  border-radius: 50px;
  margin-right: 10px;
}

.service-content-bottom .service-cater-img.service-world-img img {
  width: 61px;
  height: 61px;
  border-radius: 10px;
}

.service-content-bottom h6 {
  color: #0d47a1;
  margin: 0;
  font-weight: 600;
}

.service-content-bottom span {
  display: flex;
  display: -webkit-flex;
  padding: 10px;
  border-radius: 50%;
  background-color: #111827;
  color: #fff;
}

.service-content-bottom span:hover {
  background: #0d47a1;
} */

/* .service-cater-img {
  display: flex;
  align-items: center;
}

.service-cater-img p {
  margin: 0;
} */

/* .catering-banner-botton {
  display: flex;
  align-items: center;
} */

/* .catering-btn-services {
  margin-right: 40px;
}

.catering-btn-services:last-child {
  margin-right: 0;
}

.catering-btn-services h5 {
  font-size: 18px;
  margin-bottom: 10px;
}

.catering-btn-services h6 {
  color: #74788d;
  font-size: 15px;
  font-weight: normal;
  margin-bottom: 0;
} */

/* .catering-btn-icon {
  margin-bottom: 20px;
  background: #FFF;
  width: 56px;
  height: 56px;
}

.catering-btn-icon-two img {
  color: #0d47a1;
  width: 23px;
  height: 30px;
  font-size: 24px;
  margin-bottom: 10px;
} */

.catering-slider .service-two.service-four {
  padding: 0;
  margin-bottom: 40px;
}

/* .service-two.service-four .service-common-four {
  padding: 20px;
  border-bottom: 1px solid #EBEBEB;
} */

/* .catering-main-bottom .title {
  margin-bottom: 0;
}

.catering-main-bottom .title a {
  color: #101522;
}

.catering-main-bottom .rating {
  font-size: 14px;
  margin-bottom: 7px;
}

.catering-main-bottom span {
  font-size: 14px;
} */

/* .nearby-section {
  padding: 80px 0;
}

@media (max-width: 991.98px) {
  .nearby-section {
    padding: 60px 0;
  }
}

@media (max-width: 767.98px) {
  .nearby-section {
    padding: 40px 0 !important;
  }
} */

/* .section-heading-four h2 {
  font-size: 32px;
  margin-bottom: 4px;
}

@media (max-width: 991.98px) {
  .section-heading-four h2 {
    font-size: 28px;
  }
}

@media (max-width: 767.98px) {
  .section-heading-four h2 {
    font-size: 24px;
  }
} */

/* .categories-section {
  padding: 80px 0;
  position: relative;
  background-color: #F3F3F3;
}

@media (max-width: 991.98px) {
  .categories-section {
    padding: 60px 0;
  }
}

@media (max-width: 767.98px) {
  .categories-section {
    padding: 40px 0 !important;
  }
} */

/* .categories-main-all {
  padding: 30px 31px;
  border-radius: 10px;
  display: flex;
  display: -webkit-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  flex-direction: column;
  background: #fff;
  margin-bottom: 24px;
}

.categories-main-all h6 {
  text-align: center;
  color: #58627B;
  max-width: 115px;
}

.categories-main-all h5 {
  margin-bottom: 20px;
}

.categories-main-all .category-bottom {
  display: flex;
  display: -webkit-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  width: 24px;
  height: 24px;
  background-color: #F3F3F3;
  color: #fff;
  border-radius: 50px;
}

.categories-main-all:hover .categories-img span {
  background-color: #0d47a1;
  border: #0d47a1;
  transition: 0.7s;
}

.categories-main-all:hover .categories-img span img {
  filter: invert(1) brightness(2);
  transform: rotateY(360deg);
  -webkit-transform: rotateY(360deg);
  -ms-transform: rotateY(360deg);
  -webkit-transition: 0.4s;
  -ms-transition: 0.4s;
  transition: 0.4s;
}

.categories-main-all:hover .category-bottom {
  background-color: #0d47a1;
  color: #fff;
  transition: 0.7s;
} */

/* .categories-img span {
  width: 100px;
  height: 100px;
  background-color: #F3F3F3;
  border: #F3F3F3;
  border-radius: 10px;
  margin-bottom: 20px;
  display: flex;
  display: -webkit-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  -webkit-transition: 0.4s;
  -ms-transition: 0.4s;
  transition: 0.4s;
}

.categories-img span img {
  -webkit-transition: 0.4s;
  -ms-transition: 0.4s;
  transition: 0.4s;
} */

/* .btn-catering .btn-view {
  border-radius: 95px;
  padding: 15px 26px;
  margin-top: 16px;
} */

.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;
}

/* .features-four-section {
  position: relative;
  padding: 80px 0;
}

@media (max-width: 991.98px) {
  .features-four-section {
    padding: 60px 0;
  }
}

@media (max-width: 767.98px) {
  .features-four-section {
    padding: 40px 0 !important;
  }
}

.features-four-section .service-widget {
  margin-bottom: 40px;
} */

/* .rate-four {
  padding: 2px 10px;
  background-color: #fff;
  border-radius: 5px;
}

.rate-four i {
  color: #FFB800;
  margin-right: 3px;
}

.rate-four span {
  color: #000000;
  font-weight: 600;
} */

/* .service-four-img {
  position: relative;
}

.service-four-img::before {
  content: "";
  background-color: rgba(12, 17, 35, 0.6);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.9;
  z-index: 1;
} */

/* .service-content.service-four-content {
  padding: 20px 20px 0 20px;
  border-bottom: 1px solid #F1F1F1;
}

.service-content.service-four-content ul li {
  color: #6C6C6C;
  font-size: 12px;
  padding: 5px;
}

.service-content.service-four-content ul li:last-child {
  margin-right: 0;
}

.service-content.service-four-content p {
  white-space: normal;
}

.service-content.service-four-content .mini-mealmenu {
  text-decoration: line-through;
  font-size: 18px;
  font-weight: 700;
  margin-right: 5px;
  color: #2A396D;
}

.service-content.service-four-content .mealmenu {
  font-size: 22px;
  font-weight: 700;
  color: #0d47a1;
} */

/* .service-content.service-four-blogs h3 {
  white-space: normal;
  color: #101522;
  font-weight: 700;
  font-size: 23px;
  margin-bottom: 20px;
}

.service-content.service-four-blogs p {
  white-space: normal;
} */

/* .category-feature-bottom {
  display: flex;
  display: -webkit-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;
  background-color: #F3F3F3;
  padding: 10px;
  border-radius: 5px;
}

.category-feature-bottom p {
  margin-bottom: 0;
  color: #2A396D;
}

.category-feature-bottom a {
  font-size: 14px;
  font-weight: 700;
  color: #0d47a1;
}

.category-feature-bottom a:hover {
  color: #0B2540;
} */

/* .trust-us-section {
  position: relative;
  padding: 80px 0;
  background-color: #F4F5F5;
  z-index: 1;
}

@media (max-width: 991.98px) {
  .trust-us-section {
    padding: 60px 0;
  }
}

@media (max-width: 767.98px) {
  .trust-us-section {
    padding: 40px 0 !important;
  }
}

.trust-us-section::before {
  background: url(../img/bg/testimonial-bg-03.svg) no-repeat;
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-position: right;
}

.trust-us-section .trust-us-main {
  padding: 20px;
  display: flex;
  display: -webkit-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  flex-direction: column;
  background-color: #fff;
  box-shadow: 0px 4px 24px rgba(205, 205, 205, 0.25);
}

.trust-us-section .trust-us-main h6 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px;
}

.trust-us-section .trust-us-main p {
  text-align: center;
  margin-bottom: 0;
}

.trust-us-section .trust-us-main:hover .trust-us-img {
  background-color: #0d47a1;
  transition: 0.7s;
  color: #fff;
  padding: 12px 18px;
  border-radius: 10px;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -ms-transition: 0.4s;
}

.trust-us-section .trust-us-main:hover .trust-us-img i {
  transform: rotateY(360deg);
  -webkit-transform: rotateY(360deg);
  -ms-transform: rotateY(360deg);
  -webkit-transition: 0.4s;
  -ms-transition: 0.4s;
  transition: 0.4s;
}

.trust-us-section .trust-us-main .trust-us-img i {
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -ms-transition: 0.4s;
}

.trust-us-section .trust-us-img {
  display: -webkit-flex;
  display: flex;
  font-size: 56px;
  color: #0d47a1;
  margin-bottom: 25px;
  padding: 12px 18px;
} */

/* .popular-four-section {
  position: relative;
  padding: 80px 0 56px;
}

@media (max-width: 991.98px) {
  .popular-four-section {
    padding: 60px 0 36px;
  }
}

@media (max-width: 767.98px) {
  .popular-four-section {
    padding: 40px 0 16px !important;
  }
}

.popular-four-section .popular-portfolio-img {
  position: relative;
  margin-bottom: 24px;
  overflow: hidden;
  border-radius: 10px;
  transition: 0.5s all;
}

.popular-four-section .popular-portfolio-img img {
  width: 100%;
  transition: 0.5s all;
}

.popular-four-section .popular-portfolio-img:hover img {
  position: relative;
  z-index: 1;
  transition: 0.5s all;
}

.popular-four-section .popular-portfolio-img::before {
  background-color: rgba(0, 0, 0, 0.5019607843);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  border-radius: 10px;
  transition: 0.5s all;
}

.popular-four-section .popular-portfolio-overlay {
  position: absolute;
  content: "";
  bottom: 0;
  padding: 20px;
  z-index: 1;
  transition: 0.5s all;
}

.popular-four-section .popular-portfolio-overlay h6 {
  font-size: 20px;
  color: #fff;
  margin-bottom: 5px;
}

.popular-four-section .popular-portfolio-overlay p {
  font-size: 12px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 0;
} */

/* .Working-four-section {
  position: relative;
  padding: 80px 0;
  background-color: #F4F5F5;
}

@media (max-width: 991.98px) {
  .Working-four-section {
    padding: 60px 0;
  }
}

@media (max-width: 767.98px) {
  .Working-four-section {
    padding: 40px 0 !important;
  }
} */

.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;
}

/* .working-four-main {
  display: flex;
  display: -webkit-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  flex-direction: column;
  text-align: center;
  padding: 20px;
  background-color: #111827;
  border-radius: 10px;
}

.working-four-main h6 {
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 30px;
}

.working-four-main h4 {
  font-size: 18px;
  color: #fff;
}

.working-four-main p {
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 0;
}

.working-four-main:hover {
  background: #0d47a1;
  cursor: pointer;
} */

/* .working-four-img {
  position: relative;
  padding: 20px;
  background-color: #fff;
  border-radius: 10px;
  margin-bottom: 16px;
} */

/* .around-world-section {
  position: relative;
  padding: 80px 0;
}

@media (max-width: 991.98px) {
  .around-world-section {
    padding: 60px 0;
  }
}

@media (max-width: 767.98px) {
  .around-world-section {
    padding: 40px 0 !important;
  }
}

.around-world-section .service-widget {
  margin-bottom: 40px;
} */

.item-info.item-info-four {
  padding: 0 20px 0;
  font-size: 14px;
}

/* .service-world-img i {
  margin-right: 7px;
  color: #424242;
}

.service-world-img p {
  color: #424242;
} */

/* .useful-blog-section {
  position: relative;
  padding: 80px 0;
}

@media (max-width: 991.98px) {
  .useful-blog-section {
    padding: 60px 0;
  }
}

@media (max-width: 767.98px) {
  .useful-blog-section {
    padding: 40px 0 !important;
  }
}

.useful-blog-section .service-widget {
  margin-bottom: 40px;
} */

/* .usefull-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.usefull-bottom h6 {
  font-weight: 500;
  color: #2A396D;
} */

.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;
}

/* .review-client-section {
  position: relative;
  padding: 80px 0;
  background-color: #F4F5F5;
}

@media (max-width: 991.98px) {
  .review-client-section {
    padding: 60px 0;
  }
}

@media (max-width: 767.98px) {
  .review-client-section {
    padding: 40px 0 !important;
  }
}

.review-client-section .testimonial-slider2 {
  padding-top: 80px;
}

@media (max-width: 991.98px) {
  .review-client-section .testimonial-slider2 {
    padding: 60px 0 0;
  }
}

@media (max-width: 767.98px) {
  .review-client-section .testimonial-slider2 {
    padding: 40px 0 0 !important;
  }
} */

/* .client-review-top {
  position: relative;
  padding: 30px;
  background-color: #fff;
  border-radius: 5px;
  margin-bottom: 46px;
}

.client-review-top::before {
  content: "\a";
  border-style: solid;
  border-width: 32px 55px 0px 0px;
  border-color: transparent #fff transparent transparent;
  border-radius: 0px;
  position: absolute;
  bottom: -31px;
  transform: rotate(180deg);
}

.client-review-top p {
  margin-bottom: 0;
  text-align: left;
} */

/* .common-four-slider .owl-dots .owl-dot.active span {
  background-color: #0d47a1;
  position: relative;
}

.common-four-slider .owl-dots .owl-dot.active span::before {
  width: 19px;
  height: 19px;
  background-color: transparent;
  border-radius: 50%;
  border: 2px solid #0d47a1;
  position: absolute;
  content: "";
  top: -5px;
  left: -5px;
}

.common-four-slider .owl-dots .owl-dot span {
  width: 9px;
  height: 9px;
  margin-right: 5px;
} */

/* .client-review-name {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.client-review-name h6 {
  font-size: 20px;
}

.client-review-name .rating {
  font-size: 12px;
} */

/* .client-review-img {
  margin-bottom: 40px;
  float: left;
} */

/* .client-four-slider {
  margin-bottom: 55px;
  border-bottom: 1px solid #EBEBEB;
}

.client-four-slider .owl-dots {
  margin-bottom: 55px;
} */

.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 */
/* .hero-section-six {
  position: relative;
  z-index: 1010;
  background-color: #f7f8f9;
}

@media (max-width: 991.98px) {
  .hero-section-six {
    padding-top: 10px;
  }
}

.hero-section-six .hero-section-overlay-img .gradient-img {
  position: absolute;
  bottom: 0;
  z-index: 1;
  left: 0;
}

.hero-section-six .hero-section-overlay-img .white-circle {
  position: absolute;
  left: 18%;
  bottom: 0;
  z-index: 1;
}

.hero-section-six .hero-section-overlay-img .main-bg {
  position: absolute;
  bottom: 0;
  z-index: -1;
}

.hero-section-six .hero-section-overlay-img .top-circle {
  position: absolute;
  top: 0;
  left: 50%;
}

.hero-section-six .hero-section-overlay-img .right-img {
  position: absolute;
  right: 0;
  z-index: -1;
}

.hero-section-six .hero-section-overlay-img .oval-img {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -99;
}

.hero-section-six header.header-six {
  background: none;
  box-shadow: none;
}

.hero-section-six header.header-six.fixed {
  background-color: #FFF;
}

.hero-section-six header.header-six .offcanvas-info .offcanvas__contact a.btn-primary {
  background-color: #0d47a1 !important;
  color: #FFF;
}

.hero-section-six header.header-six .header-navbar-rht .nav-item .header-button-six {
  padding: 12px 24px;
  background: #0d47a1;
  color: #fff;
  border-radius: 40px;
  transition: 0.7s;
  font-weight: 500;
}

.hero-section-six header.header-six .header-navbar-rht .nav-item .header-button-six:hover {
  color: #282B8B;
  background: #fff;
  transition: 0.7s;
}

.hero-section-six header.header-six .main-menu-wrapper nav {
  margin-right: 20px;
}

.hero-section-six header.header-six .main-menu-wrapper .nav-link.btn.btn-primary {
  background-color: #0d47a1 !important;
  color: #FFF !important;
}

.hero-section-six .header.header-six.fixed {
  background: #fff;
}

.hero-section-six .home-banner-six {
  min-height: 660px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}

@media (max-width: 991.98px) {
  .hero-section-six .home-banner-six {
    min-height: 300px;
    padding: 40px 0;
  }
}

.hero-section-six .home-banner-six .home-banner-main {
  position: absolute;
  top: 13%;
  z-index: 1;
}

.hero-section-six .home-banner-six-bottom .home-banner-six-detergent {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}

.hero-section-six .home-banner-six-bottom .home-banner-six-detergent span {
  background-color: #FFF;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 6px;
}

.hero-section-six .home-banner-six-bottom .display-5 {
  font-weight: 700;
}

@media (max-width: 767.98px) {
  .hero-section-six .home-banner {
    min-height: auto;
  }
} */

.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;
}

/* .side-social-media-six {
  position: relative;
}

.side-social-media-six ul {
  position: absolute;
  top: 260px;
  left: 0;
  z-index: 2;
}

.side-social-media-six ul li {
  margin-bottom: 20px;
}

.side-social-media-six ul li a {
  width: 24px;
  display: flex;
  height: 24px;
  background: #282B8B;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #fff;
  transition: 0.5s;
}

.side-social-media-six ul li a:hover {
  background: #fff;
  color: #282B8B;
  transition: 0.5s;
}

.side-social-media-six ul li a i {
  font-size: 12px;
} */

/* .home-banner-six-detergent {
  margin-bottom: 20px;
}

.home-banner-six-detergent h5 {
  margin-bottom: 0;
  color: #282B8B;
} */

/* .banner-six-side-img {
  position: relative;
}

.banner-six-side-img img {
  position: absolute;
  bottom: -33px;
  right: 0;
} */

/* .banner-six-ellipse-img {
  position: relative;
}

.banner-six-ellipse-img .ellipe-six-one {
  position: absolute;
  top: 0;
} */

/* .reason-choose-us {
  position: relative;
  padding: 80px 0 66px;
}

@media (max-width: 991.98px) {
  .reason-choose-us {
    padding: 50px 0 26px;
  }
}

@media (max-width: 767.98px) {
  .reason-choose-us {
    padding: 40px 0 16px;
  }
} */

/* .reason-six {
  display: flex;
  justify-content: start;
  align-items: flex-end;
  align-items: center;
  margin-bottom: 10px;
}

.reason-six img {
  padding: 10px;
  background-color: #FFF;
  margin-right: 10px;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.08);
}

.reason-six p {
  color: #656B76;
  font-weight: 600;
}

@media (max-width: 767.98px) {
  .reason-six p {
    font-size: 14px;
  }
} */

.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;
}

/* .professional-cleaning-main {
  background: #EDEEF0;
  padding: 20px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-bottom: 24px;
}

.professional-cleaning-main img {
  background-color: #FFF;
  padding: 16px;
  margin-bottom: 16px;
}

.professional-cleaning-main h5 {
  color: #242B3A;
  margin-bottom: 0;
} */

@media (max-width: 991.98px) {
  .section-heading.section-heading-six {
    margin-bottom: 30px;
  }
}

/* .total-client-all {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}

@media (max-width: 991.98px) {
  .total-client-all {
    display: block;
  }
}

.total-client-all .total-client-half {
  display: flex;
  justify-content: start;
  align-items: center;
}

@media (max-width: 991.98px) {
  .total-client-all .total-client-half {
    margin-bottom: 20px;
    row-gap: 10px;
    flex-wrap: wrap;
  }
}

.total-client-all .total-client-half .total-client-mini {
  padding: 0 20px 0 0;
}

.total-client-all .total-client-half .total-client-mini:first-child {
  padding-left: 0;
  border-right: 1px solid #D9D9D9;
  margin-right: 20px;
}

.total-client-all .total-client-half .total-client-mini:nth-child(3) {
  padding-left: 0;
}

.total-client-all .total-client-half .total-client-mini .total-experts-main {
  display: inline-flex;
  align-items: center;
}

@media (max-width: 767.98px) {
  .total-client-all {
    flex-direction: column;
  }
}

.total-client-all ul li a img {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  border: 5px solid #fff;
} */

/* .total-experts-main h3 {
  color: #282B8B;
  font-size: 38px;
  margin: 0 10px 0 0;
}

.total-experts-main p {
  color: #74788d;
  font-weight: 500;
  margin-bottom: 0;
}

.total-experts-main p span {
  display: block;
} */

/* .total-client-avatar li {
  display: inline-block;
  margin: 0 0 0 -15px;
}

.total-client-avatar li:first-child {
  margin-left: 0;
}

.total-client-avatar .more-set a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  background: #282B8B;
  border-radius: 50%;
  color: #fff;
  border: 5px solid #fff;
  font-size: 14px;
  font-weight: 600;
} */

/* .total-client-half li .total-client-content {
  margin: 0 0 0 40px;
  color: #74788d;
}

.total-client-half li .total-client-content span {
  display: block;
} */

/* p.total-client-content {
  margin-bottom: 0;
  max-width: 480px;
} */

/* .our-company-ryt {
  position: relative;
  display: flex;
  justify-content: flex-end;
  z-index: 0;
}

.our-company-ryt .bg-overlay-img {
  position: absolute;
  z-index: -1;
  top: -120px;
  right: -90px;
} */

/* .our-company-bg img {
  position: absolute;
  top: -157px;
  z-index: -1;
  left: 85px;
} */

/* .our-company-img img {
  position: absolute;
  top: -50px;
  right: 0;
  left: 0;
  width: 100%;
} */

/* .about-our-company {
  position: relative;
  background: radial-gradient(22.27% 41.82% at 32.4% 51.2%, rgba(255, 230, 243, 0.1) 0%, #F7F8F9 100%);
  padding: 80px 0;
}

@media (max-width: 991.98px) {
  .about-our-company {
    padding: 50px 0;
  }
}

@media (max-width: 767.98px) {
  .about-our-company {
    padding: 40px 0;
  }
} */

/* .our-company-six p {
  color: #74788d;
  font-weight: 400;
  max-width: 559px;
  line-height: 30px;
  margin-bottom: 40px;
}

@media (max-width: 991.98px) {
  .our-company-six p {
    margin-bottom: 30px;
  }
} */

/* .our-company-first-content {
  display: inline-flex;
  align-items: center;
  background: #fff;
  border: 1px solid #E7E7E7;
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.04);
  border-radius: 10px;
  padding: 15px;
  position: absolute;
  bottom: -400px;
  left: 25px;
}

.our-company-first-content a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  border-radius: 50%;
  background: #0d47a1;
  color: #fff;
  transition: 0.7s;
}

.our-company-first-content a:hover {
  background: #fff;
  color: #0d47a1;
  transition: 0.7s;
}

.our-company-first-content a i {
  font-size: 22px;
} */

/* .company-top-content {
  margin-right: 24px;
}

.company-top-content p {
  margin-bottom: 0;
  color: #74788d;
}

.company-top-content h3 {
  font-size: 38px;
  color: #282B8B;
  margin-bottom: 0;
} */

/* .our-company-two-content {
  position: absolute;
  top: -158px;
  right: 17px;
  padding: 15px;
  background: #fff;
  border: 1px solid #E7E7E7;
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.04);
  border-radius: 10px;
}

.our-company-two-content p {
  color: #74788d;
  margin-bottom: 0;
} */

/* .company-two-top-content {
  display: flex;
  justify-content: center;
  align-items: center;
}

.company-two-top-content h4 {
  margin-bottom: 0;
  color: #282B8B;
  font-size: 38px;
} */

/* .afford-btn {
  display: inline-flex;
  justify-content: flex-end;
  text-decoration: underline;
  color: #242B3A;
  float: right;
}

@media (max-width: 767.98px) {
  .afford-btn {
    float: left;
    margin-top: 16px;
  }
} */

/* .aboutus-companyimg {
  position: relative;
}

.aboutus-companyimg img {
  max-width: 100%;
}

.aboutus-companyimg .our-company-overlay-img {
  position: absolute;
  left: -102px;
  bottom: -115px;
  z-index: -1;
} */

/* .playicon {
  position: absolute;
  right: 48%;
  top: 37%;
}

.playicon span {
  width: 48px;
  height: 48px;
  background: #FFF;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #242B3A;
} */

.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;
}

/* .video-home video {
  width: 100%;
} */

/* .satisfied-service-section {
  position: relative;
  padding: 80px 0 66px;
  background: #FFF;
}

@media (max-width: 991.98px) {
  .satisfied-service-section {
    padding: 50px 0 26px;
  }
}

@media (max-width: 767.98px) {
  .satisfied-service-section {
    padding: 40px 0 16px;
  }
} */

/* .get-service-main {
  padding: 30px;
  text-align: center;
  background: #FFF;
  border: 1px solid #EBECED;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.08);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-bottom: 24px;
}

.get-service-main:hover {
  border: 1px solid #0d47a1;
  background: rgba(255, 0, 138, 0.01);
}

.get-service-main:hover .get-service-btn a {
  color: #0d47a1;
}

.get-service-main:hover .get-service-btn a i {
  background: rgba(255, 0, 138, 0.1);
}

.get-service-main span {
  -webkit-transition: 0.4s;
  -ms-transition: 0.4s;
  transition: 0.4s;
}

.get-service-main span img {
  -webkit-transition: 0.4s;
  -ms-transition: 0.4s;
  transition: 0.4s;
}

.get-service-main img {
  margin-bottom: 25px;
}

.get-service-main h5 {
  color: #242B3A;
  margin-bottom: 25px;
} */

/* .get-service-btn a {
  display: flex;
  align-items: center;
  color: #74788d;
  font-weight: 500;
}

.get-service-btn a i {
  padding: 4px;
  border-radius: 50%;
  background: rgba(98, 98, 98, 0.1019607843);
} */

/* .see-works-six-section {
  position: relative;
  padding: 80px 0 66px;
  background: #F4F5F5;
}

@media (max-width: 991.98px) {
  .see-works-six-section {
    padding: 50px 0 26px;
  }
}

@media (max-width: 767.98px) {
  .see-works-six-section {
    padding: 40px 0 16px;
  }
}

.see-works-six-section .overlay-img .top {
  position: absolute;
  top: -50px;
}

.see-works-six-section .overlay-img .buttom {
  position: absolute;
  bottom: -50px;
} */

/* .how-it-works-six {
  margin-bottom: 24px;
} */

/* .works-six-num {
  display: flex;
  align-items: center;
  justify-content: center;
}

.works-six-num h2 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgb(255, 255, 255);
  font-size: 50px;
  width: 82px;
  height: 82px;
  background: rgba(255, 0, 138, 0.5);
  border-radius: 10px;
  z-index: 0;
}

.works-six-num h2::before {
  position: absolute;
  content: "";
  width: 82px;
  height: 82px;
  background: rgba(255, 0, 138, 0.5);
  border-radius: 10px;
  transform: rotate(14.46deg);
  z-index: -1;
}

.works-six-num h2::after {
  position: absolute;
  content: "";
  width: 2px;
  height: 51px;
  background: rgb(255, 0, 138);
  bottom: -70px;
  left: 50%;
  transform: translateX(-50%);
}

.works-six-num.works-six-num-two h2 {
  background: rgba(247, 208, 74, 0.5);
}

.works-six-num.works-six-num-two h2::before {
  background: rgba(247, 208, 74, 0.5);
}

.works-six-num.works-six-num-three h2 {
  background: rgba(32, 48, 102, 0.5);
}

.works-six-num.works-six-num-three h2::before {
  background: rgba(32, 48, 102, 0.5);
} */

/* .work-online-img {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 80px;
} */

/* .work-online-bottom {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  flex-direction: column;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.work-online-bottom h4 {
  max-width: 160px;
  text-align: center;
}

.work-online-bottom img {
  margin-bottom: 20px;
}

.work-online-schedule {
  position: relative;
}

.work-online-bottom.work-online-bottom-two img {
  margin-bottom: 0;
}

.work-online-bottom.work-online-bottom-two h4 {
  margin-bottom: 25px;
} */

/* .blogs-service-section {
  position: relative;
  padding: 80px 0 66px;
}

@media (max-width: 991.98px) {
  .blogs-service-section {
    padding: 50px 0 26px;
  }
}

@media (max-width: 767.98px) {
  .blogs-service-section {
    padding: 40px 0 16px;
  }
} */

/* .latest-blog-content {
  width: 76px;
  height: 76px;
  border-radius: 10px;
  background: #FFF;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-right: 20px;
}

.latest-blog-content h5 {
  text-align: center;
  color: #242B3A;
  font-size: 24px;
}

.latest-blog-content h5 span {
  display: block;
  font-size: 16px;
  color: #656B76;
} */

/* .latest-profile-name {
  display: flex;
  align-items: center;
}

.latest-profile-name img {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  margin-right: 5px;
}

.latest-profile-name h6 {
  margin-bottom: 0;
  font-size: 14px;
  color: #74788d;
  font-weight: normal;
} */

/* .service-content.service-content-six {
  padding: 20px 0 0;
  margin-top: 0px;
  z-index: 1;
  position: relative;
}

.service-content.service-content-six .latest-blog-six {
  position: absolute;
  top: -231px;
  left: 15px;
}

@media (max-width: 991.98px) {
  .service-content.service-content-six .latest-blog-six {
    top: -194px;
  }
}

@media (max-width: 767.98px) {
  .service-content.service-content-six .latest-blog-six {
    display: none;
  }
}

.service-content.service-content-six .blog-import-service {
  color: #242B3A;
  font-size: 20px;
  margin-bottom: 8px;
  white-space: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.service-content.service-content-six p {
  color: #74788d;
  white-space: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.service-content.service-content-six a {
  color: #0d47a1;
}

.service-content.service-content-six a:hover {
  color: #282B8B;
} */

/* .service-widget.service-six {
  padding: 20px;
  background: #F8F8F8;
} */

/* .our-expert-six-section {
  position: relative;
  background: url(../img/oru-company-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 80px 0 66px;
}

@media (max-width: 991.98px) {
  .our-expert-six-section {
    padding: 50px 0 26px;
  }
}

@media (max-width: 767.98px) {
  .our-expert-six-section {
    padding: 40px 0 16px;
  }
} */

/* .our-expert-six {
  position: relative;
  margin-bottom: 24px;
}

.our-expert-six:hover .our-expert-six-content {
  transform: scale(1);
  z-index: 0;
}

.our-expert-six-content {
  display: flex;
  align-items: self-start;
  justify-content: end;
  flex-direction: column;
  padding-left: 15px;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 9;
  border-radius: 10px 204px 10px 10px;
  background: rgba(0, 0, 0, 0.53);
  transform: scale(0);
  transition: all 0.5s;
}

.our-expert-six-content h6 {
  color: #fff;
  font-size: 18px;
}

.our-expert-six-content p {
  color: #0d47a1;
  margin-bottom: 10px;
}

.our-expert-six-content .rating {
  font-size: 12px;
  margin-bottom: 12px;
}

.our-expert-six-content h5 {
  font-size: 20px;
  color: #fff;
  margin-bottom: 17px;
}

.our-expert-six-content h5 span {
  font-size: 14px;
  color: rgb(194, 201, 209);
}

.our-expert-six-content a {
  padding: 8px 16px;
  margin-bottom: 20px;
  border-radius: 30px;
  background: #0d47a1;
  border: 1px solid #0d47a1;
} */

/* .our-expert-img {
  border-radius: 10px;
}

.our-expert-img img {
  border-radius: 10px;
  width: 100%;
} */

/* .customer-reviews-six-section {
  position: relative;
  padding: 80px 0 66px;
}

@media (max-width: 991.98px) {
  .customer-reviews-six-section {
    padding: 50px 0 26px;
  }
}

@media (max-width: 767.98px) {
  .customer-reviews-six-section {
    padding: 40px 0 16px;
  }
} */

/* .customer-review-main-six {
  background: #F8F8F8;
  border-radius: 10px;
  position: relative;
  margin-bottom: 24px;
} */

/* .customer-review-top {
  position: relative;
  padding: 30px 56px 28px;
  text-align: center;
}

.customer-review-top img {
  width: 97px;
  height: 97px;
  border-radius: 50%;
  margin-bottom: 30px;
}

.customer-review-top::before {
  position: absolute;
  content: "";
  bottom: -2px;
  left: 50%;
  width: 54px;
  height: 2px;
  background: #0d47a1;
  transform: translate(-50%, -50%);
}

.customer-review-top p {
  color: #74788d;
  margin-bottom: 0;
} */

/* .customer-review-bottom {
  padding: 28px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.customer-review-bottom .rating {
  margin-bottom: 0;
} */

/* .customer-review-quote img {
  position: absolute;
  top: 20px;
  right: 20px;
} */

/* .hidden-charge-section {
  position: relative;
  background: rgba(255, 0, 138, 0.02);
  padding: 80px 0 66px;
}

@media (max-width: 991.98px) {
  .hidden-charge-section {
    padding: 50px 0 26px;
  }
}

@media (max-width: 767.98px) {
  .hidden-charge-section {
    padding: 40px 0 16px;
  }
} */

/* .hidden-charge-main {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 20px;
  background: #fff;
  border: 1px solid #E7E7E7;
  border-radius: 10px;
  margin-bottom: 24px;
}

.hidden-charge-main h4 {
  color: #242B3A;
  margin-bottom: 16px;
}

.hidden-charge-main ul {
  text-align: center;
  height: 170px;
  width: 100%;
}

.hidden-charge-main ul li {
  line-height: 30px;
  color: #74788d;
}

.hidden-charge-main.hidden-charge-main-two {
  border: 1px solid #0d47a1;
  box-shadow: 10px 24px 17px rgba(255, 0, 138, 0.04);
} */

/* .hidden-charges-bottom-mark h1 {
  color: #242B3A;
  margin-bottom: 10px;
}

.hidden-charges-bottom-mark h1 span {
  font-size: 18px;
  color: rgb(218, 218, 218);
}

.hidden-charges-bottom-mark h6 {
  color: #656B76;
  font-weight: 400;
  margin-bottom: 30px;
  font-size: 14px;
} */

/* .btn-charges {
  border-radius: 30px;
  background: #282B8B;
  padding: 8px 16px;
  border: 1px solid #282B8B;
}

.btn-charges.btn-plan {
  background: #0d47a1;
  border: 1px solid #0d47a1;
}

.btn-charges.btn-plan:hover {
  border-color: #0d47a1;
} */

/* .app-six-section {
  position: relative;
  padding: 80px 0;
}

@media (max-width: 991.98px) {
  .app-six-section {
    padding: 0;
  }
}

@media (max-width: 767.98px) {
  .app-six-section {
    padding: 0;
  }
} */

/* .app-sec.app-sec-six {
  background: #282B8B;
  border-radius: 10px;
  padding: 0;
}

.app-sec-main {
  position: relative;
  background: url(../img/new-app-bg.png);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 50% 100%;
  border-radius: 10px;
} */

/* .app-imgs-six-bg img {
  position: absolute;
  top: 18%;
  left: 30%;
} */

/* .appimg-six {
  position: relative;
  margin-left: -16px;
} */

/* .app-img-sec img {
  position: absolute;
  top: 80px;
  left: 60px;
  z-index: -1;
} */

/* .new-app-six-bottom {
  display: flex;
} */

/* .new-app-six-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 27px;
}

.new-app-six-middle {
  padding-left: 50px;
}

.new-app-six-middle h2 {
  font-size: 50px;
  max-width: 340px;
}

.new-app-six-middle h2 span {
  font-size: 40px;
  font-weight: 600;
}

.new-app-six-middle p {
  max-width: 450px;
} */

/* .new-six-img {
  margin-bottom: 15px;
} */

/* .footer-six-ryt h6 {
  color: #242B3A;
  font-size: 16px;
} */

.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;
}

/* .footer.footer-six-content {
  padding-top: 0;
}

.footer.footer-six-content .footer-top {
  padding: 40px 0 16px;
}

.footer.footer-six-content .footer-widget ul li {
  margin-bottom: 8px;
}

.footer.footer-six-content .footer-widget ul li:last-child {
  margin-bottom: 0;
}

.footer.footer-six-content .footer-widget ul li a {
  color: #656B76;
}

.footer.footer-six-content .footer-widget ul li a:hover {
  color: #0d47a1;
} */

/* .home-banner-eight {
  min-height: 625px;
}

@media (max-width: 767.98px) {
  .home-banner-eight {
    min-height: auto;
  }
}

.home-banner-eight .section-search {
  max-width: none;
  text-align: center;
  padding-top: 67px;
}

@media (max-width: 991.98px) {
  .home-banner-eight .section-search {
    padding-top: 0;
  }
}

.home-banner-eight .section-search h1 {
  position: relative;
}

.home-banner-eight .section-search h1 span {
  color: #0d47a1;
}

.home-banner-eight .section-search p {
  margin-bottom: 30px;
} */

/* .home-eight-bg img {
  position: absolute;
  top: 60px;
  right: 0;
  z-index: 0;
}

.home-eight-dog {
  position: relative;
}

.home-eight-bg-two img {
  position: absolute;
  bottom: 127px;
  left: 100px;
  z-index: 0;
}

.home-eight-dog-feet img {
  position: absolute;
  bottom: 50%;
  left: 14%;
  z-index: -2;
} */

/* .home-banner-eight-icon {
  margin-bottom: 32px;
}

.home-banner-eight-icon ul {
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.home-banner-eight-icon ul li {
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 30px;
}

.home-banner-eight-icon ul li i {
  font-size: 20px;
  margin-right: 7px;
  color: #0d47a1;
} */

/* .hero-section-eight {
  background: #F9F9F9;
  box-shadow: 0px 20px 30px rgba(0, 0, 0, 0.05);
}

@media (max-width: 991.98px) {
  .hero-section-eight {
    padding-bottom: 0;
  }
} */

.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;
}

/* .category-sections-eight {
  padding: 80px 0;
  background: #FFF;
}

@media (max-width: 991.98px) {
  .category-sections-eight {
    padding: 50px 0;
  }
}

@media (max-width: 767.98px) {
  .category-sections-eight {
    padding: 40px 0;
  }
} */

/* .category-eight-main {
  text-align: center;
  position: relative;
  margin-bottom: 24px;
}

.category-eight-main span {
  padding: 5px 10px;
  background: rgba(42, 57, 109, 0.05);
  border-radius: 10px;
  font-size: 14px;
}

.category-eight-main:hover .category-eight-img-inside {
  transform: scale(1);
}

.category-eight-main:hover h6 {
  color: #ff0080;
}

.category-eight-main:hover .category-eight-img::before {
  opacity: 1;
  transform: scale(1);
  transition: 0.5s all;
}

.category-eight-main:hover span {
  background: rgba(255, 0, 128, 0.05);
  color: #ff0080;
} */

/* .category-eight-img {
  margin-bottom: 15px;
  position: relative;
  transition: 0.5s all;
}

.category-eight-img img {
  border-radius: 10px;
}

.category-eight-img::before {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(255, 0, 128, 0.7), rgba(255, 0, 128, 0.7));
  background-color: #0D47A1 !important;
  opacity: 0;
  transform: scale(0);
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.5s all;
  border-radius: 10px;
}

.category-eight-img-inside {
  position: absolute;
  width: 100%;
  height: 75%;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  z-index: 9;
  border-radius: 10px;
  transform: scale(0);
  transition: all 0.5s;
}

.category-eight-img-inside a {
  color: #fff;
}

.category-eight-img-inside a img {
  width: 41px !important;
  margin: auto;
} */

/* .category-eight-slider .owl-nav {
  text-align: center;
}

.category-eight-slider .owl-nav button.owl-prev {
  background: #fff;
  box-shadow: 0px 4px 14px 0px rgba(141, 141, 141, 0.2509803922);
  margin-bottom: 0;
}

.category-eight-slider .owl-nav button.owl-prev:hover {
  background: #ff0080 !important;
}

.category-eight-slider .owl-nav button.owl-next {
  background: #fff;
  box-shadow: 0px 4px 14px 0px rgba(141, 141, 141, 0.2509803922);
  margin-bottom: 0;
}

.category-eight-slider .owl-nav button.owl-next:hover {
  background: #ff0080 !important;
} */

/* .popular-eight-section {
  padding: 80px 0;
  background: #F9F9F9;
}

@media (max-width: 991.98px) {
  .popular-eight-section {
    padding: 50px 0;
  }
}

@media (max-width: 767.98px) {
  .popular-eight-section {
    padding: 40px 0;
  }
} */

/* .shop-content-logo img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-bottom: 17px;
} */

/* .service-feature-eight {
  margin-top: -40px;
  position: relative;
  z-index: 1;
} */

/* .features-service-five.features-service-eight h6 {
  padding: 5px 10px;
  color: #545454;
  background: #F9F9F9;
  border-radius: 5px;
} */

/* .service-content.service-feature-eight p i {
  color: #2A396D;
} */

/* .feature-services-eight {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.feature-services-eight .rate {
  display: flex;
  align-items: center;
}

.feature-services-eight .rate h6 {
  margin-bottom: 0;
  font-size: 14px;
  color: #9C9C9C;
  font-weight: 400;
} */

/* .popular-service-eight {
  display: flex;
  align-items: flex-end;
  justify-content: start;
}

.popular-service-eight h6 {
  color: #ff0080;
  font-size: 24px;
  margin-bottom: 0;
}

.popular-service-eight h6 span {
  color: rgb(84, 84, 84);
  font-size: 20px;
  margin-right: 4px;
}

.popular-service-eight p {
  margin-bottom: 0;
  color: #9C9C9C;
  text-decoration: line-through;
} */

/* .rate-icon {
  background: #FFD43B;
  border-radius: 5px;
  padding: 2px 10px;
  color: #fff;
  font-size: 14px;
  margin-right: 3px;
}

.rate-icon i {
  margin-right: 2px;
} */

/* .btn-pets .btn-primary {
  font-size: 14px;
} */

/* .works-eight-section {
  padding: 0 0 66px 0;
  background: #FFF;
}

@media (max-width: 991.98px) {
  .works-eight-section {
    padding: 0 0 26px 0;
  }
}

@media (max-width: 767.98px) {
  .works-eight-section {
    padding: 0 0 16px 0;
  }
} */

/* .works-eights-img {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 174px;
  height: 174px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #F1F1F1;
  box-shadow: 0px 20px 30px rgba(0, 0, 0, 0.05);
  margin-bottom: 30px;
} */

/* .works-eights-main {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-bottom: 24px;
}

.works-eights-main p {
  margin-bottom: 0;
} */

/* .works-eights-arrow img {
  position: absolute;
  top: 0;
  left: 160px;
}

@media (max-width: 991.98px) {
  .works-eights-arrow img {
    display: none;
  }
}

.works-eights-arrow.works-eights-arrow-two img {
  top: auto;
  bottom: 0;
} */

/* .about-us-eight-section {
  padding: 80px 0;
  background: #F9F9F9;
}

@media (max-width: 991.98px) {
  .about-us-eight-section {
    padding: 50px 0;
  }
}

@media (max-width: 767.98px) {
  .about-us-eight-section {
    padding: 40px 0;
  }
} */

/* .passion-content-top {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  row-gap: 10px;
}

.passion-content-top img {
  margin-right: 10px;
}

.passion-content-top .btn-primary {
  padding: 15px 40px;
  background: #ff0080;
  border: 1px solid #ff0080;
}

.passion-content-top .btn-primary:hover {
  border: 1px solid #0d47a1;
} */

/* .passion-eight-heading {
  margin-bottom: 25px;
} */

/* .passion-eight-all ul {
  margin-bottom: 24px;
  display: flex;
  flex-wrap: wrap;
}

.passion-eight-all ul li {
  line-height: 44px;
  width: 50%;
} */

/* .passion-eight-content {
  display: inline-block;
  background: #fff;
  border: 1px solid #F1F1F1;
  padding: 10px 20px;
} */

/* .passion-content-bottom {
  margin-right: 65px;
}

.passion-content-bottom h2 {
  margin-bottom: 0;
  font-size: 38px;
}

.passion-content-bottom p {
  margin-bottom: 0;
} */

/* .about-eight-main {
  position: relative;
} */

/* .truely-eight-bg img {
  position: absolute;
  top: 0;
  right: 50px;
} */

/* .truely-eight-bg-two img {
  position: absolute;
  bottom: 0;
  left: 0;
} */
/* 
.cat-dog-eight-section {
  padding: 80px 0 66px;
}

@media (max-width: 991.98px) {
  .cat-dog-eight-section {
    padding: 50px 0 26px;
  }
}

@media (max-width: 767.98px) {
  .cat-dog-eight-section {
    padding: 40px 0 24px;
  }
} */

/* .clients-eights-all {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: #fff;
  border: 1px solid #F1F1F1;
  box-shadow: 0px 20px 30px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
  padding: 30px 20px;
  margin-bottom: 24px;
}

.clients-eights-all h3 {
  font-size: 48px;
  margin-bottom: 0;
}

.clients-eights-all span {
  color: #ff0080;
  font-size: 40px;
  font-weight: 600;
}

.clients-eights-all p {
  margin-bottom: 0;
} */

/* .clients-eight-span {
  display: flex;
  align-items: center;
  justify-content: center;
} */

/* .professional-eight-img {
  position: relative;
} */

/* completed till here 6 */
/* .professional-eight-bg img {
  position: absolute;
  top: 0;
  right: 0;
} */

/* .meet-eight-section {
  padding: 80px 0;
  background: #F9F9F9;
}

@media (max-width: 991.98px) {
  .meet-eight-section {
    padding: 50px 0;
  }
}

@media (max-width: 767.98px) {
  .meet-eight-section {
    padding: 40px 0;
  }
} */

.owl-carousel .professional-eight-img-ryt img {
  width: 250px;
  height: 250px;
  border-radius: 50%;
  margin-bottom: 20px;
}

/* .professional-eight-img-inside {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  background: linear-gradient(0deg, rgba(255, 0, 128, 0.7), rgba(255, 0, 128, 0.7));
  background-color: #0D47A1 !important;
  border-radius: 10px;
  transform: scale(0);
  transition: all 0.5s;
}

.professional-eight-img-inside img {
  width: 41px !important;
  margin: auto;
} */

/* .professional-eight-main {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-bottom: 24px;
}

.professional-eight-main h6 {
  font-size: 20px;
  margin-bottom: 15px;
}

.professional-eight-main .act {
  padding: 5px 10px;
  background: rgba(42, 57, 109, 0.05);
  border-radius: 10px;
  font-size: 14px;
  margin-bottom: 12px;
}

.professional-eight-main .rating {
  font-size: 14px;
  margin-bottom: 0;
} */

/* .professional-eight-img-ryt {
  position: relative;
}

.professional-eight-img-ryt:hover {
  transform: scale(1);
} */

/* .professional-eight-slider .owl-nav {
  text-align: center;
}

.professional-eight-slider .owl-nav button.owl-prev {
  background: #fff;
  box-shadow: 0px 4px 14px 0px rgba(141, 141, 141, 0.2509803922);
  margin-bottom: 0;
}

.professional-eight-slider .owl-nav button.owl-prev:hover {
  background: #ff0080 !important;
}

.professional-eight-slider .owl-nav button.owl-next {
  background: #fff;
  box-shadow: 0px 4px 14px 0px rgba(141, 141, 141, 0.2509803922);
  margin-bottom: 0;
}

.professional-eight-slider .owl-nav button.owl-next:hover {
  background: #ff0080 !important;
} */

/* .customers-eight-section {
  padding: 80px 0;
}

@media (max-width: 991.98px) {
  .customers-eight-section {
    padding: 50px 0;
  }
}

@media (max-width: 767.98px) {
  .customers-eight-section {
    padding: 40px 0;
  }
} */

/* .customers-eight-main {
  margin-bottom: 40px;
}

.customers-eight-main .testimonials-seven-img img {
  width: 100px !important;
  height: 100px;
  border: 4px solid #fff;
  filter: drop-shadow(0px 4px 24px rgba(205, 205, 205, 0.25));
}

.testimonials-main-ryt.customers-eight-main {
  background: #fff;
  border: 1px solid #F1F1F1;
  box-shadow: 0px 20px 30px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
}

.testimonials-main-ryt.customers-eight-main .testimonials-content-seven {
  margin-bottom: 10px;
}

.testimonials-main-ryt.customers-eight-main .testimonials-img-content {
  margin-bottom: 20px;
  text-align: left;
}

.testimonials-main-ryt.customers-eight-main p {
  margin-bottom: 0;
  text-align: left;
} */

/* .customers-eight-heading {
  margin-bottom: 20px;
}

.customers-eight-heading h2 {
  max-width: 500px;
} */

/* .customers-eights-all p {
  max-width: 500px;
}

.customers-eights-all .total-client-avatar-seven {
  margin-bottom: 15px;
} */

/* .customers-icons i {
  color: #FFB800;
}

.customers-icons span {
  color: #6C6C6C;
}

.customers-icons p {
  color: #6c6c6c;
} */

/* .testimonals-eight-slider .owl-nav {
  text-align: end;
}

.testimonals-eight-slider .owl-nav button.owl-prev {
  background: #fff;
  box-shadow: 0px 4px 14px 0px rgba(141, 141, 141, 0.2509803922);
  margin-bottom: 0;
}

.testimonals-eight-slider .owl-nav button.owl-prev:hover {
  background: #ff0080 !important;
}

.testimonals-eight-slider .owl-nav button.owl-next {
  background: #fff;
  box-shadow: 0px 4px 14px 0px rgba(141, 141, 141, 0.2509803922);
  margin-bottom: 0;
}

.testimonals-eight-slider .owl-nav button.owl-next:hover {
  background: #ff0080 !important;
} */

/* .blog-eight-section {
  padding: 80px 0;
  background: #F9F9F9;
}

@media (max-width: 991.98px) {
  .blog-eight-section {
    padding: 50px 0;
  }
}

@media (max-width: 767.98px) {
  .blog-eight-section {
    padding: 40px 0;
  }
} */

/* .service-widget.service-widget-eight {
  position: relative;
}

.service-widget.service-widget-eight .service-img:hover .service-eight-img-inside {
  transform: scale(1);
  z-index: 1;
} */

/* .service-eight-img-inside {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  background: linear-gradient(0deg, rgba(255, 0, 128, 0.7), rgba(255, 0, 128, 0.7));
  background-color: #0D47A1 !important;
  transform: scale(0);
  transition: all 0.5s;
  z-index: 2;
}

.service-eight-img-inside a {
  color: #fff;
}

.service-eight-img-inside a img {
  width: 41px !important;
  margin: auto;
} */

/* .service-widget-eight .service-img {
  border-radius: 0;
} */

/* .service-content.service-eight-blogs p {
  white-space: normal;
} */

/* .useful-bottom-eight .useful-img {
  display: flex;
  align-items: center;
  justify-content: center;
}

.useful-bottom-eight .useful-img img {
  width: 28px;
  height: 28px;
  margin-right: 5px;
  border-radius: 50%;
}

.useful-bottom-eight .useful-img span {
  color: #203066;
}

.useful-bottom-eight h6 {
  margin-bottom: 0;
  color: #203066;
}

.useful-bottom-eight h6 i {
  color: #0d47a1;
  margin-right: 6px;
} */

/* .blog-eight-slider .owl-nav {
  text-align: center;
}

.blog-eight-slider .owl-nav button.owl-prev {
  background: #fff;
  box-shadow: 0px 4px 14px 0px rgba(141, 141, 141, 0.2509803922);
  margin-bottom: 0;
}

.blog-eight-slider .owl-nav button.owl-prev:hover {
  background: #ff0080 !important;
}

.blog-eight-slider .owl-nav button.owl-next {
  background: #fff;
  box-shadow: 0px 4px 14px 0px rgba(141, 141, 141, 0.2509803922);
  margin-bottom: 0;
}

.blog-eight-slider .owl-nav button.owl-next:hover {
  background: #ff0080 !important;
} */

/* .healthy-eight-section {
  padding: 80px 0;
}

@media (max-width: 991.98px) {
  .healthy-eight-section {
    padding: 50px 0;
  }
}

@media (max-width: 767.98px) {
  .healthy-eight-section {
    padding: 40px 0;
  }
} */

/* .pets-content-all h2 {
  color: #ff0080;
  font-size: 38px;
}

@media (max-width: 991.98px) {
  .pets-content-all h2 {
    font-size: 32px;
  }
}

@media (max-width: 767.98px) {
  .pets-content-all h2 {
    font-size: 28px;
  }
}

.pets-content-all h1 {
  font-size: 48px;
  margin-bottom: 20px;
}

@media (max-width: 991.98px) {
  .pets-content-all h1 {
    font-size: 36px;
  }
}

.pets-content-all p {
  margin-bottom: 30px;
}

.pets-content-all .btn-primary {
  padding: 15px 30px;
  background: #ff0080;
  border-radius: 0;
  border: 1px solid #ff0080;
}

@media (max-width: 767.98px) {
  .pets-content-all .btn-primary {
    padding: 12px 15px;
  }
} */

/* .healthy-pets-img {
  position: relative;
} */

/* .healthy-eight-bg img {
  position: absolute;
  top: 0;
  right: 0;
}

.healthy-eight-bg-two img {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
} */

.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;
}

/* .new-app-eight-content {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
} */

/* .app-eight-bottom {
  display: flex;
}

.app-eight-bottom-inner {
  margin-right: 7px;
} */

/* .app-eight-content-inner {
  margin-bottom: 10px;
} */

/* .footer-bottom-eight {
  position: relative;
  background: #F4F5F5 !important;
}

.footer-bottom-eight .copyright .copyright-text p {
  margin-bottom: 0;
}

.footer-bottom-eight .healthy-eight-bg-three img {
  position: absolute;
  bottom: -20px;
  right: 15%;
  z-index: 2;
} */

/* .section-heading-eight {
  margin-bottom: 40px;
} */

/* .home-eight .btn-saloons .btn-primary:hover {
  border-color: #0d47a1;
}

.home-eight .owl-nav {
  margin-top: 16px;
}

.home-eight-bg-two .pet-bg-1 img {
  position: absolute;
  right: 50px;
  bottom: 200px;
  left: unset;
}

.home-eight-bg-two .pet-bg-2 img {
  position: absolute;
  left: 50px;
  bottom: 100px;
} */

/* .footer-side .subscribe-form .footer-btn {
  width: 40px;
  height: 36px;
  color: #FFF;
} */

/* .footer-menu-eight .subscribe-form .form-control {
  height: 55px;
}

.footer-menu-eight .subscribe-form .footer-btn {
  right: 10px;
}

.footer-menu-eight .subscribe-form .footer-btn:hover i {
  color: #FFF;
} */

/* .hero-section-five {
  position: relative;
  background: url(../img/banner-five-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left center;
}

@media (max-width: 991.98px) {
  .hero-section-five {
    padding: 0;
  }
}

@media (max-width: 991.98px) {
  .hero-section-five .home-banner {
    padding: 50px 0;
  }
}

@media (max-width: 767.98px) {
  .hero-section-five .home-banner {
    padding: 40px 0;
  }
} */

/* .section-section-five h1 {
  color: #fff;
  font-weight: 700;
  font-size: 50px;
  max-width: 600px;
  margin-bottom: 30px;
}

@media (max-width: 991.98px) {
  .section-section-five h1 {
    font-size: 32px;
  }
}

@media (max-width: 767.98px) {
  .section-section-five h1 {
    font-size: 26px;
  }
}

.section-section-five h4 {
  font-size: 24px;
  color: #fff;
  margin-bottom: 15px;
}

.section-section-five p {
  color: #fff;
  font-size: 16px;
  margin-bottom: 20px;
  max-width: 430px;
  font-weight: normal;
}

.section-section-five span {
  color: #0d47a1;
} */

/* .search-group-icon-5 {
  color: #0d47a1;
  font-size: 20px;
  padding: 10px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 0, 138, 0.05);
} */

.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;
  }
}

/* .floating-five-main {
  position: relative;
  margin-top: -200px;
  position: relative;
  z-index: 3;
} */

/* .floating-img {
  position: absolute;
  bottom: -75px;
  z-index: 1;
} */

/* .car-five-arrow-img {
  position: relative;
}

.car-five-arrow-img img {
  position: absolute;
  content: "";
  top: -158px;
  left: -121px;
} */

/* .floating-five-buttom {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  padding: 24px;
  border-radius: 8px;
  margin-right: 10px;
}

.floating-five-buttoms {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  padding: 24px;
  border-radius: 8px;
} */

/* .car-wash-feature {
  margin-top: 35px;
}

@media (max-width: 991.98px) {
  .car-wash-feature {
    margin-top: 0;
  }
} */

/* .floating-five-buttom-all {
  margin-right: 20px;
}

.floating-five-buttom-all h5 {
  font-size: 36px;
  margin-bottom: 10px;
}

.floating-five-buttom-all p {
  margin-bottom: 0;
}

.floating-five-buttom-img i {
  background-color: #203066;
  padding: 22px;
  border-radius: 50%;
  color: #fff;
}

.floating-five-buttom-img.floating-fives-buttom-img i {
  background-color: #0d47a1;
} */
/* 
.featured-categories-section {
  padding: 140px 0 66px 0;
  position: relative;
  background-color: #F3F6FC;
}

@media (max-width: 991.98px) {
  .featured-categories-section {
    padding: 50px 0 26px;
  }
}

@media (max-width: 767.98px) {
  .featured-categories-section {
    padding: 40px 0 16px;
  }
} */

@media (max-width: 991.98px) {
  .feature-category-nine {
    justify-content: center;
  }
}

/* .featured-category-bg-img img {
  position: absolute;
  left: 0;
  top: 170px;
  z-index: 0;
} */

/* .testimonals-five-section {
  background-repeat: no-repeat;
  background-size: cover;
  padding: 80px 0;
}

@media (max-width: 767.98px) {
  .testimonals-five-section {
    padding: 40px 0;
  }
} */

/* .car-testimonials-five-slider .owl-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.car-testimonials-five-slider .owl-nav button.owl-prev,
.car-testimonials-five-slider .owl-nav button.owl-next {
  background: #FFF !important;
  color: #111827;
  margin-bottom: 0;
  padding: 10px !important;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.car-testimonials-five-slider .owl-nav button.owl-prev:hover,
.car-testimonials-five-slider .owl-nav button.owl-next:hover {
  background-color: #0d47a1 !important;
  color: #FFF;
} */

/* .feature-content-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
} */

/* .service-widget.service-two .service-content.service-content-five p {
  color: #28283C;
  font-weight: 600;
  font-size: 20px;
} */

/* .service-content.service-content-five p {
  margin-bottom: 0;
}

.service-content.service-content-five a {
  color: #74788d;
} */

/* .features-service-five {
  display: flex;
  align-items: center;
  justify-content: center;
}

.features-service-five h6 {
  padding: 10px;
  background: #fff;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 0;
} */

/* .features-service-rating {
  padding: 7px;
  background: #fff;
  border-radius: 4px;
  margin-right: 8px;
}

.features-service-rating i {
  color: #FFBA08;
  margin-right: 9px;
}

.features-service-rating span {
  color: #626262;
  font-size: 16px;
} */

/* .feature-service-botton {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.feature-service-botton img {
  width: 45px;
  height: 45px;
  border-radius: 50%;
}

.feature-service-botton.feature-service-botton-five img {
  width: 50px !important;
} */

/* .feature-service-btn a {
  padding: 12px 20px;
  background-color: #0d47a1;
  border-radius: 8px;
  color: #fff;
  border: 1px solid #0d47a1;
  font-weight: 500;
}

.feature-service-btn a:hover {
  background-color: #fff;
  border: 1px solid #626262;
  color: #626262;
} */

/* .feature-services-five {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}

.feature-services-five h6 {
  margin-bottom: 0;
  font-size: 24px;
  color: #203066;
  margin-right: 8px;
}

.feature-services-five span {
  text-decoration: line-through;
} */

/* .feature-category-section {
  padding: 80px 0;
  position: relative;
}

@media (max-width: 991.98px) {
  .feature-category-section {
    padding: 50px 0;
  }
}

@media (max-width: 767.98px) {
  .feature-category-section {
    padding: 40px 0;
  }
}

.feature-category-section::before {
  position: absolute;
  content: "";
  background: url(../img/bubbles-bottom-section.png) no-repeat 0 0/100%;
  left: 0;
  top: 163px;
  width: 100%;
  height: 100%;
  z-index: 0;
}

@media (max-width: 767.98px) {
  .feature-category-section::before {
    background-image: none;
  }
}

.feature-category-section-five {
  position: relative;
  padding: 80px 0;
  background-color: #F3F6FC;
}

@media (max-width: 991.98px) {
  .feature-category-section-five {
    padding: 50px 0;
  }
}

@media (max-width: 767.98px) {
  .feature-category-section-five {
    padding: 40px 0;
  }
}

.feature-category-section-five::before {
  position: absolute;
  content: "";
  background: url(../img/car-blog-ng.jpg) no-repeat 0 0/100%;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  z-index: 0;
}

@media (max-width: 767.98px) {
  .feature-category-section-five::before {
    background-image: none;
  }
}

.feature-category-section-five .feature-service-botton img {
  width: 45px;
  height: 45px;
  border-radius: 50%;
}

.feature-category-section-five .feature-service-five-slider .owl-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
} */

/* .top-providers-five .providerset {
  padding: 0;
  margin-bottom: 50px;
}

.top-providers-five .providerset .providerset-content {
  padding: 0 18px 18px 18px;
  text-align: center;
}

.top-providers-five .providerset .providerset-content h4 {
  margin-bottom: 10px;
}

.top-providers-five .providerset .providerset-content h4 a {
  font-size: 20px;
  margin-right: 4px;
}

.top-providers-five .providerset .providerset-content h4 i {
  font-size: 18px;
  color: #6DCC76;
}

.top-providers-five .providerset .providerset-content h5 {
  margin-bottom: 15px;
  font-size: 20px;
}

.top-providers-five .providerset .providerset-content .providerset-prices {
  margin-bottom: 20px;
}

.top-providers-five .providerset .providerset-content .provider-rating {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.top-providers-five .providerset .providerset-content .provider-rating .provider-cash h5 {
  margin-bottom: 0;
}

.top-providers-five .owl-nav {
  text-align: center;
} */

/* .providers-section-five {
  position: relative;
  padding: 80px 0;
  background: #F3F6FC;
}

@media (max-width: 991.98px) {
  .providers-section-five {
    padding: 50px 0;
  }
}

@media (max-width: 767.98px) {
  .providers-section-five {
    padding: 40px 0;
  }
}

.providers-section-five .providerset {
  border: 1px solid #fff;
}

.providers-section-five .owl-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
} */

/* .providers-five-bg-car img {
  position: absolute;
  content: "";
  right: 0;
  bottom: 55px;
  z-index: 0;
} */

/* .top-providers-five .owl-nav button.owl-prev,
.top-providers-five .owl-nav button.owl-next {
  background: #FFF;
  color: #111827;
  padding: 10px !important;
  border-radius: 50%;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.top-providers-five .owl-nav button.owl-prev:hover,
.top-providers-five .owl-nav button.owl-next:hover {
  background: #0d47a1 !important;
  color: #FFF;
} */

.btn-sec.btn-sec-five .btn-view {
  background-color: #203066;
  padding: 15px 30px;
  border-radius: 8px;
}

/* .works-five-section {
  position: relative;
  padding: 80px 0;
}

@media (max-width: 767.98px) {
  .works-five-section {
    padding: 40px 0;
  }
}

@media (max-width: 991.98px) {
  .works-five-section {
    padding: 50px 0;
  }
}

@media (max-width: 991.98px) {
  .works-five-section .row {
    justify-content: center;
  }
}

.works-five-section::before {
  position: absolute;
  content: "";
  background: url(../img/bubbles-bottom-section.png) no-repeat 0 0/100%;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.works-five-section .works-five-bottom h5 {
  font-size: 20px;
}

.works-five-section .works-five-bottom p {
  font-size: 16px;
} */

/* .car-wash-img-five {
  display: flex;
  justify-content: center;
  align-items: center;
} */

/* .works-it-five-button {
  text-align: center;
}

.works-it-five-button h4 {
  font-size: 40px;
  color: #BBBBBB;
  margin-bottom: 15px;
}

@media (max-width: 991.98px) {
  .works-it-five-button {
    display: none;
  }
} */

/* .works-it-dots {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.works-it-dots span {
  position: relative;
  width: 16px;
  height: 16px;
  background-color: #203066;
  border-radius: 50%;
  margin-bottom: 55px;
}

.works-it-dots span::before {
  width: 38px;
  height: 38px;
  background-color: #22C55E;
  border-radius: 50%;
  position: absolute;
  content: "";
  top: -11px;
  left: -11px;
  z-index: -1;
}

@media (max-width: 991.98px) {
  .works-it-dots {
    display: none;
  }
} */

/* .works-it-lines span {
  position: relative;
}

.works-it-lines span::before {
  width: 370px;
  height: 1px;
  background-color: #203066;
  position: absolute;
  content: "";
  top: -62px;
  left: 241px;
  z-index: -1;
}

@media (max-width: 991.98px) {
  .works-it-lines {
    display: none;
  }
} */

/* .works-five-main {
  border: 1px solid #F3F6FC;
  border-radius: 8px;
  margin-bottom: 24px;
}

@media (max-width: 991.98px) {
  .works-five-main {
    margin-bottom: 0;
  }
}

.works-five-main:hover {
  box-shadow: 0px 10px 20px -5px rgba(76, 64, 237, 0.08);
} */

/* .works-five-img img {
  width: 100%;
} */

/* .offering-five-all {
  position: relative;
  background-color: #111827;
  border-radius: 20px;
  z-index: 1;
  margin-top: 66px;
}

.offering-five-all-img img {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  z-index: -1;
} */

/* .offering-five-button .btn-primary {
  background-color: #0d47a1;
  padding: 15px 30px;
  border: 1px solid #0d47a1;
}

.offering-five-button .btn-primary:hover {
  border: 1px solid #0d47a1;
}

.offering-five-button .btn-primary i {
  margin-left: 10px;
}

@media (max-width: 991.98px) {
  .offering-five-button .btn-primary {
    padding: 12px 15px;
  }
} */

/* .offering-five-main {
  padding: 50px 29px 50px 50px;
}

.offering-five-main h2 {
  font-size: 40px;
  color: #fff;
  margin-bottom: 25px;
}

@media (max-width: 991.98px) {
  .offering-five-main h2 {
    font-size: 30px;
  }
}

@media (max-width: 767.98px) {
  .offering-five-main h2 {
    font-size: 24px;
  }
}

.offering-five-main p {
  color: #fff;
} */

/* .offering-five-img {
  margin: -55 px 0 0 -60px;
} */

/* .works-five-bottom {
  text-align: center;
  padding: 20px;
}

.works-five-bottom i {
  display: inline-flex;
  width: 54px;
  height: 54px;
  background: #0d47a1;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 18px;
} */

.fav-item .fav-icon.fav-icon-five {
  width: 35px;
  height: 35px;
}

.fav-item .fav-icon.fav-icon-five:hover {
  background-color: #0d47a1;
}

/* .car-testimonials-main-five {
  background-color: #0d47a1;
  border-radius: 50px;
} */

/* .car-wash-bg-five {
  position: relative;
}

.car-wash-bg-five .owl-nav {
  display: flex;
  align-items: center;
  justify-content: center;
}

.car-wash-bg-five .owl-nav button {
  padding: 10px;
  background-color: #FFF;
  color: #111827;
  border-radius: 50%;
} */

/* .testimonials-five-top {
  padding: 24px;
  margin-bottom: 40px;
}

.testimonials-five-top h2 {
  font-size: 18px;
  margin-bottom: 8px;
}

.testimonials-five-top p {
  font-size: 16px;
  margin-bottom: 16px;
}

.testimonials-five-top h6 {
  font-size: 14px;
  color: #74788d;
  margin-bottom: 0;
  font-weight: normal;
} */

.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;
  }
}

/* .car-blogs-section {
  position: relative;
  padding: 80px 0;
  background-color: #F7F7FF;
}

@media (max-width: 991.98px) {
  .car-blogs-section {
    padding: 50px 0;
  }
} */

/* .feature-service-five-slider .service-widget {
  margin-bottom: 50px;
}

.feature-service-five-slider .owl-nav {
  text-align: center;
}

.feature-service-five-slider .owl-nav button.owl-prev,
.feature-service-five-slider .owl-nav button.owl-next {
  background: #FFF !important;
  color: #111827;
  margin-bottom: 0;
  padding: 10px !important;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.feature-service-five-slider .owl-nav button.owl-prev:hover,
.feature-service-five-slider .owl-nav button.owl-next:hover {
  background: #0d47a1 !important;
  color: #FFF;
} */

/* .pricing-btn-five .btn-view {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #111827;
  border: 1px solid #111827;
} */

/* .pricing-service-five {
  position: relative;
  padding: 80px 0 66px;
}

@media (max-width: 767.98px) {
  .pricing-service-five {
    padding: 40px 0 16px;
  }
}

@media (max-width: 991.98px) {
  .pricing-service-five {
    padding: 50px 0 26px;
  }
}

.pricing-service-five .nav-pills {
  justify-content: center;
  max-width: 254px;
  background: #FFEDF7;
  margin: 0 auto 80px;
  border-radius: 580px;
  padding: 10px;
}

.pricing-service-five .nav-pills .nav-link {
  border: none;
  color: #28283C;
  font-size: 16px;
  font-weight: 600;
  padding: 13px 24px;
  border-radius: 22px;
  background: none;
}

.pricing-service-five .nav-pills .nav-link.active {
  color: #fff;
  background: #0d47a1;
  padding: 13px 24px;
  border-radius: 50px;
} */

/* .pricing-service-topimg .pricing-five-img-one {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
}

.pricing-service-topimg .pricing-five-img-two {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
} */

/* .pricing-plans.pricing-plans-five {
  border: 1px solid #D8E1FF;
  transition: 0.5s;
}

.pricing-plans.pricing-plans-five .providerset-prices-five h6 {
  color: #282B8B;
}

.pricing-plans.pricing-plans-five .providerset-prices-five h6 span {
  color: #FFF !important;
}

.pricing-plans.pricing-plans-five:hover {
  background-color: #203066;
  border: 1px solid #203066;
  transition: 0.5s;
}

.pricing-plans.pricing-plans-five:hover h4 {
  color: #FFF;
}

.pricing-plans.pricing-plans-five:hover .providerset-prices-five h6 {
  color: #FFF !important;
}

.pricing-plans.pricing-plans-five:hover .providerset-prices-five span {
  color: #FFF !important;
}

.pricing-plans.pricing-plans-five:hover .pricing-btn-five .btn-primary {
  background-color: #0d47a1;
  box-shadow: inset 0 70px 0 0 #0d47a1;
  border: 1px solid #0d47a1;
}

.pricing-plans.pricing-plans-five:hover .pricing-planscontent.pricing-planscontent-five ul li span {
  color: #fff;
}

.pricing-plans.pricing-plans-five:hover h4 {
  color: #fff;
}

.pricing-plans.pricing-plans-five h4 {
  margin-bottom: 20px;
  color: #282B8B;
} */

/* .providerset-prices-five {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between !important;
}

.providerset-prices-five h6 {
  color: #282B8B;
  font-size: 36px;
  margin: 0 10px 0 0;
} */

/* .pricing-planscontent.pricing-planscontent-five {
  padding-top: 0;
}

.pricing-planscontent.pricing-planscontent-five ul li span {
  color: #74788d;
} */

.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);
}

/* .car-blog-slider .service-content p {
  white-space: normal;
}

.car-blog-slider .serv-info img {
  width: 42px;
  height: 42px;
  border-radius: 50%;
}

.car-blog-slider .serv-info a {
  background-color: #0d47a1;
  color: #fff;
}

.car-blog-slider .service-widget {
  margin-bottom: 40px;
}

.car-blog-slider .owl-nav {
  text-align: center;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.car-blog-slider .owl-nav button.owl-prev,
.car-blog-slider .owl-nav button.owl-next {
  background: #FFF !important;
  color: #111827;
  margin-bottom: 0;
  padding: 10px !important;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.car-blog-slider .owl-nav button.owl-prev:hover,
.car-blog-slider .owl-nav button.owl-next:hover {
  background: #0d47a1 !important;
  color: #FFF;
} */

.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;
}

/* .app-five-section {
  background-color: #FFF;
  padding: 80px 0;
}

@media (max-width: 767.98px) {
  .app-five-section {
    padding: 40px 0;
  }
}

@media (max-width: 991.98px) {
  .app-five-section {
    padding: 50px 0;
  }
} */

/* .app-sec.app-sec-five {
  background: #111827;
  border-radius: 50px;
  padding: 70px 70px 0px 70px;
}

@media (max-width: 767.98px) {
  .app-sec.app-sec-five {
    padding: 24px 24px;
  }
}

@media (max-width: 991.98px) {
  .app-sec.app-sec-five {
    padding: 50px;
    border-radius: 30px;
  }
}

.app-sec.app-sec-five .app-five-content {
  padding-bottom: 70px;
}

@media (max-width: 991.98px) {
  .app-sec.app-sec-five .app-five-content {
    padding-bottom: 0;
  }
}

.app-sec.app-sec-five .downlaod-btn {
  display: flex;
  align-items: center;
  justify-content: start;
}

.app-sec.app-sec-five .downlaod-btn .scan-img {
  margin: 0 17px 0 0;
}

.app-sec.app-sec-five .downlaod-btn .scan-img img {
  height: 45px;
  width: 50px;
}

.app-sec.app-sec-five .downlaod-btn a img {
  width: 100%;
  height: 60px;
}

.app-sec.app-sec-five .heading h2 {
  margin-bottom: 20px;
}

.app-sec.app-sec-five .heading h6 {
  margin-bottom: 20px;
}

.app-sec.app-sec-five::before {
  background: url(../img/car-blog-2.png);
  background-repeat: no-repeat;
  background-position: left;
}

@media (max-width: 767.98px) {
  .app-sec.app-sec-five::before {
    background-image: none;
  }
}

.app-sec.app-sec-five::after {
  background: url(../img/car-blog-1.html);
  background-repeat: no-repeat;
}

.app-sec.app-sec-five .appimg-set img {
  margin-top: -26px;
} */

.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;
}

/* .hero-section-seven {
  background: #FFF6FB;
}

@media (max-width: 991.98px) {
  .hero-section-seven {
    padding: 0;
  }
}

.hero-section-seven h1 {
  font-size: 38px;
}

@media (max-width: 991.98px) {
  .hero-section-seven h1 {
    font-size: 32px;
  }
}

@media (max-width: 767.98px) {
  .hero-section-seven h1 {
    font-size: 30px;
  }
} */

/* .hero-sectionseven-top {
  background: url(../img/hero-section-seven.png);
  background-repeat: no-repeat;
  background-position: right center;
}

@media (max-width: 991.98px) {
  .hero-sectionseven-top {
    background-image: none;
  }
} */

/* .total-client-avatar-seven li a img {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 5px solid #fff;
}

.total-client-avatar.total-client-avatar-seven li {
  margin: 0 0 0 -20px;
}

.total-client-avatar.total-client-avatar-seven li:first-child {
  margin: 0;
} */

/* .solution-seven {
  display: inline-block;
  background: #fff;
  border: 1px solid #F0F0F0;
  box-shadow: 0px 10px 20px -5px rgba(255, 0, 138, 0.08);
  border-radius: 10px;
  padding: 20px;
}

.solution-seven h6 {
  color: #203066;
} */

/* .home-banner.homer-banner-seven {
  min-height: 535px;
}

.home-banner.homer-banner-seven .section-search h5 {
  color: #67687A;
  font-size: 20px;
}

.home-banner.homer-banner-seven .section-search h1 {
  color: #242B3A;
}

.home-banner.homer-banner-seven .section-search h1 span {
  color: #0d47a1;
}

@media (max-width: 991.98px) {
  .home-banner.homer-banner-seven {
    min-height: 100%;
  }
} */

/* 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;
  }
}

/* .popularsearch-top {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 25px;
  margin-bottom: 60px;
  flex-wrap: wrap;
  row-gap: 10px;
}

.popularsearch-top h6 {
  margin: 0 24px 0 0;
  color: #203066;
  font-size: 18px;
  position: relative;
}

.popularsearch-top h6::before {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #0d47a1;
  position: absolute;
  top: 3px;
  content: "";
  left: -23px;
}

.popularsearch-top ul {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  row-gap: 10px;
}

.popularsearch-top ul li a {
  padding: 7px 20.0469px 8.5px 19px;
  background: rgba(32, 48, 102, 0.05);
  border-radius: 25px;
  margin-right: 10px;
  font-size: 15px;
  color: #203066;
  display: inline-block;
} */

/* .hero-banner-ryt-content {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border: 1px solid #F0F0F0;
  border-radius: 10px;
  padding: 20px;
  position: absolute;
  bottom: 60px;
  left: -150px;
}

.hero-banner-ryt-content span {
  width: 54px;
  height: 54px;
  background: #0d47a1;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
} */

/* .hero-banner-ryt {
  position: relative;
}

@media (max-width: 991.98px) {
  .hero-banner-ryt {
    display: none;
  }
}

.hero-banner-ryt-top {
  margin-right: 15px;
}

.hero-banner-ryt-top h5 {
  color: #203066;
  margin-bottom: 4px;
}

.hero-banner-ryt-top p {
  margin-bottom: 0;
  color: #67687A;
} */

/* .home-ten .owl-dots {
  margin-top: 16px;
}

@media (max-width: 767.98px) {
  .home-ten .owl-nav {
    margin-top: 16px;
  }
} */

/* .feature-box.feature-box-seven {
  padding: 30px;
  border: 2px solid #F0F0F0;
  box-shadow: 0px 10px 20px -5px rgba(255, 0, 138, 0.08);
  border-radius: 10px;
  margin-bottom: 24px;
  width: 100%;
  margin-right: 24px;
}

.feature-box.feature-box-seven h5 {
  color: #203066;
  font-size: 18px;
} */

.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;
}

/* .service-section-seven {
  padding: 80px 0;
  background: #FFF;
}

@media (max-width: 991.98px) {
  .service-section-seven {
    padding: 50px 0;
  }
}

@media (max-width: 767.98px) {
  .service-section-seven {
    padding: 40px 0;
  }
} */

/* .popular-service-seven-section {
  background: #F6F7F7;
  padding: 80px 0;
}

@media (max-width: 991.98px) {
  .popular-service-seven-section {
    padding: 50px 0;
  }
}

@media (max-width: 767.98px) {
  .popular-service-seven-section {
    padding: 40px 0;
  }
} */

/* .service-widget.service-two.service-seven .item-cat {
  background: rgba(255, 255, 255, 0.8);
}

.service-widget.service-two.service-seven .fav-item {
  padding: 10px 10px 0;
}

.service-widget.service-two.service-seven .item-info {
  padding: 0 10px 10px;
}

.service-widget.service-two.service-seven .item-img img {
  width: 34px;
  height: 34px;
}

.service-widget.service-two.service-seven .service-content p {
  color: rgba(32, 48, 102, 0.7);
}

.service-widget.service-two.service-seven .service-content p .rate {
  color: rgba(32, 48, 102, 0.7);
}

.service-widget.service-two.service-seven .serv-info h6 {
  color: #203066;
}

.service-widget.service-seven-blog {
  padding: 15px;
  margin-bottom: 40px;
}

.service-widget.service-two.service-seven .fav-item .fav-icon:hover,
.fav-icon.selected {
  background: #0d47a1;
} */

/* .service-content.service-content-seven {
  padding: 15px 0 0 0;
}

.service-content.service-content-seven .title {
  white-space: normal;
  margin-bottom: 14px;
}

.service-content.service-content-seven .title a {
  color: #203066;
}

.service-content.service-content-seven p {
  white-space: normal;
  color: #67687A;
  margin-bottom: 14px;
}

.service-content.service-content-seven p .rate i {
  margin-right: 10px !important;
  color: rgba(32, 48, 102, 0.3);
}

.service-content.service-content-seven p i {
  color: rgba(32, 48, 102, 0.3);
}

.service-content.service-content-seven .usefull-bottom a {
  color: #0d47a1;
}

.service-content.service-content-seven .usefull-bottom .useful-img {
  justify-content: start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.service-content.service-content-seven .usefull-bottom .useful-img img {
  width: 36px;
  height: 36px;
  margin-right: 5px;
  border-radius: 50%;
}

.service-content.service-content-seven .usefull-bottom .useful-img span {
  color: #203066;
} */

.section-heading.section-heading-seven h2 {
  color: #203066;
}

.section-heading.section-heading-seven p {
  color: #67687A;
}

/* .work-section-seven {
  padding: 80px 0;
  background: #FFF;
}

@media (max-width: 991.98px) {
  .work-section-seven {
    padding: 50px 0;
  }
}

@media (max-width: 767.98px) {
  .work-section-seven {
    padding: 40px 0;
  }
} */

/* .work-icon-seven {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.work-icon-seven span {
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: #0d47a1;
  margin-bottom: 25px;
}

.work-icon-seven h1 {
  position: absolute;
  top: 22%;
  left: -30%;
  font-size: 80px;
  color: #DEDEDE;
} */

/* .work-box-seven {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border: 1px solid #EBECED;
  padding: 20px;
  border-radius: 5px;
  background: #FFF;
  box-shadow: 0px 4px 4px 0px rgba(217, 217, 217, 0.2509803922);
}

.work-box-seven h5 {
  color: #203066;
}

.work-box-seven p {
  color: #67687A;
  max-width: 311px;
  text-align: center;
} */

/* .providers-section-seven {
  padding: 80px 0;
  background: #FFF;
}

@media (max-width: 991.98px) {
  .providers-section-seven {
    padding: 50px 0;
  }
}

@media (max-width: 767.98px) {
  .providers-section-seven {
    padding: 40px 0;
  }
} */

/* .providerset-img.providerset-img-seven {
  position: relative;
}

.providerset-img.providerset-img-seven .fav-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 15px 15px 0;
}

.providerset-img.providerset-img-seven .fav-item .fav-icon {
  width: 28px;
  height: 28px;
}

.providerset-img.providerset-img-seven .fav-item .fav-icon:hover {
  background: #0d47a1;
}

.providerset-img.providerset-img-seven .fav-item .fav-icons {
  font-size: 22px;
  color: #159C5B;
}

.providerset-img.providerset-img-seven a img {
  border-radius: 10px;
} */

/* .provider-rating-seven {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
}

.provider-rating-seven h6 {
  color: #203066;
}

.provider-rating-seven a {
  background: #203066;
  padding: 8px 16px;
  color: #fff;
  border-radius: 30px;
} */

/* .providerset-content.providerset-content-seven .rate {
  padding: 6px 8px;
  padding: 6px 14px;
  background: #fff4fa;
  border-radius: 50px;
  font-size: 12px;
  color: #58627B;
}

.providerset-content.providerset-content-seven .rate i {
  color: #FFBC35;
  margin-right: 6px;
}

.providerset-content.providerset-content-seven .providerset-name h4 a {
  color: #353535;
} */

/* .price-sections-seven {
  padding: 80px 0 56px 0;
  background: #F8FCFD;
}

.price-sections-seven.blog-sec-seven {
  background: #F4F5F5;
}

@media (max-width: 991.98px) {
  .price-sections-seven {
    padding: 50px 0 26px;
  }
}

@media (max-width: 767.98px) {
  .price-sections-seven {
    padding: 40px 0 16px;
  }
} */

/* .pricing-plans.price-new.pricing-plans-seven {
  background: #fff;
  border-radius: 20px;
  margin-top: 0;
  position: relative;
}

.pricing-plans.price-new.pricing-plans-seven .pricing-plans-img {
  margin-bottom: 17px;
  text-align: center;
}

.pricing-plans.price-new.pricing-plans-seven .pricing-planshead {
  border: none;
}

.pricing-plans.price-new.pricing-plans-seven .pricing-planshead h5 {
  color: #203066;
  font-size: 28px;
  margin-bottom: 15px;
  text-align: center;
}

.pricing-plans.price-new.pricing-plans-seven .pricing-planshead h6 {
  font-size: 20px;
  color: #203066;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
}

.pricing-plans.price-new.pricing-plans-seven .pricing-planshead h6 span {
  font-size: 24px;
  color: #203066;
}

.pricing-plans.price-new.pricing-plans-seven .price-bg {
  position: absolute;
  right: 0;
  top: 0;
}

.pricing-plans.price-new.pricing-plans-seven .pricing-planscontent.pricing-planscontent-seven ul li i {
  width: 24px;
  height: 24px;
  background: #03C95A;
  border-radius: 5px;
  color: #fff;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 12px;
}

.pricing-plans.price-new.pricing-plans-seven .pricing-planscontent.pricing-planscontent-seven ul li span {
  color: #67687A;
}

.pricing-plans.price-new.pricing-plans-seven .btn {
  display: inline-block;
  padding: 10px 24px;
  background: #203066;
}

.pricing-plans.price-new.pricing-plans-seven .pricing-btn {
  text-align: start;
}

.pricing-plans.price-new.pricing-plans-seven.active-seven .price-block {
  text-align: left;
}

.pricing-plans.price-new.pricing-plans-seven.active-seven .price-block span {
  padding: 7px 18px;
  background: #FFC107;
  border-radius: 13.5px;
  color: #FFF;
  font-size: 10px;
  margin-bottom: 44px;
  left: 15px;
  transform: none;
  top: 15px;
}

.pricing-plans.price-new.pricing-plans-seven.active-seven .pricing-planshead h5 {
  color: #FFF;
}

.pricing-plans.price-new.pricing-plans-seven.active-seven .pricing-planscontent.pricing-planscontent-seven ul li i {
  background: #03C95A;
}

.pricing-plans.price-new.pricing-plans-seven.active-seven .pricing-planscontent.pricing-planscontent-seven ul li span {
  color: #fff;
}

.pricing-plans.price-new.pricing-plans-seven.active-seven .pricing-btn .btn {
  background: #0d47a1;
}

.pricing-plans.price-new.active-seven {
  background: #282B8B;
  border: 1px solid #F0F0F0;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
  margin-top: 0;
}

.pricing-planscontent.pricing-planscontent-seven {
  padding-top: 0;
}

.pricing-planscontent.pricing-planscontent-seven ul {
  margin-bottom: 40px;
}

.pricing-planscontent.pricing-planscontent-seven ul li {
  justify-content: start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
} */

/* .price-toggle.price-toggle-seven {
  color: #203066;
}

.price-toggle.price-toggle-seven .toggle-pink .checktoggle {
  background: #fff;
  border: 1px solid #0d47a1;
}

.price-toggle.price-toggle-seven .toggle-pink .checktoggle:after {
  background: #0d47a1;
} */

/* .pricing-plans.price-new.pricing-plans-seven.active-seven .pricing-planshead h6,
.pricing-plans.price-new.pricing-plans-seven.active-seven .pricing-planshead h6 span {
  color: #fff;
} */

/* .app-sec.app-sec-seven {
  background: #F8FCFD;
  border-radius: 50px;
  padding: 0;
} */

/* .appimg-seven {
  background: url(../img/app-seven-bg.html);
  background-repeat: no-repeat;
  background-position: right center;
}

.appimg-seven img {
  margin: 122px 0 0 90px;
} */

@media (max-width: 991.98px) {
  .section-heading h2 {
    font-size: 28px;
  }
}

/* .new-app-seven-middle {
  padding-left: 117px;
}

.new-app-seven-middle h2 {
  color: #203066;
  max-width: 280px;
}

.new-app-seven-middle p {
  color: #203066;
  max-width: 475px;
} */

/* .app-seven-section {
  padding: 80px 0;
} */

/* .service-bottom-seven {
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 14px;
}

.service-bottom-seven h6 {
  font-size: 12px;
  padding: 6px 14px;
  background: #fff4fa;
  border-radius: 50px;
  color: #58627B;
  margin-bottom: 0;
} */

/* .service-bottom-icons i {
  color: #203066;
  font-size: 14px;
}

.service-bottom-icons span {
  color: rgba(107, 107, 107, 0.8);
  font-size: 14px;
} */

/* .our-partners-seven {
  padding: 80px 0 56px;
}

@media (max-width: 991.98px) {
  .our-partners-seven {
    padding: 50px 0 36px;
  }
}

@media (max-width: 767.98px) {
  .our-partners-seven {
    padding: 40px 0 16px;
  }
} */

/* .testimonals-seven-section {
  padding: 80px 0;
  background: #FFF;
}

@media (max-width: 991.98px) {
  .testimonals-seven-section {
    padding: 50px 0;
  }
}

@media (max-width: 767.98px) {
  .testimonals-seven-section {
    padding: 40px 0;
  }
} */

/* .testimonials-seven-img {
  justify-content: start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.testimonials-seven-img img {
  width: 60px !important;
  height: 60px;
  border-radius: 50%;
} */

/* .testimonials-content-seven {
  margin-bottom: 30px;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.testimonials-content-seven img {
  width: 57px !important;
  height: 100%;
  margin-right: 16px;
} */

/* .testimonials-img-content .rating {
  margin-bottom: 0;
}

.testimonials-img-content .rating i {
  font-size: 13px;
}

.testimonials-img-content h6 {
  font-size: 20px;
  margin-bottom: 0;
} */

/* .testimonials-main-ryt {
  background: #fff;
  border: 1px solid #F0F0F0;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.05);
  border-radius: 20px;
  padding: 20px;
} */

.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;
}

/* .profile-step {
  display: flex;
  flex-direction: column;
  align-items: center;
} */

.wizard-form-card {
  padding: 24px;
  background: #fff;
}

.wizard-form-card .card-title {
  margin-bottom: 30px;
}

.wizard-form-card .card-title h4 {
  margin-bottom: 5px;
}

/* .install-step {
  border-radius: 10px;
  background: #F9F9F9;
  padding: 24px;
  margin-bottom: 40px;
}

.install-step .requirment-field {
  border-radius: 5px;
  background: #FFF;
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}

.install-step .requirment-field:last-child {
  margin-bottom: 0;
}

.install-step .requirment-field .elements-name {
  display: inline-flex;
  align-items: baseline;
}

.install-step .requirment-field .elements-name i {
  color: #05A144;
  margin-right: 10px;
}

.install-step .requirment-field .elements-name i.fa-circle-xmark {
  color: #FF0101;
}

.install-step .requirment-field span.version {
  display: inline-block;
  border-radius: 5px;
  border: 1px solid #05A144;
  background: rgba(5, 161, 68, 0.04);
  color: #05A144;
  padding: 5px 15px;
}

.install-step .requirment-field span.error-msg {
  color: #FF0101;
}

.install-step .files-list li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #E1E1E1;
  color: #858585;
}

.install-step .files-list li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border: 0;
}

.install-step .files-list li span.folder {
  display: inline-flex;
  align-items: baseline;
}

.install-step .files-list li span.folder i {
  color: #FFB800;
  margin-right: 10px;
}

.install-step .files-list li span i {
  color: #05A144;
}

.install-step .install-user tr {
  margin-bottom: 15px;
  display: table;
}

.install-step .install-user tr td {
  color: #333;
}

.install-step .install-user tr td:first-child {
  width: 120px;
}

.install-step .install-user tr:last-child {
  margin-bottom: 0;
} */

/* .add-form-btn {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
}

.add-form-btn .pre-btn {
  background: #E8E8E8;
  border-color: #E8E8E8;
  box-shadow: none;
  color: #fff;
} */

/* .initialization-form-set #first {
  display: block;
}

.initialization-form-set .main-btn {
  display: inline-flex;
  align-items: center;
  gap: 2px;
}

.initialization-form-set fieldset {
  display: none;
} */

/* .rechange-details {
  padding-bottom: 20px;
}

.rechange-details span {
  border-radius: 10px;
  background: rgba(5, 161, 68, 0.13);
  color: #05A144;
  padding: 20px;
  display: block;
  text-align: center;
} */

/* .installation-header {
  background: #FFF;
  padding: 20px 0;
  text-align: center;
} */

@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;
}

/* .custom-increment .quantity-btn {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #111827;
  color: #FFF;
  padding: 0;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 0;
}

.custom-increment .quantity-btn:hover {
  background: #0d47a1;
}

.custom-increment input {
  width: 40px;
  border: 0;
  text-align: center;
  padding: 0 5px;
} */

/* .select-floating-label {
  position: absolute;
  top: -10px;
  z-index: 100;
  background: #fff;
  padding: 2px;
  left: 10px;
} */

.request-wizard fieldset .card .card-body {
  padding: 20px;
}

@media (max-width: 1199.98px) {
  .request-wizard fieldset .card .card-body {
    padding: 15px;
  }
}

/* .upload-field {
  border: 1px dashed #C9CBCF;
  border-radius: 5px;
  padding: 20px;
} */

/* .review-order {
  background: #D8D9EA;
  border-radius: 10px;
  padding: 16px;
  margin-bottom: 20px;
}

.review-order .review-item {
  min-width: 150px;
} */

/******* Vendors ******/
/* .mean-container a.meanmenu-reveal {
  display: none !important;
}

.mean-container .mean-bar {
  background: #FFF;
}

.mean-container .mean-nav {
  background: #FFF;
  margin-top: 0;
}

.mean-container .mean-nav>ul {
  display: block !important;
}

.mean-container .mean-nav>ul li a {
  color: #242B3A;
} */

.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 */
}

/* .image-wrapper {
  position: relative;
  display: inline-block;
  border-radius: 8px;
}

.image-wrapper::before {
  content: '';
  position: absolute;
  top: -5px;
  left: -5px;
  right: -5px;
  bottom: -5px;
  border-radius: 12px;
  box-shadow: 0 0 20px black;
  z-index: 0;
}

.image-wrapper img {
  position: relative;
  display: block;
  border-radius: 8px;
  z-index: 1;
}

.image-wrapper:hover::before {
  box-shadow: 0 0 30px red;
} */

.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;
}

/* .service-cont-info .title a {
  text-decoration: none;
  color: #222;
  default
  transition: all 0.3s ease;
}

.service-cont-info .title a:hover {
  color: #007bff;
  bootstrap primary
  text-decoration: underline;
}

Sub-service links
.service-cont-info ul li a {
  text-decoration: none;
  color: #555;
  default sub service color
  display: inline-block;
  transition: all 0.3s ease;
}

.service-cont-info ul li a:hover {
  color: #007bff;
  text-decoration: underline;
} */

.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;
}

/* .info-item {
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #e9ecef;
}

.info-item:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
} */

/* .info-label {
  font-weight: 600;
  color: #495057;
  margin-bottom: 0.25rem;
} */

/* .info-value {
  color: #6c757d;
} */

/* .edit-btn {
  position: absolute;
  top: 1rem;
  right: 1rem;
} */

/* .company-info-section {
  background: white;
  border-radius: var(--border-radius);
  padding: 1.5rem;
  box-shadow: var(--box-shadow);
  margin-bottom: 1.5rem;
} */

.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;
}

/* .service-tag {
  background-color: rgba(67, 97, 238, 0.1);
  color: var(--primary-color);
  padding: 0.3rem 0.8rem;
  border-radius: 20px;
  font-size: 0.85rem;
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
  display: inline-block;
} */

/* .preview-card {
  background: white;
  border-radius: var(--border-radius);
  padding: 1.5rem;
  box-shadow: var(--box-shadow);
} */

/* .preview-header {
  text-align: center;
  margin-bottom: 1.5rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #e9ecef;
} */

/* .preview-logo {
  width: 100px;
  height: 100px;
  border-radius: 10px;
  object-fit: cover;
  margin: 0 auto 1rem;
  display: block;
} */

/* .preview-item {
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #e9ecef;
}

.preview-item:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
} */

/* .preview-label {
  font-weight: 600;
  color: #495057;
  margin-bottom: 0.25rem;
} */

/* .preview-value {
  color: #6c757d;
} */

/* .completion-badge {
  background: linear-gradient(135deg, var(--success-color), #3a9c4e);
  background-color: #0D47A1 !important;
  color: white;
  padding: 0.5rem 1rem;
  border-radius: 20px;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
} */

@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;
}

/* .sliderr {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  transition: 0.4s;
  border-radius: 26px;
}

.sliderr:before {
  position: absolute;
  content: "";
  height: 18px;
  width: 18px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  transition: 0.4s;
  border-radius: 50%;
} */

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 28.10  */
/* .header-navbar-rht {
  display: flex;
  align-items: center;
  gap: 10px;
  Adds spacing between buttons
  flex-wrap: nowrap;
}

@media (max-width: 1440px) {
  .header-navbar-rht {
    flex-wrap: wrap;
    Allow buttons to move inside container
    justify-content: flex-end;
  }

  .header-navbar-rht .nav-item {
    margin-bottom: 8px;
  }

  .btn-linear-primary {
    padding: 6px 14px;
    font-size: 14px;
  }

  .user-btn {
    width: 40px;
    height: 40px;
  }
}

@media (max-width: 992px) {
  .header-navbar-rht {
    justify-content: center;
    width: 100%;
  }
} */

/* 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%;
}

/* Align last row buttons to the right */
/* .action-buttons {
  text-align: right;
  padding-right: 20px;
  adds a little gap on right side
} */

/* optional: small empty space in first cell of last row */
/* .empty-space {
  border: none !important;
  width: 40%;
} */

#border-bottom {
  border-bottom: 1px solid white !important;
}

.table th,
.table td {
  width: 33.33%;
}


/* software development css starts */
.bg-light-soft {
  background-color: #f9fafb !important;
}

.line-height-base {
  line-height: 1.7 !important;
}

.card.rounded-4 {
  border-radius: 16px !important;
}

.custom-bullets {
  list-style-type: disc;
  padding-left: 20px;
}

.custom-bullets li {
  margin-bottom: 8px;
}

/* software development end  */