/*!
Theme Name: Froxholiday
Theme URI: http://underscores.me/
Author: Froxholiday
Author URI: https://froxholidays.com
Description: A theme for Frox Holiday
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: froxholiday
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Froxholiday is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

:root {
    --font-base: 'Noto Sans', sans-serif;
    --font-medium: gotham-medium, sans-serif;
    --font-book: 'Noto Sans', sans-serif;
    --font-bold: gotham-bold, sans-serif;
    --font-light: gotham-light, sans-serif;
    --font-heading: "Playfair Display", sans-serif;
    --bs-blue: #0d6efd;
    --bs-indigo: #6610f2;
    --bs-purple: #6f42c1;
    --bs-pink: #d63384;
    --bs-red: #dc3545;
    --bs-orange: #fd7e14;
    --bs-yellow: #ffc107;
    --bs-green: #198754;
    --bs-teal: #20c997;
    --bs-cyan: #0dcaf0;
    --bs-black: #000;
    --bs-white: #fff;
    --bs-gray: #6c757d;
    --bs-gray-dark: #343a40;
    --bs-gray-100: #f8f9fa;
    --bs-gray-200: #e9ecef;
    --bs-gray-300: #dee2e6;
    --bs-gray-400: #ced4da;
    --bs-gray-500: #adb5bd;
    --bs-gray-600: #6c757d;
    --bs-gray-700: #495057;
    --bs-gray-800: #343a40;
    --bs-gray-900: #212529;
    --bs-primary: #D25628;
    --bs-secondary: #39382A;
    --bs-success: #198754;
    --bs-info: #0dcaf0;
    --bs-warning: #ffc107;
    --bs-danger: #E4222B;
    --bs-light: #F5F7FA;
    --bs-dark: #1B1B1B;
    --bs-primary-rgb: 210, 86, 40;
    --bs-secondary-rgb: 57, 56, 42;
    --bs-success-rgb: 25, 135, 84;
    --bs-info-rgb: 13, 202, 240;
    --bs-warning-rgb: 255, 193, 7;
    --bs-danger-rgb: 228, 34, 43;
    --bs-light-rgb: 245, 247, 250;
    --bs-dark-rgb: 27, 27, 27;
    --bs-white-rgb: 255, 255, 255;
    --bs-black-rgb: 0, 0, 0;
    --bs-body-color-rgb: 0, 0, 0;
    --bs-body-bg-rgb: 255, 255, 255;
    --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
    --bs-body-font-family: var(--font-book);
    --bs-body-font-size: 1rem;
    --bs-body-font-weight: 400;
    --bs-body-line-height: 1.5;
    /* --bs-body-color: #000; */
    --bs-body-color: #3d4047;
    --bs-body-bg: #f1f1f1;
    --bs-border-width: 1px;
    --bs-border-style: solid;
    --bs-border-color: #dee2e6;
    --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
    --bs-border-radius: 0.375rem;
    --bs-border-radius-sm: 0.25rem;
    --bs-border-radius-lg: 0.5rem;
    --bs-border-radius-xl: 1rem;
    --bs-border-radius-2xl: 2rem;
    --bs-border-radius-pill: 50rem;
    --bs-link-color: #D25628;
    --bs-link-hover-color: #a84520;
    --bs-code-color: #d63384;
    --bs-highlight-bg: #fff3cd;
    --arrow-right-primary: url("data:image/svg+xml,<svg width='6' height='8' viewBox='0 0 6 8' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M1.5 7L4.5 4L1.5 1' stroke='%23D25628' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' /></svg>");
    --bs-line-height: 1.6;

    --slide_height: 600px;
    --slide_height_mobile: 750px;
}

*, ::before, ::after {
    box-sizing: border-box;
}

@media (prefers-reduced-motion: no-preference) {
    :root {
        scroll-behavior: smooth;
    }
}

/* 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;
  -webkit-text-size-adjust: 100%;
}

/* 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 {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/**
 * 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;
  font-size: 1em;
}

/* 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;
  text-decoration: underline;
  text-decoration: underline dotted;
}

/**
 * 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;
  font-size: 1em;
}

/**
 * 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;
  font-size: 100%;
  line-height: var(--bs-line-height);
  margin: 0;
}

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

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  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 {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/**
 * 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"] {
  box-sizing: border-box;
  padding: 0;
}

/**
 * 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;
  outline-offset: -2px;
}

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

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

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 1rem;
  line-height: var(--bs-line-height);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}

p {
  margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", courier, monospace;
  line-height: var(--bs-line-height);
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
  background: #fff;
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

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

figure {
  margin: 1em 0;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/* Links
--------------------------------------------- */
/* a {
	color: #4169e1;
}

a:visited {
	color: #800080;
}

a:hover,
a:focus,
a:active {
	color: #191970;
} */

a:focus {
  outline: thin dotted;
}

a:hover,
a:active {
  outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: var(--bg1);
  border-radius: 8px;
  background: var(--bg1);
  color: var(--bs-white);
  /* line-height: var(--bs-line-height); */
  /* padding: 0.6em 1em 0.4em; */
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
  border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 10px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
  display: block;
  width: 100%;
}

.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}

.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
  display: block;
  left: auto;
}

.main-navigation ul ul a {
  width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}

.main-navigation li {
  position: relative;
}

.main-navigation a {
  display: block;
  text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }

  .main-navigation ul {
    display: flex;
  }
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
  display: block;
}

.updated:not(.published) {
  display: none;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 1.5em;
}

.widget select {
  max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

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

/* Galleries
--------------------------------------------- */
.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}

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

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;

  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  /*rtl:ignore*/
  float: right;

  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}

.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-nav .owl-prev {
  font-size: 14px !important;
}

.posts,
.tourb2-ab-p1 {
  overflow: hidden;
  width: 100%;
}

.menu-pop .tour_right,
.posts {
  margin-top: 20px;
}

.wp-singular.page-template-default .item h1.item-txt,
.blog .item h1.item-txt {
  top: 50%;
  transform: translateY(-50%);
}

.defaultbnr {
  max-height: 354px !important;
}

.listpage-banner {
  max-height: 354px !important;
}

.tour_rela_1 {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

/* .link-btn.ThemeButton {
  align-self: start;
} */

/* Footer */
ul.social-links {
  display: flex;
  column-gap: 15px;
  min-height: unset;
  padding: 0;
  flex-wrap: wrap;
}

.svgicon {
  background-size: cover;
  background-repeat: no-repeat;
}

.entry-meta .svgicon {
  height: 24px;
  width: 27px;
  display: flex;
}

.entry-meta span {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 12px;
  opacity: .5;
}

.entry-meta span a{
  font-size: 12px;
}

.youtube {
  background-image: url("./assets/images/icon/youtube.svg");
}
.google {
  background-image: url("./assets/images/icon/google.svg");
}
.whatsapp {
  background-image: url("./assets/images/icon/whatsapp.svg");
}
.facebook {
  background-image: url("./assets/images/icon/facebook.svg");
}
.twitter {
  background-image: url("./assets/images/icon/twitter.svg");
}
.linkedin {
  background-image: url("./assets/images/icon/linkedin.svg");
}
.overview {
  background-image: url("./assets/images/icon/overview.svg");
}
.itinerary {
  background-image: url("./assets/images/icon/itinerary.svg");
}
.location {
  background-image: url("./assets/images/icon/location.svg");
}
.inclusion {
  background-image: url("./assets/images/icon/inclusion.svg");
}
.price {
  background-image: url("./assets/images/icon/price.svg");
  position: absolute;
  height: 1rem;
  width: 1rem;
  left: .5rem;
}
.search {
  background-image: url("./assets/images/icon/search.svg");
  height: 32px;
  width: 32px;
  align-self: center;
}
.user {
  background-image: url("./assets/images/icon/user.svg");
}
.calendar {
  background-image: url("./assets/images/icon/calendar.svg");
}
.highlights {
  background-image: url("./assets/images/icon/highlights.svg");
}
.exclusion {
  background-image: url("./assets/images/icon/exclusion.svg");
}
.holidays {
  background-image: url("./assets/images/icon/holidays.svg");
  width: 35px;
  height: 35px;
}

.blog_meta i.svgicon {
  height: 26px;
  width: 26px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.fire-panel li a i.svgicon,
.facilitylist li a i.svgicon {
  width: 30px;
  height: 30px;
}


.instagram {
  background-image: url("./assets/images/icon/instagram.svg");
}

.svg-itinerary {
  background-image: url("./assets/images/itinerary.svg");
}

#primary-menu .notranslate {
  display: none;
}

.package-price {
  display: flex;
  align-items: center;
  gap: 10px;
}

/****** */
.patternheader {
  height: 65px;
}
.pd-section {
  margin-bottom: 15px;
}
.whitebox {
  padding: 20px;
  border-radius: 8px;
  background: #fff;
  margin-bottom: 15px;
  display: inline-block;
  width: 100%;
}
.stepsecond-block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 50px;
}
.blocktitle {
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}
.step-section-block {
  display: flex;
  justify-content: space-between;
  position: relative;
  flex: 1;
  max-width: 60%;
}
.step-section-block li {
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 10px 15px;
  text-align: center;
  position: relative;
  min-width: 100px;
  background: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.step-section-block:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  left: 0;
  background: #ddd;
  top: 50%;
}
.step-section-block li span {
  background-color: var(--bg1);
  color: #fff;
  border-radius: 50%;
  height: 22px;
  width: 22px;
  position: absolute;
  left: -10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.step-section-block li i {
  height: 22px;
  width: 22px;
  display: inline-block;
}
.step-section-block li i.icon1 {
  background-position: 1px 1px;
}
.step-section-block li i.icon2 {
  background-position: -24px 1px;
}
.step-section-block li i.icon3 {
  background-position: -51px 1px;
}
.step-section-block li p {
  font-size: 12px;
  margin-bottom: 0;
}
.cart-item-text {
  text-align: right;
}
.cart-item-text p {
  font-weight: 400;
}
.cart-item-text a {
  font-weight: 500;
  text-decoration: underline;
  text-transform: uppercase;
}
.inputselectbox {
  padding-left: 15px;
  margin-bottom: 15px;
  background-color: #f5f5f5;
  border: none;
}
.inputlabel {
  height: 15px;
  margin-bottom: 5px;
  color: #000;
  font-size: 12px;
  display: none;
}
textarea.inputselectbox {
  height: auto;
  margin-bottom: 0;
}
.inputdetails [class*=" col-"],
.inputdetails [class^="col-"] {
  padding-left: 8px;
  padding-right: 8px;
}
.list-wrap-block .blocktitle i {
  height: 25px;
  width: 25px;
  display: inline-block;
  margin-right: 10px;
  float: left;
}
.itemrepeate-block {
  display: inline-block;
  width: 100%;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ddd;
}
.itemrepeate-block:last-child {
  border: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.lp-detailICON {
  background-position: 0 -27px;
}
.v-redeem-block {
  display: flex;
  align-items: center;
  gap: 15px;
}

.v-redeem-block .blocktitle {
  white-space: nowrap;
  margin: 0;
}

.v-redeem-block .inputselectbox {
  margin: 0;
  max-width: 300px;
}

.v-redeem-block a {
  height: 45px;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  width: 120px;
  justify-content: center;
}

.close-btn-voucher i {
  display: flex;
  transform: rotate(45deg);
  font-size: 30px;
  font-style: normal;
}

.lbl-value {
  display: flex;
  gap: 5px;
  align-items: center;
}

.close-btn-voucher i {
  display: flex;
  transform: rotate(45deg);
}

.lp-detailICON {
  background-position: 0 -27px;
}
.palmICON {
  background-position: -38px -27px;
}
.extdtlICON {
  background-position: -71px -26px;
}
.VisabxICON {
  background-position: -2px -57px;
}
.payoptICON {
  background-position: -71px -26px;
}
.paymethodICON {
  background-position: -105px -27px;
}
.inputdetails {
  margin-left: -8px;
}
.list-wrap-block .package-title {
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 20px;
  position: relative;
  display: flex;
}
.list-wrap-block .package-title::after {
  background-color: var(--bg1);
  content: "";
  position: absolute;
  height: 2px;
  width: 50px;
  left: 0;
  bottom: -5px;
}
.t-pkg-title {
  display: flex;
  column-gap: 5px;
  font-size: 13px;
}
.inputdetails .comboinputs:last-child .inputselectbox {
  margin: 0;
}
.room-nav {
  padding-top: 0 !important;
  margin-bottom: 20px;
}
.room-nav > li > a {
  border-radius: 8px;
  margin-right: 10px;
  border: 1px solid var(--color1);
}
.room-nav > li.active > a,
.room-nav > li.active > a:focus,
.room-nav > li.active > a:hover {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.29);
  border-radius: 8px;
  background-color: var(--bg1);
  color: #fff;
}
.room-nav li.active::after {
  content: " ";
  position: absolute;
  left: 40%;
  opacity: 1;
  border: 8px solid transparent;
  border-bottom-color: transparent;
  border-top-color: var(--color1);
}
.note-red {
  font-weight: 500;
  font-size: 14px;
  padding: 10px 0;
}
.essential-info-block {
  padding: 15px;
  border-radius: 8px;
}
.essential-info-block .title {
  font-weight: 400;
  font-size: 14px;
  margin-bottom: 15px;
}
.essential-info-block p {
  font-size: 14px;
  margin: 0;
}
.countrymobile {
  display: flex;
  column-gap: 2px;
  justify-content: space-between;
}
.countrymobile .countrycode {
  width: max-content;
  z-index: 1;
  padding-left: 10px;
  text-align: center;
  height: 45px;
  margin: 0;
  max-width: 30%;
  border-radius: 8px 0 0 8px;
}
.inputselectbox.MNumber {
  border-radius: 0 8px 8px 0;
}
.uploadbulk {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  padding: 10px;
  border-radius: 8px;
  background-color: var(--bg2);
}
.uploadchek .checkdiv {
  padding-left: 22px;
  margin: 0;
  font-size: 14px;
}
.uploadchek {
  line-height: var(--bs-line-height);
}
.downldFile a {
  height: 30px;
  width: 30px;
  border-radius: 50px;
  line-height: 30px;
  text-align: center;
  display: inline-block;
  color: #fff;
  background-color: var(--bg1);
}
.package-title.psngertitle {
  margin-bottom: 30px;
}
.package-title.psngertitle::after {
  height: 1px;
  width: 100%;
  background-color: #ddd;
}
.redeem-block {
  display: flex;
}
.redeem-block .select_bx {
  margin-left: 10px;
  width: 40%;
}
.Redeembtn {
  height: 40px;
  line-height: 40px;
  text-transform: uppercase;
  margin-left: 10px;
  display: inline-block;
  text-align: center;
  padding: 0;
  width: 120px;
}
.redeem-block .blocktitle,
.redeem-block .inputselectbox {
  margin: 0;
}
.redeem-block .inputselectbox {
  background-color: #fff;
  height: 40px;
}
.payment-option-block .radio-inline {
  margin-bottom: 10px;
}
.recidentcheck:last-child .radio-inline {
  margin: 0;
}
.payment-option-block {
  position: relative;
}
.payment-option-block .payment-card-img {
  position: absolute;
  right: 20px;
  top: 15px;
}
.pnr_proimg {
  background: url(https://d1vqfl8cu8qgdj.cloudfront.net/assets/img/pass_strip.png)
    231px 113px no-repeat rgba(0, 0, 0, 0);
  margin-right: 5px;
}
.cvv-card-no {
  position: relative;
}
.payment_cvv {
  background-position: -142px -75px;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 0;
  right: -65px;
}
.payment-method-content {
  padding: 15px 0;
  padding-bottom: 0;
}
.payment-method-content .note {
  padding: 10px 0;
}
.payment-option-block .nav-pills {
  padding-top: 0 !important;
  margin-bottom: 15px;
}
.payment-method-bottom {
  background-color: #fff;
  border-radius: 8px;
  padding: 15px 0;
}
.tnc .checkdiv {
  font-weight: var(--bs-body-font-weight);
  font-size: 14px;
  margin-bottom: 0;
  padding-left: 25px;
}
p.tnc {
  margin-bottom: 0;
}
.paynow-btn {
  display: inline-block;
  width: 100%;
  border: none;
  font-size: 16px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  padding: 0 15px;
  margin-bottom: 0;
}
.nav-pills li a {
  padding: 6px 20px;
  margin-right: 10px;
  border-radius: 8px;
  background-color: #eee;
}
.room-nav li a {
  background-color: #fff;
}
.nav-pills li a:hover {
  background-color: #eee;
}

.filtercheckbox label {
  display: flex;
  gap: 10px;
  font-size: 14px;
}

.filtercheckbox input[type="checkbox"] {
  margin-top: 4px;
}

.FilterDIvs {
  position: relative;
  background-color: #fff;
  border-radius: 8px;
  display: inline-block;
  width: 100%;
  margin-bottom: 15px;
}
.Filterclick {
  font-size: 16px;
  font-weight: 600;
  display: flex;
  width: 100%;
  padding: 20px;
  position: relative;
  padding-right: 40px;
  color: #333;
}

.finalpymentfilterdiv .Filterclick {
  padding-left: 20px;
}
.Filterclick::after {
  content: '';
  background-image: url("./assets/images/icon/chevron-up.svg");
  position: absolute;
  right: 20px;
  background-repeat: no repeat !important;
  height: 24px;
  width: 24px;
  background-size: contain;
}
.Filterclick.collapsed::after {
  transform: rotate(180deg);
  /* content: "\f107"; */
}
.Filterclick i {
  height: 20px;
  min-width: 20px;
  position: absolute;
  left: 15px;
}
.tour-nameICON {
  background-position: -81px 0;
}
.Visa-nameICON {
  background-position: -108px -58px;
}
.ViSa-ICON {
  background-position: 0 -56px;
}
.passenger-module-block {
  padding: 20px;
  border-top: 1px solid #ddd;
}
.passenger-module-block .title {
  font-size: 14px;
  margin-bottom: 8px;
}
.passenger-module-block .title-category {
  font-weight: 500;
  margin-bottom: 10px;
}
.passenger-module-block ul li {
  display: flex;
  justify-content: space-between;
  margin: 5px 0;
  font-weight: 400;
  column-gap: 10px;
}
.passenger-module-block ul li .lbl {
  min-width: 120px;
}
.passenger-block-total {
  padding: 20px;
  font-weight: 500;
  font-size: 16px;
  display: flex;
  justify-content: space-between;
}
.close-btn {
  position: absolute;
  right: -7px;
  top: -7px;
  z-index: 1;
  cursor: pointer;
}
.close-btn i {
  height: 18px;
  width: 18px;
  display: inline-block;
  background-position: -35px -59px;
}
ul.check-in-out {
  display: block;
  margin-bottom: 0;
}
ul.check-in-out li {
  display: flex;
  justify-content: space-between;
  width: auto;
}
ul.passenger-room-block li {
  width: auto;
  display: flex;
  justify-content: space-between;
}
.passenger-block-main-total {
  padding: 20px;
  font-size: 20px;
  border-radius: 8px;
  display: flex;
  justify-content: space-between;
  font-weight: 600;
}
.passenger-block-main-total p {
  margin-bottom: 0;
}
.lblValue {
  text-align: right;
}
.FilterDIvs .Notification-text {
  display: flex;
  justify-content: space-between;
}
.passenger-module-block .check-in-out .lbl {
  color: #333;
  font-weight: 400;
}
.check-in-out .lblValue {
  font-weight: var(--bs-body-font-weight);
}
.check-in-out li:last-child .lbl {
  margin: 0;
}
.lblValuedark,
.lbldark {
  font-weight: 500;
}
.pkg-hotlICON {
  background-position: -108px 0;
}
.finalpaymnt ul.passenger-room-block {
  margin-bottom: 20px;
}
.nav-tabs.rankbank {
  margin-bottom: 30px;
  border: none;
}
.nav-tabs.rankbank li a {
  height: auto;
  padding: 10px 20px;
  border: none;
  font-size: 14px;
  border-radius: 8px;
  background-color: var(--bg2);
}
.nav-tabs.rankbank li a:hover,
.nav-tabs.rankbank li.active a {
  border: none;
}
.nav-tabs.rankbank li.active a {
  background-color: var(--bg1);
  color: #fff;
}
.nav-tabs.rankbank li {
  margin-right: 10px;
}
b,
strong {
  font-weight: 500;
}

.feedbackbtn,
.socialsideicons {
  display: none;
}

.more-less-click {
  color: var(--color1);
  font-size: 12px;
  width: max-content;
  background-color: #fff;
  padding: 0 5px;
}

.alert-more.more .more-less-click::after {
  content: "...Read More";
}

.alert-more .more-less-click::after {
  content: "Read Less";
}

.alert-more li.alert-more-txt {
  display: inline-block;
}
.apply-cc .inputselectbox {
  margin: 0;
  height: 40px;
}

.apply-cc {
  display: flex;
  gap: 10px;
}

.apply-cc a {
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  width: 100px;
  min-width: 100px;
}

.enter-cc {
  color: var(--color1);
  text-decoration: underline;
}

.c-code-apply {
  flex-direction: column;
  padding: 14px 0;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  margin: 12px 0 !important;
  gap: 10px;
}

/* Form */
/* .inputselectbox input, */
.inputselectbox select,
.inputselectbox textarea {
  background: #f5f5f5 !important;
  color: grey !important;
  font-weight: 300 !important;
  border: 1px solid #f5f5f5 !important;
  border-radius: 8px !important;
  position: relative !important;
  width: 100% !important;
  height: 45px !important;
  padding: 0 10px !important;
  line-height: 45px !important;
  padding-left: 40px !important;
  /* margin-bottom: 15px !important; */
}

div.wpforms-container-full:not(:empty) {
  margin-top: 0 !important;
}

.inputselectbox,
input[type="text"].inputselectbox {
  padding-left: 40px;
  margin-bottom: 15px;
}

.inputselectbox textarea {
  height: auto !important;
}

.ThemeButton,
/* .link-btn, */
.wpforms-submit,
input[type="submit"],
.wp-block-search__button, 
.wp-element-button,
.page-numbers,
div.wpforms-container-full button[type=submit]:not(:hover):not(:active),
div.wpforms-container-full button[type=submit]:hover {
  display: inline-block;
  padding: 8px 15px;
  border-radius: 8px;
  background: var(--bg1);
  color: #fff;
  /* text-transform: uppercase; */
  border: 1px solid var(--bg1);
  max-width: fit-content;
  /* background: none !important; */
}

#packagelist .ThemeButton {
  max-width: 100%;
}

.btn-wrapper {
  margin-top: 20px;
}

/* .blog-pagination {
	line-height: 3em;
} */

.blog-pagination {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  width: 100%;
}

.blog-pagination a {
  cursor: pointer;
}

.page-numbers.current {
  background-color: #fff;
  color: var(--bg1);
  border: 1px solid var(--bg1);
}

article.posts {
  flex-direction: row;
}

.posts .col-md-6,
.posts .col-sm-6,
.posts .col-xs-12 {
  padding-left: 0;
}

.carousel-control {
  display: none;
}

.ui-slider-handle:focus {
  outline: none;
  box-shadow: 0 0 0 2px #f6931f; /* orange glow */
  border-radius: 50%;
}

.package-holder.preloading {
  background-color: #fff !important;
  min-height: 500px !important;
  width: 100%;
}

.single-banner-slider .carousel-inner,
.single-banner-slider .banner_slide_content,
.single-banner-slider .banner_slide {
  min-height: var(--slide_height);
}

.banner_slide_content {
  padding-top: 3rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 2;
  position: relative;
  color: #fff;
}

.inner_banner,
.mt-top {
  margin-top: var(--topspac);
}

.slide-content {
  display: flex;
  flex-direction: column;
}

.link-btn {
  width: fit-content;
}

/* Home */
#home-package-search label {
  display: none;
}

#home-package-search .SelectBtn {
  margin-top: 0;
  margin-bottom: 15px;
}

#home-package-search ul {
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
}

/* select.inputselectbox {
	width: 200px;
} */

/* .btn-holder {
	position: relative;
}

.btn-holder .fa.fa-search {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -100%);
} */

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

input[type="text"].form-control {
  border: none;
}

.cal-inputs {
  display: flex;
  column-gap: 10px;
  align-items: center;
}

#home-package-search .row {
  display: flex;
  justify-content: center;
  flex: 1;
}

#home-package-search .row .col-xs-2 {
  width: auto;
}

.page-template-template-packages .item {
  position: relative;
}

.page-template-template-packages .item::before {
  position: absolute;
  inset: 0;
  height: var(--slide_height);
  width: 100%;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .page-template-template-packages .item::before {
    height: var(--slide_height_mobile);
  }
}
.page-template-template-packages .item::before {
  content: "";
  background-color: rgba(0, 0, 0, 0.4);
  background: linear-gradient(
    207deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(0, 0, 0, 0.6) 50%,
    rgba(0, 0, 0, 0.9) 100%
  );
}

.page-template-template-packages .item .item-content {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  z-index: 1;
  width: 100%;
}

.page-template-template-packages .item-media {
  object-fit: cover;
  z-index: -1;
  height: 100% !important;
  width: 100% !important;
}

.page-template-template-packages .item video {
  max-height: var(--slide_height);
}

/* .page-template-template-packages .owl-carousel {
  --slide_height: 600px;
} */

.page-template-template-packages .owl-carousel .item {
  height: var(--slide_height);
}

.page-template-template-packages .mainslider .owl-controls .owl-nav .owl-prev,
.page-template-template-packages .mainslider .owl-controls .owl-nav .owl-next {
  bottom: 20px;
}
.page-template-template-packages .owl-carousel .owl-controls .owl-dot,
.page-template-template-packages .owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-nav .owl-prev {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.page-template-template-packages .mainslider .owl-controls .owl-nav .owl-prev {
  right: 66px;
  left: unset !important;
  top: unset !important;
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: center;
  align-items: center;
  /* bottom: 60px; */
}

.page-template-template-packages .owl-carousel .owl-controls .owl-nav .owl-next,
.page-template-template-packages
  .owl-carousel
  .owl-controls
  .owl-nav
  .owl-prev {
  height: 30px;
  width: 30px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  box-shadow: 0 3px 6px rgb(0 0 0 / 0.06);
  font-size: 24px;
  text-align: center;
  line-height: 30px;
}

.listpage-banner:before {
  content: "";
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  width: 100%;
  height: 100%;
}

.citysearch-d-page {
  padding-bottom: 0px !important;
}

.justify-content-center {
  display: flex;
  justify-content: center;
  text-align: center;
  /* margin-bottom: 20px; */
}

.b2c-search .banner {
  color: #fff;
}

.b2c-search .banner h1 {
  font-size: 50px;
  font-weight: 600;
}

.b2c-search .banner p {
  font-size: 20px;
  line-height: var(--bs-line-height);
}

.blog .gridview-data .pkg-option-details {
  min-height: 170px;
}

.blog .gridview-data .articleview figure .MainImage {
  height: 240px;
  width: 100%;
  border-radius: 8px 8px 0 0;
}

.banner-container {
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translate(-50%, -30%);
  color: #fff;
  width: 80%;
}

.row.justify-content-center .col-lg-8 {
  padding: 0 40px;
  max-width: 800px;
}

/* Responsive */

@media screen and (max-width: 1199px) {
  nav.navbar + .menu-main-menu-container {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .banner-container {
    top: 10%;
    transform: translate(-50%, -15%);
  }

  .b2c-search .banner h1 {
    font-size: 20px;
  }

  /* .row.justify-content-center .col-lg-8 {
		padding: 0 40px;
	} */

  #home-package-search .row {
    flex-direction: column;
  }

  .page-template-template-packages .item-media {
    min-height: 450px;
  }

  .gridview-data article {
    width: 100%;
  }

  .gridview-data .articleview .BoxRight {
    height: auto;
    /* text-align: center; */
    /* position: relative; */
    /* padding: 15px 0; */
    /* padding-left: 0; */
    /* border-radius: 0 8px 8px 0; */
    /* max-width: 150px; */
    /* min-width: 150px; */
    /* margin-left: auto; */
  }

  .listpage-banner img {
    height: 300px !important;
  }

  @media screen and (min-width: 992px){
    .articleview .BoxRight {
      flex: auto;
      height: auto;
      padding: 0;
      margin: 0;
      min-height: 60px;
      max-width: 100%;
      position: absolute;
      right: 0;
      bottom: 0;
    }
  }

  .articleview .BoxRight {
    flex: auto;
    height: auto;
    padding: 0;
    margin: 0;
    min-height: 60px;
    max-width: 100%;
  }

  article:hover .BoxRight {
    background-color: transparent !important;
  }
}

@media screen and (max-width: 991px ) {
    body #page-wrapper {
      margin-top: 96px !important;
    }

    /* body.scrolled #page-wrapper {
      margin-top: 96px !important;
    } */
  }

@media screen and (min-width: 768px) {
  .ProductPriceDiv {
    position: absolute !important;
    right: 0 !important;
  }

  .ProductPriceDiv.without-price {
    padding-top: 20px;
    bottom: -310px;
  }

  .ProductPriceDiv.with-price,
  .ProductPriceDiv.without-price.with-duration {
    padding-top: 50px;
    bottom: -310px;
  }
  
  #page-wrapper {
    margin-top: 120px;
  }

  .Home-content,
  .homeBannR {
    /* min-height: 200px; */
    max-height: auto !important;
  }

  #myNavbar {
    display: none !important;
  }

  /* .gridview-data .articleview .BoxRight {
    flex: auto;
    height: auto;
    padding: 0;
    margin: 0;
    min-height: 60px;
    max-width: 100%;
    position: absolute;
    right: 0;
    bottom: 0;
  } */
}

/* Mobile Menu */
#myNavbar {
  position: absolute;
  top: 0;
  right: 0;
  background: #eee;
}

#myNavbar .Header-menu {
  flex-direction: column;
  align-items: start;
}

#myNavbar .b2c-header {
  height: auto;
}

#myNavbar .Header-menu > li > a:hover {
  color: var(--bg1);
}

.ThemeButton a {
  color: #fff;
}

/* Sticky Blog */
.sticky_blog {
  --sticky_blog_width: 300px;
  opacity: 0;
  position: fixed;
  bottom: 4rem;
  right: 1rem;
  max-width: var(--sticky_blog_width);
  background: #fff;
  /* max-height: 400px; */
  z-index: 20;
  box-shadow: -6px 0px 12px -4px rgba(0, 0, 0, 0.4);
  overflow: hidden;
  transition: all 0.4s ease;
  border-radius: 8px;
}

.sticky_blog_list {
  width: var(--sticky_blog_width);
}

.sticky_blog.show {
  opacity: 1;
  z-index: 20;
}

.sticky_blog_hide {
  right: -100%;
}

.sticky_blog * {
  color: #333333;
}

.sticky_blog_hide_trigger {
  cursor: pointer;
}

.sticky_blog .owl-nav .owl-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 3px;
}

.sticky_blog .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 3px;
}

.sticky_blog h3 {
  font-size: 16px;
  margin: 0;
  padding: 10px;
  border-bottom: 2px solid #ddd;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.sticky_blog .fa-circle-xmark {
  color: red;
}

.sticky_blog .fa-circle-xmark::before {
  color: #333333;
}

.sticky_blog_list {
  overflow: hidden;
}

.sticky_blog_item {
  padding: 10px;
}

.sticky_blog_item.item {
padding-bottom: 10px;
}

.sidebar_blogs h4,
.sticky_blog h4 {
  font-size: 16px;
  line-height: var(--bs-line-height);
  margin-top: 1rem;
}

.sticky_blog_content {
  font-size: 14px;
  /* line-height: var(--bs-line-height); */
}

.sticky_blog .owl-carousel .owl-item img {
  border-radius: 8px;
}

.sticky_blog_hide_trigger img {
  max-width: 25px;
  max-height: 25px;
}

.sidebar_blogs img,
.sticky_blog img {
  width: 100%;
  height: 150px;
  object-fit: cover;
}

.sidebar_blogs h4,
.tour_rela_1 h4 {
  font-size: 16px;
  color: #333333;
}

.sidebar_blogs .sticky_blog_content,
.tour_rela_1 p {
  font-size: 14px;
  color: #777777;
}

.sidebar_blogs .sticky_blog_item {
  padding: 20px 25px;
}

.l-info-pack-days ul li i.fa-calendar-alt {
  padding: 8px 0;
}

.img-banner {
  position: relative;
  isolation: isolate;
  background-color: rgb(37, 61, 82);
}

.banner_bg {
  position: absolute;
  inset: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  z-index: -1;
}

@media screen and (min-width: 1400px) {
  .sticky_blog {
    --sticky_blog_width: 350px;
    /* opacity: 1;
			z-index: 20; */
  }
}

.polular-package.owl-carousel.owl-loaded.owl-drag {
  padding-bottom: 30px;
}

.owl-carousel .item {
  float: left !important;
}

.owl-carousel:not(.sticky_blog_list) .owl-dots {
  position: absolute;
  bottom: 0;
  left: 0;
}


.owl-carousel .owl-dots {
  justify-content: center;
  display: flex;
  gap: 5px;
  margin-bottom: 5px;
}

.owl-dots span {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #ccc;
  display: block;
}

.owl-dots .active span {
  background: var(--bg1);
}

/* Sinle Posts */
.post-btn ul {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  align-items: center;
}

/* Hero Section */
.hero-section {
  position: relative;
  isolation: isolate;
  display: flex;
  align-items: center;
}
.bg-primary {
  --bs-bg-opacity: 1;
  background-color: rgba(
    var(--bs-primary-rgb),
    var(--bs-bg-opacity)
  ) !important;
}

.hero-section .hero-img {
  position: absolute;
  inset: 0px;
  z-index: -1;
}
.overlay-bg {
  position: relative;
}
.animate__animated {
  animation-duration: var(--animate-duration);
  animation-fill-mode: both;
}
.img-skinner {
  position: relative;
  min-height: 15rem;
}
.bg-img {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.admin-bar .fixed-top {
  top: 62px;
}

.menu-item-gtranslate {
  display: none !important;
}

a {
  text-decoration: none !important;
}

/* Availability */
.simplebar-content-wrapper {
  direction: inherit;
  box-sizing: border-box !important;
  position: relative;
  display: block;
  height: 100%;
  width: auto;
  max-width: 100%;
  max-height: 100%;
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.simplebar-content:before,
.simplebar-content:after {
  content: " ";
  display: table;
}

.departures-list-head {
  border: 1px solid #e0e0e0;
  top: 0;
  display: -ms-flexbox;
  display: flex;
}

.departures-list-head .col-date-month-year {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
  align-items: flex-end;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding-right: 4.5rem;
  width: 19%;
}
.departures-list-head > div {
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: calc(100% / 4);
  padding: 2.5rem 0 2.5rem 4rem;
  background: #fff;
  /* font-size: 1.8rem; */
}

#home-package-search ul,
.blog-footer p,
.departures-list.filtered-list .departures-pre-info,
.ed-com-t1-left ul,
.hot-room-ava-check ul,
.log-in-pop-left ul,
.offer-l ul,
.single-package .departures-list:last-child,
.wed-menu ul {
  margin-bottom: 0;
}
.departures-list:last-child {
  border-bottom: 1px solid #e0e0e0;
  margin-bottom: 20px;
}
.join-group-table .departures-list {
  padding: 12px 0;
  background: #fff;
}
.departures-list {
  padding: 20px 0;
  border-left: 1px solid #e0e0e0;
  border-right: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
}

.departures-list .departures-list__departures {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.departures-list .departures-list__departures {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  justify-content: space-between;
}

.join-group-table .departures-list__departures {
  -ms-flex-align: center;
  align-items: center;
}

.single-package
  .join-group-table
  .departures-list__departures
  > div:first-child {
  /* width: 35%; */
  /* flex-grow: 1; */
}
.single-package
  .join-group-table
  .departures-list__departures
  > div.trip-dates {
  /* width: 35%; */
  /* flex-grow: 1; */
}
.ho-hot-rat-star,
.join-group-table
  .departures-list:last-child
  .departures-list__departures
  > div {
  padding-bottom: 0 !important;
}
.departures-list:last-child .departures-list__departures > div {
  padding-bottom: 3rem;
}
.join-group-table .departures-list .departures-list__departures > div {
  padding: 0 20px;
}

.home .join-group-table .departures-list__departures > div:first-child {
  width: 25%;
}

body:not(.home) .join-group-table .departures-list__departures > div:first-child {
  width: 65%;
}

.join-group-table .departures-list__departures .trip-dates,
.tab-availability .departures-list__departures .trip-dates,
.tab-availability .departures-list__departures .trip-price {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  justify-content: space-between;
}

@media screen and (max-width: 991px) {
  .departures-list .departures-list__departures,
  .join-group-table .departures-list__departures .trip-dates,
  .tab-availability .departures-list__departures .trip-dates,
  .tab-availability .departures-list__departures .trip-price {
    flex-direction: column;
    row-gap: 10px;
    align-items: start;
  }

  .join-group-table .departures-list__departures > div:first-child {
    width: 100%;
  }
}

body:not(.home) .join-group-table .departures-list__departures .trip-start-date,
body:not(.home) .join-group-table .departures-list__departures .trip-end-date {
  display: flex;
  gap: 5px;
  flex: 1;
}

.departures-list .departures-list__departures > div {
  -ms-flex-positive: 1;
  /* flex-grow: 1; */
  /* width: calc(100% / 5); */
  color: #232323;
  padding: 0 0 0 4rem;
}

.departure-list-head-wrap .col-date-month-year h6,
.departures-list-head .col-date-month-year h6 {
  color: rgb(2, 96, 192);
  font-size: 1.125rem;
  margin-bottom: 0px;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
}
.departures-list-head h6 {
  font-size: 2.2rem;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  margin-bottom: 0.3rem;
}

.join-group-table .departures-list__departures .trip-dates .day,
.tab-availability .departures-list__departures .trip-dates .day {
  display: block;
  color: rgb(2, 96, 192);
}
a,
li,
p,
span,
td {
  font-size: 16px;
  font-weight: 400;
}

.join-group-table .departures-list__departures .trip-dates i,
.tab-availability .departures-list__departures .trip-dates i {
  color: rgb(2, 96, 192);
}

.single-package .join-group-table .departures-list__departures > div:last-child,
.single-package
  .join-group-table
  .departures-list__departures
  > div:nth-of-type(2) {
  /* width: 20%; */
}
.ho-hot-rat-star,
.join-group-table
  .departures-list:last-child
  .departures-list__departures
  > div {
  padding-bottom: 0px !important;
}
.departures-list:last-child .departures-list__departures > div {
  padding-bottom: 3rem;
}
.join-group-table .departures-list .departures-list__departures > div {
  padding: 0px 20px;
}
.join-group-table .departures-list__departures > div:nth-of-type(2) {
  /* width: 23%; */
}
.join-group-table .departures-list__departures .available,
.tab-availability .departures-list__departures .available {
  color: rgb(81, 149, 6);
}
.departures-list .departures-list__departures > div {
  /* flex-grow: 1; */
  /* width: calc(10%); */
  color: rgb(35, 35, 35);
  padding: 0px 0px 0px 4rem;
}

.join-group-table .departures-list__departures .trip-price i,
.tab-availability .departures-list__departures .trip-price i {
  display: block;
  color: #e33f3f;
}
.join-group-table .departures-list__departures .trip-price i {
  float: left;
  margin-right: 10px;
}

.navbar-toggler span::before {
  left: 1em;
  top: 1em;
}

.navbar-toggler[aria-expanded*="true"] span::before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.navbar-toggler[aria-expanded*="true"] span::before,
.navbar-toggler[aria-expanded*="true"] span::after {
  left: 0.5em;
  top: 0;
}
.navbar-toggler span::before {
  left: 1em;
  top: 1em;
}
.navbar-toggler span::before,
.navbar-toggler span::after {
  width: 80%;
}
.navbar-toggler span,
.navbar-toggler span::before,
.navbar-toggler span::after {
  pointer-events: none;
  display: block;
  content: "";
  width: 100%;
  border-radius: 0.25em;
  background-color: #d25628;
  height: 0.25em;
  position: absolute;
  -webkit-transform: rotate(0);
  transform: rotate(0);
  transition: top 0.2s 0.2s, left 0.1s, transform 0.2s,
    background-color 0.4s 0.2s;
}

.navbar-toggler {
  height: 3em;
  width: 3em;
  position: relative;
  font-size: 12px;
  padding: 0;
  border: none;
  cursor: pointer;
  transition: all 0.2s;
  -webkit-tap-highlight-color: transparent;
}
.navbar-toggler {
  padding: var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);
  font-size: var(--bs-navbar-toggler-font-size);
  color: var(--bs-navbar-color);
  background-color: transparent;
  border: var(--bs-border-width) solid var(--bs-navbar-toggler-border-color);
  border-radius: var(--bs-navbar-toggler-border-radius);
  transition: var(--bs-navbar-toggler-transition);
}

.navbar-toggler[aria-expanded*="true"] span::after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.navbar-toggler[aria-expanded*="true"] span {
  background-color: initial;
}

aside ul,
aside ol {
  padding: 0;
}

.widget .wp-block-search__label {
  margin-top: 0px;
  margin-bottom: 0.5rem;
  font-family: var(--font-heading);
  font-weight: 500;
  color: rgb(0, 0, 0);
}

.owl-carousel h2 {
  color: #fff;
}

.relative {
  position: relative;
}

.sticky {
  position: fixed !important;
  top: 150px; /* Adjust based on header height */
  right: 96px !important;
  width: calc(416px + 24px) !important; /* Match original sidebar width */
}

.abs {
  position: absolute !important;
  bottom: 0;
  top: unset;
  right: 0 !important;
  width: calc(416px + 24px) !important;
}

/* Team */

.tips_travel_2 {
  padding: 25px 15px 15px;
  transition: 0.5s;
}
.links,
.nf,
.nf1,
.pack_price ul li,
.pack_title,
.tips_travel_2,
.tips_travel_2 i {
  text-align: center;
}
.tips_travel_2,
.tourb2-ab-p4-com {
  background: #fff;
  border: 1px solid #e0e0e0;
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
}

.team-individual img {
  width: 200px;
  height: 200px;
  border-radius: 50%;
}

.tips_travel_2 h4 {
  color: #253d52;
  margin-top: 25px;
  font-size: 18px;
  font-weight: 600;
  text-transform: capitalize;
}

/* .tour-mig-lc-con {
  position: absolute;
  width: 100%;
  margin-top: -128px;
  padding: 20px 20px 0;
  display: block;
  text-align: right;
} */

.tour-mig-lc-img {
  position: relative;
  border-radius: 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 1rem;
  display: flex;
  flex-wrap: wrap;
  align-items: end;
}

.tour-mig-lc-img::before {
  content: "";
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 10px;
}

.col-md-6 .tour-mig-lc-img {
  min-height: 424px;
}

.col-md-3 .tour-mig-lc-img {
  min-height: 200px;
}

.tour-mig-like-com {
  position: relative;
  border-radius: 10px;
  margin-bottom: 24px;
  background: #14addb;
  transition: 0.5s;
}

.tour-mig-lc-con {
  position: relative;
  z-index: 2;
}

.tour-mig-lc-con h5 {
  font-size: 18px;
  color: #fff;
  padding-top: 10px;
  padding-bottom: 0;
  /* white-space: nowrap; */
  text-overflow: ellipsis;
  overflow: hidden;
  margin-bottom: 2px;
  font-weight: 500;
}

/* Tour Carousel */
@media screen and (min-width: 992px) {
  .hom-quick-acc {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}

.hom-quick-acc {
  background-image: linear-gradient(225deg, #f0f0ff 0, #e3d2ff 99%);
  border-radius: 45px;
  padding: 40px;
  text-align: center;
  box-shadow: rgba(0, 0, 0, 0.05) 0 2px 12px -3px;
  height: 100%;
}



.hom-quick-acc-2 {
background-image: linear-gradient(225deg,#ffedfe 0,#ffd2d2 99%);
}

.hom-quick-acc-3 {
background-image: linear-gradient(135deg,#fdfcfb 0,#e2d1c3 100%);
}

.hom-quick-acc-4 {
background-image: linear-gradient(to top,#ccedd0 0,#eeffec 100%);
}

.hom-quick-acc-5 {
background-image: linear-gradient(to top,#eaf1b8 0,#faffda 100%);
}

.al,
.head-pro,
.hom-quick-acc,
.hom-quick-acc img,
.inn-page-bg,
.inn-page-con-bg,
.menu_book,
.spe-title,
.tl-2 {
  position: relative;
}


.hom-quick-acc h2 {
color: #000;
font-size: 23px;
font-weight: 500;
line-height: 38px;
padding-bottom: 30px;
margin: 0;
}
h1, h2 {
font-weight: 700;
}

.hom-quick-acc h2 span {
font-size: 38px;
font-weight: 500;
display: block;
line-height: 38px;
}
.hom-quick-acc h2 span, h1, h2 {
font-family: 'Playfair Display',serif;
}

.cta-1 {
padding: 10px 60px;
border-radius: 2px;
color: #fff;
font-size: 13px;
transition: .5s;
background: #000;
border: 2px solid #000;
}
.cta-1, .menu_book a {
font-weight: 700;
display: inline-block;
text-decoration: none;
}
.b_pack h4, .cta-1, .head-pro b, .home_form form ul li h4, .prof-rhs-help a {
text-transform: uppercase;
}

.hom-quick-acc img {
width: 90%;
right: 0;
bottom: 0;
}

.ban-shrt-cut-link ul li, .tourz-hom-ser ul li {
padding: 0px 15px;
}

.tour-carousel .owl-stage {
    display: flex;
}
.tour-carousel .owl-item {
    display: flex;
    align-items: stretch; /* Makes items equal height */
}
.tour-carousel .owl-item > div {
    flex: 1;
}

section:not(:first-child) {
  padding: 2rem 0;
}

aside section {
  padding: 0 !important;
}

.departure-list-head-wrap {
  display: none;
}

.spe-title {
  text-align: center;
  margin-bottom: 2rem;
}


/* Single Package */
.flexrowbox ul {
  padding: 0;
}

.flexrowbox ol {
  margin: 0;
}

.flexrowbox iframe {
  width: 100% !important;
}

.price_container ul {
float: none!important;
padding: 0;
width: 100%;
}
.tour_social ul {
float: left;
padding: 15px 15px 10px;
}
.tour_right h3, .tour_right ul {
padding: 15px;
margin-bottom: 0;
}
.head_right ul {
padding: 0;
margin: 0 auto;
float: right;
}

.price_container .price_title {
border-bottom: 1px solid #ddd;
color: #253d52;
text-align: center;
font-size: 14px;
padding-top: 1rem;
padding-bottom: 8px;
margin-bottom: 0;
}

#myTable tr.header, #myTable tr:hover, .price_container {
background-color: #f1f1f1;
}

.price_container ul li:not(:last-child) {
border-bottom: 1px solid #e9e9e9;
}
.price_container ul li {
display: flex;
align-items: center;
justify-content: space-between;
padding: 0 1rem!important;
}
.log-in-pop-left ul li, .ticket ul, .tour_social ul li {
margin-bottom: 5px;
}
.head_right ul li {
display: inline-block;
vertical-align: bottom;
}
.price_table_title {
background-color: #ddd;
}


.collapse.in {
display: block !important;
}

.prices span {
  font-size: 1.4rem;
  font-weight: 600;
  color: var(--bg1);
}

.gridview-data .showprice {
  display: none;
}

.owl-carousel .item {
  width: 100%;
}


/* Footer */
footer {
  background-color: var(--bs-white);
}

footer a {
  color: var(--bs-body-color);
}

#packagelist ul {
  padding: 0;
}

.blog .gridview-data .articleview,
.search .gridview-data .articleview  {
  height: 100%;
}

#mainslider,
.hero-slider {
  min-height: var(--slide_height) !important; /* based on your design */
  display: block !important;
  opacity: 0;
}

#mainslider.owl-loaded,
.owl-carousel.owl-loaded {
  opacity: 1;
}

.facilitylist {
  margin-bottom: 0 !important;
}

@media screen and (min-width: 768px){
  .single-package #wpforms-141-field_1-container,
  .single-package #wpforms-141-field_8-container,
  .wpforms-field {
    width: 100%;
  }

  .single-package #wpforms-141-field_3-container,
  .single-package #wpforms-141-field_4-container,
  .single-package #wpforms-141-field_2-container,
  .single-package #wpforms-141-field_9-container {
    width: calc(50% - 5px);
  }

  .single-package .wpforms-field-container {
    display: flex;
    flex-wrap: wrap;
    column-gap: 10px;
  }
}

div.wpforms-container-full input[type=submit]:not(:hover):not(:active), 
div.wpforms-container-full button[type=submit]:not(:hover):not(:active), 
div.wpforms-container-full .wpforms-page-button:not(:hover):not(:active), 
.wp-core-ui div.wpforms-container-full input[type=submit]:not(:hover):not(:active), 
.wp-core-ui div.wpforms-container-full button[type=submit]:not(:hover):not(:active), 
.wp-core-ui div.wpforms-container-full .wpforms-page-button:not(:hover):not(:active) {
  background-color: var(--bg1) !important;
}

div.wpforms-container-full input[type=submit]:hover, div.wpforms-container-full input[type=submit]:active, div.wpforms-container-full button[type=submit]:hover, div.wpforms-container-full button[type=submit]:active, div.wpforms-container-full .wpforms-page-button:hover, div.wpforms-container-full .wpforms-page-button:active, .wp-core-ui div.wpforms-container-full input[type=submit]:hover, .wp-core-ui div.wpforms-container-full input[type=submit]:active, .wp-core-ui div.wpforms-container-full button[type=submit]:hover, .wp-core-ui div.wpforms-container-full button[type=submit]:active, .wp-core-ui div.wpforms-container-full .wpforms-page-button:hover, .wp-core-ui div.wpforms-container-full .wpforms-page-button:active {
  background-color: var(--bg5) !important;
}

.price_container span {
  font-size: 14px;
}

.departures-list-head > div {
  padding-right: 0 !important;
}

#sort-by-price a{
  gap: 5px;
}

#sort-by-price a,
#sort-by-price a span,
#search-package {
  font-size: 12px;
}

.flexrow-content,
aside#sticky-sidebar,
.filter-wrapper  {
  position: sticky;
  top: 135px;
}

/* figure {
  margin: 0 !important;
} */

.fire-panel {
  flex-wrap: wrap;
  max-width: 100%;
}

/** Navbar **/
.navbar-toggler {
    height: 3em;
    width: 3em;
    position: relative;
    font-size: 12px;
    padding: 0px;
    border: medium;
    cursor: pointer;
    transition: 0.2s;
}

.navbar-toggler span {
    display: block;
}

.navbar-toggler span, .navbar-toggler span::before, .navbar-toggler span::after {
    pointer-events: none;
    display: block;
    content: "";
    width: 100%;
    border-radius: 0.25em;
    background-color: rgb(210, 86, 40);
    height: 0.25em;
    position: absolute;
    transform: rotate(0deg);
    transition: top 0.2s 0.2s, left 0.1s, transform 0.2s, background-color 0.4s 0.2s;
}

.navbar-toggler span::before, .navbar-toggler span::after {
    width: 80%;
}

.navbar-toggler span::before {
    left: 1em;
    top: 1em;
}

.navbar-toggler span::after {
    left: 0px;
    top: -1em;
}

.navbar-toggler:focus {
    box-shadow: none;
}

.navbar-toggler[aria-expanded *="true"] span {
    background-color: initial;
}

.navbar-toggler[aria-expanded *="true"] span::before, .navbar-toggler[aria-expanded *="true"] span::after {
    left: 0.5em;
    top: 0px;
}

.navbar-toggler[aria-expanded *="true"] span::before {
    transform: rotate(-45deg);
}

.navbar-toggler[aria-expanded *="true"] span::after {
    transform: rotate(45deg);
}

.navbar {
    --bs-nav-link-font-size: 1rem;
    --bs-navbar-nav-link-padding-x: 1rem;
    font-family: var(--font-medium);
}

.navbar .navbar-nav a {
    padding-block: 0.5rem;
    display: block;
}

.navbar .navbar-nav a::after {
    left: 0px;
}

.navbar .navbar-nav .show > .nav-link, .navbar .navbar-nav .nav-item.active {
    color: rgb(210, 86, 40);
}

.navbar .navbar-nav .dropdown-item {
    display: flex;
    align-items: center;
}

.navbar .navbar-nav .dropdown-item::after {
    content: " ";
    background-image: var(--arrow-right-primary);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    height: 8px;
    width: 6px;
    margin-left: 0.5rem;
    transition: 0.3s;
}

.navbar .navbar-nav .dropdown-item:hover, .navbar .navbar-nav .dropdown-item:focus {
    background-color: rgb(var(--bs-white-rgb));
    font-family: var(--font-bold);
}

.navbar .navbar-nav .dropdown-item:hover::after, .navbar .navbar-nav .dropdown-item:focus::after {
    margin-left: 0.8rem;
}

.navbar .dropdown-toggle::after {
    --arrow-down: url("data:image/svg+xml,<svg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M1 1L5 5L9 1' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' /></svg>");
    background-image: var(--arrow-down);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    width: 0.75rem;
    height: 0.5rem;
    border: medium;
    vertical-align: baseline;
}

.navbar .dropdown-toggle.show::after {
    transform: rotate(180deg);
}

.navbar .nav-item.btn > a {
    color: rgb(var(--bs-white-rgb));
    padding: 0px;
}

.navbar .dropdown-menu {
    --bs-dropdown-font-size: 0.75rem;
}

.navbar .dropdown-menu {
    --bs-dropdown-box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.15);
    border: medium;
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
}

@media screen and (min-width: 992px) {
    .navbar .navbar-nav a::after {
        left: 2rem;
    }

    .navbar-expand-xl .navbar-nav .nav-link {
        --bs-navbar-nav-link-padding-x: 0.5rem;
    }
}

@media (min-width: 1200px) {
    .navbar {
        --bs-navbar-padding-y: 0;
    }

    .navbar .navbar-nav > .nav-item:not(.btn) {
        color: rgb(0, 0, 0);
        position: relative;
    }

    .navbar .navbar-nav > .nav-item:not(.btn)::before {
        content: "";
        position: absolute;
        left: 0.5rem;
        bottom: 1.6rem;
        height: 3px;
        width: 0px;
        border-radius: 4px;
        background: rgb(210, 86, 40);
        max-width: 3rem;
        transition: 0.3s;
    }

    .navbar .navbar-nav > .nav-item:not(.btn).current-menu-item > a, .navbar .navbar-nav > .nav-item:not(.btn):hover > a, .navbar .navbar-nav > .nav-item:not(.btn):focus > a {
        color: rgb(210, 86, 40);
    }

    .navbar .navbar-nav > .nav-item:not(.btn).current-menu-item::before, .navbar .navbar-nav > .nav-item:not(.btn):hover::before, .navbar .navbar-nav > .nav-item:not(.btn):focus::before {
        width: 100%;
    }

    .navbar .navbar-nav > .nav-item:not(.btn) .nav-link {
        padding-block: 2rem;
    }

    .navbar .navbar-nav .dropdown-menu {
        --bs-dropdown-box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.15);
        border: medium;
        border-top-right-radius: 0px;
        border-top-left-radius: 0px;
        display: block;
        min-width: 200px;
        top: -200%;
        opacity: 0;
        transition: 0.3s;
    }

    .navbar .navbar-nav .dropdown-menu.show {
        opacity: 1;
        top: 100%;
        margin: 0px;
    }

    .navbar .navbar-nav .dropdown:hover .dropdown-menu {
        opacity: 1;
        top: 100%;
    }

    .navbar .navbar-nav .dropdown:hover .dropdown-toggle::after {
        transform: rotate(180deg);
    }

    .navbar .dropdown > a:not(.dropdown-toggle) {
        padding-right: 0px;
    }

    .main-container {
        margin-top: 85px;
    }
}

@media (min-width: 1400px) {
    .navbar-expand-xl .navbar-nav .nav-link {
        --bs-navbar-nav-link-padding-x: 1rem;
    }

    .navbar .navbar-nav > .nav-item:not(.btn)::before {
        left: 1rem;
    }
}

@media (max-width: 1199px) {
    .navbar .btn-group {
        flex-wrap: wrap;
    }

    .navbar .btn-group > .nav-link {
        flex-basis: 80%;
    }

    .navbar .btn-group > .nav-link.dropdown-toggle-split {
        flex-basis: 20%;
        text-align: right;
    }

    .navbar .btn-group .dropdown-menu {
        flex-basis: 100%;
    }
}

.fixed-top {
    position: fixed;
    right: 0px;
    left: 0px;
    z-index: 1030;
}

@media screen and (min-width: 992px) {
  .fixed-top {
    top: 32px;
  }
}

/* .admin-bar .fixed-top {
  top: 32px;
} */

a {
    color: var(--bs-link-color);
    text-decoration: none;
}

.ThemeButton:hover {
    background-color: var(--bg5);
}

.articleview a {
  line-height: var(--bs-line-height);
}

.breadcrumb {
    margin-bottom: 0px;
}

.breadcrumb li {
    color: rgba(255, 255, 255, 0.7);
    padding-right: 3rem;
    position: relative;
}

.breadcrumb li:not(:last-child)::after {
    content: "";
    width: 0.875rem;
    height: 0.875rem;
    background-image: var(--arrow-right-primary);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    position: absolute;
    top: 50%;
    right: 1rem;
    transform: translate(0px, -50%);
    transition: 0.3s;
}

.breadcrumb a {
    color: rgb(255, 255, 255);
    text-decoration: underline;
    transition: 0.3s;
}

.breadcrumb a:hover, .breadcrumb a:focus {
    color: rgb(210, 86, 40);
    text-decoration: none;
}

.overlay-bg {
    position: relative;
}

.overlay-bg::before {
    content: "";
    z-index: -1;
    background: linear-gradient(77.87deg, rgb(0, 0, 0) 9.09%, rgba(0, 0, 0, 0) 90.27%);
    position: absolute;
    inset: 0px;
}

@font-face {
    font-family: 'Noto Sans';
    src: url("../froxholiday/assets/fonts/NotoSans.ttf");
    font-weight: 400;
}
@font-face {
    font-family: 'Playfair Display';
    src: url("../froxholiday/assets/fonts/PlayfairDisplay.ttf");
    font-weight: 400;
}

body {
    margin: 0px;
    font-family: var(--bs-body-font-family);
    font-size: var(--bs-body-font-size);
    font-weight: var(--bs-body-font-weight);
    line-height: var(--bs-body-line-height);
    color: var(--bs-body-color);
    text-align: var(--bs-body-text-align);
    background-color: var(--bs-body-bg);
}

.blog-posted {
  color: var(--bs-white);
}

/* Holidays CSS */
.ListBlock {
    padding: 25px 0;
}

.p-filter {
    padding: 20px;
    display: flex;
    padding-top: 10px;
}

.pricebar {
    display: flex;
    width: 93%;
    flex-direction: column;
    row-gap: 20px;
    position: relative;
}

.max-price-label {
    margin-right: -15px;
}

.mainslider .owl-controls .owl-nav .owl-prev, .mainslider .owl-controls .owl-nav .owl-next {
    bottom: 20px;
}

.ui-slider.ui-slider-horizontal {
    height: 5px;
    background: #ddd;
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.price-range-numbers {
    margin-top: 0;
}

.ui-slider .ui-slider-range {
    display: block;
    position: absolute;
    z-index: 1;
    border: 0;
    height: 100%
}

.ui-slider .ui-slider-handle {
    cursor: default;
    position: absolute;
    z-index: 2;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background-color: var(--bg1);
    color: #fff
}

.FilterDIvs {
    background-color: #fff;
    border-radius: 8px;
    display: flex;
    width: 100%;
    margin-bottom: 15px;
    flex-direction: column;
}

.Filterclick {
    font-size: 16px;
    font-weight: 500;
    display: flex;
    width: 100%;
    padding: 20px;
    position: relative;
    justify-content: space-between;
}

    .Filterclick::after {
        font-size: 24px
    }

    .Filterclick.collapsed::after {
    }


.filterarrowclick, .filtercheckbox {
    padding: 20px;
    padding-top: 0
}


/*------------- datalist view -----------------*/
.TopFilterbar {
    display: flex;
    background-color: #fff;
    padding: 15px;
    border-radius: 8px;
    flex-direction: column;
    row-gap: 10px;
}

.holidayIcoN {
    height: 20px;
    width: 18px;
    background-position: -141px -2px;
    position: absolute;
    left: 0;
}

.filter-grid {
    display: flex;
    column-gap: 10px;
    align-items: center;
    flex-direction: row-reverse;
}

    .filter-grid > div:last-child {
        flex: 1;
    }

    .filter-grid .srb {
        flex: .5;
    }

.HnameFilter, .searchfilter {
    position: relative;
}

.HnameFilter a, 
.TopFilterbar input {
    border-radius: 8px;
    height: 30px;
    width: 100%;
    padding: 0 10px;
    padding-right: 35px;
    border: none;
    background-color: #f5f5f5;
    display: flex;
    align-items: center;
}

.list-grid-btn {
    display: flex;
    align-items: center;
    column-gap: 10px;
}

.listview-btn, .gridview-btn {
    display: flex;
    align-items: center;
    background-color: var(--bg2);
    height: 30px;
    padding: 8px;
    border-radius: 8px;
}

.listview-btn {
    padding-left: 12px;
    column-gap: 6px;
}

.gridview-btn {
    column-gap: 6px;
}

.listview-btn-icon {
    display: flex;
    flex-direction: column;
    row-gap: 4px;
}

.listview-btn-icon span {
    display: flex;
    position: relative;
    width: 12px;
    height: 2px;
    background-color: var(--bg1);
    align-items: center;
}

.listview-btn-icon span::before {
    content: '';
    height: 4px;
    width: 4px;
    background-color: var(--bg1);
    display: flex;
    position: absolute;
    left: -6px;
    border-radius: 2px;
}

.gridview-btn-icon {
    display: flex;
    flex-wrap: wrap;
    column-gap: 2px;
}

    .gridview-btn-icon span {
        display: flex;
        height: 6px;
        width: 6px;
        background-color: var(--bg1);
        border-radius: 2px;
    }

    .gridview-btn-icon > div {
        display: flex;
        flex-direction: column;
        row-gap: 2px;
    }

.listview-btn.active, .gridview-btn.active {
    background-color: var(--bg1);
    color: #fff;
}

.srb {
    font-weight: 400;
    font-size: 12px;
}

.lg-btn-name {
    display: none;
    font-size: 12px;
}

.listview-btn.active .lg-btn-name, .gridview-btn.active .lg-btn-name {
    display: block;
}

.listview-btn.active .listview-btn-icon span, .listview-btn.active .listview-btn-icon span::before, .gridview-btn.active .gridview-btn-icon span, .gridview-btn.active .gridview-btn-icon span::before {
    background-color: #fff;
}

.lg-filter-btns {
    display: flex;
    justify-content: space-between;
    column-gap: 20px;
}

.pkg-list-data {
    display: flex;
    flex-direction: column;
    row-gap: 15px;
    margin-bottom: 15px;
}

article {
    display: flex;
    position: relative;
    flex-direction: column;
}

.articleview {
    display: flex;
    column-gap: 15px;
    position: relative;
    border-radius: 8px;
    background-color: #fff;
}

article:hover .articleview {
    box-shadow: 0 3px 10px rgba(0,0,0,.05);
}

@media screen and (min-width: 992px) {
  figure {
    width: 30%;
  }
}
figure {
    padding: 15px;
    position: relative;
    padding-right: 0;
}

figure a {
    position: relative;
    display: flex;
    /* cursor: pointer; */
}

figure .MainImage {
    /* height: 190px; */
    width: 100%;
}

.main-blog-content figure {
  padding: 0;
  margin-bottom: 1rem;
  width: 100%;
}

body:not(.home) .pkg-list-data:not(.gridview-data) .articleview .BoxCenter {
  flex: 1;
}

body:not(.home) .articleview .BoxCenter {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    row-gap: 10px;
    /* max-width: 50%; */

    @media screen and (min-width: 993px) {
    padding: 15px 0;
  }
}

body:not(.home) .pkg-list-data.gridview-data .BoxCenter{
  padding: 15px;
}

/* .BoxCenter {
    padding: 15px 0;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    row-gap: 10px;
    max-width: 50%;
    flex: 1;
} */

.product_title {
    font-size: 16px;
    font-weight: 500;
    display: flex;
    flex-direction: column;
    row-gap: 10px;
}

.product_title a {
  color: #333;
}

.detailclick {
    /* text-overflow: ellipsis; */
    overflow: hidden;
    /* white-space: nowrap; */
    margin: 0;
    font-size: 16px;
}


/* @media (min-width: 992px) { */
  .product-duration {
      position: absolute;
      top: 15px;
      left: 0;
  }
/* } */

.home .product-duration {
    position: absolute;
    top: 15px;
    left: 0;
}

.product-duration {
    font-size: 12px;
    color: #fff;
    font-weight: 400;
    padding: 4px 10px;
    background-color: var(--bg1);
    width: max-content;
    border-radius: 0 30px 30px 0;
    margin-bottom: 10px;
}

    .product-duration i {
        display: flex;
        height: 16px;
        width: 16px;
        background-position: -2px -4px;
    }

.fac-list {
    display: flex;
    gap: 10px 30px;
    font-weight: 400;
    flex-wrap: wrap;
}

.fac-list li {
    display: flex;
    column-gap: 6px;
    align-items: center;
    line-height: var(--bs-line-height);
}

.DayDetails {
    display: flex;
    flex-direction: column;
    row-gap: 6px;
}

.op-service-name i {
    display: flex;
    height: 16px;
    width: 16px;
}

.SmallTourIcon {
    background-position: -96px -38px;
}

.smallhotelIcoN {
    background-position: -42px 1px;
    background-size: 100px;
    filter: contrast(0);
}

.BoxCenter > div {
    display: flex;
    flex-direction: column;
    row-gap: 8px;
}

.pkg-option-details {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.options-details {
    display: flex;
    flex-direction: column;
    row-gap: 2px;
    font-size: 14px;
}

.fire-panel {
    display: flex;
    background-color: #f5f5f5;
    border-radius: 5px;
    width: 100%;
    justify-content: space-between;
}

@media screen and (max-width: 991px) {
  .fire-panel {
    margin: 0 auto;
  }
}

@media screen and (max-width: 480px) {
  .fire-panel li {
    width: 50%;
  }
}

    .fire-panel li a {
        color: #707070;
        font-size: 12px;
        position: relative;
        display: flex;
        padding: 5px;
        column-gap: 5px;
        align-items: center;
        line-height: var(--bs-line-height);
    }

        .fire-panel li a i {
            width: 20px;
            height: 20px;
            display: flex;
        }

body:not(.home) .BoxRight {
    /* height: 220px; */
    text-align: center;
    position: relative;
    padding: 15px 0;
    padding-left: 0;
    border-radius: 0 8px 8px 0;
    max-width: 150px;
    min-width: 150px;
    margin-left: auto;
}

body:not(.home) .PriceBoxRight {
    border-left: 1px solid #ededed;
    padding: 0 15px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    row-gap: 10px;
    align-items: center;
}

.TotalReviewText, .fromtext, .pp-txt {
    font-weight: 400;
    font-size: 12px;
}

.ProductPrice .OrigionalPrice {
    font-size: 22px;
    color: #333;
    margin: 8px 0;
    font-weight: 700;
}

.strike-save {
    font-size: 12px;
}

.crncy-price {
  display: flex;
  gap: 10px;
  align-items: center;
}

/*-------------- gridview css -------------------*/
.gridview-data {
    flex-wrap: wrap;
    flex-direction: unset;
    column-gap: 15px;
    display: flex;
}

    .gridview-data article {
        width: calc(100%/3 - 10px);
        box-shadow: 0 3px 6px rgba(0,0,0,.2);
        border-radius: 8px;
    }

    .gridview-data .benifitTicks, .gridview-data .email-wish-btns, .gridview-data .fire-panel, .gridview-data .bottom-moredetails {
        display: none;
    }

    .gridview-data .SelectBtn {
        /* position: absolute; */
        /* bottom: 15px; */
        width: 100%;
        /* left: 0; */
        margin: auto;
        /* right: 0; */
    }

    .gridview-data .articleview {
        flex-direction: column;
        height: 100%;
    }

        .gridview-data .articleview figure {
            padding: 0;
            width: 100%;
        }

        .gridview-data .articleview .BoxCenter {
            flex: auto;
            padding: 15px;
            display: flex;
            flex-direction: column;
            row-gap: 5px;
            /* min-height: 85px; */
            max-width: 100%;
            height: 100%;
        }

        .gridview-data .articleview .BoxRight {
            flex: auto;
            height: auto;
            padding: 0;
            margin: 0;
            min-height: 60px;
            max-width: 100%;
        }

    .gridview-data .PriceBoxRight {
        display: flex;
        /* align-items: end; */
        justify-content: center;
        border: 0;
        flex-direction: row;
        padding-bottom: 10px;
        padding-top: 10px;
    }

    .gridview-data article:hover .BoxRight {
        background-color: unset;
    }

    .gridview-data .ProductPrice {
        display: none;
        /* margin: 0;
        text-align: right;
        flex-direction: column;
        row-gap: 5px; */
    }

    .gridview-data .crncy-price {
        display: flex;
        column-gap: 6px;
        align-items: baseline;
    }

    .gridview-data .star-review-div {
        display: flex;
        flex-direction: column-reverse;
        row-gap: 5px;
        align-items: start;
    }

    .gridview-data .fivestar-bottom {
        margin: 0;
        font-size: 12px;
    }

    .gridview-data .articleview figure .MainImage {
        height: 140px;
        width: 100%;
        border-radius: 8px 8px 0 0;
    }

    .gridview-data .TotalReviewText, .gridview-data .fromtext {
        color: #707070;
        font-weight: var(--bs-body-font-weight);
        font-size: 12px;
    }

    .gridview-data .ProductPrice .OrigionalPrice {
        margin: 0;
    }

    .gridview-data .loaderprice {
        border-radius: 0 0 8px 8px;
        padding: 15px;
        height: auto;
    }

        .gridview-data .loaderprice div {
            display: none;
        }

    .gridview-data .hotellistroom {
        display: none !important;
    }

    .gridview-data .product-duration {
        margin: 0;
    }

    .gridview-data .showprice {
        display: flex;
        flex-direction: column-reverse;
        row-gap: 8px;
    }

    .gridview-data article:hover {
        background-color: var(--bg2);
    }

    .gridview-data .service-op {
        display: none;
    }

    .gridview-data .hoverinfo .service-op {
        display: block;
    }

    .gridview-data .pkg-option-details {
        flex-direction: row;
        column-gap: 10px;
        justify-content: space-between;
    }

    .gridview-data .op-service-name {
        column-gap: 5px;
    }

    .gridview-data .fac-list {
        margin: 15px 0;
        min-height: 85px;
        align-content: baseline;
    }

    .gridview-data .fac-list li {
        min-width: 100px;
    }


@media(min-width:992px) {
    .m-filter-close, .m-filter-apply {
        display: none !important;
    }
}

@media(max-width:991px) {

    #bloglist article {
        width: calc(100%/2 - 10px);
    }
    .ListBlock {
        padding: 15px 0;
    }

    .brd-cumbs {
        flex-direction: column;
        row-gap: 10px;
    }

    .brcum-modify {
        flex-direction: column;
        row-gap: 10px;
        width: 100%;
    }

    .breadcumDIV ul.breadcrumbs {
        float: unset;
        text-align: center;
    }

    a.m-filterclick {
        display: flex !important;
        height: 32px;
        width: 100px;
        align-items: center;
        justify-content: center;
        background-color: var(--bg2);
        border-radius: 8px;
        border: 1px solid var(--color1);
        color: var(--color1);
    }

    .filter-list-col {
        padding: 0 15px;
        /*max-height: 100%;*/
        overflow: auto;
    }

    /* .M-filter {
        position: fixed;
        max-height: 70%;
        width: 100%;
        background-color: #fff;
        z-index: 11;
        display: none;
        box-shadow: 0 0px 500px rgba(0,0,0,.5);
        border-radius: 24px 24px 0 0;
        padding: 60px 0;
        overflow: auto;
        bottom: 0;
        height: max-content;
    } */

    /* .m-filter-close {
        position: absolute;
        right: 20px;
        top: 15px;
        font-size: 30px;
    }

        .m-filter-close span {
            display: flex;
            transform: rotate(45deg);
        } */

    /* .m-filter-apply {
        position: absolute;
        bottom: 15px;
        width: 100px;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 34px;
        font-weight: 200;
        margin: auto;
        left: 0;
        right: 0;
    } */

    .Filterclick::after {
        right: 15px;
    }

    .Filtercollapse {
        width: 100%;
        margin: 0 !important;
    }

    .FilterDIvs {
        border: 1px solid #ddd;
        border-radius: 8px;
        align-items: center;
    }

    .filterarrowclick, .filtercheckbox {
        padding: 15px;
        padding-top: 0;
    }

    .ui-slider.ui-slider-horizontal {
        width: 100%;
    }

    .Filterclick {
        padding: 10px 15px;
        align-items: center;
        font-size: 14px;
        font-weight: 400;
    }

    .list-grid-btn {
        display: none;
    }

    .TopFilterbar {
        row-gap: 15px;
    }

    .filter-grid {
        flex-wrap: wrap;
        gap: 10px;
    }

        .filter-grid .srb {
            width: 100%;
            flex: unset;
        }

        .filter-grid .searchfilter {
            flex: unset;
            width: 100%;
        }

    /* .HnameFilter a, .TopFilterbar input, .TopFilterbar select {
        height: 40px;
        font-weight: 200;
    }

    .HnameFilter i {
        background-position: -65px -28px;
    } */

    .searchfilter i {
        background-position: -113px -27px;
    }

    .bottom-moredetails {
        display: none;
    }
    /*---------------- grid view css mobile --------------*/

    .tour-package .articleview figure {
      width: 100%;
    }

    .tour-package .articleview {
      flex-direction: column;
      width: 100%;
    }


    article {
        box-shadow: 0 3px 6px rgba(0,0,0,.2);
        border-radius: 8px;
        margin: 0;
    }

    .articleview {
        flex-wrap: wrap;
        justify-content: space-between;
        column-gap: 10px;
    }


    .articleview figure {
        padding: 10px;
        min-width: 150px;
        /* padding-right: 0; */
        pointer-events: none;
    }

    .articleview .BoxCenter {
        flex: 1;
        padding: 10px;
        display: flex;
        flex-direction: column;
        row-gap: 5px;
        /* min-height: unset; */
        max-width: 100%;
        /* padding-left: 0; */
    }

    .PriceBoxRight {
        padding: 10px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        border: 0;
        flex-direction: column;
        /* padding-bottom: 50px; */
    }

    .PriceBoxRight .ThemeButton {
      width: 100%;
    }

    article:hover .BoxRight {
        background-color: unset;
    }

    .ProductPrice {
        margin: 0;
        text-align: right;
        display: flex;
        flex-direction: column;
        row-gap: 5px;
    }

    .product_title {
        margin: 0;
        min-height: 40px;
        row-gap: 5px;
    }

    .articleview figure .MainImage {
        /* height: 160px; */
        width: 100%;
        border-radius: 8px;
    }

    .ProductPrice .OrigionalPrice {
        margin: 0;
        font-size: 18px;
    }

    .pkgname .pkg-heading {
        font-size: 16px;
        max-width: 75%;
    }

    .pkgname .product-duration {
        right: 0px;
    }

    .pkgname {
        row-gap: 5px;
        max-width: 92%;
    }

    .form-inputs .inputselectbox {
        min-width: 75px;
    }

    .pkgname span {
        font-weight: 200;
    }

    ul.check-circle li:before, ul.check-square li a:before {
        content: unset;
    }

    .filtercheckbox ul li a .square-check {
        position: unset;
        display: flex;
        justify-content: center;
    }

    .filtercheckbox ul li.active a .square-check::before {
        position: unset;
    }

    .filters-container ul.filters-option li.active {
        background: var(--bg3);
    }

        .filters-container ul.filters-option li.active a {
            color: var(--color1);
        }

    .check-square {
        row-gap: 10px;
    }

    .filters-container ul.filters-option li a {
        display: flex;
        column-gap: 10px;
        color: #333;
        line-height: var(--bs-line-height);
    }

    .listpage-banner h1 {
        font-size: 24px;
    }

    .enq-form .rich-datepicker {
        right: 0;
    }

    .h-option-imgs img {
        width: calc(100%/3 - 15px);
    }

    .listpage-banner {
        min-height: 80px;
    }
}

@media(max-width:767px) {

    .fac-list {
        display: none;
    }

    .product-duration {
        line-height: var(--bs-line-height);
    }
}

@media (max-width: 590px) {
  #bloglist article {
        width: 100%;
    }
}

/* TourDetails CSS */
.ProductPriceDiv {
    padding: 20px;
    background-color: #fff;
    box-shadow: 0 5px 20px rgb(0 0 0 / 20%);
    border-radius: 8px;
    margin-top: -105px;
    text-align: right;
    width: max-content;
    display: flex;
    flex-direction: column;
    z-index: 1;
    row-gap: 6px;
    align-items: end;
    position: relative;
    padding-top: 40px;
}

/* .ProductPriceDiv a {
    display: inline-block;
    width: 100%;
    text-align: center;
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    text-transform: uppercase;
    width: max-content
} */

.strikePrice {
    text-decoration: line-through;
}

.facilitylist ul {
    display: flex;
    column-gap: 20px;
    flex-wrap: wrap;
    row-gap: 15px;
}

.facilitylist li {
    display: flex;
    align-items: center;
    column-gap: 6px;
}

.facilitylist li a {
    display: flex;
    align-items: center;
    /* column-gap: 6px; */
    color: var(--bs-dark);
}

.facilitylist li a:hover {
    display: flex;
    align-items: center;
    /* column-gap: 6px; */
    color: var(--bg5);
    background-color: transparent;
}

/* Colors CSS */
:root {
    --bg1: #F36911;
    --bg2: #FEF7F5;
    --bg3: #ffe9e2;
    --bg4: #ffd0c0;
    --bg5: #DB5F0F;
    --color1: #F36911;
    --color2: #FEF7F5;
    --redcolor: red
}

.OccupancyDiv .table thead {
    background-color: var(--bg2)
}

.EnquiryBtn, .flyerBtn {
    border: 1px solid var(--color1);
    color: var(--color1)
}

.CallDetail i, .map-listprice a.clickarrow, .pagination li a {
    color: var(--color1)
}

.CancleBtn, .GrandTotalDiv span:first-child, .HomeBtn a, .ModifyClick.collapsed::after, .PolicyClick, .Previleges .label, .Rpoints ul li a.redeempointclick, .Rpoints ul li a.rpointclick, .Tcondition, .attension a, .autocomplete-suggestion span.cityl::before, .briefinfo ul li::before, .byclick span, .calldetaillist p i, .calluspopup .PopupBody h4, .calluspopup p i, .cart_title_tour, .cityid.active a, .dropdown-menu .redeempoints a, .dynatabban.nav-tabs li:focus a, .dynatabban.nav-tabs li:hover a, .grandtext, .highlightsMAIN h6, .linkhighlight, .nav-tabs.triotabs li a, .nav-tabs.triotabs li.active a, .orange, .popupclick, .rbtext, .room-nav > li > a, .supplierNAME, .tab-content ul li.mtc-title, .table-responsive table tbody tr td.nrf, .tblclick, .tblnotification ul li, .tbssmalltext, .wcucontent a, h2.inner-heading, ul.country-nav li.active a, ul.country-nav li.active a:focus, ul.country-nav li.active a:hover {
    color: var(--color1)
}

.ui-slider .ui-slider-range {
    background: var(--bg1)
}

.Selectbtn2 {
    background: var(--bg3)
}

.daycount::after, .fivestar-bottom {
    color: var(--bg3)
}

.rating_new li > label {
    color: var(--bg4)
}

.PreNext a:first-child, .rating_lbl, .selct_lbl, .tour_span {
    background: #707070
}

.rating_lbl::after, .selct_lbl::after, .tour_span::after {
    color: #707070
}

.ThemeFooter {
    background-color: #333
}

body {
    background-color: #f1f1f1
}


.HoteldataBox {
    background-color: #67c9fa;
    color: #fff
}

.TourdataBox {
    background-color: #f8aa88;
    color: #fff
}

.usercountdataBox {
    background-color: #3cdcb1;
    color: #fff
}

.patternheader {
    background-color: #1685cc
}

.efBtn {
    border: 1px solid #499437;
    background-color: #e2f5dd;
    color: #499437
}

.wishBtn {
    border: 1px solid #ff4040;
    background-color: #fff1f1;
    color: #ff4040
}

.savePrice {
    color: #0dbaf2
}

.AvailabelBtn, .avlbl-bg .daterate, .avlbl-bg .rateprice, span.paxCounttext {
    background-color: #2ec772
}

.Carttbl table thead, .itineryline, .lineLeft, span.daycount {
    background-color: var(--bg3)
}

.BSconfirm, .Sconfirmed span:first-child {
    background-color: #88cc62
}

.BScancle, .SCancelled span:first-child {
    background-color: #fc5656
}

.BSvoucher, .SVoucher span:first-child {
    background-color: #9f88ff
}

.BScompleted, .SCompleted span:first-child {
    background-color: #e2e25d
}

.BSrejected, .Srejected span:first-child {
    background-color: #303b7d
}

.BSonrequest, .Sonrequest span:first-child {
    background-color: #fa8942
}

.BSinprocess, .Sinprocess span:first-child {
    background-color: #428bca
}

.BSAppinprocess, .SAppinprocess span:first-child {
    background-color: #34a482
}

.BSinque, .Sinque span:first-child {
    background-color: #edbd00
}

.BSdecline, .Sdecline span:first-child {
    background-color: #c6a112
}

.BSauto-released, .Sreleased span:first-child {
    background-color: #1685cc
}

.BSreciept, .Sreciept span:first-child {
    background-color: #40a5c1
}

.BSapproved {
    background-color: #63a1ff
}

.BS-approval {
    background-color: #337ab7
}

.HelpDetail a, .developBy a {
    color: var(--color1)
}

.btngrp li a {
    background-color: #009cff;
    color: #fff
}

.bannertabs .nav-tabs > li.active a, .cart-item-text a, .cu-box i, .essential-info-block .title, .main-content-block .title, .orange-color {
    color: var(--color1)
}

.Notification-text, .color-red {
    color: red
}

.GSA-head, .essential-info-block, .passenger-block-main-total, .video_p {
    background-color: var(--bg3)
}

.whyus-block span.date {
    color: #fff;
    background: var(--bg1);
}

.radio-label .checkmark:after {
    background: var(--bg1);
}

.benifit-block {
    background: #e9fff0
}

.setaff {
    background: var(--bg2)
}

ul.micepills li a {
    background-color: var(--bg2)
}

.quick-popup .PopupBody h4 {
    color: #1685cc
}

li .social-icon.whatsapp {
    color: #2caf22
}

li .social-icon.phone {
    color: #e94545
}

li .social-icon.mail {
    color: #fad20a
}

.quick-popup .PopupBody span {
    color: #333
}

.trip_txt {
    color: #000
}

.advisor_txt {
    color: #00af87
}

.bg-pink-light {
    background: #fef7f5
}

.Booking-Block .block1 {
    background: #e8fff7
}

.Booking-Block .block1 h4 {
    color: #2ec772
}

.Booking-Block .block2 {
    background: #f7f3ff
}

.Booking-Block .block2 h4 {
    color: #956fde
}

.select_bx .gen-btn.green {
    background: #2ec772;
    color: #fff
}

.select_bx .gen-btn.purple {
    background: #956fde;
    color: #fff
}

.note-block {
    color: #fc5656
}

#scrolltop {
    background: var(--bg2)
}

.booking-block ul li span, .customer-info p i {
    color: var(--color1)
}

div.bhoechie-tab-menu div.list-group > a.active::after {
    border-left: 11px solid var(--color1)
}

.highlight-block {
    border-left: 2px solid var(--color1)
}

.green-color {
    color: green
}

.text-red {
    color: red
}

.Rpoints ul li:nth-child(n + 2) a span:last-child, .rpointmenu.dropdown-menu li:nth-child(n + 2) > div span:last-child, .wrappoint .pointbox:nth-child(n + 1) {
    color: #009448;
    border: 1px solid #009448;
    background-color: #e8fbf1
}

.Rpoints ul li:nth-child(n + 3) a span:last-child, .rpointmenu.dropdown-menu li:nth-child(n + 3) > div span:last-child, .wrappoint .pointbox:nth-child(n + 2) {
    color: #556080;
    border: 1px solid #556080;
    background-color: #e9eefc
}

.Rpoints ul li:nth-child(n + 4) a span:last-child, .rpointmenu.dropdown-menu li:nth-child(n + 4) > div span:last-child, .wrappoint .pointbox:nth-child(n + 3) {
    color: #f78f3a;
    border: 1px solid #f78f3a;
    background-color: #f5eae1
}

.Rpoints ul li:nth-child(n + 5) a span:last-child, .rpointmenu.dropdown-menu li:nth-child(n + 5) > div span:last-child, .wrappoint .pointbox:nth-child(n + 4) {
    color: #e74c3c;
    border: 1px solid #e74c3c;
    background-color: #fff2f1
}

.SlotTime.tsred {
    background-color: #e04c4c;
    cursor: default
}

.SlotTime.tsyellow {
    background-color: #ffe046
}

.SlotTime.tsgreen {
    background-color: var(--bg4);
    color: #111
}

.availabelCircle {
    background-color: var(--bg4)
}

@media (max-width: 991px) {
    :root {
        --mainorangecolor: #f36911;
        --lightorangecolor: #f9e3d4;
        --color3: #E9CEBD;
        --bg3: #ffe9e2
    }
}

.cruiseIcoN {
    background-position: -141px -32px;
    height: 20px;
    width: 18px;
}

@media (max-width: 768px) {
    .cruiseIcoN {
        background-position: -153px -38px !important;
        background-size: 220px !important;
    }

    .ProductPriceDiv {
      align-items: start;
    }
}

/* Single Package CSS */
.ProductPriceDiv {
  padding: 20px;
  background-color: #fff;
  box-shadow: 0 5px 20px rgb(0 0 0 / 20%);
  border-radius: 8px;
  margin-top: -80px;
  text-align: right;
  width: max-content;
  display: flex;
  flex-direction: column;
  row-gap: 12px;
  z-index: 9;
}



.PriceInline {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.perperson {
  color: #707070;
}

.PriceInline .OrigionalPrice {
  font-size: 28px;
  font-weight: 600;
  color: #333;
  width: auto;
}

.service-itinerary-list {
  margin: 15px 0;
  padding: 20px 0;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  display: flex;
  gap: 40px;
}

.service-itinerary-list > div {
  flex: 1;
}

.service-itinerary-list ul {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}

.service-itinerary-list ul li {
  background-color: var(--bg3);
  padding: 5px 10px;
  border-radius: 12px;
  font-weight: 400;
}

.paragraph ul {
  margin: 0;
}

.flexrow-content {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  margin-top: 20px;
}

aside .flexrow-content {
  gap: 0;
}

.flexrowbox, 
.widget .wp-block-group > div {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  background-color: #fff;
  padding: 20px;
  border-radius: 8px;
}

.facilitylist {
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
}

.facilitylist li {
  display: flex;
  align-items: center;
  column-gap: 6px;
  position: relative;
  font-weight: 400;
}

.facilitylist li i {
  display: flex;
  height: 20px;
  width: 20px;
}

.row-heading,
.widget .wp-block-heading,
.widget .wp-block-search__label {
  font-size: 18px;
  font-weight: 700;
  position: relative;
  margin: 0;
  line-height: var(--bs-line-height);
}

.widget .wp-block-search__label {
  margin-bottom: 20px;
}

.wp-block-search__button-outside.wp-block-search__text-button.wp-block-search {
  padding: 20px;
  background-color: #fff;
  border-radius: 8px;
}

.row-heading::after,
.widget .wp-block-heading::after,
.widget .wp-block-search__label::after {
  content: "";
  position: absolute;
  left: -20px;
  height: 100%;
  width: 4px;
  border-radius: 0 10px 10px 0;
  top: 0;
  background-color: var(--bg1);
  color: #fff;
}

.itinerary-wrap {
  display: flex;
  flex-direction: column;
  row-gap: 15px;
  position: relative;
}

.lineLeft {
  position: absolute;
  left: 50px;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 2px;
}

.itinerary-repeat {
  display: flex;
  column-gap: 20px;
  align-items: flex-start;
}

.daycount {
  height: 40px;
  line-height: 40px;
  padding: 0 30px;
  border-radius: 8px;
  font-weight: 500;
  font-size: 16px;
  position: relative;
  white-space: nowrap;
}

.day-details {
  display: flex;
  column-gap: 15px;
  background-color: #f9f9f9;
  padding: 20px;
  border-radius: 8px;
  flex: 1;
}

.i-image img {
  min-width: 170px;
  height: 140px;
  max-width: 170px;
}

.itinerarydetails {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}

.day-i-heading {
  font-size: 16px;
  font-weight: 500;
}

.i-paragraph {
  font-size: 12px;
  margin: 0;
}

.sub-heading {
  font-size: 14px;
  display: block;
  font-weight: 400;
}

.order-check-list,
.order-check-list ul {
  display: flex;
  flex-direction: column;
  row-gap: 15px;
}

.order-check-list li {
  display: flex;
  align-items: flex-start;
  position: relative;
  line-height: var(--bs-line-height);
}

.flexrowbox p {
  line-height: var(--bs-line-height);
}

.order-dash-list {
  display: flex;
  flex-direction: column;
  row-gap: 15px;
  padding-left: 15px;
}

.order-check-list table {
  width: 100% !important;
  margin: 0 !important;
}

.h-option-list {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}

.h-option-list ul {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.h-option-flex-row {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}

.h-option-list ul li {
  display: flex;
}

.h-option-list ul li a {
  background-color: var(--bg3);
  padding: 8px 20px;
  border-radius: 8px;
  font-weight: 400;
}

.h-option-list ul li.active a {
  background-color: var(--bg1);
  color: #fff;
}

.h-option-imgs {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.h-option-imgs img {
  width: calc(100% / 4 - 15px);
  border-radius: 8px;
  height: 200px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .ProductNameReviews {
    row-gap: 2px;
  }

  .enq-btn {
    align-self: center !important;
  }

  .enq-form .rich-datepicker {
    width: 520px !important;
  }
}

@media (max-width: 991px) {
  .page-title-container {
    background: unset;
    margin: 10px 0;
  }

  .brd-cumbs {
    flex-direction: column;
    row-gap: 5px;
  }

  .page-title-container .breadcrumbs li {
    line-height: normal;
    font-weight: 200;
  }

  .page-title-container .breadcrumbs li a {
    color: #333;
    font-weight: 200;
    line-height: normal;
  }

  .page-title-container .breadcrumbs li:after {
    display: none;
  }

  .breadcumDIV ul.breadcrumbs {
    float: unset;
    display: flex;
    justify-content: flex-start;
    white-space: nowrap;
    overflow: auto;
    min-height: 16px;
  }

  .ProductHighlights {
    background-color: var(--bg2);
    padding: 10px;
    column-gap: 10px;
  }

  .ProductHighlights h1 {
    font-size: 16px;
  }

  .enq-btn {
    align-self: end;
    width: max-content;
    height: 30px;
    min-width: 110px;
    line-height: normal;
    font-size: 12px;
    padding: 5px;
    white-space: nowrap;
  }

  .flexrowbox {
    row-gap: 10px;
  }

  .facilitylist {
    gap: 15px;
  }

  .facilitylist li {
    column-gap: 6px;
  }

  .row-heading {
    font-size: 18px;
  }

  .row-heading::after {
    display: none;
  }

  .daycount {
    padding: 0 8px;
    height: 25px;
    line-height: var(--bs-line-height);
    font-size: 14px;
  }

  .itinerarydetails {
    row-gap: 5px;
  }

  .itinerary-repeat {
    column-gap: 15px;
  }

  .day-i-heading {
    font-size: 14px;
    font-weight: 400;
  }

  .lineLeft {
    left: 30px;
  }

  .flexrow-content {
    row-gap: 30px;
  }

  .enq-dialog {
    width: 100%;
    height: 90%;
    bottom: 0;
    top: auto;
    position: absolute;
    left: 0;
    margin: 0;
  }

  .enq-dialog .modal-content {
    border: 0;
    border-radius: 24px 24px 0 0;
    height: 100%;
  }

  .enq-dialog .modal-body {
    overflow: auto !important;
    max-height: unset;
    height: 100%;
  }

  .enq-form {
    padding: 15px;
    width: 100%;
  }

  .enq-details {
    display: none;
  }

  .pkgname .pkg-heading {
    font-size: 16px;
    max-width: 75%;
  }

  .pkgname .product-duration {
    right: 0px;
  }

  .pkgname {
    row-gap: 5px;
    max-width: 92%;
  }

  .form-inputs .inputselectbox {
    min-width: 75px;
  }

  .pkgname span {
    font-weight: 200;
  }

  .order-check-list,
  .order-check-list ul {
    row-gap: 10px;
  }

  .order-check-list li::before {
    height: 20px;
    min-width: 20px;
    background-position: -68px -2px;
  }

  .enq-form .rich-datepicker {
    right: 0;
    width: 100%;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .ProductNameReviews {
    row-gap: 2px;
  }

  .enq-btn {
    align-self: center;
  }

  .enq-form .rich-datepicker {
    width: 520px;
  }

  .h-option-imgs img {
    width: calc(100% / 3 - 15px);
  }
}

@media (max-width: 767px) {
  .ProductNameReviews {
    row-gap: 10px;
  }

  .ProductPriceDiv {
    row-gap: 2px;
  }

  .PriceInline {
    gap: 2px;
  }

  .product-duration {
    line-height: normal;
  }

  .ProductPriceDiv {
    padding: 15px;
    margin-top: -50px;
  }

  .PriceInline .OrigionalPrice {
    font-size: 24px;
  }

  .day-details {
    padding: 10px;
    row-gap: 10px;
    flex-direction: column;
    row-gap: 15px;
  }

  .product-duration {
    /* top: 0px; */
    /* padding: 5px; */
  }

  .i-image img {
    min-width: 100%;
    border-radius: 4px;
    max-width: 100%;
  }

  .h-option-imgs img {
    width: calc(100% / 2 - 15px);
  }

  .pop-end-flex {
    flex-direction: column;
  }

  .name-adress-flex,
  .m-number-flex,
  .number-date-flex,
  .pop-end-flex {
    flex-wrap: wrap;
    gap: 10px;
  }

  .m-number-flex {
    min-width: 100%;
    flex-wrap: nowrap;
  }

  .number-date-flex .rich-datepicker-wrap {
    width: 100%;
  }

  .preference_select {
    width: 150px;
  }

  .product-duration::before {
    bottom: -5px;
    border-width: 8px 40px 0px 0px;
  }

  .product-duration::after {
    bottom: -5px;
    border-width: 8px 0px 0px 40px;
  }
}


/* Footer CSS */
footer ul {
    min-height: unset
}

.Design-Develope {
    display: flex;
    justify-content: center;
    column-gap: 15px;
    padding: 20px 0;
    /* margin-top: 15px; */
    border-top: 1px solid #ddd;
    align-items: center;
}

.Design-Develope a {
    color: var(--bg1);
    display: flex;
    align-items: center;
}

.Design-Develope a span {
    color: var(--bg1);
    font-weight: 500;
}

.whitelabel-b2c {
    background-color: #fff;
    width: 94%;
    margin: auto;
    border-radius: 15px;
    padding: 30px;
    margin: 40px auto;
    color: #333;
    display: flex;
}

.flex-row-footer {
    display: flex;
    justify-content: space-between;
}

.footerlogo img {
    height: 50px;
    width: auto;
    max-width: 100%;
    object-fit: contain
}

footer .LinkTitle {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 20px
}

.whitelabel-b2c ul {
    display: flex;
    column-gap: 15px;
    min-height: unset
}

.quick-links li a {
    color: #333;
    align-items: center;
    padding-right: 10px;
    border-right: 1px solid #333;
    transition: .3s;
}

.quick-links li:last-child a {
    border: none
}

.social-links li a {
    display: flex;
}

.social-links li a i {
    display: flex;
    height: 35px;
    width: 35px;
    align-items: center;
    justify-content: center;
}

.social-links li a .facebookicn {
    background-position: 1px -80px
}

.social-links li a .twittericn {
    background-position: -42px -80px
}

.social-links li a .linkdinicn {
    background-position: -83px -80px
}

.social-links li a .instagramicn {
    background-position: -125px -80px
}

.s-icon-list a {
    /* height: 34px; */
    /* width: 34px; */
    /* background-color: var(--bg1); */
    /* border-radius: 3px; */
    /* align-items: center; */
    /* justify-content: center; */
    /* color: #fff; */
    /* font-size: 18px; */
}

.s-icon-list a:hover {
    color: #fff !important;
}

.whitelabel-b2c ul li a:hover {
    color: var(--color1);
}

.b2bfooter, .b2cfooter-bottom {
    padding: 30px 0
}

.ThemeFooter {
    background-color: #111
}

.b2bfooter ul, .b2cfooter-bottom ul {
    list-style: none;
    padding: 0;
    display: flex;
    column-gap: 30px;
    justify-content: center;
    align-items: center
}

.b2bfooter ul li a {
    color: #aaa;
    align-items: center;
    display: flex
}

.payment-img {
    margin: 30px 0;
    display: flex;
    justify-content: center
}

.develope-BY {
    color: #aaa
}

.b2bfooter .Design-Develope a, .b2cfooter-bottom .Design-Develope a {
    color: #fff
}

.b2cfooter-up {
    background-color: #fff;
    padding: 30px 0
}

.footer-up {
    display: flex;
    column-gap: 80px
}

.footer-up ul {
    display: flex;
    flex-flow: column;
    row-gap: 5px;
    margin-bottom: 20px
}

.footer-up ul li a {
    color: #333;
    font-size: 12px;
    line-height: normal
}

.link-heading {
    margin: 0;
    color: #333;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 10px
}

ul.b2c-social {
    display: flex;
    column-gap: 10px;
    align-items: center
}

.b2c-social li a {
    height: 35px;
    width: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    background-color: #fff;
    color: var(--color1);
    border-radius: 2px
}

.b2c-social li a:hover {
    color: var(--color1)
}

.fa-facebook:before {
    content: "\f09a"
}

.fa-twitter:before {
    content: "\f099"
}

.fa-linkedin:before {
    content: "\f0e1"
}

.fa-youtube-play:before {
    content: "\f16a"
}

.fa-file-image-o::before {
    content: "\f1c5"
}

.fa-wordpress:before {
    content: "\f19a"
}

.fa-instagram:before {
    content: "\f16d"
}

.b2cfooter-bottom .Design-Develope {
    margin-top: 30px
}

footer .social-links li a:hover {
    margin-top: -2px;
    transition: .3s;
}

@media (max-width: 767px) {
    .footerlogo {
        margin-bottom: 15px;
    }

    footer .LinkTitle {
        margin-top: 0px;
        margin-bottom: 10px;
        font-size: 16px;
    }

    .whitelabel-b2c {
        width: 100%;
        padding: 15px;
    }

    .whitelabel-b2c ul {
        flex-wrap: wrap;
        margin-bottom: 10px;
    }

    .whitelabel-b2c ul li {
        margin-bottom: 10px;
    }

    .Design-Develope {
        flex-wrap: wrap;
        padding-top: 20px;
        margin-top: 0
    }

    .Design-Develope span {
        margin-bottom: 5px;
    }

    .f-raynab2c-flex ul {
        flex-wrap: wrap;
        justify-content: center;
        row-gap: 20px
    }

    .Design-Develope a span {
        margin: 0
    }
}

/* Ray CSS */
/*!
 * Bootstrap v3.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
.label,
audio,
canvas,
progress,
sub,
sup,
video {
  vertical-align: baseline;
}

.swal2-icon,
.swal2-icon.swal2-success .swal2-success-ring,
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

hr,
img {
  border: 0;
}

textarea,
textarea.inputselectbox {
  resize: vertical;
}

.owl-carousel,
.owl-carousel .owl-item,
html {
  -webkit-tap-highlight-color: #fff0;
}

button.close,
input[type="search"],
select {
  -moz-appearance: none;
  appearance: none;
}

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: #fff0;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 0;
  -webkit-text-decoration: underline dotted;
  -moz-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

b,
optgroup,
strong {
  font-weight: 700;
}

dfn {
  font-style: italic;
}

h1 {
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  vertical-align: middle;
  object-fit: cover;
}

svg:not(:root) {
  overflow: hidden;
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

*,
:after,
:before,
input[type="checkbox"],
input[type="radio"] {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

.glyphicon,
.popover,
.tooltip,
address {
  font-style: normal;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
  appearance: button;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */

@media print {
  blockquote,
  img,
  pre,
  tr {
    page-break-inside: avoid;
  }

  *,
  :after,
  :before {
    color: #000 !important;
    text-shadow: none !important;
    background: 0 0 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }

  blockquote,
  pre {
    border: 1px solid #999;
  }

  thead {
    display: table-header-group;
  }

  img {
    max-width: 100% !important;
  }

  h2,
  h3,
  p {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }

  .navbar {
    display: none;
  }

  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }

  .label {
    border: 1px solid #000;
  }

  .table {
    border-collapse: collapse !important;
  }

  .table td,
  .table th {
    background-color: #fff !important;
  }

  .table-bordered td,
  .table-bordered th {
    border: 1px solid #ddd !important;
  }
}

@font-face {
  font-family: "Glyphicons Halflings";
  src: url(../fonts/glyphicons-halflings-regular.eot);
  src: url(../fonts/glyphicons-halflings-regular.eot?#iefix)
      format("embedded-opentype"),
    url(../fonts/glyphicons-halflings-regular.woff2) format("woff2"),
    url(../fonts/glyphicons-halflings-regular.woff) format("woff"),
    url(../fonts/glyphicons-halflings-regular.ttf) format("truetype"),
    url(../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular)
      format("svg");
}

.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.glyphicon-asterisk:before {
  content: "\002a";
}

.glyphicon-plus:before {
  content: "\002b";
}

.glyphicon-eur:before,
.glyphicon-euro:before {
  content: "\20ac";
}

.glyphicon-minus:before {
  content: "\2212";
}

.glyphicon-cloud:before {
  content: "\2601";
}

.glyphicon-pencil:before {
  content: "\270f";
}

.glyphicon-glass:before {
  content: "\e001";
}

.glyphicon-music:before {
  content: "\e002";
}

.glyphicon-search:before {
  content: "\e003";
}

.glyphicon-heart:before {
  content: "\e005";
}

.glyphicon-star:before {
  content: "\e006";
}

.glyphicon-star-empty:before {
  content: "\e007";
}

.glyphicon-user:before {
  content: "\e008";
}

.glyphicon-film:before {
  content: "\e009";
}

.glyphicon-th-large:before {
  content: "\e010";
}

.glyphicon-th:before {
  content: "\e011";
}

.glyphicon-th-list:before {
  content: "\e012";
}

.glyphicon-ok:before {
  content: "\e013";
}

.glyphicon-remove:before {
  content: "\e014";
}

.glyphicon-zoom-in:before {
  content: "\e015";
}

.glyphicon-zoom-out:before {
  content: "\e016";
}

.glyphicon-off:before {
  content: "\e017";
}

.glyphicon-signal:before {
  content: "\e018";
}

.glyphicon-cog:before {
  content: "\e019";
}

.glyphicon-trash:before {
  content: "\e020";
}

.glyphicon-home:before {
  content: "\e021";
}

.glyphicon-file:before {
  content: "\e022";
}

.glyphicon-time:before {
  content: "\e023";
}

.glyphicon-road:before {
  content: "\e024";
}

.glyphicon-download-alt:before {
  content: "\e025";
}

.glyphicon-download:before {
  content: "\e026";
}

.glyphicon-upload:before {
  content: "\e027";
}

.glyphicon-inbox:before {
  content: "\e028";
}

.glyphicon-play-circle:before {
  content: "\e029";
}

.glyphicon-repeat:before {
  content: "\e030";
}

.glyphicon-refresh:before {
  content: "\e031";
}

.glyphicon-list-alt:before {
  content: "\e032";
}

.glyphicon-lock:before {
  content: "\e033";
}

.glyphicon-flag:before {
  content: "\e034";
}

.glyphicon-headphones:before {
  content: "\e035";
}

.glyphicon-volume-off:before {
  content: "\e036";
}

.glyphicon-volume-down:before {
  content: "\e037";
}

.glyphicon-volume-up:before {
  content: "\e038";
}

.glyphicon-qrcode:before {
  content: "\e039";
}

.glyphicon-barcode:before {
  content: "\e040";
}

.glyphicon-tag:before {
  content: "\e041";
}

.glyphicon-tags:before {
  content: "\e042";
}

.glyphicon-book:before {
  content: "\e043";
}

.glyphicon-bookmark:before {
  content: "\e044";
}

.glyphicon-print:before {
  content: "\e045";
}

.glyphicon-camera:before {
  content: "\e046";
}

.glyphicon-font:before {
  content: "\e047";
}

.glyphicon-bold:before {
  content: "\e048";
}

.glyphicon-italic:before {
  content: "\e049";
}

.glyphicon-text-height:before {
  content: "\e050";
}

.glyphicon-text-width:before {
  content: "\e051";
}

.glyphicon-align-left:before {
  content: "\e052";
}

.glyphicon-align-center:before {
  content: "\e053";
}

.glyphicon-align-right:before {
  content: "\e054";
}

.glyphicon-align-justify:before {
  content: "\e055";
}

.glyphicon-list:before {
  content: "\e056";
}

.glyphicon-indent-left:before {
  content: "\e057";
}

.glyphicon-indent-right:before {
  content: "\e058";
}

.glyphicon-facetime-video:before {
  content: "\e059";
}

.glyphicon-picture:before {
  content: "\e060";
}

.glyphicon-map-marker:before {
  content: "\e062";
}

.glyphicon-adjust:before {
  content: "\e063";
}

.glyphicon-tint:before {
  content: "\e064";
}

.glyphicon-edit:before {
  content: "\e065";
}

.glyphicon-share:before {
  content: "\e066";
}

.glyphicon-check:before {
  content: "\e067";
}

.glyphicon-move:before {
  content: "\e068";
}

.glyphicon-step-backward:before {
  content: "\e069";
}

.glyphicon-fast-backward:before {
  content: "\e070";
}

.glyphicon-backward:before {
  content: "\e071";
}

.glyphicon-play:before {
  content: "\e072";
}

.glyphicon-pause:before {
  content: "\e073";
}

.glyphicon-stop:before {
  content: "\e074";
}

.glyphicon-forward:before {
  content: "\e075";
}

.glyphicon-fast-forward:before {
  content: "\e076";
}

.glyphicon-step-forward:before {
  content: "\e077";
}

.glyphicon-eject:before {
  content: "\e078";
}

.glyphicon-chevron-left:before {
  content: "\e079";
}

.glyphicon-chevron-right:before {
  content: "\e080";
}

.glyphicon-plus-sign:before {
  content: "\e081";
}

.glyphicon-minus-sign:before {
  content: "\e082";
}

.glyphicon-remove-sign:before {
  content: "\e083";
}

.glyphicon-ok-sign:before {
  content: "\e084";
}

.glyphicon-question-sign:before {
  content: "\e085";
}

.glyphicon-info-sign:before {
  content: "\e086";
}

.glyphicon-screenshot:before {
  content: "\e087";
}

.glyphicon-remove-circle:before {
  content: "\e088";
}

.glyphicon-ok-circle:before {
  content: "\e089";
}

.glyphicon-ban-circle:before {
  content: "\e090";
}

.glyphicon-arrow-left:before {
  content: "\e091";
}

.glyphicon-arrow-right:before {
  content: "\e092";
}

.glyphicon-arrow-up:before {
  content: "\e093";
}

.glyphicon-arrow-down:before {
  content: "\e094";
}

.glyphicon-share-alt:before {
  content: "\e095";
}

.glyphicon-resize-full:before {
  content: "\e096";
}

.glyphicon-resize-small:before {
  content: "\e097";
}

.glyphicon-exclamation-sign:before {
  content: "\e101";
}

.glyphicon-gift:before {
  content: "\e102";
}

.glyphicon-leaf:before {
  content: "\e103";
}

.glyphicon-fire:before {
  content: "\e104";
}

.glyphicon-eye-open:before {
  content: "\e105";
}

.glyphicon-eye-close:before {
  content: "\e106";
}

.glyphicon-warning-sign:before {
  content: "\e107";
}

.glyphicon-plane:before {
  content: "\e108";
}

.glyphicon-calendar:before {
  content: "\e109";
}

.glyphicon-random:before {
  content: "\e110";
}

.glyphicon-comment:before {
  content: "\e111";
}

.glyphicon-magnet:before {
  content: "\e112";
}

.glyphicon-chevron-up:before {
  content: "\e113";
}

.glyphicon-chevron-down:before {
  content: "\e114";
}

.glyphicon-retweet:before {
  content: "\e115";
}

.glyphicon-shopping-cart:before {
  content: "\e116";
}

.glyphicon-folder-close:before {
  content: "\e117";
}

.glyphicon-folder-open:before {
  content: "\e118";
}

.glyphicon-resize-vertical:before {
  content: "\e119";
}

.glyphicon-resize-horizontal:before {
  content: "\e120";
}

.glyphicon-hdd:before {
  content: "\e121";
}

.glyphicon-bullhorn:before {
  content: "\e122";
}

.glyphicon-bell:before {
  content: "\e123";
}

.glyphicon-certificate:before {
  content: "\e124";
}

.glyphicon-thumbs-up:before {
  content: "\e125";
}

.glyphicon-thumbs-down:before {
  content: "\e126";
}

.glyphicon-hand-right:before {
  content: "\e127";
}

.glyphicon-hand-left:before {
  content: "\e128";
}

.glyphicon-hand-up:before {
  content: "\e129";
}

.glyphicon-hand-down:before {
  content: "\e130";
}

.glyphicon-circle-arrow-right:before {
  content: "\e131";
}

.glyphicon-circle-arrow-left:before {
  content: "\e132";
}

.glyphicon-circle-arrow-up:before {
  content: "\e133";
}

.glyphicon-circle-arrow-down:before {
  content: "\e134";
}

.glyphicon-globe:before {
  content: "\e135";
}

.glyphicon-wrench:before {
  content: "\e136";
}

.glyphicon-tasks:before {
  content: "\e137";
}

.glyphicon-filter:before {
  content: "\e138";
}

.glyphicon-briefcase:before {
  content: "\e139";
}

.glyphicon-fullscreen:before {
  content: "\e140";
}

.glyphicon-dashboard:before {
  content: "\e141";
}

.glyphicon-paperclip:before {
  content: "\e142";
}

.glyphicon-heart-empty:before {
  content: "\e143";
}

.glyphicon-link:before {
  content: "\e144";
}

.glyphicon-phone:before {
  content: "\e145";
}

.glyphicon-pushpin:before {
  content: "\e146";
}

.glyphicon-usd:before {
  content: "\e148";
}

.glyphicon-gbp:before {
  content: "\e149";
}

.glyphicon-sort:before {
  content: "\e150";
}

.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}

.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}

.glyphicon-sort-by-order:before {
  content: "\e153";
}

.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}

.glyphicon-sort-by-attributes:before {
  content: "\e155";
}

.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}

.glyphicon-unchecked:before {
  content: "\e157";
}

.glyphicon-expand:before {
  content: "\e158";
}

.glyphicon-collapse-down:before {
  content: "\e159";
}

.glyphicon-collapse-up:before {
  content: "\e160";
}

.glyphicon-log-in:before {
  content: "\e161";
}

.glyphicon-flash:before {
  content: "\e162";
}

.glyphicon-log-out:before {
  content: "\e163";
}

.glyphicon-new-window:before {
  content: "\e164";
}

.glyphicon-record:before {
  content: "\e165";
}

.glyphicon-save:before {
  content: "\e166";
}

.glyphicon-open:before {
  content: "\e167";
}

.glyphicon-saved:before {
  content: "\e168";
}

.glyphicon-import:before {
  content: "\e169";
}

.glyphicon-export:before {
  content: "\e170";
}

.glyphicon-send:before {
  content: "\e171";
}

.glyphicon-floppy-disk:before {
  content: "\e172";
}

.glyphicon-floppy-saved:before {
  content: "\e173";
}

.glyphicon-floppy-remove:before {
  content: "\e174";
}

.glyphicon-floppy-save:before {
  content: "\e175";
}

.glyphicon-floppy-open:before {
  content: "\e176";
}

.glyphicon-credit-card:before {
  content: "\e177";
}

.glyphicon-transfer:before {
  content: "\e178";
}

.glyphicon-cutlery:before {
  content: "\e179";
}

.glyphicon-header:before {
  content: "\e180";
}

.glyphicon-compressed:before {
  content: "\e181";
}

.glyphicon-earphone:before {
  content: "\e182";
}

.glyphicon-tower:before {
  content: "\e184";
}

.glyphicon-stats:before {
  content: "\e185";
}

.glyphicon-sd-video:before {
  content: "\e186";
}

.glyphicon-hd-video:before {
  content: "\e187";
}

.glyphicon-subtitles:before {
  content: "\e188";
}

.glyphicon-sound-stereo:before {
  content: "\e189";
}

.glyphicon-sound-dolby:before {
  content: "\e190";
}

.glyphicon-sound-5-1:before {
  content: "\e191";
}

.glyphicon-sound-6-1:before {
  content: "\e192";
}

.glyphicon-sound-7-1:before {
  content: "\e193";
}

.glyphicon-copyright-mark:before {
  content: "\e194";
}

.glyphicon-registration-mark:before {
  content: "\e195";
}

.glyphicon-cloud-download:before {
  content: "\e197";
}

.glyphicon-cloud-upload:before {
  content: "\e198";
}

.glyphicon-tree-conifer:before {
  content: "\e199";
}

.glyphicon-tree-deciduous:before {
  content: "\e200";
}

.glyphicon-cd:before {
  content: "\e201";
}

.glyphicon-save-file:before {
  content: "\e202";
}

.glyphicon-open-file:before {
  content: "\e203";
}

.glyphicon-level-up:before {
  content: "\e204";
}

.glyphicon-copy:before {
  content: "\e205";
}

.glyphicon-paste:before {
  content: "\e206";
}

.glyphicon-alert:before {
  content: "\e209";
}

.glyphicon-equalizer:before {
  content: "\e210";
}

.glyphicon-king:before {
  content: "\e211";
}

.glyphicon-queen:before {
  content: "\e212";
}

.glyphicon-pawn:before {
  content: "\e213";
}

.glyphicon-bishop:before {
  content: "\e214";
}

.glyphicon-knight:before {
  content: "\e215";
}

.glyphicon-baby-formula:before {
  content: "\e216";
}

.glyphicon-tent:before {
  content: "\26fa";
}

.glyphicon-blackboard:before {
  content: "\e218";
}

.glyphicon-bed:before {
  content: "\e219";
}

.glyphicon-apple:before {
  content: "\f8ff";
}

.glyphicon-erase:before {
  content: "\e221";
}

.glyphicon-hourglass:before {
  content: "\231b";
}

.glyphicon-lamp:before {
  content: "\e223";
}

.glyphicon-duplicate:before {
  content: "\e224";
}

.glyphicon-piggy-bank:before {
  content: "\e225";
}

.glyphicon-scissors:before {
  content: "\e226";
}

.glyphicon-bitcoin:before,
.glyphicon-btc:before,
.glyphicon-xbt:before {
  content: "\e227";
}

.glyphicon-jpy:before,
.glyphicon-yen:before {
  content: "\00a5";
}

.glyphicon-rub:before,
.glyphicon-ruble:before {
  content: "\20bd";
}

.glyphicon-scale:before {
  content: "\e230";
}

.glyphicon-ice-lolly:before {
  content: "\e231";
}

.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}

.glyphicon-education:before {
  content: "\e233";
}

.glyphicon-option-horizontal:before {
  content: "\e234";
}

.glyphicon-option-vertical:before {
  content: "\e235";
}

.glyphicon-menu-hamburger:before {
  content: "\e236";
}

.glyphicon-modal-window:before {
  content: "\e237";
}

.glyphicon-oil:before {
  content: "\e238";
}

.glyphicon-grain:before {
  content: "\e239";
}

.glyphicon-sunglasses:before {
  content: "\e240";
}

.glyphicon-text-size:before {
  content: "\e241";
}

.glyphicon-text-color:before {
  content: "\e242";
}

.glyphicon-text-background:before {
  content: "\e243";
}

.glyphicon-object-align-top:before {
  content: "\e244";
}

.glyphicon-object-align-bottom:before {
  content: "\e245";
}

.glyphicon-object-align-horizontal:before {
  content: "\e246";
}

.glyphicon-object-align-left:before {
  content: "\e247";
}

.glyphicon-object-align-vertical:before {
  content: "\e248";
}

.glyphicon-object-align-right:before {
  content: "\e249";
}

.glyphicon-triangle-right:before {
  content: "\e250";
}

.glyphicon-triangle-left:before {
  content: "\e251";
}

.glyphicon-triangle-bottom:before {
  content: "\e252";
}

.glyphicon-triangle-top:before {
  content: "\e253";
}

.glyphicon-console:before {
  content: "\e254";
}

.glyphicon-superscript:before {
  content: "\e255";
}

.glyphicon-subscript:before {
  content: "\e256";
}

.glyphicon-menu-left:before {
  content: "\e257";
}

.glyphicon-menu-right:before {
  content: "\e258";
}

.glyphicon-menu-down:before {
  content: "\e259";
}

.glyphicon-menu-up:before {
  content: "\e260";
}

*,
:after,
:before {
  box-sizing: border-box;
}

html {
  font-size: 16px;
}

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

figure {
  margin: 0;
}

.carousel-inner > .item > a > img,
.carousel-inner > .item > img,
.img-responsive,
.thumbnail a > img,
.thumbnail > img {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-thumbnail,
.list-inline > li,
label {
  display: inline-block;
}

.img-rounded {
  border-radius: 6px;
}

.img-thumbnail {
  padding: 4px;
  line-height: var(--bs-line-height);
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  max-width: 100%;
  height: auto;
}

.img-circle {
  border-radius: 50%;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border-top: 1px solid #eee;
}

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

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

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

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font-heading);
  font-weight: 500;
  line-height: var(--bs-line-height);
  color: inherit;
}

.h1 .small,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
.h4 .small,
.h4 small,
.h5 .small,
.h5 small,
.h6 .small,
.h6 small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small,
h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
  font-weight: 400;
  line-height: var(--bs-line-height);
  color: #777;
}

.h1,
.h2,
.h3,
h1,
h2,
h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}

.h1 .small,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small {
  font-size: 65%;
}

.h4 .small,
.h4 small,
.h5 .small,
.h5 small,
.h6 .small,
.h6 small,
.label,
h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
  font-size: 75%;
}

.h4,
.h5,
.h6,
h4,
h5,
h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.h1,
h1 {
  font-size: 36px;
}

.h2,
h2 {
  font-size: 30px;
}

.h3,
h3 {
  font-size: 24px;
}

.h4,
h4 {
  font-size: 18px;
}

.h5,
h5 {
  font-size: 14px;
}

.h6,
h6 {
  font-size: 12px;
}

.lead,
.panel-title,
.preloader {
  font-size: 16px;
}

p {
  margin: 0 0 16px;
}

.lead {
  margin-bottom: 20px;
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-line-height);
}

.badge,
.label,
dt,
kbd kbd {
  font-weight: 700;
}

@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}

.small,
small {
  font-size: 85%;
}

.mark,
mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

.list-inline,
.list-unstyled {
  padding-left: 0;
  list-style: none;
}

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

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

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

.RM-RL-paragraph,
.text-justify {
  text-align: justify;
}

.text-nowrap {
  white-space: nowrap;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase {
  text-transform: uppercase;
}

.p-info-title,
.text-capitalize {
  text-transform: capitalize;
}

.btn_login button,
.eventclick .eventupdate-btn,
.initialism,
.notAvailable,
.signup-header .modal-title,
ul li .eventupdate-btn,
ul.login-header li a {
  text-transform: uppercase;
}

.text-muted {
  color: #777;
}

.text-primary {
  color: #337ab7;
}

a.text-primary:focus,
a.text-primary:hover {
  color: #286090;
}

.text-success {
  color: #3c763d;
}

a.text-success:focus,
a.text-success:hover {
  color: #2b542c;
}

.text-info {
  color: #31708f;
}

a.text-info:focus,
a.text-info:hover {
  color: #245269;
}

.text-warning {
  color: #8a6d3b;
}

a.text-warning:focus,
a.text-warning:hover {
  color: #66512c;
}

.text-danger {
  color: #a94442;
}

a.text-danger:focus,
a.text-danger:hover {
  color: #843534;
}

a.bg-primary:focus,
a.bg-primary:hover {
  background-color: #286090;
}

.bg-success {
  background-color: #dff0d8;
}

a.bg-success:focus,
a.bg-success:hover {
  background-color: #c1e2b3;
}

.bg-info {
  background-color: #d9edf7;
}

a.bg-info:focus,
a.bg-info:hover {
  background-color: #afd9ee;
}

.bg-warning {
  background-color: #fcf8e3;
}

a.bg-warning:focus,
a.bg-warning:hover {
  background-color: #f7ecb5;
}

.bg-danger {
  background-color: #f2dede;
}

a.bg-danger:focus,
a.bg-danger:hover {
  background-color: #e4b9b9;
}

pre code,
table {
  background-color: #fff0;
}

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eee;
}

dl,
ol,
ul {
  margin-top: 0;
}

blockquote ol:last-child,
blockquote p:last-child,
blockquote ul:last-child,
ol ol,
ol ul,
ul ol,
ul ul {
  margin-bottom: 0;
}

ol,
ul {
  margin-bottom: 10px;
}

.list-inline {
  margin-left: -5px;
}

.list-inline > li {
  padding-right: 5px;
  padding-left: 5px;
}

dl {
  margin-bottom: 20px;
}

dd,
dt {
  line-height: 1.42857143;
}

dd {
  margin-left: 0;
}

@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .dl-horizontal dd {
    margin-left: 180px;
  }

  /* .container,
  .container-xl {
    width: 750px;
  } */
}

abbr[data-original-title],
abbr[title] {
  cursor: help;
}

.checkbox.disabled label,
.form-control[disabled],
.radio.disabled label,
fieldset[disabled] .checkbox label,
fieldset[disabled] .form-control,
fieldset[disabled] .radio label,
fieldset[disabled] input[type="checkbox"],
fieldset[disabled] input[type="radio"],
input[type="checkbox"].disabled,
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="radio"][disabled] {
  cursor: not-allowed;
}

.initialism {
  font-size: 90%;
}

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eee;
}

blockquote .small,
blockquote footer,
blockquote small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777;
}

legend,
pre {
  color: #333;
}

blockquote .small:before,
blockquote footer:before,
blockquote small:before {
  content: "\2014 \00A0";
}

.blockquote-reverse .small:before,
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret,
.popover > .arrow:after,
blockquote.pull-right .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before {
  content: "";
}

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  text-align: right;
  border-right: 5px solid #eee;
  border-left: 0;
}

code,
kbd {
  padding: 2px 4px;
  font-size: 90%;
}

.dropdown-menu,
caption,
th {
  text-align: left;
}

.blockquote-reverse .small:after,
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
blockquote.pull-right .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after {
  content: "\00A0 \2014";
}

address {
  margin-bottom: 20px;
  line-height: 1.42857143;
}

code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

code {
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}

kbd {
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 -1px 0 rgb(0 0 0 / 0.25);
  box-shadow: inset 0 -1px 0 rgb(0 0 0 / 0.25);
}

kbd kbd {
  padding: 0;
  font-size: 100%;
  -webkit-box-shadow: none;
  box-shadow: none;
}

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}

pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  border-radius: 0;
}

/* .container,
.container-xl,
.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
} */

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

/* @media (min-width: 992px) {
  .container,
  .container-xl {
    width: 970px;
  }
} */

/* @media (min-width: 1200px) {
  .container,
  .container-xl {
    width: 1200px;
  }
} */

/* @media (min-width: 1450px) {
  .container,
  .container-xl {
    width: 1320px;
  }
} */

/* 
.row {
  margin-right: -15px;
  margin-left: -15px;
}

.row-no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.row-no-gutters [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
  float: left;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-11 {
  width: 91.66666667%;
}

.col-xs-10 {
  width: 83.33333333%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-8 {
  width: 66.66666667%;
}

.col-xs-7 {
  width: 58.33333333%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-5 {
  width: 41.66666667%;
}

.col-xs-4 {
  width: 33.33333333%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-2 {
  width: 16.66666667%;
}

.col-xs-1 {
  width: 8.33333333%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-pull-11 {
  right: 91.66666667%;
}

.col-xs-pull-10 {
  right: 83.33333333%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-8 {
  right: 66.66666667%;
}

.col-xs-pull-7 {
  right: 58.33333333%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-5 {
  right: 41.66666667%;
}

.col-xs-pull-4 {
  right: 33.33333333%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-2 {
  right: 16.66666667%;
}

.col-xs-pull-1 {
  right: 8.33333333%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-push-11 {
  left: 91.66666667%;
}

.col-xs-push-10 {
  left: 83.33333333%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-8 {
  left: 66.66666667%;
}

.col-xs-push-7 {
  left: 58.33333333%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-5 {
  left: 41.66666667%;
}

.col-xs-push-4 {
  left: 33.33333333%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-2 {
  left: 16.66666667%;
}

.col-xs-push-1 {
  left: 8.33333333%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

.col-xs-offset-11 {
  margin-left: 91.66666667%;
}

.col-xs-offset-10 {
  margin-left: 83.33333333%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-8 {
  margin-left: 66.66666667%;
}

.col-xs-offset-7 {
  margin-left: 58.33333333%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-5 {
  margin-left: 41.66666667%;
}

.col-xs-offset-4 {
  margin-left: 33.33333333%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-2 {
  margin-left: 16.66666667%;
}

.col-xs-offset-1 {
  margin-left: 8.33333333%;
}

.col-xs-offset-0 {
  margin-left: 0;
}

@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9 {
    float: left;
  }

  .col-sm-12 {
    width: 100%;
  }

  .col-sm-11 {
    width: 91.66666667%;
  }

  .col-sm-10 {
    width: 83.33333333%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-8 {
    width: 66.66666667%;
  }

  .col-sm-7 {
    width: 58.33333333%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-5 {
    width: 41.66666667%;
  }

  .col-sm-4 {
    width: 33.33333333%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-2 {
    width: 16.66666667%;
  }

  .col-sm-1 {
    width: 8.33333333%;
  }

  .col-sm-pull-12 {
    right: 100%;
  }

  .col-sm-pull-11 {
    right: 91.66666667%;
  }

  .col-sm-pull-10 {
    right: 83.33333333%;
  }

  .col-sm-pull-9 {
    right: 75%;
  }

  .col-sm-pull-8 {
    right: 66.66666667%;
  }

  .col-sm-pull-7 {
    right: 58.33333333%;
  }

  .col-sm-pull-6 {
    right: 50%;
  }

  .col-sm-pull-5 {
    right: 41.66666667%;
  }

  .col-sm-pull-4 {
    right: 33.33333333%;
  }

  .col-sm-pull-3 {
    right: 25%;
  }

  .col-sm-pull-2 {
    right: 16.66666667%;
  }

  .col-sm-pull-1 {
    right: 8.33333333%;
  }

  .col-sm-pull-0 {
    right: auto;
  }

  .col-sm-push-12 {
    left: 100%;
  }

  .col-sm-push-11 {
    left: 91.66666667%;
  }

  .col-sm-push-10 {
    left: 83.33333333%;
  }

  .col-sm-push-9 {
    left: 75%;
  }

  .col-sm-push-8 {
    left: 66.66666667%;
  }

  .col-sm-push-7 {
    left: 58.33333333%;
  }

  .col-sm-push-6 {
    left: 50%;
  }

  .col-sm-push-5 {
    left: 41.66666667%;
  }

  .col-sm-push-4 {
    left: 33.33333333%;
  }

  .col-sm-push-3 {
    left: 25%;
  }

  .col-sm-push-2 {
    left: 16.66666667%;
  }

  .col-sm-push-1 {
    left: 8.33333333%;
  }

  .col-sm-push-0 {
    left: auto;
  }

  .col-sm-offset-12 {
    margin-left: 100%;
  }

  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-sm-offset-9 {
    margin-left: 75%;
  }

  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-sm-offset-6 {
    margin-left: 50%;
  }

  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-sm-offset-3 {
    margin-left: 25%;
  }

  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-sm-offset-0 {
    margin-left: 0;
  }
}

@media (min-width: 992px) {
  .col-md-1,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9 {
    float: left;
  }

  .col-md-12 {
    width: 100%;
  }

  .col-md-11 {
    width: 91.66666667%;
  }

  .col-md-10 {
    width: 83.33333333%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-8 {
    width: 66.66666667%;
  }

  .col-md-7 {
    width: 58.33333333%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-5 {
    width: 41.66666667%;
  }

  .col-md-4 {
    width: 33.33333333%;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-2 {
    width: 16.66666667%;
  }

  .col-md-1 {
    width: 8.33333333%;
  }

  .col-md-pull-12 {
    right: 100%;
  }

  .col-md-pull-11 {
    right: 91.66666667%;
  }

  .col-md-pull-10 {
    right: 83.33333333%;
  }

  .col-md-pull-9 {
    right: 75%;
  }

  .col-md-pull-8 {
    right: 66.66666667%;
  }

  .col-md-pull-7 {
    right: 58.33333333%;
  }

  .col-md-pull-6 {
    right: 50%;
  }

  .col-md-pull-5 {
    right: 41.66666667%;
  }

  .col-md-pull-4 {
    right: 33.33333333%;
  }

  .col-md-pull-3 {
    right: 25%;
  }

  .col-md-pull-2 {
    right: 16.66666667%;
  }

  .col-md-pull-1 {
    right: 8.33333333%;
  }

  .col-md-pull-0 {
    right: auto;
  }

  .col-md-push-12 {
    left: 100%;
  }

  .col-md-push-11 {
    left: 91.66666667%;
  }

  .col-md-push-10 {
    left: 83.33333333%;
  }

  .col-md-push-9 {
    left: 75%;
  }

  .col-md-push-8 {
    left: 66.66666667%;
  }

  .col-md-push-7 {
    left: 58.33333333%;
  }

  .col-md-push-6 {
    left: 50%;
  }

  .col-md-push-5 {
    left: 41.66666667%;
  }

  .col-md-push-4 {
    left: 33.33333333%;
  }

  .col-md-push-3 {
    left: 25%;
  }

  .col-md-push-2 {
    left: 16.66666667%;
  }

  .col-md-push-1 {
    left: 8.33333333%;
  }

  .col-md-push-0 {
    left: auto;
  }

  .col-md-offset-12 {
    margin-left: 100%;
  }

  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-md-offset-9 {
    margin-left: 75%;
  }

  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-md-offset-6 {
    margin-left: 50%;
  }

  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-md-offset-3 {
    margin-left: 25%;
  }

  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-md-offset-0 {
    margin-left: 0;
  }
}

@media (min-width: 1200px) {
  .col-lg-1,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9 {
    float: left;
  }

  .col-lg-12 {
    width: 100%;
  }

  .col-lg-11 {
    width: 91.66666667%;
  }

  .col-lg-10 {
    width: 83.33333333%;
  }

  .col-lg-9 {
    width: 75%;
  }

  .col-lg-8 {
    width: 66.66666667%;
  }

  .col-lg-7 {
    width: 58.33333333%;
  }

  .col-lg-6 {
    width: 50%;
  }

  .col-lg-5 {
    width: 41.66666667%;
  }

  .col-lg-4 {
    width: 33.33333333%;
  }

  .col-lg-3 {
    width: 25%;
  }

  .col-lg-2 {
    width: 16.66666667%;
  }

  .col-lg-1 {
    width: 8.33333333%;
  }

  .col-lg-pull-12 {
    right: 100%;
  }

  .col-lg-pull-11 {
    right: 91.66666667%;
  }

  .col-lg-pull-10 {
    right: 83.33333333%;
  }

  .col-lg-pull-9 {
    right: 75%;
  }

  .col-lg-pull-8 {
    right: 66.66666667%;
  }

  .col-lg-pull-7 {
    right: 58.33333333%;
  }

  .col-lg-pull-6 {
    right: 50%;
  }

  .col-lg-pull-5 {
    right: 41.66666667%;
  }

  .col-lg-pull-4 {
    right: 33.33333333%;
  }

  .col-lg-pull-3 {
    right: 25%;
  }

  .col-lg-pull-2 {
    right: 16.66666667%;
  }

  .col-lg-pull-1 {
    right: 8.33333333%;
  }

  .col-lg-pull-0 {
    right: auto;
  }

  .col-lg-push-12 {
    left: 100%;
  }

  .col-lg-push-11 {
    left: 91.66666667%;
  }

  .col-lg-push-10 {
    left: 83.33333333%;
  }

  .col-lg-push-9 {
    left: 75%;
  }

  .col-lg-push-8 {
    left: 66.66666667%;
  }

  .col-lg-push-7 {
    left: 58.33333333%;
  }

  .col-lg-push-6 {
    left: 50%;
  }

  .col-lg-push-5 {
    left: 41.66666667%;
  }

  .col-lg-push-4 {
    left: 33.33333333%;
  }

  .col-lg-push-3 {
    left: 25%;
  }

  .col-lg-push-2 {
    left: 16.66666667%;
  }

  .col-lg-push-1 {
    left: 8.33333333%;
  }

  .col-lg-push-0 {
    left: auto;
  }

  .col-lg-offset-12 {
    margin-left: 100%;
  }

  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-lg-offset-9 {
    margin-left: 75%;
  }

  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-lg-offset-6 {
    margin-left: 50%;
  }

  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-lg-offset-3 {
    margin-left: 25%;
  }

  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-lg-offset-0 {
    margin-left: 0;
  }
} */

table col[class*="col-"] {
  position: static;
  display: table-column;
  float: none;
}

table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  display: table-cell;
  float: none;
}

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777;
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}

.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #eee;
}

.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 1px solid #eee;
}

.table > caption + thead > tr:first-child > td,
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > td,
.table > thead:first-child > tr:first-child > th {
  border-top: 0;
}

.table > tbody + tbody {
  border-top: 1px solid #eee;
}

.table .table {
  background-color: #fff;
  border-radius: 8px;
}

.table-condensed > tbody > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > thead > tr > th {
  padding: 5px;
}

.table-bordered {
  border: 1px solid #eee;
}

.table-bordered > tbody > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > thead > tr > th {
  border: 1px solid #ddd;
}

.table-bordered > thead > tr > td,
.table-bordered > thead > tr > th {
  border-bottom-width: 1px;
}

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > thead > tr.active > th,
.table > thead > tr > td.active,
.table > thead > tr > th.active {
  background-color: #f5f5f5;
}

.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr.active:hover > th,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover {
  background-color: #e8e8e8;
}

.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > thead > tr.success > th,
.table > thead > tr > td.success,
.table > thead > tr > th.success {
  background-color: #dff0d8;
}

.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr.success:hover > th,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover {
  background-color: #d0e9c6;
}

.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > thead > tr.info > th,
.table > thead > tr > td.info,
.table > thead > tr > th.info {
  background-color: #d9edf7;
}

.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr.info:hover > th,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover {
  background-color: #c4e3f3;
}

.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > thead > tr.warning > th,
.table > thead > tr > td.warning,
.table > thead > tr > th.warning {
  background-color: #fcf8e3;
}

.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr.warning:hover > th,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover {
  background-color: #faf2cc;
}

.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > thead > tr.danger > th,
.table > thead > tr > td.danger,
.table > thead > tr > th.danger {
  background-color: #f2dede;
}

.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr.danger:hover > th,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover {
  background-color: #ebcccc;
}

@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }

  .table-responsive > .table {
    margin-bottom: 0;
  }

  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > td,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > thead > tr > th {
    white-space: nowrap;
  }

  .table-responsive > .table-bordered {
    border: 0;
  }

  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > thead > tr > th:first-child {
    border-left: 0;
  }

  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > thead > tr > th:last-child {
    border-right: 0;
  }

  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th {
    border-bottom: 0;
  }
}

fieldset,
legend {
  padding: 0;
  border: 0;
}

fieldset {
  min-width: 0;
  margin: 0;
}

legend {
  display: block;
  width: 100%;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  border-bottom: 1px solid #e5e5e5;
}

label {
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 400;
}

input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  appearance: none;
}

input[type="checkbox"],
input[type="radio"] {
  margin: 4px 0 0;
  margin-top: 1px\9;
  line-height: normal;
}

.form-control,
output {
  font-size: 14px;
  line-height: 1.42857143;
  display: block;
  color: #555;
}

input[type="file"] {
  display: block;
}

input[type="range"] {
  display: block;
  width: 100%;
}

select[multiple],
select[size] {
  height: auto;
}

input[type="checkbox"]:focus,
input[type="file"]:focus,
input[type="radio"]:focus {
  outline: -webkit-focus-ring-color auto 5px;
  outline-offset: -2px;
}

output {
  padding-top: 7px;
}

.form-control {
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 0.075);
  box-shadow: none;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -webkit-transition: border-color ease-in-out 0.15s,
    -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s,
    -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s,
    -webkit-box-shadow ease-in-out 0.15s;
}

.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 0.075),
    0 0 8px rgb(102 175 233 / 0.6);
  box-shadow: inset 0 1px 1px rgb(0 0 0 / 0.075), 0 0 8px rgb(102 175 233 / 0.6);
}

.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #999;
}

.form-control::-webkit-input-placeholder {
  color: #999;
}

.form-control::-ms-expand {
  background-color: #fff0;
  border: 0;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eee;
  opacity: 1;
}

textarea.form-control {
  height: auto;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control,
  input[type="time"].form-control {
    line-height: 34px;
  }

  .input-group-sm input[type="date"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"],
  .input-group-sm input[type="time"],
  input[type="date"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  input[type="time"].input-sm {
    line-height: 30px;
  }

  .input-group-lg input[type="date"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"],
  .input-group-lg input[type="time"],
  input[type="date"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  input[type="time"].input-lg {
    line-height: 46px;
  }
}

.form-group {
  margin-bottom: 15px;
}

.checkbox,
.radio {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}

.checkbox label,
.radio label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer;
}

.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"],
.radio input[type="radio"],
.radio-inline input[type="radio"] {
  position: absolute;
  margin-top: 4px\9;
  margin-left: -20px;
}

.checkbox + .checkbox,
.radio + .radio {
  margin-top: -5px;
}

.checkbox-inline,
.radio-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  cursor: pointer;
}

.checkbox-inline.disabled,
.radio-inline.disabled,
fieldset[disabled] .checkbox-inline,
fieldset[disabled] .radio-inline {
  cursor: not-allowed;
}

.checkbox-inline + .checkbox-inline,
.radio-inline + .radio-inline {
  margin-top: 0;
  margin-left: 10px;
}

.btn-block + .btn-block,
.help-block {
  margin-top: 5px;
}

.form-control-static {
  min-height: 34px;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}

.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-right: 0;
  padding-left: 0;
}

.form-group-sm .form-control,
.input-sm {
  padding: 5px 10px;
  border-radius: 3px;
  font-size: 12px;
}

.input-sm {
  height: 30px;
  line-height: var(--bs-line-height);
}

select.input-sm {
  height: 30px;
  line-height: 30px;
}

select[multiple].input-sm,
textarea.input-sm {
  height: auto;
}

.form-group-sm .form-control {
  height: 30px;
  line-height: var(--bs-line-height);
}

.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}

.form-group-sm select[multiple].form-control,
.form-group-sm textarea.form-control {
  height: auto;
}

.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: var(--bs-line-height);
}

.btn-group-lg > .btn,
.btn-lg,
.form-group-lg .form-control,
.input-lg {
  padding: 10px 16px;
  font-size: 18px;
}

.input-lg {
  height: 46px;
  line-height: var(--bs-line-height);
  border-radius: 6px;
}

select.input-lg {
  height: 46px;
  line-height: 46px;
}

select[multiple].input-lg,
textarea.input-lg {
  height: auto;
}

.form-group-lg .form-control {
  height: 46px;
  line-height: var(--bs-line-height);
  border-radius: 6px;
}

.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}

.form-group-lg select[multiple].form-control,
.form-group-lg textarea.form-control {
  height: auto;
}

.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: var(--bs-line-height);
}

.has-feedback {
  position: relative;
}

.has-feedback .form-control {
  padding-right: 42.5px;
}

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}

.collapsing,
.dropdown,
.dropup {
  position: relative;
}

.form-group-lg .form-control + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.input-lg + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}

.form-group-sm .form-control + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.input-sm + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

.has-success .checkbox,
.has-success .checkbox-inline,
.has-success .control-label,
.has-success .help-block,
.has-success .radio,
.has-success .radio-inline,
.has-success.checkbox label,
.has-success.checkbox-inline label,
.has-success.radio label,
.has-success.radio-inline label {
  color: #3c763d;
}

.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 0.075);
  box-shadow: inset 0 1px 1px rgb(0 0 0 / 0.075);
}

.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgb(0 0 0 / 0.075), 0 0 6px #67b168;
}

.has-success .input-group-addon {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #3c763d;
}

.has-success .form-control-feedback {
  color: #3c763d;
}

.has-warning .checkbox,
.has-warning .checkbox-inline,
.has-warning .control-label,
.has-warning .help-block,
.has-warning .radio,
.has-warning .radio-inline,
.has-warning.checkbox label,
.has-warning.checkbox-inline label,
.has-warning.radio label,
.has-warning.radio-inline label {
  color: #8a6d3b;
}

.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 0.075);
  box-shadow: inset 0 1px 1px rgb(0 0 0 / 0.075);
}

.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgb(0 0 0 / 0.075), 0 0 6px #c0a16b;
}

.has-warning .input-group-addon {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #8a6d3b;
}

.has-warning .form-control-feedback {
  color: #8a6d3b;
}

.has-error .checkbox,
.has-error .checkbox-inline,
.has-error .control-label,
.has-error .help-block,
.has-error .radio,
.has-error .radio-inline,
.has-error.checkbox label,
.has-error.checkbox-inline label,
.has-error.radio label,
.has-error.radio-inline label {
  color: #a94442;
}

.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 0.075);
  box-shadow: inset 0 1px 1px rgb(0 0 0 / 0.075);
}

.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgb(0 0 0 / 0.075), 0 0 6px #ce8483;
}

.has-error .input-group-addon {
  color: #a94442;
  background-color: #f2dede;
  border-color: #a94442;
}

.has-error .form-control-feedback {
  color: #a94442;
}

.has-feedback label ~ .form-control-feedback {
  top: 25px;
}

.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}

.help-block {
  display: block;
  margin-bottom: 10px;
  color: #737373;
}

@media (min-width: 768px) {
  .form-inline .form-control,
  .form-inline .form-control-static,
  .form-inline .form-group {
    display: inline-block;
  }

  .form-inline .checkbox,
  .form-inline .control-label,
  .form-inline .form-group,
  .form-inline .radio {
    margin-bottom: 0;
    vertical-align: middle;
  }

  .form-inline .form-control {
    width: auto;
    vertical-align: middle;
  }

  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }

  .form-inline .input-group .form-control,
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn {
    width: auto;
  }

  .form-inline .input-group > .form-control {
    width: 100%;
  }

  .form-inline .checkbox,
  .form-inline .radio {
    display: inline-block;
    margin-top: 0;
  }

  .form-inline .checkbox label,
  .form-inline .radio label {
    padding-left: 0;
  }

  .form-inline .checkbox input[type="checkbox"],
  .form-inline .radio input[type="radio"] {
    position: relative;
    margin-left: 0;
  }

  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }

  .form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right;
  }
}

.form-horizontal .checkbox,
.form-horizontal .checkbox-inline,
.form-horizontal .radio,
.form-horizontal .radio-inline {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0;
}

.form-horizontal .checkbox,
.form-horizontal .radio {
  min-height: 27px;
}

.form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px;
}

.caret,
.nav-pills > li + li {
  margin-left: 2px;
}

.badge,
.btn,
.carousel-caption,
.carousel-control,
.carousel-indicators,
.checkbox::before,
.input-group-addon,
.label,
.nav-justified > li > a,
.nav-tabs.nav-justified > li > a,
.pager,
.progress-bar,
.radio::before,
.sectiontitle,
.tooltip-inner {
  text-align: center;
}

.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}

.dropdown-menu-right,
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}

@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
  }

  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid #fff0;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
  outline: -webkit-focus-ring-color auto 5px;
  outline-offset: -2px;
}

.btn.focus,
.btn:focus,
.btn:hover {
  color: #333;
  text-decoration: none;
}

.btn.active,
.btn:active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgb(0 0 0 / 0.125);
  box-shadow: inset 0 3px 5px rgb(0 0 0 / 0.125);
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  opacity: 0.65;
  -webkit-box-shadow: none;
  box-shadow: none;
}

a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}

.btn-default.focus,
.btn-default:focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}

.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}

.btn-default.active,
.btn-default:active,
.open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  background-image: none;
  border-color: #adadad;
}

.btn-default.active.focus,
.btn-default.active:focus,
.btn-default.active:hover,
.btn-default:active.focus,
.btn-default:active:focus,
.btn-default:active:hover,
.open > .dropdown-toggle.btn-default.focus,
.open > .dropdown-toggle.btn-default:focus,
.open > .dropdown-toggle.btn-default:hover {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}

.btn-default.disabled.focus,
.btn-default.disabled:focus,
.btn-default.disabled:hover,
.btn-default[disabled].focus,
.btn-default[disabled]:focus,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default.focus,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default:hover {
  background-color: #fff;
  border-color: #ccc;
}

.btn-default .badge {
  color: #fff;
  background-color: #333;
}

.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}

.btn-primary.focus,
.btn-primary:focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}

.btn-primary:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}

.btn-primary.active,
.btn-primary:active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #286090;
  background-image: none;
  border-color: #204d74;
}

.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open > .dropdown-toggle.btn-primary.focus,
.open > .dropdown-toggle.btn-primary:focus,
.open > .dropdown-toggle.btn-primary:hover {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}

.btn-primary.disabled.focus,
.btn-primary.disabled:focus,
.btn-primary.disabled:hover,
.btn-primary[disabled].focus,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary.focus,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:hover {
  background-color: #337ab7;
  border-color: #2e6da4;
}

.btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.btn-success.focus,
.btn-success:focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}

.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}

.btn-success.active,
.btn-success:active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  background-image: none;
  border-color: #398439;
}

.btn-success.active.focus,
.btn-success.active:focus,
.btn-success.active:hover,
.btn-success:active.focus,
.btn-success:active:focus,
.btn-success:active:hover,
.open > .dropdown-toggle.btn-success.focus,
.open > .dropdown-toggle.btn-success:focus,
.open > .dropdown-toggle.btn-success:hover {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}

.btn-success.disabled.focus,
.btn-success.disabled:focus,
.btn-success.disabled:hover,
.btn-success[disabled].focus,
.btn-success[disabled]:focus,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success.focus,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success:hover {
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}

.btn-info.focus,
.btn-info:focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}

.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}

.btn-info.active,
.btn-info:active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  background-image: none;
  border-color: #269abc;
}

.btn-info.active.focus,
.btn-info.active:focus,
.btn-info.active:hover,
.btn-info:active.focus,
.btn-info:active:focus,
.btn-info:active:hover,
.open > .dropdown-toggle.btn-info.focus,
.open > .dropdown-toggle.btn-info:focus,
.open > .dropdown-toggle.btn-info:hover {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}

.btn-info.disabled.focus,
.btn-info.disabled:focus,
.btn-info.disabled:hover,
.btn-info[disabled].focus,
.btn-info[disabled]:focus,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info.focus,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info:hover {
  background-color: #5bc0de;
  border-color: #46b8da;
}

.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}

.btn-warning.focus,
.btn-warning:focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}

.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}

.btn-warning.active,
.btn-warning:active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  background-image: none;
  border-color: #d58512;
}

.btn-warning.active.focus,
.btn-warning.active:focus,
.btn-warning.active:hover,
.btn-warning:active.focus,
.btn-warning:active:focus,
.btn-warning:active:hover,
.open > .dropdown-toggle.btn-warning.focus,
.open > .dropdown-toggle.btn-warning:focus,
.open > .dropdown-toggle.btn-warning:hover {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}

.btn-warning.disabled.focus,
.btn-warning.disabled:focus,
.btn-warning.disabled:hover,
.btn-warning[disabled].focus,
.btn-warning[disabled]:focus,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning.focus,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning:hover {
  background-color: #f0ad4e;
  border-color: #eea236;
}

.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}

.btn-danger.focus,
.btn-danger:focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}

.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}

.btn-danger.active,
.btn-danger:active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  background-image: none;
  border-color: #ac2925;
}

.btn-danger.active.focus,
.btn-danger.active:focus,
.btn-danger.active:hover,
.btn-danger:active.focus,
.btn-danger:active:focus,
.btn-danger:active:hover,
.open > .dropdown-toggle.btn-danger.focus,
.open > .dropdown-toggle.btn-danger:focus,
.open > .dropdown-toggle.btn-danger:hover {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}

.btn-danger.disabled.focus,
.btn-danger.disabled:focus,
.btn-danger.disabled:hover,
.btn-danger[disabled].focus,
.btn-danger[disabled]:focus,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger.focus,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger:hover {
  background-color: #d9534f;
  border-color: #d43f3a;
}

.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}

.btn-link {
  font-weight: 400;
  color: #337ab7;
  border-radius: 0;
}

.btn-link,
.btn-link.active,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: #fff0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-link,
.btn-link:active,
.btn-link:focus,
.btn-link:hover {
  border-color: #fff0;
}

.btn-link:focus,
.btn-link:hover {
  color: #23527c;
  text-decoration: underline;
  background-color: #fff0;
}

.btn-link[disabled]:focus,
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:focus,
fieldset[disabled] .btn-link:hover {
  color: #777;
  text-decoration: none;
}

.btn-group-lg > .btn,
.btn-lg {
  line-height: var(--bs-line-height);
  border-radius: 6px;
}

.btn-group-sm > .btn,
.btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-group-xs > .btn,
.btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.dropdown-header,
.dropdown-menu > li > a {
  padding: 3px 20px;
  line-height: 1.42857143;
  white-space: nowrap;
}

.btn-block {
  display: block;
  width: 100%;
}

input[type="button"].btn-block,
input[type="reset"].btn-block,
input[type="submit"].btn-block {
  width: 100%;
}

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}

.collapse.in {
  display: block;
}

tr.collapse.in {
  display: table-row;
}

tbody.collapse.in {
  display: table-row-group;
}

.collapsing {
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  -o-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid\9;
  border-right: 4px solid #fff0;
  border-left: 4px solid #fff0;
}

.dropdown-menu,
.input-group-addon {
  font-size: 14px;
  border: 1px solid #ccc;
}

.dropdown-toggle:focus {
  outline: 0;
}

.dropdown-menu {
  top: 100%;
  float: left;
  min-width: 160px;
  margin: 2px 0 0;
  list-style: none;
  background-clip: padding-box;
  border: 1px solid rgb(0 0 0 / 0.15);
  -webkit-box-shadow: 0 6px 12px rgb(0 0 0 / 0.175);
  box-shadow: 0 6px 12px rgb(0 0 0 / 0.175);
}

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child,
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn:not(:first-child):not(:last-child),
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn,
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.dropdown-menu > li > a {
  display: block;
  clear: both;
  font-weight: 400;
  color: #333;
}

.dropdown-menu > .disabled > a:focus,
.dropdown-menu > .disabled > a:hover {
  text-decoration: none;
  cursor: not-allowed;
  background-color: #fff0;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.open > .dropdown-menu {
  display: block;
}

.open > a {
  outline: 0;
}

.dropdown-menu-left {
  right: auto;
  left: 0;
}

.dropdown-header {
  display: block;
  font-size: 12px;
  color: #777;
}

.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}

.nav-justified > .dropdown .dropdown-menu,
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid;
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }

  .navbar-right .dropdown-menu-left {
    right: auto;
    left: 0;
  }
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.btn-group-vertical > .btn,
.btn-group > .btn {
  position: relative;
  float: left;
}

.btn-group-vertical > .btn.active,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:hover,
.btn-group > .btn.active,
.btn-group > .btn:active,
.btn-group > .btn:focus,
.btn-group > .btn:hover {
  z-index: 2;
}

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}

.btn-toolbar {
  margin-left: -5px;
}

.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}

.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}

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

.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group > .btn-group {
  float: left;
}

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}

.btn-group > .btn + .dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px;
}

.btn-group > .btn-lg + .dropdown-toggle {
  padding-right: 12px;
  padding-left: 12px;
}

.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgb(0 0 0 / 0.125);
  box-shadow: inset 0 3px 5px rgb(0 0 0 / 0.125);
}

.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn .caret {
  margin-left: 0;
}

.btn-lg .caret {
  border-width: 5px 5px 0;
}

.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}

.btn-group-vertical > .btn-group > .btn {
  float: none;
}

.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-radius: 4px 4px 0 0;
}

.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-radius: 0 0 4px 4px;
}

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical
  > .btn-group:first-child:not(:last-child)
  > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical
  > .btn-group:last-child:not(:first-child)
  > .btn:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}

.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  display: table-cell;
  float: none;
  width: 1%;
}

.btn-group-justified > .btn-group .btn {
  width: 100%;
}

.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}

[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group,
.input-group .form-control,
.input-group-btn,
.input-group-btn > .btn,
.nav > li,
.nav > li > a {
  position: relative;
}

.input-group {
  display: table;
  border-collapse: separate;
}

.input-group[class*="col-"] {
  float: none;
  padding-right: 0;
  padding-left: 0;
}

.input-group .form-control {
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}

.input-group .form-control:focus {
  z-index: 3;
}

.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: var(--bs-line-height);
  border-radius: 6px;
}

select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px;
}

select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn,
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn {
  height: auto;
}

.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}

select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn,
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn {
  height: auto;
}

.input-group .form-control,
.input-group-addon,
.input-group-btn {
  display: table-cell;
}

.input-group .form-control:not(:first-child):not(:last-child),
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

.input-group-addon {
  padding: 6px 12px;
  font-weight: 400;
  line-height: 1;
  color: #555;
  background-color: #eee;
  border-radius: 4px;
}

.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}

.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}

.input-group-addon input[type="checkbox"],
.input-group-addon input[type="radio"] {
  margin-top: 0;
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group-addon:first-child {
  border-right: 0;
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group-addon:last-child {
  border-left: 0;
}

.input-group-btn {
  font-size: 0;
  white-space: nowrap;
}

.input-group-btn > .btn + .btn {
  margin-left: -1px;
}

.input-group-btn > .btn:active,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:hover {
  z-index: 2;
}

.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}

.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}

.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav > li {
  display: block;
}

.nav > li > a {
  display: block;
  padding: 10px 15px;
}

.nav > li.disabled > a {
  color: #777;
}

.nav > li.disabled > a:focus,
.nav > li.disabled > a:hover {
  color: #777;
  text-decoration: none;
  cursor: not-allowed;
  background-color: #fff0;
}

.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.nav > li > a > img {
  max-width: none;
}

.nav-tabs {
  border-bottom: 1px solid #ddd;
}

.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}

.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid #fff0;
  border-radius: 4px 4px 0 0;
}

.nav-tabs > li > a:hover {
  border-color: #eee #eee #ddd;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
  color: #555;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: #fff0;
}

.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}

.nav-tabs.nav-justified > li {
  float: none;
}

.nav-tabs.nav-justified > li > a {
  margin-bottom: 5px;
  margin-right: 0;
  border-radius: 4px;
}

.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:focus,
.nav-tabs.nav-justified > .active > a:hover {
  border: 1px solid #ddd;
}

@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }

  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }

  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:focus,
  .nav-tabs.nav-justified > .active > a:hover {
    border-bottom-color: #fff;
  }
}

.nav-pills > li {
  float: left;
}

.nav-pills > li > a {
  border-radius: 4px;
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:focus,
.nav-pills > li.active > a:hover {
  background-color: #337ab7;
}

.nav-stacked > li {
  float: none;
}

.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}

.nav-justified {
  width: 100%;
}

.nav-justified > li {
  float: none;
}

.nav-justified > li > a {
  margin-bottom: 5px;
}

.nav-tabs-justified {
  border-bottom: 0;
}

.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}

.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:focus,
.nav-tabs-justified > .active > a:hover {
  border: 1px solid #ddd;
}

@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }

  .nav-justified > li > a {
    margin-bottom: 0;
  }

  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }

  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:focus,
  .nav-tabs-justified > .active > a:hover {
    border-bottom-color: #fff;
  }
}

.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.pagination {
  padding-left: 0;
  margin: 20px 0;
}

.label,
.pager li,
.pagination > li {
  display: inline;
}

.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}

.CurrencyList ul li div span,
.breadcumDIV ul.breadcrumbs,
.close,
.list-group-item > .badge,
.pager .next > a,
.pager .next > span,
.registerDiv {
  float: right;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.pagination > .disabled > a,
.pagination > .disabled > a:focus,
.pagination > .disabled > a:hover,
.pagination > .disabled > span,
.pagination > .disabled > span:focus,
.pagination > .disabled > span:hover {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: var(--bs-line-height);
}

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
}

.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}

.pager li > a:focus,
.pager li > a:hover {
  text-decoration: none;
  background-color: #eee;
}

.pager .previous > a,
.pager .previous > span {
  float: left;
}

.pager .disabled > a,
.pager .disabled > a:focus,
.pager .disabled > a:hover,
.pager .disabled > span {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
}

.label {
  padding: 0.2em 0.6em 0.3em;
  line-height: 1;
  color: #fff;
  white-space: nowrap;
  border-radius: 0.25em;
}

.badge,
.progress-bar,
.tooltip {
  font-size: 12px;
}

a.label:focus,
a.label:hover {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.label:empty {
  display: none;
}

.btn .label {
  position: relative;
  top: -1px;
}

.label-default {
  background-color: #777;
}

.label-default[href]:focus,
.label-default[href]:hover {
  background-color: #5e5e5e;
}

.label-primary {
  background-color: #337ab7;
}

.label-primary[href]:focus,
.label-primary[href]:hover {
  background-color: #286090;
}

.label-success {
  background-color: #5cb85c;
}

.label-success[href]:focus,
.label-success[href]:hover {
  background-color: #449d44;
}

.label-info {
  background-color: #5bc0de;
}

.label-info[href]:focus,
.label-info[href]:hover {
  background-color: #31b0d5;
}

.label-warning {
  background-color: #f0ad4e;
}

.label-warning[href]:focus,
.label-warning[href]:hover {
  background-color: #ec971f;
}

.label-danger {
  background-color: #d9534f;
}

.label-danger[href]:focus,
.label-danger[href]:hover {
  background-color: #c9302c;
}

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  line-height: 1;
  color: #fff;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #777;
  border-radius: 10px;
}

.badge:empty,
.modal {
  display: none;
}

.media-object,
.thumbnail {
  display: block;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.btn-group-xs > .btn .badge,
.btn-xs .badge {
  top: 0;
  padding: 1px 5px;
}

a.badge:focus,
a.badge:hover {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #337ab7;
  background-color: #fff;
}

.jumbotron,
.jumbotron .h1,
.jumbotron h1 {
  color: inherit;
}

.list-group-item > .badge + .badge {
  margin-right: 5px;
}

.nav-pills > li > a > .badge {
  margin-left: 3px;
}

.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  background-color: #eee;
}

.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}

.alert,
.progress,
.thumbnail {
  margin-bottom: 20px;
}

.alert .alert-link,
.close {
  font-weight: 700;
}

.jumbotron > hr {
  border-top-color: #d5d5d5;
}

/* .container .jumbotron,
.container-xl .jumbotron,
.container-fluid .jumbotron {
  padding-right: 15px;
  padding-left: 15px;
  border-radius: 6px;
}

.jumbotron .container,
.jumbotron .container-xl {
  max-width: 100%;
}

@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .container .jumbotron,
  .container-xl .jumbotron,
  .container-fluid .jumbotron {
    padding-right: 60px;
    padding-left: 60px;
  }

  .jumbotron .h1,
  .jumbotron h1 {
    font-size: 63px;
  }
} */

.thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}

.thumbnail a > img,
.thumbnail > img {
  margin-right: auto;
  margin-left: auto;
}

a.thumbnail.active,
a.thumbnail:focus,
a.thumbnail:hover {
  border-color: #337ab7;
}

.thumbnail .caption {
  padding: 9px;
  color: #333;
}

.alert,
.modal-footer,
.panel-body {
  padding: 15px;
}

.alert {
  border: 1px solid #fff0;
  border-radius: 4px;
}

.alert h4 {
  margin-top: 0;
  color: inherit;
}

.ProductPrice span.rpoints,
.alert > p + p,
.panel-group .panel + .panel {
  margin-top: 5px;
}

.alert > p,
.alert > ul {
  margin-bottom: 0;
}

.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}

.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.alert-success hr {
  border-top-color: #c9e2b3;
}

.alert-success .alert-link {
  color: #2b542c;
}

.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.alert-info hr {
  border-top-color: #a6e1ec;
}

.alert-info .alert-link {
  color: #245269;
}

.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

.alert-warning hr {
  border-top-color: #f7e1b5;
}

.alert-warning .alert-link {
  color: #66512c;
}

.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

.alert-danger hr {
  border-top-color: #e4b9c0;
}

.alert-danger .alert-link {
  color: #843534;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }

  to {
    background-position: 0 0;
  }
}

@-o-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }

  to {
    background-position: 0 0;
  }
}

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }

  to {
    background-position: 0 0;
  }
}

.progress {
  height: 20px;
  overflow: hidden;
  background-color: #f5f5f5;
  -webkit-box-shadow: inset 0 1px 2px rgb(0 0 0 / 0.1);
  box-shadow: inset 0 1px 2px rgb(0 0 0 / 0.1);
}

.progress-bar {
  float: left;
  width: 0;
  height: 100%;
  line-height: var(--bs-line-height);
  color: #fff;
  background-color: #337ab7;
  -webkit-box-shadow: inset 0 -1px 0 rgb(0 0 0 / 0.15);
  box-shadow: inset 0 -1px 0 rgb(0 0 0 / 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}

.progress-bar-striped,
.progress-striped .progress-bar {
  background-image: -webkit-linear-gradient(
    45deg,
    rgb(255 255 255 / 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgb(255 255 255 / 0.15) 50%,
    rgb(255 255 255 / 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-image: -o-linear-gradient(
    45deg,
    rgb(255 255 255 / 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgb(255 255 255 / 0.15) 50%,
    rgb(255 255 255 / 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-image: linear-gradient(
    45deg,
    rgb(255 255 255 / 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgb(255 255 255 / 0.15) 50%,
    rgb(255 255 255 / 0.15) 75%,
    transparent 75%,
    transparent
  );
  -webkit-background-size: 40px 40px;
  background-size: 40px 40px;
}

.progress-bar.active,
.progress.active .progress-bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar-success {
  background-color: #5cb85c;
}

.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(
    45deg,
    rgb(255 255 255 / 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgb(255 255 255 / 0.15) 50%,
    rgb(255 255 255 / 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-image: -o-linear-gradient(
    45deg,
    rgb(255 255 255 / 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgb(255 255 255 / 0.15) 50%,
    rgb(255 255 255 / 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-image: linear-gradient(
    45deg,
    rgb(255 255 255 / 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgb(255 255 255 / 0.15) 50%,
    rgb(255 255 255 / 0.15) 75%,
    transparent 75%,
    transparent
  );
}

.progress-striped .progress-bar-info,
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(
    45deg,
    rgb(255 255 255 / 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgb(255 255 255 / 0.15) 50%,
    rgb(255 255 255 / 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-image: -o-linear-gradient(
    45deg,
    rgb(255 255 255 / 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgb(255 255 255 / 0.15) 50%,
    rgb(255 255 255 / 0.15) 75%,
    transparent 75%,
    transparent
  );
}

.progress-bar-info {
  background-color: #5bc0de;
}

.progress-striped .progress-bar-info {
  background-image: linear-gradient(
    45deg,
    rgb(255 255 255 / 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgb(255 255 255 / 0.15) 50%,
    rgb(255 255 255 / 0.15) 75%,
    transparent 75%,
    transparent
  );
}

.progress-bar-warning {
  background-color: #f0ad4e;
}

.progress-striped .progress-bar-warning {
  background-image: linear-gradient(
    45deg,
    rgb(255 255 255 / 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgb(255 255 255 / 0.15) 50%,
    rgb(255 255 255 / 0.15) 75%,
    transparent 75%,
    transparent
  );
}

.progress-bar-danger {
  background-color: #d9534f;
}

.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(
    45deg,
    rgb(255 255 255 / 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgb(255 255 255 / 0.15) 50%,
    rgb(255 255 255 / 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-image: -o-linear-gradient(
    45deg,
    rgb(255 255 255 / 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgb(255 255 255 / 0.15) 50%,
    rgb(255 255 255 / 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-image: linear-gradient(
    45deg,
    rgb(255 255 255 / 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgb(255 255 255 / 0.15) 50%,
    rgb(255 255 255 / 0.15) 75%,
    transparent 75%,
    transparent
  );
}

.media {
  margin-top: 15px;
}

.media:first-child {
  margin-top: 0;
}

.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}

.media-body {
  width: 10000px;
}

.media-object.img-thumbnail {
  max-width: none;
}

.media-right,
.media > .pull-right {
  padding-left: 10px;
}

.media-left,
.media > .pull-left {
  padding-right: 10px;
}

.media-body,
.media-left,
.media-right {
  display: table-cell;
  vertical-align: top;
}

.media-middle {
  vertical-align: middle;
}

.media-bottom {
  vertical-align: bottom;
}

.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.media-list {
  padding-left: 0;
  list-style: none;
}

.list-group {
  padding-left: 0;
  margin-bottom: 20px;
}

.list-group-item {
  position: relative;
  display: block;
  margin-bottom: -1px;
}

.list-group-item:first-child {
  border-top-left-radius: 4px;
}

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.list-group-item.disabled,
.list-group-item.disabled:focus,
.list-group-item.disabled:hover {
  color: #777;
  cursor: not-allowed;
  background-color: #eee;
}

.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading {
  color: inherit;
}

.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text {
  color: #777;
}

.list-group-item.active,
.list-group-item.active:focus,
.list-group-item.active:hover {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}

.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > small {
  color: inherit;
}

.list-group-item.active .list-group-item-text,
.list-group-item.active:focus .list-group-item-text,
.list-group-item.active:hover .list-group-item-text {
  color: #c7ddef;
}

a.list-group-item,
button.list-group-item {
  color: #555;
}

a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333;
}

a.list-group-item:focus,
a.list-group-item:hover,
button.list-group-item:focus,
button.list-group-item:hover {
  color: #555;
  text-decoration: none;
  background-color: #f5f5f5;
}

button.list-group-item {
  width: 100%;
  text-align: left;
}

.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}

a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}

a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}

a.list-group-item-success:focus,
a.list-group-item-success:hover,
button.list-group-item-success:focus,
button.list-group-item-success:hover {
  color: #3c763d;
  background-color: #d0e9c6;
}

a.list-group-item-success.active,
a.list-group-item-success.active:focus,
a.list-group-item-success.active:hover,
button.list-group-item-success.active,
button.list-group-item-success.active:focus,
button.list-group-item-success.active:hover {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}

.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}

a.list-group-item-info,
button.list-group-item-info {
  color: #31708f;
}

a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}

a.list-group-item-info:focus,
a.list-group-item-info:hover,
button.list-group-item-info:focus,
button.list-group-item-info:hover {
  color: #31708f;
  background-color: #c4e3f3;
}

a.list-group-item-info.active,
a.list-group-item-info.active:focus,
a.list-group-item-info.active:hover,
button.list-group-item-info.active,
button.list-group-item-info.active:focus,
button.list-group-item-info.active:hover {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}

.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}

a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b;
}

a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}

a.list-group-item-warning:focus,
a.list-group-item-warning:hover,
button.list-group-item-warning:focus,
button.list-group-item-warning:hover {
  color: #8a6d3b;
  background-color: #faf2cc;
}

a.list-group-item-warning.active,
a.list-group-item-warning.active:focus,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active,
button.list-group-item-warning.active:focus,
button.list-group-item-warning.active:hover {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}

.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}

a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442;
}

a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}

a.list-group-item-danger:focus,
a.list-group-item-danger:hover,
button.list-group-item-danger:focus,
button.list-group-item-danger:hover {
  color: #a94442;
  background-color: #ebcccc;
}

a.list-group-item-danger.active,
a.list-group-item-danger.active:focus,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active,
button.list-group-item-danger.active:focus,
button.list-group-item-danger.active:hover {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}

.panel-heading > .dropdown .dropdown-toggle,
.panel-title,
.panel-title > .small,
.panel-title > .small > a,
.panel-title > a,
.panel-title > small,
.panel-title > small > a {
  color: inherit;
}

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}

.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid #fff0;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgb(0 0 0 / 0.05);
  box-shadow: 0 1px 1px rgb(0 0 0 / 0.05);
}

.panel-title,
.panel > .list-group,
.panel > .panel-collapse > .list-group,
.panel > .panel-collapse > .table,
.panel > .table,
.panel > .table-responsive,
.panel > .table-responsive > .table {
  margin-bottom: 0;
}

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid #fff0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.panel-title {
  margin-top: 0;
}

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}

.panel > .list-group:first-child .list-group-item:first-child,
.panel
  > .panel-collapse
  > .list-group:first-child
  .list-group-item:first-child {
  border-top: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel
  > .panel-heading
  + .panel-collapse
  > .list-group
  .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.list-group + .panel-footer,
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}

.panel > .panel-collapse > .table caption,
.panel > .table caption,
.panel > .table-responsive > .table caption {
  padding-right: 15px;
  padding-left: 15px;
}

.panel > .table-responsive:first-child > .table:first-child,
.panel
  > .table-responsive:first-child
  > .table:first-child
  > tbody:first-child
  > tr:first-child,
.panel
  > .table-responsive:first-child
  > .table:first-child
  > thead:first-child
  > tr:first-child,
.panel > .table:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.panel
  > .table-responsive:first-child
  > .table:first-child
  > tbody:first-child
  > tr:first-child
  td:first-child,
.panel
  > .table-responsive:first-child
  > .table:first-child
  > tbody:first-child
  > tr:first-child
  th:first-child,
.panel
  > .table-responsive:first-child
  > .table:first-child
  > thead:first-child
  > tr:first-child
  td:first-child,
.panel
  > .table-responsive:first-child
  > .table:first-child
  > thead:first-child
  > tr:first-child
  th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel
  > .table:first-child
  > thead:first-child
  > tr:first-child
  th:first-child {
  border-top-left-radius: 3px;
}

.panel
  > .table-responsive:first-child
  > .table:first-child
  > tbody:first-child
  > tr:first-child
  td:last-child,
.panel
  > .table-responsive:first-child
  > .table:first-child
  > tbody:first-child
  > tr:first-child
  th:last-child,
.panel
  > .table-responsive:first-child
  > .table:first-child
  > thead:first-child
  > tr:first-child
  td:last-child,
.panel
  > .table-responsive:first-child
  > .table:first-child
  > thead:first-child
  > tr:first-child
  th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}

.panel > .table-responsive:last-child > .table:last-child,
.panel
  > .table-responsive:last-child
  > .table:last-child
  > tbody:last-child
  > tr:last-child,
.panel
  > .table-responsive:last-child
  > .table:last-child
  > tfoot:last-child
  > tr:last-child,
.panel > .table:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel
  > .table-responsive:last-child
  > .table:last-child
  > tbody:last-child
  > tr:last-child
  td:first-child,
.panel
  > .table-responsive:last-child
  > .table:last-child
  > tbody:last-child
  > tr:last-child
  th:first-child,
.panel
  > .table-responsive:last-child
  > .table:last-child
  > tfoot:last-child
  > tr:last-child
  td:first-child,
.panel
  > .table-responsive:last-child
  > .table:last-child
  > tfoot:last-child
  > tr:last-child
  th:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}

.panel
  > .table-responsive:last-child
  > .table:last-child
  > tbody:last-child
  > tr:last-child
  td:last-child,
.panel
  > .table-responsive:last-child
  > .table:last-child
  > tbody:last-child
  > tr:last-child
  th:last-child,
.panel
  > .table-responsive:last-child
  > .table:last-child
  > tfoot:last-child
  > tr:last-child
  td:last-child,
.panel
  > .table-responsive:last-child
  > .table:last-child
  > tfoot:last-child
  > tr:last-child
  th:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}

.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}

.panel > .table > tbody:first-child > tr:first-child td,
.panel > .table > tbody:first-child > tr:first-child th {
  border-top: 0;
}

.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}

.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child {
  border-left: 0;
}

.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child {
  border-right: 0;
}

.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th {
  border-bottom: 0;
}

.panel > .table-responsive {
  border: 0;
}

.panel-group {
  margin-bottom: 20px;
}

.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}

.panel-group .panel-heading {
  border-bottom: 0;
}

.panel-group .panel-heading + .panel-collapse > .list-group,
.panel-group .panel-heading + .panel-collapse > .panel-body {
  border-top: 1px solid #ddd;
}

.panel-group .panel-footer {
  border-top: 0;
}

.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}

.panel-default {
  border-color: #ddd;
}

.panel-default > .panel-heading {
  color: #333;
  background-color: #f5f5f5;
  border-color: #ddd;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}

.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333;
}

.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}

.panel-primary {
  border-color: #337ab7;
}

.panel-primary > .panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}

.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7;
}

.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #fff;
}

.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7;
}

.panel-success {
  border-color: #d6e9c6;
}

.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}

.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}

.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}

.panel-info {
  border-color: #bce8f1;
}

.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}

.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}

.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}

.panel-warning {
  border-color: #faebcc;
}

.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}

.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}

.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}

.panel-danger {
  border-color: #ebccd1;
}

.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}

.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}

.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
  padding-bottom: 75%;
}

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 0.05);
  box-shadow: inset 0 1px 1px rgb(0 0 0 / 0.05);
}

.well blockquote {
  border-color: #ddd;
  border-color: rgb(0 0 0 / 0.15);
}

.well-lg {
  padding: 24px;
  border-radius: 6px;
}

.well-sm {
  padding: 9px;
  border-radius: 3px;
}

.close {
  font-size: 21px;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: 0.2;
}

.popover,
.tooltip {
  font-weight: 400;
  line-height: 1.42857143;
  line-break: auto;
  text-shadow: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  text-transform: none;
  text-decoration: none;
  white-space: normal;
}

.close:focus,
.close:hover {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
}

button.close {
  padding: 0;
  cursor: pointer;
  background: 0;
  border: 0;
  -webkit-appearance: none;
  appearance: none;
}

.modal-content,
.popover {
  background-clip: padding-box;
}

.modal-open {
  overflow: hidden;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
}

.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out,
    -o-transform 0.3s ease-out;
}

.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgb(0 0 0 / 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgb(0 0 0 / 0.5);
  box-shadow: 0 3px 9px rgb(0 0 0 / 0.5);
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}

.carousel-control,
.modal-backdrop.in {
  filter: alpha(opacity=50);
}

.modal-header .close {
  margin-top: -2px;
}

.modal-title {
  margin: 0;
  line-height: 1.42857143;
}

.modal-footer {
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}

.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}

.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }

  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgb(0 0 0 / 0.5);
    box-shadow: 0 5px 15px rgb(0 0 0 / 0.5);
  }

  .modal-sm {
    width: 300px;
  }
}

.tooltip.top-left .tooltip-arrow,
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-align: left;
  text-align: start;
  filter: alpha(opacity=0);
  opacity: 0;
}

.tooltip.in {
  filter: alpha(opacity=90);
  opacity: 0.9;
}

.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}

.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}

.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}

.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.top-left .tooltip-arrow {
  right: 5px;
}

.tooltip.top-right .tooltip-arrow {
  left: 5px;
}

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}

.tooltip.bottom .tooltip-arrow,
.tooltip.bottom-left .tooltip-arrow,
.tooltip.bottom-right .tooltip-arrow {
  border-width: 0 5px 5px;
  border-bottom-color: #000;
  top: 0;
}

.tooltip.bottom .tooltip-arrow {
  left: 50%;
  margin-left: -5px;
}

.tooltip.bottom-left .tooltip-arrow {
  right: 5px;
  margin-top: -5px;
}

.tooltip.bottom-right .tooltip-arrow {
  left: 5px;
  margin-top: -5px;
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  background-color: #000;
  border-radius: 4px;
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: #fff0;
  border-style: solid;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-align: left;
  text-align: start;
  font-size: 14px;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgb(0 0 0 / 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgb(0 0 0 / 0.2);
  box-shadow: 0 5px 10px rgb(0 0 0 / 0.2);
}

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

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

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

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

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

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

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

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

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

.popover.left > .arrow:after,
.popover.right > .arrow:after {
  bottom: -10px;
  content: " ";
}

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

.popover.right > .arrow:after {
  left: 1px;
  border-right-color: #fff;
  border-left-width: 0;
}

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

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

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

.popover.left > .arrow:after {
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
}

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

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

.carousel {
  position: relative;
}

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

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

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

@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: -webkit-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out,
      -o-transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
  }

  .carousel-inner > .item.active.right,
  .carousel-inner > .item.next {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }

  .carousel-inner > .item.active.left,
  .carousel-inner > .item.prev {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }

  .carousel-inner > .item.active,
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}

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

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

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

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

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

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

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

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

.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-shadow: 0 1px 2px rgb(0 0 0 / 0.6);
  background-color: #fff0;
  opacity: 0.5;
}

.carousel-control.left {
  background-image: -webkit-linear-gradient(
    left,
    rgb(0 0 0 / 0.5) 0,
    rgb(0 0 0 / 0.0001) 100%
  );
  background-image: -o-linear-gradient(
    left,
    rgb(0 0 0 / 0.5) 0,
    rgb(0 0 0 / 0.0001) 100%
  );
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgb(0 0 0 / 0.5)),
    to(rgb(0 0 0 / 0.0001))
  );
  background-image: linear-gradient(
    to right,
    rgb(0 0 0 / 0.5) 0,
    rgb(0 0 0 / 0.0001) 100%
  );
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
  background-repeat: repeat-x;
}

.carousel-control.right {
  right: 0;
  left: auto;
  background-image: -webkit-linear-gradient(
    left,
    rgb(0 0 0 / 0.0001) 0,
    rgb(0 0 0 / 0.5) 100%
  );
  background-image: -o-linear-gradient(
    left,
    rgb(0 0 0 / 0.0001) 0,
    rgb(0 0 0 / 0.5) 100%
  );
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgb(0 0 0 / 0.0001)),
    to(rgb(0 0 0 / 0.5))
  );
  background-image: linear-gradient(
    to right,
    rgb(0 0 0 / 0.0001) 0,
    rgb(0 0 0 / 0.5) 100%
  );
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
  background-repeat: repeat-x;
}

.dd-preloader span,
.patternheader,
.svgHeader {
  background-repeat: no-repeat;
}

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

.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next,
.carousel-control .icon-prev {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  margin-top: -10px;
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
  left: 50%;
  margin-left: -10px;
}

.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
  right: 50%;
  margin-right: -10px;
}

.carousel-control .icon-next,
.carousel-control .icon-prev {
  width: 20px;
  height: 20px;
  font-family: serif;
  line-height: 1;
}

.carousel-control .icon-prev:before {
  content: "\2039";
}

.carousel-control .icon-next:before {
  content: "\203a";
}

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  list-style: none;
}

.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 10px;
}

.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #fff;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-shadow: 0 1px 2px rgb(0 0 0 / 0.6);
}

.carousel-caption .btn {
  text-shadow: none;
}

@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next,
  .carousel-control .icon-prev {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }

  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px;
  }

  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px;
  }

  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }

  .carousel-indicators {
    bottom: 20px;
  }
}

.eye-icon,
.profiledown a i {
  width: 22px;
  position: absolute;
}

/* .btn-group-vertical > .btn-group:after,
.btn-group-vertical > .btn-group:before,
.btn-toolbar:after,
.btn-toolbar:before,
.clearfix:after,
.clearfix:before,
.container-fluid:after,
.container-fluid:before,
.container:after,
.container:before,
.dl-horizontal dd:after,
.dl-horizontal dd:before,
.form-horizontal .form-group:after,
.form-horizontal .form-group:before,
.modal-footer:after,
.modal-footer:before,
.modal-header:after,
.modal-header:before,
.nav:after,
.nav:before,
.navbar-collapse:after,
.navbar-collapse:before,
.navbar-header:after,
.navbar-header:before,
.navbar:after,
.navbar:before,
.pager:after,
.pager:before,
.panel-body:after,
.panel-body:before,
.row:after,
.row:before {
  display: table;
  content: " ";
} */

.btn-group-vertical > .btn-group:after,
.btn-toolbar:after,
.clearfix:after,
.container-fluid:after,
.container:after,
.container-xl:after,
.dl-horizontal dd:after,
.form-horizontal .form-group:after,
.modal-footer:after,
.modal-header:after,
.nav:after,
.navbar-collapse:after,
.navbar-header:after,
.navbar:after,
.pager:after,
.panel-body:after,
.row:after {
  clear: both;
}

.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.hidden,
.visible-lg,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block,
.visible-md,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-sm,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-xs,
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block {
  display: none !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: #fff0;
  text-shadow: none;
  background-color: #fff0;
  border: 0;
}

.affix {
  position: fixed;
}

.checkdiv,
.form-group {
  position: relative;
}

@-ms-viewport {
  width: device-width;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }

  table.visible-xs {
    display: table !important;
  }

  tr.visible-xs {
    display: table-row !important;
  }

  td.visible-xs,
  th.visible-xs {
    display: table-cell !important;
  }

  .visible-xs-block {
    display: block !important;
  }

  .visible-xs-inline {
    display: inline !important;
  }

  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and(max-width: 991px) {
  .visible-sm {
    display: block !important;
  }

  table.visible-sm {
    display: table !important;
  }

  tr.visible-sm {
    display: table-row !important;
  }

  td.visible-sm,
  th.visible-sm {
    display: table-cell !important;
  }

  .visible-sm-block {
    display: block !important;
  }

  .visible-sm-inline {
    display: inline !important;
  }

  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) and(max-width: 1199px) {
  .visible-md {
    display: block !important;
  }

  table.visible-md {
    display: table !important;
  }

  tr.visible-md {
    display: table-row !important;
  }

  td.visible-md,
  th.visible-md {
    display: table-cell !important;
  }

  .visible-md-block {
    display: block !important;
  }

  .visible-md-inline {
    display: inline !important;
  }

  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }

  table.visible-lg {
    display: table !important;
  }

  tr.visible-lg {
    display: table-row !important;
  }

  td.visible-lg,
  th.visible-lg {
    display: table-cell !important;
  }

  .visible-lg-block {
    display: block !important;
  }

  .visible-lg-inline {
    display: inline !important;
  }

  .visible-lg-inline-block {
    display: inline-block !important;
  }

  .hidden-lg {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and(max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and(max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}

.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }

  table.visible-print {
    display: table !important;
  }

  tr.visible-print {
    display: table-row !important;
  }

  td.visible-print,
  th.visible-print {
    display: table-cell !important;
  }
}

.visible-print-block {
  display: none !important;
}

@media print {
  .visible-print-block {
    display: block !important;
  }
}

.visible-print-inline {
  display: none !important;
}

@media print {
  .visible-print-inline {
    display: inline !important;
  }
}

.visible-print-inline-block {
  display: none !important;
}

@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }

  .hidden-print {
    display: none !important;
  }
}

::-webkit-input-placeholder {
  color: #787878;
}

:-ms-input-placeholder {
  color: #787878;
}

::placeholder {
  color: #787878;
}

input:focus,
input:hover,
select:focus,
select:hover {
  outline: 0;
}

p {
  line-height: 1.6;
}

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

.wd100 {
  width: 100%;
}

.wd80 {
  width: 80%;
}

.wd60 {
  width: 60%;
}

.wd40 {
  width: 40%;
}

.wd20 {
  width: 20%;
}

.wd0 {
  width: 0;
}

.form-group {
  margin-bottom: 15px;
  position: relative;
}

.checkdiv {
  display: block;
  position: relative;
  padding-left: 25px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  line-height: normal;
}

.checkdiv input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 15px;
  width: 15px;
  border: 1px solid #707070;
  border-radius: 3px;
}

.checkbox::after,
.checkdiv .checkmark::after,
.radio::after {
  left: 4px;
  top: 0;
  width: 5px;
  height: 10px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  content: "";
  position: absolute;
  display: none;
}

.radio::after {
  left: 5px;
  top: 2px;
  width: 5px;
  height: 9px;
}

.checkdiv input:checked ~ .checkmark {
  background-color: var(--bg1);
  color: #fff;
  border: 1px solid var(--color1);
}

.checkbox.checked::after,
.checkdiv input:checked ~ .checkmark::after,
.radio.checked::after {
  display: block;
}

.checkbox-inline.checkbox::after,
.checkbox-inline.radio::after {
  left: 5px;
  top: 1px;
}

img {
  object-fit: cover;
}

.sectionpadding {
  padding: 50px 0;
}

.sectiontitle {
  font-size: 22px;
  font-weight: 500;
  text-align: center;
  margin: 0;
}

.checkbox input[type="checkbox"],
.radio input[type="radio"] {
  position: absolute;
  z-index: 1;
  opacity: 0;
  left: 0;
  height: 100%;
  width: 100%;
  cursor: pointer;
  margin: 0;
}

.checkbox::before,
.radio::before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  width: 15px;
  height: 15px;
  z-index: 0;
  line-height: 12px;
  text-align: center;
  border-radius: 2px;
  content: "";
  border: 1px solid var(--color1);
}

.radio::before {
  border-radius: 50px;
}

.checkbox-inline,
.radio-inline {
  margin: 0;
  font-weight: var(--bs-body-font-weight);
}

.checkbox.checked::before,
.radio.checked::before {
  background-color: var(--bg1);
  color: #fff;
  border: 1px solid var(--color1);
}

button {
  border: none;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

.fa-pulse {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.preloader {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgb(0 0 0 / 0.6);
  top: 0;
  left: 0;
  text-align: center;
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
}

.preloader span {
  margin-left: 10px;
}

.validationtext {
  text-align: center;
  font-weight: 500;
}

.OrigionalPrice {
  color: var(--color1);
}

.page-title-container {
  margin: 25px 0;
}

.page-title-container h5 {
  font-size: 18px;
  font-weight: 400;
  margin: 0;
}

.table > tbody > tr > td,
.table > thead > tr > th {
  font-weight: var(--bs-body-font-weight);
  font-size: 14px;
}

.table > thead > tr > th {
  font-weight: 400;
}

.svgHeader {
  background-repeat: no-repeat;
  height: 18px;
  width: 25px;
  display: inline-block;
  margin-right: 5px;
}

.dropdown {
  position: relative;
}

.dropdown-content,
.dropdown-menu {
  display: none;
  position: absolute;
  background-color: #fff;
  box-shadow: 0 0 6px rgb(0 0 0 / 10%);
  z-index: 3;
  right: -20px;
  width: max-content;
  padding: 5px 10px;
  left: auto;
  border-radius: 8px !important;
}

.navbar-nav > li {
  float: left;
}

.navbar-nav > li > a {
  cursor: pointer;
}

ul.dropdown-menu {
  border: none;
  width: max-content;
  min-width: unset;
}

.dropdown-content::before,
.dropdown-menu::before {
  border: 8px solid #fff;
  transform: rotate(45deg);
  position: absolute;
  top: -8px;
  right: 10px;
}

.dropdown-content .dropMENU,
.dropdown-menu .dropMENU {
  padding: 10px;
  text-decoration: none;
  font-weight: var(--bs-body-font-weight);
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: center;
  color: #333;
}

.languageDIV .dropMENU {
  cursor: pointer;
}

.rpointmenu a.dropMENU {
  justify-content: space-between;
}

.languageDIV .dropMENU {
  cursor: pointer;
}

.languageDIV .dropMENU.active,
.languageDIV .dropMENU:hover {
  color: var(--color1);
  border: 1px solid var(--bg4);
}

.ExploreService {
  padding: 0;
  width: 100%;
  right: 0;
  border-radius: 0 0 8px 8px !important;
}

.crdropmenu .dropMENU {
  cursor: default;
}

.dropdown-content .dropMENU:hover,
.dropdown-menu .dropMENU:hover {
  color: var(--color1);
}

.crdropmenu .dropMENU:hover {
  color: inherit;
}

li.dropdown:hover .exploreByService {
  border-radius: 8px 8px 0 0;
}

.ExploreService a.active,
.ExploreService a:hover {
  background-color: var(--bg3);
  color: var(--color1);
}

.ExploreService a:first-child:hover {
  border-radius: 8px 8px 0 0;
}

.ExploreService a:last-child:hover {
  border-radius: 0 0 8px 8px;
}

.dropdown-menu .redeempoints a {
  display: inline-block;
  padding: 5px 10px;
  font-weight: var(--bs-body-font-weight);
}

.dropdown-menu .dropMENU:hover {
  background-color: none;
}

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

.CurrencyList.dropdown:hover .dropdown-content {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-wrap: wrap;
}

ul.dropdown-menu li .dropMENU span:first-child {
  display: inline-block;
}

ul.rpointmenu li .dropMENU span:first-child {
  width: 120px;
  display: inline-block;
}

ul.crdropmenu li .dropMENU span:first-child {
  width: 100px;
}

ul.rpointmenu li .dropMENU span:last-child {
  min-width: 70px;
  text-align: center;
  border-radius: 4px;
  margin-left: 15px;
  width: max-content;
  padding: 2px 8px;
  min-height: 26px;
  display: flex;
  justify-content: center;
  align-items: center;
}

ul.crdropmenu li .dropMENU span:last-child {
  min-width: 50px;
  text-align: right;
}

ul.crdropmenu li .dropMENU div span {
  width: auto !important;
}

ul.crdropmenu li .dropMENU div {
  padding-left: 10px;
}

li.redeempoints {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: space-between;
}

header {
  position: relative;
}

.header-tabs {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 10px;
  position: absolute;
  width: 100%;
  z-index: 2;
  bottom: -15px;
}

.header-tabs li a {
  display: flex;
  padding: 0 15px;
  height: 40px;
  align-items: center;
  min-width: 125px;
  justify-content: center;
  background-color: var(--bg3);
  border-radius: 8px;
  font-weight: 400;
  color: #000;
  column-gap: 8px;
  position: relative;
  line-height: normal;
}

.header-tabs li a i {
  height: 20px;
  min-width: 20px;
  filter: brightness(0);
  position: unset;
}

.header-tabs li.active a,
.header-tabs li.current-menu-item a {
  background-color: var(--bg1);
  color: #fff;
  box-shadow: 0 3px 6px rgb(0 0 0 / 10%);
}

.header-tabs li.active a i,
.header-tabs li.current-menu-item a i {
  filter: brightness(100);
}

.weblogo {
  height: 80px;
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: center;
  padding: 5px 0;
}

.weblogo img {
  max-height: 60px;
  max-width: 100%;
  object-fit: contain;
  width: auto;
  height: auto;
}

.topbarfix .weblogo {
  height: 72px;
}

.topbarfix .weblogo img {
  max-width: 200px;
}

.Rpoints .dropdown-menu > li > a span:last-child {
  border-radius: 8px;
  margin-left: 15px;
  padding: 0 10px;
}

.Rpoints ul li a.redeempointclick,
.Rpoints ul li a.rpointclick {
  padding: 10px;
  display: inline-block;
}

ul.nav {
  padding-top: 20px;
}

/* .ThemeButton, 
.wp-block-search__button, 
.wp-element-button {
  padding: 8px 15px;
  border-radius: 8px;
  background-color: var(--bg1);
  color: #fff;
} */

.registerDiv a {
  display: inline-block;
  margin-left: 10px;
}

.registerDiv a:focus,
.registerDiv a:hover {
  color: #fff;
}

.registerDiv {
  padding-top: 30px;
  float: right;
}

.update-covid {
  background-color: var(--bg3);
}

.corona-msg {
  line-height: 40px;
}

.header2 {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: space-between;
  align-items: center;
}

.arrowRight {
  background-position: -102px -9px;
  display: inline-block;
  height: 20px;
  width: 20px;
  filter: brightness(100);
}

.exploreByService {
  color: #333;
  padding: 6px 10px;
  border-radius: 8px;
  border: 1px solid #fff;
  background-color: #fff;
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: center;
  height: 35px;
  line-height: normal;
  column-gap: 5px;
}

.exploreByService .caret {
  border-top: 6px dashed;
  border-right: 6px solid #fff0;
  border-left: 6px solid #fff0;
}

.b2b-header,
.b2c-header {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: end;
  column-gap: 30px;
  height: 80px;
  align-items: center;
}

.Header-menu {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  column-gap: 30px;
  align-items: center;
}

.Header-menu .exploreByService,
.Header-menu .exploreByService:focus,
.Header-menu .exploreByService:hover {
  color: #fff;
  padding: 6px 10px !important;
  border-radius: 8px;
  background-color: var(--bg1);
}

.Header-menu > li > .a-click,
.Header-menu > li > a {
  line-height: 41px;
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: center;
  column-gap: 3px;
  position: relative;
  cursor: pointer;
  font-weight: 400;
}

li.cartbox {
  position: relative;
  margin-right: 10px;
}

.b2ccart {
  padding-left: 30px;
  border-left: 1px solid #ddd;
}

/* .Header-menu > li > .a-click .ThemeButton {
  height: 40px;
  line-height: 40px;
  padding: 0 15px;
} */

/* .Header-menu > li > .a-click .ThemeButton {
  height: 34px;
  line-height: 34px;
  padding: 0 15px;
} */

.loginicon {
  display: flex;
  height: 14px;
  width: 14px;
  background-position: -154px -11px;
  filter: brightness(0);
  margin-right: 3px;
}

.login-info {
  position: absolute;
  padding: 15px;
  background-color: #333;
  color: #fff;
  border-radius: 8px;
  width: max-content;
  min-width: 220px;
  margin-left: -70px;
  margin-top: 10px;
  max-width: 220px;
  z-index: 3;
}

.login-info:after {
  content: "";
  height: 12px;
  width: 12px;
  display: flex;
  position: absolute;
  top: -6px;
  background-color: #333;
  left: 0;
  right: 0;
  margin: auto;
  transform: rotate(45deg);
}

.login-info .skip-div {
  display: flex;
  column-gap: 15px;
  align-items: center;
  justify-content: space-between;
}

.login-info p {
  line-height: normal;
}

.login-info span {
  color: #ddd;
  font-size: 12px;
}

.login-info a {
  background-color: var(--bg1);
  padding: 4px;
  font-size: 12px;
  color: #fff;
  border-radius: 3px;
}

li.languageDIV .a-click {
  cursor: default;
}

.toggleBTN {
  height: 1px;
  width: 12px;
  display: inline-block;
  position: relative;
  background-color: #fff;
  margin-right: 8px;
}

.toggleBTN::after,
.toggleBTN::before {
  height: 1px;
  width: 12px;
  position: absolute;
  content: "";
  top: -4px;
  background-color: #fff;
}

.toggleBTN::after {
  top: 4px;
}

a.rpointsdown {
  color: #fff;
}

.dd-preloader {
  min-width: 300px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  border-radius: 8px;
  z-index: 1;
  width: 100% !important;
}

.dd-preloader span {
  display: flex;
  background-image: url('./assets/images/loader.gif');
  background-repeat: no-repeat;
  height: 24px;
  width: 24px;
  background-size: contain;
}

.CurrencyList ul {
  list-style: none;
  max-width: 450px;
  padding: 15px;
  right: -30px;
  gap: 10px;
}

.CurrencyList ul li {
  width: calc(100% / 4 - 8px);
}

.CurrencyList ul li > div {
  border: 1px solid #f1f1f1;
  padding: 8px;
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  border-radius: 8px;
  font-weight: 400;
  font-size: 12px;
  justify-content: space-between;
  cursor: pointer;
  color: #333;
}

.CurrencyList ul li > div:hover {
  border: 1px solid var(--bg4);
  color: var(--color1);
}

.CurrencyList ul li div span {
  float: right;
  font-weight: var(--bs-body-font-weight);
  color: #707070;
}

.CurrencyList .dropdown-content::before {
  right: 45px;
}

.cartbox a span:first-child {
  display: inline-block;
  height: 20px;
  width: 20px;
}

.patternRightdiv {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: end;
  align-items: center;
  column-gap: 30px;
}

.patternheader .CurrencyList > a {
  color: #fff;
}

.a-click,
.patternRightdiv > li > a {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: center;
  column-gap: 4px;
  position: relative;
  line-height: 45px;
  font-weight: 400;
  cursor: pointer;
}

#lnkShoppingcart {
  margin-left: 5px;
}

.emailIcon {
  background-position: -171px -70px;
}

.cartIcon {
  background-position: -136px -70px;
}

.addedNumber {
  height: 16px;
  width: 16px;
  position: absolute;
  border-radius: 50px;
  font-size: 12px;
  line-height: 16px;
  right: -10px;
  top: -4px;
  background-color: var(--bg1);
  color: #fff;
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: center;
}

.ExploreService a span:first-child {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  height: 20px;
  width: 20px;
  margin-right: 10px;
}

.activiyIcoN {
  background-position: 0 0;
}

.hotelIcoN {
  background-position: -55px 1px;
}

.visaIcoN {
  background-position: -84px 1px;
}

.trnsfrIcoN {
  background-position: -28px 1px;
}

.qoutIcoN {
  background-position: -111px 0;
}

.dynamicIcoN {
  background-position: 0 -27px;
}

.tariffIcoN {
  background-position: -26px -27px;
}

.favIcoN {
  background-position: -53px -27px;
}

.faqIcoN {
  background-position: -82px -27px;
}

.hrcIcoN {
  background-position: -111px -27px;
}

.boardIcoN {
  background-position: -84px 0;
}

.holidayIcoN {
  height: 20px;
  width: 18px;
  background-position: -141px -2px;
}

footer {
  /* color: #fff; */
  /* padding-bottom: 30px !important; */
}

footer .LinkTitle {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 20px;
}

footer ul {
  list-style: none;
  padding: 0;
  min-height: 100px;
}

footer .footerappshow li a {
  display: flex;
}

footer .widget_block a {
  display: block;
}

footer ul li,
footer .widget_block a {
  line-height: var(--bs-line-height);
  margin-bottom: 10px;
}

footer ul li a:hover,
footer a:hover {
  color: var(--bg1);
}

.b2b-footer ul {
  list-style: none;
  padding: 0;
  display: flex;
  column-gap: 30px;
  justify-content: center;
  align-items: center;
}

.MobileAppsDwnld li a {
  margin-bottom: 10px;
}

.b2b-footer .developeBY {
  color: #aaa;
}

.b2b-footer ul li a {
  color: #aaa;
  align-items: center;
  display: flex;
}

.b2b-footer .DesignDevelope a {
  color: #fff;
}

.f-raynab2c {
  background-color: var(--bg2);
  padding: 40px 0;
}

.f-raynab2c-flex ul {
  display: flex;
  column-gap: 15px;
  min-height: unset;
}

.f-raynab2c-flex {
  display: flex;
  flex-direction: column;
  row-gap: 25px;
  align-items: center;
}

.f-raynab2c .Design-Develope {
  margin-top: 30px;
  color: #333;
}

.f-raynab2c ul li a:hover {
  color: var(--color1);
}

.MobileAppsDwnld li a i {
  display: inline-block;
  height: 20px;
  width: 20px;
  margin-right: 8px;
}

.MobileAppsDwnld li:first-child a i {
  background-position: -29px -6px;
}

.MobileAppsDwnld li:last-child a i {
  background-position: -6px -5px;
}

.DesignDevelope {
  text-align: center;
  padding-top: 30px;
  margin-top: 15px;
  border-top: 1px solid #707070;
}

.developeBY {
  margin: 0 10px;
  color: #aaa;
}

.DesignDevelope a {
  color: #fff;
}

.b2b-footer {
  margin-top: 30px;
}

.why_cu {
  margin-top: 50px;
}

.why_cu ul {
  margin-top: 25px;
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  background-color: #fff;
  padding: 10px 0;
  border-radius: 8px;
  box-shadow: 0 5px 16px rgb(0 0 0 / 0.1);
}

.why_cu ul li {
  display: inline-block;
  width: 20%;
  text-align: center;
}

.why_cu ul li div {
  height: 50px;
  font-weight: 400;
  padding: 0 10px;
  border-radius: 8px;
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: center;
  justify-content: center;
}

.why_cu ul li:last-child a {
  width: 100%;
}

.why_cu ul li div i {
  display: inline-block;
  height: 30px;
  width: 30px;
  margin-right: 10px;
}

.why_cu ul li:hover i {
  transform: rotatey(360deg);
  transition: 0.8s;
}

.icn_guaarntee {
  background-position: -11px -145px;
}

.icn_support {
  background-position: -118px -145px;
}

.icn_easytra {
  background-position: -68px -145px;
}

.icn_secure {
  background-position: -169px -145px;
}

.icn_review {
  background-position: -224px -145px;
}

.icn_cmq {
  background-position: -11px -148px;
}

.icn_editlater {
  background-position: -65px -148px;
}

.icn_blockrate {
  background-position: -117px -148px;
}

.icn_dqpdf {
  background-position: -171px -148px;
}

.icn_addmarkup {
  background-position: -227px -149px;
}

.modal-title {
  font-size: 18px;
  font-weight: 500;
}

.modal-header {
  box-shadow: 0 0 10px rgb(0 0 0 / 0.2);
  border: none;
  padding: 20px;
  text-align: left;
}

.modal-body {
  position: relative;
  overflow: auto;
  max-height: 82vh;
  padding: 20px;
  text-align: left;
  white-space: normal;
}

.PanelPopup .popupbody .informationbox::-webkit-scrollbar-thumb,
.modal-body::-webkit-scrollbar-thumb {
  background: #c1c1c1;
}

.PanelPopup .popupbody .informationbox::-webkit-scrollbar,
.modal-body::-webkit-scrollbar {
  width: 5px;
}

.table-responsive {
  border: 1px solid #eee;
  border-radius: 8px;
}

.table-responsive table {
  margin: 0;
}

.table-responsive::-webkit-scrollbar-thumb {
  background: #c1c1c1;
}

.table-responsive::-webkit-scrollbar {
  height: 5px;
  width: 5px;
}

.ModalClose,
.modal-header .close {
  position: absolute;
  top: -10px;
  right: -10px;
  transition: all 0.2s;
  font-size: 24px;
  font-weight: 700;
  text-decoration: none;
  background-color: var(--bg1) !important;
  color: #fff;
  height: 28px;
  width: 28px;
  border-radius: 50px;
  text-align: center;
  line-height: 25px;
  opacity: 1;
  z-index: 1;
}

.Themepopup .PopupBody {
  min-height: 100px;
  overflow: auto;
  max-height: 600px;
  padding: 20px;
}

.fppopup .inputselectbox {
  background: #fff;
  font-weight: var(--bs-body-font-weight);
  border: 1px solid #ddd;
  border-radius: 8px;
  width: 100%;
  height: 45px;
  padding: 0 10px;
  line-height: 45px;
  margin-bottom: 15px;
}

.fppopup a {
  width: 100%;
  display: inline-block;
  text-align: center;
  height: 45px;
  line-height: 45px;
  padding: 0;
  font-size: 16px;
  font-weight: 400;
}

.fppopup p {
  font-size: 15px;
  margin-bottom: 25px;
  line-height: var(--bs-line-height);
}

.popuptbl table tr td {
  font-weight: var(--bs-body-font-weight);
}

.modal-dialog.notificationpopup {
  width: 30%;
}

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

.YN-btns a {
  display: inline-block;
  width: 80px;
  text-align: center;
  margin-left: 10px;
}

.Notificationtext {
  margin-bottom: 20px;
}

.Notificationtext p {
  font-weight: 500;
  font-size: 16px;
  text-align: center;
}

.sectiontitle1 {
  font-size: 22px;
  font-weight: 500;
  margin: 0;
}

.owl-carousel .owl-stage-outer {
  padding-bottom: 5px;
}

.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-nav .owl-prev {
  height: 30px;
  width: 30px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  box-shadow: 0 3px 6px rgb(0 0 0 / 0.06);
  font-size: 24px;
  text-align: center;
  line-height: 30px;
}

.owl-carousel .owl-controls .owl-nav .owl-next {
  right: -12px;
}

.owl-carousel .owl-controls .owl-nav .owl-prev {
  left: -12px;
}

.Waitingblock {
  position: fixed;
  height: 100%;
  width: 100%;
  background: rgb(0 0 0 / 0.6);
  top: 0;
  left: 0;
  z-index: 9999;
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: center;
  justify-content: center;
}

.loaderbox {
  display: inline-block;
  width: 300px;
  background-color: #fff;
  text-align: center;
  padding: 40px;
  border-radius: 8px;
  max-height: 170px;
}

.loadercircle {
  -webkit-animation: spin 1s linear infinite;
  animation: spin 0.6s linear infinite;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  margin: auto;
  border: 5px solid #f3f3f3;
  border-left: 5px solid var(--color1);
  border-top: 5px solid var(--color1);
  border-right: 5px solid var(--color1);
}

.loader-text {
  margin-top: 20px;
  font-weight: 600;
  font-size: 18px;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

article.active .PriceBoxRight,
article:hover .PriceBoxRight {
  border-color: var(--bg2);
}

.figure-img {
  position: relative;
}

.supplier-discount {
  position: absolute;
  bottom: 10px;
  left: 15px;
}

.SDdiv {
  margin-bottom: 8px;
  padding: 5px 10px;
  border-radius: 0 5px 5px 0;
  color: #fff;
  font-size: 12px;
}

.discount {
  background-color: var(--color1);
}

.supersaver {
  background-color: #00ad00;
}

.supplier {
  background: #fff0 linear-gradient(90deg, #fff 0, var(--color1) 100%) 0 0
    no-repeat padding-box;
  color: #000;
}

.Searchbox {
  margin-top: -40px;
  position: relative;
  z-index: 2;
  margin-bottom: 30px;
}

.Searchbox ul.tabs {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  column-gap: 5px;
  position: relative;
  z-index: 1;
}

.Searchbox .tabs li a {
  border-radius: 8px 8px 0 0;
  padding: 10px 20px;
  height: auto;
  font-weight: 400;
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: center;
  background-color: var(--bg3);
}

.Searchbox .tabs li a span:first-child {
  display: inline-block;
  height: 20px;
  width: 20px;
  margin-right: 8px;
}

.Searchbox .tabs li a:hover,
.Searchbox .tabs li.active a {
  background: #fff;
  color: var(--color1);
}

.Searchbox .tab-content {
  box-shadow: 0 0 20px rgb(0 0 0 / 15%);
  padding: 15px 20px;
  border-radius: 0 0 8px 8px;
  background-color: #fff;
}

.VisaSearchBox .tab-content {
  padding-bottom: 0;
}

.Searchbox .tab-pane [class*=" col-"],
.Searchbox .tab-pane [class^="col-"] {
  padding-left: 10px;
  padding-right: 10px;
}

.uaetooltip {
  top: 90%;
  left: 0;
  background-color: #fff;
  padding: 8px;
  border-radius: 3px;
  width: 100%;
  text-align: center;
  position: absolute;
  margin-bottom: 10px;
  transition: ease 0.5s;
  z-index: 2;
  box-shadow: 1px 2px 10px 0 rgb(0 0 0 / 0.1);
  font-size: 12px;
  line-height: var(--bs-line-height);
  border: 1px solid var(--color1);
  color: var(--color1);
  font-weight: var(--bs-body-font-weight);
}

.uaetooltip::before {
  position: absolute;
  right: 0;
  left: 0;
  background: #fff;
  top: -20%;
  text-align: center;
  height: 12px;
  width: 12px;
  content: "";
  margin: auto;
  transform: rotate(45deg);
  border-left: 1px solid var(--color1);
  border-top: 1px solid var(--color1);
}

.select_bx {
  position: relative;
}

.inputselectbox {
  background: #f5f5f5;
  color: grey;
  font-weight: var(--bs-body-font-weight);
  border: 1px solid #f5f5f5;
  border-radius: 8px;
  position: relative;
  width: 100%;
  height: 45px;
  padding: 0 10px;
  line-height: 45px;
  /* padding-left: 40px; */
  margin-bottom: 15px;
}

/* .inputselectbox.cal-inputs {
  padding-left: 0;
} */

input[type="text"].daterange {
  background: #f5f5f5;
  padding: 10px 0 10px;
}

input[type="text"].daterange:focus {
  border-color: none;
  box-shadow: none;
}

.inputselectbox[disabled] {
  cursor: not-allowed;
}

.select_bx i {
  position: absolute;
  height: 25px;
  width: 20px;
  z-index: 1;
  top: 10px;
  left: 10px;
  pointer-events: none;
}

.destiIcon {
  background-position: -12px -43px;
}

.calIcon {
  background-position: -42px -43px;
}

.nationalityIcon {
  background-position: -105px -43px;
}

.markupIcon {
  background-position: -197px -42px;
}

.nightIcon {
  background-position: -167px -43px;
}

.paxIcon {
  background-position: -74px -43px;
}

.select_bx i.ArrowDownRight {
  left: unset;
  right: 10px;
  background-position: -72px -6px;
}

.searchRadiobtn {
  float: left;
  margin-right: 15px;
  margin-bottom: 15px;
}

.tour_divclick .caret {
  transform: rotate(-90deg);
}

#build-package .paxdiv ul {
  max-width: 350px;
}

.paxdiv ul {
  position: absolute;
  background-color: #fff;
  padding: 20px;
  box-shadow: 0 3px 10px rgb(0 0 0 / 10%);
  border-radius: 8px;
  max-width: 240px;
  transition: ease-in-out all 1s;
  z-index: 100;
  right: -30px;
  width: max-content;
  height: auto !important;
}

.HotelSearchBox .paxdiv ul {
  min-width: 350px;
  margin: 0;
}

.add_room_wrapper {
  padding-bottom: 10px;
  margin-bottom: 15px;
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-flow: column;
  row-gap: 10px;
  border-bottom: 1px dashed #ddd;
}

.paxdiv .add_room_wrapper:last-child {
  margin-bottom: 0;
}

.paxclick {
  cursor: pointer;
}

.text_box_wrapp {
  display: inline-block;
}

.rooms {
  font-weight: 500;
  font-size: 16px;
}

.sm_txt {
  color: #88898b;
  font-size: 12px;
  height: 15px;
  font-weight: var(--bs-body-font-weight);
}

.lblInline {
  margin-bottom: 10px;
  line-height: var(--bs-line-height);
  font-weight: 400;
  min-height: 33px;
}

.child_box .lblInline {
  min-height: unset;
}

.count_pre,
.minus,
.plus {
  height: 30px;
  width: 30px;
  text-align: center;
  line-height: 30px;
  font-size: 18px;
  background-color: #f6f6f8;
  font-weight: 700;
  cursor: pointer;
  float: left;
}

.count_pre {
  font-size: 14px;
  background-color: #fff;
  border-left: none;
  border-right: none;
}

.WrapsInline {
  float: left;
  margin-left: 20px;
}

.text_box_wrapp .WrapsInline:first-child {
  margin: 0;
}

.child_box {
  margin-top: 20px;
  display: inline-block;
}

.child_box .counter_wrapper {
  float: left;
  margin-right: 20px;
  margin-bottom: 10px;
}

.TourSearchBox .child_box .counter_wrapper:nth-child(odd) {
  margin-right: 0;
}

.HotelSearchBox .child_box .counter_wrapper:nth-child(2n + 4) {
  margin-right: 0;
}

.doneadded {
  float: right;
  padding: 8px 20px;
  background: #f5f5f5;
  cursor: pointer;
  font-weight: 500;
  margin-top: 15px;
  border-radius: 8px;
}

.add_room_btn_wrapper {
  margin-top: 15px;
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  column-gap: 10px;
  border-bottom: 1px dashed #ddd;
  padding-bottom: 15px;
}

.add_room_btn_wrapper div {
  background-color: var(--bg1);
  padding: 8px 10px;
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  width: 40%;
  justify-content: center;
  font-weight: 400;
  cursor: pointer;
  align-items: center;
  color: #fff;
  border-radius: 8px;
}

.rating_new ul {
  width: 100%;
  display: flex;
  border-radius: 8px;
  overflow: hidden;
  background: #f5f5f5;
  padding: 0 15px;
  align-items: center;
  justify-content: space-around;
}

.open_div .rating_new ul {
  background: #fff;
}

.rating_new ul li {
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.rating_new li > label i {
  display: flex;
  align-items: center;
  justify-content: center;
}

.rating_new ul li:last-child {
  border: none;
}

.rating_new input {
  opacity: 0;
  position: absolute;
}

.rating_new li > label {
  font-size: 28px;
  cursor: pointer;
  margin: 0;
}

.rating_new .fa-star span {
  position: absolute;
  text-align: center;
  font-size: 13px;
  color: #333;
}

.rating_new li > input:checked ~ label span {
  color: #fff;
}

.rating_new li > input:checked ~ label {
  color: var(--color1);
}

.select_bx .visaIcoN {
  background-position: -84px 4px;
  filter: brightness(0);
}

.SearchBuTToN {
  display: inline-block;
  width: 100%;
  border: none;
  font-size: 16px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  padding: 0;
  margin-bottom: 15px;
}

.ModifyDiv .SearchBuTToN {
  box-shadow: 0 3px 4px rgb(0 0 0 / 16%);
}

.Searchbox .pref-itineries {
  padding: 0;
  box-shadow: none;
}

ul.dynmic_tbs {
  border: none;
  margin-bottom: 15px;
  padding: 0;
}

ul.dynmic_tbs button {
  background: 0 0;
}

.dynmic_tbs li.active button {
  color: var(--color1);
}

.serbtn .form-group {
  height: 45px;
  background: #f5f5f5;
  border-radius: 8px;
}

.serbtn .form-group input[type="checkbox"],
.serbtn
  .form-group
  input[type="checkbox"]
  + .btn-group
  > label
  span:first-child {
  display: none;
}

.service-btn .btn-group {
  width: 100%;
  position: absolute;
}

.service-btn .btn-group > .btn {
  position: absolute;
}

.service-btn .btn-group > .btn:first-child {
  background: #e3e2e2;
  height: 45px;
  line-height: 45px;
  padding: 0;
  width: 35px;
  border: none;
  border-radius: 10px;
  font-size: 16px;
  box-shadow: none;
  color: var(--color1);
}

.service-btn .btn-group > .btn:last-child:not(:first-child) {
  background: #f5f5f5;
  left: 35px;
  color: #585858;
  font-size: 13px;
  border: none;
  height: 45px;
  line-height: 45px;
  padding: 0 10px;
  box-shadow: none;
  text-transform: none;
  width: 60%;
}

.serbtn .form-group input[type="checkbox"] + .btn-group > label span {
  width: 35px;
}

.serbtn
  .form-group
  input[type="checkbox"]:checked
  + .btn-group
  > label
  span:last-child {
  display: none;
}

.serbtn .form-group input[type="checkbox"] + .btn-group > label span:last-child,
.serbtn
  .form-group
  input[type="checkbox"]:checked
  + .btn-group
  > label
  span:first-child {
  display: inline-block;
  line-height: 42px;
}

.nextcol .title {
  font-weight: 400;
  margin-bottom: 5px;
  color: #000;
}

.tour_textbox .inputselectbox {
  width: 70%;
  padding-left: 15px;
}

.add_width {
  display: inline-block;
  margin-left: 15px;
}

.plus_btn {
  height: 35px;
  border-radius: 8px;
  font-size: 14px;
  padding: 0 15px;
  float: none;
  background-color: var(--bg1);
  color: #fff;
}

.add_width i {
  margin-left: 5px;
}

.tour_span {
  margin-bottom: 15px;
  display: inline-block;
  width: 100px;
  height: 35px;
  line-height: 35px;
}

.clse_btn {
  display: inline-block;
  margin-left: 10px;
  font-size: 20px;
  cursor: pointer;
  color: var(--color1);
}

.del_btn,
.refres_btn {
  height: 30px;
  text-align: center;
  border-radius: 20px;
  font-size: 22px;
  cursor: pointer;
  width: 30px;
  background-color: var(--bg2);
  color: var(--color1);
}

.list-group-item {
  height: 50px;
  line-height: 50px;
  padding: 0 15px;
  font-weight: 500;
  border: none;
  border-bottom: 1px solid #ededed;
  margin: 0;
  background-color: #f9f9f9;
}

.imagediv {
  position: relative;
  text-align: center;
  display: flex;
  width: 132px;
}

.imagediv a::before,
.imagediv a:hover::before {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  left: 0;
  margin: auto;
  border-radius: 8px;
}

.imagediv a::before {
  background: #fff0 linear-gradient(0deg, #00000094 0, #0000 100%) 0 0 no-repeat;
}

.imagediv a:hover::before {
  background: #fff0 linear-gradient(180deg, #00000000 0, #000000b3 100%) 0 0
    no-repeat;
}

.imagediv p {
  position: absolute;
  bottom: 5px;
  left: 0;
  width: 100%;
  margin: 0;
  color: #fff;
  transition: all ease-in-out 0.2s;
  font-weight: 400;
}

.imagediv a:hover p {
  bottom: 20px;
}

.imagediv img {
  height: 74px;
  width: 100%;
  border-radius: 8px;
}

.i-image img,
.owl-item img,
.Body-wrapper img {
    border-radius: 10px;
}

.list-group-item.active,
.list-group-item.active:hover {
  background-color: var(--bg1);
  color: #fff;
  border: 1px solid var(--color1);
}

.list-group-item.active::after {
  content: "";
  position: absolute;
  right: -10px;
  top: 50%;
  margin-top: -13px;
  border-bottom: 13px solid #fff0;
  border-top: 13px solid #fff0;
  border-left: 10px solid var(--color1);
}

.list-group-item:first-child {
  border-top-right-radius: 0;
}

.collaspseBOX {
  max-height: 200px;
  overflow-x: hidden;
  padding: 0 10px;
}

.mainslider .owl-controls .owl-nav .owl-prev {
  right: 66px;
  left: unset !important;
  top: unset !important;
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: center;
  align-items: center;
  bottom: 60px;
}

.mainslider .owl-controls .owl-nav .owl-next {
  right: 30px !important;
  top: unset !important;
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: center;
  align-items: center;
  bottom: 60px;
}

.mainslider .owl-stage-outer {
  padding: 0;
}

/* .owl-prev::before {
  font-size: 20px;
  color: #000;
}

.owl-next::before {
  font-size: 20px;
  color: #000;
  padding-left: 2px;
} */

.mainslider .owl-stage-outer {
  padding: 0 !important;
}

.carousel-fade .carousel-inner .item {
  transition-property: opacity;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right,
.carousel-fade .carousel-inner .item {
  opacity: 0;
}

.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right,
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev {
  left: 0;
  transform: translate3d(0, 0, 0);
}

#scrolltop {
  display: block;
  visibility: visible;
  opacity: 1;
  transition: visibility 0s, opacity 0.5s ease-in;
  position: fixed;
  bottom: 20px;
  right: 20px;
  border-radius: 50%;
  opacity: 0;
}

.top-button {
  text-decoration: none;
  font-size: 21px;
  line-height: 35px;
  cursor: pointer;
  height: 35px;
  width: 35px;
  display: inline-block;
  text-align: center;
}

.Termspopup {
  width: 50%;
}

.red-color {
  color: var(--redcolor);
}

.validate {
  border: 1px solid var(--redcolor) !important;
}

.hoverinfo {
  white-space: normal;
}

.rpfpopup {
  width: 50%;
}

.rpfpopup img {
  width: 100%;
}

.rpfpopup h2 {
  font-size: 20px;
}

.paragraph ul li,
.d-content ul li,
.wp-block-latest-posts.wp-block-latest-posts__list li {
  position: relative;
  padding-left: 18px;
  line-height: var(--bs-line-height);
  margin-bottom: 10px;
}

.paragraph ul {
  margin-bottom: 30px;
}

.paragraph ul li:before {
  content: "";
  position: absolute;
  width: 6px;
  left: 0;
  height: 6px;
  border-radius: 8px;
  top: 6px;
  background-color: var(--bg1);
  color: #fff;
}

.corder li {
  position: relative;
  padding-left: 5px;
  line-height: var(--bs-line-height);
  margin-bottom: 10px;
}

.ProductPrice span.rpoints {
  color: var(--redcolor);
  font-weight: 400;
  margin-top: 5px;
  display: inline-block;
}

.touralloption .rpoints a {
  color: var(--redcolor);
  font-weight: 400;
}

.validatemsg {
  line-height: 30px;
  text-align: center;
  color: var(--redcolor);
  font-size: 16px;
}

.wraper_hover:hover a::before {
  display: none !important;
}

.cncellationdeadline {
  color: var(--redcolor);
  font-size: 12px;
}

.detailcontainer {
  margin-bottom: 30px;
}

.pleasewaitloader {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: center;
  justify-content: center;
}

.filtercheckbox ul li.active a::before {
  background-color: var(--bg1);
  color: #fff;
  border: 1px solid var(--color1);
}

.tabs-titles ul li.active a span {
  background-color: var(--bg1);
  color: #fff;
}

.topbarfix .navbar-nav > .logoutbtn a:hover,
.topbarfix .navbar-nav > li.Rpoints > a:hover,
.topbarfix .navbar-nav > li.crlimit > a:hover {
  background-color: var(--bg1);
  color: #fff;
}

.sidebar-dropdown .anchorclick:hover,
.sidebar-dropdown.active .anchorclick {
  background-color: var(--bg1);
  color: #fff;
}

.pagination li.active a {
  background-color: var(--bg1);
  color: #fff;
  border: 1px solid var(--color1);
}

.mapscrollingbox::-webkit-scrollbar-thumb {
  background-color: var(--bg1);
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:focus,
.nav-pills > li.active > a:hover {
  background-color: var(--bg1);
  color: #fff;
}

.CurrencyList ul li a:hover,
.CurrencyList ul li.select_item a {
  background-color: var(--bg2);
  color: var(--color1);
}

li.select_item,
li.select_item a,
li.select_item div {
  color: var(--color1) !important;
}

.CurrencyList li.select_item div {
  border: 1px solid var(--bg4);
  border-radius: 8px;
}

.btn_save {
  background-color: var(--bg2);
}

body:not(.home) article:hover .BoxRight {
  /* background-color: var(--bg2); */
}

.HomeBtn a {
  border: 1px solid var(--color1);
}

.HomeBtn a,
.HomeBtn a:hover {
  background-color: var(--bg2);
}

img.ui-datepicker-trigger {
  position: absolute;
}

.modal-open .modal::-webkit-scrollbar-thumb {
  background: #aaa;
}

.modal-open .modal::-webkit-scrollbar {
  width: 5px;
}

.slotList::-webkit-scrollbar-thumb {
  background: #aaa;
}

.slotList::-webkit-scrollbar {
  width: 5px;
}

.notAvailable {
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: var(--bg2);
  border-radius: 0 8px 8px 0;
  top: 0;
  left: 0;
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: center;
  justify-content: center;
  color: var(--color1);
  font-size: 18px;
  padding: 10px;
  line-height: 24px;
  text-transform: uppercase;
  font-weight: 500;
}

.supercal table td.disable {
  opacity: 0.6;
  cursor: default;
}

.supercal table td.disable span {
  box-shadow: none !important;
  border: 1px solid #ddd;
}

.gtPrice,
.supercal-header .btn,
.supercal-header .month {
  color: var(--color1);
}

.color-blink-text,
.color-orange {
  color: var(--color1);
}

.EnquiryBtn {
  color: var(--color1);
}

@-moz-keyframes bounceRight {
  0%,
  100%,
  20%,
  50%,
  80% {
    transform: translateX(6px);
  }

  40% {
    transform: translateX(0);
  }

  60% {
    transform: translateX(-3px);
  }
}

@keyframes bounceRight {
  0%,
  100%,
  20%,
  50%,
  80% {
    -ms-transform: translateX(6px);
    transform: translateX(6px);
  }

  40% {
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  60% {
    -ms-transform: translateX(-3px);
    transform: translateX(-3px);
  }
}

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

.EngIcon {
  background-position: 2px -5px;
  height: 20px;
  width: 20px;
  display: flex;
}

.headermenu-left {
  justify-content: start;
}

.li-click > a > span {
  height: 34px;
  line-height: normal;
}

.footercommon {
  background-color: #fff;
  width: 94%;
  margin: auto;
  border-radius: 15px;
  padding: 30px;
  margin: 40px auto;
  color: #333;
}

.footertext {
  margin-top: 10px;
  line-height: 24px;
}

.footercommon ul {
  min-height: unset;
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  column-gap: 15px;
  flex-wrap: wrap;
}

ul.sociallinks {
  column-gap: 5px;
}

footer .qiuklinks li a {
  color: #333;
  line-height: 26px;
  align-items: center;
  padding-right: 10px;
  border-right: 1px solid #333;
}

footer .qiuklinks li a:hover {
  color: #333;
}

footer .qiuklinks li:last-child a {
  border: none;
}

.developeBY {
  margin: 0 10px;
  color: #333;
}

.DesignDevelope {
  border-top: 1px solid #d8d8d8;
}

.DesignDevelope a {
  color: var(--color1);
}

.footerlogo img {
  height: 50px;
  width: auto;
  max-width: 100%;
  object-fit: contain;
}

.sociallinks li a {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: center;
  justify-content: center;
  font-size: 20px;
}

.sociallinks li a i {
  display: flex;
}

.sociallinks li a {
  height: 35px;
  width: 35px;
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  background-color: var(--bg1);
  color: #fff;
  border-radius: 2px;
}

.text-black {
  color: #333 !important;
}

.cartbox a span.homesvg.cartIcon.HomeCart {
  height: 32px;
  width: 32px;
  filter: unset;
  background-position: -76px 0;
}

.red_txt {
  border: 1px solid red !important;
}

.Home-content,
.homeBannR {
  position: relative;
}

.defaultbnr {
  height: auto;
  width: 100%;
  min-width: 100%;
  max-height: 450px;
}

.homeBannR {
  min-height: 400px;
}

.owl-next.disabled,
.owl-prev.disabled {
  opacity: 0.4;
  cursor: default !important;
}

.tour-count .currencysymbol img {
  filter: brightness(100);
  margin-left: 5px;
}

textarea.inputselectbox {
  resize: vertical;
}

.collapserow .inputselectbox,
.subagentreceipt-popup .inputselectbox {
  padding-left: 10px;
}

.gif-img {
  text-align: center;
  padding-bottom: 15px;
}

.gif-img img {
  width: 100%;
  height: auto;
}

.facilityDiv ul li a img {
  height: 28px;
  width: 28px;
}

.price-range-numbers {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  /* margin-top: 20px; */
  justify-content: space-between;
}

.max-price-label,
.min-price-label {
  display: flex;
  column-gap: 5px;
  font-weight: 400;
}

.c-policy {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: space-between;
  margin-bottom: 10px;
  font-weight: 500;
  line-height: var(--bs-line-height);
}

.c-policy #dvRoomTypeName {
  width: 60%;
}

.Home-content .carousel {
  z-index: 1;
}

.eventclick .eventupdate-btn,
ul li .eventupdate-btn {
  color: #333;
  padding: 0 10px;
  border-radius: 4px;
  line-height: 24px;
  border: 1px solid;
  text-transform: uppercase;
  display: inline-flex;
  font-size: 12px;
  font-weight: 400;
}

.paragraph ul li a[target="_blank"] {
  color: var(--color1) !important;
}

.back-to-top-button {
  display: flex;
  height: 35px;
  width: 35px;
  position: fixed;
  right: 20px;
  bottom: 20px;
  background-color: var(--bg3);
  justify-content: center;
  align-items: center;
  text-align: center;
  line-height: 35px;
  border-radius: 50px;
  display: none;
  font-size: 21px;
}

.topinlinetour .owl-slider {
  margin-top: 35px;
}

.topinlinetour .circle-tour-loader {
  margin-top: 35px;
}

.owl-carousel .owl-stage {
  display: -webkit-box;
}

.single-Tour-Options {
  display: flex;
  flex-direction: column;
  padding: 15px;
}

.Selectbtn2 {
  color: #333;
}

.table thead tr th {
  font-weight: 500;
}

.timing-tbl {
  border: 0;
}

.exploremore {
  background-color: #fff;
  padding: 60px 0;
}

.exploremore .f-heading {
  margin-bottom: 30px;
  font-size: 20px;
  font-weight: 500;
}

.explore-tours {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}

.explore-tours ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 15px;
}

.explore-tours ul li:first-child {
  font-weight: 500;
}

.explore-tours ul li a {
  font-size: 12px;
  padding-right: 15px;
  border-right: 1px solid #ddd;
}

.explore-tours ul li a:hover {
  color: var(--color1);
  transition: 0.3s;
}

.explore-tours ul li:last-child a {
  border: 0;
}

.hotel-tabcontent .paxdiv ul {
  min-width: 350px;
  margin: 0;
}

.timing-tbl {
  border: 0;
}

.preloading {
  display: inline-block;
  min-width: 48px;
  min-height: 48px;
  background: url('./assets/images/ajaxloader.gif') center center no-repeat;
}

img.preloading {
  color: #fff0;
}

img:not([src]) {
  visibility: hidden;
}

.d-bnr-static {
  max-height: 450px;
}

.unorder-checklist ul {
  display: flex;
  flex-direction: column;
  row-gap: 15px;
}

.unorder-checklist ul li {
  display: flex;
  align-items: flex-start;
  position: relative;
  line-height: var(--bs-line-height);
}

.circle-tour-loader,
.grid-price-loader,
.multi-tour-loader,
.slider-tour-loader {
  width: 100% !important;
  justify-content: center;
  display: flex;
  border-radius: 15px;
}

.multi-tour-loader img {
  width: 100%;
  height: auto;
}

.slider-tour-loader img {
  width: 100%;
  height: auto;
}

.grid-price-loader img {
  width: 100%;
  height: auto;
}

.circle-tour-loader img {
  width: 100%;
  height: auto;
}

.multi-tours-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  position: relative;
}

.multi-tours-grid > div {
  width: calc(100% / 4 - 15px);
  position: relative;
}

.multi-tours-grid a .mt-grid-img {
  height: 180px;
  border-radius: 15px 15px 0 0;
  width: 100%;
}

.citywisetour-content .inlinetour-slider a.item.active {
  color: var(--color1);
}

.citywisetour-content .inlinetour-slider a.item.active img {
  border: 2px solid var(--color1);
  padding: 4px;
  box-shadow: 0 0 10px rgb(0 0 0 / 0.3);
}

.multi-tours {
  margin-bottom: 30px;
}

.multi-tours .TopFilterbar {
  display: flex;
  background-color: #fff;
  padding: 12px 15px;
  border-radius: 8px;
  column-gap: 30px;
  justify-content: space-between;
  margin: 30px 0;
}

.multi-tours .totalthings {
  display: flex;
  align-items: center;
  font-weight: 500;
  font-size: 16px;
  line-height: var(--bs-line-height);
  position: relative;
  padding-left: 25px;
}

.things-btns {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
}

.totalthings h2 {
  margin: 0;
  font-size: 16px;
}

.multi-tours .filter-grid {
  display: flex;
  column-gap: 10px;
  align-items: center;
  justify-content: end;
}

.multi-tours .filter-grid > .searchfilter {
  flex: 0.8;
}

.multi-tours .TopFilterbar .activiyIcoN {
  position: absolute;
  left: 0;
  width: 20px;
  height: 20px;
}

.multi-tours .TopFilterbar .dropdown button,
.multi-tours .TopFilterbar select {
  border: none;
  border-radius: 8px;
  height: 30px;
  width: 100%;
  padding: 0 10px;
  background-color: #f5f5f5;
  color: #333;
  padding-right: 35px;
}

.multi-tours .TopFilterbar .select_bx .caret {
  position: absolute;
  right: 10px;
  top: 12px;
  pointer-events: none;
  color: #333;
}

.multi-tours .srb {
  text-align: right;
  font-weight: 400;
}

.citywisetour-content .ui-slider.ui-slider-horizontal {
  height: 5px;
  border-radius: 5px;
  background: #ddd;
  position: relative;
  width: 92%;
}

.citywisetour-content .ui-slider .ui-slider-range {
  display: block;
  position: absolute;
  z-index: 1;
  border: 0;
  border-radius: 5px;
  height: 100%;
}

.citywisetour-content .ui-slider .ui-slider-handle {
  cursor: default;
  position: absolute;
  z-index: 2;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  top: -7px;
  background-color: var(--bg1);
  color: #fff;
}

.multi-tours .filter-grid .pricebar {
  min-width: 250px;
}

.citywisetour-content .pricebar {
  padding: 20px;
  width: 100%;
  padding-top: 25px;
  border: 0;
  box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
}

.citywisetour-content .priceLH span:last-child {
  float: right;
}

.citywisetour-content priceLH {
  padding-top: 20px;
}

.banner-data.hideBlock,
.toptours .hideBlock {
  display: none;
}

.citywisetour-content .TopFilterbar {
  padding: 0;
  background-color: unset;
}

.citywisetour-content .multi-tours .TopFilterbar .dropdown button,
.citywisetour-content .multi-tours .TopFilterbar select {
  background-color: #fff;
  border: 1px solid #707070;
}

.mainloader-gif img {
  width: 100%;
  min-height: 500px;
}

select::-webkit-scrollbar-thumb {
  background: #aaa;
}

select::-webkit-scrollbar {
  width: 5px;
}

.dropdown-check-list ul.items::-webkit-scrollbar-thumb {
  background: #aaa;
}

.dropdown-check-list ul.items::-webkit-scrollbar {
  width: 5px;
}

.THTitle {
  line-height: normal;
}

.facilitylist li {
  line-height: normal;
}

.rateoptiontbl thead tr th:last-child .hoverinfo {
  right: -40px;
  left: auto;
}

.rateoptiontbl table tbody tr:last-child td {
  border-bottom: 0 !important;
}

.citysearch-d-page {
  padding-bottom: 30px;
}

.topinlinetour {
  padding: 40px 0;
  background-color: var(--bg2);
}

.hotel-div-banners {
  margin-bottom: 30px;
}

.b2c-hotel-search .SearchBuTToN {
  width: 45px;
  border-radius: 8px;
  font-size: 20px;
  box-shadow: 0 3px 6px rgb(0 0 0 / 0.16);
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: unset;
  margin: 0;
}

.flex-search-row {
  display: flex;
  column-gap: 10px;
}

.flex-search-row > div {
  flex: 1;
}

.flex-search-row > div .inputselectbox {
  margin: 0;
  background-color: #fff;
}

.visa-hotel-search {
  margin-top: -180px;
}

.b2c-search .inputselectbox,
.b2c-search .rating_new ul {
  box-shadow: 0 3px 6px rgb(0 0 0 / 0.16);
  border: 0;
}

.visa-hotel-search .SearchBuTToN {
  width: 45px;
  border-radius: 8px;
  font-size: 20px;
  margin: 0;
}

.prd-info,
.tour-head {
  transition: 0.3s;
}

.banner-click:hover .tour-head,
.listviewloop > a:hover .prd-info {
  background-color: var(--bg2);
}

.bnr-city-name {
  transition: 0.3s;
}

.five-repeat:hover .bnr-city-name,
.five-slider:hover .bnr-city-name {
  bottom: 15px;
  font-size: 20px;
}

.pkg-informations {
  background-color: #fff;
  padding: 15px;
  border-radius: 8px;
  margin-top: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  /* flex-direction: column; */
  row-gap: 10px;
}

@media screen and (max-width: 991px) {
  .pkg-informations {
    flex-direction: column;
  }
}

.RM-RL-paragraph .tour_title_des {
  font-weight: 500;
  margin: 0;
  font-size: 16px;
  margin-bottom: 10px;
  color: #333;
}

.RM-RL-paragraph {
  position: relative;
  color: #707070;
  line-height: var(--bs-line-height);
  margin: 0;
  text-align: justify;
}

.second-p {
  color: #707070;
  line-height: var(--bs-line-height);
}

.second-p b {
  font-weight: 500;
  color: #333;
  margin-bottom: 10px;
}

.moer-less-click {
  color: var(--color1);
  font-size: 12px;
  width: max-content;
  background-color: #fff;
  padding: 0 5px;
}

.pkg-informations.more .moer-less-click::after {
  content: "...Read More";
}

.pkg-informations .moer-less-click::after {
  content: "Read Less";
}

.SearchPopup .checkinout-input input {
  background-color: #f5f5f5;
}

.banner-title-sub h2 {
  margin: 0;
  font-size: 20px;
}

.act-name {
  margin: 0;
  line-height: 1.5rem;
}

.detailclick {
  cursor: pointer;
}

.simple-loader {
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
}

.simple-loader img {
  height: 50px;
  width: 50px;
}

.banner-title-sub {
  max-width: 90%;
}

.p-info-title {
  font-weight: 500;
  font-size: 16px;
  text-transform: capitalize;
}

.intrllink {
  line-height: 24px;
}

.intrllink a {
  color: var(--color1);
  margin-bottom: 10px;
}

.country-city-select-bar {
  display: flex;
  gap: 30px;
  justify-content: center;
  align-items: center;
  margin: auto;
  position: absolute;
  bottom: 40%;
  width: 100%;
  z-index: 2;
}

.country-city-select-bar .inputselectbox {
  padding-right: 40px;
  cursor: pointer;
  margin: 0;
  background-color: #fff;
  box-shadow: 0 3px 6px rgb(0 0 0 / 0.16);
  border: 0;
}

.country-drpdown.dropdown {
  min-width: 350px;
}

.country-city-select-bar ul.dropdown-menu {
  right: 0;
  width: 100%;
  padding: 10px 0;
  margin-top: 5px;
  max-height: 270px;
  overflow: auto;
  background: #fff;
}

.country-city-select-bar ul.dropdown-menu::-webkit-scrollbar-thumb {
  background: #c1c1c1;
  border-radius: 0 8px 8px 0;
}

.country-city-select-bar ul.dropdown-menu::-webkit-scrollbar {
  width: 5px;
}

.country-city-select-bar .dropdown-menu li a {
  position: relative;
  display: flex;
  padding: 10px 15px;
  column-gap: 15px;
  align-items: center;
  white-space: normal;
}

.country-city-select-bar .dropdown-menu li a:hover {
  background-color: var(--bg2);
}

.i-destination {
  display: flex;
  height: 16px;
  width: 12px;
  background-position: -7px -38px;
}

.country-city-name {
  display: flex;
  flex-direction: column;
}

.country-city-name .des-country {
  font-size: 16px;
}

.country-city-name .des-city {
  font-weight: 200;
  color: #707070;
}

.country-city-name .des-city span {
  display: inline-flex;
}

.country-city-select-bar .dropdown-menu li a .img-city {
  height: 40px;
  width: 40px;
  border-radius: 8px;
}

.country-drpdown.disable {
  cursor: not-allowed;
}

.country-drpdown.disable .dropdown-toggle {
  pointer-events: none;
}

.btn-feedback {
  position: fixed;
  background-color: #fad20a;
  z-index: 9999;
  color: #000;
  width: 100px;
  height: 34px;
  padding: 0 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 400;
  transform: rotate(90deg);
  border-radius: 8px 8px 0 0;
  left: -35px;
  top: 30%;
  box-shadow: 0 3px 6px rgb(0 0 0 / 0.4);
}

.paragraph ul li:empty {
  display: none;
}

.dropdown-click {
  height: 40px;
  width: 100%;
  padding: 0 15px;
  border-radius: 8px;
  background-color: #f5f5f5;
  color: #707070;
  font-weight: 200;
  display: flex;
  align-items: center;
  padding-right: 35px;
  cursor: pointer;
}

.dropdown-box {
  width: 100%;
  box-shadow: 0 3px 6px rgb(0 0 0 / 0.16);
  padding: 0;
  max-height: 350px;
  overflow: auto;
  right: 0;
  max-width: 300px;
}

.dropdown-box li {
  padding: 0;
}

.dropdown-box li > a,
.dropdown-box li > span {
  display: flex;
  padding: 11px 15px;
  font-weight: 200;
  font-size: 14px;
  cursor: pointer;
}

.dropdown-box li.active,
.dropdown-box li:hover {
  background-color: #f5f5f5;
  color: var(--color1);
}

.dropdown-box .drop-search {
  padding: 15px;
  border-bottom: 1px solid #eee;
  position: sticky;
  top: 0;
  z-index: 1;
  background-color: #fff;
  display: flex;
  align-items: center;
  font-size: 14px;
}

.dropdown-box .drop-search:hover {
  background-color: unset;
}

.colinput-bx .dropdown-click,
.colinput-bx .inputselectbox {
  margin-bottom: 20px !important;
}

table .colinput-bx .dropdown-click,
table .colinput-bx .inputselectbox {
  margin-bottom: 0 !important;
}

.drop-search .inputselectbox {
  margin: 0 !important;
  text-align: left;
  width: 100%;
  padding-right: 15px !important;
}

.wst-6::-webkit-scrollbar-thumb {
  background: #ddd;
}

.wst-6::-webkit-scrollbar {
  width: 6px;
}

.input_bx i.ArrowDownRight {
  background-position: -72px -7px;
}

.toggle-onoff {
  display: flex;
  align-items: center;
  column-gap: 10px;
  font-weight: var(--bs-body-font-weight);
  cursor: pointer;
  margin: 0 !important;
}

.toggle-onoff input[type="checkbox"] {
  position: absolute;
  opacity: 0;
}

.switchbox {
  height: 22px;
  width: 48px;
  display: flex;
  background-color: var(--bg2);
  border-radius: 15px;
  position: relative;
  justify-content: space-between;
  align-items: center;
  padding-left: 4px;
  color: var(--color1);
  font-size: 10px;
  text-transform: uppercase;
  padding-right: 6px;
}

.onoffswitch-switch {
  height: 18px;
  width: 18px;
  background-color: #fff;
  border-radius: 20px;
  display: flex;
  position: absolute;
  box-shadow: 0 0 4px rgb(0 0 0 / 0.2);
  left: 4px;
}

.toggle-onoff input[type="checkbox"]:checked ~ .switchbox {
  background-color: var(--bg1);
  color: #fff;
}

.toggle-onoff input[type="checkbox"]:checked ~ .switchbox .onoffswitch-switch {
  right: 3px;
  left: auto;
}

.d-flex {
  display: flex;
}

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

.dir-row {
  flex-direction: row;
}

.gap-5 {
  gap: 5px;
}

.gap-10 {
  gap: 10px;
}

.gap-15 {
  gap: 15px;
}

.gap-20 {
  gap: 20px;
}

.gap-30 {
  gap: 30px;
}

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

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

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

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

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

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

.dashtbl table thead tr th {
  border-right: 1px solid #fff;
}

.dashtbl table thead tr th:last-child {
  border-right: 0;
}

.no-tbl-border {
  border: 0 !important;
}

.no-tbl-border thead {
  background-color: unset !important;
}

.no-tbl-border thead th,
.no-tbl-border tr td {
  border: 0 !important;
}

.wraper_hover .i-tblinfo {
  padding: 0;
  border: 0;
  margin: 0;
  top: -50px;
}

table .i-tblinfo table tbody tr td,
table .i-tblinfo table thead tr th {
  padding: 5px 15px;
}

.datepickr {
  min-width: 150px;
}

.twoinputpicker {
  display: flex;
  column-gap: 15px;
}

.twoinputpicker > div {
  flex: 1;
}

.btn-feedback {
  z-index: 9999 !important;
  top: 55% !important;
}

.homeBannR .item {
  position: relative;
}

.item-txt {
  position: absolute;
  top: 120px;
  z-index: 1;
  color: #fff;
  left: 0;
  font-size: 36px;
  font-weight: 600;
  padding: 0 30px;
  line-height: 1;
  width: 100%;
  margin: 0;
  max-width: 350px;
}

@media (max-width: 1199px) {
  .table-responsive {
    min-height: 0.01%;
    overflow-x: auto;
  }

  .Header-menu {
    column-gap: 15px;
  }
}

@media (min-width: 992px) {
  .colpaddright {
    padding-right: 0 !important;
  }

  .colpaddleft {
    padding-left: 0 !important;
  }

  .colpadd0 {
    padding: 0 !important;
  }

  .popup_overlay {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .i-cal-close {
    display: none !important;
  }
}

@media only screen and (min-width: 992px) and(max-width: 1199px) {
  .left-piker .rich-datepicker {
    left: 0 !important;
  }

  .Header-menu > li {
    font-size: 12px;
  }

  .Header-menu {
    column-gap: 20px;
  }

  .b2b-header,
  .b2c-header {
    column-gap: 20px;
  }
}

@media only screen and (min-width: 768px) and(max-width: 991px) {
  .left-piker .rich-datepicker {
    left: 0 !important;
  }

  .sm-left .rich-datepicker {
    left: 0 !important;
  }
}

@media (max-width: 991px) {
  .item-txt {
    font-size: 18px;
    padding: 0 20px;
    line-height: var(--bs-line-height);
    top: 70px;
  }

  .WrapsInline {
    margin-left: 10px;
  }

  .service-btn {
    padding: 0 !important;
  }

  .rating_lbl,
  .selct_lbl,
  .tour_span {
    margin-bottom: 15px;
  }

  .tour_textbox .inputselectbox {
    width: 60%;
  }

  .add_width {
    margin-left: 10px;
  }

  .plus_btn {
    height: 30px;
    padding: 0 10px;
  }

  button.btn_save {
    margin-bottom: 15px;
  }

  .category-dialog.Profile-dialog .modal-header {
    padding: 0 !important;
  }

  .mobile-landingpage .checkbox::after,
  .mobile-landingpage .radio::after {
    display: none;
  }

  .topbar {
    min-height: 52px;
    z-index: 1001;
  }

  .navbar-collapse.in {
    overflow: unset;
  }

  .navbar-brand {
    padding: 10px;
    padding-left: 0;
  }

  .navbar-brand img {
    height: 40px;
  }

  .navbar-toggle {
    border: 1px solid #888;
    margin-top: 15px;
    margin-right: 0;
  }

  .registerDiv {
    padding: 10px 0;
  }

  .registerDiv a {
    padding: 5px 10px;
    font-size: 12px;
  }

  .update-covid {
    font-size: 12px;
  }

  .commonSection {
    padding: 15px 0;
  }

  .sectionpadding {
    padding: 30px 0;
  }

  .ThemeFooter .col-xs-6:nth-child(3n) ul {
    min-height: unset;
  }

  footer {
    margin-top: 30px;
    padding-bottom: 8px !important;
  }

  .DesignDevelope {
    line-height: var(--bs-line-height);
    padding-top: 15px;
  }

  .patternRightdiv .dropdown {
    margin-left: 15px;
  }

  .sectiontitle {
    font-size: 18px;
  }

  footer .LinkTitle {
    font-size: 16px;
    margin-bottom: 15px;
  }

  .page-title-container h5 {
    text-align: center;
  }

  a.Notification {
    font-size: 14px;
  }

  .wraper_hover {
    display: none !important;
  }

  .corona-msg {
    display: none;
  }

  .header2 {
    justify-content: end;
  }

  .patternRightdiv {
    column-gap: 10px;
  }

  .city-input-dropdown {
    width: 95%;
  }

  .single-city {
    bottom: -5%;
  }

  .owl-carousel .owl-stage {
    padding-left: 0 !important;
  }

  .Home-content {
    position: relative;
    z-index: 1000;
  }

  .citypopup .m-popup-heading {
    display: flex !important;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    font-size: 16px;
  }

  .grid-price-loader img {
    height: 145px;
    object-position: left;
  }


  .multi-tours .TopFilterbar {
    flex-direction: column;
    row-gap: 20px;
    margin: 20px 0;
  }

  .multi-tours .totalthings {
    column-gap: 10px;
  }

  .View-all-Btn {
    white-space: nowrap;
  }

  .banner-click:hover .tour-head,
  .listviewloop > a:hover .prd-info {
    background-color: unset;
  }

  .multi-tours .filter-grid {
    flex-wrap: wrap;
    gap: 10px;
    justify-content: unset;
  }

  .multi-tours .filter-grid > div {
    min-width: unset;
    width: 48%;
  }

  .multi-tours .srb {
    width: 100% !important;
    text-align: left;
    line-height: normal;
  }

  .pkg-informations {
    margin: 15px 0 !important;
    /* padding: 0; */
  }

  .multi-tours-grid {
    gap: 15px;
  }

  .multi-tours-grid > div {
    width: calc(100% / 3 - 10px);
  }

  .multi-tours-grid a .mt-grid-img {
    height: 125px;
  }

  .citywisetour-content .multi-tours .TopFilterbar .dropdown button,
  .citywisetour-content .multi-tours .TopFilterbar select {
    text-align: left;
    line-height: normal;
    font-weight: 200;
  }

  .multi-tours .filter-grid .pricebar {
    right: 0;
    left: auto;
  }

  .citywisetour-content .ui-slider.ui-slider-horizontal {
    width: 100%;
  }

  .ui-slider.ui-slider-horizontal .ui-slider-handle {
    top: -7px !important;
  }

  .circle-tour-loader img {
    height: 100px;
    width: auto;
    object-position: left;
    overflow: hidden;
  }

  footer ul {
    min-height: auto;
  }

  .footerfix ul li a:hover {
    color: #333 !important;
  }

  .services-dialog .header-tabs li a i {
    display: flex;
  }

  .services-dialog .header-tabs li a div {
    height: 50px;
    width: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--bg3);
    border-radius: 100px;
  }

  .services-dialog .header-tabs li a i {
    background-size: 140px;
    height: 20px;
    min-width: 20px;
  }

  .services-dialog .activiyIcoN {
    background-position: 0 1px;
  }

  .services-dialog .hotelIcoN {
    background-position: -60px 1px;
  }

  .services-dialog .header-tabs li a i.holidayIcoN {
    background-position: -140px -2px;
    background-size: 200px;
  }

  .services-dialog .modal-header {
    box-shadow: unset;
    border: 0;
    text-align: center !important;
  }

  .services-dialog .visaIcoN {
    background-position: -91px 1px;
  }

  .myservicepopup.fade.in {
    backdrop-filter: blur(2px);
    background-color: rgb(0 0 0 / 0.2) !important;
  }

  .services-dialog .header-tabs li.active a div, 
  .services-dialog .header-tabs li.current-menu-item a div {
    background-color: var(--bg1);
  }

  .d-bnr-static {
    max-height: 200px;
  }

  .single-city .inputselectbox {
    box-shadow: 0 3px 16px rgb(0 0 0 / 0.2);
  }

  .tab-container .tab-content {
    background: unset !important;
  }

  .tab-container .tab-content .tab-pane {
    padding: 0;
  }

  .b2c-search {
    position: relative;
  }

  .uaetooltip {
    display: none;
  }

  .rating_new ul {
    background-color: #fff;
    border: 1px solid #eee;
  }

  .hotel-tabcontent .inputselectbox {
    background-color: #fff;
    border-color: #eee;
    margin-bottom: 10px;
  }

  .b2c-hotel-search {
    /* margin-top: -25px; */
  }

  .b2c-hotel-search .rating_new {
    margin-bottom: 0;
  }

  .banner-title-sub h2 {
    font-size: 18px;
  }

  .five-pattern-repeat,
  .five-productwise,
  .four-pro-wise,
  .four-repeat,
  .three-pro-wise,
  .three-repeat {
    gap: 10px;
  }

  .slider-tour-loader img {
    height: 150px;
  }

  .visa-hotel-search {
    margin-top: -30px;
    z-index: 1056;
  }

  .flex-search-row {
    flex-wrap: wrap;
    gap: 10px;
  }

  .flex-search-row > div {
    flex: unset;
    width: calc(100% / 2 - 5px);
  }

  .flex-search-row > div.rich-datepicker-wrap {
    width: 40%;
  }

  .page-title-container {
    background-color: unset;
    margin: 15px 0;
    height: auto;
  }

  .modal-body {
    padding: 15px;
  }

  .M-filter .fly_cart_div,
  .M-filter .fly_cart_div_email {
    display: none;
  }

  .autocomplete-suggestion span:last-child {
    margin-left: 0;
  }
}

@media (min-width: 768px) {
  .col-mob-label {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .single-city {
    bottom: -20px;
  }

  .multi-tours-grid > div {
    width: calc(100% / 2 - 7.5px);
  }

  .d-bnr-static {
    max-height: 150px;
  }

  .b2c-hotel-search {
    z-index: 1056;
  }

  .b2c-h-search .paxdiv ul {
    position: fixed;
    top: 0;
    height: 100% !important;
    width: 100%;
    left: 0;
    max-width: unset;
    z-index: 999;
    overflow: auto;
    padding-bottom: 80px;
  }

  .flex-search-row {
    row-gap: 10px;
    flex-direction: row;
  }

  .flex-search-row > div {
    width: 100%;
  }

  .flex-search-row > div.rich-datepicker-wrap {
    width: 80%;
  }
}

.owl-carousel .animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.owl-height {
  -webkit-transition: height 0.5s ease-in-out;
  -moz-transition: height 0.5s ease-in-out;
  -ms-transition: height 0.5s ease-in-out;
  -o-transition: height 0.5s ease-in-out;
  transition: height 0.5s ease-in-out;
}

.owl-carousel {
  display: none;
  width: 100%;
  position: relative;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: pan-Y;
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-controls .owl-dot,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-nav .owl-prev {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel .owl-refresh .owl-item,
.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}

.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

.no-js .owl-carousel {
  display: block;
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 0.4s ease;
  -moz-transition: opacity 0.4s ease;
  -ms-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: scale 0.1s ease;
  -moz-transition: scale 0.1s ease;
  -ms-transition: scale 0.1s ease;
  -o-transition: scale 0.1s ease;
  transition: scale 0.1s ease;
}

.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3);
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 0.4s ease;
  -moz-transition: opacity 0.4s ease;
  -ms-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}

.package-contact-section img {
  max-height: 275px;
}

.paragraph.d-content li,
ul li {
  list-style: none;
}

.paragraph ul li::before,
.itinerarydetails ul li::before,
.wp-block-latest-posts.wp-block-latest-posts__list li::before {
  content: "";
  position: absolute;
  width: 6px;
  left: 0px;
  height: 6px;
  border-radius: 8px;
  top: 6px;
  background-color: var(--bg1);
  color: rgb(255, 255, 255);
}

.itinerarydetails p {
  text-indent: -20px;
  padding-left: 20px;
}

.navbar {
  /* position: relative; */
  transition: all 0.3s ease-in-out 0s; /* only transition top property */
  /* top: 0; */
}

h3 a {
  font-size: 18px;
  font-weight: 600;
}

/* @media screen and (max-width: 991px) {
  .flexrowbox {
    padding: 5px;
  }
} */

.display-3 {
  font-weight: var(--bs-body-font-weight);
  font-size: 3.5rem;
}

#btnTourSearch {
  padding: 4px;
  display: flex;
  cursor: pointer;
}

.detailclick {
  text-transform: lowercase;
}

.detailclick span {
  text-transform: capitalize;
}

/* Home page Tour section */
@media screen and (min-width: 1200px) {
  .tour-package article {
    width: calc(50% - 7.5px);
    display: flex;
    /* flex: 1; */
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .tour-package article {
    width: calc(50% - 7.5px);
    display: flex;
    /* flex: 1; */
  }

  .tour-package.pkg-list-data {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 15px;
  }
}


.tour-package .articleview {
  flex: 1;
}

.tour-package figure {
  flex: 1;
  display: flex;
}

.tour-package .fire-panel li:last-child {
  display: none;
}

@media screen and (min-width: 992px) {
  .tour-package.pkg-list-data {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 15px;
  }
}

@media (max-width:767px){
  .home .PriceBoxRight {
    flex-direction: row;
  }

  .home .ProductPrice {
    text-align: left;
  }
}

.banner-title-sub {
  display: flex;
  justify-content: center;
  flex-direction: column;
  row-gap: 5px;
  max-width: 90%;
  margin: 0 auto;
  align-items: center;
}

/* Home */
.home .articleview figure + div,
.home .articleview figure {
  width: 50%;
}

@media screen and (max-width: 991px) {
  .home .articleview figure + div,
  .home .articleview figure {
    width: 100%;
    padding: 10px;
  }

  .home .tour-package .articleview figure {
    max-width: 100% !important;
  }
}

.home .BoxRight {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.home .info-container {
  padding: 15px;
  padding-left: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 15px;
}

@media screen and (max-width: 767px) {
  .home #home-package-search .row {
    align-items: center;
    gap: 10px;
  }
}

/* .home .articleview .price-details {
  display: flex;
  justify-content: space-between;
  align-items: end;
} */

.ed-top {
  background: #000;
  position: fixed;
  left: 0;
  /* right: 0; */
  z-index: 9999;
  top: 0;
  width: 100%;
}

.admin-bar .ed-top {
  top: 32px;
}

.ed-com-t1-left ul li, .ed-com-t1-right ul li, .main-menu ul li, .sb2-12 ul li, .wed-menu ul li {
  float: left;
  /* display: inline-block; */
}

.ed-com-t1-left ul li a {
  color: #c3c3c3;
  padding: 5px 14px;
  line-height: 20px;
  border-right: 1px solid #424242;
  font-size: 12px;
  display: flex;
}

.ed-com-t1-right ul li a {
  color: #fff;
  padding: 7px 10px;
  line-height: 20px;
  font-size: 12px;
  display: flex;
}

.ed-top .col-md-12 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#main-menu-v2-book, .carousel-inner>.item>a>img, .carousel-inner>.item>img, .chosen-rtl .chosen-choices li, .ed-com-t1-right, .ed-micon, .mob-head-right a, .sb1-2, .ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current, .ui-datepicker-rtl .ui-datepicker-group {
float: right;
}

.ed-top .svgicon {
  filter: invert(1);
  width: 20px;
  height: 20px;
}

@media screen and (max-width: 767px) {
  .ed-top {
    display: none;
  }

  .admin-bar .fixed-top {
    top: 46px;
  }
}


.hero-section {
  position: relative;
  width: 100%;
  /* height: var(--slide_height);  */
  /* Full screen */
  /* overflow: hidden; */
}

.home .owl-carousel  img {
  width: 100%;
  height: var(--slide_height);
  object-fit: cover; /* Crop nicely */
}

@media screen and (min-width: 992px) {
  .home .owl-carousel .item {
    max-height: var(--slide_height);
    height: var(--slide_height);
  }
}

@media screen and (max-width: 767px) {
  .home .owl-carousel .item {
    max-height: var(--slide_height_mobile);
    height: var(--slide_height_mobile);
  }

  .hero-slider .item img {
    height: var(--slide_height_mobile);
  }
}

.home .owl-carousel .item {
  position: relative;
}

.home .owl-carousel .item::before {
  content: "";
  background-color: rgba(0, 0, 0, 0.4);
  background: linear-gradient(
  207deg,
  rgba(255, 255, 255, 0) 0%,
  rgba(0, 0, 0, 0.6) 50%,
  rgba(0, 0, 0, 0.9) 100%
  );
  position: absolute;
  inset: 0;
  height: var(--slide_height);
  width: 100%;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .home .owl-carousel .item::before {
    height: var(--slide_height_mobile);
  }
}

.hero-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  text-align: center;
  z-index: 10;
}

.search-form {
  margin-top: 20px;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: center;
}

.search-form input,
.search-form a {
  padding: 10px;
  border: none;
  border-radius: 5px;
}

.search-form a {
  background: #ff6600;
  color: #fff;
  cursor: pointer;
}

.item img {
  border-radius: 0;
}

.container-xl .py-5 {
padding-top: 3.5rem!important;
padding-bottom: 3.5rem!important;
}

.home .item-media {
  object-fit: cover;
  z-index: -1;
  height: 100% !important;
  width: 100% !important;
}

.home .owl-carousel .owl-nav {
  margin-top: 0;
}

.home .owl-carousel .owl-nav .owl-next, 
.home .owl-carousel .owl-nav .owl-prev {
  height: 30px;
  width: 30px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  /* top: 50%; */
  box-shadow: 0 3px 6px rgb(0 0 0 / 0.06);
  /* font-size: 24px; */
  text-align: center;
  line-height: 30px;
  right: 20px;
}

.home .hero-slider .owl-nav .owl-prev {
  right: 60px;
  left: unset !important;
  top: unset !important;
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: center;
  align-items: center;
  /* bottom: 60px; */
}

.home .hero-slider .owl-nav .owl-prev, 
.home .hero-slider .owl-nav .owl-next {
  bottom: 20px;
}

.outlined {
  background-color: transparent;
  color: var(--bg1);
  padding: 4px 10px;
}

.outlined:hover {
  color: #fff;
  background-color: var(--bg1);
}

/* .bg-white .tour-package article {
  background-color: #F1F1F1 !important;
} */

section:not(:first-child) {
  padding-bottom: 3rem;
}

.home section:nth-child(2n) {
  background: #fff;
}

.home section:nth-child(2n+1) {
  background: #F1F1F1;
}

section:nth-child(2n) .tour-package article .articleview {
  background-color: #F1F1F1;
}

.button-container {
  padding-top: 1rem;
  display: flex;
  justify-content: center;
}

@media screen and (min-width: 992px) {
  body:not(.home) .hero-section .hero-banner {
    height: var(--slide_height);
    display: flex;
    align-items: center;
  }
}

.hero-banner .row {
  flex: auto;
}

.articleview .BoxCenter + a {
  margin-left: 15px;
  margin-bottom: 15px;
}

#btnTourSearch {
  line-height: 1.6;
  height: 45px;
  padding-right: 10px;
}

#btnTourSearch span {
  line-height: 1.6 !important;
  display: flex;
  align-items: center;
  align-self: center;
}

@media screen and (max-width: 991px) {
  .join-group-table .departures-list__departures .trip-dates {
    display: flex;
    flex-direction: row;
  }

  .trip-status.available {
    display: none;
  }

  .to-ho-hotel ul li {
    margin-bottom: 1rem;
  }

  .join-group-table .departures-list {
    background-color: #fff;
    border-radius: 8px;
    margin-bottom: 1rem;
    justify-content: center;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .join-group-table .departures-list .departures-list__departures > div {
    text-align: center;
  }

  .departures-list .departures-list__departures {
    align-items: center;
  }
}

.banner_slide_desc p,
.banner-subheading {
  font-size: 18px;
}

.trip-price {
  min-width: 135px;
}

.BoxRight .crncy-price {
  flex-direction: column;
  gap: 0;
}

.OrigionalPrice.prices {
align-self: center;
display: flex;
}

.total_price.prices {
  display: flex;
  align-items: center;
  gap: 10px;
}

.main-blog-content {
  padding-bottom: 0 !important;
}

.related-posts {
  padding-top: 0 !important;
}

#sort-by-price a {
  padding-left: 2rem;
  cursor: pointer;
}

.elementor-image-box-img {
  padding: 0;
}

.HnameFilter a {
  background: none;
  text-align: right;
  padding-right: 0;
}