@charset "UTF-8";
/****** Utils ******/
@import url("https://fonts.googleapis.com/css2?family=Archivo:ital,wght@0,100..900;1,100..900&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: #FF008A;
  color: #FFF;
  text-shadow: none;
}

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

* {
  outline: none;
}

button {
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
button:focus {
  box-shadow: none !important;
}

p {
  margin-bottom: 20px;
}
p:last-child {
  margin-bottom: 0;
}

strong {
  font-weight: 700;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  color: #242B3A;
  font-family: "Archivo", sans-serif;
  font-weight: 700;
  margin-bottom: 0;
}

ol, ul {
  list-style: none;
  margin-block-end: 0;
  padding: 0;
}

ul {
  list-style: none;
}
ul.list-disc {
  list-style: disc;
  padding-left: 15px;
}
ul.list-disc ul {
  list-style-type: circle;
}
ul.list-decimal {
  list-style: decimal;
  padding-left: 15px;
}
ul.list-decimal ul {
  list-style-type: decimal;
}
ul.list-icon {
  list-style: none;
  padding-left: 0;
}
ul.list-icon > li {
  padding-left: 1.875rem;
  counter-increment: li;
}
ul.list-icon > li i,
ul.list-icon > li .feather-icon,
ul.list-icon > li .svg-icon {
  display: inline-block;
  height: 20px;
  width: 20px;
  text-align: center;
  margin-left: -1.25rem;
  position: relative;
  left: -10px;
  padding: 1px;
  top: -1px;
}
ul.list-icon > li i {
  font-size: 20px;
  top: 5px;
}
ul .btn-primary:not(:disabled):not(.disabled):active:focus, ul .btn-primary:not(:disabled):not(.disabled).active:focus {
  box-shadow: none;
}

@media (max-width: 991.98px) {
  .container {
    max-width: 100%;
  }
}

.bg-primary {
  background-color: #FF008A !important;
}

.bg-secondary {
  background-color: #282B8B !important;
}

.bg-info {
  background-color: #5625E8 !important;
}

.bg-success {
  background-color: #03C95A !important;
}

.bg-warning {
  background-color: #FFC107 !important;
}

.bg-danger {
  background-color: #E70D0D !important;
}

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

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

.bg-white {
  background-color: #FFF !important;
}

.bg-black {
  background-color: #000 !important;
}

.bg-pink {
  background-color: #FD3995 !important;
}

.bg-purple {
  background-color: #AB47BC !important;
}

.bg-gray {
  background: #F4F5F5;
}

.bg-primary {
  background-color: #FF008A !important;
}
.bg-primary.bg-opacity-10 {
  background-color: rgba(255, 0, 138, 0.1) !important;
}
.bg-primary.bg-opacity-25 {
  background-color: rgba(255, 0, 138, 0.25) !important;
}
.bg-primary.bg-opacity-50 {
  background-color: rgba(255, 0, 138, 0.5) !important;
}
.bg-primary.bg-opacity-75 {
  background-color: rgba(255, 0, 138, 0.75) !important;
}
.bg-primary.bg-opacity-100 {
  background-color: #ff008a !important;
}

.bg-secondary {
  background-color: #282B8B !important;
}
.bg-secondary.bg-opacity-10 {
  background-color: rgba(40, 43, 139, 0.1) !important;
}
.bg-secondary.bg-opacity-25 {
  background-color: rgba(40, 43, 139, 0.25) !important;
}
.bg-secondary.bg-opacity-50 {
  background-color: rgba(40, 43, 139, 0.5) !important;
}
.bg-secondary.bg-opacity-75 {
  background-color: rgba(40, 43, 139, 0.75) !important;
}
.bg-secondary.bg-opacity-100 {
  background-color: #282b8b !important;
}

.bg-info {
  background-color: #5625E8 !important;
}
.bg-info.bg-opacity-10 {
  background-color: rgba(86, 37, 232, 0.1) !important;
}
.bg-info.bg-opacity-25 {
  background-color: rgba(86, 37, 232, 0.25) !important;
}
.bg-info.bg-opacity-50 {
  background-color: rgba(86, 37, 232, 0.5) !important;
}
.bg-info.bg-opacity-75 {
  background-color: rgba(86, 37, 232, 0.75) !important;
}
.bg-info.bg-opacity-100 {
  background-color: #5625e8 !important;
}

.bg-success {
  background-color: #03C95A !important;
}
.bg-success.bg-opacity-10 {
  background-color: rgba(3, 201, 90, 0.1) !important;
}
.bg-success.bg-opacity-25 {
  background-color: rgba(3, 201, 90, 0.25) !important;
}
.bg-success.bg-opacity-50 {
  background-color: rgba(3, 201, 90, 0.5) !important;
}
.bg-success.bg-opacity-75 {
  background-color: rgba(3, 201, 90, 0.75) !important;
}
.bg-success.bg-opacity-100 {
  background-color: #03c95a !important;
}

.bg-warning {
  background-color: #FFC107 !important;
}
.bg-warning.bg-opacity-10 {
  background-color: rgba(255, 193, 7, 0.1) !important;
}
.bg-warning.bg-opacity-25 {
  background-color: rgba(255, 193, 7, 0.25) !important;
}
.bg-warning.bg-opacity-50 {
  background-color: rgba(255, 193, 7, 0.5) !important;
}
.bg-warning.bg-opacity-75 {
  background-color: rgba(255, 193, 7, 0.75) !important;
}
.bg-warning.bg-opacity-100 {
  background-color: #ffc107 !important;
}

.bg-danger {
  background-color: #E70D0D !important;
}
.bg-danger.bg-opacity-10 {
  background-color: rgba(231, 13, 13, 0.1) !important;
}
.bg-danger.bg-opacity-25 {
  background-color: rgba(231, 13, 13, 0.25) !important;
}
.bg-danger.bg-opacity-50 {
  background-color: rgba(231, 13, 13, 0.5) !important;
}
.bg-danger.bg-opacity-75 {
  background-color: rgba(231, 13, 13, 0.75) !important;
}
.bg-danger.bg-opacity-100 {
  background-color: #e70d0d !important;
}

.bg-dark {
  background-color: #111827 !important;
}
.bg-dark.bg-opacity-10 {
  background-color: rgba(17, 24, 39, 0.1) !important;
}
.bg-dark.bg-opacity-25 {
  background-color: rgba(17, 24, 39, 0.25) !important;
}
.bg-dark.bg-opacity-50 {
  background-color: rgba(17, 24, 39, 0.5) !important;
}
.bg-dark.bg-opacity-75 {
  background-color: rgba(17, 24, 39, 0.75) !important;
}
.bg-dark.bg-opacity-100 {
  background-color: #111827 !important;
}

.bg-light {
  background-color: #E9EAEB !important;
}
.bg-light.bg-opacity-10 {
  background-color: rgba(233, 234, 235, 0.1) !important;
}
.bg-light.bg-opacity-25 {
  background-color: rgba(233, 234, 235, 0.25) !important;
}
.bg-light.bg-opacity-50 {
  background-color: rgba(233, 234, 235, 0.5) !important;
}
.bg-light.bg-opacity-75 {
  background-color: rgba(233, 234, 235, 0.75) !important;
}
.bg-light.bg-opacity-100 {
  background-color: #e9eaeb !important;
}

.bg-skyblue {
  background-color: #0DCAF0 !important;
}

.bg-primary {
  background-color: #FF008A !important;
  border: 1px solid #FF008A !important;
  color: #FFF;
}

.bg-secondary {
  background-color: #282B8B !important;
  border: 1px solid #282B8B !important;
  color: #FFF;
}

.bg-success {
  background-color: #03C95A !important;
  border: 1px solid #03C95A !important;
  color: #FFF;
}

.bg-info {
  background-color: #5625E8 !important;
  border: 1px solid #5625E8 !important;
  color: #FFF;
}

.bg-warning {
  background-color: #FFC107 !important;
  border: 1px solid #FFC107 !important;
  color: #FFF;
}

.bg-danger {
  background-color: #E70D0D !important;
  border: 1px solid #E70D0D !important;
  color: #FFF;
}

.bg-dark {
  background-color: #111827 !important;
  border: 1px solid #111827 !important;
  color: #FFF;
}

.bg-light {
  background-color: #E9EAEB !important;
  border: 1px solid #E9EAEB !important;
  color: #FFF;
}

.bg-black {
  background-color: #000 !important;
  border: 1px solid #000 !important;
  color: #FFF;
}

.bg-purple {
  background-color: #AB47BC !important;
  border: 1px solid #AB47BC !important;
  color: #FFF;
}

.bg-soft-primary {
  background-color: #FFD8EB;
  color: #FF008A;
}

.bg-soft-secondary {
  background-color: #B2B3D5;
  color: #282B8B;
}

.bg-soft-success {
  background-color: #A4EBC4;
  color: #03C95A;
}

.bg-soft-danger {
  background-color: #EC9E9E;
  color: #E70D0D;
}

.bg-soft-warning {
  background-color: #FFE9A6;
  color: #FFC107;
}

.bg-soft-info {
  background-color: rgba(86, 37, 232, 0.3);
  color: #5625E8;
}

.bg-soft-light {
  background-color: rgba(233, 234, 235, 0.9);
  color: #656B76;
}

.bg-soft-dark {
  background-color: rgba(17, 24, 39, 0.3);
  color: #FFF;
}

.bg-light {
  color: #656B76;
}

.bg-primary-gradient {
  background: linear-gradient(90deg, #FD2692 0%, #0A67F2 100%) !important;
  color: #FFF;
}

.bg-secondary-gradient {
  background: linear-gradient(90deg, #FF0098 0%, #FFD24D 53.5%, #00AAE6 100%) !important;
  color: #FFF;
}

.bg-warning-gradient {
  background: linear-gradient(180deg, #FEF8EA 0%, #FFFFFF 100%) !important;
  color: #FFF;
}

.bg-info-gradient {
  background: linear-gradient(180deg, #E7F1FC 0%, #FFFFFF 100%) !important;
  color: #FFF;
}

.bg-success-gradient {
  background: linear-gradient(180deg, #E8F9E8 0%, #FFFFFF 100%) !important;
  color: #FFF;
}

.bg-danger-gradient {
  background: linear-gradient(180deg, #FDE9ED 0%, #FFFFFF 100%) !important;
  color: #FFF;
}

.bg-purple-gradient {
  background: linear-gradient(to right, #AB47BC 0%, #9b25b7 100%) !important;
  color: #FFF;
}

.bg-teal-gradient {
  background: linear-gradient(180deg, #E6F9FF 0%, #FFFFFF 100%) !important;
  color: #FFF;
}

.bg-light-gradient {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.47) 0%, #FFFFFF 100%) !important;
  color: #000;
}

.bg-dark-gradient {
  background: linear-gradient(180deg, #F3F6FF 0%, #FFFFFF 100%) !important;
  color: #FFF;
}

.bg-outline-primary {
  background-color: #FFF;
  border: 1px solid #FF008A;
  color: #FF008A;
}

.bg-outline-secondary {
  background-color: #FFF;
  border: 1px solid #282B8B;
  color: #282B8B;
}

.bg-outline-warning {
  background-color: #FFF;
  border: 1px solid #FFC107;
  color: #FFC107;
}

.bg-outline-info {
  background-color: #FFF;
  border: 1px solid #5625E8;
  color: #5625E8;
}

.bg-outline-success {
  background-color: #FFF;
  border: 1px solid #03C95A;
  color: #03C95A;
}

.bg-outline-danger {
  background-color: #FFF;
  border: 1px solid #E70D0D;
  color: #E70D0D;
}

.bg-outline-dark {
  background-color: #FFF;
  border: 1px solid #111827;
  color: #111827;
}

.bg-outline-light {
  background-color: #FFF;
  border: 1px solid #E9EAEB !important;
  color: #000 !important;
}

.btn.bg-primary-transparent:hover {
  background-color: #FF008A !important;
  color: #FFF !important;
}

.bg-primary-transparent {
  background-color: #FFECF5 !important;
  color: #FF008A !important;
}
.bg-primary-transparent:hover {
  background-color: #FFECF5 !important;
  color: #FF008A !important;
}

.bg-secondary-transparent {
  background-color: #ECECF5 !important;
  color: #282B8B !important;
}
.bg-secondary-transparent:hover {
  background-color: #ECECF5 !important;
  color: #282B8B !important;
}

.bg-info-transparent {
  background-color: #E1D8FB !important;
  color: #5625E8 !important;
}
.bg-info-transparent:hover {
  background-color: #E1D8FB !important;
  color: #5625E8 !important;
}

.bg-success-transparent {
  background-color: #D2F5E1 !important;
  color: #03C95A !important;
}
.bg-success-transparent:hover {
  background-color: #D2F5E1 !important;
  color: #03C95A !important;
}

.bg-warning-transparent {
  background-color: #FFF4D2 !important;
  color: #FFC107 !important;
}
.bg-warning-transparent:hover {
  background-color: #FFF4D2 !important;
  color: #FFC107 !important;
}

.bg-danger-transparent {
  background-color: #F6CECE !important;
  color: #E70D0D !important;
}
.bg-danger-transparent:hover {
  background-color: #F6CECE !important;
  color: #E70D0D !important;
}

.bg-light-transparent {
  background-color: rgba(233, 234, 235, 0.5) !important;
  color: #E9EAEB !important;
}
.bg-light-transparent:hover {
  background-color: rgba(233, 234, 235, 0.5) !important;
  color: #656B76 !important;
}

.bg-skyblue-transparent {
  background-color: #D3F5FC !important;
  color: #0DCAF0 !important;
}
.bg-skyblue-transparent:hover {
  background-color: #D3F5FC !important;
  color: #0DCAF0 !important;
}

.bg-gray-100 {
  background-color: #E4E5E7;
}

.bg-gray-200 {
  background-color: #C9CBCF;
}

.bg-gray-300 {
  background-color: #AFB2B8;
}

.bg-gray-400 {
  background-color: #969AA2;
}

.bg-gray-500 {
  background-color: #7D828C;
}

.bg-gray-600 {
  background-color: #656B76;
}

.bg-gray-700 {
  background-color: #4E5561;
}

.bg-gray-800 {
  background-color: #393F4D;
}

.bg-gray-900 {
  background-color: #242B3A;
}

.bg-light-100 {
  background-color: #FDFDFD !important;
}

.bg-light-300 {
  background-color: #F8F9F9 !important;
}

.bg-light-400 {
  background-color: #F6F7F7 !important;
}

.bg-light-500 {
  background-color: #F4F5F5 !important;
}

.bg-success-800 {
  background-color: #33D37A !important;
}

.svg-primary {
  fill: #FF008A;
}

.svg-secondary {
  fill: #282B8B;
}

.svg-success {
  fill: #03C95A;
}

.svg-danger {
  fill: #E70D0D;
}

.svg-warning {
  fill: #FFC107;
}

.svg-white {
  fill: #FFF;
}

.svg-black {
  fill: #000;
}

.svg-pink {
  fill: #FD3995;
}

.svg-purple {
  fill: #AB47BC;
}

.svg-info {
  fill: #5625E8;
}

.svg-light {
  fill: #E9EAEB;
}

.svg-dark {
  fill: #111827;
}

.svg-default {
  fill: #656B76;
}

.color-container {
  width: 5rem;
  height: 5rem;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 3rem;
}

.text-container {
  padding: 0.25rem 0.5rem;
  border-radius: 4px;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.08);
}

.color-box {
  width: 80px;
  height: 80px;
  border-radius: 4px;
  margin-right: 0.75rem;
  margin-bottom: 0.75rem;
}

.badge-soft-skyblue {
  background: #D3F5FC;
  color: #0DCAF0;
}

.bg-skyblue {
  background: #0DCAF0;
  color: #FFF;
}

.bg-light-200 {
  background: #FBFBFB !important;
}

.bg-light-300 {
  background: #F8F9F9;
}

.bg-primary-gradient {
  background: linear-gradient(90deg, #FD2692 0%, #0A67F2 100%);
}

.bg-transparent-primary {
  background: #FFECF5;
}

.bg-transparent-dark {
  background: #EAEBEE;
}

.bg-transparent-info {
  background: #F0EBFD;
}

.bg-transparent-skyblue {
  background: #D3F5FC;
}

.bg-transparent-warning {
  background: #FFF4D2;
}

.bg-transparent-light {
  background: #E9EAEB;
}

.bg-transparent-danger {
  background: #F6CECE;
}

.bg-transparent-success {
  background: #D2F5E1;
}

.bg-transparent-info {
  background: #E1D8FB;
}

.bg-light-gray {
  background: #F4F5F5;
}

.bg-light-orange {
  background: #FEC5E2;
}
.bg-light-orange span {
  background: #FEC5E2;
}

.bg-light-red {
  background: #F1B6B6;
}
.bg-light-red span {
  background: #F1B6B6;
}

.bg-light-green {
  background: #A4EBC4;
}
.bg-light-green span {
  background: #A4EBC4;
}

/******* Components ******/
.avatar {
  position: relative;
  height: 2.625rem;
  width: 2.625rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  color: #FFF;
  font-weight: 500;
}
.avatar a.badge:hover {
  color: #FFF;
}
.avatar img {
  width: 100%;
  height: 100%;
  border-radius: 4px;
  object-fit: cover;
}
.avatar.avatar-rounded {
  border-radius: 50%;
}
.avatar.avatar-rounded img {
  border-radius: 50%;
}
.avatar.avatar-radius-0 {
  border-radius: 0;
}
.avatar.avatar-radius-0 img {
  border-radius: 0;
}
.avatar .avatar-badge {
  position: absolute;
  inset-block-start: -4%;
  inset-inline-end: -0.375rem;
  width: 1.4rem;
  height: 1.4rem;
  font-size: 0.625rem;
  border: 2px solid #FFF;
  border-radius: 50% !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
.avatar.online:before, .avatar.offline:before {
  position: absolute;
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  inset-inline-end: 0;
  inset-block-end: 0;
  border: 2px solid #FFF !important;
  z-index: 1;
}
.avatar.online:before {
  background-color: #03C95A;
}
.avatar.offline:before {
  background-color: #7D828C;
}
.avatar.avatar-xs {
  width: 1.25rem;
  height: 1.25rem;
  line-height: 1.25rem;
  font-size: 0.65rem;
}
.avatar.avatar-xs .avatar-badge {
  padding: 0.25rem;
  width: 1rem;
  height: 1rem;
  line-height: 1rem;
  font-size: 0.5rem;
  inset-block-start: -25%;
  inset-inline-end: -0.5rem;
}
.avatar.avatar-sm {
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  font-size: 0.65rem;
}
.avatar.avatar-sm .avatar-badge {
  padding: 0.3rem;
  width: 1.1rem;
  height: 1.1rem;
  line-height: 1.1rem;
  font-size: 0.5rem;
  inset-block-start: -28%;
  inset-inline-end: -0.45rem;
}
.avatar.avatar-sm.online:before, .avatar.avatar-sm.offline:before {
  width: 0.5rem;
  height: 0.5rem;
}
.avatar.avatar-md {
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
  font-size: 0.8rem;
}
.avatar.avatar-md .avatar-badge {
  padding: 0.4rem;
  width: 1.2rem;
  height: 1.2rem;
  line-height: 1.2rem;
  font-size: 0.65rem;
  inset-block-start: -6%;
  inset-inline-end: -13%;
}
.avatar.avatar-md.online:before, .avatar.avatar-md.offline:before {
  width: 0.75rem;
  height: 0.75rem;
}
.avatar.avatar-md svg {
  width: 1.5rem;
  height: 1.5rem;
}
.avatar.avatar-lg {
  width: 2.813rem;
  height: 2.813rem;
  line-height: 2.813rem;
  font-size: 1rem;
}
.avatar.avatar-lg .avatar-badge {
  inset-block-start: -15%;
  inset-inline-end: -0.25%;
}
.avatar.avatar-lg.online:before, .avatar.avatar-lg.offline:before {
  width: 0.8rem;
  height: 0.8rem;
}
.avatar.avatar-lg svg {
  width: 1.8rem;
  height: 1.8rem;
}
.avatar.avatar-xl {
  width: 4rem;
  height: 4rem;
  line-height: 4rem;
  font-size: 1.25rem;
}
.avatar.avatar-xl .avatar-badge {
  inset-block-start: -8%;
  inset-inline-end: -0.2%;
}
.avatar.avatar-xl.online:before, .avatar.avatar-xl.offline:before {
  width: 0.95rem;
  height: 0.95rem;
}
.avatar.avatar-xxl {
  width: 5rem;
  height: 5rem;
  line-height: 5rem;
  font-size: 1.5rem;
}
.avatar.avatar-xxl .avatar-badge {
  inset-block-start: -4%;
  inset-inline-end: 0rem;
}
.avatar.avatar-xxl.online:before, .avatar.avatar-xxl.offline:before {
  width: 1.05rem;
  height: 1.05rem;
  inset-block-end: 0.25rem;
}
.avatar.avatar-xxxl {
  width: 6rem;
  height: 6rem;
  line-height: 6rem;
  font-size: 1.75rem;
}
.avatar.avatar-xxxl .avatar-badge {
  inset-block-start: -4%;
  inset-inline-end: 0rem;
}
.avatar.avatar-xxxl.online:before, .avatar.avatar-xxxl.offline:before {
  width: 1.05rem;
  height: 1.05rem;
  inset-block-end: 0.25rem;
}

.avatar-list-stacked {
  padding: 0;
}
.avatar-list-stacked.avatar-group-overlapped .avatar {
  margin-right: -0.875rem;
}
.avatar-list-stacked.avatar-group-overlapped .avatar:hover {
  z-index: 1;
}
.avatar-list-stacked.avatar-group-lg .avatar {
  width: 3.25rem;
  height: 3.25rem;
}
.avatar-list-stacked.avatar-group-lg .avatar > .initial-wrap {
  font-size: 0.95rem;
}
.avatar-list-stacked.avatar-group-lg.avatar-group-overlapped .avatar {
  margin-right: -1rem;
}
.avatar-list-stacked.avatar-group-sm .avatar {
  width: 2rem;
  height: 2rem;
}
.avatar-list-stacked.avatar-group-sm .avatar > .initial-wrap {
  font-size: 0.6rem;
}
.avatar-list-stacked.avatar-group-sm.avatar-group-overlapped .avatar {
  margin-right: -0.625rem;
}
.avatar-list-stacked.avatar-group-xs .avatar {
  width: 1rem;
  height: 1rem;
  margin-inline-end: -6px !important;
}
.avatar-list-stacked.avatar-group-xs .avatar > .initial-wrap {
  font-size: 0.6rem;
}
.avatar-list-stacked.avatar-group-xs.avatar-group-overlapped .avatar {
  margin-right: -6px;
}
.avatar-list-stacked .avatar {
  margin-inline-end: -0.875rem !important;
  border: 1px solid rgba(0, 0, 0, 0.05);
  vertical-align: middle;
  transition: transform ease 200ms;
}
.avatar-list-stacked .avatar:last-child {
  margin-inline-end: 0 !important;
}
.avatar-list-stacked .avatar:hover {
  z-index: 1;
  transform: translateY(-0.188rem);
}

.avatar-group {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.avatar-group .avatar {
  width: 2.625rem;
  height: 2.625rem;
}
.avatar-group .avatar .avatar-img,
.avatar-group .avatar > .initial-wrap {
  border: 2px solid #FFF;
  font-size: 0.9rem;
}
.avatar-group.avatar-group-overlapped .avatar {
  margin-right: -0.875rem;
}
.avatar-group.avatar-group-overlapped .avatar:hover {
  z-index: 1;
}
.avatar-group.avatar-group-lg .avatar {
  width: 3.25rem;
  height: 3.25rem;
}
.avatar-group.avatar-group-lg .avatar > .initial-wrap {
  font-size: 0.95rem;
}
.avatar-group.avatar-group-lg.avatar-group-overlapped .avatar {
  margin-right: -1rem;
}
.avatar-group.avatar-group-sm .avatar {
  width: 2rem;
  height: 2rem;
}
.avatar-group.avatar-group-sm .avatar > .initial-wrap {
  font-size: 0.6rem;
}
.avatar-group.avatar-group-sm.avatar-group-overlapped .avatar {
  margin-right: -0.625rem;
}

.bootstrap-datetimepicker-widget table td.active,
.bootstrap-datetimepicker-widget table td.active:hover {
  background-color: #FF008A;
  text-shadow: unset;
}

.bootstrap-datetimepicker-widget table th {
  font-size: 12px;
  font-weight: 600;
  color: #656B76;
  width: 26px;
  height: 24px;
  line-height: 24px;
}
.bootstrap-datetimepicker-widget table th.prev, .bootstrap-datetimepicker-widget table th.next {
  padding-bottom: 8px;
}
.bootstrap-datetimepicker-widget table th.prev span, .bootstrap-datetimepicker-widget table th.next span {
  width: 20px;
  height: 20px;
  font-size: 12px;
  border: 1px solid #EBECED;
  border-radius: 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
}
.bootstrap-datetimepicker-widget table th.prev span:hover, .bootstrap-datetimepicker-widget table th.next span:hover {
  background: #111827;
  border-color: #111827;
  color: #FFF;
}
.bootstrap-datetimepicker-widget table td {
  font-size: 12px;
  color: #242B3A;
}
.bootstrap-datetimepicker-widget table td.day {
  width: 26px;
  height: 24px;
  line-height: 24px;
}

.bootstrap-datetimepicker-widget {
  z-index: 999 !important;
}
.bootstrap-datetimepicker-widget .picker-switch {
  padding-bottom: 8px;
}

.bootstrap-datetimepicker-widget table td.today:before {
  border-bottom-color: #FF008A;
}

.bootstrap-datetimepicker-widget table thead tr:first-child th:hover {
  background: transparent;
}

.border-success {
  border-color: #03C95A !important;
}

.shadow-sm {
  box-shadow: 0px 4.4px 12px -1px rgba(222, 222, 222, 0.36) !important;
}

.shadow-md {
  box-shadow: 0px 4px 4px 0px rgba(217, 217, 217, 0.25) !important;
}

.list-group-item {
  border-color: #EBECED !important;
  color: inherit;
}

.list-group a.active {
  background: #FFD8EB;
  color: #FF008A;
}
.list-group a:hover {
  background: #FFD8EB;
  color: #FF008A;
}

.list-styled-dotted li {
  list-style-type: disc;
}

.custom-offcanvas.offcanvas.offcanvas-end {
  width: 600px !important;
}
.custom-offcanvas.offcanvas.offcanvas-end .offcanvas-header .close-btn {
  width: 20px;
  height: 20px;
  color: #FFF;
  border-radius: 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;
  background-color: #7D828C;
  border: 1px solid #7D828C;
}
.custom-offcanvas.offcanvas.offcanvas-end .offcanvas-header .close-btn:hover {
  background: #E70D0D;
  border-color: #E70D0D;
}

.w-40 {
  width: 40%;
}
@media (max-width: 767.98px) {
  .w-40 {
    width: 100%;
  }
}

hr {
  border-color: #EBECED;
}

.link-primary.text-decoration-underline:hover {
  text-decoration-color: #FF008A !important;
}

.btn-primary {
  color: #FFF;
  background-color: #FF008A;
  border-color: #FF008A;
  font-size: 14px;
  font-weight: 500;
}

.btn-check:checked + .btn, .btn.active, .btn.show, .btn.show:hover, .btn:first-child:active, :not(.btn-check) + .btn:active {
  background-color: #FF008A;
  border-color: #FF008A;
  color: #FFF;
}

button {
  cursor: pointer;
}
button:focus {
  outline: 0;
  box-shadow: none;
}

.btn {
  border-radius: 5px;
  padding: 7px 15px;
  font-size: 14px;
  transition: all 0.5s;
  font-weight: 500;
}
.btn:focus {
  box-shadow: none !important;
}
.btn:hover {
  transition: all 0.5s;
}
.btn.btn-lg {
  padding: 0.65rem 1rem;
  font-size: 1rem;
}
.btn.btn-sm {
  padding: 0.25rem 0.5rem;
  font-size: 0.75rem;
}
.btn.btn-primary {
  background-color: #FF008A;
  border: 1px solid #FF008A;
  color: #FFF;
}
.btn.btn-primary:hover, .btn.btn-primary:focus, .btn.btn-primary.focus, .btn.btn-primary:active, .btn.btn-primary.active {
  background-color: #db0077;
  border: 1px solid #db0077;
  color: #FFF;
}
.btn.btn-secondary {
  background-color: #282B8B;
  border: 1px solid #282B8B;
  color: #FFF;
}
.btn.btn-secondary:hover, .btn.btn-secondary:focus, .btn.btn-secondary.focus, .btn.btn-secondary:active, .btn.btn-secondary.active {
  background-color: #20226f;
  border: 1px solid #20226f;
  color: #FFF;
}
.btn.btn-success {
  background-color: #03C95A;
  border: 1px solid #03C95A;
  color: #FFF;
}
.btn.btn-success:hover, .btn.btn-success:focus, .btn.btn-success.focus, .btn.btn-success:active, .btn.btn-success.active {
  background-color: #02a64a;
  border: 1px solid #02a64a;
  color: #FFF;
}
.btn.btn-info {
  background-color: #5625E8;
  border: 1px solid #5625E8;
  color: #FFF;
}
.btn.btn-info:hover, .btn.btn-info:focus, .btn.btn-info.focus, .btn.btn-info:active, .btn.btn-info.active {
  background-color: #4616d3;
  border: 1px solid #4616d3;
  color: #FFF;
}
.btn.btn-warning {
  background-color: #FFC107;
  border: 1px solid #FFC107;
  color: #FFF;
}
.btn.btn-warning:hover, .btn.btn-warning:focus, .btn.btn-warning.focus, .btn.btn-warning:active, .btn.btn-warning.active {
  background-color: #e2aa00;
  border: 1px solid #e2aa00;
  color: #FFF;
}
.btn.btn-danger {
  background-color: #E70D0D;
  border: 1px solid #E70D0D;
  color: #FFF;
}
.btn.btn-danger:hover, .btn.btn-danger:focus, .btn.btn-danger.focus, .btn.btn-danger:active, .btn.btn-danger.active {
  background-color: #c50b0b;
  border: 1px solid #c50b0b;
  color: #FFF;
}
.btn.btn-dark {
  background-color: #111827;
  border: 1px solid #111827;
  color: #FFF;
}
.btn.btn-dark:hover, .btn.btn-dark:focus, .btn.btn-dark.focus, .btn.btn-dark:active, .btn.btn-dark.active {
  background-color: #06090e;
  border: 1px solid #06090e;
  color: #FFF;
}
.btn.btn-light {
  background-color: #E9EAEB;
  border: 1px solid #E9EAEB;
  color: #FFF;
}
.btn.btn-light:hover, .btn.btn-light:focus, .btn.btn-light.focus, .btn.btn-light:active, .btn.btn-light.active {
  background-color: #d6d8da;
  border: 1px solid #d6d8da;
  color: #FFF;
}
.btn.btn-black {
  background-color: #000;
  border: 1px solid #000;
  color: #FFF;
}
.btn.btn-black:hover, .btn.btn-black:focus, .btn.btn-black.focus, .btn.btn-black:active, .btn.btn-black.active {
  background-color: black;
  border: 1px solid black;
  color: #FFF;
}
.btn.btn-purple {
  background-color: #AB47BC;
  border: 1px solid #AB47BC;
  color: #FFF;
}
.btn.btn-purple:hover, .btn.btn-purple:focus, .btn.btn-purple.focus, .btn.btn-purple:active, .btn.btn-purple.active {
  background-color: #953ca4;
  border: 1px solid #953ca4;
  color: #FFF;
}
.btn.btn-primary {
  background-color: #FF008A;
  border: 1px solid #FF008A;
  color: #FFF;
}
.btn.btn-primary:hover, .btn.btn-primary:focus, .btn.btn-primary.focus, .btn.btn-primary:active, .btn.btn-primary.active {
  background-color: #fd198b;
  border: 1px solid #fd198b;
  color: #FFF;
}
.btn.btn-primary-blue {
  background-color: #4c40ed;
  border: 1px solid #4c40ed;
  color: #FFF;
}
.btn.btn-primary-blue:hover, .btn.btn-primary-blue:focus, .btn.btn-primary-blue.focus, .btn.btn-primary-blue:active, .btn.btn-primary-blue.active {
  background-color: #2d1fea;
  border: 1px solid #2d1fea;
  color: #FFF;
}
.btn.btn-light {
  background-color: #EBECED;
  border: 1px solid #EBECED;
  color: #242B3A;
}
.btn.btn-light:hover, .btn.btn-light:focus, .btn.btn-light.focus, .btn.btn-light:active, .btn.btn-light.active {
  background-color: #e3e4e6;
  border: 1px solid #EBECED;
  color: #242B3A;
}
.btn.btn-white {
  background-color: #FFF;
  border-color: #FFF;
  color: #242B3A;
}
.btn.btn-linear-primary {
  background: linear-gradient(90deg, #FD2692 0%, #0A67F2 100%);
  color: #FFF;
  border: 0;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.btn.btn-linear-primary::before {
  content: "";
  position: absolute;
  background: linear-gradient(90deg, #FD2692 0%, #0A67F2 100%);
  transform: scaleX(0);
  transform-origin: right center;
  transition: transform 0.24s ease-in-out;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.btn.btn-linear-primary:hover::before {
  transform: scaleX(1);
  transform-origin: left center;
}

.btn-group .btn {
  padding: 0.45rem 0.75rem;
}

.btn-group-lg .btn {
  padding: 0.65rem 1rem;
}

.btn-group-sm .btn {
  padding: 0.25rem 0.5rem;
}

.btn.btn-w-xs {
  min-width: 5.625rem;
}
.btn.btn-w-sm {
  min-width: 6.975rem;
}
.btn.btn-w-md {
  min-width: 8.125rem;
}
.btn.btn-w-lg {
  min-width: 9.375rem;
}

.btn-icon i {
  padding: 0rem;
  margin: -0.5rem;
}
.btn-icon.btn-sm {
  width: 1.75rem;
  height: 1.75rem;
  font-size: 0.8rem;
}
.btn-icon.btn-lg {
  width: 2.75rem;
  height: 2.75rem;
  font-size: 1.2rem;
}

.btn-list > button, .btn-list > a {
  margin: 0 0.375rem 0.375rem 0;
}

[dir=rtl] .btn-list button,
[dir=rtl] .btn-list div,
[dir=rtl] .btn-list a,
[dir=rtl] .btn-list input {
  margin: 0 0 0.375rem 0.375rem;
}

.btn-list {
  margin-block-end: -0.5rem;
}

.btn-square {
  border-radius: 0;
}

.btn-group-pill .btn:first-child {
  border-radius: 60px 0 0 60px;
}

.btn-group-pill .btn:last-child {
  border-radius: 0 60px 60px 0;
}

.btn-group-square .btn:first-child {
  border-radius: 0px 0 0 0px;
}

.btn-group-square .btn:last-child {
  border-radius: 0 0px 0px 0;
}

.btn.btn-primary-light {
  background-color: rgba(255, 0, 138, 0.1);
  color: #FF008A;
}
.btn.btn-primary-light:hover, .btn.btn-primary-light:focus, .btn.btn-primary-light:active {
  background-color: #FF008A;
  color: #FFF;
  border-color: #FF008A;
}
.btn.btn-secondary-light {
  background-color: rgba(40, 43, 139, 0.1);
  color: #282B8B;
}
.btn.btn-secondary-light:hover, .btn.btn-secondary-light:focus, .btn.btn-secondary-light:active {
  background-color: #282B8B;
  color: #FFF;
  border-color: #282B8B;
}
.btn.btn-warning-light {
  background-color: rgba(255, 193, 7, 0.1);
  color: #FFC107;
}
.btn.btn-warning-light:hover, .btn.btn-warning-light:focus, .btn.btn-warning-light:active {
  background-color: #FFC107;
  color: #FFF;
  border-color: #FFC107;
}
.btn.btn-info-light {
  background-color: rgba(86, 37, 232, 0.1);
  color: #5625E8;
}
.btn.btn-info-light:hover, .btn.btn-info-light:focus, .btn.btn-info-light:active {
  background-color: #5625E8;
  color: #FFF;
  border-color: #5625E8;
}
.btn.btn-success-light {
  background-color: rgba(3, 201, 90, 0.1);
  color: #03C95A;
}
.btn.btn-success-light:hover, .btn.btn-success-light:focus, .btn.btn-success-light:active {
  background-color: #03C95A;
  color: #FFF;
  border-color: #03C95A;
}
.btn.btn-danger-light {
  background-color: rgba(231, 13, 13, 0.1);
  color: #E70D0D;
}
.btn.btn-danger-light:hover, .btn.btn-danger-light:focus, .btn.btn-danger-light:active {
  background-color: #E70D0D;
  color: #FFF;
  border-color: #E70D0D;
}

.btn.btn-primary-ghost {
  background-color: transparent;
  color: #FF008A;
  border: 1px solid #FF008A;
}
.btn.btn-primary-ghost:active {
  color: #FF008A;
  border: 1px solid #FF008A;
  background-color: transparent;
}
.btn.btn-secondary-ghost {
  background-color: transparent;
  color: #282B8B;
  border: 1px solid #282B8B;
}
.btn.btn-secondary-ghost:active {
  color: #282B8B;
  border: 1px solid #282B8B;
  background-color: transparent;
}
.btn.btn-warning-ghost {
  background-color: transparent;
  color: #FFC107;
  border: 1px solid #FFC107;
}
.btn.btn-warning-ghost:active {
  color: #FFC107;
  border: 1px solid #FFC107;
  background-color: transparent;
}
.btn.btn-info-ghost {
  background-color: transparent;
  color: #5625E8;
  border: 1px solid #5625E8;
}
.btn.btn-info-ghost:active {
  color: #5625E8;
  border: 1px solid #5625E8;
  background-color: transparent;
}
.btn.btn-success-ghost {
  background-color: transparent;
  color: #03C95A;
  border: 1px solid #03C95A;
}
.btn.btn-success-ghost:active {
  color: #03C95A;
  border: 1px solid #03C95A;
  background-color: transparent;
}
.btn.btn-danger-ghost {
  background-color: transparent;
  color: #E70D0D;
  border: 1px solid #E70D0D;
}
.btn.btn-danger-ghost:active {
  color: #E70D0D;
  border: 1px solid #E70D0D;
  background-color: transparent;
}

.btn-list button {
  margin: 0 0.375rem 0.375rem 0;
}

.btn-outline-primary {
  border: 1px solid #FF008A !important;
  color: #FF008A !important;
}
.btn-outline-primary:hover, .btn-outline-primary:focus, .btn-outline-primary.focus, .btn-outline-primary:active, .btn-outline-primary.active {
  background-color: #FF008A !important;
  border: 1px solid #FF008A !important;
  box-shadow: 0 3px 10px rgba(255, 0, 138, 0.5);
  color: #FFF !important;
}

.btn-outline-secondary {
  border: 1px solid #282B8B !important;
  color: #282B8B !important;
}
.btn-outline-secondary:hover, .btn-outline-secondary:focus, .btn-outline-secondary.focus, .btn-outline-secondary:active, .btn-outline-secondary.active {
  background-color: #282B8B !important;
  border: 1px solid #282B8B !important;
  box-shadow: 0 3px 10px rgba(40, 43, 139, 0.5);
  color: #FFF !important;
}

.btn-outline-success {
  border: 1px solid #03C95A !important;
  color: #03C95A !important;
}
.btn-outline-success:hover, .btn-outline-success:focus, .btn-outline-success.focus, .btn-outline-success:active, .btn-outline-success.active {
  background-color: #03C95A !important;
  border: 1px solid #03C95A !important;
  box-shadow: 0 3px 10px rgba(3, 201, 90, 0.5);
  color: #FFF !important;
}

.btn-outline-danger {
  border: 1px solid #E70D0D !important;
  color: #E70D0D !important;
}
.btn-outline-danger:hover, .btn-outline-danger:focus, .btn-outline-danger.focus, .btn-outline-danger:active, .btn-outline-danger.active {
  background-color: #E70D0D !important;
  border: 1px solid #E70D0D !important;
  box-shadow: 0 3px 10px rgba(231, 13, 13, 0.5);
  color: #FFF !important;
}

.btn-outline-warning {
  border: 1px solid #FFC107 !important;
  color: #FFC107 !important;
}
.btn-outline-warning:hover, .btn-outline-warning:focus, .btn-outline-warning.focus, .btn-outline-warning:active, .btn-outline-warning.active {
  background-color: #FFC107 !important;
  border: 1px solid #FFC107 !important;
  box-shadow: 0 3px 10px rgba(255, 193, 7, 0.5);
  color: #FFF !important;
}

.btn-outline-info {
  border: 1px solid #5625E8 !important;
  color: #5625E8 !important;
}
.btn-outline-info:hover, .btn-outline-info:focus, .btn-outline-info.focus, .btn-outline-info:active, .btn-outline-info.active {
  background-color: #5625E8 !important;
  border: 1px solid #5625E8 !important;
  box-shadow: 0 3px 10px rgba(86, 37, 232, 0.5);
  color: #FFF !important;
}

.btn-outline-light {
  border: 1px solid #E9EAEB !important;
  color: #4E5561 !important;
}
.btn-outline-light:hover, .btn-outline-light:focus, .btn-outline-light.focus, .btn-outline-light:active, .btn-outline-light.active {
  background-color: #E9EAEB !important;
  border: 1px solid #E9EAEB !important;
  color: #4E5561 !important;
}

.btn-outline-dark {
  border: 1px solid #111827 !important;
  color: #111827 !important;
}
.btn-outline-dark:hover, .btn-outline-dark:focus, .btn-outline-dark.focus, .btn-outline-dark:active, .btn-outline-dark.active {
  background-color: #111827 !important;
  border: 1px solid #111827 !important;
  box-shadow: 0 3px 10px rgba(17, 24, 39, 0.5);
  color: #FFF !important;
}

.btn-soft-primary {
  background-color: #FEB1D8 !important;
  color: #FF008A !important;
}
.btn-soft-primary:hover, .btn-soft-primary:focus, .btn-soft-primary.focus, .btn-soft-primary:active, .btn-soft-primary.active {
  box-shadow: 0 3px 12px rgba(255, 0, 138, 0.2);
  border-color: #FF008A;
}

.btn-soft-secondary {
  background-color: #B2B3D5 !important;
  color: #282B8B !important;
}
.btn-soft-secondary:hover, .btn-soft-secondary:focus, .btn-soft-secondary.focus, .btn-soft-secondary:active, .btn-soft-secondary.active {
  box-shadow: 0 3px 12px rgba(40, 43, 139, 0.2);
  border-color: #282B8B;
}

.btn-soft-success {
  background-color: #A4EBC4 !important;
  color: #03C95A !important;
}
.btn-soft-success:hover, .btn-soft-success:focus, .btn-soft-success.focus, .btn-soft-success:active, .btn-soft-success.active {
  box-shadow: 0 3px 12px rgba(3, 201, 90, 0.2);
  border-color: #03C95A;
}

.btn-soft-danger {
  background-color: #EC9E9E !important;
  color: #E70D0D !important;
}
.btn-soft-danger:hover, .btn-soft-danger:focus, .btn-soft-danger.focus, .btn-soft-danger:active, .btn-soft-danger.active {
  box-shadow: 0 3px 12px rgba(231, 13, 13, 0.2);
  border-color: #E70D0D;
}

.btn-soft-warning {
  background-color: #FFE9A6 !important;
  color: #FFC107 !important;
}
.btn-soft-warning:hover, .btn-soft-warning:focus, .btn-soft-warning.focus, .btn-soft-warning:active, .btn-soft-warning.active {
  box-shadow: 0 3px 12px rgba(255, 193, 7, 0.2);
  border-color: #FFC107;
}

.btn-soft-info {
  background-color: rgba(86, 37, 232, 0.3) !important;
  color: #5625E8 !important;
}
.btn-soft-info:hover, .btn-soft-info:focus, .btn-soft-info.focus, .btn-soft-info:active, .btn-soft-info.active {
  box-shadow: 0 3px 12px rgba(86, 37, 232, 0.2);
  border-color: #5625E8;
}

.btn-soft-light {
  background-color: rgba(233, 234, 235, 0.9) !important;
  color: #656B76 !important;
}
.btn-soft-light:hover, .btn-soft-light:focus, .btn-soft-light.focus, .btn-soft-light:active, .btn-soft-light.active {
  box-shadow: 0 3px 12px rgba(233, 234, 235, 0.2);
  border-color: #E9EAEB;
  border-color: #656B76;
}

.btn-soft-dark {
  background-color: rgba(17, 24, 39, 0.3) !important;
  color: #FFF !important;
}
.btn-soft-dark:hover, .btn-soft-dark:focus, .btn-soft-dark.focus, .btn-soft-dark:active, .btn-soft-dark.active {
  box-shadow: 0 3px 12px rgba(17, 24, 39, 0.2);
  border-color: #111827;
}

.page-loader {
  width: 48px;
  height: 48px;
  border: 4px solid;
  background: rgba(255, 255, 255, 0.2);
  border-color: transparent #FF008A #FF008A transparent;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  animation: rotation 1s ease-in-out infinite;
}

.page-loader::after {
  content: "";
  box-sizing: border-box;
  position: absolute;
  left: 50%;
  top: 50%;
  border: 12px solid;
  border-color: transparent #282B8B #282B8B transparent;
  transform: translate(-50%, -50%);
  border-radius: 50%;
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.badge.badge-primary {
  background: rgba(255, 0, 138, 0.1);
  box-shadow: 0 1px 1px rgba(255, 0, 138, 0.5);
  color: #FF008A;
}
.badge.badge-dark-transparent {
  background: #EAEBEE;
  color: #242B3A;
}
.badge.badge-info-transparent {
  background: #F0EBFD;
  color: #673BEA;
}
.badge.badge-purple-transparent {
  background: #F7EEF9;
  color: #AB47BC;
}
.badge.badge-success-100 {
  background: #D2F5E1;
  color: #03C95A;
}
.badge.badge-primary-transparent {
  background: #FFECF5;
  color: #FF008A;
}
.badge.badge-danger-transparent {
  background: #FAE7E7;
  color: #E70D0D;
}
.badge.badge-skyblue {
  background: #E9FAFE;
  color: #0DCAF0;
}

.badge.badge-primary {
  background: #FF008A;
  color: #FFF;
}
.badge.badge-soft-primary {
  background: rgba(255, 0, 138, 0.1);
  color: #FF008A;
}

.badge.badge-secondary {
  background: #282B8B;
  color: #FFF;
}
.badge.badge-soft-secondary {
  background: rgba(40, 43, 139, 0.1);
  color: #282B8B;
}

.badge.badge-success {
  background: #03C95A;
  color: #FFF;
}
.badge.badge-soft-success {
  background: rgba(3, 201, 90, 0.1);
  color: #03C95A;
}

.badge.badge-info {
  background: #5625E8;
  color: #FFF;
}
.badge.badge-soft-info {
  background: rgba(86, 37, 232, 0.1);
  color: #5625E8;
}

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

.badge.badge-danger {
  background: #E70D0D;
  color: #FFF;
}
.badge.badge-soft-danger {
  background: rgba(231, 13, 13, 0.1);
  color: #E70D0D;
}

.badge.badge-dark {
  background: #111827;
  color: #FFF;
}
.badge.badge-soft-dark {
  background: rgba(17, 24, 39, 0.1);
  color: #111827;
}

.badge.badge-light {
  background: #E9EAEB;
  color: #FFF;
}
.badge.badge-soft-light {
  background: rgba(233, 234, 235, 0.1);
  color: #E9EAEB;
}

.badge.badge-black {
  background: #000;
  color: #FFF;
}
.badge.badge-soft-black {
  background: rgba(0, 0, 0, 0.1);
  color: #000;
}

.badge.badge-purple {
  background: #AB47BC;
  color: #FFF;
}
.badge.badge-soft-purple {
  background: rgba(171, 71, 188, 0.1);
  color: #AB47BC;
}

.badge {
  padding: 0.25rem 0.45rem;
  text-transform: capitalize;
  font-weight: 600;
  letter-spacing: 0.5px;
  border-radius: 4px;
}
.badge.badge-xs {
  font-size: 10px;
  padding: 0px 5px;
  line-height: 18px;
}
.badge.badge-sm {
  font-size: 11px;
  padding: 5px 8px;
  line-height: 11px;
}
.badge.badge-md {
  font-size: 12px;
  padding: 5px 12px;
  line-height: 1.5;
}
.badge.badge-lg {
  font-size: 14px;
  padding: 0px 10px;
  line-height: 30px;
}
.badge.badge-xl {
  font-size: 16px;
  padding: 0px 15px;
  line-height: 35px;
}
.badge.badge-soft-skyblue {
  background: #D3F5FC;
  color: #0DCAF0;
}

.border-container {
  display: inline-block;
  width: 5rem;
  height: 5rem;
  margin: 0.25rem;
  background-color: #E9EAEB;
}

.border {
  border: 1px solid #EBECED !important;
}
.border.border-dashed {
  border-style: dashed !important;
}
.border.border-dotted {
  border-style: dotted !important;
}
.border.border-primary {
  border: 1px solid #FF008A !important;
  opacity: 1;
}
.border.border-primary.border-opacity-10 {
  border-color: rgba(255, 0, 138, 0.1) !important;
}
.border.border-primary.border-opacity-25 {
  border-color: rgba(255, 0, 138, 0.25) !important;
}
.border.border-primary.border-opacity-50 {
  border-color: rgba(255, 0, 138, 0.5) !important;
}
.border.border-primary.border-opacity-75 {
  border-color: rgba(255, 0, 138, 0.75) !important;
}
.border.border-primary.border-opacity-100 {
  border-color: #ff008a !important;
}
.border.border-secondary {
  border: 1px solid #282B8B !important;
  opacity: 1;
}
.border.border-secondary.border-opacity-10 {
  border-color: rgba(40, 43, 139, 0.1) !important;
}
.border.border-secondary.border-opacity-25 {
  border-color: rgba(40, 43, 139, 0.25) !important;
}
.border.border-secondary.border-opacity-50 {
  border-color: rgba(40, 43, 139, 0.5) !important;
}
.border.border-secondary.border-opacity-75 {
  border-color: rgba(40, 43, 139, 0.75) !important;
}
.border.border-secondary.border-opacity-100 {
  border-color: #282b8b !important;
}
.border.border-info {
  border: 1px solid #5625E8 !important;
  opacity: 1;
}
.border.border-info.border-opacity-10 {
  border-color: rgba(86, 37, 232, 0.1) !important;
}
.border.border-info.border-opacity-25 {
  border-color: rgba(86, 37, 232, 0.25) !important;
}
.border.border-info.border-opacity-50 {
  border-color: rgba(86, 37, 232, 0.5) !important;
}
.border.border-info.border-opacity-75 {
  border-color: rgba(86, 37, 232, 0.75) !important;
}
.border.border-info.border-opacity-100 {
  border-color: #5625e8 !important;
}
.border.border-success {
  border: 1px solid #03C95A !important;
  opacity: 1;
}
.border.border-success.border-opacity-10 {
  border-color: rgba(3, 201, 90, 0.1) !important;
}
.border.border-success.border-opacity-25 {
  border-color: rgba(3, 201, 90, 0.25) !important;
}
.border.border-success.border-opacity-50 {
  border-color: rgba(3, 201, 90, 0.5) !important;
}
.border.border-success.border-opacity-75 {
  border-color: rgba(3, 201, 90, 0.75) !important;
}
.border.border-success.border-opacity-100 {
  border-color: #03c95a !important;
}
.border.border-warning {
  border: 1px solid #FFC107 !important;
  opacity: 1;
}
.border.border-warning.border-opacity-10 {
  border-color: rgba(255, 193, 7, 0.1) !important;
}
.border.border-warning.border-opacity-25 {
  border-color: rgba(255, 193, 7, 0.25) !important;
}
.border.border-warning.border-opacity-50 {
  border-color: rgba(255, 193, 7, 0.5) !important;
}
.border.border-warning.border-opacity-75 {
  border-color: rgba(255, 193, 7, 0.75) !important;
}
.border.border-warning.border-opacity-100 {
  border-color: #ffc107 !important;
}
.border.border-danger {
  border: 1px solid #E70D0D !important;
  opacity: 1;
}
.border.border-danger.border-opacity-10 {
  border-color: rgba(231, 13, 13, 0.1) !important;
}
.border.border-danger.border-opacity-25 {
  border-color: rgba(231, 13, 13, 0.25) !important;
}
.border.border-danger.border-opacity-50 {
  border-color: rgba(231, 13, 13, 0.5) !important;
}
.border.border-danger.border-opacity-75 {
  border-color: rgba(231, 13, 13, 0.75) !important;
}
.border.border-danger.border-opacity-100 {
  border-color: #e70d0d !important;
}
.border.border-white {
  border: 1px solid #FFF !important;
  opacity: 1;
}
.border.border-white.border-opacity-10 {
  border-color: rgba(255, 255, 255, 0.1) !important;
}
.border.border-white.border-opacity-25 {
  border-color: rgba(255, 255, 255, 0.25) !important;
}
.border.border-white.border-opacity-50 {
  border-color: rgba(255, 255, 255, 0.5) !important;
}
.border.border-white.border-opacity-75 {
  border-color: rgba(255, 255, 255, 0.75) !important;
}
.border.border-white.border-opacity-100 {
  border-color: white !important;
}
.border.border-light {
  border: 1px solid #E9EAEB !important;
  opacity: 1;
}
.border.border-light.border-opacity-10 {
  border-color: rgba(233, 234, 235, 0.1) !important;
}
.border.border-light.border-opacity-25 {
  border-color: rgba(233, 234, 235, 0.25) !important;
}
.border.border-light.border-opacity-50 {
  border-color: rgba(233, 234, 235, 0.5) !important;
}
.border.border-light.border-opacity-75 {
  border-color: rgba(233, 234, 235, 0.75) !important;
}
.border.border-light.border-opacity-100 {
  border-color: #e9eaeb !important;
}
.border.border-dark {
  border: 1px solid #111827 !important;
  opacity: 1;
}
.border.border-dark.border-opacity-10 {
  border-color: rgba(17, 24, 39, 0.1) !important;
}
.border.border-dark.border-opacity-25 {
  border-color: rgba(17, 24, 39, 0.25) !important;
}
.border.border-dark.border-opacity-50 {
  border-color: rgba(17, 24, 39, 0.5) !important;
}
.border.border-dark.border-opacity-75 {
  border-color: rgba(17, 24, 39, 0.75) !important;
}
.border.border-dark.border-opacity-100 {
  border-color: #111827 !important;
}
.border.border-opacity-10 {
  --bs-border-opacity: 0.1 !important;
}
.border.border-opacity-25 {
  --bs-border-opacity: 0.25 !important;
}
.border.border-opacity-50 {
  --bs-border-opacity: 0.5 !important;
}
.border.border-opacity-75 {
  --bs-border-opacity: 0.75 !important;
}
.border.border-opacity-100 {
  --bs-border-opacity: 1 !important;
}
.border.border-1 {
  border-width: 1px !important;
}
.border.border-2 {
  border-width: 2px !important;
}
.border.border-3 {
  border-width: 3px !important;
}
.border.border-4 {
  border-width: 4px !important;
}
.border.border-5 {
  border-width: 5px !important;
}
.border.border-block-start-dashed {
  border-top-style: dashed;
}
.border.border-block-start-dotted {
  border-top-style: dotted;
}
.border.border-inline-end-dashed {
  border-inline-end-style: dashed;
}
.border.border-inline-end-dotted {
  border-inline-end-style: dotted;
}
.border.border-block-end-dashed {
  border-bottom-style: dashed;
}
.border.border-block-end-dotted {
  border-bottom-style: dotted;
}
.border.border-inline-start-dashed {
  border-inline-start-style: dashed;
}
.border.border-inline-start-dotted {
  border-inline-start-style: dotted;
}
.border.border-0 {
  border: 0 !important;
}
.border.border-top-0 {
  border-block-start: 0 !important;
}
.border.border-end-0 {
  border-inline-end: 0 !important;
}
.border.border-bottom-0 {
  border-block-end: 0 !important;
}
.border.border-start-0 {
  border-inline-start: 0 !important;
}

.border-top {
  border-top: 1px solid #EBECED !important;
}
.border-top.border-block-start-dashed {
  border-top-style: dashed !important;
}
.border-top.border-block-start-dotted {
  border-top-style: dotted !important;
}
.border-top.border-primary {
  border-color: #FF008A !important;
}
.border-top.border-secondary {
  border-color: #282B8B !important;
}
.border-top.border-warning {
  border-color: #FFC107 !important;
}
.border-top.border-info {
  border-color: #5625E8 !important;
}
.border-top.border-success {
  border-color: #03C95A !important;
}
.border-top.border-danger {
  border-color: #E70D0D !important;
}
.border-top.border-light {
  border-color: #E9EAEB !important;
}
.border-top.border-dark {
  border-color: #111827 !important;
}

.border-end {
  border-inline-end: 1px solid #EBECED !important;
}
.border-end.border-inline-end-dashed {
  border-inline-end-style: dashed !important;
}
.border-end.border-inline-end-dotted {
  border-inline-end-style: dotted !important;
}
.border-end.border-primary {
  border-color: #FF008A !important;
}
.border-end.border-secondary {
  border-color: #282B8B !important;
}
.border-end.border-warning {
  border-color: #FFC107 !important;
}
.border-end.border-info {
  border-color: #5625E8 !important;
}
.border-end.border-success {
  border-color: #03C95A !important;
}
.border-end.border-danger {
  border-color: #E70D0D !important;
}
.border-end.border-light {
  border-color: #E9EAEB !important;
}
.border-end.border-dark {
  border-color: #111827 !important;
}

.border-bottom {
  border-bottom: 1px solid #EBECED !important;
}
.border-bottom.border-block-end-dashed {
  border-bottom-style: dashed !important;
}
.border-bottom.border-block-end-dotted {
  border-bottom-style: dotted !important;
}
.border-bottom.border-primary {
  border-color: #FF008A !important;
}
.border-bottom.border-secondary {
  border-color: #282B8B !important;
}
.border-bottom.border-warning {
  border-color: #FFC107 !important;
}
.border-bottom.border-info {
  border-color: #5625E8 !important;
}
.border-bottom.border-success {
  border-color: #03C95A !important;
}
.border-bottom.border-danger {
  border-color: #E70D0D !important;
}
.border-bottom.border-light {
  border-color: #E9EAEB !important;
}
.border-bottom.border-dark {
  border-color: #111827 !important;
}
.border-bottom.border-skyblue {
  border-color: #0DCAF0 !important;
}

.border-start {
  border-inline-start: 1px solid #EBECED !important;
}
.border-start.border-inline-start-dashed {
  border-inline-start-style: dashed !important;
}
.border-start.border-inline-start-dotted {
  border-inline-start-style: dotted !important;
}
.border-start.border-primary {
  border-color: #FF008A !important;
}
.border-start.border-secondary {
  border-color: #282B8B !important;
}
.border-start.border-warning {
  border-color: #FFC107 !important;
}
.border-start.border-info {
  border-color: #5625E8 !important;
}
.border-start.border-success {
  border-color: #03C95A !important;
}
.border-start.border-danger {
  border-color: #E70D0D !important;
}
.border-start.border-light {
  border-color: #E9EAEB !important;
}
.border-start.border-dark {
  border-color: #111827 !important;
}

.border-primary {
  border-color: #FF008A !important;
}

.border-secondary {
  border-color: #282B8B !important;
}

.border-warning {
  border-color: #FFC107 !important;
}

.border-info {
  border-color: #5625E8 !important;
}

.border-success {
  border-color: #03C95A !important;
}

.border-danger {
  border-color: #E70D0D !important;
}

.border-skyblue {
  border-color: #0DCAF0 !important;
}

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

.br-1 {
  border-radius: 0.0625rem;
}

.br-2 {
  border-radius: 0.125rem;
}

.br-3 {
  border-radius: 0.1875rem;
}

.br-4 {
  border-radius: 0.25rem;
}

.br-5 {
  border-radius: 0.3125rem !important;
}

.br-6 {
  border-radius: 0.375rem;
}

.br-7 {
  border-radius: 0.4375rem;
}

.br-8 {
  border-radius: 0.5rem;
}

.br-9 {
  border-radius: 0.5625rem;
}

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

.br-15 {
  border-radius: 0.9375rem;
}

.br-20 {
  border-radius: 1.25rem;
}

.rounded {
  border-radius: 4px !important;
}

.dropdown-auto {
  overflow: auto;
}

.dropdown-divider {
  margin: 0;
}

.dropdown .dropdown-toggle {
  font-weight: 400;
  font-size: 14px;
  padding: 9px 8px;
  color: #242B3A;
  border-radius: 5px;
  background-color: #FFF;
  border: 1px solid #EBECED;
}
.dropdown .dropdown-toggle:after {
  display: inline-block;
  margin-inline-start: 0.5rem;
  vertical-align: 0;
  content: "\f078";
  font-family: "Font Awesome 5 Free";
  border: 0;
  font-size: 0.75rem;
  font-weight: 600;
}
.dropdown .dropdown-toggle.btn-primary {
  color: #FFF;
}
.dropdown .dropdown-menu {
  font-family: "Archivo", sans-serif;
}

.dropdown-menu {
  border-color: #EBECED;
  box-shadow: 0px 4px 13px -2px rgba(19, 16, 34, 0.06);
  font-size: 0.875rem;
  color: #242B3A;
  background-color: #FFF;
  padding: 0;
  z-index: 10;
}

.dropdown-divider {
  border-color: #EBECED;
}

.dropdown-item-text {
  color: #656B76;
}

.dropdown-header {
  color: #656B76;
}

.dropdown-item {
  color: #242B3A !important;
  padding: 0.594rem 0.9375rem;
  font-size: 14px;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #656B76;
  opacity: 0.5;
}
.dropdown-item:not(.active):hover, .dropdown-item:not(.active):focus, .dropdown-item:not(.active):active {
  color: #242B3A;
  background-color: #F4F5F5;
}
.dropdown-item.active {
  background-color: #F4F5F5;
}

.dropdown-toggle::after {
  display: inline-block;
  margin-inline-start: 0.25rem;
  vertical-align: 0;
  content: "\f078";
  font-family: "Font Awesome 5 Free";
  border: 0;
  font-size: 0.6rem;
  font-weight: 600;
}

.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-inline-start: 0.25rem;
  vertical-align: 0;
  content: "\f078";
  font-family: "Font Awesome 5 Free";
  border: 0;
  font-size: 0.6rem;
  font-weight: 600;
}

.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-inline-start: 0.25rem;
  vertical-align: 0;
  content: "\f077";
  font-family: "Font Awesome 5 Free";
  border: 0;
  font-size: 0.6rem;
  font-weight: 600;
}

.dropend .dropdown-toggle::after {
  display: inline-block;
  margin-inline-start: 0.25rem;
  vertical-align: 0;
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  border: 0;
  font-size: 0.6rem;
  font-weight: 600;
}

.dropstart .dropdown-toggle::before {
  display: inline-block;
  margin-inline-start: 0.25rem;
  vertical-align: 0;
  content: "\f053";
  font-family: "Font Awesome 5 Free";
  border: 0;
  font-size: 0.6rem;
  font-weight: 600;
}

.btn.dropdown-toggle-split {
  opacity: 0.85;
}

.dropdown-menu-dark {
  background-color: #111827;
  border-color: rgba(255, 255, 255, 0.1);
}
.dropdown-menu-dark li a {
  color: #FFF;
}

.btn-list a.dropdown-item {
  margin-block-end: 0;
}
.btn-list .btn-soft-success:hover {
  transform: translateY(0);
}
.btn-list .btn-soft-danger:hover {
  transform: translateY(0);
}
.dropdown-menu.dropdown-menu-primary {
  background-color: #FF008A;
}
.dropdown-menu.dropdown-menu-primary li a {
  color: rgba(255, 255, 255, 0.9);
}
.dropdown-menu.dropdown-menu-primary .dropdown-item:hover, .dropdown-menu.dropdown-menu-primary .dropdown-item:focus, .dropdown-menu.dropdown-menu-primary .dropdown-item:active, .dropdown-menu.dropdown-menu-primary .dropdown-item.active {
  color: #FFF;
}
.dropdown-menu.dropdown-menu-secondary {
  background-color: #282B8B;
}
.dropdown-menu.dropdown-menu-secondary li a {
  color: rgba(255, 255, 255, 0.9);
}
.dropdown-menu.dropdown-menu-secondary .dropdown-item:hover, .dropdown-menu.dropdown-menu-secondary .dropdown-item:focus, .dropdown-menu.dropdown-menu-secondary .dropdown-item:active, .dropdown-menu.dropdown-menu-secondary .dropdown-item.active {
  color: #FFF;
}
.dropdown-menu.dropdown-menu-warning {
  background-color: #FFC107;
}
.dropdown-menu.dropdown-menu-warning li a {
  color: rgba(255, 255, 255, 0.9);
}
.dropdown-menu.dropdown-menu-warning .dropdown-item:hover, .dropdown-menu.dropdown-menu-warning .dropdown-item:focus, .dropdown-menu.dropdown-menu-warning .dropdown-item:active, .dropdown-menu.dropdown-menu-warning .dropdown-item.active {
  color: #FFF;
}
.dropdown-menu.dropdown-menu-info {
  background-color: #5625E8;
}
.dropdown-menu.dropdown-menu-info li a {
  color: rgba(255, 255, 255, 0.9);
}
.dropdown-menu.dropdown-menu-info .dropdown-item:hover, .dropdown-menu.dropdown-menu-info .dropdown-item:focus, .dropdown-menu.dropdown-menu-info .dropdown-item:active, .dropdown-menu.dropdown-menu-info .dropdown-item.active {
  color: #FFF;
}
.dropdown-menu.dropdown-menu-success {
  background-color: #03C95A;
}
.dropdown-menu.dropdown-menu-success li a {
  color: rgba(255, 255, 255, 0.9);
}
.dropdown-menu.dropdown-menu-success .dropdown-item:hover, .dropdown-menu.dropdown-menu-success .dropdown-item:focus, .dropdown-menu.dropdown-menu-success .dropdown-item:active, .dropdown-menu.dropdown-menu-success .dropdown-item.active {
  color: #FFF;
}
.dropdown-menu.dropdown-menu-danger {
  background-color: #E70D0D;
}
.dropdown-menu.dropdown-menu-danger li a {
  color: rgba(255, 255, 255, 0.9);
}
.dropdown-menu.dropdown-menu-danger .dropdown-item:hover, .dropdown-menu.dropdown-menu-danger .dropdown-item:focus, .dropdown-menu.dropdown-menu-danger .dropdown-item:active, .dropdown-menu.dropdown-menu-danger .dropdown-item.active {
  color: #FFF;
}

.dropdown-menu.dropmenu-item-primary .dropdown-item:hover, .dropdown-menu.dropmenu-item-primary .dropdown-item:focus, .dropdown-menu.dropmenu-item-primary .dropdown-item:active, .dropdown-menu.dropmenu-item-primary .dropdown-item.active {
  background-color: rgba(255, 0, 138, 0.1) !important;
  color: #FF008A;
}
.dropdown-menu.dropmenu-item-secondary .dropdown-item:hover, .dropdown-menu.dropmenu-item-secondary .dropdown-item:focus, .dropdown-menu.dropmenu-item-secondary .dropdown-item:active, .dropdown-menu.dropmenu-item-secondary .dropdown-item.active {
  background-color: rgba(40, 43, 139, 0.1) !important;
  color: #282B8B;
}
.dropdown-menu.dropmenu-item-warning .dropdown-item:hover, .dropdown-menu.dropmenu-item-warning .dropdown-item:focus, .dropdown-menu.dropmenu-item-warning .dropdown-item:active, .dropdown-menu.dropmenu-item-warning .dropdown-item.active {
  background-color: rgba(255, 193, 7, 0.1) !important;
  color: #FFC107;
}
.dropdown-menu.dropmenu-item-info .dropdown-item:hover, .dropdown-menu.dropmenu-item-info .dropdown-item:focus, .dropdown-menu.dropmenu-item-info .dropdown-item:active, .dropdown-menu.dropmenu-item-info .dropdown-item.active {
  background-color: rgba(86, 37, 232, 0.1) !important;
  color: #5625E8;
}
.dropdown-menu.dropmenu-item-success .dropdown-item:hover, .dropdown-menu.dropmenu-item-success .dropdown-item:focus, .dropdown-menu.dropmenu-item-success .dropdown-item:active, .dropdown-menu.dropmenu-item-success .dropdown-item.active {
  background-color: rgba(3, 201, 90, 0.1) !important;
  color: #03C95A;
}
.dropdown-menu.dropmenu-item-danger .dropdown-item:hover, .dropdown-menu.dropmenu-item-danger .dropdown-item:focus, .dropdown-menu.dropmenu-item-danger .dropdown-item:active, .dropdown-menu.dropmenu-item-danger .dropdown-item.active {
  background-color: rgba(231, 13, 13, 0.1) !important;
  color: #E70D0D;
}

.dropdown-menu.dropmenu-light-primary {
  background-color: rgba(40, 43, 139, 0.1);
  backdrop-filter: blur(2rem);
}
.dropdown-menu.dropmenu-light-primary .dropdown-item:hover, .dropdown-menu.dropmenu-light-primary .dropdown-item:focus, .dropdown-menu.dropmenu-light-primary .dropdown-item:active, .dropdown-menu.dropmenu-light-primary .dropdown-item.active {
  color: #FFF;
  background-color: #FF008A !important;
}
.dropdown-menu.dropmenu-light-secondary {
  background-color: rgba(40, 43, 139, 0.1);
  backdrop-filter: blur(2rem);
}
.dropdown-menu.dropmenu-light-secondary .dropdown-item:hover, .dropdown-menu.dropmenu-light-secondary .dropdown-item:focus, .dropdown-menu.dropmenu-light-secondary .dropdown-item:active, .dropdown-menu.dropmenu-light-secondary .dropdown-item.active {
  color: #FFF;
  background-color: #282B8B !important;
}
.dropdown-menu.dropmenu-light-info {
  background-color: rgba(86, 37, 232, 0.1);
  backdrop-filter: blur(2rem);
}
.dropdown-menu.dropmenu-light-info .dropdown-item:hover, .dropdown-menu.dropmenu-light-info .dropdown-item:focus, .dropdown-menu.dropmenu-light-info .dropdown-item:active, .dropdown-menu.dropmenu-light-info .dropdown-item.active {
  color: #FFF;
  background-color: #5625E8 !important;
}
.dropdown-menu.dropmenu-light-warning {
  background-color: rgba(255, 193, 7, 0.1);
  backdrop-filter: blur(2rem);
}
.dropdown-menu.dropmenu-light-warning .dropdown-item:hover, .dropdown-menu.dropmenu-light-warning .dropdown-item:focus, .dropdown-menu.dropmenu-light-warning .dropdown-item:active, .dropdown-menu.dropmenu-light-warning .dropdown-item.active {
  color: #FFF;
  background-color: #FFC107 !important;
}
.dropdown-menu.dropmenu-light-success {
  background-color: rgba(3, 201, 90, 0.1);
  backdrop-filter: blur(2rem);
}
.dropdown-menu.dropmenu-light-success .dropdown-item:hover, .dropdown-menu.dropmenu-light-success .dropdown-item:focus, .dropdown-menu.dropmenu-light-success .dropdown-item:active, .dropdown-menu.dropmenu-light-success .dropdown-item.active {
  color: #FFF;
  background-color: #03C95A !important;
}
.dropdown-menu.dropmenu-light-danger {
  background-color: rgba(231, 13, 13, 0.1);
  backdrop-filter: blur(2rem);
}
.dropdown-menu.dropmenu-light-danger .dropdown-item:hover, .dropdown-menu.dropmenu-light-danger .dropdown-item:focus, .dropdown-menu.dropmenu-light-danger .dropdown-item:active, .dropdown-menu.dropmenu-light-danger .dropdown-item.active {
  color: #FFF;
  background-color: #E70D0D !important;
}

.dropdown-divider {
  margin: 0;
}

.bd-example > .dropdown-menu {
  position: static;
  display: block;
}

.card-dropdown > a {
  background: #FFF;
  border-radius: 6px;
  font-weight: 400;
  box-shadow: 0px 4.4px 20px -1px rgba(19, 16, 34, 0.0509803922);
  border: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #4E5561;
  padding: 10px 10px 10px 30px;
  position: relative;
}
.card-dropdown > a .cal-icon {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
}
.card-dropdown > a i {
  font-size: 16px;
  margin-right: 5px;
}
.card-dropdown > a[aria-expanded=true]::after {
  -webkit-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
}
.card-dropdown .dropdown-menu {
  border: 0;
  border-radius: 6px;
  padding: 15px;
  box-shadow: 0px 4px 9px -1px rgba(19, 16, 34, 0.031372549);
}
.card-dropdown .dropdown-menu li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px;
  border-radius: 6px;
  font-size: 14px;
}
.card-dropdown .dropdown-menu li a i {
  font-size: 16px;
  margin-right: 8px;
}
.card-dropdown .dropdown-menu li a:hover {
  background: #EDEEEF;
  color: #393F4D;
}

.dropdown-md {
  min-width: 320px !important;
}

.dropdown-sm {
  min-width: 250px !important;
}

.dropdown-menu.notes-menu {
  z-index: 99999;
}
.dropdown-menu.notes-menu a.dropdown-item {
  color: #242B3A;
  font-size: 14px;
  font-weight: 400;
  display: flex;
  align-items: center;
  padding: 8px 15px;
}
.dropdown-menu.notes-menu span {
  margin-right: 8px;
}
.dropdown-menu.notes-menu svg {
  width: 14px;
  height: 14px;
  color: #656B76;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  color: #242B3A;
  font-family: "Archivo", sans-serif;
  font-weight: 700;
  margin-bottom: 0;
}

h1,
.h1 {
  font-size: 36px;
  font-weight: 700;
}
@media (max-width: 991.98px) {
  h1,
  .h1 {
    font-size: 32px;
  }
}
@media (max-width: 767.98px) {
  h1,
  .h1 {
    font-size: 26px;
  }
}

h2,
.h2 {
  font-size: 32px;
  font-weight: 700;
}
@media (max-width: 991.98px) {
  h2,
  .h2 {
    font-size: 28px;
  }
}
@media (max-width: 767.98px) {
  h2,
  .h2 {
    font-size: 24px;
  }
}

h3,
.h3 {
  font-size: 28px;
  font-weight: 700;
}
@media (max-width: 991.98px) {
  h3,
  .h3 {
    font-size: 24px;
  }
}
@media (max-width: 767.98px) {
  h3,
  .h3 {
    font-size: 22px;
  }
}

h4,
.h4 {
  font-size: 24px;
  font-weight: 600;
}
@media (max-width: 991.98px) {
  h4,
  .h4 {
    font-size: 20px;
  }
}
@media (max-width: 767.98px) {
  h4,
  .h4 {
    font-size: 18px;
  }
}

h5,
.h5 {
  font-size: 20px;
  font-weight: 600;
}
@media (max-width: 991.98px) {
  h5,
  .h5 {
    font-size: 18px;
  }
}

h6,
.h6 {
  font-size: 18px;
  font-weight: 600;
}

.display-4 {
  font-size: 52px;
  font-weight: 700;
}
@media (max-width: 1399.98px) {
  .display-4 {
    font-size: 40px;
  }
}
@media (max-width: 991.98px) {
  .display-4 {
    font-size: 36px;
  }
}
@media (max-width: 767.98px) {
  .display-4 {
    font-size: 28px;
  }
}

.display-5 {
  font-size: 44px;
  font-weight: 700;
}
@media (max-width: 1199.98px) {
  .display-5 {
    font-size: 38px;
  }
}
@media (max-width: 991.98px) {
  .display-5 {
    font-size: 30px;
  }
}
@media (max-width: 767.98px) {
  .display-5 {
    font-size: 26px;
  }
}

.display-6 {
  font-size: 38px;
  font-weight: 700;
}
@media (max-width: 1199.98px) {
  .display-6 {
    font-size: 36px;
  }
}
@media (max-width: 991.98px) {
  .display-6 {
    font-size: 30px;
  }
}
@media (max-width: 767.98px) {
  .display-6 {
    font-size: 24px;
  }
}

.fs-sm {
  font-size: 0.6875rem;
}

.fs-base {
  font-size: 0.875rem;
}

.fs-lg {
  font-size: 1.125rem;
}

.fs-1 {
  font-size: 0.0625rem;
}

.fs-2 {
  font-size: 0.125rem;
}

.fs-3 {
  font-size: 0.1875rem;
}

.fs-4 {
  font-size: 0.25rem;
}

.fs-5 {
  font-size: 0.3125rem !important;
}

.fs-6 {
  font-size: 0.375rem !important;
}

.fs-7 {
  font-size: 0.4375rem;
}

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

.fs-9 {
  font-size: 0.5625rem;
}

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

.fs-11 {
  font-size: 0.6875rem;
}

.fs-12 {
  font-size: 0.75rem;
}

.fs-13 {
  font-size: 0.8125rem;
}

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

.fs-15 {
  font-size: 0.9375rem;
}

.fs-16 {
  font-size: 1rem !important;
}

.fs-17 {
  font-size: 1.0625rem;
}

.fs-18 {
  font-size: 1.125rem;
}

.fs-19 {
  font-size: 1.1875rem;
}

.fs-20 {
  font-size: 1.25rem;
}

.fs-21 {
  font-size: 1.3125rem;
}

.fs-22 {
  font-size: 1.375rem;
}

.fs-23 {
  font-size: 1.4375rem;
}

.fs-24 {
  font-size: 1.5rem;
}

.fs-25 {
  font-size: 1.5625rem;
}

.fs-26 {
  font-size: 1.625rem;
}

.fs-27 {
  font-size: 1.6875rem;
}

.fs-28 {
  font-size: 1.75rem;
}

.fs-29 {
  font-size: 1.8125rem;
}

.fs-30 {
  font-size: 1.875rem;
}

.fs-32 {
  font-size: 2rem;
}

.fs-34 {
  font-size: 2.125rem;
}

.fs-36 {
  font-size: 2.25rem;
}

.fs-38 {
  font-size: 2.375rem;
}

.fs-40 {
  font-size: 2.5rem;
}

.text-default {
  color: #656B76 !important;
}

.text-muted {
  color: #677788 !important;
}

.text-linear-primary {
  background: linear-gradient(90deg, #FD2692 0%, #0A67F2 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.text-primary {
  color: #FF008A !important;
  opacity: 1;
}
.text-primary.text-opacity-75 {
  color: rgba(255, 0, 138, 0.75) !important;
}
.text-primary.text-opacity-25 {
  color: rgba(255, 0, 138, 0.25) !important;
}
.text-primary.text-opacity-50 {
  color: rgba(255, 0, 138, 0.5) !important;
}

.text-primary-blue {
  color: #4c40ed !important;
  opacity: 1;
}
.text-primary-blue.text-opacity-75 {
  color: rgba(76, 64, 237, 0.75) !important;
}
.text-primary-blue.text-opacity-25 {
  color: rgba(76, 64, 237, 0.25) !important;
}
.text-primary-blue.text-opacity-50 {
  color: rgba(76, 64, 237, 0.5) !important;
}

.text-secondary {
  color: #282B8B !important;
  opacity: 1;
}

.text-info {
  color: #5625E8 !important;
  opacity: 1;
}

.text-success {
  color: #03C95A !important;
  opacity: 1;
}

.text-warning {
  color: #FFC107 !important;
  opacity: 1;
}

.text-danger {
  color: #E70D0D !important;
  opacity: 1;
}

.text-skyblue {
  color: #0DCAF0 !important;
  opacity: 1;
}

.text-pink {
  color: #FD3995 !important;
}

.text-purple {
  color: #AB47BC !important;
}

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

.text-light {
  color: #E9EAEB !important;
}

.text-gray {
  color: #7D828C !important;
}

.text-black {
  color: #000 !important;
}

.text-white {
  color: #FFF !important;
}

.text-fixed-white {
  color: #FFF !important;
}

.text-fixed-black {
  color: #000 !important;
}

.text-gray-1 {
  color: #E4E5E7;
}

.text-gray-2 {
  color: #C9CBCF;
}

.text-gray-3 {
  color: #AFB2B8;
}

.text-gray-4 {
  color: #969AA2;
}

.text-gray-5 {
  color: #7D828C;
}

.text-gray-6 {
  color: #656B76;
}

.text-gray-7 {
  color: #4E5561;
}

.text-gray-8 {
  color: #393F4D;
}

.text-gray-9 {
  color: #242B3A !important;
}

.text-light-500 {
  color: #F4F5F5;
}

.text-light-900 {
  color: #EBECED;
}

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;
}
a:hover {
  color: #FF008A;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
a:focus {
  outline: 0;
}

.link-primary {
  color: #FF008A !important;
}
.link-primary:hover, .link-primary:focus, .link-primary:active {
  color: #cc006e !important;
}

.link-primary.text-decoration-underline:hover {
  text-decoration-color: #FF008A !important;
}

.link-secondary {
  color: #282B8B !important;
}
.link-secondary:hover, .link-secondary:focus, .link-secondary:active {
  color: #282B8B !important;
}

.link-success {
  color: #03C95A !important;
}
.link-success:hover, .link-success:focus, .link-success:active {
  color: #03C95A !important;
}

.link-danger {
  color: #E70D0D !important;
}
.link-danger:hover, .link-danger:focus, .link-danger:active {
  color: #E70D0D !important;
}

.link-warning {
  color: #FFC107 !important;
}
.link-warning:hover, .link-warning:focus, .link-warning:active {
  color: #FFC107 !important;
}

.link-info {
  color: #5625E8 !important;
}
.link-info:hover, .link-info:focus, .link-info:active {
  color: #5625E8 !important;
}

.link-light {
  color: #E9EAEB !important;
}
.link-light:hover, .link-light:focus, .link-light:active {
  color: #F4F5F5 !important;
}

.link-dark {
  color: #111827 !important;
}
.link-dark:hover, .link-dark:focus, .link-dark:active {
  color: #111827 !important;
}

hr.text-danger {
  border-color: #E70D0D !important;
}

.blockquote-container {
  padding: 1.25rem;
  border-left: 4px solid #EBECED;
  position: relative;
}
.blockquote-container.text-end {
  border-right: 4px solid #EBECED;
  border-left: 0;
}

.blockquote.custom-blockquote {
  font-size: 0.85rem;
  font-weight: 600;
  padding: 1rem;
  border-radius: 4px;
  position: relative;
}
.blockquote.custom-blockquote:before {
  content: "\f10d";
  font-family: "Fontawesome";
  z-index: 0;
  font-size: 2rem;
  position: absolute;
  inset-block-start: 0;
  inset-inline-start: 0.5rem;
}
.blockquote.custom-blockquote.primary {
  background-color: rgba(255, 0, 138, 0.1);
  border-inline-start: 2px solid #FF008A;
}
.blockquote.custom-blockquote.primary:before {
  color: rgba(255, 0, 138, 0.1);
}
.blockquote.custom-blockquote.secondary {
  background-color: rgba(40, 43, 139, 0.1);
  border-inline-start: 2px solid #282B8B;
}
.blockquote.custom-blockquote.secondary:before {
  color: rgba(40, 43, 139, 0.1);
}
.blockquote.custom-blockquote.info {
  background-color: rgba(86, 37, 232, 0.1);
  border-inline-start: 2px solid #5625E8;
}
.blockquote.custom-blockquote.info:before {
  color: rgba(86, 37, 232, 0.1);
}
.blockquote.custom-blockquote.warning {
  background-color: rgba(255, 193, 7, 0.1);
  border-inline-start: 2px solid #FFC107;
}
.blockquote.custom-blockquote.warning:before {
  color: rgba(255, 193, 7, 0.1);
}
.blockquote.custom-blockquote.success {
  background-color: rgba(3, 201, 90, 0.1);
  border-inline-start: 2px solid #03C95A;
}
.blockquote.custom-blockquote.success:before {
  color: rgba(3, 201, 90, 0.1);
}
.blockquote.custom-blockquote.danger {
  background-color: rgba(231, 13, 13, 0.1);
  border-inline-start: 2px solid #E70D0D;
}
.blockquote.custom-blockquote.danger:before {
  color: rgba(231, 13, 13, 0.1);
}

[data-theme-mode=dark] .shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(33, 37, 41, 0.3) !important;
}
[data-theme-mode=dark] .shadow {
  box-shadow: 0 0.5rem 1rem rgba(33, 37, 41, 0.3) !important;
}
[data-theme-mode=dark] .shadow-lg {
  box-shadow: 0 1rem 3rem rgba(33, 37, 41, 0.3) !important;
}

@media screen and (min-width: 576px) {
  .w-sm-auto {
    width: auto;
  }
}
[dir=rtl] .text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}

.transform-none {
  transform: none !important;
}

.list-circle {
  list-style: circle;
  padding-left: 2rem;
}

.form-control {
  border-color: #EBECED;
  color: #242B3A;
  background-color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
  border-radius: 5px;
  padding: 0.5rem 0.625rem;
  height: 40px;
  transition: all 0.5s;
}
.form-control:focus {
  box-shadow: none;
  border-color: #EBECED;
}

textarea {
  resize: none;
}
textarea.form-control {
  min-height: 38px;
  height: auto;
}

.form-control[type=file] {
  padding: 0.3rem 0.5rem;
}
.form-control[type=file].form-control-sm {
  padding: 0.25rem 0.5rem !important;
}
.form-control[type=file].form-control-lg {
  padding: 0.5rem 1rem !important;
}

.form-text {
  color: #677788;
}

.form-control-light {
  background-color: #E9EAEB;
  border: 0;
}
.form-control-light:focus {
  background-color: #E9EAEB;
}

.form-control-primary {
  background-color: rgba(255, 0, 138, 0.1);
  border: 0;
  color: #FF008A;
}
.form-control-primary:focus {
  background-color: rgba(255, 0, 138, 0.1);
  color: #FF008A;
}

.form-input-color {
  height: 2.25rem;
  width: 2.25rem;
  border-radius: 4px;
  overflow: hidden;
  padding: 0;
}

.form-floating > .form-control-plaintext ~ label,
.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-select ~ label {
  color: #677788;
}

.form-floating > .form-control:not(:placeholder-shown) ~ label::after {
  background-color: transparent;
}

.form-select {
  background-color: #ffffff;
  border: 1px solid #EBECED;
  color: #656B76;
  font-size: 14px;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
  background-size: 1.25rem;
  line-height: 2;
}
.form-select option {
  background-color: #FFF;
  padding: 0.35rem 0.75rem;
  border-radius: 0.25rem;
  margin-block-end: 0.25rem;
}
.form-select option:last-child {
  margin-block-end: 0;
}
.form-select option:checked {
  background-color: rgba(var(#FF008A), 0.2);
  color: #FF008A;
}
.form-select option:select {
  background-color: rgba(var(#FF008A), 0.2);
  color: #FF008A;
}
.form-select option:hover {
  background-color: rgba(var(#FF008A), 0.2);
  color: #FF008A;
}
.form-select option:focus {
  background-color: rgba(var(#FF008A), 0.2);
  color: #FF008A;
}

.form-check-input {
  width: 0.9rem;
  height: 0.9rem;
  background-color: #FFF;
  border: 1px solid #EBECED;
}
.form-check-input:checked {
  background-color: #FF008A;
  border-color: #FF008A;
}
.form-check-input.form-checked-outline:checked {
  background-color: transparent;
  border-color: #FF008A;
}
.form-check-input.form-checked-secondary:checked {
  background-color: #282B8B;
  border-color: #282B8B;
}
.form-check-input.form-checked-warning:checked {
  background-color: #FFC107;
  border-color: #FFC107;
}
.form-check-input.form-checked-info:checked {
  background-color: #5625E8;
  border-color: #5625E8;
}
.form-check-input.form-checked-success:checked {
  background-color: #03C95A;
  border-color: #03C95A;
}
.form-check-input.form-checked-danger:checked {
  background-color: #E70D0D;
  border-color: #E70D0D;
}
.form-check-input.form-checked-light:checked {
  background-color: #E9EAEB;
  border-color: #E9EAEB;
}
.form-check-input.form-checked-dark:checked {
  background-color: #111827;
  border-color: #111827;
}
.form-check-input:focus {
  box-shadow: none;
}

.form-checked-outline:checked[type=checkbox] {
  background-image: none;
  position: relative;
  background-color: transparent;
}
.form-checked-outline:checked[type=checkbox]:before {
  content: "\f633";
  font-family: bootstrap-icons !important;
  position: absolute;
  color: #FF008A;
  width: 0.625rem;
  height: 0.625rem;
  inset-block-start: -1px;
  inset-inline-start: 0px;
  font-size: 0.688rem;
}
.form-checked-outline:checked[type=checkbox].form-checked-secondary:before {
  color: #282B8B;
}
.form-checked-outline:checked[type=checkbox].form-checked-warning:before {
  color: #FFC107;
}
.form-checked-outline:checked[type=checkbox].form-checked-info:before {
  color: #5625E8;
}
.form-checked-outline:checked[type=checkbox].form-checked-success:before {
  color: #03C95A;
}
.form-checked-outline:checked[type=checkbox].form-checked-danger:before {
  color: #E70D0D;
}
.form-checked-outline:checked[type=checkbox].form-checked-light:before {
  color: #E9EAEB;
}
.form-checked-outline:checked[type=checkbox].form-checked-dark:before {
  color: #111827;
}

.form-checked-outline:checked[type=radio] {
  background-image: none;
  position: relative;
  background-color: transparent;
}
.form-checked-outline:checked[type=radio]:before {
  content: "\f309";
  font-family: bootstrap-icons !important;
  position: absolute;
  color: #FF008A;
  width: 0.625rem;
  height: 0.625rem;
  inset-block-start: -1.13rem;
  inset-inline-start: -0.6rem;
  font-size: 2rem;
}
.form-checked-outline:checked[type=radio].form-checked-secondary:before {
  color: #282B8B;
}
.form-checked-outline:checked[type=radio].form-checked-warning:before {
  color: #FFC107;
}
.form-checked-outline:checked[type=radio].form-checked-info:before {
  color: #5625E8;
}
.form-checked-outline:checked[type=radio].form-checked-success:before {
  color: #03C95A;
}
.form-checked-outline:checked[type=radio].form-checked-danger:before {
  color: #E70D0D;
}
.form-checked-outline:checked[type=radio].form-checked-light:before {
  color: #E9EAEB;
}
.form-checked-outline:checked[type=radio].form-checked-dark:before {
  color: #111827;
}

fieldset:disabled .btn {
  color: #FFF;
  background-color: #FF008A;
  border-color: #FF008A;
}

.form-select:focus {
  border-color: rgba(var(#FF008A), 0.5);
  outline: 0;
  box-shadow: none;
}

.btn-check:focus + .btn,
.btn:focus {
  background-color: none;
  border-color: none;
  outline: 0;
}

.btn-check:active + .btn:focus,
.btn-check:checked + .btn:focus,
.btn.active:focus,
.btn.show:focus,
.btn:active:focus {
  box-shadow: none;
}

.form-control:disabled,
.form-select:disabled {
  background-color: #E9EAEB;
  color: #656B76;
}

.form-control-plaintext {
  color: #656B76;
}

.form-control::-webkit-file-upload-button {
  color: #656B76;
  background-color: #f7f8f9;
}

.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
  background-color: #f7f8f9;
}

.form-control:focus {
  color: #242B3A;
}
.form-control:focus::-webkit-input-placeholder, .form-control:focus::placeholder {
  color: #AFB2B8;
  padding-inline-start: 0.3rem;
  transition: padding-inline-start 0.1s ease-in;
}
.form-control::-webkit-input-placeholder {
  color: #AFB2B8;
  padding-inline-start: 0px;
  transition: padding-inline-start 0.1s ease-in;
}
.form-control:-moz-placeholder {
  color: #AFB2B8;
}
.form-control::-moz-placeholder {
  color: #AFB2B8;
}
.form-control:-ms-input-placeholder {
  color: #AFB2B8;
}

.form-control-sm {
  font-size: 0.8rem;
  padding: 0.25rem 0.8rem;
  height: auto;
}

.form-control-lg {
  font-size: 1rem;
  padding: 0.5rem 1rem;
}

.form-check-md .form-check-input {
  width: 1.15rem;
  height: 1.15rem;
}
.form-check-md.form-switch .form-check-input {
  width: 2.25rem;
}
.form-check-md label {
  margin-inline-start: 0.5rem;
  font-size: 0.95rem;
  margin-block-start: 3px;
}

.form-check-lg .form-check-input {
  width: 1.35rem;
  height: 1.35rem;
}
.form-check-lg.form-switch .form-check-input {
  width: 2.5rem;
}
.form-check-lg label {
  margin-inline-start: 0.5rem;
  font-size: 1rem;
  margin-block-start: 3px;
}

.label-primary {
  background: #FF008A;
  color: #FFF;
}

.label-secondary {
  background: #282B8B;
  color: #FFF;
}

.label-warning {
  background: #FFC107;
  color: #FFF;
}

.label-info {
  background: #5625E8;
  color: #FFF;
}

.label-success {
  background: #03C95A;
  color: #FFF;
}

.label-danger {
  background: #E70D0D;
  color: #FFF;
}

.label-light {
  background: #E9EAEB;
  color: #FFF;
}

.label-dark {
  background: #111827;
  color: #FFF;
}

.form-floating > .form-control-plaintext::placeholder,
.form-floating > .form-control::placeholder {
  color: transparent !important;
}

.form-floating > .form-control,
.form-floating > .form-control-plaintext,
.form-floating > .form-select {
  height: calc(3.5rem - 4px);
}

.form-floating.floating-primary label {
  color: #FF008A;
  opacity: 1;
}
.form-floating.floating-primary input {
  border: 1px solid #FF008A;
}
.form-floating.floating-primary > .form-control:focus ~ label {
  color: #FF008A !important;
}
.form-floating.floating-secondary label {
  color: #282B8B;
  opacity: 1;
}
.form-floating.floating-secondary input {
  border: 1px solid #282B8B;
}
.form-floating.floating-secondary > .form-control:focus ~ label {
  color: #282B8B !important;
}
.form-floating.floating-warning label {
  color: #FFC107;
  opacity: 1;
}
.form-floating.floating-warning input {
  border: 1px solid #FFC107;
}
.form-floating.floating-warning > .form-control:focus ~ label {
  color: #FFC107 !important;
}
.form-floating.floating-info label {
  color: #5625E8;
  opacity: 1;
}
.form-floating.floating-info input {
  border: 1px solid #5625E8;
}
.form-floating.floating-info > .form-control:focus ~ label {
  color: #5625E8 !important;
}
.form-floating.floating-success label {
  color: #03C95A;
  opacity: 1;
}
.form-floating.floating-success input {
  border: 1px solid #03C95A;
}
.form-floating.floating-success > .form-control:focus ~ label {
  color: #03C95A !important;
}
.form-floating.floating-danger label {
  color: #E70D0D;
  opacity: 1;
}
.form-floating.floating-danger input {
  border: 1px solid #E70D0D;
}
.form-floating.floating-danger > .form-control:focus ~ label {
  color: #E70D0D !important;
}

.form-floating > .form-control-plaintext ~ label::after,
.form-floating > .form-control:focus ~ label::after,
.form-floating > .form-control:not(:placeholder-shown) ~ label::after,
.form-floating > .form-select ~ label::after {
  background-color: #FFF;
  border-radius: 4px;
}

.form-control.is-valid:focus,
.was-validated .form-control:valid:focus {
  border-color: #03C95A;
  box-shadow: none;
}

.form-control.is-valid,
.was-validated .form-control:valid {
  border-color: #03C95A;
}

.form-control-color {
  width: 1.75rem;
  height: 1.75rem;
  overflow: hidden;
  padding: 0;
}

.bootstrap-tagsinput {
  border-color: #EBECED;
  color: #656B76;
  background-color: #ffffff;
  font-size: 15px;
  font-weight: 400;
  border-radius: 5px;
  padding: 0.45rem 0.625rem;
  height: 38px;
  box-shadow: none;
  overflow-y: auto;
  width: 100%;
}
.bootstrap-tagsinput .tag {
  background: #E9EAEB;
  border-radius: 5px;
  padding: 4px 5px;
  font-size: 14px;
  color: #4E5561;
  display: inline-flex;
  align-items: center;
}
.bootstrap-tagsinput .tag span::after {
  color: #242B3A;
}
.bootstrap-tagsinput .tag [data-role=remove]:hover {
  box-shadow: none;
}
.bootstrap-tagsinput .tag [data-role=remove]:hover:active {
  box-shadow: none;
}

[dir=rtl] [type=email],
[dir=rtl] [type=number],
[dir=rtl] [type=tel],
[dir=rtl] [type=url] {
  direction: rtl;
}

.form-select.is-invalid:not([multiple]):not([size]) {
  padding-right: 1.125rem;
  background-size: 16px 28px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

input[type=range]::-webkit-slider-runnable-track {
  background-color: #E9EAEB;
}

[dir=rtl] .form-checked-outline:checked[type=checkbox]:before {
  inset-inline-start: 1px;
}

.form-check {
  min-height: inherit !important;
}

.col-form-label-lg,
.col-form-label-sm,
.col-form-label {
  font-weight: 600;
}

.col-form-label {
  font-size: 15px;
  font-weight: 500;
  color: #242B3A;
}

.form-label {
  font-size: 14px;
  font-weight: 500;
  color: #242B3A;
}

[data-theme-mode=dark] input[type=week]::-webkit-calendar-picker-indicator, [data-theme-mode=dark] input[type=month]::-webkit-calendar-picker-indicator, [data-theme-mode=dark] input[type=date]::-webkit-calendar-picker-indicator, [data-theme-mode=dark] input[type=datetime-local]::-webkit-calendar-picker-indicator, [data-theme-mode=dark] input[type=time]::-webkit-calendar-picker-indicator {
  filter: invert(1);
}

[dir=rtl] input[type=week], [dir=rtl] input[type=month], [dir=rtl] input[type=date], [dir=rtl] input[type=datetime-local], [dir=rtl] input[type=time] {
  text-align: end;
}

.input-group-text {
  border-color: #EBECED;
}

/**
Form help
 */
.form-help {
  display: inline-flex;
  font-weight: 700;
  align-items: center;
  justify-content: center;
  width: 1.125rem;
  height: 1.125rem;
  font-size: 0.75rem;
  color: #FFF;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  user-select: none;
  background: #282B8B;
  border-radius: 4px;
}
.form-help:hover, .form-help[aria-describedby] {
  color: #FFF;
  background: #FF008A;
}

.input-icon {
  position: relative;
}
.input-icon .form-control:not(:last-child),
.input-icon .form-select:not(:last-child) {
  padding-right: 2.5rem;
}

/* Input Group */
.input-group-link {
  font-size: 12px;
}

.input-group-flat:focus-within {
  border-radius: 4px;
}
.input-group-flat:focus-within .form-control,
.input-group-flat:focus-within .input-group-text {
  border-color: #EBECED !important;
}
.input-group-flat .form-control:focus {
  box-shadow: none;
}
.input-group-flat .form-control:not(:last-child) {
  border-right: 0;
}
.input-group-flat .form-control:not(:first-child) {
  border-left: 0;
}
.input-group-flat .input-group-text:first-child {
  padding-right: 0;
}
.input-group-flat .input-group-text:last-child {
  padding-left: 0;
}

.custom-radio {
  display: block;
  position: relative;
  padding-left: 25px;
  cursor: pointer;
  font-size: 15px;
  color: #4E5561;
  text-transform: capitalize;
}
.custom-radio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.custom-radio input:checked ~ .checkmark {
  border-color: #FF008A;
  background: #FF008A;
}
.custom-radio input:checked ~ .checkmark::after {
  opacity: 1;
  visibility: visible;
}
.custom-radio .checkmark {
  width: 20px;
  height: 20px;
  border: 1px solid #EBECED;
  border-radius: 50%;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.custom-radio .checkmark::after {
  content: "";
  width: 8px;
  height: 8px;
  background-color: #FFF;
  opacity: 0;
  visibility: hidden;
  border-radius: 50%;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.check-radio-group {
  flex-wrap: wrap;
  row-gap: 10px;
}
.check-radio-group .custom-radio {
  margin-right: 15px;
}

.check {
  display: block;
  margin: 0;
  padding: 0;
  width: 0;
  height: 0;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  position: absolute;
}

.checktoggle {
  background-color: rgba(115, 103, 240, 0.2);
  border-radius: 12px;
  cursor: pointer;
  display: block;
  font-size: 0;
  height: 24px;
  margin-bottom: 0;
  position: relative;
  width: 46px;
}

.status-toggle.modal-status label {
  height: 16px;
  width: 30px;
  background-color: #FFF;
  border: 1px solid #EBECED;
  margin-bottom: 0;
}

.check:checked + .checktoggle {
  background-color: #FFF;
}

.checktoggle:after {
  content: " ";
  display: block;
  transform: translate(2px, -50%);
  width: 10px;
  height: 10px;
  background-color: #AFB2B8;
  transition: left 300ms ease, transform 300ms ease;
  border-radius: 50%;
  transform: translate(2px, -50%);
  -webkit-transform: translate(4px, -50%);
  -ms-transform: translate(2px, -50%);
  position: absolute;
  top: 50%;
  left: 0;
}

.check:checked + .checktoggle:after {
  background-color: #FF008A;
  left: 100%;
  transform: translate(calc(-90% - 4px), -50%);
}

.input-icon {
  position: relative;
}

.input-icon-addon {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 2.5rem;
  color: #4E5561;
  pointer-events: none;
  font-size: 1.2em;
}
.input-icon-addon:last-child {
  right: 0;
  left: auto;
}

.input-icon-start .form-control {
  padding-left: 28px;
}

.icon-addon {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 2rem;
  color: #4E5561;
  pointer-events: none;
  font-size: 1.2em;
}

.form-wrap .form-wrap-icon {
  position: relative;
}
.form-wrap .form-wrap-icon i {
  font-size: 18px;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
}

.toggle-password {
  cursor: pointer;
  width: 30px;
  height: 30px;
  color: #242B3A;
  font-size: 18px;
  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;
  border-radius: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  position: absolute;
  top: 50%;
  right: 10px;
}
.toggle-password:hover {
  color: #FF008A;
}

.pass-group {
  position: relative;
}

.toggle-passwords,
.toggle-passworda {
  cursor: pointer;
  width: 30px;
  height: 30px;
  color: #242B3A;
  font-size: 18px;
  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;
  border-radius: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  position: absolute;
  top: 50%;
  right: 10px;
}
.toggle-passwords:hover,
.toggle-passworda:hover {
  color: #FF008A;
}

.form-check .form-check-label {
  font-size: 14px;
  color: #656B76;
}

.form-switch .form-check-input {
  width: 36px;
  height: 20px;
}
.form-switch .form-check-label {
  font-size: 14px;
  color: #656B76;
}

.form-radio,
.form-checkbox {
  border: 1px solid #EBECED;
  border-radius: 5px;
  background-color: #FFF;
  padding: 8px;
}
.form-radio label,
.form-checkbox label {
  color: #656B76;
}
.form-radio.active,
.form-checkbox.active {
  background-color: #F8F9F9;
}
.form-radio.active label,
.form-checkbox.active label {
  color: #242B3A;
}

.accordion-button {
  background-color: #FFF;
  color: #242B3A;
  padding: 1rem 1rem;
  font-size: 20px;
  font-weight: 600;
}
.accordion-button:not(.collapsed) {
  color: #242B3A;
  background-color: transparent;
  box-shadow: none;
}
.accordion-button:not(.collapsed):after {
  background-image: none;
}
.accordion-button:focus {
  border-color: rgba(255, 0, 138, 0.3);
  box-shadow: none;
}
.accordion-button:after {
  content: "\f077";
  font-family: "Fontawesome";
  font-size: 16px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3.125rem;
  color: #656B76;
  background-image: none;
}

.accordion-body {
  padding: 0 1rem 1rem;
  font-size: 16px;
  color: #656B76;
  border-bottom: 1px solid #EBECED;
}

.accordion-item {
  color: #656B76;
  background-color: #FFF;
  border: 1px solid #EAEBEE;
  box-shadow: 0px 4px 4px 0px rgba(217, 217, 217, 0.25);
  border-radius: 5px;
  position: relative;
  border: 0;
  box-shadow: none;
}

.accordions-items-seperate .accordion-item:not(:first-of-type) {
  margin-block-start: 1rem;
}
.accordions-items-seperate .accordion-item {
  border-block-start: 1px solid #EBECED;
  border-radius: 4px;
  overflow: hidden;
}

.accordion-item:last-of-type {
  border-bottom-right-radius: 0.35rem;
  border-bottom-left-radius: 0.35rem;
}

.accordion-item:first-of-type {
  border-top-left-radius: 0.35rem;
  border-top-right-radius: 0.35rem;
}

.accordion.accordion-primary .accordion-button {
  background-color: rgba(255, 0, 138, 0.1);
  color: #FF008A;
}
.accordion.accordion-primary .accordion-button:after {
  background-color: #FF008A;
  color: #FFF;
}
.accordion.accordion-primary .accordion-button.collapsed {
  background-color: #FFF;
  color: #656B76;
}
.accordion.accordion-primary .accordion-button.collapsed:after {
  background-color: #f7f8f9;
  color: #656B76;
}
.accordion.accordion-secondary .accordion-button {
  background-color: rgba(40, 43, 139, 0.1);
  color: #282B8B;
}
.accordion.accordion-secondary .accordion-button:after {
  background-color: #282B8B;
  color: #FFF;
}
.accordion.accordion-secondary .accordion-button.collapsed {
  background-color: #FFF;
  color: #656B76;
}
.accordion.accordion-secondary .accordion-button.collapsed:after {
  background-color: #f7f8f9;
  color: #656B76;
}
.accordion.accordion-success .accordion-button {
  background-color: rgba(3, 201, 90, 0.1);
  color: #03C95A;
}
.accordion.accordion-success .accordion-button:after {
  background-color: #03C95A;
  color: #FFF;
}
.accordion.accordion-success .accordion-button.collapsed {
  background-color: #FFF;
  color: #656B76;
}
.accordion.accordion-success .accordion-button.collapsed:after {
  background-color: #f7f8f9;
  color: #656B76;
}
.accordion.accordion-danger .accordion-button {
  background-color: rgba(231, 13, 13, 0.1);
  color: #E70D0D;
}
.accordion.accordion-danger .accordion-button:after {
  background-color: #E70D0D;
  color: #FFF;
}
.accordion.accordion-danger .accordion-button.collapsed {
  background-color: #FFF;
  color: #656B76;
}
.accordion.accordion-danger .accordion-button.collapsed:after {
  background-color: #f7f8f9;
  color: #656B76;
}
.accordion.accordion-warning .accordion-button {
  background-color: rgba(255, 193, 7, 0.1);
  color: #FFC107;
}
.accordion.accordion-warning .accordion-button:after {
  background-color: #FFC107;
  color: #FFF;
}
.accordion.accordion-warning .accordion-button.collapsed {
  background-color: #FFF;
  color: #656B76;
}
.accordion.accordion-warning .accordion-button.collapsed:after {
  background-color: #f7f8f9;
  color: #656B76;
}
.accordion.accordion-info .accordion-button {
  background-color: rgba(86, 37, 232, 0.1);
  color: #5625E8;
}
.accordion.accordion-info .accordion-button:after {
  background-color: #5625E8;
  color: #FFF;
}
.accordion.accordion-info .accordion-button.collapsed {
  background-color: #FFF;
  color: #656B76;
}
.accordion.accordion-info .accordion-button.collapsed:after {
  background-color: #f7f8f9;
  color: #656B76;
}

.accordion.accordion-solid-primary .accordion-button {
  background-color: #FF008A;
  color: #FFF;
}
.accordion.accordion-solid-primary .accordion-button:after {
  background-color: #FFF;
  color: #FF008A;
}
.accordion.accordion-solid-primary .accordion-button.collapsed {
  background-color: #FFF;
  color: #656B76;
}
.accordion.accordion-solid-primary .accordion-button.collapsed:after {
  background-color: #f7f8f9;
  color: #656B76;
}
.accordion.accordion-solid-secondary .accordion-button {
  background-color: #282B8B;
  color: #FFF;
}
.accordion.accordion-solid-secondary .accordion-button:after {
  background-color: #FFF;
  color: #282B8B;
}
.accordion.accordion-solid-secondary .accordion-button.collapsed {
  background-color: #FFF;
  color: #656B76;
}
.accordion.accordion-solid-secondary .accordion-button.collapsed:after {
  background-color: #f7f8f9;
  color: #656B76;
}
.accordion.accordion-solid-success .accordion-button {
  background-color: #03C95A;
  color: #FFF;
}
.accordion.accordion-solid-success .accordion-button:after {
  background-color: #FFF;
  color: #03C95A;
}
.accordion.accordion-solid-success .accordion-button.collapsed {
  background-color: #FFF;
  color: #656B76;
}
.accordion.accordion-solid-success .accordion-button.collapsed:after {
  background-color: #f7f8f9;
  color: #656B76;
}
.accordion.accordion-solid-danger .accordion-button {
  background-color: #E70D0D;
  color: #FFF;
}
.accordion.accordion-solid-danger .accordion-button:after {
  background-color: #FFF;
  color: #E70D0D;
}
.accordion.accordion-solid-danger .accordion-button.collapsed {
  background-color: #FFF;
  color: #656B76;
}
.accordion.accordion-solid-danger .accordion-button.collapsed:after {
  background-color: #f7f8f9;
  color: #656B76;
}
.accordion.accordion-solid-warning .accordion-button {
  background-color: #FFC107;
  color: #FFF;
}
.accordion.accordion-solid-warning .accordion-button:after {
  background-color: #FFF;
  color: #FFC107;
}
.accordion.accordion-solid-warning .accordion-button.collapsed {
  background-color: #FFF;
  color: #656B76;
}
.accordion.accordion-solid-warning .accordion-button.collapsed:after {
  background-color: #f7f8f9;
  color: #656B76;
}
.accordion.accordion-solid-info .accordion-button {
  background-color: #5625E8;
  color: #FFF;
}
.accordion.accordion-solid-info .accordion-button:after {
  background-color: #FFF;
  color: #5625E8;
}
.accordion.accordion-solid-info .accordion-button.collapsed {
  background-color: #FFF;
  color: #656B76;
}
.accordion.accordion-solid-info .accordion-button.collapsed:after {
  background-color: #f7f8f9;
  color: #656B76;
}

.accordion.accordion-border-primary .accordion-item {
  border: 1px solid #FF008A;
}
.accordion.accordion-border-primary .accordion-button {
  background-color: #FFF;
  color: #FF008A;
  border-block-end: 0px;
}
.accordion.accordion-border-primary .accordion-button:after {
  background-color: #FFF;
  color: #FF008A;
  border: 1px solid #FF008A;
}
.accordion.accordion-border-primary .accordion-button:not(.collapsed) {
  border-block-end: 1px solid #FF008A;
}
.accordion.accordion-border-secondary .accordion-item {
  border: 1px solid #282B8B;
}
.accordion.accordion-border-secondary .accordion-button {
  background-color: #FFF;
  color: #282B8B;
  border-block-end: 0px;
}
.accordion.accordion-border-secondary .accordion-button:after {
  background-color: #FFF;
  color: #282B8B;
  border: 1px solid #282B8B;
}
.accordion.accordion-border-secondary .accordion-button:not(.collapsed) {
  border-block-end: 1px solid #282B8B;
}
.accordion.accordion-border-success .accordion-item {
  border: 1px solid #03C95A;
}
.accordion.accordion-border-success .accordion-button {
  background-color: #FFF;
  color: #03C95A;
  border-block-end: 0px;
}
.accordion.accordion-border-success .accordion-button:after {
  background-color: #FFF;
  color: #03C95A;
  border: 1px solid #03C95A;
}
.accordion.accordion-border-success .accordion-button:not(.collapsed) {
  border-block-end: 1px solid #03C95A;
}
.accordion.accordion-border-danger .accordion-item {
  border: 1px solid #E70D0D;
}
.accordion.accordion-border-danger .accordion-button {
  background-color: #FFF;
  color: #E70D0D;
  border-block-end: 0px;
}
.accordion.accordion-border-danger .accordion-button:after {
  background-color: #FFF;
  color: #E70D0D;
  border: 1px solid #E70D0D;
}
.accordion.accordion-border-danger .accordion-button:not(.collapsed) {
  border-block-end: 1px solid #E70D0D;
}
.accordion.accordion-border-warning .accordion-item {
  border: 1px solid #FFC107;
}
.accordion.accordion-border-warning .accordion-button {
  background-color: #FFF;
  color: #FFC107;
  border-block-end: 0px;
}
.accordion.accordion-border-warning .accordion-button:after {
  background-color: #FFF;
  color: #FFC107;
  border: 1px solid #FFC107;
}
.accordion.accordion-border-warning .accordion-button:not(.collapsed) {
  border-block-end: 1px solid #FFC107;
}
.accordion.accordion-border-info .accordion-item {
  border: 1px solid #5625E8;
}
.accordion.accordion-border-info .accordion-button {
  background-color: #FFF;
  color: #5625E8;
  border-block-end: 0px;
}
.accordion.accordion-border-info .accordion-button:after {
  background-color: #FFF;
  color: #5625E8;
  border: 1px solid #5625E8;
}
.accordion.accordion-border-info .accordion-button:not(.collapsed) {
  border-block-end: 1px solid #5625E8;
}

.accordion.accordionicon-none .accordion-button:after {
  display: none;
}

.accordion.accordionicon-left .accordion-button {
  padding-inline-start: 2.5rem;
}
.accordion.accordionicon-left .accordion-button:after {
  position: absolute;
  inset-inline-start: 0.625rem;
}

.accordion.accordion-customicon1 .accordion-button:after {
  content: "+";
  font-family: "Fontawesome";
}
.accordion.accordion-customicon1 .accordion-button:not(.collapsed)::after {
  content: "\f068";
  font-family: "Fontawesome";
}

.customized-accordion .accordion-item.custom-accordion-primary .accordion-button {
  background-color: rgba(255, 0, 138, 0.1);
  border-inline-start: 0.25rem solid rgba(255, 0, 138, 0.6);
}
.customized-accordion .accordion-item.custom-accordion-primary .accordion-button:after {
  background-color: rgba(255, 0, 138, 0.6);
  color: #FFF;
}
.customized-accordion .accordion-item.custom-accordion-primary .accordion-body {
  background-color: rgba(255, 0, 138, 0.1);
  padding-block-start: 0;
  border-inline-start: 0.25rem solid rgba(255, 0, 138, 0.6);
}
.customized-accordion .accordion-item.custom-accordion-secondary .accordion-button {
  background-color: rgba(40, 43, 139, 0.1);
  border-inline-start: 0.25rem solid rgba(40, 43, 139, 0.6);
}
.customized-accordion .accordion-item.custom-accordion-secondary .accordion-button:after {
  background-color: rgba(40, 43, 139, 0.6);
  color: #FFF;
}
.customized-accordion .accordion-item.custom-accordion-secondary .accordion-body {
  background-color: rgba(40, 43, 139, 0.1);
  padding-block-start: 0;
  border-inline-start: 0.25rem solid rgba(40, 43, 139, 0.6);
}
.customized-accordion .accordion-item.custom-accordion-warning .accordion-button {
  background-color: rgba(255, 193, 7, 0.1);
  border-inline-start: 0.25rem solid rgba(255, 193, 7, 0.6);
}
.customized-accordion .accordion-item.custom-accordion-warning .accordion-button:after {
  background-color: rgba(255, 193, 7, 0.6);
  color: #FFF;
}
.customized-accordion .accordion-item.custom-accordion-warning .accordion-body {
  background-color: rgba(255, 193, 7, 0.1);
  padding-block-start: 0;
  border-inline-start: 0.25rem solid rgba(255, 193, 7, 0.6);
}
.customized-accordion .accordion-item.custom-accordion-info .accordion-button {
  background-color: rgba(86, 37, 232, 0.1);
  border-inline-start: 0.25rem solid rgba(86, 37, 232, 0.6);
}
.customized-accordion .accordion-item.custom-accordion-info .accordion-button:after {
  background-color: rgba(86, 37, 232, 0.6);
  color: #FFF;
}
.customized-accordion .accordion-item.custom-accordion-info .accordion-body {
  background-color: rgba(86, 37, 232, 0.1);
  padding-block-start: 0;
  border-inline-start: 0.25rem solid rgba(86, 37, 232, 0.6);
}
.customized-accordion .accordion-item.custom-accordion-success .accordion-button {
  background-color: rgba(3, 201, 90, 0.1);
  border-inline-start: 0.25rem solid rgba(3, 201, 90, 0.6);
}
.customized-accordion .accordion-item.custom-accordion-success .accordion-button:after {
  background-color: rgba(3, 201, 90, 0.6);
  color: #FFF;
}
.customized-accordion .accordion-item.custom-accordion-success .accordion-body {
  background-color: rgba(3, 201, 90, 0.1);
  padding-block-start: 0;
  border-inline-start: 0.25rem solid rgba(3, 201, 90, 0.6);
}
.customized-accordion .accordion-item.custom-accordion-danger .accordion-button {
  background-color: rgba(231, 13, 13, 0.1);
  border-inline-start: 0.25rem solid rgba(231, 13, 13, 0.6);
}
.customized-accordion .accordion-item.custom-accordion-danger .accordion-button:after {
  background-color: rgba(231, 13, 13, 0.6);
  color: #FFF;
}
.customized-accordion .accordion-item.custom-accordion-danger .accordion-body {
  background-color: rgba(231, 13, 13, 0.1);
  padding-block-start: 0;
  border-inline-start: 0.25rem solid rgba(231, 13, 13, 0.6);
}

.accordion-links .accordion-item {
  border: 0;
  border-radius: 0;
  box-shadow: none;
}
.accordion-links .accordion-item .accordion-button {
  border-bottom: 1px solid #EBECED;
  padding: 16px;
  font-size: 20px;
}
@media (max-width: 767.98px) {
  .accordion-links .accordion-item .accordion-button {
    font-size: 16px;
  }
}
.accordion-links .accordion-item .accordion-body {
  padding: 0 16px 16px;
}

.card {
  margin-bottom: 1.5rem;
  background-color: #FFF;
  transition: all 0.5s ease-in-out;
  position: relative;
  border-radius: 10px;
  border: 1px solid #EBECED;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.08);
  color: inherit;
}
.card .card-body {
  padding: 1.25rem;
}
.card .card-title {
  font-size: 18px;
  font-weight: 600;
  text-transform: capitalize;
  color: #242B3A;
}
@media (max-width: 767.98px) {
  .card .card-title {
    font-size: 16px;
  }
}
.card .card-header {
  border-color: #EBECED;
  position: relative;
  background: transparent;
  padding: 1rem 1.25rem 1rem;
}
@media (max-width: 767.98px) {
  .card .card-header {
    padding: 15px;
  }
}
.card .card-header .card-title {
  margin-bottom: 0rem;
}
.card .card-header .subtitle {
  padding-top: 0.3125rem;
  font-size: 0.875rem;
  line-height: 1.5;
}
.card .card-footer {
  border-color: #EBECED;
  background: transparent;
  padding: 1rem 1.25rem 1rem;
}

.card-group .card {
  margin-bottom: 1.5rem;
}

.card.custom-card {
  border-radius: 4px;
  border: 0;
  background-color: #FFF;
  position: relative;
  margin-block-end: 1.5rem;
  width: 100%;
}
.card.custom-card .card-header {
  padding: 1rem 1.25rem;
  background-color: transparent !important;
  border-block-end: 1px solid #EBECED;
  display: flex;
  align-items: center;
  position: relative;
  flex-wrap: wrap;
  gap: 0.25rem;
}
.card.custom-card .card-header:first-child {
  border-radius: 0.625rem 0.625rem 0 0;
}
.card.custom-card .card-header .card-title {
  position: relative;
  margin-block-end: 0;
  font-size: 0.9375rem;
  font-weight: 700;
  text-transform: capitalize;
}
.card.custom-card .card-header .card-title .subtitle {
  margin-block-end: 0;
  text-transform: initial;
}
.card.custom-card .card-footer {
  background-color: transparent !important;
  border-block-start: 1px solid #EBECED;
  padding: 1rem 1.5rem;
  font-size: 14px;
}
.card.custom-card .card-body {
  padding: 1.5rem;
  color: #656B76;
}
.card.custom-card .card-link {
  font-size: 0.75rem;
}
.card .card-text {
  font-size: 0.813rem;
}
.card .footer-card-icon {
  width: 60px;
  height: 60px;
}
.card.overlay-card {
  position: relative;
  overflow: hidden;
  color: rgba(255, 255, 255, 0.9);
}
.card.overlay-card .card-header {
  border-block-end: 1px solid rgba(255, 255, 255, 0.1);
}
.card.overlay-card .card-footer {
  border-block-start: 1px solid rgba(255, 255, 255, 0.1);
}
.card.overlay-card .over-content-bottom {
  top: auto;
}
.card.overlay-card:before {
  content: "";
  inset-inline-start: 0;
  inset-inline-end: 0;
  inset-block-start: 0;
  inset-block-end: 0;
  background-color: rgba(0, 0, 0, 0.2);
  position: absolute;
}
.card.card-bg-primary {
  background-color: #FF008A;
  color: #FFF;
}
.card.card-bg-primary .card-header {
  background-color: rgba(255, 255, 255, 0.1) !important;
  color: #FFF;
  border-block-end: 1px solid rgba(255, 255, 255, 0.2);
}
.card.card-bg-primary .card-header:before {
  background-color: #FFF;
}
.card.card-bg-primary .card-body {
  color: #FFF;
}
.card.card-bg-primary .card-footer {
  background-color: rgba(255, 255, 255, 0.1) !important;
  color: #FFF;
  border-block-start: 1px solid rgba(255, 255, 255, 0.2);
}
.card.card-bg-secondary {
  background-color: #282B8B;
  color: #FFF;
}
.card.card-bg-secondary .card-header {
  background-color: rgba(255, 255, 255, 0.1) !important;
  color: #FFF;
  border-block-end: 1px solid rgba(255, 255, 255, 0.2);
}
.card.card-bg-secondary .card-header:before {
  background-color: #FFF;
}
.card.card-bg-secondary .card-body {
  color: #FFF;
}
.card.card-bg-secondary .card-footer {
  background-color: rgba(255, 255, 255, 0.1) !important;
  color: #FFF;
  border-block-start: 1px solid rgba(255, 255, 255, 0.2);
}
.card.card-bg-warning {
  background-color: #FFC107;
  color: #FFF;
}
.card.card-bg-warning .card-header {
  background-color: rgba(255, 255, 255, 0.1) !important;
  color: #FFF;
  border-block-end: 1px solid rgba(255, 255, 255, 0.2);
}
.card.card-bg-warning .card-header:before {
  background-color: #FFF;
}
.card.card-bg-warning .card-body {
  color: #FFF;
}
.card.card-bg-warning .card-footer {
  background-color: rgba(255, 255, 255, 0.1) !important;
  color: #FFF;
  border-block-start: 1px solid rgba(255, 255, 255, 0.2);
}
.card.card-bg-info {
  background-color: #5625E8;
  color: #FFF;
}
.card.card-bg-info .card-header {
  background-color: rgba(255, 255, 255, 0.1) !important;
  color: #FFF;
  border-block-end: 1px solid rgba(255, 255, 255, 0.2);
}
.card.card-bg-info .card-header:before {
  background-color: #FFF;
}
.card.card-bg-info .card-body {
  color: #FFF;
}
.card.card-bg-info .card-footer {
  background-color: rgba(255, 255, 255, 0.1) !important;
  color: #FFF;
  border-block-start: 1px solid rgba(255, 255, 255, 0.2);
}
.card.card-bg-success {
  background-color: #03C95A;
  color: #FFF;
}
.card.card-bg-success .card-header {
  background-color: rgba(255, 255, 255, 0.1) !important;
  color: #FFF;
  border-block-end: 1px solid rgba(255, 255, 255, 0.2);
}
.card.card-bg-success .card-header:before {
  background-color: #FFF;
}
.card.card-bg-success .card-body {
  color: #FFF;
}
.card.card-bg-success .card-footer {
  background-color: rgba(255, 255, 255, 0.1) !important;
  color: #FFF;
  border-block-start: 1px solid rgba(255, 255, 255, 0.2);
}
.card.card-bg-danger {
  background-color: #E70D0D;
  color: #FFF;
}
.card.card-bg-danger .card-header {
  background-color: rgba(255, 255, 255, 0.1) !important;
  color: #FFF;
  border-block-end: 1px solid rgba(255, 255, 255, 0.2);
}
.card.card-bg-danger .card-header:before {
  background-color: #FFF;
}
.card.card-bg-danger .card-body {
  color: #FFF;
}
.card.card-bg-danger .card-footer {
  background-color: rgba(255, 255, 255, 0.1) !important;
  color: #FFF;
  border-block-start: 1px solid rgba(255, 255, 255, 0.2);
}
.card.card-bg-light {
  background-color: #E9EAEB;
  color: #656B76;
}
.card.card-bg-light .card-header {
  background-color: rgba(0, 0, 0, 0.05) !important;
  color: #656B76;
  border-block-end: #EBECED;
}
.card.card-bg-light .card-body {
  color: #656B76;
}
.card.card-bg-light .card-footer {
  background-color: rgba(0, 0, 0, 0.05) !important;
  color: #656B76;
  border-block-start: #EBECED;
}
.card.card-bg-dark {
  background-color: #111827;
  color: #FFF;
}
.card.card-bg-dark .card-header {
  background-color: rgba(255, 255, 255, 0.1) !important;
  color: #FFF;
  border-block-end: 1px solid rgba(255, 255, 255, 0.2);
}
.card.card-bg-dark .card-header:before {
  background-color: #FFF;
}
.card.card-bg-dark .card-body {
  color: #FFF;
}
.card.card-bg-dark .card-footer {
  background-color: rgba(255, 255, 255, 0.1) !important;
  color: #FFF;
  border-block-start: 1px solid rgba(255, 255, 255, 0.2);
}
.card .card-anchor {
  position: absolute;
  top: 0;
  inset-inline-end: 0;
  bottom: 0;
  inset-inline-start: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
}
.card .collapse-close {
  display: none;
}
.card.card .collapsed .collapse-close {
  display: block;
}
.card.card .collapsed .collapse-open {
  display: none;
}
.card.card-fullscreen {
  position: fixed;
  top: 0;
  inset-inline-start: 0;
  inset-inline-start: 0;
  bottom: 0;
  z-index: 9999;
  margin: 0;
}

.cals-icon {
  font-size: 50px;
  color: #7D828C;
}

.callout {
  padding: 1.25rem;
  margin-block-start: 1.25rem;
  margin-block-end: 1.25rem;
  background-color: #E9EAEB;
  border-inline-start: 0.25rem solid #EBECED;
}

.callout-info {
  background-color: rgba(86, 37, 232, 0.075);
  border-color: rgba(86, 37, 232, 0.5);
}

.callout-warning {
  background-color: rgba(255, 193, 7, 0.075);
  border-color: rgba(255, 193, 7, 0.5);
}

.callout-danger {
  background-color: rgba(231, 13, 13, 0.075);
  border-color: rgba(231, 13, 13, 0.5);
}

.btn-facebook {
  background-color: #3B5998;
  color: #FFF;
  border: 1px solid #3B5998;
}
.btn-facebook:hover, .btn-facebook:focus, .btn-facebook:active {
  background-color: #3B5998 !important;
  color: #FFF !important;
  border: 1px solid #3B5998 !important;
}

.btn-instagram {
  background: #f09433;
  background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
  background: -webkit-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
  background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#f09433", endColorstr="#bc1888",GradientType=1 );
  color: #FFF;
  border: 1px solid transparent;
}
.btn-instagram:hover, .btn-instagram:focus, .btn-instagram:active {
  color: #FFF;
  border: 1px solid transparent;
}

.btn-twitter {
  background-color: #00ACEE;
  color: #FFF;
  border: 1px solid #00ACEE;
}
.btn-twitter:hover, .btn-twitter:focus, .btn-twitter:active {
  background-color: #00ACEE !important;
  color: #FFF !important;
  border: 1px solid #00ACEE !important;
}

.btn-icon {
  width: 2.313rem;
  height: 2.313rem;
  font-size: 0.95rem;
  flex-shrink: 0;
}

.btn-wave {
  display: inline-block !important;
}

@media (max-width: 575px) {
  .overlay-card .card-text {
    font-size: 0.613rem !important;
  }
}
@media (max-width: 400px) {
  .overlay-card .card-text {
    font-size: 0.413rem !important;
  }
}
.card .form-control-plaintext {
  min-height: 38px;
}

.grid-showcase {
  margin-bottom: -10px;
}
.grid-showcase span, .grid-showcase .grid-wrapper {
  display: block;
  padding: 10px;
  margin-bottom: 10px;
  text-align: center;
  background-color: rgba(242, 243, 247, 0.7);
}

.grid-align {
  margin-bottom: -16px;
}

.grid-align .row {
  padding: 15px 0;
  min-height: 7rem;
  margin-bottom: 16px;
}

.grid-vertical {
  min-height: 150px;
  padding: 10px;
  color: #000;
}

.xb-cursor,
.xb-cursor-section {
  visibility: hidden;
  position: fixed;
  pointer-events: none;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-transition: transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -khtml-transition: transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -ms-transition: transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  pointer-events: none;
  top: 0;
  left: 0;
}

.xb-cursor .xb-cursor-wrapper,
.xb-cursor-section .xb-cursor-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -khtml-transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -ms-transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.xb-cursor .xb-cursor--follower,
.xb-cursor-section .xb-cursor--follower {
  position: absolute;
  background-color: #FF008A;
  opacity: 0.25;
  border-radius: 100%;
  width: 1.5rem;
  height: 1.5rem;
  -webkit-transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), background-color 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  -khtml-transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), background-color 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), background-color 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  -ms-transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), background-color 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), background-color 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), background-color 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.xb-cursor.style-2 .xb-cursor--follower {
  background-color: var(--color-primary-2);
}

.xb-cursor .xb-cursor--label,
.xb-cursor-section .xb-cursor--label {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 15px;
  transform: scale(0);
  will-change: transform, opacity;
  -webkit-transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -khtml-transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -ms-transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.xb-cursor .xb-cursor--drap,
.xb-cursor-section .xb-cursor--drap {
  line-height: 87px;
  text-align: center;
  width: 87px;
  height: 87px;
  background-color: #000;
  font-size: 0;
  -webkit-border-radius: 87px;
  -khtml-border-radius: 87px;
  -moz-border-radius: 87px;
  -ms-border-radius: 87px;
  -o-border-radius: 87px;
  border-radius: 87px;
  -webkit-transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -khtml-transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -ms-transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transform: scale(0);
  will-change: transform, opacity;
  color: #fff;
}

.xb-cursor .xb-cursor--drap:before,
.xb-cursor-section .xb-cursor--drap:before,
.xb-cursor .xb-cursor--drap:after,
.xb-cursor-section .xb-cursor--drap:after {
  content: "\f10b";
  font-family: caseicon;
  font-size: 10px;
  display: inline-flex;
}

.xb-cursor .xb-cursor--drap:before,
.xb-cursor-section .xb-cursor--drap:before {
  -webkit-transform: scaleX(-1);
  -khtml-transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  transform: scaleX(-1);
}

.xb-cursor .xb-cursor--drap:after,
.xb-cursor.is-enabled,
.xb-cursor-section.is-enabled {
  visibility: visible;
}

.xb-cursor.is-hidden .xb-cursor-wrapper,
.xb-cursor-section.is-hidden .xb-cursor-wrapper {
  transform: scale(0) !important;
}

.xb-cursor.is-mouse-down .xb-cursor-wrapper,
.xb-cursor-section.is-mouse-down .xb-cursor-wrapper {
  transform: scale(0.8);
}

.xb-cursor.is-active .xb-cursor--follower,
.xb-cursor-section.is-active .xb-cursor--follower {
  -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.12);
  -khtml-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.12);
  -ms-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.12);
  -o-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.12);
  transform: scale(4);
  -webkit-transform: scale(4);
  -ms-transform: scale(4);
  opacity: 0;
}

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

.nav-link {
  color: #656B76;
  border-radius: 4px;
}
.nav-link.active {
  background-color: rgba(255, 0, 138, 0.1);
  color: #FF008A;
}

.navbar-brand {
  color: #656B76;
}
.navbar-brand:focus, .navbar-brand:hover {
  color: #656B76;
  opacity: 0.9;
}

.navbar-nav .nav-link.active,
.navbar-nav .show > .nav-link {
  color: #FF008A;
}

.nav-link.disabled {
  color: #656B76;
  opacity: 0.3;
}

.nav-tabs .nav-link.disabled, .nav-tabs .nav-link:disabled {
  color: rgba(17, 24, 39, 0.5);
}

.navbar-text {
  color: #656B76;
}

.navbar-dark.bg-dark .nav-link,
.navbar-dark.bg-dark .navbar-brand {
  color: #FFF;
}
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .show > .nav-link {
  color: #FFF;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #FFF;
  background-color: #FF008A;
}

.nav.nav-style-1 {
  border: 0;
}
.nav.nav-style-1 .nav-item {
  margin-inline-end: 0.25rem;
}
.nav.nav-style-1 .nav-item:last-child {
  margin-inline-end: 0;
}
.nav.nav-style-1 .nav-link.active {
  background-color: rgba(255, 0, 138, 0.1);
  color: #FF008A;
}
.nav.nav-style-1 .nav-link.active:hover {
  background: rgba(255, 0, 138, 0.1);
}
.nav.nav-style-1 .nav-link:hover {
  background: transparent;
  color: #FF008A;
}

.nav.nav-style-2 .nav-item .nav-link {
  border-block-start: 3px solid transparent;
}
.nav.nav-style-2 .nav-item .nav-link.active {
  background-color: rgba(255, 0, 138, 0.1);
  border-block-start: 3px solid #FF008A;
  color: #FF008A;
}

.nav.nav-style-3 .nav-link {
  border-radius: 0;
}
.nav.nav-style-3 .nav-link {
  border-block-end: 3px solid transparent;
}
.nav.nav-style-3 .nav-link.active {
  background-color: transparent;
  border-block-end: 3px solid #FF008A;
  color: #FF008A;
}

.nav.nav-style-4 {
  border: 0;
}
.nav.nav-style-4 .nav-link {
  color: #677788;
  border: 0;
}
.nav.nav-style-4 .nav-link {
  margin-bottom: 3px;
}
.nav.nav-style-4 .nav-link.active {
  background-color: #E9EAEB;
  color: #656B76;
  border: 0;
}
.nav.nav-style-4 .nav-link:hover, .nav.nav-style-4 .nav-link:focus {
  border: 0;
}
.nav.nav-style-4 .nav-link:hover {
  background-color: #E9EAEB;
  color: #656B76;
}

.nav-tabs.nav-style-5 {
  border: 0;
}
.nav-tabs.nav-style-5 .nav-link {
  color: #677788;
  border: 0;
  margin-bottom: 3px;
}
.nav-tabs.nav-style-5 .nav-link.active {
  background-color: #FF008A;
  color: #FFF;
  border: 0;
}
.nav-tabs.nav-style-5 .nav-link:hover, .nav-tabs.nav-style-5 .nav-link:focus {
  border: 0;
  background-color: #FF008A;
  color: #FFF;
}

.nav-style-6 {
  border: 0;
}
.nav-style-6.nav-pills .nav-link.active {
  border: 1px solid #FF008A;
  border-block-end: 2px solid #FF008A;
  background-color: transparent;
  color: #FF008A;
}

.nav-tabs-header {
  border: 0 !important;
}
.nav-tabs-header .nav-item {
  margin-inline-end: 0.5rem;
}
.nav-tabs-header .nav-item:last-child {
  margin-inline-end: 0;
}
.nav-tabs-header .nav-item .nav-link {
  border: 1px solid transparent;
  font-size: 0.8rem;
  padding: 0.4rem 0.5rem;
  font-weight: 500;
}
.nav-tabs-header .nav-item .nav-link.active {
  background: rgba(255, 0, 138, 0.1);
  color: #FF008A;
  border: 1px solid transparent;
}
.nav-tabs-header .nav-item .nav-link:hover, .nav-tabs-header .nav-item .nav-link:focus {
  border: 1px solid transparent;
  background-color: transparent;
  color: #FF008A;
}

.nav-tabs-footer {
  border: 0;
}
.nav-tabs-footer .nav-item {
  margin-inline-end: 0.5rem;
}
.nav-tabs-footer .nav-item:last-child {
  margin-inline-end: 0;
}
.nav-tabs-footer .nav-item .nav-link {
  background-color: transparent;
  color: #FF008A;
  border: 1px solid #FF008A;
  font-size: 0.8rem;
}
.nav-tabs-footer .nav-item .nav-link.active {
  background: #FF008A;
  color: #FFF;
  border: 1px solid #FF008A;
}
.nav-tabs-footer .nav-item .nav-link:hover, .nav-tabs-footer .nav-item .nav-link:focus {
  border: 1px solid #FF008A;
  background-color: transparent;
  color: #FF008A;
}

.vertical-tabs-2 {
  border: 0;
}
.vertical-tabs-2 .nav-item {
  margin-inline-end: 0.5rem;
}
.vertical-tabs-2 .nav-item:last-child {
  margin-inline-end: 0;
}
.vertical-tabs-2 .nav-item .nav-link {
  min-width: 7.5rem;
  max-width: 7.5rem;
  text-align: center;
  border: 1px solid #EBECED;
  margin-bottom: 0.5rem;
  color: #677788;
  background-color: #E9EAEB;
}
.vertical-tabs-2 .nav-item .nav-link i {
  font-size: 1rem;
}
.vertical-tabs-2 .nav-item .nav-link.active {
  background-color: #FF008A;
  color: #FFF;
  position: relative;
}
.vertical-tabs-2 .nav-item .nav-link.active:before {
  content: "";
  position: absolute;
  inset-inline-end: -0.5rem;
  inset-block-start: 38%;
  transform: rotate(45deg);
  width: 1rem;
  height: 1rem;
  background-color: #FF008A;
}
.vertical-tabs-2 .nav-item .nav-link.active:hover {
  color: #FFF;
}
.vertical-tabs-2 .nav-item .nav-link:hover {
  color: #FF008A;
}

.vertical-tabs-3 {
  border: 0;
}
.vertical-tabs-3 .nav-item {
  border: 0;
  margin-inline-end: 0.5rem;
}
.vertical-tabs-3 .nav-item:last-child {
  margin-inline-end: 0;
}
.vertical-tabs-3 .nav-item .nav-link {
  min-width: 160px;
  max-width: 160px;
  border: 1px solid #FF008A;
  padding: 1.3rem;
  margin-block-end: 0.5rem;
}
.vertical-tabs-3 .nav-item .nav-link i {
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
  text-align: center;
  font-size: 1rem;
  background: #FF008A;
  color: #FFF;
  border-radius: 3.125rem;
  font-weight: 500;
}
.vertical-tabs-3 .nav-item .nav-link.active {
  background: #FF008A;
  border: 1px solid #FF008A;
  color: #FFF;
}
.vertical-tabs-3 .nav-item .nav-link.active:hover {
  background: #FF008A;
  border: 1px solid #FF008A;
  color: #FFF;
}
.vertical-tabs-3 .nav-item .nav-link.active i {
  background: #FFF;
  color: #FF008A;
}
.vertical-tabs-3 .nav-item .nav-link:hover, .vertical-tabs-3 .nav-item .nav-link:focus {
  border: 1px solid #FF008A;
  color: #FF008A;
  background: transparent;
}

.nav.tab-style-1 {
  border-block-end: 0;
  padding: 0.65rem;
  background-color: #E9EAEB;
  border-radius: 7px;
  margin-block-end: 1rem;
}
.nav.tab-style-1 .nav-item {
  margin-inline-end: 0.5rem;
}
.nav.tab-style-1 .nav-item:last-child {
  margin-inline-end: 0;
}
.nav.tab-style-1 .nav-link {
  border-radius: 7px;
  padding: 0.35rem 1rem;
}
.nav.tab-style-1 .nav-link.active {
  background-color: #FF008A !important;
  color: #FFF !important;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.08);
  transition: color 0.15s ease-in;
}

.nav-tabs.tab-style-1 .nav-link:hover {
  background: transparent;
  color: #FF008A;
}

.tab-style-2 {
  border-block-end: 0;
}
.tab-style-2 .nav-item {
  margin-inline-end: 0.5rem;
}
.tab-style-2 .nav-item:last-child {
  margin-inline-end: 0;
}
.tab-style-2 .nav-item .nav-link {
  border: 0;
}
.tab-style-2 .nav-item .nav-link i {
  width: 1.875rem;
  height: 1.875rem;
  padding: 0.4rem;
  border-radius: 50px;
  background-color: #E9EAEB;
  color: #656B76;
  display: inline-block;
}
.tab-style-2 .nav-item .nav-link:hover {
  border: 0;
  background: transparent;
  color: #FF008A;
}
.tab-style-2 .nav-item .nav-link:hover i {
  color: #FF008A;
}
.tab-style-2 .nav-item .nav-link.active {
  background-color: transparent;
  position: relative;
  border: 0;
  color: #FF008A;
}
.tab-style-2 .nav-item .nav-link.active i {
  background-color: rgba(255, 0, 138, 0.1);
  color: #FF008A;
}
.tab-style-2 .nav-item .nav-link.active:before {
  content: "";
  position: absolute;
  inset-inline-start: 0;
  inset-inline-end: 0;
  inset-block-end: 0;
  width: 100%;
  height: 0.175rem;
  background-color: #FF008A;
  border-radius: 50px;
}

.tab-style-3 {
  border-block-end: 0;
}
.tab-style-3 .nav-item {
  position: relative;
  margin-inline-end: 0.5rem;
}
.tab-style-3 .nav-item:last-child {
  margin-inline-end: 0;
}
.tab-style-3 .nav-item .nav-link {
  position: relative;
  border: 0;
  font-size: 0.75rem;
}
.tab-style-3 .nav-item .nav-link:before {
  position: absolute;
  content: "";
  inset-block-end: -1.063rem;
  inset-inline-end: 0;
  inset-inline-start: 0;
  width: 100%;
  height: 0.1rem;
  background-color: #E9EAEB;
  border-radius: 50%;
}
.tab-style-3 .nav-item .nav-link:after {
  position: absolute;
  content: "";
  inset-block-end: -2rem;
  inset-inline-start: 1.75rem;
  inset-inline-end: 0;
  inset-inline-start: 30%;
  width: 2rem;
  height: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #FFF;
  border-radius: 50%;
  border: 2px solid #EBECED;
}
.tab-style-3 .nav-item .nav-link.home:after {
  content: "1";
}
.tab-style-3 .nav-item .nav-link.about:after {
  content: "2";
}
.tab-style-3 .nav-item .nav-link.services:after {
  content: "3";
}
.tab-style-3 .nav-item .nav-link:hover {
  border: 0;
  background: transparent;
  color: #FF008A;
}
.tab-style-3 .nav-item .nav-link.active {
  background-color: transparent;
  border: 0;
  color: #FF008A;
}
.tab-style-3 .nav-item .nav-link.active:before {
  background-color: #FF008A;
}
.tab-style-3 .nav-item .nav-link.active:after {
  border-color: #FF008A;
  color: #FF008A;
}

.tab-style-4.nav-tabs {
  border: 0;
}
.tab-style-4.nav-tabs .nav-item {
  margin-inline-end: 0.5rem;
}
.tab-style-4.nav-tabs .nav-item:last-child {
  margin-inline-end: 0;
}
.tab-style-4.nav-tabs .nav-link {
  border: 0;
}
.tab-style-4.nav-tabs .nav-link:hover {
  border: 0;
  background: transparent;
  color: #FF008A;
}
.tab-style-4.nav-tabs .nav-link.active {
  background-color: transparent;
  border: 0;
  color: #FF008A;
  position: relative;
  overflow: hidden;
}
.tab-style-4.nav-tabs .nav-link.active::before {
  position: absolute;
  content: "";
  width: 0.75rem;
  inset-block-start: 31px;
  transform: rotate(45deg);
  inset-inline-start: 47%;
  overflow: hidden;
  z-index: 1;
  height: 0.75rem;
  background-color: #FF008A;
  border: 1px solid #FF008A;
}
.tab-style-4.nav-tabs .nav-link.active:after {
  position: absolute;
  content: "";
  width: 40%;
  height: 1px;
  inset-inline-start: 30%;
  inset-block-end: 0;
  background-color: #FF008A;
}

#tab-style-4 .tab-pane.active {
  border: 1px solid #FF008A;
  background-color: #FF008A;
  color: #FFF;
  padding: 16px;
  border-radius: 7px;
}

.tab-style-5 .nav-item {
  margin-inline-end: 0.5rem;
}
.tab-style-5 .nav-item:last-child {
  margin-inline-end: 0;
}
.tab-style-5 .nav-item .nav-link.active {
  background: #FF008A;
}

.tab-style-6 {
  border: 0;
  background-color: #FFF;
  border-radius: 7px;
  color: #FF008A;
  padding: 0.5rem;
}
.tab-style-6 .nav-item {
  border: 0;
  margin-inline-end: 0.5rem;
}
.tab-style-6 .nav-item:last-child {
  margin-inline-end: 0;
}
.tab-style-6 .nav-item .nav-link {
  color: #FF008A;
  padding: 0.5rem 1rem;
  font-size: 0.813rem;
  border: 0;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}
.tab-style-6 .nav-item .nav-link.active {
  border: 0;
  background-color: #FF008A;
  color: #FFF;
  border: 0;
  box-shadow: 0px 3px 10px 0px rgba(var(--dark-rgb), 0.05);
}
.tab-style-6 .nav-item .nav-link:hover, .tab-style-6 .nav-item .nav-link:focus {
  border: 0;
}

.tab-style-7 .nav-link {
  margin-block-end: 0.5rem;
  font-size: 0.813rem;
  color: #677788;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}
.tab-style-7 .nav-link:active, .tab-style-7 .nav-link.active {
  background-color: rgba(255, 0, 138, 0.1);
  color: #FF008A;
}

.nav-style-1 .nav-item .nav-link.active {
  background-color: rgba(255, 0, 138, 0.1);
  color: #FF008A;
}

@media screen and (max-width: 400px) {
  .tab-style-4 .nav-link {
    padding-inline: 0.5rem;
  }
}
.nav-tabs {
  border-bottom: 0;
}
.nav-tabs.nav-tabs-bottom li {
  margin-bottom: -1px;
}
.nav-tabs .nav-link {
  margin-bottom: -1px;
  background: 0 0;
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.nav-tabs .nav-link.active {
  border-color: #AFB2B8;
}
.nav-tabs li a {
  color: #242B3A;
  font-weight: 600;
  border-bottom-width: 2px;
}
.nav-tabs li a.active {
  border-color: transparent;
  border-bottom-color: #FF008A;
  background-color: transparent;
  -webkit-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
  color: #FF008A;
}

.nav-tabs .nav-tabs-solid {
  background-color: #FFF;
  border: 0;
}
.nav-tabs .nav-tabs-solid .active {
  background-color: #FF008A;
  border-color: #FF008A;
  color: #FFF;
}

.nav-tabs .nav-link:hover {
  border-color: transparent;
  color: #FF008A;
}
.nav-tabs.nav-tabs-top li a {
  border-width: 2px 0 0 0;
}
.nav-tabs.nav-tabs-top li a.active {
  border-top-color: #FF008A;
  border-radius: 0;
}
.nav-tabs.nav-tabs-top li a:hover {
  border-top-color: #FF008A;
  background-color: transparent;
  border-radius: 0;
}
.nav-tabs.nav-tabs-bottom li a {
  border-width: 0 0 2px 0;
}
.nav-tabs.nav-tabs-bottom li a.active, .nav-tabs.nav-tabs-bottom li a:hover {
  border-bottom-color: #FF008A;
  background: transparent;
  border-radius: 0;
  color: #FF008A;
}
.nav-tabs.nav-tabs-solid {
  border: 0;
}
.nav-tabs.nav-tabs-solid.nav-tabs-rounded li a.active {
  background-color: #FF008A;
  border-color: #FF008A;
  color: #FFF;
  border-radius: 50px;
}
.nav-tabs.nav-tabs-solid.nav-tabs-rounded-fill li a {
  border-color: #EBECED;
}
.nav-tabs.nav-tabs-solid.nav-tabs-rounded-fill li a.active {
  background-color: #FF008A;
  border-color: #FF008A;
  color: #FFF;
  border-radius: 50px;
}
.nav-tabs.nav-tabs-solid li {
  margin-right: 24px;
}
.nav-tabs.nav-tabs-solid li a {
  border: 1px solid #EBECED;
  border-radius: 5px;
}
.nav-tabs.nav-tabs-solid li a.active, .nav-tabs.nav-tabs-solid li a:hover {
  background: linear-gradient(90deg, #FD2692 0%, #0A67F2 100%);
  border-color: #FFF;
  color: #FFF;
}
.nav-tabs.nav-tabs-solid li:last-child {
  margin-right: 0;
}

.nav-link:hover {
  color: #FF008A;
}

.page-menu .nav-tabs li a {
  font-size: 16px;
}

.tabs-set .nav-tabs {
  border-bottom: 0;
  margin-bottom: 20px;
}
.tabs-set .nav-tabs .nav-link {
  color: #282B8B;
  padding: 8px 15px;
  font-size: 16px;
  font-weight: 700;
  border: 0;
  min-width: 120px;
  margin-right: 10px;
  border-radius: 8px;
  background: var(--Stroke, rgba(145, 158, 171, 0.3));
}
.tabs-set .nav-tabs .nav-link:focus {
  border-color: transparent;
}
.tabs-set .nav-tabs .nav-link:hover {
  border-color: transparent;
}
.tabs-set .nav-tabs .nav-link.active {
  border: 0;
  border-bottom: 2px solid #FF008A;
  background: #FF008A;
  color: #FFF;
}

.tabs-sets .nav-tabs {
  border-bottom: 0;
  margin: 0 0 40px;
}
.tabs-sets .nav-tabs .nav-link {
  color: #000;
  font-size: 14px;
  font-weight: 700;
  border: 0;
  background: #AFB2B8;
  margin-right: 10px;
  padding: 8px 15px;
  border-radius: 8px;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.tabs-sets .nav-tabs .nav-link:focus, .tabs-sets .nav-tabs .nav-link:hover, .tabs-sets .nav-tabs .nav-link.active {
  background: #FF008A;
  color: #FFF;
}

@media (max-width: 767.98px) {
  .nav-tabs {
    border-bottom: 0;
    position: relative;
    background-color: #FFF;
    border: 1px solid #F8F9F9;
    padding: 5px 0;
    border-radius: 3px;
  }
}
caption {
  color: #677788;
}

.table-active {
  --bs-table-color-state: var(--default-text-color);
}

.table {
  color: #656B76;
  border-color: #EBECED;
  margin-block-end: 0;
}
.table tbody tr {
  border-color: #EBECED;
}
.table tbody tr th {
  font-weight: 500;
}
.table th,
.table td {
  padding: 12px 20px;
  vertical-align: middle;
  font-size: 14px;
  white-space: nowrap;
}
.table thead tr {
  border-color: #EBECED;
}
.table thead tr th {
  font-weight: 500;
  border-color: #EBECED;
  font-size: 14px;
}
.table.table-sm > :not(caption) > * > * {
  padding: 0.3rem;
}
.table.table-dark {
  color: #F0F0F1;
  border-color: rgba(255, 255, 255, 0.1);
}
.table .thead-primary th {
  background-color: #FF008A;
  color: #FFF;
}
.table .thead-secondary th {
  background-color: #282B8B;
  color: #FFF;
}
.table .thead-info th {
  background-color: #5625E8;
  color: #FFF;
}
.table .thead-warning th {
  background-color: #FFC107;
  color: #FFF;
}
.table .thead-danger th {
  background-color: #E70D0D;
  color: #FFF;
}
.table .thead-success th {
  background-color: #03C95A;
  color: #FFF;
}
.table .thead-dark th {
  background-color: #111827;
  color: #FFF;
}
.table .thead-light th {
  background-color: #F2F2F3;
  color: #242B3A;
}
.table.table-primary {
  background-color: #FFF;
  color: #000;
  --bs-table-color-state: $black;
  border-color: var(--bs-table-border-color);
  --bs-table-bg: rgba(var(--primary-rgb), 0.1);
  --bs-table-border-color: rgba(var(--primary-rgb), 0.05);
  --bs-table-striped-bg: rgba(var(--primary-rgb), 0.2);
  --bs-table-active-bg: rgba(var(--primary-rgb), 0.2);
  --bs-table-hover-bg: rgba(var(--primary-rgb), 0.2);
}
.table.table-primary.table-striped > tbody > tr:nth-of-type(odd) > * {
  background-color: var(--bs-table-accent-bg);
  --bs-table-accent-bg: rgba(var(--primary-rgb), 0.2);
  color: #000;
}
.table.table-primary.table.table-hover > tbody > tr:hover > * {
  background-color: var(--bs-table-accent-bg);
  --bs-table-accent-bg: rgba(var(--primary-rgb), 0.4);
  color: #FFF;
}
.table.table-primary .table-active {
  background-color: var(--bs-table-accent-bg);
  --bs-table-accent-bg: rgb(var(--primary-rgb));
  color: #FFF;
}
.table.table-secondary {
  background-color: #FFF;
  color: #000;
  --bs-table-color-state: $black;
  border-color: var(--bs-table-border-color);
  --bs-table-bg: rgba(var(--secondary-rgb), 0.1);
  --bs-table-border-color: rgba(var(--secondary-rgb), 0.05);
  --bs-table-striped-bg: rgba(var(--secondary-rgb), 0.2);
  --bs-table-active-bg: rgba(var(--secondary-rgb), 0.2);
  --bs-table-hover-bg: rgba(var(--secondary-rgb), 0.2);
}
.table.table-secondary.table-striped > tbody > tr:nth-of-type(odd) > * {
  background-color: var(--bs-table-accent-bg);
  --bs-table-accent-bg: rgba(var(--secondary-rgb), 0.2);
  color: #000;
}
.table.table-secondary.table.table-hover > tbody > tr:hover > * {
  background-color: var(--bs-table-accent-bg);
  --bs-table-accent-bg: rgba(var(--secondary-rgb), 0.4);
  color: #FFF;
}
.table.table-secondary .table-active {
  background-color: var(--bs-table-accent-bg);
  --bs-table-accent-bg: rgb(var(--secondary-rgb));
  color: #FFF;
}
.table.table-warning {
  background-color: #FFF;
  color: #000;
  --bs-table-color-state: $black;
  border-color: var(--bs-table-border-color);
  --bs-table-bg: rgba(var(--warning-rgb), 0.1);
  --bs-table-border-color: rgba(var(--warning-rgb), 0.05);
  --bs-table-striped-bg: rgba(var(--warning-rgb), 0.2);
  --bs-table-active-bg: rgba(var(--warning-rgb), 0.2);
  --bs-table-hover-bg: rgba(var(--warning-rgb), 0.2);
}
.table.table-warning.table-striped > tbody > tr:nth-of-type(odd) > * {
  background-color: var(--bs-table-accent-bg);
  --bs-table-accent-bg: rgba(var(--warning-rgb), 0.2);
  color: #000;
}
.table.table-warning.table.table-hover > tbody > tr:hover > * {
  background-color: var(--bs-table-accent-bg);
  --bs-table-accent-bg: rgba(var(--warning-rgb), 0.4);
  color: #FFF;
}
.table.table-warning .table-active {
  background-color: var(--bs-table-accent-bg);
  --bs-table-accent-bg: rgb(var(--warning-rgb));
  color: #FFF;
}
.table.table-success {
  background-color: #FFF;
  color: #000;
  --bs-table-color-state: $black;
  border-color: var(--bs-table-border-color);
  --bs-table-bg: rgba(var(--success-rgb), 0.1);
  --bs-table-border-color: rgba(var(--success-rgb), 0.05);
  --bs-table-striped-bg: rgba(var(--success-rgb), 0.2);
  --bs-table-active-bg: rgba(var(--success-rgb), 0.2);
  --bs-table-hover-bg: rgba(var(--success-rgb), 0.2);
}
.table.table-success.table-striped > tbody > tr:nth-of-type(odd) > * {
  background-color: var(--bs-table-accent-bg);
  --bs-table-accent-bg: rgba(var(--success-rgb), 0.2);
  color: #000;
}
.table.table-success.table.table-hover > tbody > tr:hover > * {
  background-color: var(--bs-table-accent-bg);
  --bs-table-accent-bg: rgba(var(--success-rgb), 0.4);
  color: #FFF;
}
.table.table-success .table-active {
  background-color: var(--bs-table-accent-bg);
  --bs-table-accent-bg: rgb(var(--success-rgb));
  color: #FFF;
}
.table.table-danger {
  background-color: #FFF;
  color: #000;
  --bs-table-color-state: $black;
  border-color: var(--bs-table-border-color);
  --bs-table-bg: rgba(var(--danger-rgb), 0.1);
  --bs-table-border-color: rgba(var(--danger-rgb), 0.05);
  --bs-table-striped-bg: rgba(var(--danger-rgb), 0.2);
  --bs-table-active-bg: rgba(var(--danger-rgb), 0.2);
  --bs-table-hover-bg: rgba(var(--danger-rgb), 0.2);
}
.table.table-danger.table-striped > tbody > tr:nth-of-type(odd) > * {
  background-color: var(--bs-table-accent-bg);
  --bs-table-accent-bg: rgba(var(--danger-rgb), 0.2);
  color: #000;
}
.table.table-danger.table.table-hover > tbody > tr:hover > * {
  background-color: var(--bs-table-accent-bg);
  --bs-table-accent-bg: rgba(var(--danger-rgb), 0.4);
  color: #FFF;
}
.table.table-danger .table-active {
  background-color: var(--bs-table-accent-bg);
  --bs-table-accent-bg: rgb(var(--danger-rgb));
  color: #FFF;
}
.table.table-info {
  background-color: #FFF;
  color: #000;
  --bs-table-color-state: $black;
  border-color: var(--bs-table-border-color);
  --bs-table-bg: rgba(var(--info-rgb), 0.1);
  --bs-table-border-color: rgba(var(--info-rgb), 0.05);
  --bs-table-striped-bg: rgba(var(--info-rgb), 0.2);
  --bs-table-active-bg: rgba(var(--info-rgb), 0.2);
  --bs-table-hover-bg: rgba(var(--info-rgb), 0.2);
}
.table.table-info.table-striped > tbody > tr:nth-of-type(odd) > * {
  background-color: var(--bs-table-accent-bg);
  --bs-table-accent-bg: rgba(var(--info-rgb), 0.2);
  color: #000;
}
.table.table-info.table.table-hover > tbody > tr:hover > * {
  background-color: var(--bs-table-accent-bg);
  --bs-table-accent-bg: rgba(var(--info-rgb), 0.4);
  color: #FFF;
}
.table.table-info .table-active {
  background-color: var(--bs-table-accent-bg);
  --bs-table-accent-bg: rgb(var(--info-rgb));
  color: #FFF;
}
.table.table-light {
  background-color: #FFF;
  color: #000;
  --bs-table-color-state: $black;
  border-color: var(--bs-table-border-color);
  --bs-table-bg: rgba(var(--light-rgb), 0.1);
  --bs-table-border-color: rgba(var(--light-rgb), 0.05);
  --bs-table-striped-bg: rgba(var(--light-rgb), 0.2);
  --bs-table-active-bg: rgba(var(--light-rgb), 0.2);
  --bs-table-hover-bg: rgba(var(--light-rgb), 0.2);
}
.table.table-light.table-striped > tbody > tr:nth-of-type(odd) > * {
  background-color: var(--bs-table-accent-bg);
  --bs-table-accent-bg: rgba(var(--light-rgb), 0.2);
  color: #000;
}
.table.table-light.table.table-hover > tbody > tr:hover > * {
  background-color: var(--bs-table-accent-bg);
  --bs-table-accent-bg: rgba(var(--light-rgb), 0.4);
  color: #FFF;
}
.table.table-light .table-active {
  background-color: var(--bs-table-accent-bg);
  --bs-table-accent-bg: rgb(var(--light-rgb));
  color: #FFF;
}
.table.table-dark {
  background-color: #FFF;
  color: #000;
  --bs-table-color-state: $black;
  border-color: var(--bs-table-border-color);
  --bs-table-bg: rgba(var(--dark-rgb), 0.1);
  --bs-table-border-color: rgba(var(--dark-rgb), 0.05);
  --bs-table-striped-bg: rgba(var(--dark-rgb), 0.2);
  --bs-table-active-bg: rgba(var(--dark-rgb), 0.2);
  --bs-table-hover-bg: rgba(var(--dark-rgb), 0.2);
}
.table.table-dark.table-striped > tbody > tr:nth-of-type(odd) > * {
  background-color: var(--bs-table-accent-bg);
  --bs-table-accent-bg: rgba(var(--dark-rgb), 0.2);
  color: #000;
}
.table.table-dark.table.table-hover > tbody > tr:hover > * {
  background-color: var(--bs-table-accent-bg);
  --bs-table-accent-bg: rgba(var(--dark-rgb), 0.4);
  color: #FFF;
}
.table.table-dark .table-active {
  background-color: var(--bs-table-accent-bg);
  --bs-table-accent-bg: rgb(var(--dark-rgb));
  color: #FFF;
}
.table.table-bordered.border-primary tbody,
.table.table-bordered.border-primary td,
.table.table-bordered.border-primary tfoot,
.table.table-bordered.border-primary th,
.table.table-bordered.border-primary thead,
.table.table-bordered.border-primary tr {
  border-color: rgba(255, 0, 138, 0.1);
}
.table.table-bordered.border-info tbody,
.table.table-bordered.border-info td,
.table.table-bordered.border-info tfoot,
.table.table-bordered.border-info th,
.table.table-bordered.border-info thead,
.table.table-bordered.border-info tr {
  border-color: rgba(86, 37, 232, 0.1);
}
.table.table-bordered.border-secondary tbody,
.table.table-bordered.border-secondary td,
.table.table-bordered.border-secondary tfoot,
.table.table-bordered.border-secondary th,
.table.table-bordered.border-secondary thead,
.table.table-bordered.border-secondary tr {
  border-color: rgba(40, 43, 139, 0.1);
}
.table.table-bordered.border-warning tbody,
.table.table-bordered.border-warning td,
.table.table-bordered.border-warning tfoot,
.table.table-bordered.border-warning th,
.table.table-bordered.border-warning thead,
.table.table-bordered.border-warning tr {
  border-color: rgba(255, 193, 7, 0.1);
}
.table.table-bordered.border-success tbody,
.table.table-bordered.border-success td,
.table.table-bordered.border-success tfoot,
.table.table-bordered.border-success th,
.table.table-bordered.border-success thead,
.table.table-bordered.border-success tr {
  border-color: rgba(3, 201, 90, 0.1);
}
.table.table-bordered.border-danger tbody,
.table.table-bordered.border-danger td,
.table.table-bordered.border-danger tfoot,
.table.table-bordered.border-danger th,
.table.table-bordered.border-danger thead,
.table.table-bordered.border-danger tr {
  border-color: rgba(231, 13, 13, 0.1);
}
.table.table-striped > tbody > tr:nth-of-type(odd) > * {
  --bs-table-accent-bg: rgba(var(--dark-rgb),0.0125);
  color: #656B76;
}
.table.table-striped-columns > :not(caption) > tr > :nth-child(2n) {
  --bs-table-accent-bg: rgba(var(--dark-rgb),0.025);
  color: #656B76;
}
.table tbody.table-group-divider {
  border-top: 1px solid #EBECED;
}
.table.table-hover > tbody > tr:hover > * {
  --bs-table-accent-bg: #f7f8f9;
  color: #656B76;
}
.table .table-active {
  --bs-table-accent-bg: #E9EAEB;
  color: #656B76;
}
.table thead.table-primary {
  background-color: #FFF;
  color: var(--bs-table-color);
  --bs-table-color-state: #000;
  --bs-table-color: #000;
  --bs-table-bg: rgba(var(--primary-rgb), 0.1);
  --bs-table-border-color: rgba(var(--primary-rgb), 0.1);
  --bs-table-striped-bg: rgba(var(--primary-rgb), 0.5);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgba(var(--primary-rgb), 0.5);
  --bs-table-hover-bg: rgba(var(--primary-rgb), 0.5);
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}
.table thead.table-secondary {
  background-color: #FFF;
  color: var(--bs-table-color);
  --bs-table-color-state: #000;
  --bs-table-color: #000;
  --bs-table-bg: rgba(var(--secondary-rgb), 0.1);
  --bs-table-border-color: rgba(var(--secondary-rgb), 0.1);
  --bs-table-striped-bg: rgba(var(--secondary-rgb), 0.5);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgba(var(--secondary-rgb), 0.5);
  --bs-table-hover-bg: rgba(var(--secondary-rgb), 0.5);
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}
.table thead.table-warning {
  background-color: #FFF;
  color: var(--bs-table-color);
  --bs-table-color-state: #000;
  --bs-table-color: #000;
  --bs-table-bg: rgba(var(--warning-rgb), 0.1);
  --bs-table-border-color: rgba(var(--warning-rgb), 0.1);
  --bs-table-striped-bg: rgba(var(--warning-rgb), 0.5);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgba(var(--warning-rgb), 0.5);
  --bs-table-hover-bg: rgba(var(--warning-rgb), 0.5);
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}
.table thead.table-success {
  background-color: #FFF;
  color: var(--bs-table-color);
  --bs-table-color-state: #000;
  --bs-table-color: #000;
  --bs-table-bg: rgba(var(--success-rgb), 0.1);
  --bs-table-border-color: rgba(var(--success-rgb), 0.1);
  --bs-table-striped-bg: rgba(var(--success-rgb), 0.5);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgba(var(--success-rgb), 0.5);
  --bs-table-hover-bg: rgba(var(--success-rgb), 0.5);
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}
.table thead.table-danger {
  background-color: #FFF;
  color: var(--bs-table-color);
  --bs-table-color-state: #000;
  --bs-table-color: #000;
  --bs-table-bg: rgba(var(--danger-rgb), 0.1);
  --bs-table-border-color: rgba(var(--danger-rgb), 0.1);
  --bs-table-striped-bg: rgba(var(--danger-rgb), 0.5);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgba(var(--danger-rgb), 0.5);
  --bs-table-hover-bg: rgba(var(--danger-rgb), 0.5);
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}
.table thead.table-info {
  background-color: #FFF;
  color: var(--bs-table-color);
  --bs-table-color-state: #000;
  --bs-table-color: #000;
  --bs-table-bg: rgba(var(--info-rgb), 0.1);
  --bs-table-border-color: rgba(var(--info-rgb), 0.1);
  --bs-table-striped-bg: rgba(var(--info-rgb), 0.5);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgba(var(--info-rgb), 0.5);
  --bs-table-hover-bg: rgba(var(--info-rgb), 0.5);
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}
.table thead.table-light {
  background-color: #FFF;
  color: var(--bs-table-color);
  --bs-table-color-state: #000;
  --bs-table-color: #000;
  --bs-table-bg: rgba(var(--light-rgb), 0.1);
  --bs-table-border-color: rgba(var(--light-rgb), 0.1);
  --bs-table-striped-bg: rgba(var(--light-rgb), 0.5);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgba(var(--light-rgb), 0.5);
  --bs-table-hover-bg: rgba(var(--light-rgb), 0.5);
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}
.table thead.table-dark {
  background-color: #FFF;
  color: var(--bs-table-color);
  --bs-table-color-state: #000;
  --bs-table-color: #000;
  --bs-table-bg: rgba(var(--dark-rgb), 0.1);
  --bs-table-border-color: rgba(var(--dark-rgb), 0.1);
  --bs-table-striped-bg: rgba(var(--dark-rgb), 0.5);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgba(var(--dark-rgb), 0.5);
  --bs-table-hover-bg: rgba(var(--dark-rgb), 0.5);
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.datanew tbody {
  border-top: 1px solid #EBECED;
}

.table-primary {
  --bs-table-color: #000;
  --bs-table-color-state: $black;
  --bs-table-bg: rgba(var(--primary-rgb), 0.1);
  --bs-table-border-color: rgba(var(--primary-rgb), 0.1);
  --bs-table-striped-bg: rgba(var(--primary-rgb), 0.3);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgba(var(--primary-rgb), 0.3);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgba(var(--primary-rgb), 0.3);
  --bs-table-hover-color: #000;
  color: #000;
  border-color: rgba(var(--primary-rgb), 0.1);
  background-color: #FFF;
}

.table-secondary {
  --bs-table-color: #000;
  --bs-table-color-state: $black;
  --bs-table-bg: rgba(var(--secondary-rgb), 0.1);
  --bs-table-border-color: rgba(var(--secondary-rgb), 0.1);
  --bs-table-striped-bg: rgba(var(--secondary-rgb), 0.3);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgba(var(--secondary-rgb), 0.3);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgba(var(--secondary-rgb), 0.3);
  --bs-table-hover-color: #000;
  color: #000;
  border-color: rgba(var(--secondary-rgb), 0.1);
  background-color: #FFF;
}

.table-warning {
  --bs-table-color: #000;
  --bs-table-color-state: $black;
  --bs-table-bg: rgba(var(--warning-rgb), 0.1);
  --bs-table-border-color: rgba(var(--warning-rgb), 0.1);
  --bs-table-striped-bg: rgba(var(--warning-rgb), 0.3);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgba(var(--warning-rgb), 0.3);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgba(var(--warning-rgb), 0.3);
  --bs-table-hover-color: #000;
  color: #000;
  border-color: rgba(var(--warning-rgb), 0.1);
  background-color: #FFF;
}

.table-success {
  --bs-table-color: #000;
  --bs-table-color-state: $black;
  --bs-table-bg: rgba(var(--success-rgb), 0.1);
  --bs-table-border-color: rgba(var(--success-rgb), 0.1);
  --bs-table-striped-bg: rgba(var(--success-rgb), 0.3);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgba(var(--success-rgb), 0.3);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgba(var(--success-rgb), 0.3);
  --bs-table-hover-color: #000;
  color: #000;
  border-color: rgba(var(--success-rgb), 0.1);
  background-color: #FFF;
}

.table-info {
  --bs-table-color: #000;
  --bs-table-color-state: $black;
  --bs-table-bg: rgba(var(--info-rgb), 0.1);
  --bs-table-border-color: rgba(var(--info-rgb), 0.1);
  --bs-table-striped-bg: rgba(var(--info-rgb), 0.3);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgba(var(--info-rgb), 0.3);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgba(var(--info-rgb), 0.3);
  --bs-table-hover-color: #000;
  color: #000;
  border-color: rgba(var(--info-rgb), 0.1);
  background-color: #FFF;
}

.table-danger {
  --bs-table-color: #000;
  --bs-table-color-state: $black;
  --bs-table-bg: rgba(var(--danger-rgb), 0.1);
  --bs-table-border-color: rgba(var(--danger-rgb), 0.1);
  --bs-table-striped-bg: rgba(var(--danger-rgb), 0.3);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgba(var(--danger-rgb), 0.3);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgba(var(--danger-rgb), 0.3);
  --bs-table-hover-color: #000;
  color: #000;
  border-color: rgba(var(--danger-rgb), 0.1);
  background-color: #FFF;
}

.table-dark {
  --bs-table-color: #000;
  --bs-table-color-state: $black;
  --bs-table-bg: rgba(var(--dark-rgb), 0.1);
  --bs-table-border-color: rgba(var(--dark-rgb), 0.1);
  --bs-table-striped-bg: rgba(var(--dark-rgb), 0.3);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgba(var(--dark-rgb), 0.3);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgba(var(--dark-rgb), 0.3);
  --bs-table-hover-color: #000;
  color: #000;
  border-color: rgba(var(--dark-rgb), 0.1);
  background-color: #FFF;
}

.table-light {
  --bs-table-color: #000;
  --bs-table-color-state: $black;
  --bs-table-bg: rgba(var(--light-rgb), 0.1);
  --bs-table-border-color: rgba(var(--light-rgb), 0.1);
  --bs-table-striped-bg: rgba(var(--light-rgb), 0.3);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgba(var(--light-rgb), 0.3);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgba(var(--light-rgb), 0.3);
  --bs-table-hover-color: #000;
  color: #000;
  border-color: rgba(var(--light-rgb), 0.1);
  background-color: #FFF;
}

[data-theme-mode=dark] .table-dark {
  border-color: rgba(0, 0, 0, 0.025);
}

[dir=rtl] .table {
  margin-inline-end: 1px;
}

.invoice-table {
  border: 1px solid #EBECED;
  border-radius: 5px;
  margin: 20px 0;
}
.invoice-table thead th {
  border-bottom: 1px solid #EBECED;
}
.invoice-table thead th:first-child {
  width: 80%;
}
.invoice-table tbody tr:last-child td {
  border-bottom: 0;
}
.invoice-table .delete-invoive-list {
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #F6CECE;
  color: #E70D0D;
  border-radius: 5px;
  font-size: 16px;
}

.invoice-product-table {
  border-top: 1px solid #EBECED;
}

.table {
  margin: 0;
}
.table tbody tr td {
  color: #4E5561;
  font-size: 14px;
}
.table tbody tr td .product-img img {
  border: 0;
}
.table tbody tr.active {
  border-bottom: 0;
}
.table tbody tr.active td {
  font-size: 18px;
  color: #4E5561;
  font-weight: 600;
  border-bottom: 0;
}
.table tbody tr .checkboxs .checkmarks {
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.new tbody tr td {
  border-bottom: none;
}

.dataTables_filter + .dataTables_filter {
  display: none;
}

.productimgname {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}
.productimgname a {
  color: #282B8B;
  font-weight: 500;
}

.table .input-blocks input[type=text] {
  height: 40px;
}

.table {
  margin: 0;
}
.table tbody tr td {
  color: #4E5561;
}
.table tbody tr td .product-img img {
  border: 0;
}
.table tbody tr td a {
  color: #242B3A;
}
.table tbody tr td a.product-img {
  margin-right: 5px;
  flex-shrink: 0;
}
.table tbody tr td a .info-img {
  margin-right: 8px;
  width: 16px;
  height: 16px;
}
.table tbody tr td a:hover {
  color: #FF008A;
}
.table tbody tr.active {
  border-bottom: 0;
}
.table tbody tr.active td {
  font-size: 18px;
  color: #4E5561;
  font-weight: 600;
  border-bottom: 0;
}

table tbody .productimgname {
  min-width: 200px;
}
table tbody .productimgname a.stock-img.product-img {
  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;
  margin-right: 8px;
}
table tbody .productimgname a.stock-img.product-img img {
  width: 50px;
  height: 50px;
  max-width: 100%;
  margin-right: 0;
}

table.table-bordered thead tr th p {
  margin-bottom: 0;
}

.custom-table {
  border-radius: 5px;
}
.custom-table table thead tr th {
  background: #E4E5E7;
  color: #242B3A;
  font-size: 14px;
  border: 0;
  padding: 12px 20px;
}
.custom-table table tbody tr td {
  border: 0;
  padding: 12px 20px;
}
.custom-table table tbody tr td .detail-link {
  font-weight: 600;
  color: #242B3A;
  text-decoration: underline;
}
.custom-table table tbody tr td .detail-link:hover {
  color: #FF008A;
}

.table tbody tr td a.delete-icon {
  font-size: 16px;
  color: #E70D0D;
}
.table tbody tr td a.delete-icon:hover {
  color: #b70a0a;
}

.custom-table {
  overflow: hidden;
}
.custom-table .table-responsive tr th {
  border: 0;
  border-bottom: 1px solid #EBECED;
}
.custom-table .table-responsive tr.report-first-head th {
  border-bottom: 0;
}
.custom-table .table-responsive tr td {
  border: 0;
  border-bottom: 1px solid #EBECED;
}
.custom-table .table-responsive tr td input.form-control {
  min-width: 200px;
}
.custom-table .table-responsive tr:last-child td {
  border-bottom: 0;
}

.table-responsive {
  border: 1px solid #EBECED;
}
.table-responsive tr td .attendance-range {
  width: 8px;
  height: 15px;
  border-radius: 5px;
  display: block;
}

/****** 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;
}

.checkboxs {
  display: block;
  cursor: pointer;
  user-select: none;
  position: relative;
  padding-left: 25px;
}
.checkboxs input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkboxs input ~ .checkmarks {
  border: 1px solid #EBECED;
  border-radius: 2px;
}

.checkboxs input:checked ~ .checkmarks {
  background-color: #FF008A;
  border-color: #FF008A;
}
.checkboxs input:checked ~ .checkmarks:after {
  display: block;
}

.checkboxs .checkmarks {
  height: 18px;
  width: 18px;
  position: absolute;
  top: 2px;
  left: 0;
}
.checkboxs .checkmarks::after {
  content: "";
  position: absolute;
  display: none;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  color: #FFF;
  font-weight: 600;
  font-size: 10px;
}

.page-wrapper {
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
  position: relative;
  left: 0;
  -webkit-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.page-wrapper .content {
  padding: 60px 0;
}
@media (max-width: 991.98px) {
  .page-wrapper .content {
    padding: 50px 0;
  }
}

.page-header {
  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;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
.page-header .breadcrumb {
  margin-bottom: 0;
}
@media (max-width: 575.98px) {
  .page-header {
    flex-direction: column;
    align-items: self-start;
  }
}
.page-header .page-title {
  margin-bottom: 10px;
}
.page-header h3 {
  font-weight: 700;
  color: #242B3A;
  font-size: 18px;
}
@media (max-width: 991.98px) {
  .page-header h3 {
    font-size: 14px;
  }
}
.page-header h4 {
  font-weight: 600;
  color: #242B3A;
  font-size: 18px;
  margin-bottom: 5px;
}
@media (max-width: 991.98px) {
  .page-header h4 {
    font-size: 18px;
  }
}
.page-header h6 {
  font-size: 14px;
  color: #4E5561;
  font-weight: 400;
}
@media (max-width: 991.98px) {
  .page-header h6 {
    font-size: 12px;
  }
}
@media (max-width: 575.98px) {
  .page-header h6 {
    font-size: 12px;
    margin-bottom: 20px;
  }
}

.provider-page .page-wrapper {
  margin-left: 216px;
  padding-top: 48px;
}
@media (max-width: 991.98px) {
  .provider-page .page-wrapper {
    margin-left: 0;
  }
}
.provider-page .content {
  padding: 20px;
}

.content.content-two {
  padding-bottom: 36px;
}

.breadcrumb-bar {
  background: #FBFBFB;
  padding: 40px 0;
  position: relative;
}
.breadcrumb-bar .breadcrumb-title {
  font-size: 36px;
}

.breadcrumb .breadcrumb-item {
  color: #656B76;
}
.breadcrumb .breadcrumb-item + .breadcrumb-item:before {
  content: "\f054";
  font-family: "fontawesome";
  line-height: 2;
  font-size: 12px;
}
.breadcrumb .breadcrumb-item.active {
  color: #242B3A;
}

.breadcrumb-bg-1 {
  position: absolute;
  left: 0;
  bottom: 0;
}
@media (max-width: 767.98px) {
  .breadcrumb-bg-1 {
    display: none;
  }
}

.breadcrumb-bg-2 {
  position: absolute;
  right: 0;
  top: 0;
}
@media (max-width: 767.98px) {
  .breadcrumb-bg-2 {
    display: none;
  }
}

header .index-2 .main-menu-wrapper .navbar-logo a img {
  height: auto;
  max-width: 100%;
  max-height: 35px;
}
header .index-2 .main-menu-wrapper nav .main-nav li:hover > a {
  background: transparent !important;
  -webkit-text-fill-color: initial;
  color: #FF008A !important;
}
header .index-2 .main-menu-wrapper nav .main-nav li:hover > a::before {
  background: none !important;
  -webkit-text-fill-color: initial;
  color: #FF008A !important;
}
header .index-2 .main-menu-wrapper nav .main-nav li .submenu {
  border-top: none !important;
}
header .index-2 .main-menu-wrapper nav .main-nav .header-btn .header-reg {
  font-weight: 500;
  color: #28283C;
  text-decoration: none;
  padding: 0;
}

.header-two .bar-icon span {
  background-color: #ff008a;
}
.header-two .menu-close {
  color: #ff008a;
}
.header-two .header-navbar-rht li > a.header-login {
  background: #ff008a;
  border: 1px solid #ff008a;
  box-shadow: inset 0 70px 0 0 #ff008a;
  border-radius: 40px;
  font-size: 16px;
  font-weight: 500;
  color: #FFF;
}
.header-two .header-navbar-rht li > a.header-login:hover {
  background: #e2017b;
  border: 1px solid #e2017b;
  box-shadow: inset 0 70px 0 0 #e2017b;
}
.header-two .main-nav li a:hover {
  color: #ff008a !important;
}

.header-two.fixed {
  top: 0;
}

.header-five .menu-close {
  color: #ff008a;
}

.header-six .menu-close {
  color: #ff008a;
}

.header-seven .menu-close {
  color: #ff008a;
}

.header-eight .menu-close {
  color: #ff008a;
}

.header-nine .menu-close {
  color: #ff008a;
}

.top-bar {
  background: #3E4265;
  padding: 10px 0;
  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;
  flex-wrap: wrap;
  width: 100%;
}
@media (max-width: 991.98px) {
  .top-bar {
    display: none;
  }
}
.top-bar h6 {
  font-weight: 600;
  font-size: 14px;
  color: #fff;
  margin: 0 24px 0 0;
}
.top-bar ul li {
  width: 30px;
  height: 30px;
  background: #fff;
  border-radius: 6px;
  font-weight: 600;
  font-size: 12px;
  color: #ff008a;
  display: -ms-inline-flexbox;
  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;
  margin-right: 12px;
}
.top-bar ul li:last-child {
  margin-right: 0;
}

.top-close {
  color: #fff;
  position: absolute;
  right: 20px;
}
.top-close:hover {
  color: #ff008a;
}

.header-two.fixed {
  top: 0;
}

header.header-five {
  background-color: transparent;
}
header.header-five .main-menu-wrapper nav .main-nav li a {
  color: #FFF;
}
header.header-five.fixed .main-menu-wrapper nav .main-nav li a {
  color: #111827;
}
header.header-five.fixed .header-button {
  color: #28283C;
}
header.header-five.fixed .header-button.header-button-five {
  color: #fff;
}

.header.header-five .main-nav > li > a {
  color: #fff;
}
@media (max-width: 991.98px) {
  .header.header-five .main-nav > li > a {
    color: #111827;
  }
}

.header.header-five.fixed .main-nav li a {
  color: #28283C;
}

.header-navbar-rht li > a.header-reg.register {
  color: #fff;
}

.header.header-five.fixed .header-navbar-rht li > a.header-reg.register {
  color: #28283C;
}

/*-----------------
    7. Header
-----------------------*/
/*-----------------
	8. Mobile Menu
-----------------------*/
.header {
  background: #fff;
  position: sticky;
  box-shadow: 0px 10px 40px rgba(202, 202, 202, 0.2);
  left: 0;
  top: 0;
  width: 100%;
  z-index: 1001;
  transition: ease all 0.5s;
  -webkit-transition: ease all 0.5s;
  -ms-transition: ease all 0.5s;
}
.header .has-arrow .dropdown-toggle:after {
  border-top: 0;
  border-left: 0;
  border-bottom: 2px solid #7E84A3;
  border-right: 2px solid #7E84A3;
  content: "";
  height: 8px;
  pointer-events: none;
  -webkit-transform-origin: 66% 66%;
  -ms-transform-origin: 66% 66%;
  transform-origin: 66% 66%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  width: 8px;
  vertical-align: 2px;
  margin-right: 10px;
}
.header .has-arrow .dropdown-toggle[aria-expanded=true]:after {
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.header .dropdown-toggle:after {
  border-top: 0;
  border-left: 0;
  border-bottom: 2px solid #757575;
  border-right: 2px solid #757575;
  content: "";
  height: 8px;
  display: inline-block;
  pointer-events: none;
  -webkit-transform-origin: 66% 66%;
  -ms-transform-origin: 66% 66%;
  transform-origin: 66% 66%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  width: 8px;
  vertical-align: 2px;
  margin-left: 10px;
}

.header.fixed {
  position: fixed;
  background-color: #fff;
  box-shadow: 0px 3px 53px rgba(197, 197, 197, 0.27);
  transition: ease all 0.5s;
  -webkit-transition: ease all 0.5s;
  -ms-transition: ease all 0.5s;
}

.navbar-brand.logo {
  margin-right: 0;
}

.logo img {
  height: auto;
  max-width: 100%;
  max-height: 35px;
}
.logo a {
  float: left;
}
.logo a img {
  float: left;
  max-height: 32px;
}

.header-nav {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  position: relative;
  height: 85px;
  padding: 0;
  margin-bottom: 0;
}

.main-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}
.main-nav > li > a {
  color: #28283C;
}
.main-nav > li .submenu li {
  position: relative;
}
.main-nav > li .submenu li a {
  display: block;
  padding: 8px 15px 8px 15px;
  clear: both;
  white-space: nowrap;
  font-size: 14px;
  color: #68616D;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  width: 100%;
  position: relative;
}
.main-nav > li .submenu > li.has-submenu > a::after {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  right: 15px;
  top: 12px;
  font-size: 13px;
}
.main-nav > li.active > a {
  color: #FF008A;
}
.main-nav li a {
  display: block;
  font-weight: 500;
}
.main-nav li a:hover {
  color: #FF008A;
}
.main-nav li.login-link {
  display: none;
}
.main-nav li.megamenu > ul {
  width: 100%;
}

.header-navbar-rht {
  margin: 0;
  padding: 0;
}
.header-navbar-rht > li {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding-right: 20px;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
}
.header-navbar-rht > li:last-child {
  padding-right: 0px;
}
.header-navbar-rht > li .dropdown-menu {
  border: 0;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
}
.header-navbar-rht > li .dropdown-menu .dropdown-item {
  border-top: 1px solid #f0f0f0;
  padding: 10px 15px;
  font-size: 0.9375rem;
}
.header-navbar-rht > li .dropdown-menu .dropdown-item:first-child {
  border-top: 0;
  border-radius: 5px 5px 0 0;
}
.header-navbar-rht > li .dropdown-menu .dropdown-item:last-child {
  border-radius: 0 0 5px 5px;
}
.header-navbar-rht > li .fa-bell {
  font-size: 24px;
}
.header-navbar-rht > li .fa-comments {
  font-size: 24px;
}
.header-navbar-rht > li a.header-login:hover {
  background-color: #fff;
  border: 1px solid #FF008A;
  box-shadow: inset 210px 0 0 0 #fff;
  color: #FF008A;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.header-navbar-rht > li a.header-login:focus {
  background-color: #fff;
  border: 1px solid #FF008A;
  box-shadow: inset 210px 0 0 0 #fff;
  color: #FF008A;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.header-navbar-rht .dropdown-toggle::after {
  display: none;
}
.header-navbar-rht li > .dropdown-menu a:hover {
  color: #FF008A;
  background-color: #fff;
}
.header-navbar-rht li > a.header-login {
  background-color: #FF008A;
  border: 1px solid #FF008A;
  color: #fff;
  box-shadow: inset 0 0 0 #FF008A;
  border-radius: 5px;
  padding: 9px 20px;
  font-weight: 500;
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  -o-transition: all 0.7s;
  transition: all 0.7s;
  min-height: 46px;
}
.header-navbar-rht li > a.header-login:hover {
  background-color: #FF008A;
  border: 1px solid #FF008A;
  box-shadow: inset 0 70px 0 0 #FF008A;
  color: #fff;
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  -o-transition: all 0.7s;
  transition: all 0.7s;
}
.header-navbar-rht li > a.header-login img {
  margin-right: 7px;
}
.header-navbar-rht li > a.header-reg {
  font-weight: 500;
  color: #28283C;
  text-decoration: none;
  padding: 0;
}
.header-navbar-rht li > a.header-reg:hover {
  color: #FF008A;
}
.header-navbar-rht .dropdown-menu {
  min-width: 200px;
  padding: 0;
  right: 0;
  left: unset;
}
.header-navbar-rht .dropdown-menu .dropdown-item {
  padding: 7px 15px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #e3e3e3;
  padding: 10px 15px;
}
.header-navbar-rht .dropdown-menu .dropdown-item:hover {
  color: #FF008A;
}
.header-navbar-rht .logged-item .nav-link {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 14px;
  height: 85px;
  padding: 0 10px;
  color: #fff;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  justify-content: center;
  position: relative;
  width: 41px;
  height: 41px;
  font-size: 16px;
  background: #F6F6FE;
  border-radius: 50%;
  -webkit-transition: 0.7s;
  -moz-transition: 0.7s;
  -o-transition: 0.7s;
  transition: 0.7s;
}
.header-navbar-rht .logged-item .nav-link .badge {
  position: absolute;
  top: 15px;
  right: 0;
}
.header-navbar-rht .logged-item .nav-link:hover {
  background: #FF008A;
  color: #fff;
}
.header-navbar-rht .logged-item .nav-link:hover > img {
  filter: brightness(0) invert(1);
}
.header-navbar-rht .logged-item .nav-link::after {
  display: none;
}

.user-menu {
  float: right;
  margin: 0;
  position: relative;
  z-index: 99;
}

.user-menu.nav > li > a {
  color: #fff;
  font-size: 14px;
  line-height: 58px;
  padding: 0 15px;
  height: 60px;
}
.user-menu.nav > li > a:hover {
  background-color: rgba(0, 0, 0, 0.2);
}
.user-menu.nav > li > a:hover i {
  color: #fff;
}
.user-menu.nav > li > a:focus {
  background-color: rgba(0, 0, 0, 0.2);
}
.user-menu.nav > li > a:focus i {
  color: #fff;
}
.user-menu.nav > li > a .badge {
  background-color: #f43f3f;
  display: block;
  font-size: 10px;
  font-weight: bold;
  min-height: 15px;
  min-width: 15px;
  position: absolute;
  right: 3px;
  top: 6px;
}
.user-menu.nav > li > a > i {
  font-size: 1.5rem;
  line-height: 60px;
}
.user-menu.nav > li > a.mobile_btn {
  border: 0;
  position: relative;
  padding: 0;
  margin: 0;
  cursor: pointer;
}

.user-img {
  display: inline-block;
  position: relative;
  -webkit-animation: pulse 1s ease-out;
  animation: pulse 2s infinite;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.user-img > img {
  height: 40px;
  object-fit: cover;
  width: 40px;
  border: 3px solid #fff;
  outline: 3px solid #D9D9D9;
}

.user-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 15px;
  background-color: #f9f9f9;
  display: flex;
  padding: 10px 15px;
}
.user-header .user-text {
  margin-left: 10px;
}
.user-header .user-text h6 {
  font-size: 15px;
  margin-bottom: 2px;
}

.header-navbar-rht.log-rht li {
  margin-right: 43px;
}
.header-navbar-rht.log-rht li a {
  color: #28283C;
  padding: 0;
}
.header-navbar-rht.log-rht li a:hover {
  color: #FF008A;
}
.header-navbar-rht.log-rht li:last-child {
  margin-right: 0;
}

.flag-nav > a {
  color: #28283C;
  border: 1px solid #E4E4E8;
  border-radius: 8px;
  font-size: 14px;
  padding: 11px 13px;
}
.flag-nav > a img {
  margin-right: 5px;
}
.flag-nav .dropdown-item img {
  margin-right: 10px;
  border-radius: 50%;
}

.noti-dropdown .dropdown-toggle {
  color: #fff;
  font-size: 14px;
  line-height: 23px;
  padding: 0 15px;
}
.noti-dropdown .dropdown-toggle::after {
  display: none;
}
.noti-dropdown .dropdown-toggle span {
  background-color: #f43f3f;
  display: block;
  font-size: 10px;
  font-weight: bold;
  min-height: 15px;
  min-width: 15px;
  position: absolute;
  right: 3px;
  top: 5px;
}
.noti-dropdown .dropdown-toggle i {
  float: right;
  line-height: 50px;
  margin-left: 15px;
  font-size: 21px;
  float: left;
  line-height: 50px;
  color: #fff;
  margin: 0px;
  margin-left: 0px;
  cursor: pointer;
}
.noti-dropdown .dropdown-menu {
  top: 63px !important;
  font-size: 14px;
}

.notification-message {
  margin-bottom: 0;
}
.notification-message h6 {
  font-size: 14px;
  font-weight: 400;
  color: #28283C;
  position: relative;
  padding-left: 10px;
  margin-bottom: 8px;
}
.notification-message h6:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  background: #DDDEE1;
  border-radius: 2px;
  width: 4px;
  height: 100%;
}
.notification-message .avatar-online::before {
  top: 0;
  background: #6DCC76;
}

.notifications {
  padding: 0;
  filter: drop-shadow(0px 5px 15px rgba(0, 0, 0, 0.2));
}
.notifications .notification-time {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.35;
  color: #7E84A3;
}
.notifications .notify-btns .btn {
  margin: 0 8px 8px 0;
}
.notifications .media {
  margin-top: 0;
  border-bottom: 1px solid #f5f5f5;
}
.notifications .media:last-child {
  border-bottom: none;
}
.notifications .media a {
  display: block;
  padding: 0;
  border-radius: 2px;
}
.notifications .media a:hover {
  background-color: #fafafa;
}
.notifications .media .avatar {
  margin-right: 15px;
  width: 38px;
  height: 38px;
}
.notifications .media-list .media-left {
  padding-right: 8px;
}
.notifications .noti-content::-webkit-scrollbar {
  width: 6px;
  background: #EEF1FE;
  height: 10px;
}
.notifications .noti-content::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px rgb(231, 231, 231);
  border-radius: 4px;
}
.notifications .noti-content::-webkit-scrollbar-thumb {
  background: #8A8A95;
  border-radius: 4px;
}
.notifications .noti-content::-webkit-scrollbar-thumb:hover {
  background: #1B2559;
}
.notifications ul.notification-list > li {
  margin-top: 0;
  padding: 10px 15px;
  border-bottom: 1px solid #f5f5f5;
}
.notifications ul.notification-list > li:last-child {
  border-bottom: none;
}
.notifications ul.notification-list > li a {
  display: block;
  border-radius: 2px;
}
.notifications ul.notification-list > li > a:hover {
  background-color: #fafafa;
}
.notifications ul.notification-list > li .list-item {
  border: 0;
  padding: 0;
  position: relative;
}

.topnav-dropdown-header {
  border-bottom: 1px solid #eee;
  text-align: center;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  height: 45px;
  line-height: 45px;
  padding-left: 15px;
  padding-right: 15px;
}
.topnav-dropdown-header select {
  border: 0;
  font-size: 12px;
  color: #74788d;
}
.topnav-dropdown-header select:focus-visible {
  outline: 0;
}
.topnav-dropdown-header .notification-title {
  display: block;
  float: left;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 0px;
}
.topnav-dropdown-header .notification-title span {
  padding: 3px 6px;
  margin-left: 5px;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  background: #FF008A;
}
.topnav-dropdown-header .clear-noti {
  color: #28283C;
  float: right;
  font-size: 14px;
}
.topnav-dropdown-header .clear-noti:hover {
  color: #FF008A;
}

.topnav-dropdown-footer {
  height: 45px;
  line-height: 45px;
  padding-left: 15px;
  padding-right: 15px;
  border-top: 1px solid #eee;
}
.topnav-dropdown-footer a {
  display: block;
  text-align: center;
  font-size: 13px;
  font-weight: 500;
  color: #FF008A;
  display: flex;
  align-items: center;
  justify-content: center;
}
.topnav-dropdown-footer a:hover {
  color: #FF008A;
}
.topnav-dropdown-footer a:hover i {
  color: #FF008A;
  margin-left: 8px;
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
}
.topnav-dropdown-footer a img {
  margin-left: 5px;
  filter: brightness(0) saturate(100%) invert(24%) sepia(84%) saturate(2990%) hue-rotate(239deg) brightness(91%) contrast(105%);
}

.noti-details {
  font-size: 14px;
  color: #28283C;
  margin-bottom: 8px;
  font-weight: 500;
}
.noti-details span {
  color: #74788d;
  font-weight: 400;
}

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

.noti-pop-detail li.noti-wrapper .notify-blk {
  padding: 24px;
  border-radius: 10px;
  border: 1px solid #E1E1E1;
  background: #FFF;
  box-shadow: 0px 4px 114px 0px rgba(214, 214, 214, 0.25);
  width: 410px;
  height: 580px;
}
.noti-pop-detail li.noti-wrapper .notify-blk .topnav-dropdown-header {
  padding: 15px;
  border-radius: 10px;
  background: #FAFAFA;
  border: none;
  margin-bottom: 15px;
}
.noti-pop-detail li.noti-wrapper .notify-blk .noti-content ul.notification-list li.notification-message {
  padding: 10px;
}
.noti-pop-detail li.noti-wrapper .notify-blk .noti-content ul.notification-list li .media-body p.noti-details {
  margin-bottom: 5px;
  position: relative;
}
.noti-pop-detail li.noti-wrapper .notify-blk .topnav-dropdown-footer {
  border: none;
}
.noti-pop-detail .noti-img span img {
  border-radius: 45px;
  border: 2px solid #E1E1E1;
}

.noti-time {
  font-size: 14px;
  margin: 0;
}

.flag-dropdown .nav-link {
  color: #28283C;
  padding: 0.5rem 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: inline-flex;
}

.account-item .nav-link {
  padding: 0.5rem 0;
}

.user-info {
  margin-left: 10px;
}
.user-info h6 {
  font-weight: 600;
  font-size: 16px;
  color: #28283C;
  margin-bottom: 4px;
}
.user-info p {
  font-size: 14px;
  margin-bottom: 0;
}

.user-infos {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.megamenu-wrapper {
  padding: 25px 25px 0;
}

.single-demo {
  transition: 0.4s;
  margin-bottom: 25px;
}
.single-demo:hover {
  transform: translateY(-20px);
}
.single-demo:hover .demo-info {
  opacity: 1;
  bottom: -30px;
}

.single-demo.active .demo-info a {
  color: #FF008A;
}
.single-demo.active .demo-img {
  box-shadow: 0px 4.8px 24.4px -12px rgba(19, 16, 34, 0.1), 0px 4px 13px -2px rgba(19, 16, 34, 0.06);
}

.header-one .single-demo.active .demo-info a {
  color: #FF008A;
}

.header-four .single-demo.active .demo-info a {
  color: #FF008A;
}

.header-five .bar-icon span {
  background-color: #FF008A;
}
.header-five .main-nav .single-demo.active .demo-info a {
  color: #FF008A;
}

.demo-info {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  z-index: 1;
  transition: 0.4s;
  margin-top: 10px;
}

.header-six .bar-icon span {
  background-color: #FF008A;
}

.header-nine .bar-icon span {
  background-color: #FF008A;
}

.header-two .bar-icon span {
  background-color: #FF008A;
}

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

.menu-opened .main-menu-wrapper {
  transform: translateX(0);
}

.menu-header {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 60px;
  padding: 0 20px;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  display: none;
}

.menu-logo img {
  height: auto;
  max-width: 180px;
}

.menu-close {
  font-size: 18px;
  color: #FF008A;
}

.bar-icon {
  display: inline-block;
  width: 31px;
}
.bar-icon span {
  background-color: #FF008A;
  display: block;
  float: left;
  height: 2px;
  margin-bottom: 6px;
  width: 30px;
  border-radius: 2px;
}
.bar-icon span:nth-child(3) {
  margin-bottom: 0;
}

#mobile_btn {
  display: none;
  margin-right: 30px;
}

html.menu-opened body {
  overflow: hidden;
}

.main-menu-wrapper {
  margin: 0 15px 0;
}

.navbar-brand.logo-small {
  display: none;
}
.navbar-brand.logo-small img {
  max-height: 30px;
}

/*-----------------
    50. Header seven
-----------------------*/
.header.header-seven .main-nav > li > a {
  color: #203066;
}

.header-seven .bar-icon span {
  background-color: #FF008A;
}

.header.header-seven .header-navbar-rht li > a.header-login {
  background: #FF008A;
  border: 1px solid #FF008A;
  border-radius: 40px;
}

.header.header-seven .header-navbar-rht li > a.header-login:hover {
  background: #F5F7FF;
  border: 1px solid #F5F7FF;
  color: #203066;
  box-shadow: inset 0 70px 0 0 #F5F7FF;
}

/*-----------------
    51. Header Eight
-----------------------*/
.header.header-eight .main-nav > li > a {
  color: #151519;
}

.header.header-eight .header-navbar-rht li > a.header-login {
  background: #FF008A;
  border: 1px solid #FF008A;
  border-radius: 0;
}

.header.header-eight .header-navbar-rht li > a.header-login:hover {
  border: 1px solid #2A396D;
  color: #2A396D;
  background: #fff;
  box-shadow: inset 0 70px 0 0 #fff;
}

/*-----------------
    52. Header Nine
-----------------------*/
.top-bar-nine {
  padding: 17px 0;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
}
.top-bar-nine .top-close {
  color: #000000;
}
@media (max-width: 767.98px) {
  .top-bar-nine {
    display: none;
  }
}

.top-bar-nine-all {
  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;
}

.top-bar-ryt {
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.top-address {
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  margin-right: 40px;
}
.top-address span {
  font-size: 28px;
  color: rgb(32, 48, 102);
  margin-right: 10px;
}
.top-address h6 {
  margin-bottom: 0;
  font-size: 12px;
  color: #203066;
}
.top-address p {
  margin-bottom: 0;
  color: #203066;
  position: relative;
}
.top-address p img {
  position: absolute;
  bottom: 10px;
  right: 0;
}

.top-select {
  outline: none;
  border: none;
  color: #203066;
  -webkit-appearance: none;
  background: none;
}

.top-addres-nine {
  position: relative;
}

.top-btn .btn-primary {
  padding: 12px 24px 12px 24px;
  background: #FF008A;
  color: #fff;
  border-radius: 0;
  border: 1px solid #FF008A;
}
.top-btn .btn-primary:hover {
  border: 1px solid #FF008A;
}

.header-navbar-rht-nine .nav-item .nav-link {
  color: #FF008A;
  padding: 0;
}
.header-navbar-rht-nine .nav-item .nav-link:hover {
  color: #FF008A;
}

.header.header-nine .navbar-header {
  display: none;
}
.header.header-nine .header-nav {
  height: 56px;
}

.header.header-nine.fixed .header-nav {
  height: 85px;
}

.header-nine .main-menu-wrapper {
  margin-left: 0;
}

@media only screen and (min-width: 992px) {
  .main-nav > li {
    margin-right: 25px;
  }
  .main-nav > li:last-child {
    margin-right: 0;
  }
  .main-nav li {
    display: block;
    position: relative;
  }
  .main-nav > li > a {
    line-height: 85px;
    padding: 0 !important;
  }
  .header.header-nine .main-nav > li > a {
    line-height: 56px;
  }
  .header.header-nine.fixed .main-nav > li > a {
    line-height: 85px;
  }
  .main-nav > li > a > i {
    font-size: 12px;
    margin-left: 3px;
  }
  .main-nav li.megamenu {
    position: unset;
  }
  .single-demo a {
    padding: 0 !important;
  }
  .main-nav li > ul {
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
    display: block;
    font-size: 14px;
    left: 0;
    margin: 0;
    min-width: 200px;
    opacity: 0;
    padding: 0;
    position: absolute;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    top: 100%;
    visibility: hidden;
    z-index: 1000;
  }
  .main-nav li.has-submenu:hover > .submenu {
    opacity: 1;
    visibility: visible;
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
  }
  .main-nav .has-submenu.active > a {
    color: #FF008A;
  }
  .header-six .main-nav .has-submenu.active > a {
    color: #FF008A;
  }
  .header.header-five .main-nav .has-submenu.active > a {
    color: #FF008A;
  }
  .main-nav .has-submenu.active .submenu li.active > a {
    color: #FF008A;
  }
  .header.header-five .main-nav .has-submenu.active > a,
  .header.header-five .main-nav .has-submenu.active .submenu li.active > a,
  .header-five .main-nav li .submenu a:hover {
    color: #FF008A;
  }
  .header.header-seven .main-nav .has-submenu.active > a,
  .header.header-seven .main-nav .has-submenu.active .submenu li.active > a,
  .header-seven .main-nav li .submenu a:hover {
    color: #FF008A;
  }
  .header.header-eight .main-nav .has-submenu.active > a,
  .header.header-eight .main-nav .has-submenu.active .submenu li.active > a,
  .header-eight .main-nav li .submenu a:hover {
    color: #FF008A;
  }
  .header.header-nine .main-nav .has-submenu.active > a,
  .header.header-nine .main-nav .has-submenu.active .submenu li.active > a,
  .header-nine .main-nav li .submenu a:hover {
    color: #FF008A;
  }
  .main-nav > li .submenu li:first-child a {
    border-top: 0;
  }
  .main-nav > li.has-submenu:hover > .submenu > li.has-submenu:hover > .submenu {
    visibility: visible;
    opacity: 1;
    margin-top: -1px;
    margin-right: 0;
  }
  .main-nav > li .submenu > li .submenu {
    left: 100%;
    top: 0;
    margin-top: 10px;
  }
  .main-nav li .submenu a:hover {
    color: #FF008A;
  }
  .main-nav > .has-submenu > .submenu > .has-submenu > .submenu::before {
    top: 20px;
    margin-left: -35px;
    box-shadow: 1px 1px 0 0 rgba(0, 0, 0, 0.15);
    border-color: transparent #fff #fff transparent;
  }
  .header-two .main-nav li .submenu a:hover {
    color: #FF008A;
  }
  .header-two .main-nav .has-submenu.active > a {
    color: #FF008A;
  }
  .header-two .main-nav .has-submenu.active .submenu li.active > a {
    color: #FF008A;
  }
  .header-three .main-nav li .submenu a:hover {
    color: #FF008A;
  }
  .header-three .main-nav .has-submenu.active > a {
    color: #FF008A;
  }
  .header-three .main-nav .has-submenu.active .submenu li.active > a {
    color: #FF008A;
  }
  .header-navbar-rht .dropdown-toggle.show + .dropdown-menu {
    visibility: visible;
    opacity: 1;
    margin-top: 0;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  .header-navbar-rht li .dropdown-menu {
    border-radius: 5px;
    padding: 0;
    margin: 0;
    min-width: 200px;
    visibility: hidden;
    opacity: 0;
    top: 115%;
    left: auto;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    display: block;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
  .header-navbar-rht li .dropdown-menu.notifications {
    left: -310px;
  }
  .main-nav li > ul.mega-submenu {
    padding: 0;
    border: 0;
    display: block;
    opacity: 0;
    visibility: hidden;
    min-width: 250px;
    transform: scaleY(0);
    -webkit-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -o-transform: scaleY(0);
    transform-origin: center top 0;
    -webkit-transform-origin: center top 0;
    -moz-transform-origin: center top 0;
    -ms-transform-origin: center top 0;
    -o-transform-origin: center top 0;
    transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    box-shadow: 0 16px 50px rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: 0 16px 50px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0 16px 50px rgba(0, 0, 0, 0.08);
    -ms-box-shadow: 0 16px 50px rgba(0, 0, 0, 0.08);
    -o-box-shadow: 0 16px 50px rgba(0, 0, 0, 0.08);
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
  }
}
@media only screen and (max-width: 1399.98px) {
  .header-new .main-nav > li {
    margin-right: 12px;
  }
  .header-new .main-nav > li a {
    font-size: 15px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .main-nav > li {
    margin-right: 17px;
  }
  .header-new .header-navbar-rht {
    display: none;
  }
}
@media only screen and (max-width: 991.98px) {
  .sidebar-overlay.opened {
    display: block;
  }
  .booking-details li p:last-child {
    margin-left: 0;
    margin-top: 0;
    display: unset;
  }
  .linked-item .security-verifi .btn-connect {
    padding: 9px 15px;
    margin-right: 10px;
    margin-bottom: 0;
  }
  .settings-widget {
    margin-bottom: 30px;
  }
  .works-five-main {
    margin-bottom: 30px;
  }
  .provider-box .btn {
    font-size: 15px;
    padding: 5px 15px;
  }
  .provider-box .rate {
    font-size: 15px;
  }
  .header-navbar-rht > li {
    padding-right: 15px;
  }
  .providers-section {
    padding-bottom: 50px;
  }
  .login-wrap .col-form-label {
    font-size: 14px;
  }
  .offer-paths {
    background-color: #FF008A;
    border-radius: 5px;
    margin-bottom: 80px;
    margin-top: 60px;
    padding: 15px;
    top: 0;
  }
  .booking-details li p:first-child {
    margin-left: 110px;
    margin-top: 10px;
  }
  .offer-paths::after {
    background: transparent;
    z-index: -1;
  }
  .offer-path-content h3 {
    font-size: 28px;
  }
  .offer-pathimg {
    display: none;
  }
  .grid-listview a {
    width: 32px;
    height: 32px;
    font-size: 14px;
  }
  .megamenu-wrapper {
    padding: 0;
  }
  .demo-img {
    display: none;
  }
  .demo-info {
    opacity: 1;
    position: relative;
    bottom: 0;
    text-align: left;
  }
  .single-demo:hover .demo-info {
    bottom: 0;
  }
  .select2-container--default .select2-selection--single {
    outline: 0;
  }
  .review-sort .select2-container--default .select2-selection--single,
  .review-sort .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 32px;
  }
  .review-sort .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 31px;
  }
  .offer-path-content {
    padding-left: 0;
  }
  .main-nav {
    padding: 0;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
  }
  .main-nav ul {
    display: none;
    list-style: none;
    margin: 0;
    padding-left: 0;
  }
  .main-nav > li {
    margin-left: 0;
  }
  .main-nav li + li {
    margin-left: 0;
  }
  .main-nav > li > a {
    line-height: 1.5;
    padding: 15px 20px !important;
    font-size: 14px;
    font-weight: 500;
  }
  .main-nav > li > a > i {
    float: right;
    margin-top: 5px;
  }
  .main-nav > li .submenu li a {
    border-top: 0;
    color: #28283C;
    padding: 10px 15px 10px 35px;
  }
  .main-nav > li .submenu ul li a {
    padding: 10px 15px 10px 45px;
  }
  .main-nav > li .submenu > li.has-submenu > a::after {
    content: "\f078";
  }
  .main-nav .has-submenu.active > a {
    color: #FF008A;
  }
  .header-three .main-nav .has-submenu.active > a {
    color: #FF008A;
  }
  .header-six .main-nav .has-submenu.active > a {
    color: #FF008A;
  }
  .header-nine .main-nav .has-submenu.active > a {
    color: #FF008A;
  }
  .header-eight .main-nav .has-submenu.active > a {
    color: #FF008A;
  }
  .main-nav .has-submenu.active .submenu li.active > a {
    color: #FF008A;
  }
  .main-nav > li > a:hover::after,
  .main-nav > li.active > a::after {
    top: 0;
  }
  .header-two .main-nav .has-submenu.active > a,
  .header-two .main-nav .has-submenu.active .submenu li.active > a {
    color: #FF008A;
  }
  .main-menu-wrapper {
    order: 3;
    width: 260px;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    overflow-x: hidden;
    overflow-y: auto;
    z-index: 11111;
    transform: translateX(-260px);
    transition: all 0.4s;
    background-color: #fff;
    margin: 0;
  }
  .menu-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .navbar-header {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
  .main-nav > li {
    border-bottom: 1px solid #E1E2E5;
    margin-right: 0;
  }
  #mobile_btn {
    line-height: 0;
    display: inline-block;
  }
  .sidebar {
    margin-left: -225px;
    width: 225px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    z-index: 1038;
  }
  .provider-body .page-wrapper {
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  .review-pagination ul li a, .page-item .page-link {
    width: 25px;
    height: 25px;
  }
  .login-wrap .login-btn {
    font-size: 14px;
    padding: 10px;
  }
  .blog-pagination .page-prev, .blog-pagination .page-next {
    line-height: 25px;
  }
  .provider-body .header {
    left: 0;
    z-index: 1039;
  }
  .provider-body .user-menu.nav > li > a.viewsite, .provider-body .user-menu.nav > li.flag-nav,
  .provider-body .user-menu.nav > li > a.win-maximize {
    display: none;
  }
  .mobile_btns {
    color: #FF008A;
    cursor: pointer;
    display: flex;
    font-size: 26px;
    height: 76px;
    left: 0;
    padding: 0 15px;
    position: absolute;
    text-align: center;
    top: 0;
    z-index: 10;
    justify-content: center;
    align-items: center;
  }
  .bg-img, .page-headers, .siderbar-toggle, .header .header-left .logo {
    display: none;
  }
  .header-split {
    justify-content: flex-end;
  }
  .header .header-left {
    position: absolute;
    width: 100%;
    display: block;
    height: auto;
    top: 0;
    left: 0;
  }
  .header .header-left .sidebar-logo {
    padding: 26px 0;
  }
  .provider-body .logo-small {
    display: block;
    margin: 0 auto;
  }
  .content {
    padding: 30px 0;
  }
  .header-navbar-rht > li.desc-list {
    display: none;
  }
  .container {
    max-width: 100%;
  }
  .footer-widget {
    margin-bottom: 30px;
  }
  .footer .footer-top {
    padding-bottom: 10px;
  }
  .section-search {
    margin: 60px 0;
  }
  .breadcrumbs {
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 10px;
  }
  .breadcrumbs li {
    float: none;
    display: inline-block;
    padding: 0 13px;
  }
  .hero-section, .home-banner {
    min-height: 400px;
  }
  .section-search {
    max-width: 100%;
  }
  .search-box form .search-btn {
    width: auto;
    float: right;
    margin: 0;
  }
  .search-box, .search-box-two {
    border-radius: 30px;
  }
  .search-input.line, .search-input-new.line {
    width: 100%;
  }
  .search-input, .search-input-new {
    width: 100%;
  }
  .search-box form > div {
    width: 100%;
  }
  .search-input > i {
    right: 20px;
  }
  .search-box form .search-btn, .search-box-two form .search-btn {
    float: left;
    width: 100%;
    padding: 0;
  }
  .search-input.line::before, .search-input-new.line::before {
    display: none;
  }
  .search-input.line {
    margin-right: 0;
  }
  .search-input {
    margin: 0 0 10px 0;
  }
  .viewall span {
    font-size: 1.875rem;
  }
  .howworksec {
    background: none;
  }
  .heading h2 {
    font-size: 1.625rem;
  }
  .chat-cont-left, .chat-cont-right {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    transition: all 0.4s;
    width: 100%;
    max-height: 100%;
  }
  .chat-cont-left {
    z-index: 9;
  }
  .chat-cont-right {
    position: absolute;
    /* right: -100%; */
    opacity: 0;
    visibility: hidden;
    z-index: 99;
  }
  .chat-cont-right .chat-header {
    justify-content: start;
    -webkit-justify-content: start;
    -ms-flex-pack: start;
  }
  .chat-cont-right .msg_head .back-user-list {
    display: flex;
    align-items: center;
  }
  .chat-cont-right .msg_head .chat-options {
    margin-left: auto;
  }
  .chat-window.chat-slide .chat-cont-right {
    right: 0;
    opacity: 1;
    visibility: visible;
  }
  .chat-cont-right .chat-scroll {
    max-height: calc(100vh - 257px);
  }
  .chat-cont-left .chat-scroll {
    max-height: calc(100vh - 292px);
  }
  .chat-cont-profile {
    z-index: 999;
  }
  .msg_card_body .media.sent .media-body .msg-box {
    margin-left: 0px;
  }
  .chat-options ul li a {
    width: 20px;
    height: 20px;
  }
  .user_img {
    height: 30px;
    width: 30px;
  }
  .content {
    padding: 30px 0;
  }
  .section-search-box {
    min-height: 330px;
  }
  .download-app .app-world .heading h2 {
    margin-bottom: 30px;
    font-size: 24px;
  }
  .download-app .app-world .heading span, .section-heading span {
    font-size: 16px;
  }
  .true-search-box {
    position: relative;
    top: 0;
    padding-top: 25px;
  }
  .feature-category {
    padding-top: 60px;
  }
  .section-heading h2, .section-heading-two h2 {
    font-size: 25px;
  }
  .blog-title a {
    font-weight: 500;
  }
  .blog-read-more a, .blog-date p {
    font-size: 15px;
  }
  .blog-inner-img img:nth-child(1) {
    margin-right: 10px;
  }
  .blog-item.left-box {
    margin-right: 30px;
  }
  .blog-item p {
    padding: 30px 35px;
  }
  .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }
  .feature-section, .work-section, .client-section,
  .feature-section-two, .service-section-two, .work-section-two, .providers-section-two {
    padding: 60px 0 36px;
  }
  .popular-section {
    padding-bottom: 36px;
  }
  .app-section-two {
    padding-bottom: 60px;
  }
  .service-section, .client-section-two, .about-sec {
    padding: 60px 0;
  }
  .chooseus-sec {
    padding: 60px 0 40px;
  }
  .blog-section {
    padding: 60px 0 40px;
  }
  .app-section {
    padding: 0 0 60px;
  }
  .about-banner {
    margin-bottom: 60px;
  }
  .about-content {
    margin: 0;
  }
  .about-content p {
    margin-bottom: 15px;
  }
  .btn-view {
    padding: 11px 25px;
    font-weight: 500;
    font-size: 14px;
  }
  .fav-item .serv-rating {
    padding: 6px 8px;
    font-size: 14px;
  }
  .about-content h2, .choose-content h2, .choose-info h5 {
    font-size: 24px;
  }
  .service-content .title, .work-box h5, .book-title h5, .contact-data h4, .category-name h6 {
    font-size: 18px;
  }
  .service-widget .serv-info h6, .section-search p, .widget-title h4 {
    font-size: 20px;
  }
  .choose-info p, .grid-blog .blog-content p {
    font-size: 14px;
  }
  .blog-category ul li, .blog-category .post-author span {
    font-size: 12px;
  }
  .breadcrumb-bar .page-breadcrumb ol li a, .breadcrumb-bar .page-breadcrumb ol li {
    font-size: 15px;
  }
  .about-offer {
    padding: 30px;
  }
  .service-offer {
    padding-bottom: 60px;
  }
  .about-offer .offer-path-content {
    padding: 0;
  }
  .btn-book {
    padding: 10px 16px;
  }
  .blog-content .blog-title {
    font-size: 16px;
  }
  .grid-blog .blog-content .blog-title {
    font-size: 18px;
  }
  .home-banner {
    background: none;
  }
  .section-search h1 {
    font-size: 34px;
    margin-bottom: 15px;
    max-width: 100%;
  }
  .search-box {
    margin-top: 35px;
  }
  .testimonial-slider .owl-nav button.owl-prev {
    left: -10px;
  }
  .testimonial-slider .owl-nav button.owl-next {
    right: -10px;
  }
  .appimg-set {
    margin-top: 20px;
    position: relative;
    text-align: center;
    right: 0;
  }
  .appimg-set img {
    max-width: 100%;
  }
  .app-sec:before {
    content: none;
  }
  .serv-profile h2, .contact-queries h2 {
    font-size: 30px;
  }
  .serv-action ul li, .step-register li .multi-step-icon {
    margin-right: 10px;
  }
  .serv-action ul li a {
    width: 40px;
    height: 40px;
  }
  .service-wrap {
    margin-bottom: 20px;
  }
  .service-amount h5 {
    font-size: 20px;
  }
  .booking-done h6 {
    font-size: 20px;
  }
  .service-amount h5 span {
    font-size: 18px;
  }
  .package-widget ul li:before {
    top: 2px;
  }
  .book-submit .btn, .booking-done p, .step-register li .multi-step-info p,
  .grid-blog .blog-content .read-more {
    font-size: 14px;
  }
  .blog-list .blog-content .blog-title {
    font-size: 16px;
  }
  .page-title h2, .login-header h3, .dash-info h5 {
    font-size: 24px;
  }
  .step-register li .multi-step-info h6 {
    font-size: 16px;
  }
  .category-name h6 {
    font-size: 18px;
  }
  .contact-data p, .category-info p {
    font-size: 15px;
  }
  .header-navbar-rht.log-rht li {
    margin-right: 20px;
  }
  .login-back, .recent-booking, .login-back.manage-log {
    margin-bottom: 25px;
  }
  .banner-imgs {
    display: none;
  }
  .settings-header, .settings-menu {
    padding: 20px;
  }
  .price-head h1, .error-wrap h2 {
    font-size: 32px;
  }
  .maintenance-sec {
    padding: 60px 0;
  }
  .maintenance-wrap {
    margin-bottom: 30px;
  }
  .maintenance-wrap h2, .balance-crad h3 {
    font-size: 22px;
  }
  .maintenance-wrap p {
    margin-bottom: 24px;
  }
  .main-title {
    font-size: 20px;
    margin-bottom: 15px;
  }
  .balance-head h6 {
    font-size: 13px;
  }
  .balance-head p {
    font-size: 12px;
  }
  .user-menu li.dropdown.dropdown-heads {
    margin-right: 0;
  }
  .filter-div .filter-content:last-child, .filter-div .btn {
    margin-bottom: 25px;
  }
  .new-comment {
    margin-bottom: 30px;
  }
  .chat-page-body {
    overflow: hidden;
  }
  .customer-chat .chat-cont-left .chat-scroll {
    max-height: calc(100vh - 235px);
  }
  .customer-chat .chat-cont-profile .card-body {
    max-height: calc(100vh - 260px);
  }
  .chat-cont-right .chat-scroll {
    max-height: calc(100vh - 254px);
  }
  .work-wrap h1 {
    font-size: 26px;
  }
  .work-wrap-acc, .work-wrap-earning {
    padding-right: 0;
  }
  .work-wrap-post {
    padding-left: 0;
  }
  .work-wrap, .work-img {
    margin-bottom: 100px;
  }
  .work-wrap-acc:after {
    bottom: -40%;
    width: 50%;
    height: 50%;
  }
  .work-wrap-post:after {
    bottom: -40%;
    width: 50%;
    height: 50%;
  }
  .work-wrap span {
    width: 45px;
    height: 45px;
    font-size: 15px;
    margin-bottom: 15px;
  }
  .breadcrumb-title {
    font-size: 30px;
  }
  .countdown-container .countdown-el p {
    font-size: 26px;
  }
  #datetimepickershow {
    margin-bottom: 24px;
  }
  .provider-img {
    margin: 30px 0 40px 30px;
  }
  .provider-info h2 {
    font-size: 28px;
  }
  .provider-info, .provider-details {
    margin-bottom: 40px;
  }
  .provider-details.provide-area {
    margin-bottom: 20px;
  }
  .banner-search h3 {
    font-size: 24px;
    margin-bottom: 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;
  }
  .section-heading-two, .btn-viewall {
    margin-bottom: 24px;
  }
  .feature-title h5 {
    font-size: 15px;
  }
  .work-wrap-box .work-icon span {
    width: 60px;
    height: 60px;
    margin: 0 auto 15px;
  }
  .work-wrap-box .work-icon span img {
    width: 20px;
  }
  .work-wrap-box h5, .service-widget.service-two .service-content .title {
    font-size: 16px;
  }
  .work-wrap-box.work-first:before,
  .work-wrap-box.work-last:after {
    content: none;
  }
  .offer-sec.offer-paths {
    padding: 0 30px;
  }
  .offer-sec .offer-path-content {
    padding: 30px 0;
  }
  .footer-two .payment-image ul {
    margin-bottom: 15px;
  }
  .footer-two .social-icon {
    text-align: right;
    margin-bottom: 15px;
  }
  .footer-two .footer-bottom .copyright-text p {
    text-align: left;
  }
  .header-nav {
    height: 65px;
  }
  .provider-info {
    padding-left: 0;
  }
  .download-sec {
    padding-left: 0;
  }
  .choose-content {
    margin-right: 0;
  }
  .contact-queries h2 {
    margin-bottom: 20px;
  }
  .contact-queries .btn {
    margin-top: 2px;
  }
  .contact-details {
    margin-bottom: 30px;
  }
  .policy-menu li, .footer .footer-bottom .copyright-text p {
    font-size: 13px;
  }
  .blog-info ul li, .blog-info .post-author span, .available-info ul li {
    font-size: 14px;
  }
  .side-title {
    font-size: 20px;
  }
  .review-box p {
    font-size: 14px;
  }
  .about-img {
    margin-bottom: 24px;
  }
  .search-box-three .search-form-profile {
    flex-direction: column;
  }
  .search-btn-three .btn-primary {
    display: block;
    text-align: center;
  }
  .section-section-three {
    text-align: center;
  }
  .section-section-three h4 {
    font-size: 16px;
  }
  .services-header .section-content h2 {
    font-size: 30px;
  }
  .make-appointment {
    padding: 15px;
  }
  .saloon-bottom a {
    padding: 10px;
    font-size: 14px;
  }
  .appointment-main h1 {
    font-size: 36px;
  }
  .appointment-btn .btn-primary {
    font-size: 14px;
  }
  .stylists-foot h4 {
    font-size: 22px;
  }
  .stylists-foot h6 {
    font-size: 14px;
  }
  .works-bottom h2 {
    font-size: 26px;
  }
  .latest-date span {
    font-size: 20px;
  }
  .latest-date {
    padding: 10px;
    margin: 10px;
  }
  .latest-content p {
    font-size: 18px;
  }
  .register-content h2 {
    font-size: 34px;
    margin-bottom: 20px;
  }
  .register-content {
    flex-direction: column;
  }
  .latest-section {
    padding: 55px 0 33px;
  }
  .works-section {
    padding: 55px 0 33px;
  }
  .services-section {
    padding: 75px 0 15px;
  }
  .appointment-section {
    padding: 45px 0;
  }
  .services-section.stylists-section {
    padding: 45px 0 0px;
  }
  .services-section .owl-nav {
    margin-top: 30px;
  }
  .service-section {
    padding: 40px 0;
  }
  .client-sections {
    padding: 55px 0 33px;
  }
  .sidecircle-ryt {
    display: none;
  }
  .saloon-section-circle {
    display: none;
  }
  .section-search.section-search-four {
    max-width: none;
    text-align: center;
  }
  .catering-banner-img {
    display: none;
  }
  .section-search.section-search-four h1 {
    font-size: 40px;
  }
  .catering-banner-botton {
    display: flex;
    justify-content: center;
  }
  .trust-us-main {
    margin-bottom: 20px;
  }
  .working-four-main {
    margin-bottom: 20px;
  }
  .header.header-four .header-nav {
    justify-content: space-between;
  }
  .search-box.search-box-four .search-btn .btn {
    justify-content: center;
    width: auto;
  }
  .search-box.search-box-four .search-btn {
    text-align: end;
  }
  .search-input.search-input-three.search-input-four .select2-container--default .select2-selection--single .select2-selection__rendered {
    text-align: start;
  }
  .section-heading.section-heading-four .btn-view {
    padding: 15px 20px;
  }
  .btn-catering .btn-view {
    padding: 18px 20px;
  }
  .service-content.service-four-blogs h3 {
    font-size: 20px;
  }
  .floating-img {
    display: none;
  }
  .section-search.section-section-five {
    text-align: center;
  }
  .section-section-five p {
    max-width: none;
  }
  .works-it-lines span::before {
    width: 250px;
    left: 171px;
  }
  .offering-five-img {
    display: none;
  }
  .feature-service-btn a {
    padding: 10px 20px;
  }
  .app-sec.app-sec-five .appimg-set img {
    display: none;
  }
  .app-sec.app-sec-five {
    padding: 45px;
    text-align: center;
    border-radius: 0;
  }
  .app-sec.app-sec-five .downlaod-btn {
    justify-content: center;
  }
  .works-it-five-button-main {
    display: none;
  }
  .works-five-bottom i {
    padding: 10px;
  }
  .providers-five-bg-car img {
    display: none;
  }
  .featured-category-bg-img img {
    display: none;
  }
  .works-five-section::before {
    background: none;
  }
  .offering-five-all::before {
    background: none;
  }
  .feature-category-section-five::before {
    background: none;
  }
  .pricing-service-five::before {
    background: none;
  }
  .car-blogs-section::before {
    background: none;
  }
  .floating-five-buttom {
    display: none;
  }
  .floating-five-buttoms {
    display: none;
  }
  .header-five .main-nav .has-submenu a {
    color: #000000;
  }
  .hero-section-five {
    position: static;
  }
  .featured-categories-section {
    padding: 45px 0;
  }
  .feature-category-section {
    padding: 45px 0;
  }
  .providers-section-five {
    padding: 45px 0;
  }
  .works-five-section {
    padding: 45px 0;
  }
  .feature-category-section-five {
    padding: 45px 0;
  }
  .car-five-arrow-img {
    display: none;
  }
  .offering-five-main h1 {
    font-size: 34px;
  }
  .offering-five-main {
    text-align: center;
  }
  .pricing-service-five {
    padding: 45px 0;
  }
  .testimonals-five-section {
    padding: 45px 0;
  }
  .testimonials-five-top {
    padding: 24px 20px;
    border-radius: 0;
  }
  .blog-section.blog-five-section {
    padding: 45px 0;
  }
  .car-blogs-section {
    padding: 45px 0 0 0;
  }
  .car-wash-bg-five::before {
    background: none;
  }
  .car-blog-slider .owl-nav {
    margin-bottom: 0;
  }
  .app-five-section {
    padding: 45px 0;
  }
  .pricing-service-topimg .pricing-five-img-one {
    display: none;
  }
  .pricing-service-topimg .pricing-five-img-two {
    display: none;
  }
  .search-box.search-box-five {
    border-radius: 0;
  }
  .search-box.search-box-three {
    border-radius: 0;
  }
  .footer .footer-top-three {
    padding: 50px 0 30px 0;
  }
  .search-input.search-input-three.search-input-four {
    margin: 0;
  }
  .nearby-section, .categories-section, .features-four-section, .trust-us-section, .popular-four-section, .Working-four-section,
  .around-world-section, .review-client-section, .useful-blog-section {
    padding: 45px 0;
  }
  .feature-category-section::before {
    background: none;
  }
  .search-box.search-box-five .select2-container--default .select2-selection--single .select2-selection__rendered {
    text-align: start;
  }
  .search-box.search-box-five .search-input .form-group label {
    display: flex;
  }
  .home-banner-main {
    display: none;
  }
  .side-social-media-six {
    display: none;
  }
  .banner-six-side-img {
    display: none;
  }
  .home-banner-six-bottom {
    padding-top: 30px;
    text-align: -webkit-center;
    text-align: -moz-center;
  }
  .home-banner-six-detergent {
    justify-content: center;
  }
  .home-banner-six-bottom h1 {
    max-width: 550px;
  }
  .hero-section-six {
    background: #F8F8F8;
  }
  .reason-choose-us {
    padding: 40px 0;
  }
  .our-company-ryt {
    display: none;
  }
  .our-company-six {
    text-align: -webkit-center;
  }
  .aboutus-companyimg {
    text-align: center;
  }
  .about-our-company {
    background: #F8F8F8;
    padding: 50px 0;
  }
  .satisfied-service-section {
    padding: 50px 0;
  }
  .search-box-two.search-box-six .select2-container--default .select2-selection--single .select2-selection__rendered {
    text-align: start;
  }
  .see-works-six-section {
    padding: 50px 0;
    background: #F8F8F8;
  }
  .blogs-service-section {
    padding: 50px 0;
  }
  .our-expert-six-section {
    background: #F8F8F8;
    padding: 50px 0;
  }
  .customer-reviews-six-section {
    padding: 50px 0;
  }
  .hidden-charge-section {
    padding: 50px 0;
  }
  .app-six-section {
    padding: 50px 0;
  }
  .app-sec-main {
    background: none;
  }
  .appimg-six {
    display: none;
  }
  .app-imgs-six-bg {
    display: none;
  }
  .new-app-six-middle {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 40px 0 25px 0;
  }
  .new-app-six-middle h2 {
    font-size: 40px;
    max-width: none;
  }
  .footer.footer-six {
    background: #F8F8F8;
    padding: 50px 0;
  }
  .footer-widget.footer-menu.footer-menu-six {
    margin-top: 0;
  }
  .playicon {
    right: 46%;
  }
  .service-content.service-content-six {
    padding: 25px 0 0;
  }
  .hero-sectionseven-top {
    background: none;
  }
  .hero-banner-ryt {
    display: none;
  }
  .appimg-seven {
    display: none;
  }
  .testimonals-top-seven {
    display: none;
  }
  .home-banner.homer-banner-seven {
    min-height: auto;
  }
  .home-banner.homer-banner-seven .section-search {
    text-align: center;
    margin: 60px 0 90px 0;
  }
  .search-box-two.search-box-seven {
    border-radius: 0;
  }
  .search-box-two.search-box-seven .search-btn .btn {
    border-radius: 0;
  }
  .app-sec.app-sec-seven {
    border-radius: 0;
  }
  .new-app-seven-middle {
    padding: 30px 30px 0 30px;
    text-align: center;
  }
  .new-app-seven-middle h2 {
    max-width: none;
  }
  .new-app-seven-middle p {
    max-width: none;
  }
  .new-app-seven-middle .new-app-six-bottom {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .footer.footer-seven .footer-top {
    padding: 45px 0 0px 0;
  }
  .service-section-seven {
    padding: 45px 0;
  }
  .popular-service-seven-section {
    padding: 45px 0;
  }
  .work-section-seven {
    padding: 45px 0;
  }
  .providers-section-seven {
    padding: 45px 0;
  }
  .price-sections-seven {
    padding: 45px 0;
  }
  .app-seven-section {
    padding: 45px 0;
  }
  .our-partners-seven {
    padding: 45px 0;
  }
  .home-banner-eight .section-search {
    padding-top: 0;
  }
  .home-eight-bg-two {
    display: none;
  }
  .home-eight-bg {
    display: none;
  }
  .works-eights-arrow {
    display: none;
  }
  .about-eight-main {
    display: none;
  }
  .professional-eight-img {
    display: none;
  }
  .testimonals-eight-slider .owl-nav {
    text-align: center;
  }
  .healthy-pets-img {
    display: none;
  }
  .pets-content-all {
    text-align: center;
  }
  .customers-eights-all {
    text-align: center;
  }
  .customers-eights-all p {
    max-width: none;
  }
  .customers-eight-heading h2 {
    max-width: none;
  }
  .passion-eight-all {
    text-align: center;
  }
  .category-sections-eight, .popular-eight-section,
  .about-us-eight-section, .cat-dog-eight-section, .meet-eight-section,
  .customers-eight-section, .blog-eight-section, .healthy-eight-section,
  .footer.footer-eight .footer-top {
    padding: 50px 0;
  }
  .works-eight-section {
    padding: 50px 0 26px 0;
  }
  .pets-content-all h2 {
    font-size: 30px;
  }
  .pets-content-all h1 {
    font-size: 38px;
  }
  .header.header-eight .bar-icon span {
    background-color: #FF008A;
  }
  .pets-content-all .btn-primary {
    padding: 10px 15px;
  }
  .home-banner.home-banner-nine {
    min-height: auto;
    text-align: center;
  }
  .hero-section-nine {
    min-height: auto;
  }
  .arrow-ryt {
    display: none;
  }
  .banner-appointment-nine {
    display: none;
  }
  .appoints-btn {
    margin-bottom: 0;
  }
  .safety-section, .service-nine-section, .feature-service-nine, .mechanics-section,
  .choose-nine-section, .customer-review-section, .additional-service-section,
  .blogs-nine-section {
    padding: 50px 0;
  }
  .choose-nine-section {
    padding: 50px 0 26px 0;
  }
  .btn-service-nine .btn-primary {
    margin-top: 15px;
  }
  .free-service-nine {
    display: none;
  }
  .free-service-bottom-content {
    padding: 50px;
    text-align: center;
  }
  .partner-section-nine {
    margin-top: auto;
    padding: 45px 0;
  }
  .free-service-all {
    margin-top: 45px;
  }
  .footer.footer-nine .footer-top {
    padding: 45px 0 10px 0;
  }
  .header.header-nine .navbar-header {
    display: inline-flex;
  }
  .floating-five-main {
    margin-top: 0;
  }
  .footer.footer-five .footer-bottom .copyright .copyright-text p {
    font-size: 14px;
  }
  .footer.footer-five .copyright-menu .policy-menu {
    font-size: 14px;
  }
  .professional-eight-img-ryt img {
    height: 306px;
  }
  .category-eight-slider .owl-nav button.owl-prev, .category-eight-slider .owl-nav button.owl-next {
    margin-bottom: 0;
  }
  .header.header-nine .header-nav {
    height: 65px;
  }
  .header.header-nine.fixed .header-nav {
    height: 65px;
  }
  .single-demo .demo-info a {
    padding: 10px 15px 10px 35px;
  }
  .single-demo:hover {
    transform: translateY(0);
  }
  .single-demo:hover .demo-info {
    bottom: 0;
  }
  .single-demo {
    margin-bottom: 0;
  }
  .reasonable-all {
    padding: 25px;
  }
  .customer-side-main-all {
    display: none;
  }
  .section-heading-nine.safety-heading-nine {
    margin-bottom: 30px;
  }
  .section-heading-nine h2::after {
    bottom: 6px;
  }
  .safety-ryt-two img {
    margin: 30px 0 60px 0;
  }
  .safety-ryt-main img {
    margin: 30px 0 33px 0;
  }
  .safety-ryt-main.safety-ryt-two::after {
    display: none;
  }
  #progressbar {
    flex-wrap: wrap;
  }
  #progressbar li {
    flex-basis: 30%;
  }
  .field-bottom-btns {
    margin-bottom: 20px;
  }
  .reshchedule-modal .modal-dialog {
    margin: 20px;
  }
  .modal-active-dots ul {
    margin-top: 0;
  }
  .calender-modal {
    margin: 80px 0;
  }
  .card.booking-summary-card, .booking-info-tab {
    margin-bottom: 0;
  }
  .wizard ul li h5 {
    font-size: 15px;
  }
  .booking-info-tab .nav-pills .nav-item + .nav-item {
    margin-left: 40px;
  }
  .booking-info-tab .nav-pills .nav-link {
    font-size: 16px;
  }
  .appointment-details ul.customer-detail-list {
    width: 60%;
    right: 100px;
    top: 0;
  }
  .appointment-details ul.customer-detail-list::after {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    position: absolute;
    top: 87px;
    left: -7px;
  }
  .linked-item a.btn-connect {
    margin-right: 0px;
    margin-bottom: 15px;
  }
  .appointment-set-two .appointment-setting-list .form-group {
    width: 100px;
  }
  .section-booking {
    padding: 60px 0;
  }
  .service-wrap-content {
    height: 88%;
  }
  .header-navbar-rht li .dropdown-menu.notifications {
    left: -310px;
  }
  .feature-box .feature-overlay img {
    width: 100%;
  }
  .total-client-all {
    display: block;
  }
  .total-client-half {
    margin-bottom: 24px;
  }
  .journey-nine-section .section-heading {
    margin-bottom: 30px;
    text-align: center;
  }
  .journey-client-main {
    margin-bottom: 24px;
  }
  .modal-active-dots {
    margin-bottom: 24px;
  }
  .service-section .owl-carousel .carousel .carousel__viewport ol {
    left: 26%;
  }
  .client-section .owl-carousel .carousel .carousel__viewport ol {
    left: 22%;
    gap: 10px;
  }
  .service-section-two .owl-carousel .carousel .carousel__viewport ol {
    left: 26%;
  }
  .popular-section .owl-carousel .carousel .carousel__viewport ol {
    left: 26%;
  }
  .client-section-two .owl-carousel .carousel .carousel__viewport ol {
    left: 26%;
  }
  .blog-section .owl-carousel .carousel .carousel__viewport ol {
    left: 13%;
  }
  .service-section .owl-carousel .carousel .carousel__prev {
    top: -22%;
  }
  .service-section .owl-carousel .carousel .carousel__next {
    top: -22%;
  }
  .client-section .owl-carousel .carousel .carousel__prev {
    left: -2%;
  }
  .client-section .owl-carousel .carousel .carousel__next {
    right: -1%;
  }
  .hero-section-two .banner-slider .carousel .carousel__prev {
    left: 1%;
  }
  .hero-section-two .banner-slider .carousel .carousel__prev {
    right: 1%;
  }
  .service-section-two .owl-carousel .carousel .carousel__prev {
    top: -18%;
  }
  .service-section-two .owl-carousel .carousel .carousel__next {
    top: -18%;
  }
  .popular-section .popular-slider .carousel .carousel__prev {
    top: -18%;
    left: 88%;
  }
  .popular-section .popular-slider .carousel .carousel__next {
    top: -18%;
  }
  .owl-carousel.related-slider .carousel .carousel__viewport .carousel__track {
    left: 25%;
  }
  .popular-service-seven-section .owl-carousel .carousel .carousel__viewport ol {
    left: 26%;
  }
  .testimonals-seven-section .owl-carousel .carousel .carousel__prev {
    top: -65%;
    left: 90%;
  }
  .testimonals-seven-section .owl-carousel .carousel .carousel__next {
    top: -65%;
  }
  .category-sections-eight .owl-carousel .carousel .carousel__viewport ol {
    left: 14%;
  }
  .home-page-five .testimonals-five-section .owl-carousel .carousel .carousel__prev {
    left: 43%;
  }
  .feature-category-section-five .owl-carousel .carousel .carousel__viewport ol li .service-widget {
    margin-right: 24px;
  }
  .footer-six .footer-top-content img {
    display: none;
  }
  .owl-carousel.related-slider .carousel .carousel__prev {
    left: 88%;
  }
  .service-wrap .owl-carousel .carousel .carousel__prev {
    left: 88%;
  }
  .reshchedule-modal .doctor-profile .rechedule-calender .vc-pane-container {
    width: 900px;
  }
}
@media only screen and (max-width: 575.98px) {
  .header-nav {
    padding-left: 15px;
    padding-right: 15px;
  }
  .header-navbar-rht {
    display: none;
  }
  .main-nav li.login-link {
    display: block;
  }
  .navbar-header {
    width: 100%;
  }
  #mobile_btn {
    left: 0;
    margin-right: 0;
    padding: 0 0px;
    position: absolute;
    z-index: 99;
  }
  .navbar-brand.logo {
    display: none;
  }
  .navbar-brand.logo-small {
    display: block;
    width: 100%;
    text-align: center;
    margin-right: 0;
    padding: 0 100px;
  }
  .header-navbar-rht {
    position: absolute;
    right: 10px;
  }
  .header-navbar-rht li > a.header-login {
    padding: 8px 20px;
  }
  .header-navbar-rht .dropdown-menu {
    min-width: 200px;
    padding: 0;
    max-width: 300px;
    right: auto;
    left: auto;
  }
  .header.header-five .header-navbar-rht {
    display: none;
  }
  .header-navbar-rht li > a.header-reg, .header-navbar-rht li > a.header-login {
    display: none;
  }
  .header-three .header-navbar-rht {
    display: none;
  }
  .header-six .header-navbar-rht {
    display: none;
  }
  .header-navbar-rht-nine {
    display: none;
  }
  .header-one .header-btn {
    display: none !important;
  }
}
.topbar-nine {
  padding: 10px 0 0;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #F4F5F5;
}
@media (max-width: 575.98px) {
  .topbar-nine {
    display: none;
  }
}

.topbar-nine-wrap {
  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;
  flex-wrap: wrap;
}
.topbar-nine-wrap .topbar-call {
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px;
}
.topbar-nine-wrap .topbar-call i {
  color: #242B3A;
}
@media (max-width: 767.98px) {
  .topbar-nine-wrap .topbar-call {
    font-size: 15px;
  }
}
.topbar-nine-wrap .topbar-contact {
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  flex-wrap: wrap;
}
.topbar-nine-wrap .topbar-contact .flag-dropdwon {
  margin-right: 24px;
  margin-bottom: 10px;
}
.topbar-nine-wrap .topbar-contact .flag-dropdwon img {
  height: 12px;
  border-radius: 2px;
  margin-right: 8px;
}
.topbar-nine-wrap .topbar-contact .flag-dropdwon .dropdown-menu {
  z-index: 9999;
}
.topbar-nine-wrap .topbar-contact .user-link {
  margin-right: 24px;
  margin-bottom: 10px;
  text-decoration: underline;
}
.topbar-nine-wrap .topbar-contact .user-link:last-child {
  margin-right: 0;
}
@media (max-width: 767.98px) {
  .topbar-nine-wrap .topbar-contact .user-link {
    font-size: 15px;
  }
}

.header.header-nine {
  border-bottom: 1px solid rgba(231, 231, 231, 0.7);
  box-shadow: none;
}
.header.header-nine .header-login {
  border-radius: 8px;
}

.provider-header {
  height: 48px;
  z-index: 999;
  background: #FFF;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border-bottom: 1px solid #EBECED;
}
.provider-header .flag-nav > a img {
  border-radius: 50%;
  width: 22px;
  height: 22px;
}
.provider-header .searchinputs {
  padding: 0;
  position: relative;
}
@media (max-width: 1199.98px) {
  .provider-header .searchinputs {
    display: none;
  }
}
.provider-header .searchinputs input {
  width: 284px;
  height: 32px;
  border: 1px solid #EBECED;
  background: #FFF;
  padding: 5px 10px;
  padding-left: 38px;
  border-radius: 5px;
  color: #242B3A;
  font-size: 14px;
}
@media (max-width: 1199.98px) {
  .provider-header .searchinputs input {
    width: 170px;
  }
}
.provider-header .searchinputs input::placeholder {
  color: #AFB2B8;
}
.provider-header .searchinputs .search-addon span {
  z-index: 9;
  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;
  cursor: pointer;
  background: #FFF;
  border: 0;
  padding: 0;
  color: #242B3A;
  position: absolute;
  top: 50%;
  left: 16px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  font-size: 14px;
}
@media (min-width: 992px) {
  .provider-header .dropdown-menu {
    top: 85px;
    min-width: 200px;
    visibility: hidden;
    opacity: 0;
    border: 0;
    display: block;
    border-radius: 5px;
    box-shadow: 0px 4.4px 12px -1px rgba(222, 222, 222, 0.36);
    margin: 0;
    padding: 0;
    -webkit-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
    left: unset !important;
    right: 0 !important;
  }
}
@media (max-width: 991.98px) {
  .provider-header .dropdown-menu {
    transition: none;
  }
}
.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: 130px;
}
@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: #FF008A;
  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: #FF008A;
  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: #FF008A;
  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: #FF008A;
  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: #FF008A;
}
.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: #FF008A;
  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.svg) 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: #FF008A;
  font-size: 11px;
  font-weight: 700;
  border: 1px solid #FF008A;
  margin: 0;
  padding: 5px;
  border-radius: 5px;
}
.provider-header .page-title-box a:hover {
  background: #FF008A;
  color: #FFF;
}
.provider-header .mobile_btn {
  display: none;
  float: left;
}
@media (max-width: 991.98px) {
  .provider-header .mobile_btn {
    color: #FF008A;
    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: #FF008A;
  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;
}

.logo-small img {
  width: 30px;
}

@media (min-width: 992px) {
  .mini-sidebar.expand-menu .header-left {
    flex-direction: row;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -ms-flex-pack: space-between;
  }
  .mini-sidebar .header-left {
    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;
    width: 80px;
    padding: 0;
    flex-direction: column;
  }
  .mini-sidebar .header-left .logo-small {
    display: block;
    padding: 10px 0 0;
  }
  .mini-sidebar .header-left .logo {
    display: none;
  }
  .mini-sidebar .menu-arrow {
    display: none !important;
  }
  .mini-sidebar .chat-user {
    display: none !important;
  }
  .mini-sidebar .user-menu .badge {
    display: flex !important;
  }
  .mini-sidebar.expand-menu .menu-arrow {
    display: block !important;
  }
  .mini-sidebar.expand-menu .chat-user {
    display: block !important;
  }
  .mini-sidebar.expand-menu .logo-small {
    display: none;
  }
  .mini-sidebar.expand-menu .logo {
    display: block;
  }
  .mini-sidebar.expand-menu #toggle_btn {
    opacity: 1;
  }
  .mini-sidebar.expand-menu .header-left {
    padding: 0 15px;
    display: flex;
  }
  .mini-sidebar .noti-dot:before {
    display: none;
  }
}
.nav-list {
  position: relative;
}
.nav-list .nav .dark-mode-list .dark-mode-toggle {
  width: 66px;
  height: 36px;
  background: #FBFBFB;
  border: 1px solid #EBECED;
  font-size: 16px;
  border-radius: 5px;
  padding: 3px;
  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;
}
.nav-list .nav .dark-mode-list .dark-mode-toggle i {
  font-size: 16px;
  color: #242B3A;
  border-radius: 5px;
  line-height: 26px;
  width: 26px;
  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-list .nav .dark-mode-list .dark-mode-toggle i.light-mode.active {
  color: #FFF;
  background: #03C95A;
}
.nav-list .nav .dark-mode-list .dark-mode-toggle i.dark-mode.active {
  color: #FFF;
  background: #242B3A;
}
.nav-list .nav li .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;
  width: 36px;
  height: 36px;
  font-size: 16px;
  border-radius: 5px;
  border: 1px solid transparent;
}
.nav-list .nav li .btn-header-list {
  background: #BBF0D3;
}
.nav-list .nav li .btn-header-list:hover {
  color: #FFF;
}
.nav-list .nav li .btn-help {
  background: #F0DEF3;
}
.nav-list .nav li .btn-help:hover {
  color: #FFF;
}
.nav-list .nav li .btn-chart-pie {
  color: #282B8B;
  background: #FFF4D2;
}
.nav-list .nav li .btn-chart-pie:hover {
  color: #FFF;
  background: #282B8B;
}

.mobile-show {
  display: none;
}
@media (max-width: 991.98px) {
  .mobile-show {
    display: block;
  }
}

.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;
}

.dark-logo {
  display: none;
  line-height: 0;
}
.dark-logo img {
  width: 130px;
}

.site-link a {
  font-size: 12px;
  font-weight: 500;
}
.site-link a i {
  line-height: inherit;
}

.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;
}

.searchbar a {
  position: relative;
}
.searchbar .togglesearch {
  position: absolute;
  top: 55px;
  right: 8%;
  width: 280px;
  display: none;
  z-index: 999;
  padding: 10px 10px;
  border-radius: 5px;
}
.searchbar .togglesearch .input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.searchbar .togglesearch .input-group input {
  width: 182px;
  padding: 5px 10px;
  border: 1px solid #EBECED;
  outline: none;
  height: 39px;
  border-radius: 5px 0 0 5px;
}
.searchbar .togglesearch .input-group .btn {
  color: #111827;
  background-color: #FBFBFB;
  font-weight: 600;
  font-size: 14px;
  padding: 7px 8px;
  border: 1px solid #EBECED;
  border-radius: 6px;
}

footer .footer-top {
  background-color: #F6F7F7;
  padding: 40px 0 24px;
}
footer .footer-top .footer-widget {
  margin-bottom: 24px;
}
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, #FD2692 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: #FF008A;
}
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;
}
.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: #FF008A;
}
.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 {
  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: #FF008A;
  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: #FF008A;
  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: 216px;
}
@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: 14px;
  font-weight: 500;
  color: #242B3A;
}
.sidebar .sidebar-menu > ul > li.active a {
  color: #FF008A;
}
.sidebar .sidebar-menu > ul > li.active a i {
  color: #FF008A;
}
.sidebar .sidebar-menu > ul > li.active a span {
  color: #FF008A;
}
.sidebar .sidebar-menu > ul > li.active a:hover {
  color: #FF008A;
}
.sidebar .sidebar-menu > ul > li.active a:hover i {
  color: #FF008A;
}
.sidebar .sidebar-menu > ul > li.active a:hover span {
  color: #FF008A;
}
.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: #FF008A;
}
.sidebar .sidebar-menu > ul > li ul li a.active a span {
  color: #FF008A;
}
.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: #FF008A;
}
.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: #FF008A;
}
.sidebar .sidebar-menu > ul > li ul > li.active a i {
  background: #FFF;
  color: #FF008A;
}
.sidebar .sidebar-menu > ul > li ul > li.active a span {
  color: #FF008A;
}
.sidebar .sidebar-menu > ul > li ul > li.active a .menu-arrow::before {
  border-right: 2px solid #FF008A;
  border-bottom: 2px solid #FF008A;
}
.sidebar .sidebar-menu > ul > li ul > li.active a.subdrop {
  background: #FFECF5;
  border-radius: 5px;
  color: #FF008A;
}
.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: #FF008A;
}
.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: #FF008A;
}
.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: #FF008A;
}
.sidebar .sidebar-menu > ul li .submenu > a.active span {
  color: #FF008A;
}
.sidebar .sidebar-menu > ul li .submenu > a.active .menu-arrow::before {
  border-right: 2px solid #FF008A;
  border-bottom: 2px solid #FF008A;
}
.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: #FF008A;
}
.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: #FF008A;
  background: transparent;
  position: relative;
}
.sidebar .nav-link.active:after {
  content: "";
  border-width: 10px;
  border-color: transparent #FF008A 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: #FF008A;
}
.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;
  }
}
body.mini-sidebar .sidebar .sidebar-menu > ul > li.submenu-open ul li 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;
  font-weight: 500;
  font-size: 15px;
  color: #67748E;
  position: relative;
  width: 100%;
}
body.mini-sidebar .sidebar .sidebar-menu > ul > li ul > li.active a {
  justify-content: center;
}
body.mini-sidebar .sidebar .sidebar-menu > ul li a {
  justify-content: center;
}
body.mini-sidebar .sidebar .sidebar-menu > ul li a i {
  margin-right: 0;
}
body.mini-sidebar.expand-menu .sidebar .sidebar-menu > ul > li.submenu-open ul li a {
  justify-content: left;
  -webkit-justify-content: left;
  -ms-flex-pack: left;
  padding-left: 18px;
}
body.mini-sidebar.expand-menu .sidebar .sidebar-menu > ul > li ul > li.active a {
  justify-content: start;
}
body.mini-sidebar.expand-menu .sidebar .user-names {
  display: block !important;
}
body.mini-sidebar.expand-menu .sidebar .sidebar-menu > ul li a {
  justify-content: start;
}
body.mini-sidebar.expand-menu .sidebar .sidebar-menu > ul li a i {
  margin-right: 8px;
}

.sidebarrightmenu .sidebar-right {
  display: block;
}

.slide-nav .sidebar {
  margin-left: 0;
}

.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;
}

/******* Pages ******/
.dark body {
  background-color: #0F0F0F;
}
.dark body h1,
.dark body h2,
.dark body h3,
.dark body h4,
.dark body h5,
.dark body h6,
.dark body .h1,
.dark body .h2,
.dark body .h3,
.dark body .h4,
.dark body .h5,
.dark body .h6 {
  color: #C5CCDB;
  font-family: "Archivo", sans-serif;
  font-weight: 700;
  margin-bottom: 0;
}
.dark body p {
  color: #656B76;
}
.dark body a {
  color: #656B76;
}
.dark body i {
  color: #C5CCDB;
}
.dark body input {
  background-color: #0D0D0D;
  border: 1px solid #1E2021;
}
.dark body .card {
  background-color: #0D0D0D;
  border: 1px solid #1E2021;
  box-shadow: none;
}
.dark body .card .card-footer {
  border-color: #1E2021;
}
.dark body .form-label {
  color: #AFB2B8;
}
.dark body .form-control {
  background-color: #0D0D0D;
  border: 1px solid #1E2021;
}
.dark body .bootstrap-tagsinput {
  background-color: #0D0D0D;
  border: 1px solid #1E2021;
}
.dark body .bootstrap-tagsinput .tag {
  background-color: #0D0D0D;
}
.dark body .form-control:focus {
  background-color: #0D0D0D;
  color: #C5CCDB;
  border: 1px solid #1E2021;
}
.dark body .select2-dropdown {
  border: 1px solid #1E2021;
}
.dark body span.select2-container.select2-container--default.select2-container--open {
  box-shadow: none;
}
.dark body .select2-container--default .select2-selection--single {
  background-color: #0D0D0D;
  border: 1px solid #1E2021;
}
.dark body .select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #FF008A;
  border: 1px solid #1E2021;
  color: #FF008A;
}
.dark body .select2-container--default .select2-results__option[aria-selected] {
  background-color: #0D0D0D;
  border: 1px solid #1E2021;
}
.dark body .bg-light-300 {
  background-color: #131313 !important;
}
.dark body .bg-light-500 {
  background-color: #171717 !important;
}
.dark body .border-bottom {
  border-bottom: 1px solid #1E2021 !important;
}
.dark body .bg-white {
  background-color: #0D0D0D !important;
  color: #C5CCDB;
}
.dark body .btn-light {
  background-color: #1E2021;
  border: 1px solid #1E2021;
  color: #FFF;
}
.dark body .btn-white {
  background-color: #0D0D0D !important;
  border: 1px solid #0D0D0D;
  color: #C5CCDB;
}
.dark body .dropdown-item:not(.active):hover,
.dark body .dropdown-item:not(.active):focus,
.dark body .dropdown-item:not(.active):active {
  background-color: #0D0D0D;
  color: #C5CCDB !important;
}
.dark body .border-end {
  border-inline-end: 1px solid #1E2021 !important;
}
.dark body .text-dark {
  color: #C5CCDB !important;
}
.dark body .border {
  border: 1px solid #1E2021 !important;
}
.dark body .dropdown .dropdown-toggle {
  border: 1px solid #1E2021;
  color: #C5CCDB;
  background-color: #0D0D0D;
}
.dark body .dropdown-item {
  background-color: #0D0D0D;
  color: #C5CCDB !important;
}
.dark body .dropdown-item.active {
  background-color: #1E2021;
  color: #C5CCDB !important;
}
.dark body .dropdown-menu {
  border: 1px solid #1E2021;
}
.dark body .bg-light {
  background-color: #1E2021 !important;
  border: 1px solid #1E2021 !important;
  color: #C5CCDB;
}
.dark body .text-gray-9 {
  color: #C5CCDB !important;
}
.dark body .paginations .page-link-1 {
  background-color: #1E2021;
}
.dark body #calendar-book .fc-toolbar-chunk .fc-prev-button, .dark body #calendar-book .fc-toolbar-chunk .fc-next-button {
  border: 1px solid #1E2021;
  background: #0D0D0D;
  color: #C5CCDB;
}
.dark body .fc-scrollgrid {
  border: 1px solid #1E2021;
}
.dark body .fc-col-header-cell {
  border: 1px solid #1E2021;
}
.dark body .fc-day-other {
  border: 1px solid #1E2021;
}
.dark body .fc-theme-bootstrap5 td {
  border: 1px solid #1E2021;
}
.dark body .fc-theme-bootstrap5-shaded {
  background-color: #0D0D0D;
}
.dark body .fc-list {
  border: 1px solid #1E2021;
}
.dark body .bg-gray {
  background-color: #1E2021 !important;
  color: #C5CCDB;
}
.dark body .provider-header {
  background-color: #1E2021;
  border-bottom: 1px solid #1E2021;
}
.dark body .provider-header .header-left {
  background-color: #1E2021;
  border-bottom: 1px solid #1E2021;
}
.dark body .provider-header .searchinputs input {
  background-color: #0D0D0D;
  border: 1px solid #1E2021;
}
.dark body .provider-header .searchinputs .search-addon span {
  background-color: #0D0D0D;
}
.dark body .provider-header .provider-head-links a {
  background-color: #0D0D0D;
  border: 1px solid #1E2021;
}
.dark body .provider-header .dropdown-menu.show {
  box-shadow: none;
  background-color: #0D0D0D;
}
.dark body .provider-header .text-dark {
  color: #656B76 !important;
}
.dark body .sidebar {
  background-color: #0D0D0D;
  border: 1px solid #1E2021;
}
.dark body .sidebar .sidebar-menu ul li a i {
  color: #C5CCDB;
}
.dark body .sidebar .sidebar-menu ul li a span {
  color: #C5CCDB;
}
.dark body .sidebar .sidebar-menu ul li.submenu ul li a {
  color: #C5CCDB;
}
.dark body .sidebar .sidebar-menu ul li.submenu ul li a.active {
  color: #FF008A;
}
.dark body .sidebar .sidebar-menu ul li.active a i {
  color: #FF008A;
}
.dark body .sidebar .sidebar-menu ul li.active a span {
  color: #FF008A;
}
.dark body .trend-tag {
  background-color: #1E2021;
  color: #C5CCDB;
}
.dark body .trend-tag-2 {
  background-color: #1E2021;
  color: #C5CCDB;
}
.dark body .act-btn {
  background-color: #1E2021;
}
.dark body .value select {
  background-color: #0D0D0D;
  border: 1px solid #1E2021;
  color: #C5CCDB;
}
.dark body .card .card-body a {
  color: #C5CCDB;
}
.dark body .value span {
  color: #C5CCDB;
}
.dark body .tags {
  background-color: #0D0D0D;
  border: 1px solid #1E2021;
}
.dark body .tags.active {
  background-color: #FF008A;
  border: 1px solid #FF008A;
}
.dark body .booking-list .booking-details li .book-item {
  color: #C5CCDB;
}
.dark body .chat-cont-left .chat-users-list .chat-member {
  background: #0D0D0D;
}
.dark body .chat-cont-right .card-header {
  border-bottom: 1px solid #1E2021;
}
.dark body .msg_card_body .media.sent .media-body .msg-box .received-message {
  background-color: #171717;
}
.dark body .msg_card_body .media.sent .media-body .msg-box:first-child .sent-message {
  background: #171717;
}
.dark body .msg_card_body .media.received .media-body .msg-box .received-message {
  background-color: #171717;
}
.dark body .day-badge::after {
  border: 1px solid #1E2021;
}
.dark body .avatar.online:before {
  border: 2px solid #0D0D0D !important;
}
.dark body .avatar.offline:before {
  border: 2px solid #0D0D0D !important;
}
.dark body .table-responsive {
  background-color: #0D0D0D;
  border: 1px solid #1E2021;
}
.dark body .table-responsive .table td p {
  color: #C5CCDB;
}
.dark body .table-responsive .table thead.thead-light th {
  background-color: #191919;
  color: #C5CCDB;
  border-color: #1E2021;
}
.dark body .table-responsive .table thead tr {
  border: 1px solid #1E2021;
}
.dark body .table-responsive .table tbody tr {
  border: 1px solid #1E2021;
}
.dark body .table-responsive .table tbody tr td {
  background-color: #0D0D0D;
  color: #656B76;
}
.dark body .table-responsive .table tbody tr td h6 a {
  color: #C5CCDB;
}
.dark body .user-icon a {
  background-color: #171717;
}
.dark body .modal .modal-dialog .modal-content {
  background-color: #0D0D0D;
}
.dark body .modal .modal-dialog .modal-content .modal-footer {
  border-top: 1px solid #1E2021;
}
.dark body .col-form-label {
  color: #C5CCDB;
}
.dark body .bootstrap-datetimepicker-widget table th.prev span, .dark body .bootstrap-datetimepicker-widget table th.next span {
  border: 1px solid #1E2021;
}
.dark body .bootstrap-datetimepicker-widget .list-unstyled {
  background-color: #0D0D0D;
  border: 1px solid #1E2021;
}
.dark body .datepicker table thead tr th {
  color: #C5CCDB;
}
.dark body .datepicker table tbody td {
  color: #656B76;
}
.dark body .datepicker table tbody td:hover {
  background-color: #656B76;
  color: #C5CCDB;
}
.dark body .appointment-setting-list {
  border: 1px solid #1E2021;
}
.dark body .linked-item {
  border: 1px solid #1E2021;
}
.dark body .connected-apps .card-body .app-footer-content {
  border-top: 1px solid #1E2021;
}
.dark body .profile-verification .card .card-body .verification-body .icon span {
  background-color: #171717;
}
.dark body .profile-verification .card .card-body .verification-footer {
  border-top: 1px solid #1E2021;
}
.dark body .booking-list .booking-img .fav-item .fav-icon {
  background: #0D0D0D;
  color: #C5CCDB;
}
.dark body .sidebar-layout {
  background-color: #0D0D0D;
}
.dark body .toggle-sidebar .sidebar-header {
  border-bottom: 1px solid #1E2021;
}
.dark body .bk-wrap {
  border-bottom: 1px solid #1E2021;
}
.dark body .bk-history span {
  background-color: #FF008A;
}

.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: #FF008A;
  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: #FF008A;
  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;
  }
}

.ripple-effect {
  position: relative;
}
.ripple-effect::before, .ripple-effect::after {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 33px;
  height: 33px;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  border-radius: 50%;
  box-shadow: 0 0 0 0 #EAEBEE;
  animation: ripple 3s infinite;
}
.ripple-effect::before {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
}
.ripple-effect::after {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
}

@keyframes ripple {
  70% {
    -webkit-box-shadow: 0 0 0 20px rgba(244, 68, 56, 0);
    box-shadow: 0 0 0 20px rgba(244, 68, 56, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
    box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
  }
}
.sub-title {
  font-size: 16px;
}

.round-animate {
  animation: round 5s linear infinite;
}

@keyframes round {
  50% {
    transform: rotate(10deg);
  }
}
.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 {
  position: relative;
  border-radius: 10px 10px 0 0;
  overflow: hidden;
}
.service-item .service-img 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 .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;
}
.service-item .service-content .service-pro-info p:hover {
  color: #FF008A;
}
.service-item:hover .service-img 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;
}

.floating-x {
  -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;
}

@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);
  }
}
.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;
  }
}

.work-item {
  position: relative;
  padding: 0 40px;
}
.work-item::before {
  content: "";
  background: url("../img/icons/work-icon.svg");
  position: absolute;
  top: 50%;
  right: 0;
  width: 13px;
  height: 10px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
@media (max-width: 991.98px) {
  .work-item::before {
    content: none;
  }
}
.work-item.work-03::before {
  content: none;
}
@media (max-width: 991.98px) {
  .work-item {
    padding: 0;
  }
}

.provider-item {
  padding: 20px;
  border: 1px solid #EBECED;
}
.provider-item h6 {
  margin-bottom: 6px;
}
.provider-item p {
  margin-bottom: 6px;
}

.floating-y {
  -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;
}

@keyframes floating-y {
  0% {
    -webkit-transform: translateY(-30px) rotate(-15deg);
    transform: translateY(-30px) rotate(-15deg);
  }
  50% {
    -webkit-transform: translateY(-10px) rotate(-15deg);
    transform: translateY(-10px) rotate(-15deg);
  }
  100% {
    -webkit-transform: translateY(-30px) rotate(-15deg);
    transform: translateY(-30px) rotate(-15deg);
  }
}
.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 #FFF;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.category-item img {
  height: 40px;
}
.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: #FF008A;
  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;
}

.trend-icon {
  width: 57px;
  height: 57px;
  overflow: hidden;
  position: absolute;
  z-index: 6;
  inset-block-start: -5px;
  inset-inline-start: -6px;
}
.trend-icon span {
  position: absolute;
  display: block;
  width: 82px;
  padding: 8px 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);
}
.trend-icon span i {
  transform: rotate(45deg);
}

.provide-section {
  position: relative;
  padding: 40px 0;
  z-index: 1;
}
.provide-section .provider-bg1 {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.provide-section .provider-bg2 {
  position: absolute;
  top: 0;
  right: 15%;
  z-index: -1;
}

.rated-section {
  background-color: #FBFBFB;
}

.rated-wrap {
  position: relative;
  border-radius: 10px;
  display: block;
  overflow: hidden;
}
.rated-wrap .rated-service-img {
  overflow: hidden;
  border-radius: 10px;
}
.rated-wrap img {
  border-radius: 10px;
  -webkit-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  z-index: 1;
}
.rated-wrap h6 {
  position: absolute;
  bottom: 15px;
  left: 15px;
  z-index: 2;
}
.rated-wrap::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 10px;
  -webkit-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  z-index: 2;
}
.rated-wrap:hover 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:hover, .fav-icon.selected {
  background: #FF008A;
  color: #FFF;
}

.success-icon {
  width: 40px;
  height: 40px;
  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;
  border-radius: 50%;
  font-size: 24px;
  color: #FFF;
  background: #03C95A;
}
@media (max-width: 767.98px) {
  .success-icon {
    width: 30px;
    height: 30px;
    font-size: 24px;
  }
}

.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;
}

.blog-item {
  box-shadow: 0px 4px 4px 0px rgba(217, 217, 217, 0.25);
  border-radius: 10px;
  margin-bottom: 40px;
}
.blog-item .blog-img {
  overflow: hidden;
  border-radius: 10px;
}
.blog-item .blog-img img {
  -webkit-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  border-radius: 10px;
}
.blog-item .blog-content {
  padding: 20px;
}
.blog-item .blog-content .badge {
  font-size: 10px;
  font-weight: 500;
  padding: 8px;
  border-radius: 20px;
}
.blog-item:hover 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);
}

.two-line-ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.main-links {
  margin-top: 16px;
}
.main-links a {
  text-decoration: underline;
  margin-bottom: 16px;
  color: #656B76;
  display: block;
}
.main-links a:hover {
  color: #FF008A;
}
.main-links a:last-child {
  margin-bottom: 0;
}

.info-section .accordion-item {
  margin-bottom: 44px;
}
.info-section .accordion-item:last-child {
  margin-bottom: 0;
}
@media (max-width: 991.98px) {
  .info-section .accordion-item {
    margin-bottom: 34px;
  }
}

.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 {
  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: #FF008A;
  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: -20px;
}
@media (max-width: 991.98px) {
  .nav-center .owl-nav button.owl-next {
    right: -5px;
  }
}
.nav-center .owl-nav button.owl-prev {
  left: -20px;
}
@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;
}

.category-badge .badge {
  background: #F8F9F9;
  font-size: 14px;
  font-weight: 400;
  padding: 8px;
  border-radius: 5px;
  color: #656B76;
}

#providerwizard li span {
  background-color: #E9EAEB;
  color: #242B3A;
  font-size: 16px;
  font-weight: 500;
}
#providerwizard li.active span {
  background-color: #111827;
  color: #FFF;
}
#providerwizard li.activated span {
  background-color: #03C95A;
  color: #FFF;
}

fieldset {
  display: none;
}
fieldset.field-one {
  display: block;
}

fieldset {
  display: none;
}
fieldset#first-field {
  display: block;
}

.back-to-top-icon.show {
  opacity: 1;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.back-to-top-icon {
  position: fixed;
  right: 15px;
  bottom: 30px;
  z-index: 9999;
  width: 36px;
  height: 36px;
  text-align: center;
  border-radius: 50%;
  background: #111827;
  color: #FFF;
  cursor: pointer;
  border: 0;
  text-decoration: none;
  transition: opacity 0.2s ease-out;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.back-to-top-icon:hover {
  color: #FFF;
  background: #FF008A;
}

.animation-float {
  animation: float 3000ms linear 500ms infinite alternate both;
}

@keyframes float {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(20px);
  }
}
.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: #FF008A;
  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: #FF008A;
  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(#FF008A, #FF008A), linear-gradient(#FF008A, #FF008A);
  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%);
  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: 143px;
  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: #FF008A;
}
.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 {
  border-radius: 10px;
  padding: 16px 16px 0;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.08);
}
.offer-item p {
  font-size: 14px;
}

.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: #FF008A;
}
.service-head a:hover i {
  color: #FF008A;
}

.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: #FF008A;
}
.service-tabs.nav-tabs.nav-tabs-solid li:last-child {
  margin-right: 0;
}

.more-text {
  overflow: hidden;
  height: 90px;
  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: #FF008A;
  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: #FF008A;
  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 #FF008A !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: #FF008A;
}

.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: #FF008A;
  color: #FFF;
}
.img-sec .image-logo {
  position: absolute;
  bottom: 20px;
  right: 20px;
}

.tags {
  width: 35px;
  height: 35px;
}
.tags:hover {
  background: #FFECF5;
  color: #FF008A;
}
.tags.active {
  background: #FFECF5;
  color: #FF008A;
}
.tags:focus {
  background: #FFECF5;
  color: #FF008A;
}

.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: #FF008A;
  color: #FFF;
}
.paginations .page-link-1.active {
  background: #FF008A;
  color: #FFF;
}

.page-link:hover {
  color: #FF008A;
}

.irs--flat .irs-handle > i:first-child {
  position: absolute;
  display: block;
  top: 0;
  left: 50%;
  width: 18px;
  height: 18px;
  margin-left: -1px;
  background-color: #FF008A;
  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: #FF008A;
}

.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: #FF008A;
  border-radius: 4px;
  top: -10px;
}

.irs--flat .irs-from:before,
.irs--flat .irs-to:before,
.irs--flat .irs-single:before {
  border-top-color: #FF008A;
  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: #FF008A;
}

.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: #FF008A;
  color: #FFF;
}
.img-sec-2 .like-icon i.filled {
  color: #FF008A;
}

.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 #FF008A;
  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: #FF008A;
  color: #FFF;
}
.booking-list .booking-img .fav-item .fav-icon:hover {
  background: #FF008A;
  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: #FF008A;
  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 #FF008A;
  border-radius: 5px;
  width: 100%;
  height: 3px;
  position: absolute;
  bottom: -3px;
  left: 0;
}
.step-register li.active .multi-step-icon {
  background: #FF008A;
}
.step-register li.activate {
  opacity: 1;
}
.step-register li.activate .multi-step-icon {
  background: #FF008A;
}
.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: #FF008A;
  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: #FF008A;
}

.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: #FF008A;
  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: #FF008A;
  border-color: #FF008A;
}
.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: #FF008A;
  -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: #FF008A;
  border-color: #FF008A;
}
.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: #FF008A;
}
.modal-wizard ul li.active p {
  color: #FF008A;
}
.modal-wizard ul li.active span {
  color: #FF008A;
}

.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: #FF008A;
  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: #FF008A;
  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: #FF008A;
}
.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;
}

.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: #FF008A !important;
  border-color: #FF008A !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 #FF008A;
  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: #FF008A;
  font-size: 6px;
}

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

.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 #FF008A;
}
.card-payments.active::before {
  position: absolute;
  content: "\f058";
  font-family: "FontAwesome";
  color: #FF008A;
  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;
}

.profile-verification .card .card-body {
  padding: 20px;
}
.profile-verification .card .card-body .verification-body {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 20px;
}
.profile-verification .card .card-body .verification-body .icon {
  margin-right: 16px;
}
.profile-verification .card .card-body .verification-body .icon span {
  padding: 16px;
  background-color: #EBECED;
}
.profile-verification .card .card-body .verification-footer {
  padding-top: 20px;
  border-top: 1px solid #EBECED;
}

.verification-document .modal-body .file-upload {
  border: 2px dashed #EBECED;
}
.verification-document .modal-body .passport-document {
  padding: 16px;
  border: 1px solid #EBECED;
  border-radius: 10px;
}
.verification-document .modal-body .passport-document .file-icon {
  display: flex;
}
.verification-document .modal-body .passport-document .file-icon span {
  padding: 16px;
  background-color: #F4F5F5;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.verification-document .modal-body .passport-document .file-progress {
  flex: 1;
}
.verification-document .modal-body .passport-document .file-progress .progress-xs {
  height: 0.3125rem;
}

.about-banner {
  background: url(../img/bg/about-bg.png);
  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;
}

.quality-info h6 {
  font-weight: 500;
  margin-bottom: 10px;
}
.quality-info p {
  font-size: 14px;
  margin-bottom: 0;
}

.about-sec {
  padding: 80px 0;
}
@media (max-width: 767.98px) {
  .about-sec {
    padding: 40px 0;
  }
}

.about-img {
  position: relative;
}
.about-img img {
  border-radius: 10px;
}
.about-img .about-exp {
  position: absolute;
  background: #111827;
  border-radius: 10px;
  width: 370px;
  height: 100%;
}
.about-img .about-exp span {
  font-weight: 600;
  font-size: 24px;
  color: #FFF;
  display: inline-block;
  margin: 200px -115px;
  transform: rotate(-90deg);
}

.abt-img {
  padding: 30px 0 30px 60px;
  position: relative;
  z-index: 1;
}

.about-content {
  margin-left: 24px;
}
@media (max-width: 767.98px) {
  .about-content {
    margin-left: 0;
    margin-top: 24px;
  }
}
@media (max-width: 575.98px) {
  .about-content {
    margin-top: 0;
  }
}
.about-content h6 {
  font-size: 16px;
  color: #111827;
  text-transform: uppercase;
  margin-bottom: 4px;
}
.about-content h2 {
  font-size: 32px;
  margin-bottom: 16px;
}
.about-content p {
  font-size: 14px;
  margin-bottom: 16px;
}
.about-content ul li {
  display: flex;
  align-items: center;
  font-size: 14px;
  margin-bottom: 15px;
}

.bgimg4 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.work-bg.work-section {
  background: #F6F7F7;
  background-repeat: no-repeat;
  background-position: left 0 bottom 20%;
  position: relative;
}
@media (max-width: 767.98px) {
  .work-bg.work-section {
    background: none;
  }
}
.work-bg.work-section .work-bg-2 {
  position: absolute;
  right: 0;
  bottom: 15%;
}
.work-bg.work-section .work-bg-1 {
  position: absolute;
  left: 0;
  top: 100px0;
}
.work-bg.work-section .section-heading {
  margin-bottom: 40px;
}
.work-bg.work-section .work-box {
  background: #FFF;
  border: 1px solid #EBECED;
  box-shadow: 0px 10px 20px -5px rgba(76, 64, 237, 0.08);
  border-radius: 10px;
  padding: 20px;
  text-align: center;
  margin-bottom: 24px;
  position: relative;
}
.work-bg.work-section .work-box .card-body h5 {
  font-size: 20px;
  margin-bottom: 8px;
}
.work-bg.work-section .work-box .card-body p {
  font-size: 14px;
  color: #656B76;
  margin-bottom: 0;
}
.work-bg.work-section .work-box .card-body h4 {
  font-weight: 600;
  font-size: 60px;
  color: #FFECF5;
  margin-bottom: 0;
  position: absolute;
  top: -30px;
  left: 0;
}

.providers-section.abt-provider {
  padding: 0 0 56px;
  position: relative;
}
.providers-section.abt-provider .providers-slider .owl-nav .owl-prev {
  display: flex;
  align-items: center;
  position: absolute;
  right: 10%;
  top: -18%;
}
@media (max-width: 767.98px) {
  .providers-section.abt-provider .providers-slider .owl-nav .owl-prev {
    right: 18%;
  }
}
.providers-section.abt-provider .providers-slider .owl-nav .owl-prev i {
  width: 32px;
  height: 32px;
  background-color: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.providers-section.abt-provider .providers-slider .owl-nav .owl-prev i:hover {
  background-color: #111827;
  color: #FFF;
}
.providers-section.abt-provider .providers-slider .owl-nav .owl-next {
  display: flex;
  align-items: center;
  position: absolute;
  position: absolute;
  right: 7%;
  top: -18%;
}
.providers-section.abt-provider .providers-slider .owl-nav .owl-next i {
  width: 32px;
  height: 32px;
  background-color: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.providers-section.abt-provider .providers-slider .owl-nav .owl-next i:hover {
  background-color: #111827;
  color: #FFF;
}

.chooseus-sec {
  padding: 80px 0 60px;
  background: #FFF;
}
.chooseus-sec .choose-content .accordion .accordion-item {
  margin-bottom: 20px;
}
.chooseus-sec .choose-content .accordion .accordion-item .accordion-header {
  background-color: #F6F7F7;
  border-radius: 5px;
}
.chooseus-sec .choose-content .accordion .accordion-item .accordion-header .accordion-button {
  border-radius: 5px;
  font-size: 18px;
}
.chooseus-sec .choose-content .accordion .accordion-item .accordion-header .accordion-button.collapsed {
  background-color: #F6F7F7;
}
.chooseus-sec .choose-content .accordion .accordion-item .accordion-body {
  margin-top: 15px;
  border: none;
}
.chooseus-sec .choose-content .accordion .accordion-item .accordion-body p {
  font-size: 14px;
}

.choose-content {
  margin-bottom: 50px;
}
.choose-content h2 {
  font-size: 32px;
}
.choose-content p {
  font-size: 14;
  margin-bottom: 40px;
  color: #656B76;
}

.choose-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
  border-right: 1px dashed #FF008A;
}
.choose-icon img {
  margin-right: 20px;
}

.choose-info p {
  font-size: 16px;
  margin-bottom: 0;
  color: #656B76;
}

.chooseus-img {
  margin-bottom: 50px;
}

.support-card {
  margin-bottom: 20px;
}
.support-card:last-child {
  margin-bottom: 0;
}
.support-card p {
  margin: 15px 0 0;
}
.support-card .support-title {
  background: #F6F7F7;
  border-radius: 5px;
  padding: 20px;
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 0;
}
.support-card .support-title a {
  color: #28283C;
  display: block;
  position: relative;
  padding-right: 60px;
}
.support-card .support-title > a:after {
  font-family: "Fontawesome";
  font-weight: 900;
  font-size: 15px;
  content: "\f078";
  position: absolute;
  top: 0;
  right: 0;
  color: #292D32;
}
.support-card .card-collapse p {
  font-size: 14px;
}

.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: #111827;
}

.about-offer.offer-paths::after {
  content: none;
}

.providers-section .section-heading {
  margin-bottom: 40px;
}
.providers-section .providerset .card-body {
  padding: 18px;
}
.providers-section .providerset .card-body .providerset-img {
  margin-bottom: 18px;
}
.providers-section .providerset .card-body .providerset-img a img {
  border-radius: 10px;
}
.providers-section .providerset .card-body .providerset-content .providerset-price {
  margin-bottom: 15px;
}
.providers-section .providerset .card-body .providerset-content .providerset-price .providerset-name h4 {
  font-size: 18px;
}
.providers-section .providerset .card-body .providerset-content .providerset-price .providerset-name span {
  font-size: 14px;
}
.providers-section .providerset .card-body .providerset-content .providerset-price .providerset-prices span {
  font-size: 14px;
}

.client-section {
  background: url(../img/bg/testimonial-bg-01.png), url(../img/bg/testimonial-bg-02.png), #F6F7F7;
  background-repeat: no-repeat;
  background-position: left center, right bottom;
  position: relative;
}
.client-section .overlay-img .overlay-img-left {
  position: absolute;
  left: 0;
  top: 10%;
}
.client-section .overlay-img .overlay-img-right {
  position: absolute;
  right: 0;
  bottom: 10%;
}
.client-section .section-heading {
  margin-bottom: 40px;
}
.client-section .section-heading p {
  font-size: 16px;
}
.client-section .testimonial-slider .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;
  border-radius: 10px;
}
.client-section .testimonial-slider .client-widget .client-img {
  margin: -73px auto 20px;
  width: 110px !important;
  height: 110px;
}
@media (max-width: 767.98px) {
  .client-section .testimonial-slider .client-widget .client-img {
    margin: -83px 60px 20px;
  }
}
.client-section .testimonial-slider .client-widget .client-content p {
  font-size: 14px;
}
.client-section .testimonial-slider .client-widget .client-content h5 {
  font-size: 16px;
  color: #242B3A;
}
.client-section .testimonial-slider .client-widget .client-content h6 {
  font-size: 13px;
  color: #656B76;
}
.client-section .testimonial-slider .owl-nav .owl-prev {
  display: flex;
  align-items: center;
  position: absolute;
  left: -1%;
  top: 50%;
}
@media (max-width: 767.98px) {
  .client-section .testimonial-slider .owl-nav .owl-prev {
    left: -2%;
  }
}
.client-section .testimonial-slider .owl-nav .owl-prev i {
  padding: 8px;
  background-color: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.client-section .testimonial-slider .owl-nav .owl-prev i:hover {
  background-color: #FF008A;
  color: #FFF;
}
.client-section .testimonial-slider .owl-nav .owl-next {
  display: flex;
  align-items: center;
  position: absolute;
  position: absolute;
  right: -1%;
  top: 50%;
}
@media (max-width: 767.98px) {
  .client-section .testimonial-slider .owl-nav .owl-next {
    right: -2%;
  }
}
.client-section .testimonial-slider .owl-nav .owl-next i {
  padding: 8px;
  background-color: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.client-section .testimonial-slider .owl-nav .owl-next i:hover {
  background-color: #FF008A;
  color: #FFF;
}

.service-offer {
  position: relative;
  margin-top: -120px;
}
.service-offer.about-service-offer::before {
  display: none;
}
.service-offer .card {
  background-color: #111827;
  overflow: hidden;
}
.service-offer .card .card-body {
  padding: 60px 60px 0;
  position: relative;
}
@media (max-width: 991.98px) {
  .service-offer .card .card-body {
    padding: 40px 20px;
  }
}
.service-offer .card .card-body .service-content {
  padding: 0;
}
.service-offer .card .card-body .service-content .display-6 {
  color: #FFF;
  margin-bottom: 25px;
}
.service-offer .card .card-body .service-content p {
  color: #FFF;
  font-size: 14px;
  margin-bottom: 25px;
}
@media (max-width: 991.98px) {
  .service-offer .card .card-body .service-img {
    display: none;
  }
}

.contacts {
  position: relative;
}
.contacts .contacts-overlay-img {
  position: absolute;
  right: -10%;
  top: -20%;
  z-index: -1;
}
.contacts .contacts-overlay-sm {
  position: absolute;
  top: 70%;
  left: 40%;
  z-index: -1;
}
.contacts .contact-details {
  margin-bottom: 60px;
}
.contacts .contact-details .card .card-body {
  padding: 15px;
}
.contacts .contact-details .card .card-body span {
  width: 70px;
  height: 70px;
  flex-shrink: 0;
  background-color: #FFECF5;
  margin-right: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
}
.contacts .contact-details .card .card-body p {
  color: #656B76;
  margin-bottom: 0;
}
.contacts .contact-queries h2 {
  margin-bottom: 40px;
}
.contacts .contact-queries .submit-btn {
  margin-top: 40px;
}

.map-grid .contact-map {
  display: block;
  width: 100%;
  height: 450px;
  margin: 0;
}

.work-wrap {
  max-width: 550px;
}
.work-wrap span {
  width: 50px;
  height: 50px;
  background: #FF008A;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #FFF;
  font-size: 24px;
  margin-bottom: 16px;
}
.work-wrap .display-6 {
  margin-bottom: 16px;
}
.work-wrap p {
  font-size: 14px;
  margin-bottom: 16px;
}

.work-wrap-img {
  max-width: 300px;
}

.work-wrap-post {
  max-width: 550px;
}
.work-wrap-post .display-6 {
  margin-bottom: 16px;
}
.work-wrap-post p {
  font-size: 14px;
  margin-bottom: 16px;
}

.work-wrap-earning {
  max-width: 550px;
}
.work-wrap-earning .display-6 {
  margin-bottom: 16px;
}
.work-wrap-earning p {
  font-size: 14px;
  margin-bottom: 16px;
}

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

.faq-content {
  margin-bottom: 24px;
}
.faq-content .faq .accordion .accordion-item {
  margin-bottom: 20px;
}
.faq-content .faq .accordion .accordion-item .accordion-header button {
  background-color: #F8F9F9;
  font-size: 16px;
}
.faq-content .faq .accordion .accordion-item .accordion-header button:not(.collapsed) {
  color: #FF008A;
}
.faq-content .faq .accordion .accordion-item .accordion-body {
  margin-bottom: 20px;
  border: none;
  background-color: #F8F9F9;
  border-radius: 5px;
}
.faq-content .faq .accordion .accordion-item .accordion-body p {
  font-size: 16px;
}
.faq-content .faq .accordion .accordion-button:not(.collapsed)::after {
  content: "\f056";
  color: #FF008A;
}
.faq-content .faq .accordion .accordion-button:after {
  content: "\f055";
  font-family: "Fontawesome";
  font-size: 16px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3.125rem;
  color: #656B76;
}

.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;
}

.privacy-cont p {
  font-size: 14px;
  margin-bottom: 16px;
}
.privacy-cont p:last-child {
  margin-bottom: 0;
}
.privacy-cont ul {
  margin-bottom: 16px;
}
.privacy-cont ul li {
  display: flex;
  align-items: center;
  font-size: 14px;
}
.privacy-cont .terms-btn {
  display: flex;
  align-items: center;
}

.footer-copyright .maintenance-icons {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}
.footer-copyright .maintenance-icons h6 {
  margin-right: 16px;
}
.footer-copyright .maintenance-icons .icons {
  display: flex;
  align-items: center;
  gap: 11px;
}

.client-section.client-section-about {
  padding-bottom: 250px;
  background-color: #F6F7F7;
  background-size: cover;
}

.testimonial-slider-3 .owl-nav button {
  position: absolute;
  top: 50% !important;
  transform: translateY(-50%);
}
.testimonial-slider-3 .owl-nav button.owl-prev {
  left: -10px;
}
.testimonial-slider-3 .owl-nav button.owl-next {
  right: -10px;
}

.service-offer.about-service-offer {
  padding-bottom: 50px;
}

.contact-img {
  margin-right: 24px;
}
@media (max-width: 767.98px) {
  .contact-img {
    margin-right: 0;
    margin-bottom: 24px;
  }
}

.blog-list {
  background: #FFF;
  border: 1px solid #F3F3F8;
  margin-bottom: 30px;
}
.blog-list .blog-image {
  border-radius: 10px 10px 0px 0px;
  margin: 0;
}
.blog-list .blog-image img {
  border-radius: 10px 10px 0px 0px;
}
.blog-list .blog-content {
  padding-top: 24px;
}
.blog-list .blog-content .blog-title {
  font-size: 32px;
  margin-bottom: 20px;
}
.blog-list .blog-content p {
  margin-bottom: 24px;
}
.blog-list .blog-info ul li {
  margin: 0 20px 0 0;
  padding-right: 0;
}
.blog-list .blog-info ul li i {
  color: #FF008A;
}

.grid-blog {
  background: #FFF;
  border: 1px solid #EBECED;
  border-radius: 0px;
  margin-bottom: 24px;
}
.grid-blog .blog-image {
  margin: 0;
  border-radius: 0;
}
.grid-blog .blog-image img {
  border-radius: 0;
}
.grid-blog .blog-content {
  padding-top: 24px;
}
.grid-blog .blog-content .blog-title {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 15px;
  -webkit-line-clamp: 1;
}
.grid-blog .blog-content p {
  margin-bottom: 20px;
}
.grid-blog .blog-content .read-more {
  font-weight: 500;
  font-size: 16px;
  background: #F7F7FF;
  border-radius: 4px;
  padding: 10px 15px;
  display: inline-flex;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}
.grid-blog .blog-content .read-more i {
  margin-left: 5px;
}
.grid-blog .blog-content .read-more img {
  filter: brightness(0) saturate(100%) invert(24%) sepia(85%) saturate(5324%) hue-rotate(243deg) brightness(96%) contrast(93%);
}
.grid-blog .blog-content .read-more:hover {
  color: #FFF;
}
.grid-blog .blog-content .read-more:hover img {
  filter: brightness(0) invert(1);
}
.grid-blog .blog-category ul li {
  padding-right: 10px;
  margin: 0 10px 12px 0;
}

.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;
}

.about-widget img {
  border-radius: 15px;
  margin-bottom: 20px;
  width: 100%;
}
.about-widget p {
  margin-bottom: 20px;
}
.about-widget .btn {
  font-weight: 500;
}

.search-widget .form-control {
  background: #FFF;
  border: 0;
  border-radius: 4px;
  height: 46px;
}
.search-widget .input-group {
  background: #FFF;
  border: 0;
  border-radius: 4px;
}
.search-widget .input-group .btn {
  width: 50px;
  margin: 0;
  height: 46px;
  border-radius: 4px !important;
  border: 0;
  background: transparent;
}
.search-widget .input-group .btn:hover {
  background: transparent;
  box-shadow: none;
  color: #FF008A !important;
}

.latest-posts {
  margin: 0;
  padding: 0;
}
.latest-posts li {
  display: table;
  width: 100%;
  margin-bottom: 20px;
}
.latest-posts li:last-child {
  padding-bottom: 0px;
  margin-bottom: 0px;
  border-bottom: none;
}

.post-thumb {
  border-radius: 4px;
  width: 75px;
  float: left;
  overflow: hidden;
}
.post-thumb a img {
  width: 75px;
  height: 75px;
  object-fit: cover;
  border-radius: 5px;
  -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;
}
.post-thumb a:hover img {
  -webkit-transform: scale(1.15);
  -moz-transform: scale(1.15);
  transform: scale(1.15);
}

.post-info {
  margin-left: 95px;
}
.post-info h4 {
  font-size: 16px;
  font-weight: 500;
  margin: 0;
}
.post-info h4 a:hover {
  color: #FF008A;
}
.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 #FF008A;
  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: #FF008A;
  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: #FF008A;
  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 #FF008A;
  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: #FF008A;
}

.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: #FF008A;
  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: #FF008A;
  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: #FF008A;
  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(#FF008A, #FF008A), linear-gradient(#FF008A, #FF008A);
  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: #FF008A;
  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 #FF008A;
  box-shadow: inset 0 70px 0 0 #fff;
  color: #FF008A;
  -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 {
  position: relative;
  overflow: hidden;
  z-index: 1;
  border-radius: 10px 10px 0 0;
}
.service-img .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: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: #FF008A;
  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: #FF008A;
  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: #ff008a;
  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: #ff008a;
  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: #FF008A;
  border: 1px solid #FF008A;
  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: #FF008A;
}
.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(#FF008A, #FF008A), linear-gradient(#FF008A, #FF008A);
  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 #FF008A;
  box-shadow: 0px 10px 20px -5px rgba(76, 64, 237, 0.08);
}
.quality-box:hover .quality-img {
  background: #FF008A;
}
.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: #FF008A;
}

.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: #ff008a;
}
.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: #ff008a;
}
.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: #ff008a;
}

/*-----------------
	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: #FF008A;
}
.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: #FF008A;
}
.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: #FF008A;
  -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: #FF008A;
}
.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: #FF008A;
  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: #ff008a;
  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: #FF008A;
}
.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: #FF008A;
}

.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: #FF008A;
}
.policy-menu li a:focus {
  color: #FF008A;
}

.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: #ff008a;
}
.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: #ff008a;
}

.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: #FF008A;
}
.footer.footer-four .social-icon ul li a:hover {
  background-color: #FF008A;
  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: #FF008A;
  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: #ff008a;
  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: #ff008a !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: #ff008a;
  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: 50%;
  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: #ff008a;
  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: #e2017b;
  border: 1px solid #e2017b;
}

.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, #ff008a 50%, #ff008a 50%);
  background: -webkit-linear-gradient(top, #ff008a 50%, #ff008a 50%);
  background: linear-gradient(to bottom, #ff008a 50%, #ff008a 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: #ff008a;
  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;
}
.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;
}

.btn-viewall {
  background: #FCEFF8;
  border-radius: 50px;
  color: #DD318E;
  font-weight: 500;
  padding: 10px 20px;
}
.btn-viewall:hover {
  background: #ff008a;
  border: 1px solid #ff008a;
  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: #ff008a;
}
.service-section-two .owl-nav button.owl-prev:hover {
  background: #ff008a;
}

.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: #ff008a;
  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: 90px 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: #fff4fa;
  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: #ff008a;
  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: #ff008a;
}
.body-one .popular-section .owl-nav button.owl-prev:hover {
  background: #ff008a;
}

.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: #FF008A;
  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: #FF008A;
  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: #ff008a;
}
.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: #ff008a;
}
.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: #ff008a;
  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: #ff008a;
}

.offer-sec.offer-paths {
  background: #ff008a;
  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: #ff008a;
}
.offer-sec .btn-views:hover {
  background-color: #ff008a;
  box-shadow: inset 0 70px 0 0 #ff008a;
  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: #ff008a;
  border: 1px solid #ff008a;
  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.jpg);
  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 #ff008a;
  font-size: 14px;
  transition: all 0.5s;
  display: inline-block;
  font-weight: 500;
}
.make-appointment:hover {
  background-color: transparent;
  border: 1px solid #FF008A;
  box-shadow: inset 0 70px 0 0 #FF008A;
  color: #fff;
  transition: all 0.7s;
}

.cta-btn {
  background: #ff008a;
  border: 1px solid #ff008a;
  border-radius: 40px;
  box-shadow: inset 0 70px 0 0 #ff008a;
  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 #ff008a;
  color: #ff008a;
  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: #ff008a;
}
.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));
  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 #FF008A;
}

.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 #FF008A;
  box-shadow: inset 0 70px 0 0 #FF008A;
  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: #FF008A;
}

.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;
}

.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: #ff008a;
  border: 1px solid #ff008a;
  box-shadow: inset 0 70px 0 0 #ff008a;
}

.register-btn {
  z-index: 1;
  background: #ff008a;
  border: 1px solid #ff008a;
  box-shadow: inset 0 70px 0 0 #ff008a;
  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 #ff008a;
}

.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: #ff008a;
  color: #fff;
  opacity: 1;
}
.slick-prev:hover:before {
  color: #fff;
  opacity: 1;
}
.slick-prev:focus {
  background-color: #ff008a;
  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: #ff008a;
  color: #fff;
  opacity: 1;
}
.slick-next:hover:before {
  color: #fff;
  opacity: 1;
}
.slick-next:focus {
  background-color: #ff008a;
  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 {
  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: #FF008A;
  color: #FFF;
  border-color: #FF008A;
}

.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 #ff008a;
  font-size: 14px;
  transition: all 0.5s;
  display: inline-block;
  font-weight: 500;
}
.make-appointment:hover {
  background-color: transparent;
  border: 1px solid #FF008A;
  box-shadow: inset 0 70px 0 0 #FF008A;
  color: #fff;
  transition: all 0.7s;
}

.cta-btn {
  background: #ff008a;
  border: 1px solid #ff008a;
  border-radius: 40px;
  box-shadow: inset 0 70px 0 0 #ff008a;
  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 #ff008a;
  color: #ff008a;
  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: #ff008a;
}
.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%);
  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 #FF008A;
}

.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 #FF008A;
  box-shadow: inset 0 70px 0 0 #FF008A;
  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: #FF008A;
}

.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: #ff008a;
  border: 1px solid #ff008a;
  box-shadow: inset 0 70px 0 0 #ff008a;
}

.register-btn {
  z-index: 1;
  background: #ff008a;
  border: 1px solid #ff008a;
  box-shadow: inset 0 70px 0 0 #ff008a;
  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: #FF008A;
  border: 1px solid #FF008A;
  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: #FF008A;
  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: #FF008A;
}

.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: #FF008A;
  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: #FF008A;
  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: #FF008A;
  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: #FF008A;
}

.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: #FF008A;
}

.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%);
  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: #FF008A;
  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: #FF008A;
}

.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: #FF008A;
}

.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: #FF008A;
}
.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: #FF008A;
  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: #FF008A;
}

.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: #FF008A;
  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: #FF008A;
  border: #FF008A;
  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: #FF008A;
  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: #FF008A;
}
.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: #FF008A;
}
.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: #FF008A;
  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: #FF008A;
  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: #FF008A;
  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: #FF008A;
  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 #FF008A;
  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: #FF008A;
  border-color: #FF008A;
}
.footer.footer-5 .footer-widget .social-icon a {
  background: #FFF !important;
}
.footer.footer-5 .footer-widget .social-icon a:hover {
  color: #FF008A;
}
.footer.footer-5 .footer-bottom {
  background: #F4F5F5 !important;
  padding: 20px 0;
}
@media (max-width: 767.98px) {
  .footer.footer-5 .copyright-menu {
    float: left;
  }
}

.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: #FF008A !important;
  color: #FFF;
}
.hero-section-six header.header-six .header-navbar-rht .nav-item .header-button-six {
  padding: 12px 24px;
  background: #FF008A;
  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: #FF008A !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: #FF008A;
  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: #FF008A;
}

.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: #FF008A;
}

.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: #FF008A;
  color: #fff;
  transition: 0.7s;
}
.our-company-first-content a:hover {
  background: #fff;
  color: #FF008A;
  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 #FF008A;
  background: rgba(255, 0, 138, 0.01);
}
.get-service-main:hover .get-service-btn a {
  color: #FF008A;
}
.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: #FF008A;
}
.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: #FF008A;
  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: #FF008A;
  border: 1px solid #FF008A;
}

.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: #FF008A;
  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 #FF008A;
  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: #FF008A;
  border: 1px solid #FF008A;
}
.btn-charges.btn-plan:hover {
  border-color: #FF008A;
}

.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: #ff008a;
  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: #FF008A;
}

.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: #ff008a;
}
.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: #ff008a;
}

.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));
  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 #FF008A;
}

.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;
}

.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));
  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));
  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: #ff008a;
  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: #FF008A;
}
.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: #FF008A;
}
.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: #ff008a;
}

.search-group-icon-5 {
  color: #ff008a;
  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: #ff008a;
}

.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: #FF008A !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: #ff008a;
  border-radius: 8px;
  color: #fff;
  border: 1px solid #ff008a;
  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: #FF008A !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: #ff008a;
  padding: 15px 30px;
  border: 1px solid #ff008a;
}
.offering-five-button .btn-primary:hover {
  border: 1px solid #FF008A;
}
.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: #ff008a;
  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: #ff008a;
}

.car-testimonials-main-five {
  background-color: #ff008a;
  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: #FF008A !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: #ff008a;
  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: #ff008a;
  box-shadow: inset 0 70px 0 0 #ff008a;
  border: 1px solid #ff008a;
}
.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: #FF008A;
}
.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: #ff008a;
  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: #FF008A !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.png);
  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: #ff008a;
}
.footer.footer-five .footer-widget.footer-contact .footer-contact-info span {
  color: #ff008a;
}
.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: #FF008A;
  color: #FFF;
}
.footer.footer-five .social-icon ul li a:hover {
  background-color: #ff008a;
}

.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: #FF008A;
  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: #FF008A;
}
@media (max-width: 991.98px) {
  .home-banner.homer-banner-seven {
    min-height: 100%;
  }
}

.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: #ff008a;
  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: #ff008a;
  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: #ff008a !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: #FF008A;
}

.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: #ff008a;
}
.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: #FF008A;
  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: #ff008a;
}
.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: #ff008a;
}
.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 #FF008A;
}
.price-toggle.price-toggle-seven .toggle-pink .checktoggle:after {
  background: #FF008A;
}

.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.png);
  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: #ff008a;
  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: #ff008a;
  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: #FF008A !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: #FF008A !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: #FF008A;
}
.wizard ul li.progress-activated::before {
  background: #FF008A;
}
.wizard ul li.progress-activated span.dot-active {
  border-color: #FF008A;
  background-color: #FF008A;
}
.wizard ul li.progress-active::after {
  background: #FF008A;
}
.wizard ul li.progress-active span.dot-active {
  border-color: #FF008A;
}

.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: #FF008A;
  }
  .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: #FF008A;
}
.booking-sidebar.request-sidebar #bokingwizard li.active span::after {
  border-color: #FF008A;
}
.booking-sidebar.request-sidebar #bokingwizard li.active span::before {
  border-color: #FF008A;
}
.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: #FF008A;
}
.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;
}
.select2-container .select2-selection--single {
  height: 40px;
}

.select2-container--default .select2-selection--single {
  border: 1px solid var(--Stroke, rgba(145, 158, 171, 0.3));
  border-radius: 5px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #242B3A !important;
  line-height: 40px;
  border-radius: 5px;
  padding-left: 10px;
  font-size: 14px;
  font-weight: 400;
  padding-right: 30px;
}
.select2-container--default .select2-selection--single .select {
  width: 219px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 40px;
  right: 7px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  position: absolute;
  top: 50%;
  left: 50%;
  border-color: #4E5561;
  border-style: solid;
  border-width: 0 1px 1px 0;
  padding: 3px;
  height: 0;
  margin-left: -6px;
  margin-top: -3px;
  width: 0;
  transform: rotate(45deg) translateY(-50%);
  -webkit-transform: rotate(45deg) translateY(-50%);
  -ms-transform: rotate(45deg) translateY(-50%);
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: #000;
  border-width: 1px 0 0 1px;
  margin-top: 3px;
  padding: 3px;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background: #FF008A;
  color: #FFF;
}

span.select2-container.select2-container--default.select2-container--open {
  z-index: 9999;
  box-shadow: 0px 4.4px 12px -1px rgba(222, 222, 222, 0.36);
}

.select2-container--classic .select2-selection--single,
.select2-container--default .select2-selection--single,
.select2-container--default .select2-selection--single .select2-selection__rendered,
.select2-container--default .select2-selection--single .select2-selection__arrow,
.select2-container--default .select2-selection--multiple,
.select2-container--classic .select2-selection--single .select2-selection__arrow,
.select2-container--classic .select2-selection--single .select2-selection__rendered {
  border-color: #EBECED;
  color: #656B76;
}

.select2-dropdown {
  border-color: #EBECED;
}

.select2-container--default .select2-selection--multiple {
  line-height: 27px;
  height: auto;
  max-height: 40px;
  overflow-y: auto;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice,
.select2-container--default .select2-selection--multiple .select2-selection__choice,
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  background-color: #5625E8;
  border-color: #5625E8;
  color: #FFF;
}

.select2-container--open .ti-filter {
  z-index: 9999 !important;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border-color: #EBECED;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  padding-right: 15px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice,
.select2-container--default .select2-selection--multiple .select2-selection__choice,
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  background-color: #EAEBEE;
  border-color: #EAEBEE;
  color: #111827;
  font-size: 13px;
  position: relative;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  position: absolute;
  right: 0;
}
/*css were not chaning in scss so given here */
/*.work-wrap-box {*/
/*    background: #75e41f0f !important;*/
/*}*/
/* .btn.btn-primary {*/
/*    background-color: #8eb66f !important;*/
/*    border: 1px solid #8eb66f !important;*/
/*    color: #FFF;*/
/*}*/
/*footer .footer-top {*/
/*    background-color: black;*/
/*}*/
/*h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {*/
/*    color: #fff;*/
/*}*/
/*footer .footer-top .footer-widget .footer-menu li a {*/
/*    color: #fff;*/
/*}*/
/*p {*/
/*    color:#fff;*/
/*}*/

/*# sourceMappingURL=style.css.map */
