/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, 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;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-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.
 */
[type="search"]::-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 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/**
 * Manually forked from SUIT CSS Base: https://github.com/suitcss/base
 * A thin layer on top of normalize.css that provides a starting point more
 * suitable for web applications.
 */
/**
 * Removes the default spacing and border for appropriate elements.
 */
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

button {
  background-color: transparent;
  background-image: none;
}

/**
 * Work around a Firefox/IE bug where the transparent `button` background
 * results in a loss of the default `button` focus styles.
 */
button:focus {
  outline: none;
}

fieldset {
  margin: 0;
  padding: 0;
}

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

/**
 * Tailwind custom reset styles
 */
/**
 * 1. Use the user's configured `sans` font-family (with Tailwind's default
 *    sans-serif font stack as a fallback) as a sane default.
 * 2. Use Tailwind's default "normal" line-height so the user isn't forced
 *    to override it to ensure consistency even when using the default theme.
 */
html {
  font-family: 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";
  /* 1 */
  line-height: 1.5;
  /* 2 */
}

/**
 * 1. Prevent padding and border from affecting element width.
 *
 *    We used to set this in the html element and inherit from
 *    the parent element for everything else. This caused issues
 *    in shadow-dom-enhanced elements like <details> where the content
 *    is wrapped by a div with box-sizing set to `content-box`.
 *
 *    https://github.com/mozdevs/cssremedy/issues/4
 *
 *
 * 2. Allow adding a border to an element by just adding a border-width.
 *
 *    By default, the way the browser specifies that an element should have no
 *    border is by setting it's border-style to `none` in the user-agent
 *    stylesheet.
 *
 *    In order to easily add borders to elements by just setting the `border-width`
 *    property, we change the default border-style for all elements to `solid`, and
 *    use border-width to hide them instead. This way our `border` utilities only
 *    need to set the `border-width` property instead of the entire `border`
 *    shorthand, making our border utilities much more straightforward to compose.
 *
 *    https://github.com/tailwindcss/tailwindcss/pull/116
 */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: #e2e8f0;
  /* 2 */
}

/*
 * Ensure horizontal rules are visible by default
 */
hr {
  border-top-width: 1px;
}

/**
 * Undo the `border-style: none` reset that Normalize applies to images so that
 * our `border-{width}` utilities have the expected effect.
 *
 * The Normalize reset is unnecessary for us since we default the border-width
 * to 0 on all elements.
 *
 * https://github.com/tailwindcss/tailwindcss/issues/362
 */
img {
  border-style: solid;
}

textarea {
  resize: vertical;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #999999;
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: #999999;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #999999;
}

input::placeholder,
textarea::placeholder {
  color: #999999;
}

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

table {
  border-collapse: collapse;
}

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

/**
 * Reset form element properties that are easy to forget to
 * style explicitly so you don't inadvertently introduce
 * styles that deviate from your design system. These styles
 * supplement a partial reset that is already applied by
 * normalize.css.
 */
button,
input,
optgroup,
select,
textarea {
  padding: 0;
  line-height: inherit;
  color: inherit;
}

/**
 * Use the configured 'mono' font family for elements that
 * are expected to be rendered with a monospace font, falling
 * back to the system monospace stack if there is no configured
 * 'mono' font family.
 */
pre,
code,
kbd,
samp {
  font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

/**
 * Make replaced elements `display: block` by default as that's
 * the behavior you want almost all of the time. Inspired by
 * CSS Remedy, with `svg` added as well.
 *
 * https://github.com/mozdevs/cssremedy/issues/14
 */
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  vertical-align: middle;
}

/**
 * Constrain images and videos to the parent width and preserve
 * their instrinsic aspect ratio.
 *
 * https://github.com/mozdevs/cssremedy/issues/14
 */
img,
video {
  max-width: 100%;
  height: auto;
}

@font-face {
  font-family: 'AppleSDGothicNeoB00';
  src: url("../../assets/fonts/AppleSDGothicNeoBold/AppleSDGothicNeoB00.eot");
  src: url("../../assets/fonts/AppleSDGothicNeoBold/AppleSDGothicNeoB00.eot?#iefix") format("embedded-opentype"), url("../../assets/fonts/AppleSDGothicNeoBold/AppleSDGothicNeoB00.woff2") format("woff2"), url("../../assets/fonts/AppleSDGothicNeoBold/AppleSDGothicNeoB00.woff") format("woff"), url("../../assets/fonts/AppleSDGothicNeoBold/AppleSDGothicNeoB00.ttf") format("truetype"), url("../../assets/fonts/AppleSDGothicNeoBold/AppleSDGothicNeoB00.svg#AppleSDGothicNeoB00") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'AppleSDGothicNeoR00';
  src: url("../../assets/fonts/AppleSDGothicNeoRegular/AppleSDGothicNeoR00.eot");
  src: url("../../assets/fonts/AppleSDGothicNeoRegular/AppleSDGothicNeoR00.eot?#iefix") format("embedded-opentype"), url("../../assets/fonts/AppleSDGothicNeoRegular/AppleSDGothicNeoR00.woff2") format("woff2"), url("../../assets/fonts/AppleSDGothicNeoRegular/AppleSDGothicNeoR00.woff") format("woff"), url("../../assets/fonts/AppleSDGothicNeoRegular/AppleSDGothicNeoR00.ttf") format("truetype"), url("../../assets/fonts/AppleSDGothicNeoRegular/AppleSDGothicNeoR00.svg#AppleSDGothicNeoR00") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'AppleSDGothicNeoEB00';
  src: url("../../assets/fonts/AppleSDGothicNeoEB-Regular/AppleSDGothicNeoEB00.eot");
  src: url("../../assets/fonts/AppleSDGothicNeoEB-Regular/AppleSDGothicNeoEB00.eot?#iefix") format("embedded-opentype"), url("../../assets/fonts/AppleSDGothicNeoEB-Regular/AppleSDGothicNeoEB00.woff2") format("woff2"), url("../../assets/fonts/AppleSDGothicNeoEB-Regular/AppleSDGothicNeoEB00.woff") format("woff"), url("../../assets/fonts/AppleSDGothicNeoEB-Regular/AppleSDGothicNeoEB00.ttf") format("truetype"), url("../../assets/fonts/AppleSDGothicNeoEB-Regular/AppleSDGothicNeoEB00.svg#AppleSDGothicNeoEB00") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'AppleSDGothicNeoH00';
  src: url("../../assets/fonts/AppleSDGothicNeoH/AppleSDGothicNeoH00.eot");
  src: url("../../assets/fonts/AppleSDGothicNeoH/AppleSDGothicNeoH00.eot?#iefix") format("embedded-opentype"), url("../../assets/fonts/AppleSDGothicNeoH/AppleSDGothicNeoH00.woff2") format("woff2"), url("../../assets/fonts/AppleSDGothicNeoH/AppleSDGothicNeoH00.woff") format("woff"), url("../../assets/fonts/AppleSDGothicNeoH/AppleSDGothicNeoH00.ttf") format("truetype"), url("../../assets/fonts/AppleSDGothicNeoH/AppleSDGothicNeoH00.svg#AppleSDGothicNeoH00") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'AppleSDGothicNeoL00';
  src: url("../../assets/fonts/AppleSDGothicNeoL/AppleSDGothicNeoL00.eot");
  src: url("../../assets/fonts/AppleSDGothicNeoL/AppleSDGothicNeoL00.eot?#iefix") format("embedded-opentype"), url("../../assets/fonts/AppleSDGothicNeoL/AppleSDGothicNeoL00.woff2") format("woff2"), url("../../assets/fonts/AppleSDGothicNeoL/AppleSDGothicNeoL00.woff") format("woff"), url("../../assets/fonts/AppleSDGothicNeoL/AppleSDGothicNeoL00.ttf") format("truetype"), url("../../assets/fonts/AppleSDGothicNeoL/AppleSDGothicNeoL00.svg#AppleSDGothicNeoL00") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'AppleSDGothicNeoSB00';
  src: url("../../assets/fonts/AppleSDGothicNeoSB/AppleSDGothicNeoSB00.eot");
  src: url("../../assets/fonts/AppleSDGothicNeoSB/AppleSDGothicNeoSB00.eot?#iefix") format("embedded-opentype"), url("../../assets/fonts/AppleSDGothicNeoSB/AppleSDGothicNeoSB00.woff2") format("woff2"), url("../../assets/fonts/AppleSDGothicNeoSB/AppleSDGothicNeoSB00.woff") format("woff"), url("../../assets/fonts/AppleSDGothicNeoSB/AppleSDGothicNeoSB00.ttf") format("truetype"), url("../../assets/fonts/AppleSDGothicNeoSB/AppleSDGothicNeoSB00.svg#AppleSDGothicNeoSB00") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'AppleSDGothicNeoM00';
  src: url("../../assets/fonts/AppleSDGothicNeoM-Regular/AppleSDGothicNeoM00.eot");
  src: url("../../assets/fonts/AppleSDGothicNeoM-Regular/AppleSDGothicNeoM00.eot?#iefix") format("embedded-opentype"), url("../../assets/fonts/AppleSDGothicNeoM-Regular/AppleSDGothicNeoM00.woff2") format("woff2"), url("../../assets/fonts/AppleSDGothicNeoM-Regular/AppleSDGothicNeoM00.woff") format("woff"), url("../../assets/fonts/AppleSDGothicNeoM-Regular/AppleSDGothicNeoM00.ttf") format("truetype"), url("../../assets/fonts/AppleSDGothicNeoM-Regular/AppleSDGothicNeoM00.svg#AppleSDGothicNeoM00") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'AppleSDGothicNeoT00';
  src: url("../../assets/fonts/AppleSDGothicNeoT/AppleSDGothicNeoT00.eot");
  src: url("../../assets/fonts/AppleSDGothicNeoT/AppleSDGothicNeoT00.eot?#iefix") format("embedded-opentype"), url("../../assets/fonts/AppleSDGothicNeoT/AppleSDGothicNeoT00.woff2") format("woff2"), url("../../assets/fonts/AppleSDGothicNeoT/AppleSDGothicNeoT00.woff") format("woff"), url("../../assets/fonts/AppleSDGothicNeoT/AppleSDGothicNeoT00.ttf") format("truetype"), url("../../assets/fonts/AppleSDGothicNeoT/AppleSDGothicNeoT00.svg#AppleSDGothicNeoT00") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'AppleSDGothicNeoUL00';
  src: url("../../assets/fonts/AppleSDGothicNeoUL/AppleSDGothicNeoUL00.eot");
  src: url("../../assets/fonts/AppleSDGothicNeoUL/AppleSDGothicNeoUL00.eot?#iefix") format("embedded-opentype"), url("../../assets/fonts/AppleSDGothicNeoUL/AppleSDGothicNeoUL00.woff2") format("woff2"), url("../../assets/fonts/AppleSDGothicNeoUL/AppleSDGothicNeoUL00.woff") format("woff"), url("../../assets/fonts/AppleSDGothicNeoUL/AppleSDGothicNeoUL00.ttf") format("truetype"), url("../../assets/fonts/AppleSDGothicNeoUL/AppleSDGothicNeoUL00.svg#AppleSDGothicNeoUL00") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Helvetica';
  src: url("../../assets/fonts/Helvetica.eot");
  src: url("../../assets/fonts/Helvetica.eot?#iefix") format("embedded-opentype"), url("../../assets/fonts/Helvetica.woff2") format("woff2"), url("../../assets/fonts/Helvetica.woff") format("woff"), url("../../assets/fonts/Helvetica.ttf") format("truetype"), url("../../assets/fonts/Helvetica.svg#Helvetica") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

.icon-bell {
  background: url(../../assets/icons/notification.svg) no-repeat center center;
  background-size: auto 16px;
  width: 16px;
  height: 16px;
  display: inline-block;
}

.icon-search {
  background: url(../../assets/icons/search.svg) no-repeat center center;
  background-size: auto 16px;
  width: 16px;
  height: 16px;
  display: inline-block;
}

.checkType {
  background: url(../../assets/icons/checkbox-checked.svg) no-repeat center center;
  background-size: auto 18px;
  width: 18px;
  height: 18px;
  display: inline-block;
}

.checkTypeNo {
  background: url(../../assets/icons/checkbox-unchecked.svg) no-repeat center center;
  background-size: auto 18px;
  width: 18px;
  height: 18px;
  display: inline-block;
}

.grey-tick {
  background: url(../../assets/icons/grey-tick.svg) no-repeat right center;
  background-size: auto 19px;
  width: 19px;
  height: 19px;
  display: inline-block;
}

.blue-tick {
  background: url(../../assets/icons/blue-tick.svg) no-repeat right center;
  background-size: auto 19px;
  width: 19px;
  height: 19px;
  display: inline-block;
}

.sucess-tick {
  background: url(../../assets/icons/sucess-tick.svg) no-repeat right center;
  background-size: auto 64px;
  width: 64px;
  height: 64px;
  display: inline-block;
}

.left-arrow {
  background: url(../../assets/icons/arrow-left.svg) no-repeat right center;
  background-size: auto 16px;
  width: 10px;
  height: 16px;
  display: inline-block;
}

.icon-location {
  background: url(../../assets/icons/location-marker.svg) no-repeat right center;
  background-size: auto 16px;
  width: 16px;
  height: 16px;
  display: inline-block;
}

.icon-location-big {
  background: url(../../assets/icons/location-marker.svg) no-repeat right center;
  background-size: auto 20px;
  width: 20px;
  height: 20px;
  display: inline-block;
}

.icon-locations {
  background: url(../../assets/icons/Exclusion.svg) no-repeat right center;
  background-size: auto 16px;
  width: 16px;
  height: 16px;
  display: inline-block;
}

.icon-location-trans {
  background: url(../../assets/icons/location-marker-trans.svg) no-repeat right center;
  background-size: auto 20px;
  width: 20px;
  height: 20px;
  display: inline-block;
}

.icon-btn-tick-gry {
  background: url(../../assets/icons/btn-gry-tick.svg) no-repeat center center;
  background-size: auto 13px;
  width: 18px;
  height: 13px;
  display: inline-block;
}

.icon-btn-tick-blue {
  background: url(../../assets/icons/btn-blue-tick.svg) no-repeat center center;
  background-size: auto 13px;
  width: 18px;
  height: 13px;
  display: inline-block;
}

.icon-title-arrow {
  background: url(../../assets/icons/icon-right-arrow-black.svg) no-repeat right center;
  background-size: auto 20px;
  width: 11px;
  height: 20px;
  display: inline-block;
}

.icon-title-arrow-big {
  background: url(../../assets/icons/icon-title-arrow-big.svg) no-repeat right center;
  background-size: auto 24px;
  width: 24px;
  height: 24px;
  display: inline-block;
}

.icon-rating {
  background: url(../../assets/icons/icon-star-yellow.svg) no-repeat right center;
  background-size: auto 20px;
  width: 20px;
  height: 20px;
  display: inline-block;
}

.icon-rating-new {
  background: url(../../assets/icons/icon-rating-new.svg) no-repeat right center;
  background-size: auto 20px;
  width: 20px;
  height: 20px;
  display: inline-block;
}

.icon-comment {
  background: url(../../assets/icons/icon-comment.svg) no-repeat right center;
  background-size: auto 20px;
  width: 20px;
  height: 20px;
  display: inline-block;
}

.icon-comments {
  background: url(../../assets/icons/comments1.svg) no-repeat right center;
  background-size: auto 20px;
  width: 20px;
  height: 20px;
  display: inline-block;
}

.icon-pagination-arwL {
  background: url(../../assets/icons/pagination-arwL.svg) no-repeat right center;
  background-size: auto 9px;
  width: 6px;
  height: 9px;
  display: inline-block;
}

.icon-big-star {
  background: url(../../assets/icons/icon-star-yellow-big.svg) no-repeat right center;
  background-size: auto 32px;
  width: 33px;
  height: 32px;
  display: inline-block;
}

.icon-title-arrow-2 {
  background: url(../../assets/icons/icon-right-arrow-blue.svg) no-repeat right center;
  background-size: auto 16px;
  width: 8px;
  height: 16px;
  display: inline-block;
}

.icon-chat-search {
  background: url(../../assets/icons/search.svg) no-repeat right center;
  background-size: auto 24px;
  width: 24px;
  height: 24px;
  display: inline-block;
}

.icon-globe-blue {
  background: url(../../assets/icons/icon-globe-blue.svg) no-repeat right center;
  background-size: auto 20px;
  width: 20px;
  height: 20px;
  display: inline-block;
}

.icon-dots {
  background: url(../../assets/icons/three-dots.svg) no-repeat right center;
  background-size: auto 24px;
  width: 4px;
  height: 24px;
  display: inline-block;
}

.icon-sqr-plus {
  background: url(../../assets/icons/sqr-plus.svg) no-repeat right center;
  background-size: auto 30px;
  min-width: 30px;
  height: 30px;
  display: inline-block;
}

.icon-send {
  background: url(../../assets/icons/send-arw.svg) no-repeat right center;
  background-size: auto 25px;
  width: 25px;
  height: 25px;
  display: inline-block;
}

.icon-download-blue {
  background: url(../../assets/icons/icon-download.svg) no-repeat right center;
  background-size: auto 20px;
  width: 20px;
  height: 20px;
  display: inline-block;
}

.icon-download-white {
  background: url(../../assets/icons/icon-download-white.svg) no-repeat right center;
  background-size: auto 24px;
  width: 24px;
  height: 24px;
  display: inline-block;
}

.icon-globe-white {
  background: url(../../assets/icons/icon-globe-white.svg) no-repeat right center;
  background-size: auto 20px;
  width: 20px;
  height: 20px;
  display: inline-block;
}

.icon-globe-white-big {
  background: url(../../assets/icons/icon-globe-white.svg) no-repeat right center;
  background-size: auto 24px;
  width: 24px;
  height: 24px;
  display: inline-block;
}

.icon-tick-black {
  background: url(../../assets/icons/icon-tick-black.svg) no-repeat right center;
  background-size: auto 12px;
  width: 16px;
  height: 12px;
  display: inline-block;
}

.icon-location-grey {
  background: url(../../assets/icons/icon-location-grey.svg) no-repeat left center;
  background-size: auto 20px;
  width: 20px;
  height: 20px;
  display: inline-block;
}

.icon-location-grey-new {
  background: url(../../assets/icons/icon-location-grey-new.svg) no-repeat left center;
  background-size: auto 20px;
  width: 20px;
  height: 20px;
  display: inline-block;
}

.icon-comment-grey {
  background: url(../../assets/icons/icon-comment-grey.svg) no-repeat left center;
  background-size: auto 20px;
  width: 20px;
  height: 20px;
  display: inline-block;
}

.icon-comment-grey-new {
  background: url(../../assets/icons/icon-comment-grey-new.svg) no-repeat left center;
  background-size: auto 20px;
  width: 20px;
  height: 20px;
  display: inline-block;
}

.icon-points {
  background: url(../../assets/icons/icon-points.svg) no-repeat left center;
  background-size: auto 28px;
  width: 28px;
  height: 28px;
  display: inline-block;
}

.icon-points-new {
  background: url(../../assets/icons/points-new.svg) no-repeat left center;
  background-size: auto 28px;
  width: 28px;
  height: 28px;
  display: inline-block;
}

.icon-points-small {
  background: url(../../assets/icons/icon-points-small.svg) no-repeat left center;
  background-size: auto 20px;
  width: 20px;
  height: 20px;
  display: inline-block;
}

.icon-close-grey {
  background: url(../../assets/icons/icon-close-grey.svg) no-repeat left center;
  background-size: auto 16px;
  width: 16px;
  height: 16px;
  display: inline-block;
}

.icon-wishlist-big {
  background: url(../../assets/icons/icon-heart-blue.svg) no-repeat 27% center;
  background-size: auto 16px;
  width: 16px;
  height: 16px;
  display: inline-block;
}

.icon-heart-blue-big {
  background: url(../../assets/icons/icon-heart-blue.svg) no-repeat 27% center;
  background-size: auto 24px;
  width: 24px;
  height: 24px;
  display: inline-block;
}

.icon-heart-blue-big-2 {
  background: url(../../assets/icons/icon-heart-blue-big-2.svg) no-repeat 27% center;
  background-size: auto 24px;
  width: 24px;
  height: 24px;
  display: inline-block;
}

.icon-edit-small {
  background: url(../../assets/images/edit.png) no-repeat 27% center;
  background-size: auto 16px;
  width: 16px;
  height: 16px;
  display: inline-block;
  margin-right: 7px;
}

.icon-rating-half {
  background: url(../../assets/icons/icon-star-half.svg) no-repeat right center;
  background-size: auto 20px;
  width: 20px;
  height: 20px;
  display: inline-block;
}

.icon-heart-outine {
  background: url(../../assets/icons/icon-heart-blue-outline.svg) no-repeat right center;
  background-size: auto 24px;
  width: 24px;
  height: 24px;
  display: inline-block;
}

.icon-heart-outine2 {
  background: url(../../assets/icons/icon-heart-blue-outline.svg) no-repeat right center;
  background-size: auto 16px;
  width: 16px;
  height: 16px;
  display: inline-block;
}

.icon-heart-white {
  background: url(../../assets/icons/icon-heart-white.svg) no-repeat right center;
  background-size: auto 24px;
  width: 24px;
  height: 24px;
  display: inline-block;
}

.icon-print-blue {
  background: url(../../assets/icons/icon-print-blue.svg) no-repeat right center;
  background-size: auto 24px;
  width: 26px;
  height: 24px;
  display: inline-block;
}

.icon-heart-transparent {
  background: url(../../assets/icons/icon-heart-transparent.svg) no-repeat right center;
  background-size: auto 24px;
  width: 24px;
  height: 24px;
  display: inline-block;
}

.icon-blue-arrow {
  background: url(../../assets/icons/blue-arrow.svg) no-repeat right center;
  background-size: auto 24px;
  width: 24px;
  height: 24px;
  display: inline-block;
}

.icon-notification-gry {
  background: url(../../assets/icons/icon-notification-gry.svg) no-repeat right center;
  background-size: auto 20px;
  width: 20px;
  height: 20px;
  display: inline-block;
}

.icon-notification-drk {
  background: url(../../assets/icons/icon-notification-drk.svg) no-repeat right center;
  background-size: auto 24px;
  width: 24px;
  height: 24px;
  display: inline-block;
}

.icon-globe-drk {
  background: url(../../assets/icons/icon-globe-drk.svg) no-repeat right center;
  background-size: auto 20px;
  width: 20px;
  height: 20px;
  display: inline-block;
}

.icon-img {
  background: url(../../assets/icons/icon-img.svg) no-repeat right center;
  background-size: auto 29px;
  width: 29px;
  height: 29px;
  display: inline-block;
}

.icon-clock {
  background: url(../../assets/icons/icon-clock.svg) no-repeat right center;
  background-size: auto 20px;
  width: 20px;
  height: 20px;
  display: inline-block;
}

.icon-star-grey {
  background: url(../../assets/icons/icon-star-grey.svg) no-repeat right center;
  background-size: auto 40px;
  width: 40px;
  height: 40px;
  display: inline-block;
}

.icon-heart-grey {
  background: url(../../assets/icons/icon-heart-grey.svg) no-repeat right center;
  background-size: auto 24px;
  width: 24px;
  height: 24px;
  display: inline-block;
}

.icon-heart-grey-sm {
  background: url(../../assets/icons/icon-heart-grey.svg) no-repeat right center;
  background-size: auto 16px;
  width: 16px;
  height: 16px;
  display: inline-block;
}

.icon-heart-fill {
  background: url(../../assets/icons/icon-heart-fill.svg) no-repeat 27% center;
  background-size: auto 24px;
  width: 24px;
  height: 24px;
  display: inline-block;
}

.icon-heart-white-outline {
  background: url(../../assets/icons/icon-heart-white-outline.svg) no-repeat right center;
  background-size: auto 24px;
  width: 24px;
  height: 24px;
  display: inline-block;
}

.load-more-arw {
  background: url(../../assets/icons/load-more-arw.svg) no-repeat right center;
  background-size: auto;
  background-size: auto 7px;
  width: 15px;
  height: 7px;
  display: inline-block;
}

.quote-body-wraper {
  margin-bottom: 40px;
}

.quote-body-wraper:last-child {
  margin-bottom: 0;
}

.quote-body-wraper .quote-body-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 10px;
}

.quote-body-wraper .quote-body-heading .quote-date {
  font-family: "AppleSDGothicNeoB00", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  color: #222222;
}

.quote-body-wraper .quote-body-heading .quote-status {
  font-size: 16px;
  line-height: 19px;
  font-family: "AppleSDGothicNeoB00", sans-serif;
  font-weight: 400;
  color: #0084D5;
}

.quote-body-wraper .quote-body {
  border: 1px solid #E0E0E0;
  border-radius: 10px;
  padding: 24px;
}

.quote-body-wraper .quote-body .quote-body-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.quote-body-wraper .quote-body .quote-body-inner .left-img {
  height: 120px;
  width: 120px;
  margin-right: 15px;
}

.quote-body-wraper .quote-body .quote-body-inner .left-img img {
  width: 120px;
  height: 120px;
  border-radius: 5px;
}

.quote-body-wraper .quote-body .quote-body-inner .right-content {
  width: calc(100% - 135px);
}

.quote-body-wraper .quote-body .quote-body-inner .right-content .compare-quote-heading .compare-quote {
  font-size: 20px;
  line-height: 24px;
  color: #222222;
  font-weight: 400;
}

.quote-body-wraper .quote-body .quote-body-inner .right-content .compare-quote-heading .dropdown .item-selector {
  padding: 0;
  margin: 0;
}

.quote-body-wraper .quote-body .quote-body-inner .right-content .compare-quote-heading .dropdown .item-selector:after {
  display: none;
}

.quote-body-wraper .quote-body .quote-body-inner .right-content .compare-quote-heading .dropdown .dropdown-menu .dropdown-item {
  color: #000000;
}

.quote-body-wraper .quote-body .quote-body-inner .right-content .tech-request {
  font-size: 15px;
  line-height: 18px;
  color: #222222;
  margin-top: 3px;
}

.quote-body-wraper .quote-body .quote-body-inner .right-content .chart-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 10px;
}

.quote-body-wraper .quote-body .quote-body-inner .right-content .chart-details li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 15px;
  line-height: 18px;
  color: #767676;
}

.quote-body-wraper .quote-body .quote-body-inner .right-content .chart-details li:after {
  content: "I";
  margin: 0 5px;
  color: #E0E0E0;
}

.quote-body-wraper .quote-body .quote-body-inner .right-content .chart-details li:last-child:after {
  display: none;
}

.quote-body-wraper .quote-body .quote-body-inner .right-content .hash {
  margin-top: 15px;
}

.quote-body-wraper .quote-body .quote-body-inner .right-content .quote-btn-wrap {
  margin-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.quote-body-wraper .quote-body .quote-body-inner .right-content .quote-btn-wrap button {
  margin-right: 11px;
}

.quote-body-wraper .quote-body .quote-body-inner .right-content .quote-btn-wrap button:last-child {
  margin-right: 0;
}

.quote-body-wraper .quote-body .quote-body-inner .right-content .quote-btn-wrap a.small-blue-button2:hover {
  color: #ffffff;
}

.quote-body-wraper .quote-body .quote-body-inner .right-content .rating-sec {
  margin-top: 15px;
}

.quote-body-wraper .quote-body .quote-body-inner .right-content .rating-sec li {
  color: #222222;
}

.quote-body-wraper.with-bottom-section {
  border: 1px solid #E0E0E0;
  border-radius: 10px;
}

.quote-body-wraper.with-bottom-section .quote-body {
  border: none;
  border-radius: 0;
}

.quote-body-wraper.with-bottom-section .quote-body-bottom {
  background: #f8f8fa;
  padding: 24px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.quote-body-wraper.with-bottom-section .quote-body-bottom.review-outer {
  border: none;
}

.quote-body-wraper.with-bottom-section .quote-body-bottom .top-q {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.quote-body-wraper.with-bottom-section .quote-body-bottom .top-q .star-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.quote-body-wraper.with-bottom-section .quote-body-bottom .top-q .star-wrap ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
}

.quote-body-wraper.with-bottom-section .quote-body-bottom .top-q .star-wrap ul li i {
  margin-top: 3.425px;
  width: 16px;
  height: 16px;
  background-size: auto 16px;
}

.quote-body-wraper.with-bottom-section .quote-body-bottom .top-q .star-wrap span {
  font-weight: normal;
  font-size: 18px;
  line-height: 21px;
  color: #222222;
  margin-left: 5px;
}

.quote-body-wraper.with-bottom-section .quote-body-bottom .top-q p {
  font-weight: normal;
  font-size: 14px;
  line-height: 17px;
  color: #999999;
}

.quote-body-wraper.with-bottom-section .quote-body-bottom .mid-q {
  margin-top: 15px;
}

.quote-body-wraper.with-bottom-section .quote-body-bottom .mid-q p {
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  color: #555555;
}

.quote-body-wraper.couponPage {
  margin-bottom: 32px;
}

.quote-body-wraper.couponPage .quote-body .quote-body-inner .left-img {
  min-width: 134px;
  height: 78px;
}

.quote-body-wraper.couponPage .quote-body .quote-body-inner .left-img .coupon-wrap {
  border: 2px solid #555555;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 8px;
}

.quote-body-wraper.couponPage .quote-body .quote-body-inner .left-img .coupon-wrap .colorbar {
  width: 28px;
  background: #009eff;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.quote-body-wraper.couponPage .quote-body .quote-body-inner .left-img .coupon-wrap .text {
  width: calc(100% - 28px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.quote-body-wraper.couponPage .quote-body .quote-body-inner .left-img .coupon-wrap .text p {
  font-weight: normal;
  font-family: "Helvetica";
  font-size: 32px;
  line-height: 37px;
  color: #343434;
}

.quote-body-wraper.couponPage .quote-body .quote-body-inner .left-img .coupon-wrap.disbaled .colorbar {
  background: #BDBDBD;
}

.deliver-status-outer {
  width: 592px;
}

.deliver-status-outer .delivery-status-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 16px 0 18px 0;
  background: #f8f8fa;
  border-radius: 5px;
  margin-top: 20px;
}

.deliver-status-outer .delivery-status-wrap .delivery-status {
  position: relative;
  width: 25%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.deliver-status-outer .delivery-status-wrap .delivery-status p {
  font-size: 16px;
  line-height: 19px;
  color: #828282;
}

.deliver-status-outer .delivery-status-wrap .delivery-status span {
  border: 1px solid #A4A4A4;
  width: 16px;
  height: 16px;
  border-radius: 100%;
  display: block;
  margin: 10px auto 0;
  background-color: #ffffff;
}

.deliver-status-outer .delivery-status-wrap .delivery-status:after {
  content: '';
  position: absolute;
  width: 132px;
  height: 1px;
  background: #A4A4A4;
  left: 82px;
  margin: 0 auto;
  top: 37px;
}

.deliver-status-outer .delivery-status-wrap .delivery-status:last-child:after {
  display: none;
}

.deliver-status-outer .delivery-status-wrap .delivery-status.active p {
  color: #074792;
}

.deliver-status-outer .delivery-status-wrap .delivery-status.active span {
  border: 2px solid #074792;
  width: 16px;
  height: 16px;
  outline: 2px solid rgba(0, 136, 255, 0.3);
}

.deliver-status-outer .delivery-status-wrap .delivery-status.visited p {
  color: #074792;
}

.deliver-status-outer .delivery-status-wrap .delivery-status.visited span {
  border: 1px solid #074792;
}

.deliver-status-outer .delivery-status-wrap .delivery-status.visited:after {
  background: #005fb2;
}

.deliver-status-outer .diposit-btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 20px;
}

.deliver-status-outer.deliver-status-outer-medium {
  width: 408px;
}

.deliver-status-outer.deliver-status-outer-medium .delivery-status-wrap .delivery-status {
  border-bottom: 0 !important;
  padding: 0 !important;
}

.deliver-status-outer.deliver-status-outer-medium .delivery-status-wrap .delivery-status:after {
  width: 137px;
  left: 59px;
}

.deliver-status-outer .primary-blue-button {
  margin-top: 32px;
}

.comment-type {
  margin-top: 20px;
}

.comment-type textarea {
  border-radius: 0;
  height: 84px;
  padding: 20px;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #999999;
}

.comment-type .comment-send {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border: 1px solid #CFCFCF;
  border-top: none;
}

.comment-type .comment-send p {
  font-size: 16px;
  line-height: 19px;
  color: #999999;
  margin: 0 20px;
}

.comment-type .comment-send p span {
  color: #222222;
}

.comment-type .comment-send button {
  background: #074792;
  padding: 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 44px;
  width: 44px;
}

.comment-type .comment-send button i {
  margin-right: 0;
}

.comment-type .comment-send button i.icon-send {
  background-size: auto 18px;
  width: 18px;
  height: 18px;
}

.secondery-tab .nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.secondery-tab .nav li {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  max-width: 50%;
  width: 50%;
}

.secondery-tab .nav li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #CFCFCF;
  width: 100%;
  height: 56px;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  color: #E0E0E0;
  display: block;
  padding: 16px;
}

.secondery-tab .nav li a.active {
  border: 1px solid #181818;
  color: #181818;
}

.secondery-tab.three-tab .nav li {
  max-width: 33.33%;
}

.quote-offer-itemms {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 18px;
  line-height: 32px;
  padding-bottom: 32px;
}

.quote-offer-itemms:first-child {
  margin-top: 22px;
}

.quote-offer-itemms span {
  color: #222222;
  font-size: 16px;
  line-height: 29px;
}

.quoted-amount {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}

.quoted-amount li {
  font-size: 20px;
  line-height: 24px;
  color: #0084D5;
  border: 0;
}

.quoted-amount li:last-child {
  font-family: "AppleSDGothicNeoR00", sans-serif;
  font-size: 24px;
  line-height: 28px;
}

.quoted-amount.transaction-quoted-amount li {
  border-bottom: 0 !important;
  padding: 32px 0 0 0 !important;
  font-family: "AppleSDGothicNeoB00", sans-serif;
}

.pagination-wraper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  position: relative;
  height: 34px;
}

.pagination-wraper .pagination .page-item .page-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 0;
  border: 0;
  height: 34px;
  min-width: 34px;
  padding: 9px 14px;
  font-size: 16px;
  line-height: 17px;
  color: #181818;
}

.pagination-wraper .pagination .page-item .page-link:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.pagination-wraper .pagination .page-item.active .page-link {
  color: #ffffff;
  background: #0084D5;
}

.pagination-wraper .pagination .page-item.next-item, .pagination-wraper .pagination .page-item.prev-item {
  font-size: 14px;
  line-height: 17px;
  color: #2c2c2c;
}

.pagination-wraper .pagination .page-item.next-item i, .pagination-wraper .pagination .page-item.prev-item i {
  margin-left: 5px;
}

.pagination-wraper .pagination .page-item.prev-item i {
  margin: 0 5px 0 0;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.pagination-wraper .pagination .page-item.without-atag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 10px;
}

.pagination-wraper .pagination .next {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: 5px;
}

.pagination-wraper button {
  position: absolute;
  right: 0;
}

.pagination-wraper.in-tab {
  margin-bottom: 30px;
}

.quotes-table {
  margin-top: 40px;
  border-radius: 8px;
  border: solid 1px #E0E0E0;
  background-color: #ffffff;
}

.quotes-table .headQ {
  padding: 24px 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.quotes-table .headQ h3 {
  font-size: 20px;
  color: #222222;
  font-weight: 400;
  font-family: "AppleSDGothicNeoB00", sans-serif;
  line-height: 24px;
}

.quotes-table .headQ a {
  font-size: 18px;
  line-height: 22px;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  color: #0084D5;
}

.quotes-table .headQ a.red-btn {
  color: #D50000;
}

.quotes-table .bodyQ {
  padding: 10px 32px 32px;
  border-top: solid 1px #E0E0E0;
}

.quotes-table .bodyQ p {
  color: #333333;
  font-size: 18px;
}

.quotes-table .bodyQ ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: solid 1px #E0E0E0;
  padding: 15px 0;
}

.quotes-table .bodyQ ul li .nameQ {
  font-size: 16px;
  line-height: 19px;
  color: #222222;
}

.quotes-table .bodyQ ul li .amountQ {
  font-family: "AppleSDGothicNeoSB00", sans-serif;
  font-size: 16px;
  line-height: 18px;
  color: #0084D5;
}

.quotes-table .bodyQ.contract-quote-info .quote-offer-wraper .quote-offer-itemms {
  font-size: 16px;
  line-height: 180%;
  color: #666666;
}

.quotes-table .bodyQ.contract-quote-info .quote-offer-wraper .quote-offer-itemms:last-child {
  padding-bottom: 0;
}

.quotes-table .bodyQ.contract-quote-info .quote-offer-wraper .quote-offer-itemms p {
  font-size: 16px;
  line-height: 180%;
  color: #666666;
}

.quotes-table .bodyQ.contract-quote-info .quote-offer-wraper .quote-offer-itemms span {
  color: #222222;
}

.quotes-table.quote-proposal {
  margin-top: 56px;
}

.inner-body-height {
  min-height: 70vh;
}

.modal-opening a {
  background: url(../../assets/icons/dropdown-dark.svg) no-repeat right 0 center;
  background-size: 16px 11px;
  cursor: pointer;
  width: 16px;
  height: 11px;
  position: absolute;
  right: 0;
  top: 8px;
  bottom: auto;
  z-index: 2;
}

.modal-opening #mob_part {
  text-overflow: ellipsis;
  overflow: hidden;
  width: 100%;
  white-space: nowrap;
  padding-right: 18px;
}

.modal-opening #dental_number {
  text-overflow: ellipsis;
  overflow: hidden;
  width: 100%;
  white-space: nowrap;
  padding-right: 18px;
}

.owl-nav.disabled {
  display: none !important;
}

.dropdown-item.active, .dropdown-item:hover, .dropdown-item:active, .dropdown-item:focus {
  background-color: transparent !important;
}

.with-pagination .pagination-wraper {
  margin-top: 30px;
}

.font-style {
  background: #009a3d;
  padding: 20px;
}

.font-style .top-h1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 26px;
  margin: 30px 0;
}

.font-style .text-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.font-style .text-wrap p,
.font-style .text-wrap h1,
.font-style .text-wrap h2,
.font-style .text-wrap h3 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33%;
          flex: 0 0 33.33%;
  margin: 20px 0;
  text-align: center;
}

.heading-1 {
  font-size: 40px;
  color: #222222;
}

.primary-head-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.primary-head-section h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 24px;
  line-height: 29px;
  color: #222222;
}

.primary-head-section h3 i {
  margin-left: 10px;
}

.primary-blue-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 470px;
  width: 100%;
  padding: 17px;
  border-radius: 5px;
  color: #ffffff;
  background-color: #074792;
  font-size: 18px;
  line-height: 22px;
  height: 56px;
}

.primary-blue-button:disabled, .primary-blue-button.disabled {
  background-color: #A4A4A4;
  opacity: 1;
}

.primary-blue-button.outline {
  background: #ffffff;
  border: solid 1px #074792;
  color: #074792;
}

.primary-blue-button.grey-outline {
  background: #ffffff;
  border: solid 1px #CFCFCF;
  color: #074792;
}

.trans-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 160px;
  height: 48px;
  border: solid 1px #ffffff;
  background-color: rgba(255, 255, 255, 0.5);
  color: #ffffff;
  font-size: 18px;
  line-height: 22px;
  border-radius: 5px;
}

.blue-outline-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 20px;
  border: solid 1px #0084D5;
  color: #0084D5;
  background: #ffffff;
  font-size: 18px;
  line-height: 22px;
  padding: 4px 14px;
  height: 30px;
}

.black-outline-small {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 5px;
  border: solid 1px #CFCFCF;
  color: #0084D5;
  background: #ffffff;
  font-size: 16px;
  letter-spacing: -0.36px;
  padding: 7px 10px;
  height: 33px;
}

.black-outline-big {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 5px;
  border: solid 1px #CFCFCF;
  color: #555555;
  background: #ffffff;
  font-size: 16px;
  letter-spacing: -0.36px;
  padding: 7px 10px;
  height: 48px;
  width: 100%;
}

.small-blue-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 160px;
  height: 48px;
  border: solid 1px #074792;
  color: #ffffff;
  font-size: 18px;
  line-height: 22px;
  border-radius: 5px;
  background: #074792;
}

.small-blue-button:hover {
  color: #ffffff;
}

.small-blue-button2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 16px;
  line-height: 19px;
  color: #ffffff;
  padding: 7px 23px 6px;
  border-radius: 5px;
  background-color: #074792;
  height: 32px;
  min-width: 120px;
}

.small-grey-outline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 16px;
  line-height: 19px;
  color: #074792;
  padding: 7px 23px 6px;
  border-radius: 5px;
  background-color: #ffffff;
  height: 32px;
  width: 120px;
  border: 1px solid #DDDDDD;
}

.small-blue-outline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 16px;
  line-height: 19px;
  color: #074792;
  padding: 7px 23px 6px;
  border-radius: 5px;
  background-color: #ffffff;
  height: 32px;
  width: 120px;
  border: 1px solid #DDDDDD;
  color: #0084D5;
  border: 1px solid #0084D5;
}

.medium-blue-outline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 18px;
  line-height: 22px;
  color: #005fb2;
  padding: 13px;
  border-radius: 5px;
  background-color: #ffffff;
  height: 47px;
  width: 195px;
  border: 1px solid #005fb2;
}

.medium-grey-outline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 18px;
  line-height: 22px;
  color: #005fb2;
  padding: 13px;
  border-radius: 5px;
  background-color: #ffffff;
  height: 47px;
  width: 195px;
  border: 1px solid #005fb2;
  border: 1px solid #BDBDBD;
  color: #A4A4A4;
}

.small-outline-with-icon {
  width: 95px;
  height: 33px;
  background: #ffffff;
  border: 1px solid #CFCFCF;
  border-radius: 5px;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  color: #074792;
  padding: 7px 14px;
}

.small-outline-with-icon i {
  margin-right: 5px;
}

.med-blue-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 56px;
  border-radius: 5px;
  padding: 18px;
  background: #074792;
  border: solid 1px #074792;
  font-size: 18px;
  line-height: 22px;
  color: #ffffff;
}

.med-white-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 226px;
  height: 56px;
  border-radius: 5px;
  padding: 18px;
  background: #ffffff;
  border: solid 1px #DDDDDD;
  font-size: 18px;
  letter-spacing: -0.36px;
  color: #074792;
}

.btn-group {
  position: relative;
}

.btn-group button {
  margin-left: 16px;
}

.btn-group button:first-child {
  margin-left: 0;
}

.btn-group button i {
  margin-right: 5px;
}

.btn-group a {
  margin-left: 16px;
}

.btn-group a:first-child {
  margin-left: 0;
}

.btn-group a i {
  margin-right: 5px;
}

.btn-group a.med-blue-button:hover {
  color: #ffffff;
}

.btn-group a.small-blue-button2:hover {
  color: #ffffff;
}

.btn-group a.primary-blue-button:hover {
  color: #ffffff;
}

.btn-group a.btn:hover {
  color: #ffffff;
}

.btn-group.single-btn {
  display: block;
}

.btn-group.single-btn button {
  width: 100%;
}

.view-all a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 13px 14px 13px;
  border-radius: 5px;
  border: solid 1px #CFCFCF;
  font-size: 18px;
  line-height: 22px;
  color: #555555;
  height: 48px;
}

.view-all.contract-lab-view {
  margin-top: 24px;
}

button i {
  margin-right: 5px;
}

.form-group {
  width: 100%;
  margin: 20px 0 0 0;
}

.form-group label {
  margin: 0 0 10px 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
  color: #333333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.form-group .label-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 0 10px 0;
}

.form-group .label-group label {
  margin: 0;
}

.form-group .label-group p {
  font-size: 16px;
  line-height: 180%;
  color: #666666;
}

.form-group .form-control {
  max-width: 470px;
  width: 100%;
  padding: 0 0 5px;
  border-radius: 0;
  border: 0;
  margin-top: 0;
  font-size: 16px;
  line-height: 29px;
  color: #4C4C4C;
  height: 35px;
  border-bottom: 1px solid #CFCFCF;
}

.form-group .form-control::-webkit-input-placeholder {
  /* Edge */
  color: #A4A4A4;
  font-family: "AppleSDGothicNeoR00", sans-serif;
}

.form-group .form-control:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #A4A4A4;
  font-family: "AppleSDGothicNeoR00", sans-serif;
}

.form-group .form-control::-ms-input-placeholder {
  color: #A4A4A4;
  font-family: "AppleSDGothicNeoR00", sans-serif;
}

.form-group .form-control::placeholder {
  color: #A4A4A4;
  font-family: "AppleSDGothicNeoR00", sans-serif;
}

.form-group .form-control:focus {
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.form-group .form-control.form-text-area {
  max-width: 470px;
  min-height: 240px;
  background: #ffffff;
  padding: 24px 24px;
  border-radius: 0;
  line-height: 19px;
  border: 1px solid #CFCFCF;
  color: #4C4C4C;
}

.form-group .form-control.form-text-area.disabled, .form-group .form-control.form-text-area:disabled {
  background: #f8f8fa;
  color: #222222;
}

.form-group .form-control:-moz-read-only {
  background: transparent;
}

.form-group .form-control:read-only {
  background: transparent;
}

.form-group .input-group {
  position: relative;
  padding-bottom: 30px;
}

.form-group .input-group .input-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #CFCFCF;
  width: 100%;
}

.form-group .input-group .input-inner .form-control {
  border-bottom: 0 !important;
  padding-right: 16px;
}

.form-group .input-group .input-inner .right-sec {
  font-size: 16px;
  line-height: 29px;
  font-family: "AppleSDGothicNeoB00", sans-serif;
  color: #0084D5;
  white-space: nowrap;
}

.form-group .input-group .input-inner .right-sec.disabled {
  color: #A4A4A4;
}

.form-group .input-group .input-inner .quoted-amount-text {
  font-size: 16px;
  line-height: 180%;
  color: #828282;
}

.form-group .input-group .input-inner.with-timer .right-sec {
  margin-left: 10px;
}

.form-group .input-group .input-inner.with-timer .timer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.form-group .input-group .input-inner.with-timer .timer i {
  margin-top: -3px;
}

.form-group .input-group .input-inner.with-timer .timer span {
  font-size: 16px;
  line-height: 19px;
  color: #4C4C4C;
  margin-left: 3px;
}

.form-group .input-group span.error {
  font-size: 14px;
  line-height: 180%;
  color: #C62828;
  margin-top: 5px;
}

.form-group .input-group span.error.position-new {
  position: absolute;
  bottom: -30px;
}

.form-group .input-group span.validate {
  font-size: 14px;
  line-height: 180%;
  color: #0084D5;
  margin-top: 5px;
  position: absolute;
  bottom: 0;
}

.form-group .input-group .textarea-count-wrap {
  position: relative;
  width: 100%;
  border: 1px solid #CFCFCF;
  padding: 24px;
  margin-top: 15px;
  height: 240px;
}

.form-group .input-group .textarea-count-wrap textarea {
  padding: 0;
  border: 0;
  margin: 0 0 10px 0 !important;
  min-height: 163px !important;
}

.form-group .input-group .textarea-count-wrap .textarea-count {
  font-size: 16px;
  line-height: 19px;
  color: #A4A4A4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.form-group .input-group .textarea-count-wrap.disabled {
  background: #f8f8fa;
}

.form-group .input-group.pb-0 {
  padding-bottom: 0;
}

.form-group .custom-dropdown-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 10px;
  padding-bottom: 30px;
}

.form-group .custom-dropdown-wrap .custom-dropdown {
  max-width: 470px;
  width: 100%;
  height: 34px;
  border-radius: 0 !important;
  border: 0;
  border-bottom: 1px solid #CFCFCF;
}

.form-group .custom-dropdown-wrap .custom-dropdown .dropdown .item-selector {
  width: 100%;
  font-size: 16px;
  line-height: 19px;
  text-align: left;
  color: #333333;
  padding: 0;
  position: relative;
  z-index: 1;
}

.form-group .custom-dropdown-wrap .custom-dropdown .dropdown .item-selector:after {
  display: none;
}

.form-group .custom-dropdown-wrap .custom-dropdown .dropdown .item-selector span {
  color: #232323;
}

.form-group .custom-dropdown-wrap .custom-dropdown .dropdown .dropdown-menu {
  width: 100%;
  border: 0;
  border-radius: 0;
  padding: 0;
  top: 7px !important;
  border: solid 1px #f1f1f5;
  border-top: 0;
}

.form-group .custom-dropdown-wrap .custom-dropdown .dropdown .dropdown-menu .dropdown-item {
  padding: 15px 10px 14px 10px;
  font-size: 16px;
  line-height: 19px;
  color: #000000;
  border-bottom: 1px solid #F1F1F5;
  background: #f8f8fa;
}

.form-group .custom-dropdown-wrap .custom-dropdown .dropdown .dropdown-menu .dropdown-item:last-child {
  border: 0;
}

.form-group .custom-dropdown-wrap .custom-dropdown .dropdown .dropdown-menu.scroll-dropdown-menu {
  height: 293px;
  overflow: auto;
}

.form-group .custom-dropdown-wrap .custom-dropdown .dropdown:after {
  background: url(../../assets/icons/dropdown-dark.svg) no-repeat right center;
  background-size: 16px 9px;
  content: " ";
  position: absolute;
  height: 9px;
  width: 16px;
  border: 0;
  right: 0;
  left: auto;
  top: 0;
  bottom: 0;
  margin: auto;
}

.form-group .custom-dropdown-wrap .custom-dropdown .dropdown.show:after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.form-group .custom-dropdown-wrap.dual-dropdown .custom-dropdown {
  width: calc(100% - 12px);
}

.form-group .custom-dropdown-wrap.dual-dropdown .custom-dropdown:first-child {
  margin: 0 12px 0 0;
}

.form-group .custom-dropdown-wrap.dual-dropdown .custom-dropdown:last-child {
  margin: 0 0 0 12px;
}

.form-group .equipement-outer {
  margin-top: 10px;
  padding-bottom: 30px;
}

.form-group .equipement-outer .equipement-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -8px;
}

.form-group .equipement-outer .equipement-wrap li {
  margin-bottom: 30px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
  width: 50%;
  padding: 0 10px;
  border: 0;
}

.form-group .equipement-outer .equipement-wrap li:last-child {
  margin-bottom: 0;
}

.form-group .equipement-outer .equipement-wrap li:nth-last-child(2) {
  margin-bottom: 0;
}

.form-group .equipement-outer .equipement-wrap li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 18px;
  line-height: 22px;
  color: #A4A4A4;
  height: 47px;
  width: 100%;
  padding: 10px;
  border-radius: 5px;
  border: solid 1px #BDBDBD;
}

.form-group .equipement-outer .equipement-wrap li a i {
  margin-right: 6px;
}

.form-group .equipement-outer .equipement-wrap li.active a {
  color: #005fb2;
  border: solid 1px #005fb2;
}

.form-group .equipement-outer .equipement-wrap li.active a i {
  background: url(../../assets/icons/btn-blue-tick.svg) no-repeat center center;
}

.form-group:first-child {
  margin-top: 0;
}

.form-group .form-img-upload {
  position: relative;
  margin: 18px 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.form-group .form-img-upload .upload {
  height: 80px;
  width: 80px;
  margin-bottom: 20px;
}

.form-group .form-img-upload .upload .file-upload {
  position: absolute;
  top: 0;
  opacity: 0;
  width: 80px;
  height: 80px;
  border-radius: 100px;
  cursor: pointer;
  text-indent: -999px;
}

.form-group .form-img-upload .upload .content-innter {
  height: 100%;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #DDDDDD;
  border-radius: 5px;
}

.form-group .form-img-upload .upload .content-innter img {
  height: 24px;
  width: 24px;
}

.form-group .form-img-upload .upload .content-innter p {
  margin-top: 3px;
  font-size: 15px;
  line-height: 18px;
  color: #767676;
}

.form-group .form-img-upload .upload .content-innter p span {
  color: #0084D5;
}

.form-group .form-img-upload .uploaded-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  min-width: 100%;
  margin: 0 -8px -15px -8px;
}

.form-group .form-img-upload .uploaded-img .img-wrap {
  position: relative;
  padding: 0 8px;
  height: 80px;
  width: 20%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  max-width: 20%;
  margin-bottom: 18px;
}

.form-group .form-img-upload .uploaded-img .img-wrap > img {
  width: auto;
  height: 80px;
  border-radius: 5px;
  min-width: 80px;
}

.form-group .form-img-upload .uploaded-img .img-wrap .close-img {
  position: absolute;
  right: 0;
  top: -8px;
  height: 16px;
  width: 16px;
  border-radius: 100%;
  background: #000000;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.form-group .form-img-upload .uploaded-img .img-wrap .close-img img {
  border-radius: 0;
  height: 6px;
  width: 6px;
  margin: auto;
}

.form-group .form-img-upload.img-upload-medium .uploaded-img {
  margin: 0 -12px -15px -12px;
}

.form-group .form-img-upload.img-upload-medium .uploaded-img .img-wrap {
  height: 120px;
  width: 22%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 22%;
          flex: 0 0 22%;
  max-width: 22%;
  padding: 0 12px;
}

.form-group .form-img-upload.img-upload-medium .uploaded-img .img-wrap > img {
  height: 120px;
  min-width: 120px;
}

.form-group .form-img-upload.img-upload-medium .uploaded-img .img-wrap .close-img {
  height: 24px;
  width: 24px;
}

.form-group .form-img-upload.img-upload-medium .uploaded-img .img-wrap .close-img img {
  height: 9px;
  width: 9px;
}

.form-group .form-img-upload.new-gap {
  margin-bottom: 32px !important;
}

.form-group .form-img-upload.with-error-msg {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.form-group .stl-upload .input-group {
  position: relative;
}

.form-group .stl-upload .input-group .upload-input {
  width: 100%;
  position: relative;
}

.form-group .stl-upload .input-group .upload-input .form-control {
  border: 1px solid #DDDDDD;
  border-radius: 5px !important;
  padding-left: 14px;
  height: 57px;
  padding: 0 46px 0 10px;
}

.form-group .stl-upload .input-group .upload-input .upload-icon {
  position: absolute;
  left: auto;
  right: 14px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.form-group .stl-upload .input-group .stl-file-upload {
  position: absolute;
  max-width: 470px;
  width: 100%;
  height: 57px;
  text-indent: -999px;
  font-size: 0;
  cursor: pointer;
}

.form-group span.error {
  font-size: 14px;
  line-height: 180%;
  color: #C62828;
  margin-top: 5px;
  position: absolute;
  bottom: 0;
}

.form-group span.validate {
  font-size: 14px;
  line-height: 180%;
  color: #0084D5;
  margin-top: 5px;
}

.form-group.form-text-area-wrap .input-group {
  padding: 0;
}

.form-group.form-group-img-upload label {
  font-size: 16px;
  line-height: 29px;
}

.custom-checkbox {
  margin-top: 10px;
  padding-left: 29px;
}

.custom-checkbox .custom-control-input:focus ~ .custom-control-label::before {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  width: 24px;
  height: 24px;
  background: url(../../assets/icons/checkbox-checked.svg) no-repeat;
  border-radius: 0;
}

.custom-checkbox .custom-control-label {
  cursor: pointer;
  padding-left: 8px;
  color: #222222;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after,
.custom-checkbox .custom-control-label::after {
  display: none;
}

.custom-checkbox .custom-control-label::before {
  width: 24px;
  height: 24px;
  background: url(../../assets/icons/checkbox-unchecked.svg) no-repeat;
  border-radius: 0;
  top: 0;
}

.check-with-arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 20px 0;
}

.check-with-arrow .custom-checkbox {
  margin-top: 0px;
}

.custom-check {
  display: block;
  position: relative;
  padding-left: 34px;
  cursor: pointer;
  font-size: 16px;
  line-height: 19px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #222222;
  margin: 0;
  font-weight: normal;
}

.custom-check input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.custom-check input:checked ~ .checkmark {
  background-color: #074792;
}

.custom-check input:checked ~ .checkmark:after {
  display: block;
}

.custom-check .checkmark:after {
  left: 9px;
  top: 4px;
  width: 7px;
  height: 12px;
  border: solid #ffffff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.custom-check.active .checkmark {
  background-color: #074792;
}

.custom-check.active .checkmark:after {
  display: block;
}

.checkmark {
  position: absolute;
  top: -2px;
  left: 0;
  height: 24px;
  width: 24px;
  background-color: #DDDDDD;
  border-radius: 2px;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: block;
}

.red-text {
  color: #C62828;
  margin-top: 5px;
  font-size: 14px;
  line-height: 180%;
}

.blue-text {
  color: #0084D5;
}

.error.blue-text {
  margin-top: 5px;
  color: #0084D5 !important;
  font-size: 14px;
  line-height: 180%;
}

.search-history {
  height: 147px;
  overflow: auto;
  display: none;
}

.search-history ul li {
  padding: 12px 0;
  border-bottom: solid 1px #ededed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.search-history ul li a {
  height: 16px;
  width: 16px;
  margin-right: 5px;
}

.search-history ul li p {
  letter-spacing: -0.32px;
  color: #222222;
  font-size: 16px;
  cursor: pointer;
}

.search-history ul li p span {
  color: #0084D5;
}

.search-history.active {
  display: block;
}

.modal-open .modal {
  overflow: auto !important;
}

.modal .modal-dialog.medium-modal {
  max-width: none;
  width: 780px;
  min-width: 780px;
}

.modal .modal-dialog.medium-modal .modal-content {
  border-radius: 8px;
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  background-color: #ffffff;
}

.modal .modal-dialog.medium-modal .modal-content .modal-header {
  padding: 18px 32px 18px 32px;
  background-color: #f8f8fa;
  border: 0;
}

.modal .modal-dialog.medium-modal .modal-content .modal-header .modal-title {
  font-size: 18px;
  font-weight: normal;
  color: #222222;
  line-height: 22px;
  font-weight: 400;
}

.modal .modal-dialog.medium-modal .modal-content .modal-header .modal-title.text_bold {
  font-family: "AppleSDGothicNeoB00", sans-serif;
}

.modal .modal-dialog.medium-modal .modal-content .modal-header .close {
  background: url(../../assets/icons/close-dark.svg) no-repeat right center;
  height: 16px;
  width: 16px;
  background-size: auto 17px;
  position: absolute;
  right: 45px;
  top: 28px;
  opacity: 1;
}

.modal .modal-dialog.medium-modal .modal-content .modal-body {
  padding: 32px;
}

.modal .modal-dialog.medium-modal .modal-content .modal-body .stl-img-wrap {
  width: 716px;
  height: 470px;
}

.modal .modal-dialog.medium-modal .modal-content .modal-body .stl-img-wrap img {
  width: auto;
  height: 470px;
  margin: 0 auto;
}

.modal .modal-dialog.medium-modal .modal-content .modal-body .stl-img-wrap.no-data {
  background: -webkit-gradient(linear, left bottom, left top, from(#DDDDDD), to(#DDDDDD));
  background: linear-gradient(0deg, #DDDDDD, #DDDDDD);
}

.modal .modal-dialog.medium-modal .modal-content .modal-body.point-charge-body {
  padding: 48px 32px;
}

.modal .modal-dialog.medium-modal .modal-content .modal-body.point-charge-body.point-charge-body-long .refund-policy .refund-policy-item-wrap {
  font-size: 16px;
  line-height: 19px;
  color: #999999;
}

.modal .modal-dialog.medium-modal .modal-content .modal-body.point-charge-body.point-charge-body-long .refund-policy .refund-policy-item-wrap .refund-policy-item {
  margin-top: 20px;
}

.modal .modal-dialog.medium-modal .modal-content .modal-body.point-charge-body.point-charge-body-long .refund-policy .refund-policy-item-wrap .refund-policy-item:first-child {
  margin-top: 0;
}

.modal .modal-dialog.medium-modal .modal-content .modal-body.point-charge-body.point-charge-body-long .refund-policy .refund-policy-item-wrap .refund-policy-item .refund-item-heading {
  margin-bottom: 20px;
}

.modal .modal-dialog.medium-modal .modal-content .modal-body.point-charge-body.point-charge-body-long .refund-policy .refund-policy-item-wrap .refund-policy-item ul {
  list-style: initial;
  padding-left: 20px;
}

.modal .modal-dialog.medium-modal .modal-content .modal-body.point-charge-body.point-charge-body-long .refund-policy .refund-policy-item-wrap .refund-policy-item ul li {
  margin-top: 20px;
}

.modal .modal-dialog.medium-modal .modal-content .modal-body.point-charge-body.point-charge-body-long .refund-policy .refund-policy-item-wrap .refund-policy-item ul li:first-child {
  margin-top: 0;
}

.modal .modal-dialog.medium-modal .modal-content .modal-body.point-charge-body.point-charge-body-long .refund-policy .refund-policy-item-wrap .refund-policy-item ol {
  margin-top: 20px;
  list-style: decimal;
  padding-left: 20px;
}

.modal .modal-dialog.medium-modal .modal-content .modal-body.make-payment-body {
  padding: 48px 32px;
}

.modal .modal-dialog.medium-modal .modal-content .modal-body.upload-stl .scrollable-wraper {
  height: 533px;
}

.modal .modal-dialog.medium-modal .modal-content .modal-body.upload-stl .scrollable-wraper .stl-upload-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.modal .modal-dialog.medium-modal .modal-content .modal-body.upload-stl .scrollable-wraper .stl-upload-content li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 50%;
  margin-bottom: 30px;
}

.modal .modal-dialog.medium-modal .modal-content .modal-body.upload-stl .scrollable-wraper .stl-upload-content li:last-child {
  margin-bottom: 0;
}

.modal .modal-dialog.medium-modal .modal-content .modal-body.upload-stl .scrollable-wraper .stl-upload-content li:nth-last-child(2) {
  margin-bottom: 0;
}

.modal .modal-dialog.medium-modal .modal-content .modal-body.upload-stl .scrollable-wraper .stl-upload-content li:nth-child(even) {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.modal .modal-dialog.medium-modal .modal-content .modal-body.upload-stl .scrollable-wraper .stl-upload-content li .img-upload {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 50px;
  width: 50px;
  background: #E9EEF4;
  margin-right: 10px;
  border-radius: 15px;
  border: 1px solid #DDDDDD;
}

.modal .modal-dialog.medium-modal .modal-content .modal-body.upload-stl .scrollable-wraper .stl-upload-content li .img-upload img {
  height: 24px;
  width: 24px;
  cursor: pointer;
}

.modal .modal-dialog.medium-modal .modal-content .modal-body.upload-stl .scrollable-wraper .stl-upload-content li .list-content {
  width: calc(100% - 60px);
}

.modal .modal-dialog.medium-modal .modal-content .modal-body.upload-stl .scrollable-wraper .stl-upload-content li .list-content .title {
  font-size: 16px;
  line-height: 19px;
  font-weight: 400;
  color: #222222;
  margin-bottom: 5px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.modal .modal-dialog.medium-modal .modal-content .modal-body.upload-stl .scrollable-wraper .stl-upload-content li .list-content .desc span {
  font-size: 12px;
  line-height: 14px;
  color: #828282;
  display: inline-block;
}

.modal .modal-dialog.medium-modal .modal-content .modal-body.upload-stl .scrollable-wraper .stl-upload-content li .list-content .desc span:before {
  content: 'I';
  margin: 0 5px;
}

.modal .modal-dialog.medium-modal .modal-content .modal-body.upload-stl .scrollable-wraper .stl-upload-content li .list-content .desc span:first-child:before {
  display: none;
}

.modal .modal-dialog.medium-modal .modal-content .modal-body.upload-stl.history-stl .scrollable-wraper {
  height: 482px;
}

.modal .modal-dialog.medium-modal .modal-content .modal-body.upload-stl.history-stl button {
  margin: 5px 0 0 0;
  width: 100%;
  max-width: 100%;
}

.modal .modal-dialog.medium-modal .modal-content .modal-body.lab-photo-viewer-history .scrollable-wraper {
  height: 482px;
}

.modal .modal-dialog.medium-modal .modal-content .modal-body.lab-photo-viewer-history .scrollable-wraper .lab-photo-item-wrap .lab-photo-item {
  margin-top: 18px;
}

.modal .modal-dialog.medium-modal .modal-content .modal-body.lab-photo-viewer-history .scrollable-wraper .lab-photo-item-wrap .lab-photo-item .date {
  font-size: 18px;
  line-height: 22px;
  color: #222222;
  margin-bottom: 17px;
  display: block;
}

.modal .modal-dialog.medium-modal .modal-content .modal-body.lab-photo-viewer-history .scrollable-wraper .lab-photo-item-wrap .lab-photo-item .img-wrap-outer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 -6px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.modal .modal-dialog.medium-modal .modal-content .modal-body.lab-photo-viewer-history .scrollable-wraper .lab-photo-item-wrap .lab-photo-item .img-wrap-outer .img-wrap {
  width: 25%;
  padding: 0 6px;
  position: relative;
  height: 150px;
  margin-bottom: 12px;
}

.modal .modal-dialog.medium-modal .modal-content .modal-body.lab-photo-viewer-history .scrollable-wraper .lab-photo-item-wrap .lab-photo-item .img-wrap-outer .img-wrap img {
  height: 150px;
  width: 150px;
  border-radius: 5px;
  cursor: pointer;
}

.modal .modal-dialog.medium-modal .modal-content .modal-body.lab-photo-viewer-history .scrollable-wraper .lab-photo-item-wrap .lab-photo-item .img-wrap-outer .img-wrap i {
  position: absolute;
  bottom: 6px;
  right: 6px;
}

.modal .modal-dialog.medium-modal .modal-content .modal-body.lab-photo-viewer-history .scrollable-wraper .lab-photo-item-wrap .lab-photo-item:first-child {
  margin-top: 0;
}

.modal .modal-dialog.medium-modal .modal-content .modal-body.lab-photo-viewer-history button {
  margin: 0;
  width: 100%;
  max-width: 100%;
}

.modal .modal-dialog.medium-modal .modal-content .modal-body.lab-photo-viewer-history .no-data {
  margin-bottom: 5px;
}

.modal .modal-dialog.medium-modal .modal-content .modal-body.photo-viewer-wrap {
  padding: 52px 32px;
  position: relative;
}

.modal .modal-dialog.medium-modal .modal-content .modal-body.photo-viewer-wrap .item-count {
  position: absolute;
  top: -39px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 150px;
}

.modal .modal-dialog.medium-modal .modal-content .modal-body.photo-viewer-wrap .item-count p {
  text-align: center;
  font-size: 18px;
  line-height: 22px;
  color: #222222;
}

.modal .modal-dialog.medium-modal .modal-content .modal-body.photo-viewer-wrap .item-count p span {
  color: #0084D5;
}

.modal .modal-dialog.medium-modal .modal-content .modal-body .photo-viewer-slider .item {
  position: relative;
}

.modal .modal-dialog.medium-modal .modal-content .modal-body .photo-viewer-slider .item figure {
  position: relative;
}

.modal .modal-dialog.medium-modal .modal-content .modal-body .photo-viewer-slider .item figure::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  z-index: -1;
}

.modal .modal-dialog.medium-modal .modal-content .modal-body .photo-viewer-slider .item figure .details-img-wrap {
  height: 470px;
  width: 716px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.modal .modal-dialog.medium-modal .modal-content .modal-body .photo-viewer-slider .item figure .details-img-wrap img {
  height: auto;
  width: auto;
  display: block;
  margin: 0 auto;
}

.modal .modal-dialog.medium-modal .modal-content .modal-body .photo-viewer-slider .owl-nav {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.modal .modal-dialog.medium-modal .modal-content .modal-body .scrollable-wraper {
  overflow-y: auto;
  padding: 32px 40px;
  border: 1px solid #F2F2F2;
}

.modal .modal-dialog.medium-modal .modal-content .modal-body .star-sec-wrap {
  margin-bottom: 45px;
}

.modal .modal-dialog.medium-modal .modal-content .modal-body .star-sec-wrap .transaction-satisfied {
  font-size: 20px;
  line-height: 24px;
  color: #222222;
  margin-bottom: 15px;
  text-align: center;
}

.modal .modal-dialog.medium-modal .modal-content .modal-body .star-sec-wrap .star-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 15px;
}

.modal .modal-dialog.medium-modal .modal-content .modal-body .star-sec-wrap .form-group {
  margin-top: 30px;
}

.modal .modal-dialog.medium-modal .modal-content .modal-body .star-sec-wrap .form-group:first-child {
  margin-top: 0;
  position: relative;
}

.modal .modal-dialog.medium-modal .modal-content .modal-body .star-sec-wrap .form-group:first-child span.error.position-new {
  position: absolute;
  bottom: -25px;
}

.modal .modal-dialog.medium-modal .modal-content .modal-body .star-sec-wrap .form-group label {
  font-size: 20px;
  line-height: 24px;
  color: #222222;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.modal .modal-dialog.medium-modal .modal-content .modal-body .star-sec-wrap .form-group .input-group textarea {
  margin-top: 15px;
  min-height: 240px;
}

.modal .modal-dialog.medium-modal .modal-content .modal-body .star-sec-wrap .form-group .form-img-upload .uploaded-img {
  margin-bottom: 0;
}

.modal .modal-dialog.medium-modal .modal-content .modal-body .star-sec-wrap .form-group .form-img-upload .uploaded-img .img-wrap {
  width: 24%;
  max-width: 24%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 24%;
          flex: 0 0 24%;
}

.modal .modal-dialog.medium-modal .modal-content .modal-body .star-sec-wrap .form-group .form-img-upload.with-error-msg .error {
  position: absolute;
  bottom: -12px;
}

.modal .modal-dialog.medium-modal .modal-content .modal-body .star-sec-wrap .form-group .form-img-upload.neg-mb-18 {
  margin-bottom: -18px;
}

.modal .modal-dialog.medium-modal .modal-content .modal-body.payment-screen-wrap {
  padding: 0;
}

.modal .modal-dialog.medium-modal .modal-content .modal-body.payment-screen-wrap .payment-screen {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 520px;
}

.modal .modal-dialog.medium-modal .modal-content .modal-body.payment-screen-wrap .payment-screen p {
  font-size: 40px;
  line-height: 48px;
  color: #222222;
}

.modal .modal-dialog.medium-modal .modal-content .modal-body.p-tb-48 {
  padding: 48px 32px;
}

.modal .modal-dialog.medium-modal .modal-content .modal-footer {
  padding: 0 32px 32px;
  border-top: none;
}

.modal .modal-dialog.medium-modal .modal-content .modal-footer.dblBtn {
  padding: 0 32px 32px;
  border: 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.modal .modal-dialog.medium-modal .modal-content .modal-footer.dblBtn .btn {
  max-width: 350px;
  width: 50%;
  border-radius: 5px;
  margin-left: 14px;
  margin-right: 0;
}

.modal .modal-dialog.medium-modal .modal-content .modal-footer.dblBtn .btn:first-child {
  margin-left: 0;
}

.modal .modal-dialog.medium-modal .modal-content .modal-footer.singleBtn .btn {
  margin: 0 !important;
  max-width: none;
}

.modal .modal-dialog.small-modal {
  max-width: none;
  width: 430px;
  min-width: 430px;
}

.modal .modal-dialog.small-modal .modal-content {
  border-radius: 5px;
  border: 0;
}

.modal .modal-dialog.small-modal .modal-content .modal-body {
  padding: 59px 30px;
}

.modal .modal-dialog.small-modal .modal-content .modal-body .proposal-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.modal .modal-dialog.small-modal .modal-content .modal-body .proposal-inner p {
  font-size: 20px;
  line-height: 24px;
  color: #333333;
  text-align: center;
}

.modal .modal-dialog.average-modal {
  max-width: 534px;
}

.modal .modal-dialog.average-modal .modal-content .modal-header {
  padding: 18px 32px;
}

.modal .modal-dialog.average-modal .modal-content .modal-header .modal-title {
  font-size: 18px;
  line-height: 22px;
  color: #222222;
  font-weight: 400;
}

.modal .modal-dialog.average-modal .modal-content .modal-header .close {
  background: url(../../assets/icons/close-dark.svg) no-repeat right center;
  height: 16px;
  width: 16px;
  background-size: auto 17px;
  position: absolute;
  right: 45px;
  top: 28px;
  opacity: 1;
}

.modal .modal-dialog.average-modal .modal-content .modal-body {
  padding: 32px 32px 0px;
}

.modal .modal-dialog.average-modal .modal-content hr {
  border-top: 1px solid #CFCFCF;
}

.modal .modal-dialog.average-modal .modal-content .modal-footer {
  border-top: 0px;
  padding: 20px 32px 32px;
}

.modal .modal-dialog.semi-small-modal {
  max-width: none;
  width: 470px;
  min-width: 470px;
}

.modal .modal-dialog.semi-small-modal.search-modal .modal-content .modal-header {
  min-height: 58px;
}

.modal .modal-dialog.semi-small-modal.search-modal .modal-content .modal-body {
  padding: 48px 32px;
}

.modal .modal-dialog.semi-small-modal.search-modal .modal-content .modal-body .header-search {
  margin-bottom: 24px;
}

.modal .modal-dialog.semi-small-modal.search-modal .modal-content .modal-body .header-search .form-group .input-group {
  padding: 0;
}

.modal .modal-dialog.semi-small-modal.search-modal .modal-content .modal-body .header-search .form-group .input-group .input-inner {
  border: 1px solid #0084D5;
  border-radius: 5px;
  padding: 10px 16px;
  height: 40px;
}

.modal .modal-dialog.semi-small-modal.search-modal .modal-content .modal-body .header-search .form-group .input-group .input-inner .form-control {
  padding: 0 16px 0 0;
  height: auto;
  line-height: 19px;
  color: #222222;
}

.modal .modal-dialog.semi-small-modal.search-modal .modal-content .modal-body .header-search .form-group .input-group .input-inner .right-sec {
  line-height: 19px;
}

.modal .modal-dialog.semi-small-modal.search-modal .modal-content .modal-body .header-search .form-group .input-group span {
  font-size: 15px;
  line-height: 18px;
  color: #222222;
  margin-top: 12px;
}

.modal .modal-dialog.semi-small-modal.search-modal .modal-content .modal-body .search-result-input .form-group {
  padding: 0 0 30px 0;
  margin: 0;
}

.modal .modal-dialog.semi-small-modal.search-modal .modal-content .modal-body .search-result-input .form-group .input-group {
  padding: 0;
}

.modal .modal-dialog.semi-small-modal.search-modal .modal-content .modal-body .search-result-wrap {
  padding-bottom: 24px;
}

.modal .modal-dialog.semi-small-modal.search-modal .modal-content .modal-body .search-result-wrap .search-result-heading {
  font-size: 15px;
  line-height: 18px;
  color: #222222;
}

.modal .modal-dialog.semi-small-modal.search-modal .modal-content .modal-body .search-result-wrap .searc-result-item-wrap {
  height: 227px;
  overflow: auto;
}

.modal .modal-dialog.semi-small-modal.search-modal .modal-content .modal-body .search-result-wrap .searc-result-item-wrap .searc-result-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  border-bottom: 1px solid #CFCFCF;
  margin-top: 15px;
  padding-bottom: 15px;
  cursor: pointer;
}

.modal .modal-dialog.semi-small-modal.search-modal .modal-content .modal-body .search-result-wrap .searc-result-item-wrap .searc-result-item .search-result-content h3 {
  font-size: 16px;
  line-height: 19px;
  color: #222222;
  margin-bottom: 6px;
  font-weight: 400;
}

.modal .modal-dialog.semi-small-modal.search-modal .modal-content .modal-body .search-result-wrap .searc-result-item-wrap .searc-result-item .search-result-content h3 span {
  color: #0084D5;
}

.modal .modal-dialog.semi-small-modal.search-modal .modal-content .modal-body .search-result-wrap .searc-result-item-wrap .searc-result-item .search-result-content p {
  font-size: 15px;
  line-height: 18px;
  color: #999999;
}

.modal .modal-dialog.semi-small-modal.search-modal .modal-content .modal-body .primary-blue-button {
  margin: 24px 0 0 0;
}

.modal .modal-dialog.semi-small-modal.search-modal .modal-content .modal-body.no-data form {
  min-height: 226px;
  position: relative;
}

.modal .modal-dialog.semi-small-modal.search-modal .modal-content .modal-body.no-data form .primary-blue-button {
  position: absolute;
  bottom: 0;
}

.modal .modal-dialog.semi-small-modal.search-modal .modal-content .modal-body.payment-info .primary-blue-button {
  margin: 90px 0 0 0;
}

.modal .modal-dialog.semi-small-modal.search-modal .modal-content .modal-body.charge-points-payment .primary-blue-button {
  margin: 150px 0 0 0;
}

.modal .modal-dialog.semi-small-modal .select-heading h1 {
  font-weight: normal;
  font-size: 32px;
  line-height: 38px;
  color: #222222;
}

.modal .modal-dialog.semi-small-modal .select-heading h1.selecct-btn-title {
  margin-top: 5px;
}

.modal .modal-dialog.semi-small-modal .seletion-btn {
  margin: 40px 0 40px 0;
}

.modal .modal-dialog.semi-small-modal .seletion-btn ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -13px;
}

.modal .modal-dialog.semi-small-modal .seletion-btn ul li {
  width: 20%;
  padding: 0 13px;
  margin-bottom: 20px;
}

.modal .modal-dialog.semi-small-modal .seletion-btn ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 18px;
  line-height: 22px;
  color: #A4A4A4;
  padding: 12px 13px;
  background: #ffffff;
  border: 1px solid #BDBDBD;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 5px;
}

.modal .modal-dialog.semi-small-modal .seletion-btn ul li.active a {
  color: #005fb2;
  border: 1px solid #005fb2;
}

.modal .modal-dialog.semi-small-modal .order-status {
  margin: 160px 0;
}

.modal .modal-dialog.semi-small-modal .order-status ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.modal .modal-dialog.semi-small-modal .order-status ul li {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.modal .modal-dialog.semi-small-modal .order-status ul li .order-status-img-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.modal .modal-dialog.semi-small-modal .order-status ul li .order-status-img-wrap .order-status-img {
  width: 56px;
  height: 56px;
  border-radius: 100%;
  background: #CFCFCF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}

.modal .modal-dialog.semi-small-modal .order-status ul li .order-status-img-wrap .order-status-img img {
  width: 19px;
  height: 24px;
}

.modal .modal-dialog.semi-small-modal .order-status ul li .order-status-img-wrap .order-status-img:after {
  position: absolute;
  content: '';
  height: 1px;
  width: 85px;
  background: #CFCFCF;
  left: 100%;
}

.modal .modal-dialog.semi-small-modal .order-status ul li .order-status-img-wrap p {
  font-size: 18px;
  line-height: 22px;
  color: #828282;
  margin-top: 10px;
}

.modal .modal-dialog.semi-small-modal .order-status ul li.active .order-status-img-wrap .order-status-img {
  background: #0084D5;
}

.modal .modal-dialog.semi-small-modal .order-status ul li.active .order-status-img-wrap p {
  color: #0084D5;
}

.modal .modal-dialog.semi-small-modal .order-status ul li:last-child {
  position: relative;
}

.modal .modal-dialog.semi-small-modal .order-status ul li:last-child .order-status-img-wrap .order-status-img:after {
  display: none;
}

.modal .modal-dialog.semi-small-modal .point-charge-heading ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.modal .modal-dialog.semi-small-modal .point-charge-heading ul li {
  font-size: 20px;
  line-height: 24px;
  color: #0084D5;
}

.modal .modal-dialog.semi-small-modal .point-charge-heading ul li:last-child {
  font-size: 24px;
  line-height: 29px;
}

.modal .modal-dialog.semi-small-modal .refund-policy {
  margin: 33px 0 40px 0;
  padding: 31px 26px;
  background: #f8f8fa;
  height: 220px;
}

.modal .modal-dialog.semi-small-modal .refund-policy .refund-heading {
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  color: #222222;
  margin-bottom: 17px;
}

.modal .modal-dialog.semi-small-modal .refund-policy .refund-small-heading {
  font-size: 16px;
  line-height: 19px;
  color: #999999;
  margin-bottom: 10px;
}

.modal .modal-dialog.semi-small-modal .refund-policy ul li {
  margin-top: 30px;
  font-size: 16px;
  line-height: 19px;
  color: #999999;
}

.modal .modal-dialog.semi-small-modal .refund-policy ul li:first-child {
  margin-top: 0;
}

.modal .modal-dialog.semi-small-modal .make-payment-wraper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 60px;
}

.modal .modal-dialog.semi-small-modal .make-payment-wraper .point-img-wrap {
  height: 60px;
  width: 60px;
}

.modal .modal-dialog.semi-small-modal .make-payment-wraper .point-img-wrap img {
  width: auto;
  height: 60px;
}

.modal .modal-dialog.semi-small-modal .make-payment-wraper h2 {
  font-weight: normal;
  font-size: 24px;
  line-height: 29px;
  color: #222222;
  margin-top: 20px;
}

.modal .modal-dialog.semi-small-modal .make-payment-wraper p {
  font-size: 16px;
  line-height: 19px;
  color: #555555;
  margin-top: 5px;
}

.modal .modal-dialog .modal-content .modal-body .scrollable-wraper.no-data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.modal .modal-dialog .modal-content .modal-body .scrollable-wraper.no-data .no-data-content {
  font-size: 16px;
  line-height: 19px;
  color: #555555;
}

.modal .modal-dialog.coupon-modal {
  max-width: none;
  width: 712px;
  min-width: 712px;
}

.modal .modal-dialog.coupon-modal .modal-content .modal-header {
  padding: 18px 32px;
  background-color: #f8f8fa;
}

.modal .modal-dialog.coupon-modal .modal-content .modal-header .modal-title {
  font-size: 18px;
  font-weight: normal;
  color: #222222;
  line-height: 22px;
  font-weight: 400;
}

.modal .modal-dialog.coupon-modal .modal-content .modal-header .close {
  background: url(../../assets/icons/close-dark.svg) no-repeat right center;
  height: 16px;
  width: 16px;
  background-size: auto 17px;
  position: absolute;
  right: 45px;
  top: 28px;
  opacity: 1;
}

.modal .modal-dialog.coupon-modal .modal-content .modal-body {
  padding: 48px 32px;
}

.modal .modal-dialog.coupon-modal .modal-content .modal-body .quote-body-wrap {
  max-height: 915px;
  overflow: auto;
}

.modal .modal-dialog.coupon-modal .modal-content .modal-body .quote-body-wrap .couponPage {
  margin-bottom: 30px;
}

.modal .modal-dialog.coupon-modal .modal-content .modal-body .quote-body-wrap .couponPage:last-child {
  margin-bottom: 0;
}

.modal .modal-dialog.coupon-modal .modal-content .modal-body .quote-body-wrap .couponPage .quote-body {
  display: block;
  padding: 25px 24px;
}

.modal .modal-dialog.coupon-modal .modal-content .modal-body .quote-body-wrap .couponPage .quote-body:hover {
  -webkit-box-shadow: 0px 4px 21px rgba(153, 172, 185, 0.2);
          box-shadow: 0px 4px 21px rgba(153, 172, 185, 0.2);
  border: 1px solid #009eff;
}

.modal .modal-dialog .quote-offer-wraper .quote-offer-itemms:first-child {
  margin-top: 0;
}

.modal .modal-dialog .quote-offer-wraper .quote-offer-itemms p {
  color: #333333;
}

.modal .modal-dialog .quote-offer-wraper .quote-offer-itemms span {
  color: #4C4C4C;
}

.modal .modal-dialog.new-gap-edit .modal-content .modal-body {
  padding: 48px 32px;
}

.modal .modal-dialog.new-gap-edit .modal-content .modal-body .star-sec-wrap .form-group label {
  margin-bottom: 0;
}

.modal .btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.modal .btn-wrap .white-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 18px;
  width: 215px;
  height: 60px;
  font-size: 20px;
  line-height: 24px;
  color: #0084D5;
  border: 1px solid #E0E0E0;
}

.modal .btn-wrap .white-btn.cancel-btn {
  color: #A4A4A4;
  border-radius: 0px 0px 0px 5px;
}

.modal .btn-wrap .white-btn.confirm-btn {
  border-radius: 0px 0px 5px 0px;
}

.modal .btn-wrap.btn-single {
  width: 100%;
}

.modal .btn-wrap.btn-single button {
  border-radius: 0;
  border-top: 1px solid #E0E0E0;
  width: 100%;
}

.modal-backdrop {
  opacity: .6 !important;
}

.upload-stl-btn {
  position: relative;
  width: 350px;
}

.upload-stl-btn button {
  width: 100% !important;
}

.upload-stl-btn input {
  position: absolute;
  width: 350px;
  height: 56px;
  cursor: pointer;
  font-size: 0;
  text-indent: -999px;
  top: 0;
  z-index: 999;
}

.datepicker {
  min-width: 320px;
  max-width: 470px;
  padding: 59px 0 0;
  border-radius: 8px;
  -webkit-box-shadow: 10px 10px 30px 0 rgba(0, 0, 0, 0.08);
          box-shadow: 10px 10px 30px 0 rgba(0, 0, 0, 0.08);
  border: solid 1px #ededed;
  background: #ffffff;
  position: fixed;
  top: 50% !important;
  left: 50% !important;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 3;
}

.datepicker:before {
  display: none;
}

.datepicker:after {
  display: none;
}

.datepicker .datepicker-days {
  padding: 0 25px 52px;
}

.datepicker .datepicker-days .table-condensed tbody tr td {
  font-size: 16px;
  line-height: 19px;
  color: #555555;
  height: 40px;
  width: 40px;
  padding: 15px 18px;
  position: relative;
}

.datepicker .datepicker-days .table-condensed tbody tr td:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -1px;
  bottom: 0;
  border-radius: 100%;
  background-color: #0084D5;
  opacity: 0;
  z-index: -1;
  height: 40px;
  width: 40px;
  margin: auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.datepicker .datepicker-days .table-condensed tbody tr td:hover {
  background: transparent;
  color: #ffffff;
}

.datepicker .datepicker-days .table-condensed tbody tr td:hover:before {
  opacity: 1;
}

.datepicker .datepicker-days .table-condensed tbody tr td.active {
  background: transparent;
  color: #ffffff;
}

.datepicker .datepicker-days .table-condensed tbody tr td.active:before {
  opacity: 1;
}

.datepicker .datepicker-days .table-condensed tbody tr .today {
  background: transparent;
  color: #ffffff;
}

.datepicker .datepicker-days .table-condensed tbody tr .today:before {
  opacity: 1;
}

.datepicker .datepicker-days .table-condensed tbody tr .old {
  color: #999999;
}

.datepicker .datepicker-days .table-condensed tbody tr .new {
  color: #999999;
}

.datepicker .datepicker-decades, .datepicker .datepicker-centuries, .datepicker .datepicker-years, .datepicker .datepicker-months {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 35px 35px;
}

.datepicker .datepicker-decades .table-condensed tbody tr td, .datepicker .datepicker-centuries .table-condensed tbody tr td, .datepicker .datepicker-years .table-condensed tbody tr td, .datepicker .datepicker-months .table-condensed tbody tr td {
  width: auto;
  height: auto;
}

.datepicker .datepicker-decades .table-condensed tbody tr td span, .datepicker .datepicker-centuries .table-condensed tbody tr td span, .datepicker .datepicker-years .table-condensed tbody tr td span, .datepicker .datepicker-months .table-condensed tbody tr td span {
  padding: 0 4px;
}

.datepicker .datepicker-decades .table-condensed tbody tr td span.focused, .datepicker .datepicker-centuries .table-condensed tbody tr td span.focused, .datepicker .datepicker-years .table-condensed tbody tr td span.focused, .datepicker .datepicker-months .table-condensed tbody tr td span.focused {
  background: #0084D5;
  color: #ffffff;
}

.datepicker .datepicker-decades .table-condensed tbody tr td span:hover, .datepicker .datepicker-centuries .table-condensed tbody tr td span:hover, .datepicker .datepicker-years .table-condensed tbody tr td span:hover, .datepicker .datepicker-months .table-condensed tbody tr td span:hover {
  background: #0084D5;
  color: #ffffff;
}

.datepicker .table-condensed {
  width: 100%;
}

.datepicker .table-condensed thead tr {
  position: relative !important;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.datepicker .table-condensed thead tr th {
  color: #555555;
  font-size: 16px;
  line-height: 19px;
  padding: 32px 0 10px 0;
  font-weight: normal;
}

.datepicker .table-condensed thead tr .next {
  font-size: 0 !important;
  background: url(../../assets/icons/cal-arw-R.svg) no-repeat right center;
  background-size: auto 20px;
  height: 20px;
  width: 20px;
  position: absolute;
  right: 85px;
  left: auto;
  top: 0;
  bottom: 0;
  margin: auto;
}

.datepicker .table-condensed thead tr .prev {
  font-size: 0 !important;
  background: url(../../assets/icons/cal-arw-L.svg) no-repeat left center;
  background-size: auto 20px;
  height: 20px;
  width: 20px;
  position: absolute;
  left: 85px;
  right: auto;
  top: 0;
  bottom: 0;
  margin: auto;
}

.datepicker .table-condensed thead tr:nth-child(2) th {
  letter-spacing: normal;
  color: #4C4C4C;
  line-height: 24px;
  font-size: 20px;
  padding: 0;
  font-weight: normal;
}

.datepicker .table-condensed thead tr:nth-child(2) th.datepicker-switch:hover {
  background: transparent;
}

.datepicker .custom-date-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  display: block;
}

.datepicker .custom-date-btn button {
  text-align: center;
  width: 50%;
  padding: 18px 0;
  border-top: 1px solid #ededed;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  line-height: 24px;
  color: #A4A4A4;
  font-size: 20px;
}

.datepicker .custom-date-btn button:first-child {
  border-right: 1px solid #ededed;
}

.datepicker .custom-date-btn button:hover {
  color: #0084D5;
}

.datepicker .custom-date-btn .confirm-btn {
  color: #0084D5;
}

.datepicker-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  outline: 0;
  height: 100%;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.5);
  z-index: 2;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.datepicker-overlay.active {
  display: block;
}

header {
  border-bottom: 1px solid #ededed;
  min-height: 65px;
  min-width: 1200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header .container-big .manuLeft {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 20px;
}

header .container-big .manuLeft .logo {
  min-width: 97px;
}

header .container-big .manuLeft ul {
  padding-left: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header .container-big .manuLeft ul li {
  display: inline-block;
  margin-left: 30px;
}

header .container-big .manuLeft ul li:first-child {
  margin-left: 0;
}

header .container-big .manuLeft ul li a {
  font-size: 16px;
  font-weight: 400;
  white-space: nowrap;
}

header .container-big .manuLeft ul li.chat-notify {
  position: relative;
}

header .container-big .manuLeft ul li.chat-notify::before {
  position: absolute;
  right: -12px;
  top: -2px;
  height: 10px;
  width: 10px;
  background: #fb4242;
  border-radius: 50%;
  content: '';
}

header .container-big .manuRight {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

header .container-big .manuRight ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header .container-big .manuRight ul li {
  margin-left: 10px;
  padding-left: 10px;
  position: relative;
}

header .container-big .manuRight ul li::before {
  content: "";
  position: absolute;
  margin-left: -10px;
  background-color: #DDDDDD;
  width: 1px;
  height: 10px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

header .container-big .manuRight ul li:first-child {
  border: none;
  padding-left: 22px;
}

header .container-big .manuRight ul li:first-child:before {
  display: none;
}

header .container-big .manuRight ul li a {
  font-size: 15px;
  color: #555555;
  font-weight: 400;
  white-space: nowrap;
}

header .container-big .manuRight ul li.notificationPoint {
  margin: 0;
  padding: 0;
}

header .container-big .manuRight ul li.notificationPoint:before {
  display: none;
}

header .container-big .manuRight ul li.notificationPoint a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header .container-big .manuRight ul li.notificationPoint a i {
  margin-left: 10px;
}

header .container-big .manuRight ul li.notificationPoint.active a::after {
  content: '';
  width: 4px;
  height: 4px;
  border-radius: 50%;
  position: absolute;
  right: 1px;
  top: 4px;
  background: #0084D5;
}

header .container-big .manuRight ul li.userName {
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
  color: #555555;
  width: 80px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: right;
}

header .container-big .searchWrap {
  width: 400px;
  position: relative;
}

@media screen and (max-width: 1200px) {
  header .container-big .searchWrap {
    width: 380px;
  }
}

header .container-big .searchWrap input[type="search"] {
  width: 100%;
  border: 1px solid #DDDDDD;
  border-radius: 5px;
  padding: 0 20px;
  height: 39px;
  line-height: 110%;
  color: #222222;
  font-size: 15px;
  font-weight: 400;
  outline: none;
  background: url(../../assets/icons/search.svg) right 10px center no-repeat;
}

header .container-big .searchWrap input[type="search"].active {
  border-radius: 5px 5px 0 0;
  border: 1px solid #0084D5;
  border-bottom: 1px solid #E0E0E0;
}

header .container-big .searchWrap .search-history {
  position: absolute;
  width: 400px;
  background: #ffffff;
  z-index: 4;
  height: 640px;
  border: 1px solid #0084D5;
  border-top: 0;
  border-radius: 0 0 5px 5px;
}

header .container-big .searchWrap .search-history ul {
  display: block;
  padding: 0 23px;
}

header .container-big .searchWrap .search-history ul li {
  margin-left: 0 !important;
  border-left: 0px !important;
  padding: 16px 0 11px 0;
  border-bottom: 1px solid #ededed !important;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

header .container-big .searchWrap .search-history ul li:before {
  display: none;
}

header .container-big .searchWrap .search-history ul li p {
  font-size: 18px;
  line-height: 22px;
  letter-spacing: normal;
}

header .container-big .searchWrap .search-history ul li.remove-item {
  display: none;
}

header .container-big .searchWrap .search-history.active {
  display: block;
}

header .container-big .searchWrap .search-history .search-history-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 15px 20px;
}

header .container-big .searchWrap .search-history .search-history-header h2 {
  font-size: 16px;
  font-weight: normal;
  color: #666666;
  line-height: 19px;
}

header .container-big .searchWrap .search-history .search-history-header a {
  font-size: 16px;
  line-height: 19px;
  color: #999999;
}

header .container-big .searchWrap .search-history .no-result-found {
  padding: 0 24px;
  margin-top: 115px;
  font-size: 18px;
  line-height: 22px;
  color: #555555;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

footer {
  background: #222222;
  padding: 60px 0 45px 0;
  color: #ffffff;
  font-size: 15px;
  font-weight: normal;
  line-height: 22px;
  min-width: 1200px;
}

footer a {
  color: #ffffff;
}

footer a:hover {
  color: #DDDDDD;
}

footer .container-big .footerTop .footerLogo {
  margin-right: 120px;
}

footer .container-big .footerTop .footerTopLink {
  min-width: 240px;
}

footer .container-big .footerTop .footerTopLink:first-child {
  min-width: 332px;
}

footer .container-big .footerTop .footerTopLink:last-child {
  margin-left: 109px;
}

footer .container-big .footerTop .footerTopLink p {
  margin-bottom: 10px;
  font-family: "Noto Sans KR", sans-serif;
  font-weight: 400;
}

footer .container-big .footerTop .footerTopLink p span {
  color: #DDDDDD;
  margin-right: 10px;
  font-weight: 300;
}

footer .container-big .footerTop .footerTopLink p span.underline {
  margin-right: 0;
  text-decoration: underline;
  font-weight: 400;
  color: #ffffff;
}

footer .container-big .footerBottom {
  border-top: 1px solid rgba(245, 246, 249, 0.37);
  padding-top: 30px;
  margin-top: 20px;
}

footer .container-big .footerBottom ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

footer .container-big .footerBottom ul li {
  padding: 0 15px;
  font-size: 13px;
  line-height: 19px;
  position: relative;
}

footer .container-big .footerBottom ul li:before {
  content: "";
  position: absolute;
  margin-left: -15px;
  background: #ffffff;
  height: 12px;
  width: 1px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

footer .container-big .footerBottom ul li:first-child {
  border: 0;
  padding-left: 0;
}

footer .container-big .footerBottom ul li:first-child:before {
  display: none;
}

footer .container-big .footerBottom ul li a {
  font-family: "Noto Sans KR", sans-serif;
  font-weight: 500;
}

footer .container-big .footerBottom ul li.grey-link a {
  color: #DDDDDD;
  font-weight: 300;
}

footer .container-big .footerBottom P {
  font-family: "Noto Sans KR", sans-serif;
  font-size: 13px;
  font-weight: 300;
  color: #999999;
  margin-top: 10px;
}

.logCenter {
  margin: 100px 0 120px;
}

.logCenter h1 {
  font-size: 40px;
  color: #222222;
  text-align: center;
  margin-bottom: 60px;
  line-height: 48px;
  font-weight: 400;
}

.logCenter h1.login-heading {
  font-weight: 500;
}

.logCenter .loginWrap .form-group {
  margin-top: 32px;
}

.logCenter .loginWrap .form-group:first-child {
  margin-top: 0;
}

.logCenter .loginWrap .form-group .input-group .form-control.error {
  border: 1px solid #C62828;
}

.logCenter .loginWrap .form-group .input-group span.error {
  position: static;
}

.logCenter .loginWrap button {
  margin: 52px 0 0 0;
}

.logCenter .loginWrap .check-box-wrap {
  margin-top: 33px;
  padding-bottom: 20px;
  border-bottom: 1px solid #CFCFCF;
}

.logCenter .loginWrap .formLink {
  margin-top: 20px;
}

.logCenter .loginWrap .formLink li {
  font-size: 15px;
  line-height: 18px;
  color: #A4A4A4;
}

.logCenter .loginWrap .formLink li:last-child:after {
  display: none;
}

.logCenter .loginWrap .formLink li a {
  color: #A4A4A4;
  padding-top: 12px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.logCenter .loginWrap .formLink li:after {
  content: "|";
  padding: 0 10px;
  color: #CFCFCF;
}

.logCenter .loginWrap .form-group .form-control {
  border: 1px solid #ededed;
  max-width: 470px;
  width: 100%;
  padding: 14px 15px;
  border-radius: 8px;
  margin-top: 0;
  font-size: 16px;
  line-height: 29px;
  color: #222222;
  height: 57px;
}

.logCenter .signUpWrap .d-flex {
  background: #f8f8fa;
  padding: 29px 35px 27px 35px;
  margin-bottom: 30px;
  border-radius: 10px;
}

.logCenter .signUpWrap .d-flex:last-child {
  margin-bottom: 0;
}

.logCenter .signUpWrap .d-flex p {
  font-size: 16px;
  line-height: 19px;
  color: #222222;
}

.logCenter .signUpWrap .d-flex p a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #0084D5;
  text-decoration: underline;
  font-size: 18px;
  line-height: 22px;
  margin-top: 20px;
}

.logCenter .signUpWrap .d-flex p a span {
  display: inline-block;
  margin-left: 0;
}

.logCenter .signUpWrap .d-flex p a span > img {
  width: 18px;
  height: 18px;
}

.logCenter .signUpWrap .d-flex .signup-img-wrap {
  height: 96px;
  width: 96px;
}

.logCenter .signUpWrap .d-flex .signup-img-wrap img {
  width: 100%;
  height: 96px;
}

.logCenter.signUpWrapOuter {
  margin: 100px auto 200px;
}

.logCenter.offer-quote .btn {
  margin-top: 63px;
}

.logCenter.offer-quote-outer-wraper {
  margin: 100px auto 120px auto;
}

.logCenter.offer-quote-outer-wraper h1 {
  margin-bottom: 50px;
}

.logCenter.offer-quote-outer-wraper .offer-quote-wraper .primary-blue-button {
  margin-top: 50px;
}

.logCenter.offer-quote-outer-wraper .offer-quote-wraper .form-group {
  margin-top: 32px;
}

.logCenter.offer-quote-outer-wraper .offer-quote-wraper .form-group .equipement-outer {
  padding: 0;
}

.logCenter.offer-quote-outer-wraper .offer-quote-wraper .form-group .input-group {
  padding: 0;
}

.logCenter.offer-quote-outer-wraper .offer-quote-specification {
  padding-bottom: 16px;
  border-bottom: 1px solid #CFCFCF;
}

.logCenter.offer-quote-outer-wraper .offer-quote-specification ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.logCenter.offer-quote-outer-wraper .offer-quote-specification ul li {
  width: 50%;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  font-size: 16px;
  line-height: 18px;
  color: #555555;
  margin-bottom: 16px;
}

.logCenter.leave-outer-wraper {
  margin: 100px auto 160px auto;
}

.logCenter.leave-outer-wraper .leave-wraper .primary-blue-button {
  margin-top: 60px;
}

.logCenter .remake-application .primary-blue-button {
  margin-top: 60px;
}

.logCenter.login-wrap {
  margin: 100px auto 197px;
}

.logCenter.login-wrap .loginWrap .form-group {
  margin-top: 10px;
}

.logCenter.login-wrap .loginWrap .form-group:first-child {
  margin-top: 0;
}

.logCenter.login-wrap .loginWrap .form-group .input-group {
  padding: 0;
}

.logCenter.login-wrap .loginWrap button {
  margin-top: 24px;
}

.logCenter.login-wrap .loginWrap .check-box-wrap {
  margin-top: 16px;
  padding-bottom: 16px;
}

.logCenter.find-id-wrap .find-id .form-group:first-child {
  margin-top: 0;
}

.logCenter.find-id-wrap .find-id .form-group.otp-filed {
  margin-top: 27px;
}

.logCenter.find-id-wrap .find-id .primary-blue-button {
  margin-top: 48px;
}

.logCenter.find-password-wrap {
  margin-bottom: 125px;
}

.logCenter.reset-password-wrap {
  margin-bottom: 205px;
}

.logCenter.reset-password-wrap .primary-blue-button {
  margin-top: 60px !important;
}

.logCenter .find-id .btn {
  margin-top: 48px;
}

.tabContent .container--tabs {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.tabContent .container--tabs .tab {
  margin-left: 8px;
  width: 10px;
  height: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  background-color: #CFCFCF;
  -webkit-transition: background-color 0.25s;
  transition: background-color 0.25s;
  border-radius: 50%;
}

.tabContent .container--tabs .tab:first-child {
  margin-left: 0;
}

.tabContent .container--tabs .tab:hover {
  background-color: #0084D5;
  -webkit-transition: background-color 0.25s;
  transition: background-color 0.25s;
}

.tabContent .container--tabs .tabs--active {
  background-color: #0084D5;
  pointer-events: none;
}

.tabContent .content {
  display: none;
  padding: 30px 0 0 0;
}

.tabContent .content input {
  padding-left: 0;
  border-radius: 0 !important;
  border: none;
}

.tabContent .content .btn {
  font-weight: normal;
  font-size: 18px;
  line-height: 22px;
  color: #ffffff;
}

.tabContent .content .form-group {
  position: relative;
}

.tabContent .content .form-group .form-control {
  border-bottom: 1px solid #CFCFCF;
}

.tabContent .content .form-group .stl-upload .input-group {
  position: relative;
}

.tabContent .content .form-group .stl-upload .input-group .upload-input {
  width: 100%;
  position: relative;
}

.tabContent .content .form-group .stl-upload .input-group .upload-input.padding-new .form-control {
  padding: 0 46px 0 15px;
  white-space: nowrap;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}

.tabContent .content .form-group .stl-upload .input-group .upload-input.padding-new .upload-icon {
  margin-right: 3px;
}

.tabContent .content .form-group .stl-upload .input-group .upload-input .form-control {
  border: 1px solid #DDDDDD;
  border-radius: 5px !important;
  padding-left: 14px;
  height: 57px;
  padding: 0 46px 0 10px;
}

.tabContent .content .form-group .stl-upload .input-group .upload-input .upload-icon {
  position: absolute;
  left: auto;
  right: 14px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.tabContent .content .form-group .stl-upload .input-group .stl-file-upload {
  position: absolute;
  max-width: 470px;
  width: 100%;
  height: 57px;
  text-indent: -999px;
  font-size: 0;
  cursor: pointer;
}

.tabContent .content .form-group .custom-dropdown-wrap .custom-dropdown .dropdown a span {
  color: #4C4C4C;
}

.tabContent .content .check-box-wrap {
  margin-top: 30px;
  padding-bottom: 15px;
  border-bottom: 1px solid #CFCFCF;
}

.tabContent .content .check-box-wrap.check-box-redirect {
  margin-top: 15px;
  padding: 0;
  border: 0;
}

.tabContent .content .check-box-wrap.check-box-redirect .check-box-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 15px;
}

.tabContent .content .check-box-wrap.check-box-redirect .check-box-inner:first-child {
  margin-top: 0;
}

.tabContent .content .check-box-wrap.check-box-redirect .check-box-inner .custom-checkbox {
  width: 24px;
  height: 24px;
  padding-right: 34px;
  padding-left: 0;
  margin: 0;
  font-weight: normal;
}

.tabContent .content .check-box-wrap.check-box-redirect .check-box-inner .custom-checkbox .custom-check {
  margin-bottom: 12px;
}

.tabContent .content .check-box-wrap.check-box-redirect .check-box-inner .custom-checkbox .custom-check:last-child {
  margin: 0;
}

.tabContent .content .check-box-wrap.check-box-redirect .check-box-inner .check-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  line-height: 19px;
  font-size: 16px;
  color: #222222;
}

.tabContent .content .check-box-wrap.check-right {
  border: 0;
  padding-bottom: 8px;
  margin-top: 32px;
}

.tabContent .content .check-box-wrap.check-right .custom-check {
  padding: 0;
}

.tabContent .content .check-box-wrap.check-right .custom-check .checkmark {
  left: 50px;
  height: 18px;
  width: 18px;
  top: 0;
}

.tabContent .content .check-box-wrap.check-right .custom-check .checkmark:after {
  left: 6px;
  top: 2px;
  width: 6px;
  height: 10px;
}

.tabContent .content .primary-blue-button {
  margin-top: 60px;
}

.tabContent .content .primary-blue-button.top-32 {
  margin-top: 32px;
}

.tabContent .content--active {
  display: block;
}

.find-id .form-group .input-group .input-inner .blue-tick.disabled {
  background: url(../../assets/icons/grey-tick.svg) no-repeat right center;
  background-size: auto 19px;
}

.find-id .btn {
  margin-top: 82px;
}

.find-id-reg-info-wrap h1 {
  margin-bottom: 5px;
}

.find-id-reg-info-wrap .reg-description {
  font-size: 16px;
  line-height: 19px;
  color: #555555;
  margin-bottom: 60px;
  text-align: center;
}

.find-id-reg-info-wrap .find-id .user-id {
  background: #f8f8fa;
  padding: 24px;
  border-radius: 8px;
  min-height: 128px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.find-id-reg-info-wrap .find-id .user-id .user-img-wrap {
  height: 80px;
  width: 80px;
  margin-right: 15px;
}

.find-id-reg-info-wrap .find-id .user-id .user-img-wrap img {
  height: 80px;
  width: auto;
  border-radius: 20px;
  border: 1px solid #CFCFCF;
}

.find-id-reg-info-wrap .find-id .user-id .user-details p {
  font-size: 20px;
  line-height: 26px;
  color: #222222;
}

.find-id-reg-info-wrap .find-id .user-id .user-details span {
  font-size: 16px;
  line-height: 21px;
  color: #999999;
  margin-top: 5px;
}

.find-id-reg-info-wrap .find-id .user-id.no-data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.find-id-reg-info-wrap .find-id .user-id.no-data .user-details h3 {
  font-size: 18px;
  line-height: 22px;
  color: #555555;
  font-weight: 400;
}

.find-id-reg-info-wrap .find-id .btn {
  margin-top: 60px;
}

.quote-amount {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 63px;
}

.quote-amount p {
  font-size: 20px;
  line-height: 24px;
  color: #0084D5;
}

.quote-amount span {
  font-size: 24px;
  color: #0084D5;
}

.sucess-container {
  min-height: 70vh;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.success-wrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.success-wrap .success-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.success-wrap .success-content i {
  margin-bottom: 25px;
}

.success-wrap .success-content h4 {
  line-height: 29px;
  font-size: 24px;
  color: #222222;
  font-weight: normal;
}

.success-wrap .success-content p {
  margin-top: 5px;
  color: #555555;
  line-height: 19px;
  font-size: 16px;
}

.success-wrap button {
  margin-top: 50px;
}

.mainPage {
  padding: 0;
}

.hash {
  margin-top: 10px;
}

.hash span {
  font-size: 18px;
  color: #009eff;
  margin-left: 5px;
  line-height: 21px;
  font-family: "AppleSDGothicNeoM00", sans-serif;
}

.hash span:first-child {
  margin-left: 0;
}

.rating-sec {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.rating-sec li {
  line-height: 22px;
  font-size: 18px;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding: 0 10px;
}

.rating-sec li:first-child {
  padding-left: 0;
}

.rating-sec li:first-child::before {
  display: none;
}

.rating-sec li:last-child {
  padding-right: 0;
}

.rating-sec li::before {
  content: "";
  background: #BDBDBD;
  height: 10px;
  width: 1px;
  position: absolute;
  left: 0;
}

.rating-sec li i {
  margin-right: 5px;
}

.rating-sec li.textgrey {
  color: #DDDDDD;
}

.rating-sec.greytxt li {
  color: #4C4C4C;
  font-size: 18px;
  line-height: 22px;
}

.rating-sec.blacktxt li {
  color: #828282;
}

.main-banner .owl-carousel .item {
  position: relative;
  background-position: center center;
  background-size: 100% 640px;
  height: 640px;
}

.main-banner .owl-carousel .item::before {
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}

.main-banner .owl-carousel .item .container-big {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.main-banner .owl-carousel .item .content-wrap {
  position: relative;
  z-index: 1;
  width: 100%;
}

.main-banner .owl-carousel .item .content-wrap .figcaption h2 {
  font-size: 48px;
  font-weight: normal;
  color: #ffffff;
  line-height: 58px;
  margin-bottom: 30px;
}

.main-banner .owl-carousel .item .content-wrap .figcaption p {
  font-size: 20px;
  line-height: 24px;
  color: rgba(255, 255, 255, 0.8);
}

.main-banner .owl-carousel .item .content-wrap .figcaption .trans-button {
  margin-top: 60px;
}

.main-banner .owl-carousel .item .content-wrap .figcaption .trans-button:hover {
  color: #ffffff;
}

.main-banner .owl-carousel .item .item-count {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: absolute;
  right: 0;
  bottom: 20px;
}

.main-banner .owl-carousel .item .item-count p {
  font-size: 20px;
  color: #999999;
  font-family: Helvetica, sans-serif;
  line-height: 23px;
}

.main-banner .owl-carousel .item .item-count p span {
  color: #ffffff;
}

.main-banner .owl-carousel .owl-nav {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.main-banner .owl-carousel .owl-nav.disabled {
  display: none !important;
}

.main-banner .owl-carousel .owl-nav .owl-prev {
  background: url(../../assets/icons/slider-arrow-left-active.svg) no-repeat center center;
  background-size: auto 56px;
  width: 56px;
  height: 56px;
  display: inline-block;
}

.main-banner .owl-carousel .owl-nav .owl-prev.disabled {
  background: url(../../assets/icons/slider-arrow-left-deactive.svg) no-repeat center center;
}

.main-banner .owl-carousel .owl-nav .owl-next {
  background: url(../../assets/icons/slider-arrow-right-active.svg) no-repeat center center;
  background-size: auto 56px;
  width: 56px;
  height: 56px;
  display: inline-block;
}

.main-banner .owl-carousel .owl-nav .owl-next.disabled {
  background: url(../../assets/icons/slider-arrow-right-deactive.svg) no-repeat center center;
}

.main-body-section {
  padding: 100px 0 120px 0;
}

.main-body-section .main-head-section {
  margin-bottom: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.main-body-section .main-head-section h2 {
  font-size: 32px;
  line-height: 38px;
  font-weight: 400;
  color: #222222;
}

.main-body-section .main-head-section h2 i {
  margin-left: 10px;
}

.main-body-section .grid-section.three-box > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 -12px;
}

.main-body-section .grid-section.three-box > ul > li {
  width: 410px;
  padding: 0 12px;
}

.main-body-section .grid-section.three-box > ul > li .grid-box figure {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}

.main-body-section .grid-section.three-box > ul > li .grid-box figure img {
  width: 410px;
  height: 550px;
}

.main-body-section .grid-section.three-box > ul > li .grid-box figure figcaption {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  padding: 34px 26px;
  border-radius: 0 0 20px 20px;
  min-height: 160px;
}

.main-body-section .grid-section.three-box > ul > li .grid-box figure figcaption h3 {
  font-size: 24px;
  line-height: 29px;
  color: #ffffff;
  margin-bottom: 8px;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 400;
}

.main-body-section .grid-section.three-box > ul > li .grid-box figure figcaption p {
  font-size: 18px;
  line-height: 22px;
  color: #DDDDDD;
  margin-bottom: 10px;
}

.main-body-section .grid-section.four-box > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -12px;
}

.main-body-section .grid-section.four-box > ul > li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
  width: 25%;
  padding: 0 12px;
  margin-bottom: 75px;
}

.main-body-section .grid-section.four-box > ul > li .grid-box figure img {
  border-radius: 10px;
  width: 302px;
  height: 302px;
}

.main-body-section .grid-section.four-box > ul > li .grid-box figcaption {
  padding: 20px 0 0 0;
}

.main-body-section .grid-section.four-box > ul > li .grid-box figcaption h4 {
  font-size: 24px;
  font-weight: 400;
  line-height: 29px;
  color: #333333;
  margin-bottom: 5px;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 400;
}

.main-body-section .grid-section.four-box > ul > li .grid-box figcaption .address {
  font-size: 18px;
  line-height: 22px;
  color: #828282;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: 5px;
}

.main-body-section.special-event-wrap {
  padding: 0;
}

.main-body-section.special-event-wrap .special-event-section {
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.main-body-section.special-event-wrap .special-event-section .special-wrap {
  max-width: 520px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.main-body-section.special-event-wrap .special-event-section .special-wrap .leftS h4 {
  font-size: 20px;
  letter-spacing: -0.4px;
  color: #ffffff;
  font-weight: 400;
  opacity: 0.74;
}

.main-body-section.special-event-wrap .special-event-section .special-wrap .leftS p {
  font-size: 32px;
  font-weight: 400;
  color: #ffffff;
  letter-spacing: -0.64px;
}

.main-body-section.special-event-wrap .special-event-section .special-wrap .rightS {
  margin-left: 5px;
}

.main-body-section.youtube-wrap {
  padding: 120px 0 80px;
}

.main-body-section.youtube-wrap .youtube-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.main-body-section.youtube-wrap .youtube-section .leftContent {
  max-width: 408px;
  margin-right: 50px;
}

.main-body-section.youtube-wrap .youtube-section .leftContent h3 {
  font-size: 32px;
  line-height: 38px;
  font-weight: normal;
  color: #0084D5;
}

.main-body-section.youtube-wrap .youtube-section .leftContent h4 {
  font-weight: normal;
  font-size: 48px;
  color: #222222;
  margin: 35px 0 24px;
}

.main-body-section.youtube-wrap .youtube-section .leftContent p {
  font-size: 20px;
  letter-spacing: -0.4px;
  color: #999999;
  margin-bottom: 52px;
}

.main-body-section.youtube-wrap .youtube-section .leftContent ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 52px;
}

.main-body-section.youtube-wrap .youtube-section .leftContent ul li {
  font-size: 20px;
  line-height: 24px;
  color: #999999;
  position: relative;
  padding: 0 10px;
}

.main-body-section.youtube-wrap .youtube-section .leftContent ul li::before {
  content: "";
  height: 8px;
  width: 1px;
  background: #CCCCCC;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 8px;
}

.main-body-section.youtube-wrap .youtube-section .leftContent ul li:first-child {
  padding-left: 0;
}

.main-body-section.youtube-wrap .youtube-section .leftContent ul li:first-child::before {
  display: none;
}

.main-body-section.youtube-wrap .youtube-section .leftContent ul li:last-child {
  padding-right: 0;
}

.main-body-section.youtube-wrap .youtube-section .rightVideo figure {
  max-width: 720px;
  width: 100%;
  position: relative;
}

.main-body-section.youtube-wrap .youtube-section .rightVideo figure > img {
  width: 720px;
  height: 440px;
  border-radius: 20px;
}

.main-body-section.youtube-wrap .youtube-section .rightVideo figure .timer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  padding: 4px 10px;
  right: 30px;
  bottom: 24px;
  font-size: 20px;
  color: #ffffff;
  background: rgba(0, 0, 0, 0.57);
  border-radius: 5px;
}

.main-body-section .top-post-section > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 0 -12px;
}

.main-body-section .top-post-section > ul > li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33%;
          flex: 0 0 33.33%;
  max-width: 33.33%;
  width: 33.33%;
  padding: 0 12px;
}

.main-body-section .top-post-section > ul > li .top-post-box {
  padding: 50px 38px;
  border-radius: 20px;
  border: solid 1px #DDDDDD;
  min-height: 289px;
}

.main-body-section .top-post-section > ul > li .top-post-box .bodyP {
  min-height: 66px;
  margin: 26px 0 32px;
  word-break: break-all;
}

.main-body-section.lab-contact-sec {
  padding: 100px 0 45px 0;
}

.main-body-section.contract-lab-detail {
  padding: 60px 0 0 0;
}

.main-body-section.contract-lab-detail .four-box ul li {
  margin-bottom: 32px;
}

.commnets-box {
  border-bottom: 1px solid #E0E0E0;
  margin-top: 32px;
}

.commnets-box:first-child {
  margin-top: 0;
}

.commnets-box.no-img {
  margin-top: 40px;
}

.commnets-box.no-img:first-child {
  margin-top: 0;
}

.commnets-box.no-img .top-post-box .bodyP {
  margin: 0 0 30px 0;
}

.top-post-box {
  background-color: #ffffff;
  width: 100%;
}

.top-post-box .headP {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.top-post-box .headP .profile-pic img {
  width: 44px;
  height: 44px;
  border-radius: 50%;
}

.top-post-box .headP .nameP {
  margin-left: 10px;
}

.top-post-box .headP .nameP h3 {
  font-size: 18px;
  line-height: 22px;
  color: #222222;
  font-weight: 400;
  margin-bottom: 5px;
}

.top-post-box .headP .nameP .star-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.top-post-box .headP .nameP .star-wrap ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.top-post-box .headP .nameP .star-wrap ul li i {
  width: 16px;
  height: 16px;
  background-size: auto 16px;
}

.top-post-box .headP .nameP .star-wrap span {
  margin-left: 5px;
  font-size: 15px;
  line-height: 18px;
  color: #222222;
}

.top-post-box .headP .nameP .name2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.top-post-box .headP .nameP .name2 span {
  font-size: 15px;
  line-height: 18px;
  color: #999999;
  position: relative;
  padding: 0 12px;
}

.top-post-box .headP .nameP .name2 span:first-child {
  padding-left: 0;
}

.top-post-box .headP .nameP .name2 span:first-child::before {
  display: none;
}

.top-post-box .headP .nameP .name2 span:last-child {
  padding-right: 0;
}

.top-post-box .headP .nameP .name2 span::before {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #DDDDDD;
  content: "";
  position: absolute;
  left: -2px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.top-post-box .headP .selector-wrap {
  position: absolute;
  right: 0;
  top: 0;
}

.top-post-box .headP .selector-wrap .dropdown > a {
  padding: 0;
}

.top-post-box .bodyP {
  margin: 20px 0;
}

.top-post-box .bodyP p {
  font-size: 18px;
  line-height: 22px;
  color: #555555;
}

.top-post-box .bodyP span {
  font-size: 16px;
  line-height: 19px;
  color: #A4A4A4;
  margin-top: 24px;
  display: block;
}

.top-post-box .footP {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.top-post-box .footP span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
  color: #999999;
  line-height: 22px;
  padding: 0 10px;
  position: relative;
}

.top-post-box .footP span:first-child {
  padding-left: 0;
}

.top-post-box .footP span:first-child::before {
  display: none;
}

.top-post-box .footP span:last-child {
  padding-right: 0;
}

.top-post-box .footP span::before {
  width: 1px;
  height: 8px;
  background: #DDDDDD;
  content: "";
  position: absolute;
  left: 0;
}

.top-post-box .footP span i {
  margin-right: 5px;
}

.main-no-contain {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 226px;
  background: #f8f8fa;
  border-radius: 10px;
  font-size: 18px;
  line-height: 22px;
  color: #555555;
}

.main-no-contain.bg-white {
  background: #ffffff;
}

.search-result {
  padding: 18px 0px;
  background: #f8f8fa;
}

.search-result h6 {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  color: #000000;
}

.m-b-nomargin {
  padding-bottom: 0px;
}

.dental-customer-center-wrap .tab-area .tab-content .tab-pane .body-content li {
  padding: 14px 36px 14px 0px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #DDDDDD;
}

.dental-customer-center-wrap .tab-area .tab-content .tab-pane .body-content li .notice-left p {
  font-size: 16px;
  color: #333333;
}

.dental-customer-center-wrap .tab-area .tab-content .tab-pane .body-content h4 {
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 19px;
  color: #000000;
  padding-top: 50px;
}

.dental-customer-center-wrap .tab-area .tab-content .tab-pane .body-content .image-top {
  padding-top: 50px;
}

.dental-customer-center-wrap.notice-wrap {
  padding: 50px 0 120px;
}

.dental-customer-center-wrap.notice-wrap .heading {
  margin-bottom: 50px;
}

.dental-customer-center-wrap.notice-wrap .dental-customer-center-inner .dental-customer-center-content ul li {
  border-bottom: 1px solid #E0E0E0;
}

.dental-customer-center-wrap.notice-wrap .dental-customer-center-inner .dental-customer-center-content .tab-area .tab-content .tab-pane .body-content li {
  display: block;
  border: 0;
  padding: 0 !important;
}

.dental-customer-center-wrap.notice-wrap .dental-customer-center-inner .dental-customer-center-content .tab-area .tab-content .tab-pane .body-content li .notice-item-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 14px 36px 14px 0px;
  border-bottom: 1px solid #DDDDDD;
}

.dental-customer-center-wrap.notice-wrap .dental-customer-center-inner .dental-customer-center-content .tab-area .tab-content .tab-pane .body-content li .notice-item-body {
  margin-top: 50px;
}

.dental-customer-center-wrap.notice-wrap .dental-customer-center-inner .dental-customer-center-content .tab-area .tab-content .tab-pane .body-content li .notice-item-body .notice-img-wrap {
  width: 980px;
  height: auto;
  margin-bottom: 50px;
}

.dental-customer-center-wrap.notice-wrap .dental-customer-center-inner .dental-customer-center-content .tab-area .tab-content .tab-pane .body-content li .notice-item-body .notice-img-wrap img {
  width: auto;
  height: auto;
  padding: 0;
}

.dental-customer-center-wrap.notice-wrap .dental-customer-center-inner .dental-customer-center-content .tab-area .tab-content .tab-pane .body-content li .notice-item-body h4 {
  padding-top: 0;
}

.sign-up-center-wrap {
  padding: 104px 0 120px 0;
}

.sign-up-center-wrap h3 {
  font-style: normal;
  font-weight: normal;
  font-weight: 400;
  font-size: 40px;
  line-height: 48px;
  color: #222222;
  text-align: center;
}

.sign-up-center-wrap p {
  font-size: 18px;
  line-height: 22px;
  color: #555555;
}

.sign-up-center-wrap .terms-cond-inner {
  margin-top: 64px;
}

.sign-up-center-wrap .terms-cond-inner .top-heading {
  margin-bottom: 25px;
  color: #222222;
  font-size: 22px;
  line-height: 26px;
}

.sign-up-center-wrap .terms-cond-inner .list-between-text {
  padding-top: 20px;
  margin-bottom: 20px;
  color: #555555;
}

.sign-up-center-wrap .terms-cond-inner .terms-list-group {
  margin: 20px 0;
}

.sign-up-center-wrap .terms-cond-inner h4 {
  font-size: 18px;
  line-height: 22px;
  color: #222222;
}

.sign-up-center-wrap .terms-cond-inner .each-terms-sec {
  margin: 20px 0 20px;
}

.sign-up-center-wrap .terms-cond-inner .each-terms-sec h2 {
  color: #222222;
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
}

.sign-up-center-wrap .terms-cond-inner .each-terms-sec p {
  line-height: 26px;
}

.sign-up-center-wrap .terms-cond-inner .each-terms-sec ul {
  list-style-type: decimal;
}

.sign-up-center-wrap .terms-cond-inner .each-terms-sec ul li {
  margin-left: 25px;
  color: #555555;
  font-size: 18px;
  line-height: 26px;
}

.sign-up-center-wrap .terms-cond-inner .each-terms-sec .bullet-list li {
  list-style-type: none;
  position: relative;
}

.sign-up-center-wrap .terms-cond-inner .each-terms-sec .bullet-list li::before {
  content: "";
  position: absolute;
  height: 4px;
  width: 4px;
  border-radius: 50%;
  background-color: #555555;
  top: 8px;
  left: -13px;
}

.dental-customer-center-wrap {
  padding: 60px 0 96px 0;
}

.dental-customer-center-wrap .heading {
  font-size: 24px;
  line-height: 29px;
  text-align: left;
  color: #222222;
  font-weight: 700;
  margin-bottom: 40px;
}

.dental-customer-center-wrap .tab-area .nav-pills {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.dental-customer-center-wrap .tab-area .nav-pills li {
  width: 33.33%;
}

.dental-customer-center-wrap .tab-area .nav-pills li a {
  padding: 16px;
  text-align: center;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: -0.36px;
  color: #E0E0E0;
  border: solid 1px #CFCFCF;
}

.dental-customer-center-wrap .tab-area .nav-pills li a.active {
  color: #181818;
  border: solid 1px #181818;
}

.dental-customer-center-wrap .dental-customer-center-inner .header-sec {
  padding: 30px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.dental-customer-center-wrap .dental-customer-center-inner .header-sec.noticeH {
  border-bottom: 2px solid #CCCCCC;
}

.dental-customer-center-wrap .dental-customer-center-inner .header-sec .total {
  font-size: 16px;
  line-height: 19px;
  color: #333333;
}

.dental-customer-center-wrap .dental-customer-center-inner .header-sec .total.pl-143 {
  padding-left: 143px;
}

.dental-customer-center-wrap .dental-customer-center-inner .header-sec .search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 310px;
}

.dental-customer-center-wrap .dental-customer-center-inner .header-sec .search .form-group {
  margin: 0;
  width: 240px;
}

.dental-customer-center-wrap .dental-customer-center-inner .header-sec .search .form-group .form-control {
  padding: 8px 20px 9px 20px;
  border-radius: 2px;
  border: solid 1px #DDDDDD;
  height: 36px;
  width: 100%;
}

.dental-customer-center-wrap .dental-customer-center-inner .header-sec .search .search-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 16px;
  line-height: 16px;
  color: #ffffff;
  padding: 9px 10px 8px;
  border-radius: 2px;
  background-color: #074792;
  height: 36px;
  width: 60px;
  margin-left: 10px;
}

.dental-customer-center-wrap .dental-customer-center-inner .header-sec .faq-select {
  letter-spacing: -0.32px;
  color: #999999;
  font-size: 16px;
  line-height: 18px;
  border-radius: 4px;
  border: solid 1px #DDDDDD;
  padding: 9px 16px 8px 20px;
  width: 140px;
  height: 36px;
  background: url(../../assets/icons/dropdown-triange-arw.svg) no-repeat right 16px center;
  background-size: 10px 6px;
}

.dental-customer-center-wrap .dental-customer-center-inner .header-sec .faq-select:focus {
  outline: 0;
}

.dental-customer-center-wrap .dental-customer-center-inner .dental-customer-center-content {
  border-top: 2px solid #CCCCCC;
}

.dental-customer-center-wrap .dental-customer-center-inner .dental-customer-center-content ul li {
  padding: 15px 20px;
  border-bottom: 1px solid #ededed;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.dental-customer-center-wrap .dental-customer-center-inner .dental-customer-center-content ul li .notice-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.dental-customer-center-wrap .dental-customer-center-inner .dental-customer-center-content ul li .notice-left p {
  font-size: 16px;
  line-height: 19px;
  color: #333333;
  white-space: nowrap;
  max-width: 600px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.dental-customer-center-wrap .dental-customer-center-inner .dental-customer-center-content ul li .notice-left .list {
  font-size: 16px;
  line-height: 19px;
  color: #666666;
  text-align: center;
  width: 80px;
  margin-right: 20px;
  padding: 7px 10px 6px;
}

.dental-customer-center-wrap .dental-customer-center-inner .dental-customer-center-content ul li .notice-left .list.list-no {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #074792;
  padding: 7px 10px 6px;
  border-radius: 2px;
  background-color: transparent;
  border: solid 1px #DDDDDD;
  height: 32px;
  font-size: 16px;
}

.dental-customer-center-wrap .dental-customer-center-inner .dental-customer-center-content ul li .notice-right span {
  font-size: 16px;
  line-height: 18px;
  color: #999999;
}

.dental-customer-center-wrap .dental-customer-center-inner .dental-customer-center-content ul.faq li .notice-left .list-no {
  width: 100px;
  margin-right: 32px;
}

.dental-customer-center-wrap .dental-customer-center-inner .dental-customer-center-content .pagination-wraper {
  margin-top: 30px;
}

.dental-customer-center-wrap .dental-customer-center-inner .dental-customer-center-content .pagination-wraper ul .page-item {
  padding: 0;
  width: auto;
  border: 0;
}

.dental-customer-center-wrap .dental-customer-center-inner .dental-customer-center-content.no-data {
  min-height: 620px;
}

.dental-customer-center-wrap .dental-customer-center-inner .dental-customer-center-content.no-data .main-no-contain {
  margin-top: 30px;
  height: 226px;
}

.dental-customer-center-wrap .dental-customer-center-inner .dental-customer-center-content.border-top-black {
  border-top: 1px solid #000000;
}

.dental-customer-center-wrap .dental-customer-center-inner .notice-pagination {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 60px;
}

.dental-customer-center-wrap .dental-customer-center-inner .notice-pagination li {
  margin-left: 6px;
  width: 34px;
}

.dental-customer-center-wrap .dental-customer-center-inner .notice-pagination li:first-child {
  margin-left: 0;
}

.dental-customer-center-wrap .dental-customer-center-inner .notice-pagination li a {
  font-size: 16px;
  color: #181818;
  height: 34px;
  width: 34px;
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.dental-customer-center-wrap .dental-customer-center-inner .notice-pagination li.active a {
  color: #ffffff;
  background-color: #0084D5;
}

.dental-customer-center-wrap .dental-customer-center-inner .notice-pagination li:hover a {
  color: #ffffff;
  background-color: #0084D5;
}

.dental-customer-center-wrap .dental-customer-center-inner .notice-pagination li.next-item {
  width: auto;
}

.dental-customer-center-wrap .dental-customer-center-inner .notice-pagination li.next-item a {
  font-size: 14px;
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.dental-customer-center-wrap .dental-customer-center-inner .notice-pagination li.next-item a i {
  margin-left: 9px;
}

.dental-customer-center-wrap .dental-customer-center-inner .notice-pagination li.next-item:hover a {
  background: transparent;
  color: #2c2c2c;
}

.dental-customer-center-wrap .dental-customer-center-inner .customer-care-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}

.dental-customer-center-wrap .dental-customer-center-inner .customer-care-form .tabContent {
  margin-top: 49px;
  width: 100%;
  padding: 40px 25px 40px 41px;
  -webkit-box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.08);
          box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.08);
  max-width: 612px;
}

.dental-customer-center-wrap .dental-customer-center-inner .customer-care-form .tabContent .content {
  padding: 0;
}

.dental-customer-center-wrap .dental-customer-center-inner .customer-care-form .tabContent .content .form-group .form-control {
  width: 100%;
  max-width: 100%;
}

.dental-customer-center-wrap .dental-customer-center-inner .customer-care-form .tabContent .content .form-group textarea {
  color: #999999;
}

.dental-customer-center-wrap .dental-customer-center-inner .customer-care-form .tabContent .content .form-group .custom-dropdown-wrap .custom-dropdown {
  max-width: 100%;
}

.dental-customer-center-wrap .dental-customer-center-inner .customer-care-form .tabContent .content .btn {
  max-width: 100%;
}

.dental-customer-center-wrap .dental-customer-center-inner .accordion .card .collapse .card-body {
  border-bottom: 1px solid #E0E0E0;
}

.details-top .details-top-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.details-top .details-top-header h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 32px;
  line-height: 38px;
  color: #222222;
  font-weight: 400;
  font-family: "AppleSDGothicNeoB00", sans-serif;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.details-top .details-top-header h2 i {
  margin-left: 10px;
}

.details-top .details-top-header h2 a {
  font-size: 18px;
  line-height: 22px;
  color: #0084D5;
  text-decoration: underline;
}

.details-top > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-top: 8px;
}

.details-top > ul li {
  font-size: 18px;
  line-height: 22px;
  color: #828282;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 10px;
  position: relative;
}

.details-top > ul li:first-child {
  padding-left: 0;
  display: block;
  max-width: 45%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.details-top > ul li:first-child::before {
  display: none;
}

.details-top > ul li:last-child {
  padding-right: 0;
}

.details-top > ul li::before {
  width: 1px;
  height: 10px;
  background: #828282;
  content: "";
  position: absolute;
  left: 0;
}

.details-top > ul li i {
  margin-right: 7px;
  margin-top: -2px;
}

.details-top .hash {
  margin-top: 12px;
}

.details-top p {
  font-size: 20px;
  line-height: 24px;
  color: #074792;
  margin-bottom: 8px;
}

.request-info-list .list-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 15px 0;
  border-bottom: solid 1px #ededed;
}

.request-info-list .list-row label {
  font-size: 16px;
  line-height: 29px;
  color: #666666;
  margin-bottom: 0;
  margin-right: 20px;
  white-space: nowrap;
}

.request-info-list .list-row span {
  font-size: 16px;
  line-height: 29px;
  color: #222222;
  text-align: right;
}

.request-info-list .list-row.remake-text-word-count {
  border-bottom: 0;
  padding-bottom: 0;
}

.details-page-wrap {
  margin: 60px 0 120px;
  background: #ffffff;
}

.details-page-wrap .details-page-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.details-page-wrap .details-page-inner .leftImage {
  max-width: 470px;
  width: 48%;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}

.details-page-wrap .details-page-inner .leftImage > img {
  margin: 0 auto;
}

.details-page-wrap .details-page-inner .leftImage .left-slider .owl-carousel .item {
  position: relative;
}

.details-page-wrap .details-page-inner .leftImage .left-slider .owl-carousel .item figure {
  position: relative;
}

.details-page-wrap .details-page-inner .leftImage .left-slider .owl-carousel .item figure::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#000000), color-stop(74.9%, rgba(58, 58, 58, 0.141)), to(rgba(84, 84, 84, 0)));
  background: linear-gradient(180deg, #000000 0%, rgba(58, 58, 58, 0.141) 74.9%, rgba(84, 84, 84, 0) 100%);
  opacity: 0.64;
}

.details-page-wrap .details-page-inner .leftImage .left-slider .owl-carousel .item figure img {
  height: 470px;
  width: 470px;
}

.details-page-wrap .details-page-inner .leftImage .left-slider .owl-carousel .item figure .details-img-wrap {
  height: 470px;
  width: 470px;
}

.details-page-wrap .details-page-inner .leftImage .left-slider .owl-carousel .item figure .details-img-wrap img {
  height: 470px;
  width: 470px;
}

.details-page-wrap .details-page-inner .leftImage .left-slider .owl-carousel .owl-nav {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.details-page-wrap .details-page-inner .leftImage .left-slider .item-count {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: absolute;
  right: 24px;
  bottom: 24px;
  z-index: 2;
  background: rgba(0, 0, 0, 0.6);
  padding: 5px 17px;
  border-radius: 60px;
}

.details-page-wrap .details-page-inner .leftImage .left-slider .item-count p {
  font-size: 18px;
  line-height: 22px;
  color: #999999;
}

.details-page-wrap .details-page-inner .leftImage .left-slider .item-count p span {
  color: #ffffff;
}

.details-page-wrap .details-page-inner .leftImage .left-slider .stl-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 24px;
  right: 24px;
  z-index: 2;
}

.details-page-wrap .details-page-inner .leftImage .left-slider .stl-detail h3 {
  font-size: 20px;
  line-height: 24px;
  color: #ffffff;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}

.details-page-wrap .details-page-inner .leftImage .left-slider .stl-detail h3 i {
  margin-right: 5px;
}

.details-page-wrap .details-page-inner .leftImage .left-slider .stl-detail h3 i.m-0 {
  margin: 0;
}

.details-page-wrap .details-page-inner .leftImage .left-slider .stl-detail .favorite {
  height: 24px;
  width: 24px;
  margin-left: 24px;
}

.details-page-wrap .details-page-inner .leftImage .left-slider .stl-detail.stltxt h3 a {
  font-size: 20px;
  line-height: 24px;
  color: #ffffff;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.details-page-wrap .details-page-inner .leftImage .left-slider .stl-detail.stltxt h3 i {
  margin-right: 5px;
}

.details-page-wrap .details-page-inner .leftImage .left-slider .stl-detail.without-text i {
  margin: 0;
}

.details-page-wrap .details-page-inner .rightContent {
  width: calc(100% - 48%);
  padding-left: 40px;
}

.details-page-wrap .details-page-inner .rightContent .rating-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 12px;
}

.details-page-wrap .details-page-inner .rightContent .rating-section h3 {
  font-size: 32px;
  line-height: 37px;
  color: #222222;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "AppleSDGothicNeoB00", sans-serif;
  font-weight: 400;
}

.details-page-wrap .details-page-inner .rightContent .rating-section h3 i {
  margin-right: 5px;
  background-size: auto 40px;
  width: 40px;
  height: 40px;
  margin-top: -5px;
}

.details-page-wrap .details-page-inner .rightContent .rating-section h4,
.details-page-wrap .details-page-inner .rightContent .rating-section a {
  font-size: 24px;
  line-height: 29px;
  color: #0084D5;
  margin-left: 10px;
  font-weight: 400;
  font-family: "AppleSDGothicNeoM00", sans-serif;
}

.details-page-wrap .details-page-inner .rightContent .rating-section h4 span,
.details-page-wrap .details-page-inner .rightContent .rating-section a span {
  font-family: "AppleSDGothicNeoB00", sans-serif;
  line-height: 29px;
}

.details-page-wrap .details-page-inner .rightContent .rating-section h4.details-arw,
.details-page-wrap .details-page-inner .rightContent .rating-section a.details-arw {
  margin-left: 10px;
}

.details-page-wrap .details-page-inner .rightContent .rating-section h4.details-arw i,
.details-page-wrap .details-page-inner .rightContent .rating-section a.details-arw i {
  margin-left: 7px;
}

.details-page-wrap .details-page-inner .rightContent .rating-section h4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.details-page-wrap .details-page-inner .rightContent .rating-section h4 i {
  margin-left: 5px;
}

.details-page-wrap .details-page-inner .rightContent .desc {
  margin-top: 32px;
}

.details-page-wrap .details-page-inner .rightContent .desc p {
  font-size: 15px;
  line-height: 18px;
  color: #767676;
  word-break: break-all;
}

.details-page-wrap .details-page-inner .rightContent .links {
  margin-top: 24px;
}

.details-page-wrap .details-page-inner .rightContent .links ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 12px;
  font-size: 16px;
  line-height: 19px;
  color: #555555;
}

.details-page-wrap .details-page-inner .rightContent .links ul li:first-child {
  margin-top: 0;
}

.details-page-wrap .details-page-inner .rightContent .links ul li span {
  min-width: 60px;
  margin-right: 10px;
}

.details-page-wrap .details-page-inner .rightContent .links ul li a {
  text-decoration: underline;
  color: #555555;
  word-break: break-all;
}

.details-page-wrap .details-page-inner .rightContent .btn-group {
  margin-top: 40px;
}

.details-page-wrap .details-page-inner .rightContent .btn-group button {
  width: 226px;
}

.details-page-wrap .details-page-inner .rightContent .btn-group.single-btn button {
  width: 100%;
}

.details-page-wrap .details-page-inner .rightContent .btn-group.mt-50 {
  margin-top: 50px;
}

.details-page-wrap .details-page-inner .rightContent .gadget-slider {
  margin-top: 50px;
}

.details-page-wrap .details-page-inner .rightContent .gadget-slider .item {
  text-align: center;
}

.details-page-wrap .details-page-inner .rightContent .gadget-slider .item .imgHolder {
  width: 56px;
  height: 56px;
  border: solid 1px #DDDDDD;
  border-radius: 50%;
}

.details-page-wrap .details-page-inner .rightContent .gadget-slider .item .imgHolder img {
  padding: 8px;
}

.details-page-wrap .details-page-inner .rightContent .gadget-slider .item p {
  font-size: 16px;
  letter-spacing: -0.4px;
  margin-top: 15px;
  color: #555555;
  white-space: nowrap;
}

.details-page-wrap .details-page-inner .rightContent .review-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.details-page-wrap .details-page-inner .rightContent .review-faq {
  margin-top: 20px;
}

.details-page-wrap .details-page-inner .rightContent .review-faq p {
  font-size: 18px;
  line-height: 22px;
  color: #555555;
}

.details-page-wrap .details-page-inner .rightContent.rightContent-center {
  width: 100%;
  padding: 0;
}

.details-page-wrap .details-page-inner .rightContent.no-leftImg {
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
  width: 100%;
  padding: 0;
}

.details-page-wrap .details-page-inner .rightContent.no-leftImg .black-outline-big {
  margin-top: 40px;
  color: #074792;
}

.details-page-wrap .details-page-inner .rightContent.no-leftImg .solid-big {
  margin-top: 40px;
  width: 100%;
  max-width: 100%;
}

.details-page-wrap .details-page-inner .rightContent .details-top .hash span {
  margin-left: 8px;
}

.details-page-wrap .details-page-inner .rightContent .details-top .hash span:first-child {
  margin-left: 0;
}

.details-page-wrap .details-page-inner.post-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: unset;
      -ms-flex-align: unset;
          align-items: unset;
}

.details-page-wrap .details-page-inner.post-details .rightContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.details-page-wrap .details-page-inner.dental-request-info .request-info-list {
  margin-top: 25px;
}

.details-page-wrap .details-page-inner.dental-request-info .btn-group button i {
  background-size: auto 24px;
  height: 24px;
  width: 24px;
}

.details-page-wrap.details-page-recomandation {
  margin-bottom: 0;
}

.details-page-wrap.details-page-recomandation .details-page-recomandation-heading {
  font-weight: normal;
  font-size: 24px;
  line-height: 29px;
  color: #222222;
}

.details-page-wrap.details-page-recomandation .recommendation-page-wrap {
  background: #f8f8fa;
  margin: 60px 0 0;
  padding: 48px 0 30px;
}

.details-page-wrap.with-bottom-slider {
  margin: 60px 0;
}

.details-page-wrap.top-post-wrap {
  margin-top: 50px;
}

.bottom-slider-wrap {
  background: #f8f8fa;
  padding: 46px 0 80px;
}

.bottom-slider-wrap .primary-head-section h3 {
  font-family: "AppleSDGothicNeoB00", sans-serif;
}

.bottom-slider-wrap .work-slider {
  margin-top: 32px;
}

.bottom-slider-wrap .work-slider .owl-carousel .item img {
  width: 150px;
  height: 150px;
  border-radius: 10px;
}

.bottom-slider-wrap .work-slider .owl-carousel .owl-nav .owl-prev {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.bottom-slider-wrap .work-slider .owl-carousel .owl-nav .owl-prev.disabled {
  background: url(../../assets/icons/small-arrow-disabled.png) no-repeat center;
  height: 40px;
  width: 40px;
  display: block;
}

.bottom-slider-wrap .work-slider .owl-carousel .owl-nav .owl-prev.disabled img {
  display: none;
}

.bottom-slider-wrap .work-slider .owl-carousel .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.bottom-slider-wrap .work-slider .owl-carousel .owl-nav .owl-next.disabled {
  background: url(../../assets/icons/small-arrow-disabled.png) no-repeat center;
  height: 40px;
  width: 40px;
  display: block;
  -webkit-transform: rotate(180deg) translateY(50%);
          transform: rotate(180deg) translateY(50%);
}

.bottom-slider-wrap .work-slider .owl-carousel .owl-nav .owl-next.disabled img {
  display: none;
}

.bottom-slider-wrap.w-1200 {
  min-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.form-print-wrap .qr-wrap {
  background: #F7F8FB;
  padding: 95px;
  border-radius: 10px;
  height: 470px;
  width: 470px;
  margin-bottom: 60px;
}

.form-print-wrap .qr-wrap img {
  height: 280px;
  width: auto;
}

.form-print-wrap .request-info-list {
  margin-top: 40px;
}

.dental-chat-wraper {
  margin: 60px 0 120px 0;
  -webkit-box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.078);
          box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.078);
  background-color: #F1F1F5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.dental-chat-wraper .thumb-img {
  width: 52px;
  height: 52px;
  margin-right: 10px;
  border: 1px solid #DDDDDD;
  border-radius: 15px;
  cursor: pointer;
}

.dental-chat-wraper .thumb-img img {
  width: auto;
  border-radius: 15px;
  height: 52px;
  min-width: 52px;
}

.dental-chat-wraper .chat-left {
  width: 100%;
  max-width: 340px;
  border-right: solid 1px #ededed;
  background: #ffffff;
}

.dental-chat-wraper .chat-left .left-header {
  border-bottom: solid 1px #ededed;
  border-right: 1px solid #CFCFCF;
  padding: 15px 22px 16px 20px;
  height: 60px;
}

.dental-chat-wraper .chat-left .left-header .form-group .form-control {
  border-radius: 0;
  border: 0;
  padding: 0;
  height: auto;
  max-width: 100%;
  padding-right: 8px;
}

.dental-chat-wraper .chat-left .left-header .form-group button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.dental-chat-wraper .chat-left .left-header .form-group button i {
  margin: 0;
}

.dental-chat-wraper .chat-left .secondery-tab .nav li {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
}

.dental-chat-wraper .chat-left .secondery-tab .tab-content .tab-pane .chat-body-content {
  overflow-y: auto;
  height: 680px;
}

.dental-chat-wraper .chat-left .secondery-tab .tab-content .tab-pane .chat-body-content li {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 19px 18px 19px 16px;
  border-bottom: solid 1px #CFCFCF;
  cursor: pointer;
}

.dental-chat-wraper .chat-left .secondery-tab .tab-content .tab-pane .chat-body-content li .right-content {
  width: calc(100% - 62px);
}

.dental-chat-wraper .chat-left .secondery-tab .tab-content .tab-pane .chat-body-content li .right-content .heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.dental-chat-wraper .chat-left .secondery-tab .tab-content .tab-pane .chat-body-content li .right-content .heading p {
  font-size: 18px;
  line-height: 22px;
  color: #222222;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.dental-chat-wraper .chat-left .secondery-tab .tab-content .tab-pane .chat-body-content li .right-content .heading p span {
  color: #222222;
  line-height: 22px;
  font-size: 18px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 142px;
}

.dental-chat-wraper .chat-left .secondery-tab .tab-content .tab-pane .chat-body-content li .right-content .heading p i {
  margin-left: 5px;
}

.dental-chat-wraper .chat-left .secondery-tab .tab-content .tab-pane .chat-body-content li .right-content .heading span {
  line-height: 16px;
  color: #A4A4A4;
  font-size: 13px;
}

.dental-chat-wraper .chat-left .secondery-tab .tab-content .tab-pane .chat-body-content li .right-content .desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 4px;
}

.dental-chat-wraper .chat-left .secondery-tab .tab-content .tab-pane .chat-body-content li .right-content .desc p {
  font-size: 16px;
  line-height: 19px;
  color: #999999;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 194px;
}

.dental-chat-wraper .chat-left .secondery-tab .tab-content .tab-pane .chat-body-content li .right-content .desc span {
  padding: 2px 10px;
  border-radius: 32px;
  background-color: #0084D5;
  color: #ffffff;
  font-size: 14px;
  line-height: 17px;
}

.dental-chat-wraper .chat-left .secondery-tab .tab-content .tab-pane .chat-body-content li .right-content .btn-group a.primary-blue-button {
  color: #ffffff;
}

.dental-chat-wraper .chat-left .secondery-tab .tab-content .tab-pane .chat-body-content li .right-content .btn-group a.primary-blue-button:hover {
  color: #ffffff;
}

.dental-chat-wraper .chat-left .secondery-tab .tab-content .tab-pane .chat-body-content li.active {
  background: rgba(7, 71, 146, 0.8);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.dental-chat-wraper .chat-left .secondery-tab .tab-content .tab-pane .chat-body-content li.active .right-content .heading p {
  color: #ffffff;
}

.dental-chat-wraper .chat-left .secondery-tab .tab-content .tab-pane .chat-body-content li.active .right-content .heading span {
  color: #ffffff;
}

.dental-chat-wraper .chat-left .secondery-tab .tab-content .tab-pane .chat-body-content li.active .right-content .desc p {
  color: #ffffff;
}

.dental-chat-wraper .chat-left .secondery-tab .tab-content .tab-pane.fade {
  display: none;
}

.dental-chat-wraper .chat-left .secondery-tab .tab-content .tab-pane.show {
  display: block;
}

.dental-chat-wraper .chat-left .secondery-tab .tab-content .tab-pane .tabl-left-no-data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 680px;
}

.dental-chat-wraper .chat-left .secondery-tab .tab-content .tab-pane .tabl-left-no-data p {
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  color: #555555;
}

.dental-chat-wraper .chat-right {
  width: 640px;
  position: relative;
  overflow: hidden;
}

.dental-chat-wraper .chat-right .right-header-wrap .header-top-sec {
  padding: 16px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #ffffff;
  height: 60px;
}

.dental-chat-wraper .chat-right .right-header-wrap .header-top-sec .title {
  color: #4C4C4C;
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
}

.dental-chat-wraper .chat-right .right-header-wrap .header-top-sec .viewer-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.dental-chat-wraper .chat-right .right-header-wrap .header-top-sec .viewer-wrap .chat-notification {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 24px;
  cursor: default;
}

.dental-chat-wraper .chat-right .right-header-wrap .header-top-sec .viewer-wrap .chat-notification.unmute i {
  background: url(../../assets/icons/Icon-unmute-notifi.svg) no-repeat center center;
  background-size: auto 24px;
}

.dental-chat-wraper .chat-right .right-header-wrap .header-top-sec .viewer-wrap .stl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
  line-height: 19px;
  color: #222222;
  cursor: pointer;
  margin-right: 24px;
  font-family: "AppleSDGothicNeoB00", sans-serif;
}

.dental-chat-wraper .chat-right .right-header-wrap .header-top-sec .viewer-wrap .stl i {
  margin-right: 5px;
}

.dental-chat-wraper .chat-right .right-header-wrap .header-top-sec .viewer-wrap .selector-wrap .dropdown .btn {
  padding: 0;
}

.dental-chat-wraper .chat-right .right-header-wrap .header-top-sec .viewer-wrap .selector-wrap .dropdown .dropdown-menu .dropdown-item {
  letter-spacing: normal;
  color: #000000;
}

.dental-chat-wraper .chat-right .right-header-wrap .header-btm-sec {
  padding: 16px 20px 15px;
  background: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  border: 1px solid #CFCFCF;
  height: 56px;
  margin-left: -1px;
}

.dental-chat-wraper .chat-right .right-header-wrap .header-btm-sec span {
  font-size: 18px;
  line-height: 140%;
  color: #4C4C4C;
}

.dental-chat-wraper .chat-right .right-header-wrap .header-btm-sec a {
  font-size: 18px;
  line-height: 140%;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  color: #0084D5;
}

.dental-chat-wraper .chat-right .right-header-wrap .header-btm-sec a.disabled {
  color: #4C4C4C;
  text-decoration: none;
}

.dental-chat-wraper .chat-right .body-content {
  padding: 40px 24px 75px 23px;
  overflow-y: auto;
  height: 680px;
}

.dental-chat-wraper .chat-right .body-content .chat-item-wrap {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.dental-chat-wraper .chat-right .body-content .chat-item-wrap .chat-text .title {
  font-size: 18px;
  line-height: 22px;
  font-weight: 400;
  color: #222222;
  margin-bottom: 10px;
}

.dental-chat-wraper .chat-right .body-content .chat-item-wrap .chat-text .msg-wrap .msg-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-top: 10px;
}

.dental-chat-wraper .chat-right .body-content .chat-item-wrap .chat-text .msg-wrap .msg-inner:first-child {
  margin-top: 0;
}

.dental-chat-wraper .chat-right .body-content .chat-item-wrap .chat-text .msg-wrap .msg-inner .msg {
  padding: 15px 14px;
  border-radius: 10px;
  background-color: #ffffff;
  border-top-left-radius: 0;
  max-width: 236px;
  font-size: 16px;
  line-height: 19px;
  color: #181818;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.dental-chat-wraper .chat-right .body-content .chat-item-wrap .chat-text .msg-wrap .msg-inner .msg.multi-msg {
  margin-bottom: 10px;
}

.dental-chat-wraper .chat-right .body-content .chat-item-wrap .chat-text .msg-wrap .msg-inner span {
  font-size: 13px;
  line-height: 16px;
  color: #A4A4A4;
  margin-left: 5px;
}

.dental-chat-wraper .chat-right .body-content .chat-item-wrap .chat-text .msg-wrap .msg-inner .chat-img {
  width: 248px;
  height: 160px;
}

.dental-chat-wraper .chat-right .body-content .chat-item-wrap .chat-text .msg-wrap .msg-inner .chat-img img {
  height: 160px;
  width: 248px;
  border-radius: 5px;
  cursor: pointer;
}

.dental-chat-wraper .chat-right .body-content .chat-item-wrap .chat-text .msg-wrap .msg-inner .multi-chat-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 164px;
  margin: 0 -2px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.dental-chat-wraper .chat-right .body-content .chat-item-wrap .chat-text .msg-wrap .msg-inner .multi-chat-img .img-wrap {
  width: calc(50% - 4px);
  margin: 0 2px 4px;
}

.dental-chat-wraper .chat-right .body-content .chat-item-wrap .chat-text .msg-wrap .msg-inner .multi-chat-img .img-wrap img {
  height: 80px;
  width: 80px;
  border-radius: 5px;
  cursor: pointer;
}

.dental-chat-wraper .chat-right .body-content .chat-item-wrap.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.dental-chat-wraper .chat-right .body-content .chat-item-wrap.reverse .chat-text .msg-wrap .msg-inner {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.dental-chat-wraper .chat-right .body-content .chat-item-wrap.reverse .chat-text .msg-wrap .msg-inner span {
  margin: 0 5px 0 0;
}

.dental-chat-wraper .chat-right .body-content .chat-item-wrap.reverse .chat-text .msg-wrap .msg-inner .msg {
  border-top-right-radius: 0;
  border-top-left-radius: 10px;
  background-color: #0084D5;
  color: #ffffff;
}

.dental-chat-wraper .chat-right .body-content .chat-item-wrap.attatchment .chat-text .msg-wrap .msg-inner .msg {
  padding: 15px 16px;
  background-color: #ffffff;
  cursor: pointer;
}

.dental-chat-wraper .chat-right .body-content .chat-item-wrap.attatchment .chat-text .msg-wrap .msg-inner .msg .download-img {
  background: #e9eef4;
  height: 44px;
  width: 44px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 100%;
  margin-right: 10px;
}

.dental-chat-wraper .chat-right .body-content .chat-item-wrap.attatchment .chat-text .msg-wrap .msg-inner .msg .download-img img {
  height: 18px;
  margin: auto;
}

.dental-chat-wraper .chat-right .body-content .chat-item-wrap.attatchment .chat-text .msg-wrap .msg-inner .msg .content {
  width: calc(100% - 54px);
}

.dental-chat-wraper .chat-right .body-content .chat-item-wrap.attatchment .chat-text .msg-wrap .msg-inner .msg .content p {
  font-size: 16px;
  line-height: 19px;
  color: #222222;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.dental-chat-wraper .chat-right .body-content .chat-item-wrap.attatchment .chat-text .msg-wrap .msg-inner .msg .content ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 5px;
}

.dental-chat-wraper .chat-right .body-content .chat-item-wrap.attatchment .chat-text .msg-wrap .msg-inner .msg .content ul li {
  font-size: 14px;
  line-height: 17px;
  color: #828282;
}

.dental-chat-wraper .chat-right .body-content .chat-item-wrap.attatchment .chat-text .msg-wrap .msg-inner .msg .content ul li:before {
  content: "I";
  margin: 0 3px;
  color: #DDDDDD;
}

.dental-chat-wraper .chat-right .body-content .chat-item-wrap.attatchment .chat-text .msg-wrap .msg-inner .msg .content ul li:first-child:before {
  display: none;
}

.dental-chat-wraper .chat-right .body-content .time-divider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 20px 0;
}

.dental-chat-wraper .chat-right .body-content .time-divider p {
  font-size: 13px;
  line-height: 16px;
  color: #A4A4A4;
  position: relative;
}

.dental-chat-wraper .chat-right .body-content .time-divider p::before {
  content: "";
  width: 20px;
  height: 1px;
  display: inline-block;
  vertical-align: middle;
  background-color: #A4A4A4;
  margin-right: 5px;
}

.dental-chat-wraper .chat-right .body-content .time-divider p::after {
  content: "";
  width: 20px;
  height: 1px;
  display: inline-block;
  vertical-align: middle;
  background-color: #A4A4A4;
  margin-left: 5px;
}

.dental-chat-wraper .chat-right .body-content .time-divider.chat-loading {
  margin: 0 0 100px 0;
}

.dental-chat-wraper .chat-right .body-content .time-divider.chat-loading p::before {
  display: none;
}

.dental-chat-wraper .chat-right .body-content .time-divider.chat-loading p::after {
  display: none;
}

.dental-chat-wraper .chat-right .body-content .time-divider.load-more-btn {
  margin: 0 0 40px 0;
}

.dental-chat-wraper .chat-right .body-content .time-divider.load-more-btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 2px 10px;
  border-radius: 32px;
  background-color: #0084D5;
  color: #ffffff;
  font-size: 14px;
  line-height: 17px;
}

.dental-chat-wraper .chat-right .body-content .time-divider.load-more-btn a i {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  margin-left: 5px;
}

.dental-chat-wraper .chat-right .chat-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: #ffffff;
}

.dental-chat-wraper .chat-right .chat-footer .upload-sec {
  display: none;
  padding: 24px;
  position: relative;
  width: 100%;
  min-height: 120px;
}

.dental-chat-wraper .chat-right .chat-footer .upload-sec .uplad-img {
  position: absolute;
  height: 72px;
  width: 48px;
}

.dental-chat-wraper .chat-right .chat-footer .upload-sec .uplad-img .upload-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.dental-chat-wraper .chat-right .chat-footer .upload-sec .uplad-img .upload-inner .img-wrap {
  height: 48px;
  width: 48px;
  border-radius: 100%;
  background-color: #c490fb;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.dental-chat-wraper .chat-right .chat-footer .upload-sec .uplad-img .upload-inner .img-wrap img {
  height: 20px;
  width: 20px;
}

.dental-chat-wraper .chat-right .chat-footer .upload-sec .uplad-img .upload-inner p {
  font-size: 16px;
  line-height: 19px;
  color: #222222;
  margin-top: 5px;
}

.dental-chat-wraper .chat-right .chat-footer .upload-sec .uplad-img .file-upload {
  position: absolute;
  height: 80px;
  width: 48px;
  top: 0;
  text-indent: -999px;
  cursor: pointer;
}

.dental-chat-wraper .chat-right .chat-footer .upload-sec .uplad-img.uplad-pin {
  left: 100px;
}

.dental-chat-wraper .chat-right .chat-footer .upload-sec .uplad-img.uplad-pin .img-wrap {
  background: #6fc7fe;
}

.dental-chat-wraper .chat-right .chat-footer .upload-sec.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.dental-chat-wraper .chat-right .chat-footer .msg-send {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 24px;
  border: solid 1px #ededed;
  height: 60px;
}

.dental-chat-wraper .chat-right .chat-footer .msg-send .icon-sqr-plus {
  cursor: pointer;
}

.dental-chat-wraper .chat-right .chat-footer .msg-send .send {
  width: 100%;
}

.dental-chat-wraper .chat-right .chat-footer .msg-send .send .form-group .form-control {
  max-width: 100%;
  padding: 17px 14px 17px 10px;
  height: auto;
  border-radius: 0;
  border: 0;
  line-height: 19px;
  height: 58px;
}

.dental-chat-wraper .chat-right .chat-footer .msg-send .send .form-group button {
  background-color: #074792;
  height: 60px;
  min-width: 60px;
  padding: 17px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.dental-chat-wraper .chat-right .chat-footer .msg-send .send .form-group button i {
  margin-right: 0;
}

.dental-chat-wraper .chat-right .chat-footer .msg-send.disabled {
  padding-left: 7px;
}

.dental-chat-wraper .chat-right .chat-footer .msg-send.disabled .send .form-group button {
  background: #CFCFCF;
}

.dental-chat-wraper .chat-right .side-bar {
  width: 280px;
  background: #ffffff;
  position: absolute;
  right: -280px;
  top: 116px;
  height: calc(100% - 176px);
  padding: 40px 24px;
  -webkit-transition: all 300ms ease-in;
  transition: all 300ms ease-in;
}

.dental-chat-wraper .chat-right .side-bar .profile-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.dental-chat-wraper .chat-right .side-bar .profile-area .profile-img {
  height: 80px;
  width: 80px;
}

.dental-chat-wraper .chat-right .side-bar .profile-area .profile-img img {
  border-radius: 15px;
  height: 80px;
  width: 100%;
}

.dental-chat-wraper .chat-right .side-bar .profile-area h2 {
  font-size: 20px;
  font-weight: normal;
  line-height: 24px;
  color: #222222;
  margin: 15px 0 5px 0;
}

.dental-chat-wraper .chat-right .side-bar .profile-area p {
  font-size: 16px;
  line-height: 19px;
  color: #767676;
}

.dental-chat-wraper .chat-right .side-bar .profile-area .rating-sec {
  margin: 15px 0 24px 0;
}

.dental-chat-wraper .chat-right .side-bar .profile-area .rating-sec li {
  font-size: 18px;
  line-height: 22px;
  color: #222222;
}

.dental-chat-wraper .chat-right .side-bar .profile-area .rating-sec li:first-child i {
  margin-top: -3px;
}

.dental-chat-wraper .chat-right .side-bar .profile-area .btn {
  height: 33px;
  padding: 7px 10px;
  border-radius: 5px;
  font-size: 16px;
  line-height: 19px;
  background: #074792;
}

.dental-chat-wraper .chat-right .side-bar .profile-desc .desc {
  line-height: 18px;
  color: #767676;
  margin: 40px 0 24px 0;
}

.dental-chat-wraper .chat-right .side-bar .profile-desc .features-details li {
  color: #666666;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 18px;
  min-width: 52px;
}

.dental-chat-wraper .chat-right .side-bar .profile-desc .features-details li p {
  margin-right: 9px;
}

.dental-chat-wraper .chat-right .side-bar .profile-desc .features-details li a {
  text-decoration: underline;
  color: #666666;
  font-size: 15px;
  line-height: 18px;
}

.dental-chat-wraper .chat-right .side-bar.active {
  right: 0;
}

.dental-chat-wraper.lab-chat .chat-right .side-bar {
  padding: 40px 20px;
}

.dental-chat-wraper.lab-chat .chat-right .side-bar .profile-area .rating-sec {
  margin-top: 0;
}

.dental-chat-wraper.lab-chat .chat-right .side-bar .profile-area .rating-sec li {
  font-size: 16px;
  color: #767676;
  letter-spacing: -0.32px;
}

.top-search-result-section {
  background: #f8f8fa;
  padding: 18px 30px;
  height: 55px;
}

.top-search-result-section .top-result-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.top-search-result-section .top-result-wrap h3 {
  font-size: 16px;
  color: #000000;
  line-height: 19px;
  font-weight: 400;
}

.top-search-result-section .top-result-wrap h3 span {
  color: #000000;
}

.top-search-result-section .top-result-wrap h3 span.text-blue {
  color: #0084D5;
}

.top-search-result-section .top-result-wrap h3 span.text-dark {
  font-family: "AppleSDGothicNeoB00", sans-serif;
}

.top-search-result-section .top-result-wrap .form-group {
  width: auto;
  margin-top: 0;
}

.top-search-result-section .top-result-wrap .form-group .custom-dropdown-wrap {
  padding: 0;
  margin: 0;
}

.top-search-result-section .top-result-wrap .form-group .custom-dropdown-wrap .custom-dropdown {
  padding: 0;
  height: auto;
  border: 0;
}

.top-search-result-section .top-result-wrap .form-group .custom-dropdown-wrap .custom-dropdown .dropdown .item-selector {
  color: #232323;
  text-align: right;
  padding-right: 26px;
  line-height: 19px;
}

.top-search-result-section .top-result-wrap .form-group .custom-dropdown-wrap .custom-dropdown .dropdown.show::after {
  -webkit-transform: none;
          transform: none;
}

.top-search-result-section .top-result-wrap .form-group .custom-dropdown-wrap .custom-dropdown .dropdown .dropdown-menu {
  background: #ffffff;
  border-radius: 5px;
  -webkit-box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.102);
          box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.102);
  border: 1px solid #E0E0E0;
  overflow: hidden;
}

.top-search-result-section .top-result-wrap .form-group .custom-dropdown-wrap .custom-dropdown .dropdown .dropdown-menu .dropdown-item {
  background: #ffffff;
  border: none;
  color: #000000;
}

.top-search-result-section .top-result-wrap p {
  font-size: 20px;
  line-height: 24px;
  color: #222222;
}

.top-search-result-section .top-result-wrap p span {
  color: #0084D5;
  margin-left: 5px;
}

.top-search-result-section .top-result-wrap p span em {
  font-style: normal;
}

.top-search-result-section.w-1200 {
  min-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.recommendation-page-wrap {
  margin-bottom: 120px;
}

.recommendation-page-wrap .recom-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 55px -12px 0;
}

.recommendation-page-wrap .recom-list > li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
  width: 50%;
  padding: 0 12px;
  margin-bottom: 56px;
}

.recommendation-page-wrap .recom-list > li .recom-box figure img {
  border-radius: 20px;
  margin: 0 auto;
  width: 478px;
  height: 290px;
}

.recommendation-page-wrap .recom-list > li .recom-box figcaption {
  margin-top: 15px;
}

.recommendation-page-wrap .recom-list > li .recom-box figcaption h4 {
  font-size: 24px;
  line-height: 29px;
  color: #222222;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 400;
}

.recommendation-page-wrap .recom-list > li .recom-box figcaption p {
  font-size: 18px;
  line-height: 22px;
  color: #828282;
  margin-top: 8px;
}

.recommendation-page-wrap .recom-list > li .recom-box figcaption .hash {
  margin-top: 10px;
}

.recommendation-page-wrap .recom-list > li .recom-box .rating-sec {
  margin-top: 8px;
}

.recommendation-page-wrap.lab-details-recom-list {
  margin: 0;
  padding: 48px 0 20px 0;
}

.recommendation-page-wrap.lab-details-recom-list .lab-details-list-title h2 {
  font-size: 24px;
  line-height: 29px;
  font-family: "AppleSDGothicNeoB00", sans-serif;
  font-weight: 400;
  color: #222222;
}

.recommendation-page-wrap.recom-new-wrap .recom-list {
  margin-top: 55px;
}

.recommendation-page-wrap.recom-new-wrap .recom-list .recom-new-list-wrap {
  margin-bottom: 56px;
}

.recommendation-page-wrap.w-1200 {
  min-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.comments-section-wrap {
  margin-top: 60px;
}

.comments-section-wrap .top-search-result-section {
  padding: 15px 0;
}

.comments-section-wrap .comment-box-wrap {
  margin-bottom: 60px;
}

.comments-section-wrap .comment-box-wrap .commnets-box {
  border-bottom: 1px solid #E0E0E0;
  margin-top: 32px;
}

.comments-section-wrap .comment-box-wrap .commnets-box .top-post-box .bodyP {
  margin: 20px 0 30px;
}

.comments-section-wrap .comment-box-wrap .pagination-wraper {
  margin-top: 60px;
}

.comments-section-wrap .comment-box-wrap.no-data {
  margin-top: 32px;
}

.comments-section-wrap .comment-box-wrap .main-no-contain {
  height: 422px;
}

.charge-wrap {
  margin: 60px 0 120px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.08);
          box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.08);
  background-color: #ffffff;
}

.charge-wrap .left-charge {
  max-width: 267px;
  width: 100%;
  padding-top: 32px;
  border-right: solid 1px #ededed;
}

.charge-wrap .left-charge .header {
  padding: 0 0 30px 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.charge-wrap .left-charge .header .heading-img {
  height: 80px;
  width: 80px;
  position: relative;
  border: solid 1px #DDDDDD;
  border-radius: 20px;
}

.charge-wrap .left-charge .header .heading-img .profile-icon {
  border-radius: 20px;
  width: 80px;
  height: 80px;
}

.charge-wrap .left-charge .header .heading-img .cam-icon {
  width: 32px;
  height: 32px;
  background-color: #ffffff;
  border-radius: 100%;
  position: absolute;
  top: auto;
  bottom: -1px;
  left: auto;
  right: 0;
  border: solid 1px #ececec;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.charge-wrap .left-charge .header .heading-img .cam-icon img {
  width: 16px;
  height: 13px;
}

.charge-wrap .left-charge .header .heading-img .cam-icon .img-upload {
  position: absolute;
  text-indent: -999px;
  height: 32px;
  width: 32px;
  border-radius: 100%;
  cursor: pointer;
}

.charge-wrap .left-charge .header .header-content {
  margin-left: 15px;
}

.charge-wrap .left-charge .header .header-content h2 {
  font-size: 16px;
  line-height: 19px;
  color: #222222;
  font-weight: normal;
}

.charge-wrap .left-charge .header .header-content p {
  font-size: 14px;
  line-height: 17px;
  color: #999999;
  margin: 3px 0 13px 0;
}

.charge-wrap .left-charge .header .header-content .logoutBtn {
  font-size: 15px;
  line-height: 18px;
  text-align: center;
  color: #ffffff;
  padding: 5px 16px 4px;
  border-radius: 20px;
  background-color: #DDDDDD;
}

.charge-wrap .left-charge .body-content {
  height: 631px;
  overflow: auto;
}

.charge-wrap .left-charge .body-content li {
  border-bottom: solid 1px #E0E0E0;
}

.charge-wrap .left-charge .body-content li a {
  cursor: pointer;
  font-size: 18px;
  letter-spacing: -0.36px;
  color: #4C4C4C;
  font-weight: normal;
  line-height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 17px 24px;
}

.charge-wrap .left-charge .body-content li a:hover {
  color: #0084D5;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.charge-wrap .left-charge .body-content li a i.icon-points-small {
  background-size: auto 18px;
  width: 18px;
  height: 18px;
}

.charge-wrap .left-charge .body-content li:first-child {
  border-top: solid 1px #E0E0E0;
}

.charge-wrap .left-charge .body-content li:hover a {
  color: #0084D5;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-weight: bold;
}

.charge-wrap .left-charge .body-content li.active a {
  color: #0084D5;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-weight: bold;
}

.charge-wrap .left-charge .body-content li.with-right-icon a {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.charge-wrap .left-charge .body-content li.with-right-icon a .icon-holder {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.charge-wrap .left-charge .body-content li.with-right-icon a .icon-holder i {
  margin-right: 4px;
}

.charge-wrap .left-charge .body-content li.with-right-icon:hover a .icon-holder {
  -webkit-transition: none;
  transition: none;
  color: #4C4C4C;
}

.charge-wrap .left-charge .body-content li.with-right-icon.active a .icon-holder {
  -webkit-transition: none;
  transition: none;
  color: #4C4C4C;
}

.charge-wrap .right-charge {
  width: calc(100% - 267px);
  max-width: 713px;
}

.charge-wrap .right-charge .uses-history {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  font-size: 16px;
  line-height: 19px;
  font-family: "AppleSDGothicNeoB00", sans-serif;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  color: #0084D5;
  margin-bottom: 10px;
}

.charge-wrap .right-charge .right-charge-inner {
  height: 776px;
  padding: 32px 32px;
}

.charge-wrap .right-charge .right-charge-inner .header {
  padding: 19px;
  background-color: #f8f8fa;
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.charge-wrap .right-charge .right-charge-inner .header h2 {
  font-size: 16px;
  font-weight: normal;
  letter-spacing: -0.32px;
  color: #222222;
}

.charge-wrap .right-charge .right-charge-inner .header h1 {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 28px;
  letter-spacing: -0.56px;
  color: #222222;
  font-weight: normal;
}

.charge-wrap .right-charge .right-charge-inner .header h1 span {
  margin-right: 3px;
}

.charge-wrap .right-charge .right-charge-inner .header h1 i {
  margin-right: 8px;
}

.charge-wrap .right-charge .right-charge-inner .body-content li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 15px 20px;
  border-radius: 5px;
  border: solid 1px #DDDDDD;
  margin-top: 10px;
  cursor: pointer;
  line-height: 18px;
}

.charge-wrap .right-charge .right-charge-inner .body-content li:first-child {
  margin-top: 0;
}

.charge-wrap .right-charge .right-charge-inner .body-content li.active {
  border: solid 1px #0084D5;
}

.charge-wrap .right-charge .right-charge-inner .body-content li:hover {
  border: solid 1px #0084D5;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.charge-wrap .right-charge .right-charge-inner .body-content li .points {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.charge-wrap .right-charge .right-charge-inner .body-content li .points i {
  margin-right: 5px;
}

.charge-wrap .right-charge .right-charge-inner .body-content li .points p {
  font-size: 16px;
  line-height: 19px;
  color: #666666;
}

.charge-wrap .right-charge .right-charge-inner .body-content li .points span {
  font-size: 16px;
  line-height: 19px;
  font-weight: 400;
  color: #A4A4A4;
  margin-right: 10px;
}

.charge-wrap .right-charge .right-charge-inner .body-content li span {
  font-size: 16px;
  color: #555555;
  line-height: 19px;
}

.charge-wrap .right-charge .right-charge-inner .btn-wraper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 48px;
}

.charge-wrap .right-charge .right-charge-inner .btn-wraper .btn {
  width: 316px;
}

.charge-wrap .right-charge .right-charge-inner .btn-wraper.full-width .btn {
  width: 100%;
  max-width: none;
}

.charge-wrap .right-charge .right-charge-inner .watchlist-member-form {
  padding-top: 8px;
}

.charge-wrap .right-charge .right-charge-inner .watchlist-member-form .form-group .form-img-upload {
  margin: 0;
}

.charge-wrap .right-charge .right-charge-inner .watchlist-member-form .form-group .input-group .form-control {
  max-width: 100%;
}

.charge-wrap .right-charge .right-charge-inner .watchlist-member-form .form-group .input-group.with-icon .form-control {
  width: calc(100% - 20px);
}

.charge-wrap .right-charge .right-charge-inner .watchlist-member-form button.primary-blue-button {
  width: 100%;
  margin: 48px auto 0;
  max-width: 100%;
}

.charge-wrap .right-charge .right-charge-inner.no-data .main-no-contain {
  margin-top: 8px;
}

.charge-wrap .right-charge .right-charge-inner .review-outer .review-top .top-post-box .review-img {
  margin-bottom: 0;
}

.charge-wrap .right-charge .right-charge-inner .quote-body-wraper {
  margin-bottom: 40px;
}

.charge-wrap .right-charge .right-charge-inner .quote-body-wraper:last-child {
  margin-bottom: 0;
}

.charge-wrap .right-charge .right-charge-inner .quote-body-wraper.couponPage {
  margin-bottom: 32px;
}

.charge-wrap .right-charge .right-charge-inner.scrollable .body-content li span {
  padding-right: 10px;
}

.charge-wrap .right-charge.with-header {
  padding: 0;
}

.charge-wrap .right-charge.with-header .right-charge-inner {
  height: 720px;
}

.charge-wrap .right-charge .use-coupon {
  margin-top: 40px;
}

.charge-wrap .right-charge .use-coupon .form-group label {
  font-weight: normal;
  font-size: 18px;
  line-height: 180%;
  color: #333333;
  margin-bottom: 10px;
}

.charge-wrap .right-charge .use-coupon .form-group .input-group {
  padding: 0;
}

.charge-wrap .right-charge .use-coupon .form-group .input-group .input-inner {
  border: 1px solid #CFCFCF;
  border-radius: 5px;
  height: 50px;
  padding: 15px 20px;
}

.charge-wrap .right-charge .use-coupon .form-group .input-group .input-inner .form-control {
  color: #222222;
}

.charge-wrap .right-charge .use-coupon-table {
  margin-top: 40px;
}

.charge-wrap .right-charge .use-coupon-table h4 {
  font-weight: 400;
  font-size: 18px;
  line-height: 180%;
  color: #333333;
  margin-bottom: 10px;
}

.charge-wrap .right-charge .use-coupon-table .table-inner {
  border: 1px solid #CFCFCF;
  border-radius: 5px;
  padding: 15px 20px;
  background: #f8f8fa;
}

.charge-wrap .right-charge .use-coupon-table .table-inner .headT {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.charge-wrap .right-charge .use-coupon-table .table-inner .headT h5 {
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  color: #0084D5;
}

.charge-wrap .right-charge .use-coupon-table .table-inner .bodyT {
  margin-top: 10px;
  border-top: 1px solid #CFCFCF;
}

.charge-wrap .right-charge .use-coupon-table .table-inner .bodyT .bodyR {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 10px;
}

.charge-wrap .right-charge .use-coupon-table .table-inner .bodyT .bodyR p {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #4C4C4C;
}

.charge-wrap .right-charge.with-double-header {
  padding: 0;
}

.charge-wrap .right-charge.with-double-header .right-charge-inner {
  height: 660px;
  padding: 40px 32px 32px;
}

.charge-wrap.use-history .right-charge .body-content li {
  margin: 0;
  border: 0;
  padding: 14px 0;
  border-radius: 0;
  border-top: solid 1px #CFCFCF;
}

.charge-wrap.use-history .right-charge .body-content li:first-child {
  border-top: 0;
}

.charge-wrap.use-history .right-charge .body-content li.active {
  border: none;
}

.charge-wrap.use-history .right-charge .body-content li:hover {
  border: none;
  border-top: solid 1px #ededed;
}

.charge-wrap.use-history .right-charge .body-content li:hover:first-child {
  border: 0;
}

.charge-wrap.use-history .right-charge .body-content li p {
  color: #555555;
  font-family: "AppleSDGothicNeoR00", sans-serif;
}

.charge-wrap.use-history .right-charge .body-content li span.red {
  color: #EB5757;
}

.charge-wrap.use-history .right-charge .body-content li span.blue {
  color: #0084D5;
}

.charge-wrap.use-history .right-charge .body-content li span:last-child {
  font-family: "AppleSDGothicNeoB00", sans-serif;
}

.charge-wrap.use-history .right-charge .body-content li span:first-child {
  font-family: "AppleSDGothicNeoR00", sans-serif;
}

.charge-wrap.use-history .right-charge .right-charge-inner {
  height: 580px;
  padding: 0;
}

.charge-wrap.contract-status {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.charge-wrap.contract-status .right-charge {
  width: 100%;
  border-left: 0;
}

.charge-wrap.contract-status .right-charge .right-charge-inner {
  height: auto;
  padding: 0;
  margin-top: 54px;
}

.charge-wrap.contract-status .right-charge .right-charge-inner.no-data {
  min-height: 646px;
}

.charge-wrap.contract-status .right-charge .right-charge-inner .quote-body-wraper {
  margin-bottom: 54px;
}

.charge-wrap.contract-status .right-charge .right-charge-inner .quote-body-wraper:last-child {
  margin-bottom: 0;
}

.charge-wrap.contract-status .right-charge .pagination-wraper {
  margin-top: 54px;
}

.charge-wrap.pointsSec .right-charge .right-charge-inner {
  height: 580px;
  padding: 0;
}

.charge-wrap.pointsSec .right-charge.pointBlock .body-content li .points {
  color: #222222;
}

.home-filter .form-group .equipement-outer {
  padding: 0;
  margin: 0;
}

.home-filter .form-group .equipement-outer .equipement-wrap li a {
  font-size: 18px;
}

.home-filter .form-group .equipement-outer .equipement-wrap li.active a {
  border: solid 1px #005fb2;
}

.home-filter .primary-blue-button {
  margin-top: 90px;
}

.home-filter.home-filter-new {
  margin-bottom: 230px;
}

.home-filter.home-filter-new button {
  margin-top: 32px !important;
}

.home-filter.home-filter-new .form-group .equipement-outer .equipement-wrap li {
  padding: 0px 8px;
  margin-bottom: 16px;
}

.lab-point-charge-wrap li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 15px 20px;
  border-radius: 5px;
  border: solid 1px #DDDDDD;
  margin-top: 10px;
  cursor: pointer;
  line-height: 18px;
}

.lab-point-charge-wrap li:first-child {
  margin-top: 0;
}

.lab-point-charge-wrap li.active {
  border: solid 1px #0084D5;
}

.lab-point-charge-wrap li:hover {
  border: solid 1px #0084D5;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.lab-point-charge-wrap li .points {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.lab-point-charge-wrap li .points i {
  margin-right: 12px;
}

.lab-point-charge-wrap li .points p {
  font-size: 16px;
  letter-spacing: -0.32px;
  color: #222222;
  font-family: "AppleSDGothicNeoM00", sans-serif;
}

.lab-point-charge-wrap li span {
  font-size: 16px;
  color: #555555;
  font-family: "AppleSDGothicNeoM00", sans-serif;
}

.right-charge {
  width: calc(100% - 267px);
  padding: 32px;
  max-width: 713px;
}

.right-charge .header {
  padding: 19px;
  background-color: #f8f8fa;
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.right-charge .header h2 {
  font-size: 16px;
  line-height: 19px;
  color: #222222;
  font-weight: 400;
  font-family: "AppleSDGothicNeoSB00", sans-serif;
}

.right-charge .header h1 {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 28px;
  line-height: 34px;
  color: #222222;
  font-weight: 400;
}

.right-charge .header h1 span {
  font-family: "AppleSDGothicNeoB00", sans-serif;
  margin-right: 3px;
  font-family: "AppleSDGothicNeoB00", sans-serif;
}

.right-charge .header h1 i {
  margin-right: 5px;
}

.right-charge .body-content li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 15px 20px;
  border-radius: 5px;
  border: solid 1px #DDDDDD;
  margin-top: 10px;
  cursor: pointer;
  line-height: 18px;
}

.right-charge .body-content li:first-child {
  margin-top: 0;
}

.right-charge .body-content li.active {
  border: solid 1px #0084D5;
}

.right-charge .body-content li:hover {
  border: solid 1px #0084D5;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.right-charge .body-content li .points {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.right-charge .body-content li .points i {
  margin-right: 12px;
}

.right-charge .body-content li .points p {
  font-size: 16px;
  letter-spacing: -0.32px;
  color: #222222;
  font-family: "AppleSDGothicNeoM00", sans-serif;
}

.right-charge .body-content li span {
  font-size: 16px;
  color: #555555;
  font-family: "AppleSDGothicNeoM00", sans-serif;
}

.right-charge .btn-wraper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 48px;
}

.right-charge .btn-wraper .btn {
  width: 316px;
}

.notificationWrapper {
  margin: 60px auto 120px auto;
}

.notificationWrapper .inner-notif {
  border: solid 1px #E0E0E0;
  margin-bottom: 30px;
  overflow-y: auto;
  height: 537px;
}

.notificationWrapper .notification-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 18px 16px;
  border-top: solid 2px #E0E0E0;
}

.notificationWrapper .notification-list:first-child {
  border-top: 0;
}

.notificationWrapper .notification-list .imgHolder {
  width: 52px;
  height: 52px;
  margin-right: 10px;
}

.notificationWrapper .notification-list .imgHolder img {
  border-radius: 15px;
  border: solid 1px #DDDDDD;
  width: 52px;
  height: 52px;
}

.notificationWrapper .notification-list .txtHolder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: calc(100% - 65px);
}

.notificationWrapper .notification-list .txtHolder .desc {
  max-width: 315px;
}

.notificationWrapper .notification-list .txtHolder .desc p {
  font-size: 18px;
  color: #222222;
  line-height: 22px;
}

.notificationWrapper .notification-list .txtHolder .time p {
  font-size: 13px;
  line-height: 16px;
  color: #999999;
  white-space: nowrap;
}

.notificationWrapper.no-data {
  border: 0;
}

.profile-rating-sec {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.profile-rating-sec .profile-pic {
  margin-right: 10px;
}

.profile-rating-sec .profile-pic img {
  width: 44px;
  height: 44px;
  border-radius: 50%;
}

.profile-rating-sec .desc-pro .star-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.profile-rating-sec .desc-pro .star-wrap ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2px;
}

.profile-rating-sec .desc-pro .star-wrap ul li i {
  display: inline-block;
  margin-top: 3.425px;
  width: 16px;
  height: 16px;
  background-size: auto 16px;
}

.profile-rating-sec .desc-pro .star-wrap span {
  margin-left: 5px;
  font-size: 15px;
  line-height: 18px;
  color: #222222;
  display: block;
  white-space: nowrap;
}

.profile-rating-sec .desc-pro .name2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.profile-rating-sec .desc-pro .name2 span {
  font-size: 15px;
  color: #999999;
  position: relative;
  padding: 0 12px;
}

.profile-rating-sec .desc-pro .name2 span:first-child {
  padding-left: 0;
}

.profile-rating-sec .desc-pro .name2 span:first-child::before {
  display: none;
}

.profile-rating-sec .desc-pro .name2 span:last-child {
  padding-right: 0;
  white-space: nowrap;
}

.profile-rating-sec .desc-pro .name2 span::before {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #DDDDDD;
  content: "";
  position: absolute;
  left: -2px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.selector-wrap .dropdown-menu {
  padding: 16px;
  border-radius: 5px;
  -webkit-box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.102);
          box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.102);
  border: solid 1px #E0E0E0;
  background: #ffffff;
}

.selector-wrap .dropdown-menu .dropdown-item {
  padding: 24px 0 0;
  font-size: 16px;
  letter-spacing: -0.32px;
  line-height: 19px;
  color: #000000;
}

.selector-wrap .dropdown-menu .dropdown-item:hover {
  background: #ffffff;
  color: #074792;
}

.selector-wrap .dropdown-menu .dropdown-item:first-child {
  padding: 0;
}

.review-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 200px;
  background: #f8f8fa;
  border-radius: 10px;
  font-size: 20px;
  line-height: 24px;
  color: #555555;
  margin-bottom: 60px;
}

#table_data_listings {
  margin-top: 30px;
}

.review-outer {
  padding: 30px 0;
  border-bottom: 1px solid #E0E0E0;
}

.review-outer:first-child {
  padding-top: 0;
}

.review-outer p {
  font-size: 18px;
}

.review-outer p a {
  color: #999999;
}

.review-outer .review-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 15px;
  gap: 12px;
}

.review-outer .review-img li {
  border-radius: 5px;
  overflow: hidden;
}

.review-outer .review-img li:last-child {
  margin-left: 0;
}

.review-outer .review-img li img {
  height: 80px;
  width: 80px;
}

.review-outer .review-img li.more {
  position: relative;
}

.review-outer .review-img li.more .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.review-outer .review-img li.more .overlay span {
  width: 100%;
  height: 100%;
  font-size: 30px;
  line-height: 36px;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.review-outer .bodyP {
  margin: 20px 0px 0px;
}

.review-outer .footP {
  margin-top: 15px;
}

.review-outer.no-data {
  border-bottom: 0px;
}

.review-outer.no-data .main-no-contain {
  height: 422px;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  color: #555555;
}

.reviews .star-wrap ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 -2.5px;
}

.reviews .star-wrap ul li {
  cursor: pointer;
  margin: 0 2.5px;
}

.reviews .star-wrap ul li .icon-rating {
  width: 41px;
  background-size: auto 40px;
  height: 40px;
}

.reviews .star-wrap ul li .icon-rating-half {
  width: 40px;
  background-size: auto 40px;
  height: 40px;
}

.reviews .top-search-result-section {
  border-top: 1px solid #E0E0E0;
  border-bottom: 1px solid #E0E0E0;
  background: #ffffff;
  margin-top: 50px;
}

.reviews .rating {
  color: #222222;
  font-style: normal;
  font-weight: normal;
  font-size: 40px;
  line-height: 48px;
  text-align: center;
}

.reviews .rating span {
  color: #999999;
}

.reviews .pagination-wraper {
  margin-top: 40px;
}

.reviews.with-review-box .pagination-wraper {
  margin-top: 64px;
}

.middle-box p {
  text-align: center;
  color: #222222;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  margin-bottom: 7px;
}

.popular-post h3 {
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 29px;
  color: #222222;
}

.popular-post .reviews .top-search-result-section {
  background: #f8f8fa;
  border: none;
  margin-bottom: 10px;
}

.request-quote-home-content {
  margin: 50px 0 120px 0;
}

.request-quote-home-content .dropdown .dropdown-menu {
  padding: 16px;
  border: 1px solid #E0E0E0;
  -webkit-box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.102);
          box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.102);
  border-radius: 5px;
  min-width: 160px;
}

.request-quote-home-content .dropdown .dropdown-menu .dropdown-item {
  padding: 0;
  margin-top: 24px;
  line-height: 19px;
  color: #000000;
}

.request-quote-home-content .dropdown .dropdown-menu .dropdown-item:first-child {
  margin-top: 0;
}

.request-quote-home-content .dropdown .item-selector {
  padding: 0;
}

.request-quote-home-content .dropdown .item-selector:after {
  display: none;
}

.request-quote-home-content .dropdown .item-selector span img {
  width: 24px;
  height: 24px;
}

.request-quote-home-content .request-quote-home-inner .quote-item {
  margin-top: 40px;
}

.request-quote-home-content .request-quote-home-inner .quote-item:first-child {
  margin-top: 0;
}

.request-quote-home-content .request-quote-home-inner .quote-item .request-date {
  font-size: 20px;
  line-height: 24px;
  color: #222222;
  margin-bottom: 10px;
  display: block;
}

.request-quote-home-content .request-quote-home-inner .quote-item .quote-boddy-inner {
  border: 1px solid #E0E0E0;
  border-radius: 10px;
  padding: 24px 30px 24px 20px;
}

.request-quote-home-content .request-quote-home-inner .quote-item .quote-boddy-inner .quote-boddy .left-img {
  height: 120px;
  width: 120px;
  margin-right: 15px;
}

.request-quote-home-content .request-quote-home-inner .quote-item .quote-boddy-inner .quote-boddy .left-img img {
  width: auto;
  height: 120px;
  border-radius: 5px;
}

.request-quote-home-content .request-quote-home-inner .quote-item .quote-boddy-inner .quote-boddy .right-content {
  width: calc(100% - 135px);
}

.request-quote-home-content .request-quote-home-inner .quote-item .quote-boddy-inner .quote-boddy .right-content .compare-quote-heading .compare-quote {
  font-size: 20px;
  line-height: 24px;
  color: #222222;
  font-weight: 400;
}

.request-quote-home-content .request-quote-home-inner .quote-item .quote-boddy-inner .quote-boddy .right-content .tech-request {
  font-size: 15px;
  line-height: 18px;
  color: #222222;
  margin-top: 3px;
}

.request-quote-home-content .request-quote-home-inner .quote-item .quote-boddy-inner .quote-boddy .right-content .description {
  font-size: 15px;
  line-height: 18px;
  color: #767676;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 465px;
}

.request-quote-home-content .request-quote-home-inner .quote-item .quote-boddy-inner .quote-boddy .right-content button {
  margin-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 16px;
  line-height: 19px;
  color: #ffffff;
  padding: 7px 23px 6px;
  border-radius: 5px;
  background-color: #074792;
  height: 32px;
  min-width: 120px;
}

.request-quote-home-content .pagination-wraper {
  margin: 40px 0 0 0;
}

.request-quote-home-content .premium-lab-sec {
  margin-top: 40px;
}

.request-quote-home-content .premium-lab-sec .transaction-volume {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 16px 0;
  border-top: 1px solid #E0E0E0;
  border-bottom: 1px solid #E0E0E0;
}

.request-quote-home-content .premium-lab-sec .transaction-volume .transaction-count {
  font-size: 20px;
  line-height: 24px;
  color: #000000;
}

.request-quote-home-content .premium-lab-sec .transaction-volume .dropdown .item-selector {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.request-quote-home-content .premium-lab-sec .transaction-volume .dropdown .item-selector:after {
  border: 0;
  background: url(../../assets/icons/dropdown-dark.svg) no-repeat right center;
  width: 16px;
  height: 9px;
  background-size: auto 9px;
  margin-left: 10px;
  display: inline-block;
}

.request-quote-home-content .premium-lab-sec .transaction-volume .dropdown .item-selector span {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #232323;
}

.request-quote-home-content .premium-lab-sec .recommendation-page-wrap {
  margin: 40px 0 0 0;
}

.request-quote-home-content .premium-lab-sec .recommendation-page-wrap .recom-list {
  margin: 0;
}

.request-quote-home-content .premium-lab-sec .recommendation-page-wrap .recom-list > li {
  width: 100%;
  max-width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  padding: 0;
  margin-bottom: 40px;
}

.request-quote-home-content .premium-lab-sec .recommendation-page-wrap .recom-list > li:last-child {
  margin-bottom: 0;
}

.request-quote-home-content .premium-lab-sec .recommendation-page-wrap .recom-list > li .recom-box figure a {
  width: 640px;
  height: 320px;
  display: block;
  border-radius: 10px 10px 0px 0px;
  border: 1px solid #c4c4c4;
}

.request-quote-home-content .premium-lab-sec .recommendation-page-wrap .recom-list > li .recom-box figure a img {
  height: 320px;
  width: 100%;
  border-radius: 10px 10px 0px 0px;
}

.request-quote-home-content .premium-lab-sec .recommendation-page-wrap .recom-list > li .recom-box .figcaption-outer-wrap {
  border: 1px solid #CFCFCF;
  border-radius: 0 0 10px 10px;
  border-top: 0;
}

.request-quote-home-content .premium-lab-sec .recommendation-page-wrap .recom-list > li .recom-box .figcaption-outer-wrap .figcaption-wrap {
  border-bottom: 1px solid #E0E0E0;
  padding: 30px 25px 20px 25px;
}

.request-quote-home-content .premium-lab-sec .recommendation-page-wrap .recom-list > li .recom-box .figcaption-outer-wrap .figcaption-wrap figcaption {
  margin: 0;
}

.request-quote-home-content .premium-lab-sec .recommendation-page-wrap .recom-list > li .recom-box .figcaption-outer-wrap .figcaption-wrap figcaption h4 {
  color: #4C4C4C;
}

.request-quote-home-content .premium-lab-sec .recommendation-page-wrap .recom-list > li .recom-box .figcaption-outer-wrap .amount-sec {
  padding: 30px 25px;
  border-bottom: 1px solid #E0E0E0;
}

.request-quote-home-content .premium-lab-sec .recommendation-page-wrap .recom-list > li .recom-box .figcaption-outer-wrap .amount-sec .amount-sec-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
}

.request-quote-home-content .premium-lab-sec .recommendation-page-wrap .recom-list > li .recom-box .figcaption-outer-wrap .amount-sec .amount-sec-item:last-child {
  margin: 0;
}

.request-quote-home-content .premium-lab-sec .recommendation-page-wrap .recom-list > li .recom-box .figcaption-outer-wrap .amount-sec .amount-sec-item p {
  font-size: 20px;
  line-height: 24px;
  color: #555555;
}

.request-quote-home-content .premium-lab-sec .recommendation-page-wrap .recom-list > li .recom-box .figcaption-outer-wrap .amount-sec .amount-sec-item h3 {
  font-family: "Helvetica";
  font-weight: 400;
  font-size: 24px;
  line-height: 28px;
  color: #222222;
}

.request-quote-home-content .premium-lab-sec .recommendation-page-wrap .recom-list > li .recom-box .figcaption-outer-wrap .quote-offer-amount {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 32px 25px 0;
}

.request-quote-home-content .premium-lab-sec .recommendation-page-wrap .recom-list > li .recom-box .figcaption-outer-wrap .quote-offer-amount p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 20px;
  line-height: 24px;
  color: #0084D5;
  cursor: pointer;
}

.request-quote-home-content .premium-lab-sec .recommendation-page-wrap .recom-list > li .recom-box .figcaption-outer-wrap .quote-offer-amount h3 {
  font-family: "Helvetica";
  font-weight: 400;
  font-size: 24px;
  line-height: 28px;
  color: #0084D5;
}

.request-quote-home-content .premium-lab-sec .recommendation-page-wrap .recom-list > li .recom-box .figcaption-outer-wrap .btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 32px 25px 30px;
}

.request-quote-home-content .premium-lab-sec .recommendation-page-wrap .recom-list > li .recom-box .figcaption-outer-wrap .btn-wrap .btn {
  width: 288px;
  height: 56px;
  border-radius: 5px;
  padding: 17px;
  background: #074792;
  border: solid 1px #074792;
  font-size: 18px;
  line-height: 22px;
  color: #ffffff;
}

.request-quote-home-content .premium-lab-sec .recommendation-page-wrap .recom-list > li .recom-box .figcaption-outer-wrap .btn-wrap .btn.btn-outline {
  border: solid 1px #CFCFCF;
  background: transparent;
  color: #074792;
}

.request-quote-home-content .premium-lab-sec .recommendation-page-wrap .recom-list > li .recom-box .figcaption-outer-wrap .btn-wrap.btn-fullW .btn {
  width: 100%;
}

.request-quote-home-content .premium-lab-sec .recommendation-page-wrap.no-data-wrap .no-data {
  background: #F8F8FA;
  border-radius: 10px;
  width: 100%;
  height: 226px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.request-quote-home-content .premium-lab-sec .recommendation-page-wrap.no-data-wrap .no-data p {
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  color: #555555;
}

.request-quote-home-content .premium-lab-sec .quotes-table {
  margin-top: 40px;
}

.request-quote-home-content.quote-home-wrap .quote-body-wrap .quote-body-wraper {
  margin-bottom: 40px;
}

.request-quote-home-content.quote-home-wrap .quote-body-wrap .quote-body-wraper:last-child {
  margin-bottom: 0;
}

.request-quote-home-content.quote-home-wrap .quote-body-wrap.no-data {
  height: 512px;
}

.my-enquery {
  padding-top: 50px;
}

.my-enquery .tab-area .nav-pills li {
  width: 50% !important;
}

.my-enquery .tab-area .tab-content .notice-outer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.my-enquery .tab-area .tab-content .notice-outer .list-no {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #074792;
  border-radius: 2px;
  background-color: transparent;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  margin-right: 20px;
  color: #A4A4A4;
  height: 32px;
  min-width: 80px;
}

.my-enquery .tab-area .tab-content .notice-outer p {
  font-size: 16px;
  line-height: 19px;
  color: #333333;
}

.my-enquery .tab-area .btn-header-link {
  padding: 0px;
  position: relative;
}

.my-enquery .tab-area .btn-header-link::after {
  background: url(../../assets/icons/arw-dwn.svg) no-repeat right center;
  background-size: 12px 16px;
  content: " ";
  position: absolute;
  height: 16px;
  width: 12px;
  border: 0;
  right: 15px;
  left: auto;
  top: 0;
  bottom: 0;
  margin: auto;
}

.my-enquery .tab-area .btn-header-link.collapsed::after {
  background: url(../../assets/icons/dropdown.svg) no-repeat right center;
  background-size: 12px 16px;
}

.my-enquery .tab-area .card {
  border: none;
}

.my-enquery .tab-area .card-body .notice-outer {
  margin-top: 15px;
}

.my-enquery .tab-area .card-body .notice-outer:first-child {
  margin-top: 0;
}

.my-enquery .form-container {
  -webkit-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.078);
          box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.078);
  padding: 50px 33px;
  max-width: 714px;
  width: 100%;
  margin: 50px auto 0;
}

.my-enquery .form-container .primary-blue-button {
  margin-top: 30px;
  max-width: none;
}

.my-enquery .form-container .form-group .custom-dropdown-wrap .custom-dropdown {
  max-width: none;
}

.my-enquery .form-container .form-group .form-control {
  max-width: none;
}

.my-enquery .card-header {
  padding: 14px 36px 14px 20px;
  border-bottom: 1px solid #E0E0E0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #fff;
}

.my-enquery .card-header .notice-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.my-enquery .card-header .notice-left p {
  font-size: 16px;
  line-height: 19px;
  color: #333333;
  white-space: nowrap;
  max-width: 600px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.my-enquery .card-header .notice-left .list {
  font-size: 16px;
  color: #999999;
  text-align: center;
  min-width: 80px;
  line-height: 16px;
  margin-right: 20px;
}

.my-enquery .card-header .notice-left .list.list-no {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #074792;
  padding: 7px 10px 6px;
  border-radius: 2px;
  background-color: transparent;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  color: #A4A4A4;
  height: 32px;
}

.my-enquery .my-enq-head {
  width: 100%;
  padding-top: 30px !important;
  border-bottom: 2px solid #CCCCCC;
}

.my-enquery .heading {
  margin-bottom: 50px;
}

.main-body-section.bidding-property {
  position: relative;
}

.main-body-section.bidding-property .grid-section ul li {
  width: 50% !important;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}

.main-body-section.bidding-property .grid-section ul figure {
  display: inline-block;
}

.main-body-section.bidding-property .grid-section ul ul {
  text-align: inherit;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.main-body-section.bidding-property .grid-section ul ul li {
  text-align: inherit;
  max-width: 82%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 76%;
          flex: 0 0 76%;
}

.property .transaction-volume {
  background: #f8f8fa;
  padding: 6px 0px;
}

.property .transaction-volume .container-medium {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.property .lab-details-recom-list {
  padding-bottom: 100px;
}

.print-out {
  margin: 100px auto 97px;
}

.print-out h1 {
  font-size: 38px !important;
}

.print-out .request-info-list .list-row {
  padding: 20px 0 10px;
}

.print-out .request-info-list .list-row:first-child {
  padding-top: 0;
}

.main-container-wrap {
  padding: 50px 0;
}

@media screen and (max-width: 768px) {
  .main-container-wrap {
    padding: 20px 0;
  }
}

.main-container-wrap .data-info-view-wrap .heading_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.main-container-wrap .data-info-view-wrap .heading_area .head {
  margin-bottom: 16px;
}

.main-container-wrap .data-info-view-wrap .heading_area .head h2 {
  font-size: 24px;
  font-weight: bold;
  color: #333333;
}

.main-container-wrap .data-info-view-wrap .heading_area .head h2 span {
  font-size: 20px;
  color: #333333;
  margin-left: 40px;
  font-weight: normal;
}

.main-container-wrap .terms-wrap {
  background: #ffffff;
  padding: 20px;
  border: 1px solid #DDDDDD;
  color: #222222;
}

@media screen and (max-width: 768px) {
  .main-container-wrap .terms-wrap {
    padding: 10px;
  }
}

.main-container-wrap .terms-wrap .topT {
  font-size: 14px;
  line-height: 21px;
}

.main-container-wrap .terms-wrap h3 {
  font-weight: bold;
  font-size: 20px;
  line-height: 30px;
  border-bottom: solid 1px #000000;
  padding-bottom: 16px;
}

.main-container-wrap .terms-wrap .terms-box {
  margin: 23px 0;
}

.main-container-wrap .terms-wrap .terms-box h4 {
  font-weight: bold;
  font-size: 18px;
  line-height: 27px;
  margin-bottom: 22px;
}

.main-container-wrap .terms-wrap .terms-box .terms-small {
  margin-top: 40px;
}

@media screen and (max-width: 768px) {
  .main-container-wrap .terms-wrap .terms-box .terms-small {
    margin-top: 25px;
  }
}

.main-container-wrap .terms-wrap .terms-box .terms-small:first-child {
  margin-top: 0;
}

.main-container-wrap .terms-wrap .terms-box .terms-small h5 {
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 22px;
}

.main-container-wrap .terms-wrap .terms-box .terms-small p {
  font-weight: normal;
  font-size: 14px;
  line-height: 21px;
}

.main-container-wrap .terms-wrap .terms-box .terms-small ul li {
  font-weight: normal;
  font-size: 14px;
  line-height: 21px;
  margin-top: 9px;
}

.main-container-wrap .terms-wrap .terms-box .terms-small ul li:first-child {
  margin-top: 0;
}

.main-container-wrap .terms-wrap .privacy-box {
  margin-top: 30px;
}

.main-container-wrap .terms-wrap .privacy-box h5 {
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 22px;
}

.main-container-wrap .terms-wrap .privacy-box ul {
  margin-left: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.main-container-wrap .terms-wrap .privacy-box ul li {
  list-style: none;
}

.main-container-wrap .privacy-table {
  min-height: .01%;
  overflow-x: auto;
  padding: .01%;
  margin-top: 12px;
}

@media screen and (max-width: 1200px) {
  .main-container-wrap .privacy-table {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
}

.main-container-wrap .privacy-table table {
  border: solid 1px #F2F2F2;
  width: 100%;
}

.main-container-wrap .privacy-table table thead th {
  background: #F2F2F2;
  text-align: center;
  font-weight: normal;
  font-size: 14px;
  line-height: 17px;
  color: #222222;
  padding: 18px;
}

.main-container-wrap .privacy-table table tbody td {
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  color: #222222;
  padding: 20px;
  border: solid 1px #F2F2F2;
  min-width: 227px;
  text-align: center;
}

.container-terms {
  max-width: 1200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0 15px;
}

html,
body {
  height: 100%;
  min-height: 100%;
  scroll-behavior: smooth;
}

body {
	/*font-family: "dunkel-sans-medium", "dunkel";*/
  font-family: "AppleSDGothicNeoR00", sans-serif;
  font-size: 15px;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: "AppleSDGothicNeoR00", sans-serif;
  font-weight: 500;
}

a {
  color: #222222;
  text-decoration: none;
  outline: 0;
}

a:hover {
  text-decoration: none;
}

.btn.focus,
.btn:focus {
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

strong {
  font-weight: bold;
}

textarea {
  resize: none;
}

input {
  outline: none;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px white inset !important;
}

/*container sizing as per feedback*/
.container-fluid {
  min-width: 1200px;
}

.container-big {
  min-width: 1200px;
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 1280px) {
  .container-big {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.container-medium {
  min-width: 980px;
  width: 980px;
  margin: 0 auto;
}

.container-semi-medium {
  min-width: 640px;
  width: 640px;
  margin: 0 auto;
}

.container-small {
  min-width: 470px;
  width: 470px;
  margin-left: auto;
  margin-right: auto;
}

.default-height {
  min-height: 768px;
}

.bg-white {
  background: #ffffff;
}

.bg-grey {
  background: #F7F8FB;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.form-control {
  border: solid 1px #CFCFCF;
}

.form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  background: transparent;
}

.form-control.datepickerBg {
  background: url(../../assets/icons/dropdown-dark.svg) no-repeat right 0 center;
  background-size: 12px 16px;
  cursor: pointer;
}

.no-margin {
  margin: 0;
}

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

.m-b-120 {
  margin-bottom: 120px;
}

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

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

.scrollable {
  overflow: hidden;
  overflow-y: auto;
}

.p-0 {
  padding: 0;
}

.loader-wrap {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  left: 0;
  top: 0;
  z-index: 1051;
}

.loader-wrap .loader {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
  background: url(../../assets/icons/loader.gif) no-repeat center center;
  height: 150px;
  width: 150px;
}

.loader-wrap.hide-loader {
  display: none;
}

.preloader-loading {
  overflow: hidden;
  height: 100vh;
}

/* Safari */
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.review-inner {
  display: block;
}

span.error {
  font-size: 14px;
  line-height: 180%;
  color: #C62828;
  margin-top: 5px;
}

span.validate {
  font-size: 14px;
  line-height: 180%;
  color: #0084D5;
  margin-top: 5px;
}

.error-border {
  border-bottom: 1px solid #C62828 !important;
}

.error-border-full {
  border: 1px solid #C62828 !important;
}

.loading_global {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 40px 0;
}

.loading_global p {
  font-size: 15px;
  line-height: 20px;
  text-align: center;
  color: #999999;
}

.more-img {
  position: relative;
  cursor: pointer;
}

.more-img .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 5px;
}

.more-img .overlay span {
  width: 100%;
  height: 100%;
  font-size: 30px !important;
  line-height: 36px !important;
  color: #ffffff !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 !important;
}

.no-cursor {
  cursor: default !important;
}

.with-cursor {
  cursor: pointer;
}

.no-upload input {
  display: none;
}

.break-line {
  word-break: break-all;
}

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

.pt-0 {
  padding-top: 0;
}

.pos-rel {
  position: relative;
}

.bidding-no-content .main-no-contain {
  height: 422px;
  margin: 32px 0 200px;
}
/*# sourceMappingURL=style.css.map */