/*
! tailwindcss v3.1.8 | 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.
*/

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

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

*, ::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:  ;
}

::-webkit-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:  ;
}

::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;
  }
}
.pointer-events-none {
  pointer-events: none;
}
.pointer-events-auto {
  pointer-events: auto;
}
.visible {
  visibility: visible;
}
.static {
  position: static;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.sticky {
  position: -webkit-sticky;
  position: sticky;
}
.inset-0 {
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}
.inset-y-0 {
  top: 0px;
  bottom: 0px;
}
.top-0 {
  top: 0px;
}
.left-0 {
  left: 0px;
}
.right-0 {
  right: 0px;
}
.-top-4 {
  top: -1rem;
}
.-right-2 {
  right: -0.5rem;
}
.left-8 {
  left: 2rem;
}
.right-4 {
  right: 1rem;
}
.right-5 {
  right: 1.25rem;
}
.-z-20 {
  z-index: -20;
}
.z-10 {
  z-index: 10;
}
.z-20 {
  z-index: 20;
}
.z-50 {
  z-index: 50;
}
.col-span-3 {
  grid-column: span 3 / span 3;
}
.col-span-2 {
  grid-column: span 2 / span 2;
}
.col-span-4 {
  grid-column: span 4 / span 4;
}
.float-right {
  float: right;
}
.float-left {
  float: left;
}
.m-1 {
  margin: 0.25rem;
}
.m-0 {
  margin: 0px;
}
.m-2 {
  margin: 0.5rem;
}
.m-8 {
  margin: 2rem;
}
.m-5 {
  margin: 1.25rem;
}
.m-10 {
  margin: 2.5rem;
}
.m-20 {
  margin: 5rem;
}
.m-4 {
  margin: 1rem;
}
.m-1\.5 {
  margin: 0.375rem;
}
.-m-1 {
  margin: -0.25rem;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-1 {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}
.mx-1 {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}
.mx-0 {
  margin-left: 0px;
  margin-right: 0px;
}
.mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.mx-12 {
  margin-left: 3rem;
  margin-right: 3rem;
}
.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.my-3 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}
.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.mx-4 {
  margin-left: 1rem;
  margin-right: 1rem;
}
.my-10 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}
.my-8 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.my-6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.my-5 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
.my-20 {
  margin-top: 5rem;
  margin-bottom: 5rem;
}
.mx-3 {
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}
.mx-5 {
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}
.mx-1\.5 {
  margin-left: 0.375rem;
  margin-right: 0.375rem;
}
.mx-2\.5 {
  margin-left: 0.625rem;
  margin-right: 0.625rem;
}
.my-7 {
  margin-top: 1.75rem;
  margin-bottom: 1.75rem;
}
.mx-8 {
  margin-left: 2rem;
  margin-right: 2rem;
}
.my-14 {
  margin-top: 3.5rem;
  margin-bottom: 3.5rem;
}
.mx-10 {
  margin-left: 2.5rem;
  margin-right: 2.5rem;
}
.mb-5 {
  margin-bottom: 1.25rem;
}
.ml-0 {
  margin-left: 0px;
}
.mb-16 {
  margin-bottom: 4rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-1 {
  margin-top: 0.25rem;
}
.ml-1 {
  margin-left: 0.25rem;
}
.mt-5 {
  margin-top: 1.25rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mt-3 {
  margin-top: 0.75rem;
}
.mb-3 {
  margin-bottom: 0.75rem;
}
.mb-8 {
  margin-bottom: 2rem;
}
.mt-16 {
  margin-top: 4rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-7 {
  margin-bottom: 1.75rem;
}
.mr-auto {
  margin-right: auto;
}
.ml-2 {
  margin-left: 0.5rem;
}
.mr-5 {
  margin-right: 1.25rem;
}
.mr-2 {
  margin-right: 0.5rem;
}
.mr-4 {
  margin-right: 1rem;
}
.mb-10 {
  margin-bottom: 2.5rem;
}
.-ml-8 {
  margin-left: -2rem;
}
.mt-10 {
  margin-top: 2.5rem;
}
.ml-5 {
  margin-left: 1.25rem;
}
.mr-3 {
  margin-right: 0.75rem;
}
.mt-8 {
  margin-top: 2rem;
}
.-mt-4 {
  margin-top: -1rem;
}
.ml-4 {
  margin-left: 1rem;
}
.mt-12 {
  margin-top: 3rem;
}
.mt-6 {
  margin-top: 1.5rem;
}
.mb-0 {
  margin-bottom: 0px;
}
.mt-0 {
  margin-top: 0px;
}
.mb-1 {
  margin-bottom: 0.25rem;
}
.ml-auto {
  margin-left: auto;
}
.mr-28 {
  margin-right: 7rem;
}
.ml-1\.5 {
  margin-left: 0.375rem;
}
.mr-1 {
  margin-right: 0.25rem;
}
.ml-8 {
  margin-left: 2rem;
}
.ml-6 {
  margin-left: 1.5rem;
}
.-ml-1 {
  margin-left: -0.25rem;
}
.mr-1\.5 {
  margin-right: 0.375rem;
}
.mb-14 {
  margin-bottom: 3.5rem;
}
.mb-12 {
  margin-bottom: 3rem;
}
.-mr-px {
  margin-right: -1px;
}
.box-content {
  box-sizing: content-box;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.inline {
  display: inline;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.table {
  display: table;
}
.table-row {
  display: table-row;
}
.grid {
  display: grid;
}
.contents {
  display: contents;
}
.hidden {
  display: none;
}
.h-auto {
  height: auto;
}
.h-4 {
  height: 1rem;
}
.h-full {
  height: 100%;
}
.h-10 {
  height: 2.5rem;
}
.h-1 {
  height: 0.25rem;
}
.h-80 {
  height: 20rem;
}
.h-6 {
  height: 1.5rem;
}
.h-20 {
  height: 5rem;
}
.h-5 {
  height: 1.25rem;
}
.h-96 {
  height: 24rem;
}
.h-screen {
  height: 100vh;
}
.h-8 {
  height: 2rem;
}
.h-12 {
  height: 3rem;
}
.h-\[300px\] {
  height: 300px;
}
.h-24 {
  height: 6rem;
}
.h-9 {
  height: 2.25rem;
}
.max-h-96 {
  max-height: 24rem;
}
.max-h-0 {
  max-height: 0px;
}
.max-h-\[160px\] {
  max-height: 160px;
}
.min-h-\[365px\] {
  min-height: 365px;
}
.min-h-\[35px\] {
  min-height: 35px;
}
.min-h-\[377px\] {
  min-height: 377px;
}
.min-h-\[160px\] {
  min-height: 160px;
}
.min-h-\[100px\] {
  min-height: 100px;
}
.w-full {
  width: 100%;
}
.w-4 {
  width: 1rem;
}
.w-auto {
  width: auto;
}
.w-2\/3 {
  width: 66.666667%;
}
.w-1\/3 {
  width: 33.333333%;
}
.w-5 {
  width: 1.25rem;
}
.w-6 {
  width: 1.5rem;
}
.w-1\/4 {
  width: 25%;
}
.w-28 {
  width: 7rem;
}
.w-2\/4 {
  width: 50%;
}
.w-1\/2 {
  width: 50%;
}
.w-3\/4 {
  width: 75%;
}
.w-max {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.w-1\/6 {
  width: 16.666667%;
}
.w-\[216px\] {
  width: 216px;
}
.w-96 {
  width: 24rem;
}
.w-4\/12 {
  width: 33.333333%;
}
.w-16 {
  width: 4rem;
}
.w-1 {
  width: 0.25rem;
}
.w-20 {
  width: 5rem;
}
.w-40 {
  width: 10rem;
}
.w-1\/5 {
  width: 20%;
}
.w-min {
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content;
}
.w-24 {
  width: 6rem;
}
.w-10 {
  width: 2.5rem;
}
.w-64 {
  width: 16rem;
}
.w-8 {
  width: 2rem;
}
.w-56 {
  width: 14rem;
}
.w-12 {
  width: 3rem;
}
.w-11\/12 {
  width: 91.666667%;
}
.w-2\/12 {
  width: 16.666667%;
}
.w-5\/6 {
  width: 83.333333%;
}
.w-48 {
  width: 12rem;
}
.w-8\/12 {
  width: 66.666667%;
}
.w-3\/12 {
  width: 25%;
}
.min-w-0 {
  min-width: 0px;
}
.min-w-\[210px\] {
  min-width: 210px;
}
.min-w-fit {
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
}
.min-w-\[60px\] {
  min-width: 60px;
}
.min-w-\[300px\] {
  min-width: 300px;
}
.min-w-\[200px\] {
  min-width: 200px;
}
.min-w-\[150px\] {
  min-width: 150px;
}
.min-w-\[250px\] {
  min-width: 250px;
}
.min-w-max {
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
}
.min-w-\[220px\] {
  min-width: 220px;
}
.max-w-full {
  max-width: 100%;
}
.max-w-fit {
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
.max-w-\[220px\] {
  max-width: 220px;
}
.max-w-\[500px\] {
  max-width: 500px;
}
.flex-1 {
  flex: 1 1 0%;
}
.flex-auto {
  flex: 1 1 auto;
}
.flex-shrink-0 {
  flex-shrink: 0;
}
.flex-shrink {
  flex-shrink: 1;
}
.shrink {
  flex-shrink: 1;
}
.flex-grow {
  flex-grow: 1;
}
.-translate-x-6 {
  --tw-translate-x: -1.5rem;
  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));
}
.-translate-x-1\/2 {
  --tw-translate-x: -50%;
  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));
}
.-translate-y-1\/2 {
  --tw-translate-y: -50%;
  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));
}
.-translate-x-20 {
  --tw-translate-x: -5rem;
  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));
}
.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));
}
.cursor-pointer {
  cursor: pointer;
}
.cursor-not-allowed {
  cursor: not-allowed;
}
.resize {
  resize: both;
}
.list-none {
  list-style-type: none;
}
.list-decimal {
  list-style-type: decimal;
}
.appearance-none {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.flex-row {
  flex-direction: row;
}
.flex-col {
  flex-direction: column;
}
.flex-col-reverse {
  flex-direction: column-reverse;
}
.flex-wrap {
  flex-wrap: wrap;
}
.flex-wrap-reverse {
  flex-wrap: wrap-reverse;
}
.content-center {
  align-content: center;
}
.items-start {
  align-items: flex-start;
}
.items-end {
  align-items: flex-end;
}
.items-center {
  align-items: center;
}
.items-baseline {
  align-items: baseline;
}
.items-stretch {
  align-items: stretch;
}
.justify-start {
  justify-content: flex-start;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.justify-around {
  justify-content: space-around;
}
.justify-evenly {
  justify-content: space-evenly;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-1 {
  gap: 0.25rem;
}
.gap-x-20 {
  -moz-column-gap: 5rem;
       column-gap: 5rem;
}
.gap-x-8 {
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}
.gap-x-4 {
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
.gap-x-6 {
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
}
.space-x-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}
.space-x-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1.5rem * var(--tw-space-x-reverse));
  margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.divide-y > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0;
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
}
.divide-x > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-x-reverse: 0;
  border-right-width: calc(1px * var(--tw-divide-x-reverse));
  border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
}
.overflow-auto {
  overflow: auto;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-scroll {
  overflow: scroll;
}
.overflow-x-auto {
  overflow-x: auto;
}
.overflow-y-auto {
  overflow-y: auto;
}
.overflow-x-hidden {
  overflow-x: hidden;
}
.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.break-words {
  overflow-wrap: break-word;
}
.break-all {
  word-break: break-all;
}
.rounded-md {
  border-radius: 0.375rem;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-none {
  border-radius: 0px;
}
.rounded-lg {
  border-radius: 0.5rem;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-sm {
  border-radius: 0.125rem;
}
.rounded-xl {
  border-radius: 0.75rem;
}
.rounded-3xl {
  border-radius: 1.5rem;
}
.rounded-t-md {
  border-top-left-radius: 0.375rem;
  border-top-right-radius: 0.375rem;
}
.rounded-b-md {
  border-bottom-right-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}
.rounded-r-lg {
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}
.rounded-r-sm {
  border-top-right-radius: 0.125rem;
  border-bottom-right-radius: 0.125rem;
}
.rounded-l {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.rounded-r {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.rounded-t-lg {
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}
.rounded-t {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.rounded-t-3xl {
  border-top-left-radius: 1.5rem;
  border-top-right-radius: 1.5rem;
}
.rounded-l-lg {
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}
.rounded-b-lg {
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}
.rounded-r-none {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
.rounded-tr-lg {
  border-top-right-radius: 0.5rem;
}
.rounded-br-lg {
  border-bottom-right-radius: 0.5rem;
}
.border {
  border-width: 1px;
}
.border-0 {
  border-width: 0px;
}
.border-4 {
  border-width: 4px;
}
.border-2 {
  border-width: 2px;
}
.border-x-0 {
  border-left-width: 0px;
  border-right-width: 0px;
}
.border-y {
  border-top-width: 1px;
  border-bottom-width: 1px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-t {
  border-top-width: 1px;
}
.border-b-0 {
  border-bottom-width: 0px;
}
.border-t-0 {
  border-top-width: 0px;
}
.border-b-2 {
  border-bottom-width: 2px;
}
.border-b-4 {
  border-bottom-width: 4px;
}
.border-r {
  border-right-width: 1px;
}
.border-l-4 {
  border-left-width: 4px;
}
.border-r-0 {
  border-right-width: 0px;
}
.border-l-0 {
  border-left-width: 0px;
}
.border-solid {
  border-style: solid;
}
.border-dashed {
  border-style: dashed;
}
.border-none {
  border-style: none;
}
.border-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
}
.border-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
}
.border-purple-300 {
  --tw-border-opacity: 1;
  border-color: rgb(216 180 254 / var(--tw-border-opacity));
}
.border-transparent {
  border-color: transparent;
}
.border-gray-400 {
  --tw-border-opacity: 1;
  border-color: rgb(156 163 175 / var(--tw-border-opacity));
}
.border-purple-600 {
  --tw-border-opacity: 1;
  border-color: rgb(147 51 234 / var(--tw-border-opacity));
}
.border-gray-800 {
  --tw-border-opacity: 1;
  border-color: rgb(31 41 55 / var(--tw-border-opacity));
}
.border-gray-700 {
  --tw-border-opacity: 1;
  border-color: rgb(55 65 81 / var(--tw-border-opacity));
}
.border-gray-100 {
  --tw-border-opacity: 1;
  border-color: rgb(243 244 246 / var(--tw-border-opacity));
}
.border-blue-500 {
  --tw-border-opacity: 1;
  border-color: rgb(59 130 246 / var(--tw-border-opacity));
}
.border-red-500 {
  --tw-border-opacity: 1;
  border-color: rgb(239 68 68 / var(--tw-border-opacity));
}
.border-blue-600 {
  --tw-border-opacity: 1;
  border-color: rgb(37 99 235 / var(--tw-border-opacity));
}
.bg-gray-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(17 24 39 / var(--tw-bg-opacity));
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-red-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity));
}
.bg-blue-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity));
}
.bg-purple-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(147 51 234 / var(--tw-bg-opacity));
}
.bg-gray-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}
.bg-transparent {
  background-color: transparent;
}
.bg-gray-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}
.bg-green-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(220 252 231 / var(--tw-bg-opacity));
}
.bg-red-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 226 226 / var(--tw-bg-opacity));
}
.bg-orange-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 237 213 / var(--tw-bg-opacity));
}
.bg-green-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(22 163 74 / var(--tw-bg-opacity));
}
.bg-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}
.bg-gray-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity));
}
.bg-green-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(34 197 94 / var(--tw-bg-opacity));
}
.bg-rose-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(225 29 72 / var(--tw-bg-opacity));
}
.bg-yellow-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(234 179 8 / var(--tw-bg-opacity));
}
.bg-teal-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(20 184 166 / var(--tw-bg-opacity));
}
.bg-indigo-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(99 102 241 / var(--tw-bg-opacity));
}
.bg-red-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity));
}
.bg-blue-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(59 130 246 / var(--tw-bg-opacity));
}
.bg-pink-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(236 72 153 / var(--tw-bg-opacity));
}
.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.bg-gray-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(55 65 81 / var(--tw-bg-opacity));
}
.bg-blue-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(219 234 254 / var(--tw-bg-opacity));
}
.bg-blue-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(96 165 250 / var(--tw-bg-opacity));
}
.bg-green-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(21 128 61 / var(--tw-bg-opacity));
}
.bg-yellow-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 249 195 / var(--tw-bg-opacity));
}
.bg-gray-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(107 114 128 / var(--tw-bg-opacity));
}
.bg-\[\#f7f7f7\] {
  --tw-bg-opacity: 1;
  background-color: rgb(247 247 247 / var(--tw-bg-opacity));
}
.bg-opacity-50 {
  --tw-bg-opacity: 0.5;
}
.bg-none {
  background-image: none;
}
.bg-\[url\(\'\/assets\/images\/icons\/01\.png\'\)\] {
  background-image: url('/assets/images/icons/01.png');
}
.bg-\[url\(\'\/assets\/images\/icons\/02\.png\'\)\] {
  background-image: url('/assets/images/icons/02.png');
}
.bg-\[url\(\'\/assets\/images\/icons\/03\.png\'\)\] {
  background-image: url('/assets/images/icons/03.png');
}
.bg-\[url\(\'\/assets\/images\/icons\/04\.png\'\)\] {
  background-image: url('/assets/images/icons/04.png');
}
.bg-\[url\(\'\.\/assets\/images\/icons\/02\.png\'\)\] {
  background-image: url('./assets/images/icons/02.png');
}
.bg-\[url\(\'\/assets\/images\/sales-bg\.png\'\)\] {
  background-image: url('/assets/images/sales-bg.png');
}
.bg-cover {
  background-size: cover;
}
.bg-contain {
  background-size: contain;
}
.bg-clip-padding {
  background-clip: padding-box;
}
.bg-left {
  background-position: left;
}
.bg-center {
  background-position: center;
}
.bg-no-repeat {
  background-repeat: no-repeat;
}
.fill-current {
  fill: currentColor;
}
.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.object-center {
  -o-object-position: center;
     object-position: center;
}
.p-4 {
  padding: 1rem;
}
.p-1 {
  padding: 0.25rem;
}
.p-6 {
  padding: 1.5rem;
}
.p-0 {
  padding: 0px;
}
.p-2 {
  padding: 0.5rem;
}
.p-10 {
  padding: 2.5rem;
}
.p-3 {
  padding: 0.75rem;
}
.p-5 {
  padding: 1.25rem;
}
.p-0\.5 {
  padding: 0.125rem;
}
.p-2\.5 {
  padding: 0.625rem;
}
.p-8 {
  padding: 2rem;
}
.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.px-7 {
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}
.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.py-2\.5 {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.px-12 {
  padding-left: 3rem;
  padding-right: 3rem;
}
.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-2\.5 {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.py-1\.5 {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}
.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.py-20 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.py-14 {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}
.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}
.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.py-0\.5 {
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}
.py-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}
.px-3\.5 {
  padding-left: 0.875rem;
  padding-right: 0.875rem;
}
.py-7 {
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}
.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.px-0 {
  padding-left: 0px;
  padding-right: 0px;
}
.px-16 {
  padding-left: 4rem;
  padding-right: 4rem;
}
.pr-4 {
  padding-right: 1rem;
}
.pl-4 {
  padding-left: 1rem;
}
.pl-20 {
  padding-left: 5rem;
}
.pr-8 {
  padding-right: 2rem;
}
.pl-1 {
  padding-left: 0.25rem;
}
.pl-2 {
  padding-left: 0.5rem;
}
.pt-0 {
  padding-top: 0px;
}
.pt-12 {
  padding-top: 3rem;
}
.pb-4 {
  padding-bottom: 1rem;
}
.pt-5 {
  padding-top: 1.25rem;
}
.pt-4 {
  padding-top: 1rem;
}
.pb-12 {
  padding-bottom: 3rem;
}
.pr-0 {
  padding-right: 0px;
}
.pl-0 {
  padding-left: 0px;
}
.pt-16 {
  padding-top: 4rem;
}
.pb-8 {
  padding-bottom: 2rem;
}
.pt-9 {
  padding-top: 2.25rem;
}
.pt-8 {
  padding-top: 2rem;
}
.pl-3 {
  padding-left: 0.75rem;
}
.pl-6 {
  padding-left: 1.5rem;
}
.pr-10 {
  padding-right: 2.5rem;
}
.pr-6 {
  padding-right: 1.5rem;
}
.pr-2 {
  padding-right: 0.5rem;
}
.pb-16 {
  padding-bottom: 4rem;
}
.pb-2 {
  padding-bottom: 0.5rem;
}
.pr-1 {
  padding-right: 0.25rem;
}
.pb-10 {
  padding-bottom: 2.5rem;
}
.pt-2 {
  padding-top: 0.5rem;
}
.pr-3 {
  padding-right: 0.75rem;
}
.pt-7 {
  padding-top: 1.75rem;
}
.pt-3 {
  padding-top: 0.75rem;
}
.pt-6 {
  padding-top: 1.5rem;
}
.pt-10 {
  padding-top: 2.5rem;
}
.pr-5 {
  padding-right: 1.25rem;
}
.pb-3 {
  padding-bottom: 0.75rem;
}
.pb-5 {
  padding-bottom: 1.25rem;
}
.pl-8 {
  padding-left: 2rem;
}
.pt-1 {
  padding-top: 0.25rem;
}
.pt-20 {
  padding-top: 5rem;
}
.pr-1\.5 {
  padding-right: 0.375rem;
}
.pl-1\.5 {
  padding-left: 0.375rem;
}
.pl-5 {
  padding-left: 1.25rem;
}
.pb-\[7\%\] {
  padding-bottom: 7%;
}
.pl-\[30px\] {
  padding-left: 30px;
}
.pt-1\.5 {
  padding-top: 0.375rem;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-justify {
  text-align: justify;
}
.text-start {
  text-align: start;
}
.align-top {
  vertical-align: top;
}
.align-middle {
  vertical-align: middle;
}
.align-bottom {
  vertical-align: bottom;
}
.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}
.text-5xl {
  font-size: 3rem;
  line-height: 1;
}
.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}
.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.text-\[40px\] {
  font-size: 40px;
}
.font-semibold {
  font-weight: 600;
}
.font-medium {
  font-weight: 500;
}
.font-bold {
  font-weight: 700;
}
.font-normal {
  font-weight: 400;
}
.font-thin {
  font-weight: 100;
}
.font-light {
  font-weight: 300;
}
.font-extrabold {
  font-weight: 800;
}
.uppercase {
  text-transform: uppercase;
}
.lowercase {
  text-transform: lowercase;
}
.capitalize {
  text-transform: capitalize;
}
.italic {
  font-style: italic;
}
.leading-normal {
  line-height: 1.5;
}
.leading-tight {
  line-height: 1.25;
}
.leading-10 {
  line-height: 2.5rem;
}
.leading-none {
  line-height: 1;
}
.tracking-wide {
  letter-spacing: 0.025em;
}
.tracking-widest {
  letter-spacing: 0.1em;
}
.text-gray-800 {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}
.text-current {
  color: currentColor;
}
.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}
.text-gray-700 {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}
.text-purple-700 {
  --tw-text-opacity: 1;
  color: rgb(126 34 206 / var(--tw-text-opacity));
}
.text-rose-600 {
  --tw-text-opacity: 1;
  color: rgb(225 29 72 / var(--tw-text-opacity));
}
.text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}
.text-green-700 {
  --tw-text-opacity: 1;
  color: rgb(21 128 61 / var(--tw-text-opacity));
}
.text-red-700 {
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity));
}
.text-orange-700 {
  --tw-text-opacity: 1;
  color: rgb(194 65 12 / var(--tw-text-opacity));
}
.text-purple-600 {
  --tw-text-opacity: 1;
  color: rgb(147 51 234 / var(--tw-text-opacity));
}
.text-gray-900 {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}
.text-red-600 {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity));
}
.text-green-800 {
  --tw-text-opacity: 1;
  color: rgb(22 101 52 / var(--tw-text-opacity));
}
.text-blue-700 {
  --tw-text-opacity: 1;
  color: rgb(29 78 216 / var(--tw-text-opacity));
}
.text-purple-100 {
  --tw-text-opacity: 1;
  color: rgb(243 232 255 / var(--tw-text-opacity));
}
.text-blue-600 {
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity));
}
.text-rose-400 {
  --tw-text-opacity: 1;
  color: rgb(251 113 133 / var(--tw-text-opacity));
}
.text-green-500 {
  --tw-text-opacity: 1;
  color: rgb(34 197 94 / var(--tw-text-opacity));
}
.text-gray-400 {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}
.text-green-600 {
  --tw-text-opacity: 1;
  color: rgb(22 163 74 / var(--tw-text-opacity));
}
.text-red-100 {
  --tw-text-opacity: 1;
  color: rgb(254 226 226 / var(--tw-text-opacity));
}
.text-rose-500 {
  --tw-text-opacity: 1;
  color: rgb(244 63 94 / var(--tw-text-opacity));
}
.text-gray-200 {
  --tw-text-opacity: 1;
  color: rgb(229 231 235 / var(--tw-text-opacity));
}
.text-yellow-700 {
  --tw-text-opacity: 1;
  color: rgb(161 98 7 / var(--tw-text-opacity));
}
.underline {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}
.no-underline {
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
}
.underline-offset-8 {
  text-underline-offset: 8px;
}
.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.placeholder-gray-600::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(75 85 99 / var(--tw-placeholder-opacity));
}
.placeholder-gray-600::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(75 85 99 / var(--tw-placeholder-opacity));
}
.accent-red-700 {
  accent-color: #b91c1c;
}
.opacity-50 {
  opacity: 0.5;
}
.opacity-0 {
  opacity: 0;
}
.opacity-60 {
  opacity: 0.6;
}
.opacity-25 {
  opacity: 0.25;
}
.opacity-100 {
  opacity: 1;
}
.opacity-70 {
  opacity: 0.7;
}
.opacity-80 {
  opacity: 0.8;
}
.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-md {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-sm {
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-2xl {
  --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.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);
}
.shadow-inner {
  --tw-shadow: inset 0 2px 4px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: inset 0 2px 4px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-xl {
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px 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-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.outline {
  outline-style: solid;
}
.outline-0 {
  outline-width: 0px;
}
.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-xl {
  --tw-drop-shadow: drop-shadow(0 20px 13px rgb(0 0 0 / 0.03)) drop-shadow(0 8px 5px rgb(0 0 0 / 0.08));
  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-2xl {
  --tw-drop-shadow: drop-shadow(0 25px 25px rgb(0 0 0 / 0.15));
  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, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -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-text-decoration-color, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-colors {
  transition-property: color, background-color, border-color, fill, stroke, -webkit-text-decoration-color;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-150 {
  transition-duration: 150ms;
}
.duration-200 {
  transition-duration: 200ms;
}
.duration-300 {
  transition-duration: 300ms;
}
.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.ease-linear {
  transition-timing-function: linear;
}
.ease-in {
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}
.yundle-appreciations .four .container .define div, .yundle-definitions .four .container .define div, .yundle-homepage .three .container .experience div, .yundle-homepage .two .container .main-heading div {
  border-left: 3px solid #dc2626;
  padding: 2% 0% 2% 2%;
}
.yundle-appreciations .four .container .define div p:first-child, .yundle-definitions .four .container .define div p:first-child, .yundle-homepage .three .container .experience div p:first-child, .yundle-homepage .two .container .main-heading div p:first-child {
  font-size: 36px;
  font-weight: bold;
}

.yundle-appreciations .four .container .yundle3 .data-content p:last-child a, .yundle-appreciations .one .container .custom-card div div div a, .yundle-definitions .four .container .yundle3 .data-content p:last-child a, .yundle-definitions .one .container .custom-card div div div a, .yundle-how_to .two .container div div:first-child .custom-card div div div a, .yundle-directory .one .container .custom-card div div div a, .yundle-homepage .three .container .yundle3 .data-content p:last-child a, .yundle-homepage .two .container .custom-card div div:last-child a {
  text-decoration: none;
  color: #dc2626;
  font-weight: bold;
}
.yundle-appreciations .four .container .yundle3 .data-content p:last-child a:hover, .yundle-appreciations .one .container .custom-card div div div a:hover, .yundle-definitions .four .container .yundle3 .data-content p:last-child a:hover, .yundle-definitions .one .container .custom-card div div div a:hover, .yundle-how_to .two .container div div:first-child .custom-card div div div a:hover, .yundle-directory .one .container .custom-card div div div a:hover, .yundle-homepage .three .container .yundle3 .data-content p:last-child a:hover, .yundle-homepage .two .container .custom-card div div:last-child a:hover {
  border-bottom: 1px solid #dc2626;
  transition: border-bottom 0.4s ease-in-out;
}

.yundle-homepage .four .container .foot-homepage .signup .custom-border {
  border-bottom: 1px solid white;
}

.yundle-appreciations .three .container .heading-box .box-heading,
.yundle-appreciations .four .container .heading-box .box-heading,
.yundle-appreciations .five .container .heading-box .box-heading, .yundle-definitions .three .container .heading-box .box-heading,
.yundle-definitions .four .container .heading-box .box-heading,
.yundle-definitions .five .container .heading-box .box-heading, .yundle-product .six .container .heading-box .box-heading, .yundle-product .five .container .heading-box .box-heading, .yundle-product .two .container .heading-box .box-heading, .yundle-directory .three .container .heading-box .box-heading,
.yundle-directory .four .container .heading-box .box-heading,
.yundle-directory .five .container .heading-box .box-heading {
  border-left: 4px solid #dc2626;
  padding-left: 1%;
}
.yundle-appreciations .three .container .heading-box .box-heading p:first-child,
.yundle-appreciations .four .container .heading-box .box-heading p:first-child,
.yundle-appreciations .five .container .heading-box .box-heading p:first-child, .yundle-definitions .three .container .heading-box .box-heading p:first-child,
.yundle-definitions .four .container .heading-box .box-heading p:first-child,
.yundle-definitions .five .container .heading-box .box-heading p:first-child, .yundle-product .six .container .heading-box .box-heading p:first-child, .yundle-product .five .container .heading-box .box-heading p:first-child, .yundle-product .two .container .heading-box .box-heading p:first-child, .yundle-directory .three .container .heading-box .box-heading p:first-child,
.yundle-directory .four .container .heading-box .box-heading p:first-child,
.yundle-directory .five .container .heading-box .box-heading p:first-child {
  font-weight: bold;
  font-size: 28px;
}
.yundle-appreciations .three .container .heading-box .box-heading p.popular,
.yundle-appreciations .four .container .heading-box .box-heading p.popular,
.yundle-appreciations .five .container .heading-box .box-heading p.popular, .yundle-definitions .three .container .heading-box .box-heading p.popular,
.yundle-definitions .four .container .heading-box .box-heading p.popular,
.yundle-definitions .five .container .heading-box .box-heading p.popular, .yundle-product .six .container .heading-box .box-heading p.popular, .yundle-product .five .container .heading-box .box-heading p.popular, .yundle-product .two .container .heading-box .box-heading p.popular, .yundle-directory .three .container .heading-box .box-heading p.popular,
.yundle-directory .four .container .heading-box .box-heading p.popular,
.yundle-directory .five .container .heading-box .box-heading p.popular {
  color: white;
}
.yundle-appreciations .three .container .heading-box button,
.yundle-appreciations .four .container .heading-box button,
.yundle-appreciations .five .container .heading-box button, .yundle-definitions .three .container .heading-box button,
.yundle-definitions .four .container .heading-box button,
.yundle-definitions .five .container .heading-box button, .yundle-product .six .container .heading-box button, .yundle-product .five .container .heading-box button, .yundle-product .two .container .heading-box button, .yundle-directory .three .container .heading-box button,
.yundle-directory .four .container .heading-box button,
.yundle-directory .five .container .heading-box button {
  color: white;
  border: none;
  background-color: #dc2626;
  padding: 1rem 1.25rem;
  border-radius: 0.25rem;
}
.yundle-appreciations .three .container .heading-box button:hover,
.yundle-appreciations .four .container .heading-box button:hover,
.yundle-appreciations .five .container .heading-box button:hover, .yundle-definitions .three .container .heading-box button:hover,
.yundle-definitions .four .container .heading-box button:hover,
.yundle-definitions .five .container .heading-box button:hover, .yundle-product .six .container .heading-box button:hover, .yundle-product .five .container .heading-box button:hover, .yundle-product .two .container .heading-box button:hover, .yundle-directory .three .container .heading-box button:hover,
.yundle-directory .four .container .heading-box button:hover,
.yundle-directory .five .container .heading-box button:hover {
  background-color: #2e2d33;
}

.virtual-assets-section .virtual-assets-row .virtual-assets-card:hover h3.virtual-card-center-heading, .virtual-assets-section .virtual-assets-row .virtual-assets-card .virtual-assets-card-inner {
  opacity: 0;
  visibility: hidden;
}

.yundle-photos .one .container div .btns button, .add-directory-middle-section .add-directory-form-aside .add-directory-form-wrap .form-submission-actions .form-action-btn, .add-directory-middle-section .add-directory-browse-aside .all-browse-categories-btn a, .add-directory-banner-section .virtual-heading-row .heading-contact-list .add-your-listing-free-btn a, .yundle-sales .two .container .filters div div .btn1,
.yundle-sales .two .container .filters div div .btn2, .yundle-sales .two .container div .sales-btn, .yundle-sales .one .container div .sales-btn {
  color: #fff;
  font-size: 18px;
  border-radius: 8px;
  background-color: #ce2123;
  transition: all 0.4s ease-in-out;
}
.yundle-photos .one .container div .btns button:hover, .add-directory-middle-section .add-directory-form-aside .add-directory-form-wrap .form-submission-actions .form-action-btn:hover, .add-directory-middle-section .add-directory-browse-aside .all-browse-categories-btn a:hover, .add-directory-banner-section .virtual-heading-row .heading-contact-list .add-your-listing-free-btn a:hover, .yundle-sales .two .container .filters div div .btn1:hover,
.yundle-sales .two .container .filters div div .btn2:hover, .yundle-sales .two .container div .sales-btn:hover, .yundle-sales .one .container div .sales-btn:hover {
  background-color: #2e2d33;
}

.header {
  color: #d4d4d4;
}
.header header:first-child {
  border-bottom: 1px solid #d4d4d4;
  color: #d4d4d4;
}
.header header:first-child .container div p {
  margin: 0;
}
.header header:first-child .container div .mail p a {
  text-decoration: underline;
  color: #d4d4d4;
}
.header header:first-child .container div .mob p a {
  text-decoration: none;
  color: #d4d4d4;
}
.header header:first-child .container div .soicaltopbar {
  display: flex;
  align-items: center;
}
.header header:first-child .container div .soicaltopbar a {
  margin: 0px 5px;
  color: #d4d4d4;
  font-size: 1px;
  border: 1px solid #d4d4d4;
  padding: 8px;
  border-radius: 50%;
}
.header header:first-child .container div .soicaltopbar a .social {
  height: 1rem;
  width: 1rem;
}
.header header:nth-child(2) {
  border-bottom: 1px solid #d4d4d4;
}
.header header:nth-child(2) .container div div .searchBar {
  border-radius: 2.5rem;
  border: none;
  outline: none;
  padding: 10px 20px;
  height: 48px;
  font-size: 14px;
  font-style: italic;
  font-weight: 400;
  letter-spacing: 0.8px;
}
.header header:nth-child(2) .container div div .login p {
  margin: 0px;
}
.header header:nth-child(2) .container div .search {
  position: relative;
}
.header header:nth-child(2) .container div .search button {
  border: none;
  background-color: transparent;
  position: absolute;
  z-index: 1;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.header header:nth-child(2) .container div .cart p {
  margin: 0;
}
.header header:nth-child(2) .container div .cart div:first-child {
  display: flex;
  align-items: center;
}
.header header:nth-child(2) .container div .cart div:first-child p:first-child {
  margin-right: 5%;
}
.header .menuList .container ul {
  padding: 0;
  margin: 0;
}
.header .menuList .container ul li a {
  text-decoration: none;
  color: #d4d4d4;
  font-weight: 400;
  font-size: 16px;
}
.header .menuList .container #mainnav {
  margin-left: 0px !important;
}
.header .menuList .container #mainnav .openbtn {
  font-size: 20px;
  cursor: pointer;
  background-color: #2e2d33;
  color: white;
  border: none;
}
.header .menuList .sidebar {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #2e2d33;
  overflow-x: hidden;
  transition: 0.5s;
}
.header .menuList .sidebar a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 16px;
  font-weight: 300;
  color: #d4d4d4;
  display: block;
  transition: 0.3s;
}
.header .menuList .sidebar a:hover {
  color: white;
}
.header .menuList .sidebar .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

@media screen and (max-device-width: 424px) {
  .header .menuList .container #mainnav {
    margin: 5px 0px !important;
  }
}
@media screen and (max-device-width: 575px) {
  .header header:first-child .container div .mob,
.header header:first-child .container div .mail {
    margin: 5px 0px;
  }
  .header header:first-child .container div .mob p,
.header header:first-child .container div .mail p {
    text-align: center;
  }
  .header header:first-child .container div .soicaltopbar {
    margin: 5px 0px;
    justify-content: center !important;
  }
  .header header:nth-child(2) .container div {
    display: block !important;
    text-align: center;
  }
  .header header:nth-child(2) .container div div {
    margin-top: 5%;
  }
  .header header:nth-child(2) .container div .logo-icon {
    display: flex !important;
    justify-content: center;
  }
  .header header:nth-child(2) .container div .search {
    width: 100% !important;
  }
  .header header:nth-child(2) .container div .login {
    justify-content: center;
    align-items: center;
    display: flex !important;
    width: 100% !important;
  }
  .header header:nth-child(2) .container div .cart {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .header header:nth-child(2) .container div .cart div {
    margin: 0px 10px;
  }
  .header header:nth-child(2) .container div .cart div:first-child p {
    display: flex;
    justify-content: center;
  }
  .header header:nth-child(2) .container div .search button {
    position: absolute;
    right: 0px;
  }
}
@media screen and (max-device-width: 767px) {
  .header .menuList .menu767div {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .header .menuList .menu767div ul {
    display: none !important;
  }
  .header header:nth-child(2) .container div .cart {
    display: flex !important;
  }
  .header header:nth-child(2) .container div .cart div {
    justify-content: center;
    align-items: center;
  }
  .header header:nth-child(2) .container div .login {
    width: 50%;
  }
  .header header:nth-child(2) .container div .search {
    width: 50%;
    display: flex;
    justify-content: flex-end;
  }
}
@media screen and (max-device-width: 991px) {
  .header header:nth-child(2) .container div .cart div:last-child {
    display: block !important;
    text-align: center;
  }
}
.yundle-appreciations .four .container .define div, .yundle-definitions .four .container .define div, .yundle-homepage .three .container .experience div, .yundle-homepage .two .container .main-heading div {
  border-left: 3px solid #dc2626;
  padding: 2% 0% 2% 2%;
}
.yundle-appreciations .four .container .define div p:first-child, .yundle-definitions .four .container .define div p:first-child, .yundle-homepage .three .container .experience div p:first-child, .yundle-homepage .two .container .main-heading div p:first-child {
  font-size: 36px;
  font-weight: bold;
}

.yundle-appreciations .four .container .yundle3 .data-content p:last-child a, .yundle-appreciations .one .container .custom-card div div div a, .yundle-definitions .four .container .yundle3 .data-content p:last-child a, .yundle-definitions .one .container .custom-card div div div a, .yundle-how_to .two .container div div:first-child .custom-card div div div a, .yundle-directory .one .container .custom-card div div div a, .yundle-homepage .three .container .yundle3 .data-content p:last-child a, .yundle-homepage .two .container .custom-card div div:last-child a {
  text-decoration: none;
  color: #dc2626;
  font-weight: bold;
}
.yundle-appreciations .four .container .yundle3 .data-content p:last-child a:hover, .yundle-appreciations .one .container .custom-card div div div a:hover, .yundle-definitions .four .container .yundle3 .data-content p:last-child a:hover, .yundle-definitions .one .container .custom-card div div div a:hover, .yundle-how_to .two .container div div:first-child .custom-card div div div a:hover, .yundle-directory .one .container .custom-card div div div a:hover, .yundle-homepage .three .container .yundle3 .data-content p:last-child a:hover, .yundle-homepage .two .container .custom-card div div:last-child a:hover {
  border-bottom: 1px solid #dc2626;
  transition: border-bottom 0.4s ease-in-out;
}

.yundle-homepage .four .container .foot-homepage .signup .custom-border {
  border-bottom: 1px solid white;
}

.yundle-appreciations .three .container .heading-box .box-heading,
.yundle-appreciations .four .container .heading-box .box-heading,
.yundle-appreciations .five .container .heading-box .box-heading, .yundle-definitions .three .container .heading-box .box-heading,
.yundle-definitions .four .container .heading-box .box-heading,
.yundle-definitions .five .container .heading-box .box-heading, .yundle-product .six .container .heading-box .box-heading, .yundle-product .five .container .heading-box .box-heading, .yundle-product .two .container .heading-box .box-heading, .yundle-directory .three .container .heading-box .box-heading,
.yundle-directory .four .container .heading-box .box-heading,
.yundle-directory .five .container .heading-box .box-heading {
  border-left: 4px solid #dc2626;
  padding-left: 1%;
}
.yundle-appreciations .three .container .heading-box .box-heading p:first-child,
.yundle-appreciations .four .container .heading-box .box-heading p:first-child,
.yundle-appreciations .five .container .heading-box .box-heading p:first-child, .yundle-definitions .three .container .heading-box .box-heading p:first-child,
.yundle-definitions .four .container .heading-box .box-heading p:first-child,
.yundle-definitions .five .container .heading-box .box-heading p:first-child, .yundle-product .six .container .heading-box .box-heading p:first-child, .yundle-product .five .container .heading-box .box-heading p:first-child, .yundle-product .two .container .heading-box .box-heading p:first-child, .yundle-directory .three .container .heading-box .box-heading p:first-child,
.yundle-directory .four .container .heading-box .box-heading p:first-child,
.yundle-directory .five .container .heading-box .box-heading p:first-child {
  font-weight: bold;
  font-size: 28px;
}
.yundle-appreciations .three .container .heading-box .box-heading p.popular,
.yundle-appreciations .four .container .heading-box .box-heading p.popular,
.yundle-appreciations .five .container .heading-box .box-heading p.popular, .yundle-definitions .three .container .heading-box .box-heading p.popular,
.yundle-definitions .four .container .heading-box .box-heading p.popular,
.yundle-definitions .five .container .heading-box .box-heading p.popular, .yundle-product .six .container .heading-box .box-heading p.popular, .yundle-product .five .container .heading-box .box-heading p.popular, .yundle-product .two .container .heading-box .box-heading p.popular, .yundle-directory .three .container .heading-box .box-heading p.popular,
.yundle-directory .four .container .heading-box .box-heading p.popular,
.yundle-directory .five .container .heading-box .box-heading p.popular {
  color: white;
}
.yundle-appreciations .three .container .heading-box button,
.yundle-appreciations .four .container .heading-box button,
.yundle-appreciations .five .container .heading-box button, .yundle-definitions .three .container .heading-box button,
.yundle-definitions .four .container .heading-box button,
.yundle-definitions .five .container .heading-box button, .yundle-product .six .container .heading-box button, .yundle-product .five .container .heading-box button, .yundle-product .two .container .heading-box button, .yundle-directory .three .container .heading-box button,
.yundle-directory .four .container .heading-box button,
.yundle-directory .five .container .heading-box button {
  color: white;
  border: none;
  background-color: #dc2626;
  padding: 1rem 1.25rem;
  border-radius: 0.25rem;
}
.yundle-appreciations .three .container .heading-box button:hover,
.yundle-appreciations .four .container .heading-box button:hover,
.yundle-appreciations .five .container .heading-box button:hover, .yundle-definitions .three .container .heading-box button:hover,
.yundle-definitions .four .container .heading-box button:hover,
.yundle-definitions .five .container .heading-box button:hover, .yundle-product .six .container .heading-box button:hover, .yundle-product .five .container .heading-box button:hover, .yundle-product .two .container .heading-box button:hover, .yundle-directory .three .container .heading-box button:hover,
.yundle-directory .four .container .heading-box button:hover,
.yundle-directory .five .container .heading-box button:hover {
  background-color: #2e2d33;
}

.virtual-assets-section .virtual-assets-row .virtual-assets-card:hover h3.virtual-card-center-heading, .virtual-assets-section .virtual-assets-row .virtual-assets-card .virtual-assets-card-inner {
  opacity: 0;
  visibility: hidden;
}

.yundle-photos .one .container div .btns button, .add-directory-middle-section .add-directory-form-aside .add-directory-form-wrap .form-submission-actions .form-action-btn, .add-directory-middle-section .add-directory-browse-aside .all-browse-categories-btn a, .add-directory-banner-section .virtual-heading-row .heading-contact-list .add-your-listing-free-btn a, .yundle-sales .two .container .filters div div .btn1,
.yundle-sales .two .container .filters div div .btn2, .yundle-sales .two .container div .sales-btn, .yundle-sales .one .container div .sales-btn {
  color: #fff;
  font-size: 18px;
  border-radius: 8px;
  background-color: #ce2123;
  transition: all 0.4s ease-in-out;
}
.yundle-photos .one .container div .btns button:hover, .add-directory-middle-section .add-directory-form-aside .add-directory-form-wrap .form-submission-actions .form-action-btn:hover, .add-directory-middle-section .add-directory-browse-aside .all-browse-categories-btn a:hover, .add-directory-banner-section .virtual-heading-row .heading-contact-list .add-your-listing-free-btn a:hover, .yundle-sales .two .container .filters div div .btn1:hover,
.yundle-sales .two .container .filters div div .btn2:hover, .yundle-sales .two .container div .sales-btn:hover, .yundle-sales .one .container div .sales-btn:hover {
  background-color: #2e2d33;
}

.yundle-appreciations .four .container .define div, .yundle-definitions .four .container .define div, .yundle-homepage .three .container .experience div, .yundle-homepage .two .container .main-heading div {
  border-left: 3px solid #dc2626;
  padding: 2% 0% 2% 2%;
}
.yundle-appreciations .four .container .define div p:first-child, .yundle-definitions .four .container .define div p:first-child, .yundle-homepage .three .container .experience div p:first-child, .yundle-homepage .two .container .main-heading div p:first-child {
  font-size: 36px;
  font-weight: bold;
}

.yundle-appreciations .four .container .yundle3 .data-content p:last-child a, .yundle-appreciations .one .container .custom-card div div div a, .yundle-definitions .four .container .yundle3 .data-content p:last-child a, .yundle-definitions .one .container .custom-card div div div a, .yundle-how_to .two .container div div:first-child .custom-card div div div a, .yundle-directory .one .container .custom-card div div div a, .yundle-homepage .three .container .yundle3 .data-content p:last-child a, .yundle-homepage .two .container .custom-card div div:last-child a {
  text-decoration: none;
  color: #dc2626;
  font-weight: bold;
}
.yundle-appreciations .four .container .yundle3 .data-content p:last-child a:hover, .yundle-appreciations .one .container .custom-card div div div a:hover, .yundle-definitions .four .container .yundle3 .data-content p:last-child a:hover, .yundle-definitions .one .container .custom-card div div div a:hover, .yundle-how_to .two .container div div:first-child .custom-card div div div a:hover, .yundle-directory .one .container .custom-card div div div a:hover, .yundle-homepage .three .container .yundle3 .data-content p:last-child a:hover, .yundle-homepage .two .container .custom-card div div:last-child a:hover {
  border-bottom: 1px solid #dc2626;
  transition: border-bottom 0.4s ease-in-out;
}

.yundle-homepage .four .container .foot-homepage .signup .custom-border {
  border-bottom: 1px solid white;
}

.yundle-appreciations .three .container .heading-box .box-heading,
.yundle-appreciations .four .container .heading-box .box-heading,
.yundle-appreciations .five .container .heading-box .box-heading, .yundle-definitions .three .container .heading-box .box-heading,
.yundle-definitions .four .container .heading-box .box-heading,
.yundle-definitions .five .container .heading-box .box-heading, .yundle-product .six .container .heading-box .box-heading, .yundle-product .five .container .heading-box .box-heading, .yundle-product .two .container .heading-box .box-heading, .yundle-directory .three .container .heading-box .box-heading,
.yundle-directory .four .container .heading-box .box-heading,
.yundle-directory .five .container .heading-box .box-heading {
  border-left: 4px solid #dc2626;
  padding-left: 1%;
}
.yundle-appreciations .three .container .heading-box .box-heading p:first-child,
.yundle-appreciations .four .container .heading-box .box-heading p:first-child,
.yundle-appreciations .five .container .heading-box .box-heading p:first-child, .yundle-definitions .three .container .heading-box .box-heading p:first-child,
.yundle-definitions .four .container .heading-box .box-heading p:first-child,
.yundle-definitions .five .container .heading-box .box-heading p:first-child, .yundle-product .six .container .heading-box .box-heading p:first-child, .yundle-product .five .container .heading-box .box-heading p:first-child, .yundle-product .two .container .heading-box .box-heading p:first-child, .yundle-directory .three .container .heading-box .box-heading p:first-child,
.yundle-directory .four .container .heading-box .box-heading p:first-child,
.yundle-directory .five .container .heading-box .box-heading p:first-child {
  font-weight: bold;
  font-size: 28px;
}
.yundle-appreciations .three .container .heading-box .box-heading p.popular,
.yundle-appreciations .four .container .heading-box .box-heading p.popular,
.yundle-appreciations .five .container .heading-box .box-heading p.popular, .yundle-definitions .three .container .heading-box .box-heading p.popular,
.yundle-definitions .four .container .heading-box .box-heading p.popular,
.yundle-definitions .five .container .heading-box .box-heading p.popular, .yundle-product .six .container .heading-box .box-heading p.popular, .yundle-product .five .container .heading-box .box-heading p.popular, .yundle-product .two .container .heading-box .box-heading p.popular, .yundle-directory .three .container .heading-box .box-heading p.popular,
.yundle-directory .four .container .heading-box .box-heading p.popular,
.yundle-directory .five .container .heading-box .box-heading p.popular {
  color: white;
}
.yundle-appreciations .three .container .heading-box button,
.yundle-appreciations .four .container .heading-box button,
.yundle-appreciations .five .container .heading-box button, .yundle-definitions .three .container .heading-box button,
.yundle-definitions .four .container .heading-box button,
.yundle-definitions .five .container .heading-box button, .yundle-product .six .container .heading-box button, .yundle-product .five .container .heading-box button, .yundle-product .two .container .heading-box button, .yundle-directory .three .container .heading-box button,
.yundle-directory .four .container .heading-box button,
.yundle-directory .five .container .heading-box button {
  color: white;
  border: none;
  background-color: #dc2626;
  padding: 1rem 1.25rem;
  border-radius: 0.25rem;
}
.yundle-appreciations .three .container .heading-box button:hover,
.yundle-appreciations .four .container .heading-box button:hover,
.yundle-appreciations .five .container .heading-box button:hover, .yundle-definitions .three .container .heading-box button:hover,
.yundle-definitions .four .container .heading-box button:hover,
.yundle-definitions .five .container .heading-box button:hover, .yundle-product .six .container .heading-box button:hover, .yundle-product .five .container .heading-box button:hover, .yundle-product .two .container .heading-box button:hover, .yundle-directory .three .container .heading-box button:hover,
.yundle-directory .four .container .heading-box button:hover,
.yundle-directory .five .container .heading-box button:hover {
  background-color: #2e2d33;
}

.virtual-assets-section .virtual-assets-row .virtual-assets-card:hover h3.virtual-card-center-heading, .virtual-assets-section .virtual-assets-row .virtual-assets-card .virtual-assets-card-inner {
  opacity: 0;
  visibility: hidden;
}

.yundle-photos .one .container div .btns button, .add-directory-middle-section .add-directory-form-aside .add-directory-form-wrap .form-submission-actions .form-action-btn, .add-directory-middle-section .add-directory-browse-aside .all-browse-categories-btn a, .add-directory-banner-section .virtual-heading-row .heading-contact-list .add-your-listing-free-btn a, .yundle-sales .two .container .filters div div .btn1,
.yundle-sales .two .container .filters div div .btn2, .yundle-sales .two .container div .sales-btn, .yundle-sales .one .container div .sales-btn {
  color: #fff;
  font-size: 18px;
  border-radius: 8px;
  background-color: #ce2123;
  transition: all 0.4s ease-in-out;
}
.yundle-photos .one .container div .btns button:hover, .add-directory-middle-section .add-directory-form-aside .add-directory-form-wrap .form-submission-actions .form-action-btn:hover, .add-directory-middle-section .add-directory-browse-aside .all-browse-categories-btn a:hover, .add-directory-banner-section .virtual-heading-row .heading-contact-list .add-your-listing-free-btn a:hover, .yundle-sales .two .container .filters div div .btn1:hover,
.yundle-sales .two .container .filters div div .btn2:hover, .yundle-sales .two .container div .sales-btn:hover, .yundle-sales .one .container div .sales-btn:hover {
  background-color: #2e2d33;
}

.footer {
  background-color: #2e2d33;
  color: #d4d4d4;
}
.footer .container div div ul li a {
  color: #d4d4d4;
}
.footer .container div div .main-heading {
  color: white;
}
.footer .container div div .dashed-custom-border {
  border-bottom: 1px dashed #d4d4d4;
}
.footer .container div div .dashed-custom-border p {
  margin: 0;
}
.footer .social .icons {
  height: 10rem;
  border-width: 1px 1px 1px 0px;
  border-style: solid;
  border-color: #d4d4d4;
}
.footer .social .icons div p:first-child {
  font-size: 20px;
}
.footer .social .icons div a {
  text-decoration: none;
}
.footer .social .callus {
  height: 10rem;
  border-width: 1px 0px 1px 0px;
  border-style: solid;
  border-color: #d4d4d4;
}
.footer .social .callus div p {
  margin: 0;
  font-size: 20px;
}
.footer .social .callus div p:last-child {
  text-align: right;
}
.footer .social .callus div p:last-child a {
  text-decoration: none;
  font-size: 24px;
  color: #f6e0ae;
}

@media screen and (max-device-width: 767px) {
  .footer .links {
    width: 100%;
  }
  .footer .social .icons {
    border: none;
    width: 100%;
  }
  .footer .social .callus {
    border: none;
    width: 100%;
  }
  .footer .social .callus div p:last-child {
    text-align: left;
  }
}
.yundle-appreciations .four .container .define div, .yundle-definitions .four .container .define div, .yundle-homepage .three .container .experience div, .yundle-homepage .two .container .main-heading div {
  border-left: 3px solid #dc2626;
  padding: 2% 0% 2% 2%;
}
.yundle-appreciations .four .container .define div p:first-child, .yundle-definitions .four .container .define div p:first-child, .yundle-homepage .three .container .experience div p:first-child, .yundle-homepage .two .container .main-heading div p:first-child {
  font-size: 36px;
  font-weight: bold;
}

.yundle-appreciations .four .container .yundle3 .data-content p:last-child a, .yundle-appreciations .one .container .custom-card div div div a, .yundle-definitions .four .container .yundle3 .data-content p:last-child a, .yundle-definitions .one .container .custom-card div div div a, .yundle-how_to .two .container div div:first-child .custom-card div div div a, .yundle-directory .one .container .custom-card div div div a, .yundle-homepage .three .container .yundle3 .data-content p:last-child a, .yundle-homepage .two .container .custom-card div div:last-child a {
  text-decoration: none;
  color: #dc2626;
  font-weight: bold;
}
.yundle-appreciations .four .container .yundle3 .data-content p:last-child a:hover, .yundle-appreciations .one .container .custom-card div div div a:hover, .yundle-definitions .four .container .yundle3 .data-content p:last-child a:hover, .yundle-definitions .one .container .custom-card div div div a:hover, .yundle-how_to .two .container div div:first-child .custom-card div div div a:hover, .yundle-directory .one .container .custom-card div div div a:hover, .yundle-homepage .three .container .yundle3 .data-content p:last-child a:hover, .yundle-homepage .two .container .custom-card div div:last-child a:hover {
  border-bottom: 1px solid #dc2626;
  transition: border-bottom 0.4s ease-in-out;
}

.yundle-homepage .four .container .foot-homepage .signup .custom-border {
  border-bottom: 1px solid white;
}

.yundle-appreciations .three .container .heading-box .box-heading,
.yundle-appreciations .four .container .heading-box .box-heading,
.yundle-appreciations .five .container .heading-box .box-heading, .yundle-definitions .three .container .heading-box .box-heading,
.yundle-definitions .four .container .heading-box .box-heading,
.yundle-definitions .five .container .heading-box .box-heading, .yundle-product .six .container .heading-box .box-heading, .yundle-product .five .container .heading-box .box-heading, .yundle-product .two .container .heading-box .box-heading, .yundle-directory .three .container .heading-box .box-heading,
.yundle-directory .four .container .heading-box .box-heading,
.yundle-directory .five .container .heading-box .box-heading {
  border-left: 4px solid #dc2626;
  padding-left: 1%;
}
.yundle-appreciations .three .container .heading-box .box-heading p:first-child,
.yundle-appreciations .four .container .heading-box .box-heading p:first-child,
.yundle-appreciations .five .container .heading-box .box-heading p:first-child, .yundle-definitions .three .container .heading-box .box-heading p:first-child,
.yundle-definitions .four .container .heading-box .box-heading p:first-child,
.yundle-definitions .five .container .heading-box .box-heading p:first-child, .yundle-product .six .container .heading-box .box-heading p:first-child, .yundle-product .five .container .heading-box .box-heading p:first-child, .yundle-product .two .container .heading-box .box-heading p:first-child, .yundle-directory .three .container .heading-box .box-heading p:first-child,
.yundle-directory .four .container .heading-box .box-heading p:first-child,
.yundle-directory .five .container .heading-box .box-heading p:first-child {
  font-weight: bold;
  font-size: 28px;
}
.yundle-appreciations .three .container .heading-box .box-heading p.popular,
.yundle-appreciations .four .container .heading-box .box-heading p.popular,
.yundle-appreciations .five .container .heading-box .box-heading p.popular, .yundle-definitions .three .container .heading-box .box-heading p.popular,
.yundle-definitions .four .container .heading-box .box-heading p.popular,
.yundle-definitions .five .container .heading-box .box-heading p.popular, .yundle-product .six .container .heading-box .box-heading p.popular, .yundle-product .five .container .heading-box .box-heading p.popular, .yundle-product .two .container .heading-box .box-heading p.popular, .yundle-directory .three .container .heading-box .box-heading p.popular,
.yundle-directory .four .container .heading-box .box-heading p.popular,
.yundle-directory .five .container .heading-box .box-heading p.popular {
  color: white;
}
.yundle-appreciations .three .container .heading-box button,
.yundle-appreciations .four .container .heading-box button,
.yundle-appreciations .five .container .heading-box button, .yundle-definitions .three .container .heading-box button,
.yundle-definitions .four .container .heading-box button,
.yundle-definitions .five .container .heading-box button, .yundle-product .six .container .heading-box button, .yundle-product .five .container .heading-box button, .yundle-product .two .container .heading-box button, .yundle-directory .three .container .heading-box button,
.yundle-directory .four .container .heading-box button,
.yundle-directory .five .container .heading-box button {
  color: white;
  border: none;
  background-color: #dc2626;
  padding: 1rem 1.25rem;
  border-radius: 0.25rem;
}
.yundle-appreciations .three .container .heading-box button:hover,
.yundle-appreciations .four .container .heading-box button:hover,
.yundle-appreciations .five .container .heading-box button:hover, .yundle-definitions .three .container .heading-box button:hover,
.yundle-definitions .four .container .heading-box button:hover,
.yundle-definitions .five .container .heading-box button:hover, .yundle-product .six .container .heading-box button:hover, .yundle-product .five .container .heading-box button:hover, .yundle-product .two .container .heading-box button:hover, .yundle-directory .three .container .heading-box button:hover,
.yundle-directory .four .container .heading-box button:hover,
.yundle-directory .five .container .heading-box button:hover {
  background-color: #2e2d33;
}

.virtual-assets-section .virtual-assets-row .virtual-assets-card:hover h3.virtual-card-center-heading, .virtual-assets-section .virtual-assets-row .virtual-assets-card .virtual-assets-card-inner {
  opacity: 0;
  visibility: hidden;
}

.yundle-photos .one .container div .btns button, .add-directory-middle-section .add-directory-form-aside .add-directory-form-wrap .form-submission-actions .form-action-btn, .add-directory-middle-section .add-directory-browse-aside .all-browse-categories-btn a, .add-directory-banner-section .virtual-heading-row .heading-contact-list .add-your-listing-free-btn a, .yundle-sales .two .container .filters div div .btn1,
.yundle-sales .two .container .filters div div .btn2, .yundle-sales .two .container div .sales-btn, .yundle-sales .one .container div .sales-btn {
  color: #fff;
  font-size: 18px;
  border-radius: 8px;
  background-color: #ce2123;
  transition: all 0.4s ease-in-out;
}
.yundle-photos .one .container div .btns button:hover, .add-directory-middle-section .add-directory-form-aside .add-directory-form-wrap .form-submission-actions .form-action-btn:hover, .add-directory-middle-section .add-directory-browse-aside .all-browse-categories-btn a:hover, .add-directory-banner-section .virtual-heading-row .heading-contact-list .add-your-listing-free-btn a:hover, .yundle-sales .two .container .filters div div .btn1:hover,
.yundle-sales .two .container .filters div div .btn2:hover, .yundle-sales .two .container div .sales-btn:hover, .yundle-sales .one .container div .sales-btn:hover {
  background-color: #2e2d33;
}

.homepage-body {
  background-image: url("/assets/images/body_bg.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.bg {
  background-image: url("/assets/images/bannerhom.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.yundle-homepage .one {
  color: white;
  padding-bottom: 12%;
}
.yundle-homepage .one .container {
  padding: 10%;
}
.yundle-homepage .one .container .row .title h1 {
  font-size: 48px;
  line-height: 1.4;
}
.yundle-homepage .one .container .row .title p {
  color: #e6e6e6;
  font-size: 16px;
  font-weight: 400;
  padding: 20px 0 50px;
  line-height: 1.8;
}
.yundle-homepage .one .container .btns {
  display: flex;
  justify-content: center;
  align-items: center;
}
.yundle-homepage .one .container .btns button {
  margin: 5px 10px;
  border: none;
  padding: 12px 25px;
  border-radius: 0.5rem;
}
.yundle-homepage .one .container .btns button.learn_more {
  background-color: #dc2626;
  color: white;
}
.yundle-homepage .one .container .btns button.register {
  color: #2e2d33;
  background-color: white;
}
.yundle-homepage .two {
  background-image: url("/assets/images/auctions.png");
  background-repeat: no-repeat;
  background-position: 6% 6%;
  padding-bottom: 5%;
}
.yundle-homepage .two .container .main-heading {
  margin: 4% 0%;
}
.yundle-homepage .two .container .main-heading div {
  width: 70%;
}
.yundle-homepage .two .container .custom-card div div .coming-soon {
  left: 94%;
}
.yundle-homepage .three {
  padding: 5% 0%;
  background-color: #f7f7f7;
}
.yundle-homepage .three .container .yundle3 img {
  margin-right: -100px;
  background: white;
  padding: 20px;
  border-radius: 15px;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
  max-width: 100%;
  display: block;
  vertical-align: middle;
}
.yundle-homepage .three .container .yundle3 .data-content {
  background-color: white;
  padding: 30px;
  border-radius: 15px;
  width: 100%;
}
.yundle-homepage .three .container .yundle3 .data-content p:first-child {
  font-weight: bold;
  font-size: 30px;
}
.yundle-homepage .three .container .experience {
  background-image: url("/assets/images/what_we_do.png");
  background-repeat: no-repeat;
  margin-top: 10%;
  width: 100%;
  background-size: contain;
}
.yundle-homepage .three .container .floating-boxes div .box {
  margin: 5%;
  padding: 5% 4%;
  border-radius: 1rem;
  box-shadow: -1px 0px 74px -16px rgba(0, 0, 0, 0.15);
}
.yundle-homepage .three .container .floating-boxes div .box p:first-child {
  font-weight: bold;
  font-size: 30px;
  margin-left: 25px;
  margin-left: 5%;
}
.yundle-homepage .three .container .floating-boxes div .box p:nth-child(2) {
  color: #dc2626;
  font-weight: bold;
  font-size: 18px;
}
.yundle-homepage .four {
  padding: 5% 0% 0% 0%;
  background-color: #2e2d33;
  color: #d4d4d4;
}
.yundle-homepage .four .container .foot-homepage .signup .consultation .mob p:first-child a {
  text-decoration: none;
  color: #d4d4d4;
}
.yundle-homepage .four .container .foot-homepage .signup .consultation .mob p:last-child {
  font-weight: 300;
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.yundle-homepage .four .container .foot-homepage .signup .consultation .mob p:last-child span {
  font-weight: bolder;
  color: white;
}
.yundle-homepage .four .container .foot-homepage .signup .signup-heading {
  line-height: 51px;
  text-align: left;
  font-weight: 500;
  font-size: 2.25rem;
}
.yundle-homepage .four .container .foot-homepage .signup .signup-heading-text {
  border-bottom: 1px solid white;
  padding-top: 30px;
  padding-bottom: 40px;
  font-weight: 300;
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.yundle-homepage .four .container .foot-homepage .signup .mail div a {
  color: #dc2626;
}
.yundle-homepage .four .container .foot-homepage .signup .iconns p {
  margin: 0;
}
.yundle-homepage .four .container .foot-homepage .signup .iconns p .soicalfooticons a {
  margin-right: 1rem;
  color: white;
  cursor: pointer;
}
.yundle-homepage .four .container .foot-homepage .signup .iconns p .soicalfooticons a .ico {
  height: 2rem;
  width: 2rem;
}
.yundle-homepage .four .container .foot-homepage .signup .iconns p .soicalfooticons a:hover {
  color: #dc2626;
}
.yundle-homepage .four .container .foot-homepage div:last-child .form-signup {
  padding-top: 2.75rem;
  padding: 1.75rem;
  border-radius: 20px;
  background-color: white;
  color: #2e2d33;
}
.yundle-homepage .four .container .foot-homepage div:last-child .form-signup p:first-child {
  font-weight: 700;
  text-transform: capitalize;
  font-size: 2.25rem;
  line-height: 2.5rem;
}
.yundle-homepage .four .container .foot-homepage div:last-child .form-signup p:nth-child(2) {
  text-transform: capitalize;
  line-height: 2rem;
  font-size: 1.25rem;
}
.yundle-homepage .four .container .foot-homepage div:last-child .form-signup form div input[type=text],
.yundle-homepage .four .container .foot-homepage div:last-child .form-signup form div textarea {
  height: 70px;
  border-radius: 50px;
  border: 1px solid rgb(209, 213, 219);
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
  color: #2e2d33;
  background-color: rgba(243, 244, 246, 0.5);
  outline: none;
}
.yundle-homepage .four .container .foot-homepage div:last-child .form-signup form div input[type=text]:focus,
.yundle-homepage .four .container .foot-homepage div:last-child .form-signup form div textarea:focus {
  border: 1px solid #dc2626 !important;
}
.yundle-homepage .four .container .foot-homepage div:last-child .form-signup form div input[type=text]::-moz-placeholder, .yundle-homepage .four .container .foot-homepage div:last-child .form-signup form div textarea::-moz-placeholder {
  color: #b1b1b1;
}
.yundle-homepage .four .container .foot-homepage div:last-child .form-signup form div input[type=text]::placeholder,
.yundle-homepage .four .container .foot-homepage div:last-child .form-signup form div textarea::placeholder {
  color: #b1b1b1;
}
.yundle-homepage .four .container .foot-homepage div:last-child .form-signup form div textarea {
  height: 220px !important;
  border-radius: 20px !important;
  resize: none;
}
.yundle-homepage .four .container .foot-homepage div:last-child .form-signup form .submit-btn button {
  color: white;
  background-color: #dc2626;
}
.yundle-homepage .four .container .foot-homepage div:last-child .form-signup form .submit-btn button:hover {
  background-color: #2e2d33;
}
.yundle-homepage .four .container .copyright {
  color: #b1b1b1;
}
.yundle-homepage .four .container .copyright a {
  color: #b1b1b1;
  text-decoration: underline;
}

@media screen and (max-device-width: 375px) {
  .yundle-homepage .four .container .row .signup .custom-table {
    display: block !important;
    text-align: center;
    color: red !important;
  }
}
@media screen and (max-device-width: 425px) {
  .yundle-homepage .one .container .btns {
    display: block;
  }
  .yundle-homepage .one .container .btns button {
    display: flex;
    margin: 10px auto;
  }
  .yundle-homepage .two .container .main-heading div {
    width: 100%;
  }
}
@media screen and (max-device-width: 575px) {
  .yundle-homepage .two .custom-card {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media screen and (max-device-width: 767px) {
  .yundle-homepage .two {
    background-size: contain;
    background-position: 0% 0%;
  }
  .yundle-homepage .two .container .main-heading div {
    width: 85%;
  }
  .yundle-homepage .four .container .row .signup .mail div a {
    display: flex;
    justify-content: center;
  }
  .yundle-homepage .four .container .row .signup .iconns .col {
    display: flex;
    justify-content: center;
  }
  .yundle-homepage .four .container .row div:last-child {
    margin: 5% 0%;
  }
}
@media screen and (min-device-width: 1024px) {
  .yundle-homepage .three .container .yundle3 img {
    width: 50%;
    height: auto;
  }
  .yundle-homepage .three .container .yundle3 .data-content {
    width: 50% !important;
  }
}
.yundle-appreciations .four .container .define div, .yundle-definitions .four .container .define div, .yundle-homepage .two .container .main-heading div, .yundle-homepage .three .container .experience div {
  border-left: 3px solid #dc2626;
  padding: 2% 0% 2% 2%;
}
.yundle-appreciations .four .container .define div p:first-child, .yundle-definitions .four .container .define div p:first-child, .yundle-homepage .two .container .main-heading div p:first-child, .yundle-homepage .three .container .experience div p:first-child {
  font-size: 36px;
  font-weight: bold;
}

.yundle-appreciations .four .container .yundle3 .data-content p:last-child a, .yundle-appreciations .one .container .custom-card div div div a, .yundle-definitions .four .container .yundle3 .data-content p:last-child a, .yundle-definitions .one .container .custom-card div div div a, .yundle-how_to .two .container div div:first-child .custom-card div div div a, .yundle-directory .one .container .custom-card div div div a, .yundle-homepage .two .container .custom-card div div:last-child a, .yundle-homepage .three .container .yundle3 .data-content p:last-child a {
  text-decoration: none;
  color: #dc2626;
  font-weight: bold;
}
.yundle-appreciations .four .container .yundle3 .data-content p:last-child a:hover, .yundle-appreciations .one .container .custom-card div div div a:hover, .yundle-definitions .four .container .yundle3 .data-content p:last-child a:hover, .yundle-definitions .one .container .custom-card div div div a:hover, .yundle-how_to .two .container div div:first-child .custom-card div div div a:hover, .yundle-directory .one .container .custom-card div div div a:hover, .yundle-homepage .two .container .custom-card div div:last-child a:hover, .yundle-homepage .three .container .yundle3 .data-content p:last-child a:hover {
  border-bottom: 1px solid #dc2626;
  transition: border-bottom 0.4s ease-in-out;
}

.yundle-homepage .four .container .foot-homepage .signup .custom-border {
  border-bottom: 1px solid white;
}

.yundle-appreciations .three .container .heading-box .box-heading,
.yundle-appreciations .four .container .heading-box .box-heading,
.yundle-appreciations .five .container .heading-box .box-heading, .yundle-definitions .three .container .heading-box .box-heading,
.yundle-definitions .four .container .heading-box .box-heading,
.yundle-definitions .five .container .heading-box .box-heading, .yundle-product .six .container .heading-box .box-heading, .yundle-product .five .container .heading-box .box-heading, .yundle-product .two .container .heading-box .box-heading, .yundle-directory .three .container .heading-box .box-heading,
.yundle-directory .four .container .heading-box .box-heading,
.yundle-directory .five .container .heading-box .box-heading {
  border-left: 4px solid #dc2626;
  padding-left: 1%;
}
.yundle-appreciations .three .container .heading-box .box-heading p:first-child,
.yundle-appreciations .four .container .heading-box .box-heading p:first-child,
.yundle-appreciations .five .container .heading-box .box-heading p:first-child, .yundle-definitions .three .container .heading-box .box-heading p:first-child,
.yundle-definitions .four .container .heading-box .box-heading p:first-child,
.yundle-definitions .five .container .heading-box .box-heading p:first-child, .yundle-product .six .container .heading-box .box-heading p:first-child, .yundle-product .five .container .heading-box .box-heading p:first-child, .yundle-product .two .container .heading-box .box-heading p:first-child, .yundle-directory .three .container .heading-box .box-heading p:first-child,
.yundle-directory .four .container .heading-box .box-heading p:first-child,
.yundle-directory .five .container .heading-box .box-heading p:first-child {
  font-weight: bold;
  font-size: 28px;
}
.yundle-appreciations .three .container .heading-box .box-heading p.popular,
.yundle-appreciations .four .container .heading-box .box-heading p.popular,
.yundle-appreciations .five .container .heading-box .box-heading p.popular, .yundle-definitions .three .container .heading-box .box-heading p.popular,
.yundle-definitions .four .container .heading-box .box-heading p.popular,
.yundle-definitions .five .container .heading-box .box-heading p.popular, .yundle-product .six .container .heading-box .box-heading p.popular, .yundle-product .five .container .heading-box .box-heading p.popular, .yundle-product .two .container .heading-box .box-heading p.popular, .yundle-directory .three .container .heading-box .box-heading p.popular,
.yundle-directory .four .container .heading-box .box-heading p.popular,
.yundle-directory .five .container .heading-box .box-heading p.popular {
  color: white;
}
.yundle-appreciations .three .container .heading-box button,
.yundle-appreciations .four .container .heading-box button,
.yundle-appreciations .five .container .heading-box button, .yundle-definitions .three .container .heading-box button,
.yundle-definitions .four .container .heading-box button,
.yundle-definitions .five .container .heading-box button, .yundle-product .six .container .heading-box button, .yundle-product .five .container .heading-box button, .yundle-product .two .container .heading-box button, .yundle-directory .three .container .heading-box button,
.yundle-directory .four .container .heading-box button,
.yundle-directory .five .container .heading-box button {
  color: white;
  border: none;
  background-color: #dc2626;
  padding: 1rem 1.25rem;
  border-radius: 0.25rem;
}
.yundle-appreciations .three .container .heading-box button:hover,
.yundle-appreciations .four .container .heading-box button:hover,
.yundle-appreciations .five .container .heading-box button:hover, .yundle-definitions .three .container .heading-box button:hover,
.yundle-definitions .four .container .heading-box button:hover,
.yundle-definitions .five .container .heading-box button:hover, .yundle-product .six .container .heading-box button:hover, .yundle-product .five .container .heading-box button:hover, .yundle-product .two .container .heading-box button:hover, .yundle-directory .three .container .heading-box button:hover,
.yundle-directory .four .container .heading-box button:hover,
.yundle-directory .five .container .heading-box button:hover {
  background-color: #2e2d33;
}

.virtual-assets-section .virtual-assets-row .virtual-assets-card:hover h3.virtual-card-center-heading, .virtual-assets-section .virtual-assets-row .virtual-assets-card .virtual-assets-card-inner {
  opacity: 0;
  visibility: hidden;
}

.yundle-photos .one .container div .btns button, .add-directory-middle-section .add-directory-form-aside .add-directory-form-wrap .form-submission-actions .form-action-btn, .add-directory-middle-section .add-directory-browse-aside .all-browse-categories-btn a, .add-directory-banner-section .virtual-heading-row .heading-contact-list .add-your-listing-free-btn a, .yundle-sales .two .container .filters div div .btn1,
.yundle-sales .two .container .filters div div .btn2, .yundle-sales .two .container div .sales-btn, .yundle-sales .one .container div .sales-btn {
  color: #fff;
  font-size: 18px;
  border-radius: 8px;
  background-color: #ce2123;
  transition: all 0.4s ease-in-out;
}
.yundle-photos .one .container div .btns button:hover, .add-directory-middle-section .add-directory-form-aside .add-directory-form-wrap .form-submission-actions .form-action-btn:hover, .add-directory-middle-section .add-directory-browse-aside .all-browse-categories-btn a:hover, .add-directory-banner-section .virtual-heading-row .heading-contact-list .add-your-listing-free-btn a:hover, .yundle-sales .two .container .filters div div .btn1:hover,
.yundle-sales .two .container .filters div div .btn2:hover, .yundle-sales .two .container div .sales-btn:hover, .yundle-sales .one .container div .sales-btn:hover {
  background-color: #2e2d33;
}

.header {
  background-image: url("/assets/images/bannerhom.png");
}

.yundle-directory .one {
  padding: 5% 0%;
}
.yundle-directory .one .container .main-heading {
  padding: 5%;
}
.yundle-directory .one .container .main-heading::before {
  content: "DIRECTORY";
  position: absolute;
  z-index: -1;
  color: #f7f7f7;
  font-weight: bold;
  font-size: 700%;
  text-align: center;
}
.yundle-directory .one .container .main-heading :not(p:last-child) {
  font-size: 40px;
}
.yundle-directory .one .container .main-heading p:first-child {
  margin-bottom: 0px;
}
.yundle-directory .one .container .main-heading p:first-child .red-line span {
  border-bottom: 3px solid #dc2626;
}
.yundle-directory .two .container .box-heading {
  padding: 2% 0%;
}
.yundle-directory .two .container .box-heading p {
  border-left: 4px solid #dc2626;
  font-weight: bold;
  font-size: 28px;
  padding-left: 1%;
  margin: 0;
}
.yundle-directory .two .container .box-heading button {
  color: white;
  border: none;
  background-color: #dc2626;
  padding: 1rem 2rem;
  border-radius: 0.25rem;
}
.yundle-directory .two .container .box-heading button:hover {
  background-color: #2e2d33;
}
.yundle-directory .two .container .wrapper {
  background-color: #dc2626;
  padding: 2.25rem;
  border-radius: 1rem;
}
.yundle-directory .two .container .wrapper .form-search form {
  display: flex;
  align-items: center;
}
.yundle-directory .two .container .wrapper .form-search form div:first-child input {
  padding: 0.75rem;
  border-radius: 2.5rem 0rem 0rem 2.5rem;
  border-width: 0px 1px 0px 0px;
  border-color: #d4d4d4;
  border-style: solid;
}
.yundle-directory .two .container .wrapper .form-search form div:first-child input:focus {
  outline: none;
}
.yundle-directory .two .container .wrapper .form-search form div:first-child ::-moz-placeholder {
  color: #d4d4d4;
}
.yundle-directory .two .container .wrapper .form-search form div:first-child ::placeholder {
  color: #d4d4d4;
}
.yundle-directory .two .container .wrapper .form-search form div:nth-child(2) input {
  padding: 0.75rem;
  border: none;
}
.yundle-directory .two .container .wrapper .form-search form div:nth-child(2) input:focus {
  outline: none;
}
.yundle-directory .two .container .wrapper .form-search form div:nth-child(2) ::-moz-placeholder {
  color: #d4d4d4;
}
.yundle-directory .two .container .wrapper .form-search form div:nth-child(2) ::placeholder {
  color: #d4d4d4;
}
.yundle-directory .two .container .wrapper .form-search form div:last-child button {
  border: none;
  background-color: #2e2d33;
  color: white;
  padding: 0.75rem;
  border-radius: 0rem 2.5rem 2.5rem 0rem;
}
.yundle-directory .two .container .wrapper .form-search form div:last-child button::before {
  content: url("/assets/images/icons/search-white.png");
  position: absolute;
  transform: translate(-125%, 10%);
}
.yundle-directory .two .container .wrapper .tags {
  padding: 2% 0%;
}
.yundle-directory .two .container .wrapper .tags ul {
  list-style: none;
}
.yundle-directory .two .container .wrapper .tags ul li div {
  background-color: white;
}
.yundle-directory .two .container .wrapper .btns {
  color: white;
}
.yundle-directory .two .container .wrapper .btns p {
  margin: 0;
}
.yundle-directory .two .container .wrapper .btns button {
  color: white;
  border: none;
  background-color: transparent;
  padding: 0% 2%;
}
.yundle-directory .three,
.yundle-directory .four,
.yundle-directory .five {
  padding: 5% 0%;
}
.yundle-directory .three .container .data-boxes div,
.yundle-directory .four .container .data-boxes div,
.yundle-directory .five .container .data-boxes div {
  padding: 1rem;
}
.yundle-directory .three .container .data-boxes div p,
.yundle-directory .four .container .data-boxes div p,
.yundle-directory .five .container .data-boxes div p {
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  margin: 0;
  padding: 1rem;
}
.yundle-directory .three .container .data-boxes div small,
.yundle-directory .four .container .data-boxes div small,
.yundle-directory .five .container .data-boxes div small {
  color: #279AD3;
  float: right;
}
.yundle-directory .three .container .data-boxes ul,
.yundle-directory .four .container .data-boxes ul,
.yundle-directory .five .container .data-boxes ul {
  -moz-column-count: 2;
  column-count: 2;
}
.yundle-directory .three .container .data-boxes ul li,
.yundle-directory .four .container .data-boxes ul li,
.yundle-directory .five .container .data-boxes ul li {
  padding: 5px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  margin: 0;
  padding: 1rem;
  color: #279AD3;
  overflow: auto;
}
.yundle-directory .four .container {
  background-color: #f7f7f7;
}
.yundle-directory .four .container .data-boxes div p {
  background-color: white;
}

@media screen and (max-device-width: 425px) {
  .yundle-directory .one .container .main-heading::before {
    font-size: 300% !important;
  }
}
@media screen and (max-device-width: 575px) {
  .yundle-directory .two .container .box-heading {
    display: block;
  }
  .yundle-directory .two .container .box-heading button {
    display: flex;
    justify-content: center;
    margin: 3% auto;
  }
  .yundle-directory .two .container .wrapper .form-search form {
    display: flex;
    flex-direction: column;
  }
  .yundle-directory .two .container .wrapper .form-search form div:first-child {
    margin: 2% 0%;
    width: 100%;
  }
  .yundle-directory .two .container .wrapper .form-search form div:first-child input {
    border-radius: 2.5rem;
  }
  .yundle-directory .two .container .wrapper .form-search form div:nth-child(2) {
    margin: 2% 0%;
    width: 100%;
  }
  .yundle-directory .two .container .wrapper .form-search form div:nth-child(2) input {
    border-radius: 2.5rem;
  }
  .yundle-directory .two .container .wrapper .form-search form div:last-child {
    margin: 2% 0%;
    width: 100%;
  }
  .yundle-directory .two .container .wrapper .form-search form div:last-child button {
    border-radius: 2.5rem;
  }
  .yundle-directory .three .container .heading-box,
.yundle-directory .four .container .heading-box,
.yundle-directory .five .container .heading-box {
    flex-direction: column;
  }
  .yundle-directory .three .container .heading-box button,
.yundle-directory .four .container .heading-box button,
.yundle-directory .five .container .heading-box button {
    margin: 3% 0%;
  }
}
@media screen and (max-device-width: 767px) {
  .yundle-directory .one .container .main-heading::before {
    font-size: 400%;
  }
  .yundle-directory .two .container .wrapper .form-search form div {
    width: 33.3%;
  }
}
li.list-none a {
  color: #000;
}

.yundle-appreciations .four .container .define div, .yundle-definitions .four .container .define div, .yundle-homepage .two .container .main-heading div, .yundle-homepage .three .container .experience div {
  border-left: 3px solid #dc2626;
  padding: 2% 0% 2% 2%;
}
.yundle-appreciations .four .container .define div p:first-child, .yundle-definitions .four .container .define div p:first-child, .yundle-homepage .two .container .main-heading div p:first-child, .yundle-homepage .three .container .experience div p:first-child {
  font-size: 36px;
  font-weight: bold;
}

.yundle-appreciations .four .container .yundle3 .data-content p:last-child a, .yundle-appreciations .one .container .custom-card div div div a, .yundle-definitions .four .container .yundle3 .data-content p:last-child a, .yundle-definitions .one .container .custom-card div div div a, .yundle-how_to .two .container div div:first-child .custom-card div div div a, .yundle-homepage .two .container .custom-card div div:last-child a, .yundle-homepage .three .container .yundle3 .data-content p:last-child a, .yundle-directory .one .container .custom-card div div div a {
  text-decoration: none;
  color: #dc2626;
  font-weight: bold;
}
.yundle-appreciations .four .container .yundle3 .data-content p:last-child a:hover, .yundle-appreciations .one .container .custom-card div div div a:hover, .yundle-definitions .four .container .yundle3 .data-content p:last-child a:hover, .yundle-definitions .one .container .custom-card div div div a:hover, .yundle-how_to .two .container div div:first-child .custom-card div div div a:hover, .yundle-homepage .two .container .custom-card div div:last-child a:hover, .yundle-homepage .three .container .yundle3 .data-content p:last-child a:hover, .yundle-directory .one .container .custom-card div div div a:hover {
  border-bottom: 1px solid #dc2626;
  transition: border-bottom 0.4s ease-in-out;
}

.yundle-homepage .four .container .foot-homepage .signup .custom-border {
  border-bottom: 1px solid white;
}

.yundle-appreciations .three .container .heading-box .box-heading,
.yundle-appreciations .four .container .heading-box .box-heading,
.yundle-appreciations .five .container .heading-box .box-heading, .yundle-definitions .three .container .heading-box .box-heading,
.yundle-definitions .four .container .heading-box .box-heading,
.yundle-definitions .five .container .heading-box .box-heading, .yundle-product .six .container .heading-box .box-heading, .yundle-product .five .container .heading-box .box-heading, .yundle-product .two .container .heading-box .box-heading, .yundle-directory .three .container .heading-box .box-heading,
.yundle-directory .four .container .heading-box .box-heading,
.yundle-directory .five .container .heading-box .box-heading {
  border-left: 4px solid #dc2626;
  padding-left: 1%;
}
.yundle-appreciations .three .container .heading-box .box-heading p:first-child,
.yundle-appreciations .four .container .heading-box .box-heading p:first-child,
.yundle-appreciations .five .container .heading-box .box-heading p:first-child, .yundle-definitions .three .container .heading-box .box-heading p:first-child,
.yundle-definitions .four .container .heading-box .box-heading p:first-child,
.yundle-definitions .five .container .heading-box .box-heading p:first-child, .yundle-product .six .container .heading-box .box-heading p:first-child, .yundle-product .five .container .heading-box .box-heading p:first-child, .yundle-product .two .container .heading-box .box-heading p:first-child, .yundle-directory .three .container .heading-box .box-heading p:first-child,
.yundle-directory .four .container .heading-box .box-heading p:first-child,
.yundle-directory .five .container .heading-box .box-heading p:first-child {
  font-weight: bold;
  font-size: 28px;
}
.yundle-appreciations .three .container .heading-box .box-heading p.popular,
.yundle-appreciations .four .container .heading-box .box-heading p.popular,
.yundle-appreciations .five .container .heading-box .box-heading p.popular, .yundle-definitions .three .container .heading-box .box-heading p.popular,
.yundle-definitions .four .container .heading-box .box-heading p.popular,
.yundle-definitions .five .container .heading-box .box-heading p.popular, .yundle-product .six .container .heading-box .box-heading p.popular, .yundle-product .five .container .heading-box .box-heading p.popular, .yundle-product .two .container .heading-box .box-heading p.popular, .yundle-directory .three .container .heading-box .box-heading p.popular,
.yundle-directory .four .container .heading-box .box-heading p.popular,
.yundle-directory .five .container .heading-box .box-heading p.popular {
  color: white;
}
.yundle-appreciations .three .container .heading-box button,
.yundle-appreciations .four .container .heading-box button,
.yundle-appreciations .five .container .heading-box button, .yundle-definitions .three .container .heading-box button,
.yundle-definitions .four .container .heading-box button,
.yundle-definitions .five .container .heading-box button, .yundle-product .six .container .heading-box button, .yundle-product .five .container .heading-box button, .yundle-product .two .container .heading-box button, .yundle-directory .three .container .heading-box button,
.yundle-directory .four .container .heading-box button,
.yundle-directory .five .container .heading-box button {
  color: white;
  border: none;
  background-color: #dc2626;
  padding: 1rem 1.25rem;
  border-radius: 0.25rem;
}
.yundle-appreciations .three .container .heading-box button:hover,
.yundle-appreciations .four .container .heading-box button:hover,
.yundle-appreciations .five .container .heading-box button:hover, .yundle-definitions .three .container .heading-box button:hover,
.yundle-definitions .four .container .heading-box button:hover,
.yundle-definitions .five .container .heading-box button:hover, .yundle-product .six .container .heading-box button:hover, .yundle-product .five .container .heading-box button:hover, .yundle-product .two .container .heading-box button:hover, .yundle-directory .three .container .heading-box button:hover,
.yundle-directory .four .container .heading-box button:hover,
.yundle-directory .five .container .heading-box button:hover {
  background-color: #2e2d33;
}

.virtual-assets-section .virtual-assets-row .virtual-assets-card:hover h3.virtual-card-center-heading, .virtual-assets-section .virtual-assets-row .virtual-assets-card .virtual-assets-card-inner {
  opacity: 0;
  visibility: hidden;
}

.yundle-photos .one .container div .btns button, .add-directory-middle-section .add-directory-form-aside .add-directory-form-wrap .form-submission-actions .form-action-btn, .add-directory-middle-section .add-directory-browse-aside .all-browse-categories-btn a, .add-directory-banner-section .virtual-heading-row .heading-contact-list .add-your-listing-free-btn a, .yundle-sales .two .container .filters div div .btn1,
.yundle-sales .two .container .filters div div .btn2, .yundle-sales .two .container div .sales-btn, .yundle-sales .one .container div .sales-btn {
  color: #fff;
  font-size: 18px;
  border-radius: 8px;
  background-color: #ce2123;
  transition: all 0.4s ease-in-out;
}
.yundle-photos .one .container div .btns button:hover, .add-directory-middle-section .add-directory-form-aside .add-directory-form-wrap .form-submission-actions .form-action-btn:hover, .add-directory-middle-section .add-directory-browse-aside .all-browse-categories-btn a:hover, .add-directory-banner-section .virtual-heading-row .heading-contact-list .add-your-listing-free-btn a:hover, .yundle-sales .two .container .filters div div .btn1:hover,
.yundle-sales .two .container .filters div div .btn2:hover, .yundle-sales .two .container div .sales-btn:hover, .yundle-sales .one .container div .sales-btn:hover {
  background-color: #2e2d33;
}

.header {
  background-image: url("/assets/images/bannerhom.png");
}

.yundle-product .one {
  padding: 5% 0%;
}
.yundle-product .one .container .main-heading {
  position: relative;
  padding: 5%;
}
.yundle-product .one .container .main-heading::before {
  content: "PORDUCTS";
  position: absolute;
  /* left: 43%; */
  top: 0;
  right: 0;
  z-index: -1;
  color: #f7f7f7;
  font-weight: bold;
  /* font-size: 846%; */
  font-size: 120px;
  text-align: center;
  width: 100%;
}
.yundle-product .one .container .main-heading :not(p:last-child) {
  font-size: 40px;
}
.yundle-product .one .container .main-heading p:first-child {
  margin-bottom: 0px;
}
.yundle-product .one .container .main-heading p:first-child .red-line span {
  border-bottom: 3px solid #dc2626;
}
.yundle-product .one .container button {
  border-bottom: 2px solid #cd2122;
  padding: 10px;
  background-color: rgb(255, 255, 255);
  box-shadow: 5.657px 5.657px 35.72px 2.28px rgba(0, 0, 0, 0.15);
  width: 100%;
  color: #cd2122;
  font-size: 20px;
}
.yundle-product .two {
  padding: 5% 0%;
}
.yundle-product .two .container .product-services-head {
  padding-top: 7%;
}
.yundle-product .two .container .product-services-head .product-point {
  border-radius: 19px;
  background-color: white;
  box-shadow: 5.657px 5.657px 35.72px 2.28px rgba(0, 0, 0, 0.15);
  height: 370px;
  right: 70px;
  z-index: 272;
  bottom: 39px;
  padding: 60px 40px;
  width: 55%;
}
.yundle-product .two .container .product-services-head .product-point ul {
  list-style: none;
  padding-left: 0;
  margin-top: 20px;
}
.yundle-product .two .container .product-services-head .product-point ul li {
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 15px;
  position: relative;
  font-family: "Inter", sans-serif;
  padding-left: 33px;
}
.yundle-product .two .container .product-services-head .product-point ul li::before {
  content: url(/assets/images/photograph/arrow.png);
  position: absolute;
  left: 0;
  top: 3px;
}
.yundle-product .four {
  background-color: #f7f7f7;
}
.yundle-product .four .product-services {
  padding: 5% 0%;
}
.yundle-product .four .product-services .product-gap {
  gap: 30px;
}
.yundle-product .four .product-services .product-gap .services-head {
  border-radius: 7px;
  background-color: rgb(255, 255, 255);
  box-shadow: 2.5px 4.33px 22.08px 1.92px rgba(0, 0, 0, 0.06);
  height: 350px;
  padding: 30px 40px;
}
.yundle-product .four .product-services .product-gap .services-head .services-text h4 {
  font-size: 30px;
  font-weight: 600;
}
.yundle-product .four .product-services .product-gap .services-head .services-text p {
  font-size: 15px;
  font-weight: 400;
  padding-top: 15px;
}
.yundle-product .four .product-services .product-gap .services-head .services-arrow.absolute {
  bottom: 40px;
}
.yundle-product .five {
  padding: 5% 0%;
}
.yundle-product .five .container .subscribe {
  background: #f7f7f7;
  border-radius: 10px;
}
.yundle-product .five .container .subscribe .subscribe-content .subscribe-member {
  padding: 60px 0px;
}
.yundle-product .five .container .subscribe .subscribe-content .subscribe-member .subscribe-head .subscribe-main {
  color: #cd2122;
  font-size: 30px;
  font-weight: 600;
}
.yundle-product .five .container .subscribe .subscribe-content .subscribe-member .subscribe-head ul {
  list-style: none;
  padding-left: 0;
  margin-top: 20px;
}
.yundle-product .five .container .subscribe .subscribe-content .subscribe-member .subscribe-head ul li {
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 15px;
  position: relative;
  font-family: "Inter", sans-serif;
  padding-left: 33px;
}
.yundle-product .five .container .subscribe .subscribe-content .subscribe-member .subscribe-head ul li::before {
  content: url(/assets/images/photograph/subscribe-arrow.png);
  position: absolute;
  left: 0;
  top: 3px;
}
.yundle-product .six {
  padding: 5% 0%;
}
.yundle-product .six .container .product-price .services-free {
  background-image: url("/assets/images/photograph/3.png");
  background-repeat: no-repeat;
  place-content: center;
  background-size: cover;
  padding: 8% 0%;
  height: 100%;
}
.yundle-product .six .container .product-price .services-free .free-price {
  color: #fff;
  font-size: 30px;
  font-weight: 600;
  text-align: center;
  padding: 0% 0% 7%;
}
.yundle-product .six .container .product-price .services-free .free-point {
  color: #fff;
}
.yundle-product .six .container .product-price .services-free .free-point ul {
  list-style: none;
  padding-left: 80px;
}
.yundle-product .six .container .product-price .services-free .free-point ul li {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 15px;
  position: relative;
  font-family: "Inter", sans-serif;
  padding-left: 40px;
}
.yundle-product .six .container .product-price .services-free .free-point ul li::before {
  content: url(/assets/images/photograph/join-arrow.png);
  position: absolute;
  left: 0;
  top: 3px;
}
.yundle-product .six .container .product-price .services-free .free-price-feature {
  background-color: #fff;
  color: #000;
  font-size: 16px;
  font-weight: 600;
  margin: 8% 11% 5%;
  padding: 3%;
  text-align: center;
  border-radius: 10px;
}
.yundle-product .six .container .product-price .services-free .free-join {
  padding: 2% 5%;
  text-align: center;
  margin: 0% 40%;
  background: #fff;
  font-size: 18px;
  font-weight: 700;
  border-radius: 10px;
}
.yundle-product .six .container .product-price .services-premium {
  background-image: url("/assets/images/photograph/3.png");
  background-repeat: no-repeat;
  place-content: center;
  background-size: cover;
  padding: 8% 0%;
  height: 100%;
}
.yundle-product .six .container .product-price .services-premium .free-price {
  color: #fff;
  font-size: 30px;
  font-weight: 600;
  text-align: center;
  padding: 0% 0% 7%;
}
.yundle-product .six .container .product-price .services-premium .free-point {
  color: #fff;
}
.yundle-product .six .container .product-price .services-premium .free-point ul {
  list-style: none;
  padding-left: 80px;
}
.yundle-product .six .container .product-price .services-premium .free-point ul li {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 15px;
  position: relative;
  font-family: "Inter", sans-serif;
  padding-left: 40px;
}
.yundle-product .six .container .product-price .services-premium .free-point ul li::before {
  content: url(/assets/images/photograph/join-arrow.png);
  position: absolute;
  left: 0;
  top: 3px;
}
.yundle-product .six .container .product-price .services-premium .free-price-feature {
  background-color: #fff;
  color: #000;
  font-size: 16px;
  font-weight: 600;
  margin: 8% 11% 5%;
  padding: 3%;
  text-align: center;
  border-radius: 10px;
}
.yundle-product .six .container .product-price .services-premium .free-join {
  padding: 2% 5%;
  text-align: center;
  margin: 0% 40%;
  background: #fff;
  font-size: 18px;
  font-weight: 700;
  border-radius: 10px;
}

@media screen and (max-device-width: 425px) {
  .yundle-product .one .container .main-heading::before {
    font-size: 60px !important;
  }
  .yundle-product .one .container .productData {
    gap: 15px;
  }
  .yundle-product .one .container .productData .listing {
    width: 100%;
  }
  .two {
    padding: 5% 0%;
  }
  .two .container .product-services-head .product-point {
    height: 429px !important;
    padding: 5px 25px !important;
    right: 0 !important;
    bottom: 0 !important;
    left: 0;
    width: 100% !important;
    position: inherit;
  }
  .four {
    margin: 10% 0%;
  }
  .four .product-services {
    padding: 10% 0% !important;
  }
  .four .product-services .product-gap .product-head-data {
    gap: 20px;
  }
  .five .container .subscribe .subscribe-content .subscribe-member {
    padding: 60px 0px 60px 20px !important;
  }
  .six .product-price .price-sale {
    gap: 20px;
  }
}
@media screen and (min-device-width: 426px) and (max-device-width: 575px) {
  .yundle-product .one .container .main-heading::before {
    font-size: 60px !important;
  }
  .yundle-product .one .container .productData {
    gap: 15px;
  }
  .yundle-product .one .container .productData .listing {
    width: 100%;
  }
  .two {
    padding: 5% 0%;
  }
  .two .container .product-services-head .product-point {
    height: 300px !important;
    padding: 5px 25px !important;
    right: 0 !important;
    bottom: 0 !important;
    left: 0;
    width: 100% !important;
    position: inherit;
  }
  .four {
    margin: 10% 0%;
  }
  .four .product-services {
    padding: 10% 0% !important;
  }
  .four .product-services .product-gap .product-head-data {
    gap: 20px;
  }
  .four .product-services .product-gap .product-head-data .services-head {
    height: 280px;
  }
  .five .container .subscribe .subscribe-content .subscribe-title {
    width: 100%;
  }
  .five .container .subscribe .subscribe-content .subscribe-title .subscribe-member {
    padding: 60px 0px 60px 20px !important;
  }
  .six .product-price .price-sale {
    gap: 20px;
  }
}
@media screen and (min-device-width: 576px) and (max-device-width: 767px) {
  .yundle-product .one .container .main-heading::before {
    font-size: 60px !important;
  }
  .yundle-product .one .container .productData {
    gap: 15px;
  }
  .yundle-product .one .container .productData .listing {
    width: 100%;
  }
  .two {
    padding: 5% 0%;
  }
  .two .container .product-services-head .product-point-img {
    width: 100%;
  }
  .two .container .product-services-head .product-point {
    height: 400px !important;
    padding: 5px 25px !important;
    right: 0 !important;
    bottom: 0 !important;
    left: 0;
    width: 100% !important;
    position: inherit;
  }
  .four {
    margin: 10% 0%;
  }
  .four .product-services {
    padding: 10% 0% !important;
  }
  .four .product-services .product-gap .product-head-data {
    gap: 20px;
  }
  .four .product-services .product-gap .product-head-data .productWidth {
    width: 100%;
  }
  .four .product-services .product-gap .product-head-data .productWidth .services-head {
    height: 350px;
  }
  .five .container .subscribe .subscribe-content .subscribe-title {
    width: 100%;
  }
  .five .container .subscribe .subscribe-content .subscribe-title .subscribe-member {
    padding: 60px 0px 60px 20px !important;
  }
  .six .product-price .price-sale {
    gap: 20px;
  }
  .six .product-price .price-sale .price-listing-sale {
    width: 100%;
  }
}
@media screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .yundle-product .one .container .main-heading::before {
    font-size: 60px !important;
  }
  .yundle-product .one .container .productData {
    gap: 15px;
  }
  .yundle-product .one .container .productData .listing {
    width: 100%;
  }
  .two {
    padding: 5% 0%;
  }
  .two .container .product-services-head .product-point-img {
    width: 100%;
  }
  .two .container .product-services-head .product-point {
    height: 250px !important;
    padding: 5px 25px !important;
    right: 0 !important;
    bottom: 0 !important;
    left: 0;
    width: 100% !important;
    position: inherit;
  }
  .four {
    margin: 10% 0%;
  }
  .four .product-services {
    padding: 10% 0% !important;
  }
  .four .product-services .product-gap .product-head-data {
    gap: 20px;
  }
  .four .product-services .product-gap .product-head-data .productWidth .services-head {
    height: 350px;
  }
  .five .container .subscribe .subscribe-content .subscribe-title {
    width: 100%;
  }
  .five .container .subscribe .subscribe-content .subscribe-title .subscribe-member {
    padding: 10px 0px 5px 20px !important;
  }
  .six .product-price .price-sale {
    gap: 20px;
    flex-wrap: inherit;
  }
  .six .product-price .price-sale .price-listing-sale {
    width: 100%;
  }
}
@media screen and (min-device-width: 1025x) and (max-device-width: 1279px) {
  .two .container .product-services-head .product-point {
    right: 70px !important;
    z-index: 272 !important;
    height: 285px !important;
    bottom: 19px !important;
    padding: 15px 40px !important;
  }
  .two .container .product-services-head .product-point ul {
    margin-top: 12px !important;
  }
  .two .container .product-services-head .product-point ul li {
    margin-bottom: 6px !important;
  }
  .four .product-services {
    padding: 10% 0% !important;
  }
  .four .product-services .product-gap .product-head-data {
    gap: 20px;
  }
  .four .product-services .product-gap .product-head-data .productWidth .services-head {
    height: 350px;
  }
  .five .container .subscribe .subscribe-content .subscribe-member {
    padding: 10px 0px 10px 30px !important;
  }
}
@media screen and (min-device-width: 1280px) and (max-device-width: 1500px) {
  .two .container .product-services-head .product-point {
    height: 325px !important;
    right: 70px;
    z-index: 272;
    bottom: 39px;
    padding: 30px 40px !important;
  }
  .five .container .subscribe .subscribe-content .subscribe-member {
    padding: 60px 0px 60px 60px !important;
  }
}
.yundle-appreciations .four .container .define div, .yundle-definitions .four .container .define div, .yundle-homepage .two .container .main-heading div, .yundle-homepage .three .container .experience div {
  border-left: 3px solid #dc2626;
  padding: 2% 0% 2% 2%;
}
.yundle-appreciations .four .container .define div p:first-child, .yundle-definitions .four .container .define div p:first-child, .yundle-homepage .two .container .main-heading div p:first-child, .yundle-homepage .three .container .experience div p:first-child {
  font-size: 36px;
  font-weight: bold;
}

.yundle-appreciations .four .container .yundle3 .data-content p:last-child a, .yundle-appreciations .one .container .custom-card div div div a, .yundle-definitions .four .container .yundle3 .data-content p:last-child a, .yundle-definitions .one .container .custom-card div div div a, .yundle-how_to .two .container div div:first-child .custom-card div div div a, .yundle-homepage .two .container .custom-card div div:last-child a, .yundle-homepage .three .container .yundle3 .data-content p:last-child a, .yundle-directory .one .container .custom-card div div div a {
  text-decoration: none;
  color: #dc2626;
  font-weight: bold;
}
.yundle-appreciations .four .container .yundle3 .data-content p:last-child a:hover, .yundle-appreciations .one .container .custom-card div div div a:hover, .yundle-definitions .four .container .yundle3 .data-content p:last-child a:hover, .yundle-definitions .one .container .custom-card div div div a:hover, .yundle-how_to .two .container div div:first-child .custom-card div div div a:hover, .yundle-homepage .two .container .custom-card div div:last-child a:hover, .yundle-homepage .three .container .yundle3 .data-content p:last-child a:hover, .yundle-directory .one .container .custom-card div div div a:hover {
  border-bottom: 1px solid #dc2626;
  transition: border-bottom 0.4s ease-in-out;
}

.yundle-homepage .four .container .foot-homepage .signup .custom-border {
  border-bottom: 1px solid white;
}

.yundle-appreciations .three .container .heading-box .box-heading,
.yundle-appreciations .four .container .heading-box .box-heading,
.yundle-appreciations .five .container .heading-box .box-heading, .yundle-definitions .three .container .heading-box .box-heading,
.yundle-definitions .four .container .heading-box .box-heading,
.yundle-definitions .five .container .heading-box .box-heading, .yundle-directory .three .container .heading-box .box-heading,
.yundle-directory .four .container .heading-box .box-heading,
.yundle-directory .five .container .heading-box .box-heading, .yundle-product .two .container .heading-box .box-heading, .yundle-product .five .container .heading-box .box-heading, .yundle-product .six .container .heading-box .box-heading {
  border-left: 4px solid #dc2626;
  padding-left: 1%;
}
.yundle-appreciations .three .container .heading-box .box-heading p:first-child,
.yundle-appreciations .four .container .heading-box .box-heading p:first-child,
.yundle-appreciations .five .container .heading-box .box-heading p:first-child, .yundle-definitions .three .container .heading-box .box-heading p:first-child,
.yundle-definitions .four .container .heading-box .box-heading p:first-child,
.yundle-definitions .five .container .heading-box .box-heading p:first-child, .yundle-directory .three .container .heading-box .box-heading p:first-child,
.yundle-directory .four .container .heading-box .box-heading p:first-child,
.yundle-directory .five .container .heading-box .box-heading p:first-child, .yundle-product .two .container .heading-box .box-heading p:first-child, .yundle-product .five .container .heading-box .box-heading p:first-child, .yundle-product .six .container .heading-box .box-heading p:first-child {
  font-weight: bold;
  font-size: 28px;
}
.yundle-appreciations .three .container .heading-box .box-heading p.popular,
.yundle-appreciations .four .container .heading-box .box-heading p.popular,
.yundle-appreciations .five .container .heading-box .box-heading p.popular, .yundle-definitions .three .container .heading-box .box-heading p.popular,
.yundle-definitions .four .container .heading-box .box-heading p.popular,
.yundle-definitions .five .container .heading-box .box-heading p.popular, .yundle-directory .three .container .heading-box .box-heading p.popular,
.yundle-directory .four .container .heading-box .box-heading p.popular,
.yundle-directory .five .container .heading-box .box-heading p.popular, .yundle-product .two .container .heading-box .box-heading p.popular, .yundle-product .five .container .heading-box .box-heading p.popular, .yundle-product .six .container .heading-box .box-heading p.popular {
  color: white;
}
.yundle-appreciations .three .container .heading-box button,
.yundle-appreciations .four .container .heading-box button,
.yundle-appreciations .five .container .heading-box button, .yundle-definitions .three .container .heading-box button,
.yundle-definitions .four .container .heading-box button,
.yundle-definitions .five .container .heading-box button, .yundle-directory .three .container .heading-box button,
.yundle-directory .four .container .heading-box button,
.yundle-directory .five .container .heading-box button, .yundle-product .two .container .heading-box button, .yundle-product .five .container .heading-box button, .yundle-product .six .container .heading-box button {
  color: white;
  border: none;
  background-color: #dc2626;
  padding: 1rem 1.25rem;
  border-radius: 0.25rem;
}
.yundle-appreciations .three .container .heading-box button:hover,
.yundle-appreciations .four .container .heading-box button:hover,
.yundle-appreciations .five .container .heading-box button:hover, .yundle-definitions .three .container .heading-box button:hover,
.yundle-definitions .four .container .heading-box button:hover,
.yundle-definitions .five .container .heading-box button:hover, .yundle-directory .three .container .heading-box button:hover,
.yundle-directory .four .container .heading-box button:hover,
.yundle-directory .five .container .heading-box button:hover, .yundle-product .two .container .heading-box button:hover, .yundle-product .five .container .heading-box button:hover, .yundle-product .six .container .heading-box button:hover {
  background-color: #2e2d33;
}

.virtual-assets-section .virtual-assets-row .virtual-assets-card:hover h3.virtual-card-center-heading, .virtual-assets-section .virtual-assets-row .virtual-assets-card .virtual-assets-card-inner {
  opacity: 0;
  visibility: hidden;
}

.yundle-photos .one .container div .btns button, .add-directory-middle-section .add-directory-form-aside .add-directory-form-wrap .form-submission-actions .form-action-btn, .add-directory-middle-section .add-directory-browse-aside .all-browse-categories-btn a, .add-directory-banner-section .virtual-heading-row .heading-contact-list .add-your-listing-free-btn a, .yundle-sales .two .container .filters div div .btn1,
.yundle-sales .two .container .filters div div .btn2, .yundle-sales .two .container div .sales-btn, .yundle-sales .one .container div .sales-btn {
  color: #fff;
  font-size: 18px;
  border-radius: 8px;
  background-color: #ce2123;
  transition: all 0.4s ease-in-out;
}
.yundle-photos .one .container div .btns button:hover, .add-directory-middle-section .add-directory-form-aside .add-directory-form-wrap .form-submission-actions .form-action-btn:hover, .add-directory-middle-section .add-directory-browse-aside .all-browse-categories-btn a:hover, .add-directory-banner-section .virtual-heading-row .heading-contact-list .add-your-listing-free-btn a:hover, .yundle-sales .two .container .filters div div .btn1:hover,
.yundle-sales .two .container .filters div div .btn2:hover, .yundle-sales .two .container div .sales-btn:hover, .yundle-sales .one .container div .sales-btn:hover {
  background-color: #2e2d33;
}

.yundle-how_to .one {
  padding: 5% 0%;
}
.yundle-how_to .one .container .main-heading p:first-child span span {
  -webkit-text-decoration-color: #dc2626;
          text-decoration-color: #dc2626;
}
.yundle-how_to .two .container div div:first-child .custom-card div div .date {
  border-color: #dc2626;
  background-color: white;
}
.yundle-how_to .two .container div div:first-child .custom-card div div div .author {
  color: #dc2626;
}
.yundle-how_to .two .container div div:first-child .pagination div .prev,
.yundle-how_to .two .container div div:first-child .pagination div .next {
  background-color: #f7f7f7;
}
.yundle-how_to .two .container div div:first-child .pagination div .page_no {
  border-color: #f7f7f7;
  background-color: white;
}
.yundle-how_to .two .container div div:first-child .pagination div .page_no ul li .active {
  background-color: #dc2626;
  color: white;
  border-radius: 0.5rem;
  pointer-events: none;
  cursor: none;
}
.yundle-how_to .two .container div div:last-child ul li span {
  color: #dc2626;
}
.yundle-how_to .two .container div div:last-child form input {
  background-color: #f7f7f7;
}
.yundle-how_to .two .container div div:last-child form input::-moz-placeholder {
  color: #d4d4d4;
}
.yundle-how_to .two .container div div:last-child form input::placeholder {
  color: #d4d4d4;
}
.yundle-how_to .two .container div div:last-child form input:focus {
  border-color: #d4d4d4;
}
.yundle-how_to .two .container div div:last-child .adv-search {
  color: #dc2626;
}
.yundle-how_to .two .container div div:last-child .trending span {
  border-bottom: 3px solid #dc2626;
}
.yundle-how_to .two .container div div:last-child .trending-section div {
  border-color: #d4d4d4;
}
.yundle-how_to .two .container div div:last-child .trending-section div div:first-child img {
  max-height: 10rem !important;
}
.yundle-how_to .two .container div div:last-child .trending-section div div:last-child p:last-child {
  color: #b1b1b1;
}
.yundle-how_to .two .container div div:last-child .trending-section div:last-child {
  border-bottom: none !important;
}
.yundle-how_to .two .container div div:last-child .actions span span {
  border-bottom: 3px solid #dc2626;
}
.yundle-how_to .two .container div div:last-child .bunch-upload {
  background-color: #dc2626;
  color: white;
}

@media screen and (max-device-width: 374px) {
  .yundle-how_to .two .container div .pagination div {
    flex-direction: column;
  }
  .yundle-how_to .two .container div .pagination div .prev,
.yundle-how_to .two .container div .pagination div .next,
.yundle-how_to .two .container div .pagination div div {
    margin: 1rem 0rem;
  }
}
.yundle-appreciations .four .container .define div, .yundle-definitions .four .container .define div, .yundle-homepage .two .container .main-heading div, .yundle-homepage .three .container .experience div {
  border-left: 3px solid #dc2626;
  padding: 2% 0% 2% 2%;
}
.yundle-appreciations .four .container .define div p:first-child, .yundle-definitions .four .container .define div p:first-child, .yundle-homepage .two .container .main-heading div p:first-child, .yundle-homepage .three .container .experience div p:first-child {
  font-size: 36px;
  font-weight: bold;
}

.yundle-appreciations .four .container .yundle3 .data-content p:last-child a, .yundle-appreciations .one .container .custom-card div div div a, .yundle-definitions .four .container .yundle3 .data-content p:last-child a, .yundle-definitions .one .container .custom-card div div div a, .yundle-homepage .two .container .custom-card div div:last-child a, .yundle-homepage .three .container .yundle3 .data-content p:last-child a, .yundle-directory .one .container .custom-card div div div a, .yundle-how_to .two .container div div:first-child .custom-card div div div a {
  text-decoration: none;
  color: #dc2626;
  font-weight: bold;
}
.yundle-appreciations .four .container .yundle3 .data-content p:last-child a:hover, .yundle-appreciations .one .container .custom-card div div div a:hover, .yundle-definitions .four .container .yundle3 .data-content p:last-child a:hover, .yundle-definitions .one .container .custom-card div div div a:hover, .yundle-homepage .two .container .custom-card div div:last-child a:hover, .yundle-homepage .three .container .yundle3 .data-content p:last-child a:hover, .yundle-directory .one .container .custom-card div div div a:hover, .yundle-how_to .two .container div div:first-child .custom-card div div div a:hover {
  border-bottom: 1px solid #dc2626;
  transition: border-bottom 0.4s ease-in-out;
}

.yundle-homepage .four .container .foot-homepage .signup .custom-border {
  border-bottom: 1px solid white;
}

.yundle-appreciations .three .container .heading-box .box-heading,
.yundle-appreciations .four .container .heading-box .box-heading,
.yundle-appreciations .five .container .heading-box .box-heading, .yundle-definitions .three .container .heading-box .box-heading,
.yundle-definitions .four .container .heading-box .box-heading,
.yundle-definitions .five .container .heading-box .box-heading, .yundle-directory .three .container .heading-box .box-heading,
.yundle-directory .four .container .heading-box .box-heading,
.yundle-directory .five .container .heading-box .box-heading, .yundle-product .two .container .heading-box .box-heading, .yundle-product .five .container .heading-box .box-heading, .yundle-product .six .container .heading-box .box-heading {
  border-left: 4px solid #dc2626;
  padding-left: 1%;
}
.yundle-appreciations .three .container .heading-box .box-heading p:first-child,
.yundle-appreciations .four .container .heading-box .box-heading p:first-child,
.yundle-appreciations .five .container .heading-box .box-heading p:first-child, .yundle-definitions .three .container .heading-box .box-heading p:first-child,
.yundle-definitions .four .container .heading-box .box-heading p:first-child,
.yundle-definitions .five .container .heading-box .box-heading p:first-child, .yundle-directory .three .container .heading-box .box-heading p:first-child,
.yundle-directory .four .container .heading-box .box-heading p:first-child,
.yundle-directory .five .container .heading-box .box-heading p:first-child, .yundle-product .two .container .heading-box .box-heading p:first-child, .yundle-product .five .container .heading-box .box-heading p:first-child, .yundle-product .six .container .heading-box .box-heading p:first-child {
  font-weight: bold;
  font-size: 28px;
}
.yundle-appreciations .three .container .heading-box .box-heading p.popular,
.yundle-appreciations .four .container .heading-box .box-heading p.popular,
.yundle-appreciations .five .container .heading-box .box-heading p.popular, .yundle-definitions .three .container .heading-box .box-heading p.popular,
.yundle-definitions .four .container .heading-box .box-heading p.popular,
.yundle-definitions .five .container .heading-box .box-heading p.popular, .yundle-directory .three .container .heading-box .box-heading p.popular,
.yundle-directory .four .container .heading-box .box-heading p.popular,
.yundle-directory .five .container .heading-box .box-heading p.popular, .yundle-product .two .container .heading-box .box-heading p.popular, .yundle-product .five .container .heading-box .box-heading p.popular, .yundle-product .six .container .heading-box .box-heading p.popular {
  color: white;
}
.yundle-appreciations .three .container .heading-box button,
.yundle-appreciations .four .container .heading-box button,
.yundle-appreciations .five .container .heading-box button, .yundle-definitions .three .container .heading-box button,
.yundle-definitions .four .container .heading-box button,
.yundle-definitions .five .container .heading-box button, .yundle-directory .three .container .heading-box button,
.yundle-directory .four .container .heading-box button,
.yundle-directory .five .container .heading-box button, .yundle-product .two .container .heading-box button, .yundle-product .five .container .heading-box button, .yundle-product .six .container .heading-box button {
  color: white;
  border: none;
  background-color: #dc2626;
  padding: 1rem 1.25rem;
  border-radius: 0.25rem;
}
.yundle-appreciations .three .container .heading-box button:hover,
.yundle-appreciations .four .container .heading-box button:hover,
.yundle-appreciations .five .container .heading-box button:hover, .yundle-definitions .three .container .heading-box button:hover,
.yundle-definitions .four .container .heading-box button:hover,
.yundle-definitions .five .container .heading-box button:hover, .yundle-directory .three .container .heading-box button:hover,
.yundle-directory .four .container .heading-box button:hover,
.yundle-directory .five .container .heading-box button:hover, .yundle-product .two .container .heading-box button:hover, .yundle-product .five .container .heading-box button:hover, .yundle-product .six .container .heading-box button:hover {
  background-color: #2e2d33;
}

.virtual-assets-section .virtual-assets-row .virtual-assets-card:hover h3.virtual-card-center-heading, .virtual-assets-section .virtual-assets-row .virtual-assets-card .virtual-assets-card-inner {
  opacity: 0;
  visibility: hidden;
}

.yundle-photos .one .container div .btns button, .add-directory-middle-section .add-directory-form-aside .add-directory-form-wrap .form-submission-actions .form-action-btn, .add-directory-middle-section .add-directory-browse-aside .all-browse-categories-btn a, .add-directory-banner-section .virtual-heading-row .heading-contact-list .add-your-listing-free-btn a, .yundle-sales .two .container .filters div div .btn1,
.yundle-sales .two .container .filters div div .btn2, .yundle-sales .two .container div .sales-btn, .yundle-sales .one .container div .sales-btn {
  color: #fff;
  font-size: 18px;
  border-radius: 8px;
  background-color: #ce2123;
  transition: all 0.4s ease-in-out;
}
.yundle-photos .one .container div .btns button:hover, .add-directory-middle-section .add-directory-form-aside .add-directory-form-wrap .form-submission-actions .form-action-btn:hover, .add-directory-middle-section .add-directory-browse-aside .all-browse-categories-btn a:hover, .add-directory-banner-section .virtual-heading-row .heading-contact-list .add-your-listing-free-btn a:hover, .yundle-sales .two .container .filters div div .btn1:hover,
.yundle-sales .two .container .filters div div .btn2:hover, .yundle-sales .two .container div .sales-btn:hover, .yundle-sales .one .container div .sales-btn:hover {
  background-color: #2e2d33;
}

.yundle-sales .one {
  color: white;
}
.yundle-sales .one .container {
  padding: 10%;
}
.yundle-sales .one .container ul li::before {
  color: #dc2626;
}
.yundle-sales .one .container .heading-sales div p:last-child {
  border-color: #dc2626;
}
.yundle-sales .two {
  background-color: #f7f7f7;
}
.yundle-sales .two .container div .main-heading {
  border-color: #dc2626;
}
.yundle-sales .two .container div .main-heading::before {
  color: white;
}
.yundle-sales .two .container .filters div div .btn2 {
  background-color: white !important;
  color: #2e2d33 !important;
}
.yundle-sales .two .container .filters div .custom-card {
  background-color: white;
}
.yundle-sales .two .container .filters div .custom-card div .product-image {
  border-color: #2e2d33;
}
.yundle-sales .two .container .filters div .custom-card div div:last-child .offer span {
  border-color: #dc2626;
  color: #dc2626;
}
.yundle-sales .two .container .filters div .custom-card div div:last-child div .actions div {
  border-color: #d4d4d4;
}
.yundle-sales .two .container .filters div .custom-card div div:last-child div .starRating p:first-child :not(.fa-star:last-child) {
  color: #ffcc4a;
}
.yundle-sales .two .container .filters div .custom-card div div:last-child div .starRating p:first-child .fa-star:last-child {
  color: #b1b1b1;
}
.yundle-sales .two .container .filters div .custom-card div div:last-child div .starRating p:last-child {
  color: #b1b1b1;
}
.yundle-sales .two .container .filters div .custom-card div div:last-child div div .timings span {
  color: #b1b1b1;
}
.yundle-sales .two .container .filters div .custom-card div div:last-child div div .category {
  color: #dc2626;
}
.yundle-sales .two .container .filters div .pagination div .prev,
.yundle-sales .two .container .filters div .pagination div .next {
  background-color: #f7f7f7;
}
.yundle-sales .two .container .filters div .pagination div .page_no {
  border-color: #f7f7f7;
  background-color: white;
}
.yundle-sales .two .container .filters div .pagination div .page_no ul li .active {
  background-color: #dc2626;
  color: white;
  border-radius: 0.5rem;
}
.yundle-sales .two .container .filters .tab-content {
  max-height: 0;
  transition: max-height 0.35s;
}
.yundle-sales .two .container .filters .tab-content p {
  border-color: #d4d4d4;
}
.yundle-sales .two .container .filters .tab-content div button {
  color: #dc2626;
}
.yundle-sales .two .container .filters .tab {
  background-color: white;
  border-color: #d4d4d4;
  overflow-y: auto;
}
.yundle-sales .two .container .filters .tab .tab-heading:checked ~ .tab-content {
  max-height: 100vh;
}
.yundle-sales .two .container .filters .tab .tab-heading:checked + label {
  padding: 1.25rem;
}
.yundle-sales .two .container .filters .tab label::after {
  float: right;
  right: 0;
  top: 0;
  display: block;
  width: 1.5em;
  height: 1.5em;
  line-height: 1.5;
  font-size: 1.25rem;
  text-align: center;
  transition: all 0.35s;
}
.yundle-sales .two .container .filters .tab .tab-heading + label::after {
  font-family: FontAwesome;
  content: "\f107";
  color: #dc2626;
}
.yundle-sales .two .container .filters .tab .tab-heading:checked + label::after {
  transform: rotate(180deg);
}

@media screen and (max-device-width: 374px) {
  .yundle-sales .two .container .filters div .pagination div {
    flex-direction: column;
  }
  .yundle-sales .two .container .filters div .pagination div .prev,
.yundle-sales .two .container .filters div .pagination div .next,
.yundle-sales .two .container .filters div .pagination div div {
    margin: 1rem 0rem;
  }
}
@media screen and (min-device-width: 1024px) {
  .yundle-sales .two .custom-card div .product-image {
    width: 30% !important;
  }
  .yundle-sales .two .custom-card div .data-desc {
    width: 70% !important;
  }
}
.label-success {
  background-color: #bdffee;
  font-weight: bold;
}

.label-info {
  background-color: #b0e5ff;
  font-weight: bold;
}

.label-warning {
  background-color: #fff1de;
  font-weight: bold;
}

.popover {
  position: relative;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  white-space: normal;
  background-color: #ffffff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}

.popover.top {
  margin-top: -10px;
}

.popover.right {
  margin-left: 10px;
}

.popover.bottom {
  margin-top: 10px;
}

.popover.left {
  margin-left: -10px;
}

.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}

.popover-title:empty {
  display: none;
}

.popover-content {
  padding: 9px 14px;
}

.popover .arrow,
.popover .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: solid black;
  border-style: solid;
}

.popover .arrow {
  border-width: 11px;
}

.popover .arrow:after {
  border-width: 10px;
  content: "";
}

.popover.top .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-bottom-width: 0;
}

.popover.top .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  border-top-color: #ffffff;
  border-bottom-width: 0;
}

.popover.right .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, 0.25);
  border-left-width: 0;
}

.popover.right .arrow:after {
  bottom: -10px;
  left: 1px;
  border-right-color: #ffffff;
  border-left-width: 0;
}

.popover.bottom .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  border-top-width: 0;
}

.popover.bottom .arrow:after {
  top: 1px;
  margin-left: -10px;
  border-bottom-color: #ffffff;
  border-top-width: 0;
}

.popover.left .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, 0.25);
  border-right-width: 0;
}

.popover.left .arrow:after {
  right: 1px;
  bottom: -10px;
  border-left-color: #ffffff;
  border-right-width: 0;
}

.sales.tab-content ul li:nth-child(n+8) {
  display: none;
}

.sales.tab-content ul li.showList:nth-child(n+8) {
  display: block;
}

.yundle-appreciations .four .container .define div, .yundle-definitions .four .container .define div, .yundle-homepage .two .container .main-heading div, .yundle-homepage .three .container .experience div {
  border-left: 3px solid #dc2626;
  padding: 2% 0% 2% 2%;
}
.yundle-appreciations .four .container .define div p:first-child, .yundle-definitions .four .container .define div p:first-child, .yundle-homepage .two .container .main-heading div p:first-child, .yundle-homepage .three .container .experience div p:first-child {
  font-size: 36px;
  font-weight: bold;
}

.yundle-appreciations .four .container .yundle3 .data-content p:last-child a, .yundle-appreciations .one .container .custom-card div div div a, .yundle-definitions .four .container .yundle3 .data-content p:last-child a, .yundle-definitions .one .container .custom-card div div div a, .yundle-homepage .two .container .custom-card div div:last-child a, .yundle-homepage .three .container .yundle3 .data-content p:last-child a, .yundle-directory .one .container .custom-card div div div a, .yundle-how_to .two .container div div:first-child .custom-card div div div a {
  text-decoration: none;
  color: #dc2626;
  font-weight: bold;
}
.yundle-appreciations .four .container .yundle3 .data-content p:last-child a:hover, .yundle-appreciations .one .container .custom-card div div div a:hover, .yundle-definitions .four .container .yundle3 .data-content p:last-child a:hover, .yundle-definitions .one .container .custom-card div div div a:hover, .yundle-homepage .two .container .custom-card div div:last-child a:hover, .yundle-homepage .three .container .yundle3 .data-content p:last-child a:hover, .yundle-directory .one .container .custom-card div div div a:hover, .yundle-how_to .two .container div div:first-child .custom-card div div div a:hover {
  border-bottom: 1px solid #dc2626;
  transition: border-bottom 0.4s ease-in-out;
}

.yundle-homepage .four .container .foot-homepage .signup .custom-border {
  border-bottom: 1px solid white;
}

.yundle-appreciations .three .container .heading-box .box-heading,
.yundle-appreciations .four .container .heading-box .box-heading,
.yundle-appreciations .five .container .heading-box .box-heading, .yundle-definitions .three .container .heading-box .box-heading,
.yundle-definitions .four .container .heading-box .box-heading,
.yundle-definitions .five .container .heading-box .box-heading, .yundle-directory .three .container .heading-box .box-heading,
.yundle-directory .four .container .heading-box .box-heading,
.yundle-directory .five .container .heading-box .box-heading, .yundle-product .two .container .heading-box .box-heading, .yundle-product .five .container .heading-box .box-heading, .yundle-product .six .container .heading-box .box-heading {
  border-left: 4px solid #dc2626;
  padding-left: 1%;
}
.yundle-appreciations .three .container .heading-box .box-heading p:first-child,
.yundle-appreciations .four .container .heading-box .box-heading p:first-child,
.yundle-appreciations .five .container .heading-box .box-heading p:first-child, .yundle-definitions .three .container .heading-box .box-heading p:first-child,
.yundle-definitions .four .container .heading-box .box-heading p:first-child,
.yundle-definitions .five .container .heading-box .box-heading p:first-child, .yundle-directory .three .container .heading-box .box-heading p:first-child,
.yundle-directory .four .container .heading-box .box-heading p:first-child,
.yundle-directory .five .container .heading-box .box-heading p:first-child, .yundle-product .two .container .heading-box .box-heading p:first-child, .yundle-product .five .container .heading-box .box-heading p:first-child, .yundle-product .six .container .heading-box .box-heading p:first-child {
  font-weight: bold;
  font-size: 28px;
}
.yundle-appreciations .three .container .heading-box .box-heading p.popular,
.yundle-appreciations .four .container .heading-box .box-heading p.popular,
.yundle-appreciations .five .container .heading-box .box-heading p.popular, .yundle-definitions .three .container .heading-box .box-heading p.popular,
.yundle-definitions .four .container .heading-box .box-heading p.popular,
.yundle-definitions .five .container .heading-box .box-heading p.popular, .yundle-directory .three .container .heading-box .box-heading p.popular,
.yundle-directory .four .container .heading-box .box-heading p.popular,
.yundle-directory .five .container .heading-box .box-heading p.popular, .yundle-product .two .container .heading-box .box-heading p.popular, .yundle-product .five .container .heading-box .box-heading p.popular, .yundle-product .six .container .heading-box .box-heading p.popular {
  color: white;
}
.yundle-appreciations .three .container .heading-box button,
.yundle-appreciations .four .container .heading-box button,
.yundle-appreciations .five .container .heading-box button, .yundle-definitions .three .container .heading-box button,
.yundle-definitions .four .container .heading-box button,
.yundle-definitions .five .container .heading-box button, .yundle-directory .three .container .heading-box button,
.yundle-directory .four .container .heading-box button,
.yundle-directory .five .container .heading-box button, .yundle-product .two .container .heading-box button, .yundle-product .five .container .heading-box button, .yundle-product .six .container .heading-box button {
  color: white;
  border: none;
  background-color: #dc2626;
  padding: 1rem 1.25rem;
  border-radius: 0.25rem;
}
.yundle-appreciations .three .container .heading-box button:hover,
.yundle-appreciations .four .container .heading-box button:hover,
.yundle-appreciations .five .container .heading-box button:hover, .yundle-definitions .three .container .heading-box button:hover,
.yundle-definitions .four .container .heading-box button:hover,
.yundle-definitions .five .container .heading-box button:hover, .yundle-directory .three .container .heading-box button:hover,
.yundle-directory .four .container .heading-box button:hover,
.yundle-directory .five .container .heading-box button:hover, .yundle-product .two .container .heading-box button:hover, .yundle-product .five .container .heading-box button:hover, .yundle-product .six .container .heading-box button:hover {
  background-color: #2e2d33;
}

.virtual-assets-section .virtual-assets-row .virtual-assets-card:hover h3.virtual-card-center-heading, .virtual-assets-section .virtual-assets-row .virtual-assets-card .virtual-assets-card-inner {
  opacity: 0;
  visibility: hidden;
}

.yundle-photos .one .container div .btns button, .add-directory-middle-section .add-directory-form-aside .add-directory-form-wrap .form-submission-actions .form-action-btn, .add-directory-middle-section .add-directory-browse-aside .all-browse-categories-btn a, .add-directory-banner-section .virtual-heading-row .heading-contact-list .add-your-listing-free-btn a, .yundle-sales .one .container div .sales-btn, .yundle-sales .two .container div .sales-btn, .yundle-sales .two .container .filters div div .btn1,
.yundle-sales .two .container .filters div div .btn2 {
  color: #fff;
  font-size: 18px;
  border-radius: 8px;
  background-color: #ce2123;
  transition: all 0.4s ease-in-out;
}
.yundle-photos .one .container div .btns button:hover, .add-directory-middle-section .add-directory-form-aside .add-directory-form-wrap .form-submission-actions .form-action-btn:hover, .add-directory-middle-section .add-directory-browse-aside .all-browse-categories-btn a:hover, .add-directory-banner-section .virtual-heading-row .heading-contact-list .add-your-listing-free-btn a:hover, .yundle-sales .one .container div .sales-btn:hover, .yundle-sales .two .container div .sales-btn:hover, .yundle-sales .two .container .filters div div .btn1:hover,
.yundle-sales .two .container .filters div div .btn2:hover {
  background-color: #2e2d33;
}

.header {
  background-image: url("/assets/images/bannerhom.png");
}

.yundle-definitions .one {
  padding-top: 1%;
}
.yundle-definitions .one .container .main-heading {
  padding: 4%;
}
.yundle-definitions .one .container .main-heading::before {
  content: "DEFINITIONS";
  position: absolute;
  top: 13px;
  z-index: -1;
  color: #f7f7f7;
  font-weight: bold;
  font-size: 85px;
  left: 35%;
}
.yundle-definitions .one .container .main-heading :not(p:last-child) {
  font-size: 45px;
}
.yundle-definitions .one .container .main-heading p:first-child {
  margin-bottom: 0px;
}
.yundle-definitions .one .container .main-heading p:first-child .bold-text {
  font-weight: bold;
}
.yundle-definitions .one .container .main-heading p:first-child .bold-text span {
  border-bottom: 3px solid #dc2626;
}
.yundle-definitions .one .container .main-heading.encyclopedia::before {
  content: "ENCYCLOPEDIA";
  position: absolute;
  top: 13px;
  z-index: -1;
  color: #f7f7f7;
  font-weight: bold;
  font-size: 85px;
  left: 35%;
}
.yundle-definitions .two .container .box-heading {
  padding: 1% 0%;
}
.yundle-definitions .two .container .box-heading p {
  font-weight: bold;
  font-size: 14px;
  padding-left: 1%;
  color: #dc2626;
  margin: 0;
}
.yundle-definitions .two .container .box-heading button {
  color: white;
  border: none;
  background-color: #dc2626;
  padding: 1rem 2rem;
  border-radius: 0.25rem;
}
.yundle-definitions .two .container .box-heading button:hover {
  background-color: #2e2d33;
}
.yundle-definitions .two .container .wrapper .form-search {
  padding: 0% 22%;
}
.yundle-definitions .two .container .wrapper .form-search form {
  display: flex;
  gap: 25px;
}
.yundle-definitions .two .container .wrapper .form-search form div div::before {
  font-weight: bold;
  font-size: 14px;
  padding-left: 1%;
  color: #dc2626;
  margin: 0;
}
.yundle-definitions .two .container .wrapper .form-search form .border-solid {
  border-color: #d4d4d4;
}
.yundle-definitions .two .container .wrapper .form-search form div:first-child input {
  padding: 0.75rem;
  border-radius: 2rem;
  border-style: solid;
}
.yundle-definitions .two .container .wrapper .form-search form div:first-child input:focus {
  outline: none;
}
.yundle-definitions .two .container .wrapper .form-search form div:first-child ::-moz-placeholder {
  color: #d4d4d4;
}
.yundle-definitions .two .container .wrapper .form-search form div:first-child ::placeholder {
  color: #d4d4d4;
}
.yundle-definitions .two .container .wrapper .form-search form div:nth-child(2) input {
  padding: 0.75rem;
  border: none;
}
.yundle-definitions .two .container .wrapper .form-search form div:nth-child(2) input:focus {
  outline: none;
}
.yundle-definitions .two .container .wrapper .form-search form div:nth-child(2) ::-moz-placeholder {
  color: #d4d4d4;
}
.yundle-definitions .two .container .wrapper .form-search form div:nth-child(2) ::placeholder {
  color: #d4d4d4;
}
.yundle-definitions .two .container .wrapper .form-search form div:last-child .btnn {
  border: none;
  background-color: #ddd;
  color: rgb(0, 0, 0);
  padding: 13px 33px;
  border-radius: 7px;
}
.yundle-definitions .two .container .wrapper .form-search form div:last-child .btnn::before {
  content: url("/assets/images/search-white.png");
  position: absolute;
  transform: translate(-125%, 10%);
}
.yundle-definitions .two .container .wrapper .tags {
  padding: 2% 0%;
}
.yundle-definitions .two .container .wrapper .tags ul {
  list-style: none;
}
.yundle-definitions .two .container .wrapper .tags ul li div {
  background-color: white;
}
.yundle-definitions .two .container .wrapper .btns {
  color: white;
}
.yundle-definitions .two .container .wrapper .btns p {
  margin: 0;
}
.yundle-definitions .two .container .wrapper .btns button {
  color: white;
  border: none;
  background-color: transparent;
  padding: 0% 2%;
}
.yundle-definitions .two .container .wrapper2 .list {
  background-color: #f7f7f7;
}
.yundle-definitions .two .container .wrapper2 .list .alphabets li.active {
  background-color: #EEEEEE;
  border-color: #d4d4d4;
  min-width: 16px;
}
.yundle-definitions .two .container .wrapper2 .list .alphabets li.active a {
  color: #0088CC;
}
.yundle-definitions .two .container .wrapper2 .list .alphabets li.inactive {
  color: #d4d4d4;
  border-color: #d4d4d4;
  min-width: 16px;
}
.yundle-definitions .three .girl {
  background: #dc2626;
  background-image: url(/assets/images/girl.png);
  background-position-x: 4%;
  background-size: 43% 100%;
  background-repeat: no-repeat;
}
@media screen and (max-device-width: 767px) {
  .yundle-definitions .three .girl {
    background-image: none;
  }
}
.yundle-definitions .three,
.yundle-definitions .four,
.yundle-definitions .five {
  padding: 5% 0%;
}
.yundle-definitions .three .container .data-boxes div,
.yundle-definitions .four .container .data-boxes div,
.yundle-definitions .five .container .data-boxes div {
  padding: 6px;
}
.yundle-definitions .three .container .data-boxes div p,
.yundle-definitions .four .container .data-boxes div p,
.yundle-definitions .five .container .data-boxes div p {
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  margin: 0;
  padding: 5px 10px;
  border: 1px dashed #fff;
  border-radius: 7px;
  color: #fff;
  font-size: 0.7rem;
}
.yundle-definitions .four {
  padding: 5% 0%;
  background-color: #f7f7f7;
}
.yundle-definitions .four .container .yundle3 img {
  margin-right: -100px;
  background: white;
  padding: 20px;
  border-radius: 15px;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
  max-width: 100%;
  display: block;
  vertical-align: middle;
}
.yundle-definitions .four .container .yundle3 .data-content {
  background-color: white;
  padding: 30px;
  border-radius: 15px;
  width: 100%;
}
.yundle-definitions .four .container .yundle3 .data-content p:first-child {
  font-weight: bold;
  font-size: 30px;
}
.yundle-definitions .four .container .define {
  position: relative;
  width: 35%;
}
.yundle-definitions .four .container .define::before {
  content: "DEFINE";
  position: absolute;
  top: -27px;
  z-index: 1;
  /* opacity: 0.999; */
  color: #fff;
  font-weight: bold;
  font-size: 85px;
  text-align: left;
  width: 100%;
}
.yundle-definitions .four .container .define .define-content {
  z-index: 2;
}
@media screen and (max-device-width: 768px) {
  .yundle-definitions .four .container .define {
    width: 100%;
  }
  .yundle-definitions .four .container .define::before {
    font-size: 300% !important;
  }
}
@media screen and (max-device-width: 767px) {
  .yundle-definitions .four .container .define::before {
    font-size: 400% !important;
  }
}
.yundle-definitions .four .container .floating-boxes div .box {
  margin: 5%;
  padding: 5% 4%;
  border-radius: 1rem;
  box-shadow: -1px 0px 74px -16px rgba(0, 0, 0, 0.15);
}
.yundle-definitions .four .container .floating-boxes div .box p:first-child {
  font-weight: bold;
  font-size: 30px;
  margin-left: 25px;
  margin-left: 5%;
}
.yundle-definitions .four .container .floating-boxes div .box p:nth-child(2) {
  font-weight: bold;
  font-size: 15px;
}
.yundle-definitions .four .container .floating-boxes div .box a {
  color: #dc2626;
}
.yundle-definitions .four .container {
  background-color: #f7f7f7;
}
.yundle-definitions .four .container .data-boxes div p {
  background-color: white;
}

@media screen and (max-device-width: 575px) {
  .yundle-definitions .two .container .wrapper .form-search form {
    display: flex;
  }
  .yundle-definitions .two .container .wrapper .form-search form div:first-child {
    margin: 2% 0%;
    width: 100%;
  }
  .yundle-definitions .two .container .wrapper .form-search form div:first-child input {
    border-radius: 2.5rem;
  }
  .yundle-definitions .two .container .wrapper .form-search form div:nth-child(2) {
    margin: 2% 0%;
    width: 100%;
  }
  .yundle-definitions .two .container .wrapper .form-search form div:nth-child(2) input {
    border-radius: 2.5rem;
  }
  .yundle-definitions .two .container .wrapper .form-search form div:last-child {
    margin: 2% 0%;
    width: 100%;
  }
  .yundle-definitions .two .container .wrapper .form-search form div:last-child button {
    border-radius: 2.5rem;
  }
  .yundle-definitions .three .container .heading-box,
.yundle-definitions .four .container .heading-box,
.yundle-definitions .five .container .heading-box {
    flex-direction: column;
  }
  .yundle-definitions .three .container .heading-box button,
.yundle-definitions .four .container .heading-box button,
.yundle-definitions .five .container .heading-box button {
    margin: 3% 0%;
  }
}
@media (min-width: 1024px) {
  .lg\:w-2\/5 {
    width: 100% !important;
  }
}
@media (min-width: 768px) {
  .md\:w-1\/3 {
    width: 100%;
  }
  .sm\:w-1\/3 {
    width: 100%;
  }
}
.count {
  border: 1px solid #ddd;
  border-radius: 12px;
  background: #ddd;
}
.count .counts {
  gap: 15px;
}
.count .counts button.def-btn {
  min-width: 136px !important;
  border: none;
  background-color: #fff;
  color: #000;
  border-radius: 12px;
  position: relative;
}
.count .counts button.def-btn::after {
  content: url("/assets/images/down-arrow.png") !important;
  position: absolute;
  right: 6px;
}

@media screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .yundle-definitions .one .container .main-heading::before {
    left: 25%;
  }
}
@media screen and (min-device-width: 640px) and (max-device-width: 767px) {
  .yundle-definitions .one .container .main-heading::before {
    left: 20%;
    font-size: 60px;
  }
}
@media screen and (max-device-width: 639px) {
  .yundle-definitions .one .container .main-heading::before {
    top: 20%;
    font-size: 30px;
  }
  .yundle-definitions .two .container .wrapper {
    padding-top: 5%;
  }
}
#advanced-search-definitions {
  cursor: pointer;
}

.yundle-appreciations .four .container .define div, .yundle-homepage .two .container .main-heading div, .yundle-homepage .three .container .experience div, .yundle-definitions .four .container .define div {
  border-left: 3px solid #dc2626;
  padding: 2% 0% 2% 2%;
}
.yundle-appreciations .four .container .define div p:first-child, .yundle-homepage .two .container .main-heading div p:first-child, .yundle-homepage .three .container .experience div p:first-child, .yundle-definitions .four .container .define div p:first-child {
  font-size: 36px;
  font-weight: bold;
}

.yundle-appreciations .four .container .yundle3 .data-content p:last-child a, .yundle-appreciations .one .container .custom-card div div div a, .yundle-homepage .two .container .custom-card div div:last-child a, .yundle-homepage .three .container .yundle3 .data-content p:last-child a, .yundle-directory .one .container .custom-card div div div a, .yundle-how_to .two .container div div:first-child .custom-card div div div a, .yundle-definitions .one .container .custom-card div div div a, .yundle-definitions .four .container .yundle3 .data-content p:last-child a {
  text-decoration: none;
  color: #dc2626;
  font-weight: bold;
}
.yundle-appreciations .four .container .yundle3 .data-content p:last-child a:hover, .yundle-appreciations .one .container .custom-card div div div a:hover, .yundle-homepage .two .container .custom-card div div:last-child a:hover, .yundle-homepage .three .container .yundle3 .data-content p:last-child a:hover, .yundle-directory .one .container .custom-card div div div a:hover, .yundle-how_to .two .container div div:first-child .custom-card div div div a:hover, .yundle-definitions .one .container .custom-card div div div a:hover, .yundle-definitions .four .container .yundle3 .data-content p:last-child a:hover {
  border-bottom: 1px solid #dc2626;
  transition: border-bottom 0.4s ease-in-out;
}

.yundle-homepage .four .container .foot-homepage .signup .custom-border {
  border-bottom: 1px solid white;
}

.yundle-appreciations .three .container .heading-box .box-heading,
.yundle-appreciations .four .container .heading-box .box-heading,
.yundle-appreciations .five .container .heading-box .box-heading, .yundle-directory .three .container .heading-box .box-heading,
.yundle-directory .four .container .heading-box .box-heading,
.yundle-directory .five .container .heading-box .box-heading, .yundle-product .two .container .heading-box .box-heading, .yundle-product .five .container .heading-box .box-heading, .yundle-product .six .container .heading-box .box-heading, .yundle-definitions .three .container .heading-box .box-heading,
.yundle-definitions .four .container .heading-box .box-heading,
.yundle-definitions .five .container .heading-box .box-heading {
  border-left: 4px solid #dc2626;
  padding-left: 1%;
}
.yundle-appreciations .three .container .heading-box .box-heading p:first-child,
.yundle-appreciations .four .container .heading-box .box-heading p:first-child,
.yundle-appreciations .five .container .heading-box .box-heading p:first-child, .yundle-directory .three .container .heading-box .box-heading p:first-child,
.yundle-directory .four .container .heading-box .box-heading p:first-child,
.yundle-directory .five .container .heading-box .box-heading p:first-child, .yundle-product .two .container .heading-box .box-heading p:first-child, .yundle-product .five .container .heading-box .box-heading p:first-child, .yundle-product .six .container .heading-box .box-heading p:first-child, .yundle-definitions .three .container .heading-box .box-heading p:first-child,
.yundle-definitions .four .container .heading-box .box-heading p:first-child,
.yundle-definitions .five .container .heading-box .box-heading p:first-child {
  font-weight: bold;
  font-size: 28px;
}
.yundle-appreciations .three .container .heading-box .box-heading p.popular,
.yundle-appreciations .four .container .heading-box .box-heading p.popular,
.yundle-appreciations .five .container .heading-box .box-heading p.popular, .yundle-directory .three .container .heading-box .box-heading p.popular,
.yundle-directory .four .container .heading-box .box-heading p.popular,
.yundle-directory .five .container .heading-box .box-heading p.popular, .yundle-product .two .container .heading-box .box-heading p.popular, .yundle-product .five .container .heading-box .box-heading p.popular, .yundle-product .six .container .heading-box .box-heading p.popular, .yundle-definitions .three .container .heading-box .box-heading p.popular,
.yundle-definitions .four .container .heading-box .box-heading p.popular,
.yundle-definitions .five .container .heading-box .box-heading p.popular {
  color: white;
}
.yundle-appreciations .three .container .heading-box button,
.yundle-appreciations .four .container .heading-box button,
.yundle-appreciations .five .container .heading-box button, .yundle-directory .three .container .heading-box button,
.yundle-directory .four .container .heading-box button,
.yundle-directory .five .container .heading-box button, .yundle-product .two .container .heading-box button, .yundle-product .five .container .heading-box button, .yundle-product .six .container .heading-box button, .yundle-definitions .three .container .heading-box button,
.yundle-definitions .four .container .heading-box button,
.yundle-definitions .five .container .heading-box button {
  color: white;
  border: none;
  background-color: #dc2626;
  padding: 1rem 1.25rem;
  border-radius: 0.25rem;
}
.yundle-appreciations .three .container .heading-box button:hover,
.yundle-appreciations .four .container .heading-box button:hover,
.yundle-appreciations .five .container .heading-box button:hover, .yundle-directory .three .container .heading-box button:hover,
.yundle-directory .four .container .heading-box button:hover,
.yundle-directory .five .container .heading-box button:hover, .yundle-product .two .container .heading-box button:hover, .yundle-product .five .container .heading-box button:hover, .yundle-product .six .container .heading-box button:hover, .yundle-definitions .three .container .heading-box button:hover,
.yundle-definitions .four .container .heading-box button:hover,
.yundle-definitions .five .container .heading-box button:hover {
  background-color: #2e2d33;
}

.virtual-assets-section .virtual-assets-row .virtual-assets-card:hover h3.virtual-card-center-heading, .virtual-assets-section .virtual-assets-row .virtual-assets-card .virtual-assets-card-inner {
  opacity: 0;
  visibility: hidden;
}

.yundle-photos .one .container div .btns button, .add-directory-middle-section .add-directory-form-aside .add-directory-form-wrap .form-submission-actions .form-action-btn, .add-directory-middle-section .add-directory-browse-aside .all-browse-categories-btn a, .add-directory-banner-section .virtual-heading-row .heading-contact-list .add-your-listing-free-btn a, .yundle-sales .one .container div .sales-btn, .yundle-sales .two .container div .sales-btn, .yundle-sales .two .container .filters div div .btn1,
.yundle-sales .two .container .filters div div .btn2 {
  color: #fff;
  font-size: 18px;
  border-radius: 8px;
  background-color: #ce2123;
  transition: all 0.4s ease-in-out;
}
.yundle-photos .one .container div .btns button:hover, .add-directory-middle-section .add-directory-form-aside .add-directory-form-wrap .form-submission-actions .form-action-btn:hover, .add-directory-middle-section .add-directory-browse-aside .all-browse-categories-btn a:hover, .add-directory-banner-section .virtual-heading-row .heading-contact-list .add-your-listing-free-btn a:hover, .yundle-sales .one .container div .sales-btn:hover, .yundle-sales .two .container div .sales-btn:hover, .yundle-sales .two .container .filters div div .btn1:hover,
.yundle-sales .two .container .filters div div .btn2:hover {
  background-color: #2e2d33;
}

.virtual-heading-row .section-heading h2 {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 45px;
}
.virtual-heading-row .section-heading h2 span.bottom-line-span {
  padding-bottom: 5px;
  border-bottom: 4px solid #dc2626;
}

/* Virtual Business Section CSS Updated Here */
.virtual-business-section {
  padding: 100px 0 90px;
}
.virtual-business-section .virtual-heading-row .section-heading h2 span.after-text-span {
  color: #f7f7f7;
  font-size: 135px;
  font-weight: bold;
  top: -75px;
  left: 0;
  z-index: -1;
}
@media screen and (min-width: 1300px) {
  .virtual-business-section .virtual-heading-row .section-heading h2 span.after-text-span {
    left: -80px;
  }
}
.virtual-business-section .virtual-heading-row .heading-contact-list ul li a {
  padding: 12px 20px;
  background-color: #f0f0f0;
  font-weight: 500;
  transition: all 0.4s ease-in-out;
}
.virtual-business-section .virtual-heading-row .heading-contact-list ul li a:hover {
  background-color: #000;
  color: #fff;
}
.virtual-business-section .virtual-business-content-row .virtual-business-desc p {
  color: #333;
  line-height: 1.8;
}

/* Virtual Features Section CSS Updated Here */
.virtuals-features-section {
  padding: 65px 0 50px;
  background-color: #f7f7f7;
}
.virtuals-features-section .virtual-features-row .virtual-features-side-list {
  border: 1px solid #000;
  margin-bottom: 25px;
}
.virtuals-features-section .virtual-features-row .virtual-features-side-list .features-number-span {
  left: 0;
  width: 60px;
  color: #fff;
  font-size: 25px;
  font-weight: 500;
  background-color: #000;
}
.virtuals-features-section .virtual-features-row .virtual-features-side-list h3 {
  color: #333;
  font-size: 18px;
  padding: 15px 15px 15px 75px;
}
@media screen and (min-width: 1200px) {
  .virtuals-features-section .virtual-features-row .virtual-features-side-list h3 {
    font-size: 20px;
  }
}

/* Virtual Assets Section CSS Updated Here */
.virtual-assets-section {
  padding: 75px 0 50px;
}
.virtual-assets-section .virtual-assets-row .virtual-assets-card {
  background-image: url("/assets/images/photograph/1.png");
  min-height: 390px;
  color: #fff;
  border-radius: 10px;
  overflow: hidden;
}
.virtual-assets-section .virtual-assets-row .virtual-assets-card h3 {
  font-size: 30px;
  font-weight: 600;
  transition: all 0.4s ease-in-out;
}
.virtual-assets-section .virtual-assets-row .virtual-assets-card h3.virtual-card-center-heading {
  text-align: center;
  padding: 0 15px;
}
.virtual-assets-section .virtual-assets-row .virtual-assets-card .virtual-assets-card-inner {
  position: absolute;
  top: -100%;
  width: 100%;
  height: 100%;
  padding: 20px;
  background-color: rgba(113, 59, 60, 0.8);
  transition: all 0.4s ease-in-out;
}
.virtual-assets-section .virtual-assets-row .virtual-assets-card .virtual-assets-card-inner ul {
  padding-top: 10px;
}
.virtual-assets-section .virtual-assets-row .virtual-assets-card .virtual-assets-card-inner ul li {
  padding-bottom: 5px;
}
.virtual-assets-section .virtual-assets-row .virtual-assets-card .virtual-assets-card-inner ul li p {
  font-size: 18px;
  color: #f7f7f7;
}
.virtual-assets-section .virtual-assets-row .virtual-assets-card.virtual-asset-card-nth {
  min-height: 220px;
}
.virtual-assets-section .virtual-assets-row .virtual-assets-card:hover .virtual-assets-card-inner {
  opacity: 1;
  visibility: visible;
  top: 0;
}
.virtual-assets-section .virtual-assets-row .virtual-assets-card:hover .virtual-assets-card-inner h3 {
  text-align: left;
}

/* Responsive View CSS Updated Here */
@media screen and (min-width: 992px) and (max-width: 1190px) {
  .virtual-business-section .virtual-heading-row .section-heading h2 span.after-text-span {
    font-size: 110px;
    top: -60px;
  }
  .virtual-business-section .virtual-business-content-row .virtual-buiness-side-img {
    padding: 0;
  }
}
@media screen and (max-width: 991px) {
  .virtual-business-section .virtual-heading-row .heading-contact-list ul {
    padding-bottom: 35px;
  }
  .virtual-assets-section .virtual-assets-row .virtual-assets-card {
    min-height: 390px !important;
  }
}
@media screen and (max-width: 575px) {
  .virtual-business-section {
    padding: 60px 0;
  }
  .virtual-business-section .virtual-heading-row .heading-contact-list ul {
    padding-bottom: 35px;
  }
  .virtual-business-section .virtual-heading-row .section-heading h2 {
    margin-bottom: 15px;
  }
  .virtual-business-section .virtual-heading-row .section-heading h2 span.after-text-span {
    font-size: 70px;
    top: 0;
  }
  .virtual-business-section .virtual-heading-row .heading-contact-list ul {
    padding-bottom: 25px;
  }
  .virtual-business-section .virtual-heading-row .heading-contact-list ul li {
    margin-bottom: 10px;
  }
  .virtual-business-section .virtual-heading-row .heading-contact-list ul li a {
    font-size: 14px;
  }
  .virtuals-features-section {
    padding: 50px 0 35px;
  }
  .virtuals-features-section .virtual-features-row .virtual-features-side-list h3 {
    font-size: 18px;
  }
  .virtual-assets-section {
    padding: 60px 0 35px;
  }
  .virtual-assets-section .virtual-assets-row .virtual-assets-card {
    min-height: 390px !important;
  }
}
.yundle-appreciations .four .container .define div, .yundle-homepage .two .container .main-heading div, .yundle-homepage .three .container .experience div, .yundle-definitions .four .container .define div {
  border-left: 3px solid #dc2626;
  padding: 2% 0% 2% 2%;
}
.yundle-appreciations .four .container .define div p:first-child, .yundle-homepage .two .container .main-heading div p:first-child, .yundle-homepage .three .container .experience div p:first-child, .yundle-definitions .four .container .define div p:first-child {
  font-size: 36px;
  font-weight: bold;
}

.yundle-appreciations .four .container .yundle3 .data-content p:last-child a, .yundle-appreciations .one .container .custom-card div div div a, .yundle-homepage .two .container .custom-card div div:last-child a, .yundle-homepage .three .container .yundle3 .data-content p:last-child a, .yundle-directory .one .container .custom-card div div div a, .yundle-how_to .two .container div div:first-child .custom-card div div div a, .yundle-definitions .one .container .custom-card div div div a, .yundle-definitions .four .container .yundle3 .data-content p:last-child a {
  text-decoration: none;
  color: #dc2626;
  font-weight: bold;
}
.yundle-appreciations .four .container .yundle3 .data-content p:last-child a:hover, .yundle-appreciations .one .container .custom-card div div div a:hover, .yundle-homepage .two .container .custom-card div div:last-child a:hover, .yundle-homepage .three .container .yundle3 .data-content p:last-child a:hover, .yundle-directory .one .container .custom-card div div div a:hover, .yundle-how_to .two .container div div:first-child .custom-card div div div a:hover, .yundle-definitions .one .container .custom-card div div div a:hover, .yundle-definitions .four .container .yundle3 .data-content p:last-child a:hover {
  border-bottom: 1px solid #dc2626;
  transition: border-bottom 0.4s ease-in-out;
}

.yundle-homepage .four .container .foot-homepage .signup .custom-border {
  border-bottom: 1px solid white;
}

.yundle-appreciations .three .container .heading-box .box-heading,
.yundle-appreciations .four .container .heading-box .box-heading,
.yundle-appreciations .five .container .heading-box .box-heading, .yundle-directory .three .container .heading-box .box-heading,
.yundle-directory .four .container .heading-box .box-heading,
.yundle-directory .five .container .heading-box .box-heading, .yundle-product .two .container .heading-box .box-heading, .yundle-product .five .container .heading-box .box-heading, .yundle-product .six .container .heading-box .box-heading, .yundle-definitions .three .container .heading-box .box-heading,
.yundle-definitions .four .container .heading-box .box-heading,
.yundle-definitions .five .container .heading-box .box-heading {
  border-left: 4px solid #dc2626;
  padding-left: 1%;
}
.yundle-appreciations .three .container .heading-box .box-heading p:first-child,
.yundle-appreciations .four .container .heading-box .box-heading p:first-child,
.yundle-appreciations .five .container .heading-box .box-heading p:first-child, .yundle-directory .three .container .heading-box .box-heading p:first-child,
.yundle-directory .four .container .heading-box .box-heading p:first-child,
.yundle-directory .five .container .heading-box .box-heading p:first-child, .yundle-product .two .container .heading-box .box-heading p:first-child, .yundle-product .five .container .heading-box .box-heading p:first-child, .yundle-product .six .container .heading-box .box-heading p:first-child, .yundle-definitions .three .container .heading-box .box-heading p:first-child,
.yundle-definitions .four .container .heading-box .box-heading p:first-child,
.yundle-definitions .five .container .heading-box .box-heading p:first-child {
  font-weight: bold;
  font-size: 28px;
}
.yundle-appreciations .three .container .heading-box .box-heading p.popular,
.yundle-appreciations .four .container .heading-box .box-heading p.popular,
.yundle-appreciations .five .container .heading-box .box-heading p.popular, .yundle-directory .three .container .heading-box .box-heading p.popular,
.yundle-directory .four .container .heading-box .box-heading p.popular,
.yundle-directory .five .container .heading-box .box-heading p.popular, .yundle-product .two .container .heading-box .box-heading p.popular, .yundle-product .five .container .heading-box .box-heading p.popular, .yundle-product .six .container .heading-box .box-heading p.popular, .yundle-definitions .three .container .heading-box .box-heading p.popular,
.yundle-definitions .four .container .heading-box .box-heading p.popular,
.yundle-definitions .five .container .heading-box .box-heading p.popular {
  color: white;
}
.yundle-appreciations .three .container .heading-box button,
.yundle-appreciations .four .container .heading-box button,
.yundle-appreciations .five .container .heading-box button, .yundle-directory .three .container .heading-box button,
.yundle-directory .four .container .heading-box button,
.yundle-directory .five .container .heading-box button, .yundle-product .two .container .heading-box button, .yundle-product .five .container .heading-box button, .yundle-product .six .container .heading-box button, .yundle-definitions .three .container .heading-box button,
.yundle-definitions .four .container .heading-box button,
.yundle-definitions .five .container .heading-box button {
  color: white;
  border: none;
  background-color: #dc2626;
  padding: 1rem 1.25rem;
  border-radius: 0.25rem;
}
.yundle-appreciations .three .container .heading-box button:hover,
.yundle-appreciations .four .container .heading-box button:hover,
.yundle-appreciations .five .container .heading-box button:hover, .yundle-directory .three .container .heading-box button:hover,
.yundle-directory .four .container .heading-box button:hover,
.yundle-directory .five .container .heading-box button:hover, .yundle-product .two .container .heading-box button:hover, .yundle-product .five .container .heading-box button:hover, .yundle-product .six .container .heading-box button:hover, .yundle-definitions .three .container .heading-box button:hover,
.yundle-definitions .four .container .heading-box button:hover,
.yundle-definitions .five .container .heading-box button:hover {
  background-color: #2e2d33;
}

.virtual-assets-section .virtual-assets-row .virtual-assets-card .virtual-assets-card-inner, .virtual-assets-section .virtual-assets-row .virtual-assets-card:hover h3.virtual-card-center-heading {
  opacity: 0;
  visibility: hidden;
}

.yundle-photos .one .container div .btns button, .add-directory-middle-section .add-directory-form-aside .add-directory-form-wrap .form-submission-actions .form-action-btn, .add-directory-middle-section .add-directory-browse-aside .all-browse-categories-btn a, .add-directory-banner-section .virtual-heading-row .heading-contact-list .add-your-listing-free-btn a, .yundle-sales .one .container div .sales-btn, .yundle-sales .two .container div .sales-btn, .yundle-sales .two .container .filters div div .btn1,
.yundle-sales .two .container .filters div div .btn2 {
  color: #fff;
  font-size: 18px;
  border-radius: 8px;
  background-color: #ce2123;
  transition: all 0.4s ease-in-out;
}
.yundle-photos .one .container div .btns button:hover, .add-directory-middle-section .add-directory-form-aside .add-directory-form-wrap .form-submission-actions .form-action-btn:hover, .add-directory-middle-section .add-directory-browse-aside .all-browse-categories-btn a:hover, .add-directory-banner-section .virtual-heading-row .heading-contact-list .add-your-listing-free-btn a:hover, .yundle-sales .one .container div .sales-btn:hover, .yundle-sales .two .container div .sales-btn:hover, .yundle-sales .two .container .filters div div .btn1:hover,
.yundle-sales .two .container .filters div div .btn2:hover {
  background-color: #2e2d33;
}

/* Virtual Business Section CSS Updated Here */
.browse-banner-section {
  padding: 100px 0;
}
.browse-banner-section .virtual-heading-row .section-heading h2 {
  font-size: 55px;
  margin-bottom: 25px;
}
.browse-banner-section .virtual-heading-row .section-heading h2 span.after-text-span {
  top: -55px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.browse-banner-section .virtual-heading-row .section-heading p {
  font-size: 28px;
  font-weight: 300;
  line-height: 1.5;
}

/* Free Information Cards Section CSS Updated Here */
.browse-features-section {
  padding: 100px 0 40px;
}
.browse-features-section .free-information-card {
  border-radius: 15px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  min-height: 510px;
  transition: all 0.3s ease;
}
@media screen and (max-width: 575px) {
  .browse-features-section .free-information-card {
    min-height: auto;
  }
}
.browse-features-section .free-information-card .free-info-card-img {
  height: 300px;
}
.browse-features-section .free-information-card .free-info-card-img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  transform: scale(1);
  transition: transform 7s cubic-bezier(0.25, 0.5, 0.8, 0.65);
}
.browse-features-section .free-information-card .free-info-card-desc h3 {
  font-size: 25px;
  font-weight: 500;
  line-height: 1.3;
}
.browse-features-section .free-information-card .free-info-card-desc h5 {
  color: #dc2626;
  font-size: 20px;
}
.browse-features-section .free-information-card:hover {
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
}
.browse-features-section .free-information-card:hover .free-info-card-img img {
  transform: scale(1.2);
}

/* Responsive View CSS Updated Here */
@media screen and (min-width: 992px) and (max-width: 1190px) {
  .virtual-business-section .virtual-heading-row .section-heading h2 span.after-text-span {
    font-size: 110px;
    top: -60px;
  }
  .virtuals-features-section .w-change-lg-sc {
    width: 50%;
  }
}
@media screen and (max-width: 991px) {
  .virtual-business-section {
    padding: 60px 0;
  }
  .virtual-business-section .virtual-heading-row .section-heading p {
    font-size: 25px;
  }
  .virtual-business-section .virtual-heading-row .section-heading p br {
    display: none;
  }
  .virtuals-features-section .free-information-card .free-info-card-desc h3 {
    font-size: 22px;
  }
  .virtuals-features-section .free-information-card .free-info-card-desc h5 {
    font-size: 18px;
  }
}
@media screen and (max-width: 575px) {
  .virtual-business-section {
    padding: 60px 0;
  }
  .virtual-business-section .virtual-heading-row .section-heading h2 {
    font-size: 40px;
    margin-bottom: 15px;
  }
  .virtual-business-section .virtual-heading-row .section-heading h2 span.after-text-span {
    font-size: 70px;
    top: 0;
  }
  .virtual-business-section .virtual-heading-row .section-heading p {
    font-size: 20px;
  }
  .virtuals-features-section {
    padding: 60px 0 0;
  }
}
.yundle-appreciations .four .container .define div, .yundle-homepage .two .container .main-heading div, .yundle-homepage .three .container .experience div, .yundle-definitions .four .container .define div {
  border-left: 3px solid #dc2626;
  padding: 2% 0% 2% 2%;
}
.yundle-appreciations .four .container .define div p:first-child, .yundle-homepage .two .container .main-heading div p:first-child, .yundle-homepage .three .container .experience div p:first-child, .yundle-definitions .four .container .define div p:first-child {
  font-size: 36px;
  font-weight: bold;
}

.yundle-appreciations .four .container .yundle3 .data-content p:last-child a, .yundle-appreciations .one .container .custom-card div div div a, .yundle-homepage .two .container .custom-card div div:last-child a, .yundle-homepage .three .container .yundle3 .data-content p:last-child a, .yundle-directory .one .container .custom-card div div div a, .yundle-how_to .two .container div div:first-child .custom-card div div div a, .yundle-definitions .one .container .custom-card div div div a, .yundle-definitions .four .container .yundle3 .data-content p:last-child a {
  text-decoration: none;
  color: #dc2626;
  font-weight: bold;
}
.yundle-appreciations .four .container .yundle3 .data-content p:last-child a:hover, .yundle-appreciations .one .container .custom-card div div div a:hover, .yundle-homepage .two .container .custom-card div div:last-child a:hover, .yundle-homepage .three .container .yundle3 .data-content p:last-child a:hover, .yundle-directory .one .container .custom-card div div div a:hover, .yundle-how_to .two .container div div:first-child .custom-card div div div a:hover, .yundle-definitions .one .container .custom-card div div div a:hover, .yundle-definitions .four .container .yundle3 .data-content p:last-child a:hover {
  border-bottom: 1px solid #dc2626;
  transition: border-bottom 0.4s ease-in-out;
}

.yundle-homepage .four .container .foot-homepage .signup .custom-border {
  border-bottom: 1px solid white;
}

.yundle-appreciations .three .container .heading-box .box-heading,
.yundle-appreciations .four .container .heading-box .box-heading,
.yundle-appreciations .five .container .heading-box .box-heading, .yundle-directory .three .container .heading-box .box-heading,
.yundle-directory .four .container .heading-box .box-heading,
.yundle-directory .five .container .heading-box .box-heading, .yundle-product .two .container .heading-box .box-heading, .yundle-product .five .container .heading-box .box-heading, .yundle-product .six .container .heading-box .box-heading, .yundle-definitions .three .container .heading-box .box-heading,
.yundle-definitions .four .container .heading-box .box-heading,
.yundle-definitions .five .container .heading-box .box-heading {
  border-left: 4px solid #dc2626;
  padding-left: 1%;
}
.yundle-appreciations .three .container .heading-box .box-heading p:first-child,
.yundle-appreciations .four .container .heading-box .box-heading p:first-child,
.yundle-appreciations .five .container .heading-box .box-heading p:first-child, .yundle-directory .three .container .heading-box .box-heading p:first-child,
.yundle-directory .four .container .heading-box .box-heading p:first-child,
.yundle-directory .five .container .heading-box .box-heading p:first-child, .yundle-product .two .container .heading-box .box-heading p:first-child, .yundle-product .five .container .heading-box .box-heading p:first-child, .yundle-product .six .container .heading-box .box-heading p:first-child, .yundle-definitions .three .container .heading-box .box-heading p:first-child,
.yundle-definitions .four .container .heading-box .box-heading p:first-child,
.yundle-definitions .five .container .heading-box .box-heading p:first-child {
  font-weight: bold;
  font-size: 28px;
}
.yundle-appreciations .three .container .heading-box .box-heading p.popular,
.yundle-appreciations .four .container .heading-box .box-heading p.popular,
.yundle-appreciations .five .container .heading-box .box-heading p.popular, .yundle-directory .three .container .heading-box .box-heading p.popular,
.yundle-directory .four .container .heading-box .box-heading p.popular,
.yundle-directory .five .container .heading-box .box-heading p.popular, .yundle-product .two .container .heading-box .box-heading p.popular, .yundle-product .five .container .heading-box .box-heading p.popular, .yundle-product .six .container .heading-box .box-heading p.popular, .yundle-definitions .three .container .heading-box .box-heading p.popular,
.yundle-definitions .four .container .heading-box .box-heading p.popular,
.yundle-definitions .five .container .heading-box .box-heading p.popular {
  color: white;
}
.yundle-appreciations .three .container .heading-box button,
.yundle-appreciations .four .container .heading-box button,
.yundle-appreciations .five .container .heading-box button, .yundle-directory .three .container .heading-box button,
.yundle-directory .four .container .heading-box button,
.yundle-directory .five .container .heading-box button, .yundle-product .two .container .heading-box button, .yundle-product .five .container .heading-box button, .yundle-product .six .container .heading-box button, .yundle-definitions .three .container .heading-box button,
.yundle-definitions .four .container .heading-box button,
.yundle-definitions .five .container .heading-box button {
  color: white;
  border: none;
  background-color: #dc2626;
  padding: 1rem 1.25rem;
  border-radius: 0.25rem;
}
.yundle-appreciations .three .container .heading-box button:hover,
.yundle-appreciations .four .container .heading-box button:hover,
.yundle-appreciations .five .container .heading-box button:hover, .yundle-directory .three .container .heading-box button:hover,
.yundle-directory .four .container .heading-box button:hover,
.yundle-directory .five .container .heading-box button:hover, .yundle-product .two .container .heading-box button:hover, .yundle-product .five .container .heading-box button:hover, .yundle-product .six .container .heading-box button:hover, .yundle-definitions .three .container .heading-box button:hover,
.yundle-definitions .four .container .heading-box button:hover,
.yundle-definitions .five .container .heading-box button:hover {
  background-color: #2e2d33;
}

.virtual-assets-section .virtual-assets-row .virtual-assets-card .virtual-assets-card-inner, .virtual-assets-section .virtual-assets-row .virtual-assets-card:hover h3.virtual-card-center-heading {
  opacity: 0;
  visibility: hidden;
}

.yundle-photos .one .container div .btns button, .add-directory-middle-section .add-directory-form-aside .add-directory-form-wrap .form-submission-actions .form-action-btn, .add-directory-middle-section .add-directory-browse-aside .all-browse-categories-btn a, .add-directory-banner-section .virtual-heading-row .heading-contact-list .add-your-listing-free-btn a, .yundle-sales .one .container div .sales-btn, .yundle-sales .two .container div .sales-btn, .yundle-sales .two .container .filters div div .btn1,
.yundle-sales .two .container .filters div div .btn2 {
  color: #fff;
  font-size: 18px;
  border-radius: 8px;
  background-color: #ce2123;
  transition: all 0.4s ease-in-out;
}
.yundle-photos .one .container div .btns button:hover, .add-directory-middle-section .add-directory-form-aside .add-directory-form-wrap .form-submission-actions .form-action-btn:hover, .add-directory-middle-section .add-directory-browse-aside .all-browse-categories-btn a:hover, .add-directory-banner-section .virtual-heading-row .heading-contact-list .add-your-listing-free-btn a:hover, .yundle-sales .one .container div .sales-btn:hover, .yundle-sales .two .container div .sales-btn:hover, .yundle-sales .two .container .filters div div .btn1:hover,
.yundle-sales .two .container .filters div div .btn2:hover {
  background-color: #2e2d33;
}

/* Art Appreciation Section CSS Updated Here */
.art-appreciation-section .one .main-heading::before {
  content: "APPRECIATION" !important;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.art-appreciation-section .two .box-heading p {
  font-weight: 500 !important;
}
@media screen and (min-width: 992px) and (max-width: 1190px) {
  .art-appreciation-section .two .wrapper .form-search {
    padding: 0 12% !important;
  }
}
@media screen and (max-width: 991px) {
  .art-appreciation-section .two .wrapper .form-search {
    padding: 0 25px !important;
  }
}
@media screen and (max-width: 767px) {
  .art-appreciation-section .two .wrapper .form-search form {
    flex-wrap: wrap;
  }
}
.art-appreciation-section .two .wrapper .form-search form div:first-child {
  border-radius: 4px;
}
.art-appreciation-section .two .wrapper .form-search form div:first-child input {
  color: #000;
  font-style: italic;
  font-family: "Poppins", sans-serif;
  border-radius: 4px !important;
  padding-left: 22px !important;
}
.art-appreciation-section .two .wrapper .form-search form div:first-child input::-moz-placeholder {
  color: #000 !important;
  opacity: 1;
}
.art-appreciation-section .two .wrapper .form-search form div:first-child input::placeholder {
  color: #000 !important;
  opacity: 1;
}
.art-appreciation-section .two .wrapper .form-search form div:last-child .btnn {
  padding-left: 20px !important;
  border: 1px solid #d4d4d4 !important;
}
.art-appreciation-section .two .wrapper .form-search form div:last-child .btnn::before {
  transform: translate(-150%, 10%) !important;
  filter: brightness(0);
}
.art-appreciation-section .two .wrapper .form-search form .count-border-rounded {
  border-radius: 10px !important;
  background-color: #f0f0f0 !important;
  border: none !important;
}
.art-appreciation-section .two .wrapper .form-search form .count-border-rounded .counts button.def-btn {
  padding-left: 10% !important;
  padding-right: 10% !important;
}
.art-appreciation-section .two .result-wrapper-container {
  background-color: #f7f7f7;
}
.art-appreciation-section .two .result-wrapper-container p {
  line-height: 1.7;
  color: #333;
}
.art-appreciation-section .two .result-wrapper-container .result-wrapper-container-bottom ul li a {
  display: inline-block;
  color: #b1b1b1;
  font-size: 15px;
  font-weight: 500;
  padding: 5px 15px;
  border: 1px solid #000;
}
.art-appreciation-section .two .result-wrapper-container .result-wrapper-container-bottom ul li a span {
  color: #000;
}
.art-appreciation-section .two .result-wrapper-container .result-wrapper-container-bottom .edit-definiton-btn-side .edit-definition-btn {
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  padding: 5px 40px;
  background-color: #ed1b24;
}

.listed-define .cart .action {
  border: 1px solid #ececec;
  border-radius: 8px;
}
.listed-define .cart .action .head {
  background: #f7f7f7;
  border-radius: 8px;
  padding: 5%;
  font-size: 26px;
  font-weight: 500;
  text-align: center;
}
.listed-define .cart .action .request {
  padding: 3% 5%;
  border-bottom: 1px solid #f7f7f7;
}
.listed-define .cart .action ul {
  padding: 0% 7%;
}
.listed-define .cart .action ul li {
  position: relative;
  padding-left: 30px;
  font-size: 14px;
  font-weight: 400;
  color: #1e2024;
}
.listed-define .cart .action ul .botms {
  border-bottom: 1px solid #f7f7f7;
}
.listed-define .cart .action ul .bot-line {
  color: #ed1b24;
}
.listed-define .cart .action ul li::before {
  content: url("/assets/images/catalogue/arrow_cat.png");
  position: absolute;
  left: 0;
}

@media screen and (max-width: 767px) {
  .count-border-rounded .counts .flex-1 {
    width: 100%;
    display: block;
    flex: inherit;
  }
}
.yundle-appreciations .four .container .define div, .yundle-homepage .two .container .main-heading div, .yundle-homepage .three .container .experience div, .yundle-definitions .four .container .define div {
  border-left: 3px solid #dc2626;
  padding: 2% 0% 2% 2%;
}
.yundle-appreciations .four .container .define div p:first-child, .yundle-homepage .two .container .main-heading div p:first-child, .yundle-homepage .three .container .experience div p:first-child, .yundle-definitions .four .container .define div p:first-child {
  font-size: 36px;
  font-weight: bold;
}

.yundle-appreciations .four .container .yundle3 .data-content p:last-child a, .yundle-appreciations .one .container .custom-card div div div a, .yundle-homepage .two .container .custom-card div div:last-child a, .yundle-homepage .three .container .yundle3 .data-content p:last-child a, .yundle-directory .one .container .custom-card div div div a, .yundle-how_to .two .container div div:first-child .custom-card div div div a, .yundle-definitions .one .container .custom-card div div div a, .yundle-definitions .four .container .yundle3 .data-content p:last-child a {
  text-decoration: none;
  color: #dc2626;
  font-weight: bold;
}
.yundle-appreciations .four .container .yundle3 .data-content p:last-child a:hover, .yundle-appreciations .one .container .custom-card div div div a:hover, .yundle-homepage .two .container .custom-card div div:last-child a:hover, .yundle-homepage .three .container .yundle3 .data-content p:last-child a:hover, .yundle-directory .one .container .custom-card div div div a:hover, .yundle-how_to .two .container div div:first-child .custom-card div div div a:hover, .yundle-definitions .one .container .custom-card div div div a:hover, .yundle-definitions .four .container .yundle3 .data-content p:last-child a:hover {
  border-bottom: 1px solid #dc2626;
  transition: border-bottom 0.4s ease-in-out;
}

.yundle-homepage .four .container .foot-homepage .signup .custom-border {
  border-bottom: 1px solid white;
}

.yundle-appreciations .three .container .heading-box .box-heading,
.yundle-appreciations .four .container .heading-box .box-heading,
.yundle-appreciations .five .container .heading-box .box-heading, .yundle-directory .three .container .heading-box .box-heading,
.yundle-directory .four .container .heading-box .box-heading,
.yundle-directory .five .container .heading-box .box-heading, .yundle-product .two .container .heading-box .box-heading, .yundle-product .five .container .heading-box .box-heading, .yundle-product .six .container .heading-box .box-heading, .yundle-definitions .three .container .heading-box .box-heading,
.yundle-definitions .four .container .heading-box .box-heading,
.yundle-definitions .five .container .heading-box .box-heading {
  border-left: 4px solid #dc2626;
  padding-left: 1%;
}
.yundle-appreciations .three .container .heading-box .box-heading p:first-child,
.yundle-appreciations .four .container .heading-box .box-heading p:first-child,
.yundle-appreciations .five .container .heading-box .box-heading p:first-child, .yundle-directory .three .container .heading-box .box-heading p:first-child,
.yundle-directory .four .container .heading-box .box-heading p:first-child,
.yundle-directory .five .container .heading-box .box-heading p:first-child, .yundle-product .two .container .heading-box .box-heading p:first-child, .yundle-product .five .container .heading-box .box-heading p:first-child, .yundle-product .six .container .heading-box .box-heading p:first-child, .yundle-definitions .three .container .heading-box .box-heading p:first-child,
.yundle-definitions .four .container .heading-box .box-heading p:first-child,
.yundle-definitions .five .container .heading-box .box-heading p:first-child {
  font-weight: bold;
  font-size: 28px;
}
.yundle-appreciations .three .container .heading-box .box-heading p.popular,
.yundle-appreciations .four .container .heading-box .box-heading p.popular,
.yundle-appreciations .five .container .heading-box .box-heading p.popular, .yundle-directory .three .container .heading-box .box-heading p.popular,
.yundle-directory .four .container .heading-box .box-heading p.popular,
.yundle-directory .five .container .heading-box .box-heading p.popular, .yundle-product .two .container .heading-box .box-heading p.popular, .yundle-product .five .container .heading-box .box-heading p.popular, .yundle-product .six .container .heading-box .box-heading p.popular, .yundle-definitions .three .container .heading-box .box-heading p.popular,
.yundle-definitions .four .container .heading-box .box-heading p.popular,
.yundle-definitions .five .container .heading-box .box-heading p.popular {
  color: white;
}
.yundle-appreciations .three .container .heading-box button,
.yundle-appreciations .four .container .heading-box button,
.yundle-appreciations .five .container .heading-box button, .yundle-directory .three .container .heading-box button,
.yundle-directory .four .container .heading-box button,
.yundle-directory .five .container .heading-box button, .yundle-product .two .container .heading-box button, .yundle-product .five .container .heading-box button, .yundle-product .six .container .heading-box button, .yundle-definitions .three .container .heading-box button,
.yundle-definitions .four .container .heading-box button,
.yundle-definitions .five .container .heading-box button {
  color: white;
  border: none;
  background-color: #dc2626;
  padding: 1rem 1.25rem;
  border-radius: 0.25rem;
}
.yundle-appreciations .three .container .heading-box button:hover,
.yundle-appreciations .four .container .heading-box button:hover,
.yundle-appreciations .five .container .heading-box button:hover, .yundle-directory .three .container .heading-box button:hover,
.yundle-directory .four .container .heading-box button:hover,
.yundle-directory .five .container .heading-box button:hover, .yundle-product .two .container .heading-box button:hover, .yundle-product .five .container .heading-box button:hover, .yundle-product .six .container .heading-box button:hover, .yundle-definitions .three .container .heading-box button:hover,
.yundle-definitions .four .container .heading-box button:hover,
.yundle-definitions .five .container .heading-box button:hover {
  background-color: #2e2d33;
}

.virtual-assets-section .virtual-assets-row .virtual-assets-card .virtual-assets-card-inner, .virtual-assets-section .virtual-assets-row .virtual-assets-card:hover h3.virtual-card-center-heading {
  opacity: 0;
  visibility: hidden;
}

.yundle-photos .one .container div .btns button, .add-directory-middle-section .add-directory-form-aside .add-directory-form-wrap .form-submission-actions .form-action-btn, .add-directory-middle-section .add-directory-browse-aside .all-browse-categories-btn a, .add-directory-banner-section .virtual-heading-row .heading-contact-list .add-your-listing-free-btn a, .yundle-sales .one .container div .sales-btn, .yundle-sales .two .container div .sales-btn, .yundle-sales .two .container .filters div div .btn1,
.yundle-sales .two .container .filters div div .btn2 {
  color: #fff;
  font-size: 18px;
  border-radius: 8px;
  background-color: #ce2123;
  transition: all 0.4s ease-in-out;
}
.yundle-photos .one .container div .btns button:hover, .add-directory-middle-section .add-directory-form-aside .add-directory-form-wrap .form-submission-actions .form-action-btn:hover, .add-directory-middle-section .add-directory-browse-aside .all-browse-categories-btn a:hover, .add-directory-banner-section .virtual-heading-row .heading-contact-list .add-your-listing-free-btn a:hover, .yundle-sales .one .container div .sales-btn:hover, .yundle-sales .two .container div .sales-btn:hover, .yundle-sales .two .container .filters div div .btn1:hover,
.yundle-sales .two .container .filters div div .btn2:hover {
  background-color: #2e2d33;
}

/* Sale Listings Banner Section CSS Updated Here */
.sale-listing-banner-section {
  padding-bottom: 70px;
  background-color: #f7f7f7;
}
.sale-listing-banner-section .virtual-heading-row .section-heading h2 {
  z-index: 1;
}
.sale-listing-banner-section .virtual-heading-row .section-heading h2 .bottom-line-span {
  padding-bottom: 0;
}
.sale-listing-banner-section .virtual-heading-row .section-heading h2 .after-text-span {
  color: #fff !important;
}
@media screen and (max-width: 991px) {
  .sale-listing-banner-section .virtual-heading-row .section-heading h2 .after-text-span {
    font-size: 90px !important;
    top: -30px !important;
  }
}
@media screen and (max-width: 767px) {
  .sale-listing-banner-section .virtual-heading-row .section-heading h2 .after-text-span {
    font-size: 80px !important;
  }
}
@media screen and (max-width: 575px) {
  .sale-listing-banner-section .virtual-heading-row .section-heading h2 .after-text-span {
    font-size: 50px !important;
  }
}
@media screen and (max-width: 991px) {
  .sale-listing-banner-section .virtual-heading-row .section-heading h2 {
    font-size: 40px !important;
  }
}
@media screen and (max-width: 575px) {
  .sale-listing-banner-section .virtual-heading-row .section-heading h2 {
    font-size: 35px !important;
  }
}
@media screen and (max-width: 1190px) {
  .sale-listing-banner-section {
    padding-bottom: 50px;
  }
}

/* Sale Listings Cards Section CSS Updated Here */
.sale-listings-cards-section {
  background-color: #f7f7f7;
  padding-bottom: 120px;
}
.sale-listings-cards-section .w-change-lg-sc:nth-child(2) .sale-listings-card {
  min-height: 365px;
}
.sale-listings-cards-section .sale-listings-card {
  border: 1px solid #e5e7eb;
  border-radius: 4px;
  padding: 30px 20px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.sale-listings-cards-section .sale-listings-card .sale-listing-card-head h3 {
  font-size: 25px;
  font-weight: 500;
}
.sale-listings-cards-section .sale-listings-card .sale-listing-card-head h3 span {
  display: inline-block;
  padding-bottom: 8px;
  border-bottom: 2px solid #dc2626;
}
.sale-listings-cards-section .sale-listings-card .sale-listing-card-head p {
  color: #2e2d33;
  line-height: 1.7;
  margin-top: 15px;
}
.sale-listings-cards-section .sale-listings-card ul {
  padding-top: 15px;
}
.sale-listings-cards-section .sale-listings-card ul li {
  padding-bottom: 5px;
}
.sale-listings-cards-section .sale-listings-card ul li a {
  transition: all 0.4s ease-in-out;
}
.sale-listings-cards-section .sale-listings-card ul li a span {
  color: #dc2626;
  font-weight: 500;
  font-size: 18px;
}
.sale-listings-cards-section .sale-listings-card ul li a:hover {
  color: #dc2626;
}
.sale-listings-cards-section .sale-listings-card.sale-listing-card-w-change {
  max-width: 380px;
}
@media screen and (max-width: 1190px) {
  .sale-listings-cards-section .sale-listings-card.sale-listing-card-w-change {
    max-width: 100%;
    margin-top: 0;
    min-height: 365px;
  }
}
@media screen and (max-width: 575px) {
  .sale-listings-cards-section .sale-listings-card {
    min-height: auto !important;
  }
}
.sale-listings-cards-section .sale-listing-user-accounts-side ul {
  border: 1px solid #8a8a8a;
  border-radius: 4px;
  background-color: #fff;
}
.sale-listings-cards-section .sale-listing-user-accounts-side ul li {
  display: inline-block;
}
.sale-listings-cards-section .sale-listing-user-accounts-side ul li a {
  padding: 15px 30px;
  border-right: 1px solid #8a8a8a;
  border-radius: 4px;
  white-space: nowrap;
  background-color: #fff;
}
.sale-listings-cards-section .sale-listing-user-accounts-side ul li a span {
  font-weight: 500;
  transition: all 0.4s ease-in-out;
}
.sale-listings-cards-section .sale-listing-user-accounts-side ul li a:hover span {
  color: #dc2626;
}
.sale-listings-cards-section .sale-listing-user-accounts-side ul li:last-child a {
  border-right: 0;
}
@media screen and (max-width: 575px) {
  .sale-listings-cards-section .sale-listing-user-accounts-side ul li {
    width: 100%;
  }
  .sale-listings-cards-section .sale-listing-user-accounts-side ul li a {
    border-right: 0;
    border-bottom: 1px solid #8a8a8a;
  }
  .sale-listings-cards-section .sale-listing-user-accounts-side ul li:first-child a {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
  .sale-listings-cards-section .sale-listing-user-accounts-side ul li:last-child a {
    border: none;
  }
}
.sale-listings-cards-section .sale-listing-setup-container {
  margin-top: 25px;
  background: #fff;
  border-radius: 4px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.sale-listings-cards-section .sale-listing-setup-container .sale-listings-steps-row .sale-listing-figure-heading {
  font-size: 30px;
  font-weight: 500;
}
@media screen and (max-width: 490px) {
  .sale-listings-cards-section .sale-listing-setup-container .sale-listings-steps-row .sale-listing-figure-heading {
    font-size: 25px;
  }
}
.sale-listings-cards-section .sale-listing-setup-container .sale-listings-steps-row .add-sale-setup-main-heading {
  background-color: #f7f7f7;
  padding: 15px 0;
}
.sale-listings-cards-section .sale-listing-setup-container .sale-listings-steps-row .add-sale-setup-main-heading h4 {
  font-size: 25px;
  font-weight: 500;
}
@media screen and (max-width: 490px) {
  .sale-listings-cards-section .sale-listing-setup-container .sale-listings-steps-row .add-sale-setup-main-heading h4 {
    font-size: 22px;
  }
}
.sale-listings-cards-section .sale-listing-setup-container .sale-listings-steps-row .add-sale-setup-row .setup-img-side {
  padding: 20px 0;
}
.sale-listings-cards-section .sale-listing-setup-container .add-sale-setup-row h4,
.sale-listings-cards-section .sale-listing-setup-container .ready-to-list-sale-block h4 {
  font-size: 22px;
  font-weight: 400;
  margin-bottom: 20px;
}
@media screen and (max-width: 490px) {
  .sale-listings-cards-section .sale-listing-setup-container .add-sale-setup-row h4,
.sale-listings-cards-section .sale-listing-setup-container .ready-to-list-sale-block h4 {
    font-size: 20px;
  }
}
.sale-listings-cards-section .sale-listing-setup-container .ready-to-list-sale-block {
  background-color: #f5f5f5;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.sale-listings-cards-section .sale-listing-setup-container .ready-to-list-sale-block .ready-to-list-sale-block-btns .ready-to-list-sale-btn {
  padding: 18px 30px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  line-height: 1;
  margin: 10px 0;
  transition: all 0.4s ease-in-out;
}
.sale-listings-cards-section .sale-listing-setup-container .ready-to-list-sale-block .ready-to-list-sale-block-btns .ready-to-list-sale-btn span {
  font-weight: 500;
}
.sale-listings-cards-section .sale-listing-setup-container .ready-to-list-sale-block .ready-to-list-sale-block-btns .ready-to-list-sale-btn:hover {
  background-color: #e6e6e6;
}

.hidden-display-max-lg {
  display: none;
}

@media screen and (min-width: 992px) and (max-width: 1190px) {
  .sale-listing-banner-section .virtual-heading-row .section-heading h2 {
    font-size: 45px;
  }
  .w-change-lg-sc {
    width: 33% !important;
  }
}
@media screen and (max-width: 1190px) {
  .hidden-display-max-lg {
    display: block;
  }
  .hidden-display-lg {
    display: none;
  }
  .flex-row-mlr-gutter {
    margin-left: -15px;
    margin-right: -15px;
  }
}
.yundle-appreciations .four .container .define div, .yundle-homepage .two .container .main-heading div, .yundle-homepage .three .container .experience div, .yundle-definitions .four .container .define div {
  border-left: 3px solid #dc2626;
  padding: 2% 0% 2% 2%;
}
.yundle-appreciations .four .container .define div p:first-child, .yundle-homepage .two .container .main-heading div p:first-child, .yundle-homepage .three .container .experience div p:first-child, .yundle-definitions .four .container .define div p:first-child {
  font-size: 36px;
  font-weight: bold;
}

.yundle-appreciations .four .container .yundle3 .data-content p:last-child a, .yundle-appreciations .one .container .custom-card div div div a, .yundle-homepage .two .container .custom-card div div:last-child a, .yundle-homepage .three .container .yundle3 .data-content p:last-child a, .yundle-directory .one .container .custom-card div div div a, .yundle-how_to .two .container div div:first-child .custom-card div div div a, .yundle-definitions .one .container .custom-card div div div a, .yundle-definitions .four .container .yundle3 .data-content p:last-child a {
  text-decoration: none;
  color: #dc2626;
  font-weight: bold;
}
.yundle-appreciations .four .container .yundle3 .data-content p:last-child a:hover, .yundle-appreciations .one .container .custom-card div div div a:hover, .yundle-homepage .two .container .custom-card div div:last-child a:hover, .yundle-homepage .three .container .yundle3 .data-content p:last-child a:hover, .yundle-directory .one .container .custom-card div div div a:hover, .yundle-how_to .two .container div div:first-child .custom-card div div div a:hover, .yundle-definitions .one .container .custom-card div div div a:hover, .yundle-definitions .four .container .yundle3 .data-content p:last-child a:hover {
  border-bottom: 1px solid #dc2626;
  transition: border-bottom 0.4s ease-in-out;
}

.yundle-homepage .four .container .foot-homepage .signup .custom-border {
  border-bottom: 1px solid white;
}

.yundle-appreciations .three .container .heading-box .box-heading,
.yundle-appreciations .four .container .heading-box .box-heading,
.yundle-appreciations .five .container .heading-box .box-heading, .yundle-directory .three .container .heading-box .box-heading,
.yundle-directory .four .container .heading-box .box-heading,
.yundle-directory .five .container .heading-box .box-heading, .yundle-product .two .container .heading-box .box-heading, .yundle-product .five .container .heading-box .box-heading, .yundle-product .six .container .heading-box .box-heading, .yundle-definitions .three .container .heading-box .box-heading,
.yundle-definitions .four .container .heading-box .box-heading,
.yundle-definitions .five .container .heading-box .box-heading {
  border-left: 4px solid #dc2626;
  padding-left: 1%;
}
.yundle-appreciations .three .container .heading-box .box-heading p:first-child,
.yundle-appreciations .four .container .heading-box .box-heading p:first-child,
.yundle-appreciations .five .container .heading-box .box-heading p:first-child, .yundle-directory .three .container .heading-box .box-heading p:first-child,
.yundle-directory .four .container .heading-box .box-heading p:first-child,
.yundle-directory .five .container .heading-box .box-heading p:first-child, .yundle-product .two .container .heading-box .box-heading p:first-child, .yundle-product .five .container .heading-box .box-heading p:first-child, .yundle-product .six .container .heading-box .box-heading p:first-child, .yundle-definitions .three .container .heading-box .box-heading p:first-child,
.yundle-definitions .four .container .heading-box .box-heading p:first-child,
.yundle-definitions .five .container .heading-box .box-heading p:first-child {
  font-weight: bold;
  font-size: 28px;
}
.yundle-appreciations .three .container .heading-box .box-heading p.popular,
.yundle-appreciations .four .container .heading-box .box-heading p.popular,
.yundle-appreciations .five .container .heading-box .box-heading p.popular, .yundle-directory .three .container .heading-box .box-heading p.popular,
.yundle-directory .four .container .heading-box .box-heading p.popular,
.yundle-directory .five .container .heading-box .box-heading p.popular, .yundle-product .two .container .heading-box .box-heading p.popular, .yundle-product .five .container .heading-box .box-heading p.popular, .yundle-product .six .container .heading-box .box-heading p.popular, .yundle-definitions .three .container .heading-box .box-heading p.popular,
.yundle-definitions .four .container .heading-box .box-heading p.popular,
.yundle-definitions .five .container .heading-box .box-heading p.popular {
  color: white;
}
.yundle-appreciations .three .container .heading-box button,
.yundle-appreciations .four .container .heading-box button,
.yundle-appreciations .five .container .heading-box button, .yundle-directory .three .container .heading-box button,
.yundle-directory .four .container .heading-box button,
.yundle-directory .five .container .heading-box button, .yundle-product .two .container .heading-box button, .yundle-product .five .container .heading-box button, .yundle-product .six .container .heading-box button, .yundle-definitions .three .container .heading-box button,
.yundle-definitions .four .container .heading-box button,
.yundle-definitions .five .container .heading-box button {
  color: white;
  border: none;
  background-color: #dc2626;
  padding: 1rem 1.25rem;
  border-radius: 0.25rem;
}
.yundle-appreciations .three .container .heading-box button:hover,
.yundle-appreciations .four .container .heading-box button:hover,
.yundle-appreciations .five .container .heading-box button:hover, .yundle-directory .three .container .heading-box button:hover,
.yundle-directory .four .container .heading-box button:hover,
.yundle-directory .five .container .heading-box button:hover, .yundle-product .two .container .heading-box button:hover, .yundle-product .five .container .heading-box button:hover, .yundle-product .six .container .heading-box button:hover, .yundle-definitions .three .container .heading-box button:hover,
.yundle-definitions .four .container .heading-box button:hover,
.yundle-definitions .five .container .heading-box button:hover {
  background-color: #2e2d33;
}

.virtual-assets-section .virtual-assets-row .virtual-assets-card .virtual-assets-card-inner, .virtual-assets-section .virtual-assets-row .virtual-assets-card:hover h3.virtual-card-center-heading {
  opacity: 0;
  visibility: hidden;
}

.yundle-photos .one .container div .btns button, .add-directory-middle-section .add-directory-form-aside .add-directory-form-wrap .form-submission-actions .form-action-btn, .add-directory-middle-section .add-directory-browse-aside .all-browse-categories-btn a, .add-directory-banner-section .virtual-heading-row .heading-contact-list .add-your-listing-free-btn a, .yundle-sales .one .container div .sales-btn, .yundle-sales .two .container div .sales-btn, .yundle-sales .two .container .filters div div .btn1,
.yundle-sales .two .container .filters div div .btn2 {
  color: #fff;
  font-size: 18px;
  border-radius: 8px;
  background-color: #ce2123;
  transition: all 0.4s ease-in-out;
}
.yundle-photos .one .container div .btns button:hover, .add-directory-middle-section .add-directory-form-aside .add-directory-form-wrap .form-submission-actions .form-action-btn:hover, .add-directory-middle-section .add-directory-browse-aside .all-browse-categories-btn a:hover, .add-directory-banner-section .virtual-heading-row .heading-contact-list .add-your-listing-free-btn a:hover, .yundle-sales .one .container div .sales-btn:hover, .yundle-sales .two .container div .sales-btn:hover, .yundle-sales .two .container .filters div div .btn1:hover,
.yundle-sales .two .container .filters div div .btn2:hover {
  background-color: #2e2d33;
}

/* Add Directory Banner Section CSS Updated Here */
.add-directory-banner-section {
  padding: 70px 0;
  background-color: #f7f7f7;
}
.add-directory-banner-section .virtual-heading-row .section-heading h2 {
  font-size: 55px;
  margin-bottom: 15px;
  z-index: 1;
}
.add-directory-banner-section .virtual-heading-row .section-heading h2 span.bottom-line-span {
  padding-bottom: 0;
}
.add-directory-banner-section .virtual-heading-row .section-heading h2 .after-text-span {
  color: #fdfdfd !important;
  top: -15px !important;
}
@media screen and (max-width: 991px) {
  .add-directory-banner-section .virtual-heading-row .section-heading h2 .after-text-span {
    font-size: 90px !important;
  }
}
@media screen and (max-width: 575px) {
  .add-directory-banner-section .virtual-heading-row .section-heading h2 {
    font-size: 36px;
  }
  .add-directory-banner-section .virtual-heading-row .section-heading h2 .after-text-span {
    font-size: 55px !important;
  }
}
.add-directory-banner-section .virtual-heading-row .section-heading p {
  color: #2e2d33;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.8;
  z-index: 1;
}
@media screen and (max-width: 1200px) {
  .add-directory-banner-section .virtual-heading-row .section-heading p {
    font-size: 18px;
    padding-bottom: 10px;
  }
  .add-directory-banner-section .virtual-heading-row .section-heading p br {
    display: none;
  }
}
.add-directory-banner-section .virtual-heading-row .heading-contact-list .add-your-listing-free-btn a {
  padding: 15px 35px;
}
@media screen and (max-width: 1600px) {
  .add-directory-banner-section .virtual-heading-row .heading-contact-list .add-your-listing-free-btn a {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media screen and (max-width: 575px) {
  .add-directory-banner-section .virtual-heading-row .heading-contact-list .add-your-listing-free-btn {
    text-align: left;
  }
}

/* Add Directory Middle Section CSS Updated Here */
.add-directory-middle-section {
  background-color: #f7f7f7;
  padding-bottom: 100px;
}
.add-directory-middle-section .common-aside-directory {
  padding: 40px 20px;
  background-color: #fff;
  border-radius: 4px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.add-directory-middle-section .add-directory-browse-aside .add-directory-browse-sidebar {
  border: 1px solid #e5e7eb;
}
.add-directory-middle-section .add-directory-browse-aside .add-directory-browse-sidebar h3 {
  font-size: 25px;
  font-weight: 600;
}
.add-directory-middle-section .add-directory-browse-aside .add-directory-browse-sidebar ul {
  padding-top: 25px;
}
.add-directory-middle-section .add-directory-browse-aside .add-directory-browse-sidebar ul li a {
  font-size: 18px;
  font-weight: 500;
  padding: 10px 0;
  transition: all 0.3s ease-in-out;
}
.add-directory-middle-section .add-directory-browse-aside .add-directory-browse-sidebar ul li a svg {
  transition: all 0.3s ease-in-out;
}
.add-directory-middle-section .add-directory-browse-aside .add-directory-browse-sidebar ul li a:hover {
  color: #dc2626;
}
.add-directory-middle-section .add-directory-browse-aside .add-directory-browse-sidebar ul li a:hover svg {
  fill: #dc2626;
}
@media screen and (max-width: 1600px) {
  .add-directory-middle-section .add-directory-browse-aside .add-directory-browse-sidebar h3 {
    font-size: 22px;
  }
  .add-directory-middle-section .add-directory-browse-aside .add-directory-browse-sidebar ul li a {
    font-size: 16px;
  }
}
.add-directory-middle-section .add-directory-browse-aside .all-browse-categories-btn {
  padding: 30px 0;
  text-align: center;
}
.add-directory-middle-section .add-directory-browse-aside .all-browse-categories-btn a {
  padding: 15px 20%;
  border-radius: 12px;
}
.add-directory-middle-section .add-directory-form-aside .add-directory-form-wrap {
  padding-bottom: 80px;
}
.add-directory-middle-section .add-directory-form-aside .add-directory-form-wrap .form-group label {
  font-weight: 300;
  margin-bottom: 10px;
}
.add-directory-middle-section .add-directory-form-aside .add-directory-form-wrap .form-group .form-control {
  color: #333;
  font-size: 15px;
  font-weight: 300;
  height: 48px;
  padding: 15px;
  background-color: #f7f7f7;
}
.add-directory-middle-section .add-directory-form-aside .add-directory-form-wrap .form-group textarea {
  height: auto !important;
}
.add-directory-middle-section .add-directory-form-aside .add-directory-form-wrap .recaptcha-form-block {
  height: 120px;
  background-color: #f7f7f7;
}
.add-directory-middle-section .add-directory-form-aside .add-directory-form-wrap .form-submission-actions .form-action-btn {
  font-weight: 500;
  padding: 15px 35px;
}
@media screen and (max-width: 575px) {
  .add-directory-middle-section .add-directory-form-aside .add-directory-form-wrap .form-submission-actions .form-action-btn {
    margin-bottom: 20px;
    width: 100%;
  }
  .add-directory-middle-section .add-directory-form-aside .add-directory-form-wrap .form-submission-actions .form-action-btn:last-child {
    margin: 0;
  }
  .add-directory-middle-section .add-directory-form-aside .add-directory-form-wrap {
    padding-left: 5px;
    padding-right: 5px;
  }
}
.add-directory-middle-section button:focus-visible,
.add-directory-middle-section input:focus-visible,
.add-directory-middle-section textarea:focus-visible,
.add-directory-middle-section select:focus-visible {
  outline: 1px solid #000;
}
.add-directory-middle-section .flex-row-mlr-gutter {
  margin-left: -15px;
  margin-right: -15px;
}

@media screen and (min-width: 992px) and (max-width: 1190px) {
  .add-directory-middle-section .add-directory-row .lg-width-change-1\/4,
.add-directory-middle-section .virtual-heading-row .lg-width-change-1\/4,
.add-directory-banner-section .add-directory-row .lg-width-change-1\/4,
.add-directory-banner-section .virtual-heading-row .lg-width-change-1\/4 {
    width: 33.33%;
  }
  .add-directory-middle-section .add-directory-row .lg-width-change-3\/4,
.add-directory-middle-section .virtual-heading-row .lg-width-change-3\/4,
.add-directory-banner-section .add-directory-row .lg-width-change-3\/4,
.add-directory-banner-section .virtual-heading-row .lg-width-change-3\/4 {
    width: 66.66%;
  }
}
.yundle-appreciations .four .container .define div, .yundle-homepage .two .container .main-heading div, .yundle-homepage .three .container .experience div, .yundle-definitions .four .container .define div {
  border-left: 3px solid #dc2626;
  padding: 2% 0% 2% 2%;
}
.yundle-appreciations .four .container .define div p:first-child, .yundle-homepage .two .container .main-heading div p:first-child, .yundle-homepage .three .container .experience div p:first-child, .yundle-definitions .four .container .define div p:first-child {
  font-size: 36px;
  font-weight: bold;
}

.yundle-appreciations .four .container .yundle3 .data-content p:last-child a, .yundle-appreciations .one .container .custom-card div div div a, .yundle-homepage .two .container .custom-card div div:last-child a, .yundle-homepage .three .container .yundle3 .data-content p:last-child a, .yundle-directory .one .container .custom-card div div div a, .yundle-how_to .two .container div div:first-child .custom-card div div div a, .yundle-definitions .one .container .custom-card div div div a, .yundle-definitions .four .container .yundle3 .data-content p:last-child a {
  text-decoration: none;
  color: #dc2626;
  font-weight: bold;
}
.yundle-appreciations .four .container .yundle3 .data-content p:last-child a:hover, .yundle-appreciations .one .container .custom-card div div div a:hover, .yundle-homepage .two .container .custom-card div div:last-child a:hover, .yundle-homepage .three .container .yundle3 .data-content p:last-child a:hover, .yundle-directory .one .container .custom-card div div div a:hover, .yundle-how_to .two .container div div:first-child .custom-card div div div a:hover, .yundle-definitions .one .container .custom-card div div div a:hover, .yundle-definitions .four .container .yundle3 .data-content p:last-child a:hover {
  border-bottom: 1px solid #dc2626;
  transition: border-bottom 0.4s ease-in-out;
}

.yundle-homepage .four .container .foot-homepage .signup .custom-border {
  border-bottom: 1px solid white;
}

.yundle-appreciations .three .container .heading-box .box-heading,
.yundle-appreciations .four .container .heading-box .box-heading,
.yundle-appreciations .five .container .heading-box .box-heading, .yundle-directory .three .container .heading-box .box-heading,
.yundle-directory .four .container .heading-box .box-heading,
.yundle-directory .five .container .heading-box .box-heading, .yundle-product .two .container .heading-box .box-heading, .yundle-product .five .container .heading-box .box-heading, .yundle-product .six .container .heading-box .box-heading, .yundle-definitions .three .container .heading-box .box-heading,
.yundle-definitions .four .container .heading-box .box-heading,
.yundle-definitions .five .container .heading-box .box-heading {
  border-left: 4px solid #dc2626;
  padding-left: 1%;
}
.yundle-appreciations .three .container .heading-box .box-heading p:first-child,
.yundle-appreciations .four .container .heading-box .box-heading p:first-child,
.yundle-appreciations .five .container .heading-box .box-heading p:first-child, .yundle-directory .three .container .heading-box .box-heading p:first-child,
.yundle-directory .four .container .heading-box .box-heading p:first-child,
.yundle-directory .five .container .heading-box .box-heading p:first-child, .yundle-product .two .container .heading-box .box-heading p:first-child, .yundle-product .five .container .heading-box .box-heading p:first-child, .yundle-product .six .container .heading-box .box-heading p:first-child, .yundle-definitions .three .container .heading-box .box-heading p:first-child,
.yundle-definitions .four .container .heading-box .box-heading p:first-child,
.yundle-definitions .five .container .heading-box .box-heading p:first-child {
  font-weight: bold;
  font-size: 28px;
}
.yundle-appreciations .three .container .heading-box .box-heading p.popular,
.yundle-appreciations .four .container .heading-box .box-heading p.popular,
.yundle-appreciations .five .container .heading-box .box-heading p.popular, .yundle-directory .three .container .heading-box .box-heading p.popular,
.yundle-directory .four .container .heading-box .box-heading p.popular,
.yundle-directory .five .container .heading-box .box-heading p.popular, .yundle-product .two .container .heading-box .box-heading p.popular, .yundle-product .five .container .heading-box .box-heading p.popular, .yundle-product .six .container .heading-box .box-heading p.popular, .yundle-definitions .three .container .heading-box .box-heading p.popular,
.yundle-definitions .four .container .heading-box .box-heading p.popular,
.yundle-definitions .five .container .heading-box .box-heading p.popular {
  color: white;
}
.yundle-appreciations .three .container .heading-box button,
.yundle-appreciations .four .container .heading-box button,
.yundle-appreciations .five .container .heading-box button, .yundle-directory .three .container .heading-box button,
.yundle-directory .four .container .heading-box button,
.yundle-directory .five .container .heading-box button, .yundle-product .two .container .heading-box button, .yundle-product .five .container .heading-box button, .yundle-product .six .container .heading-box button, .yundle-definitions .three .container .heading-box button,
.yundle-definitions .four .container .heading-box button,
.yundle-definitions .five .container .heading-box button {
  color: white;
  border: none;
  background-color: #dc2626;
  padding: 1rem 1.25rem;
  border-radius: 0.25rem;
}
.yundle-appreciations .three .container .heading-box button:hover,
.yundle-appreciations .four .container .heading-box button:hover,
.yundle-appreciations .five .container .heading-box button:hover, .yundle-directory .three .container .heading-box button:hover,
.yundle-directory .four .container .heading-box button:hover,
.yundle-directory .five .container .heading-box button:hover, .yundle-product .two .container .heading-box button:hover, .yundle-product .five .container .heading-box button:hover, .yundle-product .six .container .heading-box button:hover, .yundle-definitions .three .container .heading-box button:hover,
.yundle-definitions .four .container .heading-box button:hover,
.yundle-definitions .five .container .heading-box button:hover {
  background-color: #2e2d33;
}

.virtual-assets-section .virtual-assets-row .virtual-assets-card .virtual-assets-card-inner, .virtual-assets-section .virtual-assets-row .virtual-assets-card:hover h3.virtual-card-center-heading {
  opacity: 0;
  visibility: hidden;
}

.yundle-photos .one .container div .btns button, .yundle-sales .one .container div .sales-btn, .yundle-sales .two .container div .sales-btn, .yundle-sales .two .container .filters div div .btn1,
.yundle-sales .two .container .filters div div .btn2, .add-directory-banner-section .virtual-heading-row .heading-contact-list .add-your-listing-free-btn a, .add-directory-middle-section .add-directory-browse-aside .all-browse-categories-btn a, .add-directory-middle-section .add-directory-form-aside .add-directory-form-wrap .form-submission-actions .form-action-btn {
  color: #fff;
  font-size: 18px;
  border-radius: 8px;
  background-color: #ce2123;
  transition: all 0.4s ease-in-out;
}
.yundle-photos .one .container div .btns button:hover, .yundle-sales .one .container div .sales-btn:hover, .yundle-sales .two .container div .sales-btn:hover, .yundle-sales .two .container .filters div div .btn1:hover,
.yundle-sales .two .container .filters div div .btn2:hover, .add-directory-banner-section .virtual-heading-row .heading-contact-list .add-your-listing-free-btn a:hover, .add-directory-middle-section .add-directory-browse-aside .all-browse-categories-btn a:hover, .add-directory-middle-section .add-directory-form-aside .add-directory-form-wrap .form-submission-actions .form-action-btn:hover {
  background-color: #2e2d33;
}

.articles-info {
  gap: 15px;
}
.articles-info .article-heading {
  font-weight: bold;
  font-size: 1rem;
  color: #000;
}
.articles-info .article-description {
  font-size: 0.85rem;
}

.faq-person {
  color: #dc2626 !important;
}

.article-tag-list {
  border: 1px solid #cd2122;
  /* margin: 3% 15%; */
  padding: 3%;
  border-radius: 10px;
}

.article-px {
  min-width: 100%;
}

.yundle-appreciations .four .container .define div, .yundle-homepage .two .container .main-heading div, .yundle-homepage .three .container .experience div, .yundle-definitions .four .container .define div {
  border-left: 3px solid #dc2626;
  padding: 2% 0% 2% 2%;
}
.yundle-appreciations .four .container .define div p:first-child, .yundle-homepage .two .container .main-heading div p:first-child, .yundle-homepage .three .container .experience div p:first-child, .yundle-definitions .four .container .define div p:first-child {
  font-size: 36px;
  font-weight: bold;
}

.yundle-appreciations .four .container .yundle3 .data-content p:last-child a, .yundle-appreciations .one .container .custom-card div div div a, .yundle-homepage .two .container .custom-card div div:last-child a, .yundle-homepage .three .container .yundle3 .data-content p:last-child a, .yundle-directory .one .container .custom-card div div div a, .yundle-how_to .two .container div div:first-child .custom-card div div div a, .yundle-definitions .one .container .custom-card div div div a, .yundle-definitions .four .container .yundle3 .data-content p:last-child a {
  text-decoration: none;
  color: #dc2626;
  font-weight: bold;
}
.yundle-appreciations .four .container .yundle3 .data-content p:last-child a:hover, .yundle-appreciations .one .container .custom-card div div div a:hover, .yundle-homepage .two .container .custom-card div div:last-child a:hover, .yundle-homepage .three .container .yundle3 .data-content p:last-child a:hover, .yundle-directory .one .container .custom-card div div div a:hover, .yundle-how_to .two .container div div:first-child .custom-card div div div a:hover, .yundle-definitions .one .container .custom-card div div div a:hover, .yundle-definitions .four .container .yundle3 .data-content p:last-child a:hover {
  border-bottom: 1px solid #dc2626;
  transition: border-bottom 0.4s ease-in-out;
}

.yundle-homepage .four .container .foot-homepage .signup .custom-border {
  border-bottom: 1px solid white;
}

.yundle-appreciations .three .container .heading-box .box-heading,
.yundle-appreciations .four .container .heading-box .box-heading,
.yundle-appreciations .five .container .heading-box .box-heading, .yundle-directory .three .container .heading-box .box-heading,
.yundle-directory .four .container .heading-box .box-heading,
.yundle-directory .five .container .heading-box .box-heading, .yundle-product .two .container .heading-box .box-heading, .yundle-product .five .container .heading-box .box-heading, .yundle-product .six .container .heading-box .box-heading, .yundle-definitions .three .container .heading-box .box-heading,
.yundle-definitions .four .container .heading-box .box-heading,
.yundle-definitions .five .container .heading-box .box-heading {
  border-left: 4px solid #dc2626;
  padding-left: 1%;
}
.yundle-appreciations .three .container .heading-box .box-heading p:first-child,
.yundle-appreciations .four .container .heading-box .box-heading p:first-child,
.yundle-appreciations .five .container .heading-box .box-heading p:first-child, .yundle-directory .three .container .heading-box .box-heading p:first-child,
.yundle-directory .four .container .heading-box .box-heading p:first-child,
.yundle-directory .five .container .heading-box .box-heading p:first-child, .yundle-product .two .container .heading-box .box-heading p:first-child, .yundle-product .five .container .heading-box .box-heading p:first-child, .yundle-product .six .container .heading-box .box-heading p:first-child, .yundle-definitions .three .container .heading-box .box-heading p:first-child,
.yundle-definitions .four .container .heading-box .box-heading p:first-child,
.yundle-definitions .five .container .heading-box .box-heading p:first-child {
  font-weight: bold;
  font-size: 28px;
}
.yundle-appreciations .three .container .heading-box .box-heading p.popular,
.yundle-appreciations .four .container .heading-box .box-heading p.popular,
.yundle-appreciations .five .container .heading-box .box-heading p.popular, .yundle-directory .three .container .heading-box .box-heading p.popular,
.yundle-directory .four .container .heading-box .box-heading p.popular,
.yundle-directory .five .container .heading-box .box-heading p.popular, .yundle-product .two .container .heading-box .box-heading p.popular, .yundle-product .five .container .heading-box .box-heading p.popular, .yundle-product .six .container .heading-box .box-heading p.popular, .yundle-definitions .three .container .heading-box .box-heading p.popular,
.yundle-definitions .four .container .heading-box .box-heading p.popular,
.yundle-definitions .five .container .heading-box .box-heading p.popular {
  color: white;
}
.yundle-appreciations .three .container .heading-box button,
.yundle-appreciations .four .container .heading-box button,
.yundle-appreciations .five .container .heading-box button, .yundle-directory .three .container .heading-box button,
.yundle-directory .four .container .heading-box button,
.yundle-directory .five .container .heading-box button, .yundle-product .two .container .heading-box button, .yundle-product .five .container .heading-box button, .yundle-product .six .container .heading-box button, .yundle-definitions .three .container .heading-box button,
.yundle-definitions .four .container .heading-box button,
.yundle-definitions .five .container .heading-box button {
  color: white;
  border: none;
  background-color: #dc2626;
  padding: 1rem 1.25rem;
  border-radius: 0.25rem;
}
.yundle-appreciations .three .container .heading-box button:hover,
.yundle-appreciations .four .container .heading-box button:hover,
.yundle-appreciations .five .container .heading-box button:hover, .yundle-directory .three .container .heading-box button:hover,
.yundle-directory .four .container .heading-box button:hover,
.yundle-directory .five .container .heading-box button:hover, .yundle-product .two .container .heading-box button:hover, .yundle-product .five .container .heading-box button:hover, .yundle-product .six .container .heading-box button:hover, .yundle-definitions .three .container .heading-box button:hover,
.yundle-definitions .four .container .heading-box button:hover,
.yundle-definitions .five .container .heading-box button:hover {
  background-color: #2e2d33;
}

.virtual-assets-section .virtual-assets-row .virtual-assets-card .virtual-assets-card-inner, .virtual-assets-section .virtual-assets-row .virtual-assets-card:hover h3.virtual-card-center-heading {
  opacity: 0;
  visibility: hidden;
}

.yundle-photos .one .container div .btns button, .yundle-sales .one .container div .sales-btn, .yundle-sales .two .container div .sales-btn, .yundle-sales .two .container .filters div div .btn1,
.yundle-sales .two .container .filters div div .btn2, .add-directory-banner-section .virtual-heading-row .heading-contact-list .add-your-listing-free-btn a, .add-directory-middle-section .add-directory-browse-aside .all-browse-categories-btn a, .add-directory-middle-section .add-directory-form-aside .add-directory-form-wrap .form-submission-actions .form-action-btn {
  color: #fff;
  font-size: 18px;
  border-radius: 8px;
  background-color: #ce2123;
  transition: all 0.4s ease-in-out;
}
.yundle-photos .one .container div .btns button:hover, .yundle-sales .one .container div .sales-btn:hover, .yundle-sales .two .container div .sales-btn:hover, .yundle-sales .two .container .filters div div .btn1:hover,
.yundle-sales .two .container .filters div div .btn2:hover, .add-directory-banner-section .virtual-heading-row .heading-contact-list .add-your-listing-free-btn a:hover, .add-directory-middle-section .add-directory-browse-aside .all-browse-categories-btn a:hover, .add-directory-middle-section .add-directory-form-aside .add-directory-form-wrap .form-submission-actions .form-action-btn:hover {
  background-color: #2e2d33;
}

.header {
  color: #d4d4d4;
}
.header header:first-child {
  border-bottom: 1px solid #d4d4d4;
  color: #d4d4d4;
}
.header header:first-child .container div p {
  margin: 0;
}
.header header:first-child .container div .mail p a {
  text-decoration: underline;
  color: #d4d4d4;
}
.header header:first-child .container div .mob p a {
  text-decoration: none;
  color: #d4d4d4;
}
.header header:first-child .container div .soicaltopbar {
  display: flex;
  align-items: center;
}
.header header:first-child .container div .soicaltopbar a {
  margin: 0px 5px;
  color: #d4d4d4;
  font-size: 1px;
  border: 1px solid #d4d4d4;
  padding: 8px;
  border-radius: 50%;
}
.header header:first-child .container div .soicaltopbar a .social {
  height: 1rem;
  width: 1rem;
}
.header header:nth-child(2) {
  border-bottom: 1px solid #d4d4d4;
}
.header header:nth-child(2) .container div div .searchBar {
  border-radius: 2.5rem;
  border: none;
  outline: none;
  padding: 10px 20px;
  height: 48px;
  font-size: 14px;
  font-style: italic;
  font-weight: 400;
  letter-spacing: 0.8px;
}
.header header:nth-child(2) .container div div .login p {
  margin: 0px;
}
.header header:nth-child(2) .container div .search {
  position: relative;
}
.header header:nth-child(2) .container div .search button {
  border: none;
  background-color: transparent;
  position: absolute;
  z-index: 1;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.header header:nth-child(2) .container div .cart p {
  margin: 0;
}
.header header:nth-child(2) .container div .cart div:first-child {
  display: flex;
  align-items: center;
}
.header header:nth-child(2) .container div .cart div:first-child p:first-child {
  margin-right: 5%;
}
.header .menuList .container ul {
  padding: 0;
  margin: 0;
}
.header .menuList .container ul li a {
  text-decoration: none;
  color: #d4d4d4;
  font-weight: 400;
  font-size: 16px;
}
.header .menuList .container #mainnav {
  margin-left: 0px !important;
}
.header .menuList .container #mainnav .openbtn {
  font-size: 20px;
  cursor: pointer;
  background-color: #2e2d33;
  color: white;
  border: none;
}
.header .menuList .sidebar {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #2e2d33;
  overflow-x: hidden;
  transition: 0.5s;
}
.header .menuList .sidebar a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 16px;
  font-weight: 300;
  color: #d4d4d4;
  display: block;
  transition: 0.3s;
}
.header .menuList .sidebar a:hover {
  color: white;
}
.header .menuList .sidebar .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

@media screen and (max-device-width: 424px) {
  .header .menuList .container #mainnav {
    margin: 5px 0px !important;
  }
}
@media screen and (max-device-width: 575px) {
  .header header:first-child .container div .mob,
.header header:first-child .container div .mail {
    margin: 5px 0px;
  }
  .header header:first-child .container div .mob p,
.header header:first-child .container div .mail p {
    text-align: center;
  }
  .header header:first-child .container div .soicaltopbar {
    margin: 5px 0px;
    justify-content: center !important;
  }
  .header header:nth-child(2) .container div {
    display: block !important;
    text-align: center;
  }
  .header header:nth-child(2) .container div div {
    margin-top: 5%;
  }
  .header header:nth-child(2) .container div .logo-icon {
    display: flex !important;
    justify-content: center;
  }
  .header header:nth-child(2) .container div .search {
    width: 100% !important;
  }
  .header header:nth-child(2) .container div .login {
    justify-content: center;
    align-items: center;
    display: flex !important;
    width: 100% !important;
  }
  .header header:nth-child(2) .container div .cart {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .header header:nth-child(2) .container div .cart div {
    margin: 0px 10px;
  }
  .header header:nth-child(2) .container div .cart div:first-child p {
    display: flex;
    justify-content: center;
  }
  .header header:nth-child(2) .container div .search button {
    position: absolute;
    right: 0px;
  }
}
@media screen and (max-device-width: 767px) {
  .header .menuList .menu767div {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .header .menuList .menu767div ul {
    display: none !important;
  }
  .header header:nth-child(2) .container div .cart {
    display: flex !important;
  }
  .header header:nth-child(2) .container div .cart div {
    justify-content: center;
    align-items: center;
  }
  .header header:nth-child(2) .container div .login {
    width: 50%;
  }
  .header header:nth-child(2) .container div .search {
    width: 50%;
    display: flex;
    justify-content: flex-end;
  }
}
@media screen and (max-device-width: 991px) {
  .header header:nth-child(2) .container div .cart div:last-child {
    display: block !important;
    text-align: center;
  }
}
.yundle-appreciations .four .container .define div, .yundle-homepage .two .container .main-heading div, .yundle-homepage .three .container .experience div, .yundle-definitions .four .container .define div {
  border-left: 3px solid #dc2626;
  padding: 2% 0% 2% 2%;
}
.yundle-appreciations .four .container .define div p:first-child, .yundle-homepage .two .container .main-heading div p:first-child, .yundle-homepage .three .container .experience div p:first-child, .yundle-definitions .four .container .define div p:first-child {
  font-size: 36px;
  font-weight: bold;
}

.yundle-appreciations .four .container .yundle3 .data-content p:last-child a, .yundle-appreciations .one .container .custom-card div div div a, .yundle-homepage .two .container .custom-card div div:last-child a, .yundle-homepage .three .container .yundle3 .data-content p:last-child a, .yundle-directory .one .container .custom-card div div div a, .yundle-how_to .two .container div div:first-child .custom-card div div div a, .yundle-definitions .one .container .custom-card div div div a, .yundle-definitions .four .container .yundle3 .data-content p:last-child a {
  text-decoration: none;
  color: #dc2626;
  font-weight: bold;
}
.yundle-appreciations .four .container .yundle3 .data-content p:last-child a:hover, .yundle-appreciations .one .container .custom-card div div div a:hover, .yundle-homepage .two .container .custom-card div div:last-child a:hover, .yundle-homepage .three .container .yundle3 .data-content p:last-child a:hover, .yundle-directory .one .container .custom-card div div div a:hover, .yundle-how_to .two .container div div:first-child .custom-card div div div a:hover, .yundle-definitions .one .container .custom-card div div div a:hover, .yundle-definitions .four .container .yundle3 .data-content p:last-child a:hover {
  border-bottom: 1px solid #dc2626;
  transition: border-bottom 0.4s ease-in-out;
}

.yundle-homepage .four .container .foot-homepage .signup .custom-border {
  border-bottom: 1px solid white;
}

.yundle-appreciations .three .container .heading-box .box-heading,
.yundle-appreciations .four .container .heading-box .box-heading,
.yundle-appreciations .five .container .heading-box .box-heading, .yundle-directory .three .container .heading-box .box-heading,
.yundle-directory .four .container .heading-box .box-heading,
.yundle-directory .five .container .heading-box .box-heading, .yundle-product .two .container .heading-box .box-heading, .yundle-product .five .container .heading-box .box-heading, .yundle-product .six .container .heading-box .box-heading, .yundle-definitions .three .container .heading-box .box-heading,
.yundle-definitions .four .container .heading-box .box-heading,
.yundle-definitions .five .container .heading-box .box-heading {
  border-left: 4px solid #dc2626;
  padding-left: 1%;
}
.yundle-appreciations .three .container .heading-box .box-heading p:first-child,
.yundle-appreciations .four .container .heading-box .box-heading p:first-child,
.yundle-appreciations .five .container .heading-box .box-heading p:first-child, .yundle-directory .three .container .heading-box .box-heading p:first-child,
.yundle-directory .four .container .heading-box .box-heading p:first-child,
.yundle-directory .five .container .heading-box .box-heading p:first-child, .yundle-product .two .container .heading-box .box-heading p:first-child, .yundle-product .five .container .heading-box .box-heading p:first-child, .yundle-product .six .container .heading-box .box-heading p:first-child, .yundle-definitions .three .container .heading-box .box-heading p:first-child,
.yundle-definitions .four .container .heading-box .box-heading p:first-child,
.yundle-definitions .five .container .heading-box .box-heading p:first-child {
  font-weight: bold;
  font-size: 28px;
}
.yundle-appreciations .three .container .heading-box .box-heading p.popular,
.yundle-appreciations .four .container .heading-box .box-heading p.popular,
.yundle-appreciations .five .container .heading-box .box-heading p.popular, .yundle-directory .three .container .heading-box .box-heading p.popular,
.yundle-directory .four .container .heading-box .box-heading p.popular,
.yundle-directory .five .container .heading-box .box-heading p.popular, .yundle-product .two .container .heading-box .box-heading p.popular, .yundle-product .five .container .heading-box .box-heading p.popular, .yundle-product .six .container .heading-box .box-heading p.popular, .yundle-definitions .three .container .heading-box .box-heading p.popular,
.yundle-definitions .four .container .heading-box .box-heading p.popular,
.yundle-definitions .five .container .heading-box .box-heading p.popular {
  color: white;
}
.yundle-appreciations .three .container .heading-box button,
.yundle-appreciations .four .container .heading-box button,
.yundle-appreciations .five .container .heading-box button, .yundle-directory .three .container .heading-box button,
.yundle-directory .four .container .heading-box button,
.yundle-directory .five .container .heading-box button, .yundle-product .two .container .heading-box button, .yundle-product .five .container .heading-box button, .yundle-product .six .container .heading-box button, .yundle-definitions .three .container .heading-box button,
.yundle-definitions .four .container .heading-box button,
.yundle-definitions .five .container .heading-box button {
  color: white;
  border: none;
  background-color: #dc2626;
  padding: 1rem 1.25rem;
  border-radius: 0.25rem;
}
.yundle-appreciations .three .container .heading-box button:hover,
.yundle-appreciations .four .container .heading-box button:hover,
.yundle-appreciations .five .container .heading-box button:hover, .yundle-directory .three .container .heading-box button:hover,
.yundle-directory .four .container .heading-box button:hover,
.yundle-directory .five .container .heading-box button:hover, .yundle-product .two .container .heading-box button:hover, .yundle-product .five .container .heading-box button:hover, .yundle-product .six .container .heading-box button:hover, .yundle-definitions .three .container .heading-box button:hover,
.yundle-definitions .four .container .heading-box button:hover,
.yundle-definitions .five .container .heading-box button:hover {
  background-color: #2e2d33;
}

.virtual-assets-section .virtual-assets-row .virtual-assets-card .virtual-assets-card-inner, .virtual-assets-section .virtual-assets-row .virtual-assets-card:hover h3.virtual-card-center-heading {
  opacity: 0;
  visibility: hidden;
}

.yundle-photos .one .container div .btns button, .yundle-sales .one .container div .sales-btn, .yundle-sales .two .container div .sales-btn, .yundle-sales .two .container .filters div div .btn1,
.yundle-sales .two .container .filters div div .btn2, .add-directory-banner-section .virtual-heading-row .heading-contact-list .add-your-listing-free-btn a, .add-directory-middle-section .add-directory-browse-aside .all-browse-categories-btn a, .add-directory-middle-section .add-directory-form-aside .add-directory-form-wrap .form-submission-actions .form-action-btn {
  color: #fff;
  font-size: 18px;
  border-radius: 8px;
  background-color: #ce2123;
  transition: all 0.4s ease-in-out;
}
.yundle-photos .one .container div .btns button:hover, .yundle-sales .one .container div .sales-btn:hover, .yundle-sales .two .container div .sales-btn:hover, .yundle-sales .two .container .filters div div .btn1:hover,
.yundle-sales .two .container .filters div div .btn2:hover, .add-directory-banner-section .virtual-heading-row .heading-contact-list .add-your-listing-free-btn a:hover, .add-directory-middle-section .add-directory-browse-aside .all-browse-categories-btn a:hover, .add-directory-middle-section .add-directory-form-aside .add-directory-form-wrap .form-submission-actions .form-action-btn:hover {
  background-color: #2e2d33;
}

.footer {
  background-color: #2e2d33;
  color: #d4d4d4;
}
.footer .container div div ul li a {
  color: #d4d4d4;
}
.footer .container div div .main-heading {
  color: white;
}
.footer .container div div .dashed-custom-border {
  border-bottom: 1px dashed #d4d4d4;
}
.footer .container div div .dashed-custom-border p {
  margin: 0;
}
.footer .social .icons {
  height: 10rem;
  border-width: 1px 1px 1px 0px;
  border-style: solid;
  border-color: #d4d4d4;
}
.footer .social .icons div p:first-child {
  font-size: 20px;
}
.footer .social .icons div a {
  text-decoration: none;
}
.footer .social .callus {
  height: 10rem;
  border-width: 1px 0px 1px 0px;
  border-style: solid;
  border-color: #d4d4d4;
}
.footer .social .callus div p {
  margin: 0;
  font-size: 20px;
}
.footer .social .callus div p:last-child {
  text-align: right;
}
.footer .social .callus div p:last-child a {
  text-decoration: none;
  font-size: 24px;
  color: #f6e0ae;
}

@media screen and (max-device-width: 767px) {
  .footer .links {
    width: 100%;
  }
  .footer .social .icons {
    border: none;
    width: 100%;
  }
  .footer .social .callus {
    border: none;
    width: 100%;
  }
  .footer .social .callus div p:last-child {
    text-align: left;
  }
}
.browse-banner-section .virtual-heading-row .section-heading h2 {
  font-size: 40px;
  margin-bottom: 25px;
}

.faq {
  background: transparent;
}
.faq .main-faq-question .user-faq .img {
  display: inline-flex;
  margin-left: auto;
  margin-right: auto;
}
.faq .main-faq-question .user-faq .img-heading {
  font-size: 20px;
  font-weight: 500;
}
.faq .main-faq-question .user-faq .img-description {
  font-size: 16px;
  font-weight: 300;
}
.faq .main-faq-question .user-faq .author {
  font-size: 16px;
}
.faq .main-faq-question .user-faq .date {
  padding: 4% 0% 2%;
}
.faq .main-faq-question .user-faq .date span {
  color: #747474;
  border: 1px solid #747474;
  padding: 1%;
}
.faq .outer-form-faq {
  background: transparent;
  padding-top: 5%;
  padding-bottom: 0%;
}
.faq .outer-form-faq .comt-body {
  border: 1px solid #e1e1e1;
  padding: 4%;
  border-radius: 10px;
}
.faq .outer-form-faq .comt-body .comment {
  font-size: 25px;
  font-weight: 500;
}
.faq .outer-form-faq .comt-body .comment-answer {
  font-size: 18px;
  color: #747474;
  padding: 1% 0%;
}
.faq .outer-form-faq .comt-body .name {
  font-weight: 500;
  padding: 2% 0% 0%;
}
.faq .outer-form-faq .comt-body .name span {
  color: #cd2122;
  font-weight: 400;
  border: 1px solid #cd2122;
  padding: 5px 8px;
}
.faq .outer-form-faq .layout-out .submit-comments {
  font-size: 22px;
  font-weight: 500;
  text-transform: uppercase;
  padding: 5% 0%;
}
.faq .outer-form-faq .layout-out .layout-in {
  background: #f7f7f7;
  padding: 3%;
  border-radius: 10px;
  margin-bottom: 5%;
}
.faq .outer-form-faq .layout-out .layout-in .mb-3 #exampleFormControlTextarea1 {
  background: #fff;
  padding: 1%;
}
.faq .outer-form-faq .layout-out .btn-form {
  background-color: #5b5b5b;
  border-radius: 10px;
  color: #fff;
}
.faq .outer-form-faq .layout-out .btn-form:hover {
  background: #cd2122;
}
.faq .outer-form-faq .custom-faq {
  background: #f7f7f7 !important;
  padding: 5%;
}
.faq .outer-form-faq .custom-faq .mb-3 #exampleFormControlTextarea1 {
  background: #fff !important;
  padding: 2%;
}
.faq .outer-form-faq .custom-faq .tag-faq #tag {
  background: #fff !important;
  padding: 2%;
}
.faq .outer-form-faq .custom-faq .tag-faq #category {
  background: #fff !important;
  padding: 2%;
}
.faq .outer-form-faq .custom-faq .btn-formm {
  background-color: #5b5b5b;
  border-radius: 10px;
  color: #fff;
}
.faq .outer-form-faq .custom-faq .btn-formm:hover {
  background: #cd2122;
}

.yundle-appreciations .four .container .define div, .yundle-homepage .two .container .main-heading div, .yundle-homepage .three .container .experience div, .yundle-definitions .four .container .define div {
  border-left: 3px solid #dc2626;
  padding: 2% 0% 2% 2%;
}
.yundle-appreciations .four .container .define div p:first-child, .yundle-homepage .two .container .main-heading div p:first-child, .yundle-homepage .three .container .experience div p:first-child, .yundle-definitions .four .container .define div p:first-child {
  font-size: 36px;
  font-weight: bold;
}

.yundle-appreciations .four .container .yundle3 .data-content p:last-child a, .yundle-appreciations .one .container .custom-card div div div a, .yundle-homepage .two .container .custom-card div div:last-child a, .yundle-homepage .three .container .yundle3 .data-content p:last-child a, .yundle-directory .one .container .custom-card div div div a, .yundle-how_to .two .container div div:first-child .custom-card div div div a, .yundle-definitions .one .container .custom-card div div div a, .yundle-definitions .four .container .yundle3 .data-content p:last-child a {
  text-decoration: none;
  color: #dc2626;
  font-weight: bold;
}
.yundle-appreciations .four .container .yundle3 .data-content p:last-child a:hover, .yundle-appreciations .one .container .custom-card div div div a:hover, .yundle-homepage .two .container .custom-card div div:last-child a:hover, .yundle-homepage .three .container .yundle3 .data-content p:last-child a:hover, .yundle-directory .one .container .custom-card div div div a:hover, .yundle-how_to .two .container div div:first-child .custom-card div div div a:hover, .yundle-definitions .one .container .custom-card div div div a:hover, .yundle-definitions .four .container .yundle3 .data-content p:last-child a:hover {
  border-bottom: 1px solid #dc2626;
  transition: border-bottom 0.4s ease-in-out;
}

.yundle-homepage .four .container .foot-homepage .signup .custom-border {
  border-bottom: 1px solid white;
}

.yundle-appreciations .three .container .heading-box .box-heading,
.yundle-appreciations .four .container .heading-box .box-heading,
.yundle-appreciations .five .container .heading-box .box-heading, .yundle-directory .three .container .heading-box .box-heading,
.yundle-directory .four .container .heading-box .box-heading,
.yundle-directory .five .container .heading-box .box-heading, .yundle-product .two .container .heading-box .box-heading, .yundle-product .five .container .heading-box .box-heading, .yundle-product .six .container .heading-box .box-heading, .yundle-definitions .three .container .heading-box .box-heading,
.yundle-definitions .four .container .heading-box .box-heading,
.yundle-definitions .five .container .heading-box .box-heading {
  border-left: 4px solid #dc2626;
  padding-left: 1%;
}
.yundle-appreciations .three .container .heading-box .box-heading p:first-child,
.yundle-appreciations .four .container .heading-box .box-heading p:first-child,
.yundle-appreciations .five .container .heading-box .box-heading p:first-child, .yundle-directory .three .container .heading-box .box-heading p:first-child,
.yundle-directory .four .container .heading-box .box-heading p:first-child,
.yundle-directory .five .container .heading-box .box-heading p:first-child, .yundle-product .two .container .heading-box .box-heading p:first-child, .yundle-product .five .container .heading-box .box-heading p:first-child, .yundle-product .six .container .heading-box .box-heading p:first-child, .yundle-definitions .three .container .heading-box .box-heading p:first-child,
.yundle-definitions .four .container .heading-box .box-heading p:first-child,
.yundle-definitions .five .container .heading-box .box-heading p:first-child {
  font-weight: bold;
  font-size: 28px;
}
.yundle-appreciations .three .container .heading-box .box-heading p.popular,
.yundle-appreciations .four .container .heading-box .box-heading p.popular,
.yundle-appreciations .five .container .heading-box .box-heading p.popular, .yundle-directory .three .container .heading-box .box-heading p.popular,
.yundle-directory .four .container .heading-box .box-heading p.popular,
.yundle-directory .five .container .heading-box .box-heading p.popular, .yundle-product .two .container .heading-box .box-heading p.popular, .yundle-product .five .container .heading-box .box-heading p.popular, .yundle-product .six .container .heading-box .box-heading p.popular, .yundle-definitions .three .container .heading-box .box-heading p.popular,
.yundle-definitions .four .container .heading-box .box-heading p.popular,
.yundle-definitions .five .container .heading-box .box-heading p.popular {
  color: white;
}
.yundle-appreciations .three .container .heading-box button,
.yundle-appreciations .four .container .heading-box button,
.yundle-appreciations .five .container .heading-box button, .yundle-directory .three .container .heading-box button,
.yundle-directory .four .container .heading-box button,
.yundle-directory .five .container .heading-box button, .yundle-product .two .container .heading-box button, .yundle-product .five .container .heading-box button, .yundle-product .six .container .heading-box button, .yundle-definitions .three .container .heading-box button,
.yundle-definitions .four .container .heading-box button,
.yundle-definitions .five .container .heading-box button {
  color: white;
  border: none;
  background-color: #dc2626;
  padding: 1rem 1.25rem;
  border-radius: 0.25rem;
}
.yundle-appreciations .three .container .heading-box button:hover,
.yundle-appreciations .four .container .heading-box button:hover,
.yundle-appreciations .five .container .heading-box button:hover, .yundle-directory .three .container .heading-box button:hover,
.yundle-directory .four .container .heading-box button:hover,
.yundle-directory .five .container .heading-box button:hover, .yundle-product .two .container .heading-box button:hover, .yundle-product .five .container .heading-box button:hover, .yundle-product .six .container .heading-box button:hover, .yundle-definitions .three .container .heading-box button:hover,
.yundle-definitions .four .container .heading-box button:hover,
.yundle-definitions .five .container .heading-box button:hover {
  background-color: #2e2d33;
}

.virtual-assets-section .virtual-assets-row .virtual-assets-card .virtual-assets-card-inner, .virtual-assets-section .virtual-assets-row .virtual-assets-card:hover h3.virtual-card-center-heading {
  opacity: 0;
  visibility: hidden;
}

.yundle-photos .one .container div .btns button, .yundle-sales .one .container div .sales-btn, .yundle-sales .two .container div .sales-btn, .yundle-sales .two .container .filters div div .btn1,
.yundle-sales .two .container .filters div div .btn2, .add-directory-banner-section .virtual-heading-row .heading-contact-list .add-your-listing-free-btn a, .add-directory-middle-section .add-directory-browse-aside .all-browse-categories-btn a, .add-directory-middle-section .add-directory-form-aside .add-directory-form-wrap .form-submission-actions .form-action-btn {
  color: #fff;
  font-size: 18px;
  border-radius: 8px;
  background-color: #ce2123;
  transition: all 0.4s ease-in-out;
}
.yundle-photos .one .container div .btns button:hover, .yundle-sales .one .container div .sales-btn:hover, .yundle-sales .two .container div .sales-btn:hover, .yundle-sales .two .container .filters div div .btn1:hover,
.yundle-sales .two .container .filters div div .btn2:hover, .add-directory-banner-section .virtual-heading-row .heading-contact-list .add-your-listing-free-btn a:hover, .add-directory-middle-section .add-directory-browse-aside .all-browse-categories-btn a:hover, .add-directory-middle-section .add-directory-form-aside .add-directory-form-wrap .form-submission-actions .form-action-btn:hover {
  background-color: #2e2d33;
}

.yundle-photos .one .container .adv-search {
  color: #dc2626;
}
.yundle-photos .one .container div .search form input {
  border-color: #d4d4d4;
  background-color: #f7f7f7;
}
.yundle-photos .one .container div .btns button {
  font-size: 14px !important;
}
.yundle-photos .one .container div div:first-child::before {
  color: #f7f7f7;
}
.yundle-photos .one .container div div:first-child p span {
  border-color: #dc2626;
}
.yundle-photos .two ul .active {
  color: #dc2626;
}
.yundle-photos .two ul .active span {
  padding-bottom: 5px;
  border-bottom: 3px solid #dc2626;
}
.yundle-photos .three .container {
  grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
  grid-template-rows: minmax(100px, auto);
  grid-auto-flow: dense;
}
.yundle-photos .three .container .box img {
  width: 100%;
  height: 100%;
}
.yundle-photos .three .container .box:nth-child(1) {
  grid-column: span 2;
  grid-row: span 2;
}
.yundle-photos .three .container .box:nth-child(2) {
  grid-column: span 2;
}
.yundle-photos .three .container .box:nth-child(7) {
  grid-column: span 2;
}
.yundle-photos .three .container .box:nth-child(8) {
  grid-column: span 2;
}
.yundle-photos .three .container .box:nth-child(9) {
  grid-column: span 2;
  grid-row: span 2;
}
.yundle-photos .three .container .box:nth-child(12) {
  grid-column: span 2;
}
.yundle-photos .four ul .active {
  background-color: #dc2626;
  border-radius: 0.5rem;
  color: white;
  pointer-events: none;
  cursor: none;
}

@media screen and (max-device-width: 639px) {
  .yundle-photos .three .container {
    display: block;
  }
}
.cutd_all {
  display: none;
}

.yundle-appreciations .four .container .define div, .yundle-homepage .two .container .main-heading div, .yundle-homepage .three .container .experience div, .yundle-definitions .four .container .define div {
  border-left: 3px solid #dc2626;
  padding: 2% 0% 2% 2%;
}
.yundle-appreciations .four .container .define div p:first-child, .yundle-homepage .two .container .main-heading div p:first-child, .yundle-homepage .three .container .experience div p:first-child, .yundle-definitions .four .container .define div p:first-child {
  font-size: 36px;
  font-weight: bold;
}

.yundle-appreciations .four .container .yundle3 .data-content p:last-child a, .yundle-appreciations .one .container .custom-card div div div a, .yundle-homepage .two .container .custom-card div div:last-child a, .yundle-homepage .three .container .yundle3 .data-content p:last-child a, .yundle-directory .one .container .custom-card div div div a, .yundle-how_to .two .container div div:first-child .custom-card div div div a, .yundle-definitions .one .container .custom-card div div div a, .yundle-definitions .four .container .yundle3 .data-content p:last-child a {
  text-decoration: none;
  color: #dc2626;
  font-weight: bold;
}
.yundle-appreciations .four .container .yundle3 .data-content p:last-child a:hover, .yundle-appreciations .one .container .custom-card div div div a:hover, .yundle-homepage .two .container .custom-card div div:last-child a:hover, .yundle-homepage .three .container .yundle3 .data-content p:last-child a:hover, .yundle-directory .one .container .custom-card div div div a:hover, .yundle-how_to .two .container div div:first-child .custom-card div div div a:hover, .yundle-definitions .one .container .custom-card div div div a:hover, .yundle-definitions .four .container .yundle3 .data-content p:last-child a:hover {
  border-bottom: 1px solid #dc2626;
  transition: border-bottom 0.4s ease-in-out;
}

.yundle-homepage .four .container .foot-homepage .signup .custom-border {
  border-bottom: 1px solid white;
}

.yundle-appreciations .three .container .heading-box .box-heading,
.yundle-appreciations .four .container .heading-box .box-heading,
.yundle-appreciations .five .container .heading-box .box-heading, .yundle-directory .three .container .heading-box .box-heading,
.yundle-directory .four .container .heading-box .box-heading,
.yundle-directory .five .container .heading-box .box-heading, .yundle-product .two .container .heading-box .box-heading, .yundle-product .five .container .heading-box .box-heading, .yundle-product .six .container .heading-box .box-heading, .yundle-definitions .three .container .heading-box .box-heading,
.yundle-definitions .four .container .heading-box .box-heading,
.yundle-definitions .five .container .heading-box .box-heading {
  border-left: 4px solid #dc2626;
  padding-left: 1%;
}
.yundle-appreciations .three .container .heading-box .box-heading p:first-child,
.yundle-appreciations .four .container .heading-box .box-heading p:first-child,
.yundle-appreciations .five .container .heading-box .box-heading p:first-child, .yundle-directory .three .container .heading-box .box-heading p:first-child,
.yundle-directory .four .container .heading-box .box-heading p:first-child,
.yundle-directory .five .container .heading-box .box-heading p:first-child, .yundle-product .two .container .heading-box .box-heading p:first-child, .yundle-product .five .container .heading-box .box-heading p:first-child, .yundle-product .six .container .heading-box .box-heading p:first-child, .yundle-definitions .three .container .heading-box .box-heading p:first-child,
.yundle-definitions .four .container .heading-box .box-heading p:first-child,
.yundle-definitions .five .container .heading-box .box-heading p:first-child {
  font-weight: bold;
  font-size: 28px;
}
.yundle-appreciations .three .container .heading-box .box-heading p.popular,
.yundle-appreciations .four .container .heading-box .box-heading p.popular,
.yundle-appreciations .five .container .heading-box .box-heading p.popular, .yundle-directory .three .container .heading-box .box-heading p.popular,
.yundle-directory .four .container .heading-box .box-heading p.popular,
.yundle-directory .five .container .heading-box .box-heading p.popular, .yundle-product .two .container .heading-box .box-heading p.popular, .yundle-product .five .container .heading-box .box-heading p.popular, .yundle-product .six .container .heading-box .box-heading p.popular, .yundle-definitions .three .container .heading-box .box-heading p.popular,
.yundle-definitions .four .container .heading-box .box-heading p.popular,
.yundle-definitions .five .container .heading-box .box-heading p.popular {
  color: white;
}
.yundle-appreciations .three .container .heading-box button,
.yundle-appreciations .four .container .heading-box button,
.yundle-appreciations .five .container .heading-box button, .yundle-directory .three .container .heading-box button,
.yundle-directory .four .container .heading-box button,
.yundle-directory .five .container .heading-box button, .yundle-product .two .container .heading-box button, .yundle-product .five .container .heading-box button, .yundle-product .six .container .heading-box button, .yundle-definitions .three .container .heading-box button,
.yundle-definitions .four .container .heading-box button,
.yundle-definitions .five .container .heading-box button {
  color: white;
  border: none;
  background-color: #dc2626;
  padding: 1rem 1.25rem;
  border-radius: 0.25rem;
}
.yundle-appreciations .three .container .heading-box button:hover,
.yundle-appreciations .four .container .heading-box button:hover,
.yundle-appreciations .five .container .heading-box button:hover, .yundle-directory .three .container .heading-box button:hover,
.yundle-directory .four .container .heading-box button:hover,
.yundle-directory .five .container .heading-box button:hover, .yundle-product .two .container .heading-box button:hover, .yundle-product .five .container .heading-box button:hover, .yundle-product .six .container .heading-box button:hover, .yundle-definitions .three .container .heading-box button:hover,
.yundle-definitions .four .container .heading-box button:hover,
.yundle-definitions .five .container .heading-box button:hover {
  background-color: #2e2d33;
}

.virtual-assets-section .virtual-assets-row .virtual-assets-card .virtual-assets-card-inner, .virtual-assets-section .virtual-assets-row .virtual-assets-card:hover h3.virtual-card-center-heading {
  opacity: 0;
  visibility: hidden;
}

.yundle-sales .one .container div .sales-btn, .yundle-sales .two .container div .sales-btn, .yundle-sales .two .container .filters div div .btn1,
.yundle-sales .two .container .filters div div .btn2, .add-directory-banner-section .virtual-heading-row .heading-contact-list .add-your-listing-free-btn a, .add-directory-middle-section .add-directory-browse-aside .all-browse-categories-btn a, .add-directory-middle-section .add-directory-form-aside .add-directory-form-wrap .form-submission-actions .form-action-btn, .yundle-photos .one .container div .btns button {
  color: #fff;
  font-size: 18px;
  border-radius: 8px;
  background-color: #ce2123;
  transition: all 0.4s ease-in-out;
}
.yundle-sales .one .container div .sales-btn:hover, .yundle-sales .two .container div .sales-btn:hover, .yundle-sales .two .container .filters div div .btn1:hover,
.yundle-sales .two .container .filters div div .btn2:hover, .add-directory-banner-section .virtual-heading-row .heading-contact-list .add-your-listing-free-btn a:hover, .add-directory-middle-section .add-directory-browse-aside .all-browse-categories-btn a:hover, .add-directory-middle-section .add-directory-form-aside .add-directory-form-wrap .form-submission-actions .form-action-btn:hover, .yundle-photos .one .container div .btns button:hover {
  background-color: #2e2d33;
}

.header {
  background-image: url("/assets/images/bannerhom.png");
}

.yundle-information .one {
  padding: 5% 0%;
}
.yundle-information .one .container .main-heading {
  position: relative;
  padding: 5%;
}
.yundle-information .one .container .main-heading::before {
  content: "INFORMATION";
  position: absolute;
  /* left: 43%; */
  top: 20;
  right: 0;
  z-index: -1;
  color: #f7f7f7;
  font-weight: bold;
  /* font-size: 846%; */
  font-size: 120px;
  text-align: center;
  width: 100%;
}
.yundle-information .one .container .main-heading :not(p:last-child) {
  font-size: 60px;
}
.yundle-information .one .container .main-heading p:first-child {
  margin-bottom: 0px;
}
.yundle-information .one .container .main-heading p:first-child .red-line span {
  border-bottom: 3px solid #dc2626;
}
.yundle-information .two {
  background: #f7f7f7;
  padding: 5% 0%;
}
.yundle-information .two .container .free-gap {
  row-gap: 40px;
}
.yundle-information .two .container .free-gap .free-title {
  background: #fff;
  box-shadow: -0.259px 0.966px 19.6px 0.4px rgba(0, 0, 0, 0.15);
  border-width: 1px;
  border-color: #d7d7d7;
  border-style: solid;
  border-radius: 20px;
  width: 77%;
  justify-content: center;
  margin: auto;
  height: 100%;
}
.yundle-information .two .container .free-gap .free-title .free-img {
  display: inline-flex;
  margin-left: auto;
  margin-right: auto;
}
.yundle-information .two .container .free-gap .free-title .free-list {
  padding: 6% 0%;
}
.yundle-information .two .container .free-gap .free-title .free-list .free-heading {
  font-size: 26px;
  color: #000;
  font-weight: 600;
}
.yundle-information .two .container .free-gap .free-title .free-list .free-subheading {
  font-size: 16px;
  color: #cd2122;
  padding: 7% 9% 20%;
  font-weight: 500;
}
.yundle-information .two .container .free-gap .free-title .free-list .free-arrow {
  bottom: 35px;
  display: inline-flex;
}

@media screen and (max-device-width: 425px) {
  .yundle-information .one .container .main-heading::before {
    font-size: 50px !important;
  }
  .yundle-information .one .container .main-heading::before :not(p:last-child) {
    font-size: 45px !important;
  }
}
@media screen and (max-device-width: 575px) and (min-device-width: 426px) {
  .yundle-information .one .container .main-heading::before {
    font-size: 38px !important;
  }
  .yundle-information .one .container .main-heading::before :not(p:last-child) {
    font-size: 45px !important;
  }
}
@media screen and (min-device-width: 576px) and (max-device-width: 767px) {
  .yundle-information .one .container .main-heading::before {
    font-size: 80px !important;
  }
  .yundle-information .one .container .main-heading::before :not(p:last-child) {
    font-size: 45px !important;
  }
  .yundle-information .two .container .free-gap .free-title {
    width: 62% !important;
  }
  .yundle-information .two .container .free-gap .free-title .free-list .free-heading {
    font-size: 25px !important;
  }
  .yundle-information .two .container .free-gap .free-title .free-list .free-subheading {
    font-size: 16px !important;
  }
}
@media screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .yundle-information .one .container .main-heading::before {
    font-size: 80px !important;
  }
  .yundle-information .one .container .main-heading::before :not(p:last-child) {
    font-size: 45px !important;
  }
  .yundle-information .two .container .free-gap .free-title {
    width: 80%;
  }
  .yundle-information .two .container .free-gap .free-title .free-list .free-heading {
    font-size: 20px !important;
  }
  .yundle-information .two .container .free-gap .free-title .free-list .free-subheading {
    font-size: 14px !important;
    padding: 7% 9% 40% !important;
  }
}
.yundle-appreciations .four .container .define div, .yundle-homepage .two .container .main-heading div, .yundle-homepage .three .container .experience div, .yundle-definitions .four .container .define div {
  border-left: 3px solid #dc2626;
  padding: 2% 0% 2% 2%;
}
.yundle-appreciations .four .container .define div p:first-child, .yundle-homepage .two .container .main-heading div p:first-child, .yundle-homepage .three .container .experience div p:first-child, .yundle-definitions .four .container .define div p:first-child {
  font-size: 36px;
  font-weight: bold;
}

.yundle-appreciations .four .container .yundle3 .data-content p:last-child a, .yundle-appreciations .one .container .custom-card div div div a, .yundle-homepage .two .container .custom-card div div:last-child a, .yundle-homepage .three .container .yundle3 .data-content p:last-child a, .yundle-directory .one .container .custom-card div div div a, .yundle-how_to .two .container div div:first-child .custom-card div div div a, .yundle-definitions .one .container .custom-card div div div a, .yundle-definitions .four .container .yundle3 .data-content p:last-child a {
  text-decoration: none;
  color: #dc2626;
  font-weight: bold;
}
.yundle-appreciations .four .container .yundle3 .data-content p:last-child a:hover, .yundle-appreciations .one .container .custom-card div div div a:hover, .yundle-homepage .two .container .custom-card div div:last-child a:hover, .yundle-homepage .three .container .yundle3 .data-content p:last-child a:hover, .yundle-directory .one .container .custom-card div div div a:hover, .yundle-how_to .two .container div div:first-child .custom-card div div div a:hover, .yundle-definitions .one .container .custom-card div div div a:hover, .yundle-definitions .four .container .yundle3 .data-content p:last-child a:hover {
  border-bottom: 1px solid #dc2626;
  transition: border-bottom 0.4s ease-in-out;
}

.yundle-homepage .four .container .foot-homepage .signup .custom-border {
  border-bottom: 1px solid white;
}

.yundle-appreciations .three .container .heading-box .box-heading,
.yundle-appreciations .four .container .heading-box .box-heading,
.yundle-appreciations .five .container .heading-box .box-heading, .yundle-directory .three .container .heading-box .box-heading,
.yundle-directory .four .container .heading-box .box-heading,
.yundle-directory .five .container .heading-box .box-heading, .yundle-product .two .container .heading-box .box-heading, .yundle-product .five .container .heading-box .box-heading, .yundle-product .six .container .heading-box .box-heading, .yundle-definitions .three .container .heading-box .box-heading,
.yundle-definitions .four .container .heading-box .box-heading,
.yundle-definitions .five .container .heading-box .box-heading {
  border-left: 4px solid #dc2626;
  padding-left: 1%;
}
.yundle-appreciations .three .container .heading-box .box-heading p:first-child,
.yundle-appreciations .four .container .heading-box .box-heading p:first-child,
.yundle-appreciations .five .container .heading-box .box-heading p:first-child, .yundle-directory .three .container .heading-box .box-heading p:first-child,
.yundle-directory .four .container .heading-box .box-heading p:first-child,
.yundle-directory .five .container .heading-box .box-heading p:first-child, .yundle-product .two .container .heading-box .box-heading p:first-child, .yundle-product .five .container .heading-box .box-heading p:first-child, .yundle-product .six .container .heading-box .box-heading p:first-child, .yundle-definitions .three .container .heading-box .box-heading p:first-child,
.yundle-definitions .four .container .heading-box .box-heading p:first-child,
.yundle-definitions .five .container .heading-box .box-heading p:first-child {
  font-weight: bold;
  font-size: 28px;
}
.yundle-appreciations .three .container .heading-box .box-heading p.popular,
.yundle-appreciations .four .container .heading-box .box-heading p.popular,
.yundle-appreciations .five .container .heading-box .box-heading p.popular, .yundle-directory .three .container .heading-box .box-heading p.popular,
.yundle-directory .four .container .heading-box .box-heading p.popular,
.yundle-directory .five .container .heading-box .box-heading p.popular, .yundle-product .two .container .heading-box .box-heading p.popular, .yundle-product .five .container .heading-box .box-heading p.popular, .yundle-product .six .container .heading-box .box-heading p.popular, .yundle-definitions .three .container .heading-box .box-heading p.popular,
.yundle-definitions .four .container .heading-box .box-heading p.popular,
.yundle-definitions .five .container .heading-box .box-heading p.popular {
  color: white;
}
.yundle-appreciations .three .container .heading-box button,
.yundle-appreciations .four .container .heading-box button,
.yundle-appreciations .five .container .heading-box button, .yundle-directory .three .container .heading-box button,
.yundle-directory .four .container .heading-box button,
.yundle-directory .five .container .heading-box button, .yundle-product .two .container .heading-box button, .yundle-product .five .container .heading-box button, .yundle-product .six .container .heading-box button, .yundle-definitions .three .container .heading-box button,
.yundle-definitions .four .container .heading-box button,
.yundle-definitions .five .container .heading-box button {
  color: white;
  border: none;
  background-color: #dc2626;
  padding: 1rem 1.25rem;
  border-radius: 0.25rem;
}
.yundle-appreciations .three .container .heading-box button:hover,
.yundle-appreciations .four .container .heading-box button:hover,
.yundle-appreciations .five .container .heading-box button:hover, .yundle-directory .three .container .heading-box button:hover,
.yundle-directory .four .container .heading-box button:hover,
.yundle-directory .five .container .heading-box button:hover, .yundle-product .two .container .heading-box button:hover, .yundle-product .five .container .heading-box button:hover, .yundle-product .six .container .heading-box button:hover, .yundle-definitions .three .container .heading-box button:hover,
.yundle-definitions .four .container .heading-box button:hover,
.yundle-definitions .five .container .heading-box button:hover {
  background-color: #2e2d33;
}

.virtual-assets-section .virtual-assets-row .virtual-assets-card .virtual-assets-card-inner, .virtual-assets-section .virtual-assets-row .virtual-assets-card:hover h3.virtual-card-center-heading {
  opacity: 0;
  visibility: hidden;
}

.yundle-sales .one .container div .sales-btn, .yundle-sales .two .container div .sales-btn, .yundle-sales .two .container .filters div div .btn1,
.yundle-sales .two .container .filters div div .btn2, .add-directory-banner-section .virtual-heading-row .heading-contact-list .add-your-listing-free-btn a, .add-directory-middle-section .add-directory-browse-aside .all-browse-categories-btn a, .add-directory-middle-section .add-directory-form-aside .add-directory-form-wrap .form-submission-actions .form-action-btn, .yundle-photos .one .container div .btns button {
  color: #fff;
  font-size: 18px;
  border-radius: 8px;
  background-color: #ce2123;
  transition: all 0.4s ease-in-out;
}
.yundle-sales .one .container div .sales-btn:hover, .yundle-sales .two .container div .sales-btn:hover, .yundle-sales .two .container .filters div div .btn1:hover,
.yundle-sales .two .container .filters div div .btn2:hover, .add-directory-banner-section .virtual-heading-row .heading-contact-list .add-your-listing-free-btn a:hover, .add-directory-middle-section .add-directory-browse-aside .all-browse-categories-btn a:hover, .add-directory-middle-section .add-directory-form-aside .add-directory-form-wrap .form-submission-actions .form-action-btn:hover, .yundle-photos .one .container div .btns button:hover {
  background-color: #2e2d33;
}

.outer-form-faq {
  background: #f7f7f7;
  padding-bottom: 4%;
}
.outer-form-faq .flex.flex-wrap.out-faq {
  background: #fff;
  border: 1px solid #e1e1e1;
  border-radius: 10px;
  padding: 4% 2%;
}
.outer-form-faq .flex.flex-wrap.out-faq .mb-3 {
  margin-bottom: 2%;
}
.outer-form-faq .flex.flex-wrap.out-faq .mb-3 #exampleFormControlTextarea1 {
  background: #f7f7f7;
  border-radius: 10px;
  padding: 1%;
}
.outer-form-faq .flex.flex-wrap.out-faq .mb-3 #exampleFormControlTextarea1:focus {
  outline: none;
}
.outer-form-faq .flex.flex-wrap.out-faq .tag-faq {
  display: flex;
  width: 100%;
  gap: 20px;
}
.outer-form-faq .flex.flex-wrap.out-faq .tag-faq #tag {
  background: #f7f7f7;
  width: 100%;
  padding: 2%;
  border-radius: 10px;
}
.outer-form-faq .flex.flex-wrap.out-faq .tag-faq #tag:focus {
  outline: none;
}
.outer-form-faq .flex.flex-wrap.out-faq .tag-faq #categorydd {
  background: #f7f7f7;
  width: 100%;
  padding: 2%;
  border-radius: 10px;
  color: #959595;
}
.outer-form-faq .flex.flex-wrap.out-faq .tag-faq #usercategory {
  background: #f7f7f7;
  width: 100%;
  padding: 2%;
  border-radius: 10px;
  color: #959595;
}
.outer-form-faq .flex.flex-wrap.out-faq .tag-faq .tagedit-list {
  background: #f7f7f7;
  width: 100%;
  padding: 2%;
  border-radius: 10px;
  color: #959595;
}
.outer-form-faq .flex.flex-wrap.out-faq .btn-form {
  background-color: #5b5b5b;
  padding: 5%;
  border-radius: 10px;
  color: #fff;
  margin-top: 10%;
}
.outer-form-faq .flex.flex-wrap.out-faq .btn-form:hover {
  background-color: #cd2122;
  padding: 5%;
  border-radius: 10px;
  color: #fff;
}

.faq .add-faq-row .search-adv {
  border-width: 1px;
  border-color: rgb(215, 215, 215);
  border-style: solid;
  border-radius: 5px;
  background-color: rgb(255, 255, 255);
  box-shadow: 5.657px 5.657px 35.72px 2.28px rgba(0, 0, 0, 0.15);
  padding-bottom: 10%;
}
.faq .add-faq-row .search-adv .faq-search {
  background: #ebebeb;
  width: 100%;
}
.faq .add-faq-row .search-adv .faq-adv {
  color: #cd2122;
}
.faq .add-faq-row .search-adv span.py-2 {
  border-bottom: 3px solid #cd2122;
}
.faq .add-faq-row .faq-view {
  border-radius: 12px;
  background-color: rgb(205, 33, 34);
  box-shadow: 5.657px 5.657px 35.72px 2.28px rgba(0, 0, 0, 0.15);
  color: #fff;
  margin: 5% 10%;
  padding: 5%;
  text-align: center;
}
.faq .add-faq-row .search-popular {
  border-width: 1px;
  border-color: rgb(215, 215, 215);
  border-style: solid;
  border-radius: 5px;
  background-color: rgb(255, 255, 255);
  box-shadow: 5.657px 5.657px 35.72px 2.28px rgba(0, 0, 0, 0.15);
  padding: 0% 3% 10%;
}
.faq .add-faq-row .search-popular .tags .faq-tag-list {
  border: 1px solid #cd2122;
  margin: 3% 15%;
  padding: 3%;
  border-radius: 10px;
}
.faq .add-faq-row .search-popular .tags .faq-tag-list .alignment {
  background: #000;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
}
.faq .add-faq-row .search-popular .question-option .active {
  color: green;
}
.faq .add-faq-row .main-faq-question {
  border-width: 1px;
  border-color: rgb(215, 215, 215);
  border-style: solid;
  border-radius: 5px;
  background-color: rgb(255, 255, 255);
  box-shadow: 5.657px 5.657px 35.72px 2.28px rgba(0, 0, 0, 0.15);
}
.faq .add-faq-row .main-faq-question .user-faq {
  height: 100%;
}
.faq .add-faq-row .main-faq-question .user-faq .faq-icon .faq-user-img {
  width: 100%;
}
.faq .add-faq-row .main-faq-question .user-faq .category-right .alignlast-f {
  background: #cd2122;
  width: 25px;
  height: 25px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  float: right;
}
.faq .add-faq-row .main-faq-question .user-faq .category-right .category-option {
  border: 1px solid #cd2122;
  place-content: center;
  margin-top: 17%;
  color: #959595;
}
.faq .add-faq-row .main-faq-question .user-faq .category-right .category-option .other {
  color: #000;
}
.faq .add-faq-row .main-faq-question .user-faq .px-4 {
  border-left: 3px solid #cd2122;
  padding-left: 1%;
  min-width: 100px !important;
  margin-left: 6.25rem !important;
  width: 45%;
  position: absolute;
  overflow: hidden;
}
.faq .add-faq-row .main-faq-question .user-faq .px-4 .font-regular {
  font-size: 14px;
  color: #5b5b5b;
}
.faq .add-faq-row .main-faq-question .user-faq .px-4 .asked-question {
  color: #959595;
}
.faq .add-faq-row .main-faq-question .user-faq .px-4 .asked-question .faq-person {
  color: #cd2122;
}
.faq .add-faq-row .pagination {
  border-width: 1px;
  border-color: rgb(215, 215, 215);
  border-style: solid;
  border-radius: 5px;
  background-color: rgb(255, 255, 255);
  box-shadow: 5.657px 5.657px 35.72px 2.28px rgba(0, 0, 0, 0.15);
  margin: 5% 0%;
}
.faq .add-faq-row .pagination div .prev,
.faq .add-faq-row .pagination div .next {
  background-color: #f7f7f7;
}
.faq .add-faq-row .pagination div .page_no {
  border-color: #f7f7f7;
  background-color: white;
}
.faq .add-faq-row .pagination div .page_no ul li .active {
  background-color: #dc2626;
  color: white;
  border-radius: 0.5rem;
  pointer-events: none;
  cursor: none;
}

.alignlast {
  background: #000;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
}

.log-faq {
  background: #fff !important;
  color: #000 !important;
  border: 1px solid #ececec;
  z-index: 77777 !important;
}

.form-group.hide {
  display: none;
}

@media screen and (max-device-width: 768px) {
  .log-in {
    font-size: 15px;
  }
  .faq .add-faq-row .user-faq {
    height: 100% !important;
  }
  .faq .add-faq-row .user-faq .faq-icon {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .faq .add-faq-row .user-faq .faq-icon .faq-user-img {
    width: 100%;
  }
  .faq .add-faq-row .user-faq .category-right {
    padding-top: 5%;
  }
  .faq .add-faq-row .user-faq .category-right .alignlast-f {
    background: #cd2122;
    width: 25px;
    height: 25px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    float: right;
  }
  .faq .add-faq-row .user-faq .category-right .category-option {
    border: 1px solid #cd2122;
    place-content: center;
    margin-top: 4%;
    color: #959595;
  }
  .faq .add-faq-row .user-faq .category-right .category-option .other {
    color: #000;
  }
  .faq .add-faq-row .user-faq .px-4 {
    border-left: 3px solid #cd2122;
    padding-left: 1%;
    min-width: 100px !important;
    margin-left: 1%;
  }
  .faq .add-faq-row .user-faq .px-4 .font-regular {
    font-size: 14px;
    color: #5b5b5b;
  }
  .faq .add-faq-row .user-faq .px-4 .asked-question {
    color: #959595;
  }
  .faq .add-faq-row .user-faq .px-4 .asked-question .faq-person {
    color: #cd2122;
  }
}
#usercatdiv.hide {
  display: none;
}

#usercatdiv.show {
  display: block;
}

.yundle-appreciations .four .container .define div, .yundle-homepage .two .container .main-heading div, .yundle-homepage .three .container .experience div, .yundle-definitions .four .container .define div {
  border-left: 3px solid #dc2626;
  padding: 2% 0% 2% 2%;
}
.yundle-appreciations .four .container .define div p:first-child, .yundle-homepage .two .container .main-heading div p:first-child, .yundle-homepage .three .container .experience div p:first-child, .yundle-definitions .four .container .define div p:first-child {
  font-size: 36px;
  font-weight: bold;
}

.yundle-appreciations .four .container .yundle3 .data-content p:last-child a, .yundle-appreciations .one .container .custom-card div div div a, .yundle-homepage .two .container .custom-card div div:last-child a, .yundle-homepage .three .container .yundle3 .data-content p:last-child a, .yundle-directory .one .container .custom-card div div div a, .yundle-how_to .two .container div div:first-child .custom-card div div div a, .yundle-definitions .one .container .custom-card div div div a, .yundle-definitions .four .container .yundle3 .data-content p:last-child a {
  text-decoration: none;
  color: #dc2626;
  font-weight: bold;
}
.yundle-appreciations .four .container .yundle3 .data-content p:last-child a:hover, .yundle-appreciations .one .container .custom-card div div div a:hover, .yundle-homepage .two .container .custom-card div div:last-child a:hover, .yundle-homepage .three .container .yundle3 .data-content p:last-child a:hover, .yundle-directory .one .container .custom-card div div div a:hover, .yundle-how_to .two .container div div:first-child .custom-card div div div a:hover, .yundle-definitions .one .container .custom-card div div div a:hover, .yundle-definitions .four .container .yundle3 .data-content p:last-child a:hover {
  border-bottom: 1px solid #dc2626;
  transition: border-bottom 0.4s ease-in-out;
}

.yundle-homepage .four .container .foot-homepage .signup .custom-border {
  border-bottom: 1px solid white;
}

.yundle-appreciations .three .container .heading-box .box-heading,
.yundle-appreciations .four .container .heading-box .box-heading,
.yundle-appreciations .five .container .heading-box .box-heading, .yundle-directory .three .container .heading-box .box-heading,
.yundle-directory .four .container .heading-box .box-heading,
.yundle-directory .five .container .heading-box .box-heading, .yundle-product .two .container .heading-box .box-heading, .yundle-product .five .container .heading-box .box-heading, .yundle-product .six .container .heading-box .box-heading, .yundle-definitions .three .container .heading-box .box-heading,
.yundle-definitions .four .container .heading-box .box-heading,
.yundle-definitions .five .container .heading-box .box-heading {
  border-left: 4px solid #dc2626;
  padding-left: 1%;
}
.yundle-appreciations .three .container .heading-box .box-heading p:first-child,
.yundle-appreciations .four .container .heading-box .box-heading p:first-child,
.yundle-appreciations .five .container .heading-box .box-heading p:first-child, .yundle-directory .three .container .heading-box .box-heading p:first-child,
.yundle-directory .four .container .heading-box .box-heading p:first-child,
.yundle-directory .five .container .heading-box .box-heading p:first-child, .yundle-product .two .container .heading-box .box-heading p:first-child, .yundle-product .five .container .heading-box .box-heading p:first-child, .yundle-product .six .container .heading-box .box-heading p:first-child, .yundle-definitions .three .container .heading-box .box-heading p:first-child,
.yundle-definitions .four .container .heading-box .box-heading p:first-child,
.yundle-definitions .five .container .heading-box .box-heading p:first-child {
  font-weight: bold;
  font-size: 28px;
}
.yundle-appreciations .three .container .heading-box .box-heading p.popular,
.yundle-appreciations .four .container .heading-box .box-heading p.popular,
.yundle-appreciations .five .container .heading-box .box-heading p.popular, .yundle-directory .three .container .heading-box .box-heading p.popular,
.yundle-directory .four .container .heading-box .box-heading p.popular,
.yundle-directory .five .container .heading-box .box-heading p.popular, .yundle-product .two .container .heading-box .box-heading p.popular, .yundle-product .five .container .heading-box .box-heading p.popular, .yundle-product .six .container .heading-box .box-heading p.popular, .yundle-definitions .three .container .heading-box .box-heading p.popular,
.yundle-definitions .four .container .heading-box .box-heading p.popular,
.yundle-definitions .five .container .heading-box .box-heading p.popular {
  color: white;
}
.yundle-appreciations .three .container .heading-box button,
.yundle-appreciations .four .container .heading-box button,
.yundle-appreciations .five .container .heading-box button, .yundle-directory .three .container .heading-box button,
.yundle-directory .four .container .heading-box button,
.yundle-directory .five .container .heading-box button, .yundle-product .two .container .heading-box button, .yundle-product .five .container .heading-box button, .yundle-product .six .container .heading-box button, .yundle-definitions .three .container .heading-box button,
.yundle-definitions .four .container .heading-box button,
.yundle-definitions .five .container .heading-box button {
  color: white;
  border: none;
  background-color: #dc2626;
  padding: 1rem 1.25rem;
  border-radius: 0.25rem;
}
.yundle-appreciations .three .container .heading-box button:hover,
.yundle-appreciations .four .container .heading-box button:hover,
.yundle-appreciations .five .container .heading-box button:hover, .yundle-directory .three .container .heading-box button:hover,
.yundle-directory .four .container .heading-box button:hover,
.yundle-directory .five .container .heading-box button:hover, .yundle-product .two .container .heading-box button:hover, .yundle-product .five .container .heading-box button:hover, .yundle-product .six .container .heading-box button:hover, .yundle-definitions .three .container .heading-box button:hover,
.yundle-definitions .four .container .heading-box button:hover,
.yundle-definitions .five .container .heading-box button:hover {
  background-color: #2e2d33;
}

.virtual-assets-section .virtual-assets-row .virtual-assets-card .virtual-assets-card-inner, .virtual-assets-section .virtual-assets-row .virtual-assets-card:hover h3.virtual-card-center-heading {
  opacity: 0;
  visibility: hidden;
}

.yundle-sales .one .container div .sales-btn, .yundle-sales .two .container div .sales-btn, .yundle-sales .two .container .filters div div .btn1,
.yundle-sales .two .container .filters div div .btn2, .add-directory-banner-section .virtual-heading-row .heading-contact-list .add-your-listing-free-btn a, .add-directory-middle-section .add-directory-browse-aside .all-browse-categories-btn a, .add-directory-middle-section .add-directory-form-aside .add-directory-form-wrap .form-submission-actions .form-action-btn, .yundle-photos .one .container div .btns button {
  color: #fff;
  font-size: 18px;
  border-radius: 8px;
  background-color: #ce2123;
  transition: all 0.4s ease-in-out;
}
.yundle-sales .one .container div .sales-btn:hover, .yundle-sales .two .container div .sales-btn:hover, .yundle-sales .two .container .filters div div .btn1:hover,
.yundle-sales .two .container .filters div div .btn2:hover, .add-directory-banner-section .virtual-heading-row .heading-contact-list .add-your-listing-free-btn a:hover, .add-directory-middle-section .add-directory-browse-aside .all-browse-categories-btn a:hover, .add-directory-middle-section .add-directory-form-aside .add-directory-form-wrap .form-submission-actions .form-action-btn:hover, .yundle-photos .one .container div .btns button:hover {
  background-color: #2e2d33;
}

.yundle-search .one .container .search div input {
  border-color: #d4d4d4;
}
.yundle-search .one .container .search button {
  border-color: #d4d4d4;
  background-color: #f7f7f7;
}
.yundle-search .one .container .main-heading p span {
  border-color: #dc2626;
}
.yundle-search .one .container .main-heading p::before {
  color: #f7f7f7;
}
.yundle-search .one .container .keywords {
  background-color: #f7f7f7;
}
.yundle-search .one .container .keywords .active {
  background-color: #dc2626;
  color: white;
  border-radius: 0.5rem;
}
.yundle-search .two .container {
  background-color: #f7f7f7;
}
.yundle-search .two .container div div:first-child {
  background-size: 100% 100%;
}
.yundle-search .two .container div div .ordering p:last-child {
  background-color: white;
}
.yundle-search .two .container div div div .searchonly ul li {
  border-color: #2e2d33;
}
.yundle-search .two .container div div div .searchonly ul li div:first-child {
  background-color: #2e2d33;
  color: #f7f7f7;
}
.yundle-search .three .article {
  padding-bottom: 3%;
}
.yundle-search .three .article .results {
  font-size: 18px;
  font-weight: 500;
}
.yundle-search .three .article .results span {
  font-size: 24px;
  font-weight: 700;
}
.yundle-search .three .article .main-head {
  color: #1a0940;
  font-size: 36px;
  font-weight: 800;
  text-transform: uppercase;
  padding-bottom: 20px;
}
.yundle-search .three .article .article-bg {
  border: 1px solid #959595;
  background: #f1f1f1;
  border-radius: 10px;
}
.yundle-search .three .article .article-bg .head-outer {
  display: flex;
  border-bottom: 1px solid #d8d8d8;
  justify-content: space-between;
  padding: 1%;
  align-items: center;
}
.yundle-search .three .article .article-bg .head-outer .article-text {
  font-size: 18px;
  color: #1a0940;
  width: 80%;
}
.yundle-search .three .article .article-bg .head-outer .article-text span {
  color: #cd2122;
  font-weight: 600;
}
.yundle-search .three .article .article-bg .head-outer .article-text mark {
  color: #cd2122;
  font-weight: 600;
  background-color: aliceblue;
}
.yundle-search .three .article .article-bg .head-outer .icon-outer {
  width: 40px;
  display: flex;
  justify-content: flex-end;
}

@media screen and (max-device-width: 639px) {
  .yundle-search .one .container .main-heading p {
    line-height: 4.5rem;
  }
}
@media screen and (max-device-width: 786px) {
  .yundle-search .one .container .keywords {
    display: block;
    width: 66.6%;
  }
}
.carousel {
  position: relative;
  margin-bottom: 20px;
  line-height: 1;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow-y: hidden;
}

.carousel-inner > .item {
  position: relative;
  display: none;
  transition: 0.6s ease-in-out left;
}

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  line-height: 1;
}

.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}

.carousel-inner > .active {
  left: 0;
}

.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}

.carousel-inner > .next {
  left: 100%;
}

.carousel-inner > .prev {
  left: -100%;
}

.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}

.carousel-inner > .active.left {
  left: -100%;
}

.carousel-inner > .active.right {
  left: 100%;
}

.carousel-control {
  position: absolute;
  top: 40%;
  left: 15px;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  font-size: 60px;
  font-weight: 100;
  line-height: 30px;
  color: #ffffff;
  text-align: center;
  background: #222222;
  border: 3px solid #ffffff;
  border-radius: 23px;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.carousel-control.right {
  right: 15px;
  left: auto;
}

.carousel-control:hover,
.carousel-control:focus {
  color: #ffffff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.carousel-indicators {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 5;
  margin: 0;
  list-style: none;
}

.carousel-indicators li {
  display: block;
  float: left;
  width: 10px;
  height: 10px;
  margin-left: 5px;
  text-indent: -999px;
  background-color: #ccc;
  background-color: rgba(255, 255, 255, 0.25);
  border-radius: 5px;
}

.carousel-indicators .active {
  background-color: #fff;
}

.carousel-caption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 15px;
  background: #333333;
  background: rgba(0, 0, 0, 0.75);
}

.carousel-caption h4,
.carousel-caption p {
  line-height: 20px;
  color: #ffffff;
}

.carousel-caption h4 {
  margin: 0 0 5px;
}

.carousel-caption p {
  margin-bottom: 0;
}

.advanced-search .carousel a,
.advanced-search .carousel a:visited,
.advanced-search .carousel a:link {
  color: #0088cc;
}

.advanced-search .carousel a:hover {
  color: #2266aa;
}

.advanced-search .carousel {
  margin: 0 0 64px;
  min-height: auto;
}

.advanced-search .carousel.two {
  margin: 0 0 104px;
}

.advanced-search .carousel.three {
  margin: 0 0 144px;
}

.advanced-search .carousel.four {
  margin: 0 0 184px;
}

.advanced-search .carousel.five {
  margin: 0 0 224px;
}

.advanced-search .carousel.six {
  margin: 0 0 264px;
}

.advanced-search .carousel.seven {
  margin: 0 0 304px;
}

.advanced-search .carousel.eight {
  margin: 0 0 344px;
}

.advanced-search .carousel.nine {
  margin: 0 0 384px;
}

.advanced-search .carousel.ten {
  margin: 0 0 424px;
}

.advanced-search .carousel.eleven {
  margin: 0 0 464px;
}

.advanced-search .carousel.twelve {
  margin: 0 0 504px;
}

.advanced-search .carousel.thirteen {
  margin: 0 0 544px;
}

.advanced-search .carousel.fourteen {
  margin: 0 0 584px;
}

.advanced-search .carousel-inner {
  overflow-x: hidden;
}

.advanced-search .carousel-indicators {
  list-style: outside none none;
  position: absolute;
  right: 0;
  left: 1%;
  top: 100%;
  z-index: 5;
  padding-bottom: 8px;
  border-bottom: 1px dashed #ddd;
}

.advanced-search .large .carousel-indicators {
  top: 473px;
}

.advanced-search .carousel-indicators li {
  color: #0088cc;
  cursor: pointer;
  background-color: #fff;
  display: inline-block;
  margin: 20px 3px 2px 0;
  padding: 5px 5px;
  float: left;
  height: 30px;
  font-size: 16px;
  border: 1px solid #ddd;
  vertical-align: middle;
  text-align: center;
  text-indent: 0;
  min-width: 20px;
  line-height: 20px;
  width: auto;
  border-radius: 4px;
}

.advanced-search .carousel-indicators .active,
.advanced-search .carousel-indicators li:hover {
  background-color: #319ED4;
  color: #fff;
  border-color: #999;
}

.advanced-search .carousel-indicators li span {
  display: inline-block;
}

.yundle-appreciations .four .container .define div, .yundle-homepage .two .container .main-heading div, .yundle-homepage .three .container .experience div, .yundle-definitions .four .container .define div {
  border-left: 3px solid #dc2626;
  padding: 2% 0% 2% 2%;
}
.yundle-appreciations .four .container .define div p:first-child, .yundle-homepage .two .container .main-heading div p:first-child, .yundle-homepage .three .container .experience div p:first-child, .yundle-definitions .four .container .define div p:first-child {
  font-size: 36px;
  font-weight: bold;
}

.yundle-appreciations .four .container .yundle3 .data-content p:last-child a, .yundle-appreciations .one .container .custom-card div div div a, .yundle-homepage .two .container .custom-card div div:last-child a, .yundle-homepage .three .container .yundle3 .data-content p:last-child a, .yundle-directory .one .container .custom-card div div div a, .yundle-how_to .two .container div div:first-child .custom-card div div div a, .yundle-definitions .one .container .custom-card div div div a, .yundle-definitions .four .container .yundle3 .data-content p:last-child a {
  text-decoration: none;
  color: #dc2626;
  font-weight: bold;
}
.yundle-appreciations .four .container .yundle3 .data-content p:last-child a:hover, .yundle-appreciations .one .container .custom-card div div div a:hover, .yundle-homepage .two .container .custom-card div div:last-child a:hover, .yundle-homepage .three .container .yundle3 .data-content p:last-child a:hover, .yundle-directory .one .container .custom-card div div div a:hover, .yundle-how_to .two .container div div:first-child .custom-card div div div a:hover, .yundle-definitions .one .container .custom-card div div div a:hover, .yundle-definitions .four .container .yundle3 .data-content p:last-child a:hover {
  border-bottom: 1px solid #dc2626;
  transition: border-bottom 0.4s ease-in-out;
}

.yundle-homepage .four .container .foot-homepage .signup .custom-border {
  border-bottom: 1px solid white;
}

.yundle-appreciations .three .container .heading-box .box-heading,
.yundle-appreciations .four .container .heading-box .box-heading,
.yundle-appreciations .five .container .heading-box .box-heading, .yundle-directory .three .container .heading-box .box-heading,
.yundle-directory .four .container .heading-box .box-heading,
.yundle-directory .five .container .heading-box .box-heading, .yundle-product .two .container .heading-box .box-heading, .yundle-product .five .container .heading-box .box-heading, .yundle-product .six .container .heading-box .box-heading, .yundle-definitions .three .container .heading-box .box-heading,
.yundle-definitions .four .container .heading-box .box-heading,
.yundle-definitions .five .container .heading-box .box-heading {
  border-left: 4px solid #dc2626;
  padding-left: 1%;
}
.yundle-appreciations .three .container .heading-box .box-heading p:first-child,
.yundle-appreciations .four .container .heading-box .box-heading p:first-child,
.yundle-appreciations .five .container .heading-box .box-heading p:first-child, .yundle-directory .three .container .heading-box .box-heading p:first-child,
.yundle-directory .four .container .heading-box .box-heading p:first-child,
.yundle-directory .five .container .heading-box .box-heading p:first-child, .yundle-product .two .container .heading-box .box-heading p:first-child, .yundle-product .five .container .heading-box .box-heading p:first-child, .yundle-product .six .container .heading-box .box-heading p:first-child, .yundle-definitions .three .container .heading-box .box-heading p:first-child,
.yundle-definitions .four .container .heading-box .box-heading p:first-child,
.yundle-definitions .five .container .heading-box .box-heading p:first-child {
  font-weight: bold;
  font-size: 28px;
}
.yundle-appreciations .three .container .heading-box .box-heading p.popular,
.yundle-appreciations .four .container .heading-box .box-heading p.popular,
.yundle-appreciations .five .container .heading-box .box-heading p.popular, .yundle-directory .three .container .heading-box .box-heading p.popular,
.yundle-directory .four .container .heading-box .box-heading p.popular,
.yundle-directory .five .container .heading-box .box-heading p.popular, .yundle-product .two .container .heading-box .box-heading p.popular, .yundle-product .five .container .heading-box .box-heading p.popular, .yundle-product .six .container .heading-box .box-heading p.popular, .yundle-definitions .three .container .heading-box .box-heading p.popular,
.yundle-definitions .four .container .heading-box .box-heading p.popular,
.yundle-definitions .five .container .heading-box .box-heading p.popular {
  color: white;
}
.yundle-appreciations .three .container .heading-box button,
.yundle-appreciations .four .container .heading-box button,
.yundle-appreciations .five .container .heading-box button, .yundle-directory .three .container .heading-box button,
.yundle-directory .four .container .heading-box button,
.yundle-directory .five .container .heading-box button, .yundle-product .two .container .heading-box button, .yundle-product .five .container .heading-box button, .yundle-product .six .container .heading-box button, .yundle-definitions .three .container .heading-box button,
.yundle-definitions .four .container .heading-box button,
.yundle-definitions .five .container .heading-box button {
  color: white;
  border: none;
  background-color: #dc2626;
  padding: 1rem 1.25rem;
  border-radius: 0.25rem;
}
.yundle-appreciations .three .container .heading-box button:hover,
.yundle-appreciations .four .container .heading-box button:hover,
.yundle-appreciations .five .container .heading-box button:hover, .yundle-directory .three .container .heading-box button:hover,
.yundle-directory .four .container .heading-box button:hover,
.yundle-directory .five .container .heading-box button:hover, .yundle-product .two .container .heading-box button:hover, .yundle-product .five .container .heading-box button:hover, .yundle-product .six .container .heading-box button:hover, .yundle-definitions .three .container .heading-box button:hover,
.yundle-definitions .four .container .heading-box button:hover,
.yundle-definitions .five .container .heading-box button:hover {
  background-color: #2e2d33;
}

.virtual-assets-section .virtual-assets-row .virtual-assets-card .virtual-assets-card-inner, .virtual-assets-section .virtual-assets-row .virtual-assets-card:hover h3.virtual-card-center-heading {
  opacity: 0;
  visibility: hidden;
}

.yundle-sales .one .container div .sales-btn, .yundle-sales .two .container div .sales-btn, .yundle-sales .two .container .filters div div .btn1,
.yundle-sales .two .container .filters div div .btn2, .add-directory-banner-section .virtual-heading-row .heading-contact-list .add-your-listing-free-btn a, .add-directory-middle-section .add-directory-browse-aside .all-browse-categories-btn a, .add-directory-middle-section .add-directory-form-aside .add-directory-form-wrap .form-submission-actions .form-action-btn, .yundle-photos .one .container div .btns button {
  color: #fff;
  font-size: 18px;
  border-radius: 8px;
  background-color: #ce2123;
  transition: all 0.4s ease-in-out;
}
.yundle-sales .one .container div .sales-btn:hover, .yundle-sales .two .container div .sales-btn:hover, .yundle-sales .two .container .filters div div .btn1:hover,
.yundle-sales .two .container .filters div div .btn2:hover, .add-directory-banner-section .virtual-heading-row .heading-contact-list .add-your-listing-free-btn a:hover, .add-directory-middle-section .add-directory-browse-aside .all-browse-categories-btn a:hover, .add-directory-middle-section .add-directory-form-aside .add-directory-form-wrap .form-submission-actions .form-action-btn:hover, .yundle-photos .one .container div .btns button:hover {
  background-color: #2e2d33;
}

.outer-form-faq {
  background: #f7f7f7;
  padding-bottom: 4%;
}
.outer-form-faq .flex.flex-wrap.out-faq {
  background: #fff;
  border: 1px solid #e1e1e1;
  border-radius: 10px;
  padding: 4% 2%;
}
.outer-form-faq .flex.flex-wrap.out-faq .mb-3 {
  margin-bottom: 2%;
}
.outer-form-faq .flex.flex-wrap.out-faq .mb-3 #exampleFormControlTextarea1 {
  background: #f7f7f7;
  border-radius: 10px;
  padding: 1%;
}
.outer-form-faq .flex.flex-wrap.out-faq .mb-3 #exampleFormControlTextarea1:focus {
  outline: none;
}
.outer-form-faq .flex.flex-wrap.out-faq .tag-faq {
  display: flex;
  width: 100%;
  gap: 20px;
}
.outer-form-faq .flex.flex-wrap.out-faq .tag-faq #tag, .outer-form-faq .flex.flex-wrap.out-faq .tag-faq #CaptchaCode {
  background: #f7f7f7;
  width: 100%;
  padding: 2%;
  border-radius: 10px;
}
.outer-form-faq .flex.flex-wrap.out-faq .tag-faq #tag:focus, .outer-form-faq .flex.flex-wrap.out-faq .tag-faq #CaptchaCode:focus {
  outline: none;
}
.outer-form-faq .flex.flex-wrap.out-faq .tag-faq #category {
  background: #f7f7f7;
  width: 100%;
  padding: 2%;
  border-radius: 10px;
  color: #959595;
}
.outer-form-faq .flex.flex-wrap.out-faq .btn-form {
  background-color: #5b5b5b;
  padding: 5%;
  border-radius: 10px;
  color: #fff;
  margin-top: 10%;
}
.outer-form-faq .flex.flex-wrap.out-faq .btn-form:hover {
  background-color: #cd2122;
  padding: 5%;
  border-radius: 10px;
  color: #fff;
}

.faq .add-faq-row {
  padding-bottom: 7%;
}
.faq .add-faq-row .search-adv {
  border-width: 1px;
  border-color: rgb(215, 215, 215);
  border-style: solid;
  border-radius: 5px;
  background-color: rgb(255, 255, 255);
  box-shadow: 5.657px 5.657px 35.72px 2.28px rgba(0, 0, 0, 0.15);
  padding-bottom: 10%;
}
.faq .add-faq-row .search-adv .faq-search {
  background: #ebebeb;
  width: 100%;
}
.faq .add-faq-row .search-adv .faq-adv {
  color: #cd2122;
}
.faq .add-faq-row .search-adv span.py-2 {
  border-bottom: 3px solid #cd2122;
}
.faq .add-faq-row .faq-view {
  border-radius: 12px;
  background-color: rgb(205, 33, 34);
  box-shadow: 5.657px 5.657px 35.72px 2.28px rgba(0, 0, 0, 0.15);
  color: #fff;
  margin: 5% 10%;
  padding: 5%;
  text-align: center;
}
.faq .add-faq-row .search-popular {
  border-width: 1px;
  border-color: rgb(215, 215, 215);
  border-style: solid;
  border-radius: 5px;
  background-color: rgb(255, 255, 255);
  box-shadow: 5.657px 5.657px 35.72px 2.28px rgba(0, 0, 0, 0.15);
  padding: 0% 3% 10%;
}
.faq .add-faq-row .search-popular .tags .faq-tag-list {
  border: 1px solid #cd2122;
  margin: 3% 15%;
  padding: 3%;
  border-radius: 10px;
}
.faq .add-faq-row .search-popular .tags .faq-tag-list .alignment {
  background: #000;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
}
.faq .add-faq-row .main-faq-question {
  height: 100%;
  border-width: 1px;
  border-color: rgb(215, 215, 215);
  border-style: solid;
  border-radius: 5px;
  background-color: rgb(255, 255, 255);
  box-shadow: 5.657px 5.657px 35.72px 2.28px rgba(0, 0, 0, 0.15);
  min-width: 100%;
}
.faq .add-faq-row .main-faq-question .user-faq .faq-describe {
  background: #cd2122;
  padding: 2% 4%;
  border-radius: 10px;
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  text-align: center;
}
.faq .add-faq-row .main-faq-question .user-faq .faq-answer {
  background: #ebebeb;
  padding: 3% 3%;
  border-radius: 10px;
}
.faq .add-faq-row .main-faq-question .user-faq .faq-icon .faq-user-img {
  width: 100%;
}
.faq .add-faq-row .main-faq-question .user-faq .category-right .alignlast-f {
  background: #cd2122;
  width: 25px;
  height: 25px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
}
.faq .add-faq-row .main-faq-question .user-faq .category-right .category-option {
  border: 1px solid #cd2122;
  place-content: center;
  margin-top: 17%;
  color: #959595;
}
.faq .add-faq-row .main-faq-question .user-faq .category-right .category-option .other {
  color: #000;
}
.faq .add-faq-row .main-faq-question .user-faq .category-right .articles-option {
  color: #959595;
}
.faq .add-faq-row .main-faq-question .user-faq .category-right .articles-option .other {
  color: #000;
}
.faq .add-faq-row .main-faq-question .user-faq .category-right .articles-option .choose-category {
  border: 1px solid #cd2122;
  padding: 2px 5px;
}
.faq .add-faq-row .main-faq-question .user-faq .category-right .articles-option .posted-category {
  background-color: #dc2626;
  color: white;
  padding: 3px 8px;
}
.faq .add-faq-row .main-faq-question .user-faq .category-right .articles-option .posted-category .other {
  color: #fff;
}
.faq .add-faq-row .main-faq-question .user-faq .px-4 {
  border-left: 3px solid #cd2122;
  padding-left: 1%;
  min-width: 100px !important;
  margin-left: 1%;
}
.faq .add-faq-row .main-faq-question .user-faq .px-4 .font-regular {
  font-size: 14px;
  color: #5b5b5b;
}
.faq .add-faq-row .main-faq-question .user-faq .px-4 .asked-question {
  color: #959595;
}
.faq .add-faq-row .main-faq-question .user-faq .px-4 .asked-question .faq-person {
  color: #cd2122;
}
.faq .add-faq-row .pagination {
  border-width: 1px;
  border-color: rgb(215, 215, 215);
  border-style: solid;
  border-radius: 5px;
  background-color: rgb(255, 255, 255);
  box-shadow: 5.657px 5.657px 35.72px 2.28px rgba(0, 0, 0, 0.15);
  margin: 5% 0%;
}
.faq .add-faq-row .pagination div .prev,
.faq .add-faq-row .pagination div .next {
  background-color: #f7f7f7;
}
.faq .add-faq-row .pagination div .page_no {
  border-color: #f7f7f7;
  background-color: white;
}
.faq .add-faq-row .pagination div .page_no ul li .active {
  background-color: #dc2626;
  color: white;
  border-radius: 0.5rem;
  pointer-events: none;
  cursor: none;
}

.alignlast {
  background: #000;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
}

.log-faq {
  background: #fff !important;
  color: #000 !important;
  border: 1px solid #ececec;
  z-index: 77777 !important;
}

@media screen and (max-device-width: 425px) {
  .log-in {
    font-size: 15px;
  }
  .faq .add-faq-row .faq-view {
    padding: 2% !important;
  }
  .faq .add-faq-row .user-faq .faq-icon {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .faq .add-faq-row .user-faq .faq-icon .faq-user-img {
    width: 100%;
  }
  .faq .add-faq-row .user-faq .category-right {
    padding-top: 5%;
  }
  .faq .add-faq-row .user-faq .category-right .alignlast-f {
    background: #cd2122;
    width: 25px;
    height: 25px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
  }
  .faq .add-faq-row .user-faq .category-right .category-option {
    border: 1px solid #cd2122;
    place-content: center;
    margin-top: 4%;
    color: #959595;
  }
  .faq .add-faq-row .user-faq .category-right .category-option .other {
    color: #000;
  }
  .faq .add-faq-row .user-faq .px-4 {
    border-left: 3px solid #cd2122;
    padding-left: 1%;
    min-width: 100px !important;
    margin-left: 1%;
  }
  .faq .add-faq-row .user-faq .px-4 .font-regular {
    font-size: 14px;
    color: #5b5b5b;
  }
  .faq .add-faq-row .user-faq .px-4 .asked-question {
    color: #959595;
  }
  .faq .add-faq-row .user-faq .px-4 .asked-question .faq-person {
    color: #cd2122;
  }
}
@media screen and (min-device-width: 1024) and (max-device-width: 1279) {
  .log-in {
    font-size: 15px !important;
  }
  span.after-text-span {
    color: #f7f7f7;
    font-size: 84px !important;
    font-weight: bold;
    top: -75px;
    left: 0;
    z-index: -1;
  }
}
.yundle-appreciations .four .container .define div, .yundle-homepage .two .container .main-heading div, .yundle-homepage .three .container .experience div, .yundle-definitions .four .container .define div {
  border-left: 3px solid #dc2626;
  padding: 2% 0% 2% 2%;
}
.yundle-appreciations .four .container .define div p:first-child, .yundle-homepage .two .container .main-heading div p:first-child, .yundle-homepage .three .container .experience div p:first-child, .yundle-definitions .four .container .define div p:first-child {
  font-size: 36px;
  font-weight: bold;
}

.yundle-appreciations .four .container .yundle3 .data-content p:last-child a, .yundle-appreciations .one .container .custom-card div div div a, .yundle-homepage .two .container .custom-card div div:last-child a, .yundle-homepage .three .container .yundle3 .data-content p:last-child a, .yundle-directory .one .container .custom-card div div div a, .yundle-how_to .two .container div div:first-child .custom-card div div div a, .yundle-definitions .one .container .custom-card div div div a, .yundle-definitions .four .container .yundle3 .data-content p:last-child a {
  text-decoration: none;
  color: #dc2626;
  font-weight: bold;
}
.yundle-appreciations .four .container .yundle3 .data-content p:last-child a:hover, .yundle-appreciations .one .container .custom-card div div div a:hover, .yundle-homepage .two .container .custom-card div div:last-child a:hover, .yundle-homepage .three .container .yundle3 .data-content p:last-child a:hover, .yundle-directory .one .container .custom-card div div div a:hover, .yundle-how_to .two .container div div:first-child .custom-card div div div a:hover, .yundle-definitions .one .container .custom-card div div div a:hover, .yundle-definitions .four .container .yundle3 .data-content p:last-child a:hover {
  border-bottom: 1px solid #dc2626;
  transition: border-bottom 0.4s ease-in-out;
}

.yundle-homepage .four .container .foot-homepage .signup .custom-border {
  border-bottom: 1px solid white;
}

.yundle-appreciations .three .container .heading-box .box-heading,
.yundle-appreciations .four .container .heading-box .box-heading,
.yundle-appreciations .five .container .heading-box .box-heading, .yundle-directory .three .container .heading-box .box-heading,
.yundle-directory .four .container .heading-box .box-heading,
.yundle-directory .five .container .heading-box .box-heading, .yundle-product .two .container .heading-box .box-heading, .yundle-product .five .container .heading-box .box-heading, .yundle-product .six .container .heading-box .box-heading, .yundle-definitions .three .container .heading-box .box-heading,
.yundle-definitions .four .container .heading-box .box-heading,
.yundle-definitions .five .container .heading-box .box-heading {
  border-left: 4px solid #dc2626;
  padding-left: 1%;
}
.yundle-appreciations .three .container .heading-box .box-heading p:first-child,
.yundle-appreciations .four .container .heading-box .box-heading p:first-child,
.yundle-appreciations .five .container .heading-box .box-heading p:first-child, .yundle-directory .three .container .heading-box .box-heading p:first-child,
.yundle-directory .four .container .heading-box .box-heading p:first-child,
.yundle-directory .five .container .heading-box .box-heading p:first-child, .yundle-product .two .container .heading-box .box-heading p:first-child, .yundle-product .five .container .heading-box .box-heading p:first-child, .yundle-product .six .container .heading-box .box-heading p:first-child, .yundle-definitions .three .container .heading-box .box-heading p:first-child,
.yundle-definitions .four .container .heading-box .box-heading p:first-child,
.yundle-definitions .five .container .heading-box .box-heading p:first-child {
  font-weight: bold;
  font-size: 28px;
}
.yundle-appreciations .three .container .heading-box .box-heading p.popular,
.yundle-appreciations .four .container .heading-box .box-heading p.popular,
.yundle-appreciations .five .container .heading-box .box-heading p.popular, .yundle-directory .three .container .heading-box .box-heading p.popular,
.yundle-directory .four .container .heading-box .box-heading p.popular,
.yundle-directory .five .container .heading-box .box-heading p.popular, .yundle-product .two .container .heading-box .box-heading p.popular, .yundle-product .five .container .heading-box .box-heading p.popular, .yundle-product .six .container .heading-box .box-heading p.popular, .yundle-definitions .three .container .heading-box .box-heading p.popular,
.yundle-definitions .four .container .heading-box .box-heading p.popular,
.yundle-definitions .five .container .heading-box .box-heading p.popular {
  color: white;
}
.yundle-appreciations .three .container .heading-box button,
.yundle-appreciations .four .container .heading-box button,
.yundle-appreciations .five .container .heading-box button, .yundle-directory .three .container .heading-box button,
.yundle-directory .four .container .heading-box button,
.yundle-directory .five .container .heading-box button, .yundle-product .two .container .heading-box button, .yundle-product .five .container .heading-box button, .yundle-product .six .container .heading-box button, .yundle-definitions .three .container .heading-box button,
.yundle-definitions .four .container .heading-box button,
.yundle-definitions .five .container .heading-box button {
  color: white;
  border: none;
  background-color: #dc2626;
  padding: 1rem 1.25rem;
  border-radius: 0.25rem;
}
.yundle-appreciations .three .container .heading-box button:hover,
.yundle-appreciations .four .container .heading-box button:hover,
.yundle-appreciations .five .container .heading-box button:hover, .yundle-directory .three .container .heading-box button:hover,
.yundle-directory .four .container .heading-box button:hover,
.yundle-directory .five .container .heading-box button:hover, .yundle-product .two .container .heading-box button:hover, .yundle-product .five .container .heading-box button:hover, .yundle-product .six .container .heading-box button:hover, .yundle-definitions .three .container .heading-box button:hover,
.yundle-definitions .four .container .heading-box button:hover,
.yundle-definitions .five .container .heading-box button:hover {
  background-color: #2e2d33;
}

.virtual-assets-section .virtual-assets-row .virtual-assets-card .virtual-assets-card-inner, .virtual-assets-section .virtual-assets-row .virtual-assets-card:hover h3.virtual-card-center-heading {
  opacity: 0;
  visibility: hidden;
}

.yundle-sales .one .container div .sales-btn, .yundle-sales .two .container div .sales-btn, .yundle-sales .two .container .filters div div .btn1,
.yundle-sales .two .container .filters div div .btn2, .add-directory-banner-section .virtual-heading-row .heading-contact-list .add-your-listing-free-btn a, .add-directory-middle-section .add-directory-browse-aside .all-browse-categories-btn a, .add-directory-middle-section .add-directory-form-aside .add-directory-form-wrap .form-submission-actions .form-action-btn, .yundle-photos .one .container div .btns button {
  color: #fff;
  font-size: 18px;
  border-radius: 8px;
  background-color: #ce2123;
  transition: all 0.4s ease-in-out;
}
.yundle-sales .one .container div .sales-btn:hover, .yundle-sales .two .container div .sales-btn:hover, .yundle-sales .two .container .filters div div .btn1:hover,
.yundle-sales .two .container .filters div div .btn2:hover, .add-directory-banner-section .virtual-heading-row .heading-contact-list .add-your-listing-free-btn a:hover, .add-directory-middle-section .add-directory-browse-aside .all-browse-categories-btn a:hover, .add-directory-middle-section .add-directory-form-aside .add-directory-form-wrap .form-submission-actions .form-action-btn:hover, .yundle-photos .one .container div .btns button:hover {
  background-color: #2e2d33;
}

.header {
  background-image: url("/assets/images/bannerhom.png");
}

.yundle-appreciations .one {
  padding-top: 3%;
}
.yundle-appreciations .one .container .main-heading {
  position: relative;
  padding: 4%;
}
.yundle-appreciations .one .container .main-heading::before {
  content: "Appreciation";
  position: absolute;
  top: -28px;
  left: -36px;
  z-index: -1;
  color: #f7f7f7;
  font-weight: bold;
  font-size: 109px;
  text-align: center;
  width: 100%;
}
@media screen and (max-device-width: 576px) {
  .yundle-appreciations .one .container .main-heading::before::before {
    width: 80%;
  }
}
.yundle-appreciations .one .container .main-heading :not(p:last-child) {
  font-size: 45px;
}
.yundle-appreciations .one .container .main-heading p:first-child {
  margin-bottom: 0px;
}
.yundle-appreciations .one .container .main-heading p:first-child .bold-text {
  font-weight: bold;
}
.yundle-appreciations .one .container .main-heading p:first-child .bold-text span {
  border-bottom: 3px solid #dc2626;
}
.yundle-appreciations .two .container .box-heading {
  padding: 1% 0%;
}
.yundle-appreciations .two .container .box-heading p {
  font-weight: bold;
  font-size: 14px;
  padding-left: 1%;
  color: #dc2626;
  margin: 0;
}
.yundle-appreciations .two .container .box-heading button {
  color: white;
  border: none;
  background-color: #dc2626;
  padding: 1rem 2rem;
  border-radius: 0.25rem;
}
.yundle-appreciations .two .container .box-heading button:hover {
  background-color: #2e2d33;
}
.yundle-appreciations .two .container .wrapper .form-search {
  padding: 0% 22%;
}
.yundle-appreciations .two .container .wrapper .form-search form {
  display: flex;
  gap: 25px;
}
.yundle-appreciations .two .container .wrapper .form-search form .border-solid {
  border-color: #d4d4d4;
}
.yundle-appreciations .two .container .wrapper .form-search form div:first-child input {
  padding: 0.75rem;
  border-radius: 2rem;
  border-style: solid;
}
.yundle-appreciations .two .container .wrapper .form-search form div:first-child input:focus {
  outline: none;
}
.yundle-appreciations .two .container .wrapper .form-search form div:first-child ::-moz-placeholder {
  color: #d4d4d4;
}
.yundle-appreciations .two .container .wrapper .form-search form div:first-child ::placeholder {
  color: #d4d4d4;
}
.yundle-appreciations .two .container .wrapper .form-search form div:nth-child(2) input {
  padding: 0.75rem;
  border: none;
}
.yundle-appreciations .two .container .wrapper .form-search form div:nth-child(2) input:focus {
  outline: none;
}
.yundle-appreciations .two .container .wrapper .form-search form div:nth-child(2) ::-moz-placeholder {
  color: #d4d4d4;
}
.yundle-appreciations .two .container .wrapper .form-search form div:nth-child(2) ::placeholder {
  color: #d4d4d4;
}
.yundle-appreciations .two .container .wrapper .form-search form div:last-child .btnn {
  border: none;
  background-color: #ddd;
  color: rgb(0, 0, 0);
  padding: 13px 33px;
  border-radius: 7px;
}
.yundle-appreciations .two .container .wrapper .form-search form div:last-child .btnn::before {
  content: url("/assets/images/icons/search-white.png");
  position: absolute;
  transform: translate(-125%, 10%);
}
.yundle-appreciations .two .container .wrapper .tags {
  padding: 2% 0%;
}
.yundle-appreciations .two .container .wrapper .tags ul {
  list-style: none;
}
.yundle-appreciations .two .container .wrapper .tags ul li div {
  background-color: white;
}
.yundle-appreciations .two .container .wrapper .btns {
  color: white;
}
.yundle-appreciations .two .container .wrapper .btns p {
  margin: 0;
}
.yundle-appreciations .two .container .wrapper .btns button {
  color: white;
  border: none;
  background-color: transparent;
  padding: 0% 2%;
}
.yundle-appreciations .three .girl {
  background: #dc2626;
  background-image: url(/assets/images/girl.png);
  background-position-x: 4%;
  background-size: 43% 100%;
  background-repeat: no-repeat;
}
@media screen and (max-device-width: 767px) {
  .yundle-appreciations .three .girl {
    background-image: none;
  }
}
.yundle-appreciations .three,
.yundle-appreciations .four,
.yundle-appreciations .five {
  padding: 5% 0%;
}
.yundle-appreciations .three .container .data-boxes div,
.yundle-appreciations .four .container .data-boxes div,
.yundle-appreciations .five .container .data-boxes div {
  padding: 6px;
}
.yundle-appreciations .three .container .data-boxes div p,
.yundle-appreciations .four .container .data-boxes div p,
.yundle-appreciations .five .container .data-boxes div p {
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  margin: 0;
  padding: 5px 10px;
  border: 1px dashed #fff;
  border-radius: 7px;
  color: #fff;
  font-size: 0.7rem;
}
.yundle-appreciations .four {
  padding: 5% 0%;
  background-color: #f7f7f7;
}
.yundle-appreciations .four .container .yundle3 img {
  margin-right: -100px;
  background: white;
  padding: 20px;
  border-radius: 15px;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
  max-width: 100%;
  display: block;
  vertical-align: middle;
}
.yundle-appreciations .four .container .yundle3 .data-content {
  background-color: white;
  padding: 30px;
  border-radius: 15px;
  width: 100%;
}
.yundle-appreciations .four .container .yundle3 .data-content p:first-child {
  font-weight: bold;
  font-size: 30px;
}
.yundle-appreciations .four .container .define {
  position: relative;
  width: 35%;
}
.yundle-appreciations .four .container .define::before {
  content: "DEFINE";
  position: absolute;
  top: -27px;
  z-index: 1;
  /* opacity: 0.999; */
  color: #fff;
  font-weight: bold;
  font-size: 85px;
  text-align: left;
  width: 100%;
}
.yundle-appreciations .four .container .define .define-content {
  z-index: 2;
}
@media screen and (max-device-width: 768px) {
  .yundle-appreciations .four .container .define {
    width: 100%;
  }
  .yundle-appreciations .four .container .define::before {
    font-size: 300% !important;
  }
}
@media screen and (max-device-width: 767px) {
  .yundle-appreciations .four .container .define::before {
    font-size: 400% !important;
    top: -8px;
    left: -23px;
    width: 100%;
  }
}
.yundle-appreciations .four .container .floating-boxes div .box {
  margin: 5%;
  padding: 5% 4%;
  border-radius: 1rem;
  box-shadow: -1px 0px 74px -16px rgba(0, 0, 0, 0.15);
}
.yundle-appreciations .four .container .floating-boxes div .box p:first-child {
  font-weight: bold;
  font-size: 30px;
  margin-left: 25px;
  margin-left: 5%;
}
.yundle-appreciations .four .container .floating-boxes div .box p:nth-child(2) {
  font-weight: bold;
  font-size: 15px;
}
.yundle-appreciations .four .container .floating-boxes div .box a {
  color: #dc2626;
}
.yundle-appreciations .four .container {
  background-color: #f7f7f7;
}
.yundle-appreciations .four .container .data-boxes div p {
  background-color: white;
}

@media screen and (max-device-width: 425px) {
  .yundle-appreciations .one .container .main-heading::before {
    font-size: 300% !important;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: -1;
    color: #f7f7f7;
    font-weight: bold;
    text-align: center;
    width: 100%;
  }
}
@media screen and (max-device-width: 575px) {
  .yundle-appreciations .two .container .box-heading {
    display: block;
  }
  .yundle-appreciations .two .container .box-heading button {
    display: flex;
    justify-content: center;
    margin: 3% auto;
  }
  .yundle-appreciations .two .container .wrapper .form-search form {
    display: flex;
  }
  .yundle-appreciations .two .container .wrapper .form-search form div:first-child {
    margin: 2% 0%;
    width: 100%;
  }
  .yundle-appreciations .two .container .wrapper .form-search form div:first-child input {
    border-radius: 2.5rem;
  }
  .yundle-appreciations .two .container .wrapper .form-search form div:nth-child(2) {
    margin: 2% 0%;
    width: 100%;
  }
  .yundle-appreciations .two .container .wrapper .form-search form div:nth-child(2) input {
    border-radius: 2.5rem;
  }
  .yundle-appreciations .two .container .wrapper .form-search form div:last-child {
    margin: 2% 0%;
    width: 100%;
    text-align: center;
  }
  .yundle-appreciations .two .container .wrapper .form-search form div:last-child button {
    border-radius: 2.5rem;
  }
  .yundle-appreciations .three .container .heading-box,
.yundle-appreciations .four .container .heading-box,
.yundle-appreciations .five .container .heading-box {
    flex-direction: column;
  }
  .yundle-appreciations .three .container .heading-box button,
.yundle-appreciations .four .container .heading-box button,
.yundle-appreciations .five .container .heading-box button {
    margin: 3% 0%;
  }
}
@media screen and (max-device-width: 767px) {
  .yundle-appreciations .one .container .main-heading::before {
    font-size: 360%;
    position: absolute;
    top: 0px;
  }
}
@media (min-width: 1024px) {
  .lg\:w-2\/5 {
    width: 100% !important;
  }
}
@media (min-width: 768px) {
  .md\:w-1\/3 {
    width: 100%;
  }
  .sm\:w-1\/3 {
    width: 100%;
  }
}
.count {
  border: 1px solid #ddd;
  border-radius: 12px;
  background: #ddd;
}
.count .counts {
  gap: 15px;
}
.count .counts button.def-btn {
  min-width: 160px !important;
  border: none;
  background-color: #fff;
  color: #000;
  border-radius: 12px;
  position: relative;
}
.count .counts button.def-btn::after {
  content: url("/assets/images/down-arrow.png") !important;
  position: absolute;
  right: 6px;
}

.admin {
  background-color: #f7f7f7;
}
.admin .appr-info {
  font-size: 0.8rem;
}
.admin .admin-content {
  gap: 15px;
}
.admin button {
  border-color: #2e2d33;
  padding: 4px 21px;
  white-space: nowrap;
  border-radius: 3px;
  background: white;
  font-size: 0.6rem;
  font-weight: bold;
  color: #d4d4d4;
}
.admin button span {
  color: #2e2d33;
}
.admin button.edit-btn {
  background: #dc2626;
  color: white;
  font-size: 0.6rem;
}

#isuggest {
  position: absolute;
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 4px;
  overflow: hidden;
  z-index: 10000;
  color: #333;
  font-weight: 400;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14;
  border-radius: 4px;
}

#isuggest ul {
  list-style: none;
  padding: 0px;
  margin: 2px;
}

#isuggest ul li {
  display: inline;
  line-height: 20px;
}

#isuggest ul li a {
  display: block;
  padding: 6px 20px;
  color: #888;
  font-size: 12px;
  font-family: Tahoma;
}

#isuggest ul li a:hover {
  color: #FFF;
  background: #406bd1 repeat-x bottom;
  text-shadow: rgba(0, 0, 0, 0.6) 1px 1px 1px;
}

#isuggest ul li a:hover b {
  color: #FFF;
}

#isuggest ul li a.active {
  color: #FFF;
  background: #406bd1 repeat-x bottom;
  text-shadow: rgba(0, 0, 0, 0.6) 1px 1px 1px;
}

#isuggest ul li a.active b {
  color: #FFF;
}

.isuggest-p {
  color: #777777;
  position: absolute;
}

.message.alert {
  padding: 20px;
  color: white;
  margin-bottom: 1px;
}

.message.alert.error {
  background-color: #f44336;
}

.message.alert.success {
  background-color: #00aff0;
}

.btn.message-alert-success {
  background-color: #9333EA;
  color: #FFFFFF;
  font-weight: bold;
}

.btn.message-alert-danger {
  background-color: #D52424;
  color: #FFFFFF;
  font-weight: bold;
}

.message.alert.info {
  background-color: blue;
}

.message.alert.warning {
  background-color: #999900;
}

/* The close button */
.closebtn {
  margin-left: 15px;
  color: white;
  font-weight: bold;
  float: right;
  font-size: 22px;
  line-height: 20px;
  cursor: pointer;
  transition: 0.3s;
}

/* When moving the mouse over the close button */
.closebtn:hover {
  color: black;
}

.yundle-homepage .two .container .main-heading div, .yundle-homepage .three .container .experience div, .yundle-definitions .four .container .define div, .yundle-appreciations .four .container .define div {
  border-left: 3px solid #dc2626;
  padding: 2% 0% 2% 2%;
}
.yundle-homepage .two .container .main-heading div p:first-child, .yundle-homepage .three .container .experience div p:first-child, .yundle-definitions .four .container .define div p:first-child, .yundle-appreciations .four .container .define div p:first-child {
  font-size: 36px;
  font-weight: bold;
}

.yundle-homepage .two .container .custom-card div div:last-child a, .yundle-homepage .three .container .yundle3 .data-content p:last-child a, .yundle-directory .one .container .custom-card div div div a, .yundle-how_to .two .container div div:first-child .custom-card div div div a, .yundle-definitions .one .container .custom-card div div div a, .yundle-definitions .four .container .yundle3 .data-content p:last-child a, .yundle-appreciations .one .container .custom-card div div div a, .yundle-appreciations .four .container .yundle3 .data-content p:last-child a {
  text-decoration: none;
  color: #dc2626;
  font-weight: bold;
}
.yundle-homepage .two .container .custom-card div div:last-child a:hover, .yundle-homepage .three .container .yundle3 .data-content p:last-child a:hover, .yundle-directory .one .container .custom-card div div div a:hover, .yundle-how_to .two .container div div:first-child .custom-card div div div a:hover, .yundle-definitions .one .container .custom-card div div div a:hover, .yundle-definitions .four .container .yundle3 .data-content p:last-child a:hover, .yundle-appreciations .one .container .custom-card div div div a:hover, .yundle-appreciations .four .container .yundle3 .data-content p:last-child a:hover {
  border-bottom: 1px solid #dc2626;
  transition: border-bottom 0.4s ease-in-out;
}

.yundle-homepage .four .container .foot-homepage .signup .custom-border {
  border-bottom: 1px solid white;
}

.yundle-directory .three .container .heading-box .box-heading,
.yundle-directory .four .container .heading-box .box-heading,
.yundle-directory .five .container .heading-box .box-heading, .yundle-product .two .container .heading-box .box-heading, .yundle-product .five .container .heading-box .box-heading, .yundle-product .six .container .heading-box .box-heading, .yundle-definitions .three .container .heading-box .box-heading,
.yundle-definitions .four .container .heading-box .box-heading,
.yundle-definitions .five .container .heading-box .box-heading, .yundle-appreciations .three .container .heading-box .box-heading,
.yundle-appreciations .four .container .heading-box .box-heading,
.yundle-appreciations .five .container .heading-box .box-heading {
  border-left: 4px solid #dc2626;
  padding-left: 1%;
}
.yundle-directory .three .container .heading-box .box-heading p:first-child,
.yundle-directory .four .container .heading-box .box-heading p:first-child,
.yundle-directory .five .container .heading-box .box-heading p:first-child, .yundle-product .two .container .heading-box .box-heading p:first-child, .yundle-product .five .container .heading-box .box-heading p:first-child, .yundle-product .six .container .heading-box .box-heading p:first-child, .yundle-definitions .three .container .heading-box .box-heading p:first-child,
.yundle-definitions .four .container .heading-box .box-heading p:first-child,
.yundle-definitions .five .container .heading-box .box-heading p:first-child, .yundle-appreciations .three .container .heading-box .box-heading p:first-child,
.yundle-appreciations .four .container .heading-box .box-heading p:first-child,
.yundle-appreciations .five .container .heading-box .box-heading p:first-child {
  font-weight: bold;
  font-size: 28px;
}
.yundle-directory .three .container .heading-box .box-heading p.popular,
.yundle-directory .four .container .heading-box .box-heading p.popular,
.yundle-directory .five .container .heading-box .box-heading p.popular, .yundle-product .two .container .heading-box .box-heading p.popular, .yundle-product .five .container .heading-box .box-heading p.popular, .yundle-product .six .container .heading-box .box-heading p.popular, .yundle-definitions .three .container .heading-box .box-heading p.popular,
.yundle-definitions .four .container .heading-box .box-heading p.popular,
.yundle-definitions .five .container .heading-box .box-heading p.popular, .yundle-appreciations .three .container .heading-box .box-heading p.popular,
.yundle-appreciations .four .container .heading-box .box-heading p.popular,
.yundle-appreciations .five .container .heading-box .box-heading p.popular {
  color: white;
}
.yundle-directory .three .container .heading-box button,
.yundle-directory .four .container .heading-box button,
.yundle-directory .five .container .heading-box button, .yundle-product .two .container .heading-box button, .yundle-product .five .container .heading-box button, .yundle-product .six .container .heading-box button, .yundle-definitions .three .container .heading-box button,
.yundle-definitions .four .container .heading-box button,
.yundle-definitions .five .container .heading-box button, .yundle-appreciations .three .container .heading-box button,
.yundle-appreciations .four .container .heading-box button,
.yundle-appreciations .five .container .heading-box button {
  color: white;
  border: none;
  background-color: #dc2626;
  padding: 1rem 1.25rem;
  border-radius: 0.25rem;
}
.yundle-directory .three .container .heading-box button:hover,
.yundle-directory .four .container .heading-box button:hover,
.yundle-directory .five .container .heading-box button:hover, .yundle-product .two .container .heading-box button:hover, .yundle-product .five .container .heading-box button:hover, .yundle-product .six .container .heading-box button:hover, .yundle-definitions .three .container .heading-box button:hover,
.yundle-definitions .four .container .heading-box button:hover,
.yundle-definitions .five .container .heading-box button:hover, .yundle-appreciations .three .container .heading-box button:hover,
.yundle-appreciations .four .container .heading-box button:hover,
.yundle-appreciations .five .container .heading-box button:hover {
  background-color: #2e2d33;
}

.virtual-assets-section .virtual-assets-row .virtual-assets-card .virtual-assets-card-inner, .virtual-assets-section .virtual-assets-row .virtual-assets-card:hover h3.virtual-card-center-heading {
  opacity: 0;
  visibility: hidden;
}

.yundle-sales .one .container div .sales-btn, .yundle-sales .two .container div .sales-btn, .yundle-sales .two .container .filters div div .btn1,
.yundle-sales .two .container .filters div div .btn2, .add-directory-banner-section .virtual-heading-row .heading-contact-list .add-your-listing-free-btn a, .add-directory-middle-section .add-directory-browse-aside .all-browse-categories-btn a, .add-directory-middle-section .add-directory-form-aside .add-directory-form-wrap .form-submission-actions .form-action-btn, .yundle-photos .one .container div .btns button {
  color: #fff;
  font-size: 18px;
  border-radius: 8px;
  background-color: #ce2123;
  transition: all 0.4s ease-in-out;
}
.yundle-sales .one .container div .sales-btn:hover, .yundle-sales .two .container div .sales-btn:hover, .yundle-sales .two .container .filters div div .btn1:hover,
.yundle-sales .two .container .filters div div .btn2:hover, .add-directory-banner-section .virtual-heading-row .heading-contact-list .add-your-listing-free-btn a:hover, .add-directory-middle-section .add-directory-browse-aside .all-browse-categories-btn a:hover, .add-directory-middle-section .add-directory-form-aside .add-directory-form-wrap .form-submission-actions .form-action-btn:hover, .yundle-photos .one .container div .btns button:hover {
  background-color: #2e2d33;
}

.law-body .law-left {
  text-align: center;
}
.law-body .law-left .law-text {
  background: #ebebeb;
  padding: 1%;
  font-size: 18px;
  font-weight: 500;
  color: #000;
  border-radius: 10px;
}
.law-body .law-left .catalog-list {
  background: #f9f9f9;
  border-radius: 10px;
  padding: 6% 0%;
}
.law-body .law-left .catalog-list ul li {
  font-size: 16px;
  font-weight: 400;
  padding: 1% 0%;
}

.yundle-homepage .two .container .main-heading div, .yundle-homepage .three .container .experience div, .yundle-definitions .four .container .define div, .yundle-appreciations .four .container .define div {
  border-left: 3px solid #dc2626;
  padding: 2% 0% 2% 2%;
}
.yundle-homepage .two .container .main-heading div p:first-child, .yundle-homepage .three .container .experience div p:first-child, .yundle-definitions .four .container .define div p:first-child, .yundle-appreciations .four .container .define div p:first-child {
  font-size: 36px;
  font-weight: bold;
}

.yundle-homepage .two .container .custom-card div div:last-child a, .yundle-homepage .three .container .yundle3 .data-content p:last-child a, .yundle-directory .one .container .custom-card div div div a, .yundle-how_to .two .container div div:first-child .custom-card div div div a, .yundle-definitions .one .container .custom-card div div div a, .yundle-definitions .four .container .yundle3 .data-content p:last-child a, .yundle-appreciations .one .container .custom-card div div div a, .yundle-appreciations .four .container .yundle3 .data-content p:last-child a {
  text-decoration: none;
  color: #dc2626;
  font-weight: bold;
}
.yundle-homepage .two .container .custom-card div div:last-child a:hover, .yundle-homepage .three .container .yundle3 .data-content p:last-child a:hover, .yundle-directory .one .container .custom-card div div div a:hover, .yundle-how_to .two .container div div:first-child .custom-card div div div a:hover, .yundle-definitions .one .container .custom-card div div div a:hover, .yundle-definitions .four .container .yundle3 .data-content p:last-child a:hover, .yundle-appreciations .one .container .custom-card div div div a:hover, .yundle-appreciations .four .container .yundle3 .data-content p:last-child a:hover {
  border-bottom: 1px solid #dc2626;
  transition: border-bottom 0.4s ease-in-out;
}

.yundle-homepage .four .container .foot-homepage .signup .custom-border {
  border-bottom: 1px solid white;
}

.yundle-directory .three .container .heading-box .box-heading,
.yundle-directory .four .container .heading-box .box-heading,
.yundle-directory .five .container .heading-box .box-heading, .yundle-product .two .container .heading-box .box-heading, .yundle-product .five .container .heading-box .box-heading, .yundle-product .six .container .heading-box .box-heading, .yundle-definitions .three .container .heading-box .box-heading,
.yundle-definitions .four .container .heading-box .box-heading,
.yundle-definitions .five .container .heading-box .box-heading, .yundle-appreciations .three .container .heading-box .box-heading,
.yundle-appreciations .four .container .heading-box .box-heading,
.yundle-appreciations .five .container .heading-box .box-heading {
  border-left: 4px solid #dc2626;
  padding-left: 1%;
}
.yundle-directory .three .container .heading-box .box-heading p:first-child,
.yundle-directory .four .container .heading-box .box-heading p:first-child,
.yundle-directory .five .container .heading-box .box-heading p:first-child, .yundle-product .two .container .heading-box .box-heading p:first-child, .yundle-product .five .container .heading-box .box-heading p:first-child, .yundle-product .six .container .heading-box .box-heading p:first-child, .yundle-definitions .three .container .heading-box .box-heading p:first-child,
.yundle-definitions .four .container .heading-box .box-heading p:first-child,
.yundle-definitions .five .container .heading-box .box-heading p:first-child, .yundle-appreciations .three .container .heading-box .box-heading p:first-child,
.yundle-appreciations .four .container .heading-box .box-heading p:first-child,
.yundle-appreciations .five .container .heading-box .box-heading p:first-child {
  font-weight: bold;
  font-size: 28px;
}
.yundle-directory .three .container .heading-box .box-heading p.popular,
.yundle-directory .four .container .heading-box .box-heading p.popular,
.yundle-directory .five .container .heading-box .box-heading p.popular, .yundle-product .two .container .heading-box .box-heading p.popular, .yundle-product .five .container .heading-box .box-heading p.popular, .yundle-product .six .container .heading-box .box-heading p.popular, .yundle-definitions .three .container .heading-box .box-heading p.popular,
.yundle-definitions .four .container .heading-box .box-heading p.popular,
.yundle-definitions .five .container .heading-box .box-heading p.popular, .yundle-appreciations .three .container .heading-box .box-heading p.popular,
.yundle-appreciations .four .container .heading-box .box-heading p.popular,
.yundle-appreciations .five .container .heading-box .box-heading p.popular {
  color: white;
}
.yundle-directory .three .container .heading-box button,
.yundle-directory .four .container .heading-box button,
.yundle-directory .five .container .heading-box button, .yundle-product .two .container .heading-box button, .yundle-product .five .container .heading-box button, .yundle-product .six .container .heading-box button, .yundle-definitions .three .container .heading-box button,
.yundle-definitions .four .container .heading-box button,
.yundle-definitions .five .container .heading-box button, .yundle-appreciations .three .container .heading-box button,
.yundle-appreciations .four .container .heading-box button,
.yundle-appreciations .five .container .heading-box button {
  color: white;
  border: none;
  background-color: #dc2626;
  padding: 1rem 1.25rem;
  border-radius: 0.25rem;
}
.yundle-directory .three .container .heading-box button:hover,
.yundle-directory .four .container .heading-box button:hover,
.yundle-directory .five .container .heading-box button:hover, .yundle-product .two .container .heading-box button:hover, .yundle-product .five .container .heading-box button:hover, .yundle-product .six .container .heading-box button:hover, .yundle-definitions .three .container .heading-box button:hover,
.yundle-definitions .four .container .heading-box button:hover,
.yundle-definitions .five .container .heading-box button:hover, .yundle-appreciations .three .container .heading-box button:hover,
.yundle-appreciations .four .container .heading-box button:hover,
.yundle-appreciations .five .container .heading-box button:hover {
  background-color: #2e2d33;
}

.virtual-assets-section .virtual-assets-row .virtual-assets-card .virtual-assets-card-inner, .virtual-assets-section .virtual-assets-row .virtual-assets-card:hover h3.virtual-card-center-heading {
  opacity: 0;
  visibility: hidden;
}

.yundle-sales .one .container div .sales-btn, .yundle-sales .two .container div .sales-btn, .yundle-sales .two .container .filters div div .btn1,
.yundle-sales .two .container .filters div div .btn2, .add-directory-banner-section .virtual-heading-row .heading-contact-list .add-your-listing-free-btn a, .add-directory-middle-section .add-directory-browse-aside .all-browse-categories-btn a, .add-directory-middle-section .add-directory-form-aside .add-directory-form-wrap .form-submission-actions .form-action-btn, .yundle-photos .one .container div .btns button {
  color: #fff;
  font-size: 18px;
  border-radius: 8px;
  background-color: #ce2123;
  transition: all 0.4s ease-in-out;
}
.yundle-sales .one .container div .sales-btn:hover, .yundle-sales .two .container div .sales-btn:hover, .yundle-sales .two .container .filters div div .btn1:hover,
.yundle-sales .two .container .filters div div .btn2:hover, .add-directory-banner-section .virtual-heading-row .heading-contact-list .add-your-listing-free-btn a:hover, .add-directory-middle-section .add-directory-browse-aside .all-browse-categories-btn a:hover, .add-directory-middle-section .add-directory-form-aside .add-directory-form-wrap .form-submission-actions .form-action-btn:hover, .yundle-photos .one .container div .btns button:hover {
  background-color: #2e2d33;
}

.law-step {
  /* Virtual Features Section CSS Updated Here */
}
.law-step .point {
  margin-bottom: 5%;
}
.law-step .point .virtual-features-row .virtual-features-side-list {
  border: 1px solid #000;
  margin-bottom: 25px;
}
.law-step .point .virtual-features-row .virtual-features-side-list .features-number-span {
  left: 0;
  width: 60px;
  color: #fff;
  font-size: 25px;
  font-weight: 500;
  background-color: #000;
}
.law-step .point .virtual-features-row .virtual-features-side-list h3 {
  color: #333;
  font-size: 18px;
  padding: 15px 15px 15px 75px;
}
@media screen and (min-width: 1200px) {
  .law-step .point .virtual-features-row .virtual-features-side-list h3 {
    font-size: 20px;
  }
}
.law-step .law-inner-steps {
  background: #f7f7f7;
  padding: 5% 0%;
}
.law-step .law-inner-steps .law-list .subscribe-head .subscribe-main {
  color: #000;
  font-size: 30px;
  font-weight: 500;
  padding-top: 4%;
}
.law-step .law-inner-steps .law-list .subscribe-head .north-para {
  font-size: 14px;
}
.law-step .law-inner-steps .law-list .subscribe-head .current-cat {
  font-weight: bold;
}
.law-step .law-inner-steps .law-list .subscribe-head ul {
  list-style: none;
  padding-left: 0;
  margin-top: 20px;
}
.law-step .law-inner-steps .law-list .subscribe-head ul li {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 15px;
  position: relative;
  font-family: "Inter", sans-serif;
  padding-left: 33px;
}
.law-step .law-inner-steps .law-list .subscribe-head ul li::before {
  content: url(/assets/images/catalogue/arrow_cat.png);
  position: absolute;
  left: 0;
  top: 3px;
}
.law-step .license .copy-license {
  background: #cd2122;
  border-radius: 20px;
  padding: 5%;
  margin-top: 7%;
}
.law-step .license .copy-license .auction {
  font-size: 30px;
  font-weight: 500;
  color: #fff;
}
.law-step .license .copy-license .auctiov-text {
  font-size: 18px;
  color: #fff;
  font-weight: 300;
}
.law-step .license .copy-license .date .added {
  background: #fff;
  padding: 1%;
  border-radius: 10px;
}
.law-step .license .copy-license .date .added span {
  color: #cd2122;
}
.law-step .page .pagination {
  margin: 5% 0%;
}
.law-step .page .pagination div .prev,
.law-step .page .pagination div .next {
  background-color: #f7f7f7;
}
.law-step .page .pagination div .page_no {
  border-color: #f7f7f7;
  background-color: white;
}
.law-step .page .pagination div .page_no ul li .active {
  background-color: #dc2626;
  color: white;
  border-radius: 0.5rem;
  pointer-events: none;
  cursor: none;
}

.yundle-homepage .two .container .main-heading div, .yundle-homepage .three .container .experience div, .yundle-definitions .four .container .define div, .yundle-appreciations .four .container .define div {
  border-left: 3px solid #dc2626;
  padding: 2% 0% 2% 2%;
}
.yundle-homepage .two .container .main-heading div p:first-child, .yundle-homepage .three .container .experience div p:first-child, .yundle-definitions .four .container .define div p:first-child, .yundle-appreciations .four .container .define div p:first-child {
  font-size: 36px;
  font-weight: bold;
}

.yundle-homepage .two .container .custom-card div div:last-child a, .yundle-homepage .three .container .yundle3 .data-content p:last-child a, .yundle-directory .one .container .custom-card div div div a, .yundle-how_to .two .container div div:first-child .custom-card div div div a, .yundle-definitions .one .container .custom-card div div div a, .yundle-definitions .four .container .yundle3 .data-content p:last-child a, .yundle-appreciations .one .container .custom-card div div div a, .yundle-appreciations .four .container .yundle3 .data-content p:last-child a {
  text-decoration: none;
  color: #dc2626;
  font-weight: bold;
}
.yundle-homepage .two .container .custom-card div div:last-child a:hover, .yundle-homepage .three .container .yundle3 .data-content p:last-child a:hover, .yundle-directory .one .container .custom-card div div div a:hover, .yundle-how_to .two .container div div:first-child .custom-card div div div a:hover, .yundle-definitions .one .container .custom-card div div div a:hover, .yundle-definitions .four .container .yundle3 .data-content p:last-child a:hover, .yundle-appreciations .one .container .custom-card div div div a:hover, .yundle-appreciations .four .container .yundle3 .data-content p:last-child a:hover {
  border-bottom: 1px solid #dc2626;
  transition: border-bottom 0.4s ease-in-out;
}

.yundle-homepage .four .container .foot-homepage .signup .custom-border {
  border-bottom: 1px solid white;
}

.yundle-directory .three .container .heading-box .box-heading,
.yundle-directory .four .container .heading-box .box-heading,
.yundle-directory .five .container .heading-box .box-heading, .yundle-product .two .container .heading-box .box-heading, .yundle-product .five .container .heading-box .box-heading, .yundle-product .six .container .heading-box .box-heading, .yundle-definitions .three .container .heading-box .box-heading,
.yundle-definitions .four .container .heading-box .box-heading,
.yundle-definitions .five .container .heading-box .box-heading, .yundle-appreciations .three .container .heading-box .box-heading,
.yundle-appreciations .four .container .heading-box .box-heading,
.yundle-appreciations .five .container .heading-box .box-heading {
  border-left: 4px solid #dc2626;
  padding-left: 1%;
}
.yundle-directory .three .container .heading-box .box-heading p:first-child,
.yundle-directory .four .container .heading-box .box-heading p:first-child,
.yundle-directory .five .container .heading-box .box-heading p:first-child, .yundle-product .two .container .heading-box .box-heading p:first-child, .yundle-product .five .container .heading-box .box-heading p:first-child, .yundle-product .six .container .heading-box .box-heading p:first-child, .yundle-definitions .three .container .heading-box .box-heading p:first-child,
.yundle-definitions .four .container .heading-box .box-heading p:first-child,
.yundle-definitions .five .container .heading-box .box-heading p:first-child, .yundle-appreciations .three .container .heading-box .box-heading p:first-child,
.yundle-appreciations .four .container .heading-box .box-heading p:first-child,
.yundle-appreciations .five .container .heading-box .box-heading p:first-child {
  font-weight: bold;
  font-size: 28px;
}
.yundle-directory .three .container .heading-box .box-heading p.popular,
.yundle-directory .four .container .heading-box .box-heading p.popular,
.yundle-directory .five .container .heading-box .box-heading p.popular, .yundle-product .two .container .heading-box .box-heading p.popular, .yundle-product .five .container .heading-box .box-heading p.popular, .yundle-product .six .container .heading-box .box-heading p.popular, .yundle-definitions .three .container .heading-box .box-heading p.popular,
.yundle-definitions .four .container .heading-box .box-heading p.popular,
.yundle-definitions .five .container .heading-box .box-heading p.popular, .yundle-appreciations .three .container .heading-box .box-heading p.popular,
.yundle-appreciations .four .container .heading-box .box-heading p.popular,
.yundle-appreciations .five .container .heading-box .box-heading p.popular {
  color: white;
}
.yundle-directory .three .container .heading-box button,
.yundle-directory .four .container .heading-box button,
.yundle-directory .five .container .heading-box button, .yundle-product .two .container .heading-box button, .yundle-product .five .container .heading-box button, .yundle-product .six .container .heading-box button, .yundle-definitions .three .container .heading-box button,
.yundle-definitions .four .container .heading-box button,
.yundle-definitions .five .container .heading-box button, .yundle-appreciations .three .container .heading-box button,
.yundle-appreciations .four .container .heading-box button,
.yundle-appreciations .five .container .heading-box button {
  color: white;
  border: none;
  background-color: #dc2626;
  padding: 1rem 1.25rem;
  border-radius: 0.25rem;
}
.yundle-directory .three .container .heading-box button:hover,
.yundle-directory .four .container .heading-box button:hover,
.yundle-directory .five .container .heading-box button:hover, .yundle-product .two .container .heading-box button:hover, .yundle-product .five .container .heading-box button:hover, .yundle-product .six .container .heading-box button:hover, .yundle-definitions .three .container .heading-box button:hover,
.yundle-definitions .four .container .heading-box button:hover,
.yundle-definitions .five .container .heading-box button:hover, .yundle-appreciations .three .container .heading-box button:hover,
.yundle-appreciations .four .container .heading-box button:hover,
.yundle-appreciations .five .container .heading-box button:hover {
  background-color: #2e2d33;
}

.virtual-assets-section .virtual-assets-row .virtual-assets-card .virtual-assets-card-inner, .virtual-assets-section .virtual-assets-row .virtual-assets-card:hover h3.virtual-card-center-heading {
  opacity: 0;
  visibility: hidden;
}

.yundle-sales .one .container div .sales-btn, .yundle-sales .two .container div .sales-btn, .yundle-sales .two .container .filters div div .btn1,
.yundle-sales .two .container .filters div div .btn2, .add-directory-banner-section .virtual-heading-row .heading-contact-list .add-your-listing-free-btn a, .add-directory-middle-section .add-directory-browse-aside .all-browse-categories-btn a, .add-directory-middle-section .add-directory-form-aside .add-directory-form-wrap .form-submission-actions .form-action-btn, .yundle-photos .one .container div .btns button {
  color: #fff;
  font-size: 18px;
  border-radius: 8px;
  background-color: #ce2123;
  transition: all 0.4s ease-in-out;
}
.yundle-sales .one .container div .sales-btn:hover, .yundle-sales .two .container div .sales-btn:hover, .yundle-sales .two .container .filters div div .btn1:hover,
.yundle-sales .two .container .filters div div .btn2:hover, .add-directory-banner-section .virtual-heading-row .heading-contact-list .add-your-listing-free-btn a:hover, .add-directory-middle-section .add-directory-browse-aside .all-browse-categories-btn a:hover, .add-directory-middle-section .add-directory-form-aside .add-directory-form-wrap .form-submission-actions .form-action-btn:hover, .yundle-photos .one .container div .btns button:hover {
  background-color: #2e2d33;
}

.catalogs .cata-search .cata-adv {
  color: #cd2122;
  padding-bottom: 3%;
  padding-right: 2%;
}
.catalogs .catalog-body {
  background: #f7f7f7 !important;
}
.catalogs .catalog-body .catalog-left .catalog-text {
  font-size: 24px;
}
.catalogs .catalog-body .catalog-left .catalog-price span {
  font-size: 24px;
  font-weight: 500;
  border-radius: 5px;
  box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.08);
  padding: 3%;
}
.catalogs .catalog-body .catalog-left .add-cart span {
  background: #cd2122;
  color: #fff;
  border-radius: 10px;
  font-size: 20px;
  padding: 1% 10%;
  text-transform: capitalize;
}
.catalogs .catalog-body .cart {
  background: #fff;
  border-radius: 10px;
  padding: 3% 4%;
  justify-content: space-between;
  align-content: center;
  align-items: center;
}
.catalogs .catalog-body .cart .cart-left {
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.catalogs .catalog-body .cart .cart-left .cart-text {
  font-size: 24px;
  font-weight: 500;
  text-transform: capitalize;
}
.catalogs .catalog-body .cart .cart-left .cart-price {
  background: #cd2122;
  color: #fff;
  border-radius: 40px;
  font-size: 20px;
  margin-bottom: 2%;
}
.catalogs .catalog-body .cart .cart-right .item {
  background: #f7f7f7;
  color: #000;
  border-radius: 40px;
  font-size: 18px;
}
.catalogs .catalog-body .catalog-category .cate-text {
  font-size: 30px;
  text-transform: capitalize;
  font-weight: 500;
}
.catalogs .catalog-body .catalog-category ul {
  margin: 2% 0% 5%;
}
.catalogs .catalog-body .catalog-category ul li {
  position: relative;
  padding-left: 30px;
}
.catalogs .catalog-body .catalog-category ul li::before {
  content: url(/assets/images/catalogue/arrow_cat.png);
  position: absolute;
  left: 0;
}
.catalogs .catalog-body .catalog-category .catalog-view span {
  background: #cd2122;
  color: #fff;
  border-radius: 40px;
  font-size: 16px;
  padding: 1% 7%;
}
.catalogs .catalog-body .catalog-category .like {
  border: 1px solid #1877f2;
  color: #000;
  background: #fff;
}
.catalogs .catalog-body .catalog-category .like-box {
  background-color: #1877f2;
  color: #fff;
  align-items: center;
}
.catalogs .catalog-body .catalog-category .like-mail {
  border: 1px solid #7d7d7d;
  color: #000;
  background: #fff;
}
.catalogs .catalog-body .catalog-category .like-box-mail {
  background-color: #7d7d7d;
  color: #fff;
  align-items: center;
}
.catalogs .catalog-body .catalog-category .like-twitter {
  border: 1px solid #3c9cf3;
  color: #000;
  background: #fff;
}
.catalogs .catalog-body .catalog-category .like-box-twitter {
  background-color: #3c9cf3;
  color: #fff;
  align-items: center;
}
.catalogs .catalog-body .catalog-category .like-share {
  border: 1px solid #94d815;
  color: #000;
  background: #fff;
}
.catalogs .catalog-body .catalog-category .like-box-share {
  background-color: #94d815;
  color: #fff;
  align-items: center;
}

.page .pagination {
  margin: 5% 0%;
}
.page .pagination div .prev,
.page .pagination div .next {
  background-color: #f7f7f7;
}
.page .pagination div .page_no {
  border-color: #f7f7f7;
  background-color: white;
}
.page .pagination div .page_no ul li .active {
  background-color: #dc2626;
  color: white;
  border-radius: 0.5rem;
  pointer-events: none;
  cursor: none;
}

.yundle-homepage .two .container .main-heading div, .yundle-homepage .three .container .experience div, .yundle-definitions .four .container .define div, .yundle-appreciations .four .container .define div {
  border-left: 3px solid #dc2626;
  padding: 2% 0% 2% 2%;
}
.yundle-homepage .two .container .main-heading div p:first-child, .yundle-homepage .three .container .experience div p:first-child, .yundle-definitions .four .container .define div p:first-child, .yundle-appreciations .four .container .define div p:first-child {
  font-size: 36px;
  font-weight: bold;
}

.yundle-homepage .two .container .custom-card div div:last-child a, .yundle-homepage .three .container .yundle3 .data-content p:last-child a, .yundle-directory .one .container .custom-card div div div a, .yundle-how_to .two .container div div:first-child .custom-card div div div a, .yundle-definitions .one .container .custom-card div div div a, .yundle-definitions .four .container .yundle3 .data-content p:last-child a, .yundle-appreciations .one .container .custom-card div div div a, .yundle-appreciations .four .container .yundle3 .data-content p:last-child a {
  text-decoration: none;
  color: #dc2626;
  font-weight: bold;
}
.yundle-homepage .two .container .custom-card div div:last-child a:hover, .yundle-homepage .three .container .yundle3 .data-content p:last-child a:hover, .yundle-directory .one .container .custom-card div div div a:hover, .yundle-how_to .two .container div div:first-child .custom-card div div div a:hover, .yundle-definitions .one .container .custom-card div div div a:hover, .yundle-definitions .four .container .yundle3 .data-content p:last-child a:hover, .yundle-appreciations .one .container .custom-card div div div a:hover, .yundle-appreciations .four .container .yundle3 .data-content p:last-child a:hover {
  border-bottom: 1px solid #dc2626;
  transition: border-bottom 0.4s ease-in-out;
}

.yundle-homepage .four .container .foot-homepage .signup .custom-border {
  border-bottom: 1px solid white;
}

.yundle-directory .three .container .heading-box .box-heading,
.yundle-directory .four .container .heading-box .box-heading,
.yundle-directory .five .container .heading-box .box-heading, .yundle-product .two .container .heading-box .box-heading, .yundle-product .five .container .heading-box .box-heading, .yundle-product .six .container .heading-box .box-heading, .yundle-definitions .three .container .heading-box .box-heading,
.yundle-definitions .four .container .heading-box .box-heading,
.yundle-definitions .five .container .heading-box .box-heading, .yundle-appreciations .three .container .heading-box .box-heading,
.yundle-appreciations .four .container .heading-box .box-heading,
.yundle-appreciations .five .container .heading-box .box-heading {
  border-left: 4px solid #dc2626;
  padding-left: 1%;
}
.yundle-directory .three .container .heading-box .box-heading p:first-child,
.yundle-directory .four .container .heading-box .box-heading p:first-child,
.yundle-directory .five .container .heading-box .box-heading p:first-child, .yundle-product .two .container .heading-box .box-heading p:first-child, .yundle-product .five .container .heading-box .box-heading p:first-child, .yundle-product .six .container .heading-box .box-heading p:first-child, .yundle-definitions .three .container .heading-box .box-heading p:first-child,
.yundle-definitions .four .container .heading-box .box-heading p:first-child,
.yundle-definitions .five .container .heading-box .box-heading p:first-child, .yundle-appreciations .three .container .heading-box .box-heading p:first-child,
.yundle-appreciations .four .container .heading-box .box-heading p:first-child,
.yundle-appreciations .five .container .heading-box .box-heading p:first-child {
  font-weight: bold;
  font-size: 28px;
}
.yundle-directory .three .container .heading-box .box-heading p.popular,
.yundle-directory .four .container .heading-box .box-heading p.popular,
.yundle-directory .five .container .heading-box .box-heading p.popular, .yundle-product .two .container .heading-box .box-heading p.popular, .yundle-product .five .container .heading-box .box-heading p.popular, .yundle-product .six .container .heading-box .box-heading p.popular, .yundle-definitions .three .container .heading-box .box-heading p.popular,
.yundle-definitions .four .container .heading-box .box-heading p.popular,
.yundle-definitions .five .container .heading-box .box-heading p.popular, .yundle-appreciations .three .container .heading-box .box-heading p.popular,
.yundle-appreciations .four .container .heading-box .box-heading p.popular,
.yundle-appreciations .five .container .heading-box .box-heading p.popular {
  color: white;
}
.yundle-directory .three .container .heading-box button,
.yundle-directory .four .container .heading-box button,
.yundle-directory .five .container .heading-box button, .yundle-product .two .container .heading-box button, .yundle-product .five .container .heading-box button, .yundle-product .six .container .heading-box button, .yundle-definitions .three .container .heading-box button,
.yundle-definitions .four .container .heading-box button,
.yundle-definitions .five .container .heading-box button, .yundle-appreciations .three .container .heading-box button,
.yundle-appreciations .four .container .heading-box button,
.yundle-appreciations .five .container .heading-box button {
  color: white;
  border: none;
  background-color: #dc2626;
  padding: 1rem 1.25rem;
  border-radius: 0.25rem;
}
.yundle-directory .three .container .heading-box button:hover,
.yundle-directory .four .container .heading-box button:hover,
.yundle-directory .five .container .heading-box button:hover, .yundle-product .two .container .heading-box button:hover, .yundle-product .five .container .heading-box button:hover, .yundle-product .six .container .heading-box button:hover, .yundle-definitions .three .container .heading-box button:hover,
.yundle-definitions .four .container .heading-box button:hover,
.yundle-definitions .five .container .heading-box button:hover, .yundle-appreciations .three .container .heading-box button:hover,
.yundle-appreciations .four .container .heading-box button:hover,
.yundle-appreciations .five .container .heading-box button:hover {
  background-color: #2e2d33;
}

.virtual-assets-section .virtual-assets-row .virtual-assets-card .virtual-assets-card-inner, .virtual-assets-section .virtual-assets-row .virtual-assets-card:hover h3.virtual-card-center-heading {
  opacity: 0;
  visibility: hidden;
}

.yundle-sales .one .container div .sales-btn, .yundle-sales .two .container div .sales-btn, .yundle-sales .two .container .filters div div .btn1,
.yundle-sales .two .container .filters div div .btn2, .add-directory-banner-section .virtual-heading-row .heading-contact-list .add-your-listing-free-btn a, .add-directory-middle-section .add-directory-browse-aside .all-browse-categories-btn a, .add-directory-middle-section .add-directory-form-aside .add-directory-form-wrap .form-submission-actions .form-action-btn, .yundle-photos .one .container div .btns button {
  color: #fff;
  font-size: 18px;
  border-radius: 8px;
  background-color: #ce2123;
  transition: all 0.4s ease-in-out;
}
.yundle-sales .one .container div .sales-btn:hover, .yundle-sales .two .container div .sales-btn:hover, .yundle-sales .two .container .filters div div .btn1:hover,
.yundle-sales .two .container .filters div div .btn2:hover, .add-directory-banner-section .virtual-heading-row .heading-contact-list .add-your-listing-free-btn a:hover, .add-directory-middle-section .add-directory-browse-aside .all-browse-categories-btn a:hover, .add-directory-middle-section .add-directory-form-aside .add-directory-form-wrap .form-submission-actions .form-action-btn:hover, .yundle-photos .one .container div .btns button:hover {
  background-color: #2e2d33;
}

.saled .saled-head {
  padding: 5% 0% 2%;
}
.saled .saled-head .saled-view-left .para {
  color: #2a2a2e;
  font-size: 18px;
  font-weight: 400;
}
.saled .saled-head .saled-view-left .text-main {
  font-size: 40px;
  font-weight: 700;
  text-transform: uppercase;
  padding-bottom: 5%;
}
.saled .saled-head .saled-view-left .text-main span {
  border-bottom: 4px solid #cd2122;
}
.saled .saled-head .saled-view-left .author .by {
  border: 1px solid #2a2a2e;
  border-radius: 10px;
  padding: 1% 6%;
  color: #cd2122;
  font-weight: 600;
}
.saled .saled-head .saled-view-left .author .by span {
  color: #000;
}
.saled .saled-head .saled-view-right .list-viwe .combine {
  background: #cd2122;
  width: 80%;
  padding: 3%;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  color: #fff;
}
.saled .saled-head .saled-view-right .list-viwe .add {
  font-weight: 500;
  font-size: 18px;
  padding: 2% 0%;
}
.saled .saled-head .saled-view-right .list-viwe ul {
  list-style: none;
  padding-left: 0;
}
.saled .saled-head .saled-view-right .list-viwe ul li {
  position: relative;
  font-family: "Inter", sans-serif;
  padding-left: 33px;
}
.saled .saled-head .saled-view-right .list-viwe ul li::before {
  content: url("/assets/images/single-sale/sale_arrow.png");
  position: absolute;
  left: 0;
  top: 3px;
}
.saled .saled-map .saled-map-contant ul {
  list-style: none;
  padding-left: 0;
  margin-top: 20px;
}
.saled .saled-map .saled-map-contant ul li {
  position: relative;
  font-family: "Inter", sans-serif;
  padding-left: 33px;
  padding-bottom: 15px;
}
.saled .saled-map .saled-map-contant ul li::before {
  content: url("/assets/images/single-sale/chk.png");
  position: absolute;
  left: 0;
  top: 3px;
}
.saled .saled-map .saled-google-map {
  overflow: auto;
}
.saled .saled-map .saled-google-map iframe {
  height: 300px;
}

.address {
  text-align: center;
}
.address .location {
  background: #ebebeb;
  color: #000;
  justify-content: center;
  align-items: center;
  padding: 2%;
  width: 30%;
}
.address .location .call {
  justify-content: center;
  align-items: center;
  margin: auto;
}

.description {
  text-align: center;
}
.description .descp-head {
  font-size: 30px;
  font-weight: 600;
}
.description .sale-descp-text {
  font-size: 18px;
  color: #1e2024;
}

.items {
  text-align: center;
}
.items .item-head {
  font-size: 30px;
  font-weight: 600;
}
.items .sale-item-btn {
  gap: 9px;
  justify-content: center;
}
.items .sale-item-btn .sale-point-btn {
  border: 1px solid #626262;
  padding: 1% 0%;
  border-radius: 6px;
  background: #fff;
  color: #000;
  width: 20%;
  word-break: break-all;
}

.sale-img {
  background: #ededed;
  padding: 5% 0%;
  text-align: center;
}
.sale-img .img-head {
  font-size: 30px;
  font-weight: 600;
  text-transform: capitalize;
}

.vintage .club p {
  font-size: 17px;
  font-weight: 400;
  color: #555;
}
.vintage .listed .listed-btn button {
  background-color: #dc2626;
  color: #fff;
  padding: 12px 34px;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 400;
  min-width: 230px;
  text-align: center;
  justify-content: center;
  cursor: pointer;
}
.vintage .listed .listed-btn button img {
  filter: invert(1);
}
.vintage .listed .photo-lefts h2 {
  font-size: 20px;
  font-weight: 510;
}
.vintage .card-outer .card-image-change {
  background-color: rgb(236, 236, 236);
  padding: 10px 20px;
  align-items: center;
  border: 1px solid gray;
  min-height: 150px;
}
.vintage .card-outer .card-image-change img {
  max-width: 50px;
}
.vintage .card-outer .card-image-change p {
  font-size: 16px;
}
.vintage .card-outer .card-image-change span {
  color: #dc2626;
}
.vintage .description-sale h2 {
  font-size: 30px;
  font-weight: 600;
}
.vintage .wrapper2 .list .buttons-abc {
  background-color: rgb(255, 247, 247);
  color: #000;
  border: 1px solid #000;
  padding: 6px 10px;
  border-radius: 5px;
  min-width: 200px;
  font-size: 17px;
}
.vintage .upload-outer .upload h1 {
  font-size: 26px;
  font-weight: 500;
}
.vintage .upload-outer .upload p {
  font-size: 20px;
}
.vintage .upload-outer .upload span {
  color: #dc2626;
}
.vintage .heading {
  font-size: 22px;
  font-weight: 600;
}

.change-color {
  color: #dc2626;
}

.the-sale-rom p {
  font-size: 27px;
}
.the-sale-rom span {
  font-size: 17px;
  color: #dc2626;
}

.upload-outer {
  background-color: rgb(236, 236, 236);
}

.free-title {
  padding: 15px;
}
.free-title .free-heading {
  border-radius: 0px 0px 10px 10px;
}

.section-heading-last h2 {
  font-size: 40px;
  font-weight: 500;
}

@media screen and (max-device-width: 639px) {
  .address .location {
    width: 100%;
    margin: 10px;
  }
}
.yundle-homepage .two .container .main-heading div, .yundle-homepage .three .container .experience div, .yundle-definitions .four .container .define div, .yundle-appreciations .four .container .define div {
  border-left: 3px solid #dc2626;
  padding: 2% 0% 2% 2%;
}
.yundle-homepage .two .container .main-heading div p:first-child, .yundle-homepage .three .container .experience div p:first-child, .yundle-definitions .four .container .define div p:first-child, .yundle-appreciations .four .container .define div p:first-child {
  font-size: 36px;
  font-weight: bold;
}

.yundle-homepage .two .container .custom-card div div:last-child a, .yundle-homepage .three .container .yundle3 .data-content p:last-child a, .yundle-directory .one .container .custom-card div div div a, .yundle-how_to .two .container div div:first-child .custom-card div div div a, .yundle-definitions .one .container .custom-card div div div a, .yundle-definitions .four .container .yundle3 .data-content p:last-child a, .yundle-appreciations .one .container .custom-card div div div a, .yundle-appreciations .four .container .yundle3 .data-content p:last-child a {
  text-decoration: none;
  color: #dc2626;
  font-weight: bold;
}
.yundle-homepage .two .container .custom-card div div:last-child a:hover, .yundle-homepage .three .container .yundle3 .data-content p:last-child a:hover, .yundle-directory .one .container .custom-card div div div a:hover, .yundle-how_to .two .container div div:first-child .custom-card div div div a:hover, .yundle-definitions .one .container .custom-card div div div a:hover, .yundle-definitions .four .container .yundle3 .data-content p:last-child a:hover, .yundle-appreciations .one .container .custom-card div div div a:hover, .yundle-appreciations .four .container .yundle3 .data-content p:last-child a:hover {
  border-bottom: 1px solid #dc2626;
  transition: border-bottom 0.4s ease-in-out;
}

.yundle-homepage .four .container .foot-homepage .signup .custom-border {
  border-bottom: 1px solid white;
}

.yundle-directory .three .container .heading-box .box-heading,
.yundle-directory .four .container .heading-box .box-heading,
.yundle-directory .five .container .heading-box .box-heading, .yundle-product .two .container .heading-box .box-heading, .yundle-product .five .container .heading-box .box-heading, .yundle-product .six .container .heading-box .box-heading, .yundle-definitions .three .container .heading-box .box-heading,
.yundle-definitions .four .container .heading-box .box-heading,
.yundle-definitions .five .container .heading-box .box-heading, .yundle-appreciations .three .container .heading-box .box-heading,
.yundle-appreciations .four .container .heading-box .box-heading,
.yundle-appreciations .five .container .heading-box .box-heading {
  border-left: 4px solid #dc2626;
  padding-left: 1%;
}
.yundle-directory .three .container .heading-box .box-heading p:first-child,
.yundle-directory .four .container .heading-box .box-heading p:first-child,
.yundle-directory .five .container .heading-box .box-heading p:first-child, .yundle-product .two .container .heading-box .box-heading p:first-child, .yundle-product .five .container .heading-box .box-heading p:first-child, .yundle-product .six .container .heading-box .box-heading p:first-child, .yundle-definitions .three .container .heading-box .box-heading p:first-child,
.yundle-definitions .four .container .heading-box .box-heading p:first-child,
.yundle-definitions .five .container .heading-box .box-heading p:first-child, .yundle-appreciations .three .container .heading-box .box-heading p:first-child,
.yundle-appreciations .four .container .heading-box .box-heading p:first-child,
.yundle-appreciations .five .container .heading-box .box-heading p:first-child {
  font-weight: bold;
  font-size: 28px;
}
.yundle-directory .three .container .heading-box .box-heading p.popular,
.yundle-directory .four .container .heading-box .box-heading p.popular,
.yundle-directory .five .container .heading-box .box-heading p.popular, .yundle-product .two .container .heading-box .box-heading p.popular, .yundle-product .five .container .heading-box .box-heading p.popular, .yundle-product .six .container .heading-box .box-heading p.popular, .yundle-definitions .three .container .heading-box .box-heading p.popular,
.yundle-definitions .four .container .heading-box .box-heading p.popular,
.yundle-definitions .five .container .heading-box .box-heading p.popular, .yundle-appreciations .three .container .heading-box .box-heading p.popular,
.yundle-appreciations .four .container .heading-box .box-heading p.popular,
.yundle-appreciations .five .container .heading-box .box-heading p.popular {
  color: white;
}
.yundle-directory .three .container .heading-box button,
.yundle-directory .four .container .heading-box button,
.yundle-directory .five .container .heading-box button, .yundle-product .two .container .heading-box button, .yundle-product .five .container .heading-box button, .yundle-product .six .container .heading-box button, .yundle-definitions .three .container .heading-box button,
.yundle-definitions .four .container .heading-box button,
.yundle-definitions .five .container .heading-box button, .yundle-appreciations .three .container .heading-box button,
.yundle-appreciations .four .container .heading-box button,
.yundle-appreciations .five .container .heading-box button {
  color: white;
  border: none;
  background-color: #dc2626;
  padding: 1rem 1.25rem;
  border-radius: 0.25rem;
}
.yundle-directory .three .container .heading-box button:hover,
.yundle-directory .four .container .heading-box button:hover,
.yundle-directory .five .container .heading-box button:hover, .yundle-product .two .container .heading-box button:hover, .yundle-product .five .container .heading-box button:hover, .yundle-product .six .container .heading-box button:hover, .yundle-definitions .three .container .heading-box button:hover,
.yundle-definitions .four .container .heading-box button:hover,
.yundle-definitions .five .container .heading-box button:hover, .yundle-appreciations .three .container .heading-box button:hover,
.yundle-appreciations .four .container .heading-box button:hover,
.yundle-appreciations .five .container .heading-box button:hover {
  background-color: #2e2d33;
}

.virtual-assets-section .virtual-assets-row .virtual-assets-card .virtual-assets-card-inner, .virtual-assets-section .virtual-assets-row .virtual-assets-card:hover h3.virtual-card-center-heading {
  opacity: 0;
  visibility: hidden;
}

.yundle-sales .one .container div .sales-btn, .yundle-sales .two .container div .sales-btn, .yundle-sales .two .container .filters div div .btn1,
.yundle-sales .two .container .filters div div .btn2, .add-directory-banner-section .virtual-heading-row .heading-contact-list .add-your-listing-free-btn a, .add-directory-middle-section .add-directory-browse-aside .all-browse-categories-btn a, .add-directory-middle-section .add-directory-form-aside .add-directory-form-wrap .form-submission-actions .form-action-btn, .yundle-photos .one .container div .btns button {
  color: #fff;
  font-size: 18px;
  border-radius: 8px;
  background-color: #ce2123;
  transition: all 0.4s ease-in-out;
}
.yundle-sales .one .container div .sales-btn:hover, .yundle-sales .two .container div .sales-btn:hover, .yundle-sales .two .container .filters div div .btn1:hover,
.yundle-sales .two .container .filters div div .btn2:hover, .add-directory-banner-section .virtual-heading-row .heading-contact-list .add-your-listing-free-btn a:hover, .add-directory-middle-section .add-directory-browse-aside .all-browse-categories-btn a:hover, .add-directory-middle-section .add-directory-form-aside .add-directory-form-wrap .form-submission-actions .form-action-btn:hover, .yundle-photos .one .container div .btns button:hover {
  background-color: #2e2d33;
}

.directory-filter .filter-btn {
  gap: 20px;
  width: 100%;
}
.directory-filter .filter-btn .united {
  background: #cd2122;
  padding: 1% 2%;
  color: #fff;
  border-radius: 10px;
}
.directory-filter .filter-btn .reset {
  background: #ededed;
  color: #000;
  border-radius: 10px;
  padding: 1% 2%;
}

.filters .add-list-free {
  width: 100%;
  border: 1px solid #cd2122;
  padding: 6% 4%;
  text-align: center;
  border-radius: 10px;
  color: #cd2122;
  background: #fff;
}
.filters .add-list-free .free-list {
  font-weight: 600;
}
.filters .custom-card {
  width: 100% !important;
}

.cate-directory {
  width: 100%;
  background: #cd2122;
  color: #fff;
  border-radius: 10px;
}

.custom-card {
  background-color: white;
}
.custom-card .category {
  margin: 1% 0%;
}
.custom-card .category span {
  border: 1px solid #cd2122;
  padding: 0% 2%;
  border-radius: 5px;
}
.custom-card .membership {
  display: flex;
  width: 100%;
  gap: 20px;
}
.custom-card .membership .share-link {
  display: flex;
  flex-wrap: wrap;
  background: #ededed;
  padding: 2% 3%;
  gap: 20px;
  border-radius: 10px;
  width: 45%;
  justify-content: center;
  align-items: center;
}
.custom-card .membership .member-link {
  flex-wrap: wrap;
  background: #ededed;
  padding: 2% 3%;
  width: 45%;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  background: #cd2122;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-weight: 500;
}
.custom-card .location .location-outer .address {
  padding-left: 10px;
}
.custom-card .offer .list-update {
  justify-content: center;
  align-items: center;
  border: 1px solid #cd2122;
  color: #cd2122;
}
.custom-card .view-points .list-update {
  justify-content: center;
  align-items: center;
  font-weight: 500;
  color: #000;
}
.custom-card .view-points .list-update-mail {
  justify-content: center;
  align-items: center;
  color: #cd2122;
  font-weight: 500;
}

.pagination {
  margin: 5% 0%;
}
.pagination div .prev,
.pagination div .next {
  background-color: #f7f7f7;
}
.pagination div .page_no {
  border-color: #f7f7f7;
  background-color: white;
}
.pagination div .page_no ul li .active {
  background-color: #dc2626;
  color: white;
  border-radius: 0.5rem;
  pointer-events: none;
  cursor: none;
}

.data-descp {
  width: 100% !important;
}

.no-pad {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

@media screen and (max-device-width: 374px) {
  .yundle-sales .two .container .filters div .pagination div {
    flex-direction: column;
  }
  .yundle-sales .two .container .filters div .pagination div .prev,
.yundle-sales .two .container .filters div .pagination div .next,
.yundle-sales .two .container .filters div .pagination div div {
    margin: 1rem 0rem;
  }
}
@media screen and (min-device-width: 1024px) {
  .yundle-sales .two .custom-card div .product-image {
    width: 30% !important;
  }
  .yundle-sales .two .custom-card div .data-desc {
    width: 70% !important;
  }
  .yundle-sales .membership {
    display: flex;
    width: 100%;
    gap: 20px;
  }
  .yundle-sales .membership .share-link {
    display: flex;
    flex-wrap: wrap;
    background: #ededed;
    padding: 2% 3%;
    gap: 20px;
    border-radius: 10px;
    width: 100%;
    justify-content: center;
    align-items: center;
  }
  .yundle-sales .membership .member-link {
    flex-wrap: wrap;
    background: #ededed;
    padding: 2% 3%;
    width: 100%;
    border-radius: 10px;
    justify-content: center;
    align-items: center;
    background: #cd2122;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-weight: 500;
  }
}
.directory-category.tab-content ul li:nth-child(n+8) {
  display: none;
}

.directory-category.tab-content ul li.showList:nth-child(n+8) {
  display: block;
}

.directory-filter select::-ms-expand {
  display: none;
}

.directory-filter select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

.dropdown:hover .dropdown-menu {
  display: block;
}

.yundle-homepage .two .container .main-heading div, .yundle-homepage .three .container .experience div, .yundle-definitions .four .container .define div, .yundle-appreciations .four .container .define div {
  border-left: 3px solid #dc2626;
  padding: 2% 0% 2% 2%;
}
.yundle-homepage .two .container .main-heading div p:first-child, .yundle-homepage .three .container .experience div p:first-child, .yundle-definitions .four .container .define div p:first-child, .yundle-appreciations .four .container .define div p:first-child {
  font-size: 36px;
  font-weight: bold;
}

.yundle-homepage .two .container .custom-card div div:last-child a, .yundle-homepage .three .container .yundle3 .data-content p:last-child a, .yundle-directory .one .container .custom-card div div div a, .yundle-how_to .two .container div div:first-child .custom-card div div div a, .yundle-definitions .one .container .custom-card div div div a, .yundle-definitions .four .container .yundle3 .data-content p:last-child a, .yundle-appreciations .one .container .custom-card div div div a, .yundle-appreciations .four .container .yundle3 .data-content p:last-child a {
  text-decoration: none;
  color: #dc2626;
  font-weight: bold;
}
.yundle-homepage .two .container .custom-card div div:last-child a:hover, .yundle-homepage .three .container .yundle3 .data-content p:last-child a:hover, .yundle-directory .one .container .custom-card div div div a:hover, .yundle-how_to .two .container div div:first-child .custom-card div div div a:hover, .yundle-definitions .one .container .custom-card div div div a:hover, .yundle-definitions .four .container .yundle3 .data-content p:last-child a:hover, .yundle-appreciations .one .container .custom-card div div div a:hover, .yundle-appreciations .four .container .yundle3 .data-content p:last-child a:hover {
  border-bottom: 1px solid #dc2626;
  transition: border-bottom 0.4s ease-in-out;
}

.yundle-homepage .four .container .foot-homepage .signup .custom-border {
  border-bottom: 1px solid white;
}

.yundle-directory .three .container .heading-box .box-heading,
.yundle-directory .four .container .heading-box .box-heading,
.yundle-directory .five .container .heading-box .box-heading, .yundle-product .two .container .heading-box .box-heading, .yundle-product .five .container .heading-box .box-heading, .yundle-product .six .container .heading-box .box-heading, .yundle-definitions .three .container .heading-box .box-heading,
.yundle-definitions .four .container .heading-box .box-heading,
.yundle-definitions .five .container .heading-box .box-heading, .yundle-appreciations .three .container .heading-box .box-heading,
.yundle-appreciations .four .container .heading-box .box-heading,
.yundle-appreciations .five .container .heading-box .box-heading {
  border-left: 4px solid #dc2626;
  padding-left: 1%;
}
.yundle-directory .three .container .heading-box .box-heading p:first-child,
.yundle-directory .four .container .heading-box .box-heading p:first-child,
.yundle-directory .five .container .heading-box .box-heading p:first-child, .yundle-product .two .container .heading-box .box-heading p:first-child, .yundle-product .five .container .heading-box .box-heading p:first-child, .yundle-product .six .container .heading-box .box-heading p:first-child, .yundle-definitions .three .container .heading-box .box-heading p:first-child,
.yundle-definitions .four .container .heading-box .box-heading p:first-child,
.yundle-definitions .five .container .heading-box .box-heading p:first-child, .yundle-appreciations .three .container .heading-box .box-heading p:first-child,
.yundle-appreciations .four .container .heading-box .box-heading p:first-child,
.yundle-appreciations .five .container .heading-box .box-heading p:first-child {
  font-weight: bold;
  font-size: 28px;
}
.yundle-directory .three .container .heading-box .box-heading p.popular,
.yundle-directory .four .container .heading-box .box-heading p.popular,
.yundle-directory .five .container .heading-box .box-heading p.popular, .yundle-product .two .container .heading-box .box-heading p.popular, .yundle-product .five .container .heading-box .box-heading p.popular, .yundle-product .six .container .heading-box .box-heading p.popular, .yundle-definitions .three .container .heading-box .box-heading p.popular,
.yundle-definitions .four .container .heading-box .box-heading p.popular,
.yundle-definitions .five .container .heading-box .box-heading p.popular, .yundle-appreciations .three .container .heading-box .box-heading p.popular,
.yundle-appreciations .four .container .heading-box .box-heading p.popular,
.yundle-appreciations .five .container .heading-box .box-heading p.popular {
  color: white;
}
.yundle-directory .three .container .heading-box button,
.yundle-directory .four .container .heading-box button,
.yundle-directory .five .container .heading-box button, .yundle-product .two .container .heading-box button, .yundle-product .five .container .heading-box button, .yundle-product .six .container .heading-box button, .yundle-definitions .three .container .heading-box button,
.yundle-definitions .four .container .heading-box button,
.yundle-definitions .five .container .heading-box button, .yundle-appreciations .three .container .heading-box button,
.yundle-appreciations .four .container .heading-box button,
.yundle-appreciations .five .container .heading-box button {
  color: white;
  border: none;
  background-color: #dc2626;
  padding: 1rem 1.25rem;
  border-radius: 0.25rem;
}
.yundle-directory .three .container .heading-box button:hover,
.yundle-directory .four .container .heading-box button:hover,
.yundle-directory .five .container .heading-box button:hover, .yundle-product .two .container .heading-box button:hover, .yundle-product .five .container .heading-box button:hover, .yundle-product .six .container .heading-box button:hover, .yundle-definitions .three .container .heading-box button:hover,
.yundle-definitions .four .container .heading-box button:hover,
.yundle-definitions .five .container .heading-box button:hover, .yundle-appreciations .three .container .heading-box button:hover,
.yundle-appreciations .four .container .heading-box button:hover,
.yundle-appreciations .five .container .heading-box button:hover {
  background-color: #2e2d33;
}

.virtual-assets-section .virtual-assets-row .virtual-assets-card .virtual-assets-card-inner, .virtual-assets-section .virtual-assets-row .virtual-assets-card:hover h3.virtual-card-center-heading {
  opacity: 0;
  visibility: hidden;
}

.yundle-sales .one .container div .sales-btn, .yundle-sales .two .container div .sales-btn, .yundle-sales .two .container .filters div div .btn1,
.yundle-sales .two .container .filters div div .btn2, .add-directory-banner-section .virtual-heading-row .heading-contact-list .add-your-listing-free-btn a, .add-directory-middle-section .add-directory-browse-aside .all-browse-categories-btn a, .add-directory-middle-section .add-directory-form-aside .add-directory-form-wrap .form-submission-actions .form-action-btn, .yundle-photos .one .container div .btns button {
  color: #fff;
  font-size: 18px;
  border-radius: 8px;
  background-color: #ce2123;
  transition: all 0.4s ease-in-out;
}
.yundle-sales .one .container div .sales-btn:hover, .yundle-sales .two .container div .sales-btn:hover, .yundle-sales .two .container .filters div div .btn1:hover,
.yundle-sales .two .container .filters div div .btn2:hover, .add-directory-banner-section .virtual-heading-row .heading-contact-list .add-your-listing-free-btn a:hover, .add-directory-middle-section .add-directory-browse-aside .all-browse-categories-btn a:hover, .add-directory-middle-section .add-directory-form-aside .add-directory-form-wrap .form-submission-actions .form-action-btn:hover, .yundle-photos .one .container div .btns button:hover {
  background-color: #2e2d33;
}

.catalogs .cata-search .cata-adv {
  color: #cd2122;
  padding-bottom: 3%;
  padding-right: 2%;
}
.catalogs .photo-body .pages-list {
  background: #f7f7f7;
  padding: 1%;
  color: #1e2024;
  margin-bottom: 2%;
}
.catalogs .photo-body .photo-lefts .photo-details ul {
  margin: 2% 0% 5%;
}
.catalogs .photo-body .photo-lefts .photo-details ul li {
  position: relative;
  padding-left: 30px;
}
.catalogs .photo-body .photo-lefts .photo-details ul .antic {
  color: #cd2122;
}
.catalogs .photo-body .photo-lefts .photo-details ul li::before {
  content: url("/assets/images/catalogue/arrow_cat.png");
  position: absolute;
  left: 0;
}
.catalogs .photo-body .cart .action {
  border: 1px solid #ececec;
  border-radius: 8px;
  margin-bottom: 10%;
}
.catalogs .photo-body .cart .action .head {
  background: #f7f7f7;
  border-radius: 8px;
  padding: 5%;
  font-size: 20px;
  font-weight: 600;
}
.catalogs .photo-body .cart .action .request {
  padding: 3% 5%;
  border-bottom: 1px solid #f7f7f7;
}
.catalogs .photo-body .cart .action ul {
  padding: 0% 7%;
}
.catalogs .photo-body .cart .action ul li {
  position: relative;
  padding-left: 30px;
  font-size: 14px;
  font-weight: 400;
  color: #1e2024;
}
.catalogs .photo-body .cart .action ul .botms {
  border-bottom: 1px solid #f7f7f7;
}
.catalogs .photo-body .cart .action ul li::before {
  content: url("/assets/images/catalogue/arrow_cat.png");
  position: absolute;
  left: 0;
}

.yundle-homepage .two .container .main-heading div, .yundle-homepage .three .container .experience div, .yundle-definitions .four .container .define div, .yundle-appreciations .four .container .define div {
  border-left: 3px solid #dc2626;
  padding: 2% 0% 2% 2%;
}
.yundle-homepage .two .container .main-heading div p:first-child, .yundle-homepage .three .container .experience div p:first-child, .yundle-definitions .four .container .define div p:first-child, .yundle-appreciations .four .container .define div p:first-child {
  font-size: 36px;
  font-weight: bold;
}

.yundle-homepage .two .container .custom-card div div:last-child a, .yundle-homepage .three .container .yundle3 .data-content p:last-child a, .yundle-directory .one .container .custom-card div div div a, .yundle-how_to .two .container div div:first-child .custom-card div div div a, .yundle-definitions .one .container .custom-card div div div a, .yundle-definitions .four .container .yundle3 .data-content p:last-child a, .yundle-appreciations .one .container .custom-card div div div a, .yundle-appreciations .four .container .yundle3 .data-content p:last-child a {
  text-decoration: none;
  color: #dc2626;
  font-weight: bold;
}
.yundle-homepage .two .container .custom-card div div:last-child a:hover, .yundle-homepage .three .container .yundle3 .data-content p:last-child a:hover, .yundle-directory .one .container .custom-card div div div a:hover, .yundle-how_to .two .container div div:first-child .custom-card div div div a:hover, .yundle-definitions .one .container .custom-card div div div a:hover, .yundle-definitions .four .container .yundle3 .data-content p:last-child a:hover, .yundle-appreciations .one .container .custom-card div div div a:hover, .yundle-appreciations .four .container .yundle3 .data-content p:last-child a:hover {
  border-bottom: 1px solid #dc2626;
  transition: border-bottom 0.4s ease-in-out;
}

.yundle-homepage .four .container .foot-homepage .signup .custom-border {
  border-bottom: 1px solid white;
}

.yundle-directory .three .container .heading-box .box-heading,
.yundle-directory .four .container .heading-box .box-heading,
.yundle-directory .five .container .heading-box .box-heading, .yundle-product .two .container .heading-box .box-heading, .yundle-product .five .container .heading-box .box-heading, .yundle-product .six .container .heading-box .box-heading, .yundle-definitions .three .container .heading-box .box-heading,
.yundle-definitions .four .container .heading-box .box-heading,
.yundle-definitions .five .container .heading-box .box-heading, .yundle-appreciations .three .container .heading-box .box-heading,
.yundle-appreciations .four .container .heading-box .box-heading,
.yundle-appreciations .five .container .heading-box .box-heading {
  border-left: 4px solid #dc2626;
  padding-left: 1%;
}
.yundle-directory .three .container .heading-box .box-heading p:first-child,
.yundle-directory .four .container .heading-box .box-heading p:first-child,
.yundle-directory .five .container .heading-box .box-heading p:first-child, .yundle-product .two .container .heading-box .box-heading p:first-child, .yundle-product .five .container .heading-box .box-heading p:first-child, .yundle-product .six .container .heading-box .box-heading p:first-child, .yundle-definitions .three .container .heading-box .box-heading p:first-child,
.yundle-definitions .four .container .heading-box .box-heading p:first-child,
.yundle-definitions .five .container .heading-box .box-heading p:first-child, .yundle-appreciations .three .container .heading-box .box-heading p:first-child,
.yundle-appreciations .four .container .heading-box .box-heading p:first-child,
.yundle-appreciations .five .container .heading-box .box-heading p:first-child {
  font-weight: bold;
  font-size: 28px;
}
.yundle-directory .three .container .heading-box .box-heading p.popular,
.yundle-directory .four .container .heading-box .box-heading p.popular,
.yundle-directory .five .container .heading-box .box-heading p.popular, .yundle-product .two .container .heading-box .box-heading p.popular, .yundle-product .five .container .heading-box .box-heading p.popular, .yundle-product .six .container .heading-box .box-heading p.popular, .yundle-definitions .three .container .heading-box .box-heading p.popular,
.yundle-definitions .four .container .heading-box .box-heading p.popular,
.yundle-definitions .five .container .heading-box .box-heading p.popular, .yundle-appreciations .three .container .heading-box .box-heading p.popular,
.yundle-appreciations .four .container .heading-box .box-heading p.popular,
.yundle-appreciations .five .container .heading-box .box-heading p.popular {
  color: white;
}
.yundle-directory .three .container .heading-box button,
.yundle-directory .four .container .heading-box button,
.yundle-directory .five .container .heading-box button, .yundle-product .two .container .heading-box button, .yundle-product .five .container .heading-box button, .yundle-product .six .container .heading-box button, .yundle-definitions .three .container .heading-box button,
.yundle-definitions .four .container .heading-box button,
.yundle-definitions .five .container .heading-box button, .yundle-appreciations .three .container .heading-box button,
.yundle-appreciations .four .container .heading-box button,
.yundle-appreciations .five .container .heading-box button {
  color: white;
  border: none;
  background-color: #dc2626;
  padding: 1rem 1.25rem;
  border-radius: 0.25rem;
}
.yundle-directory .three .container .heading-box button:hover,
.yundle-directory .four .container .heading-box button:hover,
.yundle-directory .five .container .heading-box button:hover, .yundle-product .two .container .heading-box button:hover, .yundle-product .five .container .heading-box button:hover, .yundle-product .six .container .heading-box button:hover, .yundle-definitions .three .container .heading-box button:hover,
.yundle-definitions .four .container .heading-box button:hover,
.yundle-definitions .five .container .heading-box button:hover, .yundle-appreciations .three .container .heading-box button:hover,
.yundle-appreciations .four .container .heading-box button:hover,
.yundle-appreciations .five .container .heading-box button:hover {
  background-color: #2e2d33;
}

.virtual-assets-section .virtual-assets-row .virtual-assets-card .virtual-assets-card-inner, .virtual-assets-section .virtual-assets-row .virtual-assets-card:hover h3.virtual-card-center-heading {
  opacity: 0;
  visibility: hidden;
}

.yundle-sales .one .container div .sales-btn, .yundle-sales .two .container div .sales-btn, .yundle-sales .two .container .filters div div .btn1,
.yundle-sales .two .container .filters div div .btn2, .add-directory-banner-section .virtual-heading-row .heading-contact-list .add-your-listing-free-btn a, .add-directory-middle-section .add-directory-browse-aside .all-browse-categories-btn a, .add-directory-middle-section .add-directory-form-aside .add-directory-form-wrap .form-submission-actions .form-action-btn, .yundle-photos .one .container div .btns button {
  color: #fff;
  font-size: 18px;
  border-radius: 8px;
  background-color: #ce2123;
  transition: all 0.4s ease-in-out;
}
.yundle-sales .one .container div .sales-btn:hover, .yundle-sales .two .container div .sales-btn:hover, .yundle-sales .two .container .filters div div .btn1:hover,
.yundle-sales .two .container .filters div div .btn2:hover, .add-directory-banner-section .virtual-heading-row .heading-contact-list .add-your-listing-free-btn a:hover, .add-directory-middle-section .add-directory-browse-aside .all-browse-categories-btn a:hover, .add-directory-middle-section .add-directory-form-aside .add-directory-form-wrap .form-submission-actions .form-action-btn:hover, .yundle-photos .one .container div .btns button:hover {
  background-color: #2e2d33;
}

.yundle-homepage .two .container .main-heading div, .yundle-homepage .three .container .experience div, .yundle-definitions .four .container .define div, .yundle-appreciations .four .container .define div {
  border-left: 3px solid #dc2626;
  padding: 2% 0% 2% 2%;
}
.yundle-homepage .two .container .main-heading div p:first-child, .yundle-homepage .three .container .experience div p:first-child, .yundle-definitions .four .container .define div p:first-child, .yundle-appreciations .four .container .define div p:first-child {
  font-size: 36px;
  font-weight: bold;
}

.yundle-homepage .two .container .custom-card div div:last-child a, .yundle-homepage .three .container .yundle3 .data-content p:last-child a, .yundle-directory .one .container .custom-card div div div a, .yundle-how_to .two .container div div:first-child .custom-card div div div a, .yundle-definitions .one .container .custom-card div div div a, .yundle-definitions .four .container .yundle3 .data-content p:last-child a, .yundle-appreciations .one .container .custom-card div div div a, .yundle-appreciations .four .container .yundle3 .data-content p:last-child a {
  text-decoration: none;
  color: #dc2626;
  font-weight: bold;
}
.yundle-homepage .two .container .custom-card div div:last-child a:hover, .yundle-homepage .three .container .yundle3 .data-content p:last-child a:hover, .yundle-directory .one .container .custom-card div div div a:hover, .yundle-how_to .two .container div div:first-child .custom-card div div div a:hover, .yundle-definitions .one .container .custom-card div div div a:hover, .yundle-definitions .four .container .yundle3 .data-content p:last-child a:hover, .yundle-appreciations .one .container .custom-card div div div a:hover, .yundle-appreciations .four .container .yundle3 .data-content p:last-child a:hover {
  border-bottom: 1px solid #dc2626;
  transition: border-bottom 0.4s ease-in-out;
}

.yundle-homepage .four .container .foot-homepage .signup .custom-border {
  border-bottom: 1px solid white;
}

.yundle-directory .three .container .heading-box .box-heading,
.yundle-directory .four .container .heading-box .box-heading,
.yundle-directory .five .container .heading-box .box-heading, .yundle-product .two .container .heading-box .box-heading, .yundle-product .five .container .heading-box .box-heading, .yundle-product .six .container .heading-box .box-heading, .yundle-definitions .three .container .heading-box .box-heading,
.yundle-definitions .four .container .heading-box .box-heading,
.yundle-definitions .five .container .heading-box .box-heading, .yundle-appreciations .three .container .heading-box .box-heading,
.yundle-appreciations .four .container .heading-box .box-heading,
.yundle-appreciations .five .container .heading-box .box-heading {
  border-left: 4px solid #dc2626;
  padding-left: 1%;
}
.yundle-directory .three .container .heading-box .box-heading p:first-child,
.yundle-directory .four .container .heading-box .box-heading p:first-child,
.yundle-directory .five .container .heading-box .box-heading p:first-child, .yundle-product .two .container .heading-box .box-heading p:first-child, .yundle-product .five .container .heading-box .box-heading p:first-child, .yundle-product .six .container .heading-box .box-heading p:first-child, .yundle-definitions .three .container .heading-box .box-heading p:first-child,
.yundle-definitions .four .container .heading-box .box-heading p:first-child,
.yundle-definitions .five .container .heading-box .box-heading p:first-child, .yundle-appreciations .three .container .heading-box .box-heading p:first-child,
.yundle-appreciations .four .container .heading-box .box-heading p:first-child,
.yundle-appreciations .five .container .heading-box .box-heading p:first-child {
  font-weight: bold;
  font-size: 28px;
}
.yundle-directory .three .container .heading-box .box-heading p.popular,
.yundle-directory .four .container .heading-box .box-heading p.popular,
.yundle-directory .five .container .heading-box .box-heading p.popular, .yundle-product .two .container .heading-box .box-heading p.popular, .yundle-product .five .container .heading-box .box-heading p.popular, .yundle-product .six .container .heading-box .box-heading p.popular, .yundle-definitions .three .container .heading-box .box-heading p.popular,
.yundle-definitions .four .container .heading-box .box-heading p.popular,
.yundle-definitions .five .container .heading-box .box-heading p.popular, .yundle-appreciations .three .container .heading-box .box-heading p.popular,
.yundle-appreciations .four .container .heading-box .box-heading p.popular,
.yundle-appreciations .five .container .heading-box .box-heading p.popular {
  color: white;
}
.yundle-directory .three .container .heading-box button,
.yundle-directory .four .container .heading-box button,
.yundle-directory .five .container .heading-box button, .yundle-product .two .container .heading-box button, .yundle-product .five .container .heading-box button, .yundle-product .six .container .heading-box button, .yundle-definitions .three .container .heading-box button,
.yundle-definitions .four .container .heading-box button,
.yundle-definitions .five .container .heading-box button, .yundle-appreciations .three .container .heading-box button,
.yundle-appreciations .four .container .heading-box button,
.yundle-appreciations .five .container .heading-box button {
  color: white;
  border: none;
  background-color: #dc2626;
  padding: 1rem 1.25rem;
  border-radius: 0.25rem;
}
.yundle-directory .three .container .heading-box button:hover,
.yundle-directory .four .container .heading-box button:hover,
.yundle-directory .five .container .heading-box button:hover, .yundle-product .two .container .heading-box button:hover, .yundle-product .five .container .heading-box button:hover, .yundle-product .six .container .heading-box button:hover, .yundle-definitions .three .container .heading-box button:hover,
.yundle-definitions .four .container .heading-box button:hover,
.yundle-definitions .five .container .heading-box button:hover, .yundle-appreciations .three .container .heading-box button:hover,
.yundle-appreciations .four .container .heading-box button:hover,
.yundle-appreciations .five .container .heading-box button:hover {
  background-color: #2e2d33;
}

.virtual-assets-section .virtual-assets-row .virtual-assets-card .virtual-assets-card-inner, .virtual-assets-section .virtual-assets-row .virtual-assets-card:hover h3.virtual-card-center-heading {
  opacity: 0;
  visibility: hidden;
}

.yundle-sales .one .container div .sales-btn, .yundle-sales .two .container div .sales-btn, .yundle-sales .two .container .filters div div .btn1,
.yundle-sales .two .container .filters div div .btn2, .add-directory-banner-section .virtual-heading-row .heading-contact-list .add-your-listing-free-btn a, .add-directory-middle-section .add-directory-browse-aside .all-browse-categories-btn a, .add-directory-middle-section .add-directory-form-aside .add-directory-form-wrap .form-submission-actions .form-action-btn, .yundle-photos .one .container div .btns button {
  color: #fff;
  font-size: 18px;
  border-radius: 8px;
  background-color: #ce2123;
  transition: all 0.4s ease-in-out;
}
.yundle-sales .one .container div .sales-btn:hover, .yundle-sales .two .container div .sales-btn:hover, .yundle-sales .two .container .filters div div .btn1:hover,
.yundle-sales .two .container .filters div div .btn2:hover, .add-directory-banner-section .virtual-heading-row .heading-contact-list .add-your-listing-free-btn a:hover, .add-directory-middle-section .add-directory-browse-aside .all-browse-categories-btn a:hover, .add-directory-middle-section .add-directory-form-aside .add-directory-form-wrap .form-submission-actions .form-action-btn:hover, .yundle-photos .one .container div .btns button:hover {
  background-color: #2e2d33;
}

.catalogs .cata-search .cata-adv {
  color: #cd2122;
  padding-bottom: 6%;
  padding-right: 2%;
}
.catalogs .catalog-body {
  background: #f7f7f7 !important;
}
.catalogs .catalog-body .catalog-left .catalog-text {
  font-size: 24px;
}
.catalogs .catalog-body .catalog-left .cat-end-img img {
  height: 110px;
  width: 124;
}
.catalogs .catalog-body .catalog-left .main {
  gap: 10px;
}
.catalogs .catalog-body .catalog-left .main .eye,
.catalogs .catalog-body .catalog-left .main .like,
.catalogs .catalog-body .catalog-left .main .flag {
  background: #fff;
  padding: 2%;
  border-radius: 5px;
  gap: 6px;
}
.catalogs .catalog-body .catalog-left .main .eye .eye-text,
.catalogs .catalog-body .catalog-left .main .like .eye-text,
.catalogs .catalog-body .catalog-left .main .flag .eye-text {
  color: #cd2122;
  font-weight: 500;
}
.catalogs .catalog-body .catalog-left .catalog-price span {
  font-size: 24px;
  font-weight: 500;
  border-radius: 5px;
  box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.08);
  padding: 3%;
}
.catalogs .catalog-body .catalog-left .add-cart span {
  background: #cd2122;
  color: #fff;
  border-radius: 10px;
  font-size: 20px;
  padding: 1% 10%;
  text-transform: capitalize;
}
.catalogs .catalog-body .cart {
  background: #fff;
  border-radius: 10px;
  padding: 3% 4%;
  justify-content: space-between;
  align-content: center;
  align-items: center;
}
.catalogs .catalog-body .cart .cart-left {
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.catalogs .catalog-body .cart .cart-left .cart-text {
  font-size: 24px;
  font-weight: 500;
  text-transform: capitalize;
}
.catalogs .catalog-body .cart .cart-left .cart-price {
  background: #cd2122;
  color: #fff;
  border-radius: 40px;
  font-size: 20px;
  margin-bottom: 2%;
}
.catalogs .catalog-body .cart .cart-right .item {
  background: #f7f7f7;
  color: #000;
  border-radius: 40px;
  font-size: 18px;
}
.catalogs .catalog-body .catalog-category .cate-text {
  font-size: 30px;
  text-transform: capitalize;
  font-weight: 500;
}
.catalogs .catalog-body .catalog-category ul {
  margin: 2% 0% 5%;
}
.catalogs .catalog-body .catalog-category ul li {
  position: relative;
  padding-left: 30px;
}
.catalogs .catalog-body .catalog-category ul li::before {
  content: url("/assets/images/catalogue/arrow_cat.png");
  position: absolute;
  left: 0;
}
.catalogs .catalog-body .catalog-category ul .expand {
  color: #cd2122;
  font-weight: 500;
}
.catalogs .catalog-body .catalog-category .catalog-view span {
  background: #cd2122;
  color: #fff;
  border-radius: 40px;
  font-size: 16px;
  padding: 1% 7%;
}
.catalogs .catalog-body .catalog-category .like {
  border: 1px solid #1877f2;
  color: #000;
  background: #fff;
}
.catalogs .catalog-body .catalog-category .like-box {
  background-color: #1877f2;
  color: #fff;
  align-items: center;
}
.catalogs .catalog-body .catalog-category .like-mail {
  border: 1px solid #7d7d7d;
  color: #000;
  background: #fff;
}
.catalogs .catalog-body .catalog-category .like-box-mail {
  background-color: #7d7d7d;
  color: #fff;
  align-items: center;
}
.catalogs .catalog-body .catalog-category .like-twitter {
  border: 1px solid #3c9cf3;
  color: #000;
  background: #fff;
}
.catalogs .catalog-body .catalog-category .like-box-twitter {
  background-color: #3c9cf3;
  color: #fff;
  align-items: center;
}
.catalogs .catalog-body .catalog-category .like-share {
  border: 1px solid #94d815;
  color: #000;
  background: #fff;
}
.catalogs .catalog-body .catalog-category .like-box-share {
  background-color: #94d815;
  color: #fff;
  align-items: center;
}

.page .pagination {
  margin: 5% 0%;
}
.page .pagination div .prev,
.page .pagination div .next {
  background-color: #f7f7f7;
}
.page .pagination div .page_no {
  border-color: #f7f7f7;
  background-color: white;
}
.page .pagination div .page_no ul li .active {
  background-color: #dc2626;
  color: white;
  border-radius: 0.5rem;
  pointer-events: none;
  cursor: none;
}

.outer-form-faq {
  background: transparent;
  padding-top: 5%;
  padding-bottom: 0%;
}
.outer-form-faq .comt-body {
  border: 1px solid #e1e1e1;
  padding: 4%;
  border-radius: 10px;
}
.outer-form-faq .comt-body .comment {
  font-size: 25px;
  font-weight: 500;
}
.outer-form-faq .comt-body .comment-answer {
  font-size: 18px;
  color: #747474;
  padding: 1% 0%;
}
.outer-form-faq .comt-body .name {
  font-weight: 500;
  padding: 2% 0% 0%;
}
.outer-form-faq .comt-body .name span {
  color: #cd2122;
  font-weight: 400;
  border: 1px solid #cd2122;
  padding: 5px 8px;
}
.outer-form-faq .layout-out .submit-comments {
  font-size: 22px;
  font-weight: 500;
  text-transform: uppercase;
  padding: 5% 0%;
}
.outer-form-faq .layout-out .layout-in {
  background: #f7f7f7;
  padding: 3%;
  border-radius: 10px;
  margin-bottom: 5%;
}
.outer-form-faq .layout-out .layout-in .mb-3 #exampleFormControlTextarea1 {
  background: #fff;
  padding: 1%;
}
.outer-form-faq .layout-out .btn-form {
  background-color: #5b5b5b;
  border-radius: 10px;
  color: #fff;
}
.outer-form-faq .layout-out .btn-form:hover {
  background: #cd2122;
}
.outer-form-faq .custom-faq {
  background: #f7f7f7 !important;
  padding: 5%;
}
.outer-form-faq .custom-faq .mb-3 #exampleFormControlTextarea1 {
  background: #fff !important;
  padding: 2%;
}
.outer-form-faq .custom-faq .tag-faq #tag {
  background: #fff !important;
  padding: 2%;
}
.outer-form-faq .custom-faq .tag-faq #category {
  background: #fff !important;
  padding: 2%;
}
.outer-form-faq .custom-faq .btn-formm {
  background-color: #5b5b5b;
  border-radius: 10px;
  color: #fff;
}
.outer-form-faq .custom-faq .btn-formm:hover {
  background: #cd2122;
}

.yundle-homepage .two .container .main-heading div, .yundle-homepage .three .container .experience div, .yundle-definitions .four .container .define div, .yundle-appreciations .four .container .define div {
  border-left: 3px solid #dc2626;
  padding: 2% 0% 2% 2%;
}
.yundle-homepage .two .container .main-heading div p:first-child, .yundle-homepage .three .container .experience div p:first-child, .yundle-definitions .four .container .define div p:first-child, .yundle-appreciations .four .container .define div p:first-child {
  font-size: 36px;
  font-weight: bold;
}

.yundle-homepage .two .container .custom-card div div:last-child a, .yundle-homepage .three .container .yundle3 .data-content p:last-child a, .yundle-directory .one .container .custom-card div div div a, .yundle-how_to .two .container div div:first-child .custom-card div div div a, .yundle-definitions .one .container .custom-card div div div a, .yundle-definitions .four .container .yundle3 .data-content p:last-child a, .yundle-appreciations .one .container .custom-card div div div a, .yundle-appreciations .four .container .yundle3 .data-content p:last-child a {
  text-decoration: none;
  color: #dc2626;
  font-weight: bold;
}
.yundle-homepage .two .container .custom-card div div:last-child a:hover, .yundle-homepage .three .container .yundle3 .data-content p:last-child a:hover, .yundle-directory .one .container .custom-card div div div a:hover, .yundle-how_to .two .container div div:first-child .custom-card div div div a:hover, .yundle-definitions .one .container .custom-card div div div a:hover, .yundle-definitions .four .container .yundle3 .data-content p:last-child a:hover, .yundle-appreciations .one .container .custom-card div div div a:hover, .yundle-appreciations .four .container .yundle3 .data-content p:last-child a:hover {
  border-bottom: 1px solid #dc2626;
  transition: border-bottom 0.4s ease-in-out;
}

.yundle-homepage .four .container .foot-homepage .signup .custom-border {
  border-bottom: 1px solid white;
}

.yundle-directory .three .container .heading-box .box-heading,
.yundle-directory .four .container .heading-box .box-heading,
.yundle-directory .five .container .heading-box .box-heading, .yundle-product .two .container .heading-box .box-heading, .yundle-product .five .container .heading-box .box-heading, .yundle-product .six .container .heading-box .box-heading, .yundle-definitions .three .container .heading-box .box-heading,
.yundle-definitions .four .container .heading-box .box-heading,
.yundle-definitions .five .container .heading-box .box-heading, .yundle-appreciations .three .container .heading-box .box-heading,
.yundle-appreciations .four .container .heading-box .box-heading,
.yundle-appreciations .five .container .heading-box .box-heading {
  border-left: 4px solid #dc2626;
  padding-left: 1%;
}
.yundle-directory .three .container .heading-box .box-heading p:first-child,
.yundle-directory .four .container .heading-box .box-heading p:first-child,
.yundle-directory .five .container .heading-box .box-heading p:first-child, .yundle-product .two .container .heading-box .box-heading p:first-child, .yundle-product .five .container .heading-box .box-heading p:first-child, .yundle-product .six .container .heading-box .box-heading p:first-child, .yundle-definitions .three .container .heading-box .box-heading p:first-child,
.yundle-definitions .four .container .heading-box .box-heading p:first-child,
.yundle-definitions .five .container .heading-box .box-heading p:first-child, .yundle-appreciations .three .container .heading-box .box-heading p:first-child,
.yundle-appreciations .four .container .heading-box .box-heading p:first-child,
.yundle-appreciations .five .container .heading-box .box-heading p:first-child {
  font-weight: bold;
  font-size: 28px;
}
.yundle-directory .three .container .heading-box .box-heading p.popular,
.yundle-directory .four .container .heading-box .box-heading p.popular,
.yundle-directory .five .container .heading-box .box-heading p.popular, .yundle-product .two .container .heading-box .box-heading p.popular, .yundle-product .five .container .heading-box .box-heading p.popular, .yundle-product .six .container .heading-box .box-heading p.popular, .yundle-definitions .three .container .heading-box .box-heading p.popular,
.yundle-definitions .four .container .heading-box .box-heading p.popular,
.yundle-definitions .five .container .heading-box .box-heading p.popular, .yundle-appreciations .three .container .heading-box .box-heading p.popular,
.yundle-appreciations .four .container .heading-box .box-heading p.popular,
.yundle-appreciations .five .container .heading-box .box-heading p.popular {
  color: white;
}
.yundle-directory .three .container .heading-box button,
.yundle-directory .four .container .heading-box button,
.yundle-directory .five .container .heading-box button, .yundle-product .two .container .heading-box button, .yundle-product .five .container .heading-box button, .yundle-product .six .container .heading-box button, .yundle-definitions .three .container .heading-box button,
.yundle-definitions .four .container .heading-box button,
.yundle-definitions .five .container .heading-box button, .yundle-appreciations .three .container .heading-box button,
.yundle-appreciations .four .container .heading-box button,
.yundle-appreciations .five .container .heading-box button {
  color: white;
  border: none;
  background-color: #dc2626;
  padding: 1rem 1.25rem;
  border-radius: 0.25rem;
}
.yundle-directory .three .container .heading-box button:hover,
.yundle-directory .four .container .heading-box button:hover,
.yundle-directory .five .container .heading-box button:hover, .yundle-product .two .container .heading-box button:hover, .yundle-product .five .container .heading-box button:hover, .yundle-product .six .container .heading-box button:hover, .yundle-definitions .three .container .heading-box button:hover,
.yundle-definitions .four .container .heading-box button:hover,
.yundle-definitions .five .container .heading-box button:hover, .yundle-appreciations .three .container .heading-box button:hover,
.yundle-appreciations .four .container .heading-box button:hover,
.yundle-appreciations .five .container .heading-box button:hover {
  background-color: #2e2d33;
}

.virtual-assets-section .virtual-assets-row .virtual-assets-card .virtual-assets-card-inner, .virtual-assets-section .virtual-assets-row .virtual-assets-card:hover h3.virtual-card-center-heading {
  opacity: 0;
  visibility: hidden;
}

.yundle-sales .one .container div .sales-btn, .yundle-sales .two .container div .sales-btn, .yundle-sales .two .container .filters div div .btn1,
.yundle-sales .two .container .filters div div .btn2, .add-directory-banner-section .virtual-heading-row .heading-contact-list .add-your-listing-free-btn a, .add-directory-middle-section .add-directory-browse-aside .all-browse-categories-btn a, .add-directory-middle-section .add-directory-form-aside .add-directory-form-wrap .form-submission-actions .form-action-btn, .yundle-photos .one .container div .btns button {
  color: #fff;
  font-size: 18px;
  border-radius: 8px;
  background-color: #ce2123;
  transition: all 0.4s ease-in-out;
}
.yundle-sales .one .container div .sales-btn:hover, .yundle-sales .two .container div .sales-btn:hover, .yundle-sales .two .container .filters div div .btn1:hover,
.yundle-sales .two .container .filters div div .btn2:hover, .add-directory-banner-section .virtual-heading-row .heading-contact-list .add-your-listing-free-btn a:hover, .add-directory-middle-section .add-directory-browse-aside .all-browse-categories-btn a:hover, .add-directory-middle-section .add-directory-form-aside .add-directory-form-wrap .form-submission-actions .form-action-btn:hover, .yundle-photos .one .container div .btns button:hover {
  background-color: #2e2d33;
}

.catalogs .cata-search .cata-adv {
  color: #cd2122;
  padding-bottom: 3%;
  padding-right: 2%;
}
.catalogs .photo-body .photo-left .page-list {
  background: #f7f7f7;
  padding: 1%;
  color: #1e2024;
}
.catalogs .photo-body .photo-left .photo-detail ul {
  margin: 2% 0% 0%;
}
.catalogs .photo-body .photo-left .photo-detail ul li {
  position: relative;
  padding-left: 30px;
  border-bottom: 1px solid #f7f7f7;
}
.catalogs .photo-body .photo-left .photo-detail ul li .cat-empty {
  color: #828181;
}
.catalogs .photo-body .photo-left .photo-detail ul li::before {
  content: url("/assets/images/catalogue/arrow_cat.png");
  position: absolute;
  left: 0;
}
.catalogs .photo-body .photo-left .photo-detail ul li.rotate::before {
  content: url("/assets/images/catalogue/arrow_cat.png");
  transform: rotate(90deg);
}
.catalogs .photo-body .photo-left .photo-detailed {
  background: #f7f7f7;
}
.catalogs .photo-body .photo-left .photo-detailed ul {
  background: #f7f7f7;
  padding: 3%;
}
.catalogs .photo-body .photo-left .photo-detailed ul li {
  position: relative;
  padding-left: 30px;
}
.catalogs .photo-body .photo-left .photo-detailed ul li::before {
  content: url("/assets/images/catalogue/right_arrow.png");
  position: absolute;
  left: 0;
}
.catalogs .photo-body .cart .action {
  border: 1px solid #ececec;
  border-radius: 8px;
  margin-bottom: 10%;
}
.catalogs .photo-body .cart .action .head {
  background: #f7f7f7;
  border-radius: 8px;
  padding: 5%;
}
.catalogs .photo-body .cart .action ul {
  padding: 0% 7%;
}
.catalogs .photo-body .cart .action ul li {
  position: relative;
  padding-left: 30px;
  font-size: 14px;
  font-weight: 400;
  color: #1e2024;
}
.catalogs .photo-body .cart .action ul .botm {
  border-bottom: 1px solid #f7f7f7;
}
.catalogs .photo-body .cart .action ul li::before {
  content: url("/assets/images/catalogue/arrow_cat.png");
  position: absolute;
  left: 0;
}

.yundle-homepage .two .container .main-heading div, .yundle-homepage .three .container .experience div, .yundle-definitions .four .container .define div, .yundle-appreciations .four .container .define div {
  border-left: 3px solid #dc2626;
  padding: 2% 0% 2% 2%;
}
.yundle-homepage .two .container .main-heading div p:first-child, .yundle-homepage .three .container .experience div p:first-child, .yundle-definitions .four .container .define div p:first-child, .yundle-appreciations .four .container .define div p:first-child {
  font-size: 36px;
  font-weight: bold;
}

.yundle-homepage .two .container .custom-card div div:last-child a, .yundle-homepage .three .container .yundle3 .data-content p:last-child a, .yundle-directory .one .container .custom-card div div div a, .yundle-how_to .two .container div div:first-child .custom-card div div div a, .yundle-definitions .one .container .custom-card div div div a, .yundle-definitions .four .container .yundle3 .data-content p:last-child a, .yundle-appreciations .one .container .custom-card div div div a, .yundle-appreciations .four .container .yundle3 .data-content p:last-child a {
  text-decoration: none;
  color: #dc2626;
  font-weight: bold;
}
.yundle-homepage .two .container .custom-card div div:last-child a:hover, .yundle-homepage .three .container .yundle3 .data-content p:last-child a:hover, .yundle-directory .one .container .custom-card div div div a:hover, .yundle-how_to .two .container div div:first-child .custom-card div div div a:hover, .yundle-definitions .one .container .custom-card div div div a:hover, .yundle-definitions .four .container .yundle3 .data-content p:last-child a:hover, .yundle-appreciations .one .container .custom-card div div div a:hover, .yundle-appreciations .four .container .yundle3 .data-content p:last-child a:hover {
  border-bottom: 1px solid #dc2626;
  transition: border-bottom 0.4s ease-in-out;
}

.yundle-homepage .four .container .foot-homepage .signup .custom-border {
  border-bottom: 1px solid white;
}

.yundle-directory .three .container .heading-box .box-heading,
.yundle-directory .four .container .heading-box .box-heading,
.yundle-directory .five .container .heading-box .box-heading, .yundle-product .two .container .heading-box .box-heading, .yundle-product .five .container .heading-box .box-heading, .yundle-product .six .container .heading-box .box-heading, .yundle-definitions .three .container .heading-box .box-heading,
.yundle-definitions .four .container .heading-box .box-heading,
.yundle-definitions .five .container .heading-box .box-heading, .yundle-appreciations .three .container .heading-box .box-heading,
.yundle-appreciations .four .container .heading-box .box-heading,
.yundle-appreciations .five .container .heading-box .box-heading {
  border-left: 4px solid #dc2626;
  padding-left: 1%;
}
.yundle-directory .three .container .heading-box .box-heading p:first-child,
.yundle-directory .four .container .heading-box .box-heading p:first-child,
.yundle-directory .five .container .heading-box .box-heading p:first-child, .yundle-product .two .container .heading-box .box-heading p:first-child, .yundle-product .five .container .heading-box .box-heading p:first-child, .yundle-product .six .container .heading-box .box-heading p:first-child, .yundle-definitions .three .container .heading-box .box-heading p:first-child,
.yundle-definitions .four .container .heading-box .box-heading p:first-child,
.yundle-definitions .five .container .heading-box .box-heading p:first-child, .yundle-appreciations .three .container .heading-box .box-heading p:first-child,
.yundle-appreciations .four .container .heading-box .box-heading p:first-child,
.yundle-appreciations .five .container .heading-box .box-heading p:first-child {
  font-weight: bold;
  font-size: 28px;
}
.yundle-directory .three .container .heading-box .box-heading p.popular,
.yundle-directory .four .container .heading-box .box-heading p.popular,
.yundle-directory .five .container .heading-box .box-heading p.popular, .yundle-product .two .container .heading-box .box-heading p.popular, .yundle-product .five .container .heading-box .box-heading p.popular, .yundle-product .six .container .heading-box .box-heading p.popular, .yundle-definitions .three .container .heading-box .box-heading p.popular,
.yundle-definitions .four .container .heading-box .box-heading p.popular,
.yundle-definitions .five .container .heading-box .box-heading p.popular, .yundle-appreciations .three .container .heading-box .box-heading p.popular,
.yundle-appreciations .four .container .heading-box .box-heading p.popular,
.yundle-appreciations .five .container .heading-box .box-heading p.popular {
  color: white;
}
.yundle-directory .three .container .heading-box button,
.yundle-directory .four .container .heading-box button,
.yundle-directory .five .container .heading-box button, .yundle-product .two .container .heading-box button, .yundle-product .five .container .heading-box button, .yundle-product .six .container .heading-box button, .yundle-definitions .three .container .heading-box button,
.yundle-definitions .four .container .heading-box button,
.yundle-definitions .five .container .heading-box button, .yundle-appreciations .three .container .heading-box button,
.yundle-appreciations .four .container .heading-box button,
.yundle-appreciations .five .container .heading-box button {
  color: white;
  border: none;
  background-color: #dc2626;
  padding: 1rem 1.25rem;
  border-radius: 0.25rem;
}
.yundle-directory .three .container .heading-box button:hover,
.yundle-directory .four .container .heading-box button:hover,
.yundle-directory .five .container .heading-box button:hover, .yundle-product .two .container .heading-box button:hover, .yundle-product .five .container .heading-box button:hover, .yundle-product .six .container .heading-box button:hover, .yundle-definitions .three .container .heading-box button:hover,
.yundle-definitions .four .container .heading-box button:hover,
.yundle-definitions .five .container .heading-box button:hover, .yundle-appreciations .three .container .heading-box button:hover,
.yundle-appreciations .four .container .heading-box button:hover,
.yundle-appreciations .five .container .heading-box button:hover {
  background-color: #2e2d33;
}

.virtual-assets-section .virtual-assets-row .virtual-assets-card .virtual-assets-card-inner, .virtual-assets-section .virtual-assets-row .virtual-assets-card:hover h3.virtual-card-center-heading {
  opacity: 0;
  visibility: hidden;
}

.yundle-sales .one .container div .sales-btn, .yundle-sales .two .container div .sales-btn, .yundle-sales .two .container .filters div div .btn1,
.yundle-sales .two .container .filters div div .btn2, .add-directory-banner-section .virtual-heading-row .heading-contact-list .add-your-listing-free-btn a, .add-directory-middle-section .add-directory-browse-aside .all-browse-categories-btn a, .add-directory-middle-section .add-directory-form-aside .add-directory-form-wrap .form-submission-actions .form-action-btn, .yundle-photos .one .container div .btns button {
  color: #fff;
  font-size: 18px;
  border-radius: 8px;
  background-color: #ce2123;
  transition: all 0.4s ease-in-out;
}
.yundle-sales .one .container div .sales-btn:hover, .yundle-sales .two .container div .sales-btn:hover, .yundle-sales .two .container .filters div div .btn1:hover,
.yundle-sales .two .container .filters div div .btn2:hover, .add-directory-banner-section .virtual-heading-row .heading-contact-list .add-your-listing-free-btn a:hover, .add-directory-middle-section .add-directory-browse-aside .all-browse-categories-btn a:hover, .add-directory-middle-section .add-directory-form-aside .add-directory-form-wrap .form-submission-actions .form-action-btn:hover, .yundle-photos .one .container div .btns button:hover {
  background-color: #2e2d33;
}

.collect-bg {
  background: #fff;
}

.collection-detail .section-heading h3 span {
  border-color: #dc2626;
}
.collection-detail .section-heading p {
  font-size: 12px;
}
.collection-detail .section-heading p span {
  color: #dc2626;
}
.collection-detail .block-btn {
  background-color: #dc2626;
  color: #fff;
  border-radius: 5px;
}
.collection-detail .set-btn .search {
  border: 1px solid rgb(192, 191, 191);
  border-radius: 5px;
  padding: 12px 40px 12px 20px;
}
.collection-detail .set-btn .gobtn {
  border: 1px solid #000;
  border-radius: 5px;
  padding: 12px 29px;
}
.collection-detail .set-btn .resat-btn {
  border: 1px solid #dc2626;
  border-radius: 5px;
  padding: 12px 23px;
}
.collection-detail .set-btn .check {
  border: 0.5px solid #000;
  font-size: 20px;
  height: 25px;
  width: 25px;
}
.collection-detail .print-btn img {
  width: 36px;
}
.collection-detail .print-btn .ptint-press {
  border: 1px solid rgb(192, 191, 191);
  border-radius: 5px;
  padding: 12px 31px;
}
.collection-detail .choose span {
  font-size: 24px;
  font-weight: 100;
}
.collection-detail .choose .choos-btn {
  border: 1px solid rgb(192, 191, 191);
  border-radius: 5px;
  padding: 15px 24px;
}
.collection-detail .choose .choos-btn1 {
  border: 1px solid rgb(192, 191, 191);
  border-radius: 5px;
  padding: 16px 28px;
}
.collection-detail .coins-collaction {
  background-color: white;
}
.collection-detail .coins-collaction .coin-content {
  border-radius: 0px 0px 5px 5px;
}
.collection-detail .coin {
  background-color: #c5c5c5;
  border-radius: 5px;
}
.collection-detail .coin-card {
  width: 200px;
  max-width: 200px;
}
.collection-detail .coin-card img {
  height: 200px;
  width: 200px;
}
.collection-detail .card {
  border-radius: 5px;
}
.collection-detail .card .card-content .coin-icon {
  border-radius: 50%;
  background-color: #c5c5c5;
}
.collection-detail .pagination {
  border-width: 1px;
  border-color: rgb(215, 215, 215);
  border-style: solid;
  border-radius: 5px;
  background-color: rgb(255, 255, 255);
  box-shadow: 5.657px 5.657px 35.72px 2.28px rgba(0, 0, 0, 0.15);
  margin: 5% 0%;
}
.collection-detail .pagination div .prev,
.collection-detail .pagination div .next {
  background-color: #c5c5c5;
}
.collection-detail .pagination div .page_no {
  border-color: #f7f7f7;
  background-color: white;
}
.collection-detail .pagination div .page_no ul li .active {
  background-color: #dc2626;
  color: white;
  border-radius: 0.5rem;
  pointer-events: none;
  cursor: none;
}

@media screen and (max-width: 575px) {
  .collection-detail {
    padding: 0px 5px;
  }
  .collection-detail .add-your-listing-free-btn {
    align-items: center;
  }
  .collection-detail .set-btn {
    text-align: center;
    align-items: center;
  }
  .collection-detail .set-btn .search {
    width: 100%;
    margin-bottom: 10px;
    border-radius: 5px;
    padding: 12px 40px 12px 20px;
  }
  .collection-detail .set-btn .gobtn {
    display: inline-block;
    border-radius: 5px;
    padding: 12px 29px;
  }
  .collection-detail .set-btn .resat-btn {
    display: inline-block;
    border-radius: 5px;
    padding: 12px 23px;
  }
}
.yundle-homepage .two .container .main-heading div, .yundle-homepage .three .container .experience div, .yundle-definitions .four .container .define div, .yundle-appreciations .four .container .define div {
  border-left: 3px solid #dc2626;
  padding: 2% 0% 2% 2%;
}
.yundle-homepage .two .container .main-heading div p:first-child, .yundle-homepage .three .container .experience div p:first-child, .yundle-definitions .four .container .define div p:first-child, .yundle-appreciations .four .container .define div p:first-child {
  font-size: 36px;
  font-weight: bold;
}

.yundle-homepage .two .container .custom-card div div:last-child a, .yundle-homepage .three .container .yundle3 .data-content p:last-child a, .yundle-directory .one .container .custom-card div div div a, .yundle-how_to .two .container div div:first-child .custom-card div div div a, .yundle-definitions .one .container .custom-card div div div a, .yundle-definitions .four .container .yundle3 .data-content p:last-child a, .yundle-appreciations .one .container .custom-card div div div a, .yundle-appreciations .four .container .yundle3 .data-content p:last-child a {
  text-decoration: none;
  color: #dc2626;
  font-weight: bold;
}
.yundle-homepage .two .container .custom-card div div:last-child a:hover, .yundle-homepage .three .container .yundle3 .data-content p:last-child a:hover, .yundle-directory .one .container .custom-card div div div a:hover, .yundle-how_to .two .container div div:first-child .custom-card div div div a:hover, .yundle-definitions .one .container .custom-card div div div a:hover, .yundle-definitions .four .container .yundle3 .data-content p:last-child a:hover, .yundle-appreciations .one .container .custom-card div div div a:hover, .yundle-appreciations .four .container .yundle3 .data-content p:last-child a:hover {
  border-bottom: 1px solid #dc2626;
  transition: border-bottom 0.4s ease-in-out;
}

.yundle-homepage .four .container .foot-homepage .signup .custom-border {
  border-bottom: 1px solid white;
}

.yundle-directory .three .container .heading-box .box-heading,
.yundle-directory .four .container .heading-box .box-heading,
.yundle-directory .five .container .heading-box .box-heading, .yundle-product .two .container .heading-box .box-heading, .yundle-product .five .container .heading-box .box-heading, .yundle-product .six .container .heading-box .box-heading, .yundle-definitions .three .container .heading-box .box-heading,
.yundle-definitions .four .container .heading-box .box-heading,
.yundle-definitions .five .container .heading-box .box-heading, .yundle-appreciations .three .container .heading-box .box-heading,
.yundle-appreciations .four .container .heading-box .box-heading,
.yundle-appreciations .five .container .heading-box .box-heading {
  border-left: 4px solid #dc2626;
  padding-left: 1%;
}
.yundle-directory .three .container .heading-box .box-heading p:first-child,
.yundle-directory .four .container .heading-box .box-heading p:first-child,
.yundle-directory .five .container .heading-box .box-heading p:first-child, .yundle-product .two .container .heading-box .box-heading p:first-child, .yundle-product .five .container .heading-box .box-heading p:first-child, .yundle-product .six .container .heading-box .box-heading p:first-child, .yundle-definitions .three .container .heading-box .box-heading p:first-child,
.yundle-definitions .four .container .heading-box .box-heading p:first-child,
.yundle-definitions .five .container .heading-box .box-heading p:first-child, .yundle-appreciations .three .container .heading-box .box-heading p:first-child,
.yundle-appreciations .four .container .heading-box .box-heading p:first-child,
.yundle-appreciations .five .container .heading-box .box-heading p:first-child {
  font-weight: bold;
  font-size: 28px;
}
.yundle-directory .three .container .heading-box .box-heading p.popular,
.yundle-directory .four .container .heading-box .box-heading p.popular,
.yundle-directory .five .container .heading-box .box-heading p.popular, .yundle-product .two .container .heading-box .box-heading p.popular, .yundle-product .five .container .heading-box .box-heading p.popular, .yundle-product .six .container .heading-box .box-heading p.popular, .yundle-definitions .three .container .heading-box .box-heading p.popular,
.yundle-definitions .four .container .heading-box .box-heading p.popular,
.yundle-definitions .five .container .heading-box .box-heading p.popular, .yundle-appreciations .three .container .heading-box .box-heading p.popular,
.yundle-appreciations .four .container .heading-box .box-heading p.popular,
.yundle-appreciations .five .container .heading-box .box-heading p.popular {
  color: white;
}
.yundle-directory .three .container .heading-box button,
.yundle-directory .four .container .heading-box button,
.yundle-directory .five .container .heading-box button, .yundle-product .two .container .heading-box button, .yundle-product .five .container .heading-box button, .yundle-product .six .container .heading-box button, .yundle-definitions .three .container .heading-box button,
.yundle-definitions .four .container .heading-box button,
.yundle-definitions .five .container .heading-box button, .yundle-appreciations .three .container .heading-box button,
.yundle-appreciations .four .container .heading-box button,
.yundle-appreciations .five .container .heading-box button {
  color: white;
  border: none;
  background-color: #dc2626;
  padding: 1rem 1.25rem;
  border-radius: 0.25rem;
}
.yundle-directory .three .container .heading-box button:hover,
.yundle-directory .four .container .heading-box button:hover,
.yundle-directory .five .container .heading-box button:hover, .yundle-product .two .container .heading-box button:hover, .yundle-product .five .container .heading-box button:hover, .yundle-product .six .container .heading-box button:hover, .yundle-definitions .three .container .heading-box button:hover,
.yundle-definitions .four .container .heading-box button:hover,
.yundle-definitions .five .container .heading-box button:hover, .yundle-appreciations .three .container .heading-box button:hover,
.yundle-appreciations .four .container .heading-box button:hover,
.yundle-appreciations .five .container .heading-box button:hover {
  background-color: #2e2d33;
}

.virtual-assets-section .virtual-assets-row .virtual-assets-card .virtual-assets-card-inner, .virtual-assets-section .virtual-assets-row .virtual-assets-card:hover h3.virtual-card-center-heading {
  opacity: 0;
  visibility: hidden;
}

.yundle-sales .one .container div .sales-btn, .yundle-sales .two .container div .sales-btn, .yundle-sales .two .container .filters div div .btn1,
.yundle-sales .two .container .filters div div .btn2, .add-directory-banner-section .virtual-heading-row .heading-contact-list .add-your-listing-free-btn a, .add-directory-middle-section .add-directory-browse-aside .all-browse-categories-btn a, .add-directory-middle-section .add-directory-form-aside .add-directory-form-wrap .form-submission-actions .form-action-btn, .yundle-photos .one .container div .btns button {
  color: #fff;
  font-size: 18px;
  border-radius: 8px;
  background-color: #ce2123;
  transition: all 0.4s ease-in-out;
}
.yundle-sales .one .container div .sales-btn:hover, .yundle-sales .two .container div .sales-btn:hover, .yundle-sales .two .container .filters div div .btn1:hover,
.yundle-sales .two .container .filters div div .btn2:hover, .add-directory-banner-section .virtual-heading-row .heading-contact-list .add-your-listing-free-btn a:hover, .add-directory-middle-section .add-directory-browse-aside .all-browse-categories-btn a:hover, .add-directory-middle-section .add-directory-form-aside .add-directory-form-wrap .form-submission-actions .form-action-btn:hover, .yundle-photos .one .container div .btns button:hover {
  background-color: #2e2d33;
}

.out-auctions .woods h1 {
  font-size: 22px;
  font-weight: 600;
}
.out-auctions .woods p {
  color: #dc2626;
}
.out-auctions .woods .auctions-btn button {
  font-size: 21px;
  font-weight: 600;
  border: 1px solid #e1e1e1;
  padding: 20px 35px;
  border-radius: 5px;
}
.out-auctions .woods .auctions-btn button span {
  color: #dc2626;
}
.out-auctions .woods .auctions-btn P {
  color: #959595;
}
.out-auctions .pagination {
  border-width: 1px;
  border-color: rgb(215, 215, 215);
  border-style: solid;
  border-radius: 5px;
  background-color: rgb(255, 255, 255);
  box-shadow: 5.657px 5.657px 35.72px 2.28px rgba(0, 0, 0, 0.15);
  margin: 5% 0%;
}
.out-auctions .pagination div .prev,
.out-auctions .pagination div .next {
  background-color: #f7f7f7;
}
.out-auctions .pagination div .page_no {
  border-color: #f7f7f7;
  background-color: white;
}
.out-auctions .pagination div .page_no ul li .active {
  background-color: #dc2626;
  color: white;
  border-radius: 0.5rem;
  pointer-events: none;
  cursor: none;
}
.out-auctions .zWrapper {
  background: url("/css/img/forphotobox.jpg") no-repeat center;
}
.out-auctions .gzitem {
  height: 154px;
  width: 154px;
  background-color: #EDEAEA;
}
.out-auctions .coin-image {
  width: 132px;
  height: 117px;
  background: #dbdbdb;
  line-height: 720%;
  overflow: hidden;
}
.out-auctions .coin-image.active {
  background: #b9b9b9;
}

.yundle-homepage .two .container .main-heading div, .yundle-homepage .three .container .experience div, .yundle-definitions .four .container .define div, .yundle-appreciations .four .container .define div {
  border-left: 3px solid #dc2626;
  padding: 2% 0% 2% 2%;
}
.yundle-homepage .two .container .main-heading div p:first-child, .yundle-homepage .three .container .experience div p:first-child, .yundle-definitions .four .container .define div p:first-child, .yundle-appreciations .four .container .define div p:first-child {
  font-size: 36px;
  font-weight: bold;
}

.yundle-homepage .two .container .custom-card div div:last-child a, .yundle-homepage .three .container .yundle3 .data-content p:last-child a, .yundle-directory .one .container .custom-card div div div a, .yundle-how_to .two .container div div:first-child .custom-card div div div a, .yundle-definitions .one .container .custom-card div div div a, .yundle-definitions .four .container .yundle3 .data-content p:last-child a, .yundle-appreciations .one .container .custom-card div div div a, .yundle-appreciations .four .container .yundle3 .data-content p:last-child a {
  text-decoration: none;
  color: #dc2626;
  font-weight: bold;
}
.yundle-homepage .two .container .custom-card div div:last-child a:hover, .yundle-homepage .three .container .yundle3 .data-content p:last-child a:hover, .yundle-directory .one .container .custom-card div div div a:hover, .yundle-how_to .two .container div div:first-child .custom-card div div div a:hover, .yundle-definitions .one .container .custom-card div div div a:hover, .yundle-definitions .four .container .yundle3 .data-content p:last-child a:hover, .yundle-appreciations .one .container .custom-card div div div a:hover, .yundle-appreciations .four .container .yundle3 .data-content p:last-child a:hover {
  border-bottom: 1px solid #dc2626;
  transition: border-bottom 0.4s ease-in-out;
}

.yundle-homepage .four .container .foot-homepage .signup .custom-border {
  border-bottom: 1px solid white;
}

.yundle-directory .three .container .heading-box .box-heading,
.yundle-directory .four .container .heading-box .box-heading,
.yundle-directory .five .container .heading-box .box-heading, .yundle-product .two .container .heading-box .box-heading, .yundle-product .five .container .heading-box .box-heading, .yundle-product .six .container .heading-box .box-heading, .yundle-definitions .three .container .heading-box .box-heading,
.yundle-definitions .four .container .heading-box .box-heading,
.yundle-definitions .five .container .heading-box .box-heading, .yundle-appreciations .three .container .heading-box .box-heading,
.yundle-appreciations .four .container .heading-box .box-heading,
.yundle-appreciations .five .container .heading-box .box-heading {
  border-left: 4px solid #dc2626;
  padding-left: 1%;
}
.yundle-directory .three .container .heading-box .box-heading p:first-child,
.yundle-directory .four .container .heading-box .box-heading p:first-child,
.yundle-directory .five .container .heading-box .box-heading p:first-child, .yundle-product .two .container .heading-box .box-heading p:first-child, .yundle-product .five .container .heading-box .box-heading p:first-child, .yundle-product .six .container .heading-box .box-heading p:first-child, .yundle-definitions .three .container .heading-box .box-heading p:first-child,
.yundle-definitions .four .container .heading-box .box-heading p:first-child,
.yundle-definitions .five .container .heading-box .box-heading p:first-child, .yundle-appreciations .three .container .heading-box .box-heading p:first-child,
.yundle-appreciations .four .container .heading-box .box-heading p:first-child,
.yundle-appreciations .five .container .heading-box .box-heading p:first-child {
  font-weight: bold;
  font-size: 28px;
}
.yundle-directory .three .container .heading-box .box-heading p.popular,
.yundle-directory .four .container .heading-box .box-heading p.popular,
.yundle-directory .five .container .heading-box .box-heading p.popular, .yundle-product .two .container .heading-box .box-heading p.popular, .yundle-product .five .container .heading-box .box-heading p.popular, .yundle-product .six .container .heading-box .box-heading p.popular, .yundle-definitions .three .container .heading-box .box-heading p.popular,
.yundle-definitions .four .container .heading-box .box-heading p.popular,
.yundle-definitions .five .container .heading-box .box-heading p.popular, .yundle-appreciations .three .container .heading-box .box-heading p.popular,
.yundle-appreciations .four .container .heading-box .box-heading p.popular,
.yundle-appreciations .five .container .heading-box .box-heading p.popular {
  color: white;
}
.yundle-directory .three .container .heading-box button,
.yundle-directory .four .container .heading-box button,
.yundle-directory .five .container .heading-box button, .yundle-product .two .container .heading-box button, .yundle-product .five .container .heading-box button, .yundle-product .six .container .heading-box button, .yundle-definitions .three .container .heading-box button,
.yundle-definitions .four .container .heading-box button,
.yundle-definitions .five .container .heading-box button, .yundle-appreciations .three .container .heading-box button,
.yundle-appreciations .four .container .heading-box button,
.yundle-appreciations .five .container .heading-box button {
  color: white;
  border: none;
  background-color: #dc2626;
  padding: 1rem 1.25rem;
  border-radius: 0.25rem;
}
.yundle-directory .three .container .heading-box button:hover,
.yundle-directory .four .container .heading-box button:hover,
.yundle-directory .five .container .heading-box button:hover, .yundle-product .two .container .heading-box button:hover, .yundle-product .five .container .heading-box button:hover, .yundle-product .six .container .heading-box button:hover, .yundle-definitions .three .container .heading-box button:hover,
.yundle-definitions .four .container .heading-box button:hover,
.yundle-definitions .five .container .heading-box button:hover, .yundle-appreciations .three .container .heading-box button:hover,
.yundle-appreciations .four .container .heading-box button:hover,
.yundle-appreciations .five .container .heading-box button:hover {
  background-color: #2e2d33;
}

.virtual-assets-section .virtual-assets-row .virtual-assets-card .virtual-assets-card-inner, .virtual-assets-section .virtual-assets-row .virtual-assets-card:hover h3.virtual-card-center-heading {
  opacity: 0;
  visibility: hidden;
}

.yundle-sales .one .container div .sales-btn, .yundle-sales .two .container div .sales-btn, .yundle-sales .two .container .filters div div .btn1,
.yundle-sales .two .container .filters div div .btn2, .add-directory-banner-section .virtual-heading-row .heading-contact-list .add-your-listing-free-btn a, .add-directory-middle-section .add-directory-browse-aside .all-browse-categories-btn a, .add-directory-middle-section .add-directory-form-aside .add-directory-form-wrap .form-submission-actions .form-action-btn, .yundle-photos .one .container div .btns button {
  color: #fff;
  font-size: 18px;
  border-radius: 8px;
  background-color: #ce2123;
  transition: all 0.4s ease-in-out;
}
.yundle-sales .one .container div .sales-btn:hover, .yundle-sales .two .container div .sales-btn:hover, .yundle-sales .two .container .filters div div .btn1:hover,
.yundle-sales .two .container .filters div div .btn2:hover, .add-directory-banner-section .virtual-heading-row .heading-contact-list .add-your-listing-free-btn a:hover, .add-directory-middle-section .add-directory-browse-aside .all-browse-categories-btn a:hover, .add-directory-middle-section .add-directory-form-aside .add-directory-form-wrap .form-submission-actions .form-action-btn:hover, .yundle-photos .one .container div .btns button:hover {
  background-color: #2e2d33;
}

.photo-antics .cata-adv {
  color: #cd2122;
  padding-bottom: 6%;
  padding-right: 2%;
}
.photo-antics .photo-details ul {
  margin: 2% 0% 5%;
}
.photo-antics .photo-details ul li {
  position: relative;
  padding-left: 30px;
}
.photo-antics .photo-details ul li a.sm_active {
  color: #949494;
}
.photo-antics .photo-details ul .antic {
  color: #cd2122;
}
.photo-antics .photo-details ul li::before {
  content: url("/assets/images/catalogue/arrow_cat.png");
  position: absolute;
  left: 0;
}
.photo-antics .cata-adv {
  color: #cd2122;
}
.photo-antics .pagination {
  border-width: 1px;
  border-color: rgb(215, 215, 215);
  border-style: solid;
  border-radius: 5px;
  background-color: rgb(255, 255, 255);
  box-shadow: 5.657px 5.657px 35.72px 2.28px rgba(0, 0, 0, 0.15);
  margin: 5% 0%;
}
.photo-antics .pagination div .prev,
.photo-antics .pagination div .next {
  background-color: #c5c5c5;
}
.photo-antics .pagination div .page_no {
  border-color: #f7f7f7;
  background-color: white;
}
.photo-antics .pagination div .page_no ul li .active {
  background-color: #dc2626;
  color: white;
  border-radius: 0.5rem;
  pointer-events: none;
  cursor: none;
}
.photo-antics form li {
  position: relative;
  padding-left: 30px;
  font-size: 14px;
  font-weight: 400;
  color: #1e2024;
}
.photo-antics form li::before {
  content: url("/assets/images/catalogue/arrow_cat.png");
  position: absolute;
  left: 0;
}

form .Antiques {
  background-color: #f7f7f7;
}

.coins .card {
  border: 1px solid #d8d6d6;
  border-radius: 5px;
}
.coins .card .card-header {
  border-bottom: 1px solid #d8d6d6;
  border-radius: 5px 5px 0px 0px;
  background-color: #f7f7f7;
}
.coins .card .card-content1 li::before {
  content: url("/assets/images/catalogue/arrow_cat.png");
  position: absolute;
  left: 0;
}

.photos-image img {
  width: 245px;
  height: 245px;
  text-align: center;
  line-height: 195px;
  overflow: hidden;
}

@media screen and (max-device-width: 768px) {
  .card-content1 {
    margin-bottom: 20px;
  }
  .card-content {
    margin-top: 20px;
  }
}
@media screen and (max-device-width: 568px) {
  .card-content1 {
    margin-bottom: 30px;
  }
  .card-content {
    margin-bottom: 30px;
  }
}
.yundle-homepage .two .container .main-heading div, .yundle-homepage .three .container .experience div, .yundle-definitions .four .container .define div, .yundle-appreciations .four .container .define div {
  border-left: 3px solid #dc2626;
  padding: 2% 0% 2% 2%;
}
.yundle-homepage .two .container .main-heading div p:first-child, .yundle-homepage .three .container .experience div p:first-child, .yundle-definitions .four .container .define div p:first-child, .yundle-appreciations .four .container .define div p:first-child {
  font-size: 36px;
  font-weight: bold;
}

.yundle-homepage .two .container .custom-card div div:last-child a, .yundle-homepage .three .container .yundle3 .data-content p:last-child a, .yundle-directory .one .container .custom-card div div div a, .yundle-how_to .two .container div div:first-child .custom-card div div div a, .yundle-definitions .one .container .custom-card div div div a, .yundle-definitions .four .container .yundle3 .data-content p:last-child a, .yundle-appreciations .one .container .custom-card div div div a, .yundle-appreciations .four .container .yundle3 .data-content p:last-child a {
  text-decoration: none;
  color: #dc2626;
  font-weight: bold;
}
.yundle-homepage .two .container .custom-card div div:last-child a:hover, .yundle-homepage .three .container .yundle3 .data-content p:last-child a:hover, .yundle-directory .one .container .custom-card div div div a:hover, .yundle-how_to .two .container div div:first-child .custom-card div div div a:hover, .yundle-definitions .one .container .custom-card div div div a:hover, .yundle-definitions .four .container .yundle3 .data-content p:last-child a:hover, .yundle-appreciations .one .container .custom-card div div div a:hover, .yundle-appreciations .four .container .yundle3 .data-content p:last-child a:hover {
  border-bottom: 1px solid #dc2626;
  transition: border-bottom 0.4s ease-in-out;
}

.yundle-homepage .four .container .foot-homepage .signup .custom-border {
  border-bottom: 1px solid white;
}

.yundle-directory .three .container .heading-box .box-heading,
.yundle-directory .four .container .heading-box .box-heading,
.yundle-directory .five .container .heading-box .box-heading, .yundle-product .two .container .heading-box .box-heading, .yundle-product .five .container .heading-box .box-heading, .yundle-product .six .container .heading-box .box-heading, .yundle-definitions .three .container .heading-box .box-heading,
.yundle-definitions .four .container .heading-box .box-heading,
.yundle-definitions .five .container .heading-box .box-heading, .yundle-appreciations .three .container .heading-box .box-heading,
.yundle-appreciations .four .container .heading-box .box-heading,
.yundle-appreciations .five .container .heading-box .box-heading {
  border-left: 4px solid #dc2626;
  padding-left: 1%;
}
.yundle-directory .three .container .heading-box .box-heading p:first-child,
.yundle-directory .four .container .heading-box .box-heading p:first-child,
.yundle-directory .five .container .heading-box .box-heading p:first-child, .yundle-product .two .container .heading-box .box-heading p:first-child, .yundle-product .five .container .heading-box .box-heading p:first-child, .yundle-product .six .container .heading-box .box-heading p:first-child, .yundle-definitions .three .container .heading-box .box-heading p:first-child,
.yundle-definitions .four .container .heading-box .box-heading p:first-child,
.yundle-definitions .five .container .heading-box .box-heading p:first-child, .yundle-appreciations .three .container .heading-box .box-heading p:first-child,
.yundle-appreciations .four .container .heading-box .box-heading p:first-child,
.yundle-appreciations .five .container .heading-box .box-heading p:first-child {
  font-weight: bold;
  font-size: 28px;
}
.yundle-directory .three .container .heading-box .box-heading p.popular,
.yundle-directory .four .container .heading-box .box-heading p.popular,
.yundle-directory .five .container .heading-box .box-heading p.popular, .yundle-product .two .container .heading-box .box-heading p.popular, .yundle-product .five .container .heading-box .box-heading p.popular, .yundle-product .six .container .heading-box .box-heading p.popular, .yundle-definitions .three .container .heading-box .box-heading p.popular,
.yundle-definitions .four .container .heading-box .box-heading p.popular,
.yundle-definitions .five .container .heading-box .box-heading p.popular, .yundle-appreciations .three .container .heading-box .box-heading p.popular,
.yundle-appreciations .four .container .heading-box .box-heading p.popular,
.yundle-appreciations .five .container .heading-box .box-heading p.popular {
  color: white;
}
.yundle-directory .three .container .heading-box button,
.yundle-directory .four .container .heading-box button,
.yundle-directory .five .container .heading-box button, .yundle-product .two .container .heading-box button, .yundle-product .five .container .heading-box button, .yundle-product .six .container .heading-box button, .yundle-definitions .three .container .heading-box button,
.yundle-definitions .four .container .heading-box button,
.yundle-definitions .five .container .heading-box button, .yundle-appreciations .three .container .heading-box button,
.yundle-appreciations .four .container .heading-box button,
.yundle-appreciations .five .container .heading-box button {
  color: white;
  border: none;
  background-color: #dc2626;
  padding: 1rem 1.25rem;
  border-radius: 0.25rem;
}
.yundle-directory .three .container .heading-box button:hover,
.yundle-directory .four .container .heading-box button:hover,
.yundle-directory .five .container .heading-box button:hover, .yundle-product .two .container .heading-box button:hover, .yundle-product .five .container .heading-box button:hover, .yundle-product .six .container .heading-box button:hover, .yundle-definitions .three .container .heading-box button:hover,
.yundle-definitions .four .container .heading-box button:hover,
.yundle-definitions .five .container .heading-box button:hover, .yundle-appreciations .three .container .heading-box button:hover,
.yundle-appreciations .four .container .heading-box button:hover,
.yundle-appreciations .five .container .heading-box button:hover {
  background-color: #2e2d33;
}

.virtual-assets-section .virtual-assets-row .virtual-assets-card .virtual-assets-card-inner, .virtual-assets-section .virtual-assets-row .virtual-assets-card:hover h3.virtual-card-center-heading {
  opacity: 0;
  visibility: hidden;
}

.yundle-sales .one .container div .sales-btn, .yundle-sales .two .container div .sales-btn, .yundle-sales .two .container .filters div div .btn1,
.yundle-sales .two .container .filters div div .btn2, .add-directory-banner-section .virtual-heading-row .heading-contact-list .add-your-listing-free-btn a, .add-directory-middle-section .add-directory-browse-aside .all-browse-categories-btn a, .add-directory-middle-section .add-directory-form-aside .add-directory-form-wrap .form-submission-actions .form-action-btn, .yundle-photos .one .container div .btns button {
  color: #fff;
  font-size: 18px;
  border-radius: 8px;
  background-color: #ce2123;
  transition: all 0.4s ease-in-out;
}
.yundle-sales .one .container div .sales-btn:hover, .yundle-sales .two .container div .sales-btn:hover, .yundle-sales .two .container .filters div div .btn1:hover,
.yundle-sales .two .container .filters div div .btn2:hover, .add-directory-banner-section .virtual-heading-row .heading-contact-list .add-your-listing-free-btn a:hover, .add-directory-middle-section .add-directory-browse-aside .all-browse-categories-btn a:hover, .add-directory-middle-section .add-directory-form-aside .add-directory-form-wrap .form-submission-actions .form-action-btn:hover, .yundle-photos .one .container div .btns button:hover {
  background-color: #2e2d33;
}

.enclopedia {
  padding: 4% 0%;
}

.enclopedia-body .text-head {
  text-align: center;
  border: 1px solid #f7f7f7;
  padding: 1%;
  border-radius: 10px;
  background: #f7f7f7;
  font-size: 18px;
}
.enclopedia-body .enclopedia-list ul {
  padding: 2% 0%;
}
.enclopedia-body .enclopedia-list ul li {
  position: relative;
  padding-left: 30px;
}
.enclopedia-body .enclopedia-list ul li::before {
  content: url("/assets/images/catalogue/arrow_cat.png");
  position: absolute;
  left: 0;
}

.yundle-homepage .two .container .main-heading div, .yundle-homepage .three .container .experience div, .yundle-definitions .four .container .define div, .yundle-appreciations .four .container .define div {
  border-left: 3px solid #dc2626;
  padding: 2% 0% 2% 2%;
}
.yundle-homepage .two .container .main-heading div p:first-child, .yundle-homepage .three .container .experience div p:first-child, .yundle-definitions .four .container .define div p:first-child, .yundle-appreciations .four .container .define div p:first-child {
  font-size: 36px;
  font-weight: bold;
}

.yundle-homepage .two .container .custom-card div div:last-child a, .yundle-homepage .three .container .yundle3 .data-content p:last-child a, .yundle-directory .one .container .custom-card div div div a, .yundle-how_to .two .container div div:first-child .custom-card div div div a, .yundle-definitions .one .container .custom-card div div div a, .yundle-definitions .four .container .yundle3 .data-content p:last-child a, .yundle-appreciations .one .container .custom-card div div div a, .yundle-appreciations .four .container .yundle3 .data-content p:last-child a {
  text-decoration: none;
  color: #dc2626;
  font-weight: bold;
}
.yundle-homepage .two .container .custom-card div div:last-child a:hover, .yundle-homepage .three .container .yundle3 .data-content p:last-child a:hover, .yundle-directory .one .container .custom-card div div div a:hover, .yundle-how_to .two .container div div:first-child .custom-card div div div a:hover, .yundle-definitions .one .container .custom-card div div div a:hover, .yundle-definitions .four .container .yundle3 .data-content p:last-child a:hover, .yundle-appreciations .one .container .custom-card div div div a:hover, .yundle-appreciations .four .container .yundle3 .data-content p:last-child a:hover {
  border-bottom: 1px solid #dc2626;
  transition: border-bottom 0.4s ease-in-out;
}

.yundle-homepage .four .container .foot-homepage .signup .custom-border {
  border-bottom: 1px solid white;
}

.yundle-directory .three .container .heading-box .box-heading,
.yundle-directory .four .container .heading-box .box-heading,
.yundle-directory .five .container .heading-box .box-heading, .yundle-product .two .container .heading-box .box-heading, .yundle-product .five .container .heading-box .box-heading, .yundle-product .six .container .heading-box .box-heading, .yundle-definitions .three .container .heading-box .box-heading,
.yundle-definitions .four .container .heading-box .box-heading,
.yundle-definitions .five .container .heading-box .box-heading, .yundle-appreciations .three .container .heading-box .box-heading,
.yundle-appreciations .four .container .heading-box .box-heading,
.yundle-appreciations .five .container .heading-box .box-heading {
  border-left: 4px solid #dc2626;
  padding-left: 1%;
}
.yundle-directory .three .container .heading-box .box-heading p:first-child,
.yundle-directory .four .container .heading-box .box-heading p:first-child,
.yundle-directory .five .container .heading-box .box-heading p:first-child, .yundle-product .two .container .heading-box .box-heading p:first-child, .yundle-product .five .container .heading-box .box-heading p:first-child, .yundle-product .six .container .heading-box .box-heading p:first-child, .yundle-definitions .three .container .heading-box .box-heading p:first-child,
.yundle-definitions .four .container .heading-box .box-heading p:first-child,
.yundle-definitions .five .container .heading-box .box-heading p:first-child, .yundle-appreciations .three .container .heading-box .box-heading p:first-child,
.yundle-appreciations .four .container .heading-box .box-heading p:first-child,
.yundle-appreciations .five .container .heading-box .box-heading p:first-child {
  font-weight: bold;
  font-size: 28px;
}
.yundle-directory .three .container .heading-box .box-heading p.popular,
.yundle-directory .four .container .heading-box .box-heading p.popular,
.yundle-directory .five .container .heading-box .box-heading p.popular, .yundle-product .two .container .heading-box .box-heading p.popular, .yundle-product .five .container .heading-box .box-heading p.popular, .yundle-product .six .container .heading-box .box-heading p.popular, .yundle-definitions .three .container .heading-box .box-heading p.popular,
.yundle-definitions .four .container .heading-box .box-heading p.popular,
.yundle-definitions .five .container .heading-box .box-heading p.popular, .yundle-appreciations .three .container .heading-box .box-heading p.popular,
.yundle-appreciations .four .container .heading-box .box-heading p.popular,
.yundle-appreciations .five .container .heading-box .box-heading p.popular {
  color: white;
}
.yundle-directory .three .container .heading-box button,
.yundle-directory .four .container .heading-box button,
.yundle-directory .five .container .heading-box button, .yundle-product .two .container .heading-box button, .yundle-product .five .container .heading-box button, .yundle-product .six .container .heading-box button, .yundle-definitions .three .container .heading-box button,
.yundle-definitions .four .container .heading-box button,
.yundle-definitions .five .container .heading-box button, .yundle-appreciations .three .container .heading-box button,
.yundle-appreciations .four .container .heading-box button,
.yundle-appreciations .five .container .heading-box button {
  color: white;
  border: none;
  background-color: #dc2626;
  padding: 1rem 1.25rem;
  border-radius: 0.25rem;
}
.yundle-directory .three .container .heading-box button:hover,
.yundle-directory .four .container .heading-box button:hover,
.yundle-directory .five .container .heading-box button:hover, .yundle-product .two .container .heading-box button:hover, .yundle-product .five .container .heading-box button:hover, .yundle-product .six .container .heading-box button:hover, .yundle-definitions .three .container .heading-box button:hover,
.yundle-definitions .four .container .heading-box button:hover,
.yundle-definitions .five .container .heading-box button:hover, .yundle-appreciations .three .container .heading-box button:hover,
.yundle-appreciations .four .container .heading-box button:hover,
.yundle-appreciations .five .container .heading-box button:hover {
  background-color: #2e2d33;
}

.virtual-assets-section .virtual-assets-row .virtual-assets-card .virtual-assets-card-inner, .virtual-assets-section .virtual-assets-row .virtual-assets-card:hover h3.virtual-card-center-heading {
  opacity: 0;
  visibility: hidden;
}

.yundle-sales .one .container div .sales-btn, .yundle-sales .two .container div .sales-btn, .yundle-sales .two .container .filters div div .btn1,
.yundle-sales .two .container .filters div div .btn2, .add-directory-banner-section .virtual-heading-row .heading-contact-list .add-your-listing-free-btn a, .add-directory-middle-section .add-directory-browse-aside .all-browse-categories-btn a, .add-directory-middle-section .add-directory-form-aside .add-directory-form-wrap .form-submission-actions .form-action-btn, .yundle-photos .one .container div .btns button {
  color: #fff;
  font-size: 18px;
  border-radius: 8px;
  background-color: #ce2123;
  transition: all 0.4s ease-in-out;
}
.yundle-sales .one .container div .sales-btn:hover, .yundle-sales .two .container div .sales-btn:hover, .yundle-sales .two .container .filters div div .btn1:hover,
.yundle-sales .two .container .filters div div .btn2:hover, .add-directory-banner-section .virtual-heading-row .heading-contact-list .add-your-listing-free-btn a:hover, .add-directory-middle-section .add-directory-browse-aside .all-browse-categories-btn a:hover, .add-directory-middle-section .add-directory-form-aside .add-directory-form-wrap .form-submission-actions .form-action-btn:hover, .yundle-photos .one .container div .btns button:hover {
  background-color: #2e2d33;
}

.header {
  color: #d4d4d4;
}
.header header:first-child {
  border-bottom: 1px solid #d4d4d4;
  color: #d4d4d4;
}
.header header:first-child .container div p {
  margin: 0;
}
.header header:first-child .container div .mail p a {
  text-decoration: underline;
  color: #d4d4d4;
}
.header header:first-child .container div .mob p a {
  text-decoration: none;
  color: #d4d4d4;
}
.header header:first-child .container div .soicaltopbar {
  display: flex;
  align-items: center;
}
.header header:first-child .container div .soicaltopbar a {
  margin: 0px 5px;
  color: #d4d4d4;
  font-size: 1px;
  border: 1px solid #d4d4d4;
  padding: 8px;
  border-radius: 50%;
}
.header header:first-child .container div .soicaltopbar a .social {
  height: 1rem;
  width: 1rem;
}
.header header:nth-child(2) {
  border-bottom: 1px solid #d4d4d4;
}
.header header:nth-child(2) .container div div .searchBar {
  border-radius: 2.5rem;
  border: none;
  outline: none;
  padding: 10px 20px;
  height: 48px;
  font-size: 14px;
  font-style: italic;
  font-weight: 400;
  letter-spacing: 0.8px;
}
.header header:nth-child(2) .container div div .login p {
  margin: 0px;
}
.header header:nth-child(2) .container div .search {
  position: relative;
}
.header header:nth-child(2) .container div .search button {
  border: none;
  background-color: transparent;
  position: absolute;
  z-index: 1;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.header header:nth-child(2) .container div .cart p {
  margin: 0;
}
.header header:nth-child(2) .container div .cart div:first-child {
  display: flex;
  align-items: center;
}
.header header:nth-child(2) .container div .cart div:first-child p:first-child {
  margin-right: 5%;
}
.header .menuList .container ul {
  padding: 0;
  margin: 0;
}
.header .menuList .container ul li a {
  text-decoration: none;
  color: #d4d4d4;
  font-weight: 400;
  font-size: 16px;
}
.header .menuList .container #mainnav {
  margin-left: 0px !important;
}
.header .menuList .container #mainnav .openbtn {
  font-size: 20px;
  cursor: pointer;
  background-color: #2e2d33;
  color: white;
  border: none;
}
.header .menuList .sidebar {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #2e2d33;
  overflow-x: hidden;
  transition: 0.5s;
}
.header .menuList .sidebar a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 16px;
  font-weight: 300;
  color: #d4d4d4;
  display: block;
  transition: 0.3s;
}
.header .menuList .sidebar a:hover {
  color: white;
}
.header .menuList .sidebar .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

@media screen and (max-device-width: 424px) {
  .header .menuList .container #mainnav {
    margin: 5px 0px !important;
  }
}
@media screen and (max-device-width: 575px) {
  .header header:first-child .container div .mob,
.header header:first-child .container div .mail {
    margin: 5px 0px;
  }
  .header header:first-child .container div .mob p,
.header header:first-child .container div .mail p {
    text-align: center;
  }
  .header header:first-child .container div .soicaltopbar {
    margin: 5px 0px;
    justify-content: center !important;
  }
  .header header:nth-child(2) .container div {
    display: block !important;
    text-align: center;
  }
  .header header:nth-child(2) .container div div {
    margin-top: 5%;
  }
  .header header:nth-child(2) .container div .logo-icon {
    display: flex !important;
    justify-content: center;
  }
  .header header:nth-child(2) .container div .search {
    width: 100% !important;
  }
  .header header:nth-child(2) .container div .login {
    justify-content: center;
    align-items: center;
    display: flex !important;
    width: 100% !important;
  }
  .header header:nth-child(2) .container div .cart {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .header header:nth-child(2) .container div .cart div {
    margin: 0px 10px;
  }
  .header header:nth-child(2) .container div .cart div:first-child p {
    display: flex;
    justify-content: center;
  }
  .header header:nth-child(2) .container div .search button {
    position: absolute;
    right: 0px;
  }
}
@media screen and (max-device-width: 767px) {
  .header .menuList .menu767div {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .header .menuList .menu767div ul {
    display: none !important;
  }
  .header header:nth-child(2) .container div .cart {
    display: flex !important;
  }
  .header header:nth-child(2) .container div .cart div {
    justify-content: center;
    align-items: center;
  }
  .header header:nth-child(2) .container div .login {
    width: 50%;
  }
  .header header:nth-child(2) .container div .search {
    width: 50%;
    display: flex;
    justify-content: flex-end;
  }
}
@media screen and (max-device-width: 991px) {
  .header header:nth-child(2) .container div .cart div:last-child {
    display: block !important;
    text-align: center;
  }
}
.yundle-homepage .two .container .main-heading div, .yundle-homepage .three .container .experience div, .yundle-definitions .four .container .define div, .yundle-appreciations .four .container .define div {
  border-left: 3px solid #dc2626;
  padding: 2% 0% 2% 2%;
}
.yundle-homepage .two .container .main-heading div p:first-child, .yundle-homepage .three .container .experience div p:first-child, .yundle-definitions .four .container .define div p:first-child, .yundle-appreciations .four .container .define div p:first-child {
  font-size: 36px;
  font-weight: bold;
}

.yundle-homepage .two .container .custom-card div div:last-child a, .yundle-homepage .three .container .yundle3 .data-content p:last-child a, .yundle-directory .one .container .custom-card div div div a, .yundle-how_to .two .container div div:first-child .custom-card div div div a, .yundle-definitions .one .container .custom-card div div div a, .yundle-definitions .four .container .yundle3 .data-content p:last-child a, .yundle-appreciations .one .container .custom-card div div div a, .yundle-appreciations .four .container .yundle3 .data-content p:last-child a {
  text-decoration: none;
  color: #dc2626;
  font-weight: bold;
}
.yundle-homepage .two .container .custom-card div div:last-child a:hover, .yundle-homepage .three .container .yundle3 .data-content p:last-child a:hover, .yundle-directory .one .container .custom-card div div div a:hover, .yundle-how_to .two .container div div:first-child .custom-card div div div a:hover, .yundle-definitions .one .container .custom-card div div div a:hover, .yundle-definitions .four .container .yundle3 .data-content p:last-child a:hover, .yundle-appreciations .one .container .custom-card div div div a:hover, .yundle-appreciations .four .container .yundle3 .data-content p:last-child a:hover {
  border-bottom: 1px solid #dc2626;
  transition: border-bottom 0.4s ease-in-out;
}

.yundle-homepage .four .container .foot-homepage .signup .custom-border {
  border-bottom: 1px solid white;
}

.yundle-directory .three .container .heading-box .box-heading,
.yundle-directory .four .container .heading-box .box-heading,
.yundle-directory .five .container .heading-box .box-heading, .yundle-product .two .container .heading-box .box-heading, .yundle-product .five .container .heading-box .box-heading, .yundle-product .six .container .heading-box .box-heading, .yundle-definitions .three .container .heading-box .box-heading,
.yundle-definitions .four .container .heading-box .box-heading,
.yundle-definitions .five .container .heading-box .box-heading, .yundle-appreciations .three .container .heading-box .box-heading,
.yundle-appreciations .four .container .heading-box .box-heading,
.yundle-appreciations .five .container .heading-box .box-heading {
  border-left: 4px solid #dc2626;
  padding-left: 1%;
}
.yundle-directory .three .container .heading-box .box-heading p:first-child,
.yundle-directory .four .container .heading-box .box-heading p:first-child,
.yundle-directory .five .container .heading-box .box-heading p:first-child, .yundle-product .two .container .heading-box .box-heading p:first-child, .yundle-product .five .container .heading-box .box-heading p:first-child, .yundle-product .six .container .heading-box .box-heading p:first-child, .yundle-definitions .three .container .heading-box .box-heading p:first-child,
.yundle-definitions .four .container .heading-box .box-heading p:first-child,
.yundle-definitions .five .container .heading-box .box-heading p:first-child, .yundle-appreciations .three .container .heading-box .box-heading p:first-child,
.yundle-appreciations .four .container .heading-box .box-heading p:first-child,
.yundle-appreciations .five .container .heading-box .box-heading p:first-child {
  font-weight: bold;
  font-size: 28px;
}
.yundle-directory .three .container .heading-box .box-heading p.popular,
.yundle-directory .four .container .heading-box .box-heading p.popular,
.yundle-directory .five .container .heading-box .box-heading p.popular, .yundle-product .two .container .heading-box .box-heading p.popular, .yundle-product .five .container .heading-box .box-heading p.popular, .yundle-product .six .container .heading-box .box-heading p.popular, .yundle-definitions .three .container .heading-box .box-heading p.popular,
.yundle-definitions .four .container .heading-box .box-heading p.popular,
.yundle-definitions .five .container .heading-box .box-heading p.popular, .yundle-appreciations .three .container .heading-box .box-heading p.popular,
.yundle-appreciations .four .container .heading-box .box-heading p.popular,
.yundle-appreciations .five .container .heading-box .box-heading p.popular {
  color: white;
}
.yundle-directory .three .container .heading-box button,
.yundle-directory .four .container .heading-box button,
.yundle-directory .five .container .heading-box button, .yundle-product .two .container .heading-box button, .yundle-product .five .container .heading-box button, .yundle-product .six .container .heading-box button, .yundle-definitions .three .container .heading-box button,
.yundle-definitions .four .container .heading-box button,
.yundle-definitions .five .container .heading-box button, .yundle-appreciations .three .container .heading-box button,
.yundle-appreciations .four .container .heading-box button,
.yundle-appreciations .five .container .heading-box button {
  color: white;
  border: none;
  background-color: #dc2626;
  padding: 1rem 1.25rem;
  border-radius: 0.25rem;
}
.yundle-directory .three .container .heading-box button:hover,
.yundle-directory .four .container .heading-box button:hover,
.yundle-directory .five .container .heading-box button:hover, .yundle-product .two .container .heading-box button:hover, .yundle-product .five .container .heading-box button:hover, .yundle-product .six .container .heading-box button:hover, .yundle-definitions .three .container .heading-box button:hover,
.yundle-definitions .four .container .heading-box button:hover,
.yundle-definitions .five .container .heading-box button:hover, .yundle-appreciations .three .container .heading-box button:hover,
.yundle-appreciations .four .container .heading-box button:hover,
.yundle-appreciations .five .container .heading-box button:hover {
  background-color: #2e2d33;
}

.virtual-assets-section .virtual-assets-row .virtual-assets-card .virtual-assets-card-inner, .virtual-assets-section .virtual-assets-row .virtual-assets-card:hover h3.virtual-card-center-heading {
  opacity: 0;
  visibility: hidden;
}

.yundle-sales .one .container div .sales-btn, .yundle-sales .two .container div .sales-btn, .yundle-sales .two .container .filters div div .btn1,
.yundle-sales .two .container .filters div div .btn2, .add-directory-banner-section .virtual-heading-row .heading-contact-list .add-your-listing-free-btn a, .add-directory-middle-section .add-directory-browse-aside .all-browse-categories-btn a, .add-directory-middle-section .add-directory-form-aside .add-directory-form-wrap .form-submission-actions .form-action-btn, .yundle-photos .one .container div .btns button {
  color: #fff;
  font-size: 18px;
  border-radius: 8px;
  background-color: #ce2123;
  transition: all 0.4s ease-in-out;
}
.yundle-sales .one .container div .sales-btn:hover, .yundle-sales .two .container div .sales-btn:hover, .yundle-sales .two .container .filters div div .btn1:hover,
.yundle-sales .two .container .filters div div .btn2:hover, .add-directory-banner-section .virtual-heading-row .heading-contact-list .add-your-listing-free-btn a:hover, .add-directory-middle-section .add-directory-browse-aside .all-browse-categories-btn a:hover, .add-directory-middle-section .add-directory-form-aside .add-directory-form-wrap .form-submission-actions .form-action-btn:hover, .yundle-photos .one .container div .btns button:hover {
  background-color: #2e2d33;
}

.footer {
  background-color: #2e2d33;
  color: #d4d4d4;
}
.footer .container div div ul li a {
  color: #d4d4d4;
}
.footer .container div div .main-heading {
  color: white;
}
.footer .container div div .dashed-custom-border {
  border-bottom: 1px dashed #d4d4d4;
}
.footer .container div div .dashed-custom-border p {
  margin: 0;
}
.footer .social .icons {
  height: 10rem;
  border-width: 1px 1px 1px 0px;
  border-style: solid;
  border-color: #d4d4d4;
}
.footer .social .icons div p:first-child {
  font-size: 20px;
}
.footer .social .icons div a {
  text-decoration: none;
}
.footer .social .callus {
  height: 10rem;
  border-width: 1px 0px 1px 0px;
  border-style: solid;
  border-color: #d4d4d4;
}
.footer .social .callus div p {
  margin: 0;
  font-size: 20px;
}
.footer .social .callus div p:last-child {
  text-align: right;
}
.footer .social .callus div p:last-child a {
  text-decoration: none;
  font-size: 24px;
  color: #f6e0ae;
}

@media screen and (max-device-width: 767px) {
  .footer .links {
    width: 100%;
  }
  .footer .social .icons {
    border: none;
    width: 100%;
  }
  .footer .social .callus {
    border: none;
    width: 100%;
  }
  .footer .social .callus div p:last-child {
    text-align: left;
  }
}
.catalog-cart .catalog-cart {
  padding: 5% 0%;
}

.cart-system .heading-cart .b-bottom {
  border-bottom: 1px solid #dedede;
}
.cart-system .heading-cart tr {
  text-align: left;
}
.cart-system .heading-cart tr th .product-cart {
  border: 1px solid #dedede;
  padding: 10px;
  margin: 20px 0px;
  width: 20%;
  text-align: center;
  border-radius: 10px;
  background: rgba(247, 247, 247, 0.968627451);
  color: #262626;
  font-weight: 500;
  font-size: 20px;
}
.cart-system .heading-cart tr th .product-carted {
  border: 1px solid #dedede;
  padding: 10px;
  text-align: center;
  border-radius: 10px;
  background: rgba(247, 247, 247, 0.968627451);
  color: #262626;
  font-weight: 500;
  font-size: 20px;
}
.cart-system .heading-cart tr .design-cart ul {
  padding: 2% 0%;
}
.cart-system .heading-cart tr .design-cart ul li {
  position: relative;
  padding-left: 40px;
}
.cart-system .heading-cart tr .design-cart ul li span.cross {
  content: url("/assets/images/icons/cross.png");
  position: absolute;
  left: 0;
}

.head .product table {
  min-width: 60%;
}
.head .product td {
  font-size: 20px;
  border: 1px solid #dedede;
  padding: 10px 20px;
}
.head .product .shopping {
  font-size: 20px;
  border: 1px solid #dedede;
  padding: 10px 20px;
  font-weight: 500;
  background: rgba(247, 247, 247, 0.968627451) !important;
}
.head .product .cart-item {
  font-size: 30px;
  font-weight: 500;
  color: #262626;
  padding: 1%;
}
.head .product table {
  min-width: 70%;
  border: 1px solid #dedede;
  border-collapse: collapse;
}
.head .product .cart-item {
  font-size: 30px;
}
.head .product .cart-total {
  min-width: 70%;
}
.head .product .cart-doller {
  border: 1px solid #dedede;
  background: rgba(247, 247, 247, 0.968627451);
  color: #262626;
}

@media only screen and (max-width: 760px), (min-device-width: 768px) and (max-device-width: 1024px) {
  .cart-system .heading-cart {
    /* Force table to not be like tables anymore */
    /* Hide table headers (but not display: none;, for accessibility) */
    /*
    Label the data
      You could also use a data-* attribute and content for this. That way "bloats" the HTML, this way means you need to keep HTML and CSS in sync. Lea Verou has a clever way to handle with text-shadow.
    */
  }
  .cart-system .heading-cart table,
.cart-system .heading-cart thead,
.cart-system .heading-cart tbody,
.cart-system .heading-cart th,
.cart-system .heading-cart td,
.cart-system .heading-cart tr {
    display: block;
  }
  .cart-system .heading-cart thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  .cart-system .heading-cart tr {
    margin: 0 0 1rem 0;
  }
  .cart-system .heading-cart td {
    /* Behave  like a "row" */
    border: none;
    border-bottom: 1px solid #262626;
    position: relative;
    padding-left: 50%;
  }
  .cart-system .heading-cart td:before {
    /* Now like a table header */
    position: absolute;
    /* Top/left values mimic padding */
    top: 1;
    left: 0px;
    width: 45%;
    white-space: nowrap;
    background: #ccc;
    text-transform: capitalize;
  }
  .cart-system .heading-cart td:nth-of-type(1):before {
    content: "product";
  }
  .cart-system .heading-cart td:nth-of-type(2):before {
    content: "price";
  }
  .cart-system .heading-cart td:nth-of-type(3):before {
    content: "quantity";
  }
  .cart-system .heading-cart td:nth-of-type(4):before {
    content: "total";
  }
  .cart-total {
    min-width: 70%;
  }
}
@media only screen and (max-width: 760px), (min-device-width: 568px) and (max-device-width: 768px) {
  .shopping {
    display: flex;
    flex: wrap;
  }
  .shop table {
    width: 100%;
    padding: 0px 10px;
  }
}
.yundle-homepage .two .container .main-heading div, .yundle-homepage .three .container .experience div, .yundle-definitions .four .container .define div, .yundle-appreciations .four .container .define div {
  border-left: 3px solid #dc2626;
  padding: 2% 0% 2% 2%;
}
.yundle-homepage .two .container .main-heading div p:first-child, .yundle-homepage .three .container .experience div p:first-child, .yundle-definitions .four .container .define div p:first-child, .yundle-appreciations .four .container .define div p:first-child {
  font-size: 36px;
  font-weight: bold;
}

.yundle-homepage .two .container .custom-card div div:last-child a, .yundle-homepage .three .container .yundle3 .data-content p:last-child a, .yundle-directory .one .container .custom-card div div div a, .yundle-how_to .two .container div div:first-child .custom-card div div div a, .yundle-definitions .one .container .custom-card div div div a, .yundle-definitions .four .container .yundle3 .data-content p:last-child a, .yundle-appreciations .one .container .custom-card div div div a, .yundle-appreciations .four .container .yundle3 .data-content p:last-child a {
  text-decoration: none;
  color: #dc2626;
  font-weight: bold;
}
.yundle-homepage .two .container .custom-card div div:last-child a:hover, .yundle-homepage .three .container .yundle3 .data-content p:last-child a:hover, .yundle-directory .one .container .custom-card div div div a:hover, .yundle-how_to .two .container div div:first-child .custom-card div div div a:hover, .yundle-definitions .one .container .custom-card div div div a:hover, .yundle-definitions .four .container .yundle3 .data-content p:last-child a:hover, .yundle-appreciations .one .container .custom-card div div div a:hover, .yundle-appreciations .four .container .yundle3 .data-content p:last-child a:hover {
  border-bottom: 1px solid #dc2626;
  transition: border-bottom 0.4s ease-in-out;
}

.yundle-homepage .four .container .foot-homepage .signup .custom-border {
  border-bottom: 1px solid white;
}

.yundle-directory .three .container .heading-box .box-heading,
.yundle-directory .four .container .heading-box .box-heading,
.yundle-directory .five .container .heading-box .box-heading, .yundle-product .two .container .heading-box .box-heading, .yundle-product .five .container .heading-box .box-heading, .yundle-product .six .container .heading-box .box-heading, .yundle-definitions .three .container .heading-box .box-heading,
.yundle-definitions .four .container .heading-box .box-heading,
.yundle-definitions .five .container .heading-box .box-heading, .yundle-appreciations .three .container .heading-box .box-heading,
.yundle-appreciations .four .container .heading-box .box-heading,
.yundle-appreciations .five .container .heading-box .box-heading {
  border-left: 4px solid #dc2626;
  padding-left: 1%;
}
.yundle-directory .three .container .heading-box .box-heading p:first-child,
.yundle-directory .four .container .heading-box .box-heading p:first-child,
.yundle-directory .five .container .heading-box .box-heading p:first-child, .yundle-product .two .container .heading-box .box-heading p:first-child, .yundle-product .five .container .heading-box .box-heading p:first-child, .yundle-product .six .container .heading-box .box-heading p:first-child, .yundle-definitions .three .container .heading-box .box-heading p:first-child,
.yundle-definitions .four .container .heading-box .box-heading p:first-child,
.yundle-definitions .five .container .heading-box .box-heading p:first-child, .yundle-appreciations .three .container .heading-box .box-heading p:first-child,
.yundle-appreciations .four .container .heading-box .box-heading p:first-child,
.yundle-appreciations .five .container .heading-box .box-heading p:first-child {
  font-weight: bold;
  font-size: 28px;
}
.yundle-directory .three .container .heading-box .box-heading p.popular,
.yundle-directory .four .container .heading-box .box-heading p.popular,
.yundle-directory .five .container .heading-box .box-heading p.popular, .yundle-product .two .container .heading-box .box-heading p.popular, .yundle-product .five .container .heading-box .box-heading p.popular, .yundle-product .six .container .heading-box .box-heading p.popular, .yundle-definitions .three .container .heading-box .box-heading p.popular,
.yundle-definitions .four .container .heading-box .box-heading p.popular,
.yundle-definitions .five .container .heading-box .box-heading p.popular, .yundle-appreciations .three .container .heading-box .box-heading p.popular,
.yundle-appreciations .four .container .heading-box .box-heading p.popular,
.yundle-appreciations .five .container .heading-box .box-heading p.popular {
  color: white;
}
.yundle-directory .three .container .heading-box button,
.yundle-directory .four .container .heading-box button,
.yundle-directory .five .container .heading-box button, .yundle-product .two .container .heading-box button, .yundle-product .five .container .heading-box button, .yundle-product .six .container .heading-box button, .yundle-definitions .three .container .heading-box button,
.yundle-definitions .four .container .heading-box button,
.yundle-definitions .five .container .heading-box button, .yundle-appreciations .three .container .heading-box button,
.yundle-appreciations .four .container .heading-box button,
.yundle-appreciations .five .container .heading-box button {
  color: white;
  border: none;
  background-color: #dc2626;
  padding: 1rem 1.25rem;
  border-radius: 0.25rem;
}
.yundle-directory .three .container .heading-box button:hover,
.yundle-directory .four .container .heading-box button:hover,
.yundle-directory .five .container .heading-box button:hover, .yundle-product .two .container .heading-box button:hover, .yundle-product .five .container .heading-box button:hover, .yundle-product .six .container .heading-box button:hover, .yundle-definitions .three .container .heading-box button:hover,
.yundle-definitions .four .container .heading-box button:hover,
.yundle-definitions .five .container .heading-box button:hover, .yundle-appreciations .three .container .heading-box button:hover,
.yundle-appreciations .four .container .heading-box button:hover,
.yundle-appreciations .five .container .heading-box button:hover {
  background-color: #2e2d33;
}

.virtual-assets-section .virtual-assets-row .virtual-assets-card .virtual-assets-card-inner, .virtual-assets-section .virtual-assets-row .virtual-assets-card:hover h3.virtual-card-center-heading {
  opacity: 0;
  visibility: hidden;
}

.yundle-sales .one .container div .sales-btn, .yundle-sales .two .container div .sales-btn, .yundle-sales .two .container .filters div div .btn1,
.yundle-sales .two .container .filters div div .btn2, .add-directory-banner-section .virtual-heading-row .heading-contact-list .add-your-listing-free-btn a, .add-directory-middle-section .add-directory-browse-aside .all-browse-categories-btn a, .add-directory-middle-section .add-directory-form-aside .add-directory-form-wrap .form-submission-actions .form-action-btn, .yundle-photos .one .container div .btns button {
  color: #fff;
  font-size: 18px;
  border-radius: 8px;
  background-color: #ce2123;
  transition: all 0.4s ease-in-out;
}
.yundle-sales .one .container div .sales-btn:hover, .yundle-sales .two .container div .sales-btn:hover, .yundle-sales .two .container .filters div div .btn1:hover,
.yundle-sales .two .container .filters div div .btn2:hover, .add-directory-banner-section .virtual-heading-row .heading-contact-list .add-your-listing-free-btn a:hover, .add-directory-middle-section .add-directory-browse-aside .all-browse-categories-btn a:hover, .add-directory-middle-section .add-directory-form-aside .add-directory-form-wrap .form-submission-actions .form-action-btn:hover, .yundle-photos .one .container div .btns button:hover {
  background-color: #2e2d33;
}

.collection-detail .collect-bg {
  background: none;
}
.collection-detail .collect-bg .section-heading h3 span {
  border-color: #dc2626;
}
.collection-detail .collect-bg .section-heading p {
  font-size: 20px;
  font-weight: 500;
}
.collection-detail .collect-bg .section-heading p span {
  color: #dc2626;
}
.collection-detail .block-btn {
  background-color: #dc2626;
  color: #fff;
  border-radius: 5px;
}
.collection-detail .set-btn .search {
  border: 1px solid rgb(192, 191, 191);
  border-radius: 5px;
  padding: 12px 40px 12px 20px;
}
.collection-detail .set-btn .gobtn {
  border: 1px solid #000;
  border-radius: 5px;
  padding: 12px 29px;
  background-color: #f7f7f7;
}
.collection-detail .set-btn .resat-btn {
  border: 1px solid #dc2626;
  color: #dc2626;
  border-radius: 5px;
  padding: 12px 23px;
}
.collection-detail .set-btn .check {
  border: 0.5px solid #000;
  font-size: 20px;
  height: 25px;
  width: 25px;
}
.collection-detail .print-btn img {
  width: 36px;
}
.collection-detail .print-btn .ptint-press {
  border: 1px solid rgb(192, 191, 191);
  border-radius: 5px;
  background-color: #f7f7f7;
}
.collection-detail .collects {
  background: none;
}
.collection-detail .collects .choose span {
  font-size: 20px;
  font-weight: 500;
}
.collection-detail .collects .choose .activee {
  color: white !important;
  background-color: #dc2626 !important;
  border-color: #dc2626 !important;
}
.collection-detail .collects .choose .choos-btn {
  border: 1px solid #d4d4d4;
  border-radius: 5px;
  padding: 15px 24px;
  background: #f7f7f7;
}
.collection-detail .coins-collaction .coin-content {
  border-radius: 0px 0px 5px 5px;
}
.collection-detail .coin {
  background-color: #c5c5c5;
  border-radius: 5px;
}
.collection-detail .card {
  border-radius: 5px;
}
.collection-detail .card .card-content .coin-icon {
  border-radius: 50%;
  background-color: #c5c5c5;
}
.collection-detail .section2 .carditem {
  border-bottom: 1px solid #d4d4d4;
}
.collection-detail .section2 .carditem .tag {
  background-color: #d4d4d4;
}
.collection-detail .pagination {
  border-width: 1px;
  border-color: rgb(215, 215, 215);
  border-style: solid;
  border-radius: 5px;
  background-color: rgb(255, 255, 255);
  box-shadow: 5.657px 5.657px 35.72px 2.28px rgba(0, 0, 0, 0.15);
  margin: 5% 0%;
}
.collection-detail .pagination div .prev,
.collection-detail .pagination div .next {
  background-color: #f7f7f7;
}
.collection-detail .pagination div .page_no {
  border-color: #f7f7f7;
  background-color: white;
}
.collection-detail .pagination div .page_no ul li .active {
  background-color: #dc2626;
  color: white;
  border-radius: 0.5rem;
  pointer-events: none;
  cursor: none;
}

@media screen and (max-width: 575px) {
  .collection-detail {
    padding: 0px 5px;
  }
  .collection-detail .add-your-listing-free-btn {
    align-items: center;
  }
  .collection-detail .set-btn {
    text-align: center;
    align-items: center;
  }
  .collection-detail .set-btn .search {
    width: 100%;
    margin-bottom: 10px;
    border-radius: 5px;
    padding: 12px 40px 12px 20px;
  }
  .collection-detail .set-btn .gobtn {
    display: inline-block;
    border-radius: 5px;
    padding: 12px 29px;
  }
  .collection-detail .set-btn .resat-btn {
    display: inline-block;
    border-radius: 5px;
    padding: 12px 23px;
  }
}
.yundle-homepage .two .container .main-heading div, .yundle-homepage .three .container .experience div, .yundle-definitions .four .container .define div, .yundle-appreciations .four .container .define div {
  border-left: 3px solid #dc2626;
  padding: 2% 0% 2% 2%;
}
.yundle-homepage .two .container .main-heading div p:first-child, .yundle-homepage .three .container .experience div p:first-child, .yundle-definitions .four .container .define div p:first-child, .yundle-appreciations .four .container .define div p:first-child {
  font-size: 36px;
  font-weight: bold;
}

.yundle-homepage .two .container .custom-card div div:last-child a, .yundle-homepage .three .container .yundle3 .data-content p:last-child a, .yundle-directory .one .container .custom-card div div div a, .yundle-how_to .two .container div div:first-child .custom-card div div div a, .yundle-definitions .one .container .custom-card div div div a, .yundle-definitions .four .container .yundle3 .data-content p:last-child a, .yundle-appreciations .one .container .custom-card div div div a, .yundle-appreciations .four .container .yundle3 .data-content p:last-child a {
  text-decoration: none;
  color: #dc2626;
  font-weight: bold;
}
.yundle-homepage .two .container .custom-card div div:last-child a:hover, .yundle-homepage .three .container .yundle3 .data-content p:last-child a:hover, .yundle-directory .one .container .custom-card div div div a:hover, .yundle-how_to .two .container div div:first-child .custom-card div div div a:hover, .yundle-definitions .one .container .custom-card div div div a:hover, .yundle-definitions .four .container .yundle3 .data-content p:last-child a:hover, .yundle-appreciations .one .container .custom-card div div div a:hover, .yundle-appreciations .four .container .yundle3 .data-content p:last-child a:hover {
  border-bottom: 1px solid #dc2626;
  transition: border-bottom 0.4s ease-in-out;
}

.yundle-homepage .four .container .foot-homepage .signup .custom-border {
  border-bottom: 1px solid white;
}

.yundle-directory .three .container .heading-box .box-heading,
.yundle-directory .four .container .heading-box .box-heading,
.yundle-directory .five .container .heading-box .box-heading, .yundle-product .two .container .heading-box .box-heading, .yundle-product .five .container .heading-box .box-heading, .yundle-product .six .container .heading-box .box-heading, .yundle-definitions .three .container .heading-box .box-heading,
.yundle-definitions .four .container .heading-box .box-heading,
.yundle-definitions .five .container .heading-box .box-heading, .yundle-appreciations .three .container .heading-box .box-heading,
.yundle-appreciations .four .container .heading-box .box-heading,
.yundle-appreciations .five .container .heading-box .box-heading {
  border-left: 4px solid #dc2626;
  padding-left: 1%;
}
.yundle-directory .three .container .heading-box .box-heading p:first-child,
.yundle-directory .four .container .heading-box .box-heading p:first-child,
.yundle-directory .five .container .heading-box .box-heading p:first-child, .yundle-product .two .container .heading-box .box-heading p:first-child, .yundle-product .five .container .heading-box .box-heading p:first-child, .yundle-product .six .container .heading-box .box-heading p:first-child, .yundle-definitions .three .container .heading-box .box-heading p:first-child,
.yundle-definitions .four .container .heading-box .box-heading p:first-child,
.yundle-definitions .five .container .heading-box .box-heading p:first-child, .yundle-appreciations .three .container .heading-box .box-heading p:first-child,
.yundle-appreciations .four .container .heading-box .box-heading p:first-child,
.yundle-appreciations .five .container .heading-box .box-heading p:first-child {
  font-weight: bold;
  font-size: 28px;
}
.yundle-directory .three .container .heading-box .box-heading p.popular,
.yundle-directory .four .container .heading-box .box-heading p.popular,
.yundle-directory .five .container .heading-box .box-heading p.popular, .yundle-product .two .container .heading-box .box-heading p.popular, .yundle-product .five .container .heading-box .box-heading p.popular, .yundle-product .six .container .heading-box .box-heading p.popular, .yundle-definitions .three .container .heading-box .box-heading p.popular,
.yundle-definitions .four .container .heading-box .box-heading p.popular,
.yundle-definitions .five .container .heading-box .box-heading p.popular, .yundle-appreciations .three .container .heading-box .box-heading p.popular,
.yundle-appreciations .four .container .heading-box .box-heading p.popular,
.yundle-appreciations .five .container .heading-box .box-heading p.popular {
  color: white;
}
.yundle-directory .three .container .heading-box button,
.yundle-directory .four .container .heading-box button,
.yundle-directory .five .container .heading-box button, .yundle-product .two .container .heading-box button, .yundle-product .five .container .heading-box button, .yundle-product .six .container .heading-box button, .yundle-definitions .three .container .heading-box button,
.yundle-definitions .four .container .heading-box button,
.yundle-definitions .five .container .heading-box button, .yundle-appreciations .three .container .heading-box button,
.yundle-appreciations .four .container .heading-box button,
.yundle-appreciations .five .container .heading-box button {
  color: white;
  border: none;
  background-color: #dc2626;
  padding: 1rem 1.25rem;
  border-radius: 0.25rem;
}
.yundle-directory .three .container .heading-box button:hover,
.yundle-directory .four .container .heading-box button:hover,
.yundle-directory .five .container .heading-box button:hover, .yundle-product .two .container .heading-box button:hover, .yundle-product .five .container .heading-box button:hover, .yundle-product .six .container .heading-box button:hover, .yundle-definitions .three .container .heading-box button:hover,
.yundle-definitions .four .container .heading-box button:hover,
.yundle-definitions .five .container .heading-box button:hover, .yundle-appreciations .three .container .heading-box button:hover,
.yundle-appreciations .four .container .heading-box button:hover,
.yundle-appreciations .five .container .heading-box button:hover {
  background-color: #2e2d33;
}

.virtual-assets-section .virtual-assets-row .virtual-assets-card .virtual-assets-card-inner, .virtual-assets-section .virtual-assets-row .virtual-assets-card:hover h3.virtual-card-center-heading {
  opacity: 0;
  visibility: hidden;
}

.yundle-sales .one .container div .sales-btn, .yundle-sales .two .container div .sales-btn, .yundle-sales .two .container .filters div div .btn1,
.yundle-sales .two .container .filters div div .btn2, .add-directory-banner-section .virtual-heading-row .heading-contact-list .add-your-listing-free-btn a, .add-directory-middle-section .add-directory-browse-aside .all-browse-categories-btn a, .add-directory-middle-section .add-directory-form-aside .add-directory-form-wrap .form-submission-actions .form-action-btn, .yundle-photos .one .container div .btns button {
  color: #fff;
  font-size: 18px;
  border-radius: 8px;
  background-color: #ce2123;
  transition: all 0.4s ease-in-out;
}
.yundle-sales .one .container div .sales-btn:hover, .yundle-sales .two .container div .sales-btn:hover, .yundle-sales .two .container .filters div div .btn1:hover,
.yundle-sales .two .container .filters div div .btn2:hover, .add-directory-banner-section .virtual-heading-row .heading-contact-list .add-your-listing-free-btn a:hover, .add-directory-middle-section .add-directory-browse-aside .all-browse-categories-btn a:hover, .add-directory-middle-section .add-directory-form-aside .add-directory-form-wrap .form-submission-actions .form-action-btn:hover, .yundle-photos .one .container div .btns button:hover {
  background-color: #2e2d33;
}

.collections-index .section1 .red-line {
  border-bottom: 4px solid #dc2626;
}
.collections-index .section1 .gobtn {
  border-color: #2e2d33;
  background-color: #f7f7f7;
}
.collections-index .section1 .resetbtn {
  border-color: #dc2626;
  color: #dc2626;
}
.collections-index .cards .card .author {
  background-color: #d4d4d4;
}
.collections-index .pagination .prev,
.collections-index .pagination .next {
  background-color: #f7f7f7;
}
.collections-index .pagination .page_no {
  border-color: #f7f7f7;
  background-color: white;
}
.collections-index .pagination .page_no ul li .active {
  background-color: #dc2626;
  color: white;
  border-radius: 0.5rem;
  pointer-events: none;
  cursor: none;
}

.yundle-homepage .two .container .main-heading div, .yundle-homepage .three .container .experience div, .yundle-definitions .four .container .define div, .yundle-appreciations .four .container .define div {
  border-left: 3px solid #dc2626;
  padding: 2% 0% 2% 2%;
}
.yundle-homepage .two .container .main-heading div p:first-child, .yundle-homepage .three .container .experience div p:first-child, .yundle-definitions .four .container .define div p:first-child, .yundle-appreciations .four .container .define div p:first-child {
  font-size: 36px;
  font-weight: bold;
}

.yundle-homepage .two .container .custom-card div div:last-child a, .yundle-homepage .three .container .yundle3 .data-content p:last-child a, .yundle-directory .one .container .custom-card div div div a, .yundle-how_to .two .container div div:first-child .custom-card div div div a, .yundle-definitions .one .container .custom-card div div div a, .yundle-definitions .four .container .yundle3 .data-content p:last-child a, .yundle-appreciations .one .container .custom-card div div div a, .yundle-appreciations .four .container .yundle3 .data-content p:last-child a {
  text-decoration: none;
  color: #dc2626;
  font-weight: bold;
}
.yundle-homepage .two .container .custom-card div div:last-child a:hover, .yundle-homepage .three .container .yundle3 .data-content p:last-child a:hover, .yundle-directory .one .container .custom-card div div div a:hover, .yundle-how_to .two .container div div:first-child .custom-card div div div a:hover, .yundle-definitions .one .container .custom-card div div div a:hover, .yundle-definitions .four .container .yundle3 .data-content p:last-child a:hover, .yundle-appreciations .one .container .custom-card div div div a:hover, .yundle-appreciations .four .container .yundle3 .data-content p:last-child a:hover {
  border-bottom: 1px solid #dc2626;
  transition: border-bottom 0.4s ease-in-out;
}

.yundle-homepage .four .container .foot-homepage .signup .custom-border {
  border-bottom: 1px solid white;
}

.yundle-directory .three .container .heading-box .box-heading,
.yundle-directory .four .container .heading-box .box-heading,
.yundle-directory .five .container .heading-box .box-heading, .yundle-product .two .container .heading-box .box-heading, .yundle-product .five .container .heading-box .box-heading, .yundle-product .six .container .heading-box .box-heading, .yundle-definitions .three .container .heading-box .box-heading,
.yundle-definitions .four .container .heading-box .box-heading,
.yundle-definitions .five .container .heading-box .box-heading, .yundle-appreciations .three .container .heading-box .box-heading,
.yundle-appreciations .four .container .heading-box .box-heading,
.yundle-appreciations .five .container .heading-box .box-heading {
  border-left: 4px solid #dc2626;
  padding-left: 1%;
}
.yundle-directory .three .container .heading-box .box-heading p:first-child,
.yundle-directory .four .container .heading-box .box-heading p:first-child,
.yundle-directory .five .container .heading-box .box-heading p:first-child, .yundle-product .two .container .heading-box .box-heading p:first-child, .yundle-product .five .container .heading-box .box-heading p:first-child, .yundle-product .six .container .heading-box .box-heading p:first-child, .yundle-definitions .three .container .heading-box .box-heading p:first-child,
.yundle-definitions .four .container .heading-box .box-heading p:first-child,
.yundle-definitions .five .container .heading-box .box-heading p:first-child, .yundle-appreciations .three .container .heading-box .box-heading p:first-child,
.yundle-appreciations .four .container .heading-box .box-heading p:first-child,
.yundle-appreciations .five .container .heading-box .box-heading p:first-child {
  font-weight: bold;
  font-size: 28px;
}
.yundle-directory .three .container .heading-box .box-heading p.popular,
.yundle-directory .four .container .heading-box .box-heading p.popular,
.yundle-directory .five .container .heading-box .box-heading p.popular, .yundle-product .two .container .heading-box .box-heading p.popular, .yundle-product .five .container .heading-box .box-heading p.popular, .yundle-product .six .container .heading-box .box-heading p.popular, .yundle-definitions .three .container .heading-box .box-heading p.popular,
.yundle-definitions .four .container .heading-box .box-heading p.popular,
.yundle-definitions .five .container .heading-box .box-heading p.popular, .yundle-appreciations .three .container .heading-box .box-heading p.popular,
.yundle-appreciations .four .container .heading-box .box-heading p.popular,
.yundle-appreciations .five .container .heading-box .box-heading p.popular {
  color: white;
}
.yundle-directory .three .container .heading-box button,
.yundle-directory .four .container .heading-box button,
.yundle-directory .five .container .heading-box button, .yundle-product .two .container .heading-box button, .yundle-product .five .container .heading-box button, .yundle-product .six .container .heading-box button, .yundle-definitions .three .container .heading-box button,
.yundle-definitions .four .container .heading-box button,
.yundle-definitions .five .container .heading-box button, .yundle-appreciations .three .container .heading-box button,
.yundle-appreciations .four .container .heading-box button,
.yundle-appreciations .five .container .heading-box button {
  color: white;
  border: none;
  background-color: #dc2626;
  padding: 1rem 1.25rem;
  border-radius: 0.25rem;
}
.yundle-directory .three .container .heading-box button:hover,
.yundle-directory .four .container .heading-box button:hover,
.yundle-directory .five .container .heading-box button:hover, .yundle-product .two .container .heading-box button:hover, .yundle-product .five .container .heading-box button:hover, .yundle-product .six .container .heading-box button:hover, .yundle-definitions .three .container .heading-box button:hover,
.yundle-definitions .four .container .heading-box button:hover,
.yundle-definitions .five .container .heading-box button:hover, .yundle-appreciations .three .container .heading-box button:hover,
.yundle-appreciations .four .container .heading-box button:hover,
.yundle-appreciations .five .container .heading-box button:hover {
  background-color: #2e2d33;
}

.virtual-assets-section .virtual-assets-row .virtual-assets-card .virtual-assets-card-inner, .virtual-assets-section .virtual-assets-row .virtual-assets-card:hover h3.virtual-card-center-heading {
  opacity: 0;
  visibility: hidden;
}

.yundle-sales .one .container div .sales-btn, .yundle-sales .two .container div .sales-btn, .yundle-sales .two .container .filters div div .btn1,
.yundle-sales .two .container .filters div div .btn2, .add-directory-banner-section .virtual-heading-row .heading-contact-list .add-your-listing-free-btn a, .add-directory-middle-section .add-directory-browse-aside .all-browse-categories-btn a, .add-directory-middle-section .add-directory-form-aside .add-directory-form-wrap .form-submission-actions .form-action-btn, .yundle-photos .one .container div .btns button {
  color: #fff;
  font-size: 18px;
  border-radius: 8px;
  background-color: #ce2123;
  transition: all 0.4s ease-in-out;
}
.yundle-sales .one .container div .sales-btn:hover, .yundle-sales .two .container div .sales-btn:hover, .yundle-sales .two .container .filters div div .btn1:hover,
.yundle-sales .two .container .filters div div .btn2:hover, .add-directory-banner-section .virtual-heading-row .heading-contact-list .add-your-listing-free-btn a:hover, .add-directory-middle-section .add-directory-browse-aside .all-browse-categories-btn a:hover, .add-directory-middle-section .add-directory-form-aside .add-directory-form-wrap .form-submission-actions .form-action-btn:hover, .yundle-photos .one .container div .btns button:hover {
  background-color: #2e2d33;
}

.print-preview .section1 {
  background-color: #f7f7f7;
}
.print-preview .section1 .hidepic1 {
  background-color: #d4d4d4;
}
.print-preview .section1 .hidepic2 {
  background-color: transparent;
  border-color: #2e2d33;
}
.print-preview .section2 .carditem {
  border-bottom: 1px solid #d4d4d4;
}
.print-preview .section2 .carditem:last-child {
  border-bottom: 0px !important;
}

.yundle-homepage .two .container .main-heading div, .yundle-homepage .three .container .experience div, .yundle-definitions .four .container .define div, .yundle-appreciations .four .container .define div {
  border-left: 3px solid #dc2626;
  padding: 2% 0% 2% 2%;
}
.yundle-homepage .two .container .main-heading div p:first-child, .yundle-homepage .three .container .experience div p:first-child, .yundle-definitions .four .container .define div p:first-child, .yundle-appreciations .four .container .define div p:first-child {
  font-size: 36px;
  font-weight: bold;
}

.yundle-homepage .two .container .custom-card div div:last-child a, .yundle-homepage .three .container .yundle3 .data-content p:last-child a, .yundle-directory .one .container .custom-card div div div a, .yundle-how_to .two .container div div:first-child .custom-card div div div a, .yundle-definitions .one .container .custom-card div div div a, .yundle-definitions .four .container .yundle3 .data-content p:last-child a, .yundle-appreciations .one .container .custom-card div div div a, .yundle-appreciations .four .container .yundle3 .data-content p:last-child a {
  text-decoration: none;
  color: #dc2626;
  font-weight: bold;
}
.yundle-homepage .two .container .custom-card div div:last-child a:hover, .yundle-homepage .three .container .yundle3 .data-content p:last-child a:hover, .yundle-directory .one .container .custom-card div div div a:hover, .yundle-how_to .two .container div div:first-child .custom-card div div div a:hover, .yundle-definitions .one .container .custom-card div div div a:hover, .yundle-definitions .four .container .yundle3 .data-content p:last-child a:hover, .yundle-appreciations .one .container .custom-card div div div a:hover, .yundle-appreciations .four .container .yundle3 .data-content p:last-child a:hover {
  border-bottom: 1px solid #dc2626;
  transition: border-bottom 0.4s ease-in-out;
}

.yundle-homepage .four .container .foot-homepage .signup .custom-border {
  border-bottom: 1px solid white;
}

.yundle-directory .three .container .heading-box .box-heading,
.yundle-directory .four .container .heading-box .box-heading,
.yundle-directory .five .container .heading-box .box-heading, .yundle-product .two .container .heading-box .box-heading, .yundle-product .five .container .heading-box .box-heading, .yundle-product .six .container .heading-box .box-heading, .yundle-definitions .three .container .heading-box .box-heading,
.yundle-definitions .four .container .heading-box .box-heading,
.yundle-definitions .five .container .heading-box .box-heading, .yundle-appreciations .three .container .heading-box .box-heading,
.yundle-appreciations .four .container .heading-box .box-heading,
.yundle-appreciations .five .container .heading-box .box-heading {
  border-left: 4px solid #dc2626;
  padding-left: 1%;
}
.yundle-directory .three .container .heading-box .box-heading p:first-child,
.yundle-directory .four .container .heading-box .box-heading p:first-child,
.yundle-directory .five .container .heading-box .box-heading p:first-child, .yundle-product .two .container .heading-box .box-heading p:first-child, .yundle-product .five .container .heading-box .box-heading p:first-child, .yundle-product .six .container .heading-box .box-heading p:first-child, .yundle-definitions .three .container .heading-box .box-heading p:first-child,
.yundle-definitions .four .container .heading-box .box-heading p:first-child,
.yundle-definitions .five .container .heading-box .box-heading p:first-child, .yundle-appreciations .three .container .heading-box .box-heading p:first-child,
.yundle-appreciations .four .container .heading-box .box-heading p:first-child,
.yundle-appreciations .five .container .heading-box .box-heading p:first-child {
  font-weight: bold;
  font-size: 28px;
}
.yundle-directory .three .container .heading-box .box-heading p.popular,
.yundle-directory .four .container .heading-box .box-heading p.popular,
.yundle-directory .five .container .heading-box .box-heading p.popular, .yundle-product .two .container .heading-box .box-heading p.popular, .yundle-product .five .container .heading-box .box-heading p.popular, .yundle-product .six .container .heading-box .box-heading p.popular, .yundle-definitions .three .container .heading-box .box-heading p.popular,
.yundle-definitions .four .container .heading-box .box-heading p.popular,
.yundle-definitions .five .container .heading-box .box-heading p.popular, .yundle-appreciations .three .container .heading-box .box-heading p.popular,
.yundle-appreciations .four .container .heading-box .box-heading p.popular,
.yundle-appreciations .five .container .heading-box .box-heading p.popular {
  color: white;
}
.yundle-directory .three .container .heading-box button,
.yundle-directory .four .container .heading-box button,
.yundle-directory .five .container .heading-box button, .yundle-product .two .container .heading-box button, .yundle-product .five .container .heading-box button, .yundle-product .six .container .heading-box button, .yundle-definitions .three .container .heading-box button,
.yundle-definitions .four .container .heading-box button,
.yundle-definitions .five .container .heading-box button, .yundle-appreciations .three .container .heading-box button,
.yundle-appreciations .four .container .heading-box button,
.yundle-appreciations .five .container .heading-box button {
  color: white;
  border: none;
  background-color: #dc2626;
  padding: 1rem 1.25rem;
  border-radius: 0.25rem;
}
.yundle-directory .three .container .heading-box button:hover,
.yundle-directory .four .container .heading-box button:hover,
.yundle-directory .five .container .heading-box button:hover, .yundle-product .two .container .heading-box button:hover, .yundle-product .five .container .heading-box button:hover, .yundle-product .six .container .heading-box button:hover, .yundle-definitions .three .container .heading-box button:hover,
.yundle-definitions .four .container .heading-box button:hover,
.yundle-definitions .five .container .heading-box button:hover, .yundle-appreciations .three .container .heading-box button:hover,
.yundle-appreciations .four .container .heading-box button:hover,
.yundle-appreciations .five .container .heading-box button:hover {
  background-color: #2e2d33;
}

.virtual-assets-section .virtual-assets-row .virtual-assets-card .virtual-assets-card-inner, .virtual-assets-section .virtual-assets-row .virtual-assets-card:hover h3.virtual-card-center-heading {
  opacity: 0;
  visibility: hidden;
}

.yundle-sales .one .container div .sales-btn, .yundle-sales .two .container div .sales-btn, .yundle-sales .two .container .filters div div .btn1,
.yundle-sales .two .container .filters div div .btn2, .add-directory-banner-section .virtual-heading-row .heading-contact-list .add-your-listing-free-btn a, .add-directory-middle-section .add-directory-browse-aside .all-browse-categories-btn a, .add-directory-middle-section .add-directory-form-aside .add-directory-form-wrap .form-submission-actions .form-action-btn, .yundle-photos .one .container div .btns button {
  color: #fff;
  font-size: 18px;
  border-radius: 8px;
  background-color: #ce2123;
  transition: all 0.4s ease-in-out;
}
.yundle-sales .one .container div .sales-btn:hover, .yundle-sales .two .container div .sales-btn:hover, .yundle-sales .two .container .filters div div .btn1:hover,
.yundle-sales .two .container .filters div div .btn2:hover, .add-directory-banner-section .virtual-heading-row .heading-contact-list .add-your-listing-free-btn a:hover, .add-directory-middle-section .add-directory-browse-aside .all-browse-categories-btn a:hover, .add-directory-middle-section .add-directory-form-aside .add-directory-form-wrap .form-submission-actions .form-action-btn:hover, .yundle-photos .one .container div .btns button:hover {
  background-color: #2e2d33;
}

.header {
  color: #d4d4d4;
}
.header header:first-child {
  border-bottom: 1px solid #d4d4d4;
  color: #d4d4d4;
}
.header header:first-child .container div p {
  margin: 0;
}
.header header:first-child .container div .mail p a {
  text-decoration: underline;
  color: #d4d4d4;
}
.header header:first-child .container div .mob p a {
  text-decoration: none;
  color: #d4d4d4;
}
.header header:first-child .container div .soicaltopbar {
  display: flex;
  align-items: center;
}
.header header:first-child .container div .soicaltopbar a {
  margin: 0px 5px;
  color: #d4d4d4;
  font-size: 1px;
  border: 1px solid #d4d4d4;
  padding: 8px;
  border-radius: 50%;
}
.header header:first-child .container div .soicaltopbar a .social {
  height: 1rem;
  width: 1rem;
}
.header header:nth-child(2) {
  border-bottom: 1px solid #d4d4d4;
}
.header header:nth-child(2) .container div div .searchBar {
  border-radius: 2.5rem;
  border: none;
  outline: none;
  padding: 10px 20px;
  height: 48px;
  font-size: 14px;
  font-style: italic;
  font-weight: 400;
  letter-spacing: 0.8px;
}
.header header:nth-child(2) .container div div .login p {
  margin: 0px;
}
.header header:nth-child(2) .container div .search {
  position: relative;
}
.header header:nth-child(2) .container div .search button {
  border: none;
  background-color: transparent;
  position: absolute;
  z-index: 1;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.header header:nth-child(2) .container div .cart p {
  margin: 0;
}
.header header:nth-child(2) .container div .cart div:first-child {
  display: flex;
  align-items: center;
}
.header header:nth-child(2) .container div .cart div:first-child p:first-child {
  margin-right: 5%;
}
.header .menuList .container ul {
  padding: 0;
  margin: 0;
}
.header .menuList .container ul li a {
  text-decoration: none;
  color: #d4d4d4;
  font-weight: 400;
  font-size: 16px;
}
.header .menuList .container #mainnav {
  margin-left: 0px !important;
}
.header .menuList .container #mainnav .openbtn {
  font-size: 20px;
  cursor: pointer;
  background-color: #2e2d33;
  color: white;
  border: none;
}
.header .menuList .sidebar {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #2e2d33;
  overflow-x: hidden;
  transition: 0.5s;
}
.header .menuList .sidebar a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 16px;
  font-weight: 300;
  color: #d4d4d4;
  display: block;
  transition: 0.3s;
}
.header .menuList .sidebar a:hover {
  color: white;
}
.header .menuList .sidebar .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

@media screen and (max-device-width: 424px) {
  .header .menuList .container #mainnav {
    margin: 5px 0px !important;
  }
}
@media screen and (max-device-width: 575px) {
  .header header:first-child .container div .mob,
.header header:first-child .container div .mail {
    margin: 5px 0px;
  }
  .header header:first-child .container div .mob p,
.header header:first-child .container div .mail p {
    text-align: center;
  }
  .header header:first-child .container div .soicaltopbar {
    margin: 5px 0px;
    justify-content: center !important;
  }
  .header header:nth-child(2) .container div {
    display: block !important;
    text-align: center;
  }
  .header header:nth-child(2) .container div div {
    margin-top: 5%;
  }
  .header header:nth-child(2) .container div .logo-icon {
    display: flex !important;
    justify-content: center;
  }
  .header header:nth-child(2) .container div .search {
    width: 100% !important;
  }
  .header header:nth-child(2) .container div .login {
    justify-content: center;
    align-items: center;
    display: flex !important;
    width: 100% !important;
  }
  .header header:nth-child(2) .container div .cart {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .header header:nth-child(2) .container div .cart div {
    margin: 0px 10px;
  }
  .header header:nth-child(2) .container div .cart div:first-child p {
    display: flex;
    justify-content: center;
  }
  .header header:nth-child(2) .container div .search button {
    position: absolute;
    right: 0px;
  }
}
@media screen and (max-device-width: 767px) {
  .header .menuList .menu767div {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .header .menuList .menu767div ul {
    display: none !important;
  }
  .header header:nth-child(2) .container div .cart {
    display: flex !important;
  }
  .header header:nth-child(2) .container div .cart div {
    justify-content: center;
    align-items: center;
  }
  .header header:nth-child(2) .container div .login {
    width: 50%;
  }
  .header header:nth-child(2) .container div .search {
    width: 50%;
    display: flex;
    justify-content: flex-end;
  }
}
@media screen and (max-device-width: 991px) {
  .header header:nth-child(2) .container div .cart div:last-child {
    display: block !important;
    text-align: center;
  }
}
.yundle-homepage .two .container .main-heading div, .yundle-homepage .three .container .experience div, .yundle-definitions .four .container .define div, .yundle-appreciations .four .container .define div {
  border-left: 3px solid #dc2626;
  padding: 2% 0% 2% 2%;
}
.yundle-homepage .two .container .main-heading div p:first-child, .yundle-homepage .three .container .experience div p:first-child, .yundle-definitions .four .container .define div p:first-child, .yundle-appreciations .four .container .define div p:first-child {
  font-size: 36px;
  font-weight: bold;
}

.yundle-homepage .two .container .custom-card div div:last-child a, .yundle-homepage .three .container .yundle3 .data-content p:last-child a, .yundle-directory .one .container .custom-card div div div a, .yundle-how_to .two .container div div:first-child .custom-card div div div a, .yundle-definitions .one .container .custom-card div div div a, .yundle-definitions .four .container .yundle3 .data-content p:last-child a, .yundle-appreciations .one .container .custom-card div div div a, .yundle-appreciations .four .container .yundle3 .data-content p:last-child a {
  text-decoration: none;
  color: #dc2626;
  font-weight: bold;
}
.yundle-homepage .two .container .custom-card div div:last-child a:hover, .yundle-homepage .three .container .yundle3 .data-content p:last-child a:hover, .yundle-directory .one .container .custom-card div div div a:hover, .yundle-how_to .two .container div div:first-child .custom-card div div div a:hover, .yundle-definitions .one .container .custom-card div div div a:hover, .yundle-definitions .four .container .yundle3 .data-content p:last-child a:hover, .yundle-appreciations .one .container .custom-card div div div a:hover, .yundle-appreciations .four .container .yundle3 .data-content p:last-child a:hover {
  border-bottom: 1px solid #dc2626;
  transition: border-bottom 0.4s ease-in-out;
}

.yundle-homepage .four .container .foot-homepage .signup .custom-border {
  border-bottom: 1px solid white;
}

.yundle-directory .three .container .heading-box .box-heading,
.yundle-directory .four .container .heading-box .box-heading,
.yundle-directory .five .container .heading-box .box-heading, .yundle-product .two .container .heading-box .box-heading, .yundle-product .five .container .heading-box .box-heading, .yundle-product .six .container .heading-box .box-heading, .yundle-definitions .three .container .heading-box .box-heading,
.yundle-definitions .four .container .heading-box .box-heading,
.yundle-definitions .five .container .heading-box .box-heading, .yundle-appreciations .three .container .heading-box .box-heading,
.yundle-appreciations .four .container .heading-box .box-heading,
.yundle-appreciations .five .container .heading-box .box-heading {
  border-left: 4px solid #dc2626;
  padding-left: 1%;
}
.yundle-directory .three .container .heading-box .box-heading p:first-child,
.yundle-directory .four .container .heading-box .box-heading p:first-child,
.yundle-directory .five .container .heading-box .box-heading p:first-child, .yundle-product .two .container .heading-box .box-heading p:first-child, .yundle-product .five .container .heading-box .box-heading p:first-child, .yundle-product .six .container .heading-box .box-heading p:first-child, .yundle-definitions .three .container .heading-box .box-heading p:first-child,
.yundle-definitions .four .container .heading-box .box-heading p:first-child,
.yundle-definitions .five .container .heading-box .box-heading p:first-child, .yundle-appreciations .three .container .heading-box .box-heading p:first-child,
.yundle-appreciations .four .container .heading-box .box-heading p:first-child,
.yundle-appreciations .five .container .heading-box .box-heading p:first-child {
  font-weight: bold;
  font-size: 28px;
}
.yundle-directory .three .container .heading-box .box-heading p.popular,
.yundle-directory .four .container .heading-box .box-heading p.popular,
.yundle-directory .five .container .heading-box .box-heading p.popular, .yundle-product .two .container .heading-box .box-heading p.popular, .yundle-product .five .container .heading-box .box-heading p.popular, .yundle-product .six .container .heading-box .box-heading p.popular, .yundle-definitions .three .container .heading-box .box-heading p.popular,
.yundle-definitions .four .container .heading-box .box-heading p.popular,
.yundle-definitions .five .container .heading-box .box-heading p.popular, .yundle-appreciations .three .container .heading-box .box-heading p.popular,
.yundle-appreciations .four .container .heading-box .box-heading p.popular,
.yundle-appreciations .five .container .heading-box .box-heading p.popular {
  color: white;
}
.yundle-directory .three .container .heading-box button,
.yundle-directory .four .container .heading-box button,
.yundle-directory .five .container .heading-box button, .yundle-product .two .container .heading-box button, .yundle-product .five .container .heading-box button, .yundle-product .six .container .heading-box button, .yundle-definitions .three .container .heading-box button,
.yundle-definitions .four .container .heading-box button,
.yundle-definitions .five .container .heading-box button, .yundle-appreciations .three .container .heading-box button,
.yundle-appreciations .four .container .heading-box button,
.yundle-appreciations .five .container .heading-box button {
  color: white;
  border: none;
  background-color: #dc2626;
  padding: 1rem 1.25rem;
  border-radius: 0.25rem;
}
.yundle-directory .three .container .heading-box button:hover,
.yundle-directory .four .container .heading-box button:hover,
.yundle-directory .five .container .heading-box button:hover, .yundle-product .two .container .heading-box button:hover, .yundle-product .five .container .heading-box button:hover, .yundle-product .six .container .heading-box button:hover, .yundle-definitions .three .container .heading-box button:hover,
.yundle-definitions .four .container .heading-box button:hover,
.yundle-definitions .five .container .heading-box button:hover, .yundle-appreciations .three .container .heading-box button:hover,
.yundle-appreciations .four .container .heading-box button:hover,
.yundle-appreciations .five .container .heading-box button:hover {
  background-color: #2e2d33;
}

.virtual-assets-section .virtual-assets-row .virtual-assets-card .virtual-assets-card-inner, .virtual-assets-section .virtual-assets-row .virtual-assets-card:hover h3.virtual-card-center-heading {
  opacity: 0;
  visibility: hidden;
}

.yundle-sales .one .container div .sales-btn, .yundle-sales .two .container div .sales-btn, .yundle-sales .two .container .filters div div .btn1,
.yundle-sales .two .container .filters div div .btn2, .add-directory-banner-section .virtual-heading-row .heading-contact-list .add-your-listing-free-btn a, .add-directory-middle-section .add-directory-browse-aside .all-browse-categories-btn a, .add-directory-middle-section .add-directory-form-aside .add-directory-form-wrap .form-submission-actions .form-action-btn, .yundle-photos .one .container div .btns button {
  color: #fff;
  font-size: 18px;
  border-radius: 8px;
  background-color: #ce2123;
  transition: all 0.4s ease-in-out;
}
.yundle-sales .one .container div .sales-btn:hover, .yundle-sales .two .container div .sales-btn:hover, .yundle-sales .two .container .filters div div .btn1:hover,
.yundle-sales .two .container .filters div div .btn2:hover, .add-directory-banner-section .virtual-heading-row .heading-contact-list .add-your-listing-free-btn a:hover, .add-directory-middle-section .add-directory-browse-aside .all-browse-categories-btn a:hover, .add-directory-middle-section .add-directory-form-aside .add-directory-form-wrap .form-submission-actions .form-action-btn:hover, .yundle-photos .one .container div .btns button:hover {
  background-color: #2e2d33;
}

.footer {
  background-color: #2e2d33;
  color: #d4d4d4;
}
.footer .container div div ul li a {
  color: #d4d4d4;
}
.footer .container div div .main-heading {
  color: white;
}
.footer .container div div .dashed-custom-border {
  border-bottom: 1px dashed #d4d4d4;
}
.footer .container div div .dashed-custom-border p {
  margin: 0;
}
.footer .social .icons {
  height: 10rem;
  border-width: 1px 1px 1px 0px;
  border-style: solid;
  border-color: #d4d4d4;
}
.footer .social .icons div p:first-child {
  font-size: 20px;
}
.footer .social .icons div a {
  text-decoration: none;
}
.footer .social .callus {
  height: 10rem;
  border-width: 1px 0px 1px 0px;
  border-style: solid;
  border-color: #d4d4d4;
}
.footer .social .callus div p {
  margin: 0;
  font-size: 20px;
}
.footer .social .callus div p:last-child {
  text-align: right;
}
.footer .social .callus div p:last-child a {
  text-decoration: none;
  font-size: 24px;
  color: #f6e0ae;
}

@media screen and (max-device-width: 767px) {
  .footer .links {
    width: 100%;
  }
  .footer .social .icons {
    border: none;
    width: 100%;
  }
  .footer .social .callus {
    border: none;
    width: 100%;
  }
  .footer .social .callus div p:last-child {
    text-align: left;
  }
}
.virtual-heading-row .section-heading h2 {
  font-size: 33px !important;
  font-weight: bold !important;
  margin-bottom: 2px !important;
}
.virtual-heading-row .club p {
  font-size: 18px;
  font-weight: bold;
}
.virtual-heading-row .club p span {
  color: #dc2626;
}
.virtual-heading-row .tooltip-out {
  padding: 50px 0px 5px 0px;
}
.virtual-heading-row .tooltip {
  position: relative;
  display: inline-block;
  background-color: #dc2626;
  padding: 2px 10px;
  color: #fff;
  font-weight: 600;
  border-radius: 5px;
  cursor: pointer;
}
.virtual-heading-row .tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: #f7f7f7;
  color: #000;
  text-align: center;
  border-radius: 6px;
  padding: 3px 0;
  position: absolute;
  z-index: 1;
  top: -5px;
  left: 110%;
}
.virtual-heading-row .tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 100%;
  margin-top: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent #f7f7f7 transparent transparent;
}
.virtual-heading-row .tooltip:hover .tooltiptext {
  visibility: visible;
}

.catalogs .listed .listed-btn button {
  background-color: #dc2626;
  color: #fff;
  padding: 12px 34px;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 400;
  min-width: 230px;
  text-align: center;
  justify-content: center;
  cursor: pointer;
}
.catalogs .listed .listed-btn button img {
  filter: invert(1);
}
.catalogs .listed .photo-lefts h2 {
  font-size: 20px;
  font-weight: 500;
}
.catalogs .directory-google-map {
  overflow: auto;
  width: 100%;
}
.catalogs .directory-google-map iframe {
  height: 350px;
}
.catalogs .review-out {
  border-bottom: 1px solid gray;
}
.catalogs .review-out .review {
  font-size: 20px;
  font-weight: 600;
}
.catalogs .review-out .rate {
  font-size: 18px;
  font-weight: 500;
  color: #0394fc;
}
.catalogs .review-out .one {
  font-size: 18px;
  font-weight: 600;
}
.catalogs .review-out .london {
  font-size: 18px;
  font-weight: 500;
}
.catalogs .star-icon .star img {
  width: 32px !important;
}

.wrapper2 .list {
  background-color: #f7f7f7;
}

.photo-details ul {
  list-style: none;
  padding-left: 0;
}
.photo-details ul li {
  position: relative;
  font-family: "Inter", sans-serif;
  padding-left: 33px;
  padding-bottom: 2%;
}
.photo-details ul li::before {
  content: url("/assets/images/icons/how-arrow-right.png") !important;
  position: absolute;
  left: 12px !important;
  top: 10px;
}
.photo-details ul .antic {
  color: #dc2626;
}

.named-cart {
  font-size: 24px;
  font-weight: 500;
}

.color-bg .address .name-profile {
  font-size: 30px;
  color: #262626;
}
.color-bg .address .name-head {
  font-size: 36px;
}

.sale-descp-text ul li span {
  color: #dc2626;
}

.name-profile {
  font-size: 23px;
  font-weight: 500;
}
.name-profile h6 {
  font-size: 30px !important;
}
.name-profile h1 {
  font-size: 23px !important;
  font-weight: 500 !important;
}

.sale-descp-text P {
  font-size: 16px !important;
  color: #555;
}

.color-bg {
  background-color: #fff;
  border-radius: 10px !important;
}

.color-change {
  background-color: #f7f7f7;
}

.free-heading {
  font-size: 20px;
  font-weight: 500;
}

.section-heading-last h2 {
  font-size: 40px;
  font-weight: 500;
}

.free-title {
  padding: 15px;
}
.free-title .free-heading {
  border-radius: 0px 0px 10px 10px;
}

.yundle-homepage .two .container .main-heading div, .yundle-homepage .three .container .experience div, .yundle-definitions .four .container .define div, .yundle-appreciations .four .container .define div {
  border-left: 3px solid #dc2626;
  padding: 2% 0% 2% 2%;
}
.yundle-homepage .two .container .main-heading div p:first-child, .yundle-homepage .three .container .experience div p:first-child, .yundle-definitions .four .container .define div p:first-child, .yundle-appreciations .four .container .define div p:first-child {
  font-size: 36px;
  font-weight: bold;
}

.yundle-homepage .two .container .custom-card div div:last-child a, .yundle-homepage .three .container .yundle3 .data-content p:last-child a, .yundle-directory .one .container .custom-card div div div a, .yundle-how_to .two .container div div:first-child .custom-card div div div a, .yundle-definitions .one .container .custom-card div div div a, .yundle-definitions .four .container .yundle3 .data-content p:last-child a, .yundle-appreciations .one .container .custom-card div div div a, .yundle-appreciations .four .container .yundle3 .data-content p:last-child a {
  text-decoration: none;
  color: #dc2626;
  font-weight: bold;
}
.yundle-homepage .two .container .custom-card div div:last-child a:hover, .yundle-homepage .three .container .yundle3 .data-content p:last-child a:hover, .yundle-directory .one .container .custom-card div div div a:hover, .yundle-how_to .two .container div div:first-child .custom-card div div div a:hover, .yundle-definitions .one .container .custom-card div div div a:hover, .yundle-definitions .four .container .yundle3 .data-content p:last-child a:hover, .yundle-appreciations .one .container .custom-card div div div a:hover, .yundle-appreciations .four .container .yundle3 .data-content p:last-child a:hover {
  border-bottom: 1px solid #dc2626;
  transition: border-bottom 0.4s ease-in-out;
}

.yundle-homepage .four .container .foot-homepage .signup .custom-border {
  border-bottom: 1px solid white;
}

.yundle-directory .three .container .heading-box .box-heading,
.yundle-directory .four .container .heading-box .box-heading,
.yundle-directory .five .container .heading-box .box-heading, .yundle-product .two .container .heading-box .box-heading, .yundle-product .five .container .heading-box .box-heading, .yundle-product .six .container .heading-box .box-heading, .yundle-definitions .three .container .heading-box .box-heading,
.yundle-definitions .four .container .heading-box .box-heading,
.yundle-definitions .five .container .heading-box .box-heading, .yundle-appreciations .three .container .heading-box .box-heading,
.yundle-appreciations .four .container .heading-box .box-heading,
.yundle-appreciations .five .container .heading-box .box-heading {
  border-left: 4px solid #dc2626;
  padding-left: 1%;
}
.yundle-directory .three .container .heading-box .box-heading p:first-child,
.yundle-directory .four .container .heading-box .box-heading p:first-child,
.yundle-directory .five .container .heading-box .box-heading p:first-child, .yundle-product .two .container .heading-box .box-heading p:first-child, .yundle-product .five .container .heading-box .box-heading p:first-child, .yundle-product .six .container .heading-box .box-heading p:first-child, .yundle-definitions .three .container .heading-box .box-heading p:first-child,
.yundle-definitions .four .container .heading-box .box-heading p:first-child,
.yundle-definitions .five .container .heading-box .box-heading p:first-child, .yundle-appreciations .three .container .heading-box .box-heading p:first-child,
.yundle-appreciations .four .container .heading-box .box-heading p:first-child,
.yundle-appreciations .five .container .heading-box .box-heading p:first-child {
  font-weight: bold;
  font-size: 28px;
}
.yundle-directory .three .container .heading-box .box-heading p.popular,
.yundle-directory .four .container .heading-box .box-heading p.popular,
.yundle-directory .five .container .heading-box .box-heading p.popular, .yundle-product .two .container .heading-box .box-heading p.popular, .yundle-product .five .container .heading-box .box-heading p.popular, .yundle-product .six .container .heading-box .box-heading p.popular, .yundle-definitions .three .container .heading-box .box-heading p.popular,
.yundle-definitions .four .container .heading-box .box-heading p.popular,
.yundle-definitions .five .container .heading-box .box-heading p.popular, .yundle-appreciations .three .container .heading-box .box-heading p.popular,
.yundle-appreciations .four .container .heading-box .box-heading p.popular,
.yundle-appreciations .five .container .heading-box .box-heading p.popular {
  color: white;
}
.yundle-directory .three .container .heading-box button,
.yundle-directory .four .container .heading-box button,
.yundle-directory .five .container .heading-box button, .yundle-product .two .container .heading-box button, .yundle-product .five .container .heading-box button, .yundle-product .six .container .heading-box button, .yundle-definitions .three .container .heading-box button,
.yundle-definitions .four .container .heading-box button,
.yundle-definitions .five .container .heading-box button, .yundle-appreciations .three .container .heading-box button,
.yundle-appreciations .four .container .heading-box button,
.yundle-appreciations .five .container .heading-box button {
  color: white;
  border: none;
  background-color: #dc2626;
  padding: 1rem 1.25rem;
  border-radius: 0.25rem;
}
.yundle-directory .three .container .heading-box button:hover,
.yundle-directory .four .container .heading-box button:hover,
.yundle-directory .five .container .heading-box button:hover, .yundle-product .two .container .heading-box button:hover, .yundle-product .five .container .heading-box button:hover, .yundle-product .six .container .heading-box button:hover, .yundle-definitions .three .container .heading-box button:hover,
.yundle-definitions .four .container .heading-box button:hover,
.yundle-definitions .five .container .heading-box button:hover, .yundle-appreciations .three .container .heading-box button:hover,
.yundle-appreciations .four .container .heading-box button:hover,
.yundle-appreciations .five .container .heading-box button:hover {
  background-color: #2e2d33;
}

.virtual-assets-section .virtual-assets-row .virtual-assets-card .virtual-assets-card-inner, .virtual-assets-section .virtual-assets-row .virtual-assets-card:hover h3.virtual-card-center-heading {
  opacity: 0;
  visibility: hidden;
}

.yundle-sales .one .container div .sales-btn, .yundle-sales .two .container div .sales-btn, .yundle-sales .two .container .filters div div .btn1,
.yundle-sales .two .container .filters div div .btn2, .add-directory-banner-section .virtual-heading-row .heading-contact-list .add-your-listing-free-btn a, .add-directory-middle-section .add-directory-browse-aside .all-browse-categories-btn a, .add-directory-middle-section .add-directory-form-aside .add-directory-form-wrap .form-submission-actions .form-action-btn, .yundle-photos .one .container div .btns button {
  color: #fff;
  font-size: 18px;
  border-radius: 8px;
  background-color: #ce2123;
  transition: all 0.4s ease-in-out;
}
.yundle-sales .one .container div .sales-btn:hover, .yundle-sales .two .container div .sales-btn:hover, .yundle-sales .two .container .filters div div .btn1:hover,
.yundle-sales .two .container .filters div div .btn2:hover, .add-directory-banner-section .virtual-heading-row .heading-contact-list .add-your-listing-free-btn a:hover, .add-directory-middle-section .add-directory-browse-aside .all-browse-categories-btn a:hover, .add-directory-middle-section .add-directory-form-aside .add-directory-form-wrap .form-submission-actions .form-action-btn:hover, .yundle-photos .one .container div .btns button:hover {
  background-color: #2e2d33;
}

.show-single-page {
  background-color: #f7f7f7;
}
.show-single-page .section1 .mainimg {
  max-height: 400px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.show-single-page .section1 .closedtag {
  border-color: #2e2d33;
  background-color: white;
}
.show-single-page .section1 .icon {
  max-width: 48px;
  max-height: 48px;
}
.show-single-page .section1 .link {
  color: #dc2626;
  word-break: break-all;
}
.show-single-page .section2 .search input {
  background-color: white;
  border-color: #dc2626;
}
.show-single-page .section2 .link {
  color: #dc2626;
}
.show-single-page .section2 .types {
  background-color: #d4d4d4;
}
.show-single-page .section2 .definitions {
  background-color: white;
}
.show-single-page .comments {
  background-color: white;
  border-color: #d4d4d4;
}
.show-single-page .comments .txt {
  color: #b1b1b1;
}
.show-single-page .comments div span {
  border-color: #dc2626;
  color: #dc2626;
}
.show-single-page .addcomments {
  border-color: #d4d4d4;
}
.show-single-page .addcomments textarea {
  background-color: white;
  resize: none;
}
.show-single-page .submitcomment {
  background-color: #6C6C6C;
  color: white;
}
.show-single-page .contact {
  border-color: #d4d4d4;
  background-color: white;
}
.show-single-page .contact .cstminput {
  background-color: #f7f7f7;
}
.show-single-page .contact .savebtn {
  background-color: #6C6C6C;
  color: white;
}

.yundle-homepage .two .container .main-heading div, .yundle-homepage .three .container .experience div, .yundle-definitions .four .container .define div, .yundle-appreciations .four .container .define div {
  border-left: 3px solid #dc2626;
  padding: 2% 0% 2% 2%;
}
.yundle-homepage .two .container .main-heading div p:first-child, .yundle-homepage .three .container .experience div p:first-child, .yundle-definitions .four .container .define div p:first-child, .yundle-appreciations .four .container .define div p:first-child {
  font-size: 36px;
  font-weight: bold;
}

.yundle-homepage .two .container .custom-card div div:last-child a, .yundle-homepage .three .container .yundle3 .data-content p:last-child a, .yundle-directory .one .container .custom-card div div div a, .yundle-how_to .two .container div div:first-child .custom-card div div div a, .yundle-definitions .one .container .custom-card div div div a, .yundle-definitions .four .container .yundle3 .data-content p:last-child a, .yundle-appreciations .one .container .custom-card div div div a, .yundle-appreciations .four .container .yundle3 .data-content p:last-child a {
  text-decoration: none;
  color: #dc2626;
  font-weight: bold;
}
.yundle-homepage .two .container .custom-card div div:last-child a:hover, .yundle-homepage .three .container .yundle3 .data-content p:last-child a:hover, .yundle-directory .one .container .custom-card div div div a:hover, .yundle-how_to .two .container div div:first-child .custom-card div div div a:hover, .yundle-definitions .one .container .custom-card div div div a:hover, .yundle-definitions .four .container .yundle3 .data-content p:last-child a:hover, .yundle-appreciations .one .container .custom-card div div div a:hover, .yundle-appreciations .four .container .yundle3 .data-content p:last-child a:hover {
  border-bottom: 1px solid #dc2626;
  transition: border-bottom 0.4s ease-in-out;
}

.yundle-homepage .four .container .foot-homepage .signup .custom-border {
  border-bottom: 1px solid white;
}

.yundle-directory .three .container .heading-box .box-heading,
.yundle-directory .four .container .heading-box .box-heading,
.yundle-directory .five .container .heading-box .box-heading, .yundle-product .two .container .heading-box .box-heading, .yundle-product .five .container .heading-box .box-heading, .yundle-product .six .container .heading-box .box-heading, .yundle-definitions .three .container .heading-box .box-heading,
.yundle-definitions .four .container .heading-box .box-heading,
.yundle-definitions .five .container .heading-box .box-heading, .yundle-appreciations .three .container .heading-box .box-heading,
.yundle-appreciations .four .container .heading-box .box-heading,
.yundle-appreciations .five .container .heading-box .box-heading {
  border-left: 4px solid #dc2626;
  padding-left: 1%;
}
.yundle-directory .three .container .heading-box .box-heading p:first-child,
.yundle-directory .four .container .heading-box .box-heading p:first-child,
.yundle-directory .five .container .heading-box .box-heading p:first-child, .yundle-product .two .container .heading-box .box-heading p:first-child, .yundle-product .five .container .heading-box .box-heading p:first-child, .yundle-product .six .container .heading-box .box-heading p:first-child, .yundle-definitions .three .container .heading-box .box-heading p:first-child,
.yundle-definitions .four .container .heading-box .box-heading p:first-child,
.yundle-definitions .five .container .heading-box .box-heading p:first-child, .yundle-appreciations .three .container .heading-box .box-heading p:first-child,
.yundle-appreciations .four .container .heading-box .box-heading p:first-child,
.yundle-appreciations .five .container .heading-box .box-heading p:first-child {
  font-weight: bold;
  font-size: 28px;
}
.yundle-directory .three .container .heading-box .box-heading p.popular,
.yundle-directory .four .container .heading-box .box-heading p.popular,
.yundle-directory .five .container .heading-box .box-heading p.popular, .yundle-product .two .container .heading-box .box-heading p.popular, .yundle-product .five .container .heading-box .box-heading p.popular, .yundle-product .six .container .heading-box .box-heading p.popular, .yundle-definitions .three .container .heading-box .box-heading p.popular,
.yundle-definitions .four .container .heading-box .box-heading p.popular,
.yundle-definitions .five .container .heading-box .box-heading p.popular, .yundle-appreciations .three .container .heading-box .box-heading p.popular,
.yundle-appreciations .four .container .heading-box .box-heading p.popular,
.yundle-appreciations .five .container .heading-box .box-heading p.popular {
  color: white;
}
.yundle-directory .three .container .heading-box button,
.yundle-directory .four .container .heading-box button,
.yundle-directory .five .container .heading-box button, .yundle-product .two .container .heading-box button, .yundle-product .five .container .heading-box button, .yundle-product .six .container .heading-box button, .yundle-definitions .three .container .heading-box button,
.yundle-definitions .four .container .heading-box button,
.yundle-definitions .five .container .heading-box button, .yundle-appreciations .three .container .heading-box button,
.yundle-appreciations .four .container .heading-box button,
.yundle-appreciations .five .container .heading-box button {
  color: white;
  border: none;
  background-color: #dc2626;
  padding: 1rem 1.25rem;
  border-radius: 0.25rem;
}
.yundle-directory .three .container .heading-box button:hover,
.yundle-directory .four .container .heading-box button:hover,
.yundle-directory .five .container .heading-box button:hover, .yundle-product .two .container .heading-box button:hover, .yundle-product .five .container .heading-box button:hover, .yundle-product .six .container .heading-box button:hover, .yundle-definitions .three .container .heading-box button:hover,
.yundle-definitions .four .container .heading-box button:hover,
.yundle-definitions .five .container .heading-box button:hover, .yundle-appreciations .three .container .heading-box button:hover,
.yundle-appreciations .four .container .heading-box button:hover,
.yundle-appreciations .five .container .heading-box button:hover {
  background-color: #2e2d33;
}

.virtual-assets-section .virtual-assets-row .virtual-assets-card .virtual-assets-card-inner, .virtual-assets-section .virtual-assets-row .virtual-assets-card:hover h3.virtual-card-center-heading {
  opacity: 0;
  visibility: hidden;
}

.yundle-sales .one .container div .sales-btn, .yundle-sales .two .container div .sales-btn, .yundle-sales .two .container .filters div div .btn1,
.yundle-sales .two .container .filters div div .btn2, .add-directory-banner-section .virtual-heading-row .heading-contact-list .add-your-listing-free-btn a, .add-directory-middle-section .add-directory-browse-aside .all-browse-categories-btn a, .add-directory-middle-section .add-directory-form-aside .add-directory-form-wrap .form-submission-actions .form-action-btn, .yundle-photos .one .container div .btns button {
  color: #fff;
  font-size: 18px;
  border-radius: 8px;
  background-color: #ce2123;
  transition: all 0.4s ease-in-out;
}
.yundle-sales .one .container div .sales-btn:hover, .yundle-sales .two .container div .sales-btn:hover, .yundle-sales .two .container .filters div div .btn1:hover,
.yundle-sales .two .container .filters div div .btn2:hover, .add-directory-banner-section .virtual-heading-row .heading-contact-list .add-your-listing-free-btn a:hover, .add-directory-middle-section .add-directory-browse-aside .all-browse-categories-btn a:hover, .add-directory-middle-section .add-directory-form-aside .add-directory-form-wrap .form-submission-actions .form-action-btn:hover, .yundle-photos .one .container div .btns button:hover {
  background-color: #2e2d33;
}

.shows-events-archives {
  background-color: #f7f7f7;
}
.shows-events-archives .section1::before {
  color: white;
}
.shows-events-archives .section1 span {
  border-color: #dc2626;
}
.shows-events-archives .section2 .redselection {
  background-color: #dc2626;
  color: white;
}
.shows-events-archives .section2 .greyselection {
  background-color: #d4d4d4;
}
.shows-events-archives .section3 input {
  background-color: white;
  border-color: #dc2626;
}
.shows-events-archives .section3 .advsearch {
  color: #dc2626;
}
.shows-events-archives .section3 .types {
  border-color: #d4d4d4;
  background-color: white;
}
.shows-events-archives .section3 .types .type {
  border-bottom: 1px solid #d4d4d4;
}
.shows-events-archives .section3 .btn {
  background-color: #dc2626;
  color: white;
}
.shows-events-archives .section3 .desc-card {
  background-color: white;
}
.shows-events-archives .section3 .printbtn {
  border-color: #2e2d33;
  background-color: #d4d4d4;
}
.shows-events-archives .section3 .closedtag {
  color: #dc2626;
  border-color: #dc2626;
}
.shows-events-archives .section3 .infotag {
  background-color: #d4d4d4;
}
.shows-events-archives .section3 .websitelink {
  color: #dc2626;
}
.shows-events-archives .section3 .eventtype {
  color: #dc2626;
}

.yundle-homepage .two .container .main-heading div, .yundle-homepage .three .container .experience div, .yundle-definitions .four .container .define div, .yundle-appreciations .four .container .define div {
  border-left: 3px solid #dc2626;
  padding: 2% 0% 2% 2%;
}
.yundle-homepage .two .container .main-heading div p:first-child, .yundle-homepage .three .container .experience div p:first-child, .yundle-definitions .four .container .define div p:first-child, .yundle-appreciations .four .container .define div p:first-child {
  font-size: 36px;
  font-weight: bold;
}

.yundle-homepage .two .container .custom-card div div:last-child a, .yundle-homepage .three .container .yundle3 .data-content p:last-child a, .yundle-directory .one .container .custom-card div div div a, .yundle-how_to .two .container div div:first-child .custom-card div div div a, .yundle-definitions .one .container .custom-card div div div a, .yundle-definitions .four .container .yundle3 .data-content p:last-child a, .yundle-appreciations .one .container .custom-card div div div a, .yundle-appreciations .four .container .yundle3 .data-content p:last-child a {
  text-decoration: none;
  color: #dc2626;
  font-weight: bold;
}
.yundle-homepage .two .container .custom-card div div:last-child a:hover, .yundle-homepage .three .container .yundle3 .data-content p:last-child a:hover, .yundle-directory .one .container .custom-card div div div a:hover, .yundle-how_to .two .container div div:first-child .custom-card div div div a:hover, .yundle-definitions .one .container .custom-card div div div a:hover, .yundle-definitions .four .container .yundle3 .data-content p:last-child a:hover, .yundle-appreciations .one .container .custom-card div div div a:hover, .yundle-appreciations .four .container .yundle3 .data-content p:last-child a:hover {
  border-bottom: 1px solid #dc2626;
  transition: border-bottom 0.4s ease-in-out;
}

.yundle-homepage .four .container .foot-homepage .signup .custom-border {
  border-bottom: 1px solid white;
}

.yundle-directory .three .container .heading-box .box-heading,
.yundle-directory .four .container .heading-box .box-heading,
.yundle-directory .five .container .heading-box .box-heading, .yundle-product .two .container .heading-box .box-heading, .yundle-product .five .container .heading-box .box-heading, .yundle-product .six .container .heading-box .box-heading, .yundle-definitions .three .container .heading-box .box-heading,
.yundle-definitions .four .container .heading-box .box-heading,
.yundle-definitions .five .container .heading-box .box-heading, .yundle-appreciations .three .container .heading-box .box-heading,
.yundle-appreciations .four .container .heading-box .box-heading,
.yundle-appreciations .five .container .heading-box .box-heading {
  border-left: 4px solid #dc2626;
  padding-left: 1%;
}
.yundle-directory .three .container .heading-box .box-heading p:first-child,
.yundle-directory .four .container .heading-box .box-heading p:first-child,
.yundle-directory .five .container .heading-box .box-heading p:first-child, .yundle-product .two .container .heading-box .box-heading p:first-child, .yundle-product .five .container .heading-box .box-heading p:first-child, .yundle-product .six .container .heading-box .box-heading p:first-child, .yundle-definitions .three .container .heading-box .box-heading p:first-child,
.yundle-definitions .four .container .heading-box .box-heading p:first-child,
.yundle-definitions .five .container .heading-box .box-heading p:first-child, .yundle-appreciations .three .container .heading-box .box-heading p:first-child,
.yundle-appreciations .four .container .heading-box .box-heading p:first-child,
.yundle-appreciations .five .container .heading-box .box-heading p:first-child {
  font-weight: bold;
  font-size: 28px;
}
.yundle-directory .three .container .heading-box .box-heading p.popular,
.yundle-directory .four .container .heading-box .box-heading p.popular,
.yundle-directory .five .container .heading-box .box-heading p.popular, .yundle-product .two .container .heading-box .box-heading p.popular, .yundle-product .five .container .heading-box .box-heading p.popular, .yundle-product .six .container .heading-box .box-heading p.popular, .yundle-definitions .three .container .heading-box .box-heading p.popular,
.yundle-definitions .four .container .heading-box .box-heading p.popular,
.yundle-definitions .five .container .heading-box .box-heading p.popular, .yundle-appreciations .three .container .heading-box .box-heading p.popular,
.yundle-appreciations .four .container .heading-box .box-heading p.popular,
.yundle-appreciations .five .container .heading-box .box-heading p.popular {
  color: white;
}
.yundle-directory .three .container .heading-box button,
.yundle-directory .four .container .heading-box button,
.yundle-directory .five .container .heading-box button, .yundle-product .two .container .heading-box button, .yundle-product .five .container .heading-box button, .yundle-product .six .container .heading-box button, .yundle-definitions .three .container .heading-box button,
.yundle-definitions .four .container .heading-box button,
.yundle-definitions .five .container .heading-box button, .yundle-appreciations .three .container .heading-box button,
.yundle-appreciations .four .container .heading-box button,
.yundle-appreciations .five .container .heading-box button {
  color: white;
  border: none;
  background-color: #dc2626;
  padding: 1rem 1.25rem;
  border-radius: 0.25rem;
}
.yundle-directory .three .container .heading-box button:hover,
.yundle-directory .four .container .heading-box button:hover,
.yundle-directory .five .container .heading-box button:hover, .yundle-product .two .container .heading-box button:hover, .yundle-product .five .container .heading-box button:hover, .yundle-product .six .container .heading-box button:hover, .yundle-definitions .three .container .heading-box button:hover,
.yundle-definitions .four .container .heading-box button:hover,
.yundle-definitions .five .container .heading-box button:hover, .yundle-appreciations .three .container .heading-box button:hover,
.yundle-appreciations .four .container .heading-box button:hover,
.yundle-appreciations .five .container .heading-box button:hover {
  background-color: #2e2d33;
}

.virtual-assets-section .virtual-assets-row .virtual-assets-card .virtual-assets-card-inner, .virtual-assets-section .virtual-assets-row .virtual-assets-card:hover h3.virtual-card-center-heading {
  opacity: 0;
  visibility: hidden;
}

.yundle-sales .one .container div .sales-btn, .yundle-sales .two .container div .sales-btn, .yundle-sales .two .container .filters div div .btn1,
.yundle-sales .two .container .filters div div .btn2, .add-directory-banner-section .virtual-heading-row .heading-contact-list .add-your-listing-free-btn a, .add-directory-middle-section .add-directory-browse-aside .all-browse-categories-btn a, .add-directory-middle-section .add-directory-form-aside .add-directory-form-wrap .form-submission-actions .form-action-btn, .yundle-photos .one .container div .btns button {
  color: #fff;
  font-size: 18px;
  border-radius: 8px;
  background-color: #ce2123;
  transition: all 0.4s ease-in-out;
}
.yundle-sales .one .container div .sales-btn:hover, .yundle-sales .two .container div .sales-btn:hover, .yundle-sales .two .container .filters div div .btn1:hover,
.yundle-sales .two .container .filters div div .btn2:hover, .add-directory-banner-section .virtual-heading-row .heading-contact-list .add-your-listing-free-btn a:hover, .add-directory-middle-section .add-directory-browse-aside .all-browse-categories-btn a:hover, .add-directory-middle-section .add-directory-form-aside .add-directory-form-wrap .form-submission-actions .form-action-btn:hover, .yundle-photos .one .container div .btns button:hover {
  background-color: #2e2d33;
}

.directory-filter-first .filter-btn-first {
  width: 100%;
}
.directory-filter-first .filter-btn-first .united1 {
  color: #000;
  padding: 1% 2%;
  border: 1px solid #cacaca;
}
.directory-filter-first .filter-btn-first .reset1 {
  background: #ededed;
  color: #000;
  padding: 5px 15px;
  border: 1px solid #cacaca;
}
.directory-filter-first .filter-btn-first .reset1.btn-success {
  background: azure;
  color: #000;
  padding: 5px 15px;
  border: 1px solid #cacaca;
}
.directory-filter-first .filter-btn-first .reset-last {
  background: #cacaca;
  color: #000;
  padding: 1% 2%;
  border: 1px solid #cacaca;
}
.directory-filter-first .filter-btn-first .reset-last.btn-warning {
  background: antiquewhite;
  color: #000;
  padding: 1% 2%;
  border: 1px solid #cacaca;
}

.listed-btn {
  border: 1px solid #cacaca;
  display: inline-block;
}
.listed-btn .display {
  padding: 8px 15px;
}

.additionalFilters .borderRed {
  border-color: #dc2626;
  color: #dc2626;
  background-color: transparent;
}
.additionalFilters .borderGrey {
  border-color: #d4d4d4;
  background-color: #ededed;
}
.additionalFilters .btn-warning {
  background-color: antiquewhite;
}

.filters .add-list-free {
  width: 100%;
  border: 1px solid #cd2122;
  padding: 6% 4%;
  text-align: center;
  border-radius: 10px;
  color: #cd2122;
  background: #fff;
}
.filters .add-list-free .free-list {
  font-weight: 600;
}
.filters .custom-card {
  width: 100% !important;
}

.cate-directory {
  width: 100%;
  background: #cd2122;
  color: #fff;
  border-radius: 10px;
}

.custom-card {
  background-color: white;
}
.custom-card .category {
  margin: 1% 0%;
}
.custom-card .category span {
  border: 1px solid #cd2122;
  padding: 0% 2%;
  border-radius: 5px;
}
.custom-card .membership {
  display: flex;
  width: 100%;
  gap: 20px;
}
.custom-card .membership .share-link {
  display: flex;
  flex-wrap: wrap;
  background: #ededed;
  padding: 2% 3%;
  gap: 20px;
  border-radius: 10px;
  width: 45%;
  justify-content: center;
  align-items: center;
}
.custom-card .membership .member-link {
  flex-wrap: wrap;
  padding: 2% 3%;
  width: 45%;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  background: #f0f0f0 !important;
  text-align: center;
  text-transform: uppercase;
  font-weight: 500;
}
.custom-card .location .location-outer .address {
  padding-left: 10px;
}
.custom-card .offer .list-update {
  justify-content: center;
  align-items: center;
  border: 1px solid #cd2122;
  color: #cd2122;
}
.custom-card .view-points .list-update {
  justify-content: center;
  align-items: center;
  font-weight: 500;
  color: #000;
}
.custom-card .view-points .list-update-mail {
  justify-content: center;
  align-items: center;
  color: #cd2122;
  font-weight: 500;
}

.pagination {
  margin: 5% 0%;
}
.pagination div .prev,
.pagination div .next {
  background-color: #f7f7f7;
}
.pagination div .page_no {
  border-color: #f7f7f7;
  background-color: white;
}
.pagination div .page_no ul li .active {
  background-color: #dc2626;
  color: white;
  border-radius: 0.5rem;
  pointer-events: none;
  cursor: none;
}

.data-descp {
  width: 100% !important;
}
.no-pad {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

@media screen and (max-device-width: 374px) {
  .yundle-sales .two .container .filters div .pagination div {
    flex-direction: column;
  }
  .yundle-sales .two .container .filters div .pagination div .prev,
.yundle-sales .two .container .filters div .pagination div .next,
.yundle-sales .two .container .filters div .pagination div div {
    margin: 1rem 0rem;
  }
}
@media screen and (min-device-width: 1024px) {
  .yundle-sales .two .custom-card div .product-image {
    width: 30% !important;
  }
  .yundle-sales .two .custom-card div .data-desc {
    width: 70% !important;
  }
  .yundle-sales .membership {
    display: flex;
    width: 100%;
    gap: 20px;
  }
  .yundle-sales .membership .share-link {
    display: flex;
    flex-wrap: wrap;
    background: #ededed;
    padding: 2% 3%;
    gap: 20px;
    border-radius: 10px;
    width: 100%;
    justify-content: center;
    align-items: center;
  }
  .yundle-sales .membership .member-link {
    flex-wrap: wrap;
    background: #ededed;
    padding: 2% 3%;
    width: 100%;
    border-radius: 10px;
    justify-content: center;
    align-items: center;
    background: #cd2122;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-weight: 500;
  }
}
.yundle-homepage .two .container .main-heading div, .yundle-homepage .three .container .experience div, .yundle-definitions .four .container .define div, .yundle-appreciations .four .container .define div {
  border-left: 3px solid #dc2626;
  padding: 2% 0% 2% 2%;
}
.yundle-homepage .two .container .main-heading div p:first-child, .yundle-homepage .three .container .experience div p:first-child, .yundle-definitions .four .container .define div p:first-child, .yundle-appreciations .four .container .define div p:first-child {
  font-size: 36px;
  font-weight: bold;
}

.yundle-homepage .two .container .custom-card div div:last-child a, .yundle-homepage .three .container .yundle3 .data-content p:last-child a, .yundle-directory .one .container .custom-card div div div a, .yundle-how_to .two .container div div:first-child .custom-card div div div a, .yundle-definitions .one .container .custom-card div div div a, .yundle-definitions .four .container .yundle3 .data-content p:last-child a, .yundle-appreciations .one .container .custom-card div div div a, .yundle-appreciations .four .container .yundle3 .data-content p:last-child a {
  text-decoration: none;
  color: #dc2626;
  font-weight: bold;
}
.yundle-homepage .two .container .custom-card div div:last-child a:hover, .yundle-homepage .three .container .yundle3 .data-content p:last-child a:hover, .yundle-directory .one .container .custom-card div div div a:hover, .yundle-how_to .two .container div div:first-child .custom-card div div div a:hover, .yundle-definitions .one .container .custom-card div div div a:hover, .yundle-definitions .four .container .yundle3 .data-content p:last-child a:hover, .yundle-appreciations .one .container .custom-card div div div a:hover, .yundle-appreciations .four .container .yundle3 .data-content p:last-child a:hover {
  border-bottom: 1px solid #dc2626;
  transition: border-bottom 0.4s ease-in-out;
}

.yundle-homepage .four .container .foot-homepage .signup .custom-border {
  border-bottom: 1px solid white;
}

.yundle-directory .three .container .heading-box .box-heading,
.yundle-directory .four .container .heading-box .box-heading,
.yundle-directory .five .container .heading-box .box-heading, .yundle-product .two .container .heading-box .box-heading, .yundle-product .five .container .heading-box .box-heading, .yundle-product .six .container .heading-box .box-heading, .yundle-definitions .three .container .heading-box .box-heading,
.yundle-definitions .four .container .heading-box .box-heading,
.yundle-definitions .five .container .heading-box .box-heading, .yundle-appreciations .three .container .heading-box .box-heading,
.yundle-appreciations .four .container .heading-box .box-heading,
.yundle-appreciations .five .container .heading-box .box-heading {
  border-left: 4px solid #dc2626;
  padding-left: 1%;
}
.yundle-directory .three .container .heading-box .box-heading p:first-child,
.yundle-directory .four .container .heading-box .box-heading p:first-child,
.yundle-directory .five .container .heading-box .box-heading p:first-child, .yundle-product .two .container .heading-box .box-heading p:first-child, .yundle-product .five .container .heading-box .box-heading p:first-child, .yundle-product .six .container .heading-box .box-heading p:first-child, .yundle-definitions .three .container .heading-box .box-heading p:first-child,
.yundle-definitions .four .container .heading-box .box-heading p:first-child,
.yundle-definitions .five .container .heading-box .box-heading p:first-child, .yundle-appreciations .three .container .heading-box .box-heading p:first-child,
.yundle-appreciations .four .container .heading-box .box-heading p:first-child,
.yundle-appreciations .five .container .heading-box .box-heading p:first-child {
  font-weight: bold;
  font-size: 28px;
}
.yundle-directory .three .container .heading-box .box-heading p.popular,
.yundle-directory .four .container .heading-box .box-heading p.popular,
.yundle-directory .five .container .heading-box .box-heading p.popular, .yundle-product .two .container .heading-box .box-heading p.popular, .yundle-product .five .container .heading-box .box-heading p.popular, .yundle-product .six .container .heading-box .box-heading p.popular, .yundle-definitions .three .container .heading-box .box-heading p.popular,
.yundle-definitions .four .container .heading-box .box-heading p.popular,
.yundle-definitions .five .container .heading-box .box-heading p.popular, .yundle-appreciations .three .container .heading-box .box-heading p.popular,
.yundle-appreciations .four .container .heading-box .box-heading p.popular,
.yundle-appreciations .five .container .heading-box .box-heading p.popular {
  color: white;
}
.yundle-directory .three .container .heading-box button,
.yundle-directory .four .container .heading-box button,
.yundle-directory .five .container .heading-box button, .yundle-product .two .container .heading-box button, .yundle-product .five .container .heading-box button, .yundle-product .six .container .heading-box button, .yundle-definitions .three .container .heading-box button,
.yundle-definitions .four .container .heading-box button,
.yundle-definitions .five .container .heading-box button, .yundle-appreciations .three .container .heading-box button,
.yundle-appreciations .four .container .heading-box button,
.yundle-appreciations .five .container .heading-box button {
  color: white;
  border: none;
  background-color: #dc2626;
  padding: 1rem 1.25rem;
  border-radius: 0.25rem;
}
.yundle-directory .three .container .heading-box button:hover,
.yundle-directory .four .container .heading-box button:hover,
.yundle-directory .five .container .heading-box button:hover, .yundle-product .two .container .heading-box button:hover, .yundle-product .five .container .heading-box button:hover, .yundle-product .six .container .heading-box button:hover, .yundle-definitions .three .container .heading-box button:hover,
.yundle-definitions .four .container .heading-box button:hover,
.yundle-definitions .five .container .heading-box button:hover, .yundle-appreciations .three .container .heading-box button:hover,
.yundle-appreciations .four .container .heading-box button:hover,
.yundle-appreciations .five .container .heading-box button:hover {
  background-color: #2e2d33;
}

.virtual-assets-section .virtual-assets-row .virtual-assets-card .virtual-assets-card-inner, .virtual-assets-section .virtual-assets-row .virtual-assets-card:hover h3.virtual-card-center-heading {
  opacity: 0;
  visibility: hidden;
}

.yundle-sales .one .container div .sales-btn, .yundle-sales .two .container div .sales-btn, .yundle-sales .two .container .filters div div .btn1,
.yundle-sales .two .container .filters div div .btn2, .add-directory-banner-section .virtual-heading-row .heading-contact-list .add-your-listing-free-btn a, .add-directory-middle-section .add-directory-browse-aside .all-browse-categories-btn a, .add-directory-middle-section .add-directory-form-aside .add-directory-form-wrap .form-submission-actions .form-action-btn, .yundle-photos .one .container div .btns button {
  color: #fff;
  font-size: 18px;
  border-radius: 8px;
  background-color: #ce2123;
  transition: all 0.4s ease-in-out;
}
.yundle-sales .one .container div .sales-btn:hover, .yundle-sales .two .container div .sales-btn:hover, .yundle-sales .two .container .filters div div .btn1:hover,
.yundle-sales .two .container .filters div div .btn2:hover, .add-directory-banner-section .virtual-heading-row .heading-contact-list .add-your-listing-free-btn a:hover, .add-directory-middle-section .add-directory-browse-aside .all-browse-categories-btn a:hover, .add-directory-middle-section .add-directory-form-aside .add-directory-form-wrap .form-submission-actions .form-action-btn:hover, .yundle-photos .one .container div .btns button:hover {
  background-color: #2e2d33;
}

.directory-sales-single-view .dirctory-sale-head .directory-left .para {
  color: #cd2122;
  font-size: 18px;
  font-weight: 400;
  padding-top: 2%;
}
.directory-sales-single-view .dirctory-sale-head .directory-left .para span {
  color: #000;
}
.directory-sales-single-view .dirctory-sale-head .directory-left .text-main {
  font-size: 40px;
  font-weight: 700;
  text-transform: uppercase;
}
.directory-sales-single-view .dirctory-sale-head .directory-left .text-main span {
  border-bottom: 4px solid #cd2122;
}
.directory-sales-single-view .dirctory-sale-head .directory-left .author .by {
  border: 1px solid #2a2a2e;
  border-radius: 10px;
  padding: 1% 6%;
  color: #cd2122;
}
.directory-sales-single-view .dirctory-sale-head .directory-left .list-viwe .combine {
  background: #cd2122;
  width: 50%;
  padding: 3%;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
}
.directory-sales-single-view .dirctory-sale-head .directory-left .list-viwe .add {
  font-weight: 500;
  font-size: 18px;
  padding: 2% 0%;
}
.directory-sales-single-view .dirctory-sale-head .directory-left .list-viwe ul {
  list-style: none;
  padding-left: 0;
}
.directory-sales-single-view .dirctory-sale-head .directory-left .list-viwe ul li {
  position: relative;
  font-family: "Inter", sans-serif;
  padding-left: 33px;
  padding-bottom: 2%;
}
.directory-sales-single-view .dirctory-sale-head .directory-left .list-viwe ul li::before {
  content: url("/assets/images/single-sale/sale_arrow.png");
  position: absolute;
  left: 0;
  top: 3px;
}
.directory-sales-single-view .directory-google-map {
  overflow: auto;
}
.directory-sales-single-view .directory-google-map iframe {
  height: 300px;
}

.color-bg {
  background: #f7f7f7;
}
.color-bg .address .description {
  text-align: left;
}
.color-bg .address .description .descp-head {
  font-size: 30px;
  font-weight: 600;
}
.color-bg .address .description .sale-descp-text {
  font-size: 18px;
  color: #1e2024;
}
.color-bg .address .description .social-icon {
  align-items: center;
  gap: 25px;
  padding: 5% 0%;
}
.color-bg .address .description .social-icon .Share {
  color: #cd2122;
  font-weight: 500;
  border-bottom: 1px solid #cd2122;
}

@media screen and (max-device-width: 639px) {
  .address .location {
    width: 100%;
    margin: 10px;
  }
}
.outer-form-faq .out-faq {
  padding: 13% 5% !important;
}
.outer-form-faq .btn {
  background: #cd2122;
  padding: 2% 5%;
  border-radius: 5px;
  color: #fff;
}

@media screen and (max-device-width: 767px) {
  .list-viwe .combine {
    width: 90% !important;
  }
}
.yundle-homepage .two .container .main-heading div, .yundle-homepage .three .container .experience div, .yundle-definitions .four .container .define div, .yundle-appreciations .four .container .define div {
  border-left: 3px solid #dc2626;
  padding: 2% 0% 2% 2%;
}
.yundle-homepage .two .container .main-heading div p:first-child, .yundle-homepage .three .container .experience div p:first-child, .yundle-definitions .four .container .define div p:first-child, .yundle-appreciations .four .container .define div p:first-child {
  font-size: 36px;
  font-weight: bold;
}

.yundle-homepage .two .container .custom-card div div:last-child a, .yundle-homepage .three .container .yundle3 .data-content p:last-child a, .yundle-directory .one .container .custom-card div div div a, .yundle-how_to .two .container div div:first-child .custom-card div div div a, .yundle-definitions .one .container .custom-card div div div a, .yundle-definitions .four .container .yundle3 .data-content p:last-child a, .yundle-appreciations .one .container .custom-card div div div a, .yundle-appreciations .four .container .yundle3 .data-content p:last-child a {
  text-decoration: none;
  color: #dc2626;
  font-weight: bold;
}
.yundle-homepage .two .container .custom-card div div:last-child a:hover, .yundle-homepage .three .container .yundle3 .data-content p:last-child a:hover, .yundle-directory .one .container .custom-card div div div a:hover, .yundle-how_to .two .container div div:first-child .custom-card div div div a:hover, .yundle-definitions .one .container .custom-card div div div a:hover, .yundle-definitions .four .container .yundle3 .data-content p:last-child a:hover, .yundle-appreciations .one .container .custom-card div div div a:hover, .yundle-appreciations .four .container .yundle3 .data-content p:last-child a:hover {
  border-bottom: 1px solid #dc2626;
  transition: border-bottom 0.4s ease-in-out;
}

.yundle-homepage .four .container .foot-homepage .signup .custom-border {
  border-bottom: 1px solid white;
}

.yundle-directory .three .container .heading-box .box-heading,
.yundle-directory .four .container .heading-box .box-heading,
.yundle-directory .five .container .heading-box .box-heading, .yundle-product .two .container .heading-box .box-heading, .yundle-product .five .container .heading-box .box-heading, .yundle-product .six .container .heading-box .box-heading, .yundle-definitions .three .container .heading-box .box-heading,
.yundle-definitions .four .container .heading-box .box-heading,
.yundle-definitions .five .container .heading-box .box-heading, .yundle-appreciations .three .container .heading-box .box-heading,
.yundle-appreciations .four .container .heading-box .box-heading,
.yundle-appreciations .five .container .heading-box .box-heading {
  border-left: 4px solid #dc2626;
  padding-left: 1%;
}
.yundle-directory .three .container .heading-box .box-heading p:first-child,
.yundle-directory .four .container .heading-box .box-heading p:first-child,
.yundle-directory .five .container .heading-box .box-heading p:first-child, .yundle-product .two .container .heading-box .box-heading p:first-child, .yundle-product .five .container .heading-box .box-heading p:first-child, .yundle-product .six .container .heading-box .box-heading p:first-child, .yundle-definitions .three .container .heading-box .box-heading p:first-child,
.yundle-definitions .four .container .heading-box .box-heading p:first-child,
.yundle-definitions .five .container .heading-box .box-heading p:first-child, .yundle-appreciations .three .container .heading-box .box-heading p:first-child,
.yundle-appreciations .four .container .heading-box .box-heading p:first-child,
.yundle-appreciations .five .container .heading-box .box-heading p:first-child {
  font-weight: bold;
  font-size: 28px;
}
.yundle-directory .three .container .heading-box .box-heading p.popular,
.yundle-directory .four .container .heading-box .box-heading p.popular,
.yundle-directory .five .container .heading-box .box-heading p.popular, .yundle-product .two .container .heading-box .box-heading p.popular, .yundle-product .five .container .heading-box .box-heading p.popular, .yundle-product .six .container .heading-box .box-heading p.popular, .yundle-definitions .three .container .heading-box .box-heading p.popular,
.yundle-definitions .four .container .heading-box .box-heading p.popular,
.yundle-definitions .five .container .heading-box .box-heading p.popular, .yundle-appreciations .three .container .heading-box .box-heading p.popular,
.yundle-appreciations .four .container .heading-box .box-heading p.popular,
.yundle-appreciations .five .container .heading-box .box-heading p.popular {
  color: white;
}
.yundle-directory .three .container .heading-box button,
.yundle-directory .four .container .heading-box button,
.yundle-directory .five .container .heading-box button, .yundle-product .two .container .heading-box button, .yundle-product .five .container .heading-box button, .yundle-product .six .container .heading-box button, .yundle-definitions .three .container .heading-box button,
.yundle-definitions .four .container .heading-box button,
.yundle-definitions .five .container .heading-box button, .yundle-appreciations .three .container .heading-box button,
.yundle-appreciations .four .container .heading-box button,
.yundle-appreciations .five .container .heading-box button {
  color: white;
  border: none;
  background-color: #dc2626;
  padding: 1rem 1.25rem;
  border-radius: 0.25rem;
}
.yundle-directory .three .container .heading-box button:hover,
.yundle-directory .four .container .heading-box button:hover,
.yundle-directory .five .container .heading-box button:hover, .yundle-product .two .container .heading-box button:hover, .yundle-product .five .container .heading-box button:hover, .yundle-product .six .container .heading-box button:hover, .yundle-definitions .three .container .heading-box button:hover,
.yundle-definitions .four .container .heading-box button:hover,
.yundle-definitions .five .container .heading-box button:hover, .yundle-appreciations .three .container .heading-box button:hover,
.yundle-appreciations .four .container .heading-box button:hover,
.yundle-appreciations .five .container .heading-box button:hover {
  background-color: #2e2d33;
}

.virtual-assets-section .virtual-assets-row .virtual-assets-card .virtual-assets-card-inner, .virtual-assets-section .virtual-assets-row .virtual-assets-card:hover h3.virtual-card-center-heading {
  opacity: 0;
  visibility: hidden;
}

.yundle-sales .one .container div .sales-btn, .yundle-sales .two .container div .sales-btn, .yundle-sales .two .container .filters div div .btn1,
.yundle-sales .two .container .filters div div .btn2, .add-directory-banner-section .virtual-heading-row .heading-contact-list .add-your-listing-free-btn a, .add-directory-middle-section .add-directory-browse-aside .all-browse-categories-btn a, .add-directory-middle-section .add-directory-form-aside .add-directory-form-wrap .form-submission-actions .form-action-btn, .yundle-photos .one .container div .btns button {
  color: #fff;
  font-size: 18px;
  border-radius: 8px;
  background-color: #ce2123;
  transition: all 0.4s ease-in-out;
}
.yundle-sales .one .container div .sales-btn:hover, .yundle-sales .two .container div .sales-btn:hover, .yundle-sales .two .container .filters div div .btn1:hover,
.yundle-sales .two .container .filters div div .btn2:hover, .add-directory-banner-section .virtual-heading-row .heading-contact-list .add-your-listing-free-btn a:hover, .add-directory-middle-section .add-directory-browse-aside .all-browse-categories-btn a:hover, .add-directory-middle-section .add-directory-form-aside .add-directory-form-wrap .form-submission-actions .form-action-btn:hover, .yundle-photos .one .container div .btns button:hover {
  background-color: #2e2d33;
}

.contact-us-form {
  background-color: #f7f7f7;
  border-color: #d4d4d4;
}
.contact-us-form form input, .contact-us-form form textarea {
  background-color: white;
  border-color: #d4d4d4;
}
.contact-us-form form textarea {
  resize: none;
}
.contact-us-form .recaptcha {
  background-color: white;
  border-color: #d4d4d4;
}
.contact-us-form .checkbox {
  height: 35px;
  width: 35px;
}
.contact-us-form .send {
  background-color: #dc2626;
  color: white;
}

.contact-us-form-2 .databox {
  background-color: #f7f7f7;
  border-color: #d4d4d4;
  width: 400px;
  max-width: 100%;
}

.yundle-homepage .two .container .main-heading div, .yundle-homepage .three .container .experience div, .yundle-definitions .four .container .define div, .yundle-appreciations .four .container .define div {
  border-left: 3px solid #dc2626;
  padding: 2% 0% 2% 2%;
}
.yundle-homepage .two .container .main-heading div p:first-child, .yundle-homepage .three .container .experience div p:first-child, .yundle-definitions .four .container .define div p:first-child, .yundle-appreciations .four .container .define div p:first-child {
  font-size: 36px;
  font-weight: bold;
}

.yundle-homepage .two .container .custom-card div div:last-child a, .yundle-homepage .three .container .yundle3 .data-content p:last-child a, .yundle-directory .one .container .custom-card div div div a, .yundle-how_to .two .container div div:first-child .custom-card div div div a, .yundle-definitions .one .container .custom-card div div div a, .yundle-definitions .four .container .yundle3 .data-content p:last-child a, .yundle-appreciations .one .container .custom-card div div div a, .yundle-appreciations .four .container .yundle3 .data-content p:last-child a {
  text-decoration: none;
  color: #dc2626;
  font-weight: bold;
}
.yundle-homepage .two .container .custom-card div div:last-child a:hover, .yundle-homepage .three .container .yundle3 .data-content p:last-child a:hover, .yundle-directory .one .container .custom-card div div div a:hover, .yundle-how_to .two .container div div:first-child .custom-card div div div a:hover, .yundle-definitions .one .container .custom-card div div div a:hover, .yundle-definitions .four .container .yundle3 .data-content p:last-child a:hover, .yundle-appreciations .one .container .custom-card div div div a:hover, .yundle-appreciations .four .container .yundle3 .data-content p:last-child a:hover {
  border-bottom: 1px solid #dc2626;
  transition: border-bottom 0.4s ease-in-out;
}

.yundle-homepage .four .container .foot-homepage .signup .custom-border {
  border-bottom: 1px solid white;
}

.yundle-directory .three .container .heading-box .box-heading,
.yundle-directory .four .container .heading-box .box-heading,
.yundle-directory .five .container .heading-box .box-heading, .yundle-product .two .container .heading-box .box-heading, .yundle-product .five .container .heading-box .box-heading, .yundle-product .six .container .heading-box .box-heading, .yundle-definitions .three .container .heading-box .box-heading,
.yundle-definitions .four .container .heading-box .box-heading,
.yundle-definitions .five .container .heading-box .box-heading, .yundle-appreciations .three .container .heading-box .box-heading,
.yundle-appreciations .four .container .heading-box .box-heading,
.yundle-appreciations .five .container .heading-box .box-heading {
  border-left: 4px solid #dc2626;
  padding-left: 1%;
}
.yundle-directory .three .container .heading-box .box-heading p:first-child,
.yundle-directory .four .container .heading-box .box-heading p:first-child,
.yundle-directory .five .container .heading-box .box-heading p:first-child, .yundle-product .two .container .heading-box .box-heading p:first-child, .yundle-product .five .container .heading-box .box-heading p:first-child, .yundle-product .six .container .heading-box .box-heading p:first-child, .yundle-definitions .three .container .heading-box .box-heading p:first-child,
.yundle-definitions .four .container .heading-box .box-heading p:first-child,
.yundle-definitions .five .container .heading-box .box-heading p:first-child, .yundle-appreciations .three .container .heading-box .box-heading p:first-child,
.yundle-appreciations .four .container .heading-box .box-heading p:first-child,
.yundle-appreciations .five .container .heading-box .box-heading p:first-child {
  font-weight: bold;
  font-size: 28px;
}
.yundle-directory .three .container .heading-box .box-heading p.popular,
.yundle-directory .four .container .heading-box .box-heading p.popular,
.yundle-directory .five .container .heading-box .box-heading p.popular, .yundle-product .two .container .heading-box .box-heading p.popular, .yundle-product .five .container .heading-box .box-heading p.popular, .yundle-product .six .container .heading-box .box-heading p.popular, .yundle-definitions .three .container .heading-box .box-heading p.popular,
.yundle-definitions .four .container .heading-box .box-heading p.popular,
.yundle-definitions .five .container .heading-box .box-heading p.popular, .yundle-appreciations .three .container .heading-box .box-heading p.popular,
.yundle-appreciations .four .container .heading-box .box-heading p.popular,
.yundle-appreciations .five .container .heading-box .box-heading p.popular {
  color: white;
}
.yundle-directory .three .container .heading-box button,
.yundle-directory .four .container .heading-box button,
.yundle-directory .five .container .heading-box button, .yundle-product .two .container .heading-box button, .yundle-product .five .container .heading-box button, .yundle-product .six .container .heading-box button, .yundle-definitions .three .container .heading-box button,
.yundle-definitions .four .container .heading-box button,
.yundle-definitions .five .container .heading-box button, .yundle-appreciations .three .container .heading-box button,
.yundle-appreciations .four .container .heading-box button,
.yundle-appreciations .five .container .heading-box button {
  color: white;
  border: none;
  background-color: #dc2626;
  padding: 1rem 1.25rem;
  border-radius: 0.25rem;
}
.yundle-directory .three .container .heading-box button:hover,
.yundle-directory .four .container .heading-box button:hover,
.yundle-directory .five .container .heading-box button:hover, .yundle-product .two .container .heading-box button:hover, .yundle-product .five .container .heading-box button:hover, .yundle-product .six .container .heading-box button:hover, .yundle-definitions .three .container .heading-box button:hover,
.yundle-definitions .four .container .heading-box button:hover,
.yundle-definitions .five .container .heading-box button:hover, .yundle-appreciations .three .container .heading-box button:hover,
.yundle-appreciations .four .container .heading-box button:hover,
.yundle-appreciations .five .container .heading-box button:hover {
  background-color: #2e2d33;
}

.virtual-assets-section .virtual-assets-row .virtual-assets-card .virtual-assets-card-inner, .virtual-assets-section .virtual-assets-row .virtual-assets-card:hover h3.virtual-card-center-heading {
  opacity: 0;
  visibility: hidden;
}

.yundle-sales .one .container div .sales-btn, .yundle-sales .two .container div .sales-btn, .yundle-sales .two .container .filters div div .btn1,
.yundle-sales .two .container .filters div div .btn2, .add-directory-banner-section .virtual-heading-row .heading-contact-list .add-your-listing-free-btn a, .add-directory-middle-section .add-directory-browse-aside .all-browse-categories-btn a, .add-directory-middle-section .add-directory-form-aside .add-directory-form-wrap .form-submission-actions .form-action-btn, .yundle-photos .one .container div .btns button {
  color: #fff;
  font-size: 18px;
  border-radius: 8px;
  background-color: #ce2123;
  transition: all 0.4s ease-in-out;
}
.yundle-sales .one .container div .sales-btn:hover, .yundle-sales .two .container div .sales-btn:hover, .yundle-sales .two .container .filters div div .btn1:hover,
.yundle-sales .two .container .filters div div .btn2:hover, .add-directory-banner-section .virtual-heading-row .heading-contact-list .add-your-listing-free-btn a:hover, .add-directory-middle-section .add-directory-browse-aside .all-browse-categories-btn a:hover, .add-directory-middle-section .add-directory-form-aside .add-directory-form-wrap .form-submission-actions .form-action-btn:hover, .yundle-photos .one .container div .btns button:hover {
  background-color: #2e2d33;
}

.virtual-business-section {
  padding: 40px 15px 10px 15px;
}
.virtual-business-section .section-heading h2 {
  font-size: 50px !important;
  font-weight: 500;
}

.photo-details span {
  font-size: 19px;
}

.help-to-improve {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.8rem;
}
.help-to-improve span {
  color: #dc2626;
}

.about-all-info .photo-lefts .Business {
  background-color: #f7f7f7;
  border: 1px solid #cacaca;
  padding: 7px 12px;
  font-size: 26px;
  font-weight: 600;
  position: relative;
  text-align: center;
}
.about-all-info .photo-lefts h1,
.about-all-info .photo-lefts h2,
.about-all-info .photo-lefts h3,
.about-all-info .photo-lefts h4,
.about-all-info .photo-lefts h5 {
  background-color: #f7f7f7;
  border: 1px solid #cacaca;
  padding: 7px 12px;
  font-size: 26px;
  font-weight: 600;
  position: relative;
  text-align: center;
  margin-bottom: 1rem;
}
.about-all-info .photo-lefts .pic-last {
  font-size: 20px;
  font-weight: 500;
}
.about-all-info .photo-lefts .photo-details figure,
.about-all-info .photo-lefts .photo-details img,
.about-all-info .photo-lefts .photo-details .image-center {
  display: inline-block;
  vertical-align: top;
}
.about-all-info .photo-lefts .photo-details figcaption {
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  padding: 2rem;
}
.about-all-info ul {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.about-all-info ul li {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 40px;
  position: relative;
}
.about-all-info ul li::before {
  content: url("/assets/images/icons/check.png");
  left: 0%;
  position: absolute;
}
.about-all-info a {
  color: #dc2626;
}

.breadcrumb .active {
  color: #505050;
}

.breadcrumb p {
  padding-left: 1rem;
}

.plan .content {
  background: #f0f0f0;
  padding: 0 10px;
  min-height: 510px;
}

.plan .content .title {
  padding: 10px 10px 18px;
  position: relative;
  text-align: center;
  font-size: 20px;
  text-transform: uppercase;
  font-family: "Open Sans", Arial, sans-serif;
}

.plan .content.plan-diamond .title {
  background: #2582bd;
  color: #fff;
}

.plan .content.plan-gold .title {
  background: #ffdd4a;
  color: #fff;
}

.plan .content.plan-silver .title {
  background: #898989;
  color: #fff;
}

.plan .content .title span {
  display: block;
  font-size: 60%;
}

.plan .content .title:after {
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: top;
  border-bottom: 15px solid #f0f0f0;
  border-right: 63px solid transparent;
  border-left: 63px solid transparent;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
}

.plan .content.plan-bronze .title {
  background: #d3b3a4;
  color: #fff;
}

.plan .content .description {
  list-style: none;
  margin: 5px 10px;
  text-align: center;
}

.plan .content .description li {
  border-bottom: 1px dashed #ddd;
  padding: 2px 0;
  font-size: 14px;
}

.plan .content .description li:last-child {
  border: none;
}

/**not found page**/
.page404 .section-subtitle-list .subtitle {
  font-size: 26px;
  font-weight: 600;
}
.page404 .listing {
  list-style: circle;
  margin-left: 20px;
  font-size: 17px;
}
.page404 .listing li {
  margin-bottom: 2px;
}
.page404 .listing li a {
  color: #378274;
}
.page404 .header .menuList .sidebar {
  z-index: 9;
}

.yundle-homepage .two .container .main-heading div, .yundle-homepage .three .container .experience div, .yundle-definitions .four .container .define div, .yundle-appreciations .four .container .define div {
  border-left: 3px solid #dc2626;
  padding: 2% 0% 2% 2%;
}
.yundle-homepage .two .container .main-heading div p:first-child, .yundle-homepage .three .container .experience div p:first-child, .yundle-definitions .four .container .define div p:first-child, .yundle-appreciations .four .container .define div p:first-child {
  font-size: 36px;
  font-weight: bold;
}

.yundle-homepage .two .container .custom-card div div:last-child a, .yundle-homepage .three .container .yundle3 .data-content p:last-child a, .yundle-directory .one .container .custom-card div div div a, .yundle-how_to .two .container div div:first-child .custom-card div div div a, .yundle-definitions .one .container .custom-card div div div a, .yundle-definitions .four .container .yundle3 .data-content p:last-child a, .yundle-appreciations .one .container .custom-card div div div a, .yundle-appreciations .four .container .yundle3 .data-content p:last-child a {
  text-decoration: none;
  color: #dc2626;
  font-weight: bold;
}
.yundle-homepage .two .container .custom-card div div:last-child a:hover, .yundle-homepage .three .container .yundle3 .data-content p:last-child a:hover, .yundle-directory .one .container .custom-card div div div a:hover, .yundle-how_to .two .container div div:first-child .custom-card div div div a:hover, .yundle-definitions .one .container .custom-card div div div a:hover, .yundle-definitions .four .container .yundle3 .data-content p:last-child a:hover, .yundle-appreciations .one .container .custom-card div div div a:hover, .yundle-appreciations .four .container .yundle3 .data-content p:last-child a:hover {
  border-bottom: 1px solid #dc2626;
  transition: border-bottom 0.4s ease-in-out;
}

.yundle-homepage .four .container .foot-homepage .signup .custom-border {
  border-bottom: 1px solid white;
}

.yundle-directory .three .container .heading-box .box-heading,
.yundle-directory .four .container .heading-box .box-heading,
.yundle-directory .five .container .heading-box .box-heading, .yundle-product .two .container .heading-box .box-heading, .yundle-product .five .container .heading-box .box-heading, .yundle-product .six .container .heading-box .box-heading, .yundle-definitions .three .container .heading-box .box-heading,
.yundle-definitions .four .container .heading-box .box-heading,
.yundle-definitions .five .container .heading-box .box-heading, .yundle-appreciations .three .container .heading-box .box-heading,
.yundle-appreciations .four .container .heading-box .box-heading,
.yundle-appreciations .five .container .heading-box .box-heading {
  border-left: 4px solid #dc2626;
  padding-left: 1%;
}
.yundle-directory .three .container .heading-box .box-heading p:first-child,
.yundle-directory .four .container .heading-box .box-heading p:first-child,
.yundle-directory .five .container .heading-box .box-heading p:first-child, .yundle-product .two .container .heading-box .box-heading p:first-child, .yundle-product .five .container .heading-box .box-heading p:first-child, .yundle-product .six .container .heading-box .box-heading p:first-child, .yundle-definitions .three .container .heading-box .box-heading p:first-child,
.yundle-definitions .four .container .heading-box .box-heading p:first-child,
.yundle-definitions .five .container .heading-box .box-heading p:first-child, .yundle-appreciations .three .container .heading-box .box-heading p:first-child,
.yundle-appreciations .four .container .heading-box .box-heading p:first-child,
.yundle-appreciations .five .container .heading-box .box-heading p:first-child {
  font-weight: bold;
  font-size: 28px;
}
.yundle-directory .three .container .heading-box .box-heading p.popular,
.yundle-directory .four .container .heading-box .box-heading p.popular,
.yundle-directory .five .container .heading-box .box-heading p.popular, .yundle-product .two .container .heading-box .box-heading p.popular, .yundle-product .five .container .heading-box .box-heading p.popular, .yundle-product .six .container .heading-box .box-heading p.popular, .yundle-definitions .three .container .heading-box .box-heading p.popular,
.yundle-definitions .four .container .heading-box .box-heading p.popular,
.yundle-definitions .five .container .heading-box .box-heading p.popular, .yundle-appreciations .three .container .heading-box .box-heading p.popular,
.yundle-appreciations .four .container .heading-box .box-heading p.popular,
.yundle-appreciations .five .container .heading-box .box-heading p.popular {
  color: white;
}
.yundle-directory .three .container .heading-box button,
.yundle-directory .four .container .heading-box button,
.yundle-directory .five .container .heading-box button, .yundle-product .two .container .heading-box button, .yundle-product .five .container .heading-box button, .yundle-product .six .container .heading-box button, .yundle-definitions .three .container .heading-box button,
.yundle-definitions .four .container .heading-box button,
.yundle-definitions .five .container .heading-box button, .yundle-appreciations .three .container .heading-box button,
.yundle-appreciations .four .container .heading-box button,
.yundle-appreciations .five .container .heading-box button {
  color: white;
  border: none;
  background-color: #dc2626;
  padding: 1rem 1.25rem;
  border-radius: 0.25rem;
}
.yundle-directory .three .container .heading-box button:hover,
.yundle-directory .four .container .heading-box button:hover,
.yundle-directory .five .container .heading-box button:hover, .yundle-product .two .container .heading-box button:hover, .yundle-product .five .container .heading-box button:hover, .yundle-product .six .container .heading-box button:hover, .yundle-definitions .three .container .heading-box button:hover,
.yundle-definitions .four .container .heading-box button:hover,
.yundle-definitions .five .container .heading-box button:hover, .yundle-appreciations .three .container .heading-box button:hover,
.yundle-appreciations .four .container .heading-box button:hover,
.yundle-appreciations .five .container .heading-box button:hover {
  background-color: #2e2d33;
}

.virtual-assets-section .virtual-assets-row .virtual-assets-card .virtual-assets-card-inner, .virtual-assets-section .virtual-assets-row .virtual-assets-card:hover h3.virtual-card-center-heading {
  opacity: 0;
  visibility: hidden;
}

.yundle-sales .one .container div .sales-btn, .yundle-sales .two .container div .sales-btn, .yundle-sales .two .container .filters div div .btn1,
.yundle-sales .two .container .filters div div .btn2, .add-directory-banner-section .virtual-heading-row .heading-contact-list .add-your-listing-free-btn a, .add-directory-middle-section .add-directory-browse-aside .all-browse-categories-btn a, .add-directory-middle-section .add-directory-form-aside .add-directory-form-wrap .form-submission-actions .form-action-btn, .yundle-photos .one .container div .btns button {
  color: #fff;
  font-size: 18px;
  border-radius: 8px;
  background-color: #ce2123;
  transition: all 0.4s ease-in-out;
}
.yundle-sales .one .container div .sales-btn:hover, .yundle-sales .two .container div .sales-btn:hover, .yundle-sales .two .container .filters div div .btn1:hover,
.yundle-sales .two .container .filters div div .btn2:hover, .add-directory-banner-section .virtual-heading-row .heading-contact-list .add-your-listing-free-btn a:hover, .add-directory-middle-section .add-directory-browse-aside .all-browse-categories-btn a:hover, .add-directory-middle-section .add-directory-form-aside .add-directory-form-wrap .form-submission-actions .form-action-btn:hover, .yundle-photos .one .container div .btns button:hover {
  background-color: #2e2d33;
}

.named-cart {
  font-size: 24px;
  font-weight: 500;
}

.color-bg {
  background: #f7f7f7;
}
.color-bg .address .name-profile {
  font-size: 30px;
  color: #262626;
}
.color-bg .address .name-head {
  font-size: 36px;
}

/**profile-sec page**/
.profile-page-sec {
  padding: 50px 0 !important;
  /* .address .name-head,  .address .name-profile{
    padding-left: 8px;
  }*/
}
.profile-page-sec .left-side-div {
  width: 42%;
  margin-left: 3%;
  margin-right: 3%;
}
.profile-page-sec .right-side-div {
  width: 47%;
  margin-left: 2%;
  margin-right: 3%;
}
.profile-page-sec .out-faq {
  padding: 55px 50px 75px 50px !important;
}
.profile-page-sec .outer-form-faq {
  padding-top: 19px;
}
.profile-page-sec .font-medium {
  font-size: 23px;
  margin-bottom: 30px;
}
.profile-page-sec form input, .profile-page-sec form textarea {
  padding: 16px 19px !important;
  border: 1px solid #eaeaea;
}
.profile-page-sec form .my-5 {
  margin-bottom: 18px;
  margin-top: 0;
}
.profile-page-sec .btn {
  padding: 11px 52px;
}
.profile-page-sec .address .description .sale-descp-text {
  font-size: 19px;
  color: #000000;
}
.profile-page-sec .address .name-head {
  font-size: 33px;
  padding-top: 0;
  font-weight: 600;
  color: #2a2a2a;
  padding-bottom: 30px;
}
.profile-page-sec .address .description .phn, .profile-page-sec .address .description .mail {
  font-size: 23px;
}
.profile-page-sec .profile-page-sec .right-side-div {
  width: 47%;
  margin-left: 2%;
  margin-right: 3%;
}
.profile-page-sec .profile-page-sec .left-side-div {
  width: 42%;
  margin-left: 3%;
  margin-right: 3%;
}

.collection-detail .collect-bg .section-heading p {
  font-size: 17px;
  font-weight: 600;
  margin-top: 8px;
}

.collection-detail .block-btn {
  background-color: #ce2123;
  padding-left: 1.75rem;
  padding-right: 1.75rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.collection-detail .set-btn .search {
  border: 1px solid #f1f1f1;
  padding: 14px 40px 14px 20px;
}

.collection-detail .set-btn .gobtn {
  border: 1px solid #7d7d7d;
  padding: 14px 34px;
  background: #f7f7f7;
  margin-right: 0px;
}

.collection-detail .set-btn .resat-btn {
  border: 1px solid #fe2f2f;
}

.collection-detail .set-btn .check {
  border: 0px solid #000;
  height: 21px;
  width: 17px;
  margin-left: 2px;
  position: relative;
}

.collection-detail .set-btn .check:before {
  position: absolute;
  content: "";
  height: 17px;
  width: 17px;
  top: 2px;
  border: 1px solid black;
  border-radius: 0px;
}

.collection-detail .print-btn .ptint-press {
  border: 1px solid #7d7d7d;
  background: #f7f7f7;
  padding: 12px 40px;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.collection-detail .print-btn img {
  width: 28px;
}

.collection-detail .collects .choose .choos-btn, .collection-detail .collects .choose .choos-btn1 {
  padding: 15px;
  width: 54px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.add-directory-banner-section {
  padding: 45px 0;
}

section.coins .shadow-2xl.m-2 {
  border-radius: 8px;
  margin-right: 5px;
  margin-left: 5px;
}

.collection-detail .coin .py-1 {
  background: #dbdbdb;
  font-weight: 700;
  color: #2f2f2f;
  font-size: 15px;
}

.collection-detail .coin {
  background-color: #dbdbdb;
  border-radius: 8px;
  overflow: hidden;
}

.collection-detail .coin-image {
  border-radius: 6px;
  overflow: hidden;
}

.collection-detail .coins-collaction .coin-content {
  border-radius: 0px 0px 8px 8px;
  font-weight: 600;
  font-size: 15px;
}

.coins .card {
  border: 1px solid #dedede;
}

.coins .card .card-header {
  padding: 22px 0;
  border-bottom: 1px solid #e5e5e5;
  border-radius: 5px 5px 5px 5px;
}

.collection-detail .card .card-content {
  padding: 25px 40px;
}

.collection-detail .card .card-content .coin-icon {
  border-radius: 50%;
  background-color: #dbdbdb;
  height: 60px;
  width: 60px;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.collection-detail .card .card-content span {
  font-size: 18px;
  font-weight: 600;
}

.pagination {
  border-color: #f3f3f3;
  padding: 20px 8px;
  margin: 3% 0% 4% 0%;
}

.pagination div .prev, .pagination div .next {
  background-color: #f0f0f0;
  padding: 12px 16px;
  font-size: 14px;
  font-weight: 600;
  color: #02021d;
}

.pagination button {
  font-size: 14px;
  font-weight: 600;
  color: #02021d;
  padding: 11px 18px;
}

.pagination div .page_no ul li .active {
  background-color: #ce2123;
}

.pagination div .prev img, .pagination div .next img {
  width: 5px;
  height: 10px;
  color: #766ad4;
  filter: opacity(0.5);
}

.pagination div .prev img.mr-2 {
  margin-right: 15px;
}

.pagination div .next img.ml-2 {
  margin-left: 15px;
}

.md\:space-x-8 > :not([hidden]) ~ :not([hidden]) {
  margin-left: 70px;
}

/**photo-single-page**/
.catalogs .catalog-body {
  padding-bottom: 28px;
}

.catalogs .catalog-body .catalog-category ul li {
  position: relative;
  padding-left: 30px;
  color: #1e1f23;
}

.red-text {
  color: #cb2122;
}

.blue-text {
  color: #1977f1;
}

.catalogs .catalog-body .catalog-category .cate-text {
  font-size: 28px;
  font-weight: 600;
  color: #202125;
}

.catalogs .catalog-body .catalog-left .catalog-text {
  color: #2a292e;
  font-size: 22px;
}

.catalogs .catalog-body .counter-div {
  margin-bottom: 7px;
}

.catalogs .catalog-body .star img {
  width: 311px;
}

.catalogs .catalog-body .catalog-left .main .eye, .catalogs .catalog-body .catalog-left .main .like, .catalogs .catalog-body .catalog-left .main .flag {
  padding: 6px 14px;
  border-radius: 7px;
  gap: 8px;
  box-shadow: 0 8px 9px 0 rgba(0, 0, 0, 0.08);
  margin-top: 23px;
  font-size: 13px;
  font-weight: 700;
  color: #1d2025;
}

.catalogs .catalog-body .catalog-left .main .flag .eye-text {
  font-weight: 700;
}

.catalogs .catalog-body .catalog-left .main .eye-icon img {
  width: 13px;
  height: 16px;
  -o-object-fit: contain;
     object-fit: contain;
}

.catalogs .catalog-body .catalog-category .like,
.catalogs .catalog-body .catalog-category .like-mail,
.catalogs .catalog-body .catalog-category .like-twitter,
.catalogs .catalog-body .catalog-category .like-share {
  padding: 0;
  width: 100px;
  height: 83px;
  font-size: 25px;
  color: #202125;
}

.catalogs .catalog-body .catalog-category .like-box,
.catalogs .catalog-body .catalog-category .like-box-mail,
.catalogs .catalog-body .catalog-category .like-box-twitter,
.catalogs .catalog-body .catalog-category .like-box-share {
  color: #fff;
  align-items: center;
  width: 100px;
  padding: 4px 11px;
  font-size: 15px;
}

.catalogs .catalog-body .catalog-category .like-img {
  width: 19px;
}

.counter-div {
  margin-right: 22px;
}

.catalogs .catalog-body .catalog-left .add-cart span {
  font-size: 15px;
  padding: 7px 22px;
}

.catalogs .catalog-body .catalog-left .cat-end-img {
  display: flex;
  max-width: 141px;
  margin-left: 87px;
}

.cat-end-img img {
  box-shadow: 0 8px 10px 0 rgba(0, 0, 0, 0.08);
  width: 113px;
  -o-object-fit: cover;
     object-fit: cover;
}

.catalogs .catalog-body .catalog-category ul .expand {
  font-weight: 600;
}

.outer-form-faq .comt-body .comment {
  font-size: 23px;
  font-weight: 600;
  color: #202125;
}

.outer-form-faq .comt-body .comment-answer {
  font-size: 16px;
}

.outer-form-faq .comt-body .name {
  font-weight: 600;
  color: #202125;
}

.outer-form-faq .comt-body .name span {
  margin-left: 5px;
  font-size: 15px;
}

.outer-form-faq .comt-body {
  border: 1px solid #b0b0b0;
}

.outer-form-faq .layout-out .submit-comments {
  font-size: 22px;
  font-weight: 500;
  padding: 3% 0%;
  color: #202125;
}

.outer-form-faq .layout-out .layout-in .mb-3 #exampleFormControlTextarea1,
.outer-form-faq .custom-faq .mb-3 #exampleFormControlTextarea1, .outer-form-faq .custom-faq .tag-faq #tag,
.outer-form-faq .custom-faq .tag-faq #category {
  border-radius: 7px;
  padding-left: 14px;
}

.outer-form-faq .layout-out .layout-in .mb-3 #exampleFormControlTextarea1::-moz-placeholder, .outer-form-faq .custom-faq .tag-faq #tag::-moz-placeholder, .outer-form-faq .custom-faq .mb-3 #exampleFormControlTextarea1::-moz-placeholder {
  color: #8e8e8e;
  font-size: 16px;
  letter-spacing: 1px;
}

.outer-form-faq .layout-out .layout-in .mb-3 #exampleFormControlTextarea1::placeholder,
.outer-form-faq .custom-faq .tag-faq #tag::placeholder,
.outer-form-faq .custom-faq .mb-3 #exampleFormControlTextarea1::placeholder {
  color: #8e8e8e;
  font-size: 16px;
  letter-spacing: 1px;
}

.outer-form-faq .comment-btn-div {
  display: flex;
  justify-content: center;
}

.outer-form-faq .layout-out .btn-form {
  background-color: #5b5b5b;
  border-radius: 10px;
  color: #fff;
  display: inline-flex;
  width: auto;
  padding: 15px 109px;
}

.outer-form-faq .layout-out .layout-in, .outer-form-faq .custom-faq {
  background: #f7f7f7;
  padding: 3%;
  border-radius: 10px;
  margin-bottom: 5%;
}

.outer-form-faq .layout-out .btn-form img, .outer-form-faq .custom-faq .btn-formm img {
  width: 38px;
  padding-right: 16px;
}

.outer-form-faq .custom-faq .mb-3 #exampleFormControlTextarea1 {
  background: #fff !important;
  padding: 1%;
}

.outer-form-faq .custom-faq .tag-faq #category {
  color: #8e8e8e;
}

.tagedit-list {
  min-height: 40px !important;
  padding: 8px 5px 0 !important;
  font-size: 14px !important;
}

* {
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}

.header.bg-none {
  background: none;
}

/* Faq Modal CSS Updated Here */
.faq_modal_wrap {
  max-width: 650px;
  margin: 0 auto;
  right: 0;
  padding: 15px 0;
  z-index: 99;
}

.faq_modal_wrap .modal-header h5 {
  font-size: 25px;
  font-weight: 700;
}

.faq_modal_wrap .modal-header h5 span {
  height: 2px;
  width: 125px;
  background-color: #dc2626;
}

.faq_modal_wrap .faq_modal_form .form-group label {
  color: #8a8a8a;
}

.faq_modal_wrap .faq_modal_form .container label {
  color: #8a8a8a;
}

.faq_modal_wrap .faq_modal_form .form-group .form-control {
  font-size: 15px;
  height: 50px;
  padding: 0 15px;
  background-color: #dbdbdb;
  border-radius: 12px;
  outline: none !important;
}

.faq_modal_wrap .faq_modal_form .form-group textarea.form-control {
  height: auto;
  resize: none;
  padding-top: 15px;
}

.faq_modal_wrap .faq_modal_form .form-group-file-control {
  height: 50px;
  cursor: pointer;
}

.faq_modal_wrap .faq_modal_form .form-group-file-control input {
  cursor: pointer;
  opacity: 0;
  z-index: 2;
}

.faq_modal_wrap .modal-footer button {
  color: #000;
  margin-left: 15px;
  background-color: #dbdbdb;
  border: 1px solid #000;
  border-radius: 8px;
}

.faq_modal_wrap .modal-footer button:nth-child(n+2) {
  background-color: #fff;
}

html body .p-loading-c,
html body .p-loading-s {
  position: fixed;
}

.p-loading-s {
  display: none;
  position: absolute;
  background: #fff;
  top: 0px;
  left: 0px;
  z-index: 99998;
  opacity: 0.6;
  filter: alpha(opacity=60);
  /* For IE8 and earlier */
}

.p-loading-c {
  width: 100%;
  display: none;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 99999;
}

.p-loader-img {
  width: 110px;
  height: 110px;
  margin: 0 auto;
  background: url("/css/img/ajax-loader-new.gif") no-repeat center;
  margin-top: 150px;
}

/* TIME INTERVAL PICKER START */
#vbcIntervalPickerCtrl {
  width: 250px;
  font-size: 0.9em;
  position: absolute;
  z-index: 10;
  display: none;
}

#vbcIntervalPickerCtrl .ui-widget {
  padding: 0.2em;
}

#vbcIntervalPickerCtrl .ui-widget-header {
  padding: 0.2em;
}

#vbcIntervalPickerCtrl #vbcIntervalPickerUserTime {
  font-size: larger;
  padding: 0.2em;
  padding-left: 1em;
  text-align: center;
}

#vbcIntervalPickerCtrl #vbcIntervalPickerUserTime .vbcIntervalPickerTimeUnit {
  font-weight: normal;
  margin-left: 0.1em;
  margin-right: 0.5em;
}

#vbcIntervalPickerCtrl #vbcIntervalPickerCloseCtrl {
  display: block;
  padding: 0.2em;
}

#vbcIntervalPickerCtrl #vbcIntervalPickerCloseCtrl .vbcIntervalPickerCloseA {
  display: block;
  padding: 0.2em;
  color: #AAA;
  font-size: 20px;
  font-weight: bold;
  padding: 0px;
  margin-top: -7px;
  margin-right: -5px;
}

#vbcIntervalPickerCtrl #vbcIntervalPickerCloseCtrl a.vbcIntervalPickerCloseA:hover {
  color: #777;
}

#vbcIntervalPickerCtrl .ui-widget-content {
  margin-top: 0.1em;
  margin-bottom: 0.1em;
  padding: 0.2em;
}

#vbcIntervalPickerCtrl .ui-widget.ui-widget-content {
  margin-top: 0;
}

#vbcIntervalPickerCtrl .vbcIntervalPickerCenterPane.ui-widget-content {
  border-top: none;
  border-bottom: none;
  border-left-width: 2px;
  border-right-width: 2px;
}

#vbcIntervalPickerCtrl .vbcIntervalPickerLeftPane.ui-widget-content,
#vbcIntervalPickerCtrl .vbcIntervalPickerRightPane.ui-widget-content {
  border: none;
}

#vbcIntervalPickerCtrl .vbcIntervalPickerDayCtrl a,
#vbcIntervalPickerCtrl .vbcIntervalPickerHrCtrl a,
#vbcIntervalPickerCtrl .vbcIntervalPickerMinCtrl a {
  display: block;
  float: left;
  padding: 0.2em;
  width: 1.9em;
  margin: 1px;
  text-align: center;
  text-decoration: none;
  line-height: 1.1em;
}

#vbcIntervalPickerCtrl .vbcIntervalPickerHrAmPmCtrl a {
  text-align: center;
  margin: 1px;
}

#vbcIntervalPickerCtrl .vbcIntervalPickerTimeLabelsCtrl {
  font-weight: bold;
  font-size: 0.9em;
}

#vbcIntervalPickerCtrl #vbcIntervalPickerSetButton {
  padding-top: 0.2em;
  padding-bottom: 0.2em;
  margin-top: 5em;
}

#vbcIntervalPickerCtrl #vbcIntervalPickerSetButton a {
  display: block;
  padding: 0.2em;
  width: 70%;
  text-align: center;
  float: right;
}

/* TIME INTERVAL PICKER END */

.placeholder\:italic::-moz-placeholder {
  font-style: italic;
}

.placeholder\:italic::placeholder {
  font-style: italic;
}

.before\:absolute::before {
  content: var(--tw-content);
  position: absolute;
}

.before\:left-0::before {
  content: var(--tw-content);
  left: 0px;
}

.before\:-z-10::before {
  content: var(--tw-content);
  z-index: -10;
}

.before\:mr-2::before {
  content: var(--tw-content);
  margin-right: 0.5rem;
}

.before\:-mt-3::before {
  content: var(--tw-content);
  margin-top: -0.75rem;
}

.before\:-ml-8::before {
  content: var(--tw-content);
  margin-left: -2rem;
}

.before\:rotate-180::before {
  content: var(--tw-content);
  --tw-rotate: 180deg;
  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));
}

.before\:pr-3::before {
  content: var(--tw-content);
  padding-right: 0.75rem;
}

.before\:pr-2::before {
  content: var(--tw-content);
  padding-right: 0.5rem;
}

.before\:pr-2\.5::before {
  content: var(--tw-content);
  padding-right: 0.625rem;
}

.before\:text-7xl::before {
  content: var(--tw-content);
  font-size: 4.5rem;
  line-height: 1;
}

.before\:text-6xl::before {
  content: var(--tw-content);
  font-size: 3.75rem;
  line-height: 1;
}

.before\:font-bold::before {
  content: var(--tw-content);
  font-weight: 700;
}

.before\:font-extrabold::before {
  content: var(--tw-content);
  font-weight: 800;
}

.before\:uppercase::before {
  content: var(--tw-content);
  text-transform: uppercase;
}

.before\:content-\[url\(\'\/assets\/images\/icons\/arrow--g\.png\'\)\]::before {
  --tw-content: url('/assets/images/icons/arrow--g.png');
  content: var(--tw-content);
}

.before\:content-\[\'SEARCH\'\]::before {
  --tw-content: 'SEARCH';
  content: var(--tw-content);
}

.before\:content-\[url\(\'\/assets\/images\/innerpage-col\/arrow22\.png\'\)\]::before {
  --tw-content: url('/assets/images/innerpage-col/arrow22.png');
  content: var(--tw-content);
}

.before\:content-\[\'PHOTOS\'\]::before {
  --tw-content: 'PHOTOS';
  content: var(--tw-content);
}

.before\:content-\[url\(\'\/assets\/images\/icons\/arrow1\.png\'\)\]::before {
  --tw-content: url('/assets/images/icons/arrow1.png');
  content: var(--tw-content);
}

.before\:content-\[url\(\'\/assets\/images\/icons\/location_icon\.png\'\)\]::before {
  --tw-content: url('/assets/images/icons/location_icon.png');
  content: var(--tw-content);
}

.before\:content-\[\'\+\'\]::before {
  --tw-content: '+';
  content: var(--tw-content);
}

.before\:content-\[\'YUNDLE\'\]::before {
  --tw-content: 'YUNDLE';
  content: var(--tw-content);
}

.before\:content-\[\'EVENTS\'\]::before {
  --tw-content: 'EVENTS';
  content: var(--tw-content);
}

.after\:relative::after {
  content: var(--tw-content);
  position: relative;
}

.after\:-top-1\.5::after {
  content: var(--tw-content);
  top: -0.375rem;
}

.after\:-top-1::after {
  content: var(--tw-content);
  top: -0.25rem;
}

.after\:content-\[url\(\'\/assets\/images\/icons\/line-short\.png\'\)\]::after {
  --tw-content: url('/assets/images/icons/line-short.png');
  content: var(--tw-content);
}

.checked\:border-blue-600:checked {
  --tw-border-opacity: 1;
  border-color: rgb(37 99 235 / var(--tw-border-opacity));
}

.checked\:bg-blue-600:checked {
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity));
}

.hover\:border-transparent:hover {
  border-color: transparent;
}

.hover\:bg-red-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(185 28 28 / var(--tw-bg-opacity));
}

.hover\:bg-blue-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(29 78 216 / var(--tw-bg-opacity));
}

.hover\:bg-purple-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(126 34 206 / var(--tw-bg-opacity));
}

.hover\:bg-purple-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(168 85 247 / var(--tw-bg-opacity));
}

.hover\:bg-green-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(21 128 61 / var(--tw-bg-opacity));
}

.hover\:bg-gray-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}

.hover\:bg-red-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity));
}

.hover\:bg-green-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(22 163 74 / var(--tw-bg-opacity));
}

.hover\:bg-gray-400:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(156 163 175 / var(--tw-bg-opacity));
}

.hover\:bg-black:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}

.hover\:bg-yellow-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(202 138 4 / var(--tw-bg-opacity));
}

.hover\:bg-gray-300:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity));
}

.hover\:bg-blue-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(59 130 246 / var(--tw-bg-opacity));
}

.hover\:bg-opacity-5:hover {
  --tw-bg-opacity: 0.05;
}

.hover\:text-black:hover {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.hover\:text-gray-700:hover {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}

.hover\:text-blue-700:hover {
  --tw-text-opacity: 1;
  color: rgb(29 78 216 / var(--tw-text-opacity));
}

.hover\:text-gray-800:hover {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}

.hover\:text-white:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.hover\:underline:hover {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}

.hover\:no-underline:hover {
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
}

.hover\:opacity-75:hover {
  opacity: 0.75;
}

.hover\:shadow-lg:hover {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hover\:shadow-none:hover {
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hover\:shadow-md:hover {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus\:border-blue-600:focus {
  --tw-border-opacity: 1;
  border-color: rgb(37 99 235 / var(--tw-border-opacity));
}

.focus\:border-transparent:focus {
  border-color: transparent;
}

.focus\:bg-red-700:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(185 28 28 / var(--tw-bg-opacity));
}

.focus\:bg-blue-700:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(29 78 216 / var(--tw-bg-opacity));
}

.focus\:bg-purple-700:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(126 34 206 / var(--tw-bg-opacity));
}

.focus\:bg-white:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.focus\:bg-indigo-700:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(67 56 202 / var(--tw-bg-opacity));
}

.focus\:bg-green-700:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(21 128 61 / var(--tw-bg-opacity));
}

.focus\:bg-green-600:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(22 163 74 / var(--tw-bg-opacity));
}

.focus\:bg-yellow-600:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(202 138 4 / var(--tw-bg-opacity));
}

.focus\:bg-gray-300:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity));
}

.focus\:bg-gray-100:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}

.focus\:bg-blue-500:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(59 130 246 / var(--tw-bg-opacity));
}

.focus\:text-gray-700:focus {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}

.focus\:text-blue-700:focus {
  --tw-text-opacity: 1;
  color: rgb(29 78 216 / var(--tw-text-opacity));
}

.focus\:text-purple-700:focus {
  --tw-text-opacity: 1;
  color: rgb(126 34 206 / var(--tw-text-opacity));
}

.focus\:no-underline:focus {
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
}

.focus\:opacity-100:focus {
  opacity: 1;
}

.focus\:shadow-lg:focus {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus\:shadow-none:focus {
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.focus\:ring-0:focus {
  --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(0px + 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);
}

.active\:bg-red-800:active {
  --tw-bg-opacity: 1;
  background-color: rgb(153 27 27 / var(--tw-bg-opacity));
}

.active\:bg-blue-800:active {
  --tw-bg-opacity: 1;
  background-color: rgb(30 64 175 / var(--tw-bg-opacity));
}

.active\:bg-purple-800:active {
  --tw-bg-opacity: 1;
  background-color: rgb(107 33 168 / var(--tw-bg-opacity));
}

.active\:bg-green-800:active {
  --tw-bg-opacity: 1;
  background-color: rgb(22 101 52 / var(--tw-bg-opacity));
}

.active\:bg-green-700:active {
  --tw-bg-opacity: 1;
  background-color: rgb(21 128 61 / var(--tw-bg-opacity));
}

.active\:bg-yellow-700:active {
  --tw-bg-opacity: 1;
  background-color: rgb(161 98 7 / var(--tw-bg-opacity));
}

.active\:bg-teal-600:active {
  --tw-bg-opacity: 1;
  background-color: rgb(13 148 136 / var(--tw-bg-opacity));
}

.active\:bg-indigo-600:active {
  --tw-bg-opacity: 1;
  background-color: rgb(79 70 229 / var(--tw-bg-opacity));
}

.active\:bg-red-600:active {
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity));
}

.active\:bg-blue-600:active {
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity));
}

.active\:bg-pink-600:active {
  --tw-bg-opacity: 1;
  background-color: rgb(219 39 119 / var(--tw-bg-opacity));
}

.active\:bg-gray-400:active {
  --tw-bg-opacity: 1;
  background-color: rgb(156 163 175 / var(--tw-bg-opacity));
}

.active\:bg-gray-200:active {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}

.active\:text-white:active {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.active\:text-blue-800:active {
  --tw-text-opacity: 1;
  color: rgb(30 64 175 / var(--tw-text-opacity));
}

.active\:shadow-lg:active {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

@media (prefers-color-scheme: dark) {

  .dark\:divide-gray-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgb(55 65 81 / var(--tw-divide-opacity));
  }

  .dark\:border-gray-700 {
    --tw-border-opacity: 1;
    border-color: rgb(55 65 81 / var(--tw-border-opacity));
  }

  .dark\:bg-gray-800 {
    --tw-bg-opacity: 1;
    background-color: rgb(31 41 55 / var(--tw-bg-opacity));
  }

  .dark\:bg-green-700 {
    --tw-bg-opacity: 1;
    background-color: rgb(21 128 61 / var(--tw-bg-opacity));
  }

  .dark\:bg-red-700 {
    --tw-bg-opacity: 1;
    background-color: rgb(185 28 28 / var(--tw-bg-opacity));
  }

  .dark\:bg-orange-600 {
    --tw-bg-opacity: 1;
    background-color: rgb(234 88 12 / var(--tw-bg-opacity));
  }

  .dark\:bg-gray-900 {
    --tw-bg-opacity: 1;
    background-color: rgb(17 24 39 / var(--tw-bg-opacity));
  }

  .dark\:bg-gray-700 {
    --tw-bg-opacity: 1;
    background-color: rgb(55 65 81 / var(--tw-bg-opacity));
  }

  .dark\:text-gray-400 {
    --tw-text-opacity: 1;
    color: rgb(156 163 175 / var(--tw-text-opacity));
  }

  .dark\:text-gray-300 {
    --tw-text-opacity: 1;
    color: rgb(209 213 219 / var(--tw-text-opacity));
  }

  .dark\:text-green-100 {
    --tw-text-opacity: 1;
    color: rgb(220 252 231 / var(--tw-text-opacity));
  }

  .dark\:text-red-100 {
    --tw-text-opacity: 1;
    color: rgb(254 226 226 / var(--tw-text-opacity));
  }

  .dark\:text-white {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }

  .dark\:text-gray-200 {
    --tw-text-opacity: 1;
    color: rgb(229 231 235 / var(--tw-text-opacity));
  }

  .dark\:text-purple-200 {
    --tw-text-opacity: 1;
    color: rgb(233 213 255 / var(--tw-text-opacity));
  }

  .dark\:text-gray-100 {
    --tw-text-opacity: 1;
    color: rgb(243 244 246 / var(--tw-text-opacity));
  }

  .dark\:text-purple-300 {
    --tw-text-opacity: 1;
    color: rgb(216 180 254 / var(--tw-text-opacity));
  }

  .dark\:text-red-300 {
    --tw-text-opacity: 1;
    color: rgb(252 165 165 / var(--tw-text-opacity));
  }

  .dark\:hover\:bg-gray-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(31 41 55 / var(--tw-bg-opacity));
  }

  .dark\:hover\:text-gray-200:hover {
    --tw-text-opacity: 1;
    color: rgb(229 231 235 / var(--tw-text-opacity));
  }
}

@media (min-width: 640px) {

  .sm\:my-0 {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .sm\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

  .sm\:mx-1 {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .sm\:mt-auto {
    margin-top: auto;
  }

  .sm\:ml-0 {
    margin-left: 0px;
  }

  .sm\:mt-0 {
    margin-top: 0px;
  }

  .sm\:mt-5 {
    margin-top: 1.25rem;
  }

  .sm\:flex {
    display: flex;
  }

  .sm\:w-1\/6 {
    width: 16.666667%;
  }

  .sm\:w-1\/2 {
    width: 50%;
  }

  .sm\:w-1\/3 {
    width: 33.333333%;
  }

  .sm\:w-full {
    width: 100%;
  }

  .sm\:w-16 {
    width: 4rem;
  }

  .sm\:w-36 {
    width: 9rem;
  }

  .sm\:w-2\/3 {
    width: 66.666667%;
  }

  .sm\:w-3\/4 {
    width: 75%;
  }

  .sm\:w-1\/4 {
    width: 25%;
  }

  .sm\:w-2\/5 {
    width: 40%;
  }

  .sm\:w-3\/5 {
    width: 60%;
  }

  .sm\:w-2\/4 {
    width: 50%;
  }

  .sm\:w-96 {
    width: 24rem;
  }

  .sm\:grid-cols-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }

  .sm\:flex-row {
    flex-direction: row;
  }

  .sm\:flex-nowrap {
    flex-wrap: nowrap;
  }

  .sm\:place-content-center {
    place-content: center;
  }

  .sm\:place-content-start {
    place-content: start;
  }

  .sm\:items-start {
    align-items: flex-start;
  }

  .sm\:items-center {
    align-items: center;
  }

  .sm\:justify-start {
    justify-content: flex-start;
  }

  .sm\:justify-end {
    justify-content: flex-end;
  }

  .sm\:justify-center {
    justify-content: center;
  }

  .sm\:gap-0 {
    gap: 0px;
  }

  .sm\:bg-no-repeat {
    background-repeat: no-repeat;
  }

  .sm\:p-4 {
    padding: 1rem;
  }

  .sm\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .sm\:px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .sm\:px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .sm\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .sm\:py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .sm\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .sm\:px-32 {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .sm\:pr-6 {
    padding-right: 1.5rem;
  }

  .sm\:pl-6 {
    padding-left: 1.5rem;
  }

  .sm\:pl-0 {
    padding-left: 0px;
  }

  .sm\:pt-10 {
    padding-top: 2.5rem;
  }

  .sm\:pr-4 {
    padding-right: 1rem;
  }

  .sm\:leading-none {
    line-height: 1;
  }

  .before\:sm\:ml-10::before {
    content: var(--tw-content);
    margin-left: 2.5rem;
  }

  .before\:sm\:text-8xl::before {
    content: var(--tw-content);
    font-size: 6rem;
    line-height: 1;
  }

  .before\:sm\:text-9xl::before {
    content: var(--tw-content);
    font-size: 8rem;
    line-height: 1;
  }

  .before\:sm\:text-7xl::before {
    content: var(--tw-content);
    font-size: 4.5rem;
    line-height: 1;
  }
}

@media (min-width: 768px) {

  .md\:-m-2 {
    margin: -0.5rem;
  }

  .md\:my-16 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .md\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

  .md\:my-0 {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .md\:mx-1 {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .md\:mt-0 {
    margin-top: 0px;
  }

  .md\:mb-0 {
    margin-bottom: 0px;
  }

  .md\:ml-8 {
    margin-left: 2rem;
  }

  .md\:ml-5 {
    margin-left: 1.25rem;
  }

  .md\:block {
    display: block;
  }

  .md\:flex {
    display: flex;
  }

  .md\:hidden {
    display: none;
  }

  .md\:w-1\/2 {
    width: 50%;
  }

  .md\:w-60 {
    width: 15rem;
  }

  .md\:w-80 {
    width: 20rem;
  }

  .md\:w-1\/3 {
    width: 33.333333%;
  }

  .md\:w-full {
    width: 100%;
  }

  .md\:w-1\/5 {
    width: 20%;
  }

  .md\:w-2\/3 {
    width: 66.666667%;
  }

  .md\:w-1\/4 {
    width: 25%;
  }

  .md\:w-2\/5 {
    width: 40%;
  }

  .md\:w-3\/5 {
    width: 60%;
  }

  .md\:w-3\/4 {
    width: 75%;
  }

  .md\:w-1 {
    width: 0.25rem;
  }

  .md\:w-4\/5 {
    width: 80%;
  }

  .md\:w-2\/4 {
    width: 50%;
  }

  .md\:w-4\/6 {
    width: 66.666667%;
  }

  .md\:flex-row {
    flex-direction: row;
  }

  .md\:flex-wrap {
    flex-wrap: wrap;
  }

  .md\:items-center {
    align-items: center;
  }

  .md\:justify-start {
    justify-content: flex-start;
  }

  .md\:justify-end {
    justify-content: flex-end;
  }

  .md\:justify-center {
    justify-content: center;
  }

  .md\:justify-between {
    justify-content: space-between;
  }

  .md\:space-x-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(2rem * var(--tw-space-x-reverse));
    margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:bg-\[url\(\'\/assets\/images\/faq\/search-girl\.png\'\)\] {
    background-image: url('/assets/images/faq/search-girl.png');
  }

  .md\:p-12 {
    padding: 3rem;
  }

  .md\:p-2 {
    padding: 0.5rem;
  }

  .md\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .md\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .md\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .md\:px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .md\:px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .md\:pt-14 {
    padding-top: 3.5rem;
  }

  .md\:pl-12 {
    padding-left: 3rem;
  }

  .md\:pb-12 {
    padding-bottom: 3rem;
  }

  .md\:pr-12 {
    padding-right: 3rem;
  }

  .md\:pt-2 {
    padding-top: 0.5rem;
  }

  .md\:pb-10 {
    padding-bottom: 2.5rem;
  }

  .md\:pl-0 {
    padding-left: 0px;
  }

  .md\:pb-16 {
    padding-bottom: 4rem;
  }

  .md\:pt-0 {
    padding-top: 0px;
  }

  .md\:pr-0 {
    padding-right: 0px;
  }

  .md\:pl-4 {
    padding-left: 1rem;
  }

  .md\:pr-4 {
    padding-right: 1rem;
  }

  .md\:text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  .md\:font-medium {
    font-weight: 500;
  }

  .before\:md\:-mt-10::before {
    content: var(--tw-content);
    margin-top: -2.5rem;
  }

  .before\:md\:mt-3::before {
    content: var(--tw-content);
    margin-top: 0.75rem;
  }

  .before\:md\:-ml-8::before {
    content: var(--tw-content);
    margin-left: -2rem;
  }

  .before\:md\:text-9xl::before {
    content: var(--tw-content);
    font-size: 8rem;
    line-height: 1;
  }
}

@media (min-width: 1024px) {

  .lg\:m-20 {
    margin: 5rem;
  }

  .lg\:my-0 {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .lg\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

  .lg\:mx-3 {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .lg\:mb-16 {
    margin-bottom: 4rem;
  }

  .lg\:mb-0 {
    margin-bottom: 0px;
  }

  .lg\:ml-auto {
    margin-left: auto;
  }

  .lg\:ml-24 {
    margin-left: 6rem;
  }

  .lg\:w-1\/4 {
    width: 25%;
  }

  .lg\:w-1\/3 {
    width: 33.333333%;
  }

  .lg\:w-1\/2 {
    width: 50%;
  }

  .lg\:w-2\/3 {
    width: 66.666667%;
  }

  .lg\:w-3\/4 {
    width: 75%;
  }

  .lg\:w-2\/5 {
    width: 40%;
  }

  .lg\:w-40 {
    width: 10rem;
  }

  .lg\:w-1\/5 {
    width: 20%;
  }

  .lg\:w-4\/5 {
    width: 80%;
  }

  .lg\:w-44 {
    width: 11rem;
  }

  .lg\:flex-row {
    flex-direction: row;
  }

  .lg\:items-center {
    align-items: center;
  }

  .lg\:justify-start {
    justify-content: flex-start;
  }

  .lg\:justify-end {
    justify-content: flex-end;
  }

  .lg\:gap-x-6 {
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }

  .lg\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .lg\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .lg\:px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .lg\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .lg\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .lg\:px-32 {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .lg\:py-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .lg\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .lg\:py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .lg\:pb-0 {
    padding-bottom: 0px;
  }

  .lg\:pt-0 {
    padding-top: 0px;
  }

  .lg\:pl-4 {
    padding-left: 1rem;
  }

  .lg\:pr-0 {
    padding-right: 0px;
  }

  .lg\:pl-10 {
    padding-left: 2.5rem;
  }

  .lg\:pt-12 {
    padding-top: 3rem;
  }

  .lg\:text-right {
    text-align: right;
  }
}

@media (min-width: 1280px) {

  .xl\:ml-40 {
    margin-left: 10rem;
  }

  .xl\:w-1\/3 {
    width: 33.333333%;
  }

  .xl\:w-40 {
    width: 10rem;
  }

  .xl\:w-full {
    width: 100%;
  }

  .xl\:flex-row {
    flex-direction: row;
  }

  .xl\:items-center {
    align-items: center;
  }

  .xl\:pr-6 {
    padding-right: 1.5rem;
  }

  .xl\:pl-4 {
    padding-left: 1rem;
  }
}

@media (min-width: 1536px) {

  .\32xl\:ml-56 {
    margin-left: 14rem;
  }
}
