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

.object-fit-cover {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.flex-center {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.box-shadow {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

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

.min-w-unset {
  min-width: unset !important;
}

.w-fit-content {
  width: -moz-fit-content;
  width: fit-content;
}

.max-w-100 {
  max-width: 100%;
}

.section-padding {
  padding: 60px 0;
}
@media only screen and (max-width: 767.5px) {
  .section-padding {
    padding: 50px 0;
  }
}

.flex-1 {
  flex: 1;
}

@media only screen and (min-width: 768px) {
  .flex-md-1 {
    flex: 1;
  }
}

.no-decoration {
  text-decoration: none;
}

.no-list-style {
  list-style-type: none;
}

.box-shadow-to-bottom, .slick-slider.stylish-dots .slick-dots li.slick-active {
  box-shadow: 0px 7px 10px 0px rgba(0, 0, 0, 0.2);
}

.overflow-hidden {
  overflow: hidden;
}

.table-layout-fixed {
  table-layout: fixed;
}

.cursor-pointer {
  cursor: pointer;
}

.ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.line-clamp1, .banner-search-box .banner-search-col .input-with-label-above > label {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

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

.line-clamp3 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.text-mini {
  font-size: 12px;
}

.text-medium {
  font-size: 14px;
}

.text-regular, .form-label {
  font-size: 16px;
}
@media only screen and (max-width: 767.5px) {
  .text-regular, .form-label {
    font-size: 14px;
  }
}

.text-large {
  font-size: 18px;
}
@media only screen and (max-width: 767.5px) {
  .text-large {
    font-size: 16px;
  }
}

.text-x-large {
  font-size: 20px;
}
@media only screen and (max-width: 767.5px) {
  .text-x-large {
    font-size: 18px;
  }
}

.mx-reverse-2 {
  margin-left: -8px;
  margin-right: -8px;
}

.mx-reverse-3 {
  margin-left: -15px;
  margin-right: -15px;
}

.rounded-lg, .single-category .featured-img {
  border-radius: 8px;
}

.rounded-xl {
  border-radius: 12px;
}

.rounded-xxl, .radio-btn-badge > input ~ .radio-btn-badge-title {
  border-radius: 16px;
}
.rounded-xxl.rounded-top, .radio-btn-badge > input ~ .rounded-top.radio-btn-badge-title {
  border-radius: 16px 16px 0 0 !important;
}

.stylish-scroll::-webkit-scrollbar, .table-box::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
.stylish-scroll::-webkit-scrollbar-track, .table-box::-webkit-scrollbar-track {
  background-color: #DEF3F7;
  border-radius: 4px;
}
.stylish-scroll::-webkit-scrollbar-thumb, .table-box::-webkit-scrollbar-thumb {
  background-color: #0B1A57;
  border-radius: 4px;
}

.stylish-scroll-on-hover::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
.stylish-scroll-on-hover::-webkit-scrollbar-track {
  background-color: #2F323F;
  border-radius: 4px;
}
.stylish-scroll-on-hover::-webkit-scrollbar-thumb {
  background-color: #2F323F;
  border-radius: 4px;
}
.stylish-scroll-on-hover:hover::-webkit-scrollbar-thumb {
  background-color: #f7f7f7;
}
.stylish-scroll-on-hover:hover::-webkit-scrollbar-thumb {
  background-color: #0B1A57;
}

.translate-y-n-1px {
  transform: translateY(-1px);
}

.translate-y-n-2px {
  transform: translateY(-2px);
}

.translate-y-n-3px {
  transform: translateY(-3px);
}

.translate-y-n-4px {
  transform: translateY(-4px);
}

.translate-y-n-5px {
  transform: translateY(-5px);
}

.translate-y-1px {
  transform: translateY(1px);
}

.translate-y-2px {
  transform: translateY(2px);
}

.translate-y-3px {
  transform: translateY(3px);
}

.translate-y-4px {
  transform: translateY(4px);
}

.translate-y-5px {
  transform: translateY(5px);
}

.hover-translate-y-n-5px {
  transition: 0.3s;
}
.hover-translate-y-n-5px:hover {
  transform: translateY(-5px);
}

.focus-outline-0:focus {
  outline: 0;
}

.transition {
  transition: 0.3s;
}

.no-bullets {
  list-style-type: none;
}

.no-before:before {
  display: none;
}

.no-after:after {
  display: none;
}

.box-24px {
  width: 24px;
  height: 24px;
}

.box-32px {
  width: 32px;
  height: 32px;
}

.box-44px {
  width: 44px;
  height: 44px;
}

.box-52px {
  width: 52px;
  height: 52px;
}

.box-70px {
  width: 70px;
  height: 70px;
}

/***************************************
    FONTS CLASSES
***************************************/
.font-inter-light {
  font-family: "Inter Light" !important;
}

.font-inter-regular {
  font-family: "Inter Regular" !important;
}

.font-inter-medium {
  font-family: "Inter Medium" !important;
}

.font-inter-semibold, .form-label {
  font-family: "Inter SemiBold" !important;
}

.font-dm-serif-regular {
  
}

/***************************************
    TEXT COLORS
***************************************/
.text-primary {
  color: #2F323F !important;
}

.text-secondary {
  color: #0B1A57 !important;
}

.text-sky {
  color: #70C5D8 !important;
}

.text-lightsky {
  color: #DEF3F7 !important;
}

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

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

.text-lightgrey {
  color: #f7f7f7 !important;
}

.text-bs-lightgrey {
  color: #dee2e6 !important;
}

.text-grey {
  color: #3C3C43 !important;
}

.text-grey2 {
  color: #E2E2E2 !important;
}

.text-grey-for-text, .calendar-table tr:nth-child(2) td {
  color: rgba(60, 60, 67, 0.6) !important;
}

.text-success {
  color: #18C033 !important;
}

.text-danger {
  color: #D54D4D !important;
}

.text-warning {
  color: #D2952E !important;
}

.text-zink {
  color: #D2952E !important;
}

/***************************************
    TEXT HOVER COLORS
***************************************/
.hover-text-primary:hover {
  color: #2F323F !important;
}

.hover-text-secondary:hover {
  color: #0B1A57 !important;
}
.hover-text-secondary:hover svg path {
  fill: #0B1A57;
}

.hover-text-sky:hover {
  color: #70C5D8 !important;
}
.hover-text-sky:hover svg path {
  fill: #70C5D8;
}

.hover-text-lightsky:hover {
  color: #DEF3F7 !important;
}

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

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

.hover-text-lightgrey:hover {
  color: #f7f7f7 !important;
}

.hover-text-bs-lightgrey:hover {
  color: #dee2e6 !important;
}

.hover-text-grey:hover {
  color: #3C3C43 !important;
}

.hover-text-grey2:hover {
  color: #E2E2E2 !important;
}

.hover-text-grey-for-text:hover {
  color: rgba(60, 60, 67, 0.6) !important;
}

.hover-text-success:hover {
  color: #18C033 !important;
}

.hover-text-danger:hover {
  color: #D54D4D !important;
}

.hover-text-warning:hover {
  color: #D2952E !important;
}

.hover-text-zink:hover {
  color: #D2952E !important;
}

/***************************************
    BACKGROUND COLORS
***************************************/
.bg-primary {
  background-color: #2F323F !important;
}

.bg-secondary {
  background-color: #0B1A57 !important;
}

.bg-lightsky {
  background-color: #DEF3F7 !important;
}

.bg-sky {
  background-color: #70C5D8 !important;
}

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

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

.bg-lightgrey, .service-card-horizontal {
  background-color: #f7f7f7 !important;
}

.bg-bs-lightgrey {
  background-color: #dee2e6 !important;
}

.bg-grey {
  background-color: #3C3C43 !important;
}

.bg-grey2 {
  background-color: #E2E2E2 !important;
}

.bg-success {
  background-color: #18C033 !important;
}

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

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

.bg-zink {
  background-color: #2297BA !important;
}

.bg-transparent {
  background-color: rgba(0, 0, 0, 0) !important;
}

/***************************************
    BACKGROUND HOVER COLORS
***************************************/
.hover-bg-primary:hover {
  background-color: #2F323F !important;
}

.hover-bg-secondary:hover {
  background-color: #0B1A57 !important;
}

.hover-bg-lightsky:hover {
  background-color: #DEF3F7 !important;
}

.hover-bg-sky:hover {
  background-color: #70C5D8 !important;
}

.hover-bg-lightsky:hover {
  background-color: #DEF3F7 !important;
}

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

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

.hover-bg-lightgrey:hover {
  background-color: #f7f7f7 !important;
}

.hover-bg-bs-lightgrey:hover {
  background-color: #dee2e6 !important;
}

.hover-bg-grey:hover {
  background-color: #3C3C43 !important;
}

.hover-bg-grey2:hover {
  background-color: #E2E2E2 !important;
}

.hover-bg-success:hover {
  background-color: #18C033 !important;
}

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

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

.hover-bg-zink:hover {
  background-color: #2297BA !important;
}

.hover-bg-transparent:hover {
  background-color: rgba(0, 0, 0, 0) !important;
}

/***************************************
    BORDERS
***************************************/
.border-primary {
  border-color: #2F323F !important;
}

.border-secondary {
  border-color: #0B1A57 !important;
}

.border-sky {
  border-color: #70C5D8 !important;
}

.border-lightsky {
  border-color: #DEF3F7 !important;
}

.border-white {
  border-color: #fff !important;
}

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

.border-lightgrey {
  border-color: #f7f7f7 !important;
}

.border-grey {
  border-color: #3C3C43 !important;
}

.border-grey2 {
  border-color: #E2E2E2 !important;
}

.border-success {
  border-color: #18C033 !important;
}

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

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

.border-zink {
  border-color: #D2952E !important;
}

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

/***************************************
    BORDERS ON HOVER
***************************************/
.hover-border-primary:hover {
  border-color: #2F323F !important;
}

.hover-border-secondary:hover {
  border-color: #0B1A57 !important;
}

.hover-border-lightsky:hover {
  border-color: #D0E4DF !important;
}

.hover-border-white:hover {
  border-color: #fff !important;
}

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

.hover-border-lightgrey:hover {
  border-color: #f7f7f7 !important;
}

.hover-border-grey:hover {
  border-color: #3C3C43 !important;
}

.hover-border-grey2:hover {
  border-color: #E2E2E2 !important;
}

.hover-border-success:hover {
  border-color: #18C033 !important;
}

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

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

.hover-border-zink:hover {
  border-color: #D2952E !important;
}

.hover-border-transparent:hover {
  border-color: rgba(0, 0, 0, 0) !important;
}

@font-face {
  font-family: "Inter Light";
  src: url(/front_assets/fonts/Inter-Light.ttf");
}
@font-face {
  font-family: "Inter Regular";
  src: url(/front_assets/fonts/Inter-Regular.ttf");
}
@font-face {
  font-family: "Inter Medium";
  src: url(/front_assets/fonts/Inter-Medium.ttf");
}
@font-face {
  font-family: "Inter SemiBold";
  src: url(/front_assets/fonts/Inter-SemiBold.ttf");
}
@font-face {
  font-family: "DMSerifText-Regular";
  src: url(/front_assets/fonts/DMSerifText-Regular.ttf");
}
body {
  color: #2F323F;
  background-color: #f7f7f7;
  margin: 0;
  padding: 0;
  font-size: 16px;
  min-height: 100vh;
  /* Track */
  /* Handle */
  /* Handle on hover */
}
@media only screen and (max-width: 575.5px) {
  body {
    background-color: #fff;
  }
}
body::-webkit-scrollbar {
  width: 10px;
}
body::-webkit-scrollbar-track {
  background: #f1f1f1;
}
body::-webkit-scrollbar-thumb {
  background: #888;
}
body::-webkit-scrollbar-thumb:hover {
  background: #555;
}

h1,
.text-h1 {
  font-size: 54px;
}
@media only screen and (max-width: 1199.5px) {
  h1,
  .text-h1 {
    font-size: 48px;
  }
}
@media only screen and (max-width: 767.5px) {
  h1,
  .text-h1 {
    font-size: 36px;
  }
}

h2,
.text-h2 {
  font-size: 34px;
}
@media only screen and (max-width: 1199.5px) {
  h2,
  .text-h2 {
    font-size: 32px;
  }
}
@media only screen and (max-width: 767.5px) {
  h2,
  .text-h2 {
    font-size: 28px;
  }
}

h3,
.text-h3 {
  font-size: 28px;
}
@media only screen and (max-width: 767.5px) {
  h3,
  .text-h3 {
    font-size: 24px;
  }
}

h4,
.text-h4 {
  font-size: 24px;
}
@media only screen and (max-width: 767.5px) {
  h4,
  .text-h4 {
    font-size: 22px;
  }
}

h5,
.text-h5 {
  font-size: 20px;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Inter SemiBold";
  font-weight: 600;
}

a {
  display: inline-block;
}

ul,
ol {
  padding: 0;
  margin: 0;
}

img {
  max-width: 100%;
}

span {
  display: inline-block;
}

/*************************************
    FORM CONTROL FIELD
*************************************/
.form-control {
  padding: 0.5rem 0.75rem !important;
  transition: 0.3s;
  transition-timing-function: ease-in;
  /* Chrome, Safari, Edge, Opera */
  /* Firefox */
}
.form-control::-webkit-outer-spin-button, .form-control::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.form-control[type=number] {
  -moz-appearance: textfield;
}
.form-control[type=password] {
  padding-right: 2.5rem !important;
}
.form-control ~ .input-group-addon {
  position: absolute;
  right: 15px;
  top: 15px;
}
.form-control ~ .input-group-addon i {
  color: #5F6368;
}
.form-control.mobile-code {
  padding-left: 100px !important;
}

.form-control,
.form-select {
  background-color: #f7f7f7;
  height: 48px !important;
  border-radius: 8px;
  border-color: #f7f7f7;
  transition: 0.3s;
  transition-timing-function: ease-in;
}
.form-control:focus,
.form-select:focus {
  box-shadow: none;
  border: 1px solid #0B1A57;
  background-color: #fff;
}
.form-control::-moz-placeholder, .form-select::-moz-placeholder {
  color: rgba(60, 60, 67, 0.6);
}
.form-control::placeholder,
.form-select::placeholder {
  color: rgba(60, 60, 67, 0.6);
}
.form-control[readonly]:focus,
.form-select[readonly]:focus {
  border-color: #f7f7f7;
}

.form-control.form-control-mini,
.form-select.form-select-mini {
  height: 30px !important;
}

textarea.form-control {
  min-height: 120px;
}

.form-select {
  cursor: pointer;
}
.form-select.bg-secondary {
  color: #fff;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
}
.form-select.bg-secondary option {
  background-color: #fff;
  color: #2F323F;
}

.input-group .input-group-text {
  background-color: #f7f7f7;
  border-color: #f7f7f7;
  border-radius: 8px 0 0 8px;
}
.input-group .input-group-text.rounded-end {
  border-radius: 0 8px 8px 0 !important;
}
.input-group .input-group-text img {
  max-height: 25px;
}
.input-group .form-control:focus {
  border-left: 1px solid #0B1A57;
}
.input-group .form-control ~ .input-group-text {
  border-radius: 0 8px 8px 0;
}

.field-with-icon {
  position: relative;
}
.field-with-icon .field-icon {
  position: absolute;
  top: 50%;
  left: 12px;
  transform: translateY(-50%);
  display: flex;
}
.field-with-icon .field-icon img,
.field-with-icon .field-icon svg {
  max-width: 18px;
  max-height: 18px;
}
.field-with-icon .form-control {
  padding-left: 40px !important;
}
.field-with-icon.icon-end .field-icon {
  left: unset;
  right: 12px;
}
.field-with-icon.icon-end .form-control {
  padding-left: 0.75rem !important;
  padding-right: 40px !important;
}

.form-check .form-check-input[type=radio] {
  width: 24px;
  height: 24px;
  transform: translateY(-3px);
}
.form-check .form-check-input[type=radio]:checked {
  background-color: #0B1A57;
  border: 0;
}
.form-check .form-check-input[type=radio] ~ .form-check-label {
  padding-left: 12px;
  transform: translateY(2px);
}
.form-check .form-check-input[type=checkbox] {
  width: 24px;
  height: 24px;
  transform: translateY(-3px);
}
.form-check .form-check-input[type=checkbox]:checked {
  background-color: #0B1A57;
  border: 0;
}
.form-check .form-check-input[type=checkbox] ~ .form-check-label {
  padding-left: 12px;
  transform: translateY(2px);
}

.form-switch .form-check-input {
  transition: 0.3s;
  height: 28px !important;
  width: 52px !important;
  background-color: #2F323F;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}
.form-switch .form-check-input:checked {
  background-color: #0B1A57 !important;
  border-color: #0B1A57 !important;
}

/*************************************
    OTHERS
*************************************/
@media only screen and (min-width: 576px) {
  .border-sm {
    border-width: 1px;
    border-style: solid;
  }
}

@media only screen and (min-width: 768px) {
  .border-md {
    border-width: 1px;
    border-style: solid;
  }
}

@media only screen and (min-width: 992px) {
  .border-lg {
    border-width: 1px;
    border-style: solid;
  }
}

.modal {
  backdrop-filter: blur(0px);
  -webkit-backdrop-filter: blur(0px);
}

.modal.show {
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}

.modal-content {
  border-radius: 12px;
}

@media only screen and (max-width: 575.5px) {
  .modal .modal-dialog.modal-dialog-centered {
    transform: translate(0, 100%);
    min-height: calc(100% - 0rem);
    margin: 0;
    align-items: end;
  }
}
@media only screen and (max-width: 575.5px) {
  .modal .modal-dialog.modal-dialog-centered .modal-content {
    border: 0;
    border-radius: 12px 12px 0 0;
  }
}
@media only screen and (max-width: 575.5px) {
  .modal.show .modal-dialog {
    transform: none;
    padding-top: 24px;
  }
}

@media only screen and (max-width: 767.5px) {
  .accordion-body {
    padding: 16px;
  }
}

.offcanvas {
  height: 100vh;
}

/**************************************
    BUTTONS
**************************************/
.btlr-btn {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  padding: 11.4px 16px 11px;
  gap: 12px;
  min-width: 100px;
  border: 1px solid #2F323F;
  text-decoration: none;
  transition: 0.3s;
}
@media only screen and (max-width: 767.5px) {
  .btlr-btn {
    min-width: -moz-fit-content;
    min-width: fit-content;
  }
}
.btlr-btn:focus {
  box-shadow: none !important;
}
.btlr-btn.btlr-btn-secondary {
  background-color: #0B1A57;
  color: #fff;
  border-color: #0B1A57;
}
.btlr-btn.btlr-btn-secondary2 {
  background-color: #0B1A57;
  color: #fff;
  border-color: #0B1A57;
}
.btlr-btn.btlr-btn-primary {
  background-color: #2F323F;
  color: #fff;
  border-color: #2F323F;
}
.btlr-btn.btlr-btn-sky {
  background-color: #70C5D8;
  color: #fff;
  border-color: #70C5D8;
}
.btlr-btn.btlr-btn-lightgrey {
  background-color: #f7f7f7;
  color: rgba(60, 60, 67, 0.6);
  border-color: #f7f7f7;
}
.btlr-btn.btlr-btn-grey {
  background-color: #3C3C43;
  color: rgba(60, 60, 67, 0.6);
  border-color: #3C3C43;
}
.btlr-btn.btlr-btn-grey2 {
  background-color: #E2E2E2;
  color: rgba(60, 60, 67, 0.6);
  border-color: #E2E2E2;
}
.btlr-btn.btlr-btn-danger {
  background-color: #D54D4D;
  color: #fff;
  border-color: #D54D4D;
}
.btlr-btn.btlr-btn-outline-secondary {
  border-color: #0B1A57;
  color: #0B1A57;
  background-color: #fff;
}
.btlr-btn.btlr-btn-outline-secondary > svg path {
  transition: 0.3s;
}
.btlr-btn.btlr-btn-outline-secondary:hover {
  background-color: #0B1A57;
  color: #fff;
}
.btlr-btn.btlr-btn-outline-secondary:hover > svg path {
  fill: #fff;
}
.btlr-btn.btlr-btn-outline-secondary.dropdown-toggle.show {
  color: #0B1A57;
  background-color: #fff;
  border-color: #0B1A57;
}
.btlr-btn.btlr-btn-outline-secondary.dropdown-toggle.show:hover {
  background-color: #0B1A57;
  color: #fff;
}
.btlr-btn.btlr-btn-outline-secondary.dropdown-toggle.show:hover > svg path {
  fill: #fff;
}
.btlr-btn.btlr-btn-outline-secondary2 {
  border-color: #0B1A57;
  color: #0B1A57;
  background-color: #fff;
}
.btlr-btn.btlr-btn-outline-secondary2 > svg path {
  transition: 0.3s;
}
.btlr-btn.btlr-btn-outline-secondary2:hover {
  background-color: #0B1A57;
  color: #fff;
}
.btlr-btn.btlr-btn-outline-secondary2:hover > svg path {
  fill: #fff;
}
.btlr-btn.btlr-btn-square {
  width: 40px;
  height: 40px;
  padding: 4px;
  align-items: center;
  justify-content: center;
  min-width: unset;
}
.btlr-btn[disabled] {
  background-color: #E2E2E2 !important;
  color: rgba(60, 60, 67, 0.6) !important;
  border-color: #E2E2E2 !important;
  pointer-events: none !important;
  cursor: not-allowed !important;
}

/*******************************
    DROPDOWN
*******************************/
.btlr-dropdown > button.btn {
  min-height: 48px;
  border-radius: 8px;
  border: 1px solid #0B1A57;
  background-color: #f7f7f7;
  position: relative;
  padding-right: 50px;
  background-color: #fff;
}
.btlr-dropdown > button.btn:focus {
  box-shadow: unset !important;
}
.btlr-dropdown > button.btn::after {
  width: 16px;
  height: 9px;
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(/front_assets/images/arrow-down-black-icon.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border: 0 !important;
}
.btlr-dropdown > .dropdown-menu {
  border-radius: 8px;
  padding: 8px 16px;
  background-color: #fff;
  border: 1px solid #0B1A57;
  min-width: 100%;
}
.btlr-dropdown > .dropdown-menu > li {
  padding: 8px 0;
  border-bottom: 1px solid #D0E4DF;
}
.btlr-dropdown > .dropdown-menu > li > a:hover {
  background-color: rgba(0, 0, 0, 0);
  color: #0B1A57;
}
.btlr-dropdown > .dropdown-menu > li:last-child {
  border-bottom: 0;
}

/*******************************
    BULLETED LIST
*******************************/
.bulleted-list {
  list-style-type: none;
  position: relative;
}
.bulleted-list:before {
  content: "";
  width: 1px;
  height: calc(100% - 8px);
  position: absolute;
  top: 4px;
  left: 7px;
  background-color: #D0E4DF;
}
.bulleted-list li {
  padding-left: 28px;
  position: relative;
  margin-bottom: 16px;
}
.bulleted-list li:before {
  content: "";
  width: 16px;
  height: 16px;
  border: 5px solid #0B1A57;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  top: 4px;
  left: 0;
}
.bulleted-list li:last-child {
  margin-bottom: 0;
}

/*******************************
    HAMBURGER
*******************************/
.hamburger {
  width: 30px;
  position: relative;
  height: 16px;
  cursor: pointer;
}
@media only screen and (max-width: 340px) {
  .hamburger {
    width: 30px;
  }
}
.hamburger .line {
  position: absolute;
  right: 0;
  height: 2px;
  background-color: #0B1A57;
  transition: 0.3s;
  border-radius: 4px;
}
.hamburger .line1 {
  width: 100%;
  top: 0;
}
.hamburger .line2 {
  width: 18px;
  top: 7px;
  opacity: 1;
  visibility: visible;
}
.hamburger .line3 {
  width: 24px;
  top: 14px;
}

#btlr-web-header.menu-btn-clicked .hamburger .line1 {
  top: 9px;
  transform: rotate(-45deg);
}
#btlr-web-header.menu-btn-clicked .hamburger .line2 {
  transform: translateX(0px);
  opacity: 0;
  visibility: hidden;
  top: 9px;
}
#btlr-web-header.menu-btn-clicked .hamburger .line3 {
  top: 9px;
  transform: rotate(45deg);
  width: 100%;
}

/**************************************
    CARDS
**************************************/
.simple-card {
  border: 1px solid #DEF3F7;
}
.simple-card .simple-card-banner {
  height: 144px;
}
.simple-card .simple-card-body .card-description p:last-child {
  margin-bottom: 0;
}
.simple-card .a.add-service-btn {
  display: inline-flex;
}
.simple-card .remove-service-btn {
  display: none;
}
.simple-card.active {
  border: 2px solid #0B1A57;
}
.simple-card.active .add-service-btn {
  display: none;
}
.simple-card.active .remove-service-btn {
  display: inline-flex;
}

.user-card {
  position: relative;
  overflow: hidden;
  border: 1px solid #DEF3F7;
  background-color: #fff;
}
.user-card input[type=radio] {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0;
}
.user-card:has(input:checked) {
  border: 1px solid #0B1A57;
  background-color: #DEF3F7;
}

.service-card {
  border-radius: 8px;
  overflow: hidden;
  display: block;
  text-decoration: none;
  color: #2F323F;
}
.service-card .service-card-banner {
  height: 200px;
  position: relative;
}
@media only screen and (max-width: 767.5px) {
  .service-card .service-card-banner {
    height: 174px;
  }
}
.service-card .service-card-banner .banner-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.service-card .service-card-banner .banner-badges {
  position: absolute;
  top: 16px;
  left: 16px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.service-card .service-card-body {
  padding: 24px;
  background-color: #fff;
}
@media only screen and (max-width: 767.5px) {
  .service-card .service-card-body {
    padding: 16px;
  }
}
.service-card:hover {
  color: #2F323F;
}

.service-card-horizontal {
  display: flex;
  flex-wrap: wrap;
  border-radius: 16px;
  overflow: hidden;
}
@media only screen and (max-width: 767.5px) {
  .service-card-horizontal {
    border-radius: 8px;
  }
}
.service-card-horizontal .service-card-banner {
  height: 180px;
  width: 180px;
  padding: 16px;
  position: relative;
}
@media only screen and (max-width: 767.5px) {
  .service-card-horizontal .service-card-banner {
    height: unset;
    width: 110px;
    padding: 8px;
  }
}
.service-card-horizontal .service-card-banner img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.service-card-horizontal .card-description {
  flex: 1;
  padding: 20px;
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 767.5px) {
  .service-card-horizontal .card-description {
    width: 100%;
    padding: 12px;
  }
}
.service-card-horizontal .card-description .top {
  flex: 1;
  margin-bottom: 16px;
}
.service-card-horizontal .card-description .bottom {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}

.radio-card {
  position: relative;
  overflow: hidden;
  border: 1px solid #DEF3F7;
}
.radio-card input[type=radio] {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0;
}
.radio-card:has(input:checked) {
  border: 1px solid #0B1A57; /* Change border color when checked */
}

/**************************************
    INLINE LIST
**************************************/
.inline-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
}

/**************************************
    SERVICE FINDER FORM
**************************************/
.banner-search-box {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 8px 16px 8px 8px;
  background-color: #fff;
  border-radius: 16px;
  position: relative;
}
@media only screen and (max-width: 767.5px) {
  .banner-search-box {
    gap: 16px;
    padding: 16px;
    position: static;
  }
}
.banner-search-box .banner-search-col {
  flex: 1;
}
@media only screen and (max-width: 767.5px) {
  .banner-search-box .banner-search-col {
    width: 100%;
    flex: unset;
    border-right: 0;
    position: relative;
  }
}
.banner-search-box .banner-search-col .input-with-label-above {
  position: relative;
  width: 100%;
}
.banner-search-box .banner-search-col .input-with-label-above > label {
  display: block;
  width: 100%;
  margin-bottom: 2px;
  position: absolute;
  top: 8px;
  left: 8px;
}
.banner-search-box .banner-search-col .input-with-label-above > input {
  border: 1px solid rgba(0, 0, 0, 0);
  background-color: #fff;
  padding: 0;
  height: 70px;
  padding: 30px 8px 8px;
  border-radius: 6px;
  width: 100%;
  transition: 0.3s;
}
.banner-search-box .banner-search-col .input-with-label-above > input:focus {
  border: 1px solid #0B1A57;
  background-color: #f7f7f7;
  outline: 0;
}
.banner-search-box .banner-search-col .input-with-label-above > input::-moz-placeholder {
  color: #2F323F;
}
.banner-search-box .banner-search-col .input-with-label-above > input::placeholder {
  color: #2F323F;
}
@media only screen and (max-width: 767.5px) {
  .banner-search-box .banner-search-col .input-with-label-above > input {
    background-color: #f7f7f7;
  }
}
.banner-search-box .banner-search-col.inner1:after {
  content: "";
  width: 1;
  height: 40px;
  border-right: 1px solid #E2E2E2;
  position: absolute;
  top: 50%;
  right: -4px;
  transform: translateY(-50%);
}
@media only screen and (max-width: 767.5px) {
  .banner-search-box .banner-search-col.inner1:after {
    display: none;
  }
}
.banner-search-box .banner-search-col.inner3 {
  width: 100px;
  flex: unset;
  display: flex;
  align-items: center;
}
.banner-search-box .banner-search-col.inner3 .btlr-btn {
  height: 48px;
}
@media only screen and (max-width: 767.5px) {
  .banner-search-box .banner-search-col.inner3 {
    width: 100%;
  }
}
.banner-search-box .banner-search-dropdown {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  right: 0;
  width: 100%;
  display: none;
  z-index: 1;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.1);
}

/**************************************
    FIELD WITH BUTTON
**************************************/
/**************************************
    TABLES
**************************************/
.btlr-table > :not(caption) > * > * {
  box-shadow: unset;
}

.btlr-table {
  width: 100%;
}
.btlr-table tr th,
.btlr-table tr td {
  padding: 14px 16px;
  border-color: #dee2e6;
  vertical-align: middle;
  border-bottom: 0 !important;
  font-size: 14px;
}
.btlr-table tr th {
  background-color: #ECECEC;
  font-weight: 400;
}
.btlr-table tr:last-child td {
  border-bottom: 0;
}
.btlr-table tr:last-child td {
  border-bottom: 0;
}
.btlr-table tr:nth-child(even) td {
  background-color: #f7f7f7;
}
.btlr-table.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #fff;
}
.btlr-table.table-striped > tbody > tr:nth-of-type(even) {
  background-color: #F8F8F8;
}

.btlr-table .actions-container {
  display: flex;
  align-items: center;
  gap: 16px;
}
.btlr-table .actions-container .single-action a img {
  max-width: 22px;
}
@media only screen and (max-width: 1440.5px) {
  .btlr-table .actions-container .single-action a img {
    max-width: 14px;
  }
}

/**************************************
    TABLE SCROLLER
**************************************/
.table-box {
  overflow-x: auto;
  border-radius: 12px;
  border: 1px solid #E2F0EF;
}

@media only screen and (max-width: 1599.5px) {
  .scroll-from-x-large-laptop table {
    width: 1599px;
  }
}

@media only screen and (max-width: 1440.5px) {
  .scroll-from-large-laptop table {
    width: 1440px;
  }
}

@media only screen and (max-width: 1399.5px) {
  .scroll-from-laptop table {
    width: 1366px;
  }
}

@media only screen and (max-width: 1199.5px) {
  .scroll-from-small-laptop table {
    width: 1199px;
  }
}

@media only screen and (max-width: 991.5px) {
  .scroll-from-ipad table {
    width: 991px;
  }
}

@media only screen and (max-width: 767.5px) {
  .scroll-from-tab table {
    width: 767px;
  }
}

@media only screen and (max-width: 575.5px) {
  .scroll-from-small-tab table {
    width: 575px;
  }
}

@media only screen and (max-width: 480.5px) {
  .scroll-from-mobile table {
    width: 480px;
  }
}

@media only screen and (max-width: 360.5px) {
  .scroll-from-small-mobile table {
    width: 365px;
  }
}

/*******************************
    TABS
*******************************/
.btlr-nav-tabs {
  border-bottom: 0;
  gap: 8px 0;
}
.btlr-nav-tabs .nav-item .nav-link {
  border-radius: 0;
  border: 0;
  border-bottom: 2px solid #D0E4DF;
  padding: 4px 8px;
  color: #969696;
}
.btlr-nav-tabs .nav-item .nav-link.active {
  border-bottom: 2px solid #0B1A57;
  background-color: rgba(0, 0, 0, 0);
  color: #2F323F;
}

.btlr-nav-tabs2 {
  border-bottom: 0;
  gap: 8px 0;
  background-color: #f7f7f7;
  padding: 6px;
  border-radius: 8px;
}
.btlr-nav-tabs2 .nav-item {
  flex: 1;
}
.btlr-nav-tabs2 .nav-item .nav-link {
  width: 100%;
  border: 0;
  padding: 4px 8px;
  color: #969696;
  font-size: 14px;
  border-radius: 4px;
}
.btlr-nav-tabs2 .nav-item .nav-link.active {
  background-color: #fff;
  color: #2F323F;
}

.btlr-horizontal-tabs-continaer {
  display: flex;
  flex-wrap: wrap;
}
.btlr-horizontal-tabs-continaer .tabs-nav-box {
  width: 265px;
  border-right: 1px solid #DEF3F7;
}
@media only screen and (max-width: 1199.5px) {
  .btlr-horizontal-tabs-continaer .tabs-nav-box {
    width: 100%;
    margin-bottom: 32px;
  }
}
@media only screen and (max-width: 1199.5px) {
  .btlr-horizontal-tabs-continaer .tabs-nav-box .nav {
    flex-direction: row !important;
    gap: 8px;
    justify-content: center;
  }
}
.btlr-horizontal-tabs-continaer .tabs-nav-box .nav > .nav-link {
  display: flex;
  align-items: center;
  gap: 14px;
  text-align: left;
  padding: 8px 11px;
  min-height: 44px;
  font-size: 18px;
  color: #2F323F;
  margin-bottom: 1px;
}
@media only screen and (max-width: 1199.5px) {
  .btlr-horizontal-tabs-continaer .tabs-nav-box .nav > .nav-link {
    border: 1px solid #dee2e6;
  }
}
.btlr-horizontal-tabs-continaer .tabs-nav-box .nav > .nav-link img,
.btlr-horizontal-tabs-continaer .tabs-nav-box .nav > .nav-link svg {
  width: 20px;
  height: 20px;
  transition: 0.2s;
  transform: translateY(-1px);
}
.btlr-horizontal-tabs-continaer .tabs-nav-box .nav > .nav-link:hover, .btlr-horizontal-tabs-continaer .tabs-nav-box .nav > .nav-link.active {
  background-color: #DEF3F7;
  color: #0B1A57;
}
.btlr-horizontal-tabs-continaer .tabs-nav-box .nav > .nav-link:hover svg path, .btlr-horizontal-tabs-continaer .tabs-nav-box .nav > .nav-link.active svg path {
  fill: #0B1A57;
  fill-opacity: 1;
}
.btlr-horizontal-tabs-continaer .tabs-content-box {
  width: calc(100% - 265px);
}
@media only screen and (max-width: 1199.5px) {
  .btlr-horizontal-tabs-continaer .tabs-content-box {
    width: 100%;
  }
}

@media only screen and (max-width: 1199.5px) {
  .btlr-horizontal-tabs-continaer2 .tabs-nav-box .nav {
    flex-direction: row !important;
    gap: 8px;
    justify-content: center;
  }
}
.btlr-horizontal-tabs-continaer2 .tabs-nav-box .nav > .nav-link {
  display: flex;
  align-items: center;
  gap: 14px;
  text-align: left;
  padding: 8px 11px;
  min-height: 44px;
  font-size: 18px;
  color: #2F323F;
  margin-bottom: 1px;
}
@media only screen and (max-width: 1199.5px) {
  .btlr-horizontal-tabs-continaer2 .tabs-nav-box .nav > .nav-link {
    border: 1px solid #dee2e6;
  }
}
.btlr-horizontal-tabs-continaer2 .tabs-nav-box .nav > .nav-link img,
.btlr-horizontal-tabs-continaer2 .tabs-nav-box .nav > .nav-link svg {
  width: 20px;
  height: 20px;
  transition: 0.2s;
  transform: translateY(-1px);
}
.btlr-horizontal-tabs-continaer2 .tabs-nav-box .nav > .nav-link:hover, .btlr-horizontal-tabs-continaer2 .tabs-nav-box .nav > .nav-link.active {
  background-color: #DEF3F7;
  color: #0B1A57;
}
.btlr-horizontal-tabs-continaer2 .tabs-nav-box .nav > .nav-link:hover svg path, .btlr-horizontal-tabs-continaer2 .tabs-nav-box .nav > .nav-link.active svg path {
  fill: #0B1A57;
  fill-opacity: 1;
}
.custom-vertical-list > .nav-link {
  display: flex;
  align-items: center;
  gap: 14px;
  text-align: left;
  padding: 8px 11px;
  min-height: 44px;
  font-size: 18px;
  color: #2F323F;
  border-radius: 4px;
  margin-bottom: 1px;
}
.custom-vertical-list > .nav-link img,
.custom-vertical-list > .nav-link svg {
  width: 20px;
  height: 20px;
  transition: 0.2s;
  transform: translateY(-1px);
}
.custom-vertical-list > .nav-link:hover, .custom-vertical-list > .nav-link.active {
  background-color: #DEF3F7;
  color: #0B1A57;
}
.custom-vertical-list > .nav-link:hover svg path, .custom-vertical-list > .nav-link.active svg path {
  fill: #0B1A57;
  fill-opacity: 1;
}

/*********************************
    BUTTON TABS
*********************************/
/******************************
    ACCORDION
******************************/
.btlr-accordion .accordion-item {
  margin-bottom: 8px;
  border-top: 1px solid #D0E4DF;
  background-color: #fff;
  border-radius: 8px;
  overflow: hidden;
  transition: 0.3s;
}
.btlr-accordion .accordion-item:last-child {
  margin-bottom: 0;
}
.btlr-accordion .accordion-item .accordion-header .accordion-button {
  font-weight: bold;
  box-shadow: unset;
  background-color: #fff;
}
.btlr-accordion .accordion-item .accordion-header .accordion-button > .row {
  width: calc(100% - 15px);
}
.btlr-accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {
  color: #2F323F;
  background-color: #DEF3F7;
}
.btlr-accordion .accordion-item.opened {
  border-color: #0B1A57;
}

/***************************************
    HEADER
***************************************/
header#btlr-web-header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.7);
  box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.05);
  border-radius: 0 0 50px 50px;
  -webkit-backdrop-filter: blur(0);
          backdrop-filter: blur(0);
  z-index: 9;
  transition: 0.3s;
}
@media only screen and (max-width: 1199.5px) {
  header#btlr-web-header {
    border-radius: 0 0 20px 20px;
  }
}
@media only screen and (max-width: 991.5px) {
  header#btlr-web-header {
    border-left: 1px solid #D0E4DF;
    border-right: 1px solid #D0E4DF;
    border-bottom: 1px solid #D0E4DF;
  }
}
header#btlr-web-header .header-inner {
  padding: 20px 0;
}
@media only screen and (max-width: 991.5px) {
  header#btlr-web-header .header-inner {
    padding: 12px 0;
  }
}
header#btlr-web-header .header-inner > .container-lg {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
header#btlr-web-header .header-inner > .container-lg .header-left {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 24px;
}
@media only screen and (max-width: 1399.5px) {
  header#btlr-web-header .header-inner > .container-lg .header-left {
    gap: 16px 4px;
  }
}
header#btlr-web-header .header-inner > .container-lg .header-left .logo-box {
  width: 150px;
}
header#btlr-web-header .header-inner > .container-lg .header-left .logo-box img {
  width: 100%;
}
header#btlr-web-header .header-inner > .container-lg .header-nav-box {
  margin-right: auto;
  transition: 0.3s;
}
@media only screen and (max-width: 1199.5px) {
  header#btlr-web-header .header-inner > .container-lg .header-nav-box {
    margin-left: auto;
    order: 3;
    width: 100%;
  }
}
@media only screen and (max-width: 1199.5px) {
  header#btlr-web-header .header-inner > .container-lg .header-nav-box > nav {
    display: flex;
    justify-content: center;
  }
}
header#btlr-web-header .header-inner > .container-lg .header-nav-box > nav > ul {
  display: flex;
  gap: 8px;
  align-items: center;
  list-style-type: none;
  overflow: auto;
}
header#btlr-web-header .header-inner > .container-lg .header-nav-box > nav > ul::-webkit-scrollbar {
  width: 2px;
  height: 2px;
}
header#btlr-web-header .header-inner > .container-lg .header-nav-box > nav > ul::-webkit-scrollbar-track {
  background-color: rgba(0, 0, 0, 0);
  border-radius: 4px;
}
header#btlr-web-header .header-inner > .container-lg .header-nav-box > nav > ul::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0);
  border-radius: 4px;
}
@media only screen and (max-width: 991.5px) {
  header#btlr-web-header .header-inner > .container-lg .header-nav-box > nav > ul {
    margin-left: -13px;
    margin-right: -13px;
    padding-left: 13px;
    padding-right: 13px;
    border-left: 1px solid #dbebe7;
    border-right: 1px solid #d0e4df;
    border-radius: 0 0px 5px 5px;
  }
}
header#btlr-web-header .header-inner > .container-lg .header-nav-box > nav > ul > li > a {
  background-color: #fff;
  white-space: nowrap;
  border-radius: 30px;
  border: 1px solid #dee2e6;
  padding: 10px 16px;
  text-decoration: none;
  color: #2F323F;
  transition: 0.3s;
}
@media only screen and (max-width: 1399.5px) {
  header#btlr-web-header .header-inner > .container-lg .header-nav-box > nav > ul > li > a {
    padding: 6px 12px;
  }
}
header#btlr-web-header .header-inner > .container-lg .header-nav-box > nav > ul > li > a:hover, header#btlr-web-header .header-inner > .container-lg .header-nav-box > nav > ul > li > a.active {
  background-color: #0B1A57;
  color: #fff;
  border-color: #0B1A57;
}
header#btlr-web-header .header-inner > .container-lg .header-right .header-right-list-box > ul {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  align-items: center;
  list-style-type: none;
}
@media only screen and (max-width: 1399.5px) {
  header#btlr-web-header .header-inner > .container-lg .header-right .header-right-list-box > ul {
    gap: 16px;
  }
}
header#btlr-web-header .header-inner > .container-lg .header-right .header-right-list-box > ul > li > a {
  text-decoration: none;
  color: #2F323F;
}
header#btlr-web-header .header-inner > .container-lg .hamburger-btn .btlr-btn {
  border-radius: 30px !important;
}
header#btlr-web-header .header-inner > .container-lg .hamburger-btn .dropdown-menu {
  width: 270px;
  top: 10px !important;
  border-radius: 12px;
  border: 1px solid #DEF3F7;
}
header#btlr-web-header .header-inner > .container-lg .hamburger-btn .dropdown-menu:before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 4px;
  border-top: 5px solid #fff;
  border-right: 5px solid #fff;
  border-bottom: 5px solid rgba(0, 0, 0, 0);
  border-left: 5px solid rgba(0, 0, 0, 0);
  position: absolute;
  top: -5px;
  right: 20px;
  transform: rotate(-45deg);
}

body.scrolled header#btlr-web-header {
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}

/***************************************
    MAIN CSS
***************************************/
.banner-section {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.banner-section > .container:not(.container-bottom) {
  padding-top: 150px;
  padding-bottom: 70px;
}
@media only screen and (max-width: 1199.5px) {
  .banner-section > .container:not(.container-bottom) {
    padding-top: 180px;
    padding-bottom: 50px;
  }
}
.banner-section > .container:not(.container-bottom) .content-box {
  max-width: 790px;
  margin: 0 auto;
}
.banner-section > .container:not(.container-bottom) .content-box .content-upper {
  max-width: 570px;
  margin: 0 auto;
}
@media only screen and (max-width: 1199.5px) {
  .banner-section > .container:not(.container-bottom) .content-box .content-upper {
    max-width: 500px;
  }
}

.slick-slider.stylish-dots .slick-dots {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  left: 50%;
  transform: translateX(-50%);
  background-color: #ECECEC;
  height: 4px;
}
.slick-slider.stylish-dots .slick-dots li {
  width: 80px;
  height: 4px;
  border-radius: 4px;
  margin: 0;
}
@media only screen and (max-width: 991.5px) {
  .slick-slider.stylish-dots .slick-dots li {
    width: 30px;
  }
}
.slick-slider.stylish-dots .slick-dots li > button {
  opacity: 0;
  height: 0;
  width: 0;
  padding: 0;
}
.slick-slider.stylish-dots .slick-dots li > button:before {
  width: 0;
  height: 0;
}
.slick-slider.stylish-dots .slick-dots li.slick-active {
  background-color: #0B1A57;
}
.slick-slider.arrows-top-right .slick-arrow {
  display: block;
  width: 28px;
  height: 28px;
  top: -45px;
  z-index: 1;
}
.slick-slider.arrows-top-right .slick-arrow:before {
  content: "";
  width: 28px;
  height: 28px;
  display: block;
  border-radius: 4px;
  background-color: #fff;
  background-repeat: no-repeat;
  background-size: 10px auto;
  background-position: center;
}
.slick-slider.arrows-top-right .slick-arrow.slick-prev {
  right: 68px;
  left: unset;
}
.slick-slider.arrows-top-right .slick-arrow.slick-prev:before {
  background-image: url("/front_assets/images/svgIcons/arrow-left.svg");
}
.slick-slider.arrows-top-right .slick-arrow.slick-next {
  right: 16px;
  left: unset;
}
.slick-slider.arrows-top-right .slick-arrow.slick-next:before {
  background-image: url("/front_assets/images/svgIcons/arrow-right.svg");
}

@media only screen and (max-width: 767.5px) {
  .salon-and-spa-services-slider .service-card,
  .general-cleaning-services-slider .service-card,
  .handyman-and-maintinance-services-slider .service-card {
    width: 200px;
  }
}

.first-section {
  padding-top: 130px;
  padding-bottom: 50px;
}
@media only screen and (max-width: 1199.5px) {
  .first-section {
    padding-top: 160px;
  }
}
@media only screen and (max-width: 991.5px) {
  .first-section.negative-margin-when-no-header-categories {
    margin-top: -55px;
  }
}

.category-btns-box {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  position: sticky;
  top: 77px;
  width: calc(100% - 2px);
  margin: 1px auto 0;
  z-index: 1;
  overflow: auto;
}
@media only screen and (max-width: 1199.5px) {
  .category-btns-box {
    top: 134px;
  }
}
@media only screen and (max-width: 991.5px) {
  .category-btns-box {
    top: 117px;
    flex-wrap: nowrap;
    display: none;
  }
}
.category-btns-box .single-btn {
  padding: 4px 12px;
  border: 1px solid #E2E2E2;
  text-decoration: none;
  color: #2F323F;
  background-color: #fff;
  border-radius: 16px;
  transition: 0.3s;
}
.category-btns-box .single-btn.active {
  background-color: #0B1A57;
  color: #fff;
  border-color: #0B1A57;
}
@media only screen and (max-width: 991.5px) {
  .category-btns-box .single-btn {
    white-space: nowrap;
  }
}
@media only screen and (min-width: 992px) {
  .category-btns-box .single-btn:hover {
    background-color: #0B1A57;
    color: #fff;
    border-color: #0B1A57;
  }
}

.single-category {
  position: relative;
  border-bottom: 1px solid #d0e4df;
}
.single-category .service-target {
  position: absolute;
  left: 0;
}
.single-category .featured-img {
  height: 200px;
  overflow: hidden;
}
.single-category .category-item {
  padding: 16px 24px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
@media only screen and (max-width: 991.5px) {
  .single-category .category-item {
    padding: 16px;
  }
}
@media only screen and (max-width: 575.5px) {
  .single-category .category-item {
    margin-left: -12px;
    margin-right: -12px;
  }
}
.single-category .category-item .item-img {
  width: 100px;
  height: 100px;
  overflow: hidden;
  border-radius: 8px;
}
.single-category .category-item .item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.single-category .category-item .item-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.single-category .category-item .add-service-btn {
  display: inline-flex;
}
.single-category .category-item .remove-service-btn {
  display: none;
}
.single-category .category-item.active {
  background-color: #DEF3F7;
}
.single-category .category-item.active .add-service-btn {
  display: none;
}
.single-category .category-item.active .remove-service-btn {
  display: inline-flex;
}

.radio-btn-circle {
  width: 44px;
  height: 44px;
  overflow: hidden;
  position: relative;
}
.radio-btn-circle > input {
  width: 44px;
  height: 44px;
  position: relative;
  z-index: 1;
  opacity: 0;
}
.radio-btn-circle > input ~ .date {
  width: 44px;
  height: 44px;
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid #DEF3F7;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.radio-btn-circle > input:checked ~ .date {
  background-color: #DEF3F7;
  border: 1px solid #0B1A57;
}

.radio-btn-badge {
  overflow: hidden;
  position: relative;
}
.radio-btn-badge > input {
  width: 1000%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.radio-btn-badge > input ~ .radio-btn-badge-title {
  display: inline-block;
  border: 1px solid #E2E2E2;
  padding: 3px 12px;
}
.radio-btn-badge > input:checked ~ .radio-btn-badge-title {
  background-color: #DEF3F7;
  border: 1px solid #0B1A57;
}

.inline-calendar {
  margin-left: -8px;
  margin-right: -8px;
}
.inline-calendar .slick-arrow {
  top: -30px;
  left: unset;
  display: block;
}
@media only screen and (max-width: 575.5px) {
  .inline-calendar .slick-arrow {
    display: none !important;
  }
}
.inline-calendar .slick-arrow:before {
  content: "";
  width: 24px;
  height: 24px;
  display: block;
  background-size: 10px auto;
  background-repeat: no-repeat;
  background-position: center;
}
.inline-calendar .slick-arrow.slick-next {
  right: 0px;
}
.inline-calendar .slick-arrow.slick-next:before {
  background-image: url("/front_assets/images/svgIcons/arrow-right.svg");
}
.inline-calendar .slick-arrow.slick-prev {
  right: 36px;
}
.inline-calendar .slick-arrow.slick-prev:before {
  background-image: url("/front_assets/images/svgIcons/arrow-left.svg");
}

.radio-btn-tile {
  border: 1px solid #DEF3F7;
}
.radio-btn-tile .actions {
  display: none;
}
.radio-btn-tile:has(input:checked) {
  border: 1px solid #0B1A57; /* Change border color when checked */
}
.radio-btn-tile:has(input:checked) .actions {
  display: flex;
}

#language-modal .radio-card:has(input:checked) {
  border: 1px solid #0B1A57; /* Change border color when checked */
  background-color: #0B1A57;
  color: #fff;
}

.check-items-list > li > a span ~ img,
.check-items-list > li > a div ~ img {
  opacity: 0;
  visibility: hidden;
}
.check-items-list > li > a.bg-lightsky span ~ img,
.check-items-list > li > a.bg-lightsky div ~ img, .check-items-list > li > a:hover span ~ img,
.check-items-list > li > a:hover div ~ img {
  opacity: 1;
  visibility: visible;
}

.inputs input {
  width: 48px;
  height: 48px;
  border: 1px solid #DEF3F7;
}

.validate {
  border-radius: 20px;
  height: 40px;
  background-color: red;
  border: 1px solid red;
  width: 140px;
}

.calendar-table tr td {
  padding: 10px 0;
  font-size: 14px;
  text-align: center;
}

.simple-slider .slick-track {
  display: flex !important;
}
.simple-slider .slick-list {
  overflow: visible !important;
}
.simple-slider .slick-slide {
  height: inherit !important;
}
@media only screen and (max-width: 575.5px) {
  .simple-slider .user-card {
    width: 132px;
  }
}

.mobile-bottom-sticky-bar {
  border-radius: 0 0 16px 16px;
  z-index: 1;
}
@media only screen and (max-width: 991.5px) {
  .mobile-bottom-sticky-bar {
    position: sticky;
    bottom: 0;
    left: 0;
    margin-left: 1px;
  }
}
@media only screen and (max-width: 575.5px) {
  .mobile-bottom-sticky-bar {
    width: calc(100vw - 2px);
    transform: translate(-12px, 1px);
    border-radius: 0;
    margin-left: 0;
  }
}
.cursorPointer:hover{
  cursor: pointer;
}
.themeColorText{
  color:#0B1A57;
}

/***************************************
    FOOTER
***************************************/
footer#btrl-web-footer {
  background-color: #2F323F;
  border-top: 10px solid #2C93AE;
  color: #fff;
  padding: 60px 0;
}/*# sourceMappingURL=style.css.map */
