/*
! tailwindcss v3.2.4 | MIT License | https://tailwindcss.com
*/ /*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}

::before,
::after {
  --tw-content: "";
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
*/

html {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
  tab-size: 4; /* 3 */
  font-family:
    ui-sans-serif,
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    "Helvetica Neue",
    Arial,
    "Noto Sans",
    sans-serif,
    "Apple Color Emoji",
    "Segoe UI Emoji",
    "Segoe UI Symbol",
    "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family:
    ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
    "Courier New", monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder,
textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

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

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden] {
  display: none;
}

*,
::before,
::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}
.container {
  width: 100%;
}
@media (min-width: 640px) {
  .container {
    max-width: 640px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}
@media (min-width: 1024px) {
  .container {
    max-width: 1024px;
  }
}
@media (min-width: 1280px) {
  .container {
    max-width: 1280px;
  }
}
@media (min-width: 1536px) {
  .container {
    max-width: 1536px;
  }
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.visible {
  visibility: visible;
}
.collapse {
  visibility: collapse;
}
.static {
  position: static;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.sticky {
  position: sticky;
}
.bottom-1 {
  bottom: 0.25rem;
}
.col-span-12 {
  grid-column: span 12 / span 12;
}
.col-span-6 {
  grid-column: span 6 / span 6;
}
.col-start-auto {
  grid-column-start: auto;
}
.mb-8 {
  margin-bottom: 2rem;
}
.mb-0 {
  margin-bottom: 0px;
}
.mb-5 {
  margin-bottom: 1.25rem;
}
.mr-10 {
  margin-right: 2.5rem;
}
.mb-10 {
  margin-bottom: 2.5rem;
}
.mt-5 {
  margin-top: 1.25rem;
}
.mt-10 {
  margin-top: 2.5rem;
}
.mb-20 {
  margin-bottom: 5rem;
}
.ml-5 {
  margin-left: 1.25rem;
}
.mr-5 {
  margin-right: 1.25rem;
}
.ml-10 {
  margin-left: 2.5rem;
}
.ml-1 {
  margin-left: 0.25rem;
}
.mt-0 {
  margin-top: 0px;
}
.ml-auto {
  margin-left: auto;
}
.mr-auto {
  margin-right: auto;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.inline {
  display: inline;
}
.flex {
  display: flex;
}
.table {
  display: table;
}
.grid {
  display: grid;
}
.contents {
  display: contents;
}
.hidden {
  display: none;
}
.flex-shrink {
  flex-shrink: 1;
}
.flex-grow {
  flex-grow: 1;
}
.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.resize {
  resize: both;
}
.grid-cols-12 {
  grid-template-columns: repeat(12, minmax(0, 1fr));
}
.flex-wrap {
  flex-wrap: wrap;
}
.justify-center {
  justify-content: center;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-x-auto {
  overflow-x: auto;
}
.overflow-x-hidden {
  overflow-x: hidden;
}
.rounded {
  border-radius: 0.25rem;
}
.border-0 {
  border-width: 0px;
}
.border {
  border-width: 1px;
}
.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.p-1 {
  padding: 0.25rem;
}
.pb-0 {
  padding-bottom: 0px;
}
.text-center {
  text-align: center;
}
.text-end {
  text-align: end;
}
.font-light {
  font-weight: 300;
}
.uppercase {
  text-transform: uppercase;
}
.capitalize {
  text-transform: capitalize;
}
.italic {
  font-style: italic;
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.underline {
  text-decoration-line: underline;
}
.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.shadow {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored:
    0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow:
    var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000),
    var(--tw-shadow);
}
.outline {
  outline-style: solid;
}
.ring {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0
    var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0
    calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow:
    var(--tw-ring-offset-shadow), var(--tw-ring-shadow),
    var(--tw-shadow, 0 0 #0000);
}
.blur {
  --tw-blur: blur(8px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast)
    var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate)
    var(--tw-sepia) var(--tw-drop-shadow);
}
.drop-shadow {
  --tw-drop-shadow: drop-shadow(0 1px 2px rgb(0 0 0 / 0.1))
    drop-shadow(0 1px 1px rgb(0 0 0 / 0.06));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast)
    var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate)
    var(--tw-sepia) var(--tw-drop-shadow);
}
.grayscale {
  --tw-grayscale: grayscale(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast)
    var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate)
    var(--tw-sepia) var(--tw-drop-shadow);
}
.invert {
  --tw-invert: invert(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast)
    var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate)
    var(--tw-sepia) var(--tw-drop-shadow);
}
.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast)
    var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate)
    var(--tw-sepia) var(--tw-drop-shadow);
}
.transition {
  transition-property:
    color,
    background-color,
    border-color,
    text-decoration-color,
    fill,
    stroke,
    opacity,
    box-shadow,
    transform,
    filter,
    -webkit-backdrop-filter;
  transition-property:
    color, background-color, border-color, text-decoration-color, fill, stroke,
    opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property:
    color,
    background-color,
    border-color,
    text-decoration-color,
    fill,
    stroke,
    opacity,
    box-shadow,
    transform,
    filter,
    backdrop-filter,
    -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.ease-in {
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}
.ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
:root {
  --theme-primary: #3498db;
}

/*** 01 TYPOGRAPHY ***/
/*** 02 COMMON ***/
/*** 03 FORM ***/
/*** 04 BUTTON ***/
/*** 05 CARD ***/
/*** 06 TAB ***/
/*** 07 HEADER ***/
/*** 08 FOOTER ***/
/*** 09 DROPDOWN ***/
/*** 10 THEMEOPOPUP ***/
/*** 11 PRODUCT ***/
/*** 12 INNER-PAGES ***/
/*** 13 LANDING PAGE ***/
/*** 14 DEMO ***/
/*** 15 RESPONSIVE ***/
/*******************
 01 TYPOGRAPHY START
********************/
body {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-size: 16px;
  font-weight: 400;
  color: #0a1f2d;
  scroll-behavior: smooth;
}

a {
  color: #0a1f2d;
  outline: none;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
}
a:active {
  outline: none;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
}
a:focus {
  outline: none;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
}
a:hover {
  outline: none;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  color: #3498db;
}

title {
  text-transform: capitalize;
}

p {
  color: #8392a5;
  line-height: 1.8;
}

ul {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
  display: inline-block;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin-bottom: 0;
}

h1 {
  font-weight: 600;
  font-family: "Jost", sans-serif;
  font-size: calc(32px + 8 * (100vw - 320px) / 1600);
}

h2 {
  font-weight: 600;
  font-family: "Jost", sans-serif;
  font-size: calc(24px + 12 * (100vw - 320px) / 1600);
}

h3 {
  font-weight: 600;
  font-family: "Jost", sans-serif;
  font-size: 28px;
}

h4 {
  font-weight: 600;
  font-family: "Jost", sans-serif;
  font-size: 22px;
}

h5 {
  font-weight: 600;
  font-family: "Jost", sans-serif;
  font-size: 18px;
}

h6 {
  font-weight: 600;
  font-family: "Jost", sans-serif;
  font-size: 16px;
}

.space-py-100 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.space-pt-100 {
  padding-top: 100px;
}

.space-pb-100 {
  padding-bottom: 100px;
}

.space-arrow {
  padding-bottom: 120px;
}

.cosmetic-demo {
  --theme-primary: #fd7492;
}

/******************
  TYPOGRAPHY END
********************/
/****************
 02 COMMON START
*****************/
.media {
  display: flex;
  align-items: flex-start;
}

.media-body {
  flex: 1;
}

.custom-container {
  -webkit-padding-start: 15px;
  padding-inline-start: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}

.container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.card .table {
  margin-bottom: 0;
}

.table {
  width: 100%;
}

.rating-list li {
  display: inline-block;
}
.rating-list li i {
  color: #ffc107;
}

.img-fluid {
  width: 100%;
}

img,
svg {
  display: inline;
}

/* slick slider button */
.arrow-style1 {
  overflow: hidden;
}
.arrow-style1 .swiper-button-next,
.arrow-style1 .swiper-button-prev {
  opacity: 0;
  transition: all 0.5s ease;
  z-index: 2;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  font-family: "FontAwesome";
  border: 2px solid #ffffff;
}
.arrow-style1 .swiper-button-next::after,
.arrow-style1 .swiper-button-prev::after {
  background-color: transparent !important;
  color: #ffffff;
  font-family: "FontAwesome";
  font-size: 26px;
  transition: all 0.5s ease;
}
.arrow-style1 .swiper-button-next:hover,
.arrow-style1 .swiper-button-prev:hover {
  background-color: #ffffff;
}
.arrow-style1 .swiper-button-next:hover::after,
.arrow-style1 .swiper-button-prev:hover::after {
  color: var(--theme-primary);
}
.arrow-style1 .swiper-button-prev {
  inset-inline-start: 30px;
  transform: translateX(-40px);
}
.arrow-style1 .swiper-button-prev::after {
  content: "\f177";
}
.arrow-style1 .swiper-button-next {
  inset-inline-end: 30px;
  transform: translateX(40px);
}
.arrow-style1 .swiper-button-next::after {
  content: "\f178";
}
.arrow-style1:hover .swiper-button-prev,
.arrow-style1:hover .swiper-button-next {
  opacity: 1;
}
.arrow-style1:hover .swiper-button-prev {
  transform: translateX(0);
}
.arrow-style1:hover .swiper-button-next {
  transform: translateX(0);
}

.cdxsocial-link {
  display: flex;
  align-items: center;
}
.cdxsocial-link li a {
  width: 35px;
  height: 35px;
  background-color: var(--theme-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
}
.cdxsocial-link li a i {
  color: #ffffff;
}
.cdxsocial-link li + li {
  margin-left: 15px;
}
.cdxsocial-link.link-colored li a i {
  color: #ffffff;
}
.cdxsocial-link.colored-link li a i {
  color: #ffffff;
}

.arrow-hide .slick-next,
.arrow-hide .slick-prev {
  display: none !important;
}
.arrow-hide .slick-dots {
  display: none !important;
}

.dot-style1 .swiper {
  padding-bottom: 70px;
}
.dot-style1 .swiper-pagination-bullet {
  opacity: 1;
  background-color: #0a1f2d;
  width: 15px;
  height: 15px;
}
.dot-style1 .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #3498db;
}

.dots-style1.slick-dotted.slick-slider {
  margin-bottom: unset;
}
.dots-style1 .slick-dots {
  bottom: -45px;
}
.dots-style1 .slick-dots li {
  background-color: rgba(52, 152, 219, 0.2);
  width: 35px;
  height: 10px;
  border-radius: 10px;
}
.dots-style1 .slick-dots li button {
  width: 100%;
  height: 100%;
}
.dots-style1 .slick-dots li button:before {
  opacity: 0;
}
.dots-style1 .slick-dots li.slick-active {
  background-color: var(--theme-primary);
}
.dots-style1 .slick-next,
.dots-style1 .slick-prev {
  display: none;
}

.dotsnumber-style1.slick-dotted.slick-slider {
  margin-bottom: unset;
}
.dotsnumber-style1 .slick-dots {
  bottom: 30px;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  left: 0;
  right: 0;
}
.dotsnumber-style1 .slick-dots li {
  background-color: rgba(52, 152, 219, 0.2);
  width: 35px;
  height: 35px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  transition: all 0.5s ease;
}
.dotsnumber-style1 .slick-dots li a {
  color: var(--theme-primary);
  transition: all 0.5s ease;
  outline: none;
}
.dotsnumber-style1 .slick-dots li a:focus-within,
.dotsnumber-style1 .slick-dots li a:focus {
  outline: none;
}
.dotsnumber-style1 .slick-dots li.slick-active a {
  color: #ffffff;
}
.dotsnumber-style1 .slick-dots li button {
  width: 100%;
  height: 100%;
}
.dotsnumber-style1 .slick-dots li button:before {
  opacity: 0;
}
.dotsnumber-style1 .slick-dots li.slick-active {
  background-color: var(--theme-primary);
}
.dotsnumber-style1 .slick-next,
.dotsnumber-style1 .slick-prev {
  display: none !important;
}

/*common class*/
.cdxpro-row {
  margin-bottom: -25px;
}
.cdxpro-row > div {
  margin-bottom: 25px;
}

.text-warning {
  color: #ffc107;
}

/*title*/
.cdxtitle {
  font-size: calc(22px + 6 * (100vw - 320px) / 1600);
  text-align: center;
  text-transform: capitalize;
  font-weight: 700;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 20px;
  margin-bottom: 40px;
}
.cdxtitle span {
  color: var(--theme-primary);
  margin-right: 10px;
}
.cdxtitle::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 5px;
  background-color: var(--theme-primary);
  border-radius: 30px;
  margin: auto;
  transition: all 0.5s ease;
}

/*pagination*/
.cdx-pagination {
  display: flex;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
}
.cdx-pagination li.active a {
  background-color: var(--theme-primary);
  color: #ffffff;
}
.cdx-pagination li a {
  font-size: 18px;
  width: 45px;
  height: 45px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0a1f2d;
  border: 1px solid #edecec;
  background-color: #ffffff;
}
.cdx-pagination li + li {
  margin-left: 10px;
}

/*theme scroll*/
.cdx-scroll {
  /* width */
  /* Track */
  /* Handle */
}
.cdx-scroll::-webkit-scrollbar {
  width: 10px;
}
.cdx-scroll::-webkit-scrollbar-track {
  background-color: #f6f7f9;
  border-radius: 2px;
}
.cdx-scroll::-webkit-scrollbar-thumb {
  background-color: rgba(52, 152, 219, 0.08);
  border-radius: 2px;
}
.cdx-scroll:hover::-webkit-scrollbar-thumb {
  background-color: rgba(52, 152, 219, 0.5);
}

.cdx-row {
  margin-bottom: -24px;
}
.cdx-row > div {
  margin-bottom: 24px;
}

.cdx-gap {
  gap: 24px;
}

/* padding class */
.p-1 {
  padding: 1px !important;
}

.p-2 {
  padding: 2px !important;
}

.p-3 {
  padding: 3px !important;
}

.p-4 {
  padding: 4px !important;
}

.p-5 {
  padding: 5px !important;
}

.p-6 {
  padding: 6px !important;
}

.p-7 {
  padding: 7px !important;
}

.p-8 {
  padding: 8px !important;
}

.p-9 {
  padding: 9px !important;
}

.p-10 {
  padding: 10px !important;
}

.p-11 {
  padding: 11px !important;
}

.p-12 {
  padding: 12px !important;
}

.p-13 {
  padding: 13px !important;
}

.p-14 {
  padding: 14px !important;
}

.p-15 {
  padding: 15px !important;
}

.p-16 {
  padding: 16px !important;
}

.p-17 {
  padding: 17px !important;
}

.p-18 {
  padding: 18px !important;
}

.p-19 {
  padding: 19px !important;
}

.p-20 {
  padding: 20px !important;
}

.p-21 {
  padding: 21px !important;
}

.p-22 {
  padding: 22px !important;
}

.p-23 {
  padding: 23px !important;
}

.p-24 {
  padding: 24px !important;
}

.p-25 {
  padding: 25px !important;
}

.p-26 {
  padding: 26px !important;
}

.p-27 {
  padding: 27px !important;
}

.p-28 {
  padding: 28px !important;
}

.p-29 {
  padding: 29px !important;
}

.p-30 {
  padding: 30px !important;
}

.p-31 {
  padding: 31px !important;
}

.p-32 {
  padding: 32px !important;
}

.p-33 {
  padding: 33px !important;
}

.p-34 {
  padding: 34px !important;
}

.p-35 {
  padding: 35px !important;
}

.p-36 {
  padding: 36px !important;
}

.p-37 {
  padding: 37px !important;
}

.p-38 {
  padding: 38px !important;
}

.p-39 {
  padding: 39px !important;
}

.p-40 {
  padding: 40px !important;
}

.p-41 {
  padding: 41px !important;
}

.p-42 {
  padding: 42px !important;
}

.p-43 {
  padding: 43px !important;
}

.p-44 {
  padding: 44px !important;
}

.p-45 {
  padding: 45px !important;
}

.p-46 {
  padding: 46px !important;
}

.p-47 {
  padding: 47px !important;
}

.p-48 {
  padding: 48px !important;
}

.p-49 {
  padding: 49px !important;
}

.p-50 {
  padding: 50px !important;
}

.p-51 {
  padding: 51px !important;
}

.p-52 {
  padding: 52px !important;
}

.p-53 {
  padding: 53px !important;
}

.p-54 {
  padding: 54px !important;
}

.p-55 {
  padding: 55px !important;
}

.p-56 {
  padding: 56px !important;
}

.p-57 {
  padding: 57px !important;
}

.p-58 {
  padding: 58px !important;
}

.p-59 {
  padding: 59px !important;
}

.p-60 {
  padding: 60px !important;
}

.p-61 {
  padding: 61px !important;
}

.p-62 {
  padding: 62px !important;
}

.p-63 {
  padding: 63px !important;
}

.p-64 {
  padding: 64px !important;
}

.p-65 {
  padding: 65px !important;
}

.p-66 {
  padding: 66px !important;
}

.p-67 {
  padding: 67px !important;
}

.p-68 {
  padding: 68px !important;
}

.p-69 {
  padding: 69px !important;
}

.p-70 {
  padding: 70px !important;
}

.p-71 {
  padding: 71px !important;
}

.p-72 {
  padding: 72px !important;
}

.p-73 {
  padding: 73px !important;
}

.p-74 {
  padding: 74px !important;
}

.p-75 {
  padding: 75px !important;
}

.p-76 {
  padding: 76px !important;
}

.p-77 {
  padding: 77px !important;
}

.p-78 {
  padding: 78px !important;
}

.p-79 {
  padding: 79px !important;
}

.p-80 {
  padding: 80px !important;
}

.p-81 {
  padding: 81px !important;
}

.p-82 {
  padding: 82px !important;
}

.p-83 {
  padding: 83px !important;
}

.p-84 {
  padding: 84px !important;
}

.p-85 {
  padding: 85px !important;
}

.p-86 {
  padding: 86px !important;
}

.p-87 {
  padding: 87px !important;
}

.p-88 {
  padding: 88px !important;
}

.p-89 {
  padding: 89px !important;
}

.p-90 {
  padding: 90px !important;
}

.p-91 {
  padding: 91px !important;
}

.p-92 {
  padding: 92px !important;
}

.p-93 {
  padding: 93px !important;
}

.p-94 {
  padding: 94px !important;
}

.p-95 {
  padding: 95px !important;
}

.p-96 {
  padding: 96px !important;
}

.p-97 {
  padding: 97px !important;
}

.p-98 {
  padding: 98px !important;
}

.p-99 {
  padding: 99px !important;
}

.p-100 {
  padding: 100px !important;
}

/* padding top class */
.pt-1 {
  padding-top: 1px !important;
}

.pt-2 {
  padding-top: 2px !important;
}

.pt-3 {
  padding-top: 3px !important;
}

.pt-4 {
  padding-top: 4px !important;
}

.pt-5 {
  padding-top: 5px !important;
}

.pt-6 {
  padding-top: 6px !important;
}

.pt-7 {
  padding-top: 7px !important;
}

.pt-8 {
  padding-top: 8px !important;
}

.pt-9 {
  padding-top: 9px !important;
}

.pt-10 {
  padding-top: 10px !important;
}

.pt-11 {
  padding-top: 11px !important;
}

.pt-12 {
  padding-top: 12px !important;
}

.pt-13 {
  padding-top: 13px !important;
}

.pt-14 {
  padding-top: 14px !important;
}

.pt-15 {
  padding-top: 15px !important;
}

.pt-16 {
  padding-top: 16px !important;
}

.pt-17 {
  padding-top: 17px !important;
}

.pt-18 {
  padding-top: 18px !important;
}

.pt-19 {
  padding-top: 19px !important;
}

.pt-20 {
  padding-top: 20px !important;
}

.pt-21 {
  padding-top: 21px !important;
}

.pt-22 {
  padding-top: 22px !important;
}

.pt-23 {
  padding-top: 23px !important;
}

.pt-24 {
  padding-top: 24px !important;
}

.pt-25 {
  padding-top: 25px !important;
}

.pt-26 {
  padding-top: 26px !important;
}

.pt-27 {
  padding-top: 27px !important;
}

.pt-28 {
  padding-top: 28px !important;
}

.pt-29 {
  padding-top: 29px !important;
}

.pt-30 {
  padding-top: 30px !important;
}

.pt-31 {
  padding-top: 31px !important;
}

.pt-32 {
  padding-top: 32px !important;
}

.pt-33 {
  padding-top: 33px !important;
}

.pt-34 {
  padding-top: 34px !important;
}

.pt-35 {
  padding-top: 35px !important;
}

.pt-36 {
  padding-top: 36px !important;
}

.pt-37 {
  padding-top: 37px !important;
}

.pt-38 {
  padding-top: 38px !important;
}

.pt-39 {
  padding-top: 39px !important;
}

.pt-40 {
  padding-top: 40px !important;
}

.pt-41 {
  padding-top: 41px !important;
}

.pt-42 {
  padding-top: 42px !important;
}

.pt-43 {
  padding-top: 43px !important;
}

.pt-44 {
  padding-top: 44px !important;
}

.pt-45 {
  padding-top: 45px !important;
}

.pt-46 {
  padding-top: 46px !important;
}

.pt-47 {
  padding-top: 47px !important;
}

.pt-48 {
  padding-top: 48px !important;
}

.pt-49 {
  padding-top: 49px !important;
}

.pt-50 {
  padding-top: 50px !important;
}

.pt-51 {
  padding-top: 51px !important;
}

.pt-52 {
  padding-top: 52px !important;
}

.pt-53 {
  padding-top: 53px !important;
}

.pt-54 {
  padding-top: 54px !important;
}

.pt-55 {
  padding-top: 55px !important;
}

.pt-56 {
  padding-top: 56px !important;
}

.pt-57 {
  padding-top: 57px !important;
}

.pt-58 {
  padding-top: 58px !important;
}

.pt-59 {
  padding-top: 59px !important;
}

.pt-60 {
  padding-top: 60px !important;
}

.pt-61 {
  padding-top: 61px !important;
}

.pt-62 {
  padding-top: 62px !important;
}

.pt-63 {
  padding-top: 63px !important;
}

.pt-64 {
  padding-top: 64px !important;
}

.pt-65 {
  padding-top: 65px !important;
}

.pt-66 {
  padding-top: 66px !important;
}

.pt-67 {
  padding-top: 67px !important;
}

.pt-68 {
  padding-top: 68px !important;
}

.pt-69 {
  padding-top: 69px !important;
}

.pt-70 {
  padding-top: 70px !important;
}

.pt-71 {
  padding-top: 71px !important;
}

.pt-72 {
  padding-top: 72px !important;
}

.pt-73 {
  padding-top: 73px !important;
}

.pt-74 {
  padding-top: 74px !important;
}

.pt-75 {
  padding-top: 75px !important;
}

.pt-76 {
  padding-top: 76px !important;
}

.pt-77 {
  padding-top: 77px !important;
}

.pt-78 {
  padding-top: 78px !important;
}

.pt-79 {
  padding-top: 79px !important;
}

.pt-80 {
  padding-top: 80px !important;
}

.pt-81 {
  padding-top: 81px !important;
}

.pt-82 {
  padding-top: 82px !important;
}

.pt-83 {
  padding-top: 83px !important;
}

.pt-84 {
  padding-top: 84px !important;
}

.pt-85 {
  padding-top: 85px !important;
}

.pt-86 {
  padding-top: 86px !important;
}

.pt-87 {
  padding-top: 87px !important;
}

.pt-88 {
  padding-top: 88px !important;
}

.pt-89 {
  padding-top: 89px !important;
}

.pt-90 {
  padding-top: 90px !important;
}

.pt-91 {
  padding-top: 91px !important;
}

.pt-92 {
  padding-top: 92px !important;
}

.pt-93 {
  padding-top: 93px !important;
}

.pt-94 {
  padding-top: 94px !important;
}

.pt-95 {
  padding-top: 95px !important;
}

.pt-96 {
  padding-top: 96px !important;
}

.pt-97 {
  padding-top: 97px !important;
}

.pt-98 {
  padding-top: 98px !important;
}

.pt-99 {
  padding-top: 99px !important;
}

.pt-100 {
  padding-top: 100px !important;
}

/* padding bottom class */
.pb-1 {
  padding-bottom: 1px !important;
}

.pb-2 {
  padding-bottom: 2px !important;
}

.pb-3 {
  padding-bottom: 3px !important;
}

.pb-4 {
  padding-bottom: 4px !important;
}

.pb-5 {
  padding-bottom: 5px !important;
}

.pb-6 {
  padding-bottom: 6px !important;
}

.pb-7 {
  padding-bottom: 7px !important;
}

.pb-8 {
  padding-bottom: 8px !important;
}

.pb-9 {
  padding-bottom: 9px !important;
}

.pb-10 {
  padding-bottom: 10px !important;
}

.pb-11 {
  padding-bottom: 11px !important;
}

.pb-12 {
  padding-bottom: 12px !important;
}

.pb-13 {
  padding-bottom: 13px !important;
}

.pb-14 {
  padding-bottom: 14px !important;
}

.pb-15 {
  padding-bottom: 15px !important;
}

.pb-16 {
  padding-bottom: 16px !important;
}

.pb-17 {
  padding-bottom: 17px !important;
}

.pb-18 {
  padding-bottom: 18px !important;
}

.pb-19 {
  padding-bottom: 19px !important;
}

.pb-20 {
  padding-bottom: 20px !important;
}

.pb-21 {
  padding-bottom: 21px !important;
}

.pb-22 {
  padding-bottom: 22px !important;
}

.pb-23 {
  padding-bottom: 23px !important;
}

.pb-24 {
  padding-bottom: 24px !important;
}

.pb-25 {
  padding-bottom: 25px !important;
}

.pb-26 {
  padding-bottom: 26px !important;
}

.pb-27 {
  padding-bottom: 27px !important;
}

.pb-28 {
  padding-bottom: 28px !important;
}

.pb-29 {
  padding-bottom: 29px !important;
}

.pb-30 {
  padding-bottom: 30px !important;
}

.pb-31 {
  padding-bottom: 31px !important;
}

.pb-32 {
  padding-bottom: 32px !important;
}

.pb-33 {
  padding-bottom: 33px !important;
}

.pb-34 {
  padding-bottom: 34px !important;
}

.pb-35 {
  padding-bottom: 35px !important;
}

.pb-36 {
  padding-bottom: 36px !important;
}

.pb-37 {
  padding-bottom: 37px !important;
}

.pb-38 {
  padding-bottom: 38px !important;
}

.pb-39 {
  padding-bottom: 39px !important;
}

.pb-40 {
  padding-bottom: 40px !important;
}

.pb-41 {
  padding-bottom: 41px !important;
}

.pb-42 {
  padding-bottom: 42px !important;
}

.pb-43 {
  padding-bottom: 43px !important;
}

.pb-44 {
  padding-bottom: 44px !important;
}

.pb-45 {
  padding-bottom: 45px !important;
}

.pb-46 {
  padding-bottom: 46px !important;
}

.pb-47 {
  padding-bottom: 47px !important;
}

.pb-48 {
  padding-bottom: 48px !important;
}

.pb-49 {
  padding-bottom: 49px !important;
}

.pb-50 {
  padding-bottom: 50px !important;
}

.pb-51 {
  padding-bottom: 51px !important;
}

.pb-52 {
  padding-bottom: 52px !important;
}

.pb-53 {
  padding-bottom: 53px !important;
}

.pb-54 {
  padding-bottom: 54px !important;
}

.pb-55 {
  padding-bottom: 55px !important;
}

.pb-56 {
  padding-bottom: 56px !important;
}

.pb-57 {
  padding-bottom: 57px !important;
}

.pb-58 {
  padding-bottom: 58px !important;
}

.pb-59 {
  padding-bottom: 59px !important;
}

.pb-60 {
  padding-bottom: 60px !important;
}

.pb-61 {
  padding-bottom: 61px !important;
}

.pb-62 {
  padding-bottom: 62px !important;
}

.pb-63 {
  padding-bottom: 63px !important;
}

.pb-64 {
  padding-bottom: 64px !important;
}

.pb-65 {
  padding-bottom: 65px !important;
}

.pb-66 {
  padding-bottom: 66px !important;
}

.pb-67 {
  padding-bottom: 67px !important;
}

.pb-68 {
  padding-bottom: 68px !important;
}

.pb-69 {
  padding-bottom: 69px !important;
}

.pb-70 {
  padding-bottom: 70px !important;
}

.pb-71 {
  padding-bottom: 71px !important;
}

.pb-72 {
  padding-bottom: 72px !important;
}

.pb-73 {
  padding-bottom: 73px !important;
}

.pb-74 {
  padding-bottom: 74px !important;
}

.pb-75 {
  padding-bottom: 75px !important;
}

.pb-76 {
  padding-bottom: 76px !important;
}

.pb-77 {
  padding-bottom: 77px !important;
}

.pb-78 {
  padding-bottom: 78px !important;
}

.pb-79 {
  padding-bottom: 79px !important;
}

.pb-80 {
  padding-bottom: 80px !important;
}

.pb-81 {
  padding-bottom: 81px !important;
}

.pb-82 {
  padding-bottom: 82px !important;
}

.pb-83 {
  padding-bottom: 83px !important;
}

.pb-84 {
  padding-bottom: 84px !important;
}

.pb-85 {
  padding-bottom: 85px !important;
}

.pb-86 {
  padding-bottom: 86px !important;
}

.pb-87 {
  padding-bottom: 87px !important;
}

.pb-88 {
  padding-bottom: 88px !important;
}

.pb-89 {
  padding-bottom: 89px !important;
}

.pb-90 {
  padding-bottom: 90px !important;
}

.pb-91 {
  padding-bottom: 91px !important;
}

.pb-92 {
  padding-bottom: 92px !important;
}

.pb-93 {
  padding-bottom: 93px !important;
}

.pb-94 {
  padding-bottom: 94px !important;
}

.pb-95 {
  padding-bottom: 95px !important;
}

.pb-96 {
  padding-bottom: 96px !important;
}

.pb-97 {
  padding-bottom: 97px !important;
}

.pb-98 {
  padding-bottom: 98px !important;
}

.pb-99 {
  padding-bottom: 99px !important;
}

.pb-100 {
  padding-bottom: 100px !important;
}

/* padding left class */
.pl-1 {
  -webkit-padding-start: 1px !important;
  padding-inline-start: 1px !important;
}

.pl-2 {
  -webkit-padding-start: 2px !important;
  padding-inline-start: 2px !important;
}

.pl-3 {
  -webkit-padding-start: 3px !important;
  padding-inline-start: 3px !important;
}

.pl-4 {
  -webkit-padding-start: 4px !important;
  padding-inline-start: 4px !important;
}

.pl-5 {
  -webkit-padding-start: 5px !important;
  padding-inline-start: 5px !important;
}

.pl-6 {
  -webkit-padding-start: 6px !important;
  padding-inline-start: 6px !important;
}

.pl-7 {
  -webkit-padding-start: 7px !important;
  padding-inline-start: 7px !important;
}

.pl-8 {
  -webkit-padding-start: 8px !important;
  padding-inline-start: 8px !important;
}

.pl-9 {
  -webkit-padding-start: 9px !important;
  padding-inline-start: 9px !important;
}

.pl-10 {
  -webkit-padding-start: 10px !important;
  padding-inline-start: 10px !important;
}

.pl-11 {
  -webkit-padding-start: 11px !important;
  padding-inline-start: 11px !important;
}

.pl-12 {
  -webkit-padding-start: 12px !important;
  padding-inline-start: 12px !important;
}

.pl-13 {
  -webkit-padding-start: 13px !important;
  padding-inline-start: 13px !important;
}

.pl-14 {
  -webkit-padding-start: 14px !important;
  padding-inline-start: 14px !important;
}

.pl-15 {
  -webkit-padding-start: 15px !important;
  padding-inline-start: 15px !important;
}

.pl-16 {
  -webkit-padding-start: 16px !important;
  padding-inline-start: 16px !important;
}

.pl-17 {
  -webkit-padding-start: 17px !important;
  padding-inline-start: 17px !important;
}

.pl-18 {
  -webkit-padding-start: 18px !important;
  padding-inline-start: 18px !important;
}

.pl-19 {
  -webkit-padding-start: 19px !important;
  padding-inline-start: 19px !important;
}

.pl-20 {
  -webkit-padding-start: 20px !important;
  padding-inline-start: 20px !important;
}

.pl-21 {
  -webkit-padding-start: 21px !important;
  padding-inline-start: 21px !important;
}

.pl-22 {
  -webkit-padding-start: 22px !important;
  padding-inline-start: 22px !important;
}

.pl-23 {
  -webkit-padding-start: 23px !important;
  padding-inline-start: 23px !important;
}

.pl-24 {
  -webkit-padding-start: 24px !important;
  padding-inline-start: 24px !important;
}

.pl-25 {
  -webkit-padding-start: 25px !important;
  padding-inline-start: 25px !important;
}

.pl-26 {
  -webkit-padding-start: 26px !important;
  padding-inline-start: 26px !important;
}

.pl-27 {
  -webkit-padding-start: 27px !important;
  padding-inline-start: 27px !important;
}

.pl-28 {
  -webkit-padding-start: 28px !important;
  padding-inline-start: 28px !important;
}

.pl-29 {
  -webkit-padding-start: 29px !important;
  padding-inline-start: 29px !important;
}

.pl-30 {
  -webkit-padding-start: 30px !important;
  padding-inline-start: 30px !important;
}

.pl-31 {
  -webkit-padding-start: 31px !important;
  padding-inline-start: 31px !important;
}

.pl-32 {
  -webkit-padding-start: 32px !important;
  padding-inline-start: 32px !important;
}

.pl-33 {
  -webkit-padding-start: 33px !important;
  padding-inline-start: 33px !important;
}

.pl-34 {
  -webkit-padding-start: 34px !important;
  padding-inline-start: 34px !important;
}

.pl-35 {
  -webkit-padding-start: 35px !important;
  padding-inline-start: 35px !important;
}

.pl-36 {
  -webkit-padding-start: 36px !important;
  padding-inline-start: 36px !important;
}

.pl-37 {
  -webkit-padding-start: 37px !important;
  padding-inline-start: 37px !important;
}

.pl-38 {
  -webkit-padding-start: 38px !important;
  padding-inline-start: 38px !important;
}

.pl-39 {
  -webkit-padding-start: 39px !important;
  padding-inline-start: 39px !important;
}

.pl-40 {
  -webkit-padding-start: 40px !important;
  padding-inline-start: 40px !important;
}

.pl-41 {
  -webkit-padding-start: 41px !important;
  padding-inline-start: 41px !important;
}

.pl-42 {
  -webkit-padding-start: 42px !important;
  padding-inline-start: 42px !important;
}

.pl-43 {
  -webkit-padding-start: 43px !important;
  padding-inline-start: 43px !important;
}

.pl-44 {
  -webkit-padding-start: 44px !important;
  padding-inline-start: 44px !important;
}

.pl-45 {
  -webkit-padding-start: 45px !important;
  padding-inline-start: 45px !important;
}

.pl-46 {
  -webkit-padding-start: 46px !important;
  padding-inline-start: 46px !important;
}

.pl-47 {
  -webkit-padding-start: 47px !important;
  padding-inline-start: 47px !important;
}

.pl-48 {
  -webkit-padding-start: 48px !important;
  padding-inline-start: 48px !important;
}

.pl-49 {
  -webkit-padding-start: 49px !important;
  padding-inline-start: 49px !important;
}

.pl-50 {
  -webkit-padding-start: 50px !important;
  padding-inline-start: 50px !important;
}

.pl-51 {
  -webkit-padding-start: 51px !important;
  padding-inline-start: 51px !important;
}

.pl-52 {
  -webkit-padding-start: 52px !important;
  padding-inline-start: 52px !important;
}

.pl-53 {
  -webkit-padding-start: 53px !important;
  padding-inline-start: 53px !important;
}

.pl-54 {
  -webkit-padding-start: 54px !important;
  padding-inline-start: 54px !important;
}

.pl-55 {
  -webkit-padding-start: 55px !important;
  padding-inline-start: 55px !important;
}

.pl-56 {
  -webkit-padding-start: 56px !important;
  padding-inline-start: 56px !important;
}

.pl-57 {
  -webkit-padding-start: 57px !important;
  padding-inline-start: 57px !important;
}

.pl-58 {
  -webkit-padding-start: 58px !important;
  padding-inline-start: 58px !important;
}

.pl-59 {
  -webkit-padding-start: 59px !important;
  padding-inline-start: 59px !important;
}

.pl-60 {
  -webkit-padding-start: 60px !important;
  padding-inline-start: 60px !important;
}

.pl-61 {
  -webkit-padding-start: 61px !important;
  padding-inline-start: 61px !important;
}

.pl-62 {
  -webkit-padding-start: 62px !important;
  padding-inline-start: 62px !important;
}

.pl-63 {
  -webkit-padding-start: 63px !important;
  padding-inline-start: 63px !important;
}

.pl-64 {
  -webkit-padding-start: 64px !important;
  padding-inline-start: 64px !important;
}

.pl-65 {
  -webkit-padding-start: 65px !important;
  padding-inline-start: 65px !important;
}

.pl-66 {
  -webkit-padding-start: 66px !important;
  padding-inline-start: 66px !important;
}

.pl-67 {
  -webkit-padding-start: 67px !important;
  padding-inline-start: 67px !important;
}

.pl-68 {
  -webkit-padding-start: 68px !important;
  padding-inline-start: 68px !important;
}

.pl-69 {
  -webkit-padding-start: 69px !important;
  padding-inline-start: 69px !important;
}

.pl-70 {
  -webkit-padding-start: 70px !important;
  padding-inline-start: 70px !important;
}

.pl-71 {
  -webkit-padding-start: 71px !important;
  padding-inline-start: 71px !important;
}

.pl-72 {
  -webkit-padding-start: 72px !important;
  padding-inline-start: 72px !important;
}

.pl-73 {
  -webkit-padding-start: 73px !important;
  padding-inline-start: 73px !important;
}

.pl-74 {
  -webkit-padding-start: 74px !important;
  padding-inline-start: 74px !important;
}

.pl-75 {
  -webkit-padding-start: 75px !important;
  padding-inline-start: 75px !important;
}

.pl-76 {
  -webkit-padding-start: 76px !important;
  padding-inline-start: 76px !important;
}

.pl-77 {
  -webkit-padding-start: 77px !important;
  padding-inline-start: 77px !important;
}

.pl-78 {
  -webkit-padding-start: 78px !important;
  padding-inline-start: 78px !important;
}

.pl-79 {
  -webkit-padding-start: 79px !important;
  padding-inline-start: 79px !important;
}

.pl-80 {
  -webkit-padding-start: 80px !important;
  padding-inline-start: 80px !important;
}

.pl-81 {
  -webkit-padding-start: 81px !important;
  padding-inline-start: 81px !important;
}

.pl-82 {
  -webkit-padding-start: 82px !important;
  padding-inline-start: 82px !important;
}

.pl-83 {
  -webkit-padding-start: 83px !important;
  padding-inline-start: 83px !important;
}

.pl-84 {
  -webkit-padding-start: 84px !important;
  padding-inline-start: 84px !important;
}

.pl-85 {
  -webkit-padding-start: 85px !important;
  padding-inline-start: 85px !important;
}

.pl-86 {
  -webkit-padding-start: 86px !important;
  padding-inline-start: 86px !important;
}

.pl-87 {
  -webkit-padding-start: 87px !important;
  padding-inline-start: 87px !important;
}

.pl-88 {
  -webkit-padding-start: 88px !important;
  padding-inline-start: 88px !important;
}

.pl-89 {
  -webkit-padding-start: 89px !important;
  padding-inline-start: 89px !important;
}

.pl-90 {
  -webkit-padding-start: 90px !important;
  padding-inline-start: 90px !important;
}

.pl-91 {
  -webkit-padding-start: 91px !important;
  padding-inline-start: 91px !important;
}

.pl-92 {
  -webkit-padding-start: 92px !important;
  padding-inline-start: 92px !important;
}

.pl-93 {
  -webkit-padding-start: 93px !important;
  padding-inline-start: 93px !important;
}

.pl-94 {
  -webkit-padding-start: 94px !important;
  padding-inline-start: 94px !important;
}

.pl-95 {
  -webkit-padding-start: 95px !important;
  padding-inline-start: 95px !important;
}

.pl-96 {
  -webkit-padding-start: 96px !important;
  padding-inline-start: 96px !important;
}

.pl-97 {
  -webkit-padding-start: 97px !important;
  padding-inline-start: 97px !important;
}

.pl-98 {
  -webkit-padding-start: 98px !important;
  padding-inline-start: 98px !important;
}

.pl-99 {
  -webkit-padding-start: 99px !important;
  padding-inline-start: 99px !important;
}

.pl-100 {
  -webkit-padding-start: 100px !important;
  padding-inline-start: 100px !important;
}

/* padding right class */
.pr-1 {
  padding-right: 1px !important;
}

.pr-2 {
  padding-right: 2px !important;
}

.pr-3 {
  padding-right: 3px !important;
}

.pr-4 {
  padding-right: 4px !important;
}

.pr-5 {
  padding-right: 5px !important;
}

.pr-6 {
  padding-right: 6px !important;
}

.pr-7 {
  padding-right: 7px !important;
}

.pr-8 {
  padding-right: 8px !important;
}

.pr-9 {
  padding-right: 9px !important;
}

.pr-10 {
  padding-right: 10px !important;
}

.pr-11 {
  padding-right: 11px !important;
}

.pr-12 {
  padding-right: 12px !important;
}

.pr-13 {
  padding-right: 13px !important;
}

.pr-14 {
  padding-right: 14px !important;
}

.pr-15 {
  padding-right: 15px !important;
}

.pr-16 {
  padding-right: 16px !important;
}

.pr-17 {
  padding-right: 17px !important;
}

.pr-18 {
  padding-right: 18px !important;
}

.pr-19 {
  padding-right: 19px !important;
}

.pr-20 {
  padding-right: 20px !important;
}

.pr-21 {
  padding-right: 21px !important;
}

.pr-22 {
  padding-right: 22px !important;
}

.pr-23 {
  padding-right: 23px !important;
}

.pr-24 {
  padding-right: 24px !important;
}

.pr-25 {
  padding-right: 25px !important;
}

.pr-26 {
  padding-right: 26px !important;
}

.pr-27 {
  padding-right: 27px !important;
}

.pr-28 {
  padding-right: 28px !important;
}

.pr-29 {
  padding-right: 29px !important;
}

.pr-30 {
  padding-right: 30px !important;
}

.pr-31 {
  padding-right: 31px !important;
}

.pr-32 {
  padding-right: 32px !important;
}

.pr-33 {
  padding-right: 33px !important;
}

.pr-34 {
  padding-right: 34px !important;
}

.pr-35 {
  padding-right: 35px !important;
}

.pr-36 {
  padding-right: 36px !important;
}

.pr-37 {
  padding-right: 37px !important;
}

.pr-38 {
  padding-right: 38px !important;
}

.pr-39 {
  padding-right: 39px !important;
}

.pr-40 {
  padding-right: 40px !important;
}

.pr-41 {
  padding-right: 41px !important;
}

.pr-42 {
  padding-right: 42px !important;
}

.pr-43 {
  padding-right: 43px !important;
}

.pr-44 {
  padding-right: 44px !important;
}

.pr-45 {
  padding-right: 45px !important;
}

.pr-46 {
  padding-right: 46px !important;
}

.pr-47 {
  padding-right: 47px !important;
}

.pr-48 {
  padding-right: 48px !important;
}

.pr-49 {
  padding-right: 49px !important;
}

.pr-50 {
  padding-right: 50px !important;
}

.pr-51 {
  padding-right: 51px !important;
}

.pr-52 {
  padding-right: 52px !important;
}

.pr-53 {
  padding-right: 53px !important;
}

.pr-54 {
  padding-right: 54px !important;
}

.pr-55 {
  padding-right: 55px !important;
}

.pr-56 {
  padding-right: 56px !important;
}

.pr-57 {
  padding-right: 57px !important;
}

.pr-58 {
  padding-right: 58px !important;
}

.pr-59 {
  padding-right: 59px !important;
}

.pr-60 {
  padding-right: 60px !important;
}

.pr-61 {
  padding-right: 61px !important;
}

.pr-62 {
  padding-right: 62px !important;
}

.pr-63 {
  padding-right: 63px !important;
}

.pr-64 {
  padding-right: 64px !important;
}

.pr-65 {
  padding-right: 65px !important;
}

.pr-66 {
  padding-right: 66px !important;
}

.pr-67 {
  padding-right: 67px !important;
}

.pr-68 {
  padding-right: 68px !important;
}

.pr-69 {
  padding-right: 69px !important;
}

.pr-70 {
  padding-right: 70px !important;
}

.pr-71 {
  padding-right: 71px !important;
}

.pr-72 {
  padding-right: 72px !important;
}

.pr-73 {
  padding-right: 73px !important;
}

.pr-74 {
  padding-right: 74px !important;
}

.pr-75 {
  padding-right: 75px !important;
}

.pr-76 {
  padding-right: 76px !important;
}

.pr-77 {
  padding-right: 77px !important;
}

.pr-78 {
  padding-right: 78px !important;
}

.pr-79 {
  padding-right: 79px !important;
}

.pr-80 {
  padding-right: 80px !important;
}

.pr-81 {
  padding-right: 81px !important;
}

.pr-82 {
  padding-right: 82px !important;
}

.pr-83 {
  padding-right: 83px !important;
}

.pr-84 {
  padding-right: 84px !important;
}

.pr-85 {
  padding-right: 85px !important;
}

.pr-86 {
  padding-right: 86px !important;
}

.pr-87 {
  padding-right: 87px !important;
}

.pr-88 {
  padding-right: 88px !important;
}

.pr-89 {
  padding-right: 89px !important;
}

.pr-90 {
  padding-right: 90px !important;
}

.pr-91 {
  padding-right: 91px !important;
}

.pr-92 {
  padding-right: 92px !important;
}

.pr-93 {
  padding-right: 93px !important;
}

.pr-94 {
  padding-right: 94px !important;
}

.pr-95 {
  padding-right: 95px !important;
}

.pr-96 {
  padding-right: 96px !important;
}

.pr-97 {
  padding-right: 97px !important;
}

.pr-98 {
  padding-right: 98px !important;
}

.pr-99 {
  padding-right: 99px !important;
}

.pr-100 {
  padding-right: 100px !important;
}

/* margin class */
.ml-auto {
  margin-left: auto;
}

.mr-auto {
  margin-right: auto;
}

.m-0 {
  margin: 0px !important;
}

.m-1 {
  margin: 1px !important;
}

.m-2 {
  margin: 2px !important;
}

.m-3 {
  margin: 3px !important;
}

.m-4 {
  margin: 4px !important;
}

.m-5 {
  margin: 5px !important;
}

.m-6 {
  margin: 6px !important;
}

.m-7 {
  margin: 7px !important;
}

.m-8 {
  margin: 8px !important;
}

.m-9 {
  margin: 9px !important;
}

.m-10 {
  margin: 10px !important;
}

.m-11 {
  margin: 11px !important;
}

.m-12 {
  margin: 12px !important;
}

.m-13 {
  margin: 13px !important;
}

.m-14 {
  margin: 14px !important;
}

.m-15 {
  margin: 15px !important;
}

.m-16 {
  margin: 16px !important;
}

.m-17 {
  margin: 17px !important;
}

.m-18 {
  margin: 18px !important;
}

.m-19 {
  margin: 19px !important;
}

.m-20 {
  margin: 20px !important;
}

.m-21 {
  margin: 21px !important;
}

.m-22 {
  margin: 22px !important;
}

.m-23 {
  margin: 23px !important;
}

.m-24 {
  margin: 24px !important;
}

.m-25 {
  margin: 25px !important;
}

.m-26 {
  margin: 26px !important;
}

.m-27 {
  margin: 27px !important;
}

.m-28 {
  margin: 28px !important;
}

.m-29 {
  margin: 29px !important;
}

.m-30 {
  margin: 30px !important;
}

.m-31 {
  margin: 31px !important;
}

.m-32 {
  margin: 32px !important;
}

.m-33 {
  margin: 33px !important;
}

.m-34 {
  margin: 34px !important;
}

.m-35 {
  margin: 35px !important;
}

.m-36 {
  margin: 36px !important;
}

.m-37 {
  margin: 37px !important;
}

.m-38 {
  margin: 38px !important;
}

.m-39 {
  margin: 39px !important;
}

.m-40 {
  margin: 40px !important;
}

.m-41 {
  margin: 41px !important;
}

.m-42 {
  margin: 42px !important;
}

.m-43 {
  margin: 43px !important;
}

.m-44 {
  margin: 44px !important;
}

.m-45 {
  margin: 45px !important;
}

.m-46 {
  margin: 46px !important;
}

.m-47 {
  margin: 47px !important;
}

.m-48 {
  margin: 48px !important;
}

.m-49 {
  margin: 49px !important;
}

.m-50 {
  margin: 50px !important;
}

.m-51 {
  margin: 51px !important;
}

.m-52 {
  margin: 52px !important;
}

.m-53 {
  margin: 53px !important;
}

.m-54 {
  margin: 54px !important;
}

.m-55 {
  margin: 55px !important;
}

.m-56 {
  margin: 56px !important;
}

.m-57 {
  margin: 57px !important;
}

.m-58 {
  margin: 58px !important;
}

.m-59 {
  margin: 59px !important;
}

.m-60 {
  margin: 60px !important;
}

.m-61 {
  margin: 61px !important;
}

.m-62 {
  margin: 62px !important;
}

.m-63 {
  margin: 63px !important;
}

.m-64 {
  margin: 64px !important;
}

.m-65 {
  margin: 65px !important;
}

.m-66 {
  margin: 66px !important;
}

.m-67 {
  margin: 67px !important;
}

.m-68 {
  margin: 68px !important;
}

.m-69 {
  margin: 69px !important;
}

.m-70 {
  margin: 70px !important;
}

.m-71 {
  margin: 71px !important;
}

.m-72 {
  margin: 72px !important;
}

.m-73 {
  margin: 73px !important;
}

.m-74 {
  margin: 74px !important;
}

.m-75 {
  margin: 75px !important;
}

.m-76 {
  margin: 76px !important;
}

.m-77 {
  margin: 77px !important;
}

.m-78 {
  margin: 78px !important;
}

.m-79 {
  margin: 79px !important;
}

.m-80 {
  margin: 80px !important;
}

.m-81 {
  margin: 81px !important;
}

.m-82 {
  margin: 82px !important;
}

.m-83 {
  margin: 83px !important;
}

.m-84 {
  margin: 84px !important;
}

.m-85 {
  margin: 85px !important;
}

.m-86 {
  margin: 86px !important;
}

.m-87 {
  margin: 87px !important;
}

.m-88 {
  margin: 88px !important;
}

.m-89 {
  margin: 89px !important;
}

.m-90 {
  margin: 90px !important;
}

.m-91 {
  margin: 91px !important;
}

.m-92 {
  margin: 92px !important;
}

.m-93 {
  margin: 93px !important;
}

.m-94 {
  margin: 94px !important;
}

.m-95 {
  margin: 95px !important;
}

.m-96 {
  margin: 96px !important;
}

.m-97 {
  margin: 97px !important;
}

.m-98 {
  margin: 98px !important;
}

.m-99 {
  margin: 99px !important;
}

.m-100 {
  margin: 100px !important;
}

/* margin top class */
.mt-0 {
  margin-top: 0px !important;
}

.mt-1 {
  margin-top: 1px !important;
}

.mt-2 {
  margin-top: 2px !important;
}

.mt-3 {
  margin-top: 3px !important;
}

.mt-4 {
  margin-top: 4px !important;
}

.mt-5 {
  margin-top: 5px !important;
}

.mt-6 {
  margin-top: 6px !important;
}

.mt-7 {
  margin-top: 7px !important;
}

.mt-8 {
  margin-top: 8px !important;
}

.mt-9 {
  margin-top: 9px !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.mt-11 {
  margin-top: 11px !important;
}

.mt-12 {
  margin-top: 12px !important;
}

.mt-13 {
  margin-top: 13px !important;
}

.mt-14 {
  margin-top: 14px !important;
}

.mt-15 {
  margin-top: 15px !important;
}

.mt-16 {
  margin-top: 16px !important;
}

.mt-17 {
  margin-top: 17px !important;
}

.mt-18 {
  margin-top: 18px !important;
}

.mt-19 {
  margin-top: 19px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mt-21 {
  margin-top: 21px !important;
}

.mt-22 {
  margin-top: 22px !important;
}

.mt-23 {
  margin-top: 23px !important;
}

.mt-24 {
  margin-top: 24px !important;
}

.mt-25 {
  margin-top: 25px !important;
}

.mt-26 {
  margin-top: 26px !important;
}

.mt-27 {
  margin-top: 27px !important;
}

.mt-28 {
  margin-top: 28px !important;
}

.mt-29 {
  margin-top: 29px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mt-31 {
  margin-top: 31px !important;
}

.mt-32 {
  margin-top: 32px !important;
}

.mt-33 {
  margin-top: 33px !important;
}

.mt-34 {
  margin-top: 34px !important;
}

.mt-35 {
  margin-top: 35px !important;
}

.mt-36 {
  margin-top: 36px !important;
}

.mt-37 {
  margin-top: 37px !important;
}

.mt-38 {
  margin-top: 38px !important;
}

.mt-39 {
  margin-top: 39px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.mt-41 {
  margin-top: 41px !important;
}

.mt-42 {
  margin-top: 42px !important;
}

.mt-43 {
  margin-top: 43px !important;
}

.mt-44 {
  margin-top: 44px !important;
}

.mt-45 {
  margin-top: 45px !important;
}

.mt-46 {
  margin-top: 46px !important;
}

.mt-47 {
  margin-top: 47px !important;
}

.mt-48 {
  margin-top: 48px !important;
}

.mt-49 {
  margin-top: 49px !important;
}

.mt-50 {
  margin-top: 50px !important;
}

.mt-51 {
  margin-top: 51px !important;
}

.mt-52 {
  margin-top: 52px !important;
}

.mt-53 {
  margin-top: 53px !important;
}

.mt-54 {
  margin-top: 54px !important;
}

.mt-55 {
  margin-top: 55px !important;
}

.mt-56 {
  margin-top: 56px !important;
}

.mt-57 {
  margin-top: 57px !important;
}

.mt-58 {
  margin-top: 58px !important;
}

.mt-59 {
  margin-top: 59px !important;
}

.mt-60 {
  margin-top: 60px !important;
}

.mt-61 {
  margin-top: 61px !important;
}

.mt-62 {
  margin-top: 62px !important;
}

.mt-63 {
  margin-top: 63px !important;
}

.mt-64 {
  margin-top: 64px !important;
}

.mt-65 {
  margin-top: 65px !important;
}

.mt-66 {
  margin-top: 66px !important;
}

.mt-67 {
  margin-top: 67px !important;
}

.mt-68 {
  margin-top: 68px !important;
}

.mt-69 {
  margin-top: 69px !important;
}

.mt-70 {
  margin-top: 70px !important;
}

.mt-71 {
  margin-top: 71px !important;
}

.mt-72 {
  margin-top: 72px !important;
}

.mt-73 {
  margin-top: 73px !important;
}

.mt-74 {
  margin-top: 74px !important;
}

.mt-75 {
  margin-top: 75px !important;
}

.mt-76 {
  margin-top: 76px !important;
}

.mt-77 {
  margin-top: 77px !important;
}

.mt-78 {
  margin-top: 78px !important;
}

.mt-79 {
  margin-top: 79px !important;
}

.mt-80 {
  margin-top: 80px !important;
}

.mt-81 {
  margin-top: 81px !important;
}

.mt-82 {
  margin-top: 82px !important;
}

.mt-83 {
  margin-top: 83px !important;
}

.mt-84 {
  margin-top: 84px !important;
}

.mt-85 {
  margin-top: 85px !important;
}

.mt-86 {
  margin-top: 86px !important;
}

.mt-87 {
  margin-top: 87px !important;
}

.mt-88 {
  margin-top: 88px !important;
}

.mt-89 {
  margin-top: 89px !important;
}

.mt-90 {
  margin-top: 90px !important;
}

.mt-91 {
  margin-top: 91px !important;
}

.mt-92 {
  margin-top: 92px !important;
}

.mt-93 {
  margin-top: 93px !important;
}

.mt-94 {
  margin-top: 94px !important;
}

.mt-95 {
  margin-top: 95px !important;
}

.mt-96 {
  margin-top: 96px !important;
}

.mt-97 {
  margin-top: 97px !important;
}

.mt-98 {
  margin-top: 98px !important;
}

.mt-99 {
  margin-top: 99px !important;
}

.mt-100 {
  margin-top: 100px !important;
}

/* margin bottom class */
.mb-0 {
  margin-bottom: 0px !important;
}

.mb-1 {
  margin-bottom: 1px !important;
}

.mb-2 {
  margin-bottom: 2px !important;
}

.mb-3 {
  margin-bottom: 3px !important;
}

.mb-4 {
  margin-bottom: 4px !important;
}

.mb-5 {
  margin-bottom: 5px !important;
}

.mb-6 {
  margin-bottom: 6px !important;
}

.mb-7 {
  margin-bottom: 7px !important;
}

.mb-8 {
  margin-bottom: 8px !important;
}

.mb-9 {
  margin-bottom: 9px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mb-11 {
  margin-bottom: 11px !important;
}

.mb-12 {
  margin-bottom: 12px !important;
}

.mb-13 {
  margin-bottom: 13px !important;
}

.mb-14 {
  margin-bottom: 14px !important;
}

.mb-15 {
  margin-bottom: 15px !important;
}

.mb-16 {
  margin-bottom: 16px !important;
}

.mb-17 {
  margin-bottom: 17px !important;
}

.mb-18 {
  margin-bottom: 18px !important;
}

.mb-19 {
  margin-bottom: 19px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-21 {
  margin-bottom: 21px !important;
}

.mb-22 {
  margin-bottom: 22px !important;
}

.mb-23 {
  margin-bottom: 23px !important;
}

.mb-24 {
  margin-bottom: 24px !important;
}

.mb-25 {
  margin-bottom: 25px !important;
}

.mb-26 {
  margin-bottom: 26px !important;
}

.mb-27 {
  margin-bottom: 27px !important;
}

.mb-28 {
  margin-bottom: 28px !important;
}

.mb-29 {
  margin-bottom: 29px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mb-31 {
  margin-bottom: 31px !important;
}

.mb-32 {
  margin-bottom: 32px !important;
}

.mb-33 {
  margin-bottom: 33px !important;
}

.mb-34 {
  margin-bottom: 34px !important;
}

.mb-35 {
  margin-bottom: 35px !important;
}

.mb-36 {
  margin-bottom: 36px !important;
}

.mb-37 {
  margin-bottom: 37px !important;
}

.mb-38 {
  margin-bottom: 38px !important;
}

.mb-39 {
  margin-bottom: 39px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mb-41 {
  margin-bottom: 41px !important;
}

.mb-42 {
  margin-bottom: 42px !important;
}

.mb-43 {
  margin-bottom: 43px !important;
}

.mb-44 {
  margin-bottom: 44px !important;
}

.mb-45 {
  margin-bottom: 45px !important;
}

.mb-46 {
  margin-bottom: 46px !important;
}

.mb-47 {
  margin-bottom: 47px !important;
}

.mb-48 {
  margin-bottom: 48px !important;
}

.mb-49 {
  margin-bottom: 49px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.mb-51 {
  margin-bottom: 51px !important;
}

.mb-52 {
  margin-bottom: 52px !important;
}

.mb-53 {
  margin-bottom: 53px !important;
}

.mb-54 {
  margin-bottom: 54px !important;
}

.mb-55 {
  margin-bottom: 55px !important;
}

.mb-56 {
  margin-bottom: 56px !important;
}

.mb-57 {
  margin-bottom: 57px !important;
}

.mb-58 {
  margin-bottom: 58px !important;
}

.mb-59 {
  margin-bottom: 59px !important;
}

.mb-60 {
  margin-bottom: 60px !important;
}

.mb-61 {
  margin-bottom: 61px !important;
}

.mb-62 {
  margin-bottom: 62px !important;
}

.mb-63 {
  margin-bottom: 63px !important;
}

.mb-64 {
  margin-bottom: 64px !important;
}

.mb-65 {
  margin-bottom: 65px !important;
}

.mb-66 {
  margin-bottom: 66px !important;
}

.mb-67 {
  margin-bottom: 67px !important;
}

.mb-68 {
  margin-bottom: 68px !important;
}

.mb-69 {
  margin-bottom: 69px !important;
}

.mb-70 {
  margin-bottom: 70px !important;
}

.mb-71 {
  margin-bottom: 71px !important;
}

.mb-72 {
  margin-bottom: 72px !important;
}

.mb-73 {
  margin-bottom: 73px !important;
}

.mb-74 {
  margin-bottom: 74px !important;
}

.mb-75 {
  margin-bottom: 75px !important;
}

.mb-76 {
  margin-bottom: 76px !important;
}

.mb-77 {
  margin-bottom: 77px !important;
}

.mb-78 {
  margin-bottom: 78px !important;
}

.mb-79 {
  margin-bottom: 79px !important;
}

.mb-80 {
  margin-bottom: 80px !important;
}

.mb-81 {
  margin-bottom: 81px !important;
}

.mb-82 {
  margin-bottom: 82px !important;
}

.mb-83 {
  margin-bottom: 83px !important;
}

.mb-84 {
  margin-bottom: 84px !important;
}

.mb-85 {
  margin-bottom: 85px !important;
}

.mb-86 {
  margin-bottom: 86px !important;
}

.mb-87 {
  margin-bottom: 87px !important;
}

.mb-88 {
  margin-bottom: 88px !important;
}

.mb-89 {
  margin-bottom: 89px !important;
}

.mb-90 {
  margin-bottom: 90px !important;
}

.mb-91 {
  margin-bottom: 91px !important;
}

.mb-92 {
  margin-bottom: 92px !important;
}

.mb-93 {
  margin-bottom: 93px !important;
}

.mb-94 {
  margin-bottom: 94px !important;
}

.mb-95 {
  margin-bottom: 95px !important;
}

.mb-96 {
  margin-bottom: 96px !important;
}

.mb-97 {
  margin-bottom: 97px !important;
}

.mb-98 {
  margin-bottom: 98px !important;
}

.mb-99 {
  margin-bottom: 99px !important;
}

.mb-100 {
  margin-bottom: 100px !important;
}

/* margin left class */
.ml-0 {
  margin-left: 0px !important;
}

.ml-1 {
  margin-left: 1px !important;
}

.ml-2 {
  margin-left: 2px !important;
}

.ml-3 {
  margin-left: 3px !important;
}

.ml-4 {
  margin-left: 4px !important;
}

.ml-5 {
  margin-left: 5px !important;
}

.ml-6 {
  margin-left: 6px !important;
}

.ml-7 {
  margin-left: 7px !important;
}

.ml-8 {
  margin-left: 8px !important;
}

.ml-9 {
  margin-left: 9px !important;
}

.ml-10 {
  margin-left: 10px !important;
}

.ml-11 {
  margin-left: 11px !important;
}

.ml-12 {
  margin-left: 12px !important;
}

.ml-13 {
  margin-left: 13px !important;
}

.ml-14 {
  margin-left: 14px !important;
}

.ml-15 {
  margin-left: 15px !important;
}

.ml-16 {
  margin-left: 16px !important;
}

.ml-17 {
  margin-left: 17px !important;
}

.ml-18 {
  margin-left: 18px !important;
}

.ml-19 {
  margin-left: 19px !important;
}

.ml-20 {
  margin-left: 20px !important;
}

.ml-21 {
  margin-left: 21px !important;
}

.ml-22 {
  margin-left: 22px !important;
}

.ml-23 {
  margin-left: 23px !important;
}

.ml-24 {
  margin-left: 24px !important;
}

.ml-25 {
  margin-left: 25px !important;
}

.ml-26 {
  margin-left: 26px !important;
}

.ml-27 {
  margin-left: 27px !important;
}

.ml-28 {
  margin-left: 28px !important;
}

.ml-29 {
  margin-left: 29px !important;
}

.ml-30 {
  margin-left: 30px !important;
}

.ml-31 {
  margin-left: 31px !important;
}

.ml-32 {
  margin-left: 32px !important;
}

.ml-33 {
  margin-left: 33px !important;
}

.ml-34 {
  margin-left: 34px !important;
}

.ml-35 {
  margin-left: 35px !important;
}

.ml-36 {
  margin-left: 36px !important;
}

.ml-37 {
  margin-left: 37px !important;
}

.ml-38 {
  margin-left: 38px !important;
}

.ml-39 {
  margin-left: 39px !important;
}

.ml-40 {
  margin-left: 40px !important;
}

.ml-41 {
  margin-left: 41px !important;
}

.ml-42 {
  margin-left: 42px !important;
}

.ml-43 {
  margin-left: 43px !important;
}

.ml-44 {
  margin-left: 44px !important;
}

.ml-45 {
  margin-left: 45px !important;
}

.ml-46 {
  margin-left: 46px !important;
}

.ml-47 {
  margin-left: 47px !important;
}

.ml-48 {
  margin-left: 48px !important;
}

.ml-49 {
  margin-left: 49px !important;
}

.ml-50 {
  margin-left: 50px !important;
}

.ml-51 {
  margin-left: 51px !important;
}

.ml-52 {
  margin-left: 52px !important;
}

.ml-53 {
  margin-left: 53px !important;
}

.ml-54 {
  margin-left: 54px !important;
}

.ml-55 {
  margin-left: 55px !important;
}

.ml-56 {
  margin-left: 56px !important;
}

.ml-57 {
  margin-left: 57px !important;
}

.ml-58 {
  margin-left: 58px !important;
}

.ml-59 {
  margin-left: 59px !important;
}

.ml-60 {
  margin-left: 60px !important;
}

.ml-61 {
  margin-left: 61px !important;
}

.ml-62 {
  margin-left: 62px !important;
}

.ml-63 {
  margin-left: 63px !important;
}

.ml-64 {
  margin-left: 64px !important;
}

.ml-65 {
  margin-left: 65px !important;
}

.ml-66 {
  margin-left: 66px !important;
}

.ml-67 {
  margin-left: 67px !important;
}

.ml-68 {
  margin-left: 68px !important;
}

.ml-69 {
  margin-left: 69px !important;
}

.ml-70 {
  margin-left: 70px !important;
}

.ml-71 {
  margin-left: 71px !important;
}

.ml-72 {
  margin-left: 72px !important;
}

.ml-73 {
  margin-left: 73px !important;
}

.ml-74 {
  margin-left: 74px !important;
}

.ml-75 {
  margin-left: 75px !important;
}

.ml-76 {
  margin-left: 76px !important;
}

.ml-77 {
  margin-left: 77px !important;
}

.ml-78 {
  margin-left: 78px !important;
}

.ml-79 {
  margin-left: 79px !important;
}

.ml-80 {
  margin-left: 80px !important;
}

.ml-81 {
  margin-left: 81px !important;
}

.ml-82 {
  margin-left: 82px !important;
}

.ml-83 {
  margin-left: 83px !important;
}

.ml-84 {
  margin-left: 84px !important;
}

.ml-85 {
  margin-left: 85px !important;
}

.ml-86 {
  margin-left: 86px !important;
}

.ml-87 {
  margin-left: 87px !important;
}

.ml-88 {
  margin-left: 88px !important;
}

.ml-89 {
  margin-left: 89px !important;
}

.ml-90 {
  margin-left: 90px !important;
}

.ml-91 {
  margin-left: 91px !important;
}

.ml-92 {
  margin-left: 92px !important;
}

.ml-93 {
  margin-left: 93px !important;
}

.ml-94 {
  margin-left: 94px !important;
}

.ml-95 {
  margin-left: 95px !important;
}

.ml-96 {
  margin-left: 96px !important;
}

.ml-97 {
  margin-left: 97px !important;
}

.ml-98 {
  margin-left: 98px !important;
}

.ml-99 {
  margin-left: 99px !important;
}

.ml-100 {
  margin-left: 100px !important;
}

/* margin right class */
.mr-0 {
  margin-right: 0px !important;
}

.mr-1 {
  margin-right: 1px !important;
}

.mr-2 {
  margin-right: 2px !important;
}

.mr-3 {
  margin-right: 3px !important;
}

.mr-4 {
  margin-right: 4px !important;
}

.mr-5 {
  margin-right: 5px !important;
}

.mr-6 {
  margin-right: 6px !important;
}

.mr-7 {
  margin-right: 7px !important;
}

.mr-8 {
  margin-right: 8px !important;
}

.mr-9 {
  margin-right: 9px !important;
}

.mr-10 {
  margin-right: 10px !important;
}

.mr-11 {
  margin-right: 11px !important;
}

.mr-12 {
  margin-right: 12px !important;
}

.mr-13 {
  margin-right: 13px !important;
}

.mr-14 {
  margin-right: 14px !important;
}

.mr-15 {
  margin-right: 15px !important;
}

.mr-16 {
  margin-right: 16px !important;
}

.mr-17 {
  margin-right: 17px !important;
}

.mr-18 {
  margin-right: 18px !important;
}

.mr-19 {
  margin-right: 19px !important;
}

.mr-20 {
  margin-right: 20px !important;
}

.mr-21 {
  margin-right: 21px !important;
}

.mr-22 {
  margin-right: 22px !important;
}

.mr-23 {
  margin-right: 23px !important;
}

.mr-24 {
  margin-right: 24px !important;
}

.mr-25 {
  margin-right: 25px !important;
}

.mr-26 {
  margin-right: 26px !important;
}

.mr-27 {
  margin-right: 27px !important;
}

.mr-28 {
  margin-right: 28px !important;
}

.mr-29 {
  margin-right: 29px !important;
}

.mr-30 {
  margin-right: 30px !important;
}

.mr-31 {
  margin-right: 31px !important;
}

.mr-32 {
  margin-right: 32px !important;
}

.mr-33 {
  margin-right: 33px !important;
}

.mr-34 {
  margin-right: 34px !important;
}

.mr-35 {
  margin-right: 35px !important;
}

.mr-36 {
  margin-right: 36px !important;
}

.mr-37 {
  margin-right: 37px !important;
}

.mr-38 {
  margin-right: 38px !important;
}

.mr-39 {
  margin-right: 39px !important;
}

.mr-40 {
  margin-right: 40px !important;
}

.mr-41 {
  margin-right: 41px !important;
}

.mr-42 {
  margin-right: 42px !important;
}

.mr-43 {
  margin-right: 43px !important;
}

.mr-44 {
  margin-right: 44px !important;
}

.mr-45 {
  margin-right: 45px !important;
}

.mr-46 {
  margin-right: 46px !important;
}

.mr-47 {
  margin-right: 47px !important;
}

.mr-48 {
  margin-right: 48px !important;
}

.mr-49 {
  margin-right: 49px !important;
}

.mr-50 {
  margin-right: 50px !important;
}

.mr-51 {
  margin-right: 51px !important;
}

.mr-52 {
  margin-right: 52px !important;
}

.mr-53 {
  margin-right: 53px !important;
}

.mr-54 {
  margin-right: 54px !important;
}

.mr-55 {
  margin-right: 55px !important;
}

.mr-56 {
  margin-right: 56px !important;
}

.mr-57 {
  margin-right: 57px !important;
}

.mr-58 {
  margin-right: 58px !important;
}

.mr-59 {
  margin-right: 59px !important;
}

.mr-60 {
  margin-right: 60px !important;
}

.mr-61 {
  margin-right: 61px !important;
}

.mr-62 {
  margin-right: 62px !important;
}

.mr-63 {
  margin-right: 63px !important;
}

.mr-64 {
  margin-right: 64px !important;
}

.mr-65 {
  margin-right: 65px !important;
}

.mr-66 {
  margin-right: 66px !important;
}

.mr-67 {
  margin-right: 67px !important;
}

.mr-68 {
  margin-right: 68px !important;
}

.mr-69 {
  margin-right: 69px !important;
}

.mr-70 {
  margin-right: 70px !important;
}

.mr-71 {
  margin-right: 71px !important;
}

.mr-72 {
  margin-right: 72px !important;
}

.mr-73 {
  margin-right: 73px !important;
}

.mr-74 {
  margin-right: 74px !important;
}

.mr-75 {
  margin-right: 75px !important;
}

.mr-76 {
  margin-right: 76px !important;
}

.mr-77 {
  margin-right: 77px !important;
}

.mr-78 {
  margin-right: 78px !important;
}

.mr-79 {
  margin-right: 79px !important;
}

.mr-80 {
  margin-right: 80px !important;
}

.mr-81 {
  margin-right: 81px !important;
}

.mr-82 {
  margin-right: 82px !important;
}

.mr-83 {
  margin-right: 83px !important;
}

.mr-84 {
  margin-right: 84px !important;
}

.mr-85 {
  margin-right: 85px !important;
}

.mr-86 {
  margin-right: 86px !important;
}

.mr-87 {
  margin-right: 87px !important;
}

.mr-88 {
  margin-right: 88px !important;
}

.mr-89 {
  margin-right: 89px !important;
}

.mr-90 {
  margin-right: 90px !important;
}

.mr-91 {
  margin-right: 91px !important;
}

.mr-92 {
  margin-right: 92px !important;
}

.mr-93 {
  margin-right: 93px !important;
}

.mr-94 {
  margin-right: 94px !important;
}

.mr-95 {
  margin-right: 95px !important;
}

.mr-96 {
  margin-right: 96px !important;
}

.mr-97 {
  margin-right: 97px !important;
}

.mr-98 {
  margin-right: 98px !important;
}

.mr-99 {
  margin-right: 99px !important;
}

.mr-100 {
  margin-right: 100px !important;
}

/* margin vertical class */
.my-0 {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

.my-1 {
  margin-top: 1px !important;
  margin-bottom: 1px !important;
}

.my-2 {
  margin-top: 2px !important;
  margin-bottom: 2px !important;
}

.my-3 {
  margin-top: 3px !important;
  margin-bottom: 3px !important;
}

.my-4 {
  margin-top: 4px !important;
  margin-bottom: 4px !important;
}

.my-5 {
  margin-top: 5px !important;
  margin-bottom: 5px !important;
}

.my-6 {
  margin-top: 6px !important;
  margin-bottom: 6px !important;
}

.my-7 {
  margin-top: 7px !important;
  margin-bottom: 7px !important;
}

.my-8 {
  margin-top: 8px !important;
  margin-bottom: 8px !important;
}

.my-9 {
  margin-top: 9px !important;
  margin-bottom: 9px !important;
}

.my-10 {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}

.my-11 {
  margin-top: 11px !important;
  margin-bottom: 11px !important;
}

.my-12 {
  margin-top: 12px !important;
  margin-bottom: 12px !important;
}

.my-13 {
  margin-top: 13px !important;
  margin-bottom: 13px !important;
}

.my-14 {
  margin-top: 14px !important;
  margin-bottom: 14px !important;
}

.my-15 {
  margin-top: 15px !important;
  margin-bottom: 15px !important;
}

.my-16 {
  margin-top: 16px !important;
  margin-bottom: 16px !important;
}

.my-17 {
  margin-top: 17px !important;
  margin-bottom: 17px !important;
}

.my-18 {
  margin-top: 18px !important;
  margin-bottom: 18px !important;
}

.my-19 {
  margin-top: 19px !important;
  margin-bottom: 19px !important;
}

.my-20 {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}

.my-21 {
  margin-top: 21px !important;
  margin-bottom: 21px !important;
}

.my-22 {
  margin-top: 22px !important;
  margin-bottom: 22px !important;
}

.my-23 {
  margin-top: 23px !important;
  margin-bottom: 23px !important;
}

.my-24 {
  margin-top: 24px !important;
  margin-bottom: 24px !important;
}

.my-25 {
  margin-top: 25px !important;
  margin-bottom: 25px !important;
}

.my-26 {
  margin-top: 26px !important;
  margin-bottom: 26px !important;
}

.my-27 {
  margin-top: 27px !important;
  margin-bottom: 27px !important;
}

.my-28 {
  margin-top: 28px !important;
  margin-bottom: 28px !important;
}

.my-29 {
  margin-top: 29px !important;
  margin-bottom: 29px !important;
}

.my-30 {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}

.my-31 {
  margin-top: 31px !important;
  margin-bottom: 31px !important;
}

.my-32 {
  margin-top: 32px !important;
  margin-bottom: 32px !important;
}

.my-33 {
  margin-top: 33px !important;
  margin-bottom: 33px !important;
}

.my-34 {
  margin-top: 34px !important;
  margin-bottom: 34px !important;
}

.my-35 {
  margin-top: 35px !important;
  margin-bottom: 35px !important;
}

.my-36 {
  margin-top: 36px !important;
  margin-bottom: 36px !important;
}

.my-37 {
  margin-top: 37px !important;
  margin-bottom: 37px !important;
}

.my-38 {
  margin-top: 38px !important;
  margin-bottom: 38px !important;
}

.my-39 {
  margin-top: 39px !important;
  margin-bottom: 39px !important;
}

.my-40 {
  margin-top: 40px !important;
  margin-bottom: 40px !important;
}

.my-41 {
  margin-top: 41px !important;
  margin-bottom: 41px !important;
}

.my-42 {
  margin-top: 42px !important;
  margin-bottom: 42px !important;
}

.my-43 {
  margin-top: 43px !important;
  margin-bottom: 43px !important;
}

.my-44 {
  margin-top: 44px !important;
  margin-bottom: 44px !important;
}

.my-45 {
  margin-top: 45px !important;
  margin-bottom: 45px !important;
}

.my-46 {
  margin-top: 46px !important;
  margin-bottom: 46px !important;
}

.my-47 {
  margin-top: 47px !important;
  margin-bottom: 47px !important;
}

.my-48 {
  margin-top: 48px !important;
  margin-bottom: 48px !important;
}

.my-49 {
  margin-top: 49px !important;
  margin-bottom: 49px !important;
}

.my-50 {
  margin-top: 50px !important;
  margin-bottom: 50px !important;
}

.my-51 {
  margin-top: 51px !important;
  margin-bottom: 51px !important;
}

.my-52 {
  margin-top: 52px !important;
  margin-bottom: 52px !important;
}

.my-53 {
  margin-top: 53px !important;
  margin-bottom: 53px !important;
}

.my-54 {
  margin-top: 54px !important;
  margin-bottom: 54px !important;
}

.my-55 {
  margin-top: 55px !important;
  margin-bottom: 55px !important;
}

.my-56 {
  margin-top: 56px !important;
  margin-bottom: 56px !important;
}

.my-57 {
  margin-top: 57px !important;
  margin-bottom: 57px !important;
}

.my-58 {
  margin-top: 58px !important;
  margin-bottom: 58px !important;
}

.my-59 {
  margin-top: 59px !important;
  margin-bottom: 59px !important;
}

.my-60 {
  margin-top: 60px !important;
  margin-bottom: 60px !important;
}

.my-61 {
  margin-top: 61px !important;
  margin-bottom: 61px !important;
}

.my-62 {
  margin-top: 62px !important;
  margin-bottom: 62px !important;
}

.my-63 {
  margin-top: 63px !important;
  margin-bottom: 63px !important;
}

.my-64 {
  margin-top: 64px !important;
  margin-bottom: 64px !important;
}

.my-65 {
  margin-top: 65px !important;
  margin-bottom: 65px !important;
}

.my-66 {
  margin-top: 66px !important;
  margin-bottom: 66px !important;
}

.my-67 {
  margin-top: 67px !important;
  margin-bottom: 67px !important;
}

.my-68 {
  margin-top: 68px !important;
  margin-bottom: 68px !important;
}

.my-69 {
  margin-top: 69px !important;
  margin-bottom: 69px !important;
}

.my-70 {
  margin-top: 70px !important;
  margin-bottom: 70px !important;
}

.my-71 {
  margin-top: 71px !important;
  margin-bottom: 71px !important;
}

.my-72 {
  margin-top: 72px !important;
  margin-bottom: 72px !important;
}

.my-73 {
  margin-top: 73px !important;
  margin-bottom: 73px !important;
}

.my-74 {
  margin-top: 74px !important;
  margin-bottom: 74px !important;
}

.my-75 {
  margin-top: 75px !important;
  margin-bottom: 75px !important;
}

.my-76 {
  margin-top: 76px !important;
  margin-bottom: 76px !important;
}

.my-77 {
  margin-top: 77px !important;
  margin-bottom: 77px !important;
}

.my-78 {
  margin-top: 78px !important;
  margin-bottom: 78px !important;
}

.my-79 {
  margin-top: 79px !important;
  margin-bottom: 79px !important;
}

.my-80 {
  margin-top: 80px !important;
  margin-bottom: 80px !important;
}

.my-81 {
  margin-top: 81px !important;
  margin-bottom: 81px !important;
}

.my-82 {
  margin-top: 82px !important;
  margin-bottom: 82px !important;
}

.my-83 {
  margin-top: 83px !important;
  margin-bottom: 83px !important;
}

.my-84 {
  margin-top: 84px !important;
  margin-bottom: 84px !important;
}

.my-85 {
  margin-top: 85px !important;
  margin-bottom: 85px !important;
}

.my-86 {
  margin-top: 86px !important;
  margin-bottom: 86px !important;
}

.my-87 {
  margin-top: 87px !important;
  margin-bottom: 87px !important;
}

.my-88 {
  margin-top: 88px !important;
  margin-bottom: 88px !important;
}

.my-89 {
  margin-top: 89px !important;
  margin-bottom: 89px !important;
}

.my-90 {
  margin-top: 90px !important;
  margin-bottom: 90px !important;
}

.my-91 {
  margin-top: 91px !important;
  margin-bottom: 91px !important;
}

.my-92 {
  margin-top: 92px !important;
  margin-bottom: 92px !important;
}

.my-93 {
  margin-top: 93px !important;
  margin-bottom: 93px !important;
}

.my-94 {
  margin-top: 94px !important;
  margin-bottom: 94px !important;
}

.my-95 {
  margin-top: 95px !important;
  margin-bottom: 95px !important;
}

.my-96 {
  margin-top: 96px !important;
  margin-bottom: 96px !important;
}

.my-97 {
  margin-top: 97px !important;
  margin-bottom: 97px !important;
}

.my-98 {
  margin-top: 98px !important;
  margin-bottom: 98px !important;
}

.my-99 {
  margin-top: 99px !important;
  margin-bottom: 99px !important;
}

.my-100 {
  margin-top: 100px !important;
  margin-bottom: 100px !important;
}

/* margin horizontal class */
.mx-0 {
  margin-left: 0px !important;
  margin-right: 0px !important;
}

.mx-1 {
  margin-left: 1px !important;
  margin-right: 1px !important;
}

.mx-2 {
  margin-left: 2px !important;
  margin-right: 2px !important;
}

.mx-3 {
  margin-left: 3px !important;
  margin-right: 3px !important;
}

.mx-4 {
  margin-left: 4px !important;
  margin-right: 4px !important;
}

.mx-5 {
  margin-left: 5px !important;
  margin-right: 5px !important;
}

.mx-6 {
  margin-left: 6px !important;
  margin-right: 6px !important;
}

.mx-7 {
  margin-left: 7px !important;
  margin-right: 7px !important;
}

.mx-8 {
  margin-left: 8px !important;
  margin-right: 8px !important;
}

.mx-9 {
  margin-left: 9px !important;
  margin-right: 9px !important;
}

.mx-10 {
  margin-left: 10px !important;
  margin-right: 10px !important;
}

.mx-11 {
  margin-left: 11px !important;
  margin-right: 11px !important;
}

.mx-12 {
  margin-left: 12px !important;
  margin-right: 12px !important;
}

.mx-13 {
  margin-left: 13px !important;
  margin-right: 13px !important;
}

.mx-14 {
  margin-left: 14px !important;
  margin-right: 14px !important;
}

.mx-15 {
  margin-left: 15px !important;
  margin-right: 15px !important;
}

.mx-16 {
  margin-left: 16px !important;
  margin-right: 16px !important;
}

.mx-17 {
  margin-left: 17px !important;
  margin-right: 17px !important;
}

.mx-18 {
  margin-left: 18px !important;
  margin-right: 18px !important;
}

.mx-19 {
  margin-left: 19px !important;
  margin-right: 19px !important;
}

.mx-20 {
  margin-left: 20px !important;
  margin-right: 20px !important;
}

.mx-21 {
  margin-left: 21px !important;
  margin-right: 21px !important;
}

.mx-22 {
  margin-left: 22px !important;
  margin-right: 22px !important;
}

.mx-23 {
  margin-left: 23px !important;
  margin-right: 23px !important;
}

.mx-24 {
  margin-left: 24px !important;
  margin-right: 24px !important;
}

.mx-25 {
  margin-left: 25px !important;
  margin-right: 25px !important;
}

.mx-26 {
  margin-left: 26px !important;
  margin-right: 26px !important;
}

.mx-27 {
  margin-left: 27px !important;
  margin-right: 27px !important;
}

.mx-28 {
  margin-left: 28px !important;
  margin-right: 28px !important;
}

.mx-29 {
  margin-left: 29px !important;
  margin-right: 29px !important;
}

.mx-30 {
  margin-left: 30px !important;
  margin-right: 30px !important;
}

.mx-31 {
  margin-left: 31px !important;
  margin-right: 31px !important;
}

.mx-32 {
  margin-left: 32px !important;
  margin-right: 32px !important;
}

.mx-33 {
  margin-left: 33px !important;
  margin-right: 33px !important;
}

.mx-34 {
  margin-left: 34px !important;
  margin-right: 34px !important;
}

.mx-35 {
  margin-left: 35px !important;
  margin-right: 35px !important;
}

.mx-36 {
  margin-left: 36px !important;
  margin-right: 36px !important;
}

.mx-37 {
  margin-left: 37px !important;
  margin-right: 37px !important;
}

.mx-38 {
  margin-left: 38px !important;
  margin-right: 38px !important;
}

.mx-39 {
  margin-left: 39px !important;
  margin-right: 39px !important;
}

.mx-40 {
  margin-left: 40px !important;
  margin-right: 40px !important;
}

.mx-41 {
  margin-left: 41px !important;
  margin-right: 41px !important;
}

.mx-42 {
  margin-left: 42px !important;
  margin-right: 42px !important;
}

.mx-43 {
  margin-left: 43px !important;
  margin-right: 43px !important;
}

.mx-44 {
  margin-left: 44px !important;
  margin-right: 44px !important;
}

.mx-45 {
  margin-left: 45px !important;
  margin-right: 45px !important;
}

.mx-46 {
  margin-left: 46px !important;
  margin-right: 46px !important;
}

.mx-47 {
  margin-left: 47px !important;
  margin-right: 47px !important;
}

.mx-48 {
  margin-left: 48px !important;
  margin-right: 48px !important;
}

.mx-49 {
  margin-left: 49px !important;
  margin-right: 49px !important;
}

.mx-50 {
  margin-left: 50px !important;
  margin-right: 50px !important;
}

.mx-51 {
  margin-left: 51px !important;
  margin-right: 51px !important;
}

.mx-52 {
  margin-left: 52px !important;
  margin-right: 52px !important;
}

.mx-53 {
  margin-left: 53px !important;
  margin-right: 53px !important;
}

.mx-54 {
  margin-left: 54px !important;
  margin-right: 54px !important;
}

.mx-55 {
  margin-left: 55px !important;
  margin-right: 55px !important;
}

.mx-56 {
  margin-left: 56px !important;
  margin-right: 56px !important;
}

.mx-57 {
  margin-left: 57px !important;
  margin-right: 57px !important;
}

.mx-58 {
  margin-left: 58px !important;
  margin-right: 58px !important;
}

.mx-59 {
  margin-left: 59px !important;
  margin-right: 59px !important;
}

.mx-60 {
  margin-left: 60px !important;
  margin-right: 60px !important;
}

.mx-61 {
  margin-left: 61px !important;
  margin-right: 61px !important;
}

.mx-62 {
  margin-left: 62px !important;
  margin-right: 62px !important;
}

.mx-63 {
  margin-left: 63px !important;
  margin-right: 63px !important;
}

.mx-64 {
  margin-left: 64px !important;
  margin-right: 64px !important;
}

.mx-65 {
  margin-left: 65px !important;
  margin-right: 65px !important;
}

.mx-66 {
  margin-left: 66px !important;
  margin-right: 66px !important;
}

.mx-67 {
  margin-left: 67px !important;
  margin-right: 67px !important;
}

.mx-68 {
  margin-left: 68px !important;
  margin-right: 68px !important;
}

.mx-69 {
  margin-left: 69px !important;
  margin-right: 69px !important;
}

.mx-70 {
  margin-left: 70px !important;
  margin-right: 70px !important;
}

.mx-71 {
  margin-left: 71px !important;
  margin-right: 71px !important;
}

.mx-72 {
  margin-left: 72px !important;
  margin-right: 72px !important;
}

.mx-73 {
  margin-left: 73px !important;
  margin-right: 73px !important;
}

.mx-74 {
  margin-left: 74px !important;
  margin-right: 74px !important;
}

.mx-75 {
  margin-left: 75px !important;
  margin-right: 75px !important;
}

.mx-76 {
  margin-left: 76px !important;
  margin-right: 76px !important;
}

.mx-77 {
  margin-left: 77px !important;
  margin-right: 77px !important;
}

.mx-78 {
  margin-left: 78px !important;
  margin-right: 78px !important;
}

.mx-79 {
  margin-left: 79px !important;
  margin-right: 79px !important;
}

.mx-80 {
  margin-left: 80px !important;
  margin-right: 80px !important;
}

.mx-81 {
  margin-left: 81px !important;
  margin-right: 81px !important;
}

.mx-82 {
  margin-left: 82px !important;
  margin-right: 82px !important;
}

.mx-83 {
  margin-left: 83px !important;
  margin-right: 83px !important;
}

.mx-84 {
  margin-left: 84px !important;
  margin-right: 84px !important;
}

.mx-85 {
  margin-left: 85px !important;
  margin-right: 85px !important;
}

.mx-86 {
  margin-left: 86px !important;
  margin-right: 86px !important;
}

.mx-87 {
  margin-left: 87px !important;
  margin-right: 87px !important;
}

.mx-88 {
  margin-left: 88px !important;
  margin-right: 88px !important;
}

.mx-89 {
  margin-left: 89px !important;
  margin-right: 89px !important;
}

.mx-90 {
  margin-left: 90px !important;
  margin-right: 90px !important;
}

.mx-91 {
  margin-left: 91px !important;
  margin-right: 91px !important;
}

.mx-92 {
  margin-left: 92px !important;
  margin-right: 92px !important;
}

.mx-93 {
  margin-left: 93px !important;
  margin-right: 93px !important;
}

.mx-94 {
  margin-left: 94px !important;
  margin-right: 94px !important;
}

.mx-95 {
  margin-left: 95px !important;
  margin-right: 95px !important;
}

.mx-96 {
  margin-left: 96px !important;
  margin-right: 96px !important;
}

.mx-97 {
  margin-left: 97px !important;
  margin-right: 97px !important;
}

.mx-98 {
  margin-left: 98px !important;
  margin-right: 98px !important;
}

.mx-99 {
  margin-left: 99px !important;
  margin-right: 99px !important;
}

.mx-100 {
  margin-left: 100px !important;
  margin-right: 100px !important;
}

/* font size */
.fs-0 {
  font-size: 0px !important;
}

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

.fs-2 {
  font-size: 2px !important;
}

.fs-3 {
  font-size: 3px !important;
}

.fs-4 {
  font-size: 4px !important;
}

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

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

.fs-7 {
  font-size: 7px !important;
}

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

.fs-9 {
  font-size: 9px !important;
}

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

.fs-11 {
  font-size: 11px !important;
}

.fs-12 {
  font-size: 12px !important;
}

.fs-13 {
  font-size: 13px !important;
}

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

.fs-15 {
  font-size: 15px !important;
}

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

.fs-17 {
  font-size: 17px !important;
}

.fs-18 {
  font-size: 18px !important;
}

.fs-19 {
  font-size: 19px !important;
}

.fs-20 {
  font-size: 20px !important;
}

.fs-21 {
  font-size: 21px !important;
}

.fs-22 {
  font-size: 22px !important;
}

.fs-23 {
  font-size: 23px !important;
}

.fs-24 {
  font-size: 24px !important;
}

.fs-25 {
  font-size: 25px !important;
}

.fs-26 {
  font-size: 26px !important;
}

.fs-27 {
  font-size: 27px !important;
}

.fs-28 {
  font-size: 28px !important;
}

.fs-29 {
  font-size: 29px !important;
}

.fs-30 {
  font-size: 30px !important;
}

.fs-31 {
  font-size: 31px !important;
}

.fs-32 {
  font-size: 32px !important;
}

.fs-33 {
  font-size: 33px !important;
}

.fs-34 {
  font-size: 34px !important;
}

.fs-35 {
  font-size: 35px !important;
}

.fs-36 {
  font-size: 36px !important;
}

.fs-37 {
  font-size: 37px !important;
}

.fs-38 {
  font-size: 38px !important;
}

.fs-39 {
  font-size: 39px !important;
}

.fs-40 {
  font-size: 40px !important;
}

.fs-41 {
  font-size: 41px !important;
}

.fs-42 {
  font-size: 42px !important;
}

.fs-43 {
  font-size: 43px !important;
}

.fs-44 {
  font-size: 44px !important;
}

.fs-45 {
  font-size: 45px !important;
}

.fs-46 {
  font-size: 46px !important;
}

.fs-47 {
  font-size: 47px !important;
}

.fs-48 {
  font-size: 48px !important;
}

.fs-49 {
  font-size: 49px !important;
}

.fs-50 {
  font-size: 50px !important;
}

.fs-51 {
  font-size: 51px !important;
}

.fs-52 {
  font-size: 52px !important;
}

.fs-53 {
  font-size: 53px !important;
}

.fs-54 {
  font-size: 54px !important;
}

.fs-55 {
  font-size: 55px !important;
}

.fs-56 {
  font-size: 56px !important;
}

.fs-57 {
  font-size: 57px !important;
}

.fs-58 {
  font-size: 58px !important;
}

.fs-59 {
  font-size: 59px !important;
}

.fs-60 {
  font-size: 60px !important;
}

.fs-61 {
  font-size: 61px !important;
}

.fs-62 {
  font-size: 62px !important;
}

.fs-63 {
  font-size: 63px !important;
}

.fs-64 {
  font-size: 64px !important;
}

.fs-65 {
  font-size: 65px !important;
}

.fs-66 {
  font-size: 66px !important;
}

.fs-67 {
  font-size: 67px !important;
}

.fs-68 {
  font-size: 68px !important;
}

.fs-69 {
  font-size: 69px !important;
}

.fs-70 {
  font-size: 70px !important;
}

.fs-71 {
  font-size: 71px !important;
}

.fs-72 {
  font-size: 72px !important;
}

.fs-73 {
  font-size: 73px !important;
}

.fs-74 {
  font-size: 74px !important;
}

.fs-75 {
  font-size: 75px !important;
}

.fs-76 {
  font-size: 76px !important;
}

.fs-77 {
  font-size: 77px !important;
}

.fs-78 {
  font-size: 78px !important;
}

.fs-79 {
  font-size: 79px !important;
}

.fs-80 {
  font-size: 80px !important;
}

.fs-81 {
  font-size: 81px !important;
}

.fs-82 {
  font-size: 82px !important;
}

.fs-83 {
  font-size: 83px !important;
}

.fs-84 {
  font-size: 84px !important;
}

.fs-85 {
  font-size: 85px !important;
}

.fs-86 {
  font-size: 86px !important;
}

.fs-87 {
  font-size: 87px !important;
}

.fs-88 {
  font-size: 88px !important;
}

.fs-89 {
  font-size: 89px !important;
}

.fs-90 {
  font-size: 90px !important;
}

.fs-91 {
  font-size: 91px !important;
}

.fs-92 {
  font-size: 92px !important;
}

.fs-93 {
  font-size: 93px !important;
}

.fs-94 {
  font-size: 94px !important;
}

.fs-95 {
  font-size: 95px !important;
}

.fs-96 {
  font-size: 96px !important;
}

.fs-97 {
  font-size: 97px !important;
}

.fs-98 {
  font-size: 98px !important;
}

.fs-99 {
  font-size: 99px !important;
}

.fs-100 {
  font-size: 100px !important;
}

/* font weight */
.fw-100 {
  font-weight: 100 !important;
}

.fw-200 {
  font-weight: 200 !important;
}

.fw-300 {
  font-weight: 300 !important;
}

.fw-400 {
  font-weight: 400 !important;
}

.fw-500 {
  font-weight: 500 !important;
}

.fw-600 {
  font-weight: 600 !important;
}

.fw-700 {
  font-weight: 700 !important;
}

.fw-800 {
  font-weight: 800 !important;
}

.fw-900 {
  font-weight: 900 !important;
}

/* widht class*/
.w-0 {
  width: 0px !important;
  height: auto;
}

.w-1 {
  width: 1px !important;
  height: auto;
}

.w-2 {
  width: 2px !important;
  height: auto;
}

.w-3 {
  width: 3px !important;
  height: auto;
}

.w-4 {
  width: 4px !important;
  height: auto;
}

.w-5 {
  width: 5px !important;
  height: auto;
}

.w-6 {
  width: 6px !important;
  height: auto;
}

.w-7 {
  width: 7px !important;
  height: auto;
}

.w-8 {
  width: 8px !important;
  height: auto;
}

.w-9 {
  width: 9px !important;
  height: auto;
}

.w-10 {
  width: 10px !important;
  height: auto;
}

.w-11 {
  width: 11px !important;
  height: auto;
}

.w-12 {
  width: 12px !important;
  height: auto;
}

.w-13 {
  width: 13px !important;
  height: auto;
}

.w-14 {
  width: 14px !important;
  height: auto;
}

.w-15 {
  width: 15px !important;
  height: auto;
}

.w-16 {
  width: 16px !important;
  height: auto;
}

.w-17 {
  width: 17px !important;
  height: auto;
}

.w-18 {
  width: 18px !important;
  height: auto;
}

.w-19 {
  width: 19px !important;
  height: auto;
}

.w-20 {
  width: 20px !important;
  height: auto;
}

.w-21 {
  width: 21px !important;
  height: auto;
}

.w-22 {
  width: 22px !important;
  height: auto;
}

.w-23 {
  width: 23px !important;
  height: auto;
}

.w-24 {
  width: 24px !important;
  height: auto;
}

.w-25 {
  width: 25px !important;
  height: auto;
}

.w-26 {
  width: 26px !important;
  height: auto;
}

.w-27 {
  width: 27px !important;
  height: auto;
}

.w-28 {
  width: 28px !important;
  height: auto;
}

.w-29 {
  width: 29px !important;
  height: auto;
}

.w-30 {
  width: 30px !important;
  height: auto;
}

.w-31 {
  width: 31px !important;
  height: auto;
}

.w-32 {
  width: 32px !important;
  height: auto;
}

.w-33 {
  width: 33px !important;
  height: auto;
}

.w-34 {
  width: 34px !important;
  height: auto;
}

.w-35 {
  width: 35px !important;
  height: auto;
}

.w-36 {
  width: 36px !important;
  height: auto;
}

.w-37 {
  width: 37px !important;
  height: auto;
}

.w-38 {
  width: 38px !important;
  height: auto;
}

.w-39 {
  width: 39px !important;
  height: auto;
}

.w-40 {
  width: 40px !important;
  height: auto;
}

.w-41 {
  width: 41px !important;
  height: auto;
}

.w-42 {
  width: 42px !important;
  height: auto;
}

.w-43 {
  width: 43px !important;
  height: auto;
}

.w-44 {
  width: 44px !important;
  height: auto;
}

.w-45 {
  width: 45px !important;
  height: auto;
}

.w-46 {
  width: 46px !important;
  height: auto;
}

.w-47 {
  width: 47px !important;
  height: auto;
}

.w-48 {
  width: 48px !important;
  height: auto;
}

.w-49 {
  width: 49px !important;
  height: auto;
}

.w-50 {
  width: 50px !important;
  height: auto;
}

.w-51 {
  width: 51px !important;
  height: auto;
}

.w-52 {
  width: 52px !important;
  height: auto;
}

.w-53 {
  width: 53px !important;
  height: auto;
}

.w-54 {
  width: 54px !important;
  height: auto;
}

.w-55 {
  width: 55px !important;
  height: auto;
}

.w-56 {
  width: 56px !important;
  height: auto;
}

.w-57 {
  width: 57px !important;
  height: auto;
}

.w-58 {
  width: 58px !important;
  height: auto;
}

.w-59 {
  width: 59px !important;
  height: auto;
}

.w-60 {
  width: 60px !important;
  height: auto;
}

.w-61 {
  width: 61px !important;
  height: auto;
}

.w-62 {
  width: 62px !important;
  height: auto;
}

.w-63 {
  width: 63px !important;
  height: auto;
}

.w-64 {
  width: 64px !important;
  height: auto;
}

.w-65 {
  width: 65px !important;
  height: auto;
}

.w-66 {
  width: 66px !important;
  height: auto;
}

.w-67 {
  width: 67px !important;
  height: auto;
}

.w-68 {
  width: 68px !important;
  height: auto;
}

.w-69 {
  width: 69px !important;
  height: auto;
}

.w-70 {
  width: 70px !important;
  height: auto;
}

.w-71 {
  width: 71px !important;
  height: auto;
}

.w-72 {
  width: 72px !important;
  height: auto;
}

.w-73 {
  width: 73px !important;
  height: auto;
}

.w-74 {
  width: 74px !important;
  height: auto;
}

.w-75 {
  width: 75px !important;
  height: auto;
}

.w-76 {
  width: 76px !important;
  height: auto;
}

.w-77 {
  width: 77px !important;
  height: auto;
}

.w-78 {
  width: 78px !important;
  height: auto;
}

.w-79 {
  width: 79px !important;
  height: auto;
}

.w-80 {
  width: 80px !important;
  height: auto;
}

.w-81 {
  width: 81px !important;
  height: auto;
}

.w-82 {
  width: 82px !important;
  height: auto;
}

.w-83 {
  width: 83px !important;
  height: auto;
}

.w-84 {
  width: 84px !important;
  height: auto;
}

.w-85 {
  width: 85px !important;
  height: auto;
}

.w-86 {
  width: 86px !important;
  height: auto;
}

.w-87 {
  width: 87px !important;
  height: auto;
}

.w-88 {
  width: 88px !important;
  height: auto;
}

.w-89 {
  width: 89px !important;
  height: auto;
}

.w-90 {
  width: 90px !important;
  height: auto;
}

.w-91 {
  width: 91px !important;
  height: auto;
}

.w-92 {
  width: 92px !important;
  height: auto;
}

.w-93 {
  width: 93px !important;
  height: auto;
}

.w-94 {
  width: 94px !important;
  height: auto;
}

.w-95 {
  width: 95px !important;
  height: auto;
}

.w-96 {
  width: 96px !important;
  height: auto;
}

.w-97 {
  width: 97px !important;
  height: auto;
}

.w-98 {
  width: 98px !important;
  height: auto;
}

.w-99 {
  width: 99px !important;
  height: auto;
}

.w-100 {
  width: 100px !important;
  height: auto;
}

/*  bg color */
.bg-primary {
  background-color: var(--theme-primary) !important;
}

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

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

.bg-fontlight {
  background-color: #8392a5 !important;
}

.bg-themebodycolor {
  background-color: #f6f7f9 !important;
}

.bg-themefontcolor {
  background-color: #0a1f2d !important;
}

.bg-themeborder {
  background-color: #edecec !important;
}

.bg-fb {
  background-color: #385196 !important;
}

.bg-twt {
  background-color: #00a8ff !important;
}

.bg-insta {
  background-color: #e2215d !important;
}

.bg-whp {
  background-color: #4aec61 !important;
}

/* fill color */
.fill-primary {
  fill: var(--theme-primary) !important;
}

.fill-black {
  fill: #0a1f2d !important;
}

.fill-white {
  fill: #ffffff !important;
}

.fill-fontlight {
  fill: #8392a5 !important;
}

.fill-themebodycolor {
  fill: #f6f7f9 !important;
}

.fill-themefontcolor {
  fill: #0a1f2d !important;
}

.fill-themeborder {
  fill: #edecec !important;
}

.fill-fb {
  fill: #385196 !important;
}

.fill-twt {
  fill: #00a8ff !important;
}

.fill-insta {
  fill: #e2215d !important;
}

.fill-whp {
  fill: #4aec61 !important;
}

/*  fonts color */
.text-primary {
  color: var(--theme-primary) !important;
}

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

.text-success {
  color: #83c31b !important;
}

.text-info {
  color: #18a0fb !important;
}

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

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

.text-fb {
  color: #385196 !important;
}

.text-twt {
  color: #00a8ff !important;
}

.text-insta {
  color: #e2215d !important;
}

.text-whp {
  color: #4aec61 !important;
}

.text-default {
  color: #0a1f2d !important;
}

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

.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  animation: fadeInDown 0.8s ease;
  z-index: 3;
}

/*tap top*/
.scroll-top {
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 22px;
  border: none;
  outline: none;
  background-color: var(--theme-primary);
  color: #ffffff;
  cursor: pointer;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  text-align: center;
  box-shadow: 0 3px 24px rgba(10, 31, 45, 0.1);
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}
.scroll-top.show {
  opacity: 1;
  visibility: visible;
}
.scroll-top:hover {
  color: #ffffff;
}

@media screen and (max-width: 576px) {
  .scroll-top {
    bottom: 65px;
    right: 10px;
  }
}

/* loader css*/
.codex-loader {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  background-color: #ffffff;
  z-index: 99999;
  direction: ltr;
  display: none;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.codex-loader > div {
  height: inherit;
  width: inherit;
  position: absolute;
  width: 25%;
  height: 25%;
}
.codex-loader > div > div {
  height: 25px;
  width: 25px;
  border-radius: 50%;
  background: var(--theme-primary);
  position: absolute;
  top: 0%;
  right: 50%;
  transform: translate(50%, 0%) scale(0);
  animation-name: scale;
  animation-duration: 1.1s;
  animation-timing-function: ease;
  animation-iteration-count: infinite;
}
.codex-loader > div:nth-child(2) {
  transform: rotate(30deg);
}
.codex-loader > div:nth-child(2) > div {
  animation-delay: 0.1s;
}
.codex-loader > div:nth-child(3) {
  transform: rotate(60deg);
}
.codex-loader > div:nth-child(3) > div {
  animation-delay: 0.2s;
}
.codex-loader > div:nth-child(4) {
  transform: rotate(90deg);
}
.codex-loader > div:nth-child(4) > div {
  animation-delay: 0.3s;
}
.codex-loader > div:nth-child(5) {
  transform: rotate(120deg);
}
.codex-loader > div:nth-child(5) > div {
  animation-delay: 0.4s;
}
.codex-loader > div:nth-child(6) {
  transform: rotate(150deg);
}
.codex-loader > div:nth-child(6) > div {
  animation-delay: 0.5s;
}
.codex-loader > div:nth-child(7) {
  transform: rotate(180deg);
}
.codex-loader > div:nth-child(7) > div {
  animation-delay: 0.6s;
}
.codex-loader > div:nth-child(8) {
  transform: rotate(210deg);
}
.codex-loader > div:nth-child(8) > div {
  animation-delay: 0.7s;
}
.codex-loader > div:nth-child(9) {
  transform: rotate(240deg);
}
.codex-loader > div:nth-child(9) > div {
  animation-delay: 0.8s;
}
.codex-loader > div:nth-child(10) {
  transform: rotate(270deg);
}
.codex-loader > div:nth-child(10) > div {
  animation-delay: 0.9s;
}
.codex-loader > div:nth-child(11) {
  transform: rotate(300deg);
}
.codex-loader > div:nth-child(11) > div {
  animation-delay: 1s;
}
.codex-loader > div:nth-child(12) {
  transform: rotate(330deg);
}
.codex-loader > div:nth-child(12) > div {
  animation-delay: 1.1s;
}
@keyframes scale {
  0% {
    transform: scale(0);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}

/*range slider*/
.irs--flat .irs-line {
  background-color: rgba(52, 152, 219, 0.09);
}
.irs--flat .irs-min,
.irs--flat .irs-max {
  background-color: rgba(52, 152, 219, 0.09);
}

/*breadcrumb*/
.cdx-breadcrumb {
  background-image: url(../images/breadcrumb.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #ecedf2;
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.cdx-breadcrumb::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(10, 31, 45, 0.6);
  z-index: -1;
}
.cdx-breadcrumb .breadcrumb-contian {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cdx-breadcrumb .breadcrumb-contian h1 {
  text-transform: uppercase;
  font-size: calc(34px + 8 * (100vw - 320px) / 1600);
  font-weight: 700;
  color: #ffffff;
}
.cdx-breadcrumb .breadcrumb-contian .breadcrumb-list {
  display: flex;
  align-items: center;
}
.cdx-breadcrumb .breadcrumb-contian .breadcrumb-list li a {
  font-size: calc(18px + 4 * (100vw - 320px) / 1600);
  color: #ffffff;
  font-weight: 600;
  text-transform: capitalize;
}
.cdx-breadcrumb .breadcrumb-contian .breadcrumb-list li a i {
  margin-left: 15px;
}
.cdx-breadcrumb .breadcrumb-contian .breadcrumb-list li + li {
  margin-left: 15px;
}
.cdx-breadcrumb .ecom-animat li {
  position: absolute;
  opacity: 0.2;
  animation: breadcrumbmove 10s linear infinite;
}
.cdx-breadcrumb .ecom-animat li img {
  width: calc(20px + 10 * (100vw - 320px) / 1600);
  height: auto;
}
.cdx-breadcrumb .ecom-animat li:first-child {
  top: 10%;
  left: 1%;
}
.cdx-breadcrumb .ecom-animat li:nth-child(2) {
  bottom: 10%;
  left: 10%;
}
.cdx-breadcrumb .ecom-animat li:nth-child(3) {
  top: 10%;
  left: 23%;
}
.cdx-breadcrumb .ecom-animat li:nth-child(4) {
  bottom: 10%;
  right: 5%;
}
.cdx-breadcrumb .ecom-animat li:nth-child(5) {
  top: 10%;
  right: 22%;
}
.cdx-breadcrumb .ecom-animat li:nth-child(6) {
  bottom: 10%;
  right: 38%;
}
.cdx-breadcrumb .ecom-animat li:nth-child(7) {
  top: 10%;
  right: 55%;
}
.cdx-breadcrumb .ecom-animat li:nth-child(8) {
  bottom: 8%;
  right: 65%;
}

/*range slider*/
.irs--flat .irs-to,
.irs--flat .irs-from {
  background-color: #3498db;
}
.irs--flat .irs-handle {
  background-color: #3498db;
}
.irs--flat .irs-bar {
  background-color: #3498db;
}

/******************
    COMMON END
*******************/
/****************
 03 FORM START
*****************/
.input-group {
  position: relative;
  display: flex;
  align-items: stretch;
  width: 100%;
}
.input-group .input-group-text {
  display: flex;
  align-items: center;
  border: 1px solid #edecec;
  line-height: inherit;
  padding: 0px 15px;
  border-radius: 5px;
  white-space: nowrap;
}
.input-group .input-group-text svg {
  width: 16px;
  height: auto;
}
.input-group > :not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > :not(:first-child) {
  margin-left: -1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.form-control,
.form-select {
  padding: 12px 18px;
  color: #8392a5;
  border-radius: 5px;
  border: 1px solid #edecec;
  outline: none;
  display: block;
  width: 100%;
}
.form-control::-moz-placeholder,
.form-select::-moz-placeholder {
  color: #8392a5;
}
.form-control::placeholder,
.form-select::placeholder {
  color: #8392a5;
}

.group-small {
  display: flex;
  align-items: center;
}
.group-small > div {
  width: 100%;
}
.group-small > div:nth-child(n + 2) {
  margin-left: 15px;
}

.form-group {
  -webkit-margin-after: 20px;
  margin-block-end: 20px;
}

.form-label {
  text-transform: capitalize;
  font-weight: 500;
  display: inline-block;
  margin-bottom: 5px;
}

.small-group {
  display: flex;
  align-items: center;
}
.small-group > div {
  width: 100%;
}
.small-group > div:nth-child(n + 2) {
  -webkit-margin-start: 15px;
  margin-inline-start: 15px;
}

select.form-control {
  position: relative;
  -webkit-appearance: auto;
  -moz-appearance: auto;
  appearance: auto;
}

.input-group-text {
  border-color: #edecec;
  color: #8392a5;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}

/* custom chekbox  start*/
.custom-chek {
  -webkit-margin-after: 0;
  margin-block-end: 0;
  vertical-align: middle;
}
.custom-chek .form-check-input {
  width: 1.2em;
  height: 1.2em;
  border: 1px solid #edecec;
  box-shadow: none;
  border-radius: 5px;
  -webkit-margin-before: 1px;
  margin-block-start: 1px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.custom-chek .form-check-input:checked {
  background-color: #3498db;
  border-color: #3498db;
  accent-color: #3498db;
  box-shadow: none;
  -webkit-appearance: auto;
  -moz-appearance: auto;
  appearance: auto;
}
.custom-chek .form-check-input[type="radio"] {
  border-radius: 50%;
}
.custom-chek label {
  -webkit-margin-start: 5px;
  margin-inline-start: 5px;
  -webkit-margin-after: 0 !important;
  margin-block-end: 0 !important;
}

/*******************
  04 BUTTON START
*******************/
.btn {
  border-radius: 5px;
  padding: 12px 25px;
  font-family: "Jost", sans-serif;
  text-transform: capitalize;
  display: inline-block;
  outline: none;
}
.btn.btn-rounded {
  border-radius: 30px;
}
.btn.btn-md {
  padding: 10px 22px;
}
.btn.btn-sm {
  padding: 8px 18px;
}

.btn-white {
  background-color: #ffffff;
  color: #3498db;
  border: 1px solid #ffffff;
}
.btn-white:hover {
  background-color: transparent;
  color: #ffffff;
}

.btn-primary {
  color: #ffffff;
  background-color: var(--theme-primary) !important;
  border-color: var(--theme-primary) !important;
  position: relative;
  overflow: hidden;
  transition: all 0.4s ease;
  border: 1px solid #edecec;
}
.btn-primary:hover {
  background-color: #ffffff !important;
  border: 1px solid var(--theme-primary);
  color: var(--theme-primary);
}
.btn-primary:focus,
.btn-primary:active {
  box-shadow: 0 0 0 0.25rem rgba(var(--theme-primary), 0.5);
}

.btn-outline-primary {
  color: var(--theme-primary);
  font-weight: 600;
  position: relative;
  overflow: hidden;
  transition: all 0.4s ease;
  background-color: #ffffff !important;
  border: 1px solid var(--theme-primary) !important;
}
.btn-outline-primary:hover {
  background-color: #3498db !important;
  color: #ffffff;
}
.btn-outline-primary:focus,
.btn-outline-primary:active {
  box-shadow: 0 0 0 0.25rem rgba(var(--theme-primary), 0.5);
}

/*******************
  BUTTON END
*******************/
/*********************
  05 CARD START
**********************/
.card {
  border-radius: 5px;
  margin-bottom: 1.6em;
  position: relative;
  transition: all 0.5s ease;
  border: 1px solid #edecec;
  background-color: #ffffff;
  box-shadow: 0 2px 5px rgba(52, 152, 219, 0.05);
}
.card .card-header {
  background-color: transparent;
  padding: 25px;
  padding-bottom: 0 !important;
  border: none;
  display: flex;
  justify-content: space-between;
}
.card .card-header h4 {
  text-transform: capitalize;
}
.card .card-body {
  padding: 25px;
}

/*********************
  CARD END
**********************/
/****************
 06 TAB START
*****************/
.tabs li a {
  text-transform: capitalize;
  border: 1px solid var(--theme-primary);
  padding: 8px 25px;
  font-size: 16px;
}
.tabs li a i {
  margin-right: 10px;
}
.tabs li.active a {
  background-color: var(--theme-primary);
  color: #ffffff;
}
.tabs li + li {
  margin-left: 15px;
}

.tab-contents > .tab-item {
  display: none;
}
.tab-contents > .show {
  display: block;
}

/********************
 16 PROGRESSBAR START
*********************/
.progress {
  width: 100%;
  border-radius: 15px;
  overflow: hidden;
  height: 18px;
  background-color: #edecec;
  display: flex;
  align-items: center;
}
.progress .progress-bar {
  height: 100%;
  transition: none !important;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.progress-primary {
  background-color: rgba(52, 152, 219, 0.1) !important;
  border-radius: 15px;
}
.progress-primary .progress-bar {
  color: #ffffff;
  background-color: #3498db !important;
}

.progress-secondary {
  background-color: rgba(249, 152, 9, 0.1) !important;
  border-radius: 15px;
}
.progress-secondary .progress-bar {
  color: #ffffff;
  background-color: #f99809 !important;
}

.progress-success {
  background-color: rgba(131, 195, 27, 0.1) !important;
  border-radius: 15px;
}
.progress-success .progress-bar {
  color: #ffffff;
  background-color: #83c31b !important;
}

.progress-info {
  background-color: rgba(24, 160, 251, 0.1) !important;
  border-radius: 15px;
}
.progress-info .progress-bar {
  color: #ffffff;
  background-color: #18a0fb !important;
}

.progress-warning {
  background-color: rgba(255, 193, 7, 0.1) !important;
  border-radius: 15px;
}
.progress-warning .progress-bar {
  color: #ffffff;
  background-color: #ffc107 !important;
}

.progress-danger {
  background-color: rgba(227, 41, 29, 0.1) !important;
  border-radius: 15px;
}
.progress-danger .progress-bar {
  color: #ffffff;
  background-color: #e3291d !important;
}

.progress-light {
  background-color: rgba(244, 247, 252, 0.1) !important;
  border-radius: 15px;
}
.progress-light .progress-bar {
  color: #ffffff;
  background-color: #f4f7fc !important;
}

.progress-dark {
  background-color: rgba(51, 51, 51, 0.1) !important;
  border-radius: 15px;
}
.progress-dark .progress-bar {
  color: #ffffff;
  background-color: #333333 !important;
}

/*******************
 07 DROPDOWN START
*******************/
.dropdownmenu {
  position: relative;
}
.dropdownmenu .dropdownitem-list {
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 2;
  background-color: #ffffff;
  visibility: hidden;
  opacity: 0;
  transform: translateY(10px);
  transition: all 0.5s ease;
  border-radius: 5px;
  border-top: 4px solid var(--theme-primary);
}
.dropdownmenu .dropdownitem-list.open {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}
.dropdownmenu .dropdownitem-list li {
  display: block;
  font-family: "Jost", sans-serif;
}
.dropdownmenu .dropdownitem-list li a {
  color: #0a1f2d;
  text-transform: capitalize;
  font-weight: 600;
  padding: 10px 20px;
  display: block;
  width: 100%;
}
.dropdownmenu .dropdownitem-list li + li {
  border-top: 1px solid #edecec;
}

/*******************
 DROPDOWN END
*******************/
/**********************
 08 THEME POPUP START
***********************/
.modal-content {
  border-color: #edecec;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(10, 31, 45, 0.7);
  z-index: 9;
  display: none;
}
.modal.active {
  display: flex;
}
.modal .modal-header {
  padding: 20px;
  border-bottom: 1px solid #edecec;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.modal .modal-header .modal-close svg {
  width: auto;
  height: 26px;
  color: #8392a5;
}
.modal .modal-body {
  padding: 20px;
}
.modal .modal-footer {
  padding: 20px;
  border-top: 1px solid #edecec;
}
.modal .modal-content {
  width: 100%;
  background-color: #ffffff;
  border-radius: 15px;
  position: relative;
}
.modal .modal-content.scrollable {
  height: 80%;
}
.modal .modal-content.scrollable .modal-body {
  overflow-y: auto;
  height: calc(100% - 85px);
}
.modal .modal-content.modal-fullscreen {
  width: 100%;
  max-width: 100%;
  height: 100vh;
  border-radius: 0;
}
.modal .modal-content.modal-fullscreen .modal-body {
  height: calc(100vh - 152px);
}

.theme-popup .modal-body {
  padding: 35px;
}
.theme-popup .modal-detail {
  padding-left: 15px;
}

.cdxquick-popup .img-wrap img {
  width: 100%;
}
.cdxquick-popup .product-detailright h2 {
  font-size: 24px;
}
.cdxquick-popup .product-detailright .detail-group h6 {
  font-size: 16px;
}
.cdxquick-popup .product-detailright .detail-group .product-price li {
  font-size: 20px;
}

.newslatter-popup .img-wrap img {
  border-radius: 5px;
}
.newslatter-popup .newslatter-contain {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  text-align: center;
}
.newslatter-popup .newslatter-contain h2 {
  font-size: calc(26px + 4 * (100vw - 420px) / 1500);
  text-transform: capitalize;
  margin-bottom: 5px;
}
.newslatter-popup .newslatter-contain p {
  font-size: 16px;
  margin-bottom: 15px;
  color: #8392a5;
}
.newslatter-popup .newslatter-contain .form-control {
  margin-bottom: 15px;
}
.newslatter-popup .newslatter-contain .chek-group {
  display: flex;
  align-items: center;
  justify-content: center;
}
.newslatter-popup .newslatter-contain .chek-group .custom-check-input {
  width: auto;
}
.newslatter-popup .newslatter-contain .btn {
  padding: 10px 40px;
  margin-top: 30px;
}

/******************
 11 THEME POPUP END
 *****************/
/*********************
 09 HEADER START
**********************/
.cdxtop-header {
  position: relative;
  z-index: 5;
}
.cdxtop-header .header-list {
  display: flex;
  align-items: center;
}
.cdxtop-header .header-list > li {
  padding-top: 12px;
  padding-bottom: 12px;
}
.cdxtop-header .header-list > li + li {
  margin-left: 20px;
  padding-left: 20px;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}
.cdxtop-header .header-list > li > a {
  color: #ffffff;
}
.cdxtop-header .header-list li a {
  text-transform: capitalize;
  font-size: 14px;
}
.cdxtop-header .header-list li a i {
  margin-right: 10px;
}
.cdxtop-header .header-right .header-list {
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
}
.cdxtop-header.header-dark {
  background-color: #0a1f2d;
}
.cdxtop-header.header-dark .contact-list > li > a {
  color: #ffffff;
}
.cdxtop-header .dropdownmenu .dropdownitem-list {
  min-width: 180px;
}

header {
  position: relative;
  background-color: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
  z-index: 4;
}
header .header-contian {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .header-contian .brand-logo img {
  width: 150px;
  height: auto;
}
header .header-contian .brand-logo .dark-logo {
  display: none;
}
header .header-contian .nav-iconlist {
  display: flex;
  align-items: center;
}
header .header-contian .nav-iconlist > ul {
  display: flex;
  align-items: center;
}
header .header-contian .nav-iconlist > ul > li {
  position: relative;
}
header .header-contian .nav-iconlist > ul > li a svg {
  width: 25px;
  height: 25px;
}
header .header-contian .nav-iconlist > ul > li a svg path {
  stroke: #0a1f2d;
}
header .header-contian .nav-iconlist > ul > li a i {
  font-size: 26px;
  color: var(--theme-primary);
}
header .header-contian .nav-iconlist > ul > li a .nav-notification {
  position: absolute;
  top: -7px;
  right: -5px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--theme-primary);
  color: #ffffff;
  font-size: 10px;
}
header .header-contian .nav-iconlist > ul > li + li {
  margin-left: 20px;
}
header .header-contian .nav-iconlist .mobilemenu-toggle {
  margin-left: 20px;
}
header.sticky {
  box-shadow: 0 0 5px 0 #edecec;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  animation: fadeInDown 1s ease;
}

.search-bar {
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(10, 31, 45, 0.9);
  width: 100%;
  height: 100vh;
  padding: 20px;
  transform: translateY(-100%);
  transition: all 0.5s ease;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: center;
}
.search-bar .input-group {
  width: 40%;
  background-color: #ffffff;
  border-radius: 5px;
}
.search-bar .input-group .input-group-text {
  padding: 0;
  border: none !important;
}
.search-bar .input-group .input-group-text .btn {
  height: 100%;
  font-weight: 500;
  text-transform: capitalize;
  border-top-left-radius: unset;
  border-bottom-left-radius: unset;
  display: flex;
  align-items: center;
  border: none !important;
}
.search-bar .input-group .input-group-text .btn:focus,
.search-bar .input-group .input-group-text .btn:hover {
  border: none !important;
  color: #ffffff;
  background-color: var(--theme-primary) !important;
}
.search-bar .input-group .form-control {
  padding-left: 20px;
  height: 60px;
  border: none !important;
}
.search-bar .clsoe-search {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--theme-primary);
  border-radius: 5px;
}
.search-bar .clsoe-search i {
  color: #ffffff;
}
.search-bar.open {
  transform: translateY(0);
}

.mobilemenu-toggle {
  display: none;
  cursor: pointer;
}
.mobilemenu-toggle i {
  font-size: 20px;
}

.menu-list li {
  position: relative;
  text-transform: capitalize;
}
.menu-list li a {
  color: #0a1f2d;
  font-weight: 600;
  font-size: 16px;
  font-family: "Roboto", sans-serif;
}
.menu-list li .submenu-list a,
.menu-list li .secodnmenu-list a {
  text-transform: capitalize;
}
.menu-list .close-menu {
  display: none;
}

.menu-action {
  margin-left: 20px;
  display: none;
  position: relative;
  width: 28px;
  height: 30px;
}
.menu-action span {
  margin: 0 auto;
  position: relative;
  top: 12px;
  transition-duration: 0s;
  transition-delay: 0.2s;
  transition: background-color 0.3s;
  width: 28px;
  height: 4px;
  background-color: #0a1f2d;
  display: block;
  opacity: 1;
}
.menu-action span::before,
.menu-action span::after {
  position: absolute;
  content: "";
  width: 28px;
  height: 4px;
  background-color: #0a1f2d;
  display: block;
  opacity: 1;
  transition-property: margin, transform;
  transition-duration: 0.2s;
  transition-delay: 0.2s, 0;
}
.menu-action span::before {
  margin-top: -8px;
}
.menu-action span::after {
  margin-top: 8px;
}
.menu-action.toggle-active span {
  background-color: transparent;
  transition: 0.3s background-color;
}
.menu-action.toggle-active span::after,
.menu-action.toggle-active span::before {
  margin-top: 0;
  transition-delay: 0, 0.2s;
}
.menu-action.toggle-active span::before {
  transform: rotate(45deg);
}
.menu-action.toggle-active span::after {
  transform: rotate(-45deg);
}

.cdx-layer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(10, 31, 45, 0.8);
  z-index: 5;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease;
}
.cdx-layer.active {
  opacity: 1;
  visibility: visible;
}

@media (min-width: 1200px) {
  .menu-list > li {
    display: inline-block;
    padding: 10px 0;
  }
  .menu-list > li:nth-child(n + 2) {
    margin-left: 30px;
  }
  .menu-list li a {
    font-weight: 500;
  }
  .menu-list li.menu-item:hover .submenu-list {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
  }
  .menu-list li.menu-item > a {
    display: flex;
    align-items: center;
    transition: all 0.5s ease;
    font-size: 18px;
  }
  .menu-list li.menu-item > a i {
    font-weight: 600;
    margin-left: 10px;
  }
  .menu-list li .submenu-list,
  .menu-list li .secodnmenu-list {
    position: absolute;
    min-width: 220px;
    background-color: #ffffff;
    box-shadow: 0 0 10px 0 rgba(10, 31, 45, 0.1);
    border-radius: 5px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease;
    border-top: 4px solid var(--theme-primary);
  }
  .menu-list li .submenu-list a,
  .menu-list li .secodnmenu-list a {
    padding: 10px 20px;
    display: block;
    width: 100%;
  }
  .menu-list li .submenu-list a i,
  .menu-list li .secodnmenu-list a i {
    top: 16px;
    position: absolute;
    right: 15px;
  }
  .menu-list li .submenu-list li,
  .menu-list li .secodnmenu-list li {
    width: 100%;
  }
  .menu-list li .submenu-list li + li,
  .menu-list li .secodnmenu-list li + li {
    border-top: 1px solid #edecec;
  }
  .menu-list li .submenu-list {
    top: 100%;
    transform: translateY(15px);
  }
  .menu-list li .submenu-list > li {
    position: relative;
    display: block;
  }
  .menu-list li .submenu-list > li .secodnmenu-list {
    left: 100%;
    top: 0;
  }
  .menu-list li .submenu-list > li:hover .secodnmenu-list {
    opacity: 1;
    visibility: visible;
  }
}
/*********************
  HEADER END
**********************/
/*******************
  10 FOOTER START
********************/
footer {
  background: #0a1f2d;
}
footer .footer-grid .codex-brand {
  margin-bottom: 8px;
}
footer .footer-grid .codex-brand img {
  width: 200px;
}
footer .footer-grid h4 {
  color: #ffffff;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 30px;
  z-index: 1;
}
footer .footer-grid h4::before {
  position: absolute;
  content: "";
  z-index: -1;
  width: 30px;
  height: 2px;
  background-color: var(--theme-primary);
  bottom: 0;
  left: 0;
}
footer .footer-grid h4::after {
  position: absolute;
  content: "";
  z-index: -1;
  width: 10px;
  height: 2px;
  background-color: var(--theme-primary);
  bottom: 0;
  left: 35px;
}
footer .footer-grid p {
  color: #ffffff;
  padding-right: 18px;
  margin-bottom: 20px;
}
footer .input-group {
  border: 1px solid var(--theme-primary);
  border-radius: 50px;
}
footer .input-group .form-control {
  padding-left: 25px;
  height: 50px;
  color: #ffffff;
  box-shadow: none;
  background-color: transparent;
  border: none;
}
footer .input-group .form-control::-moz-placeholder {
  color: #ffffff;
  opacity: 1;
}
footer .input-group .form-control::placeholder {
  color: #ffffff;
  opacity: 1;
}
footer .input-group .btn {
  background-color: var(--theme-primary);
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  border-color: var(--theme-primary);
  color: #ffffff;
  padding: 8px 20px;
}
footer .input-group .btn i {
  margin-right: 5px;
}
footer .input-group .btn:hover {
  background-color: var(--theme-primary);
}
footer .follow-us {
  margin-top: 10px;
}
footer .follow-us h6 {
  color: #ffffff;
  margin-bottom: 15px;
}
footer .follow-us .footer-social {
  display: flex;
  align-items: center;
}
footer .follow-us .footer-social li a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 40px;
  text-align: center;
  background: var(--theme-primary);
  border-radius: 50%;
  transition: all 0.5s ease;
}
footer .follow-us .footer-social li a i {
  color: #ffffff;
  transition: all 0.5s ease;
}
footer .follow-us .footer-social li a:hover {
  background: #ffffff;
}
footer .follow-us .footer-social li a:hover i {
  color: var(--theme-primary);
}
footer .follow-us .footer-social li + li {
  margin-left: 15px;
}
footer .footer-list {
  display: flex;
  flex-direction: column;
}
footer .footer-list li {
  transition: all 0.5s ease;
}
footer .footer-list li a {
  color: #ffffff;
  transition: all 0.5s ease;
}
footer .footer-list li a i {
  margin-right: 8px;
  color: var(--theme-primary);
  font-weight: 800;
}
footer .footer-list li:hover {
  transform: translateX(10px);
}
footer .footer-list li:hover a {
  color: var(--theme-primary);
}
footer .footer-list li + li {
  margin-top: 15px;
}
footer .footer-contact li {
  position: relative;
  display: flex;
  justify-content: start;
  align-items: center;
  color: #ffffff;
  font-size: 16px;
}
footer .footer-contact li + li {
  margin-top: 15px;
}
footer .footer-contact li a {
  color: #ffffff;
  transition: all 0.5s ease;
  display: flex;
  align-items: center;
}
footer .footer-contact li a i {
  font-size: 14px;
  color: #ffffff;
  width: 30px;
  height: 30px;
  background-color: var(--theme-primary);
  margin-right: 15px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s ease;
}
footer .footer-contact li:hover a i {
  background-color: #ffffff;
  color: var(--theme-primary);
}

.subfooter {
  padding: 25px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  background: #0a1f2d;
}
.subfooter .footer-contain {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.subfooter ul li {
  display: inline-block;
  font-size: 16px;
}
.subfooter ul li a {
  color: #ffffff;
  transition: all 0.5s ease;
}
.subfooter ul li a:hover {
  color: var(--theme-primary);
}
.subfooter ul li + li {
  margin-left: 25px;
}
.subfooter p {
  color: #ffffff;
  font-size: 16px;
}
.subfooter p a {
  color: var(--theme-primary);
  font-weight: 500;
}

/*******************
  FOOTER END
********************/
/*********************
 11 BRAND START
**********************/
.brand-grid {
  text-align: center;
}
.brand-grid .brand-wrap {
  border-radius: 10px;
  padding: 50px 20px;
  margin: 8px;
  background-color: #ffffff;
  box-shadow: 0 0 15px 2px rgba(10, 31, 45, 0.05);
}
.brand-grid .brand-wrap h3 {
  text-transform: uppercase;
  font-weight: 600;
  font-style: italic;
  font-size: 30px;
}
.brand-grid .brand-detail .btn {
  text-transform: capitalize;
  margin-top: 15px;
}

.brand-twogrid {
  background-color: #ffffff;
  padding: 30px;
  border: 1px solid #edecec;
  border-radius: 10px;
}
.brand-twogrid img {
  margin: auto;
}

/*******************
  12 SERVICES START
*******************/
.cdx-services .service-grid {
  padding: 30px;
  cursor: pointer;
  border-radius: 10px;
  text-align: center;
  transition: all 0.5s ease;
  background-color: #ffffff;
  border: 1px solid #edecec;
}
.cdx-services .service-grid .icon-wrap {
  margin-bottom: 20px;
  transition: all 0.5s ease;
}
.cdx-services .service-grid .icon-wrap img {
  width: 60px;
  height: auto;
}
.cdx-services .service-grid h5 {
  font-size: 22px;
  margin-bottom: 8px;
  text-transform: capitalize;
}
.cdx-services .service-grid p {
  text-transform: capitalize;
}
.cdx-services .service-grid:hover {
  transform: translateY(-5px);
}
.cdx-services.services-rounded .icon-wrap {
  width: 75px;
  height: 75px;
  background-color: var(--theme-primary);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
}
.cdx-services.services-rounded .icon-wrap img {
  width: 35px;
}

.services-row {
  margin-bottom: -25px;
}
.services-row > div {
  margin-bottom: 25px;
}

/*********************
 13 HEROINTRO START
**********************/
.fashion-slider {
  height: calc(100vh - 145px);
  background-color: #3498db;
  position: relative;
  overflow: hidden;
}
.fashion-slider .fashion-contain {
  height: calc(100vh - 145px);
  display: flex;
  align-items: center;
}
.fashion-slider .fashion-contain h3 {
  font-weight: 600;
  font-size: 28px;
  text-transform: capitalize;
  margin-bottom: 5px;
  color: #ffffff;
}
.fashion-slider .fashion-contain h1 {
  color: #ffffff;
  font-size: calc(34px + 26 * (100vw - 420px) / 1500);
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 5px;
  text-transform: capitalize;
}
.fashion-slider .fashion-contain p {
  color: #ffffff;
  font-weight: 400;
}
.fashion-slider .fashion-contain .btn {
  text-transform: capitalize;
  margin-top: 40px;
}
.fashion-slider .img-wrap {
  display: flex;
  align-items: flex-end;
  height: 100%;
  position: relative;
  transition: all 0.5s ease;
}
.fashion-slider .img-wrap img {
  margin-top: auto;
}
.fashion-slider .img-wrap .circle {
  position: absolute;
  top: 10%;
  left: 0;
  right: 0;
  width: 600px;
  height: 600px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.1);
  z-index: -1;
}
.fashion-slider .swiper-slide.swiper-slide-active h3 {
  animation: fadeInUp 0.8s both 0.7s;
}
.fashion-slider .swiper-slide.swiper-slide-active h1 {
  animation: fadeInUp 0.8s both 0.9s;
}
.fashion-slider .swiper-slide.swiper-slide-active p {
  animation: fadeInUp 0.8s both 1.1s;
}
.fashion-slider .swiper-slide.swiper-slide-active .btn {
  animation: fadeInUp 0.8s both 1.3s;
}
.fashion-slider .swiper-slide.swiper-slide-active .img-wrap {
  animation: fadeInRight 0.8s both 1s;
}

.cosmetic-slider {
  height: calc(100vh - 115px);
  background-color: var(--theme-primary);
}
.cosmetic-slider .cosmetic-contain {
  height: calc(100vh - 115px);
  display: flex;
  align-items: center;
  text-align: center;
  color: #ffffff;
}
.cosmetic-slider .cosmetic-contain h3 {
  text-transform: capitalize;
  font-size: calc(30px + 6 * (100vw - 320px) / 1600);
  font-weight: 600;
  margin-bottom: 20px;
}
.cosmetic-slider .cosmetic-contain h1 {
  font-size: calc(26px + 14 * (100vw - 320px) / 1600);
  text-transform: uppercase;
  font-weight: 800;
  margin-bottom: 20px;
}
.cosmetic-slider .cosmetic-contain h4 {
  font-size: calc(30px + 6 * (100vw - 320px) / 1600);
  font-weight: 600;
  text-transform: capitalize;
}
.cosmetic-slider .cosmetic-contain .btn {
  text-transform: capitalize;
  margin-top: 50px;
  color: var(--theme-primary);
}
.cosmetic-slider .cosmetic-contain .btn:hover {
  color: #ffffff;
}
.cosmetic-slider .img-wrap {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 100%;
}
.cosmetic-slider .slick-item.slick-active h3 {
  animation: fadeInUp 0.8s both 0.7s;
}
.cosmetic-slider .slick-item.slick-active h1 {
  animation: fadeInUp 0.8s both 0.9s;
}
.cosmetic-slider .slick-item.slick-active h4 {
  animation: fadeInUp 0.8s both 1.1s;
}
.cosmetic-slider .slick-item.slick-active .btn {
  animation: fadeInUp 0.8s both 1.3s;
}
.cosmetic-slider .slick-item.slick-active .img-wrap {
  animation: fadeInRight 0.8s both 1s;
}

/*********************
 14 CATEGORY START
**********************/
.category-grid {
  text-align: center;
  border-radius: 5px;
  overflow: hidden;
}
.category-grid img {
  width: 100%;
}
.category-grid .img-wrap {
  position: relative;
  border-radius: 5px;
  overflow: hidden;
}
.category-grid .img-wrap:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(10, 31, 45, 0.2);
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease;
}
.category-grid .detail-wrap {
  padding-top: 15px;
  text-transform: capitalize;
}
.category-grid .detail-wrap h4 {
  font-size: 20px;
  transition: all 0.5s ease;
  color: #0a1f2d;
}
.category-grid:hover .img-wrap::before {
  opacity: 1;
  visibility: visible;
}
.category-grid:hover .detail-wrap h4 {
  color: var(--theme-primary);
}

.cosmetic-category .category-grid .detail-wrap {
  background-color: #ffffff;
  padding-bottom: 15px;
}

/*********************
 15 DEALBANNER START
**********************/
.counter-banner {
  padding-top: 150px;
  padding-bottom: 150px;
}
.counter-banner .banner-contain {
  display: flex;
  align-items: center;
  height: 100%;
  text-transform: capitalize;
}
.counter-banner .banner-contain h3 {
  color: #ffffff;
  font-size: calc(24px + 6 * (100vw - 420px) / 1500);
  font-weight: 500;
  margin-bottom: 5px;
}
.counter-banner .banner-contain h2 {
  color: #ffffff;
  font-size: calc(38px + 27 * (100vw - 420px) / 1500);
  margin-bottom: 25px;
  font-weight: 700;
}
.counter-banner .banner-contain .timer-counter li {
  background-color: #ffffff;
  min-width: 100px;
  padding: 20px 0;
  border-radius: 5px;
}
.counter-banner .banner-contain .timer-counter li h5 {
  font-weight: 600;
  font-size: calc(18px + 4 * (100vw - 420px) / 1500);
  margin-bottom: 5px;
}
.counter-banner .banner-contain .timer-counter li h6 {
  font-size: calc(14px + 2 * (100vw - 420px) / 1500);
}
.counter-banner .banner-contain .timer-counter li + li {
  margin-left: 15px;
}
.counter-banner .banner-contain .btn {
  margin-top: 45px;
  padding: 10px 30px;
  font-weight: 600;
}
.counter-banner .banner-contain.right-contain {
  justify-content: flex-end;
}
.counter-banner .banner-contain.center-contain {
  justify-content: center;
}

.timer-counter {
  display: flex;
  align-items: center;
}
.timer-counter li {
  text-align: center;
  text-transform: capitalize;
}

/***************************
 16 CATEGORY BANNER START
****************************/
.category-banner {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}
.category-banner .img-wrap {
  height: 350px;
  transition: all 0.5s ease;
}
.category-banner .banner-contain {
  padding: 30px;
  display: flex;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.category-banner .banner-contain h4 {
  font-size: calc(22px + 2 * (100vw - 420px) / 1500);
  text-transform: capitalize;
  margin-bottom: 5px;
  color: #ffffff;
  font-family: "Roboto", sans-serif;
}
.category-banner .banner-contain h3 {
  color: #ffffff;
  font-size: calc(36px + 4 * (100vw - 420px) / 1500);
  font-weight: 700;
  text-transform: capitalize;
}
.category-banner .banner-contain .btn {
  text-transform: capitalize;
  margin-top: 30px;
  display: inline-block;
  font-weight: 600;
  font-size: 16px;
  color: currentColor;
}
.category-banner .banner-contain .btn:hover {
  color: #ffffff;
}
.category-banner.right-contain .banner-contain {
  justify-content: flex-end;
}
.category-banner.center-contain .banner-contain {
  justify-content: center;
}
.category-banner:hover .img-wrap {
  transform: scale(1.05);
}
.category-banner:hover .hover-link {
  visibility: visible;
  opacity: 1;
}

.catbanner-rowtwo {
  margin-bottom: -30px;
}
.catbanner-rowtwo > div {
  margin-bottom: 30px;
}

/*********************
 17 TESTIMONIAL START
**********************/
.testimonial {
  background-color: #ffffff;
  padding: 50px;
  border-radius: 5px;
  box-shadow: 0 0 30px 5px rgba(10, 31, 45, 0.05);
}
.testimonial .testimonial-grid {
  text-align: center;
}
.testimonial .testimonial-grid .avtar-wrap {
  border-radius: 50%;
  overflow: hidden;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px;
  border: 5px solid var(--theme-primary);
}
.testimonial .testimonial-grid h4 {
  text-transform: capitalize;
  margin-bottom: 2px;
}
.testimonial .testimonial-grid .client-position {
  text-transform: capitalize;
  display: block;
  margin-bottom: 2px;
}
.testimonial .testimonial-grid p {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  color: #8392a5;
}
.testimonial .testimonial-grid .cdxsocial-link {
  margin-left: auto;
  margin-right: auto;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 20px;
}

.testimonial-twogrid {
  background-color: #ffffff;
  padding: 30px;
  text-align: center;
  border: 1px solid #edecec;
  border-radius: 10px;
}
.testimonial-twogrid .avtar-wrap {
  border-radius: 50%;
  overflow: hidden;
  width: 85px;
  height: 85px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px;
  border: 2px solid var(--theme-primary);
}
.testimonial-twogrid h4 {
  text-transform: capitalize;
  margin-bottom: 2px;
}
.testimonial-twogrid .client-position {
  text-transform: capitalize;
  display: block;
  margin-bottom: 2px;
}
.testimonial-twogrid p {
  font-size: 16px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  color: #8392a5;
}
.testimonial-twogrid .rating-list {
  margin-top: 15px;
}
.testimonial-twogrid .rating-list li i {
  font-size: 22px;
}

/*********************
 18 INSTAGRAM START
**********************/
.insta-grid {
  position: relative;
}
.insta-grid .insta-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(52, 152, 219, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease;
}
.insta-grid .insta-link i {
  font-size: 60px;
  color: #ffffff;
}
.insta-grid:hover .insta-link {
  opacity: 1;
  visibility: visible;
}

/*******************
  19 CART START
*******************/
.cdxshopping-cart th {
  font-size: 16px;
  font-weight: 600;
  border-bottom: none !important;
}
.cdxshopping-cart td {
  font-size: 16px;
  font-weight: 500;
  padding-top: 10px;
  padding-bottom: 10px;
  text-transform: capitalize;
}
.cdxshopping-cart .cart-tbl th {
  background-color: var(--theme-primary);
  color: #ffffff !important;
}
.cdxshopping-cart .cart-tbl th:nth-child(n + 2) {
  border-left: 1px solid #ffffff;
}
.cdxshopping-cart .cart-tbl td {
  border: 1px solid #edecec;
}
.cdxshopping-cart .cart-tbl th,
.cdxshopping-cart .cart-tbl td {
  vertical-align: middle;
  min-width: 180px;
  text-align: center;
  padding-top: 15px;
  padding-bottom: 15px;
}
.cdxshopping-cart .cart-tbl th .pro-quantity,
.cdxshopping-cart .cart-tbl td .pro-quantity {
  margin-left: auto;
  margin-right: auto;
}
.cdxshopping-cart .cart-tbl .product-imgwrap img {
  width: 90px;
  height: auto;
}
.cdxshopping-cart .cart-tbl tbody tr:first-child td {
  border-top: none;
}
.cdxshopping-cart .cart-tbl .cart-action svg {
  width: auto;
  height: 22px;
}
.cdxshopping-cart .group-btn .btn:nth-child(n + 2) {
  margin-left: 15px;
}
.cdxshopping-cart .cartbtn-group {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}
.cdxshopping-cart .pro-quantity .form-control {
  padding: 7px 10px;
}
.cdxshopping-cart .pro-quantity span svg {
  width: auto;
  height: 20px;
}

.chekout-tbl tr:first-child td {
  padding-top: 0;
}
.chekout-tbl tr td,
.chekout-tbl tr th {
  background-color: transparent;
  border-bottom: 1px solid #edecec !important;
  -webkit-padding-start: 5px;
  padding-inline-start: 5px;
  padding-right: 5px;
  text-align: left;
}
.chekout-tbl tr:last-child td {
  border-bottom: none !important;
  padding-bottom: unset;
  padding-top: 25px;
}
.chekout-tbl tr td {
  text-align: right;
  color: #8392a5;
}

/*******************
  20 CHECKOUT START
*******************/
.cdx-checkout .card-header h4 {
  margin-bottom: 5px;
  font-weight: 700;
}
.cdx-checkout textarea {
  min-height: 184px;
}
.cdx-checkout .cvc-group p {
  margin-top: 10px;
}

/*********************
 21 COMPARE START
**********************/
.compare-table {
  background-color: #ffffff;
}
.compare-table .compare-product .img-wrap {
  overflow: hidden;
}
.compare-table .compare-product .img-wrap img {
  border-radius: 5px;
}
.compare-table .compare-product h6 {
  font-size: 18px;
  margin-top: 10px;
  text-transform: capitalize;
}
.compare-table .compare-product p {
  font-size: 14px;
}
.compare-table tr th {
  border-bottom: #edecec !important;
  text-transform: capitalize;
  color: var(--theme-primary);
}
.compare-table tr th svg {
  margin-right: 10px;
}
.compare-table tr td,
.compare-table tr th {
  border: 1px solid #edecec;
  padding: 15px 10px;
}
.compare-table tr td {
  border: 1px solid #edecec;
  padding: 15px 10px;
}
.compare-table tr td:first-child {
  min-width: 180px;
}
.compare-table tr td .delate-pro {
  font-size: 22px;
  color: var(--theme-primary);
}
.compare-table tr td.compare-title {
  text-transform: uppercase;
  font-weight: 500;
  vertical-align: middle;
}
.compare-table tr td .product-size li a {
  width: 35px;
  height: 35px;
  font-weight: 400;
}
.compare-table tr td .product-size li + li {
  margin-left: 5px;
}
.compare-table tr td .product-color {
  margin-left: -5px;
}
.compare-table tr td .product-color li {
  margin-left: 5px;
}
.compare-table tr td .product-color li.active > div:before {
  font-weight: 400;
  font-size: 14px;
}

/*********************
 22 ORDERTRACK START
**********************/
.track-order .orderNumber {
  margin-bottom: 25px;
  font-size: calc(16px + 6 * (100vw - 320px) / 1600);
}
.track-order .trackstap-list {
  position: relative;
  display: flex;
  margin-bottom: 30px;
  margin-top: 30px;
}
.track-order .trackstap-list::before {
  position: absolute;
  top: 30px;
  content: "";
  width: 100%;
  height: 7px;
  background-color: #0a1f2d;
}
.track-order .trackstap-list .track-step {
  flex-grow: 1;
  width: 25%;
  text-align: center;
  position: relative;
}
.track-order .trackstap-list .track-step::before {
  height: 7px;
  position: absolute;
  content: "";
  width: 100%;
  left: 0;
  top: 30px;
  background-color: #f6f7f9;
}
.track-order .trackstap-list .track-step .icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  position: relative;
  border-radius: 100%;
  background: #f6f7f9;
  color: #0a1f2d;
  font-size: 16px;
}
.track-order .trackstap-list .track-step h6 {
  font-size: 16px;
  display: block;
  margin-top: 7px;
}
.track-order .trackstap-list .track-step.active h6 {
  color: var(--theme-primary);
}
.track-order .trackstap-list .track-step.active:before {
  background: var(--theme-primary);
}
.track-order .trackstap-list .track-step.active .icon {
  background: var(--theme-primary);
  color: #ffffff;
}
.track-order .trackstap-list .track-step.active .text {
  font-weight: 400;
  color: #0a1f2d;
}
.track-order .track-servicesgrid {
  padding: 20px;
  background-color: #f6f7f9;
  text-align: center;
  border-radius: 10px;
}
.track-order .track-servicesgrid h6 {
  font-size: 20px;
  margin-bottom: 5px;
}
.track-order .track-servicesgrid p {
  font-size: 18px;
  line-height: 1;
}
.track-order .track-table {
  margin-bottom: 20px;
}
.track-order .track-table td,
.track-order .track-table th {
  padding-top: 15px;
  padding-bottom: 15px;
  text-align: center;
}
.track-order .track-table th {
  color: #ffffff;
  text-transform: uppercase;
  background-color: var(--theme-primary);
  border: 1px solid #edecec;
  border-bottom: none;
}
.track-order .track-table td {
  vertical-align: middle;
  text-transform: capitalize;
  border: 1px solid #edecec;
  min-width: 170px;
  color: #8392a5;
}
.track-order .track-table td .img-wrap img {
  width: 70px;
  height: auto;
}
.track-order .track-table td .update-order {
  font-size: 16px;
}
.track-order .track-table td .update-order a {
  color: #8392a5;
}
.track-order .track-table td .update-order svg {
  width: 18px;
  margin-right: 5px;
}
.track-order .track-table td .update-order i {
  font-size: 18px;
}

/*********************
 23 PRODUCT START
**********************/
.btn-filter {
  padding: 10px 15px !important;
  font-weight: 500;
}
.btn-filter svg {
  width: 20px;
  height: auto;
  margin-right: 10px;
}

.toslider {
  margin-top: 10px;
}

.product-boxwrap {
  text-align: center;
  overflow: hidden;
  position: relative;
  border-radius: 8px;
  background-color: #ffffff;
  border: 1px solid #edecec;
}
.product-boxwrap:hover .product-imgwrap img {
  transform: scale(1.05);
}
.product-boxwrap:hover .social li {
  opacity: 1;
  transform: translateY(0);
}
.product-boxwrap .product-imgwrap {
  overflow: hidden;
  position: relative;
}
.product-boxwrap .product-imgwrap img {
  transition: all 0.5s ease;
  width: 100%;
}
.product-boxwrap .product-imgwrap a {
  display: block;
}
.product-boxwrap .product-imgwrap .product-discount-label,
.product-boxwrap .product-imgwrap .product-sale-label {
  color: #ffffff;
  background-color: #0a1f2d;
  font-size: 13px;
  letter-spacing: 1px;
  padding: 8px 12px;
  border-radius: 5px;
  position: absolute;
  left: 15px;
  top: 15px;
  line-height: 1;
}
.product-boxwrap .product-imgwrap .product-discount-label {
  background: var(--theme-primary);
  letter-spacing: 0.5px;
  left: auto;
  right: 10px;
}
.product-boxwrap .social {
  width: 100%;
  transform: translateX(-50%) translateY(-50%);
  position: absolute;
  left: 50%;
  top: 50%;
}
.product-boxwrap .social li {
  display: inline-block;
  opacity: 0;
  transform: translateY(300%);
  transition: all 0.5s ease 0s;
}
.product-boxwrap .social li:nth-child(n + 2) {
  margin-left: 5px;
}
.product-boxwrap .social li:nth-child(2) {
  transition-delay: 0.05s;
}
.product-boxwrap .social li:nth-child(3) {
  transition-delay: 0.13s;
}
.product-boxwrap .social li:nth-child(4) {
  transition-delay: 0.16s;
}
.product-boxwrap .social li a {
  color: var(--theme-primary);
  background-color: #ffffff;
  height: 40px;
  width: 40px;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease;
}
.product-boxwrap .social li a:hover {
  background-color: var(--theme-primary);
  color: #ffffff;
}
.product-boxwrap .social li a:hover i {
  color: #ffffff;
}
.product-boxwrap .social li a svg {
  width: auto;
  height: 18px;
}
.product-boxwrap .social li a i {
  font-size: 20px;
  color: var(--theme-primary);
}
.product-boxwrap .product-detailwrap {
  padding-top: 15px;
  padding-bottom: 15px;
}
.product-boxwrap .product-detailwrap h5 {
  color: #0a1f2d;
  margin-bottom: unset;
  text-transform: capitalize;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.product-boxwrap .pro-price {
  color: var(--theme-primary);
  font-size: 16px;
  font-weight: 600;
}
.product-boxwrap .pro-price span {
  font-size: 14px;
  color: #8392a5;
  margin-left: 10px;
  font-weight: 400;
  text-decoration: line-through;
  display: inline-block;
}

.product-color {
  margin-left: -10px;
}
.product-color li {
  width: 30px;
  height: 30px;
  border-radius: 3px;
  overflow: hidden;
  position: relative;
  display: inline-block;
  margin-left: 10px;
}
.product-color li.active > div:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "\f00c";
  font-family: "FontAwesome";
  color: #ffffff;
}
.product-color li > div {
  width: 100%;
  height: 100%;
}
.product-color li:first-child {
  background-color: var(--theme-primary);
}
.product-color li:nth-child(2) {
  background-color: #ff8c32;
}
.product-color li:nth-child(3) {
  background-color: #333c83;
}
.product-color li:nth-child(4) {
  background-color: #0093ab;
}
.product-color li:nth-child(5) {
  background-color: #46244c;
}
.product-color li:nth-child(6) {
  background-color: #f10086;
}
.product-color li:nth-child(7) {
  background-color: #e45826;
}

.product-size {
  display: flex;
  align-items: center;
}
.product-size li a {
  color: #0a1f2d;
  font-weight: 500;
  width: 45px;
  height: 45px;
  border: 1px solid #edecec;
  text-transform: capitalize;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-size li.active a {
  background-color: var(--theme-primary);
  color: #ffffff;
}
.product-size li + li {
  margin-left: 15px;
}

.top-product {
  display: flex;
  align-items: center;
}
.top-product .product-imgwrap {
  width: 85px;
  height: auto;
  overflow: hidden;
  border-radius: 5px;
  margin-right: 15px;
}
.top-product .product-imgwrap img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
}
.top-product .product-detailwrap h6 {
  text-transform: capitalize;
  color: #0a1f2d;
}
.top-product .product-detailwrap .name {
  font-size: 16px;
}
.top-product .product-detailwrap .price {
  font-size: 15px;
  color: var(--theme-primary);
  font-weight: 500;
}
.top-product .product-detailwrap .price span {
  text-decoration: line-through;
  color: #8392a5;
  margin-left: 5px;
}

.list-view-page [class^="col"] {
  grid-column: span 6 / span 6;
}
.list-view-page [class^="col"] .product-boxwrap {
  display: flex;
  align-items: center;
}
.list-view-page [class^="col"] .product-boxwrap .product-imgwrap {
  width: 60%;
  overflow: visible;
  overflow: hidden;
}
.list-view-page
  [class^="col"]
  .product-boxwrap
  .product-imgwrap
  .product-sale-label,
.list-view-page
  [class^="col"]
  .product-boxwrap
  .product-imgwrap
  .product-discount-label {
  display: none;
}
.list-view-page [class^="col"] .product-boxwrap .product-detailwrap {
  display: flex;
  align-items: center;
  text-align: left;
  -webkit-padding-start: 20px;
  padding-inline-start: 20px;
  width: 65%;
}
.list-view-page [class^="col"] .product-boxwrap .product-detailwrap h4 {
  font-size: 23px;
}
.list-view-page
  [class^="col"]
  .product-boxwrap
  .product-detailwrap
  .pro-rating
  .star {
  font-size: 18px;
}
.list-view-page [class^="col"] .product-boxwrap .product-detailwrap .pro-price {
  font-size: 18px;
}
.list-view-page
  [class^="col"]
  .product-boxwrap
  .product-detailwrap
  .pro-price
  span {
  font-size: 16px;
}

.grid-wrap-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.grid-wrap-header ul.gridfilter-list {
  margin-left: -10px;
}
.grid-wrap-header ul.gridfilter-list li {
  margin-left: 10px;
}
.grid-wrap-header ul.gridfilter-list li a {
  padding: 12px 15px;
  color: #8392a5;
  border-radius: 5px;
  border: 1px solid #edecec;
  display: inline-block;
}
.grid-wrap-header ul.gridfilter-list li a svg {
  width: 22px;
}
.grid-wrap-header ul.gridfilter-list li a:focus {
  color: #ffffff;
  border-color: #3498db;
  background-color: #3498db;
}
.grid-wrap-header select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("../images/icon/dropdown.png");
  background-size: 16px;
  background-repeat: no-repeat;
  background-position: 88% 50%;
  padding-right: 50px;
}

.filter-toggle {
  display: none;
  font-weight: 600;
}

/* product filter */
.cdx-sidebar .close-filter {
  padding: 15px;
  border-bottom: 1px solid #edecec;
  text-transform: capitalize;
  margin-top: -15px;
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 20px;
  cursor: pointer;
  display: none;
}
.cdx-sidebar .close-filter h5 {
  font-size: 24px;
  font-weight: 500;
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}
.cdx-sidebar .close-filter svg {
  width: 30px;
  height: auto;
}
.cdx-sidebar .input-group .input-group-text {
  background-color: var(--theme-primary);
}
.cdx-sidebar .input-group .input-group-text i {
  color: #ffffff;
}
.cdx-sidebar .filter-title {
  font-size: 18px;
  text-transform: capitalize;
  padding-bottom: 10px;
  margin-bottom: 20px;
  font-weight: 600;
  border-bottom: 1px solid #edecec;
}
.cdx-sidebar .filter-list li {
  color: #8392a5;
  display: block;
  text-transform: capitalize;
}
.cdx-sidebar .top-product + .top-product {
  margin-top: 15px;
}
.cdx-sidebar .range-group {
  margin-top: 20px;
}
.cdx-sidebar .range-group .irs-with-grid .irs-grid {
  display: none;
}
.cdx-sidebar .blogpost-list .media {
  align-items: center;
}
.cdx-sidebar .blogpost-list .media img {
  width: 115px;
  height: auto;
  border-radius: 5px;
}
.cdx-sidebar .blogpost-list .media .media-body {
  margin-left: 10px;
}
.cdx-sidebar .blogpost-list .media .media-body h6 {
  color: #0a1f2d;
}
.cdx-sidebar .blogpost-list .media .media-body span {
  font-weight: 500;
  color: #8392a5;
  display: block;
  text-transform: capitalize;
  font-family: "Jost", sans-serif;
}
.cdx-sidebar .blogpost-list li + li {
  margin-top: 10px;
}
.cdx-sidebar .populartag-list {
  margin-bottom: 5px;
  margin-left: -5px;
}
.cdx-sidebar .populartag-list li {
  display: inline-block;
  margin-bottom: 5px;
  margin-left: 2px;
}
.cdx-sidebar .populartag-list li a {
  border: 1px solid #edecec;
  text-transform: capitalize;
  padding: 7px 15px;
  display: block;
  color: #8392a5;
  border-radius: 5px;
}
.cdx-sidebar .populartag-list li.active a {
  background-color: var(--theme-primary);
  color: #ffffff;
}
.cdx-sidebar .news-instalist {
  margin-bottom: -5px;
  margin-left: -5px;
}
.cdx-sidebar .news-instalist li {
  display: inline-block;
  margin-bottom: 5px;
  margin-left: 3px;
  width: calc(33% - 5px);
}
.cdx-sidebar .news-instalist li img {
  width: 100%;
  height: auto;
}

.top-product .product-detailwrap h6 {
  color: #0a1f2d;
  margin-bottom: 5px;
}

.product-boxwrap .pro-price {
  color: var(--theme-primary);
  font-weight: 700;
}

/* product-detail-page */
.product-rating li i {
  color: #ffc107;
}

.pro-quantity {
  width: 170px;
}
.pro-quantity span {
  background-color: transparent;
}
.pro-quantity span i {
  font-size: 18px;
}
.pro-quantity .form-control {
  background-color: transparent;
  text-align: center;
  -webkit-padding-start: 20px;
  padding-inline-start: 20px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.product-detail-page .product-card {
  padding: 25px;
  background-color: #ffffff;
  border-radius: 5px;
  border: 1px solid #edecec;
}
.product-detail-page .product-card .product-for img,
.product-detail-page .product-card .product-to img {
  width: 100%;
}
.product-detail-page .product-card .product-to {
  margin-top: 20px;
  margin-left: -10px;
  margin-right: -10px;
}
.product-detail-page .product-card .product-to .product-imgwrap {
  margin-left: 10px;
  margin-right: 10px;
}
.product-detail-page .product-detail-tab .tabs {
  padding-bottom: 15px;
}
.product-detail-page .product-detail-tab .tabs li {
  margin-bottom: 5px;
}
.product-detail-page .product-detail-tab .tabs li a {
  display: block;
  font-weight: 500;
  border: 1px solid var(--theme-primary);
}
.product-detail-page .product-detail-tab .tabs li a.active {
  color: #ffffff;
  background-color: var(--theme-primary);
  box-shadow: none;
}
.product-detail-page .product-detail-tab .tabs li a:focus,
.product-detail-page .product-detail-tab .tabs li a:hover {
  box-shadow: none;
}
.product-detail-page .product-detail-tab .tabs li + li {
  margin-left: 20px;
}
.product-detail-page .product-detail-tab .tab-contents ul.review-list {
  margin-bottom: 20px;
}
.product-detail-page .product-detail-tab .tab-contents ul.review-list > li {
  width: 80%;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border: 1px solid #edecec;
  padding: 20px;
  border-radius: 5px;
}
.product-detail-page
  .product-detail-tab
  .tab-contents
  ul.review-list
  > li
  .media {
  align-items: center;
  margin-bottom: 10px;
}
.product-detail-page
  .product-detail-tab
  .tab-contents
  ul.review-list
  > li
  .media
  img {
  width: 60px;
  height: 60px;
  border-radius: 5px;
  margin-right: 15px;
}
.product-detail-page
  .product-detail-tab
  .tab-contents
  ul.review-list
  > li
  .media
  h4 {
  text-transform: capitalize;
}
.product-detail-page .product-detail-tab .tab-contents ul.review-list > li p {
  font-size: 16px;
}
.product-detail-page
  .product-detail-tab
  .tab-contents
  ul.review-list
  .review-reply {
  margin-left: 50px;
}
.product-detail-page .product-detail-tab .tab-contents .form-group textarea {
  height: 180px;
}

.product-detailright h2 {
  text-transform: capitalize;
  margin-bottom: 5px;
  font-size: 26px;
}
.product-detailright h6 {
  margin-bottom: 8px;
}
.product-detailright .detail-group {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px dashed #edecec;
  position: relative;
}
.product-detailright .detail-group .product-share {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
}
.product-detailright .detail-group .product-share .proshare-toggle {
  font-size: 22px;
  font-weight: 500;
  cursor: pointer;
  color: #8392a5;
}
.product-detailright .detail-group .product-share .share-iconlist {
  position: absolute;
  top: 100%;
  right: 0;
  background-color: #f6f7f9;
  padding: 10px 12px;
  display: none;
  border-radius: 5px;
}
.product-detailright .detail-group .product-share .share-iconlist.show {
  display: flex;
}
.product-detailright .detail-group .product-share .share-iconlist li {
  cursor: pointer;
  width: 30px;
  height: 30px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-self: center;
}
.product-detailright .detail-group .product-share .share-iconlist li svg,
.product-detailright .detail-group .product-share .share-iconlist li i {
  color: #ffffff;
  font-size: 16px;
  height: 16px;
  width: auto;
}
.product-detailright .detail-group .product-share .share-iconlist li + li {
  margin-left: 10px;
}
.product-detailright .detail-group ul {
  display: flex;
  align-items: center;
}
.product-detailright .detail-group ul li {
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-detailright .detail-group .product-color {
  display: flex;
  margin-bottom: 15px;
}
.product-detailright .detail-group .product-color li {
  width: 30px;
  height: 30px;
  border-radius: 3px;
  overflow: hidden;
  position: relative;
}
.product-detailright .detail-group .product-color li.active > div:before {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  content: "\f00c";
  font-family: "FontAwesome";
  color: #ffffff;
  font-size: 14px;
}
.product-detailright .detail-group .product-color li > div {
  width: 100%;
  height: 100%;
}
.product-detailright .detail-group .product-color li + li {
  margin-left: 10px;
}
.product-detailright .detail-group .product-rating {
  margin-bottom: 10px;
}
.product-detailright .detail-group .product-price li {
  font-size: 25px;
  font-weight: 600;
}
.product-detailright .detail-group .product-price li + li {
  margin-left: 10px;
}
.product-detailright .detail-group .product-delivery {
  width: 400px;
  text-transform: capitalize;
}
.product-detailright .detail-group .product-delivery span {
  background-color: transparent;
  font-weight: 600;
}
.product-detailright .detail-group .product-delivery span svg {
  width: auto;
  height: 18px;
}
.product-detailright .detail-group .product-delivery span i {
  color: var(--theme-primary);
}
.product-detailright .detail-group h5 {
  font-size: 14px;
}
.product-detailright .detail-group p {
  font-size: 14px;
  color: #8392a5;
}
.product-detailright .detail-group h6 {
  text-transform: capitalize;
}
.product-detailright .detail-group .btn {
  text-transform: capitalize;
}

/****************
 24 BLOG  START
*****************/
.blog-wrapper {
  overflow: hidden;
  background-color: #ffffff;
  border-radius: 5px;
  border: 1px solid #edecec;
}
.blog-wrapper .imgwrapper {
  position: relative;
  overflow: hidden;
}
.blog-wrapper .imgwrapper img {
  transition: all 0.5s ease;
  width: 100%;
}
.blog-wrapper .imgwrapper .hover-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(10, 31, 45, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}
.blog-wrapper .imgwrapper .hover-link svg {
  color: #ffffff;
  width: auto;
  height: 35px;
}
.blog-wrapper .imgwrapper .date-info {
  position: absolute;
  top: 15px;
  left: 15px;
  background-color: var(--theme-primary);
  color: #ffffff;
  font-size: 12px;
  padding: 5px 10px;
  border-radius: 4px;
  text-transform: capitalize;
}
.blog-wrapper .detailwrapper {
  padding: 20px;
  position: relative;
}
.blog-wrapper .detailwrapper h5 {
  font-size: 20px;
  margin-bottom: 10px;
  text-transform: capitalize;
  color: #0a1f2d;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.blog-wrapper .detailwrapper .blogsoc-list {
  margin-bottom: 10px;
}
.blog-wrapper .detailwrapper p {
  font-size: 14px;
  color: #8392a5;
}
.blog-wrapper .blog-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 15px;
}
.blog-wrapper .blog-footer .btn {
  text-transform: capitalize;
  font-size: 14px;
}
.blog-wrapper .blog-footer .date-info {
  text-transform: capitalize;
  font-weight: 500;
  color: #8392a5;
  font-size: 16px;
}
.blog-wrapper .blog-footer .date-info i {
  margin-right: 10px;
}
.blog-wrapper:hover .imgwrapper img {
  transform: scale(1.1);
}
.blog-wrapper:hover .imgwrapper .hover-link {
  opacity: 1;
  visibility: visible;
}

.blogsoc-list {
  display: flex;
  align-items: center;
}
.blogsoc-list li a {
  display: flex;
  align-items: center;
  text-transform: capitalize;
  font-weight: 500;
  font-size: 14px;
  color: #8392a5;
}
.blogsoc-list li a svg {
  width: auto;
  height: 18px;
  margin-right: 5px;
}
.blogsoc-list li a i {
  margin-right: 5px;
}
.blogsoc-list li:nth-child(n + 2) {
  margin-left: 15px;
}

.blogdetail-wrrapper {
  overflow: hidden;
}
.blogdetail-wrrapper .imgwrapper {
  position: relative;
}
.blogdetail-wrrapper .imgwrapper img {
  width: 100%;
}
.blogdetail-wrrapper .imgwrapper .blog-iconlist {
  position: absolute;
  top: 20px;
  right: 20px;
}
.blogdetail-wrrapper .imgwrapper .blog-iconlist li {
  display: inline-block;
}
.blogdetail-wrrapper .imgwrapper .blog-iconlist li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 5px;
}
.blogdetail-wrrapper .imgwrapper .blog-iconlist li a svg {
  width: auto;
  height: 18px;
  color: #ffffff;
}
.blogdetail-wrrapper .imgwrapper .blog-iconlist li:nth-child(n + 2) {
  margin-left: 10px;
}
.blogdetail-wrrapper .detailwrapper {
  padding: 20px;
  position: relative;
}
.blogdetail-wrrapper .detailwrapper h4 {
  font-size: 22px;
  margin-bottom: 10px;
  text-transform: capitalize;
}
.blogdetail-wrrapper .detailwrapper p {
  color: #8392a5;
  margin-top: 15px;
  font-size: 14px;
}

.blgcomment-list > li:nth-child(n + 2) {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #edecec;
}
.blgcomment-list li {
  display: block;
}
.blgcomment-list li .media img {
  width: auto;
  height: 50px;
  margin-right: 25px;
  border-radius: 5px;
}
.blgcomment-list li .media .media-body h5 {
  font-weight: 500;
  text-transform: capitalize;
  margin-bottom: 5px;
}
.blgcomment-list li .media .media-body h5 .comment-time {
  float: right;
  font-size: 14px;
  color: #8392a5;
}
.blgcomment-list li .media .media-body h5 .comment-time i {
  margin-right: 10px;
}
.blgcomment-list li .media .media-body h5 .comment-time svg {
  margin-right: 10px;
  width: auto;
  height: 18px;
}
.blgcomment-list li .media .media-body .blogsoc-list {
  margin-bottom: 10px;
}
.blgcomment-list li .media .media-body .blogsoc-list li a {
  font-size: 14px;
}
.blgcomment-list li .media .media-body .blogsoc-list li a svg {
  height: 14px;
}
.blgcomment-list li .media .media-body p {
  color: #8392a5;
  font-size: 14px;
}
.blgcomment-list li .media .media-body .commant-time {
  font-weight: 500;
  color: #8392a5;
}
.blgcomment-list li .media .media-body .commant-time svg {
  width: auto;
  height: 18px;
  margin-right: 5px;
}
.blgcomment-list li .media .media-body .btn {
  padding: 8px 10px;
  text-transform: capitalize;
  font-size: 14px;
  line-height: 1;
  margin-top: 15px;
  font-weight: 500;
}
.blgcomment-list li .media .media-body .btn i {
  margin-right: 7px;
  font-size: 13px;
}
.blgcomment-list li.reply-comment {
  -webkit-padding-start: 90px;
  padding-inline-start: 90px;
}

.addblg-comment .input-group-text {
  background-color: var(--theme-primary);
}
.addblg-comment .input-group-text svg {
  color: #ffffff;
}

/*******************
 25  ABOUT START
*******************/
.about-us .img-wrap {
  border-radius: 5px;
  height: 100%;
  background-color: #ffffff;
  overflow: hidden;
}
.about-us .img-wrap img {
  width: 100%;
}
.about-us .about-row {
  overflow: hidden;
  border-radius: 5px;
}
.about-us .aboutus-contain {
  background-color: #ffffff;
  padding-left: 40px;
  height: 100%;
  display: flex;
  align-items: center;
}
.about-us .aboutus-contain h2 {
  margin-bottom: 25px;
}
.about-us .aboutus-contain p {
  font-size: 16px;
  color: #8392a5;
}
.about-us .aboutus-contain p + p {
  margin-top: 10px;
}
.about-us .aboutus-contain .btn {
  margin-top: 45px;
}

/*********************
 26 INVOICE START
**********************/
.cdx-invoice .codex-brand img {
  width: auto;
  height: 80px;
}
.cdx-invoice .codex-brand .codexdark-logo {
  display: none;
}
.cdx-invoice .head-invoice {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: rgba(52, 152, 219, 0.05);
  padding: 25px;
}
.cdx-invoice .head-invoice .contact-list li {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
}
.cdx-invoice .head-invoice .contact-list li .icon-wrap {
  width: 35px;
  height: 35px;
  border-radius: 5px;
  background-color: var(--theme-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
}
.cdx-invoice .head-invoice .contact-list li .icon-wrap svg {
  color: #ffffff;
  width: auto;
  height: 18px;
}
.cdx-invoice .head-invoice .contact-list li .icon-wrap i {
  color: #ffffff;
  font-size: 14px;
}
.cdx-invoice .head-invoice .contact-list li + li {
  margin-top: 10px;
}
.cdx-invoice .invoice-user {
  margin-top: 35px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.cdx-invoice .invoice-user .left-user h5 {
  text-transform: uppercase;
  color: var(--theme-primary);
  margin-bottom: 10px;
  font-size: 24px;
}
.cdx-invoice .invoice-user .left-user .detail-list li {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
}
.cdx-invoice .invoice-user .left-user .detail-list li .icon-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}
.cdx-invoice .invoice-user .left-user .detail-list li .icon-wrap svg {
  width: auto;
  height: 20px;
}
.cdx-invoice .invoice-user .left-user .detail-list li + li {
  margin-top: 10px;
}
.cdx-invoice .invoice-user .right-user li {
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
  background-color: #f6f7f9;
  border-radius: 5px;
  padding: 15px 25px;
}
.cdx-invoice .invoice-user .right-user li span {
  color: #8392a5;
}
.cdx-invoice .invoice-user .right-user li + li {
  margin-left: 15px;
}
.cdx-invoice .body-invoice {
  margin-top: 35px;
}
.cdx-invoice .body-invoice .table tr th,
.cdx-invoice .body-invoice .table tr td {
  padding: 15px;
}
.cdx-invoice .body-invoice .table tr th {
  background-color: var(--theme-primary);
  color: #ffffff;
  text-transform: capitalize;
  border-bottom: none;
  border-left: 1px solid #ffffff;
}
.cdx-invoice .body-invoice .table tr td {
  color: #8392a5;
  text-transform: capitalize;
  border: 1px solid #edecec;
}
.cdx-invoice .footer-invoice {
  margin-top: 20px;
  width: 30%;
  margin-left: auto;
}
.cdx-invoice .footer-invoice .table td {
  padding: 15px;
  text-transform: capitalize;
  font-weight: 500;
  border: 1px solid #edecec;
}
.cdx-invoice .footer-invoice .table td:nth-child(2) {
  color: #8392a5;
}
.cdx-invoice .footer-invoice .table tr:last-child td {
  font-size: 16px;
}
.cdx-invoice .invoice-action {
  display: flex;
  justify-content: center;
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #edecec;
}
.cdx-invoice .invoice-action .btn {
  text-transform: capitalize;
}

@media print {
  .hidden-print {
    display: none;
  }
  .invoice {
    font-size: 11px !important;
    overflow: hidden !important;
  }
  .invoice footer {
    position: absolute;
    bottom: 10px;
    page-break-after: always;
  }
  .invoice > div:last-child {
    page-break-before: always;
  }
}
/*********************
 27 FAQ START
**********************/
.faq-searchwrap {
  overflow: hidden;
  margin-bottom: 0;
  position: relative;
}
.faq-searchwrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(10, 31, 45, 0.5);
}
.faq-searchwrap .card-body {
  background-image: url("../images/pages/faq/1.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  text-align: center;
  border-radius: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 360px;
  z-index: 1;
}
.faq-searchwrap .card-body::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(10, 31, 45, 0.5);
  z-index: -1;
}
.faq-searchwrap .card-body h1 {
  text-transform: capitalize;
  color: #ffffff;
  margin-bottom: 25px;
}
.faq-searchwrap .card-body .input-group {
  margin-left: auto;
  margin-right: auto;
}
.faq-searchwrap .card-body .input-group .input-group-text {
  color: #ffffff;
}

.accordion-grid {
  background-color: #ffffff;
}
.accordion-grid .accordion-action {
  position: relative;
  letter-spacing: 1px;
  font-size: calc(16px + 2 * (100vw - 420px) / 1500);
  text-transform: capitalize;
  color: #0a1f2d;
  display: block;
  padding: 20px 25px;
  padding-right: 45px;
  width: 100%;
  transition: all 0.3s ease;
  border: 1px solid #edecec;
}
.accordion-grid .accordion-action:before {
  content: "\f067";
  font-family: "FontAwesome";
  position: absolute;
  color: #3498db;
  right: 25px;
  top: 22px;
}
.accordion-grid .accordion-action.active:before {
  content: "\f068";
}
.accordion-grid .accordion-action.bg-primary,
.accordion-grid .accordion-action.bg-secondary,
.accordion-grid .accordion-action.bg-success,
.accordion-grid .accordion-action.bg-info,
.accordion-grid .accordion-action.bg-warning,
.accordion-grid .accordion-action.bg-danger {
  color: #ffffff;
}
.accordion-grid .accordion-action.bg-primary:before,
.accordion-grid .accordion-action.bg-secondary:before,
.accordion-grid .accordion-action.bg-success:before,
.accordion-grid .accordion-action.bg-info:before,
.accordion-grid .accordion-action.bg-warning:before,
.accordion-grid .accordion-action.bg-danger:before {
  color: #ffffff;
}
.accordion-grid .accordion-collapace {
  color: #8392a5;
  font-size: 16px;
  font-weight: 400;
  padding: 25px;
  border: 1px solid #edecec;
  display: none;
}

/***************************
 28 AUTHENTICATION START
****************************/
.authentication-wrap {
  background-color: rgba(52, 152, 219, 0.1);
}

.auth-main {
  display: flex;
  align-items: center;
  height: 100vh;
}

.codex-authbox {
  min-width: 630px;
  width: 630px;
  margin: auto;
  background-color: #ffffff;
  padding: 50px;
  border-radius: 10px;
  border-bottom: 5px solid var(--theme-primary);
  box-shadow: 0 0 20px 5px rgba(10, 31, 45, 0.05);
}
.codex-authbox .auth-header {
  text-align: center;
  margin-bottom: 35px;
  text-transform: capitalize;
}
.codex-authbox .auth-header .codex-brand {
  margin-bottom: 15px;
}
.codex-authbox .auth-header .codex-brand img {
  width: 160px;
  height: auto;
}
.codex-authbox .auth-header .codex-brand .dark-logo {
  display: none;
}
.codex-authbox .auth-header h3 {
  margin-bottom: 5px;
}
.codex-authbox .auth-header h6 {
  color: #8392a5;
}
.codex-authbox .form-label {
  text-transform: capitalize;
}
.codex-authbox .group-input .input-group-text {
  background-color: transparent;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  color: var(--theme-primary);
  font-size: 18px;
}
.codex-authbox .auth-remember {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.codex-authbox .form-group .form-control {
  transition: all 0.5s ease;
}
.codex-authbox .form-group .form-control:focus ~ .input-group-text {
  border-color: var(--theme-primary);
}
.codex-authbox .form-group .input-group .input-group-text {
  transition: all 0.5s ease;
}
.codex-authbox .form-group .input-group .form-control {
  border-right: none;
}
.codex-authbox .form-group .group-btn {
  background-color: transparent;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.codex-authbox .btn {
  margin-top: 40px;
  display: block;
  width: 100%;
  font-size: 20px;
  padding: 10px 35px;
}
.codex-authbox .btn i {
  margin-right: 10px;
}
.codex-authbox .auth-footer {
  margin-top: 40px;
}
.codex-authbox .auth-footer .auth-with {
  color: #8392a5;
  position: relative;
  text-align: center;
  margin: 0 auto;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 30px;
  text-transform: capitalize;
}
.codex-authbox .auth-footer .login-list {
  display: flex;
  justify-content: center;
}
.codex-authbox .auth-footer .login-list li a {
  padding: 10px 30px;
  border-radius: 30px;
  text-transform: capitalize;
  display: block;
  font-family: "Jost", sans-serif;
  font-weight: 600;
}
.codex-authbox .auth-footer .login-list li a img {
  width: 18px;
  height: auto;
  margin-right: 10px;
}
.codex-authbox .auth-footer .login-list li .bg-fb {
  color: #ffffff !important;
}
.codex-authbox .auth-footer .login-list li .bg-google {
  box-shadow: 0 0 30px 5px rgba(10, 31, 45, 0.07);
  color: #0a1f2d;
}
.codex-authbox .auth-footer .login-list li + li {
  margin-left: 15px;
}
.codex-authbox .auth-icon {
  margin-bottom: 30px;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(52, 152, 219, 0.08);
  margin-left: auto;
  margin-right: auto;
}
.codex-authbox .auth-icon i {
  font-size: 45px;
  color: var(--theme-primary);
}
.codex-authbox .cdxsocial-link {
  justify-content: center;
}
.codex-authbox .cdxsocial-link li a i {
  color: #ffffff;
}
.codex-authbox .auth-pin {
  display: flex;
  margin-bottom: 45px;
}
.codex-authbox .auth-pin .form-control:nth-child(n + 2) {
  margin-left: 10px;
}
.codex-authbox.auth-emailverify h5 {
  font-size: 16px;
}

/*contact*/
.contact-grid {
  padding: 30px;
  position: relative;
  border-radius: 10px;
  display: flex;
  align-items: center;
  border: 1px solid #edecec;
}
.contact-grid h4 {
  margin-bottom: 5px;
  font-weight: 700;
}
.contact-grid p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.contact-grid p a {
  color: #8392a5;
}
.contact-grid .icon-wrap {
  width: 65px;
  height: 65px;
  background: #3498db;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
}
.contact-grid .icon-wrap i {
  font-size: 30px;
  color: #ffffff;
}
.contact-grid .icon-wrap svg {
  color: #ffffff;
}

.getin-touch .img-wrap img {
  border-radius: 10px;
}
.getin-touch .contact-form {
  padding: 30px;
  border-radius: 10px;
  border: 1px solid #edecec;
}
.getin-touch .contact-form .touch-header {
  margin-bottom: 25px;
}
.getin-touch .contact-form .touch-header h3 {
  font-weight: 700;
  margin-bottom: 10px;
}
.getin-touch .contact-form .form-group {
  margin-bottom: 25px;
}
.getin-touch .contact-form .form-group .form-control {
  padding: 12px 20px;
  border-radius: 8px;
  box-shadow: none;
  transition: all 0.5s ease;
}
.getin-touch .contact-form .form-group .form-control:focus {
  border-color: #3498db;
}
.getin-touch .contact-form .form-group textarea {
  min-height: 170px;
}
.getin-touch .contact-form .btn {
  margin-top: 35px;
}
.getin-touch .contact-form .btn i {
  margin-right: 5px;
}

/*********************
 29 COMING SOON START
**********************/
.codex-comingsoon {
  background-color: rgba(52, 152, 219, 0.04);
  position: relative;
  z-index: 1;
  background-image: url("../images/coming-soon/bg.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.codex-comingsoon::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(10, 31, 45, 0.7);
}
.codex-comingsoon .comingsoon-contain {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
  z-index: 1;
}
.codex-comingsoon .comingsoon-contain .logo-wrap {
  margin-bottom: 30px;
}
.codex-comingsoon .comingsoon-contain .logo-wrap img {
  width: 270px;
  height: auto;
}
.codex-comingsoon .comingsoon-contain h1 {
  font-size: calc(28px + 37 * (100vw - 320px) / 1600);
  font-weight: 700;
  margin-bottom: 10px;
  color: #ffffff;
}
.codex-comingsoon .comingsoon-contain p {
  color: rgba(255, 255, 255, 0.8);
  font-size: calc(16px + 6 * (100vw - 320px) / 1600);
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 35px;
  text-transform: capitalize;
}
.codex-comingsoon .comingsoon-contain .countdown-wrap {
  margin-top: 30px;
  margin-bottom: 45px;
}
.codex-comingsoon .comingsoon-contain .countdown-single {
  background: #ffffff;
  border-radius: 10px;
  padding: 25px 20px;
  position: relative;
  background-color: var(--theme-primary);
  box-shadow: 0 3px 24px rgba(10, 31, 45, 0.1);
  z-index: 1;
}
.codex-comingsoon .comingsoon-contain .countdown-single h2 {
  color: #ffffff;
}
.codex-comingsoon .comingsoon-contain .countdown-single h5 {
  color: #ffffff;
}
.codex-comingsoon .comingsoon-contain .input-group {
  width: 450px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  height: 50px;
}
.codex-comingsoon .comingsoon-contain .input-group .form-control {
  background-color: #ffffff;
  border: none;
  padding-left: 20px;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
}
.codex-comingsoon
  .comingsoon-contain
  .input-group
  .form-control::-moz-placeholder {
  font-size: 16px;
}
.codex-comingsoon .comingsoon-contain .input-group .form-control::placeholder {
  font-size: 16px;
}
.codex-comingsoon .comingsoon-contain .input-group .btn {
  padding: 10px 25px;
  height: 50px;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  text-transform: capitalize;
  display: flex;
  align-items: center;
  background-color: var(--theme-primary);
  border: none;
  color: #ffffff;
}
.codex-comingsoon .comingsoon-contain .cdxsocial-link {
  justify-content: center;
  margin-top: 50px;
}
.codex-comingsoon .comingsoon-contain .cdxsocial-link li a {
  width: 42px;
  height: 42px;
  border-radius: 5px;
}
.codex-comingsoon .comingsoon-contain .cdxsocial-link li a i {
  font-size: 20px;
}
.codex-comingsoon .animat-list li {
  position: absolute;
  bottom: 0;
  z-index: -1;
}
.codex-comingsoon .animat-list li:first-child {
  left: 5%;
  animation: cloudmove2 15s linear infinite;
}
.codex-comingsoon .animat-list li:nth-child(2) {
  left: 15%;
  animation: cloudmove2 20s linear infinite;
}
.codex-comingsoon .animat-list li:nth-child(3) {
  left: 22%;
  animation: cloudmove2 25s linear infinite;
}
.codex-comingsoon .animat-list li:nth-child(4) {
  right: 5%;
  animation: cloudmove2 20s linear infinite;
}
.codex-comingsoon .animat-list li:nth-child(5) {
  right: 15%;
  animation: cloudmove2 25s linear infinite;
}
.codex-comingsoon .animat-list li:nth-child(6) {
  right: 22%;
  animation: cloudmove2 15s linear infinite;
}

/*********************
 30 404 START
**********************/
.codex-errorwrapp {
  text-align: center;
  height: 100vh;
  margin: auto;
  text-transform: capitalize;
  display: flex;
  align-items: center;
  justify-content: center;
}
.codex-errorwrapp h1 {
  font-size: calc(115px + 105 * (100vw - 320px) / 1600);
  font-weight: 900;
  color: var(--theme-primary);
}
.codex-errorwrapp h2 {
  font-weight: 600;
}
.codex-errorwrapp p {
  margin-top: 20px;
  font-size: calc(18px + 4 * (100vw - 320px) / 1600);
}
.codex-errorwrapp p span {
  display: block;
}
.codex-errorwrapp .btn {
  margin-top: 40px;
  font-weight: 600;
  padding: 15px 30px;
}
.codex-errorwrapp .btn i {
  margin-right: 10px;
}

.cdx-error {
  background-color: #cde6f6;
  overflow: hidden;
  height: 100vh;
  position: relative;
  z-index: 1;
}
.cdx-error .animatlist li {
  position: absolute;
  z-index: -1;
}
.cdx-error .animatlist li:first-child {
  left: 0%;
  bottom: 0;
  animation: cloudmove2 25s linear infinite;
}
.cdx-error .animatlist li:nth-child(2) {
  left: 20%;
  bottom: 0;
  animation: cloudmove2 30s linear infinite;
}
.cdx-error .animatlist li:nth-child(3) {
  right: 20%;
  bottom: 0;
  animation: cloudmove2 25s linear infinite;
}
.cdx-error .animatlist li:nth-child(4) {
  right: 0%;
  bottom: 0;
  animation: cloudmove2 30s linear infinite;
}
.cdx-error .animatlist li:nth-child(5),
.cdx-error .animatlist li:nth-child(6),
.cdx-error .animatlist li:nth-child(7),
.cdx-error .animatlist li:nth-child(8),
.cdx-error .animatlist li:nth-child(9) {
  width: auto;
  height: 88px;
}
.cdx-error .animatlist li:nth-child(5) img,
.cdx-error .animatlist li:nth-child(6) img,
.cdx-error .animatlist li:nth-child(7) img,
.cdx-error .animatlist li:nth-child(8) img,
.cdx-error .animatlist li:nth-child(9) img {
  width: 100%;
  height: 100%;
}
.cdx-error .animatlist li:nth-child(5) {
  top: 15%;
  left: 5%;
  animation: cloudmove 20s linear infinite alternate-reverse;
}
.cdx-error .animatlist li:nth-child(6) {
  top: 75%;
  left: 20%;
  animation: cloudmove 25s linear infinite alternate-reverse;
}
.cdx-error .animatlist li:nth-child(7) {
  top: 5%;
  left: 40%;
  animation: cloudmove 20s linear infinite alternate-reverse;
}
.cdx-error .animatlist li:nth-child(8) {
  top: 15%;
  right: 15%;
  animation: cloudmove 25s linear infinite alternate-reverse;
}
.cdx-error .animatlist li:nth-child(9) {
  top: 80%;
  right: 20%;
  animation: cloudmove 20s linear infinite alternate-reverse;
}

@keyframes cloudmove {
  0% {
    transform: translateX(0px);
  }
  100% {
    transform: translateX(-300px);
  }
}
@keyframes cloudmove2 {
  0% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(-100vh);
  }
}
@keyframes breadcrumbmove {
  0% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(-300px);
  }
}
/****************
 31 PRIVACY END
*****************/
.policy-group h4 {
  text-transform: capitalize;
  margin-bottom: 10px;
}
.policy-group p + p {
  margin-top: 5px;
}
.policy-group:nth-child(n + 2) {
  margin-top: 30px;
}
.policy-group .terms-list {
  margin-top: 15px;
  margin-left: 40px;
}
.policy-group .terms-list li {
  color: #8392a5;
  display: list-item;
  list-style-type: auto;
}
.policy-group .terms-list li + li {
  margin-top: 5px;
}

/*******************
32 RESPONSVIE START
********************/
@media (min-width: 1280px) {
  /*product filter*/
  .filter-sidebar.top-filter {
    margin-left: -20px;
  }
  .filter-sidebar.top-filter .card {
    display: inline-block;
    vertical-align: top;
    width: 200px;
    background-color: transparent;
    box-shadow: none;
    margin-left: 20px;
  }
  .filter-sidebar.top-filter .card .card-body {
    padding: 0;
  }
  .filter-sidebar.top-filter .card .filter-list {
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #ffffff;
    padding: 20px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease;
    width: 100%;
    z-index: 2;
    transform: translateY(15px);
    border: 1px solid #edecec;
    border-radius: 5px;
    margin-top: 5px;
    max-height: unset;
  }
  .filter-sidebar.top-filter .card .filter-list.active {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
  }
  .filter-sidebar.top-filter .filter-title {
    padding: 15px;
    background-color: #ffffff;
    border-radius: 5px;
    margin-bottom: unset;
    cursor: pointer;
    font-weight: 500;
  }
  .filter-sidebar.top-filter .filter-title i {
    position: absolute;
    top: 18px;
    right: 13px;
    display: block !important;
  }
}
@media (max-width: 1399px) {
  /*counter banner*/
  .counter-banner {
    padding-top: 90px;
    padding-bottom: 90px;
  }
  /*404 error*/
  .cdx-error .animatlist li:first-child,
  .cdx-error .animatlist li:nth-child(2),
  .cdx-error .animatlist li:nth-child(3),
  .cdx-error .animatlist li:nth-child(4) {
    width: 75px;
    height: auto;
  }
  .cdx-error .animatlist li:nth-child(5),
  .cdx-error .animatlist li:nth-child(6),
  .cdx-error .animatlist li:nth-child(7),
  .cdx-error .animatlist li:nth-child(8),
  .cdx-error .animatlist li:nth-child(9) {
    height: 55px;
  }
}
@media (max-width: 1279px) {
  .space-py-100 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .space-pt-100 {
    padding-top: 80px;
  }
  .space-pb-100 {
    padding-bottom: 80px;
  }
  body.overflow-hidden .cdxtop-header {
    z-index: 4;
  }
  /*common*/
  .space-py-80 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .space-pt-80 {
    padding-top: 60px;
  }
  .space-pb-80 {
    padding-bottom: 60px;
  }
  .space-arrow {
    padding-bottom: 85px;
  }
  .cdx-breadcrumb {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  /* sidebar */
  .cdx-sidebar .close-filter {
    display: flex;
  }
  /*shop pages*/
  .filter-toggle {
    display: inline-block;
  }
  .filter-sidebar .cdx-sidebar {
    background-color: #ffffff;
    position: fixed;
    top: 0;
    inset-inline-start: -320px;
    width: 320px;
    z-index: 5;
    padding: 20px;
    overflow-y: auto;
    height: 100%;
    transition: all 0.4s ease;
  }
  .filter-sidebar .cdx-sidebar.active {
    inset-inline-start: 0;
    transition: all 0.4s ease;
  }
  .filter-sidebar .cdx-sidebar .card {
    border: 1px solid #edecec;
  }
  .grid-wrap-header select {
    padding: 10px 18px;
    padding-right: 50px;
  }
  /*about us*/
  .about-us .aboutus-contain {
    padding-left: unset;
  }
  /*blog*/
  .cdx-sidebar .blogpost-list .media img {
    width: 90px;
  }
}
@media (max-width: 1199px) {
  /*header*/
  header {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  header .header-contian .brand-logo img {
    width: 120px;
  }
  .mobilemenu-toggle {
    display: block;
  }
  .menu-list {
    position: fixed;
    top: 0;
    right: -340px;
    width: 320px;
    height: 100%;
    overflow: auto;
    background-color: #ffffff;
    display: block;
    z-index: 9;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease;
    box-shadow: 0 0 30px 5px rgba(10, 31, 45, 0.05);
  }
  .menu-list.active {
    right: 0;
    opacity: 1;
    visibility: visible;
    border-top: 1px solid #edecec;
  }
  .menu-list li {
    display: block;
  }
  .menu-list li + li {
    border-top: 1px solid #edecec;
  }
  .menu-list li a {
    padding: 10px 20px;
    width: 100%;
    display: flex;
    align-items: center;
    font-size: 16px;
  }
  .menu-list li a i {
    margin-left: auto;
    font-weight: 600;
  }
  .menu-list li .submenu-list,
  .menu-list li .secodnmenu-list {
    border-top: 1px solid #edecec;
  }
  .menu-list li .submenu-list li a,
  .menu-list li .secodnmenu-list li a {
    font-size: 14px;
  }
  .menu-list li .submenu-list > li > a {
    padding-left: 40px;
  }
  .menu-list li .submenu-list .secodnmenu-list > li > a {
    padding-left: 60px;
    color: #8392a5;
  }
  .menu-list .close-menu {
    padding: 25px 20px;
    display: block;
  }
  .menu-list .close-menu .menu-brand {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
  }
  .menu-list .close-menu .menu-brand img {
    width: 140px;
  }
  .menu-action {
    display: block;
  }
  .search-bar .input-group {
    width: 60%;
  }
}
@media (max-width: 1023px) {
  /* common */
  .space-py-80 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .space-pt-80 {
    padding-top: 50px;
  }
  .space-pb-80 {
    padding-bottom: 50px;
  }
  .arrow-style1 .swiper-button-next,
  .arrow-style1 .swiper-button-prev {
    width: 45px;
    height: 45px;
  }
  .arrow-style1 .swiper-button-next::after,
  .arrow-style1 .swiper-button-prev::after {
    font-size: 18px;
  }
  /*popup*/
  .theme-popup .img-wrap {
    margin-bottom: 15px;
  }
  .theme-popup .modal-detail {
    padding-left: unset;
  }
  .theme-popup .modal-body {
    padding: 25px;
  }
  .newslatter-popup .img-wrap img {
    width: 100%;
  }
  .newslatter-popup .newslatter-detail .btn {
    margin-top: 15px;
  }
  /*hedaer*/
  .cdxtop-header .header-list > li + li {
    margin-left: 10px;
    padding-left: 15px;
  }
  /*hero intro*/
  .fashion-slider .swiper-slide {
    background-position: 80% !important;
  }
  .fashion-slider .fashion-contain > div {
    text-align: center;
    padding: 80px 50px;
    border-radius: 10px;
    background-color: rgba(10, 31, 45, 0.8);
  }
  .cosmetic-slider .swiper-slide {
    background-position: 90% !important;
  }
  .cosmetic-slider .cosmetic-contain > div {
    text-align: center;
    padding: 80px 50px;
    border-radius: 10px;
    background-color: rgba(10, 31, 45, 0.8);
    margin: auto;
  }
  /*testimonial*/
  .testimonial-twogrid {
    padding: 25px;
  }
  /*footer*/
  footer .footer-grid .codex-brand {
    margin-bottom: 20px;
  }
  footer .footer-grid h4 {
    margin-bottom: 25px;
    padding-bottom: 15px;
  }
  footer .footer-grid p {
    margin-bottom: 15px;
  }
  footer .follow-us {
    margin-top: 30px;
  }
  footer .input-group .form-control {
    height: 42px;
    font-size: 14px;
  }
  footer .footer-list li + li {
    margin-top: 15px;
  }
  footer .footer-contact li + li {
    margin-top: 10px;
  }
  /*shop pages*/
  .gridview-toggle,
  .listview-toggle {
    display: none;
  }
  .cdx-pagination {
    margin-top: 35px;
  }
  .cdx-pagination li a {
    width: 40px;
    height: 40px;
  }
  .list-view-page [class^="col"] .product-boxwrap {
    display: block;
  }
  .list-view-page [class^="col"] .product-boxwrap .product-imgwrap {
    width: 100%;
  }
  /*invoice*/
  .cdx-invoice .invoice-user {
    display: block;
  }
  .cdx-invoice .right-user {
    margin-top: 15px;
    margin-bottom: -10px;
  }
  .cdx-invoice .right-user li {
    margin-bottom: 10px;
  }
  .cdx-invoice .footer-invoice {
    width: 50%;
  }
  /*product page*/
  .product-detailright .detail-group .product-delivery {
    width: auto;
  }
  /*about us*/
  .about-us .aboutus-contain {
    padding-left: unset;
    height: auto;
  }
  .about-us .aboutus-contain h2 {
    margin-bottom: 10px;
  }
  .about-us .aboutus-contain .btn {
    margin-top: 30px;
  }
  /*order track*/
  .track-order .trackstap-list .track-step .icon {
    width: 50px;
    height: 50px;
  }
  .track-order .trackstap-list .track-step .icon svg {
    width: 20px;
    height: auto;
  }
  .track-order .trackstap-list .track-step::before {
    top: 25px;
  }
  .track-order .trackstap-list::before {
    top: 25px;
  }
  /*contact */
  .contact-grid {
    display: block;
    text-align: center;
  }
  .contact-grid .icon-wrap {
    width: 55px;
    height: 55px;
    margin: auto;
    margin-bottom: 15px;
  }
  /*404 error*/
  .cdx-error .animatlist li:first-child,
  .cdx-error .animatlist li:nth-child(2),
  .cdx-error .animatlist li:nth-child(3),
  .cdx-error .animatlist li:nth-child(4) {
    width: 75px;
    height: auto;
  }
  .cdx-error .animatlist li:nth-child(5),
  .cdx-error .animatlist li:nth-child(6),
  .cdx-error .animatlist li:nth-child(7),
  .cdx-error .animatlist li:nth-child(8),
  .cdx-error .animatlist li:nth-child(9) {
    height: 55px;
  }
}
@media (max-width: 767px) {
  /*common*/
  .space-py-100 {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .space-pt-100 {
    padding-top: 60px;
  }
  .space-pb-100 {
    padding-bottom: 60px;
  }
  .space-arrow {
    padding-bottom: 65px;
  }
  .cdx-breadcrumb .breadcrumb-contian {
    display: block;
    text-align: center;
  }
  .cdx-breadcrumb .breadcrumb-contian h1 {
    margin-bottom: 10px;
  }
  .cdx-breadcrumb .breadcrumb-contian .breadcrumb-list {
    justify-content: center;
  }
  .cdxtitle {
    margin-bottom: 30px;
    padding-bottom: 15px;
  }
  .btn.btn-md {
    padding: 8px 18px;
    font-size: 14px;
  }
  /*header*/
  .cdxtop-header .header-list {
    justify-content: center;
  }
  .cdxtop-header .header-list > li {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .cdxtop-header .header-left {
    display: none;
  }
  .cdxtop-header .header-right .header-list {
    margin-right: auto;
  }
  .cdx-header .header-contian .nav-iconlist > ul > li + li {
    margin-left: 15px;
  }
  .cdx-header .header-contian .search-bar {
    padding: 15px;
    height: auto;
  }
  .cdx-header .header-contian .search-bar .input-group {
    width: 80%;
  }
  .cdx-header .header-contian .search-bar .clsoe-search {
    width: 32px;
    height: 32px;
  }
  /*product page*/
  .product-detail-page .product-detail-tab .nav-tabs {
    padding-bottom: 15px;
  }
  .product-detail-page .product-detail-tab .nav-tabs li {
    margin-bottom: 10px;
  }
  .product-detail-page .product-detail-tab .nav-tabs li + li {
    margin-left: 10px;
  }
  /*contact*/
  .cdx-contact .contact-lsit {
    display: block;
  }
  .cdx-contact .contact-lsit li + li {
    margin-left: unset;
    margin-top: 20px;
  }
  .contact-group {
    padding: 20px;
  }
  /*authentication*/
  .auth-main {
    padding: 0 50px;
  }
  .codex-authbox {
    width: 100%;
    min-width: 100%;
    padding: 35px;
  }
  .codex-authbox .auth-header {
    margin-bottom: 25px;
  }
  .codex-authbox .auth-icon {
    width: 75px;
    height: 75px;
    margin-bottom: 20px;
  }
  .codex-authbox .auth-icon i {
    font-size: 32px;
  }
  .codex-authbox .auth-pin {
    margin-bottom: 35px;
  }
  /*footer*/
  footer .cdx-row {
    margin-bottom: -30px;
  }
  footer .cdx-row > div {
    margin-bottom: 30px;
  }
  .subfooter {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .subfooter .footer-contain {
    display: block;
    text-align: center;
  }
  .subfooter .footer-contain .menu-list {
    margin-top: 5px;
  }
  .subfooter .footer-contain .menu-list li + li {
    margin-left: 20px;
  }
  /*track order*/
  .track-order .trackstap-list {
    display: block;
    position: relative;
    height: auto;
    background-color: transparent;
    margin-top: unset;
    margin-bottom: unset;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .track-order .trackstap-list .track-step {
    width: 100%;
    display: flex;
    align-items: center;
    margin-top: unset;
  }
  .track-order .trackstap-list .track-step:nth-child(n + 2) {
    padding-top: 40px;
  }
  .track-order .trackstap-list .track-step h6 {
    margin-left: 10px;
  }
  .track-order .trackstap-list .track-step:before {
    height: 100%;
    width: 7px;
    left: 22px;
  }
  .track-order .trackstap-list::before {
    content: "";
    position: absolute;
    top: 0;
    left: 22px;
    width: 7px;
    height: 100%;
    background-color: #f6f7f9;
  }
  .track-order .table {
    margin-top: 30px;
  }
  .track-order .btn {
    margin-top: 10px;
  }
  /*404 error*/
  .codex-errorwrapp p {
    margin-top: 10px;
  }
  .codex-errorwrapp .btn {
    padding: 12px 22px;
    margin-top: 20px;
  }
  /*coming soon*/
  .codex-comingsoon .comingsoon-contain p {
    margin-bottom: 30px;
  }
}
@media (max-width: 575px) {
  /*commomn*/
  .card .card-header {
    padding: 20px;
  }
  .card .card-body {
    padding: 20px;
  }
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
  .cdxsocial-link li a {
    width: 28px;
    height: 28px;
  }
  .cdxsocial-link li + li {
    margin-left: 10px;
  }
  /*header*/
  .cdxtop-header .right-header {
    margin-top: 2px;
  }
  .cdxtop-header .right-header .contact-list {
    justify-content: center;
    margin-left: unset;
    width: auto;
  }
  .cdxtop-header .contact-list {
    justify-content: center;
  }
  .cdx-header .header-contian .nav-iconlist > ul {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #ffffff;
    padding-top: 10px;
    padding-bottom: 10px;
    z-index: 4;
    display: flex;
    justify-content: space-around;
  }
  .cdx-header .header-contian .nav-iconlist > ul > li a svg {
    width: 18px;
    height: 18px;
  }
  .cdx-header .header-contian .nav-iconlist > ul li + li {
    margin-left: unset;
  }
  .cdx-header
    .header-contian
    .nav-iconlist
    > ul
    li.dropdownmenu
    .dropdownitem-list {
    top: unset;
    bottom: 100%;
  }
  .cdx-header .header-contian .search-bar .input-group {
    margin-left: unset;
  }
  .search-bar .input-group {
    width: 100%;
  }
  /*herointro*/
  .cosmetic-slider .swiper-slide {
    background-position: 80% !important;
  }
  .cosmetic-slider .cosmetic-contain > div {
    padding: 45px 30px;
  }
  .cosmetic-slider .cosmetic-contain h3 {
    margin-bottom: 15px;
  }
  .cosmetic-slider .cosmetic-contain h1 {
    margin-bottom: 15px;
  }
  .cosmetic-slider .cosmetic-contain .btn {
    margin-top: 35px;
  }
  /*contact*/
  .contact-group {
    padding: 15px;
  }
  .contact-group textarea {
    height: 100px;
  }
  .cdx-contact .contact-lsit .contact-box h4 {
    font-size: 20px;
  }
  /*deal banner*/
  .counter-banner .banner-contain .timer-counter li {
    min-width: 80px;
    padding: 20px 0;
  }
  .counter-banner .banner-contain .timer-counter li h5 {
    margin-bottom: 2px;
  }
  .counter-banner .banner-contain .timer-counter li + li {
    margin-left: 10px;
  }
  /*footer*/
  footer .follow-us .footer-social li + li {
    margin-left: 10px;
  }
  footer .follow-us .footer-social li a {
    width: 35px;
    height: 35px;
  }
  /*authentictaion*/
  .codex-authmain .codex-authbox {
    width: 100%;
    min-width: 100%;
    padding: 20px;
  }
  .codex-authmain .codex-authbox .codex-brand img {
    height: 35px;
  }
  .codex-authmain .codex-authbox .auth-icon {
    width: 65px;
    height: 65px;
  }
  .codex-authmain .codex-authbox .auth-icon i {
    font-size: 28px;
  }
  .codex-authmain .codex-authbox h3 {
    font-size: 18px;
  }
  .codex-authmain .codex-authbox h6 {
    font-size: 14px;
  }
  /*product page*/
  .product-detail-page .product-card {
    padding: 20px;
  }
  .list-view-page [class^="col"] {
    grid-column: span 12 / span 12;
  }
  .product-detail-page .product-detail-tab .tabs li + li {
    margin-left: 10px;
  }
  /*cart*/
  .cdxshopping-cart .cartbtn-group {
    display: block;
    text-align: center;
  }
  .cdxshopping-cart .cartbtn-group > div:nth-child(n + 2) {
    margin-top: 10px;
  }
  /*invoice*/
  .cdx-invoice .head-invoice {
    display: block;
  }
  .cdx-invoice .head-invoice .contact-list {
    margin-top: 15px;
  }
  .cdx-invoice .invoice-user {
    margin-top: 15px;
  }
  .cdx-invoice .invoice-user .right-user li {
    display: block;
  }
  .cdx-invoice .invoice-user .right-user li + li {
    margin-left: unset;
  }
  /*order track*/
  .track-order .trackstap-list {
    margin-top: 24px;
  }
  /*authentication*/
  .auth-main {
    padding: 0 20px;
  }
  .codex-authbox .auth-icon {
    margin-bottom: 15px;
  }
  .codex-authbox .auth-header {
    margin-bottom: 20px;
  }
  .codex-authbox .auth-header .codex-brand img {
    width: 145px;
  }
  .codex-authbox .btn {
    margin-top: 25px;
    font-size: 18px;
    padding: 10px 25px;
  }
  .codex-authbox .btn i {
    margin-right: 5px;
  }
  .codex-authbox .auth-footer {
    margin-top: 25px;
  }
  .codex-authbox .auth-footer .auth-with {
    margin-bottom: 25px;
  }
  .codex-authbox .auth-pin {
    margin-bottom: 30px;
  }
  .codex-authbox .auth-pin .form-control {
    padding: 0;
    height: 50px;
    text-align: center;
  }
  /*coming soon*/
  .codex-comingsoon .comingsoon-contain .input-group {
    width: auto;
  }
  .codex-comingsoon .comingsoon-contain .cdxsocial-link {
    margin-top: 35px;
  }
  /*blog*/
  .blogdetail-wrrapper .detailwrapper p {
    margin-top: 10px;
  }
  .blgcomment-list li.reply-comment {
    -webkit-padding-start: 10px;
    padding-inline-start: 10px;
  }
  .blgcomment-list li .media {
    display: block;
  }
  .blgcomment-list li .media img {
    margin-bottom: 15px;
  }
}
@media (max-width: 480px) {
  /*header*/
  .cdxtop-header .contact-list li a {
    font-size: 10px;
  }
  .group-small {
    display: block;
  }
  .group-small > div:nth-child(n + 2) {
    margin-top: 15px;
    margin-left: unset;
  }
  .cdx-breadcrumb .breadcrumb-contian {
    display: block;
    text-align: center;
  }
  .cdx-breadcrumb .breadcrumb-contian .breadcrumb-list {
    justify-content: center;
  }
}
@media (max-width: 400px) {
  /*authentication*/
  .codex-authbox {
    padding: 25px;
  }
}
@media (max-width: 374px) {
  /*deal banner*/
  .counter-banner .banner-contain .timer-counter li {
    min-width: 66px;
  }
  .counter-banner .banner-contain .timer-counter li + li {
    margin-left: 5px;
  }
  .cdxshopping-cart .cartbtn-group .group-btn {
    display: block;
  }
  .cdxshopping-cart .cartbtn-group .group-btn .btn + .btn {
    margin-top: 10px;
  }
  /*authentication*/
  .codex-authbox .auth-footer .login-list li a {
    font-size: 0;
    border-radius: 5px;
    padding: 12px 20px;
  }
  .codex-authbox .auth-footer .login-list li a img {
    margin-right: unset;
  }
  .codex-authbox .auth-remember {
    display: block;
  }
  .codex-authbox .auth-pin .form-control {
    height: 38px;
  }
  .codex-authbox .auth-pin .form-control:nth-child(n + 2) {
    margin-left: 3px;
  }
}
@media (min-width: 640px) {
  .sm\:col-span-6 {
    grid-column: span 6 / span 6;
  }

  .sm\:col-span-3 {
    grid-column: span 3 / span 3;
  }

  .sm\:col-span-12 {
    grid-column: span 12 / span 12;
  }
}
@media (min-width: 768px) {
  .md\:col-span-6 {
    grid-column: span 6 / span 6;
  }

  .md\:col-span-9 {
    grid-column: span 9 / span 9;
  }

  .md\:col-span-4 {
    grid-column: span 4 / span 4;
  }

  .md\:col-span-5 {
    grid-column: span 5 / span 5;
  }

  .md\:col-span-7 {
    grid-column: span 7 / span 7;
  }

  .md\:col-span-12 {
    grid-column: span 12 / span 12;
  }

  .md\:col-start-7 {
    grid-column-start: 7;
  }

  .md\:col-start-3 {
    grid-column-start: 3;
  }
}
@media (min-width: 1024px) {
  .lg\:col-span-5 {
    grid-column: span 5 / span 5;
  }

  .lg\:col-span-8 {
    grid-column: span 8 / span 8;
  }

  .lg\:col-span-4 {
    grid-column: span 4 / span 4;
  }

  .lg\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .lg\:col-span-6 {
    grid-column: span 6 / span 6;
  }

  .lg\:col-span-7 {
    grid-column: span 7 / span 7;
  }

  .lg\:col-span-12 {
    grid-column: span 12 / span 12;
  }

  .lg\:col-span-3 {
    grid-column: span 3 / span 3;
  }

  .lg\:col-start-8 {
    grid-column-start: 8;
  }

  .lg\:col-start-4 {
    grid-column-start: 4;
  }
}
@media (min-width: 1280px) {
  .xl\:col-span-3 {
    grid-column: span 3 / span 3;
  }

  .xl\:col-span-9 {
    grid-column: span 9 / span 9;
  }
}
@media (min-width: 1536px) {
  .\32xl\:col-span-4 {
    grid-column: span 4 / span 4;
  }

  .\32xl\:col-start-9 {
    grid-column-start: 9;
  }
}
