/*
! tailwindcss v3.2.2 | MIT License | https://tailwindcss.com
*/

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

/* sup {
  top: -0.5em;
} */

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

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

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

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

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

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden] {
  display: none;
}

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

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

.container {
  width: 100%;
}

@media (min-width: 640px) {
  .container {
    max-width: 640px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {
  .container {
    max-width: 1024px;
  }
}

@media (min-width: 1280px) {
  .container {
    max-width: 1280px;
  }
}

@media (min-width: 1536px) {
  .container {
    max-width: 1536px;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.inset-0 {
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}

.inset-x-0 {
  left: 0px;
  right: 0px;
}

.-bottom-2 {
  bottom: -0.5rem;
}

.right-0 {
  right: 0px;
}

.bottom-0 {
  bottom: 0px;
}

.left-0 {
  left: 0px;
}

.top-0 {
  top: 0px;
}

.top-5 {
  top: 1.25rem;
}

.right-5 {
  right: 1.25rem;
}

.bottom-1 {
  bottom: 0.25rem;
}

.left-14 {
  left: 3.5rem;
}

.top-1\/2 {
  top: 50%;
}

.right-14 {
  right: 3.5rem;
}

.z-50 {
  z-index: 50;
}

.z-10 {
  z-index: 10;
}

.z-20 {
  z-index: 20;
}

.col-span-2 {
  grid-column: span 2 / span 2;
}




.col-span-3{
  grid-column: span 3 / span 3;
}

.col-span-4{
  grid-column: span 4 / span 4;

}

.float-left {
  float: left;
}

.m-0 {
  margin: 0px;
}

.m-6 {
  margin: 1.5rem;
}

.m-5 {
  margin: 1.25rem;
}

.m-3 {
  margin: 0.75rem;
}

.m-2 {
  margin: 0.5rem;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.mx-10 {
  margin-left: 2.5rem;
  margin-right: 2.5rem;
}

.mx-44 {
  margin-left: 11rem;
  margin-right: 11rem;
}

.mx-36 {
  margin-left: 9rem;
  margin-right: 9rem;
}

.mx-28 {
  margin-left: 7rem;
  margin-right: 7rem;
}

.mx-24 {
  margin-left: 6rem;
  margin-right: 6rem;
}

.mx-32 {
  margin-left: 8rem;
  margin-right: 8rem;
}

.mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.mx-20 {
  margin-left: 5rem;
  margin-right: 5rem;
}

.mx-16 {
  margin-left: 4rem;
  margin-right: 4rem;
}

.mx-14 {
  margin-left: 3.5rem;
  margin-right: 3.5rem;
}

.mx-5 {
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}

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

.mt-1 {
  margin-top: 0.25rem;
}

.mt-3 {
  margin-top: 0.75rem;
}

.mb-3 {
  margin-bottom: 0.75rem;
}

.mt-4 {
  margin-top: 1rem;
}

.mr-2 {
  margin-right: 0.5rem;
}

.mt-2 {
  margin-top: 0.5rem;
}

.mt-11 {
  margin-top: 2.75rem;
}

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

.mt-10 {
  margin-top: 2.5rem;
}

.mb-4 {
  margin-bottom: 1rem;
}

.mt-8 {
  margin-top: 2rem;
}

.mt-6 {
  margin-top: 1.5rem;
}

.mt-12 {
  margin-top: 3rem;
}

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.flex {
  display: flex;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.aspect-video {
  aspect-ratio: 16 / 9;
}

.aspect-square {
  aspect-ratio: 1 / 1;
}

.h-screen {
  height: 100vh;
}

.h-96 {
  height: 10rem;
}

.h-full {
  height: 100%;
}

.h-11 {
  height: 2.75rem;
}

.h-8 {
  height: 2rem;
}

.h-10 {
  height: 2.5rem;
}

.h-12 {
  height: 3rem;
}

.h-6 {
  height: 1.5rem;
}

.max-h-10 {
  max-height: 2.5rem;
}

.max-h-full {
  max-height: 100%;
}

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

.w-40 {
  width: 10rem;
}

.w-full {
  width: 100%;
}

.w-32 {
  width: 8rem;
}

.w-20 {
  width: 5rem;
}

.w-11 {
  width: 2.75rem;
}

.w-16 {
  width: 4rem;
}

.w-14 {
  width: 3.5rem;
}

.w-12 {
  width: 3rem;
}

.w-96 {
  width: 24rem;
}

.w-8 {
  width: 2rem;
}

.w-6 {
  width: 1.5rem;
}

.w-4 {
  width: 1rem;
}

.min-w-0 {
  min-width: 0px;
}

.max-w-screen-sm {
  max-width: 640px;
}

.max-w-screen-xl {
  max-width: 1280px;
}

.flex-auto {
  flex: 1 1 auto;
}

.flex-shrink-0 {
  flex-shrink: 0;
}

.translate-y-4 {
  --tw-translate-y: 1rem;
  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-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));
}

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

.transform-gpu {
  transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) 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;
  align-items: center;
}

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

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

.flex-col {
  flex-direction: column;
}

.flex-wrap {
  flex-wrap: wrap;
}

.items-end {
  align-items: flex-end;
}

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

.items-stretch {
  align-items: stretch;
}

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

.justify-between {
  justify-content: space-between;
}

.gap-5 {
  gap: 1.25rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-10 {
  gap: 2.5rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-12 {
  gap: 3rem;
}

.gap-20 {
  gap: 5rem;
}

.gap-14 {
  gap: 3.5rem;
}

.gap-0\.5 {
  gap: 0.125rem;
}

.gap-0 {
  gap: 0px;
}

.gap-7 {
  gap: 1.75rem;
}

.gap-2 {
  gap: 0.25rem;
}

.gap-8 {
  gap: 2rem;
}

.space-y-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}

.space-y-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}

.overflow-hidden {
  overflow: hidden;
}

.rounded {
  border-radius: 0.25rem;
}

.rounded-md {
  border-radius: 0.375rem;
}

.rounded-xl {
  border-radius: 0.75rem;
}

.rounded-full {
  border-radius: 9999px;
}

.rounded-lg {
  border-radius: 0.5rem;
}

.rounded-l-lg {
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

.rounded-r-lg {
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}

.border {
  border-width: 1px;
}

.border-0 {
  border-width: 0px;
}

.border-2 {
  border-width: 2px;
}

.border-r {
  border-right-width: 1px;
}

.border-t {
  border-top-width: 1px;
}

.border-solid {
  border-style: solid;
}

.border-none {
  border-style: none;
}

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

.border-gray-600 {
  --tw-border-opacity: 1;
  border-color: rgb(75 85 99 / var(--tw-border-opacity));
}

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

.border-white\/10 {
  border-color: rgb(255 255 255 / 0.1);
}

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

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

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

.bg-gray-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(107 114 128 / var(--tw-bg-opacity));
}

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

.bg-gray-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(12 53 66);
}

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

.bg-red-400 {
  /* --tw-bg-opacity: 1;
  background-color: rgb(248 113 113 / var(--tw-bg-opacity)); */
  background-color: #d42d2a;
}

.text-red-600{
  color: #d42d2a;
}

.bg-gray-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(75 85 99 / var(--tw-bg-opacity));
}

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

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

.bg-transparent {
  background-color: transparent;
}

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

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

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

.bg-yellow-100{
  
  background-color: #fff5d9;
}


.bg-opacity-25 {
  --tw-bg-opacity: 0.25;
}

.bg-gradient-to-br {
  background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
}

.bg-gradient-to-t {
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
}

.from-teal-100 {
  --tw-gradient-from: #ccfbf1;
  --tw-gradient-to: rgb(204 251 241 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-black\/80 {
  --tw-gradient-from: rgb(0 0 0 / 0.8);
  --tw-gradient-to: rgb(0 0 0 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.via-teal-300 {
  --tw-gradient-to: rgb(94 234 212 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), #5eead4, var(--tw-gradient-to);
}

.to-teal-500 {
  --tw-gradient-to: #14b8a6;
}

.to-transparent {
  --tw-gradient-to: transparent;
}

.bg-clip-padding {
  background-clip: padding-box;
}

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

.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}

.p-2 {
  padding: 0.5rem;
}

.p-5 {
  padding: 0.9rem;
}

.p-10 {
  padding: 2.5rem;
}

.p-8 {
  padding: 2rem;
}

.p-3 {
  padding: 0.75rem;
}

.p-4 {
  padding: 1rem;
}

.p-0 {
  padding: 0px;
}

.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

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

.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.py-1\.5 {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}

.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

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

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

.px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.py-2\.5 {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

.pb-10 {
  padding-bottom: 2.5rem;
}

.pb-12 {
  padding-bottom: 3rem;
}

.pb-20 {
  padding-bottom: 5rem;
}

.pb-44 {
  padding-bottom: 11rem;
}

.pb-48 {
  padding-bottom: 12rem;
}

.pt-6 {
  padding-top: 1.5rem;
}

.pt-8 {
  padding-top: 2rem;
}

.text-center {
  text-align: center;
}

.text-justify {
  text-align: justify;
}

.text-start {
  text-align: start;
}

.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}

.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}

.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}

.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}

.font-normal {
  font-weight: 400;
}

.font-bold {
  font-weight: 600 !important;
}

.font-medium {
  font-weight: 500;
}

.font-light {
  font-weight: 300;
}

.uppercase {
  text-transform: uppercase;
}

.leading-snug {
  line-height: 1.375;
}

.leading-tight {
  line-height: 1.25;
}

.tracking-widest {
  letter-spacing: 0.1em;
}

.tracking-wide {
  letter-spacing: 0.025em;
}

.text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}

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

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

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

.text-orange-500 {
  --tw-text-opacity: 1;
  color: rgb(249 115 22 / var(--tw-text-opacity));
}

.text-orange-700 {
  --tw-text-opacity: 1;
  color: rgb(194 65 12 / var(--tw-text-opacity));
}

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

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

.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}

.text-gray-400 {
  --tw-text-opacity: 1;
  color:black;
  font-weight: 500;
}

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

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

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

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

.opacity-50 {
  opacity: 0.5;
}

.opacity-0 {
  opacity: 0;
}

.opacity-60 {
  opacity: 0.6;
}

.opacity-100 {
  opacity: 1;
}

.opacity-70 {
  opacity: 0.7;
}

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

.drop-shadow-lg {
  --tw-drop-shadow: drop-shadow(0 10px 8px rgb(0 0 0 / 0.04)) drop-shadow(0 4px 3px rgb(0 0 0 / 0.1));
  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-colors {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.duration-300 {
  transition-duration: 300ms;
}

.duration-500 {
  transition-duration: 500ms;
}

.duration-150 {
  transition-duration: 150ms;
}

.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

@media only screen and (max-width: 995px) {
  .side_con {
    display: none;
  }

  .middle-nav {
    display: flex;
    justify-content: center;
    text-align: center;
    margin: 0 auto;
    padding: 10px 0px;
  }

  .Categories {
    display: none;
  }

  .img {
    width: 100%;
  }
}

.hover\:-translate-x-0\.5:hover {
  --tw-translate-x: -0.125rem;
  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));
}

.hover\:-translate-x-0:hover {
  --tw-translate-x: -0px;
  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));
}

.hover\:translate-x-0\.5:hover {
  --tw-translate-x: 0.125rem;
  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));
}

.hover\:translate-x-0:hover {
  --tw-translate-x: 0px;
  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));
}

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

.hover\:bg-gray-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(75 85 99 / var(--tw-bg-opacity));
}

.hover\:bg-gray-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / 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-black:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}

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

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

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

.hover\:text-gray-600:hover {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}

.hover\:no-underline:hover {
  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\:outline-none:hover {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

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

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

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

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

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

.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\: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-blue-800:active {
  --tw-bg-opacity: 1;
  background-color: rgb(30 64 175 / var(--tw-bg-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);
}

.group:hover .group-hover\:translate-y-0 {
  --tw-translate-y: 0px;
  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));
}

.group:hover .group-hover\:scale-110 {
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  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));
}

.group:hover .group-hover\:opacity-100 {
  opacity: 1;
}

@media (prefers-reduced-motion: reduce) {
  .motion-reduce\:transform-none {
    transform: none;
  }
}

@media (min-width: 640px) {
  .sm\:col-span-1 {
    grid-column: span 1 / span 1;
  }

  .sm\:m-0 {
    margin: 0px;
  }

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

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

  .sm\:ml-4 {
    margin-left: 1rem;
  }

  .sm\:flex {
    display: flex;
  }

  .sm\:hidden {
    display: none;
  }

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

  .sm\:w-auto {
    width: auto;
  }

  .sm\:flex-shrink-0 {
    flex-shrink: 0;
  }

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

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

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

  

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

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

  .sm\:gap-5 {
    gap: 1.25rem;
  }

  .sm\:gap-7 {
    gap: 1.75rem;
  }

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

@media (min-width: 768px) {
  .md\:mx-2 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

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

  .md\:ml-1 {
    margin-left: 0.25rem;
  }

  .md\:ml-auto {
    margin-left: auto;
  }

  .md\:block {
    display: block;
  }

  .md\:flex {
    display: flex;
  }

  .md\:hidden {
    display: none;
  }

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

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

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

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

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

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

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

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

  .md\:p-0 {
    padding: 0px;
  }

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

  .md\:py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}

@media (min-width: 1024px) {
  .lg\:col-span-3 {
    grid-column: span 3 / span 3;
  }

  .lg\:col-span-5 {
    grid-column: span 5 / span 5;
  }

  .lg\:mx-2 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .lg\:mx-20 {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .lg\:mx-24 {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .lg\:mx-14 {
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }

  .lg\:mx-16 {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .lg\:mx-10 {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .lg\:mt-11 {
    margin-top: 2.75rem;
  }

  .lg\:mt-8 {
    margin-top: 2rem;
  }

  .lg\:mt-12 {
    margin-top: 3rem;
  }

  .lg\:mt-10 {
    margin-top: 2.5rem;
  }

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

  .lg\:block {
    display: block;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:hidden {
    display: none;
  }

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

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

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

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

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

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

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

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

  .lg\:items-end {
    align-items: flex-end;
  }

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

  .lg\:gap-8 {
    gap: 2rem;
  }

  .lg\:gap-y-16 {
    row-gap: 4rem;
  }

  .lg\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .lg\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .lg\:text-left {
    text-align: left;
  }

  .lg\:text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  .lg\:font-medium {
    font-weight: 500;
  }
}

@media (min-width: 1280px) {
  .xl\:mx-14 {
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }

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

/* self */
.bg-color{
  background-color: #ffa41c;
}

.underline:hover{
  border-bottom: 1px solid black;

}

.bg-color1{
  background-color: #14b8a6;
}

.bg-color2{
  background-color: #165848;
}

.text-green{
  color: #28a745;
}

.underlinn{
  border-bottom: 2px solid #14b8a6;
}

@tailwind base;
@tailwind components;
@tailwind utilities;

/* .wish{
  margin-left: 200px;
} */

* {font-size: 13px;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: 'Open Sans', sans-serif;
  /* font-size: 12px; */
}


.support-btn {
  position: absolute;
  right: -23px;
  background-color: red;
  color: white;
  position: fixed;
  transform: rotateZ(90deg);
  top: 30%;
  z-index: 999;
}

.bg-imgg {
 
  color: white;
  z-index: 0;
  /* background-repeat: no-repeat;
  width: 100%;
  height: auto;
  background-position: center;
  background-size: cover;
  object-fit: cover; */
}

.bg-imgg a {
  border-bottom: 1px solid white;

  transition: 0.5s linear;
}

.bg-imgg a:hover {
  background-color: #fff;
  color: black;
  /* font-weight: 700; */
}

/* .img1 {
  filter: drop-shadow(0 0 10px #0076adab);
} */

.top {
  position: sticky;
  top: 0%;
  width: 100%;
  background-color: #0c3542;
  z-index: 999;
  color: white;
}

.dropdown {
  cursor: pointer;
  text-align: left;
}

.side-drop{
  margin-left: 70px;
    /* margin-top: -27px; */
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  max-width: 100%;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  padding: 4px;
  z-index: 99999;
  /* margin-left: 100px;
    margin-top: -47px; */
}


.input-group {
  margin-left: 100px;
}

.input-group input {
  border-bottom: 1px solid rgb(136, 140, 147, 1);
  border-radius: 0;
}

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

.zoom-img {
  width: 100%;
  height: auto;
  overflow: hidden;
}

.zoom-img img {
  
  background-blend-mode: lighten;
  width: 400px;
  transition: all .3s ease-in-out;
}

.zoom-img img:hover {
  transform: scale(1.1);
}

@media only screen and (max-width: 995px) {
  
  .side_con {
    display: none;

  }

  .search-container {
    display: none;
  }

  .img-11 img {
    max-width: 396px;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    width: 100%;
    transition: 0.5s linear all;

  }

  .hoverimg img:hover {
    transform: scale(1.2);
    transition: 0.5s ease-in-out;
  }

  .quryimg {
    width: 6rem;
  }


  .Categories {
    display: none;
  }

  .drp-dwn {
    display: none;
  }

  .form {
    width: 100%;
  }
}



.fieldContainer {
  display: flex;
  width: 100%;
}

.icon {
  font-size: 30px;
  padding: 11px;
  background: #4e4c4c13;
  color: rgb(99, 96, 96);
  min-width: 50px;
  text-align: center;
}

.icon img {
  height: 40vh;
}

.field {
  font-size: 15px;
  width: 100%;
  padding: 10px;
  outline: none;
}

.field:focus {
  border: 2px solid #28a74680;
}

.use-img {
  background-image: url("	frontend/img/mission_vission.jpg");
  background-position: center;
  background-size: cover;
  object-fit: cover;
  width: 100%;
  height: auto;
}

.container .card .icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  background: #2c73df;
}

.container .card .icon .fa {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 80px;
  color: #fff;
}

.container .card .slide {
  width: 100%;
  height: 200px;
  transition: 0.5s;
}

.container .card .slide.slide1 {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
  transition: 0.7s;
  transform: translateY(100px);
}

.container .card:hover .slide.slide1 {
  transform: translateY(0px);
}

.container .card .slide.slide2 {
  height: 580px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  transition: 0.8s;
  transform: translateY(-100px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
}

.container .card:hover .slide.slide2 {
  transform: translateY(0);
}


img {
  background-position: center;
  background-size: cover;
  object-fit: cover;

}

.borb {
  border-bottom: 2px solid black;
}

.text-green p {
  color: #0e8f0c;
}

.btn-grren {
  background-color: #0e432e;
}

.btn-grren:hover {
  background-color: green;
}


.btn-pink {
  background-color: #ef486a;
}

.Certifications-img img {
  max-width: 100px;
}

.text-red {
  color: rgb(93, 14, 14);
}

.search-container {
  background: #fff;
  height: 30px;
  border-radius: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: 0.8s;
}

.search-container:hover>.search-input {
  width: 330px;
}

.search-container .search-input {
  background: transparent;
  border: none;
  outline: none;
  width: 0px;
  font-weight: 500;
  font-size: 16px;
  transition: 0.8s;

}

.search-container .search-btn .fas {
  color: #5cbdbb;
}

.pra p:hover {
  background-color: rgba(128, 128, 128, 0.144);
  font-weight: 600;
}

.rd_sr_dow img {
  max-width: 150px;
}

.hover:hover {
  background-color: rgba(0, 128, 0, 0.479);
}

.hover {
  background-color: rgba(0, 128, 0, 0.774);
}


.radio-button input[type="radio"] {
  display: none;
}

.our-aleince-img img {
  max-width: 100px;
}

.radio-button label {
  display: inline-block;
  padding: 4px 11px;
  font-family: Arial;
  font-size: 14px;
  cursor: pointer;
  border-radius: 50px;
  margin-top: 10px;
  border: 1px solid gray;
}

.radio-button input[type="radio"]:checked+label {
  background-color: #000;
  color: white;
}


.customRadio {
  position: relative;
}

.customRadio label {
  display: inline-block;
  padding: 4px 15px;
  font-family: Arial;
  font-size: 14px;
  cursor: pointer;
  border-radius: 50px;
  margin-top: 10px;
  border: 1px solid gray;
}

input[type="radio"]:checked+label {
  background-color: #022301;
  color: #fff;
}




.checkbox-custom,
.radio-custom {
  opacity: 0;
  position: absolute;
}

.checkbox-custom,
.checkbox-custom-label,
.radio-custom,
.radio-custom-label {
  display: inline-block;
  vertical-align: middle;
  margin: 5px;
  cursor: pointer;
}

.checkbox-custom-label,
.radio-custom-label {
  position: relative;
}

.checkbox-custom+.checkbox-custom-label:before,
.radio-custom+.radio-custom-label:before {
  content: '';
  background: #fff;
  border: 2px solid #ddd;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  padding: 2px;
  margin-right: 10px;
  text-align: center;
}

.filter-switch label {
  cursor: pointer;
}

.filter-switch-item input:checked+label {
  color: inherit;
}

.filter-switch-item input:not(:checked)+label {
  --bg-opacity: 0;
  box-shadow: none;
}


.bgyellow {
  background-color: #ffc107;
}

.Wishlist-flex {
  display: flex;
}

.width-full {
  width: 640px;
}

.need {
  position: fixed;
  bottom: 50px;
  right: 20px;
  border: 1px solid gray;
  /* transform: rotateZ(90deg); */
}

.Encrypted img {
  height: 64px;
}

.biometiques img {
  height: 64px;
}

.bg-red {
  background-color: #c13584;

}

.team-bg {
  background-color: #ef486a;
}

.bg-reddd {
  background-color: #0c3642;
}

.p-color {
  background-color: #b7b7b752;
}

.bg-redd {
  background-color: #ff0000;
}



#hello {
  display: none;
}

.down {
  display: none;
}

.down-img img {
  height: 135px;
}

.extra-img img {
  height: 300px;
  background-position: center;
  background-size: cover;
}


.support-img {
  background-image: url("img/support.jpeg");
}

.max-h-0 {
  max-height: 0;
}

.f-icon {
  margin-left: auto;
}

.nitish-img {
  width: 244px;
}

.ravi-img {
  height: 250px;
  object-fit: cover;
  background-position: center;
  background-size: cover;
  width: 100%;
  /* padding: 10px; */
}

.tokcolor p {
  color: yellow;
}

.footer-bar img {
  width: 35px;
}

/* #myBtn {
  background-image: url("../biometric/biometric.webp");
  background-position: center;
  background-size: cover;
  width: 75px;
  height: 75px;
  opacity: 0.4;
  transition: 0.3s ease-in-out;
} */

#myBtn:hover {
  opacity: 1;
  color: red;
}

#myBtn g:hover {
  transform: scale(1.1);
}

.modal {
  display: none;
  position: fixed;
  z-index: 999999;
  padding: 100px 80px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.4);
}

/* Modal Content */
.modal-content {
  background-color: whitesmoke;
  border-radius: 20px;
  padding: 60px 20px;
  margin: auto;
  /* padding: 20px; */
  border: 1px solid #ffffff;
  width: 100%;
  /* margin-top: 50px; */
}

/* The Close Button */
.closemodel {
  color: #ffffff;
  float: right;
  font-size: 28px;
  font-weight: bold;
  padding: 2px;
}

.closemodel:hover,
.closemodel:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}


#show-list {
  display: none;
  position: absolute;
  z-index: 9;
  width: 100%;
  justify-content: center;
  align-items: center;
  margin: 0 auto;

}

#show-list img {
  max-width: 50px;
  height: 50px;
  background-position: center;
  background-size: cover;
}



.nitesh {
  display: flex;
  justify-content: center;
  margin: 0 auto;
}

sup {
  color: red;
  font-size: 15px;
  font-weight: 600;
  margin-top: -5px;
  margin-left: -5px;
}

.blog-img img {
  max-width: 100%;
  height: 200px;
  background-position: center;
  background-size: cover;
  object-fit: cover;
}

.read-more {
  color: red;
}

.new-img img {
  max-width: 100%;
  height: 300px;
  background-position: center;
  background-size: cover;
  padding: 10px;
}



.hover-underline-animation {
  display: inline-block;
  position: relative;
}

.hover-underline-animation:after {
  content: '';
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #fff;
  transform-origin: bottom right;
  transition: transform 0.25s ease-out;
}

.hover-underline-animation:hover:after {
  transform: scaleX(1);
  transform-origin: bottom left;
}


/* Slideshow container */
.slideshow-container {
  max-width: 100%;
  position: relative;
}

.mySlides img {
  width: 100%;
  height: 100%;
  object-fit: cover;

}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 20px;
  width: auto;
  padding: 16px;
  margin-top: 160px;
  color: black;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  background-color: rgba(255, 255, 255, 0.19)
}

.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
  color: white;
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}



/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {
    opacity: .4
  }

  to {
    opacity: 1
  }
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
 

  .prev,
  .next,
  .text {
    font-size: 11px;
  }

}


/* slideshow container */

.babefe {
  background-color: #babefe;
}


.GROW img {
  width: 120px;
  height: 120px;
}

.bor-r {
  border-right: 2px solid black;
}

body {
  background-color: #f3f4f6;
}

.praa p {
  color: darkblue;
  font-weight: bold;
  font-size: 1rem;
}

.praa {
  padding: 4px;
  /* overflow: scroll; */
}

.price {
  color: rgb(0, 111, 139);
  font-size: 16px;
}

.download-baner {
  background-color: rgb(17 24 39 / var(--tw-bg-opacity));
  width: 100%;
  height: 100%;
  padding: 100px 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  justify-content: center;
  align-self: center;
  margin: 0 auto;
}


.all-center {
  display: flex;
  justify-content: center;
  align-self: center;
  margin: 0 auto;
}

/* .popural-download p:hover{
  color: #0176ae;
  transition: 0.5s linear;
  border-bottom: 3px solid #0176ae;
} */


.active,
.activee {
  color: #0176ae;
  transition: 0.5s ease-in-out;
  border-bottom: 3px solid #0176ae;
  cursor: pointer;
}

.waranty_registration {
  font-size: 60px;
}

.waranty_registration-bg img {
  /* background-image: url("https://img.beatxp.com/prod/file/warranty-top-banner-web.png"); */
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.waranty_registration-bg a {
  background-color: #ea580c;
  padding: 5px 15px;
  border-radius: 5px;
  color: white;
}

.peace-of-mind {
  background-image: linear-gradient(rgba(255, 132, 0, 0.803), rgba(0, 183, 255, 0.5)),
    url("../img/warranty.webp");
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  /* background-image: url("../img/warranty.png"); */
  /* background-color: rgba(255, 132, 0, 0.323);
  display: flex;
  justify-content: center;
  align-items: center; */
}

.peace-of-mind a {
  background-color: #ea580c;
  padding: 5px 15px;
  border-radius: 5px;
  border-color: white;
}


/* .accordion {
  max-width: 100%;
  text-align: left;
} */

article {
  /* border: 1px solid #000; */
  color: black;
  padding: 10px;
  /* margin: 1em auto; */
}

input[type="radio"] {
  top: -100vh;
  left: -100vh;

  &~div {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s;
  }

  &:checked~div {
    max-height: 100%;
    transition: all 0.5s linear;
  }
}

.category-border a {
  /* border-bottom: 2px solid #0075AD; */
  padding: 0px 5px;
  transition: 0.5s all linear;
}

.category-border a:hover {
  background-color: #0075AD;
  color: white;

}

article p {
  border-bottom: 2px solid #0075AD;
}


table {
  /* border-collapse: collapse; */
  border-spacing: 0;
  width: 100%;
  border: 1px solid #ddd;
  overflow: hidden;
}

th,
td {
  border: 1px solid #dddddd;
  text-align: left;
  display: table-cell;
  padding: 8px;
}

tr:nth-child(even) {
  background-color: #f2f2f2
}

.Installation a {
  background-color: #97380C;
  color: white;
  padding: 5px 10px;
  border-radius: 7px;
  margin-top: 10px;
}

.border-l {
  border-left: 2px solid black;
}





.bg-color h6 {
  background-color: #0075AD;
  padding: 5px 10px;
  color: white;
  border-radius: 5px;
}

.border-b {
  border-bottom: 1px solid rgb(194, 194, 194);
  padding: 10px 0px;
}

.border-bb {
  border-bottom: 2px solid gray;

}

/* .modal-content img{
  transition: 0.5s linear;
}

.modal-content img:hover{
  transform: scale(1.1);
} */



@media only screen and (max-width: 995px) {
  .rd-form-ser{
    height: 100%;
  }
  
  .mySlides img {
    width: 100%;
    height: auto;
  }
}

.product-quantity input {
  padding: 5px 10px;
}

.dashboard a:hover {
  background-color: #374151;
  color: white;
  transition: 0.5s all;
}

.grid {
  flex-wrap: wrap;
}

.bb {
  border-bottom: 6px solid #d42d2a;
  color: #d42d2a;
}

.bbb {
  border-bottom: 6px solid gray;
}

.bbbb {
  border-bottom: 6px solid green;
  color: green;
}

.banner2 {
  transition: all 0.5s;
}

.banner2:hover {
  filter: grayscale(0%);
 
}
.banner2 li:hover {
  transform: scale(1.1);
}

.career {
  background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),
    url("../img/radiumbox-first-banner1.webp");
  width: 100%;
  height: 80vh;
  background-position: center;
  background-size: cover;
  /* color: white; */
}

.career h1 {
  font-size: 60px;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.bg-gary {
  background-color: rgba(128, 128, 128, 0.599);
}

@media only screen and (max-width: 640px) {
  
  
  .career h1 {
    font-size: 30px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  }
}

.job-cards {
  transition: 0.5s ease-in-out;
}

.job-cards:hover {
  transform: translateY(-10px);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  /* transition: all; */
}

.bg-grayy {
  background: #f8f9fc;
  /* padding: 60px 10px; */
}

@media only screen and (max-width: 1040px) {.rd-form-ser{
  height: 100%;
}
  .Categories {
    display: none;
  }

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

  .side_con {
    display: none;
  }

  .middle-nav {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
  }

  .slideshow-container {
    padding: 5px;
  }
}

.news {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url("../img/radiumbox-second-banner.webp");
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  color: white;
}


.first-news-img {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../img/radiumbox-first-banner1.webp");
  background-position: center;
  background-size: cover;
  width: 100%;
  height: auto;
  object-fit: cover;
}



.download-tab:hover {
  background-color: #0075AD;
  transition: 0.3s ease-in-out;
  cursor: pointer;
}

.bg-blue {
  background-color: #0075AD;
  color: white;
}

.wishactive {
  background: black;
  color: #fff;
}

.wish a,
.middle-nav a,
.middle-nav span {
  font-size: 14px;
}

.mobileVi {
  display: none;
}

.img1 img {
  object-fit: contain;
 
}

@media only screen and (min-width: 768px) {
  .mobileVi {
    display: none !important;
}
.desk-menu {
  display: contents !important;
}
.side_con {
  display: inline-flex;
}
  }

  




@media (min-width: 1024px) and (max-width: 1200px) {
 
  .rd-form-ser{
    height: 100%;
  }
  .footer-bot-link li {
    margin-left: 15px !important;
}
  footer p{
font-size: 10px;
  }
  footer p a{
    font-size: 10px;
      }
  .header-1{
    display: grid;
      align-items: center;
      justify-content: space-between;
  }
  .header-1 .middle-nav{
    margin: 0px !important;
  }
  .p-5 {
    padding: 5px;
  }
  .praa p{
    font-size: 10px !important;
  }
  span, p, h2{
    font-size: 12px !important;
  }
  h1, h3{
    font-size: 16px !important;
  }
}
@media (min-width: 992px) and (max-width: 1040px) {
  .mobileVi{
    display: flex;
  }
  .middle-nav {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
  }
  .p-5 {
    padding: 5px;
  }
  .praa p{
    font-size: 10px !important;
  }
  span, p, h2{
    font-size: 12px !important;
  }
  h1, h3{
    font-size: 16px !important;
  }
}

@media (min-width: 600px) {

  #menu{
    width: 180px;
    margin: -50px 0 0 -50px;
  }
  .mobileVi {
    display: flex;
  }

  .middle-nav {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    width: 100%;
  }
  .p-5 {
    padding: 5px;
  }
}




@media (min-width: 1201px) and (max-width: 1400px) {
  .track-img{
    height: 500px !important;
    width: 100%;
    object-fit: contain;
  }
  .rd-form-ser{
    height: 100%;
  }
  .input-grou{
    width: 90% !important;
  }
}

/* @media (min-width: 1202px) and (max-width: 1260px) {
  .input-grou {
    margin-left: 11px;
   
}
} */


@media (max-width: 767px) {
  #menu
{
  position: absolute;
  width: 255px;
  height: 650px;
  box-shadow: 0 0 10px #85888C;
  margin: -50px 0 0 -50px;
  padding: 50px;
  padding-top: 125px;
  background-color: #F5F6FA;
  -webkit-font-smoothing: antialiased;
  transform-origin: 0% 0%;
  transform: translate(-100%, 0);
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
}
  .px-10 {
     padding-left: 0rem;
     padding-right: 0rem;
}

.py-5 {
    padding-top: 0rem;
    padding-bottom: 0rem;
}
  .footer-bot-link {
    font-weight: 600;
    justify-content: flex-start !important;
}
  .py-10 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}
.grid-block .grid {
  display: block !important;
}


  .prod-cate {
    padding: 10px 13px !important;
}
 
  .mobile-flex{
    display: flex !important;
  }
  .download-h2 {
    width: 100% !important;
    margin: auto;
    text-align: center;
    font-size: 15px !important;
    margin-top: -19px !important;
}
  .sm-device{
    margin-left: 80px;
  }
  .center-download img{
    position: relative;
    left: 70px;
  }
  .faq-text{
    font-size: 14px !important;
  }
  .bg-margin
  {padding: 30px 22px !important;}
  .accordion button .icon{
    display: inline-block !important;
    position: relative !important;
    top: 6px !important;
  }
  .rd-ser-img{
    position: relative;
    margin-left: 75px;
  }
  .check-box{
    margin-top: -24px;
  }
  .footer-bot-link{
    margin-right: 0px !important;
  }
  .footer-p-bottom p{
    margin-left: 15px !important;
  }
  
  .rd-form {
    display: flex;
  }.rd-form1{
    width: 48%;
  }
  .btn-add{
    padding: 8px 20px !important;
    background-color: #0c3542;
    color: white;
    border-radius: 5px;
    bottom: 25px;
    position: relative;
    left: 235px !important; 
  }
  table.display{
    width:100% !important;
  }
  #example{
    width: 100% !important;
  }
  .home-banner2{
    margin-top: 135px;
  }
  .prev,
  .next {
    top: -73px !important;
  }
  .mobile-grid{
   
      margin-left: 50px;
      display: flex;

  }
  .dashboard-left{
    margin: 0px !important;
    width: 100% !important;
  }
  .wallet-margin{
    margin-left: 0px !important;
  }
  .wallet-table {
    width: 100% !important;
}
  .order-flex{
    display: block !important;
  }
  .mid-btn{
    margin: 10px 0px !important;
  }
  .card-footer {
    padding: 0px 18px 10px 18px !important;}
  .dashboard-card .card .btn2{
    padding: 10px 24px !important;
  }
  .dashboard-card .card .btn {
    padding: 11px 54px !important;}
  .dashboard-card .card a{
    font-size: 12px !important;
  }
  .dashboard-card .card .card-body, .dashboard-card .card .card-header {
    padding: 20px 20px !important;
}
.dashboard-card .card .card-header h4 {
  margin-right: 40px !important;
}
  .dashboard-card{
    display: block !important;
  }
  .dashboard-card .fontss{
    margin-top: 20px !important;
  }
  .dashboard-card .card {
    padding: 10px 0px !important;
    
}
  .footer-bot-link li{
    margin-left: 16px !important;
  }
  .footer-bot-link li a{
    font-size: 11px;
  }
  
  .dashboard-margin{
    padding: 15px 50px;
    margin-right: 0px !important;
  }
  footer .grid .mx-5 {
    margin-left: 0rem;
    margin-right: 0rem;
  }

  .job-cards .opacity-0 {
    opacity: 1;
  }

  .job-cards a {
    width: 100%;
    font-size: 10px;
  }

  .job-cards p,
  .job-cards span {
    text-align: left;
  }

  h1 {
    font-size: 18px !important;
  }

  h3,
  h2 {
    font-size: 16px !important;
  }

  .accordion-label,
  p,
  span,
  h5 {
    font-size: 12px !important;
  }

  select {
    width: 100% !important;
  }

  .job-cards p.text-green {
    width: 50% !important;
  }

  .Installation a,
  .peace-of-mind a {
    font-size: 14px !important;
  }

  .supp {
    padding: 0 10px !important;
  }

  .categ {
    display: flex;
    justify-content: center;
  }

  .categ li {
    width: 30% !important;
  }

  .categ li img {
    width: 50px;
    height: 50px;
  }

  .categ li p {
    font-size: 10px !important;
    line-height: 1.2 !important;
    padding: 5px 0 !important;
  }

  .filter-switch {
    flex-wrap: wrap !important;
    height: auto !important;
  }

  .btna {
    padding: 2px 10px !important;
  }

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

  .pSec {
    align-items: center;
  }

  .imgSec {
    justify-content: center;
    display: grid;
    width: 100%;
  }

  .qty {
    display: flex;
    align-items: center;
  }

  .fontss tr th {
    font-size: 8px;
    padding: 6px;
  }

  .category-border a,
  .bts a,
  .qty input {
    font-size: 10px;
  }

  .widhtn {
    display: block !important;
    width: 100%;
  }

  .brod,
  .prod,
  .filt {
    display: block;
  }

  .tabRe tr th,
  .tabRe tr td,
  .tabRe tr td p,
  .crts tr th,
  .crts tr td,
  td {
    font-size: 8px !important;
    padding: 6px;
  }

  .crts tr svg {
    width: 15px;
  }

  .tabRe {
    width: 100%;
    overflow: scroll;
  }

  .mobileVi {
    display: contents;
  }

  .middle-nav {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0 auto;
    width: 100%;
  }

  .m00 {
    margin: 0px !important;
  }

  .p00 {
    padding: 0px !important;
  }

  .disp,
  .gri {
    display: block;
  }

  .fon {
    font-size: 14px;
  }

  .px1 {
    padding: 0 5px;
  }

  .disp {
    padding: 10px;
  }

  .disp .mx-5 {
    margin: 0px !important;
  }

  .disp .form-group {
    padding: 5px 0;
    font-size: 10px !important;
  }

  .formss .text-base,
  .formss label,
  .formss input,
  .formss select {
    font-size: 10px !important;
  }

  .formss select {
    padding: 10px 10px;
  }

  #final_submit {
    font-size: 12px;
    margin: 10px 0;
  }

  .fonw,
  .fse h1,
  .hhhew {
    font-size: 14px !important;
  }

  .imgsse a,
  .btf,
  .fse .bgyellow {
    font-size: 10px;
  }

  .formss {
    display: block;
  }

  .imgsse {
    padding: 10px;
  }

  .imgsse a {
    display: flex;
    align-items: center;
  }
}

@media (min-width: 200px) and (max-width: 320px) {
  .mobileVi {
    display: flex;
}
   
.middle-nav {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    width: 100%;
  }
}
.categ{
  height: 180px;
  padding-top: 20px;
}
.footer-bot-link{
  font-weight: 600;
  justify-content: end;
}
.footer-bot-link li{
  margin-left: 30px;
}

.coupon{
  background-color: #f2f8fc;
}
.coupon .job-cards{
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.coupon h1{font-size: 25px;
  font-weight: 500;
  padding: 30px 45px;
  background-color: #0c3542;
  color: white;
}
.coupon1 {
  padding: 30px 45px;
 border: 1px solid whitesmoke;
 background-color: white;
}

.coupon1 h2 {
 font-size: 20px;
 color: #0e8f0c;
}
.coupon1 p {
  font-size: 16px;
  color: #5f5f68;
 }
 .coupon1 h4 {
 text-align: right;
 }

.banner2 .rounded-md img{
  margin-top: 20px;
}
.text-orange-600 span{
  font-size: 14px;
  font-weight: 600;
}
#myModal1 .close{
  
    float: right;
    position: relative;
    font-size: 40px;
    right: 12px;
    top: -50px;
}
.related2{
  padding-left: 60px;
}
.prod-cate{
  padding: 10px 35px;
}
.dashboard-margin{
  padding: 15px 50px;
  margin-right: 20px;
}
h2{
  font-size: 19px;
}
.bg-margin{
  padding: 30px 60px;
}
.dashboard-card{
  display: flex;
}
.dashboard-card .card .card-header{
  background-color: #f0f2f2;
  display: flex;
  padding: 20px 40px;
  border-radius: 10px 10px 0px 0px;
}
    
.dashboard-card .card .card-header h4{
  margin-right: 40px;
  font-weight: 600;
  color: #0c3542;
  font-size: 10px;
}
.dashboard-card .card .card-header h4 span{
  font-weight: 400;
  font-size: 15px;
}
.card-title{
  font-size: 16px;
  font-weight: 600;
}
.dashboard-card .card .card-body{
  padding: 10px 40px;
  border-left: 1px solid #e7e7e7;
  border-right: 1px solid #e7e7e7;
  display: flex;
}

.dashboard-card .card .card-body h5 span{
  font-weight: 400;
  font-size: 13px;
}
.dashboard-card .card .btn{
  border: 1px solid #e7e7e7;
  padding: 15px 70px;
  border-radius: 8px;
  text-align: center;
}
.dashboard-card .card .btn2{
  border: 1px solid #e7e7e7;
  padding: 15px 70px;
  border-radius: 8px;
  text-align: center;
}


.dashboard-card .card a{
  font-weight: 500;
  color: #407093;
}
.card-footer{
  padding: 0px 40px 10px 40px;
  border-left: 1px solid #e7e7e7;
  border-right: 1px solid #e7e7e7;
}
.dashboard-card .card .card-bottom{ 
  border-left: 1px solid #e7e7e7;
  border-right: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7;
}
.mid-btn{
  margin: 0px 10px;
}
.order-flex{
  display: flex;
}
.wallet-table{
  width: 126%;
}
.dashboard-left{
  margin: 0px 30px;
  width: 110%;
}
.wallet-margin{
  margin-left: 90px;
}
.job-cards a img{
  height: 250px !important;
  object-fit: contain;
}
table.display{
  width:295%;
}
.btn-add{
  padding: 10px 30px;
  background-color: #0c3542;
  color: white;
  border-radius: 5px;
  bottom: 25px;
  position: relative;
  left: 1393px;
}
.pra{
  margin-top: 10px !important;
}

.mx-2{
  margin-left:1.125rem;
  margin-right:1.125rem;
}
placeholder{
  color: #000 !important;
}

.Categories .praa:hover {
  transform: scale(1.1);
  transition: 0.5s ease-in-out;
}
footer hr{
  width: 140px !important;
}

.download-pro .download-tab{
  display: flex;
  align-items: center;
  width: 300px;
}

.download-pro .download-tab img{
  height: 60px;
  width: 60px;
  object-fit: contain;
 
}
.download-pro .download-tab p{
  text-align: left;
  margin-left: 10px;
  color: #000;
  
}
.bg-color1{
  background-color: white !important;
  border: 1px solid rgb(207 207 207);
  border-radius: 10px;
}
.download-tab img:hover{
  transition: 0.5s ease-in-out !important;
  transform: scale(0.9) !important;
   
}
.rd-form-ser{
  height: 91%;
}
.rd-ser{
  width: 50%;
}


/* .rd-form .form-group{
  width: 50%;
} */

.download-card{
  padding: 30px 40px;
  border-radius: 10px;
}

.download-card form select{
  border: 1px solid rgb(207, 207, 207);
  padding: 8px 12px;
  border-radius: 5px;
  margin-top: 10px;
}
.rd-service-p{
  width: 90%;
}
.footer-bot-link{
  margin-right: 30px;
}
.footer-p-bottom p{
  margin-left: 30px;
}
.faq-text:active{
  color: #0176ae !important;
}
.faq-text{
  font-size: 15px !important;
}
.download-h2{
  width: 64%;
  margin: auto;
  text-align: center;
  font-size: 16px;
  margin-top: 15px;

}
@media (min-width: 996px) and (max-width: 1024px) {
 
  .mobile-search #navbar-toggler2 {
    position: absolute;
    top: 123px !important;
}

}
@media only screen and (min-width: 1200px) {
  .desk-menu{
    display: contents!important;
  }
   .top .input-grou{
    margin-left: 40px !important;
  }
}


@media (min-width: 768px) {

.home-banner2{
  margin-top: 15px;
}

footer .mobile-grid{
  display:grid;
}
.footer-bot-link li {
  margin-left: 22px;
}
}
.mobile-btn{
  padding: 10px 30px;
    background-color: #0c3642;
    color: rgb(42, 40, 40);
    margin-left: 10px;
    border-radius: 4px;
    font-size: 13px;
    padding-top: 15px;
}



#menuToggle {
  display: flex;
  flex-direction: column;
  position: relative;
  top: 0px;
  left: 0px;
  z-index: 1;
  -webkit-user-select: none;
  user-select: none;
}

#menuToggle input
{
  display: flex;
  width: 40px;
  height: 32px;
  position: absolute;
  cursor: pointer;
  opacity: 0;
  z-index: 2;
}

#menuToggle span
{
  display: flex;
  width: 29px;
  height: 2px;
  margin-bottom: 5px;
  position: relative;
  background: #ffffff;
  border-radius: 3px;
  z-index: 1;
  transform-origin: 5px 0px;
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              opacity 0.55s ease;
}

#menuToggle span:first-child
{
  transform-origin: 0% 0%;
}

#menuToggle span:nth-last-child(2)
{
  transform-origin: 0% 100%;
}

#menuToggle input:checked ~ span
{
  opacity: 1;
  transform: rotate(45deg) translate(-3px, -1px);
  background: #36383F;
}
#menuToggle input:checked ~ span:nth-last-child(3)
{
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}

#menuToggle input:checked ~ span:nth-last-child(2)
{
  transform: rotate(-45deg) translate(0, -1px);
}

#menu li
{color: #000;
  padding: 10px 0;
  transition-delay: 2s;
  text-align: left;
}

#menuToggle input:checked ~ ul
{
  transform: none;
}

.track{
  color: white;
  width: 80%;
  margin: auto;
  text-align: center;
padding-bottom: 20px;
}
.track span{
 font-size: 14px;
}
.track-form{
  width: 60%;
  margin: auto;
}
@media only screen and (min-width: 768px) {
  .side_con{
    margin-left: 10px;
  }
  #menu{
    display: none;
  }
  #menuToggle{
    display: none;
  }
  .top .hidden {
    display: block;
}
.top .lg\:grid-cols-6 {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}
.top .p-2 {
  padding: 1rem;
}
.top .mx-2 {
  margin-left: 0rem;
  margin-right: 0rem;
}
.top .input-grou{
  width: 70%;
  margin-left: 90px;
}
.middle-nav{
  justify-content: flex-start;
}
}
@media screen and (min-device-width: 1024px) and (max-device-width: 1200px) {
  .top .input-grou{
    margin-top: 0px !important;
  }
}
@media screen and (min-device-width: 768px) and (max-device-width: 1400px) {
  .wish{
    gap: 25px;
  }
}
.top .input-grou{
  margin-top: 20px;
  margin-bottom: 20px;
}

@media only screen and (min-width: 1400px) {
 
  .wish{
    gap: 15px;
  }
  .track-img{
    height: 500px !important;
    width: 100%;
    object-fit: contain;
  }
  
.gap-3 {
  gap: 1.65rem;
}
.top .input-grou {
  width: 100%;
  margin-left: 0px !important;
}
.top .p-2 {
  padding: 1rem;
}
.side_con{
  margin-left: 60px;
}
.gap-2 {
  gap: 0.85rem;
}
}.pb-5{
  padding-bottom: 10px;
}

.back-to-top {
  background-color: #1d1b1c;
  text-decoration: none;
  cursor: pointer;
  width: 45px;
  height: 45px;
  z-index: 999;
  position: fixed;
  right: 16px;
  bottom: 103px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 100%;
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.4);
}
.back-to-top:hover {
  background-color: #292728;
}
.back-to-top:active {
  box-shadow: none;
  background-color: #1d1b1c;
}
.back-to-top svg.icon__arrow-up {
  fill: white;
  width: 25px;
  height: 25px;
}
.faq-bg{
  background-color: whitesmoke;
  padding: 10px 20px;
  margin-bottom: 10px;
}
.card-offer{
  
  border-radius: 10px;
  padding: 15px;
 border: 1px solid rgb(215, 215, 215);
}
hr{
  margin: 5px 0px !important;
}
.btn-offer{
  border-radius: 4px;
  padding: 10px;
  background-color: #0c3542;
  color: white;
  margin-bottom: 10px;
}

#price{
  font-size: 20px !important;
}

   .accordion button {
      position: relative;
      display: block;
      text-align: left;
      width: 100%;
      padding: 20px 25px;
      color: #374151;
      font-size: 17px;
      font-weight: 600;
      border: none;
      background: #f9fafb;
      outline: none;
      border-radius: 10px;
      transition: 0.3s;
      margin-bottom: 15px;
   }

   .accordion button:hover,
   .accordion button:focus {
      cursor: pointer;
      background: #f3f4f6;
      color: #0f5368;
   }

   .accordion button .accordion-title {
      padding-right: 40px;
      font-weight: 700;
      color: #111827;
   }

   .accordion button .icon {
      display: inline-block;
      position: absolute;
      top: 50%;
      right: 20px;
      transform: translateY(-50%);
      width: 24px;
      height: 24px;
      border: 2px solid #0f5368;
      border-radius: 50%;
      min-width: 0px;
   }

   .accordion button .icon::before {
      display: block;
      position: absolute;
      content: "";
      top: 9px;
      left: 5px;
      width: 10px;
      height: 2px;
      background: currentColor;
   }

   .accordion button .icon::after {
      display: block;
      position: absolute;
      content: "";
      top: 5px;
      left: 9px;
      width: 2px;
      height: 10px;
      background: currentColor;
   }

   .accordion button[aria-expanded=true] {
      color: #0f5368;
      background: #eef7fa;
   }

   .accordion button[aria-expanded=true] .icon::after {
      width: 0;
   }

   .accordion button[aria-expanded=true] + .accordion-content {
      opacity: 1;
      max-height: 500px;
      transition: all 250ms linear;
   }

   .accordion .accordion-content {
      opacity: 0;
      max-height: 0;
      overflow: hidden;
      transition: opacity 250ms linear, max-height 250ms linear;
      background: #fff;
      border-radius: 0 0 12px 12px;
   }

   .accordion .accordion-content p {
      font-size: 15px;
      line-height: 30px;
      color: #4b5563;
      margin: 0;
      padding: 10px;
   }
