/* custom font start */
body,
html {
  overflow: hidden;
}
@font-face {
  font-family: "New Kansas";
  src: url("../font/NewKansas-Heavy.woff2") format("woff2"),
    url("../font/NewKansas-Heavy.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "New Kansas";
  src: url("../font/NewKansas-Medium.woff2") format("woff2"),
    url("../font/NewKansas-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "New Kansas";
  src: url("../font/NewKansas-Thin.woff2") format("woff2"),
    url("../font/NewKansas-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "New Kansas";
  src: url("../font/NewKansas-Black.woff2") format("woff2"),
    url("../font/NewKansas-Black.woff") format("woff");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "New Kansas";
  src: url("../font/NewKansas-SemiBoldItalic.woff2") format("woff2"),
    url("../font/NewKansas-SemiBoldItalic.woff") format("woff");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "New Kansas";
  src: url("../font/NewKansas-LightItalic.woff2") format("woff2"),
    url("../font/NewKansas-LightItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "New Kansas";
  src: url("../font/NewKansas-Light.woff2") format("woff2"),
    url("../font/NewKansas-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "New Kansas";
  src: url("../font/NewKansas-BlackItalic.woff2") format("woff2"),
    url("../font/NewKansas-BlackItalic.woff") format("woff");
  font-weight: 800;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "New Kansas";
  src: url("../font/NewKansas-ThinItalic.woff2") format("woff2"),
    url("../font/NewKansas-ThinItalic.woff") format("woff");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "New Kansas";
  src: url("../font/NewKansas-RegularItalic.woff2") format("woff2"),
    url("../font/NewKansas-RegularItalic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "New Kansas";
  src: url("../font/NewKansas-MediumItalic.woff2") format("woff2"),
    url("../font/NewKansas-MediumItalic.woff") format("woff");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "New Kansas";
  src: url("../font/NewKansas-SemiBold.woff2") format("woff2"),
    url("../font/NewKansas-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "New Kansas";
  src: url("../font/NewKansas-Bold.woff2") format("woff2"),
    url("../font/NewKansas-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "New Kansas";
  src: url("../font/NewKansas-Regular.woff2") format("woff2"),
    url("../font/NewKansas-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "New Kansas";
  src: url("../font/NewKansas-BoldItalic.woff2") format("woff2"),
    url("../font/NewKansas-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}

/* custom font end */

/*BOOTSTRAP 5.0.0 CSS*/
row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}

:root {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-black: #000;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 13, 110, 253;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto,
    "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas,
    "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.15),
    rgba(255, 255, 255, 0)
  );
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-bg: #fff;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.375rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-2xl: 2rem;
  --bs-border-radius-pill: 50rem;
  --bs-link-color: #0d6efd;
  --bs-link-hover-color: #0a58ca;
  --bs-code-color: #d63384;
  --bs-highlight-bg: #fff3cd;
}

*,
::after,
::before {
  box-sizing: border-box;
  font-family: "Arquitecta";
  font-weight: normal;
  font-style: normal;
}

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}

body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

hr {
  margin: 1rem 0;
  color: inherit;
  border: 0;
  border-top: 1px solid;
  opacity: 0.25;
}

.h5,
h5 {
  font-size: 1.25rem;
}

.h6,
h6 {
  font-size: 1rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

a {
  color: var(--bs-link-color);
  text-decoration: underline;
}

a:hover {
  color: var(--bs-link-hover-color);
}

table {
  caption-side: bottom;
  border-collapse: collapse;
}

caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: #6c757d;
  text-align: left;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

tbody,
td,
tfoot,
th,
thead,
tr {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
select {
  text-transform: none;
}

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container,
  .container-sm {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container,
  .container-md,
  .container-sm {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1140px;
  }
}

@media (min-width: 1400px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1320px;
  }
}

.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}

.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

.col {
  flex: 1 0 0%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
}

.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}

.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}

.col-3 {
  flex: 0 0 auto;
  width: 25%;
}

.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}

.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}

.col-6 {
  flex: 0 0 auto;
  width: 50%;
}

.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}

.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}

.col-9 {
  flex: 0 0 auto;
  width: 75%;
}

.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}

.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}

.col-12 {
  flex: 0 0 auto;
  width: 100%;
}

@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%;
  }

  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}

@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%;
  }

  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}

@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%;
  }

  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0%;
  }

  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}

@media (min-width: 1400px) {
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}

.table {
  --bs-table-color: var(--bs-body-color);
  --bs-table-bg: transparent;
  --bs-table-border-color: var(--bs-border-color);
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: var(--bs-body-color);
  --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
  --bs-table-active-color: var(--bs-body-color);
  --bs-table-active-bg: rgba(0, 0, 0, 0.1);
  --bs-table-hover-color: var(--bs-body-color);
  --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
  width: 100%;
  margin-bottom: 1rem;
  color: var(--bs-table-color);
  vertical-align: top;
  border-color: var(--bs-table-border-color);
}

.table > :not(caption) > * > * {
  padding: 0.5rem 0.5rem;
  background-color: var(--bs-table-bg);
  border-bottom-width: 1px;
  box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
  color: #5e5e5e !important;
}

.table > tbody {
  vertical-align: inherit;
}

.table > thead {
  vertical-align: bottom;
}

.table-group-divider {
  border-top: 2px solid currentcolor;
}

.caption-top {
  caption-side: top;
}

.table-sm > :not(caption) > * > * {
  padding: 0.25rem 0.25rem;
}

.table-bordered > :not(caption) > * {
  border-width: 1px 0;
}

.table-bordered > :not(caption) > * > * {
  border-width: 0 1px;
}

.table-borderless > :not(caption) > * > * {
  border-bottom-width: 0;
}

.table-borderless > :not(:first-child) {
  border-top-width: 0;
}

.table-striped > tbody > tr:nth-of-type(odd) > * {
  --bs-table-accent-bg: var(--bs-table-striped-bg);
  color: var(--bs-table-striped-color);
}

.table-striped-columns > :not(caption) > tr > :nth-child(2n) {
  --bs-table-accent-bg: var(--bs-table-striped-bg);
  color: var(--bs-table-striped-color);
}

.table-active {
  --bs-table-accent-bg: var(--bs-table-active-bg);
  color: var(--bs-table-active-color);
}

.table-hover > tbody > tr:hover > * {
  --bs-table-accent-bg: var(--bs-table-hover-bg);
  color: var(--bs-table-hover-color);
}

.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

@media (max-width: 767.98px) {
  .table-responsive-md {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

@media (max-width: 991.98px) {
  .table-responsive-lg {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

@media (max-width: 1199.98px) {
  .table-responsive-xl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

@media (max-width: 1399.98px) {
  .table-responsive-xxl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

.form-text {
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #6c757d;
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.375rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}

.form-control:focus {
  color: #212529;
  background-color: #fff;
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-grid {
  display: grid !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-flex {
  display: flex !important;
}

.border {
  border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-dark {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-dark-rgb), var(--bs-border-opacity)) !important;
}

.w-100 {
  width: 100% !important;
}

.align-items-center {
  align-items: center !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-1 {
  margin-top: 0.25rem !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.mt-3 {
  margin-top: 1rem !important;
}

.mt-4 {
  margin-top: 1.5rem !important;
}

.mt-5 {
  margin-top: 3rem !important;
}

.mt-auto {
  margin-top: auto !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-1 {
  margin-bottom: 0.25rem !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.mb-5 {
  margin-bottom: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}

.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}

.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pt-1 {
  padding-top: 0.25rem !important;
}

.pt-2 {
  padding-top: 0.5rem !important;
}

.pt-3 {
  padding-top: 1rem !important;
}

.pt-4 {
  padding-top: 1.5rem !important;
}

.pt-5 {
  padding-top: 3rem !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pb-1 {
  padding-bottom: 0.25rem !important;
}

.pb-2 {
  padding-bottom: 0.5rem !important;
}

.pb-3 {
  padding-bottom: 1rem !important;
}

.pb-4 {
  padding-bottom: 1.5rem !important;
}

.pb-5 {
  padding-bottom: 3rem !important;
}

.fw-bold {
  font-weight: 700 !important;
}

.text-center {
  text-align: center !important;
}

/*BOOTSTRAP 5.0.0 CSS*/

/* CUSTOM CSS */
/* GERNAL CSS */
* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
a {
  margin: 0px;
  padding: 0px;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
  transition: 0.3s ease-in;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  opacity: 1;
}

img {
  height: auto;
  max-width: 100%;
}

video {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

input,
textarea,
select {
  width: 100%;
}

input[type="checkbox"] {
  height: auto;
  width: auto;
}

input:focus-visible,
textarea:focus-visible,
select:focus-visible {
  outline: none;
}
.category-conent p a,
.bottom-ceontetn-footer p a,
p {
  /* color: var(--Light-Green, #F2F8F1); */
  font-family: Poppins;
  font-size: var(--fs-18);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  /* 133.333% */
}
.category-conent p a{
  color: var(--Green, #04720F);
text-decoration: underline;
}

.chat {
  position: fixed;
  bottom: 10px;
  right: 75px;
  z-index: 60;
  cursor: pointer;
}

:root {
  --fs-20: 20px;
  --fs-24: 24px;
  --fs-30: 30px;
  --fs-18: 18px;
  --fs-40: 40px;
  --fs-60: 60px;
  --lh-24: 24px;
  --lh-33: 33px;
  --lh-20: 20px;
  --lh-60: 60px;
  --lh-40: 40px;
}
/* GERNAL CSS */

/* Header css strat */
header.custom-header {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 0px 5px;
  position: fixed;
  top: -200px;
  width: 100%;
  z-index: 999;
  transition: 1s linear;
}
header.custom-header.active {
  top: 0;
}
.sticky-header {
  background: var(
    --Gradiant,
    linear-gradient(275deg, #4da747 16.53%, #127c4e 89.21%)
  );
  padding: 12px 0px;
}
.top-sticky-header ul {
  display: flex;
  gap: 20px;
  align-items: center;
  width: fit-content;
}
.top-sticky-header ul li a {
  width: 100%;
  height: 100%;
  display: flex;
}
.top-sticky-header {
  position: relative;
  left: 0;
}
.top-sticky-header p {
  color: #fff;
  font-family: Poppins;
  font-size: var(--fs-20);
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.main-header {
  display: flex;
  padding: 11px 0px;
  align-items: center;
  gap: 120px;
  justify-content: space-between;
}
.nav ul {
  display: flex;
  gap: 30px;
}
.header-menu-start {
  display: flex;
  gap: 82px;
  align-items: center;
}
.header-menu-start ul {
  display: flex;
  align-items: center;
}
.header-menu-start ul li {
  display: flex;
  align-items: center;
  position: relative;
}
.header-menu-start ul li.curent-menu-item a {
  color: #22884c;
}
.header-menu-start ul li a {
  color: var(--Head-Black, #1a1818);
  text-align: center;
  font-family: Poppins;
  font-size: var(--fs-18);
  font-style: normal;
  font-weight: 500;
  line-height: var(--lh-24); /* 133.333% */
  position: relative;
  z-index: 2;
  transition: 0.3s ease-in;
}
.header-menu-start ul li a:hover {
  color: #22884c;
}
.header-menu-start .serch-other ul li {
  padding: 3px 21px;
  position: relative;
  /* border-left: 1px solid var(--Paragraph-Gray, #333); */
}
.header-menu-start .serch-other ul li::before {
  left: 0;
  height: 30px;
  position: absolute;
  width: 1px;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  background-color: var(--Paragraph-Gray, #333);
}

li.bag {
  position: relative;
}
li.bag a sup {
  width: 18px;
  /* height: 18px; */
  display: block;
  background-color: var(--Green, #04720f);
  color: var(--White, #fff);
  text-align: center;
  font-family: Catamaran;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  top: -3px;
  right: -7px;
}
.header-menu-start .serch-other ul li.serch {
  padding-left: 20px;
  position: relative;
  padding-right: 0px;
  transition: 0.3s ease-in;
  display: block;
}

.header-menu-start .serch-other ul li.serch input {
  max-width: 135px;
  width: 100%;
  border-radius: 22px;
  border: 2px solid var(--Green, #04720f);
  padding: 10px;
  padding-left: 21px;
  border: none;
  border-radius: 22px;
  position: relative;
  z-index: 2;
  background-color: transparent;
  cursor: pointer;

  color: var(--White, #fff);
  font-family: Catamaran;
  font-size: var(--fs-18);
  font-style: normal;
  font-weight: 600;
  line-height: var(--lh-24); /* 133.333% */
}
.header-menu-start .serch-other ul li.serch input::placeholder {
  color: var(--White, #fff);
  color: var(--Head-Black, #1a1818);
  font-family: Catamaran;
  font-size: var(--fs-18);
  font-style: normal;
  font-weight: 600;
  line-height: var(--lh-20); /* 133.333% */
  transition: 0.3s ease-in;
}
.header-menu-start .serch-other ul li.serch span {
  border-radius: 22px;
  border: 2px solid var(--Green, #04720f);
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 44px;
  height: 44px;
  top: 50%;
  transform: translateY(-50%);
  left: 23px;
  /* z-index: -1; */
  cursor: pointer;
  transition: 0.3s ease-in;
}
.header-menu-start .serch-other ul li.serch.active span {
  width: 100%;
  background: var(--Green, #04720f);
}
.header-menu-start .serch-other ul li.serch.active input::placeholder {
  color: #fff;
}
.header-menu-start .serch-other ul li.serch.active input {
  cursor: default;
}
.main-header-flow {
  background: #fff;
}
.logo a {
  display: flex;
  align-items: center;
}
.header-menu-start ul.sub-menu {
  display: block;
  position: absolute;
  top: 0;
  width: 247px;
  border-radius: 0px 0px 20px 20px;
  padding-top: 53px;
  overflow: hidden;
  background-color: #fff;
}
.header-menu-start ul.sub-menu li a {
  background-color: #fff;
  padding: 11px 0px;
  border-bottom: 1px solid #d3d3d3;
}
.header-menu-start ul.sub-menu li:last-child a {
  border-bottom: none;
  padding-bottom: 24px;
}
.header-menu-start ul.sub-menu li {
  padding-left: 30px;
  padding-right: 30px;
}
.header-menu-start ul.sub-menu li a {
  color: var(--Paragraph-Gray, #333);
  font-family: Poppins;
  font-size: var(--fs-18);
  font-style: normal;
  font-weight: 400;
  display: block;
  width: 100%;
  text-align: left;
  line-height: var(--lh-24); /* 111.111% */
}
.header-menu-start ul.sub-menu li:first-child a {
  background: #3b9a49;
  color: #fff;
  font-family: "New Kansas";
  font-size: var(--fs-18);
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.header-menu-start ul.sub-menu li:nth-child(2) {
  padding-top: 13px;
}
.header-menu-start ul.sub-menu li:first-child {
  padding-left: 0px;
  padding-right: 0px;
}
.header-menu-start ul.sub-menu li:first-child a {
  padding-left: 30px;
}
.header-menu-start ul.sub-menu li:first-child {
  padding-top: 16px;
}
.header-menu-start ul.sub-menu li {
  background-color: #fff;
  display: block;
}
.header-menu-start ul.sub-menu {
  display: none;
}
.header-menu-start ul li:hover ul.sub-menu {
  display: block;
  animation: 0.3s ease-in animateme;
}

.header-menu-start ul li.menu-item-has-children::after {
  position: absolute;
  content: "";
  width: 9px;
  height: 9px;
  border: 1px solid #000;
  right: -16px;
  transform: rotate(45deg);
  top: 6px;
  border-top: none;
  border-left: none;
  transition: 0.3s ease-in;
}
.main-menu {
  background: #3b9a49;
}
.header-menu-start ul.sub-menu .main-menu li:first-child {
  padding: 0px;
  padding: 0px;
}

.main-sub-menu-start ul {
  display: block;
}

.main-sub-menu-start {
  display: flex;
}
.main-sub-menu-start ul {
  width: 18%;
}
.header-menu-start
  ul.sub-menu
  .main-sub-menu-start
  ul:first-child
  li:first-child,
.header-menu-start ul.sub-menu .main-sub-menu-start ul:first-child li {
  padding-left: 88px;
}
.header-menu-start ul.sub-menu .main-sub-menu-start ul li:first-child {
  padding-top: 0px;
  background: #3b9a49;
  padding-top: 11px;
  padding-bottom: 11px;
}
.header-menu-start ul.sub-menu .main-sub-menu-start ul li:first-child a {
  background-color: transparent;
  padding: 0px;
  border: none;
}
.header-menu-start ul.sub-menu .main-sub-menu-start ul:last-child {
  width: 24%;
}
.header-menu-start ul.sub-menu .main-sub-menu-start ul:last-child li {
  padding-right: 88px;
  padding-left: 0px;
}

.header-menu-start ul.sub-menu .main-sub-menu-start ul li {
  padding: 0px;
  padding-left: 30px;
  padding-right: 30px;
}
.main-sub-menu-start ul:first-child {
  width: 22%;
}
/* ul.sub-menu {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px, rgba(0, 0, 0, 0.1) 4px 4px 12px;
} */
.header-menu-start ul li.menu-item-has-children:first-child ul.sub-menu {
  left: -170px;
  width: 1180px;
  padding-top: 69px;
  background: #fff;
}

.header-menu-start .mega-menu .main-sub-menu-start ul li a {
  border: none;
  position: relative;
}
.header-menu-start .mega-menu .main-sub-menu-start ul li a::after {
  position: absolute;
  content: "";
  bottom: 0px;
  height: 1px;
  width: 72%;
  background-color: #d3d3d3;
  left: 0;
}
.header-menu-start .mega-menu .main-sub-menu-start ul li:last-child a::after,
.header-menu-start .mega-menu .main-sub-menu-start ul li:first-child a::after {
  display: none;
}
.toogle {
  display: none;
}
.logo {
  position: relative;
  z-index: 3;
}
@keyframes animateme {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* Header css end */
/* Hero css start */
.hero {
  transition: 0.8s linear;
  clip-path: polygon(0 20%, 100% 20%, 100% 100%, 0% 100%);
}
.hero.active {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}
.hero-content {
  max-width: 982px;
  width: 100%;
  padding-top: 155px;
}
.full-hero-content {
  display: flex;
  gap: 20px;
}
.fs-85 {
  color: var(--White, #fff);
  font-family: "New Kansas";
  font-size: 85px;
  font-style: normal;
  font-weight: 700;
  line-height: 80px; /* 94.118% */
}
.hero-content .fs-85 {
  max-width: 824px;
  width: 100%;
  margin-bottom: 20px;
}
.hero-content p {
  color: var(--Light-Green, #f2f8f1);
  max-width: 787px;
  width: 100%;
}
.shop-now {
  width: 140px;
  height: 140px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #fff;
  border-radius: 50%;
  margin-left: auto;
  transition: 0.3s ease-in;
  margin-top: -30px;
}
.shop-now span {
  color: #fff;
  font-family: Catamaran;
  font-size: var(--fs-18);
  font-style: normal;
  font-weight: 600;
  transition: 0.3s ease-in;
  line-height: var(--lh-24); /* 133.333% */
}
.shop-now:hover {
  background: #fff;
}
.shop-now:hover span {
  color: var(--Green, #04720f);
}

.hero-product {
  padding-top: 55px;
  max-width: 625px;
  width: 100%;
  /* animation: productimg 0.4s ease-in; */
}
section.hero .hero-product {
  transition: 1s ease-in;
  transform: translateX(900px);
}
section.hero .hero-content {
  transition: 1s ease-in;
  transform: translateX(-900px);
}
section.hero.active2 .hero-content,
section.hero.active2 .hero-product {
  transform: translateX(0px);
}
.hero {
  padding-bottom: 129px;
  position: relative;
  z-index: 0;
}
.hero::after {
  background: linear-gradient(
    -90deg,
    #123c26 14.24%,
    rgba(18, 60, 38, 0.4) 100%,
    rgba(120, 165, 120, 0) 100%
  );
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  content: "";
  z-index: -1;
}

.bannervideo {
  position: absolute;
  width: 100%;
  top: 0;
  height: 100%;
  z-index: -2;
}
.bannervideo video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* Hero css end */

/* best saller section start */
section.best-saller {
  background: var(--Light-Green, #f2f8f1);
  padding-bottom: 100px;
}
.our-services {
  border-radius: 10px;
  background: var(--White, #fff);
  padding: 17px;
  display: flex;
  gap: 73px;
  align-items: center;
  max-width: 1326px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  /* margin-top: -80px; */
  top: -80px;
}
.fs-60 {
  color: var(--Head-Black, #1a1818);
  font-family: "New Kansas";
  font-size: var(--fs-60);
  font-style: normal;
  font-weight: 600;
  line-height: var(--lh-60); /* 100% */
}
.service-details span {
  color: var(--Green, #04720f);
  font-family: Poppins;
  font-size: var(--fs-30);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 5px;
  display: block;
}
.c-btn {
  border-radius: 100px;
  background: var(
    --Gradiant,
    linear-gradient(275deg, #4da747 16.53%, #127c4e 89.21%)
  );
  padding: 18px 60px;
  display: block;
  width: fit-content;
  color: #fff;
  font-family: Catamaran;
  font-size: var(--fs-18);
  font-style: normal;
  font-weight: 600;
  line-height: var(--lh-24); /* 133.333% */
  transition: 0.5s ease-in;
  color: #fff;
  position: relative;
  overflow: hidden;
  position: relative;
  z-index: 0;
}
.product-img a {
  position: relative;
  z-index: 0;
  border: none;
  margin: 0px;
  line-height: normal;
  height: auto;
  border-radius: 0px;
}
.product-img a::after,
.c-btn::after {
  position: absolute;
  left: 0;
  z-index: -1;
  opacity: 0;
  transition: 0.3s ease-in;
  top: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: var(
    --Gradiant,
    linear-gradient(275deg, #127c4e 16.53%, #4da747 89.21%)
  );
}
.product-img a:hover::after,
.c-btn:hover::after {
  opacity: 1;
}

.inner-vector {
  position: absolute;
  bottom: 0;
  right: 0;
}
.service-details .fs-60 {
  margin-bottom: 22px;
}
.c-btn:hover {
  color: #fff;
}
.fs-40 {
  color: var(--Dark-Green, #123c26);
  text-align: center;
  font-family: "New Kansas";
  font-size: var(--fs-40);
  font-style: normal;
  font-weight: 700;
  line-height: var(--lh-40); /* 170% */
}
.best-saller {
  position: relative;
}
.best-saller .vector {
  position: absolute;
  left: 0;
  top: 220px;
}
.sallers {
  padding-top: 10px;
  max-width: 1310px;
  width: 100%;
  margin: 0 auto;
}
.product-img {
  position: relative;
  margin-bottom: 15px;
  border-radius: 10px;
  overflow: hidden;
  max-width: 230px;
  height: 306px;
}
.product-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product-img span {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--Light-Green, #f2f8f1);
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  font-family: Catamaran;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 171.429% */
}
.best-saller .fs-40 {
  padding-bottom: 50px;
}
.products {
  max-width: 230px;
  width: 100%;
  margin: 0 auto;
}
.product-img span {
  border-radius: 22px;
  background: var(--Dark-Green, #123c26);
  color: var(--Light-Green, #f2f8f1);
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  font-family: Catamaran;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 171.429% */
}
.product-details .fs-20 {
  color: var(--Head-Black, #1a1818);
  text-align: center;
  font-family: "New Kansas";
  font-size: var(--fs-20);
  font-style: normal;
  font-weight: 400;
  line-height: var(--lh-24); /* 110% */
  margin-bottom: 18px;
  height: 48px;
}
.product-details span {
  color: var(--Head-Black, #1a1818);
  text-align: center;
  font-family: Poppins;
  font-size: var(--fs-20);
  display: block;
  margin-bottom: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.c2-btn {
  color: #fff;
  font-family: Catamaran;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px; /* 109.091% */
  padding: 13px;
  display: block;
  border-radius: 10px;
  background: var(--Paragraph-Gray, #333);
  border:3px solid  var(--Paragraph-Gray, #333);
  text-align: center;
}
.c2-btn:hover {

  color:var(--Paragraph-Gray, #333) ;
  background-color: transparent;
  border: 1;
}
.sallers .fs-40 {
  margin-bottom: 50px;
}
.sallers .container {
  position: relative;
}
.product-slider {
  max-width: 1310px;
  width: 100%;
  margin: 0 auto;
}
.container.main-raltive .swiper-button-next {
  right: 40px;
  width: 40px;
  height: 40px;
}
.container.main-raltive .swiper-button-prev {
  left: 40px;
  width: 40px;
  height: 40px;
}
.container.main-raltive .swiper-button-prev::after,
.container.main-raltive .swiper-button-next::after {
  display: none;
}
.main-raltive {
  position: relative;
}
.product-img a {
  color: #fff;
  font-family: Catamaran;
  font-size: var(--fs-18);
  font-style: normal;
  font-weight: 600;
  line-height: 20px; /* 111.111% */
  opacity: 0.9;
  background: var(
    --Gradiant,
    linear-gradient(275deg, #4da747 16.53%, #127c4e 89.21%)
  );
  padding: 15px 0px;
  display: block;
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: -100px;
  transition: 0.3s ease-in;
}

.products:hover .product-img a {
  bottom: 0px;
}
/* best saller css end */

/* spectrum css start */
section.spectrom {
  padding: 108px 0px;
  position: relative;
}
.top-vector {
  position: absolute;
  right: 0;
  top: 0;
}
.bottom-vector-inner {
  position: absolute;
  bottom: 0;
  left: 0;
}
.mainconent-of-spectrum {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.spectrum-content {
  max-width: 788px;
  width: 100%;
  padding: 60px;
  padding-right: 22px;
  border-radius: 20px;
  background: #fff;
  box-shadow: 4px 4px 20px 8px rgba(0, 0, 0, 0.05);
  position: relative;
  margin-left: -190px;
}
.bottom-vector {
  position: absolute;
  bottom: 0;
  right: 0;
}
.spectrum-content .fs-40 {
  text-align: left;
  line-height: normal;
  margin-bottom: 20px;
}
.spectrum-content p {
  color: var(--Head-Black, #1a1818);
  line-height: normal;
  padding-bottom: 35px;
}
/* CUSTOM CSS */

/* shop need */
.shop-need {
  position: relative;
  padding-top: 60px;
  padding-bottom: 90px;
  background: var(--Light-Green, #f2f8f1);
}
.shop-need .bottom-vector-inner {
  opacity: 0.1;
}
.right-vector {
  position: absolute;
  right: 0;
  bottom: 205px;
}
section.product {
  height: 606px;
}
section.product img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.needs {
  display: flex;
  flex-wrap: wrap;
  gap: 66px;
  justify-content: center;
  padding-top: 60px;
}
.needs .need {
  border-radius: 10px;
  background: var(--Dark-Green, #123c26);
  max-width: 300px;
  width: 100%;
  height: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  align-items: center;
  flex-direction: column;
  transition: 0.3s ease-in;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.needs .need::after {
  opacity: 0;
  top: 0;
  left: 0;
  z-index: -1;
  transition: 0.3s ease-in;
  height: 100%;
  width: 100%;
  content: "";
  position: absolute;
  background: linear-gradient(14deg, #399849 7.01%, #123c26 92.2%);
}
.needs .need:hover::after {
  opacity: 1;
}
.needs .need span {
  color: var(--Light-Green, #f2f8f1);
  text-align: center;
  font-family: Poppins;
  font-size: var(--fs-30);
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.mt {
  margin-top: 142px;
}

/* looder css start */

section.loader {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  z-index: 99;
  width: 100%;
  background-color: #fff;
}
/* boston start */

.boston {
  padding-top: 40px;
  padding-bottom: 50px;
}
.all-boston-list {
  display: flex;
  flex-wrap: wrap;
  padding-top: 40px;
}
/* review css start */
section.review {
  padding-top: 80px;
}
.top-lern {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
  border-radius: 20px;
  overflow: hidden;
  height: 342px;
  display: flex;
  align-items: center;
  padding-left: 109px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.top-lern .fs-40 {
  color: var(--White, #fff);
  /* line-height: 68px; */
  padding-bottom: 17px;
}
.top-lern a {
  color: var(--White, #fff);
  leading-trim: both;
  text-edge: cap;
  font-family: Catamaran;
  font-size: var(--fs-18);
  font-style: normal;
  font-weight: 600;
  line-height: var(--lh-24);
  padding: 10px 24px;
  display: block;
  width: fit-content;
  border-radius: 22px;
  position: relative;
  z-index: 2;
  transition: 0.3s ease-in;

  /* 133.333% */
}
.top-lern a::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 22px;
  top: 0;
  left: 0;
  z-index: -1;
  transition: 0.3s ease-in;
  width: 44px;
  height: 44px;
  border-radius: 22px;
  border: 2px solid var(--White, #fff);
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s ease-in;
}
.top-lern a:hover {
  color: var(--Dark-Green, #123c26);
}
.top-lern a:hover::after {
  width: 100%;
  background: var(--White, #fff);
}
.review-section {
  display: flex;
  gap: 180px;
}
.review-slider {
  max-width: 780px;
  width: 100%;
}
.google-review a span,
.google-review a {
  display: block;
  color: #000;
  text-align: center;
  font-family: Gotham;
  font-size: var(--fs-20);
  font-style: normal;
  font-weight: 400;
  line-height: var(--lh-24); /* 110% */
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  width: fit-content;
  margin-top: 6px;
}
.google-review a span {
  font-weight: 700;
  display: inline;
}
.google-review h6 {
  color: var(--Purple, #36163e);

  /* Secondary Heading */
  font-family: New Kansas;
  font-size: var(--fs-24);
  font-style: normal;
  font-weight: 500;
  line-height: var(--lh-33); /* 137.5% */
  text-transform: uppercase;
}
.google-review img {
  padding-bottom: 28px;
}
.review-slider .review {
  max-width: 375px;
  width: 100%;
  border-radius: 5px;
  background: var(--White, #fff);
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2);
  padding: 23px;
  margin: 40px;
  margin-left: 0px;
  min-height: 235px;
}
.review-slider .myrewiwSwiper {
  padding-left: 10px;
  padding-right: 10px;
}
.google-review {
  padding-top: 40px;
}
.review-body p {
  color: var(--Black, #000);

  /* Google Review */
  font-family: "Open Sans";

  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: var(--lh-24); /* 137.5% */
  letter-spacing: -0.48px;
  padding-top: 8px;
}
.review-header {
  display: flex;
  gap: 14px;
  align-items: center;
  padding-bottom: 10px;
}
.reviw-title p {
  color: var(--details-explanations, #a6a6a6);

  /* Google Review Date */
  font-family: "Open Sans";
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 14px; /* 116.667% */
  letter-spacing: -0.36px;
  /* margin-top: 4px; */
}
.reviw-title span {
  color: var(--Black, #000);

  /* Google Review Name */
  font-family: "Open Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px; /* 128.571% */
}
.action-btns {
  display: flex;
  align-items: center;
  gap: 11px;
}
.action-btns div {
  cursor: pointer;
}

/* our services css start */
section.ou-store {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 40px 0px;
  margin-top: -8px;
  position: relative;
  z-index: 5;
}
.store-title .fs-40 {
  color: var(--White, #fff);
}
.store-title {
  max-width: 450px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 35px;
}

.store-title p {
  color: #fff;
  text-align: center;
  padding-top: 11px;
}

.out-store-full-details {
  display: flex;
  gap: 200px;
  justify-content: center;
}
.input-field {
  display: flex;
  width: 100%;
  gap: 20px;
}
.input-field .fileds {
  width: 100%;
}
.fileds textarea,
.input-field .fileds input {
  border-radius: 10px;
  color: #000;
  background-blend-mode: difference;
  padding: 12px 16px;
  border: none;
  font-size: var(--fs-18);
  line-height: normal;
  font-family: "Poppins";
}

.out-store-full-details .content-form {
  max-width: 573px;
  width: 100%;
}
.input-field {
  margin-bottom: 20px;
}
.fileds textarea {
  height: 95px;
}
.save {
  margin-top: 12px;
  width: fit-content;
  border-radius: 100px;
  background: var(
    --Gradiant,
    linear-gradient(275deg, #4da747 16.53%, #127c4e 89.21%)
  );
  overflow: hidden;
  position: relative;
  z-index: 0;
  cursor: pointer;
}
.save input {
  padding: 18px 60px;
  color: #fff;
  text-align: center;
  font-family: poppins;
  font-size: var(--fs-18);
  font-style: normal;
  font-weight: 600;
  line-height: var(--lh-24); /* 133.333% */
  border: none;
  outline: none;
  background-color: transparent;
  cursor: pointer;
}
.save::after {
  position: absolute;
  content: "";
  top: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  z-index: -1;
  transition: 0.3s ease-in;
  left: 0;
  background: var(
    --Gradiant,
    linear-gradient(275deg, #127c4e 16.53%, #4da747 89.21%)
  );
}
.save:hover:after {
  opacity: 1;
}
.map ul li a {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}
.map ul li:first-child a {
  cursor: default;
}
.map ul li a span {
  color: var(--White, #fff);
  font-family: Poppins;
  font-size: var(--fs-24);
  font-style: normal;
  font-weight: 400;
  line-height: var(--lh-33); /* 140% */
}
.map ul {
  display: flex;
  /* align-items: center; */
  gap: 85px;
  justify-content: center;
}
.map {
  max-width: 630px;
  width: 100%;
  /* margin: 0 auto; */
}
.map-img {
  margin-bottom: 30px;
  border-radius: 20px;
  overflow: hidden;
}

/* bostan css strat */
.boston-area {
  display: flex;
  justify-content: center;
}
.boston-content {
  max-width: 900px;
  width: 100%;
  position: relative;
  padding-left: 170px;
  padding-right: 106px;
  padding-top: 75px;
  padding-bottom: 85px;
  border-radius: 20px;
  background: var(
    --Gradiant,
    linear-gradient(275deg, #4da747 16.53%, #127c4e 89.21%)
  );
  margin-top: 35px;
}
.boston-content .boston-vector {
  position: absolute;
  bottom: 0;
  right: 0;
  opacity: 0.5;
}
.boston-content .fs-40 {
  color: #fff;
  margin-bottom: 26px;
  text-align: left;
}
.boston-content p {
  color: var(--White, #fff);
  font-family: Poppins;
  font-size: var(--fs-18);
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
.bostan-img {
  border-radius: 20px;
  overflow: hidden;
  max-width: 617px;
  width: 100%;
  margin-right: -117px;
  position: relative;
  z-index: 99;
}
.all-boston-list {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
}
.lists {
  padding: 34px;
  border: 0.5px solid #127c4e;
  border-bottom: none;
}
.lists span {
  color: var(--Paragraph-Gray, #333);
  font-family: "New Kansas";
  font-size: var(--fs-20);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
  padding-bottom: 17px;
  display: block;
}
.lists ul li {
  list-style: disc;
  color: var(--Paragraph-Gray, #333);
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
.lists ul {
  margin-left: 20px;
}
.all-boston-list .lists:nth-child(5n) {
  border-right: none;
}
.all-boston-list .lists:nth-child(5n + 1) {
  border-left: none;
}

.all-boston-list .lists:nth-child(1),
.all-boston-list .lists:nth-child(2),
.all-boston-list .lists:nth-child(3),
.all-boston-list .lists:nth-child(4),
.all-boston-list .lists:nth-child(5) {
  border-top: none;
}
.all-boston-list .lists {
  border-right: none;
}
section.boston {
  position: relative;
}
section.boston .top-vector {
  bottom: 0;
  right: 0;
  top: auto;
}
/* footer css strat */
.bottom-ceontetn-footer {
  background: #123c26;
  text-align: center;
  padding: 7px;
}
.bottom-ceontetn-footer p,
.bottom-ceontetn-footer p a {
  color: #fff;
}
/* footer css start */

footer.custom-footer {
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: 2;
}
footer.custom-footer::after {
  position: absolute;
  content: "";
  width: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  height: 100%;
  opacity: 0.2;
  background: var(
    --Gradiant,
    linear-gradient(275deg, #4da747 16.53%, #127c4e 89.21%)
  );
}
footer.custom-footer {
  padding-top: 33px;
}
.footer-logo {
  display: block;
  margin: 0 auto;
  width: fit-content;
}
.links {
  display: flex;
  max-width: 1230px;
  width: 100%;
  justify-content: space-between;
  margin: 0 auto;
  padding-bottom: 19px;
}
.link3 {
  max-width: 286px;
  width: 100%;
}
.link2 {
  max-width: 205px;
  width: 100%;
}
.link1 {
  max-width: 140px;
  width: 100%;
}
.footer-links h3 {
  color: var(--Dark-Green, #123c26);
  font-family: "New Kansas";
  font-size: var(--fs-20);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding-bottom: 17px;
}
.footer-links li a {
  color: #000;
  font-family: Poppins;
  font-size: var(--fs-18);
  padding-bottom: 5px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: block;
  /* width: fit-content; */
}
.pay {
  padding-top: 37px;
}
.footer-links.link3 a,
.footer-links.link3 span {
  color: #000;
  font-family: Poppins;
  font-size: var(--fs-18);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.footer-links.link3 a {
  display: block;
}
.time {
  padding-top: 25px;
}
.footer-links .time h3 {
  padding-bottom: 9px;
}
.footer-links .time ul li {
  color: #000;
  font-family: Poppins;
  font-size: var(--fs-18);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.social-links ul {
  display: flex;
}
.social-links {
  padding-top: 25px;
}
.footer-links .social-links h3 {
  padding-bottom: 15px;
}
.footer-links.lin2 {
  padding-top: 55px;
}
.spectrum-img,
.product-service-page {
  border-radius: 20px;
  overflow: hidden;
}

/* about page css start */
/* inner banner css */
.inner-banner {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 393px;
  background-position: center center;
  background-size: cover;
}
.inner-banner .fs-40 {
  color: var(--White, #fff);
}

.about-img {
  border-radius: 20px;
  overflow: hidden;
}
.about-content {
  display: flex;
  gap: 86px;
  padding-top: 75px;
}
.about-text {
  max-width: 813px;
  width: 100%;
}
.about-text p {
  color: var(--Paragraph-Gray, #333);
  font-family: Poppins;
  font-size: var(--fs-18);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 15px;
}
.about-text span {
  color: var(--Paragraph-Gray, #333);
  font-family: Poppins;
  font-size: var(--fs-30);
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 18px;
  display: block;
  margin-top: 22px;
}
.about-text .fs-40 {
  text-align: left;
}
.about-text {
  padding-top: 65px;
}
.about-img {
  margin-top: -70px;
}
.about-text .content {
  max-width: 455px;
  width: 100%;
}

.about-content .content span {
  color: var(--Dark-Green, #123c26);
  text-align: center;
  font-family: "New Kansas";
  font-size: var(--fs-30);
  display: block;
  margin: 24px 0px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.about-content img {
  display: block;
  margin: 0 auto;
}
.about-content .content p {
  text-align: center;
}
section.review {
  position: relative;
}
section.review .top-vector {
  left: 0;
  right: auto;
  top: 0;
  opacity: 0.5;
}
section.about-us {
  position: relative;
}
.about-us-vector {
  position: absolute;
  right: 0;
  bottom: 400px;
}
p.pt-main {
  padding-top: 20px;
  max-width: 585px;
  font-size: var(--fs-20);
}
.about-us .out-store-full-details {
  justify-content: flex-start;
  padding-top: 55px;
}

.about-us .out-store-full-details .content-form input::placeholder {
  color: #969696;
}
.about-us .out-store-full-details .content-form .fileds textarea,
.about-us .out-store-full-details .content-form .fileds input {
  /* border-radius: 10px; */
  /* background: var(--Paragraph-Gray, #333);   */
  border: 0.5px solid #c4c4c4;
  color: #000;
}
.contact-info.openhours {
  max-width: 330px;
  width: 100%;
}
.contact-info.adress {
  max-width: 300px;
  width: 100%;
}
.contact-info.mail-email {
  max-width: 397px;
  width: 100%;
}
.contact-info.flow {
  max-width: 165px;
  width: 100%;
}
.contact-info span.title {
  color: var(--Dark-Green, #123c26);
  font-family: "New Kansas";
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  display: block;
  margin-bottom: 30px;
}
.contact-info.adress p,
.contact-info.flow ul li span,
.contact-info.mail-email a,
.contact-info.openhours ul li {
  color: var(--Paragraph-Gray, #333);
  font-family: Poppins;
  font-size: var(--fs-20);
  font-style: normal;
  font-weight: 400;
  line-height: var(--lh-33); /* 140% */
  display: block;
  padding-bottom: 4px;
}
.contact-info.flow ul li a {
  display: flex;
  align-items: center;
  gap: 7px;
}
span.img {
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.about-content.contactus {
  justify-content: center;
  padding-bottom: 30px;
}
.store-map {
  height: 400px;
  margin-bottom: 55px;
}
.store-map iframe,
.store-map div {
  height: 100% !important;
}

/* our blog section start */

section.our-blogs {
  padding-top: 30px;
  padding-bottom: 55px;
}
.blog-fillters {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.blog-fillters a {
  color: #000;
  font-family: Gotham;
  font-size: var(--fs-20);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
.filters {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  max-width: 350px;
  width: 100%;
}
.filters input {
  border: 0.5px solid #c4c4c4;
  padding: 8px;
  border-radius: 5px;
  font-size: 16px;
  color: #000;
  font-family: Poppins;
}
.filter {
  width: 100%;
  position: relative;
}
.filters-option {
  width: 100%;
  max-width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  height: 42px;
}
.filters-option span {
  color: #000;
  text-align: center;
  font-family: Poppins;
  font-size: var(--fs-20);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  /* text-decoration-line: underline; */
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  position: relative;
  z-index: 99;
}
.filter ul li {
  color: #000;
  padding: 8px;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  text-align: left;
  transition: 0.3s ease-in;
  cursor: pointer;
}
.filter ul li:hover {
  background-color: #45a148;
  color: #fff;
}
.filter ul {
  position: absolute;
  top: 0;
  left: 0;
  padding-top: 45px;
  display: none;
  background-color: #fff;
}
.filter:hover ul {
  display: block;
}
.bog-grid {
  padding-top: 30px;
  display: flex;
  gap: 37px;
}
.blog-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  max-width: 1220px;
  width: 100%;
}
.blog {
  max-width: 574px;
  width: 100%;
}
.blog-img {
  max-width: 589px;
  width: 100%;
  height: 282px;
}
.blog-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.blog-body {
  padding-top: 20px;
}
.blog-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 8px;
}
.blog-header span {
  color: #929191;
  font-family: Poppins;
  font-size: var(--fs-18);
  font-style: normal;
  font-weight: 400;
  /* line-height: 150%; 27px */
  line-height: normal;
}
.fs-23 {
  color: var(--Head-Black, #1a1818);
  font-family: Poppins;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 30.8px */
  padding-bottom: 22px;
}
.blog-content a span {
  color: var(--Green, #04720f);
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
}
.blog-content a {
  margin-top: 10px;
  display: flex;
  align-items: center;
  gap: 10px;
  width: fit-content;
}
.recent-post {
  border-radius: 10px;
  background-color: #f5f5f5;
  margin-bottom: 30px;
  padding: 18px 6px;
}
.recent-post h3 {
  text-align: left;
  color: var(--Dark-Green, #123c26);
  font-family: "New Kansas";
  font-size: var(--fs-20);
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  width: 100%;
  padding-left: 9px;
  padding-bottom: 9px;
  border-bottom: 1px solid #929191;
  margin-bottom: 15px;
}
.recent-post ul li {
  padding-left: 9px;
  padding-bottom: 9px;
  border-bottom: 1px solid #929191;
  padding-top: 5px;
}
.recent-post ul li span {
  color: #929191;
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  margin-top: 5px;
  display: block;
}
.recent-post ul li a {
  color: #000;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.blog-actions {
  max-width: 350px;
  width: 100%;
}
.product-single-img .product-imagethemnail ul {
  display: flex;
  gap: 52px;
  padding-top: 48px;
}
.main-img {
  max-width: 497px;
  width: 100%;
  height: 596px;
}
.main-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
  overflow: hidden;
}
.product-imagethemnail ul li {
  width: 133px;
  height: 133px;
  border: 10px;
  overflow: hidden;
}
.product-imagethemnail ul li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  overflow: hidden;
  border-radius: 10px;
  cursor: pointer;
  border: 1px solid transparent;
}
.product-imagethemnail ul li img.active {
  border: 1px solid var(--Paragraph-Gray, #333);
}
.product-single-img {
  max-width: 497px;
  width: 100%;
}
.main-product-details {
  display: flex;
  gap: 100px;
}
.product-title {

  padding-bottom: 66px;
}
.product-title .fs-40 {
  color: var(--Dark-Green, #123c26);
}
.product-deatils .fs-60 {
  color: var(--Head-Black, #1a1818);
  font-family: "New Kansas";
  font-size: var(--fs-60);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  /* margin-bottom: 5px; */
}
.drops {
  display: block;
  color: var(--Paragraph-Gray, #333);
  font-family: Poppins;
  font-size: var(--fs-30);
  font-style: normal;
  font-weight: 300;
  line-height: normal; /* 60% */
}
span.rating {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
}
span.rating span {
  color: var(--Paragraph-Gray, #333);
  font-family: Poppins;
  font-size: var(--fs-20);
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
.product-deatils p {
  color: #000;
  font-family: Poppins;
  font-size: var(--fs-20);
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
.sku {
  color: #3686f7;
  font-family: Poppins;
  font-size: var(--fs-18);
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  margin-top: 10px;
  display: block;
  margin-bottom: 37px;
}
.product-deatils .cmpq-box p {
  color: var(--Paragraph-Gray, #333);
  font-family: Poppins;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 2px;
}
.product-deatils .cmpq-box input {
  height: 35px;
  width: 107px;
}
.product-deatils .cmpq-box button {
  width: 23px;
  height: 23px;
}
.product-deatils .cmpq-box .q-monitor {
  gap: 10px;
}
.product-deatils .cmpq-box .q-holder {
  gap: 10px;
}
.product-deatils .price-h del {
  display: block;
  color: var(--Paragraph-Gray, #333);
  text-align: center;
  font-family: "New Kansas";
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 90.909% */
  text-decoration-line: strikethrough;
  width: fit-content;
}
.product-deatils .price-h {
  padding-top: 30px;
}
.product-deatils .price-h span {
  color: var(--Head-Black, #1a1818);
  text-align: center;
  font-family: Poppins;
  font-size: var(--fs-30);
  font-style: normal;
  font-weight: 700;
  line-height: 30px; /* 100% */
  margin-top: 4px;
  display: block;
  text-align: left;
  padding-bottom: 37px;
}
section.single-product .product-title {
  margin-bottom: 0px;
}
.add-to-cart {
  display: flex;
  align-items: center;
  gap: 13px;
}
.add-to-cart a {
  padding: 18px 112px;
}
.add-to-cart a.product-link {
  margin-top: 0px;
  /* border-radius: 10px; */
  background: var(--Paragraph-Gray, #333);
  color: #fff;
}
.add-to-cart a.product-link:hover {
  background-color: transparent;
  color: var(--Paragraph-Gray, #333);
}
.add-to-cart a.wish-list {
  border-radius: 10px;
  border: 2px solid var(--Paragraph-Gray, #333);
  color: var(--Paragraph-Gray, #333);
  font-family: Catamaran;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px; /* 109.091% */
  transition: 0.3s ease-in;
}
.add-to-cart a.wish-list:hover {
  background-color:  var(--Paragraph-Gray, #333);
  color: #fff;
}
.full-dess{
  margin-top: 45px;
  border-top: 1px solid #c4c4c4;
  padding-top: 15px;
  padding-left: 30px;
}
.other-info .fs-23,
.full-dess .fs-23{
  color: var(--Dark-Green, #123C26);
font-family: "New Kansas";
font-size: 22px;
font-style: normal;
font-weight: 500;
line-height: normal;
text-decoration-line: underline;
text-decoration-style: solid;
text-decoration-skip-ink: auto;
text-decoration-thickness: auto;
text-underline-offset: auto;
text-underline-position: from-font;
padding-bottom: 20px;
}
.full-dess ul li{
  list-style: disc;
  color: #000;
font-family: Poppins;
font-size: var(--fs-20);
font-style: normal;
font-weight: 300;
line-height: normal;
}
.full-dess ul{
 margin: 30px;
}
.other-info{
  border-top: 1px solid #c4c4c4;
  padding-top: 15px;
  padding-left: 30px;
}
.single-product{
  padding-bottom: 88px;
  padding-top: 30px;
}
.category-details{
  display: flex;
  gap: 58px;
}
.category-conent{
  max-width: 880px;
  width: 100%;
}
.category-conent .fs-40{
  text-align: left;
  margin-bottom: 20px;
}
.category-conent  p {
  margin-bottom: 10px;
}
.category-img{
  max-width: 662px;
  width: 100%;
  border-radius: 20px ;
  overflow: hidden;
}

section.maincategory{
  padding: 60px 0px;
}
.full-titles{
  position: relative;
  border-radius: 20px;
background: var(--Light-Green, #F2F8F1);
padding: 35px 100px;
margin-bottom: 45px;
margin-top: 10px;
overflow: hidden;
}
.full-titles .bottom-vector-inner{
  left: auto;
  right: 0;
  bottom: -40px;
  top: auto;
  opacity: 0.5;
}
.full-titles{
  display: flex;
  flex-wrap: wrap;
  gap: 45px;
}
.main-title{
  max-width: 428px;
  width: 100%;
}
.main-title span{
  color: var(--Green, #04720F);
font-family: Poppins;
font-size: var(--fs-20);
font-style: normal;
font-weight: 600;
line-height: var(--lh-24); /* 125% */
display: block;
margin-bottom: 15px;
}
.main-title  p {
  color: var(--Paragraph-Gray, #333);
}
.main-title ul li b,
.main-title ul li {
  color: var(--Paragraph-Gray, #333);
font-family: Poppins;
font-size: var(--fs-18);
font-style: normal;
font-weight: 400;
padding-bottom: 5px;
list-style: disc;
line-height: normal;
}
.main-title ul{
  margin-top: 10px;
  list-style: disc;
  margin-left: 20px;
}
.main-title ul li b{
  font-weight: bold;
  display: block;
  margin-top: 2px;
}
/* home page category slider */

.product-category{
  height: 606px;
  position: relative;
}
.cate-slider{
  height: 100%;
}
.main-category-dara{
  position: absolute;
}
.cate-slider  .myrewiwSwipercat {
  height: 100%;
  width: 100%;
}
.main-category-dara {
  position: absolute;
  top: 0;
  width: 10;
  width: 100%;
  height: 100%;
  z-index: 9;
  display: flex;
}
.mainotitle-catgory{
  width: 25%;
  border-left: 1px solid #FFF;
  overflow: hidden;
}
.mainotitle-catgory:first-child{
  border-left: none;
}  
.mainotitle-catgory a {
  width: 100%;
  height: 100%;
  display: block;
}
.mainotitle-catgory .main-title span.title{
color: #FFF;
text-align: center;
font-family: "New Kansas";
font-size: var(--fs-30);
font-style: normal;
font-weight: 700;
line-height: normal; /* 226.667% */
margin-bottom: 4px;
}
.mainotitle-catgory .main-title span.sub-title{
  color: var(--Light-Green, #F2F8F1);
text-align: center;
font-family: Poppins;
font-size: var(--fs-18);
font-style: normal;
font-weight: 400;
line-height: var(--lh-24); /* 133.333% */
width: fit-content;
margin: 0 auto;
}
.mainotitle-catgory .main-title {
  max-width: 100%;
  width: 100%;
  height: 125px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s ease-in;
  flex-direction: column;
  background: var(--Head-Black, #1A1818);
transform: translateY(-125px);
padding: 10px;

}
.mainotitle-catgory a:hover .main-title{
transform: translateY(0px);

}
section.product-category .cate-slider .myrewiwSwipercat .swiper-slide{
  background-size: cover;
  background-position: center center;
}
/* book online */

section.best-saller.bg-white{
  background-color: #fff;
}
section.best-saller.bg-white .our-services{

  background: var(--Light-Green, #F2F8F1);
}
.main-title-flow {
  max-width: 767px;
  width: 100%;
  margin: 0 auto;
  margin-top: -20px;
}
.main-title-flow p {
  text-align: center;
  color: var(--Paragraph-Gray, #333);
  text-align: center;
  font-family: Poppins;
  font-size: var(--fs-24);
  font-style: normal;
  font-weight: 500;
  line-height: var(--lh-33); /* 134.615% */
}
.booking-title{
  max-width: 1400px;
  width: 100%;
  margin: 45px auto;
  border-radius: 10px;
background: var(--Light-Green, #F2F8F1);
padding: 35px 0px;
text-align: center;
  
}
section.best-saller.bg-white{
  padding-bottom: 0px;
}
.booking-title span{
  color: var(--Dark-Green, #123C26);
text-align: center;
font-family: "New Kansas";
font-size: var(--fs-30);
font-style: normal;
font-weight: 600;
margin-bottom: 5px;
display: block;
}
.booking-title b,
.booking-title p {
  color: #000;
text-align: center;
font-family: Poppins;
font-size: var(--fs-24);
font-style: normal;
font-weight: 500;
line-height: normal;
max-width: 493px;
width: 100%;
margin: 0 auto;
}
.booking-title b{
  font-weight: 600;
}
.booking-section{
  margin-top: 62px;
}
/* main working section */

 /* Resoinsivenss css strat */
@media (min-width: 1600px) {
  .container {
    max-width: 1600px;
  }
}

@media (max-width: 1600px) {
  :root {
    --fs-20: 18px;
    --fs-18: 16px;
    --fs-24: 20px;
    --fs-30: 25px;
    --fs-40: 30px;
    --fs-60: 50px;
    --lh-24: 22px;
    --lh-20: 18px;
    --lh-60: 50px;
    --lh-40: 30px;
    --lh-33: 28px;
  }
  .main-header {
    padding: 8px 0px;
  }
  .logo img {
    max-width: 200px;
  }
  .top-sticky-header ul {
    gap: 15px;
  }
  .nav ul {
    gap: 20px;
  }
  .header-menu-start ul li.menu-item-has-children::after {
    width: 6px;
    height: 6px;
    right: -12px;
  }
  .header-menu-start .serch-other ul li {
    padding: 2px 15px;
  }
  .main-header {
    gap: 120px;
    /* justify-content: flex-start; */
  }

  .header-menu-start ul.sub-menu {
    padding-top: 45px;
  }
  .header-menu-start ul li.menu-item-has-children:first-child ul.sub-menu {
    padding-top: 55px;
  }
  .header-menu-start
    ul.sub-menu
    .main-sub-menu-start
    ul:first-child
    li:first-child,
  .header-menu-start ul.sub-menu .main-sub-menu-start ul:first-child li {
    padding-left: 60px;
  }
  .header-menu-start ul.sub-menu .main-sub-menu-start ul:last-child li {
    padding-right: 60px;
  }
  .header-menu-start ul.sub-menu .main-sub-menu-start ul li {
    padding-left: 20px;
    padding-right: 20px;
  }
  .header-menu-start .serch-other ul li.serch span {
    width: 35px;
    height: 35px;
  }
  .header-menu-start .serch-other ul li.serch input {
    padding: 9px;
    padding-left: 22px;
  }
  .header-menu-start .serch-other ul li img {
    max-width: 20px;
  }
  .header-menu-start ul.sub-menu li a {
    padding: 8px 0px;
  }
  .header-menu-start ul.sub-menu li:nth-child(2) {
    padding-top: 8px;
  }
  .header-menu-start ul.sub-menu {
    width: 250px;
  }
  .header-menu-start ul.sub-menu li {
    padding-left: 20px;
    padding-right: 20px;
  }
  .header-menu-start ul.sub-menu .main-sub-menu-start ul:last-child {
    width: 19%;
  }
  .main-sub-menu-start ul:first-child {
    width: 18%;
  }
  .main-sub-menu-start ul:first-child,
  .header-menu-start ul.sub-menu .main-sub-menu-start ul:last-child,
  .main-sub-menu-start ul {
    width: 20%;
  }
  .header-menu-start ul li.menu-item-has-children:first-child ul.sub-menu {
    width: 1100px;
    left: -80px;
  }
  .header-menu-start ul.sub-menu .main-sub-menu-start ul li:first-child {
    padding: 10px 0px;
  }
  .sticky-header {
    padding: 10px 0px;
  }
  .top-sticky-header ul li img {
    max-width: 20px;
  }
  .mt {
    margin-top: 112px;
  }
  .fs-85 {
    font-size: 65px;
    line-height: 70px;
  }
  .hero-content {
    max-width: 700px;
  }
  .hero-content .fs-85 {
    margin-bottom: 10px;
  }
  .shop-now {
    height: 120px;
    width: 120px;
  }
  .full-hero-content {
    justify-content: center;
  }
  .hero-product {
    max-width: 450px;
  }
  .hero-content {
    padding-top: 120px;
  }
  .shop-now {
    margin-top: -2px;
  }
  .hero {
    padding-bottom: 100px;
  }
  .inner-vector {
    max-width: 140px;
  }
  .service-details .fs-60 {
    margin-bottom: 15px;
  }
  .our-services {
    max-width: 1000px;
    padding: 15px;
  }
  .c-btn {
    padding: 15px 45px;
  }
  .service-details span {
    margin-bottom: 1px;
  }
  .best-saller .fs-40 {
    padding-bottom: 40px;
  }
  .our-services {
    top: -70px;
  }
  .best-saller .vector {
    max-width: 150px;
  }
  section.best-saller {
    padding-bottom: 80px;
  }
  .product-details .fs-20 {
    margin-bottom: 10px;
  }
  .container.main-raltive .swiper-button-prev,
  .container.main-raltive .swiper-button-next {
    width: 35px;
    height: 35px;
  }
  .container.main-raltive .swiper-button-prev {
    left: 20px;
  }
  .container.main-raltive .swiper-button-next {
    right: 20px;
  }
  .product-img a {
    padding: 12px;
  }
  .c2-btn {
    font-size: 18px;
    padding: 10px;
  }
  section.spectrom {
    padding: 80px 0px;
  }
  .bottom-vector-inner {
    max-width: 180px;
  }
  .top-vector {
    max-width: 120px;
  }
  .spectrum-content p {
    padding-bottom: 30px;
  }
  .spectrum-content .fs-40 {
    margin-bottom: 15px;
  }
  .bottom-vector {
    max-width: 180px;
  }
  .spectrum-content {
    padding: 50px;
    padding-right: 15px;
  }
  .needs .need {
    gap: 20px;
  }
  .needs {
    gap: 50px;
  }
  .needs .need {
    max-width: 250px;
    height: 250px;
  }
  .needs {
    padding-top: 40px;
  }
  .right-vector {
    max-width: 350px;
  }
  .shop-need {
    padding-top: 50px;
    padding-bottom: 70px;
  }
  section.product {
    height: 500px;
  }
  .product-slider {
    max-width: 1150px;
  }
  .header-menu-start {
    gap: 50px;
  }
  .header-menu-start ul li a {
    font-size: 15px;
  }
  img.loader {
    max-width: 400px;
  }
  section.review {
    padding-top: 60px;
  }
  .top-lern {
    height: 300px;
    padding-left: 90px;
  }
  .top-lern .fs-40 {
    padding: 12px;
  }
  .top-lern a {
    padding: 8px 20px;
  }
  .review-body p {
    font-size: 15px;
  }
  .review-slider .review {
    margin: 30px;
  }
  .review-slider .review {
    max-width: 350px;
    margin-left: 0px;
  }
  .review-slider {
    max-width: 700px;
  }
  .action-btns img {
    max-width: 35px;
  }
  .google-review img {
    padding-bottom: 15px;
    max-width: 150px;
  }
  .google-review {
    padding-top: 30px;
  }
  .review-img img {
    max-width: 450px;
  }
  .review-section {
    gap: 140px;
  }
  .out-store-full-details {
    gap: 150px;
  }
  section.ou-store {
    padding: 30px 0px;
  }
  .store-title {
    margin-bottom: 25px;
  }
  .fileds textarea,
  .input-field .fileds input {
    padding: 10px 14px;
  }
  .input-field {
    margin-bottom: 15px;
  }
  .save input {
    padding: 15px 45px;
  }
  .fileds textarea {
    height: 70px;
  }
  .map-img {
    margin-bottom: 20px;
  }
  .map ul li a {
    gap: 15px;
  }
  .map ul {
    gap: 60px;
  }
  .map-img iframe {
    height: 250px !important;
  }
  .store-title p {
    padding-top: 8px;
  }
  .input-field {
    gap: 15px;
  }
  .boston {
    padding: 30px 0px;
  }
  .boston-content .fs-40 {
    margin-bottom: 20px;
  }
  .boston-content .boston-vector {
    max-width: 140px;
  }
  .bostan-img {
    max-width: 500px;
  }
  .boston-content {
    padding: 70px 150px;
  }
  .lists span {
    padding-bottom: 12px;
  }
  .lists {
    padding: 20px;
  }
  .all-boston-list {
    padding-top: 30px;
  }
  .footer-logo img {
    max-width: 350px;
  }
  footer.custom-footer {
    padding-top: 25px;
  }
  .social-links,
  .time {
    padding-top: 15px;
  }
  .footer-links .social-links h3 {
    padding-bottom: 10px;
  }
  .pay {
    padding-top: 20px;
  }
  .links {
    max-width: 1100px;
  }
  .footer-links.lin2 {
    padding-top: 40px;
  }
  .pay img {
    max-width: 50px;
  }
  .footer-links h3 {
    padding-bottom: 15px;
  }
  .chat {
    right: 50px;
    transform: scale(0.8);
  }
  .product-img {
    height: 280px;
  }
  .inner-banner {
    height: 350px;
  }
  .about-text {
    padding-top: 50px;
  }
  .about-text span {
    margin: 15px 0px;
  }
  .about-text p {
    margin-bottom: 12px;
  }
  .about-content {
    gap: 50px;
  }
  .about-img {
    margin-top: -60px;
  }
  .about-content {
    padding-top: 65px;
  }
  .about-us-vector {
    max-width: 200px;
  }
  .about-content .content img {
    max-width: 80px;
  }
  .about-content .content span {
    margin: 20px 0px;
  }
  .about-us .out-store-full-details {
    padding-top: 40px;
  }
  p.pt-main {
    padding-top: 18px;
  }
  .contact-info span.title {
    margin-bottom: 20px;
  }
  .about-content.contactus {
    padding-bottom: 20px;
  }
  .contact-info span.title {
    font-size: 24px;
  }
  .store-map {
    height: 300px;
  }
  .bog-grid,
  section.our-blogs {
    padding-top: 20px;
  }
  .blog-grid {
    gap: 25px;
  }
  .blog {
    max-width: 442px;
    width: 100%;
  }
  .blog-body {
    padding-top: 10px;
  }
  .blog-header {
    padding-bottom: 4px;
  }
  .fs-23 {
    font-size: 20px;
    padding-bottom: 15px;
  }
  .recent-post h3 {
    margin-bottom: 5px;
  }
  .recent-post ul li span {
    margin-top: 2px;
  }
  .recent-post ul li a {
    font-size: 14px;
    line-height: normal;
  }
  .recent-post {
    margin-bottom: 15px;
  }
  .filters input {
    font-size: 14px;
  }
  section.our-blogs {
    padding-bottom: 30px;
  }
  .filters-option {
    height: 39px;
  }
  .blog-actions,
  .filters {
    max-width: 300px;
  }
  .single-product{
    padding-bottom: 50px;
  }
  .main-product-details{
    gap: 80px;
  }
  .product-single-img .product-imagethemnail ul{
    padding-top: 25px;
  }
  section.single-product .product-title{
    padding-bottom: 50px;
  }
  span.rating{
    margin-bottom: 15px;
  }
  .sku{
    margin-bottom: 25px;
  }
  .product-deatils .cmpq-box p{
    font-size: 20px;
  }
  .product-deatils .cmpq-box .q-holder,
  .product-deatils .cmpq-box .q-monitor{
    gap: 6px;
  }
  .product-deatils .price-h{
    padding-top: 25px;
  }
  .product-deatils .price-h del{
    font-size: 20px;
  }
  .product-deatils .price-h span{
    padding-bottom: 25px;
  }
  .full-dess{
    margin-top: 35px;
    padding-left: 25px;
  }
  .full-dess ul{
    margin: 25px;
  }
.other-info .fs-23,
  .full-dess .fs-23{
    padding-bottom: 15px;
    font-size: 20px;
  }
  .other-info{
    padding-left: 25px;
    padding-top: 12px;
  }
  .main-img{
    max-width: 450px;
    height: 500px;
  }
  .product-imagethemnail ul li{
    width: 120px;
    height: 120px;
  }
  .product-single-img .product-imagethemnail ul{
    gap: 30px;
  }
  .add-to-cart a.wish-list{
    font-size: 20px;
    padding: 11px 112px;
  }
  section.best-saller.recommend-section{
    padding:50px 0px !important;
  }
  section.maincategory{
    padding: 50px 0px;
  }
  .category-details{
    gap: 45px;
  }
  .category-conent .fs-40{
    margin-bottom:15px ;
  }
  .category-conent p{
    margin-bottom: 8px;
  }
  .full-titles{
    padding: 30px 80px;
    gap: 30px;
  }
  .main-title span{
    margin-bottom: 12px;
  }
  .main-title ul li b, .main-title ul li{
    padding-bottom: 2px;
  }
  .main-title ul{
    margin-top: 8px;
  }
  .main-title{
    max-width: 358px;
  }
  .full-titles{
    margin-bottom: 35px;
  }
  .product-category{
    height: 500px;
  }
  .mainotitle-catgory .main-title{
    height: 100px;
    transform: translateY(-100px);
  }
  .mainotitle-catgory .main-title span.title{
    margin-bottom: 0px;
  }
  .main-title-flow{
    max-width: 500px;
    margin-top: -25px;
  }
  .booking-title{
    margin: 30px 0px;
    padding: 25px 10px;
  }
  .booking-section{
    margin-top: 40px;
  }
}
@media (max-width: 1400px) {
  :root {
    --fs-20: 16px;
    --fs-18: 14px;
    --fs-24: 18px;
    --fs-33: 18px;
    --fs-30: 20px;
    --fs-40: 25px;
    --fs-60: 40px;
    --lh-24: 20px;
    --lh-20: 16px;
    --lh-60: 40px;
    --lh-60: 25px;
    --lh-33: 25px;
  }
  .main-header {
    gap: 40px;
  }
  .logo img {
    max-width: 120px;
  }
  .header-menu-start .serch-other ul li {
    padding: 1px 10px;
  }
  .header-menu-start {
    gap: 40px;
  }
  .nav ul {
    gap: 15px;
  }

  li.bag a sup {
    width: 16px;
    height: 16px;
    font-size: 13px;

    top: -2px;
    right: -6px;
  }
  .top-sticky-header ul {
    gap: 10px;
  }
  .sticky-header {
    padding: 8px 0px;
  }
  .header-menu-start .serch-other ul li.serch span {
    width: 30px;
    height: 30px;
  }
  .header-menu-start .serch-other ul li.serch input {
    padding: 8px;
    padding-left: 20px;
  }
  .header-menu-start ul li.menu-item-has-children::after {
    width: 5px;
    height: 5px;
    right: -9px;
  }
  .header-menu-start
    ul.sub-menu
    .main-sub-menu-start
    ul:first-child
    li:first-child,
  .header-menu-start ul.sub-menu .main-sub-menu-start ul:first-child li {
    padding-left: 30px;
  }
  .header-menu-start ul.sub-menu .main-sub-menu-start ul li:first-child {
    padding-right: 30px;
  }
  /* .main-sub-menu-start ul:first-child, .header-menu-start ul.sub-menu .main-sub-menu-start ul:last-child, .main-sub-menu-start ul {
        width: 16%;
    } */
  .header-menu-start ul li.menu-item-has-children:first-child ul.sub-menu {
    width: 880px;
  }
  .header-menu-start ul.sub-menu {
    width: 185px;
  }
  .header-menu-start ul.sub-menu {
    padding-top: 26px;
  }
  .header-menu-start ul li.menu-item-has-children:first-child ul.sub-menu {
    padding-top: 42px;
  }
  .nav ul {
    gap: 20px;
  }
  .header-menu-start .serch-other ul li.serch span {
    top: 17px;
  }
  .header-menu-start .serch-other ul li.serch {
    padding-left: 15px;
  }
  .header-menu-start .serch-other ul li img {
    max-width: 18px;
  }
  li.bag a sup {
    width: 14px;
    height: 14px;
    font-size: 11px;
    top: -3px;
    right: -5px;
  }
  .top-sticky-header ul li img {
    max-width: 18px;
  }
  .header-menu-start {
    gap: 30px;
  }
  .logo img {
    max-width: 166px;
  }
  .mt {
    margin-top: 97px;
  }
  .fs-85 {
    font-size: 50px;
    line-height: 55px;
  }
  .hero-content .fs-85 {
    max-width: 500px;
  }
  .shop-now {
    width: 100px;
    height: 100px;
  }
  .hero-product {
    max-width: 350px;
  }
  .hero-content p {
    max-width: 600px;
  }
  .hero-content {
    padding-top: 90px;
  }
  .hero {
    padding-bottom: 90px;
  }
  .c-btn {
    padding: 12px 35px;
  }
  .inner-vector {
    max-width: 100px;
  }
  .our-services {
    max-width: 800px;
  }
  .our-services {
    gap: 30px;
  }
  .best-saller .fs-40 {
    padding-bottom: 30px;
  }
  .our-services {
    top: -60px;
  }
  .best-saller .vector {
    max-width: 130px;
  }
  section.best-saller {
    padding-bottom: 70px;
  }
  .product-details .fs-20 {
    margin-bottom: 8px;
  }
  .product-img a {
    padding: 10px;
  }
  .product-slider {
    max-width: 1000px;
  }
  .products {
    max-width: 200px;
  }
  .container.main-raltive .swiper-button-next {
    right: 10px;
  }
  .container.main-raltive .swiper-button-prev {
    left: 10px;
  }
  .c2-btn {
    font-size: 16px;
    padding: 8px;
  }
  .product-details .fs-20 {
    height: 35px;
  }
  .product-details span {
    margin-bottom: 10px;
  }
  section.spectrom {
    padding: 70px 0px;
  }
  .bottom-vector-inner {
    max-width: 150px;
  }
  .top-vector {
    max-width: 100px;
  }
  .spectrum-content p {
    padding-bottom: 25px;
  }
  .spectrum-content .fs-40 {
    margin-bottom: 10px;
  }
  .bottom-vector {
    max-width: 150px;
  }
  .spectrum-content {
    padding: 40px;
    padding-right: 12px;
  }
  .needs .need {
    gap: 15px;
  }
  .needs {
    gap: 40px;
  }
  .needs .need {
    max-width: 200px;
    height: 200px;
  }
  .needs {
    padding-top: 30px;
  }
  .right-vector {
    max-width: 250px;
  }
  .shop-need {
    padding-top: 40px;
    padding-bottom: 60px;
  }
  section.product {
    height: 400px;
  }
  .header-menu-start ul li a {
    font-size: 14px;
  }
  img.loader {
    max-width: 350px;
  }
  section.review {
    padding-top: 40px;
  }
  .top-lern {
    height: 250px;
    padding-left: 70px;
  }
  .top-lern .fs-40 {
    padding: 10px;
  }
  .review-img img {
    max-width: 400px;
  }
  .google-review img {
    padding-bottom: 10px;
    max-width: 120px;
  }
  .google-review a {
    margin-top: 2px;
  }
  .review-section {
    gap: 40px;
  }
  .review-slider .review {
    max-width: 300px;
    margin-right: 0px;
  }
  .review-slider {
    max-width: 650px;
  }
  .out-store-full-details {
    gap: 100px;
  }
  section.ou-store {
    padding: 25px 0px;
  }
  .store-title {
    margin-bottom: 20px;
  }
  .fileds textarea,
  .input-field .fileds input {
    padding: 10px 12px;
  }
  .input-field {
    margin-bottom: 12px;
  }
  .save input {
    padding: 12px 35px;
  }
  .map-img {
    margin-bottom: 15px;
  }
  .map ul li a {
    gap: 12px;
  }
  .map ul {
    gap: 40px;
  }
  .map-img iframe {
    height: 200px !important;
  }
  .input-field {
    gap: 12px;
  }
  .fileds textarea,
  .input-field .fileds input {
    padding: 8px 10px;
  }
  .boston-content .fs-40 {
    margin-bottom: 15px;
  }
  .boston-content .boston-vector {
    max-width: 120px;
  }
  .bostan-img {
    max-width: 450px;
  }
  .boston-content {
    padding: 60px 140px;
  }
  .lists span {
    padding-bottom: 10px;
  }
  .lists span {
    padding-bottom: 8px;
  }
  .lists {
    padding: 10px;
  }
  .lists ul li {
    font-size: 15px;
  }
  .all-boston-list {
    padding-top: 20px;
  }
  .footer-logo img {
    max-width: 300px;
  }
  footer.custom-footer {
    padding-top: 20px;
  }
  .social-links,
  .time {
    padding-top: 10px;
  }
  .pay {
    padding-top: 15px;
  }
  .links {
    max-width: 1000px;
  }
  .footer-links.lin2 {
    padding-top: 30px;
  }
  .footer-links h3 {
    padding-bottom: 10px;
  }
  .chat {
    right: 40px;
    transform: scale(0.7);
  }
  .product-img {
    height: 250px;
  }
  .inner-banner {
    height: 300px;
  }
  .about-text {
    padding-top: 40px;
  }
  .about-text span {
    margin: 12px 0px;
  }
  .about-text p {
    margin-bottom: 8px;
  }
  .about-content {
    gap: 40px;
  }
  .about-img {
    margin-top: -50px;
  }
  .about-content {
    padding-top: 50px;
  }
  .about-us-vector {
    max-width: 250px;
  }
  .about-content .content img {
    max-width: 70px;
  }
  .about-content .content span {
    margin: 15px 0px;
  }
  .about-us .out-store-full-details {
    padding-top: 30px;
  }
  p.pt-main {
    padding-top: 15px;
  }
  .contact-info span.title {
    margin-bottom: 25px;
  }
  .about-content.contactus {
    padding-bottom: 15px;
  }
  .contact-info span.title {
    font-size: 20px;
  }
  .store-map {
    height: 250px;
    margin-bottom: 45px;
  }
  .blog {
    max-width: 385px;
  }
  .bog-grid {
    gap: 20px;
  }
  .blog-img {
    height: 250px;
  }
  .fs-23 {
    font-size: 18px;
    padding-bottom: 10px;
  }
  .blog-content a span {
    font-size: 14px;
  }
  .single-product{
    padding-bottom: 40px;
  }
  .main-product-details{
    gap: 60px;
  }
  .product-single-img .product-imagethemnail ul{
    padding-top: 15px;
  }
  section.single-product .product-title{
    padding-bottom: 40px;
  }
  span.rating{
    margin-bottom: 10px;
  }
  .sku{
    margin-bottom: 20px;
  }
  .product-deatils .cmpq-box p{
    font-size: 18px;
  }
  .product-deatils .price-h{
    padding-top: 20px;
  }
  .product-deatils .price-h del{
    font-size: 18px;
  }
  .product-deatils .price-h span{
    padding-bottom: 20px;
  }
  .full-dess{
    margin-top: 25px;
    padding-left: 20px;
  }
  .other-info{
    padding-left: 20px;
    padding-top: 10px;
  }
  .full-dess ul{
    margin: 20px;
  }
.other-info .fs-23,
  .full-dess .fs-23{
    padding-bottom: 10px;
    font-size: 18px;
  }
  .add-to-cart a.wish-list {
    font-size: 20px;
    padding: 9px 86px;
}
.product-single-img{
  max-width: 400px;
}
.add-to-cart a.wish-list{
  font-size: 18px;
}
section.best-saller.recommend-section{
  padding: 40px 0px  !important;
}
section.maincategory{
  padding: 40px 0px;
}
.category-details{
  gap: 35px;
}
.category-conent .fs-40{
  margin-bottom:10px ;
}
section.maincategory{
  padding-bottom: 0px;
}
.full-titles{
  padding: 30px 60px;
  gap: 20px;
}
.main-title span{
  margin-bottom: 10px;
}
.main-title {
  max-width: 318px;
}
.full-titles{
  margin-bottom: 30px;
}
.product-category{
  height: 400px;
}
.mainotitle-catgory .main-title{
  height: 80px;
  transform: translateY(-80px);
}
.main-title-flow{
  margin-top: -15px;
}
.booking-title{
  margin: 25px 0px;
  padding: 20px 10px;
}
.booking-section{
  margin-top: 30px;
}
}
@media (max-width: 1200px) {
  :root {
    --fs-30: 18px;
    --fs-24: 16px;
    --fs-60: 30px;
    --lh-60: 35px;
  }
  .toogle {
    display: block;
  }
  .main-header {
    flex-direction: column;
    gap: 5px;
  }
  .logo {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
  }
  span.toogle {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    position: relative;
    height: 35px;
  }
  span.toogle img {
    max-width: 30px;
    position: absolute;
  }
  .header-menu-start {
    flex-direction: column-reverse;
    gap: 5px;
  }
  .nav,
  .header-menu-start,
  .serch-other {
    width: 100%;
  }
  .header-menu-start {
    padding-top: 20px;
    gap: 20px;
  }
  .header-menu-start .nav ul {
    flex-direction: column;
  }
  .header-menu-start .nav ul li,
  .header-menu-start .nav ul {
    width: 100%;
  }
  .header-menu-start ul.sub-menu {
    position: static;
  }
  .header-menu-start .nav ul li {
    flex-direction: column;
    gap: 10px;
  }
  .nav ul {
    gap: 10px;
  }
  .header-menu-start ul li a {
    display: block;
    width: fit-content;
    margin-right: auto;
  }
  .header-menu-start ul.sub-menu {
    padding-top: 0px;
  }
  .header-menu-start ul.sub-menu li:first-child {
    padding-top: 0px;
  }
  .header-menu-start ul.sub-menu li:first-child a {
    padding-left: 20px;
  }
  .header-menu-start ul.sub-menu li:nth-child(2) {
    padding-top: 0px;
  }
  .header-menu-start ul.sub-menu li:last-child a {
    padding-bottom: 8px;
  }
  .header-menu-start ul li.menu-item-has-children:first-child ul.sub-menu {
    padding-top: 0px;
  }
  .header-menu-start ul li.menu-item-has-children:first-child ul.sub-menu {
    width: 100%;
    left: 0px;
  }
  .main-sub-menu-start {
    flex-direction: column;
  }
  .header-menu-start
    ul.sub-menu
    .main-sub-menu-start
    ul:first-child
    li:first-child,
  .header-menu-start ul.sub-menu .main-sub-menu-start ul:first-child li {
    padding-left: 20px;
    padding-right: 0px;
  }
  .main-sub-menu-start ul:first-child,
  .header-menu-start ul.sub-menu .main-sub-menu-start ul:last-child,
  .main-sub-menu-start ul {
    width: 100%;
  }
  .header-menu-start ul.sub-menu .main-sub-menu-start ul:last-child li,
  .header-menu-start ul.sub-menu .main-sub-menu-start ul li:first-child {
    padding-left: 20px;
  }
  .header-menu-start .mega-menu .main-sub-menu-start ul li a::after {
    width: 100%;
  }
  .header-menu-start ul.sub-menu .main-sub-menu-start ul li,
  .header-menu-start ul.sub-menu li,
  .header-menu-start ul.sub-menu .main-sub-menu-start ul:last-child li {
    padding-right: 0px;
  }
  .header-menu-start ul.sub-menu li a {
    border: none;
  }
  .header-menu-start ul li.menu-item-has-children::after {
    right: 12px;
  }
  .header-menu-start ul li a {
    font-weight: 400;
  }
  .header-menu-start ul.sub-menu {
    height: 340px;
    overflow-y: scroll;
    border-radius: 0px;
  }
  .header-menu-start {
    gap: 15px;
  }
  .header-menu-start ul li:hover ul.sub-menu {
    display: none;
  }
  .header-menu-start {
    padding-top: 15px;
  }
  .toggle-menu {
    width: 100%;
    display: none;
  }
  .header-menu-start ul li.menu-item-has-children.active::after {
    transform: rotate(-135deg);
  }
  span.toogle img {
    transition: 0.3s ease-in;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  img.close-toogle {
    opacity: 0;
  }
  span.toogle.active img.close-toogle {
    opacity: 1;
  }

  span.toogle.active img.open-toogle {
    opacity: 0;
  }
  .our-services {
    gap: 10px;
  }
  .best-saller .fs-40 {
    padding-bottom: 20px;
  }
  .our-services {
    top: -50px;
  }
  .hero {
    padding-bottom: 80px;
  }
  .best-saller .vector {
    max-width: 100px;
  }
  section.best-saller {
    padding-bottom: 60px;
  }
  .product-slider {
    max-width: 860px;
  }
  .container.main-raltive .swiper-button-next {
    right: 0px;
  }
  .container.main-raltive .swiper-button-prev {
    left: 0px;
  }
  section.spectrom {
    padding: 60px 0px;
  }
  .bottom-vector-inner {
    max-width: 100px;
  }
  .spectrum-content p {
    padding-bottom: 20px;
  }
  .bottom-vector {
    max-width: 100px;
  }
  .spectrum-content {
    padding: 30px;
    padding-right: 10px;
  }
  .needs .need {
    gap: 10px;
  }
  .needs {
    gap: 30px;
    padding-top: 20px;
  }
  .needs .need {
    max-width: 180px;
    height: 180px;
  }
  .right-vector {
    max-width: 200px;
  }
  .shop-need {
    padding: 30px 0px;
  }
  section.product {
    height: 350px;
  }
  img.loader {
    max-width: 300px;
  }
  section.review {
    padding-top: 30px;
  }
  .top-lern {
    height: 200px;
    padding-left: 50px;
  }
  .review-slider .review {
    max-width: 400px;
    min-height: auto;
  }
  .review-slider .review {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .action-btns {
    padding-left: 15px;
  }
  .review-section {
    gap: 15px;
  }
  .review-img img {
    max-width: 350px;
  }
  .out-store-full-details {
    gap: 50px;
  }
  .store-title {
    margin-bottom: 15px;
  }
  .map-img {
    margin-bottom: 10px;
  }
  .map ul li a {
    gap: 10px;
  }
  .boston-content .fs-40 {
    margin-bottom: 10px;
  }
  .boston-content .boston-vector {
    max-width: 100px;
  }
  .boston-content {
    padding: 40px 140px;
    padding-right: 60px;
  }
  .footer-logo img {
    max-width: 250px;
  }
  .links {
    max-width: 800px;
  }
  .chat {
    right: 30px;
    transform: scale(0.7);
  }
  .inner-banner {
    height: 250px;
  }
  .about-text {
    padding-top: 30px;
  }
  .about-text span {
    margin: 10px 0px;
  }
  .about-content {
    gap: 30px;
  }
  .about-img {
    margin-top: -40px;
  }
  .about-content {
    padding-top: 40px;
  }
  .about-us-vector {
    max-width: 150px;
  }
  .about-content .content img {
    max-width: 50px;
  }
  .about-content .content span {
    margin: 10px 0px;
  }
  .about-us .out-store-full-details {
    padding-top: 20px;
  }
  p.pt-main {
    padding-top: 10px;
  }
  .contact-info span.title {
    margin-bottom: 15px;
  }
  .contact-info span.title {
    font-size: 18px;
  }
  .store-map {
    height: 200px;
    margin-bottom: 40px;
  }
  .blog-actions,
  .filters {
    max-width: 250px;
  }
  .blog {
    max-width: 320px;
  }
  .fs-23 {
    font-size: 16px;
  }
  .blog-header span {
    font-size: 14px;
  }
  .single-product{
    padding-bottom: 30px;
  }
  .main-product-details{
    gap: 50px;
  }
  .product-single-img .product-imagethemnail ul{
    padding-top: 10px;
  }
  section.single-product .product-title{
    padding-bottom: 20px;
  }
  span.rating{
    margin-bottom: 8px;
  }
  .sku{
    margin-bottom: 10px;
  }
  .product-deatils .cmpq-box p{
    font-size: 16px;
  }
  .product-deatils .price-h del{
    font-size: 16px;
  }
  .product-deatils .price-h span{
    margin-top: 2px;
  }
  .product-deatils .price-h span{
    padding-bottom: 15px;
  }
  .full-dess{
    margin-top: 15px;
  }
  .full-dess{
    padding-left: 15px;
  }
  .full-dess ul{
    margin: 15px;
  }
  .other-info{
    padding-left: 15px;
    padding-top: 10px;
  }
  .main-product-details{
    gap: 30px;
  }
  .product-single-img{
    max-width: 380px;
  }
  .main-img{
    height: 400px;
  }
  .product-imagethemnail ul li{
    width: 100px;
    height: 100px;
  }
  .add-to-cart a{
    padding: 8px 60px !important;
  }
  section.best-saller.recommend-section{
    padding: 30px 0px  !important;
  }
  section.maincategory{
    padding: 30px 0px;
  }
  .category-details{
    gap: 25px;
  }
  .full-titles{
    padding: 30px 50px;
    gap: 15px;
  }
  .main-title span{
    margin-bottom: 8px;
  }
  .main-title {
    max-width: 268px;
}
.full-titles{
  margin-bottom: 20px;
}
.product-category{
  height: 300px;
}
.mainotitle-catgory .main-title{
  height: 100px;
  transform: translateY(-100px);
}
.main-title-flow p{
  line-height: 22px;
}
.booking-title{
  padding: 15px 10px;
}
.booking-section{
  margin-top: 25px;
}
}
@media (max-width: 995px) {
  .header-menu-start ul.sub-menu .main-sub-menu-start ul li,
  .header-menu-start ul.sub-menu .main-sub-menu-start ul li,
  .header-menu-start ul.sub-menu li,
  .header-menu-start ul.sub-menu .main-sub-menu-start ul:last-child li,
  .header-menu-start ul.sub-menu li:first-child a,
  .header-menu-start ul.sub-menu .main-sub-menu-start ul:last-child li,
  .header-menu-start ul.sub-menu .main-sub-menu-start ul li:first-child,
  .header-menu-start
    ul.sub-menu
    .main-sub-menu-start
    ul:first-child
    li:first-child,
  .header-menu-start ul.sub-menu .main-sub-menu-start ul:first-child li {
    padding-left: 8px;
  }
  .fs-85 {
    font-size: 40px;
    line-height: 45px;
  }
  .hero-product {
    max-width: 300px;
  }
  .shop-now {
    margin-top: 15px;
  }
  .hero-content {
    padding-top: 50px;
  }
  .our-services {
    top: -40px;
  }
  .hero {
    padding-bottom: 70px;
  }
  .our-services {
    max-width: 600px;
  }
  section.best-saller {
    padding-bottom: 50px;
  }
  .product-slider {
    max-width: 620px;
  }
  section.spectrom {
    padding: 50px 0px;
  }
  .top-vector {
    max-width: 80px;
  }
  .spectrum-content {
    padding: 20px;
    padding-right: 10px;
  }
  .needs {
    gap: 20px;
    padding-top: 15px;
  }
  .needs .need {
    max-width: 170px;
    height: 170px;
  }
  .right-vector {
    max-width: 150px;
  }
  section.product {
    height: 300px;
  }
  .container.main-raltive .swiper-button-next {
    right: 0;
  }
  .container.main-raltive .swiper-button-prev {
    left: 0;
  }
  img.loader {
    max-width: 250px;
  }
  .top-lern {
    height: 150px;
  }
  .top-lern {
    padding-left: 30px;
  }
  .review-slider .review {
    max-width: 300px;
  }
  .google-review {
    padding-top: 15px;
  }
  .google-review img {
    max-width: 100px;
    padding-bottom: 8px;
  }
  .review-img img {
    max-width: 340px;
  }
  .out-store-full-details {
    gap: 25px;
  }
  .out-store-full-details {
    flex-direction: column;
    gap: 15px;
  }
  .map ul li:first-child a span br {
    display: none;
  }
  .map ul li a {
    align-items: center;
  }
  .map ul {
    justify-content: flex-start;
    gap: 10px;
  }
  .map,
  .out-store-full-details .content-form {
    width: 100%;
    max-width: 100%;
  }
  .boston-content {
    padding: 40px;
  }
  .bostan-img {
    display: none;
  }
  .boston-content {
    margin-top: 0px;
    padding: 30px;
  }
  .boston-content .fs-40 {
    padding-bottom: 0px;
  }
  .all-boston-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .all-boston-list .lists {
    border: 0.5px solid #127c4e;
  }
  .all-boston-list .lists:nth-child(1),
  .all-boston-list .lists:nth-child(2),
  .all-boston-list .lists:nth-child(3) {
    border-top: none;
  }
  .all-boston-list .lists {
    border-bottom: none;
    border-right: none;
  }
  .all-boston-list .lists:nth-child(3n + 1) {
    border-left: none;
  }
  .all-boston-list .lists:nth-child(5n + 1) {
    border-left: 0.5px solid #127c4e;
  }
  .all-boston-list .lists:nth-child(1) {
    border-left: none;
  }
  .all-boston-list .lists:nth-child(2),
  .all-boston-list .lists:nth-child(1) {
    border-bottom: 0.5px solid #127c4e;
  }
  .footer-logo img {
    max-width: 200px;
  }
  .links {
    flex-direction: column;
    gap: 10px;
  }
  .footer-links.lin2 {
    padding-top: 15px;
  }
  .pay {
    padding-top: 10px;
  }
  .links {
    padding-bottom: 0px;
  }
  .footer-logo {
    margin-left: 0px;
    padding-bottom: 10px;
  }
  .footer-links li a {
    padding-bottom: 2px;
  }
  .chat {
    right: 15px;
  }
  .inner-banner {
    height: 200px;
  }
  .about-content {
    gap: 25px;
  }
  .about-img {
    margin-top: -30px;
  }
  .about-content {
    padding-top: 30px;
  }
  .about-us-vector {
    max-width: 100px;
  }
  .about-content.pt-0 {
    flex-direction: column;
    gap: 0px;
  }
  .about-us .out-store-full-details {
    padding-top: 10px;
  }
  .contact-info span.title {
    margin-bottom: 10px;
  }
  .contact-info.adress p,
  .contact-info.flow ul li span,
  .contact-info.mail-email a,
  .contact-info.openhours ul li {
    padding-bottom: 0px;
  }
  .about-content.contactus {
    gap: 10px;
  }
  .store-map {
    height: 180px;
    margin-bottom: 30px;
  }
  .about-text {
    padding-top: 20px;
  }
  .blog {
    max-width: 100%;
  }
  .main-product-details{
    gap: 30px;
  }
  .product-deatils .price-h span{
    padding-bottom: 10px;
  }
  .add-to-cart a{
    padding: 8px 20px !important;
  }
  .add-to-cart{
    gap: 8px ;
  }
  .full-titles{
    padding: 30px ;
  }
  .full-titles{
    justify-content: center;
  }
  .product-category{
    height: 250px;
  }
  .category-details{
    flex-direction: column;
    gap: 10px;
  }
  section.maincategory{
    padding-bottom: 0px;
  }
}
@media (max-width: 768px) {
  :root {
    /* --fs-30: 16px; */
    --fs-60: 25px;
    --lh-60: 30px;
  }
  .full-hero-content {
    flex-direction: column;
    gap: 10px;
  }
  .hero-product {
    padding-top: 0px;
  }
  .fs-85 {
    font-size: 35px;
    line-height: 40px;
  }
  .shop-now {
    margin-right: auto;
    margin-left: 0px;
  }
  .hero-content .fs-85 {
    max-width: 100%;
    margin-bottom: 10px;
  }
  .hero-content p {
    max-width: 100%;
  }
  .our-services {
    flex-direction: column;
  }
  .service-details {
    width: 100%;
    max-width: 100%;
  }
  .c-btn {
    padding: 10px 30px;
  }
  .service-details .fs-60 {
    margin-bottom: 10px;
  }
  .our-services {
    top: -30px;
  }
  .hero {
    padding-bottom: 60px;
  }
  section.best-saller {
    padding-bottom: 40px;
  }
  .product-slider {
    max-width: 400px;
  }
  section.spectrom {
    padding: 40px 0px;
  }
  .spectrum-content p {
    padding-bottom: 10px;
  }
  .mainconent-of-spectrum {
    flex-direction: column;
    gap: 10px;
  }
  .spectrum-content {
    margin-left: 0px;
  }
  .needs {
    gap: 15px;
    padding-top: 10px;
  }
  .right-vector {
    max-width: 120px;
  }
  section.product {
    height: 250px;
  }
  .top-sticky-header p {
    font-size: 14px;
    line-height: normal;
  }
  .top-sticky-header ul {
    display: none;
  }
  .top-sticky-header p {
    position: static;
    transform: none;
  }
  .top-sticky-header {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  img.loader {
    max-width: 200px;
  }
  .top-lern {
    padding-left: 20px;
  }
  .review-section {
    gap: 10px;
  }
  .review-img {
    display: none;
  }
  .review-slider {
    padding-top: 15px;
  }
  .review-slider .review {
    max-width: 500px;
    width: 100%;
    margin: 30px auto;
  }
  .action-btns {
    padding-bottom: 20px;
  }
  .review-slider .myrewiwSwiper {
    padding: 0px;
  }
  .map ul {
    flex-wrap: wrap;
    gap: 4px;
  }
  .boston-content {
    padding: 15px;
  }
  .all-boston-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .all-boston-list .lists {
    border: 0.5px solid #127c4e;
  }
  .all-boston-list .lists:nth-child(n + 1) {
    border-right: none;
    border-top: none;
  }
  .all-boston-list .lists:nth-child(2n + 1) {
    border-left: none;
    border-top: none;
  }
  .all-boston-list .lists:nth-child(5n + 1) {
    border-top: none;
  }
  .all-boston-list .lists:nth-child(3n + 1) {
    border-top: none;
    /* border-left: 0.5px solid #127c4e ; */
  }
  .all-boston-list .lists:nth-child(6n + 1) {
    border-left: none !important;
  }
  /* .all-boston-list .lists:nth-child(3n + 1){} */
  .all-boston-list .lists:nth-child(3n + 1) {
    border-left: 0.5px solid #127c4e;
  }
  .chat {
    right: 10px;
  }
  .inner-banner {
    height: 150px;
  }
  .about-content {
    padding-top: 20px;
  }
  .about-content {
    flex-direction: column;
    gap: 10px;
  }
  .about-content .content p {
    text-align: left;
  }
  .about-content .content span {
    text-align: left;
  }
  .about-content .content img {
    margin-left: 0px;
  }
  .bog-grid {
    gap: 10px;
    flex-direction: column-reverse;
  }
  .blog-actions {
    display: flex;
    max-width: 100%;
    gap: 10px;
  }
  .main-product-details{
    flex-direction: column;
    gap: 10px;
  }
  .product-deatils{
    padding-top: 15px;
  }
  section.single-product .product-title{
    margin: 0px;
  }
  .product-title .fs-40{
    text-align: left;
  }
  section.single-product .product-title{
    padding-bottom: 15px;
  }
  .product-details .fs-20 {
    height: 70px;
  }
  .full-titles{
    padding: 15px ;
  }
  .main-title{
    max-width: 100%;
  }
  .mainotitle-catgory .main-title{
    height: 110px;
    transform: translateY(-110px);
  }
 
}
@media (max-width: 575px) {
  :root {
    /* --fs-30: 14px; */
    --fs-60: 20px;
    --lh-60: 25px;
  }
  .fs-85 {
    font-size: 30px;
    line-height: 35px;
  }
  .shop-now {
    width: 90px;
    height: 90px;
  }
  .product-slider {
    max-width: 350px;
  }
  .right-vector {
    max-width: 100px;
  }
  section.product {
    height: 200px;
  }
  .container.main-raltive .swiper-button-prev {
    left: 10px;
  }
  .container.main-raltive .swiper-button-next {
    right: 10px;
  }
  .review-slider .review {
    max-width: 98%;
    width: 100%;
    margin: 25px auto;
  }
  .input-field {
    flex-direction: column;
    gap: 12px;
  }
  .map ul li a img {
    max-width: 30px;
  }
  .fs-23 {
    padding-bottom: 5px;
  }
  .blog-actions {
    flex-wrap: wrap;
  }
  .recent-post {
    max-width: 100%;
    width: 100%;
  }
  .recent-post {
    margin-bottom: 8px;
  }
  .blog-img {
    height: auto;
  }
  .blog-body {
    padding-top: 5px;
  }
  .other-info,
  .full-dess{
    padding-left: 0px;
  }
  .product-details .fs-20 {
    height: 50px;
  }
  .main-category-dara{
    flex-direction: column;
  }
  .mainotitle-catgory,
  .mainotitle-catgory .main-title{
    width: 100%;
  }
  .mainotitle-catgory .main-title{
    height: 62.5px;
    padding: 0px;
  }
  .mainotitle-catgory .main-title span.title{
    margin-bottom: 2px;
  }

  .mainotitle-catgory{
    border-left: none;
    border-bottom: 1px solid #fff;
  }
  .mainotitle-catgory:last-child{
    border-bottom: none;
  }
  .mainotitle-catgory .main-title{
    transform: translateY(0px) translateX(-100%);
  }
  .mainotitle-catgory a:hover  .main-title {
    transform:  translateX(0%);
  }
  .booking-title b, .booking-title p{
    font-size: 15px;
    line-height: 22px;
  }
}
@media (max-width: 430px) {
  .review-slider .review {
    margin: 25px auto;
  }
  .all-boston-list {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .all-boston-list .lists {
    border: none !important;
    border-top: 0.5px solid #127c4e !important;
  }

  .all-boston-list .lists:nth-child(1) {
    border-top: none !important;
  }
  .product-details .fs-20 {
    height: auto;
  }
}
/* Resoinsivenss css end */
