@charset "UTF-8";
/*!
* Bootstrap v4.6.0 (https://getbootstrap.com/)
* Copyright 2011-2021 The Bootstrap Authors
* Copyright 2011-2021 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
*/
@import url("https://fonts.googleapis.com/css2?family=Rubik:wght@300..900&display=swap");
:root {
--blue: #007bff;
--indigo: #6610f2;
--purple: #912c3b;
--pink: #e83e8c;
--red: #dc3545;
--orange: #fd7e14;
--yellow: #ffc107;
--green: #28a745;
--teal: #20c997;
--cyan: #17a2b8;
--white: #fff;
--gray: #6c757d;
--gray-dark: #343a40;
--primary: #007bff;
--secondary: #6c757d;
--success: #28a745;
--info: #17a2b8;
--warning: #ffc107;
--danger: #dc3545;
--light: #f8f9fa;
--dark: #343a40;
--breakpoint-xs: 0;
--breakpoint-sm: 576px;
--breakpoint-md: 768px;
--breakpoint-lg: 992px;
--breakpoint-xl: 1200px;
--font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
--font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

*,
*::before,
*::after {
box-sizing: border-box;
}

html {
font-family: sans-serif;
line-height: 1.15;
-webkit-text-size-adjust: 100%;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
display: block;
}

body {
margin: 0;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
color: #212529;
text-align: left;
background-color: #fff;
}

[tabindex="-1"]:focus:not(:focus-visible) {
outline: 0 !important;
}

hr {
box-sizing: content-box;
height: 0;
overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
margin-top: 0;
margin-bottom: 0.5rem;
}

p {
margin-top: 0;
margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
text-decoration: underline;
text-decoration: underline dotted;
cursor: help;
border-bottom: 0;
text-decoration-skip-ink: none;
}

address {
margin-bottom: 1rem;
font-style: normal;
line-height: inherit;
}

ol,
ul,
dl {
margin-top: 0;
margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
margin-bottom: 0;
}

dt {
font-weight: 700;
}

dd {
margin-bottom: 0.5rem;
margin-left: 0;
}

blockquote {
margin: 0 0 1rem;
}

b,
strong {
font-weight: bolder;
}

small {
font-size: 80%;
}

sub,
sup {
position: relative;
font-size: 75%;
line-height: 0;
vertical-align: baseline;
}

sub {
bottom: -0.25em;
}

sup {
top: -0.5em;
}

a {
color: #c34b5d;
text-decoration: none;
background-color: transparent;
}
a:hover {
color: rgb(0, 86.1, 178.5);
text-decoration: underline;
}

a:not([href]):not([class]) {
color: inherit;
text-decoration: none;
}
a:not([href]):not([class]):hover {
color: inherit;
text-decoration: none;
}

pre,
code,
kbd,
samp {
font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
font-size: 1em;
}

pre {
margin-top: 0;
margin-bottom: 1rem;
overflow: auto;
-ms-overflow-style: scrollbar;
}

figure {
margin: 0 0 1rem;
}

img {
vertical-align: middle;
border-style: none;
}

svg {
overflow: hidden;
vertical-align: middle;
}

table {
border-collapse: collapse;
}

caption {
padding-top: 0.75rem;
padding-bottom: 0.75rem;
color: #6c757d;
text-align: left;
caption-side: bottom;
}

th {
text-align: inherit;
text-align: -webkit-match-parent;
}

label {
display: inline-block;
margin-bottom: 0.5rem;
}

button {
border-radius: 0;
}

button:focus:not(:focus-visible) {
outline: 0;
}

input,
button,
select,
optgroup,
textarea {
margin: 0;
font-family: inherit;
font-size: inherit;
line-height: inherit;
}

button,
input {
overflow: visible;
}

button,
select {
text-transform: none;
}

[role=button] {
cursor: pointer;
}

select {
word-wrap: normal;
}

button,
[type=button],
[type=reset],
[type=submit] {
-webkit-appearance: button;
}

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
cursor: pointer;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
padding: 0;
border-style: none;
}

input[type=radio],
input[type=checkbox] {
box-sizing: border-box;
padding: 0;
}

textarea {
overflow: auto;
resize: vertical;
}

fieldset {
min-width: 0;
padding: 0;
margin: 0;
border: 0;
}

legend {
display: block;
width: 100%;
max-width: 100%;
padding: 0;
margin-bottom: 0.5rem;
font-size: 1.5rem;
line-height: inherit;
color: inherit;
white-space: normal;
}

progress {
vertical-align: baseline;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
height: auto;
}

[type=search] {
outline-offset: -2px;
-webkit-appearance: none;
}

[type=search]::-webkit-search-decoration {
-webkit-appearance: none;
}

::-webkit-file-upload-button {
font: inherit;
-webkit-appearance: button;
}

output {
display: inline-block;
}

summary {
display: list-item;
cursor: pointer;
}

template {
display: none;
}

[hidden] {
display: none !important;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
margin-bottom: 0.5rem;
font-weight: 500;
line-height: 1.2;
}

h1, .h1 {
font-size: 2.5rem;
}

h2, .h2 {
font-size: 2rem;
}

h3, .h3 {
font-size: 1.75rem;
}

h4, .h4 {
font-size: 1.5rem;
}

h5, .h5 {
font-size: 1.25rem;
}

h6, .h6 {
font-size: 1rem;
}

.lead {
font-size: 1.25rem;
font-weight: 300;
}

.display-1 {
font-size: 6rem;
font-weight: 300;
line-height: 1.2;
}

.display-2 {
font-size: 5.5rem;
font-weight: 300;
line-height: 1.2;
}

.display-3 {
font-size: 4.5rem;
font-weight: 300;
line-height: 1.2;
}

.display-4 {
font-size: 3.5rem;
font-weight: 300;
line-height: 1.2;
}

hr {
margin-top: 1rem;
margin-bottom: 1rem;
border: 0;
border-top: 1px solid rgba(0, 0, 0, 0.1);
}

small,
.small {
font-size: 80%;
font-weight: 400;
}

mark,
.mark {
padding: 0.2em;
background-color: #fcf8e3;
}

.list-unstyled {
padding-left: 0;
list-style: none;
}

.list-inline {
padding-left: 0;
list-style: none;
}

.list-inline-item {
display: inline-block;
}
.list-inline-item:not(:last-child) {
margin-right: 0.5rem;
}

.initialism {
font-size: 90%;
text-transform: uppercase;
}

.blockquote {
margin-bottom: 1rem;
font-size: 1.25rem;
}

.blockquote-footer {
display: block;
font-size: 80%;
color: #6c757d;
}
.blockquote-footer::before {
content: "— ";
}

.img-fluid {
max-width: 100%;
height: auto;
}

.img-thumbnail {
padding: 0.25rem;
background-color: #fff;
border: 1px solid #dee2e6;
border-radius: 0.25rem;
max-width: 100%;
height: auto;
}

.figure {
display: inline-block;
}

.figure-img {
margin-bottom: 0.5rem;
line-height: 1;
}

.figure-caption {
font-size: 90%;
color: #6c757d;
}

code {
font-size: 87.5%;
color: #e83e8c;
word-wrap: break-word;
}
a > code {
color: inherit;
}

kbd {
padding: 0.2rem 0.4rem;
font-size: 87.5%;
color: #fff;
background-color: #212529;
border-radius: 0.2rem;
}
kbd kbd {
padding: 0;
font-size: 100%;
font-weight: 700;
}

pre {
display: block;
font-size: 87.5%;
color: #212529;
}
pre code {
font-size: inherit;
color: inherit;
word-break: normal;
}

.pre-scrollable {
max-height: 340px;
overflow-y: scroll;
}

.container,
.container-fluid,
.container-xl,
.container-lg,
.container-md,
.container-sm {
width: 100%;
/*padding-right: 15px;
padding-left: 15px;*/
margin-right: auto;
margin-left: auto;
}
.form-group .toggle-password {
font-size: 12px;
font-weight: 600;
color: #6b7a83;
text-transform: uppercase;
position: absolute;
right: 15px;
top: 45px;
cursor: pointer;
}
@media (min-width: 576px) {
.container-sm, .container {
max-width: 540px;
}
}
@media (min-width: 768px) {
.container-md, .container-sm, .container {
max-width: 720px;
}
}
@media (min-width: 992px) {
.container-lg, .container-md, .container-sm, .container {
max-width: 960px;
}
}
@media (min-width: 1200px) {
.container-xl, .container-lg, .container-md, .container-sm, .container {
max-width: 1140px;
}
}
.row {
display: flex;
flex-wrap: wrap;
margin-right: -10px;
margin-left: -10px;
}

.no-gutters {
margin-right: 0;
margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*=col-] {
padding-right: 0;
padding-left: 0;
}

.col-xl,
.col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg,
.col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md,
.col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm,
.col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col,
.col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
position: relative;
width: 100%;
padding-right: 10px;
padding-left: 10px;
}

.col {
flex-basis: 0;
flex-grow: 1;
max-width: 100%;
}

.row-cols-1 > * {
flex: 0 0 100%;
max-width: 100%;
}

.row-cols-2 > * {
flex: 0 0 50%;
max-width: 50%;
}

.row-cols-3 > * {
flex: 0 0 33.3333333333%;
max-width: 33.3333333333%;
}

.row-cols-4 > * {
flex: 0 0 25%;
max-width: 25%;
}

.row-cols-5 > * {
flex: 0 0 20%;
max-width: 20%;
}

.row-cols-6 > * {
flex: 0 0 16.6666666667%;
max-width: 16.6666666667%;
}

.col-auto {
flex: 0 0 auto;
width: auto;
max-width: 100%;
}

.col-1 {
flex: 0 0 8.3333333333%;
max-width: 8.3333333333%;
}

.col-2 {
flex: 0 0 16.6666666667%;
max-width: 16.6666666667%;
}

.col-3 {
flex: 0 0 25%;
max-width: 25%;
}

.col-4 {
flex: 0 0 33.3333333333%;
max-width: 33.3333333333%;
}

.col-5 {
flex: 0 0 41.6666666667%;
max-width: 41.6666666667%;
}

.col-6 {
flex: 0 0 50%;
max-width: 50%;
}

.col-7 {
flex: 0 0 58.3333333333%;
max-width: 58.3333333333%;
}

.col-8 {
flex: 0 0 66.6666666667%;
max-width: 66.6666666667%;
}

.col-9 {
flex: 0 0 75%;
max-width: 75%;
}

.col-10 {
flex: 0 0 83.3333333333%;
max-width: 83.3333333333%;
}

.col-11 {
flex: 0 0 91.6666666667%;
max-width: 91.6666666667%;
}

.col-12 {
flex: 0 0 100%;
max-width: 100%;
}

.order-first {
order: -1;
}

.order-last {
order: 13;
}

.order-0 {
order: 0;
}

.order-1 {
order: 1;
}

.order-2 {
order: 2;
}

.order-3 {
order: 3;
}

.order-4 {
order: 4;
}

.order-5 {
order: 5;
}

.order-6 {
order: 6;
}

.order-7 {
order: 7;
}

.order-8 {
order: 8;
}

.order-9 {
order: 9;
}

.order-10 {
order: 10;
}

.order-11 {
order: 11;
}

.order-12 {
order: 12;
}

.offset-1 {
margin-left: 8.3333333333%;
}

.offset-2 {
margin-left: 16.6666666667%;
}

.offset-3 {
margin-left: 25%;
}

.offset-4 {
margin-left: 33.3333333333%;
}

.offset-5 {
margin-left: 41.6666666667%;
}

.offset-6 {
margin-left: 50%;
}

.offset-7 {
margin-left: 58.3333333333%;
}

.offset-8 {
margin-left: 66.6666666667%;
}

.offset-9 {
margin-left: 75%;
}

.offset-10 {
margin-left: 83.3333333333%;
}

.offset-11 {
margin-left: 91.6666666667%;
}

@media (min-width: 576px) {
.col-sm {
flex-basis: 0;
flex-grow: 1;
max-width: 100%;
}
.row-cols-sm-1 > * {
flex: 0 0 100%;
max-width: 100%;
}
.row-cols-sm-2 > * {
flex: 0 0 50%;
max-width: 50%;
}
.row-cols-sm-3 > * {
flex: 0 0 33.3333333333%;
max-width: 33.3333333333%;
}
.row-cols-sm-4 > * {
flex: 0 0 25%;
max-width: 25%;
}
.row-cols-sm-5 > * {
flex: 0 0 20%;
max-width: 20%;
}
.row-cols-sm-6 > * {
flex: 0 0 16.6666666667%;
max-width: 16.6666666667%;
}
.col-sm-auto {
flex: 0 0 auto;
width: auto;
max-width: 100%;
}
.col-sm-1 {
flex: 0 0 8.3333333333%;
max-width: 8.3333333333%;
}
.col-sm-2 {
flex: 0 0 16.6666666667%;
max-width: 16.6666666667%;
}
.col-sm-3 {
flex: 0 0 25%;
max-width: 25%;
}
.col-sm-4 {
flex: 0 0 33.3333333333%;
max-width: 33.3333333333%;
}
.col-sm-5 {
flex: 0 0 41.6666666667%;
max-width: 41.6666666667%;
}
.col-sm-6 {
flex: 0 0 50%;
max-width: 50%;
}
.col-sm-7 {
flex: 0 0 58.3333333333%;
max-width: 58.3333333333%;
}
.col-sm-8 {
flex: 0 0 66.6666666667%;
max-width: 66.6666666667%;
}
.col-sm-9 {
flex: 0 0 75%;
max-width: 75%;
}
.col-sm-10 {
flex: 0 0 83.3333333333%;
max-width: 83.3333333333%;
}
.col-sm-11 {
flex: 0 0 91.6666666667%;
max-width: 91.6666666667%;
}
.col-sm-12 {
flex: 0 0 100%;
max-width: 100%;
}
.order-sm-first {
order: -1;
}
.order-sm-last {
order: 13;
}
.order-sm-0 {
order: 0;
}
.order-sm-1 {
order: 1;
}
.order-sm-2 {
order: 2;
}
.order-sm-3 {
order: 3;
}
.order-sm-4 {
order: 4;
}
.order-sm-5 {
order: 5;
}
.order-sm-6 {
order: 6;
}
.order-sm-7 {
order: 7;
}
.order-sm-8 {
order: 8;
}
.order-sm-9 {
order: 9;
}
.order-sm-10 {
order: 10;
}
.order-sm-11 {
order: 11;
}
.order-sm-12 {
order: 12;
}
.offset-sm-0 {
margin-left: 0;
}
.offset-sm-1 {
margin-left: 8.3333333333%;
}
.offset-sm-2 {
margin-left: 16.6666666667%;
}
.offset-sm-3 {
margin-left: 25%;
}
.offset-sm-4 {
margin-left: 33.3333333333%;
}
.offset-sm-5 {
margin-left: 41.6666666667%;
}
.offset-sm-6 {
margin-left: 50%;
}
.offset-sm-7 {
margin-left: 58.3333333333%;
}
.offset-sm-8 {
margin-left: 66.6666666667%;
}
.offset-sm-9 {
margin-left: 75%;
}
.offset-sm-10 {
margin-left: 83.3333333333%;
}
.offset-sm-11 {
margin-left: 91.6666666667%;
}
}
@media (min-width: 768px) {
.col-md {
flex-basis: 0;
flex-grow: 1;
max-width: 100%;
}
.row-cols-md-1 > * {
flex: 0 0 100%;
max-width: 100%;
}
.row-cols-md-2 > * {
flex: 0 0 50%;
max-width: 50%;
}
.row-cols-md-3 > * {
flex: 0 0 33.3333333333%;
max-width: 33.3333333333%;
}
.row-cols-md-4 > * {
flex: 0 0 25%;
max-width: 25%;
}
.row-cols-md-5 > * {
flex: 0 0 20%;
max-width: 20%;
}
.row-cols-md-6 > * {
flex: 0 0 16.6666666667%;
max-width: 16.6666666667%;
}
.col-md-auto {
flex: 0 0 auto;
width: auto;
max-width: 100%;
}
.col-md-1 {
flex: 0 0 8.3333333333%;
max-width: 8.3333333333%;
}
.col-md-2 {
flex: 0 0 16.6666666667%;
max-width: 16.6666666667%;
}
.col-md-3 {
flex: 0 0 25%;
max-width: 25%;
}
.col-md-4 {
flex: 0 0 33.3333333333%;
max-width: 33.3333333333%;
}
.col-md-5 {
flex: 0 0 41.6666666667%;
max-width: 41.6666666667%;
}
.col-md-6 {
flex: 0 0 50%;
max-width: 50%;
}
.col-md-7 {
flex: 0 0 58.3333333333%;
max-width: 58.3333333333%;
}
.col-md-8 {
flex: 0 0 66.6666666667%;
max-width: 66.6666666667%;
}
.col-md-9 {
flex: 0 0 75%;
max-width: 75%;
}
.col-md-10 {
flex: 0 0 83.3333333333%;
max-width: 83.3333333333%;
}
.col-md-11 {
flex: 0 0 91.6666666667%;
max-width: 91.6666666667%;
}
.col-md-12 {
flex: 0 0 100%;
max-width: 100%;
}
.order-md-first {
order: -1;
}
.order-md-last {
order: 13;
}
.order-md-0 {
order: 0;
}
.order-md-1 {
order: 1;
}
.order-md-2 {
order: 2;
}
.order-md-3 {
order: 3;
}
.order-md-4 {
order: 4;
}
.order-md-5 {
order: 5;
}
.order-md-6 {
order: 6;
}
.order-md-7 {
order: 7;
}
.order-md-8 {
order: 8;
}
.order-md-9 {
order: 9;
}
.order-md-10 {
order: 10;
}
.order-md-11 {
order: 11;
}
.order-md-12 {
order: 12;
}
.offset-md-0 {
margin-left: 0;
}
.offset-md-1 {
margin-left: 8.3333333333%;
}
.offset-md-2 {
margin-left: 16.6666666667%;
}
.offset-md-3 {
margin-left: 25%;
}
.offset-md-4 {
margin-left: 33.3333333333%;
}
.offset-md-5 {
margin-left: 41.6666666667%;
}
.offset-md-6 {
margin-left: 50%;
}
.offset-md-7 {
margin-left: 58.3333333333%;
}
.offset-md-8 {
margin-left: 66.6666666667%;
}
.offset-md-9 {
margin-left: 75%;
}
.offset-md-10 {
margin-left: 83.3333333333%;
}
.offset-md-11 {
margin-left: 91.6666666667%;
}
}
@media (min-width: 992px) {
.col-lg {
flex-basis: 0;
flex-grow: 1;
max-width: 100%;
}
.row-cols-lg-1 > * {
flex: 0 0 100%;
max-width: 100%;
}
.row-cols-lg-2 > * {
flex: 0 0 50%;
max-width: 50%;
}
.row-cols-lg-3 > * {
flex: 0 0 33.3333333333%;
max-width: 33.3333333333%;
}
.row-cols-lg-4 > * {
flex: 0 0 25%;
max-width: 25%;
}
.row-cols-lg-5 > * {
flex: 0 0 20%;
max-width: 20%;
}
.row-cols-lg-6 > * {
flex: 0 0 16.6666666667%;
max-width: 16.6666666667%;
}
.col-lg-auto {
flex: 0 0 auto;
width: auto;
max-width: 100%;
}
.col-lg-1 {
flex: 0 0 8.3333333333%;
max-width: 8.3333333333%;
}
.col-lg-2 {
flex: 0 0 16.6666666667%;
max-width: 16.6666666667%;
}
.col-lg-3 {
flex: 0 0 25%;
max-width: 25%;
}
.col-lg-4 {
flex: 0 0 33.3333333333%;
max-width: 33.3333333333%;
}
.col-lg-5 {
flex: 0 0 41.6666666667%;
max-width: 41.6666666667%;
}
.col-lg-6 {
flex: 0 0 50%;
max-width: 50%;
}
.col-lg-7 {
flex: 0 0 58.3333333333%;
max-width: 58.3333333333%;
}
.col-lg-8 {
flex: 0 0 66.6666666667%;
max-width: 66.6666666667%;
}
.col-lg-9 {
flex: 0 0 75%;
max-width: 75%;
}
.col-lg-10 {
flex: 0 0 83.3333333333%;
max-width: 83.3333333333%;
}
.col-lg-11 {
flex: 0 0 91.6666666667%;
max-width: 91.6666666667%;
}
.col-lg-12 {
flex: 0 0 100%;
max-width: 100%;
}
.order-lg-first {
order: -1;
}
.order-lg-last {
order: 13;
}
.order-lg-0 {
order: 0;
}
.order-lg-1 {
order: 1;
}
.order-lg-2 {
order: 2;
}
.order-lg-3 {
order: 3;
}
.order-lg-4 {
order: 4;
}
.order-lg-5 {
order: 5;
}
.order-lg-6 {
order: 6;
}
.order-lg-7 {
order: 7;
}
.order-lg-8 {
order: 8;
}
.order-lg-9 {
order: 9;
}
.order-lg-10 {
order: 10;
}
.order-lg-11 {
order: 11;
}
.order-lg-12 {
order: 12;
}
.offset-lg-0 {
margin-left: 0;
}
.offset-lg-1 {
margin-left: 8.3333333333%;
}
.offset-lg-2 {
margin-left: 16.6666666667%;
}
.offset-lg-3 {
margin-left: 25%;
}
.offset-lg-4 {
margin-left: 33.3333333333%;
}
.offset-lg-5 {
margin-left: 41.6666666667%;
}
.offset-lg-6 {
margin-left: 50%;
}
.offset-lg-7 {
margin-left: 58.3333333333%;
}
.offset-lg-8 {
margin-left: 66.6666666667%;
}
.offset-lg-9 {
margin-left: 75%;
}
.offset-lg-10 {
margin-left: 83.3333333333%;
}
.offset-lg-11 {
margin-left: 91.6666666667%;
}
}
@media (min-width: 1200px) {
.col-xl {
flex-basis: 0;
flex-grow: 1;
max-width: 100%;
}
.row-cols-xl-1 > * {
flex: 0 0 100%;
max-width: 100%;
}
.row-cols-xl-2 > * {
flex: 0 0 50%;
max-width: 50%;
}
.row-cols-xl-3 > * {
flex: 0 0 33.3333333333%;
max-width: 33.3333333333%;
}
.row-cols-xl-4 > * {
flex: 0 0 25%;
max-width: 25%;
}
.row-cols-xl-5 > * {
flex: 0 0 20%;
max-width: 20%;
}
.row-cols-xl-6 > * {
flex: 0 0 16.6666666667%;
max-width: 16.6666666667%;
}
.col-xl-auto {
flex: 0 0 auto;
width: auto;
max-width: 100%;
}
.col-xl-1 {
flex: 0 0 8.3333333333%;
max-width: 8.3333333333%;
}
.col-xl-2 {
flex: 0 0 16.6666666667%;
max-width: 16.6666666667%;
}
.col-xl-3 {
flex: 0 0 25%;
max-width: 25%;
}
.col-xl-4 {
flex: 0 0 33.3333333333%;
max-width: 33.3333333333%;
}
.col-xl-5 {
flex: 0 0 41.6666666667%;
max-width: 41.6666666667%;
}
.col-xl-6 {
flex: 0 0 50%;
max-width: 50%;
}
.col-xl-7 {
flex: 0 0 58.3333333333%;
max-width: 58.3333333333%;
}
.col-xl-8 {
flex: 0 0 66.6666666667%;
max-width: 66.6666666667%;
}
.col-xl-9 {
flex: 0 0 75%;
max-width: 75%;
}
.col-xl-10 {
flex: 0 0 83.3333333333%;
max-width: 83.3333333333%;
}
.col-xl-11 {
flex: 0 0 91.6666666667%;
max-width: 91.6666666667%;
}
.col-xl-12 {
flex: 0 0 100%;
max-width: 100%;
}
.order-xl-first {
order: -1;
}
.order-xl-last {
order: 13;
}
.order-xl-0 {
order: 0;
}
.order-xl-1 {
order: 1;
}
.order-xl-2 {
order: 2;
}
.order-xl-3 {
order: 3;
}
.order-xl-4 {
order: 4;
}
.order-xl-5 {
order: 5;
}
.order-xl-6 {
order: 6;
}
.order-xl-7 {
order: 7;
}
.order-xl-8 {
order: 8;
}
.order-xl-9 {
order: 9;
}
.order-xl-10 {
order: 10;
}
.order-xl-11 {
order: 11;
}
.order-xl-12 {
order: 12;
}
.offset-xl-0 {
margin-left: 0;
}
.offset-xl-1 {
margin-left: 8.3333333333%;
}
.offset-xl-2 {
margin-left: 16.6666666667%;
}
.offset-xl-3 {
margin-left: 25%;
}
.offset-xl-4 {
margin-left: 33.3333333333%;
}
.offset-xl-5 {
margin-left: 41.6666666667%;
}
.offset-xl-6 {
margin-left: 50%;
}
.offset-xl-7 {
margin-left: 58.3333333333%;
}
.offset-xl-8 {
margin-left: 66.6666666667%;
}
.offset-xl-9 {
margin-left: 75%;
}
.offset-xl-10 {
margin-left: 83.3333333333%;
}
.offset-xl-11 {
margin-left: 91.6666666667%;
}
}
.table {
width: 100%;
margin-bottom: 1rem;
color: #212529;
}
.table th,
.table td {
padding: 0.75rem;
vertical-align: top;
border-top: 1px solid #dee2e6;
}
.table thead th {
vertical-align: bottom;
border-bottom: 2px solid #dee2e6;
}
.table tbody + tbody {
border-top: 2px solid #dee2e6;
}

.table-sm th,
.table-sm td {
padding: 0.3rem;
}

.table-bordered {
border: 1px solid #dee2e6;
}
.table-bordered th,
.table-bordered td {
border: 1px solid #dee2e6;
}
.table-bordered thead th,
.table-bordered thead td {
border-bottom-width: 2px;
}

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
border: 0;
}

.table-striped tbody tr:nth-of-type(odd) {
background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
color: #212529;
background-color: rgba(0, 0, 0, 0.075);
}

.table-primary,
.table-primary > th,
.table-primary > td {
background-color: rgb(183.6, 218.04, 255);
}
.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
border-color: rgb(122.4, 186.36, 255);
}

.table-hover .table-primary:hover {
background-color: rgb(158.1, 204.84, 255);
}
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
background-color: rgb(158.1, 204.84, 255);
}

.table-secondary,
.table-secondary > th,
.table-secondary > td {
background-color: rgb(213.84, 216.36, 218.6);
}
.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
border-color: rgb(178.56, 183.24, 187.4);
}

.table-hover .table-secondary:hover {
background-color: rgb(200.3075090253, 203.6560288809, 206.6324909747);
}
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
background-color: rgb(200.3075090253, 203.6560288809, 206.6324909747);
}

.table-success,
.table-success > th,
.table-success > td {
background-color: rgb(194.8, 230.36, 202.92);
}
.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
border-color: rgb(143.2, 209.24, 158.28);
}

.table-hover .table-success:hover {
background-color: rgb(176.7059405941, 222.9540594059, 187.2665346535);
}
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
background-color: rgb(176.7059405941, 222.9540594059, 187.2665346535);
}

.table-info,
.table-info > th,
.table-info > td {
background-color: rgb(190.04, 228.96, 235.12);
}
.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
border-color: rgb(134.36, 206.64, 218.08);
}

.table-hover .table-info:hover {
background-color: rgb(170.5152475248, 221.1332673267, 229.1447524752);
}
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
background-color: rgb(170.5152475248, 221.1332673267, 229.1447524752);
}

.table-warning,
.table-warning > th,
.table-warning > td {
background-color: rgb(255, 237.64, 185.56);
}
.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
border-color: rgb(255, 222.76, 126.04);
}

.table-hover .table-warning:hover {
background-color: rgb(255, 231.265, 160.06);
}
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
background-color: rgb(255, 231.265, 160.06);
}

.table-danger,
.table-danger > th,
.table-danger > td {
background-color: rgb(245.2, 198.44, 202.92);
}
.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
border-color: rgb(236.8, 149.96, 158.28);
}

.table-hover .table-danger:hover {
background-color: rgb(241.4341772152, 176.7058227848, 182.9073417722);
}
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
background-color: rgb(241.4341772152, 176.7058227848, 182.9073417722);
}

.table-light,
.table-light > th,
.table-light > td {
background-color: rgb(253.04, 253.32, 253.6);
}
.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
border-color: rgb(251.36, 251.88, 252.4);
}

.table-hover .table-light:hover {
background-color: rgb(238.165, 240.57, 242.975);
}
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
background-color: rgb(238.165, 240.57, 242.975);
}

.table-dark,
.table-dark > th,
.table-dark > td {
background-color: rgb(198.16, 199.84, 201.52);
}
.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
border-color: rgb(149.44, 152.56, 155.68);
}

.table-hover .table-dark:hover {
background-color: rgb(185.0216751269, 187.09, 189.1583248731);
}
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
background-color: rgb(185.0216751269, 187.09, 189.1583248731);
}

.table-active,
.table-active > th,
.table-active > td {
background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
background-color: rgba(0, 0, 0, 0.075);
}

.table .thead-dark th {
color: #fff;
background-color: #343a40;
border-color: rgb(69.1465517241, 77.125, 85.1034482759);
}
.table .thead-light th {
color: #495057;
background-color: #e9ecef;
border-color: #dee2e6;
}

.table-dark {
color: #fff;
background-color: #343a40;
}
.table-dark th,
.table-dark td,
.table-dark thead th {
border-color: rgb(69.1465517241, 77.125, 85.1034482759);
}
.table-dark.table-bordered {
border: 0;
}
.table-dark.table-striped tbody tr:nth-of-type(odd) {
background-color: rgba(255, 255, 255, 0.05);
}
.table-dark.table-hover tbody tr:hover {
color: #fff;
background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px) {
.table-responsive-sm {
display: block;
width: 100%;
overflow-x: auto;
-webkit-overflow-scrolling: touch;
}
.table-responsive-sm > .table-bordered {
border: 0;
}
}
@media (max-width: 767.98px) {
.table-responsive-md {
display: block;
width: 100%;
overflow-x: auto;
-webkit-overflow-scrolling: touch;
}
.table-responsive-md > .table-bordered {
border: 0;
}
}
@media (max-width: 991.98px) {
.table-responsive-lg {
display: block;
width: 100%;
overflow-x: auto;
-webkit-overflow-scrolling: touch;
}
.table-responsive-lg > .table-bordered {
border: 0;
}
}
@media (max-width: 1199.98px) {
.table-responsive-xl {
display: block;
width: 100%;
overflow-x: auto;
-webkit-overflow-scrolling: touch;
}
.table-responsive-xl > .table-bordered {
border: 0;
}
}
.table-responsive {
display: block;
width: 100%;
overflow-x: auto;
-webkit-overflow-scrolling: touch;
}
.table-responsive > .table-bordered {
border: 0;
}

.form-control {
display: block;
width: 100%;
height: calc(1.5em + 0.75rem + 2px);
padding: 0.375rem 0.75rem;
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
color: #495057;
background-color: #fff;
background-clip: padding-box;
border: 1px solid #ced4da;
border-radius: 0.25rem;
transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
.form-control {
transition: none;
}
}
.form-control::-ms-expand {
background-color: transparent;
border: 0;
}
.form-control:-moz-focusring {
color: transparent;
text-shadow: 0 0 0 #495057;
}
.form-control:focus {
color: #495057;
background-color: #fff;
border-color: rgb(127.5, 189, 255);
outline: 0;
box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.form-control::placeholder {
color: #6c757d;
opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
background-color: #e9ecef;
opacity: 1;
}

input[type=date].form-control,
input[type=time].form-control,
input[type=datetime-local].form-control,
input[type=month].form-control {
appearance: none;
}

select.form-control:focus::-ms-value {
color: #495057;
background-color: #fff;
}

.form-control-file,
.form-control-range {
display: block;
width: 100%;
}

.col-form-label {
padding-top: calc(0.375rem + 1px);
padding-bottom: calc(0.375rem + 1px);
margin-bottom: 0;
font-size: inherit;
line-height: 1.5;
}

.col-form-label-lg {
padding-top: calc(0.5rem + 1px);
padding-bottom: calc(0.5rem + 1px);
font-size: 1.25rem;
line-height: 1.5;
}

.col-form-label-sm {
padding-top: calc(0.25rem + 1px);
padding-bottom: calc(0.25rem + 1px);
font-size: 0.875rem;
line-height: 1.5;
}

.form-control-plaintext {
display: block;
width: 100%;
padding: 0.375rem 0;
margin-bottom: 0;
font-size: 1rem;
line-height: 1.5;
color: #212529;
background-color: transparent;
border: solid transparent;
border-width: 1px 0;
}
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
padding-right: 0;
padding-left: 0;
}

.form-control-sm {
height: calc(1.5em + 0.5rem + 2px);
padding: 0.25rem 0.5rem;
font-size: 0.875rem;
line-height: 1.5;
border-radius: 0.2rem;
}

.form-control-lg {
height: calc(1.5em + 1rem + 2px);
padding: 0.5rem 1rem;
font-size: 1.25rem;
line-height: 1.5;
border-radius: 0.3rem;
}

select.form-control[size], select.form-control[multiple] {
height: auto;
}

textarea.form-control {
height: auto;
}

.form-group {
margin-bottom: 1rem;
}

.form-text {
display: block;
margin-top: 0.25rem;
}

.form-row {
display: flex;
flex-wrap: wrap;
margin-right: -5px;
margin-left: -5px;
}
.form-row > .col,
.form-row > [class*=col-] {
padding-right: 5px;
padding-left: 5px;
}

.form-check {
position: relative;
display: block;
padding-left: 1.25rem;
}

.form-check-input {
position: absolute;
margin-top: 0.3rem;
margin-left: -1.25rem;
}
.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
color: #6c757d;
}

.form-check-label {
margin-bottom: 0;
}

.form-check-inline {
display: inline-flex;
align-items: center;
padding-left: 0;
margin-right: 0.75rem;
}
.form-check-inline .form-check-input {
position: static;
margin-top: 0;
margin-right: 0.3125rem;
margin-left: 0;
}

.valid-feedback {
display: none;
width: 100%;
margin-top: 0.25rem;
font-size: 80%;
color: #28a745;
}

.valid-tooltip {
position: absolute;
top: 100%;
left: 0;
z-index: 5;
display: none;
max-width: 100%;
padding: 0.25rem 0.5rem;
margin-top: 0.1rem;
font-size: 0.875rem;
line-height: 1.5;
color: #fff;
background-color: rgba(40, 167, 69, 0.9);
border-radius: 0.25rem;
}
.form-row > .col > .valid-tooltip, .form-row > [class*=col-] > .valid-tooltip {
left: 5px;
}

.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
display: block;
}

.was-validated .form-control:valid, .form-control.is-valid {
border-color: #28a745;
padding-right: calc(1.5em + 0.75rem);
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
background-repeat: no-repeat;
background-position: right calc(0.375em + 0.1875rem) center;
background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
border-color: #28a745;
box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
padding-right: calc(1.5em + 0.75rem);
background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .custom-select:valid, .custom-select.is-valid {
border-color: #28a745;
padding-right: calc(0.75em + 2.3125rem);
background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat;
}
.was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
border-color: #28a745;
box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
color: #28a745;
}
.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
display: block;
}

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
color: #28a745;
}
.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
border-color: #28a745;
}
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
border-color: rgb(51.6956521739, 206.3043478261, 87);
background-color: rgb(51.6956521739, 206.3043478261, 87);
}
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
border-color: #28a745;
}

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
border-color: #28a745;
}
.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
border-color: #28a745;
box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.invalid-feedback {
display: none;
width: 100%;
margin-top: 0.25rem;
font-size: 80%;
color: #dc3545;
}

.invalid-tooltip {
position: absolute;
top: 100%;
left: 0;
z-index: 5;
display: none;
max-width: 100%;
padding: 0.25rem 0.5rem;
margin-top: 0.1rem;
font-size: 0.875rem;
line-height: 1.5;
color: #fff;
background-color: rgba(220, 53, 69, 0.9);
border-radius: 0.25rem;
}
.form-row > .col > .invalid-tooltip, .form-row > [class*=col-] > .invalid-tooltip {
left: 5px;
}

.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
display: block;
}

.was-validated .form-control:invalid, .form-control.is-invalid {
border-color: #dc3545;
padding-right: calc(1.5em + 0.75rem);
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
background-repeat: no-repeat;
background-position: right calc(0.375em + 0.1875rem) center;
background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
border-color: #dc3545;
box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
padding-right: calc(1.5em + 0.75rem);
background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .custom-select:invalid, .custom-select.is-invalid {
border-color: #dc3545;
padding-right: calc(0.75em + 2.3125rem);
background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e") center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat;
}
.was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
border-color: #dc3545;
box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
color: #dc3545;
}
.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
display: block;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
color: #dc3545;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
border-color: #dc3545;
}
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
border-color: rgb(227.5316455696, 96.4683544304, 109.0253164557);
background-color: rgb(227.5316455696, 96.4683544304, 109.0253164557);
}
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
border-color: #dc3545;
}

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
border-color: #dc3545;
}
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
border-color: #dc3545;
box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.form-inline {
display: flex;
flex-flow: row wrap;
align-items: center;
}
.form-inline .form-check {
width: 100%;
}
@media (min-width: 576px) {
.form-inline label {
display: flex;
align-items: center;
justify-content: center;
margin-bottom: 0;
}
.form-inline .form-group {
display: flex;
flex: 0 0 auto;
flex-flow: row wrap;
align-items: center;
margin-bottom: 0;
}
.form-inline .form-control {
display: inline-block;
width: auto;
vertical-align: middle;
}
.form-inline .form-control-plaintext {
display: inline-block;
}
.form-inline .input-group,
.form-inline .custom-select {
width: auto;
}
.form-inline .form-check {
display: flex;
align-items: center;
justify-content: center;
width: auto;
padding-left: 0;
}
.form-inline .form-check-input {
position: relative;
flex-shrink: 0;
margin-top: 0;
margin-right: 0.25rem;
margin-left: 0;
}
.form-inline .custom-control {
align-items: center;
justify-content: center;
}
.form-inline .custom-control-label {
margin-bottom: 0;
}
}

.btn {
display: inline-block;
font-weight: 400;
color: #212529;
text-align: center;
vertical-align: middle;
user-select: none;
background-color: transparent;
border: 1px solid transparent;
padding: 0.375rem 0.75rem;
font-size: 1rem;
line-height: 1.5;
border-radius: 0.25rem;
transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
.btn {
transition: none;
}
}
.btn:hover {
color: #212529;
text-decoration: none;
}
.btn:focus, .btn.focus {
outline: 0;
box-shadow: 0 0 0 0.2rem rgba(241, 187, 194, 0.25);
}
.btn.disabled, .btn:disabled {
opacity: 0.65;
}
.btn:not(:disabled):not(.disabled) {
cursor: pointer;
}
a.btn.disabled,
fieldset:disabled a.btn {
pointer-events: none;
}

.btn-primary {
color: #fff;
background-color: #007bff;
border-color: #007bff;
}
.btn-primary:hover {
color: #fff;
background-color: rgb(0, 104.55, 216.75);
border-color: rgb(0, 98.4, 204);
}
.btn-primary:focus, .btn-primary.focus {
color: #fff;
background-color: rgb(0, 104.55, 216.75);
border-color: rgb(0, 98.4, 204);
box-shadow: 0 0 0 0.2rem rgba(38.25, 142.8, 255, 0.5);
}
.btn-primary.disabled, .btn-primary:disabled {
color: #fff;
background-color: #007bff;
border-color: #007bff;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
color: #fff;
background-color: rgb(0, 98.4, 204);
border-color: rgb(0, 92.25, 191.25);

}
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(249, 146, 162, 0.5) !important;
}

.btn-secondary {
color: #fff;
background-color: #6c757d;
border-color: #6c757d;
}
.btn-secondary:hover {
color: #fff;
background-color: rgb(90.2703862661, 97.7929184549, 104.4796137339);
border-color: rgb(84.3605150215, 91.3905579399, 97.6394849785);
}
.btn-secondary:focus, .btn-secondary.focus {
color: #fff;
background-color: rgb(90.2703862661, 97.7929184549, 104.4796137339);
border-color: rgb(84.3605150215, 91.3905579399, 97.6394849785);
box-shadow: 0 0 0 0.2rem rgba(130.05, 137.7, 144.5, 0.5);
}
.btn-secondary.disabled, .btn-secondary:disabled {
color: #fff;
background-color: #6c757d;
border-color: #6c757d;
}
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
color: #fff;
background-color: rgb(84.3605150215, 91.3905579399, 97.6394849785);
border-color: rgb(78.4506437768, 84.9881974249, 90.7993562232);
}
.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(130.05, 137.7, 144.5, 0.5);
}

.btn-success {
color: #fff;
background-color: #28a745;
border-color: #28a745;
}
.btn-success:hover {
color: #fff;
background-color: rgb(32.6086956522, 136.1413043478, 56.25);
border-color: rgb(30.1449275362, 125.8550724638, 52);
}
.btn-success:focus, .btn-success.focus {
color: #fff;
background-color: rgb(32.6086956522, 136.1413043478, 56.25);
border-color: rgb(30.1449275362, 125.8550724638, 52);
box-shadow: 0 0 0 0.2rem rgba(72.25, 180.2, 96.9, 0.5);
}
.btn-success.disabled, .btn-success:disabled {
color: #fff;
background-color: #28a745;
border-color: #28a745;
}
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
color: #fff;
background-color: rgb(30.1449275362, 125.8550724638, 52);
border-color: rgb(27.6811594203, 115.5688405797, 47.75);
}
.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .show > .btn-success.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(72.25, 180.2, 96.9, 0.5);
}

.btn-info {
color: #fff;
background-color: #17a2b8;
border-color: #17a2b8;
}
.btn-info:hover {
color: #fff;
background-color: rgb(18.75, 132.0652173913, 150);
border-color: rgb(17.3333333333, 122.0869565217, 138.6666666667);
}
.btn-info:focus, .btn-info.focus {
color: #fff;
background-color: rgb(18.75, 132.0652173913, 150);
border-color: rgb(17.3333333333, 122.0869565217, 138.6666666667);
box-shadow: 0 0 0 0.2rem rgba(57.8, 175.95, 194.65, 0.5);
}
.btn-info.disabled, .btn-info:disabled {
color: #fff;
background-color: #17a2b8;
border-color: #17a2b8;
}
.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle {
color: #fff;
background-color: rgb(17.3333333333, 122.0869565217, 138.6666666667);
border-color: rgb(15.9166666667, 112.1086956522, 127.3333333333);
}
.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus, .show > .btn-info.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(57.8, 175.95, 194.65, 0.5);
}

.btn-warning {
color: #212529;
background-color: #ffc107;
border-color: #ffc107;
}
.btn-warning:hover {
color: #212529;
background-color: rgb(223.75, 167.8125, 0);
border-color: rgb(211, 158.25, 0);
}
.btn-warning:focus, .btn-warning.focus {
color: #212529;
background-color: rgb(223.75, 167.8125, 0);
border-color: rgb(211, 158.25, 0);
box-shadow: 0 0 0 0.2rem rgba(221.7, 169.6, 12.1, 0.5);
}
.btn-warning.disabled, .btn-warning:disabled {
color: #212529;
background-color: #ffc107;
border-color: #ffc107;
}
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
color: #212529;
background-color: rgb(211, 158.25, 0);
border-color: rgb(198.25, 148.6875, 0);
}
.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-warning.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(221.7, 169.6, 12.1, 0.5);
}

.btn-danger {
color: #fff;
background-color: #dc3545;
border-color: #dc3545;
}
.btn-danger:hover {
color: #fff;
background-color: rgb(200.082278481, 34.667721519, 50.5158227848);
border-color: rgb(189.2151898734, 32.7848101266, 47.7721518987);
}
.btn-danger:focus, .btn-danger.focus {
color: #fff;
background-color: rgb(200.082278481, 34.667721519, 50.5158227848);
border-color: rgb(189.2151898734, 32.7848101266, 47.7721518987);
box-shadow: 0 0 0 0.2rem rgba(225.25, 83.3, 96.9, 0.5);
}
.btn-danger.disabled, .btn-danger:disabled {
color: #fff;
background-color: #dc3545;
border-color: #dc3545;
}
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
color: #fff;
background-color: rgb(189.2151898734, 32.7848101266, 47.7721518987);
border-color: rgb(178.3481012658, 30.9018987342, 45.0284810127);
}
.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-danger.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(225.25, 83.3, 96.9, 0.5);
}

.btn-light {
color: #212529;
background-color: #f8f9fa;
border-color: #f8f9fa;
}
.btn-light:hover {
color: #212529;
background-color: rgb(225.6875, 229.875, 234.0625);
border-color: rgb(218.25, 223.5, 228.75);
}
.btn-light:focus, .btn-light.focus {
color: #212529;
background-color: rgb(225.6875, 229.875, 234.0625);
border-color: rgb(218.25, 223.5, 228.75);
box-shadow: 0 0 0 0.2rem rgba(215.75, 217.2, 218.65, 0.5);
}
.btn-light.disabled, .btn-light:disabled {
color: #212529;
background-color: #f8f9fa;
border-color: #f8f9fa;
}
.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show > .btn-light.dropdown-toggle {
color: #212529;
background-color: rgb(218.25, 223.5, 228.75);
border-color: rgb(210.8125, 217.125, 223.4375);
}
.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus, .show > .btn-light.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(215.75, 217.2, 218.65, 0.5);
}

.btn-dark {
color: #fff;
background-color: #343a40;
border-color: #343a40;
}
.btn-dark:hover {
color: #fff;
background-color: rgb(34.8534482759, 38.875, 42.8965517241);
border-color: rgb(29.1379310345, 32.5, 35.8620689655);
}
.btn-dark:focus, .btn-dark.focus {
color: #fff;
background-color: rgb(34.8534482759, 38.875, 42.8965517241);
border-color: rgb(29.1379310345, 32.5, 35.8620689655);
box-shadow: 0 0 0 0.2rem rgba(82.45, 87.55, 92.65, 0.5);
}
.btn-dark.disabled, .btn-dark:disabled {
color: #fff;
background-color: #343a40;
border-color: #343a40;
}
.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show > .btn-dark.dropdown-toggle {
color: #fff;
background-color: rgb(29.1379310345, 32.5, 35.8620689655);
border-color: rgb(23.4224137931, 26.125, 28.8275862069);
}
.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-dark.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(82.45, 87.55, 92.65, 0.5);
}

.btn-outline-primary {
color: #007bff;
border-color: #007bff;
}
.btn-outline-primary:hover {
color: #fff;
background-color: #007bff;
border-color: #007bff;
}
.btn-outline-primary:focus, .btn-outline-primary.focus {
box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
color: #007bff;
background-color: transparent;
}
.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {
color: #fff;
background-color: #007bff;
border-color: #007bff;
}
.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-outline-secondary {
color: #6c757d;
border-color: #6c757d;
}
.btn-outline-secondary:hover {
color: #fff;
background-color: #6c757d;
border-color: #6c757d;
}
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
color: #6c757d;
background-color: transparent;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary.dropdown-toggle {
color: #fff;
background-color: #6c757d;
border-color: #6c757d;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-success {
color: #28a745;
border-color: #28a745;
}
.btn-outline-success:hover {
color: #fff;
background-color: #28a745;
border-color: #28a745;
}
.btn-outline-success:focus, .btn-outline-success.focus {
box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-outline-success.disabled, .btn-outline-success:disabled {
color: #28a745;
background-color: transparent;
}
.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active, .show > .btn-outline-success.dropdown-toggle {
color: #fff;
background-color: #28a745;
border-color: #28a745;
}
.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-success.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-info {
color: #17a2b8;
border-color: #17a2b8;
}
.btn-outline-info:hover {
color: #fff;
background-color: #17a2b8;
border-color: #17a2b8;
}
.btn-outline-info:focus, .btn-outline-info.focus {
box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-outline-info.disabled, .btn-outline-info:disabled {
color: #17a2b8;
background-color: transparent;
}
.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active, .show > .btn-outline-info.dropdown-toggle {
color: #fff;
background-color: #17a2b8;
border-color: #17a2b8;
}
.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-info.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-warning {
color: #ffc107;
border-color: #ffc107;
}
.btn-outline-warning:hover {
color: #212529;
background-color: #ffc107;
border-color: #ffc107;
}
.btn-outline-warning:focus, .btn-outline-warning.focus {
box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
color: #ffc107;
background-color: transparent;
}
.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active, .show > .btn-outline-warning.dropdown-toggle {
color: #212529;
background-color: #ffc107;
border-color: #ffc107;
}
.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-warning.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-danger {
color: #dc3545;
border-color: #dc3545;
}
.btn-outline-danger:hover {
color: #fff;
background-color: #dc3545;
border-color: #dc3545;
}
.btn-outline-danger:focus, .btn-outline-danger.focus {
box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
color: #dc3545;
background-color: transparent;
}
.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active, .show > .btn-outline-danger.dropdown-toggle {
color: #fff;
background-color: #dc3545;
border-color: #dc3545;
}
.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-danger.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-light {
color: #f8f9fa;
border-color: #f8f9fa;
}
.btn-outline-light:hover {
color: #212529;
background-color: #f8f9fa;
border-color: #f8f9fa;
}
.btn-outline-light:focus, .btn-outline-light.focus {
box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-outline-light.disabled, .btn-outline-light:disabled {
color: #f8f9fa;
background-color: transparent;
}
.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active, .show > .btn-outline-light.dropdown-toggle {
color: #212529;
background-color: #f8f9fa;
border-color: #f8f9fa;
}
.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-light.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-dark {
color: #343a40;
border-color: #343a40;
}
.btn-outline-dark:hover {
color: #fff;
background-color: #343a40;
border-color: #343a40;
}
.btn-outline-dark:focus, .btn-outline-dark.focus {
box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
color: #343a40;
background-color: transparent;
}
.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active, .show > .btn-outline-dark.dropdown-toggle {
color: #fff;
background-color: #343a40;
border-color: #343a40;
}
.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-dark.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-link {
font-weight: 400;
color: #007bff;
text-decoration: none;
}
.btn-link:hover {
color: rgb(0, 86.1, 178.5);
text-decoration: underline;
}
.btn-link:focus, .btn-link.focus {
text-decoration: underline;
}
.btn-link:disabled, .btn-link.disabled {
color: #6c757d;
pointer-events: none;
}

.btn-lg, .btn-group-lg > .btn {
padding: 0.5rem 1rem;
font-size: 1.25rem;
line-height: 1.5;
border-radius: 0.3rem;
}

.btn-sm, .btn-group-sm > .btn {
padding: 0.25rem 0.5rem;
font-size: 0.875rem;
line-height: 1.5;
border-radius: 0.2rem;
}

.btn-block {
display: block;
width: 100%;
}
.btn-block + .btn-block {
margin-top: 0.5rem;
}

input[type=submit].btn-block,
input[type=reset].btn-block,
input[type=button].btn-block {
width: 100%;
}

.fade {
transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
.fade {
transition: none;
}
}
.fade:not(.show) {
opacity: 0;
}

.collapse:not(.show) {
display: none;
}

.collapsing {
position: relative;
height: 0;
overflow: hidden;
transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
.collapsing {
transition: none;
}
}

.dropup,
.dropright,
.dropdown,
.dropleft {
position: relative;
}

.dropdown-toggle {
white-space: nowrap;
}
.dropdown-toggle::after {
display: inline-block;
margin-left: 0.255em;
vertical-align: 0.255em;
content: "";
border-top: 0.3em solid;
border-right: 0.3em solid transparent;
border-bottom: 0;
border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty::after {
margin-left: 0;
}

.dropdown-menu {
position: absolute;
top: 100%;
left: 0;
z-index: 1000;
display: none;
float: left;
min-width: 10rem;
padding: 0.5rem 0;
margin: 0.125rem 0 0;
font-size: 1rem;
color: #212529;
text-align: left;
list-style: none;
background-color: #fff;
background-clip: padding-box;
border: 1px solid rgba(0, 0, 0, 0.15);
border-radius: 0.25rem;
}

.dropdown-menu-left {
right: auto;
left: 0;
}

.dropdown-menu-right {
right: 0;
left: auto;
}

@media (min-width: 576px) {
.dropdown-menu-sm-left {
right: auto;
left: 0;
}
.dropdown-menu-sm-right {
right: 0;
left: auto;
}
}
@media (min-width: 768px) {
.dropdown-menu-md-left {
right: auto;
left: 0;
}
.dropdown-menu-md-right {
right: 0;
left: auto;
}
}
@media (min-width: 992px) {
.dropdown-menu-lg-left {
right: auto;
left: 0;
}
.dropdown-menu-lg-right {
right: 0;
left: auto;
}
}
@media (min-width: 1200px) {
.dropdown-menu-xl-left {
right: auto;
left: 0;
}
.dropdown-menu-xl-right {
right: 0;
left: auto;
}
}
.dropup .dropdown-menu {
top: auto;
bottom: 100%;
margin-top: 0;
margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle::after {
display: inline-block;
margin-left: 0.255em;
vertical-align: 0.255em;
content: "";
border-top: 0;
border-right: 0.3em solid transparent;
border-bottom: 0.3em solid;
border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
margin-left: 0;
}

.dropright .dropdown-menu {
top: 0;
right: auto;
left: 100%;
margin-top: 0;
margin-left: 0.125rem;
}
.dropright .dropdown-toggle::after {
display: inline-block;
margin-left: 0.255em;
vertical-align: 0.255em;
content: "";
border-top: 0.3em solid transparent;
border-right: 0;
border-bottom: 0.3em solid transparent;
border-left: 0.3em solid;
}
.dropright .dropdown-toggle:empty::after {
margin-left: 0;
}
.dropright .dropdown-toggle::after {
vertical-align: 0;
}

.dropleft .dropdown-menu {
top: 0;
right: 100%;
left: auto;
margin-top: 0;
margin-right: 0.125rem;
}
.dropleft .dropdown-toggle::after {
display: inline-block;
margin-left: 0.255em;
vertical-align: 0.255em;
content: "";
}
.dropleft .dropdown-toggle::after {
display: none;
}
.dropleft .dropdown-toggle::before {
display: inline-block;
margin-right: 0.255em;
vertical-align: 0.255em;
content: "";
border-top: 0.3em solid transparent;
border-right: 0.3em solid;
border-bottom: 0.3em solid transparent;
}
.dropleft .dropdown-toggle:empty::after {
margin-left: 0;
}
.dropleft .dropdown-toggle::before {
vertical-align: 0;
}

.dropdown-menu[x-placement^=top], .dropdown-menu[x-placement^=right], .dropdown-menu[x-placement^=bottom], .dropdown-menu[x-placement^=left] {
right: auto;
bottom: auto;
}

.dropdown-divider {
height: 0;
margin: 0.5rem 0;
overflow: hidden;
border-top: 1px solid #e9ecef;
}

.dropdown-item {
display: block;
width: 100%;
padding: 0.25rem 1.5rem;
clear: both;
font-weight: 400;
color: #212529;
text-align: inherit;
white-space: nowrap;
background-color: transparent;
border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
color: rgb(21.6283783784, 24.25, 26.8716216216);
text-decoration: none;
background-color: #e9ecef;
}
.dropdown-item.active, .dropdown-item:active {
color: #fff;
text-decoration: none;
background-color: #007bff;
}
.dropdown-item.disabled, .dropdown-item:disabled {
color: #adb5bd;
pointer-events: none;
background-color: transparent;
}

.dropdown-menu.show {
display: block;
}

.dropdown-header {
display: block;
padding: 0.5rem 1.5rem;
margin-bottom: 0;
font-size: 0.875rem;
color: #6c757d;
white-space: nowrap;
}

.dropdown-item-text {
display: block;
padding: 0.25rem 1.5rem;
color: #212529;
}

.btn-group,
.btn-group-vertical {
position: relative;
display: inline-flex;
vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
position: relative;
flex: 1 1 auto;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
z-index: 1;
}
.btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
z-index: 1;
}

.btn-toolbar {
display: flex;
flex-wrap: wrap;
justify-content: flex-start;
}
.btn-toolbar .input-group {
width: auto;
}

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
margin-left: -1px;
}
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
border-top-left-radius: 0;
border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
padding-right: 0.5625rem;
padding-left: 0.5625rem;
}
.dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropright .dropdown-toggle-split::after {
margin-left: 0;
}
.dropleft .dropdown-toggle-split::before {
margin-right: 0;
}

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
padding-right: 0.375rem;
padding-left: 0.375rem;
}

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
padding-right: 0.75rem;
padding-left: 0.75rem;
}

.btn-group-vertical {
flex-direction: column;
align-items: flex-start;
justify-content: center;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
width: 100%;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
margin-top: -1px;
}
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
border-bottom-right-radius: 0;
border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
border-top-left-radius: 0;
border-top-right-radius: 0;
}

.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
margin-bottom: 0;
}
.btn-group-toggle > .btn input[type=radio],
.btn-group-toggle > .btn input[type=checkbox],
.btn-group-toggle > .btn-group > .btn input[type=radio],
.btn-group-toggle > .btn-group > .btn input[type=checkbox] {
position: absolute;
clip: rect(0, 0, 0, 0);
pointer-events: none;
}

.input-group {
position: relative;
display: flex;
flex-wrap: wrap;
align-items: stretch;
width: 100%;
}
.input-group > .form-control,
.input-group > .form-control-plaintext,
.input-group > .custom-select,
.input-group > .custom-file {
position: relative;
flex: 1 1 auto;
width: 1%;
min-width: 0;
margin-bottom: 0;
}
.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .form-control-plaintext + .form-control,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
margin-left: -1px;
}
.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
z-index: 3;
}
.input-group > .custom-file .custom-file-input:focus {
z-index: 4;
}
.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
border-top-left-radius: 0;
border-bottom-left-radius: 0;
}
.input-group > .custom-file {
display: flex;
align-items: center;
}
.input-group > .custom-file:not(:last-child) .custom-file-label, .input-group > .custom-file:not(:first-child) .custom-file-label {
border-top-left-radius: 0;
border-bottom-left-radius: 0;
}
.input-group:not(.has-validation) > .form-control:not(:last-child),
.input-group:not(.has-validation) > .custom-select:not(:last-child),
.input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label::after {
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
.input-group.has-validation > .form-control:nth-last-child(n+3),
.input-group.has-validation > .custom-select:nth-last-child(n+3),
.input-group.has-validation > .custom-file:nth-last-child(n+3) .custom-file-label::after {
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}

.input-group-prepend,
.input-group-append {
display: flex;
}
.input-group-prepend .btn,
.input-group-append .btn {
position: relative;
z-index: 2;
}
.input-group-prepend .btn:focus,
.input-group-append .btn:focus {
z-index: 3;
}
.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
margin-left: -1px;
}

.input-group-prepend {
margin-right: -1px;
}

.input-group-append {
margin-left: -1px;
}

.input-group-text {
display: flex;
align-items: center;
padding: 0.375rem 0.75rem;
margin-bottom: 0;
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
color: #495057;
text-align: center;
white-space: nowrap;
background-color: #e9ecef;
border: 1px solid #ced4da;
border-radius: 0.25rem;
}
.input-group-text input[type=radio],
.input-group-text input[type=checkbox] {
margin-top: 0;
}

.input-group-lg > .form-control:not(textarea),
.input-group-lg > .custom-select {
height: calc(1.5em + 1rem + 2px);
}

.input-group-lg > .form-control,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
padding: 0.5rem 1rem;
font-size: 1.25rem;
line-height: 1.5;
border-radius: 0.3rem;
}

.input-group-sm > .form-control:not(textarea),
.input-group-sm > .custom-select {
height: calc(1.5em + 0.5rem + 2px);
}

.input-group-sm > .form-control,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
padding: 0.25rem 0.5rem;
font-size: 0.875rem;
line-height: 1.5;
border-radius: 0.2rem;
}

.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
padding-right: 1.75rem;
}

.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .btn,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .input-group-text,
.input-group.has-validation > .input-group-append:nth-last-child(n+3) > .btn,
.input-group.has-validation > .input-group-append:nth-last-child(n+3) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}

.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
border-top-left-radius: 0;
border-bottom-left-radius: 0;
}

.custom-control {
position: relative;
z-index: 1;
display: block;
min-height: 1.5rem;
padding-left: 1.5rem;
color-adjust: exact;
}

.custom-control-inline {
display: inline-flex;
margin-right: 1rem;
}

.custom-control-input {
position: absolute;
left: 0;
z-index: -1;
width: 1rem;
height: 1.25rem;
opacity: 0;
}
.custom-control-input:checked ~ .custom-control-label::before {
color: #fff;
border-color: #007bff;
background-color: #007bff;
}
.custom-control-input:focus ~ .custom-control-label::before {
box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
border-color: rgb(127.5, 189, 255);
}
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
color: #fff;
background-color: rgb(178.5, 215.4, 255);
border-color: rgb(178.5, 215.4, 255);
}
.custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
color: #6c757d;
}
.custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
background-color: #e9ecef;
}

.custom-control-label {
position: relative;
margin-bottom: 0;
vertical-align: top;
}
.custom-control-label::before {
position: absolute;
top: 0.25rem;
left: -1.5rem;
display: block;
width: 1rem;
height: 1rem;
pointer-events: none;
content: "";
background-color: #fff;
border: #adb5bd solid 1px;
}
.custom-control-label::after {
position: absolute;
top: 0.25rem;
left: -1.5rem;
display: block;
width: 1rem;
height: 1rem;
content: "";
background: 50%/50% 50% no-repeat;
}

.custom-checkbox .custom-control-label::before {
border-radius: 0.25rem;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
border-color: #007bff;
background-color: #007bff;
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
background-color: rgba(0, 123, 255, 0.5);
}
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
background-color: rgba(0, 123, 255, 0.5);
}

.custom-radio .custom-control-label::before {
border-radius: 50%;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
background-color: rgba(0, 123, 255, 0.5);
}

.custom-switch {
padding-left: 2.25rem;
}
.custom-switch .custom-control-label::before {
left: -2.25rem;
width: 1.75rem;
pointer-events: all;
border-radius: 0.5rem;
}
.custom-switch .custom-control-label::after {
top: calc(0.25rem + 2px);
left: calc(-2.25rem + 2px);
width: calc(1rem - 4px);
height: calc(1rem - 4px);
background-color: #adb5bd;
border-radius: 0.5rem;
transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
.custom-switch .custom-control-label::after {
transition: none;
}
}
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
background-color: #fff;
transform: translateX(0.75rem);
}
.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
background-color: rgba(0, 123, 255, 0.5);
}

.custom-select {
display: inline-block;
width: 100%;
height: calc(1.5em + 0.75rem + 2px);
padding: 0.375rem 1.75rem 0.375rem 0.75rem;
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
color: #495057;
vertical-align: middle;
background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat;
border: 1px solid #ced4da;
border-radius: 0.25rem;
appearance: none;
}
.custom-select:focus {
border-color: rgb(127.5, 189, 255);
outline: 0;
box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-select:focus::-ms-value {
color: #495057;
background-color: #fff;
}
.custom-select[multiple], .custom-select[size]:not([size="1"]) {
height: auto;
padding-right: 0.75rem;
background-image: none;
}
.custom-select:disabled {
color: #6c757d;
background-color: #e9ecef;
}
.custom-select::-ms-expand {
display: none;
}
.custom-select:-moz-focusring {
color: transparent;
text-shadow: 0 0 0 #495057;
}

.custom-select-sm {
height: calc(1.5em + 0.5rem + 2px);
padding-top: 0.25rem;
padding-bottom: 0.25rem;
padding-left: 0.5rem;
font-size: 0.875rem;
}

.custom-select-lg {
height: calc(1.5em + 1rem + 2px);
padding-top: 0.5rem;
padding-bottom: 0.5rem;
padding-left: 1rem;
font-size: 1.25rem;
}

.custom-file {
position: relative;
display: inline-block;
width: 100%;
height: calc(1.5em + 0.75rem + 2px);
margin-bottom: 0;
}

.custom-file-input {
position: relative;
z-index: 2;
width: 100%;
height: calc(1.5em + 0.75rem + 2px);
margin: 0;
overflow: hidden;
opacity: 0;
}
.custom-file-input:focus ~ .custom-file-label {
border-color: rgb(127.5, 189, 255);
box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-file-input[disabled] ~ .custom-file-label, .custom-file-input:disabled ~ .custom-file-label {
background-color: #e9ecef;
}
.custom-file-input:lang(en) ~ .custom-file-label::after {
content: "Browse";
}
.custom-file-input ~ .custom-file-label[data-browse]::after {
content: attr(data-browse);
}

.custom-file-label {
position: absolute;
top: 0;
right: 0;
left: 0;
z-index: 1;
height: calc(1.5em + 0.75rem + 2px);
padding: 0.375rem 0.75rem;
overflow: hidden;
font-weight: 400;
line-height: 1.5;
color: #495057;
background-color: #fff;
border: 1px solid #ced4da;
border-radius: 0.25rem;
}
.custom-file-label::after {
position: absolute;
top: 0;
right: 0;
bottom: 0;
z-index: 3;
display: block;
height: calc(1.5em + 0.75rem);
padding: 0.375rem 0.75rem;
line-height: 1.5;
color: #495057;
content: "Browse";
background-color: #e9ecef;
border-left: inherit;
border-radius: 0 0.25rem 0.25rem 0;
}

.custom-range {
width: 100%;
height: 1.4rem;
padding: 0;
background-color: transparent;
appearance: none;
}
.custom-range:focus {
outline: 0;
}
.custom-range:focus::-webkit-slider-thumb {
box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-range:focus::-moz-range-thumb {
box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-range:focus::-ms-thumb {
box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-range::-moz-focus-outer {
border: 0;
}
.custom-range::-webkit-slider-thumb {
width: 1rem;
height: 1rem;
margin-top: -0.25rem;
background-color: #007bff;
border: 0;
border-radius: 1rem;
transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
appearance: none;
}
@media (prefers-reduced-motion: reduce) {
.custom-range::-webkit-slider-thumb {
transition: none;
}
}
.custom-range::-webkit-slider-thumb:active {
background-color: rgb(178.5, 215.4, 255);
}
.custom-range::-webkit-slider-runnable-track {
width: 100%;
height: 0.5rem;
color: transparent;
cursor: pointer;
background-color: #dee2e6;
border-color: transparent;
border-radius: 1rem;
}
.custom-range::-moz-range-thumb {
width: 1rem;
height: 1rem;
background-color: #007bff;
border: 0;
border-radius: 1rem;
transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
appearance: none;
}
@media (prefers-reduced-motion: reduce) {
.custom-range::-moz-range-thumb {
transition: none;
}
}
.custom-range::-moz-range-thumb:active {
background-color: rgb(178.5, 215.4, 255);
}
.custom-range::-moz-range-track {
width: 100%;
height: 0.5rem;
color: transparent;
cursor: pointer;
background-color: #dee2e6;
border-color: transparent;
border-radius: 1rem;
}
.custom-range::-ms-thumb {
width: 1rem;
height: 1rem;
margin-top: 0;
margin-right: 0.2rem;
margin-left: 0.2rem;
background-color: #007bff;
border: 0;
border-radius: 1rem;
transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
appearance: none;
}
@media (prefers-reduced-motion: reduce) {
.custom-range::-ms-thumb {
transition: none;
}
}
.custom-range::-ms-thumb:active {
background-color: rgb(178.5, 215.4, 255);
}
.custom-range::-ms-track {
width: 100%;
height: 0.5rem;
color: transparent;
cursor: pointer;
background-color: transparent;
border-color: transparent;
border-width: 0.5rem;
}
.custom-range::-ms-fill-lower {
background-color: #dee2e6;
border-radius: 1rem;
}
.custom-range::-ms-fill-upper {
margin-right: 15px;
background-color: #dee2e6;
border-radius: 1rem;
}
.custom-range:disabled::-webkit-slider-thumb {
background-color: #adb5bd;
}
.custom-range:disabled::-webkit-slider-runnable-track {
cursor: default;
}
.custom-range:disabled::-moz-range-thumb {
background-color: #adb5bd;
}
.custom-range:disabled::-moz-range-track {
cursor: default;
}
.custom-range:disabled::-ms-thumb {
background-color: #adb5bd;
}

.custom-control-label::before,
.custom-file-label,
.custom-select {
transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
.custom-control-label::before,
.custom-file-label,
.custom-select {
transition: none;
}
}

.nav {
display: flex;
flex-wrap: wrap;
padding-left: 0;
margin-bottom: 0;
list-style: none;
}

.nav-link {
display: block;
padding: 0.5rem 1rem;
}
.nav-link:hover, .nav-link:focus {
text-decoration: none;
}
.nav-link.disabled {
color: #6c757d;
pointer-events: none;
cursor: default;
}

.nav-tabs {
border-bottom: 1px solid #dee2e6;
}
.nav-tabs .nav-link {
margin-bottom: -1px;
border: 1px solid transparent;
border-top-left-radius: 0.25rem;
border-top-right-radius: 0.25rem;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
border-color: #e9ecef #e9ecef #dee2e6;
}
.nav-tabs .nav-link.disabled {
color: #6c757d;
background-color: transparent;
border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
color: #495057;
background-color: #fff;
border-color: #dee2e6 #dee2e6 #fff;
}
.nav-tabs .dropdown-menu {
margin-top: -1px;
border-top-left-radius: 0;
border-top-right-radius: 0;
}

.nav-pills .nav-link {
border-radius: 0.25rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
color: #fff;
background-color: #007bff;
}

.nav-fill > .nav-link,
.nav-fill .nav-item {
flex: 1 1 auto;
text-align: center;
}

.nav-justified > .nav-link,
.nav-justified .nav-item {
flex-basis: 0;
flex-grow: 1;
text-align: center;
}

.tab-content > .tab-pane {
display: none;
}
.tab-content > .active {
display: block;
}

.navbar {
position: relative;
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: space-between;
padding: 0.5rem 1rem;
}
.navbar .container,
.navbar .container-fluid,
.navbar .container-sm,
.navbar .container-md,
.navbar .container-lg,
.navbar .container-xl {
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: space-between;
}
.navbar-brand {
display: inline-block;
padding-top: 0.3125rem;
padding-bottom: 0.3125rem;
margin-right: 1rem;
font-size: 1.25rem;
line-height: inherit;
white-space: nowrap;
}
.navbar-brand:hover, .navbar-brand:focus {
text-decoration: none;
}

.navbar-nav {
display: flex;
flex-direction: column;
padding-left: 0;
margin-bottom: 0;
list-style: none;
}
.navbar-nav .nav-link {
padding-right: 0;
padding-left: 0;
}
.navbar-nav .dropdown-menu {
position: static;
float: none;
}

.navbar-text {
display: inline-block;
padding-top: 0.5rem;
padding-bottom: 0.5rem;
}

.navbar-collapse {
flex-basis: 100%;
flex-grow: 1;
align-items: center;
}

.navbar-toggler {
padding: 0.25rem 0.75rem;
font-size: 1.25rem;
line-height: 1;
background-color: transparent;
border: 1px solid transparent;
border-radius: 0.25rem;
}
.navbar-toggler:hover, .navbar-toggler:focus {
text-decoration: none;
}

.navbar-toggler-icon {
display: inline-block;
width: 1.5em;
height: 1.5em;
vertical-align: middle;
content: "";
background: 50%/100% 100% no-repeat;
}

.navbar-nav-scroll {
max-height: 75vh;
overflow-y: auto;
}

@media (max-width: 575.98px) {
.navbar-expand-sm > .container,
.navbar-expand-sm > .container-fluid,
.navbar-expand-sm > .container-sm,
.navbar-expand-sm > .container-md,
.navbar-expand-sm > .container-lg,
.navbar-expand-sm > .container-xl {
padding-right: 0;
padding-left: 0;
}
}
@media (min-width: 576px) {
.navbar-expand-sm {
flex-flow: row nowrap;
justify-content: flex-start;
}
.navbar-expand-sm .navbar-nav {
flex-direction: row;
}
.navbar-expand-sm .navbar-nav .dropdown-menu {
position: absolute;
}
.navbar-expand-sm .navbar-nav .nav-link {
padding-right: 0.5rem;
padding-left: 0.5rem;
}
.navbar-expand-sm > .container,
.navbar-expand-sm > .container-fluid,
.navbar-expand-sm > .container-sm,
.navbar-expand-sm > .container-md,
.navbar-expand-sm > .container-lg,
.navbar-expand-sm > .container-xl {
flex-wrap: nowrap;
}
.navbar-expand-sm .navbar-nav-scroll {
overflow: visible;
}
.navbar-expand-sm .navbar-collapse {
display: flex !important;
flex-basis: auto;
}
.navbar-expand-sm .navbar-toggler {
display: none;
}
}
@media (max-width: 767.98px) {
.navbar-expand-md > .container,
.navbar-expand-md > .container-fluid,
.navbar-expand-md > .container-sm,
.navbar-expand-md > .container-md,
.navbar-expand-md > .container-lg,
.navbar-expand-md > .container-xl {
padding-right: 0;
padding-left: 0;
}
}
@media (min-width: 768px) {
.navbar-expand-md {
flex-flow: row nowrap;
justify-content: flex-start;
}
.navbar-expand-md .navbar-nav {
flex-direction: row;
}
.navbar-expand-md .navbar-nav .dropdown-menu {
position: absolute;
}
.navbar-expand-md .navbar-nav .nav-link {
padding-right: 0.5rem;
padding-left: 0.5rem;
}
.navbar-expand-md > .container,
.navbar-expand-md > .container-fluid,
.navbar-expand-md > .container-sm,
.navbar-expand-md > .container-md,
.navbar-expand-md > .container-lg,
.navbar-expand-md > .container-xl {
flex-wrap: nowrap;
}
.navbar-expand-md .navbar-nav-scroll {
overflow: visible;
}
.navbar-expand-md .navbar-collapse {
display: flex !important;
flex-basis: auto;
}
.navbar-expand-md .navbar-toggler {
display: none;
}
}
@media (max-width: 991.98px) {
.navbar-expand-lg > .container,
.navbar-expand-lg > .container-fluid,
.navbar-expand-lg > .container-sm,
.navbar-expand-lg > .container-md,
.navbar-expand-lg > .container-lg,
.navbar-expand-lg > .container-xl {
padding-right: 0;
padding-left: 0;
}
}
@media (min-width: 992px) {
.navbar-expand-lg {
flex-flow: row nowrap;
justify-content: flex-start;
}
.navbar-expand-lg .navbar-nav {
flex-direction: row;
}
.navbar-expand-lg .navbar-nav .dropdown-menu {
position: absolute;
}
.navbar-expand-lg .navbar-nav .nav-link {
padding-right: 0.5rem;
padding-left: 0.5rem;
}
.navbar-expand-lg > .container,
.navbar-expand-lg > .container-fluid,
.navbar-expand-lg > .container-sm,
.navbar-expand-lg > .container-md,
.navbar-expand-lg > .container-lg,
.navbar-expand-lg > .container-xl {
flex-wrap: nowrap;
}
.navbar-expand-lg .navbar-nav-scroll {
overflow: visible;
}
.navbar-expand-lg .navbar-collapse {
display: flex !important;
flex-basis: auto;
}
.navbar-expand-lg .navbar-toggler {
display: none;
}
}
@media (max-width: 1199.98px) {
.navbar-expand-xl > .container,
.navbar-expand-xl > .container-fluid,
.navbar-expand-xl > .container-sm,
.navbar-expand-xl > .container-md,
.navbar-expand-xl > .container-lg,
.navbar-expand-xl > .container-xl {
padding-right: 0;
padding-left: 0;
}
}
@media (min-width: 1200px) {
.navbar-expand-xl {
flex-flow: row nowrap;
justify-content: flex-start;
}
.navbar-expand-xl .navbar-nav {
flex-direction: row;
}
.navbar-expand-xl .navbar-nav .dropdown-menu {
position: absolute;
}
.navbar-expand-xl .navbar-nav .nav-link {
padding-right: 0.5rem;
padding-left: 0.5rem;
}
.navbar-expand-xl > .container,
.navbar-expand-xl > .container-fluid,
.navbar-expand-xl > .container-sm,
.navbar-expand-xl > .container-md,
.navbar-expand-xl > .container-lg,
.navbar-expand-xl > .container-xl {
flex-wrap: nowrap;
}
.navbar-expand-xl .navbar-nav-scroll {
overflow: visible;
}
.navbar-expand-xl .navbar-collapse {
display: flex !important;
flex-basis: auto;
}
.navbar-expand-xl .navbar-toggler {
display: none;
}
}
.navbar-expand {
flex-flow: row nowrap;
justify-content: flex-start;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-sm,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl {
padding-right: 0;
padding-left: 0;
}
.navbar-expand .navbar-nav {
flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
padding-right: 0.5rem;
padding-left: 0.5rem;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-sm,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl {
flex-wrap: nowrap;
}
.navbar-expand .navbar-nav-scroll {
overflow: visible;
}
.navbar-expand .navbar-collapse {
display: flex !important;
flex-basis: auto;
}
.navbar-expand .navbar-toggler {
display: none;
}

.navbar-light .navbar-brand {
color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-nav .nav-link {
color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
color: rgba(0, 0, 0, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled {
color: rgba(0, 0, 0, 0.3);
}
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-toggler {
color: rgba(0, 0, 0, 0.5);
border-color: rgba(0, 0, 0, 0.1);
}
.navbar-light .navbar-toggler-icon {
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-light .navbar-text {
color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-text a {
color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
color: #fff;
}
.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
color: #fff;
}
.navbar-dark .navbar-nav .nav-link {
color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
color: rgba(255, 255, 255, 0.75);
}
.navbar-dark .navbar-nav .nav-link.disabled {
color: rgba(255, 255, 255, 0.25);
}
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
color: #fff;
}
.navbar-dark .navbar-toggler {
color: rgba(255, 255, 255, 0.5);
border-color: rgba(255, 255, 255, 0.1);
}
.navbar-dark .navbar-toggler-icon {
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-dark .navbar-text {
color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-text a {
color: #fff;
}
.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
color: #fff;
}

.card {
position: relative;
display: flex;
flex-direction: column;
min-width: 0;
word-wrap: break-word;
background-color: #fff;
background-clip: border-box;
border: 1px solid rgba(0, 0, 0, 0.125);
border-radius: 0.25rem;
}
.card > hr {
margin-right: 0;
margin-left: 0;
}
.card > .list-group {
border-top: inherit;
border-bottom: inherit;
}
.card > .list-group:first-child {
border-top-width: 0;
border-top-left-radius: calc(0.25rem - 1px);
border-top-right-radius: calc(0.25rem - 1px);
}
.card > .list-group:last-child {
border-bottom-width: 0;
border-bottom-right-radius: calc(0.25rem - 1px);
border-bottom-left-radius: calc(0.25rem - 1px);
}
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
border-top: 0;
}

.card-body {
flex: 1 1 auto;
min-height: 1px;
padding: 1.25rem;
}

.card-title {
margin-bottom: 0.75rem;
}

.card-subtitle {
margin-top: -0.375rem;
margin-bottom: 0;
}

.card-text:last-child {
margin-bottom: 0;
}

.card-link:hover {
text-decoration: none;
}
.card-link + .card-link {
margin-left: 1.25rem;
}

.card-header {
padding: 0.75rem 1.25rem;
margin-bottom: 0;
background-color: rgba(0, 0, 0, 0.03);
border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.card-header:first-child {
border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card-footer {
padding: 0.75rem 1.25rem;
background-color: rgba(0, 0, 0, 0.03);
border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.card-footer:last-child {
border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.card-header-tabs {
margin-right: -0.625rem;
margin-bottom: -0.75rem;
margin-left: -0.625rem;
border-bottom: 0;
}

.card-header-pills {
margin-right: -0.625rem;
margin-left: -0.625rem;
}

.card-img-overlay {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
padding: 1.25rem;
border-radius: calc(0.25rem - 1px);
}

.card-img,
.card-img-top,
.card-img-bottom {
flex-shrink: 0;
width: 100%;
}

.card-img,
.card-img-top {
border-top-left-radius: calc(0.25rem - 1px);
border-top-right-radius: calc(0.25rem - 1px);
}

.card-img,
.card-img-bottom {
border-bottom-right-radius: calc(0.25rem - 1px);
border-bottom-left-radius: calc(0.25rem - 1px);
}

.card-deck .card {
margin-bottom: 15px;
}
@media (min-width: 576px) {
.card-deck {
display: flex;
flex-flow: row wrap;
margin-right: -15px;
margin-left: -15px;
}
.card-deck .card {
flex: 1 0 0%;
margin-right: 15px;
margin-bottom: 0;
margin-left: 15px;
}
}

.card-group > .card {
margin-bottom: 15px;
}
@media (min-width: 576px) {
.card-group {
display: flex;
flex-flow: row wrap;
}
.card-group > .card {
flex: 1 0 0%;
margin-bottom: 0;
}
.card-group > .card + .card {
margin-left: 0;
border-left: 0;
}
.card-group > .card:not(:last-child) {
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
.card-group > .card:not(:last-child) .card-img-top,
.card-group > .card:not(:last-child) .card-header {
border-top-right-radius: 0;
}
.card-group > .card:not(:last-child) .card-img-bottom,
.card-group > .card:not(:last-child) .card-footer {
border-bottom-right-radius: 0;
}
.card-group > .card:not(:first-child) {
border-top-left-radius: 0;
border-bottom-left-radius: 0;
}
.card-group > .card:not(:first-child) .card-img-top,
.card-group > .card:not(:first-child) .card-header {
border-top-left-radius: 0;
}
.card-group > .card:not(:first-child) .card-img-bottom,
.card-group > .card:not(:first-child) .card-footer {
border-bottom-left-radius: 0;
}
}

.card-columns .card {
margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
.card-columns {
column-count: 3;
column-gap: 1.25rem;
orphans: 1;
widows: 1;
}
.card-columns .card {
display: inline-block;
width: 100%;
}
}

.accordion {
overflow-anchor: none;
}
.accordion > .card {
overflow: hidden;
}
.accordion > .card:not(:last-of-type) {
border-bottom: 0;
border-bottom-right-radius: 0;
border-bottom-left-radius: 0;
}
.accordion > .card:not(:first-of-type) {
border-top-left-radius: 0;
border-top-right-radius: 0;
}
.accordion > .card > .card-header {
border-radius: 0;
margin-bottom: -1px;
}

.breadcrumb {
display: flex;
flex-wrap: wrap;
padding: 0.75rem 1rem;
margin-bottom: 1rem;
list-style: none;
background-color: #e9ecef;
border-radius: 0.25rem;
}

.breadcrumb-item + .breadcrumb-item {
padding-left: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item::before {
float: left;
padding-right: 0.5rem;
color: #6c757d;
content: "/";
}
.breadcrumb-item + .breadcrumb-item:hover::before {
text-decoration: underline;
}
.breadcrumb-item + .breadcrumb-item:hover::before {
text-decoration: none;
}
.breadcrumb-item.active {
color: #6c757d;
}

.pagination {
display: flex;
padding-left: 0;
list-style: none;
border-radius: 0.25rem;
justify-content:end;
}

.page-link {
position: relative;
display: block;
padding: 0.5rem 0.75rem;
margin-left: -1px;
line-height: 1.25;
color: #007bff;
background-color: #fff;
border: 1px solid #dee2e6;
}
.page-link:hover {
z-index: 2;
color: rgb(0, 86.1, 178.5);
text-decoration: none;
background-color: #e9ecef;
border-color: #dee2e6;
}
.page-link:focus {
z-index: 3;
outline: 0;
box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.page-item:first-child .page-link {
margin-left: 0;
border-top-left-radius: 0.25rem;
border-bottom-left-radius: 0.25rem;
}
.page-item:last-child .page-link {
border-top-right-radius: 0.25rem;
border-bottom-right-radius: 0.25rem;
}
.page-item.active .page-link {
z-index: 3;
color: #fff;
background-color: #007bff;
border-color: #007bff;
}
.page-item.disabled .page-link {
color: #6c757d;
pointer-events: none;
cursor: auto;
background-color: #fff;
border-color: #dee2e6;
}

.pagination-lg .page-link {
padding: 0.75rem 1.5rem;
font-size: 1.25rem;
line-height: 1.5;
}
.pagination-lg .page-item:first-child .page-link {
border-top-left-radius: 0.3rem;
border-bottom-left-radius: 0.3rem;
}
.pagination-lg .page-item:last-child .page-link {
border-top-right-radius: 0.3rem;
border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
padding: 0.25rem 0.5rem;
font-size: 0.875rem;
line-height: 1.5;
}
.pagination-sm .page-item:first-child .page-link {
border-top-left-radius: 0.2rem;
border-bottom-left-radius: 0.2rem;
}
.pagination-sm .page-item:last-child .page-link {
border-top-right-radius: 0.2rem;
border-bottom-right-radius: 0.2rem;
}

.badge {
display: inline-block;
padding: 0.25em 0.4em;
font-size: 75%;
font-weight: 700;
line-height: 1;
text-align: center;
white-space: nowrap;
vertical-align: baseline;
border-radius: 0.25rem;
transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
.badge {
transition: none;
}
}
a.badge:hover, a.badge:focus {
text-decoration: none;
}

.badge:empty {
display: none;
}

.btn .badge {
position: relative;
top: -1px;
}

.badge-pill {
padding-right: 0.6em;
padding-left: 0.6em;
border-radius: 10rem;
}

.badge-primary {
color: #fff;
background-color: #007bff;
}
a.badge-primary:hover, a.badge-primary:focus {
color: #fff;
background-color: rgb(0, 98.4, 204);
}
a.badge-primary:focus, a.badge-primary.focus {
outline: 0;
box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.badge-secondary {
color: #fff;
background-color: #6c757d;
}
a.badge-secondary:hover, a.badge-secondary:focus {
color: #fff;
background-color: rgb(84.3605150215, 91.3905579399, 97.6394849785);
}
a.badge-secondary:focus, a.badge-secondary.focus {
outline: 0;
box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.badge-success {
color: #fff;
background-color: #28a745;
}
a.badge-success:hover, a.badge-success:focus {
color: #fff;
background-color: rgb(30.1449275362, 125.8550724638, 52);
}
a.badge-success:focus, a.badge-success.focus {
outline: 0;
box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.badge-info {
color: #fff;
background-color: #17a2b8;
}
a.badge-info:hover, a.badge-info:focus {
color: #fff;
background-color: rgb(17.3333333333, 122.0869565217, 138.6666666667);
}
a.badge-info:focus, a.badge-info.focus {
outline: 0;
box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.badge-warning {
color: #212529;
background-color: #ffc107;
}
a.badge-warning:hover, a.badge-warning:focus {
color: #212529;
background-color: rgb(211, 158.25, 0);
}
a.badge-warning:focus, a.badge-warning.focus {
outline: 0;
box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.badge-danger {
color: #fff;
background-color: #dc3545;
}
a.badge-danger:hover, a.badge-danger:focus {
color: #fff;
background-color: rgb(189.2151898734, 32.7848101266, 47.7721518987);
}
a.badge-danger:focus, a.badge-danger.focus {
outline: 0;
box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.badge-light {
color: #212529;
background-color: #f8f9fa;
}
a.badge-light:hover, a.badge-light:focus {
color: #212529;
background-color: rgb(218.25, 223.5, 228.75);
}
a.badge-light:focus, a.badge-light.focus {
outline: 0;
box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.badge-dark {
color: #fff;
background-color: #343a40;
}
a.badge-dark:hover, a.badge-dark:focus {
color: #fff;
background-color: rgb(29.1379310345, 32.5, 35.8620689655);
}
a.badge-dark:focus, a.badge-dark.focus {
outline: 0;
box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.jumbotron {
padding: 2rem 1rem;
margin-bottom: 2rem;
background-color: #e9ecef;
border-radius: 0.3rem;
}
@media (min-width: 576px) {
.jumbotron {
padding: 4rem 2rem;
}
}

.jumbotron-fluid {
padding-right: 0;
padding-left: 0;
border-radius: 0;
}

.alert {
position: relative;
padding: 0.75rem 1.25rem;
margin-bottom: 1rem;
border: 1px solid transparent;
border-radius: 0.25rem;
}

.alert-heading {
color: inherit;
}

.alert-link {
font-weight: 700;
}

.alert-dismissible {
padding-right: 4rem;
}
.alert-dismissible .close {
position: absolute;
top: 0;
right: 0;
z-index: 2;
padding: 0.75rem 1.25rem;
color: inherit;
}

.alert-primary {
color: rgb(0, 63.96, 132.6);
background-color: rgb(204, 228.6, 255);
border-color: rgb(183.6, 218.04, 255);
}
.alert-primary hr {
border-top-color: rgb(158.1, 204.84, 255);
}
.alert-primary .alert-link {
color: rgb(0, 39.36, 81.6);
}

.alert-secondary {
color: rgb(56.16, 60.84, 65);
background-color: rgb(225.6, 227.4, 229);
border-color: rgb(213.84, 216.36, 218.6);
}
.alert-secondary hr {
border-top-color: rgb(200.3075090253, 203.6560288809, 206.6324909747);
}
.alert-secondary .alert-link {
color: rgb(32.5205150215, 35.2305579399, 37.6394849785);
}

.alert-success {
color: rgb(20.8, 86.84, 35.88);
background-color: rgb(212, 237.4, 217.8);
border-color: rgb(194.8, 230.36, 202.92);
}
.alert-success hr {
border-top-color: rgb(176.7059405941, 222.9540594059, 187.2665346535);
}
.alert-success .alert-link {
color: rgb(10.9449275362, 45.6950724638, 18.88);
}

.alert-info {
color: rgb(11.96, 84.24, 95.68);
background-color: rgb(208.6, 236.4, 240.8);
border-color: rgb(190.04, 228.96, 235.12);
}
.alert-info hr {
border-top-color: rgb(170.5152475248, 221.1332673267, 229.1447524752);
}
.alert-info .alert-link {
color: rgb(6.2933333333, 44.3269565217, 50.3466666667);
}

.alert-warning {
color: rgb(132.6, 100.36, 3.64);
background-color: rgb(255, 242.6, 205.4);
border-color: rgb(255, 237.64, 185.56);
}
.alert-warning hr {
border-top-color: rgb(255, 231.265, 160.06);
}
.alert-warning .alert-link {
color: rgb(82.9625954198, 62.7912977099, 2.2774045802);
}

.alert-danger {
color: rgb(114.4, 27.56, 35.88);
background-color: rgb(248, 214.6, 217.8);
border-color: rgb(245.2, 198.44, 202.92);
}
.alert-danger hr {
border-top-color: rgb(241.4341772152, 176.7058227848, 182.9073417722);
}
.alert-danger .alert-link {
color: rgb(73.3010989011, 17.6589010989, 22.9898901099);
}

.alert-light {
color: rgb(128.96, 129.48, 130);
background-color: rgb(253.6, 253.8, 254);
border-color: rgb(253.04, 253.32, 253.6);
}
.alert-light hr {
border-top-color: rgb(238.165, 240.57, 242.975);
}
.alert-light .alert-link {
color: rgb(103.5492351816, 103.98, 104.4107648184);
}

.alert-dark {
color: rgb(27.04, 30.16, 33.28);
background-color: rgb(214.4, 215.6, 216.8);
border-color: rgb(198.16, 199.84, 201.52);
}
.alert-dark hr {
border-top-color: rgb(185.0216751269, 187.09, 189.1583248731);
}
.alert-dark .alert-link {
color: rgb(4.1779310345, 4.66, 5.1420689655);
}

@keyframes progress-bar-stripes {
from {
background-position: 1rem 0;
}
to {
background-position: 0 0;
}
}
.progress {
display: flex;
height: 1rem;
overflow: hidden;
line-height: 0;
font-size: 0.75rem;
background-color: #e9ecef;
border-radius: 0.25rem;
}

.progress-bar {
display: flex;
flex-direction: column;
justify-content: center;
overflow: hidden;
color: #fff;
text-align: center;
white-space: nowrap;
background-color: #007bff;
transition: width 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
.progress-bar {
transition: none;
}
}

.progress-bar-striped {
background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-size: 1rem 1rem;
}

.progress-bar-animated {
animation: 1s linear infinite progress-bar-stripes;
}
@media (prefers-reduced-motion: reduce) {
.progress-bar-animated {
animation: none;
}
}

.media {
display: flex;
align-items: flex-start;
}

.media-body {
flex: 1;
}

.list-group {
display: flex;
flex-direction: column;
padding-left: 0;
margin-bottom: 0;
border-radius: 0.25rem;
}

.list-group-item-action {
width: 100%;
color: #495057;
text-align: inherit;
}
.list-group-item-action:hover, .list-group-item-action:focus {
z-index: 1;
color: #495057;
text-decoration: none;
background-color: #f8f9fa;
}
.list-group-item-action:active {
color: #212529;
background-color: #e9ecef;
}

.list-group-item {
position: relative;
display: block;
padding: 0.75rem 1.25rem;
background-color: #fff;
border: 1px solid rgba(0, 0, 0, 0.125);
}
.list-group-item:first-child {
border-top-left-radius: inherit;
border-top-right-radius: inherit;
}
.list-group-item:last-child {
border-bottom-right-radius: inherit;
border-bottom-left-radius: inherit;
}
.list-group-item.disabled, .list-group-item:disabled {
color: #6c757d;
pointer-events: none;
background-color: #fff;
}
.list-group-item.active {
z-index: 2;
color: #fff;
background-color: #007bff;
border-color: #007bff;
}
.list-group-item + .list-group-item {
border-top-width: 0;
}
.list-group-item + .list-group-item.active {
margin-top: -1px;
border-top-width: 1px;
}

.list-group-horizontal {
flex-direction: row;
}
.list-group-horizontal > .list-group-item:first-child {
border-bottom-left-radius: 0.25rem;
border-top-right-radius: 0;
}
.list-group-horizontal > .list-group-item:last-child {
border-top-right-radius: 0.25rem;
border-bottom-left-radius: 0;
}
.list-group-horizontal > .list-group-item.active {
margin-top: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item {
border-top-width: 1px;
border-left-width: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item.active {
margin-left: -1px;
border-left-width: 1px;
}

@media (min-width: 576px) {
.list-group-horizontal-sm {
flex-direction: row;
}
.list-group-horizontal-sm > .list-group-item:first-child {
border-bottom-left-radius: 0.25rem;
border-top-right-radius: 0;
}
.list-group-horizontal-sm > .list-group-item:last-child {
border-top-right-radius: 0.25rem;
border-bottom-left-radius: 0;
}
.list-group-horizontal-sm > .list-group-item.active {
margin-top: 0;
}
.list-group-horizontal-sm > .list-group-item + .list-group-item {
border-top-width: 1px;
border-left-width: 0;
}
.list-group-horizontal-sm > .list-group-item + .list-group-item.active {
margin-left: -1px;
border-left-width: 1px;
}
}
@media (min-width: 768px) {
.list-group-horizontal-md {
flex-direction: row;
}
.list-group-horizontal-md > .list-group-item:first-child {
border-bottom-left-radius: 0.25rem;
border-top-right-radius: 0;
}
.list-group-horizontal-md > .list-group-item:last-child {
border-top-right-radius: 0.25rem;
border-bottom-left-radius: 0;
}
.list-group-horizontal-md > .list-group-item.active {
margin-top: 0;
}
.list-group-horizontal-md > .list-group-item + .list-group-item {
border-top-width: 1px;
border-left-width: 0;
}
.list-group-horizontal-md > .list-group-item + .list-group-item.active {
margin-left: -1px;
border-left-width: 1px;
}
}
@media (min-width: 992px) {
.list-group-horizontal-lg {
flex-direction: row;
}
.list-group-horizontal-lg > .list-group-item:first-child {
border-bottom-left-radius: 0.25rem;
border-top-right-radius: 0;
}
.list-group-horizontal-lg > .list-group-item:last-child {
border-top-right-radius: 0.25rem;
border-bottom-left-radius: 0;
}
.list-group-horizontal-lg > .list-group-item.active {
margin-top: 0;
}
.list-group-horizontal-lg > .list-group-item + .list-group-item {
border-top-width: 1px;
border-left-width: 0;
}
.list-group-horizontal-lg > .list-group-item + .list-group-item.active {
margin-left: -1px;
border-left-width: 1px;
}
}
@media (min-width: 1200px) {
.list-group-horizontal-xl {
flex-direction: row;
}
.list-group-horizontal-xl > .list-group-item:first-child {
border-bottom-left-radius: 0.25rem;
border-top-right-radius: 0;
}
.list-group-horizontal-xl > .list-group-item:last-child {
border-top-right-radius: 0.25rem;
border-bottom-left-radius: 0;
}
.list-group-horizontal-xl > .list-group-item.active {
margin-top: 0;
}
.list-group-horizontal-xl > .list-group-item + .list-group-item {
border-top-width: 1px;
border-left-width: 0;
}
.list-group-horizontal-xl > .list-group-item + .list-group-item.active {
margin-left: -1px;
border-left-width: 1px;
}
}
.list-group-flush {
border-radius: 0;
}
.list-group-flush > .list-group-item {
border-width: 0 0 1px;
}
.list-group-flush > .list-group-item:last-child {
border-bottom-width: 0;
}

.list-group-item-primary {
color: rgb(0, 63.96, 132.6);
background-color: rgb(183.6, 218.04, 255);
}
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
color: rgb(0, 63.96, 132.6);
background-color: rgb(158.1, 204.84, 255);
}
.list-group-item-primary.list-group-item-action.active {
color: #fff;
background-color: rgb(0, 63.96, 132.6);
border-color: rgb(0, 63.96, 132.6);
}

.list-group-item-secondary {
color: rgb(56.16, 60.84, 65);
background-color: rgb(213.84, 216.36, 218.6);
}
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
color: rgb(56.16, 60.84, 65);
background-color: rgb(200.3075090253, 203.6560288809, 206.6324909747);
}
.list-group-item-secondary.list-group-item-action.active {
color: #fff;
background-color: rgb(56.16, 60.84, 65);
border-color: rgb(56.16, 60.84, 65);
}

.list-group-item-success {
color: rgb(20.8, 86.84, 35.88);
background-color: rgb(194.8, 230.36, 202.92);
}
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
color: rgb(20.8, 86.84, 35.88);
background-color: rgb(176.7059405941, 222.9540594059, 187.2665346535);
}
.list-group-item-success.list-group-item-action.active {
color: #fff;
background-color: rgb(20.8, 86.84, 35.88);
border-color: rgb(20.8, 86.84, 35.88);
}

.list-group-item-info {
color: rgb(11.96, 84.24, 95.68);
background-color: rgb(190.04, 228.96, 235.12);
}
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
color: rgb(11.96, 84.24, 95.68);
background-color: rgb(170.5152475248, 221.1332673267, 229.1447524752);
}
.list-group-item-info.list-group-item-action.active {
color: #fff;
background-color: rgb(11.96, 84.24, 95.68);
border-color: rgb(11.96, 84.24, 95.68);
}

.list-group-item-warning {
color: rgb(132.6, 100.36, 3.64);
background-color: rgb(255, 237.64, 185.56);
}
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
color: rgb(132.6, 100.36, 3.64);
background-color: rgb(255, 231.265, 160.06);
}
.list-group-item-warning.list-group-item-action.active {
color: #fff;
background-color: rgb(132.6, 100.36, 3.64);
border-color: rgb(132.6, 100.36, 3.64);
}

.list-group-item-danger {
color: rgb(114.4, 27.56, 35.88);
background-color: rgb(245.2, 198.44, 202.92);
}
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
color: rgb(114.4, 27.56, 35.88);
background-color: rgb(241.4341772152, 176.7058227848, 182.9073417722);
}
.list-group-item-danger.list-group-item-action.active {
color: #fff;
background-color: rgb(114.4, 27.56, 35.88);
border-color: rgb(114.4, 27.56, 35.88);
}

.list-group-item-light {
color: rgb(128.96, 129.48, 130);
background-color: rgb(253.04, 253.32, 253.6);
}
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
color: rgb(128.96, 129.48, 130);
background-color: rgb(238.165, 240.57, 242.975);
}
.list-group-item-light.list-group-item-action.active {
color: #fff;
background-color: rgb(128.96, 129.48, 130);
border-color: rgb(128.96, 129.48, 130);
}

.list-group-item-dark {
color: rgb(27.04, 30.16, 33.28);
background-color: rgb(198.16, 199.84, 201.52);
}
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
color: rgb(27.04, 30.16, 33.28);
background-color: rgb(185.0216751269, 187.09, 189.1583248731);
}
.list-group-item-dark.list-group-item-action.active {
color: #fff;
background-color: rgb(27.04, 30.16, 33.28);
border-color: rgb(27.04, 30.16, 33.28);
}

.close {
float: right;
font-size: 1.5rem;
font-weight: 700;
line-height: 1;
color: #000;
text-shadow: 0 1px 0 #fff;
opacity: 0.5;
}
.close:hover {
color: #000;
text-decoration: none;
}
.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
opacity: 0.75;
}

button.close {
padding: 0;
background-color: transparent;
border: 0;
}

a.close.disabled {
pointer-events: none;
}

.toast {
flex-basis: 350px;
max-width: 350px;
font-size: 0.875rem;
background-color: rgba(255, 255, 255, 0.85);
background-clip: padding-box;
border: 1px solid rgba(0, 0, 0, 0.1);
box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
opacity: 0;
border-radius: 0.25rem;
}
.toast:not(:last-child) {
margin-bottom: 0.75rem;
}
.toast.showing {
opacity: 1;
}
.toast.show {
display: block;
opacity: 1;
}
.toast.hide {
display: none;
}

.toast-header {
display: flex;
align-items: center;
padding: 0.25rem 0.75rem;
color: #6c757d;
background-color: rgba(255, 255, 255, 0.85);
background-clip: padding-box;
border-bottom: 1px solid rgba(0, 0, 0, 0.05);
border-top-left-radius: calc(0.25rem - 1px);
border-top-right-radius: calc(0.25rem - 1px);
}

.toast-body {
padding: 0.75rem;
}

.modal-open {
overflow: hidden;
}
.modal-open .modal {
overflow-x: hidden;
overflow-y: auto;
}

.modal {
position: fixed;
top: 0;
left: 0;
z-index: 1050;
display: none;
width: 100%;
height: 100%;
overflow: hidden;
outline: 0;
}

.modal-dialog {
position: relative;
width: auto;
margin: 0.5rem;
pointer-events: none;
}
.modal.fade .modal-dialog {
transition: transform 0.3s ease-out;
transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
.modal.fade .modal-dialog {
transition: none;
}
}
.modal.show .modal-dialog {
transform: none;
}
.modal.modal-static .modal-dialog {
transform: scale(1.02);
}

.modal-dialog-scrollable {
display: flex;
max-height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
max-height: calc(100vh - 1rem);
overflow: hidden;
}
.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
flex-shrink: 0;
}
.modal-dialog-scrollable .modal-body {
overflow-y: auto;
}

.modal-dialog-centered {
display: flex;
align-items: center;
min-height: calc(100% - 1rem);
}
.modal-dialog-centered::before {
display: block;
height: calc(100vh - 1rem);
height: min-content;
content: "";
}
.modal-dialog-centered.modal-dialog-scrollable {
flex-direction: column;
justify-content: center;
height: 100%;
}
.modal-dialog-centered.modal-dialog-scrollable .modal-content {
max-height: none;
}
.modal-dialog-centered.modal-dialog-scrollable::before {
content: none;
}

.modal-content {
position: relative;
display: flex;
flex-direction: column;
width: 100%;
pointer-events: auto;
background-color: #fff;
background-clip: padding-box;
border: 1px solid rgba(0, 0, 0, 0.2);
border-radius: 0.3rem;
outline: 0;
}

.modal-backdrop {
position: fixed;
top: 0;
left: 0;
z-index: 1040;
width: 100vw;
height: 100vh;
background-color: #000;
}
.modal-backdrop.fade {
opacity: 0;
}
.modal-backdrop.show {
opacity: 0.5;
}

.modal-header {
display: flex;
align-items: flex-start;
justify-content: space-between;
padding: 1rem 1rem;
border-bottom: 1px solid #dee2e6;
border-top-left-radius: calc(0.3rem - 1px);
border-top-right-radius: calc(0.3rem - 1px);
}
.modal-header .close {
padding: 1rem 1rem;
margin: -1rem -1rem -1rem auto;
}

.modal-title {
margin-bottom: 0;
line-height: 1.5;
}

.modal-body {
position: relative;
flex: 1 1 auto;
padding: 1rem;
}

.modal-footer {
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: flex-end;
padding: 0.75rem;
border-top: 1px solid #dee2e6;
border-bottom-right-radius: calc(0.3rem - 1px);
border-bottom-left-radius: calc(0.3rem - 1px);
}
.modal-footer > * {
margin: 0.25rem;
}

.modal-scrollbar-measure {
position: absolute;
top: -9999px;
width: 50px;
height: 50px;
overflow: scroll;
}

@media (min-width: 576px) {
.modal-dialog {
max-width: 500px;
margin: 1.75rem auto;
}
.modal-dialog-scrollable {
max-height: calc(100% - 3.5rem);
}
.modal-dialog-scrollable .modal-content {
max-height: calc(100vh - 3.5rem);
}
.modal-dialog-centered {
min-height: calc(100% - 3.5rem);
}
.modal-dialog-centered::before {
height: calc(100vh - 3.5rem);
height: min-content;
}
.modal-sm {
max-width: 300px;
}
}
@media (min-width: 992px) {
.modal-lg,
.modal-xl {
max-width: 800px;
}
}
@media (min-width: 1200px) {
.modal-xl {
max-width: 1140px;
}
}
.tooltip {
position: absolute;
z-index: 1070;
display: block;
margin: 0;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
font-style: normal;
font-weight: 400;
line-height: 1.5;
text-align: left;
text-align: start;
text-decoration: none;
text-shadow: none;
text-transform: none;
letter-spacing: normal;
word-break: normal;
word-spacing: normal;
white-space: normal;
line-break: auto;
font-size: 0.875rem;
word-wrap: break-word;
opacity: 0;
}
.tooltip.show {
opacity: 0.9;
}
.tooltip .arrow {
position: absolute;
display: block;
width: 0.8rem;
height: 0.4rem;
}
.tooltip .arrow::before {
position: absolute;
content: "";
border-color: transparent;
border-style: solid;
}

.bs-tooltip-top, .bs-tooltip-auto[x-placement^=top] {
padding: 0.4rem 0;
}
.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^=top] .arrow {
bottom: 0;
}
.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^=top] .arrow::before {
top: 0;
border-width: 0.4rem 0.4rem 0;
border-top-color: #000;
}

.bs-tooltip-right, .bs-tooltip-auto[x-placement^=right] {
padding: 0 0.4rem;
}
.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^=right] .arrow {
left: 0;
width: 0.4rem;
height: 0.8rem;
}
.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^=right] .arrow::before {
right: 0;
border-width: 0.4rem 0.4rem 0.4rem 0;
border-right-color: #000;
}

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^=bottom] {
padding: 0.4rem 0;
}
.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^=bottom] .arrow {
top: 0;
}
.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^=bottom] .arrow::before {
bottom: 0;
border-width: 0 0.4rem 0.4rem;
border-bottom-color: #000;
}

.bs-tooltip-left, .bs-tooltip-auto[x-placement^=left] {
padding: 0 0.4rem;
}
.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^=left] .arrow {
right: 0;
width: 0.4rem;
height: 0.8rem;
}
.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^=left] .arrow::before {
left: 0;
border-width: 0.4rem 0 0.4rem 0.4rem;
border-left-color: #000;
}

.tooltip-inner {
max-width: 200px;
padding: 0.25rem 0.5rem;
color: #fff;
text-align: center;
background-color: #000;
border-radius: 0.25rem;
}

.popover {
position: absolute;
top: 0;
left: 0;
z-index: 1060;
display: block;
max-width: 276px;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
font-style: normal;
font-weight: 400;
line-height: 1.5;
text-align: left;
text-align: start;
text-decoration: none;
text-shadow: none;
text-transform: none;
letter-spacing: normal;
word-break: normal;
word-spacing: normal;
white-space: normal;
line-break: auto;
font-size: 0.875rem;
word-wrap: break-word;
background-color: #fff;
background-clip: padding-box;
border: 1px solid rgba(0, 0, 0, 0.2);
border-radius: 0.3rem;
}
.popover .arrow {
position: absolute;
display: block;
width: 1rem;
height: 0.5rem;
margin: 0 0.3rem;
}
.popover .arrow::before, .popover .arrow::after {
position: absolute;
display: block;
content: "";
border-color: transparent;
border-style: solid;
}

.bs-popover-top, .bs-popover-auto[x-placement^=top] {
margin-bottom: 0.5rem;
}
.bs-popover-top > .arrow, .bs-popover-auto[x-placement^=top] > .arrow {
bottom: calc(-0.5rem - 1px);
}
.bs-popover-top > .arrow::before, .bs-popover-auto[x-placement^=top] > .arrow::before {
bottom: 0;
border-width: 0.5rem 0.5rem 0;
border-top-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-top > .arrow::after, .bs-popover-auto[x-placement^=top] > .arrow::after {
bottom: 1px;
border-width: 0.5rem 0.5rem 0;
border-top-color: #fff;
}

.bs-popover-right, .bs-popover-auto[x-placement^=right] {
margin-left: 0.5rem;
}
.bs-popover-right > .arrow, .bs-popover-auto[x-placement^=right] > .arrow {
left: calc(-0.5rem - 1px);
width: 0.5rem;
height: 1rem;
margin: 0.3rem 0;
}
.bs-popover-right > .arrow::before, .bs-popover-auto[x-placement^=right] > .arrow::before {
left: 0;
border-width: 0.5rem 0.5rem 0.5rem 0;
border-right-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-right > .arrow::after, .bs-popover-auto[x-placement^=right] > .arrow::after {
left: 1px;
border-width: 0.5rem 0.5rem 0.5rem 0;
border-right-color: #fff;
}

.bs-popover-bottom, .bs-popover-auto[x-placement^=bottom] {
margin-top: 0.5rem;
}
.bs-popover-bottom > .arrow, .bs-popover-auto[x-placement^=bottom] > .arrow {
top: calc(-0.5rem - 1px);
}
.bs-popover-bottom > .arrow::before, .bs-popover-auto[x-placement^=bottom] > .arrow::before {
top: 0;
border-width: 0 0.5rem 0.5rem 0.5rem;
border-bottom-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-bottom > .arrow::after, .bs-popover-auto[x-placement^=bottom] > .arrow::after {
top: 1px;
border-width: 0 0.5rem 0.5rem 0.5rem;
border-bottom-color: #fff;
}
.bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^=bottom] .popover-header::before {
position: absolute;
top: 0;
left: 50%;
display: block;
width: 1rem;
margin-left: -0.5rem;
content: "";
border-bottom: 1px solid rgb(247.35, 247.35, 247.35);
}

.bs-popover-left, .bs-popover-auto[x-placement^=left] {
margin-right: 0.5rem;
}
.bs-popover-left > .arrow, .bs-popover-auto[x-placement^=left] > .arrow {
right: calc(-0.5rem - 1px);
width: 0.5rem;
height: 1rem;
margin: 0.3rem 0;
}
.bs-popover-left > .arrow::before, .bs-popover-auto[x-placement^=left] > .arrow::before {
right: 0;
border-width: 0.5rem 0 0.5rem 0.5rem;
border-left-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-left > .arrow::after, .bs-popover-auto[x-placement^=left] > .arrow::after {
right: 1px;
border-width: 0.5rem 0 0.5rem 0.5rem;
border-left-color: #fff;
}

.popover-header {
padding: 0.5rem 0.75rem;
margin-bottom: 0;
font-size: 1rem;
background-color: rgb(247.35, 247.35, 247.35);
border-bottom: 1px solid rgb(234.6, 234.6, 234.6);
border-top-left-radius: calc(0.3rem - 1px);
border-top-right-radius: calc(0.3rem - 1px);
}
.popover-header:empty {
display: none;
}

.popover-body {
padding: 0.5rem 0.75rem;
color: #212529;
}

.carousel {
position: relative;
}

.carousel.pointer-event {
touch-action: pan-y;
}

.carousel-inner {
position: relative;
width: 100%;
overflow: hidden;
}
.carousel-inner::after {
display: block;
clear: both;
content: "";
}

.carousel-item {
position: relative;
display: none;
float: left;
width: 100%;
margin-right: -100%;
backface-visibility: hidden;
transition: transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
.carousel-item {
transition: none;
}
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
display: block;
}

.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
transform: translateX(-100%);
}

.carousel-fade .carousel-item {
opacity: 0;
transition-property: opacity;
transform: none;
}
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
z-index: 1;
opacity: 1;
}
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
z-index: 0;
opacity: 0;
transition: opacity 0s 0.6s;
}
@media (prefers-reduced-motion: reduce) {
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
transition: none;
}
}

.carousel-control-prev,
.carousel-control-next {
position: absolute;
top: 0;
bottom: 0;
z-index: 1;
display: flex;
align-items: center;
justify-content: center;
width: 15%;
color: #fff;
text-align: center;
opacity: 0.5;
transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
.carousel-control-prev,
.carousel-control-next {
transition: none;
}
}
.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
color: #fff;
text-decoration: none;
outline: 0;
opacity: 0.9;
}

.carousel-control-prev {
left: 0;
}

.carousel-control-next {
right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
display: inline-block;
width: 20px;
height: 20px;
background: 50%/100% 100% no-repeat;
}

.carousel-control-prev-icon {
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}

.carousel-indicators {
position: absolute;
right: 0;
bottom: 0;
left: 0;
z-index: 15;
display: flex;
justify-content: center;
padding-left: 0;
margin-right: 15%;
margin-left: 15%;
list-style: none;
}
.carousel-indicators li {
box-sizing: content-box;
flex: 0 1 auto;
width: 30px;
height: 3px;
margin-right: 3px;
margin-left: 3px;
text-indent: -999px;
cursor: pointer;
background-color: #fff;
background-clip: padding-box;
border-top: 10px solid transparent;
border-bottom: 10px solid transparent;
opacity: 0.5;
transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
.carousel-indicators li {
transition: none;
}
}
.carousel-indicators .active {
opacity: 1;
}

.carousel-caption {
position: absolute;
right: 15%;
bottom: 20px;
left: 15%;
z-index: 10;
padding-top: 20px;
padding-bottom: 20px;
color: #fff;
text-align: center;
}

@keyframes spinner-border {
to {
transform: rotate(360deg);
}
}
.spinner-border {
display: inline-block;
width: 2rem;
height: 2rem;
vertical-align: text-bottom;
border: 0.25em solid currentColor;
border-right-color: transparent;
border-radius: 50%;
animation: 0.75s linear infinite spinner-border;
}

.spinner-border-sm {
width: 1rem;
height: 1rem;
border-width: 0.2em;
}

@keyframes spinner-grow {
0% {
transform: scale(0);
}
50% {
opacity: 1;
transform: none;
}
}
.spinner-grow {
display: inline-block;
width: 2rem;
height: 2rem;
vertical-align: text-bottom;
background-color: currentColor;
border-radius: 50%;
opacity: 0;
animation: 0.75s linear infinite spinner-grow;
}

.spinner-grow-sm {
width: 1rem;
height: 1rem;
}

@media (prefers-reduced-motion: reduce) {
.spinner-border,
.spinner-grow {
animation-duration: 1.5s;
}
}
.align-baseline {
vertical-align: baseline !important;
}

.align-top {
vertical-align: top !important;
}

.align-middle {
vertical-align: middle !important;
}

.align-bottom {
vertical-align: bottom !important;
}

.align-text-bottom {
vertical-align: text-bottom !important;
}

.align-text-top {
vertical-align: text-top !important;
}

.bg-primary {
background-color: #007bff !important;
}

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
background-color: rgb(0, 98.4, 204) !important;
}

.bg-secondary {
background-color: #6c757d !important;
}

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
background-color: rgb(84.3605150215, 91.3905579399, 97.6394849785) !important;
}

.bg-success {
background-color: #28a745 !important;
}

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
background-color: rgb(30.1449275362, 125.8550724638, 52) !important;
}

.bg-info {
background-color: #17a2b8 !important;
}

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
background-color: rgb(17.3333333333, 122.0869565217, 138.6666666667) !important;
}

.bg-warning {
background-color: #ffc107 !important;
}

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
background-color: rgb(211, 158.25, 0) !important;
}

.bg-danger {
background-color: #dc3545 !important;
}

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
background-color: rgb(189.2151898734, 32.7848101266, 47.7721518987) !important;
}

.bg-light {
background-color: #f8f9fa !important;
}

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
background-color: rgb(218.25, 223.5, 228.75) !important;
}

.bg-dark {
background-color: #343a40 !important;
}

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
background-color: rgb(29.1379310345, 32.5, 35.8620689655) !important;
}

.bg-white {
background-color: #fff !important;
}

.bg-transparent {
background-color: transparent !important;
}

.border {
border: 1px solid #dee2e6 !important;
}

.border-top {
border-top: 1px solid #dee2e6 !important;
}

.border-right {
border-right: 1px solid #dee2e6 !important;
}

.border-bottom {
border-bottom: 1px solid #dee2e6 !important;
}

.border-left {
border-left: 1px solid #dee2e6 !important;
}

.border-0 {
border: 0 !important;
}

.border-top-0 {
border-top: 0 !important;
}

.border-right-0 {
border-right: 0 !important;
}

.border-bottom-0 {
border-bottom: 0 !important;
}

.border-left-0 {
border-left: 0 !important;
}

.border-primary {
border-color: #007bff !important;
}

.border-secondary {
border-color: #6c757d !important;
}

.border-success {
border-color: #28a745 !important;
}

.border-info {
border-color: #17a2b8 !important;
}

.border-warning {
border-color: #ffc107 !important;
}

.border-danger {
border-color: #dc3545 !important;
}

.border-light {
border-color: #f8f9fa !important;
}

.border-dark {
border-color: #343a40 !important;
}

.border-white {
border-color: #fff !important;
}

.rounded-sm {
border-radius: 0.2rem !important;
}

.rounded {
border-radius: 0.25rem !important;
}

.rounded-top {
border-top-left-radius: 0.25rem !important;
border-top-right-radius: 0.25rem !important;
}

.rounded-right {
border-top-right-radius: 0.25rem !important;
border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
border-bottom-right-radius: 0.25rem !important;
border-bottom-left-radius: 0.25rem !important;
}

.rounded-left {
border-top-left-radius: 0.25rem !important;
border-bottom-left-radius: 0.25rem !important;
}

.rounded-lg {
border-radius: 0.3rem !important;
}

.rounded-circle {
border-radius: 50% !important;
}

.rounded-pill {
border-radius: 50rem !important;
}

.rounded-0 {
border-radius: 0 !important;
}

.clearfix::after {
display: block;
clear: both;
content: "";
}

.d-none {
display: none !important;
}

.d-inline {
display: inline !important;
}

.d-inline-block {
display: inline-block !important;
}

.d-block {
display: block !important;
}

.d-table {
display: table !important;
}

.d-table-row {
display: table-row !important;
}

.d-table-cell {
display: table-cell !important;
}

.d-flex {
display: flex !important;
}

.d-inline-flex {
display: inline-flex !important;
}

@media (min-width: 576px) {
.d-sm-none {
display: none !important;
}
.d-sm-inline {
display: inline !important;
}
.d-sm-inline-block {
display: inline-block !important;
}
.d-sm-block {
display: block !important;
}
.d-sm-table {
display: table !important;
}
.d-sm-table-row {
display: table-row !important;
}
.d-sm-table-cell {
display: table-cell !important;
}
.d-sm-flex {
display: flex !important;
}
.d-sm-inline-flex {
display: inline-flex !important;
}
}
@media (min-width: 768px) {
.d-md-none {
display: none !important;
}
.d-md-inline {
display: inline !important;
}
.d-md-inline-block {
display: inline-block !important;
}
.d-md-block {
display: block !important;
}
.d-md-table {
display: table !important;
}
.d-md-table-row {
display: table-row !important;
}
.d-md-table-cell {
display: table-cell !important;
}
.d-md-flex {
display: flex !important;
}
.d-md-inline-flex {
display: inline-flex !important;
}
}
@media (min-width: 992px) {
.d-lg-none {
display: none !important;
}
.d-lg-inline {
display: inline !important;
}
.d-lg-inline-block {
display: inline-block !important;
}
.d-lg-block {
display: block !important;
}
.d-lg-table {
display: table !important;
}
.d-lg-table-row {
display: table-row !important;
}
.d-lg-table-cell {
display: table-cell !important;
}
.d-lg-flex {
display: flex !important;
}
.d-lg-inline-flex {
display: inline-flex !important;
}
}
@media (min-width: 1200px) {
.d-xl-none {
display: none !important;
}
.d-xl-inline {
display: inline !important;
}
.d-xl-inline-block {
display: inline-block !important;
}
.d-xl-block {
display: block !important;
}
.d-xl-table {
display: table !important;
}
.d-xl-table-row {
display: table-row !important;
}
.d-xl-table-cell {
display: table-cell !important;
}
.d-xl-flex {
display: flex !important;
}
.d-xl-inline-flex {
display: inline-flex !important;
}
}
@media print {
.d-print-none {
display: none !important;
}
.d-print-inline {
display: inline !important;
}
.d-print-inline-block {
display: inline-block !important;
}
.d-print-block {
display: block !important;
}
.d-print-table {
display: table !important;
}
.d-print-table-row {
display: table-row !important;
}
.d-print-table-cell {
display: table-cell !important;
}
.d-print-flex {
display: flex !important;
}
.d-print-inline-flex {
display: inline-flex !important;
}
}
.embed-responsive {
position: relative;
display: block;
width: 100%;
padding: 0;
overflow: hidden;
}
.embed-responsive::before {
display: block;
content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
position: absolute;
top: 0;
bottom: 0;
left: 0;
width: 100%;
height: 100%;
border: 0;
}

.embed-responsive-21by9::before {
padding-top: 42.8571428571%;
}

.embed-responsive-16by9::before {
padding-top: 56.25%;
}

.embed-responsive-4by3::before {
padding-top: 75%;
}

.embed-responsive-1by1::before {
padding-top: 100%;
}

.flex-row {
flex-direction: row !important;
}

.flex-column {
flex-direction: column !important;
}

.flex-row-reverse {
flex-direction: row-reverse !important;
}

.flex-column-reverse {
flex-direction: column-reverse !important;
}

.flex-wrap {
flex-wrap: wrap !important;
}

.flex-nowrap {
flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
flex-wrap: wrap-reverse !important;
}

.flex-fill {
flex: 1 1 auto !important;
}

.flex-grow-0 {
flex-grow: 0 !important;
}

.flex-grow-1 {
flex-grow: 1 !important;
}

.flex-shrink-0 {
flex-shrink: 0 !important;
}

.flex-shrink-1 {
flex-shrink: 1 !important;
}

.justify-content-start {
justify-content: flex-start !important;
}

.justify-content-end {
justify-content: flex-end !important;
}

.justify-content-center {
justify-content: center !important;
}

.justify-content-between {
justify-content: space-between !important;
}

.justify-content-around {
justify-content: space-around !important;
}

.align-items-start {
align-items: flex-start !important;
}

.align-items-end {
align-items: flex-end !important;
}

.align-items-center {
align-items: center !important;
}

.align-items-baseline {
align-items: baseline !important;
}

.align-items-stretch {
align-items: stretch !important;
}

.align-content-start {
align-content: flex-start !important;
}

.align-content-end {
align-content: flex-end !important;
}

.align-content-center {
align-content: center !important;
}

.align-content-between {
align-content: space-between !important;
}

.align-content-around {
align-content: space-around !important;
}

.align-content-stretch {
align-content: stretch !important;
}

.align-self-auto {
align-self: auto !important;
}

.align-self-start {
align-self: flex-start !important;
}

.align-self-end {
align-self: flex-end !important;
}

.align-self-center {
align-self: center !important;
}

.align-self-baseline {
align-self: baseline !important;
}

.align-self-stretch {
align-self: stretch !important;
}

@media (min-width: 576px) {
.flex-sm-row {
flex-direction: row !important;
}
.flex-sm-column {
flex-direction: column !important;
}
.flex-sm-row-reverse {
flex-direction: row-reverse !important;
}
.flex-sm-column-reverse {
flex-direction: column-reverse !important;
}
.flex-sm-wrap {
flex-wrap: wrap !important;
}
.flex-sm-nowrap {
flex-wrap: nowrap !important;
}
.flex-sm-wrap-reverse {
flex-wrap: wrap-reverse !important;
}
.flex-sm-fill {
flex: 1 1 auto !important;
}
.flex-sm-grow-0 {
flex-grow: 0 !important;
}
.flex-sm-grow-1 {
flex-grow: 1 !important;
}
.flex-sm-shrink-0 {
flex-shrink: 0 !important;
}
.flex-sm-shrink-1 {
flex-shrink: 1 !important;
}
.justify-content-sm-start {
justify-content: flex-start !important;
}
.justify-content-sm-end {
justify-content: flex-end !important;
}
.justify-content-sm-center {
justify-content: center !important;
}
.justify-content-sm-between {
justify-content: space-between !important;
}
.justify-content-sm-around {
justify-content: space-around !important;
}
.align-items-sm-start {
align-items: flex-start !important;
}
.align-items-sm-end {
align-items: flex-end !important;
}
.align-items-sm-center {
align-items: center !important;
}
.align-items-sm-baseline {
align-items: baseline !important;
}
.align-items-sm-stretch {
align-items: stretch !important;
}
.align-content-sm-start {
align-content: flex-start !important;
}
.align-content-sm-end {
align-content: flex-end !important;
}
.align-content-sm-center {
align-content: center !important;
}
.align-content-sm-between {
align-content: space-between !important;
}
.align-content-sm-around {
align-content: space-around !important;
}
.align-content-sm-stretch {
align-content: stretch !important;
}
.align-self-sm-auto {
align-self: auto !important;
}
.align-self-sm-start {
align-self: flex-start !important;
}
.align-self-sm-end {
align-self: flex-end !important;
}
.align-self-sm-center {
align-self: center !important;
}
.align-self-sm-baseline {
align-self: baseline !important;
}
.align-self-sm-stretch {
align-self: stretch !important;
}
}
@media (min-width: 768px) {
.flex-md-row {
flex-direction: row !important;
}
.flex-md-column {
flex-direction: column !important;
}
.flex-md-row-reverse {
flex-direction: row-reverse !important;
}
.flex-md-column-reverse {
flex-direction: column-reverse !important;
}
.flex-md-wrap {
flex-wrap: wrap !important;
}
.flex-md-nowrap {
flex-wrap: nowrap !important;
}
.flex-md-wrap-reverse {
flex-wrap: wrap-reverse !important;
}
.flex-md-fill {
flex: 1 1 auto !important;
}
.flex-md-grow-0 {
flex-grow: 0 !important;
}
.flex-md-grow-1 {
flex-grow: 1 !important;
}
.flex-md-shrink-0 {
flex-shrink: 0 !important;
}
.flex-md-shrink-1 {
flex-shrink: 1 !important;
}
.justify-content-md-start {
justify-content: flex-start !important;
}
.justify-content-md-end {
justify-content: flex-end !important;
}
.justify-content-md-center {
justify-content: center !important;
}
.justify-content-md-between {
justify-content: space-between !important;
}
.justify-content-md-around {
justify-content: space-around !important;
}
.align-items-md-start {
align-items: flex-start !important;
}
.align-items-md-end {
align-items: flex-end !important;
}
.align-items-md-center {
align-items: center !important;
}
.align-items-md-baseline {
align-items: baseline !important;
}
.align-items-md-stretch {
align-items: stretch !important;
}
.align-content-md-start {
align-content: flex-start !important;
}
.align-content-md-end {
align-content: flex-end !important;
}
.align-content-md-center {
align-content: center !important;
}
.align-content-md-between {
align-content: space-between !important;
}
.align-content-md-around {
align-content: space-around !important;
}
.align-content-md-stretch {
align-content: stretch !important;
}
.align-self-md-auto {
align-self: auto !important;
}
.align-self-md-start {
align-self: flex-start !important;
}
.align-self-md-end {
align-self: flex-end !important;
}
.align-self-md-center {
align-self: center !important;
}
.align-self-md-baseline {
align-self: baseline !important;
}
.align-self-md-stretch {
align-self: stretch !important;
}
}
@media (min-width: 992px) {
.flex-lg-row {
flex-direction: row !important;
}
.flex-lg-column {
flex-direction: column !important;
}
.flex-lg-row-reverse {
flex-direction: row-reverse !important;
}
.flex-lg-column-reverse {
flex-direction: column-reverse !important;
}
.flex-lg-wrap {
flex-wrap: wrap !important;
}
.flex-lg-nowrap {
flex-wrap: nowrap !important;
}
.flex-lg-wrap-reverse {
flex-wrap: wrap-reverse !important;
}
.flex-lg-fill {
flex: 1 1 auto !important;
}
.flex-lg-grow-0 {
flex-grow: 0 !important;
}
.flex-lg-grow-1 {
flex-grow: 1 !important;
}
.flex-lg-shrink-0 {
flex-shrink: 0 !important;
}
.flex-lg-shrink-1 {
flex-shrink: 1 !important;
}
.justify-content-lg-start {
justify-content: flex-start !important;
}
.justify-content-lg-end {
justify-content: flex-end !important;
}
.justify-content-lg-center {
justify-content: center !important;
}
.justify-content-lg-between {
justify-content: space-between !important;
}
.justify-content-lg-around {
justify-content: space-around !important;
}
.align-items-lg-start {
align-items: flex-start !important;
}
.align-items-lg-end {
align-items: flex-end !important;
}
.align-items-lg-center {
align-items: center !important;
}
.align-items-lg-baseline {
align-items: baseline !important;
}
.align-items-lg-stretch {
align-items: stretch !important;
}
.align-content-lg-start {
align-content: flex-start !important;
}
.align-content-lg-end {
align-content: flex-end !important;
}
.align-content-lg-center {
align-content: center !important;
}
.align-content-lg-between {
align-content: space-between !important;
}
.align-content-lg-around {
align-content: space-around !important;
}
.align-content-lg-stretch {
align-content: stretch !important;
}
.align-self-lg-auto {
align-self: auto !important;
}
.align-self-lg-start {
align-self: flex-start !important;
}
.align-self-lg-end {
align-self: flex-end !important;
}
.align-self-lg-center {
align-self: center !important;
}
.align-self-lg-baseline {
align-self: baseline !important;
}
.align-self-lg-stretch {
align-self: stretch !important;
}
}
@media (min-width: 1200px) {
.flex-xl-row {
flex-direction: row !important;
}
.flex-xl-column {
flex-direction: column !important;
}
.flex-xl-row-reverse {
flex-direction: row-reverse !important;
}
.flex-xl-column-reverse {
flex-direction: column-reverse !important;
}
.flex-xl-wrap {
flex-wrap: wrap !important;
}
.flex-xl-nowrap {
flex-wrap: nowrap !important;
}
.flex-xl-wrap-reverse {
flex-wrap: wrap-reverse !important;
}
.flex-xl-fill {
flex: 1 1 auto !important;
}
.flex-xl-grow-0 {
flex-grow: 0 !important;
}
.flex-xl-grow-1 {
flex-grow: 1 !important;
}
.flex-xl-shrink-0 {
flex-shrink: 0 !important;
}
.flex-xl-shrink-1 {
flex-shrink: 1 !important;
}
.justify-content-xl-start {
justify-content: flex-start !important;
}
.justify-content-xl-end {
justify-content: flex-end !important;
}
.justify-content-xl-center {
justify-content: center !important;
}
.justify-content-xl-between {
justify-content: space-between !important;
}
.justify-content-xl-around {
justify-content: space-around !important;
}
.align-items-xl-start {
align-items: flex-start !important;
}
.align-items-xl-end {
align-items: flex-end !important;
}
.align-items-xl-center {
align-items: center !important;
}
.align-items-xl-baseline {
align-items: baseline !important;
}
.align-items-xl-stretch {
align-items: stretch !important;
}
.align-content-xl-start {
align-content: flex-start !important;
}
.align-content-xl-end {
align-content: flex-end !important;
}
.align-content-xl-center {
align-content: center !important;
}
.align-content-xl-between {
align-content: space-between !important;
}
.align-content-xl-around {
align-content: space-around !important;
}
.align-content-xl-stretch {
align-content: stretch !important;
}
.align-self-xl-auto {
align-self: auto !important;
}
.align-self-xl-start {
align-self: flex-start !important;
}
.align-self-xl-end {
align-self: flex-end !important;
}
.align-self-xl-center {
align-self: center !important;
}
.align-self-xl-baseline {
align-self: baseline !important;
}
.align-self-xl-stretch {
align-self: stretch !important;
}
}
.float-left {
float: left !important;
}

.float-right {
float: right !important;
}

.float-none {
float: none !important;
}

@media (min-width: 576px) {
.float-sm-left {
float: left !important;
}
.float-sm-right {
float: right !important;
}
.float-sm-none {
float: none !important;
}
}
@media (min-width: 768px) {
.float-md-left {
float: left !important;
}
.float-md-right {
float: right !important;
}
.float-md-none {
float: none !important;
}
}
@media (min-width: 992px) {
.float-lg-left {
float: left !important;
}
.float-lg-right {
float: right !important;
}
.float-lg-none {
float: none !important;
}
}
@media (min-width: 1200px) {
.float-xl-left {
float: left !important;
}
.float-xl-right {
float: right !important;
}
.float-xl-none {
float: none !important;
}
}
.user-select-all {
user-select: all !important;
}

.user-select-auto {
user-select: auto !important;
}

.user-select-none {
user-select: none !important;
}

.overflow-auto {
overflow: auto !important;
}

.overflow-hidden {
overflow: hidden !important;
}

.position-static {
position: static !important;
}

.position-relative {
position: relative !important;
}

.position-absolute {
position: absolute !important;
}

.position-fixed {
position: fixed !important;
}

.position-sticky {
position: sticky !important;
}

.fixed-top {
position: fixed;
top: 0;
right: 0;
left: 0;
z-index: 1030;
}

.fixed-bottom {
position: fixed;
right: 0;
bottom: 0;
left: 0;
z-index: 1030;
}

@supports (position: sticky) {
.sticky-top {
position: sticky;
top: 0;
z-index: 1020;
}
}

.sr-only {
position: absolute;
width: 1px;
height: 1px;
padding: 0;
margin: -1px;
overflow: hidden;
clip: rect(0, 0, 0, 0);
white-space: nowrap;
border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
position: static;
width: auto;
height: auto;
overflow: visible;
clip: auto;
white-space: normal;
}

.shadow-sm {
box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-lg {
box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
box-shadow: none !important;
}

.w-25 {
width: 25% !important;
}

.w-50 {
width: 50% !important;
}

.w-75 {
width: 75% !important;
}

.w-100 {
width: 100% !important;
}

.w-auto {
width: auto !important;
}

.h-25 {
height: 25% !important;
}

.h-50 {
height: 50% !important;
}

.h-75 {
height: 75% !important;
}

.h-100 {
height: 100% !important;
}

.h-auto {
height: auto !important;
}

.mw-100 {
max-width: 100% !important;
}

.mh-100 {
max-height: 100% !important;
}

.min-vw-100 {
min-width: 100vw !important;
}

.min-vh-100 {
min-height: 100vh !important;
}

.vw-100 {
width: 100vw !important;
}

.vh-100 {
height: 100vh !important;
}

.m-0 {
margin: 0 !important;
}

.mt-0,
.my-0 {
margin-top: 0 !important;
}

.mr-0,
.mx-0 {
margin-right: 0 !important;
}

.mb-0,
.my-0 {
margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
margin-left: 0 !important;
}

.m-1 {
margin: 0.25rem !important;
}

.mt-1,
.my-1 {
margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
margin-left: 0.25rem !important;
}

.m-2 {
margin: 0.5rem !important;
}

.mt-2,
.my-2 {
margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
margin-left: 0.5rem !important;
}

.m-3 {
margin: 1rem !important;
}

.mt-3,
.my-3 {
margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
margin-right: 1rem !important;
}

.mb-3,
.my-3 {
margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
margin-left: 1rem !important;
}

.m-4 {
margin: 1.5rem !important;
}

.mt-4,
.my-4 {
margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
margin-left: 1.5rem !important;
}

.m-5 {
margin: 3rem !important;
}

.mt-5,
.my-5 {
margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
margin-right: 3rem !important;
}

.mb-5,
.my-5 {
margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
margin-left: 3rem !important;
}

.p-0 {
padding: 0 !important;
}

.pt-0,
.py-0 {
padding-top: 0 !important;
}

.pr-0,
.px-0 {
padding-right: 0 !important;
}

.pb-0,
.py-0 {
padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
padding-left: 0 !important;
}

.p-1 {
padding: 0.25rem !important;
}

.pt-1,
.py-1 {
padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
padding-left: 0.25rem !important;
}

.p-2 {
padding: 0.5rem !important;
}

.pt-2,
.py-2 {
padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
padding-left: 0.5rem !important;
}

.p-3 {
padding: 1rem !important;
}

.pt-3,
.py-3 {
padding-top: 1rem !important;
}

.pr-3,
.px-3 {
padding-right: 1rem !important;
}

.pb-3,
.py-3 {
padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
padding-left: 1rem !important;
}

.p-4 {
padding: 1.5rem !important;
}

.pt-4,
.py-4 {
padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
padding-left: 1.5rem !important;
}

.p-5 {
padding: 3rem !important;
}

.pt-5,
.py-5 {
padding-top: 3rem !important;
}

.pr-5,
.px-5 {
padding-right: 3rem !important;
}

.pb-5,
.py-5 {
padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
padding-left: 3rem !important;
}

.m-n1 {
margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
margin-left: -0.25rem !important;
}

.m-n2 {
margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
margin-left: -0.5rem !important;
}

.m-n3 {
margin: -1rem !important;
}

.mt-n3,
.my-n3 {
margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
margin-left: -1rem !important;
}

.m-n4 {
margin: -1.5rem !important;
}

.mt-n4,
.my-n4 {
margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
margin-left: -1.5rem !important;
}

.m-n5 {
margin: -3rem !important;
}

.mt-n5,
.my-n5 {
margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
margin-left: -3rem !important;
}

.m-auto {
margin: auto !important;
}

.mt-auto,
.my-auto {
margin-top: auto !important;
}

.mr-auto,
.mx-auto {
margin-right: auto !important;
}

.mb-auto,
.my-auto {
margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
margin-left: auto !important;
}

@media (min-width: 576px) {
.m-sm-0 {
margin: 0 !important;
}
.mt-sm-0,
.my-sm-0 {
margin-top: 0 !important;
}
.mr-sm-0,
.mx-sm-0 {
margin-right: 0 !important;
}
.mb-sm-0,
.my-sm-0 {
margin-bottom: 0 !important;
}
.ml-sm-0,
.mx-sm-0 {
margin-left: 0 !important;
}
.m-sm-1 {
margin: 0.25rem !important;
}
.mt-sm-1,
.my-sm-1 {
margin-top: 0.25rem !important;
}
.mr-sm-1,
.mx-sm-1 {
margin-right: 0.25rem !important;
}
.mb-sm-1,
.my-sm-1 {
margin-bottom: 0.25rem !important;
}
.ml-sm-1,
.mx-sm-1 {
margin-left: 0.25rem !important;
}
.m-sm-2 {
margin: 0.5rem !important;
}
.mt-sm-2,
.my-sm-2 {
margin-top: 0.5rem !important;
}
.mr-sm-2,
.mx-sm-2 {
margin-right: 0.5rem !important;
}
.mb-sm-2,
.my-sm-2 {
margin-bottom: 0.5rem !important;
}
.ml-sm-2,
.mx-sm-2 {
margin-left: 0.5rem !important;
}
.m-sm-3 {
margin: 1rem !important;
}
.mt-sm-3,
.my-sm-3 {
margin-top: 1rem !important;
}
.mr-sm-3,
.mx-sm-3 {
margin-right: 1rem !important;
}
.mb-sm-3,
.my-sm-3 {
margin-bottom: 1rem !important;
}
.ml-sm-3,
.mx-sm-3 {
margin-left: 1rem !important;
}
.m-sm-4 {
margin: 1.5rem !important;
}
.mt-sm-4,
.my-sm-4 {
margin-top: 1.5rem !important;
}
.mr-sm-4,
.mx-sm-4 {
margin-right: 1.5rem !important;
}
.mb-sm-4,
.my-sm-4 {
margin-bottom: 1.5rem !important;
}
.ml-sm-4,
.mx-sm-4 {
margin-left: 1.5rem !important;
}
.m-sm-5 {
margin: 3rem !important;
}
.mt-sm-5,
.my-sm-5 {
margin-top: 3rem !important;
}
.mr-sm-5,
.mx-sm-5 {
margin-right: 3rem !important;
}
.mb-sm-5,
.my-sm-5 {
margin-bottom: 3rem !important;
}
.ml-sm-5,
.mx-sm-5 {
margin-left: 3rem !important;
}
.p-sm-0 {
padding: 0 !important;
}
.pt-sm-0,
.py-sm-0 {
padding-top: 0 !important;
}
.pr-sm-0,
.px-sm-0 {
padding-right: 0 !important;
}
.pb-sm-0,
.py-sm-0 {
padding-bottom: 0 !important;
}
.pl-sm-0,
.px-sm-0 {
padding-left: 0 !important;
}
.p-sm-1 {
padding: 0.25rem !important;
}
.pt-sm-1,
.py-sm-1 {
padding-top: 0.25rem !important;
}
.pr-sm-1,
.px-sm-1 {
padding-right: 0.25rem !important;
}
.pb-sm-1,
.py-sm-1 {
padding-bottom: 0.25rem !important;
}
.pl-sm-1,
.px-sm-1 {
padding-left: 0.25rem !important;
}
.p-sm-2 {
padding: 0.5rem !important;
}
.pt-sm-2,
.py-sm-2 {
padding-top: 0.5rem !important;
}
.pr-sm-2,
.px-sm-2 {
padding-right: 0.5rem !important;
}
.pb-sm-2,
.py-sm-2 {
padding-bottom: 0.5rem !important;
}
.pl-sm-2,
.px-sm-2 {
padding-left: 0.5rem !important;
}
.p-sm-3 {
padding: 1rem !important;
}
.pt-sm-3,
.py-sm-3 {
padding-top: 1rem !important;
}
.pr-sm-3,
.px-sm-3 {
padding-right: 1rem !important;
}
.pb-sm-3,
.py-sm-3 {
padding-bottom: 1rem !important;
}
.pl-sm-3,
.px-sm-3 {
padding-left: 1rem !important;
}
.p-sm-4 {
padding: 1.5rem !important;
}
.pt-sm-4,
.py-sm-4 {
padding-top: 1.5rem !important;
}
.pr-sm-4,
.px-sm-4 {
padding-right: 1.5rem !important;
}
.pb-sm-4,
.py-sm-4 {
padding-bottom: 1.5rem !important;
}
.pl-sm-4,
.px-sm-4 {
padding-left: 1.5rem !important;
}
.p-sm-5 {
padding: 3rem !important;
}
.pt-sm-5,
.py-sm-5 {
padding-top: 3rem !important;
}
.pr-sm-5,
.px-sm-5 {
padding-right: 3rem !important;
}
.pb-sm-5,
.py-sm-5 {
padding-bottom: 3rem !important;
}
.pl-sm-5,
.px-sm-5 {
padding-left: 3rem !important;
}
.m-sm-n1 {
margin: -0.25rem !important;
}
.mt-sm-n1,
.my-sm-n1 {
margin-top: -0.25rem !important;
}
.mr-sm-n1,
.mx-sm-n1 {
margin-right: -0.25rem !important;
}
.mb-sm-n1,
.my-sm-n1 {
margin-bottom: -0.25rem !important;
}
.ml-sm-n1,
.mx-sm-n1 {
margin-left: -0.25rem !important;
}
.m-sm-n2 {
margin: -0.5rem !important;
}
.mt-sm-n2,
.my-sm-n2 {
margin-top: -0.5rem !important;
}
.mr-sm-n2,
.mx-sm-n2 {
margin-right: -0.5rem !important;
}
.mb-sm-n2,
.my-sm-n2 {
margin-bottom: -0.5rem !important;
}
.ml-sm-n2,
.mx-sm-n2 {
margin-left: -0.5rem !important;
}
.m-sm-n3 {
margin: -1rem !important;
}
.mt-sm-n3,
.my-sm-n3 {
margin-top: -1rem !important;
}
.mr-sm-n3,
.mx-sm-n3 {
margin-right: -1rem !important;
}
.mb-sm-n3,
.my-sm-n3 {
margin-bottom: -1rem !important;
}
.ml-sm-n3,
.mx-sm-n3 {
margin-left: -1rem !important;
}
.m-sm-n4 {
margin: -1.5rem !important;
}
.mt-sm-n4,
.my-sm-n4 {
margin-top: -1.5rem !important;
}
.mr-sm-n4,
.mx-sm-n4 {
margin-right: -1.5rem !important;
}
.mb-sm-n4,
.my-sm-n4 {
margin-bottom: -1.5rem !important;
}
.ml-sm-n4,
.mx-sm-n4 {
margin-left: -1.5rem !important;
}
.m-sm-n5 {
margin: -3rem !important;
}
.mt-sm-n5,
.my-sm-n5 {
margin-top: -3rem !important;
}
.mr-sm-n5,
.mx-sm-n5 {
margin-right: -3rem !important;
}
.mb-sm-n5,
.my-sm-n5 {
margin-bottom: -3rem !important;
}
.ml-sm-n5,
.mx-sm-n5 {
margin-left: -3rem !important;
}
.m-sm-auto {
margin: auto !important;
}
.mt-sm-auto,
.my-sm-auto {
margin-top: auto !important;
}
.mr-sm-auto,
.mx-sm-auto {
margin-right: auto !important;
}
.mb-sm-auto,
.my-sm-auto {
margin-bottom: auto !important;
}
.ml-sm-auto,
.mx-sm-auto {
margin-left: auto !important;
}
}
@media (min-width: 768px) {
.m-md-0 {
margin: 0 !important;
}
.mt-md-0,
.my-md-0 {
margin-top: 0 !important;
}
.mr-md-0,
.mx-md-0 {
margin-right: 0 !important;
}
.mb-md-0,
.my-md-0 {
margin-bottom: 0 !important;
}
.ml-md-0,
.mx-md-0 {
margin-left: 0 !important;
}
.m-md-1 {
margin: 0.25rem !important;
}
.mt-md-1,
.my-md-1 {
margin-top: 0.25rem !important;
}
.mr-md-1,
.mx-md-1 {
margin-right: 0.25rem !important;
}
.mb-md-1,
.my-md-1 {
margin-bottom: 0.25rem !important;
}
.ml-md-1,
.mx-md-1 {
margin-left: 0.25rem !important;
}
.m-md-2 {
margin: 0.5rem !important;
}
.mt-md-2,
.my-md-2 {
margin-top: 0.5rem !important;
}
.mr-md-2,
.mx-md-2 {
margin-right: 0.5rem !important;
}
.mb-md-2,
.my-md-2 {
margin-bottom: 0.5rem !important;
}
.ml-md-2,
.mx-md-2 {
margin-left: 0.5rem !important;
}
.m-md-3 {
margin: 1rem !important;
}
.mt-md-3,
.my-md-3 {
margin-top: 1rem !important;
}
.mr-md-3,
.mx-md-3 {
margin-right: 1rem !important;
}
.mb-md-3,
.my-md-3 {
margin-bottom: 1rem !important;
}
.ml-md-3,
.mx-md-3 {
margin-left: 1rem !important;
}
.m-md-4 {
margin: 1.5rem !important;
}
.mt-md-4,
.my-md-4 {
margin-top: 1.5rem !important;
}
.mr-md-4,
.mx-md-4 {
margin-right: 1.5rem !important;
}
.mb-md-4,
.my-md-4 {
margin-bottom: 1.5rem !important;
}
.ml-md-4,
.mx-md-4 {
margin-left: 1.5rem !important;
}
.m-md-5 {
margin: 3rem !important;
}
.mt-md-5,
.my-md-5 {
margin-top: 3rem !important;
}
.mr-md-5,
.mx-md-5 {
margin-right: 3rem !important;
}
.mb-md-5,
.my-md-5 {
margin-bottom: 3rem !important;
}
.ml-md-5,
.mx-md-5 {
margin-left: 3rem !important;
}
.p-md-0 {
padding: 0 !important;
}
.pt-md-0,
.py-md-0 {
padding-top: 0 !important;
}
.pr-md-0,
.px-md-0 {
padding-right: 0 !important;
}
.pb-md-0,
.py-md-0 {
padding-bottom: 0 !important;
}
.pl-md-0,
.px-md-0 {
padding-left: 0 !important;
}
.p-md-1 {
padding: 0.25rem !important;
}
.pt-md-1,
.py-md-1 {
padding-top: 0.25rem !important;
}
.pr-md-1,
.px-md-1 {
padding-right: 0.25rem !important;
}
.pb-md-1,
.py-md-1 {
padding-bottom: 0.25rem !important;
}
.pl-md-1,
.px-md-1 {
padding-left: 0.25rem !important;
}
.p-md-2 {
padding: 0.5rem !important;
}
.pt-md-2,
.py-md-2 {
padding-top: 0.5rem !important;
}
.pr-md-2,
.px-md-2 {
padding-right: 0.5rem !important;
}
.pb-md-2,
.py-md-2 {
padding-bottom: 0.5rem !important;
}
.pl-md-2,
.px-md-2 {
padding-left: 0.5rem !important;
}
.p-md-3 {
padding: 1rem !important;
}
.pt-md-3,
.py-md-3 {
padding-top: 1rem !important;
}
.pr-md-3,
.px-md-3 {
padding-right: 1rem !important;
}
.pb-md-3,
.py-md-3 {
padding-bottom: 1rem !important;
}
.pl-md-3,
.px-md-3 {
padding-left: 1rem !important;
}
.p-md-4 {
padding: 1.5rem !important;
}
.pt-md-4,
.py-md-4 {
padding-top: 1.5rem !important;
}
.pr-md-4,
.px-md-4 {
padding-right: 1.5rem !important;
}
.pb-md-4,
.py-md-4 {
padding-bottom: 1.5rem !important;
}
.pl-md-4,
.px-md-4 {
padding-left: 1.5rem !important;
}
.p-md-5 {
padding: 3rem !important;
}
.pt-md-5,
.py-md-5 {
padding-top: 3rem !important;
}
.pr-md-5,
.px-md-5 {
padding-right: 3rem !important;
}
.pb-md-5,
.py-md-5 {
padding-bottom: 3rem !important;
}
.pl-md-5,
.px-md-5 {
padding-left: 3rem !important;
}
.m-md-n1 {
margin: -0.25rem !important;
}
.mt-md-n1,
.my-md-n1 {
margin-top: -0.25rem !important;
}
.mr-md-n1,
.mx-md-n1 {
margin-right: -0.25rem !important;
}
.mb-md-n1,
.my-md-n1 {
margin-bottom: -0.25rem !important;
}
.ml-md-n1,
.mx-md-n1 {
margin-left: -0.25rem !important;
}
.m-md-n2 {
margin: -0.5rem !important;
}
.mt-md-n2,
.my-md-n2 {
margin-top: -0.5rem !important;
}
.mr-md-n2,
.mx-md-n2 {
margin-right: -0.5rem !important;
}
.mb-md-n2,
.my-md-n2 {
margin-bottom: -0.5rem !important;
}
.ml-md-n2,
.mx-md-n2 {
margin-left: -0.5rem !important;
}
.m-md-n3 {
margin: -1rem !important;
}
.mt-md-n3,
.my-md-n3 {
margin-top: -1rem !important;
}
.mr-md-n3,
.mx-md-n3 {
margin-right: -1rem !important;
}
.mb-md-n3,
.my-md-n3 {
margin-bottom: -1rem !important;
}
.ml-md-n3,
.mx-md-n3 {
margin-left: -1rem !important;
}
.m-md-n4 {
margin: -1.5rem !important;
}
.mt-md-n4,
.my-md-n4 {
margin-top: -1.5rem !important;
}
.mr-md-n4,
.mx-md-n4 {
margin-right: -1.5rem !important;
}
.mb-md-n4,
.my-md-n4 {
margin-bottom: -1.5rem !important;
}
.ml-md-n4,
.mx-md-n4 {
margin-left: -1.5rem !important;
}
.m-md-n5 {
margin: -3rem !important;
}
.mt-md-n5,
.my-md-n5 {
margin-top: -3rem !important;
}
.mr-md-n5,
.mx-md-n5 {
margin-right: -3rem !important;
}
.mb-md-n5,
.my-md-n5 {
margin-bottom: -3rem !important;
}
.ml-md-n5,
.mx-md-n5 {
margin-left: -3rem !important;
}
.m-md-auto {
margin: auto !important;
}
.mt-md-auto,
.my-md-auto {
margin-top: auto !important;
}
.mr-md-auto,
.mx-md-auto {
margin-right: auto !important;
}
.mb-md-auto,
.my-md-auto {
margin-bottom: auto !important;
}
.ml-md-auto,
.mx-md-auto {
margin-left: auto !important;
}
}
@media (min-width: 992px) {
.m-lg-0 {
margin: 0 !important;
}
.mt-lg-0,
.my-lg-0 {
margin-top: 0 !important;
}
.mr-lg-0,
.mx-lg-0 {
margin-right: 0 !important;
}
.mb-lg-0,
.my-lg-0 {
margin-bottom: 0 !important;
}
.ml-lg-0,
.mx-lg-0 {
margin-left: 0 !important;
}
.m-lg-1 {
margin: 0.25rem !important;
}
.mt-lg-1,
.my-lg-1 {
margin-top: 0.25rem !important;
}
.mr-lg-1,
.mx-lg-1 {
margin-right: 0.25rem !important;
}
.mb-lg-1,
.my-lg-1 {
margin-bottom: 0.25rem !important;
}
.ml-lg-1,
.mx-lg-1 {
margin-left: 0.25rem !important;
}
.m-lg-2 {
margin: 0.5rem !important;
}
.mt-lg-2,
.my-lg-2 {
margin-top: 0.5rem !important;
}
.mr-lg-2,
.mx-lg-2 {
margin-right: 0.5rem !important;
}
.mb-lg-2,
.my-lg-2 {
margin-bottom: 0.5rem !important;
}
.ml-lg-2,
.mx-lg-2 {
margin-left: 0.5rem !important;
}
.m-lg-3 {
margin: 1rem !important;
}
.mt-lg-3,
.my-lg-3 {
margin-top: 1rem !important;
}
.mr-lg-3,
.mx-lg-3 {
margin-right: 1rem !important;
}
.mb-lg-3,
.my-lg-3 {
margin-bottom: 1rem !important;
}
.ml-lg-3,
.mx-lg-3 {
margin-left: 1rem !important;
}
.m-lg-4 {
margin: 1.5rem !important;
}
.mt-lg-4,
.my-lg-4 {
margin-top: 1.5rem !important;
}
.mr-lg-4,
.mx-lg-4 {
margin-right: 1.5rem !important;
}
.mb-lg-4,
.my-lg-4 {
margin-bottom: 1.5rem !important;
}
.ml-lg-4,
.mx-lg-4 {
margin-left: 1.5rem !important;
}
.m-lg-5 {
margin: 3rem !important;
}
.mt-lg-5,
.my-lg-5 {
margin-top: 3rem !important;
}
.mr-lg-5,
.mx-lg-5 {
margin-right: 3rem !important;
}
.mb-lg-5,
.my-lg-5 {
margin-bottom: 3rem !important;
}
.ml-lg-5,
.mx-lg-5 {
margin-left: 3rem !important;
}
.p-lg-0 {
padding: 0 !important;
}
.pt-lg-0,
.py-lg-0 {
padding-top: 0 !important;
}
.pr-lg-0,
.px-lg-0 {
padding-right: 0 !important;
}
.pb-lg-0,
.py-lg-0 {
padding-bottom: 0 !important;
}
.pl-lg-0,
.px-lg-0 {
padding-left: 0 !important;
}
.p-lg-1 {
padding: 0.25rem !important;
}
.pt-lg-1,
.py-lg-1 {
padding-top: 0.25rem !important;
}
.pr-lg-1,
.px-lg-1 {
padding-right: 0.25rem !important;
}
.pb-lg-1,
.py-lg-1 {
padding-bottom: 0.25rem !important;
}
.pl-lg-1,
.px-lg-1 {
padding-left: 0.25rem !important;
}
.p-lg-2 {
padding: 0.5rem !important;
}
.pt-lg-2,
.py-lg-2 {
padding-top: 0.5rem !important;
}
.pr-lg-2,
.px-lg-2 {
padding-right: 0.5rem !important;
}
.pb-lg-2,
.py-lg-2 {
padding-bottom: 0.5rem !important;
}
.pl-lg-2,
.px-lg-2 {
padding-left: 0.5rem !important;
}
.p-lg-3 {
padding: 1rem !important;
}
.pt-lg-3,
.py-lg-3 {
padding-top: 1rem !important;
}
.pr-lg-3,
.px-lg-3 {
padding-right: 1rem !important;
}
.pb-lg-3,
.py-lg-3 {
padding-bottom: 1rem !important;
}
.pl-lg-3,
.px-lg-3 {
padding-left: 1rem !important;
}
.p-lg-4 {
padding: 1.5rem !important;
}
.pt-lg-4,
.py-lg-4 {
padding-top: 1.5rem !important;
}
.pr-lg-4,
.px-lg-4 {
padding-right: 1.5rem !important;
}
.pb-lg-4,
.py-lg-4 {
padding-bottom: 1.5rem !important;
}
.pl-lg-4,
.px-lg-4 {
padding-left: 1.5rem !important;
}
.p-lg-5 {
padding: 3rem !important;
}
.pt-lg-5,
.py-lg-5 {
padding-top: 3rem !important;
}
.pr-lg-5,
.px-lg-5 {
padding-right: 3rem !important;
}
.pb-lg-5,
.py-lg-5 {
padding-bottom: 3rem !important;
}
.pl-lg-5,
.px-lg-5 {
padding-left: 3rem !important;
}
.m-lg-n1 {
margin: -0.25rem !important;
}
.mt-lg-n1,
.my-lg-n1 {
margin-top: -0.25rem !important;
}
.mr-lg-n1,
.mx-lg-n1 {
margin-right: -0.25rem !important;
}
.mb-lg-n1,
.my-lg-n1 {
margin-bottom: -0.25rem !important;
}
.ml-lg-n1,
.mx-lg-n1 {
margin-left: -0.25rem !important;
}
.m-lg-n2 {
margin: -0.5rem !important;
}
.mt-lg-n2,
.my-lg-n2 {
margin-top: -0.5rem !important;
}
.mr-lg-n2,
.mx-lg-n2 {
margin-right: -0.5rem !important;
}
.mb-lg-n2,
.my-lg-n2 {
margin-bottom: -0.5rem !important;
}
.ml-lg-n2,
.mx-lg-n2 {
margin-left: -0.5rem !important;
}
.m-lg-n3 {
margin: -1rem !important;
}
.mt-lg-n3,
.my-lg-n3 {
margin-top: -1rem !important;
}
.mr-lg-n3,
.mx-lg-n3 {
margin-right: -1rem !important;
}
.mb-lg-n3,
.my-lg-n3 {
margin-bottom: -1rem !important;
}
.ml-lg-n3,
.mx-lg-n3 {
margin-left: -1rem !important;
}
.m-lg-n4 {
margin: -1.5rem !important;
}
.mt-lg-n4,
.my-lg-n4 {
margin-top: -1.5rem !important;
}
.mr-lg-n4,
.mx-lg-n4 {
margin-right: -1.5rem !important;
}
.mb-lg-n4,
.my-lg-n4 {
margin-bottom: -1.5rem !important;
}
.ml-lg-n4,
.mx-lg-n4 {
margin-left: -1.5rem !important;
}
.m-lg-n5 {
margin: -3rem !important;
}
.mt-lg-n5,
.my-lg-n5 {
margin-top: -3rem !important;
}
.mr-lg-n5,
.mx-lg-n5 {
margin-right: -3rem !important;
}
.mb-lg-n5,
.my-lg-n5 {
margin-bottom: -3rem !important;
}
.ml-lg-n5,
.mx-lg-n5 {
margin-left: -3rem !important;
}
.m-lg-auto {
margin: auto !important;
}
.mt-lg-auto,
.my-lg-auto {
margin-top: auto !important;
}
.mr-lg-auto,
.mx-lg-auto {
margin-right: auto !important;
}
.mb-lg-auto,
.my-lg-auto {
margin-bottom: auto !important;
}
.ml-lg-auto,
.mx-lg-auto {
margin-left: auto !important;
}
}
@media (min-width: 1200px) {
.m-xl-0 {
margin: 0 !important;
}
.mt-xl-0,
.my-xl-0 {
margin-top: 0 !important;
}
.mr-xl-0,
.mx-xl-0 {
margin-right: 0 !important;
}
.mb-xl-0,
.my-xl-0 {
margin-bottom: 0 !important;
}
.ml-xl-0,
.mx-xl-0 {
margin-left: 0 !important;
}
.m-xl-1 {
margin: 0.25rem !important;
}
.mt-xl-1,
.my-xl-1 {
margin-top: 0.25rem !important;
}
.mr-xl-1,
.mx-xl-1 {
margin-right: 0.25rem !important;
}
.mb-xl-1,
.my-xl-1 {
margin-bottom: 0.25rem !important;
}
.ml-xl-1,
.mx-xl-1 {
margin-left: 0.25rem !important;
}
.m-xl-2 {
margin: 0.5rem !important;
}
.mt-xl-2,
.my-xl-2 {
margin-top: 0.5rem !important;
}
.mr-xl-2,
.mx-xl-2 {
margin-right: 0.5rem !important;
}
.mb-xl-2,
.my-xl-2 {
margin-bottom: 0.5rem !important;
}
.ml-xl-2,
.mx-xl-2 {
margin-left: 0.5rem !important;
}
.m-xl-3 {
margin: 1rem !important;
}
.mt-xl-3,
.my-xl-3 {
margin-top: 1rem !important;
}
.mr-xl-3,
.mx-xl-3 {
margin-right: 1rem !important;
}
.mb-xl-3,
.my-xl-3 {
margin-bottom: 1rem !important;
}
.ml-xl-3,
.mx-xl-3 {
margin-left: 1rem !important;
}
.m-xl-4 {
margin: 1.5rem !important;
}
.mt-xl-4,
.my-xl-4 {
margin-top: 1.5rem !important;
}
.mr-xl-4,
.mx-xl-4 {
margin-right: 1.5rem !important;
}
.mb-xl-4,
.my-xl-4 {
margin-bottom: 1.5rem !important;
}
.ml-xl-4,
.mx-xl-4 {
margin-left: 1.5rem !important;
}
.m-xl-5 {
margin: 3rem !important;
}
.mt-xl-5,
.my-xl-5 {
margin-top: 3rem !important;
}
.mr-xl-5,
.mx-xl-5 {
margin-right: 3rem !important;
}
.mb-xl-5,
.my-xl-5 {
margin-bottom: 3rem !important;
}
.ml-xl-5,
.mx-xl-5 {
margin-left: 3rem !important;
}
.p-xl-0 {
padding: 0 !important;
}
.pt-xl-0,
.py-xl-0 {
padding-top: 0 !important;
}
.pr-xl-0,
.px-xl-0 {
padding-right: 0 !important;
}
.pb-xl-0,
.py-xl-0 {
padding-bottom: 0 !important;
}
.pl-xl-0,
.px-xl-0 {
padding-left: 0 !important;
}
.p-xl-1 {
padding: 0.25rem !important;
}
.pt-xl-1,
.py-xl-1 {
padding-top: 0.25rem !important;
}
.pr-xl-1,
.px-xl-1 {
padding-right: 0.25rem !important;
}
.pb-xl-1,
.py-xl-1 {
padding-bottom: 0.25rem !important;
}
.pl-xl-1,
.px-xl-1 {
padding-left: 0.25rem !important;
}
.p-xl-2 {
padding: 0.5rem !important;
}
.pt-xl-2,
.py-xl-2 {
padding-top: 0.5rem !important;
}
.pr-xl-2,
.px-xl-2 {
padding-right: 0.5rem !important;
}
.pb-xl-2,
.py-xl-2 {
padding-bottom: 0.5rem !important;
}
.pl-xl-2,
.px-xl-2 {
padding-left: 0.5rem !important;
}
.p-xl-3 {
padding: 1rem !important;
}
.pt-xl-3,
.py-xl-3 {
padding-top: 1rem !important;
}
.pr-xl-3,
.px-xl-3 {
padding-right: 1rem !important;
}
.pb-xl-3,
.py-xl-3 {
padding-bottom: 1rem !important;
}
.pl-xl-3,
.px-xl-3 {
padding-left: 1rem !important;
}
.p-xl-4 {
padding: 1.5rem !important;
}
.pt-xl-4,
.py-xl-4 {
padding-top: 1.5rem !important;
}
.pr-xl-4,
.px-xl-4 {
padding-right: 1.5rem !important;
}
.pb-xl-4,
.py-xl-4 {
padding-bottom: 1.5rem !important;
}
.pl-xl-4,
.px-xl-4 {
padding-left: 1.5rem !important;
}
.p-xl-5 {
padding: 3rem !important;
}
.pt-xl-5,
.py-xl-5 {
padding-top: 3rem !important;
}
.pr-xl-5,
.px-xl-5 {
padding-right: 3rem !important;
}
.pb-xl-5,
.py-xl-5 {
padding-bottom: 3rem !important;
}
.pl-xl-5,
.px-xl-5 {
padding-left: 3rem !important;
}
.m-xl-n1 {
margin: -0.25rem !important;
}
.mt-xl-n1,
.my-xl-n1 {
margin-top: -0.25rem !important;
}
.mr-xl-n1,
.mx-xl-n1 {
margin-right: -0.25rem !important;
}
.mb-xl-n1,
.my-xl-n1 {
margin-bottom: -0.25rem !important;
}
.ml-xl-n1,
.mx-xl-n1 {
margin-left: -0.25rem !important;
}
.m-xl-n2 {
margin: -0.5rem !important;
}
.mt-xl-n2,
.my-xl-n2 {
margin-top: -0.5rem !important;
}
.mr-xl-n2,
.mx-xl-n2 {
margin-right: -0.5rem !important;
}
.mb-xl-n2,
.my-xl-n2 {
margin-bottom: -0.5rem !important;
}
.ml-xl-n2,
.mx-xl-n2 {
margin-left: -0.5rem !important;
}
.m-xl-n3 {
margin: -1rem !important;
}
.mt-xl-n3,
.my-xl-n3 {
margin-top: -1rem !important;
}
.mr-xl-n3,
.mx-xl-n3 {
margin-right: -1rem !important;
}
.mb-xl-n3,
.my-xl-n3 {
margin-bottom: -1rem !important;
}
.ml-xl-n3,
.mx-xl-n3 {
margin-left: -1rem !important;
}
.m-xl-n4 {
margin: -1.5rem !important;
}
.mt-xl-n4,
.my-xl-n4 {
margin-top: -1.5rem !important;
}
.mr-xl-n4,
.mx-xl-n4 {
margin-right: -1.5rem !important;
}
.mb-xl-n4,
.my-xl-n4 {
margin-bottom: -1.5rem !important;
}
.ml-xl-n4,
.mx-xl-n4 {
margin-left: -1.5rem !important;
}
.m-xl-n5 {
margin: -3rem !important;
}
.mt-xl-n5,
.my-xl-n5 {
margin-top: -3rem !important;
}
.mr-xl-n5,
.mx-xl-n5 {
margin-right: -3rem !important;
}
.mb-xl-n5,
.my-xl-n5 {
margin-bottom: -3rem !important;
}
.ml-xl-n5,
.mx-xl-n5 {
margin-left: -3rem !important;
}
.m-xl-auto {
margin: auto !important;
}
.mt-xl-auto,
.my-xl-auto {
margin-top: auto !important;
}
.mr-xl-auto,
.mx-xl-auto {
margin-right: auto !important;
}
.mb-xl-auto,
.my-xl-auto {
margin-bottom: auto !important;
}
.ml-xl-auto,
.mx-xl-auto {
margin-left: auto !important;
}
}
.stretched-link::after {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1;
pointer-events: auto;
content: "";
background-color: rgba(0, 0, 0, 0);
}

.text-monospace {
font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

.text-justify {
text-align: justify !important;
}

.text-wrap {
white-space: normal !important;
}

.text-nowrap {
white-space: nowrap !important;
}

.text-truncate {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}

.text-left {
text-align: left !important;
}

.text-right {
text-align: right !important;
}

.text-center {
text-align: center !important;
}

@media (min-width: 576px) {
.text-sm-left {
text-align: left !important;
}
.text-sm-right {
text-align: right !important;
}
.text-sm-center {
text-align: center !important;
}
}
@media (min-width: 768px) {
.text-md-left {
text-align: left !important;
}
.text-md-right {
text-align: right !important;
}
.text-md-center {
text-align: center !important;
}
}
@media (min-width: 992px) {
.text-lg-left {
text-align: left !important;
}
.text-lg-right {
text-align: right !important;
}
.text-lg-center {
text-align: center !important;
}
}
@media (min-width: 1200px) {
.text-xl-left {
text-align: left !important;
}
.text-xl-right {
text-align: right !important;
}
.text-xl-center {
text-align: center !important;
}
}
.text-lowercase {
text-transform: lowercase !important;
}

.text-uppercase {
text-transform: uppercase !important;
}

.text-capitalize {
text-transform: capitalize !important;
}

.font-weight-light {
font-weight: 300 !important;
}

.font-weight-lighter {
font-weight: lighter !important;
}

.font-weight-normal {
font-weight: 400 !important;
}

.font-weight-bold {
font-weight: 700 !important;
}

.font-weight-bolder {
font-weight: bolder !important;
}

.font-italic {
font-style: italic !important;
}

.text-white {
color: #fff !important;
}

.text-primary {
color: #007bff !important;
}

a.text-primary:hover, a.text-primary:focus {
color: rgb(0, 86.1, 178.5) !important;
}

.text-secondary {
color: #6c757d !important;
}

a.text-secondary:hover, a.text-secondary:focus {
color: rgb(72.5407725322, 78.5858369099, 83.9592274678) !important;
}

.text-success {
color: #28a745 !important;
}

a.text-success:hover, a.text-success:focus {
color: rgb(25.2173913043, 105.2826086957, 43.5) !important;
}

.text-info {
color: #17a2b8 !important;
}

a.text-info:hover, a.text-info:focus {
color: rgb(14.5, 102.1304347826, 116) !important;
}

.text-warning {
color: #ffc107 !important;
}

a.text-warning:hover, a.text-warning:focus {
color: rgb(185.5, 139.125, 0) !important;
}

.text-danger {
color: #dc3545 !important;
}

a.text-danger:hover, a.text-danger:focus {
color: rgb(167.4810126582, 29.0189873418, 42.2848101266) !important;
}

.text-light {
color: #f8f9fa !important;
}

a.text-light:hover, a.text-light:focus {
color: rgb(203.375, 210.75, 218.125) !important;
}

.text-dark {
color: #343a40 !important;
}

a.text-dark:hover, a.text-dark:focus {
color: rgb(17.7068965517, 19.75, 21.7931034483) !important;
}

.text-body {
color: #212529 !important;
}

.text-muted {
color: #6c757d !important;
}

.text-black-50 {
color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
font: 0/0 a;
color: transparent;
text-shadow: none;
background-color: transparent;
border: 0;
}

.text-decoration-none {
text-decoration: none !important;
}

.text-break {
word-break: break-word !important;
word-wrap: break-word !important;
}

.text-reset {
color: inherit !important;
}

.visible {
visibility: visible !important;
}

.invisible {
visibility: hidden !important;
}

@media print {
*,
*::before,
*::after {
text-shadow: none !important;
box-shadow: none !important;
}
a:not(.btn) {
text-decoration: underline;
}
abbr[title]::after {
content: " (" attr(title) ")";
}
pre {
white-space: pre-wrap !important;
}
pre,
blockquote {
border: 1px solid #adb5bd;
page-break-inside: avoid;
}
thead {
display: table-header-group;
}
tr,
img {
page-break-inside: avoid;
}
p,
h2,
h3 {
orphans: 3;
widows: 3;
}
h2,
h3 {
page-break-after: avoid;
}
@page {
size: a3;
}
body {
min-width: 992px !important;
}
.container {
min-width: 992px !important;
}
.navbar {
display: none;
}
.badge {
border: 1px solid #000;
}
.table {
border-collapse: collapse !important;
}
.table td,
.table th {
background-color: #fff !important;
}
.table-bordered th,
.table-bordered td {
border: 1px solid #dee2e6 !important;
}
.table-dark {
color: inherit;
}
.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
border-color: #dee2e6;
}
.table .thead-dark th {
color: inherit;
border-color: #dee2e6;
}
}
* {
scrollbar-width: thin;
}

body {
background-color: #ffffff;
font-family: "Rubik", sans-serif;
font-size: 14px;
font-weight: 400;
color: #103356;
}

a,
button {
transition: all 0.3s ease;
}

a {
text-decoration: none;
color: #c34b5d;
}

a:hover {
text-decoration: none;
outline: 0;
color: #103356;
}

a,
img {
border: none;
outline: none;
}

img,
svg {
max-width: 100%;
height: auto;
display: inline-block;
vertical-align: middle;
}

label {
font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6 {
font-family: "Rubik", sans-serif;
color: #103356;
font-weight: 600;
margin: 0 0 20px;
}

.large-heading h2 {
font-size: 60px;
font-weight: 300;
}
@media (max-width: 1700px) {
.large-heading h2 {
font-size: 50px;
}
}
@media (max-width: 1440px) {
.large-heading h2 {
font-size: 40px;
}
}
@media (max-width: 991px) {
.large-heading h2 {
font-size: 30px;
}
}
@media (max-width: 767px) {
.large-heading h2 {
font-size: 24px;
margin: 0 0 15px;
}
}

p {
display: block;
margin: 0 0 20px;
}

p:last-child {
margin: 0;
}

.container {
width: 100%;
max-width: 1230px;
position: relative;
margin: 0 auto;
padding: 0 15px;
}

.cmn-flex {
display: flex;
align-items: center;
}

.btn-custom {
background: #c34b5d;
font-size: 14px;
font-weight: 500;
color: #ffffff;
padding: 0 25px;
border-radius: 10px;
height: 40px;
line-height: 40px;
border: none;
outline: none;
box-shadow: none;
}
.btn-custom:hover {
background: #c34b5d;
color: #ffffff;
}
.btn-custom[disabled] {
background: #70859a;
color: #d6dce1;
}
.btn-custom.yellow-btn {
background:rgba(195,75,93,0.4);
color: #ffffff;
}
.btn-custom.yellow-btn:hover {
background: #912c3b;
color: #ffffff;
}
.btn-custom.btn-lg, .btn-group-lg > .btn-custom.btn {
font-size: 16px;
height: 50px;
line-height: 50px;
}
@media (max-width: 767px) {
.btn-custom.btn-lg, .btn-group-lg > .btn-custom.btn {
font-size: 14px;
height: 44px;
line-height: 44px;
}
}

.form-control {
height: 56px;
line-height: 56px;
padding: 0 20px;
border-color: rgba(112, 133, 154, 0.3);
border-radius: 5px;
font-size: 14px;
color: #103356;
}
@media (max-width: 1199px) {
.form-control {
height: 44px;
line-height: 44px;
padding: 0 15px;
}
}
.form-control:focus, .form-control:active {
box-shadow: none !important;
outline: none !important; border-color: #c34b5d;
}
.form-control::placeholder {
color: #c0c8d0;
opacity: 1;
}
.form-control::-ms-input-placeholder {
color: #c0c8d0;
}
.form-control.calendar-icon {
background: #ffffff;
}
.form-control.search-input {
background: #ffffff url(../images/search-icon1.png) no-repeat 15px center;
padding-left: 45px;
}
.form-control.cvv-icon {
background: #ffffff url(../images/cvv-icon.png) no-repeat 12px center;
padding-left: 55px;
}

select.form-control {
text-overflow: ellipsis;
white-space: nowrap;
appearance: none;
-webkit-appearance: none;
-moz-appearance: none;
-ms-appearance: none;
background: #ffffff url(../images/select-arrow.png) no-repeat calc(100% - 20px) center;
}

textarea.form-control {
height: 130px;
line-height: normal;
padding: 20px;
resize: none;
}

.cmn-chk {
position: relative;
}
.cmn-chk.dsnone{ display: none;}
.cmn-chk input {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
margin: 0;
opacity: 0;
cursor: pointer;
z-index: 1;
}
.cmn-chk input + label {
font-weight: 400;
font-size: 14px;
color: #103356;
position: relative;
line-height: 22px;
padding-left: 32px;
margin: 0;
}
.cmn-chk input + label::before {
position: absolute;
left: 0;
top: 0;
width: 22px;
height: 22px;
border-radius: 4px;
border: 1px solid #c0cbdc;
background-color: #fff;
content: "";
transition: all 0.3s ease;
}
.cmn-chk input + label::after {
position: absolute;
left: 8px;
top: 4px;
width: 6px;
height: 11px;
border: solid #ffffff;
border-width: 0 2px 2px 0;
transform: rotate(45deg);
content: "";
transition: all 0.3s ease;
opacity: 0;
display: block;
}
.cmn-chk input:checked + label::before {
background-color: #c34b5d;
border-color: #c34b5d;
}
.cmn-chk input:checked + label::after {
opacity: 1;
}

.cmn-radio {
position: relative;
}
.cmn-radio input {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
margin: 0;
opacity: 0;
cursor: pointer;
z-index: 1;
}
.cmn-radio input + label {
font-weight: 400;
font-size: 14px;
color: #103356;
position: relative;
line-height: 22px;
padding-left: 32px;
margin: 0;
}
.cmn-radio input + label::before {
position: absolute;
left: 0;
top: 0;
width: 22px;
height: 22px;
border-radius: 50%;
border: 1px solid #c0cbdc;
background-color: #ffffff;
content: "";
transition: all 0.3s ease;
}
.cmn-radio input + label::after {
position: absolute;
left: 4px;
top: 4px;
width: 14px;
height: 14px;
background-color: #c34b5d;
content: "";
transition: all 0.3s ease;
opacity: 0;
display: block;
border-radius: 50%;
}
.cmn-radio input:checked + label::after {
opacity: 1;
}

.image-cover img {
width: 100%;
height: 100%;
display: block;
object-fit: cover;
}

.owl-carousel .owl-dots {
position: relative;
display: flex;
align-items: center;
justify-content: center;
margin: 20px 0 0;
}
.owl-carousel .owl-dots button.owl-dot {
background: #b6c1cb;
width: 26px;
height: 5px;
margin: 0 3px;
border-radius: 5px;
}
.owl-carousel .owl-dots button.owl-dot.active {
background: #c34b5d;
width: 42px;
}

.breadcrumb {
background-color: transparent;
padding: 0;
margin-bottom: 20px;
}
.breadcrumb li {
font-size: 12px;
position: relative;
padding-right: 15px;
margin-right: 15px;
}
.breadcrumb li:after {
content: ">";
position: absolute;
top: 0;
right: 0;
}
.breadcrumb li:last-child {
padding-right: 0;
margin-right: 0;
}
.breadcrumb li:last-child:after {
display: none;
}
.breadcrumb li a {
text-decoration: underline;
display: block;
}
.breadcrumb li a:hover {
text-decoration: none;
}

.heading-tag {
margin-bottom: 18px;
position: relative;
}
@media (max-width: 767px) {
.heading-tag {
margin-bottom: 12px;
}
}
.heading-tag h3 {
font-size: 18px;
margin-bottom: 0;
}
.heading-tag h3 span {
font-weight: 400;
}
@media (max-width: 767px) {
.heading-tag h3 {
font-size: 16px;
}
}
.heading-tag p {
color: #70859a;
margin-top: 10px;
margin-bottom: 0;
}

.custom-card {
box-shadow: 0px 0px 40px rgba(158, 184, 192, 0.24);
padding: 25px;
border-radius: 15px;
height: calc(100% - 30px);
margin-bottom: 40px;
background: #ffffff;
}
@media (max-width: 1199px) {
.custom-card {
padding: 15px;
height: calc(100% - 15px);
margin-bottom: 25px;
}
}
.custom-card.bank-payment-card-block .row {
margin-right: -5px;
margin-left: -5px;
}
.custom-card.bank-payment-card-block .row [class*=col-] {
padding-right: 5px;
padding-left: 5px;
}
.custom-card.bank-payment-card-block hr {
margin-bottom: 24px;
}

.custom-border-card {
border: 1px solid #fde1e5;
padding: 15px;
border-radius: 15px;
background: #ffffff;
height: calc(100% - 30px);
margin-bottom: 40px;
}
@media (max-width: 1199px) {
.custom-border-card {
height: calc(100% - 15px);
margin-bottom: 25px;
}
}

.promo-code {
position: relative;
}
.promo-code .btn-custom {
position: absolute;
top: 10px;
right: 15px;
width: 115px;
height: 35px;
line-height: 35px;
}
@media (max-width: 1199px) {
.promo-code .btn-custom {
top: 4px;
right: 5px;
}
}

.whatsapp-link {
color: #2dbe00;
}

.bdr-0 {
border: 0 !important;
}

.form-group .main-ph-box {
background: #ffffff;
border: 1px solid rgba(112, 133, 154, 0.3);
border-radius: 5px;
height: 56px;
line-height: 54px;
display: flex;
align-items: center;
position: relative;
}
.form-group .main-ph-box .country-code-box {
width: 90px;
display: flex;
align-items: center; border-right: 1px solid #ccc; position: relative;
}
.form-group .main-ph-box .country-code-box > img{position: absolute; right: 18px; width: 14px; pointer-events: none;}
.form-group .main-ph-box .country-code-box .flag-icon {
width: 44px; display: none;
text-align: right;
}
.form-group .main-ph-box .country-code-box .flag-icon img {
width: 25px;
height: 25px;
border-radius: 50%;
object-fit: cover;
}
.form-group .main-ph-box .country-code-box select.form-control {
width: 72px;
padding: 0 0px 0 15px;
height: 40px;
line-height: 38px;
background-position: right 12px center;
border: none;
border-right: none;
border-radius: 0;
margin: 0;
}
.form-group .main-ph-box .country-code-box > img{position: absolute; right: 14px; width: 14px; pointer-events: none;}
.form-group .main-ph-box .ph-input-box {
flex: auto;
}
.form-group .main-ph-box .ph-input-box input.form-control {
border: none;
background: transparent;
}
.form-group.gender-box .cmn-flex {
min-height: 56px;
background-color: #ffffff;
border: 1px solid rgba(112, 133, 154, 0.3);
border-radius: 5px;
padding: 0 0 0 10px;
}
@media (max-width: 1199px) {
.form-group.gender-box .cmn-flex {
min-height: 44px;
}
}
.form-group.gender-box .cmn-flex .cmn-radio input + label {
padding-left: 28px;
line-height: 24px;
}
.form-group.gender-box .cmn-flex .cmn-radio.mr-3 {
border-right: 1px solid #ccc;
margin-right: 8px !important;
padding-right: 8px;
}

/*All Stoppage Info on Hover & Click Box Css*/
.all-stoppage-box {
display: none;
position: absolute;
width: 465px;
background: #ffffff;
top: 100%;
left: -230px;
border-radius: 10px;
border: 1px solid #ffff33;
box-shadow: 0px 12px 24px rgba(66, 130, 166, 0.29);
padding: 20px;
text-align: left;
font-size: 14px;
cursor: default;
z-index: 9;
}
@media (max-width: 767px) {
.all-stoppage-box {
width: 300px;
left: -117px;
padding: 15px;
}
}
.all-stoppage-box .stoppage-top-part {
border-bottom: 1px solid #d5e0eb;
justify-content: space-between;
margin-bottom: 15px;
padding-bottom: 15px;
}
@media (max-width: 767px) {
.all-stoppage-box .stoppage-top-part {
margin-bottom: 10px;
padding-bottom: 10px;
}
}
.all-stoppage-box .stoppage-top-part h3 {
font-size: 14px;
font-weight: 500;
margin: 0;
}
.all-stoppage-box .stoppage-top-part .stp-cls-btn {
display: flex;
align-items: center;
font-size: 13px;
color: #103356;
font-weight: 500;
}
.all-stoppage-box .stoppage-top-part .stp-cls-btn img {
padding-left: 7px;
}
.all-stoppage-box h4 {
margin: 0 0 15px;
font-size: 14px;
font-weight: 600;
}
@media (max-width: 767px) {
.all-stoppage-box h4 {
margin-bottom: 10px;
}
}
.all-stoppage-box .depart-date-box {
margin-left: 60px;
font-weight: 600;
color: #c34b5d;
display: flex;
align-items: center;
}
@media (max-width: 767px) {
.all-stoppage-box .depart-date-box {
margin-left: 40px;
font-size: 13px;
}
}
.all-stoppage-box .depart-date-box img {
margin-right: 10px;
}
.all-stoppage-box .departure-flow-loop-outer {
position: relative;
padding-top: 20px;
}
@media (max-width: 767px) {
.all-stoppage-box .departure-flow-loop-outer {
padding-top: 15px;
}
}
.all-stoppage-box .departure-flow-loop-outer::before {
position: absolute;
content: "";
width: 1px;
top: 0;
bottom: 0;
left: 69px;
display: block;
background-color: #d5e0eb;
}
@media (max-width: 767px) {
.all-stoppage-box .departure-flow-loop-outer::before {
left: 49px;
}
}
.all-stoppage-box .departure-flow-loop-outer .departure-flow-loop {
align-items: flex-start;
}
.all-stoppage-box .departure-flow-loop-outer .departure-flow-loop .flow-time {
width: 60px;
min-width: 60px;
max-width: 60px;
text-align: center;
font-weight: 600;
}
@media (max-width: 767px) {
.all-stoppage-box .departure-flow-loop-outer .departure-flow-loop .flow-time {
font-size: 12px;
width: 40px;
min-width: 40px;
max-width: 40px;
}
}
.all-stoppage-box .departure-flow-loop-outer .departure-flow-loop .flow-flight-info {
padding-left: 30px;
position: relative;
flex: auto;
}
@media (max-width: 767px) {
.all-stoppage-box .departure-flow-loop-outer .departure-flow-loop .flow-flight-info {
padding-left: 20px;
font-size: 13px;
}
}
.all-stoppage-box .departure-flow-loop-outer .departure-flow-loop .flow-flight-info::before {
width: 13px;
height: 13px;
border-radius: 50%;
background-color: #c34b5d;
border: 1px solid #ffffff;
position: absolute;
top: 1px;
left: 3px;
content: "";
}
.all-stoppage-box .departure-flow-loop-outer .departure-flow-loop .flow-flight-info .flow-box2 {
color: #70859a;
padding: 5px 0;
}

.all-stoppage-box .departure-flow-loop-outer .departure-flow-loop .flow-flight-info .flow-box2 span {
padding: 0 5px;
}
.all-stoppage-box .departure-flow-loop-outer .departure-flow-loop .flow-flight-info .flow-box3 {
color: #70859a;
}
.all-stoppage-box .departure-flow-loop-outer .flow-time-duration {
background-color: #9da9bb;
width: 58px;
height: 20px;
line-height: 20px;
border-radius: 20px;
color: #ffffff;
font-size: 12px;
text-align: center;
display: block;
margin: 15px 0 15px 40px;
position: relative;
}
@media (max-width: 767px) {
.all-stoppage-box .departure-flow-loop-outer .flow-time-duration {
margin: 10px 0 10px 25px;
font-size: 10px;
width: 50px;
height: 18px;
}
}
.all-stoppage-box .departure-flow-loop-outer .flight-change-time {
background-color: #f5fbff;
border: 1px solid #d5e0eb;
border-radius: 8px;
position: relative;
z-index: 2;
padding: 10px 0;
margin-top: 15px;
}
@media (max-width: 767px) {
.all-stoppage-box .departure-flow-loop-outer .flight-change-time {
padding: 7px 0;
margin-top: 10px;
border-radius: 6px;
}
}
.all-stoppage-box .departure-flow-loop-outer .flight-change-time .flight-clock-icon {
width: 60px;
min-width: 60px;
max-width: 60px;
text-align: center;
}
@media (max-width: 767px) {
.all-stoppage-box .departure-flow-loop-outer .flight-change-time .flight-clock-icon {
width: 40px;
min-width: 40px;
max-width: 40px;
}
}
.all-stoppage-box .departure-flow-loop-outer .flight-change-time .flight-tm-drt {
flex: auto;
padding-left: 30px;
position: relative;
}
@media (max-width: 767px) {
.all-stoppage-box .departure-flow-loop-outer .flight-change-time .flight-tm-drt {
padding-left: 20px;
font-size: 13px;
}
}
.all-stoppage-box .departure-flow-loop-outer .flight-change-time .flight-tm-drt::before {
width: 13px;
height: 13px;
border-radius: 50%;
background-color: #70859a;
border: 1px solid #ffffff;
position: absolute;
top: 1px;
left: 2px;
content: "";
}

/*All Stoppage Info on Hover & Click Box Css*/
/*Common Flight Info Box Css*/
.flight-info-loop {
margin: 0 0 25px;
}
@media (max-width: 767px) {
.flight-info-loop {
position: relative;
margin: 0 0 20px;
}
}
.flight-info-loop:last-child {
margin: 0;
}
.flight-info-loop .flight-hd {
margin: 0 0 10px;
}
@media (max-width: 767px) {
.flight-info-loop .flight-hd {
font-size: 13px;
font-weight: 600;
}
}
.flight-info-loop .flight-hd strong {
font-weight: 600;
}
.flight-info-loop .flight-info {
width: 100%;
}
.flight-info-loop .flight-info .flight-logo-outer {
width: 120px;
}
@media (max-width: 767px) {
.flight-info-loop .flight-info .flight-logo-outer {
width: auto;
position: absolute;
right: 0;
top: -10px;
}
}


.flight-info-loop .flight-info .flight-logo-outer .airline-name {
width: 90px;
min-width: 90px;
max-width: 90px;
padding: 0 10px;
}
@media (max-width: 767px) {
.flight-info-loop .flight-info .flight-logo-outer .airline-name {
display: none;
}
}
.flight-info-loop .flight-info .airline-time {
flex: auto;
}
.flight-info-loop .flight-info .airline-time .cmn-timeline {
font-size: 16px;
color: #70859a;
text-transform: uppercase;
width: 120px;
min-width: 120px;
max-width: 120px;
}
@media (max-width: 767px) {
.flight-info-loop .flight-info .airline-time .cmn-timeline {
font-size: 13px;
width: 92px;
min-width: 92px;
max-width: 92px;
}
}
.flight-info-loop .flight-info .airline-time .cmn-timeline strong {
color: #103356;
font-weight: 600;
}
.flight-info-loop .flight-info .airline-time .seprate-line {
flex: auto;
display: flex;
align-items: center;
justify-content: center;
position: relative;
}
.flight-info-loop .flight-info .airline-time .seprate-line::before {
background-color: #fde1e5;
left: 0;
right: 0;
top: 10px;
height: 1px;
position: absolute;
content: "";
}
@media (max-width: 767px) {
.flight-info-loop .flight-info .airline-time .seprate-line::before {
top: 19px;
}
}
.flight-info-loop .flight-info .airline-time .seprate-line .line-group {
background-color: #ffffff;
border: 1px solid #9da9bb;
width: 130px;
height: 20px;
line-height: 18px;
font-size: 12px;
border-radius: 20px;
text-align: center;
color: #103356;
position: relative;
}
@media (max-width: 767px) {
.flight-info-loop .flight-info .airline-time .seprate-line .line-group {
background-color: transparent;
border: none;
width: 70px;
height: auto;
line-height: normal;
font-size: 10px;
border-radius: 0;
display: block;
}
}
.flight-info-loop .flight-info .airline-time .seprate-line .line-group .flight-total-time {
background-color: #9da9bb;
color: #ffffff;
width: 57px;
border-radius: 20px;
position: relative;
}
@media (max-width: 767px) {
.flight-info-loop .flight-info .airline-time .seprate-line .line-group .flight-total-time {
width: 100%;
height: 20px;
line-height: 20px;
margin-top: 0;
background: transparent;
color: #103356;
}
}
.flight-info-loop .flight-info .airline-time .seprate-line .line-group .flight-stop {
flex: auto;
position: relative;
cursor: pointer;
}
@media (max-width: 767px) {
.flight-info-loop .flight-info .airline-time .seprate-line .line-group .flight-stop {
width: 100%;
height: 20px;
line-height: 20px;
margin: 0;
border: none;
border-radius: 20px;
background: transparent;
}
}
.flight-info-loop .flight-info .airline-time .seprate-line .line-group .flight-stop:hover .all-stoppage-box {
display: block;
}
.flight-info-loop .flight-info .airline-time .seprate-line .line-group.flt-direct {
background-color: #008234;
border-color: #008234;
/*color: #ffffff;*/
}
@media (max-width: 767px) {
.flight-info-loop .flight-info .airline-time .seprate-line .line-group.flt-direct {
background-color: transparent;
color: inherit;
}
}
.flight-info-loop .flight-info .airline-time .seprate-line .line-group.flt-direct .flight-stop {
cursor: default;
}
 .flight-info-loop .flight-info .airline-time .seprate-line .line-group.flt-direct .flight-stop span.directinfo{color: #ffffff; cursor: pointer;}
 .flight-info-loop .flight-info .airline-time .seprate-line .line-group.flt-direct .flight-stop span.directinfo img.dinfromationicon{display: inline-block;
    width: 15px; vertical-align: text-bottom; margin-left: 3px;}
 .flight-info-loop .flight-info .airline-time .seprate-line .line-group.flt-direct .flight-stop span.directinfo img.mdinfromationicon{display: none;}
@media (max-width: 767px) {
.flight-info-loop .flight-info .airline-time .seprate-line .line-group.flt-direct .flight-stop {
background-color: transparent;
border-color: transparent;
color: #103356;
}
.flight-info-loop .flight-info .airline-time .seprate-line .line-group.flt-direct .flight-stop span.directinfo{color: #4e535b;}
 .flight-info-loop .flight-info .airline-time .seprate-line .line-group.flt-direct .flight-stop span.directinfo img.dinfromationicon{display: none;}
 .flight-info-loop .flight-info .airline-time .seprate-line .line-group.flt-direct .flight-stop span.directinfo img.mdinfromationicon{display: inline-block;
    width: 15px; vertical-align: text-bottom; margin-left: 3px;}
}

/*Common Flight Info Box Css*/
/*Check in Baggage Info Css*/
.baggage-box {
display: flex;
min-height: 60px;
justify-content: space-between;
}
@media (max-width: 1199px) {
.baggage-box {
min-height: inherit;
align-items: center;
justify-content: space-between;
}
}
.baggage-box .bag-text {
font-size: 12px;
line-height: normal;
color: #70859a;
font-weight: 500;
}
.baggage-box ul {
margin: 0;
padding: 0;
list-style: none;
display: flex;
}
@media (max-width: 1199px) {
.baggage-box ul {
margin: 0;
}
}
.baggage-box ul li {
margin: 0 0 0 7px;
padding: 0;
list-style: none;
position: relative;
}
.baggage-box ul li .info-icn {
position: relative;
z-index: 3;
}
.baggage-box ul li .info-icn img {
cursor: pointer;
}
.baggage-box ul li .info-icn .baggage-block {
position: absolute;
right: -25px;
top: 35px;
background-color: #ffffff;
border-radius: 10px;
border: 1px solid #c34b5d;
min-width: 220px;
box-shadow: 0px 0px 70px rgba(206, 214, 226, 0.57);
font-size: 12px;
padding: 5px 10px;
color: #70859a;
display: none;
}
.baggage-box ul li .info-icn .baggage-block::before {
width: 24px;
height: 11px;
background: url(../images/arw-top.png) no-repeat center center;
position: absolute;
bottom: 98%;
display: block;
content: "";
right: 22px;
}
.baggage-box ul li .info-icn .baggage-block .bgg-loop {
padding-left: 18px;
margin: 3px 0;
background: url(../images/chk-arrow.png) no-repeat left 5px;
}
.baggage-box ul li .info-icn .baggage-block .bgg-loop.not-inc {
background-image: url(../images/not-inc.png);
}
.baggage-box ul li .info-icn:hover .baggage-block {
display: block;
}
.baggage-box.upgrade-baggage {
min-height: inherit;
align-items: center;
}

/*Check in Baggage Info Css*/
/*price-detail-card*/
.price-detail-card {
border: solid 1px #912c3b;
border-radius: 15px;
padding: 0 6px;
box-shadow: 0px 0px 40px rgba(158, 184, 192, 0.24);
background-color: #ffffff;

margin-top: 40px;
}
@media (max-width: 1440px) {
.price-detail-card {
top: 90px;
}
}
@media (max-width: 1199px) {
.price-detail-card {
top: 70px;
}
}
@media (max-width: 991px) {
.price-detail-card {
top: auto;
margin: 0;
position: fixed;
left: 5px;
right: 5px;
bottom: -110%;
z-index: 8;
border-radius: 15px 15px 0 0;
transition: all 0.5s ease;
padding-bottom: 60px;
max-height: calc(100vh - 70px);
overflow-y: auto;
}
}
.price-detail-card h3 {
font-size: 16px;
font-weight: 600;
margin-bottom: 10px; cursor: pointer;
}
.price-detail-card .price-breakdown {
padding: 20px 18px;
}
@media (max-width: 1440px) {
.price-detail-card .price-breakdown {
padding: 15px 10px;
}
}
@media (max-width: 1199px) {
.price-detail-card .price-breakdown {
padding: 10px 5px;
}
}
@media (max-width: 1440px) {
.price-detail-card .price-breakdown h3 {
margin: 0 0 5px;
}
}
@media (max-width: 1199px) {
.price-detail-card .price-breakdown .price-head-card {
display: block !important;
}
}
@media (max-width: 991px) {
.price-detail-card .price-breakdown .price-head-card {
display: flex !important;
align-items: center;
}
}
.price-detail-card .price-breakdown .price-head-card .tickets-tag {
font-size: 13px;
color: #103356;
flex: 0 0 200px;
padding-right: 20px;
line-height: normal;
position: relative;
background: url(../images/down-arw.png) no-repeat right 5px;
transition: all 0.3s ease;
}
@media (max-width: 991px) {
.price-detail-card .price-breakdown .price-head-card .tickets-tag {
font-size: 12px;
}
}
.price-detail-card .price-breakdown .price-head-card span {
font-size: 22px;
color: #103356;
}
@media (max-width: 991px) {
.price-detail-card .price-breakdown .price-head-card span {
font-size: 20px;
}
}
.price-detail-card .price-breakdown .price-head-card.ticket-full-show .tickets-tag {
background: url(../images/up-arrow.png) no-repeat right 5px;
}
.price-detail-card .price-breakdown .price-top-block {
justify-content: space-between;
}
.price-detail-card .price-breakdown .price-top-block label {
margin: 0;
}
.price-detail-card .price-breakdown .price-top-block span {
font-size: 20px;
}
.price-detail-card .price-breakdown .price-top-block.text-small span {
font-size: 16px;
}
.price-detail-card .more-dtl-flight {
display: none;
}
.price-detail-card .more-dtl-flight.ticket-full-show {
display: block;
}
.price-detail-card .add-flight-detail {
margin: 0 18px 12px;
padding: 0 0 12px;
border-bottom: solid 1px rgba(112, 133, 154, 0.3);
}
@media (max-width: 1440px) {
.price-detail-card .add-flight-detail {
margin: 0 13px 7px;
padding: 0 0 8px;
}
}
@media (max-width: 1199px) {
.price-detail-card .add-flight-detail {
margin: 0 10px 12px;
}
}
.price-detail-card .add-flight-detail li {
margin: 0 0 4px;
padding: 0;
font-size: 14px;
color: #70859a;
}
@media (max-width: 1440px) {
.price-detail-card .add-flight-detail li {
margin: 0;
}
}
.price-detail-card .add-flight-detail li:last-child {
margin: 0;
}
.price-detail-card .add-flight-detail li .add-flight-detail-titel {
display: block;
font-size: 14px;
color: #103356;
font-weight: 500;
}
.price-detail-card .add-flight-detail li .add-flight-detail-titel strong {
font-weight: 400;
font-size: 16px;
}
.price-detail-card .baggage-card {
background: linear-gradient(180deg, rgb(243, 245, 247) 0%, rgb(255, 255, 255) 30%);
border-radius: 15px;
padding: 16px 18px;
}
@media (max-width: 1440px) {
.price-detail-card .baggage-card {
padding: 10px 13px;
}
}
@media (max-width: 1199px) {
.price-detail-card .baggage-card {
padding: 10px;
}
}
.price-detail-card .baggage-card ul li {
list-style: none;
margin-bottom: 10px;
position: relative;
}
@media (max-width: 1440px) {
.price-detail-card .baggage-card ul li {
margin-bottom: 5px;
}
}
.price-detail-card .baggage-card ul li:last-child {
margin-bottom: 0;
}
.price-detail-card .baggage-card ul li .baggage-left-info i {
display: block;
margin-right: 8px;
}
.price-detail-card .baggage-card ul li .baggage-left-info i img {
display: block;
}
.price-detail-card .baggage-card ul li .baggage-left-info strong {
font-weight: 600;
}
.price-detail-card .baggage-card ul li .baggage-left-info .more-info {
display: block;
margin-left: 5px;
margin-top: -2px;
}
.price-detail-card .baggage-card ul li .baggage-left-info .more-info svg {
fill: #103356;
width: 14px;
}
.price-detail-card .baggage-card ul li .baggage-left-info .more-info img {
cursor: pointer;
}
.price-detail-card .baggage-card ul li .baggage-left-info .more-info .passanger-bag-info {
position: absolute;
left: 0;
top: 30px;
background-color: #ffffff;
border-radius: 10px;
border: 1px solid #c34b5d;
width: 100%;
box-shadow: 0px 0px 70px rgba(206, 214, 226, 0.57);
font-size: 13px;
padding: 10px;
display: none;
z-index: 1;
}
.price-detail-card .baggage-card ul li .baggage-left-info .more-info .passanger-bag-info::before {
width: 24px;
height: 11px;
background: url(../images/arw-top.png) no-repeat center center;
position: absolute;
bottom: 98%;
display: block;
content: "";
left: 25px;
}
.price-detail-card .baggage-card ul li .baggage-left-info .more-info:hover .passanger-bag-info {
display: block;
}
.price-detail-card .baggage-card ul li .free-tag {
color: #0adb00;
}
.price-detail-card .baggage-card ul li .included-tag {
color: #70859a;
}
.price-detail-card .baggage-card ul li .price-tag-info {
font-size: 16px;
}
.price-detail-card .baggage-card.htl-bg-card ul li .price-tag-info {
text-align: right;
font-size: 14px;
}
@media (max-width: 1199px) {
.price-detail-card .baggage-card.htl-bg-card ul li .price-tag-info {
font-size: 13px;
}
}
.price-detail-card .baggage-card.prc-chkin-chkout-box table {
background-color: #ffffff;
margin: 0;
}
.price-detail-card .baggage-card.prc-chkin-chkout-box table tr td {
padding: 5px;
}
.price-detail-card .baggage-card.prc-chkin-chkout-box table tr td span {
display: block;
color: #70859a;
}
.price-detail-card .baggage-card.prc-chkin-chkout-box table tr td strong {
display: block;
}
.price-detail-card .baggage-card .prc-break li {
color: #70859a;
margin-bottom: 5px;
}
.price-detail-card .baggage-card .prc-break li .baggage-left-info strong {
font-weight: 400;
}
.price-detail-card .baggage-card .prc-break li .baggage-left-info.blue-color strong {
color: #103356;
}
.price-detail-card .baggage-card .prc-break li .baggage-right-info.font-lg {
font-size: 18px;
color: #103356;
}
.price-detail-card .total-price-card {
background-color: #c34b5d;
border-radius: 15px;
margin: 0 -6px;
color: #ffffff;
padding: 16px 24px;
}
@media (max-width: 1440px) {
.price-detail-card .total-price-card {
padding: 10px 15px;
}
}
@media (max-width: 1199px) {
.price-detail-card .total-price-card {
padding: 10px;
}
}
@media (max-width: 991px) {
.price-detail-card .total-price-card {
border-radius: 15px 15px 0 0;
position: fixed;
left: 10px;
right: 10px;
bottom: 0;
padding: 10px 15px;
box-shadow: 0 -10px 10px rgba(31, 30, 36, 0.1);
}
}
@media (max-width: 767px) {
.price-detail-card .total-price-card .left-total {
font-size: 12px;
}
}
.price-detail-card .total-price-card .left-total strong {
display: block;
font-size: 22px;
font-weight: 400;
line-height: normal;
}
@media (max-width: 767px) {
.price-detail-card .total-price-card .left-total strong {
font-weight: 400;
}
}
.price-detail-card .total-price-card .right-total {
font-size: 24px;
font-weight: 500;
}
@media (max-width: 1199px) {
.price-detail-card .total-price-card .right-total {
font-size: 20px;
}
}
.price-detail-card .prc-show-btn {
display: none;
padding: 0 10px;
transition: all 0.5s ease;
}
.price-detail-card .prc-show-btn img {
filter: invert(100%) brightness(100);
}
@media (max-width: 991px) {
.price-detail-card .prc-show-btn {
display: flex;
}
}
.price-detail-card.price-card-open {
bottom: 0;
}
.price-detail-card.price-card-open .prc-show-btn {
transform: rotate(180deg);
}

.car-prc-rt-outer {
position: sticky;
top: 110px;
margin-top: 0;
}
@media (max-width: 1440px) {
.car-prc-rt-outer {
top: 90px;
}
}
@media (max-width: 1199px) {
.car-prc-rt-outer {
top: 70px;
}
}
@media (max-width: 991px) {
.car-prc-rt-outer {
position: inherit;
top: auto !important;
margin: 0 0 20px;
}
}
.car-prc-rt-outer .car-prc-trip-summary {
padding: 15px 20px;
border: solid 1px #c34b5d;
border-radius: 15px;
}
@media (max-width: 767px) {
.car-prc-rt-outer .car-prc-trip-summary {
padding: 15px;
}
}
.car-prc-rt-outer .car-prc-trip-summary h3 {
font-size: 16px;
margin-bottom: 10px;
}
.car-prc-rt-outer .car-prc-trip-summary .departure-flow-loop-outer {
position: relative;
}
.car-prc-rt-outer .car-prc-trip-summary .departure-flow-loop-outer::before {
position: absolute;
content: "";
width: 1px;
top: 0;
bottom: 0;
left: 79px;
display: block;
background-color: #d5e0eb;
}
@media (max-width: 767px) {
.car-prc-rt-outer .car-prc-trip-summary .departure-flow-loop-outer::before {
left: 69px;
}
}
.car-prc-rt-outer .car-prc-trip-summary .departure-flow-loop-outer .departure-flow-loop {
align-items: flex-start;
padding: 15px 0;
}
@media (max-width: 767px) {
.car-prc-rt-outer .car-prc-trip-summary .departure-flow-loop-outer .departure-flow-loop {
padding: 10px 0;
}
}
.car-prc-rt-outer .car-prc-trip-summary .departure-flow-loop-outer .departure-flow-loop .flow-time {
width: 70px;
min-width: 70px;
max-width: 70px;
font-weight: 500;
}
@media (max-width: 767px) {
.car-prc-rt-outer .car-prc-trip-summary .departure-flow-loop-outer .departure-flow-loop .flow-time {
font-size: 13px;
width: 60px;
min-width: 60px;
max-width: 60px;
}
}
.car-prc-rt-outer .car-prc-trip-summary .departure-flow-loop-outer .departure-flow-loop .flow-flight-info {
padding-left: 30px;
position: relative;
flex: auto;
}
@media (max-width: 767px) {
.car-prc-rt-outer .car-prc-trip-summary .departure-flow-loop-outer .departure-flow-loop .flow-flight-info {
padding-left: 25px;
font-size: 13px;
}
}
.car-prc-rt-outer .car-prc-trip-summary .departure-flow-loop-outer .departure-flow-loop .flow-flight-info::before {
width: 13px;
height: 13px;
border-radius: 50%;
background-color: #c34b5d;
border: 1px solid #ffffff;
position: absolute;
top: 5px;
left: 3px;
content: "";
}
@media (max-width: 767px) {
.car-prc-rt-outer .car-prc-trip-summary .departure-flow-loop-outer .departure-flow-loop .flow-flight-info::before {
top: 3px;
}
}
.car-prc-rt-outer .car-prc-trip-summary .departure-flow-loop-outer .departure-flow-loop .flow-flight-info p {
margin: 0;
}
.car-prc-rt-outer .car-prc-trip-summary .departure-flow-loop-outer .departure-flow-loop .flow-flight-info p strong {
font-weight: 600;
}
.car-prc-rt-outer .car-prc-trip-summary .departure-flow-loop-outer .departure-flow-loop .flow-flight-info a {
font-size: 12px;
text-decoration: underline;
}
.car-prc-rt-outer .car-prc-trip-summary .departure-flow-loop-outer .departure-flow-loop .flow-flight-info a:hover {
text-decoration: none;
}
.car-prc-rt-outer .price-detail-card {
margin-top: 20px;
top: auto !important;
position: relative;
}
@media (max-width: 991px) {
.car-prc-rt-outer .price-detail-card {
margin: 0;
position: fixed;
}
}
.car-prc-rt-outer .price-detail-card .baggage-card {
background: transparent;
border-radius: 0;
}

@media (max-width: 991px) {
.car-row {
flex-direction: column-reverse;
}
}

/*price-detail-card*/
/*common-list Css*/
.common-list {
margin: 0;
padding: 0;
}
.common-list li {
position: relative;
color: #70859a;
list-style: none;
padding: 0 0 0 30px;
margin-bottom: 14px;
}
.common-list li:last-child {
margin-bottom: 0;
}
.common-list li strong {
font-weight: 500;
}
.common-list li:before {
width: 20px;
height: 20px;
position: absolute;
top: 0;
left: 0;
content: "";
background: url(../images/check-icon.png) no-repeat;
}

/*common-list Css*/
.fare-rule-card .fare-rule-title {
font-size: 16px;
font-weight: 600;
padding-right: 30px;
padding-bottom: 12px;
}
@media (max-width: 991px) {
.fare-rule-card .fare-rule-title {
font-size: 14px;
}
}
.fare-rule-card .fare-rule-title a {
text-decoration: underline;
}
.fare-rule-card .cmn-chk {
padding-bottom: 30px;
}
.fare-rule-card .btn-custom {
height: 50px;
line-height: 50px;
box-shadow: 0px 12px 24px rgba(66, 130, 166, 0.15);
}
.fare-rule-card .fare-rule-li {
list-style: none;
margin: 0;
padding: 30px 0 0 0;
}
.fare-rule-card .fare-rule-li li {
color: #70859a;
font-size: 14px;
font-weight: 600;
margin: 0 25px;
display: flex;
align-items: center;
}
@media (max-width: 1199px) {
.fare-rule-card .fare-rule-li li {
margin: 0 5px;
font-size: 13px;
}
}
@media (max-width: 767px) {
.fare-rule-card .fare-rule-li li {
display: block;
text-align: center;
line-height: normal;
font-weight: 500;
}
}
.fare-rule-card .fare-rule-li li i {
display: block;
margin-right: 10px;
}
@media (max-width: 767px) {
.fare-rule-card .fare-rule-li li i {
margin: 0 auto 5px;
}
}

/* Hotel List Card */
.hotel-list-card {
border: 1px solid #fde1e5;
border-radius: 15px;
background: #ffffff;
margin-bottom: 20px;
transition: all 0.3s ease;
position: relative;
}
.hotel-list-card:last-child {
margin-bottom: 0;
}
.hotel-list-card:hover {
border-color: #c34b5d;
}
.hotel-list-card:hover .hotel-right-part {
background: linear-gradient(90deg, rgb(254, 254, 244) 0%, rgb(255, 255, 255) 60%);
border-color: #c34b5d;
}
.hotel-list-card:hover .btn-custom {
background-color: #912c3b;
color: #ffffff;
}
.hotel-list-card .hotel-left-part {
padding: 15px;
flex: 1;
position: relative;
}
@media (max-width: 767px) {
.hotel-list-card .hotel-left-part {
padding: 7px;
}
}
.hotel-list-card .hotel-left-part .breakfast-tag {
position: absolute;
top: 35px;
left: 0;
background-color: #cb9ca6;
height: 30px;
line-height: 30px;
border-radius: 0 5px 5px 0;
padding: 0 10px;
z-index: 2;
font-weight: 500;
}
@media (max-width: 767px) {
.hotel-list-card .hotel-left-part .breakfast-tag {
display: none;
}
}
.hotel-list-card .hotel-left-part .breakfast-tag:after {
background: url(../images/tag-bg.png) no-repeat;
width: 5px;
height: 39px;
position: absolute;
top: 0;
left: -5px;
content: "";
}
.hotel-list-card .hotel-left-part .hotel-img {
width: 225px;
height: 250px;
flex: 0 0 225px;
margin-right: 20px;
border-radius: 15px;
overflow: hidden;
position: relative;
}
@media (max-width: 767px) {
.hotel-list-card .hotel-left-part .hotel-img {
width: 100px;
height: auto;
flex: 0 0 100px;
border-radius: 10px;
margin-right: 10px;
}
}
.hotel-list-card .hotel-left-part .hotel-img .heart-tag {
position: absolute;
top: 10px;
right: 10px;
background-color: #ffffff;
border-radius: 50%;
width: 40px;
height: 40px;
display: flex;
align-items: center;
justify-content: center;
z-index: 2;
}
.hotel-list-card .hotel-left-part .hotel-img .heart-tag img {
width: 22px;
height: auto;
}
@media (max-width: 767px) {
.hotel-list-card .hotel-left-part .hotel-img .heart-tag {
padding: 0 6px;
width: 30px;
height: 30px;
top: 7px;
right: 7px;
}
.hotel-list-card .hotel-left-part .hotel-img .heart-tag img {
width: auto;
}
}
.hotel-list-card .hotel-left-part .hotel-img img {
display: block;
width: 100%;
height: 100%;
object-fit: cover;
}
@media (max-width: 767px) {
.hotel-list-card .hotel-left-part .hotel-img .flight-hotel-slider .owl-nav {
display: none !important;
}
}
.hotel-list-card .hotel-left-part .hotel-img .flight-hotel-slider .owl-nav button.owl-next,
.hotel-list-card .hotel-left-part .hotel-img .flight-hotel-slider .owl-nav button.owl-prev {
position: absolute;
top: 50%;
transform: translateY(-50%);
width: 26px;
height: 26px;
border-radius: 0;
background-repeat: no-repeat;
background-color: rgba(174, 193, 204, 0.9);
background-size: 12px auto;
font-size: 0;
}
.hotel-list-card .hotel-left-part .hotel-img .flight-hotel-slider .owl-nav button.owl-prev {
left: 0;
background-image: url(../images/prev-icon.png);
background-position: 5px center;
border-radius: 0 5px 5px 0;
}
.hotel-list-card .hotel-left-part .hotel-img .flight-hotel-slider .owl-nav button.owl-next {
right: 0;
background-image: url(../images/next-icon.png);
background-position: right 5px center;
border-radius: 5px 0 0 5px;
}
.hotel-list-card .hotel-left-part .hotel-img .custom-pagination {
position: absolute;
bottom: 10px;
z-index: 2;
background: #fff;
right: 10px;
border-radius: 20px;
padding: 1px 12px 0;
}
@media (max-width: 767px) {
.hotel-list-card .hotel-left-part .hotel-img .flight-hotel-slider,
.hotel-list-card .hotel-left-part .hotel-img .owl-stage-outer,
.hotel-list-card .hotel-left-part .hotel-img .owl-stage,
.hotel-list-card .hotel-left-part .hotel-img .owl-item,
.hotel-list-card .hotel-left-part .hotel-img .item {
height: 100%;
}
.hotel-list-card .hotel-left-part .hotel-img .custom-pagination {
display: none !important;
}
}
.hotel-list-card .hotel-left-part .hotel-deta-info {
position: relative;
}
@media (max-width: 767px) {
.hotel-list-card .hotel-left-part .hotel-deta-info {
flex: 0 0 calc(100% - 110px);
max-width: calc(100% - 110px);
}
}
.hotel-list-card .hotel-left-part .hotel-deta-info h3 {
margin-bottom: 6px;
font-size: 18px;
}
@media (max-width: 767px) {
.hotel-list-card .hotel-left-part .hotel-deta-info h3 {
font-size: 16px;
}
}
.hotel-list-card .hotel-left-part .hotel-deta-info h3 a {
color: #103356;
}
@media (max-width: 767px) {
.hotel-list-card .hotel-left-part .hotel-deta-info h3 a {
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden;
}
}
.hotel-list-card .hotel-left-part .hotel-deta-info h3 a:hover {
color: #c34b5d;
}
.hotel-list-card .hotel-left-part .hotel-deta-info .pick-drop-info p {
margin: 5px 0 0;
}
.hotel-list-card .hotel-left-part .hotel-deta-info .pick-drop-info p strong {
font-weight: 600;
}
@media (max-width: 767px) {
.hotel-list-card .hotel-left-part .hotel-deta-info .pick-drop-info p {
margin: 0;
font-size: 11px;
display: block;
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
width: 100%;
}
}
.hotel-list-card .hotel-left-part .hotel-deta-info .rating-star {
margin-bottom: 14px;
}
@media (max-width: 767px) {
.hotel-list-card .hotel-left-part .hotel-deta-info .rating-star {
margin-bottom: 10px;
}
}
.hotel-list-card .hotel-left-part .hotel-deta-info .rating-star img {
display: block;
}
.hotel-list-card .hotel-left-part .hotel-deta-info .location-hotel-hrt {
margin-bottom: 16px;
}
@media (max-width: 767px) {
.hotel-list-card .hotel-left-part .hotel-deta-info .location-hotel-hrt {
margin-bottom: 10px;
}
.hotel-list-card .hotel-left-part .hotel-deta-info .location-hotel-hrt .km-tag {
display: block;
width: 40px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
font-size: 11px;
}
}
.hotel-list-card .hotel-left-part .hotel-deta-info .location-hotel-hrt .location-hotel-hrt-left a {
color: #c34b5d;
text-decoration: underline;
margin-right: 10px;
display: flex;
align-items: center;
}
.hotel-list-card .hotel-left-part .hotel-deta-info .location-hotel-hrt .location-hotel-hrt-left a i {
display: block;
margin-right: 5px;
}
.hotel-list-card .hotel-left-part .hotel-deta-info .location-hotel-hrt .location-hotel-hrt-left a i img {
display: block;
}
.hotel-list-card .hotel-left-part .hotel-deta-info .location-hotel-hrt .location-hotel-hrt-left a:last-child {
margin-right: 0;
}
.hotel-list-card .hotel-left-part .hotel-deta-info .location-hotel-hrt .location-hotel-hrt-left a:hover {
text-decoration: none;
}
@media (max-width: 767px) {
.hotel-list-card .hotel-left-part .hotel-deta-info .location-hotel-hrt .location-hotel-hrt-left a {
font-size: 11px;
margin-right: 6px;
}
.hotel-list-card .hotel-left-part .hotel-deta-info .location-hotel-hrt .location-hotel-hrt-left a i {
margin-right: 3px;
width: 11px;
}
}
.hotel-list-card .hotel-left-part .hotel-deta-info .limited-time {
display: inline-block;
background-color: #d9ede5;
border-radius: 15px;
padding: 5px 20px;
color: #008857;
margin-bottom: 16px;
}
@media (max-width: 767px) {
.hotel-list-card .hotel-left-part .hotel-deta-info .limited-time {
padding: 0 10px;
margin-bottom: 8px;
font-size: 12px;
}
}
.hotel-list-card .hotel-left-part .hotel-deta-info .suite-card {
border-left: solid 2px #c34b5d;
padding-left: 10px;
margin-bottom: 10px;
}
@media (max-width: 767px) {
.hotel-list-card .hotel-left-part .hotel-deta-info .suite-card {
padding-left: 5px;
margin-bottom: 7px;
margin-top: 5px;
}
}
.hotel-list-card .hotel-left-part .hotel-deta-info .suite-card span {
display: block;
color: #c34b5d;
font-weight: 500;
padding-bottom: 2px;
}
@media (max-width: 767px) {
.hotel-list-card .hotel-left-part .hotel-deta-info .suite-card span {
font-size: 12px;
padding: 0;
}
}
@media (max-width: 767px) {
.hotel-list-card .hotel-left-part .hotel-deta-info .suite-card p {
font-size: 11px;
font-weight: 500;
}
}
.hotel-list-card .hotel-left-part .hotel-deta-info .free-cancellation {
display: inline-flex;
align-items: center;
color: #4bae4f;
}
.hotel-list-card .hotel-left-part .hotel-deta-info .free-cancellation i {
display: block;
margin-right: 8px;
}
@media (max-width: 767px) {
.hotel-list-card .hotel-left-part .hotel-deta-info .free-cancellation {
font-size: 12px;
}
.hotel-list-card .hotel-left-part .hotel-deta-info .free-cancellation i {
margin-right: 5px;
width: 16px;
}
}
.hotel-list-card .hotel-left-part .hotel-deta-info .hire-feature .limited-time {
padding: 4px 15px;
margin-bottom: 10px;
font-size: 12px;
margin-right: 5px;
}
@media (max-width: 767px) {
.hotel-list-card .hotel-left-part .hotel-deta-info .hire-feature .limited-time {
padding: 1px 10px;
margin-bottom: 5px;
font-size: 11px;
margin-right: 3px;
}
}
.hotel-list-card .hotel-left-part .hotel-deta-info .car-features-list {
margin: 0;
padding: 5px 0 0;
list-style: none;
display: flex;
flex-wrap: wrap;
align-items: center;
}
@media (max-width: 767px) {
.hotel-list-card .hotel-left-part .hotel-deta-info .car-features-list {
padding: 0;
}
}
.hotel-list-card .hotel-left-part .hotel-deta-info .car-features-list li {
display: flex;
align-items: center;
list-style: none;
padding: 0;
margin: 10px 0 0;
color: #70859a;
width: 50%;
line-height: normal;
}
@media (max-width: 767px) {
.hotel-list-card .hotel-left-part .hotel-deta-info .car-features-list li {
align-items: flex-start;
margin: 7px 10px 0 0;
font-size: 11px;
width: auto;
}
}
.hotel-list-card .hotel-left-part .hotel-deta-info .car-features-list li i {
width: 25px;
min-width: 25px;
}
@media (max-width: 767px) {
.hotel-list-card .hotel-left-part .hotel-deta-info .car-features-list li i {
width: 14px;
min-width: 14px;
margin-right: 3px;
}
.hotel-list-card .hotel-left-part .hotel-deta-info .car-features-list li i img {
max-width: 14px;
max-height: 14px;
}
}
.hotel-list-card .hotel-right-part {
width: 235px;
background: linear-gradient(90deg, rgb(246, 247, 249) 0%, rgb(255, 255, 255) 60%);
border-left: 1px solid #fde1e5;
padding: 15px;
display: flex;
flex-direction: column;
justify-content: space-between;
text-align: right;
transition: all 0.3s ease;
border-radius: 0 15px 15px 0;
}
@media (max-width: 1199px) {
.hotel-list-card .hotel-right-part {
width: 100%;
flex-direction: row;
background: #eff3f9;
border-radius: 0 0 15px 15px;
border: none;
}
}
@media (max-width: 767px) {
.hotel-list-card .hotel-right-part {
padding: 7px;
background: transparent !important;
display: block;
}
}
@media (max-width: 767px) {
.hotel-list-card .hotel-right-part .hotel-rating {
position: absolute;
position: absolute;
left: 13px;
bottom: 105px;
}
}
.hotel-list-card .hotel-right-part .hotel-rating .hotel-rating-title {
display: block;
color: #c34b5d;
font-size: 16px;
line-height: normal;
font-weight: 600;
}
.hotel-list-card .hotel-right-part .hotel-rating .hotel-rating-title small {
display: block;
color: #103356;
}
@media (max-width: 767px) {
.hotel-list-card .hotel-right-part .hotel-rating .hotel-rating-title {
display: none;
}
}
.hotel-list-card .hotel-right-part .hotel-rating .rating-number {
display: block;
width: 40px;
height: 40px;
text-align: center;
line-height: 40px;
border-radius: 10px;
background-color: #ffd9de;
margin-left: 10px;
box-shadow: 0 0 7px rgba(216, 116, 12, 0.4) inset;
}
@media (max-width: 767px) {
.hotel-list-card .hotel-right-part .hotel-rating .rating-number {
width: 32px;
height: 32px;
line-height: 32px;
border-radius: 5px;
margin-left: 0;
position: relative;
z-index: 2;
}
}
.hotel-list-card .hotel-right-part .hotel-rating .rate-dtl-link {
display: flex;
align-items: center;
justify-content: flex-end;
font-size: 12px;
text-decoration: underline;
margin-top: 10px;
}
@media (max-width: 767px) {
.hotel-list-card .hotel-right-part .hotel-rating .rate-dtl-link {
display: none;
}
}
.hotel-list-card .hotel-right-part .hotel-rating .rate-dtl-link i {
margin-left: 7px;
}
.hotel-list-card .hotel-right-part .hotel-rating .rate-dtl-link:hover {
text-decoration: none;
}
.hotel-list-card .hotel-right-part .hotel-price-bottom span {
display: block;
}
.hotel-list-card .hotel-right-part .hotel-price-bottom .people-tag {
display: block;
}
@media (max-width: 767px) {
.hotel-list-card .hotel-right-part .hotel-price-bottom .people-tag {
text-align: left;
font-size: 12px;
margin: 0 0 5px;
font-weight: 500;
border-top: 1px solid #fde1e5;
padding-top: 7px;
}
}
@media (max-width: 767px) {
.hotel-list-card .hotel-right-part .hotel-price-bottom .htl-list-prc-btm {
display: flex;
align-items: center;
justify-content: space-between;
text-align: left;
}
}
.hotel-list-card .hotel-right-part .hotel-price-bottom .price-hotel {
font-size: 24px;
line-height: normal;
}
@media (max-width: 767px) {
.hotel-list-card .hotel-right-part .hotel-price-bottom .price-hotel {
font-size: 20px;
display: flex;
align-items: center;
}
}
.hotel-list-card .hotel-right-part .hotel-price-bottom .price-hotel small {
color: #ff0000;
font-size: 14px;
text-decoration: line-through;
}
@media (max-width: 767px) {
.hotel-list-card .hotel-right-part .hotel-price-bottom .price-hotel small {
font-size: 12px;
margin-right: 5px;
}
}
.hotel-list-card .hotel-right-part .hotel-price-bottom .price-hotel small.uper-line {
text-decoration: line-through;
}


.hotel-list-card .hotel-right-part .hotel-price-bottom .price-hotel i {
display: inline-block;
top: -3px;
position: relative;
margin-left: 4px;
}
@media (max-width: 767px) {
.hotel-list-card .hotel-right-part .hotel-price-bottom .price-hotel i {
display: none;
}
}
.hotel-list-card .hotel-right-part .hotel-price-bottom .fees-tag {
color: #70859a;
}
@media (max-width: 767px) {
.hotel-list-card .hotel-right-part .hotel-price-bottom .fees-tag {
font-size: 12px;
}
}
.hotel-list-card .hotel-right-part .hotel-price-bottom .btn-custom {
min-width: 185px;
margin-top: 10px;
}
@media (max-width: 767px) {
.hotel-list-card .hotel-right-part .hotel-price-bottom .btn-custom {
min-width: inherit;
border-radius: 6px;
margin-top: 0;
}
}
.hotel-list-card .hotel-right-part .hotel-price-bottom .flgt-inc-outer {
position: relative;
}
@media (max-width: 767px) {
.hotel-list-card .hotel-right-part .hotel-price-bottom .flgt-inc-outer {
position: static;
}
}
.hotel-list-card .hotel-right-part .hotel-price-bottom .flgt-inc-outer .flight-incld-btn {
display: inline-flex;
align-items: center;
text-decoration: underline;
margin-top: 7px;
}
@media (max-width: 767px) {
.hotel-list-card .hotel-right-part .hotel-price-bottom .flgt-inc-outer .flight-incld-btn {
margin-top: 0;
}
}
.hotel-list-card .hotel-right-part .hotel-price-bottom .flgt-inc-outer .flight-incld-btn img {
padding-right: 7px;
}
.hotel-list-card .hotel-right-part .hotel-price-bottom .flgt-inc-outer .all-stoppage-box {
display: none;
width: 400px;
left: auto;
right: 0;
}
@media (max-width: 767px) {
.hotel-list-card .hotel-right-part .hotel-price-bottom .flgt-inc-outer .all-stoppage-box {
width: auto;
left: -2px;
right: -2px;
margin-top: -5px;
}
}
.hotel-list-card .hotel-right-part .hotel-price-bottom .flgt-inc-outer .all-stoppage-box .stoppage-top-part h3 {
font-size: 18px;
}
.hotel-list-card .hotel-right-part .hotel-price-bottom .flgt-inc-outer .all-stoppage-box .departure-flow-loop-outer::before {
bottom: 30px;
}
.hotel-list-card .hotel-right-part .hotel-price-bottom .flgt-inc-outer .all-stoppage-box .departure-flow-loop-outer .departure-flow-loop .flow-flight-info::before {
top: 4px;
}
.hotel-list-card .hotel-right-part .hotel-price-bottom .flgt-inc-outer .all-stoppage-box .flight-return-box {
background: linear-gradient(to bottom, #f6f7f9 0%, #ffffff 100%);
border-radius: 15px 15px 0 0;
margin: 15px -17px 0;
padding: 20px 17px 0;
}
@media (max-width: 767px) {
.hotel-list-card .hotel-right-part .hotel-price-bottom .flgt-inc-outer .all-stoppage-box .flight-return-box {
margin: 10px -12px 0;
padding: 15px 12px 0;
}
}
.hotel-list-card .hotel-right-part .hotel-price-bottom .flgt-inc-outer .all-stoppage-box .flt-btn {
margin-top: 10px;
}
.hotel-list-card .hotel-right-part .hotel-price-bottom .flgt-inc-outer .all-stoppage-box .flt-btn .btn {
background: #c34b5d;
color: #ffffff;
}
.hotel-list-card .hotel-right-part .hotel-price-bottom .flgt-inc-outer .all-stoppage-box .flt-btn .btn:hover {
background: #c34b5d;
color: #103356;
}
.hotel-list-card .hotel-right-part .hotel-price-bottom .flgt-inc-outer:hover .all-stoppage-box {
display: block;
}
.hotel-list-card.car-list-card .hotel-left-part .hotel-img {
background: linear-gradient(to right, rgb(246, 247, 249) 0%, rgba(255, 255, 255, 0) 100%);
}
@media (max-width: 767px) {
.hotel-list-card.car-list-card .hotel-left-part .hotel-img {
display: flex;
align-items: center;
}
.hotel-list-card.car-list-card .hotel-left-part .hotel-img img {
height: auto;
}
}
@media (max-width: 767px) {
.hotel-list-card.car-list-card .hotel-right-part .hotel-price-bottom .htl-list-prc-btm {
border-top: 1px solid #fde1e5;
padding-top: 5px;
}
}
@media (max-width: 767px) {
.hotel-list-card.car-list-card .hotel-right-part .hotel-price-bottom .htl-list-prc-btm .htl-list-prc-lt {
display: flex;
flex-direction: column-reverse;
}
}
@media (max-width: 767px) {
.hotel-list-card.car-list-card .hotel-right-part .hotel-price-bottom .people-tag {
border: none;
margin: 0;
padding: 0;
color: #70859a;
}
}
@media (max-width: 767px) {
.hotel-list-card.car-list-card .hotel-right-part .hotel-price-bottom .btn-custom {
min-width: 140px;
}
}
@media (max-width: 767px) {
.hotel-list-card.car-list-card .hotel-right-part .hotel-rating {
bottom: 75px;
}
}

/* Hotel List Card */
/* Common Left Sort & Filter Card */
.result-filter {
flex: 0 0 305px;
max-width: 305px;
padding: 0 15px;
}
@media (max-width: 991px) {
.result-filter {
display: block;
padding: 0;
width: 100%;
max-width: 100%;
position: fixed;
left: 0;
right: 0;
top: 120%;
bottom: -1px;
z-index: 9999;
background: #ffffff;
overflow-y: auto;
opacity: 0;
visibility: hidden;
transition: all 0.5s ease;
}
}
.result-filter h3 {
font-size: 16px;
font-weight: 600;
margin: 0;
}
.result-filter p {
font-size: 14px;
margin: 0;
}
.result-filter .filter-desktop-title {
position: relative;
}
@media (max-width: 991px) {
.result-filter .filter-desktop-title {
background: #fff;
padding: 15px;
box-shadow: 0 10px 20px rgba(66, 130, 166, 0.1);
}
.result-filter .filter-desktop-title h3 {
color: #c34b5d;
}
.result-filter .filter-desktop-title p {
color: #70859a;
font-size: 12px;
}
}
.result-filter .filter-desktop-title .clear-all-btn {
position: absolute;
right: 0;
bottom: 0;
font-size: 14px;
text-decoration: underline;
}
@media (max-width: 991px) {
.result-filter .filter-desktop-title .clear-all-btn {
display: none;
}
}
.result-filter .filter-desktop-title .mobile-filter-close-btn {
display: none;
}
@media (max-width: 991px) {
.result-filter .filter-desktop-title .mobile-filter-close-btn {
display: flex;
align-items: center;
font-size: 13px;
position: absolute;
right: 15px;
top: 23px;
color: #103356;
font-weight: 500;
z-index: 1;
}
.result-filter .filter-desktop-title .mobile-filter-close-btn img {
padding-left: 8px;
}
}
.result-filter .filter-outer-box {
background-color: #ffffff;
padding: 20px;
border-radius: 15px;
box-shadow: 0px 0px 40px rgba(158, 184, 192, 0.24);
margin-top: 20px;
position: sticky;
top: 110px;
min-height: inherit;
z-index: 1;
}
@media (max-width: 1440px) {
.result-filter .filter-outer-box {
top: 84px;
}
}
@media (max-width: 1199px) {
.result-filter .filter-outer-box {
top: 64px;
}
}
@media (max-width: 991px) {
.result-filter .filter-outer-box {
padding: 15px;
border-radius: 0;
box-shadow: none;
margin: 20px 15px;
min-height: auto;
top: auto;
position: relative;
}
}
.result-filter .filter-outer-box::before {
border-radius: 15px;
height: 235px;
width: auto;
top: 4px;
left: 4px;
right: 4px;
position: absolute;
content: "";
z-index: -1;
background: linear-gradient(to bottom, rgb(243, 245, 249) 0%, rgb(255, 255, 255) 69%, rgb(255, 255, 255) 100%);
}
@media (max-width: 991px) {
.result-filter .filter-outer-box::before {
top: 0;
left: 0;
right: 0;
}
}
.result-filter .filter-outer-box .hotel-map {
height: 130px;
border-radius: 12px;
overflow: hidden;
margin: -15px -15px 25px;
position: relative;
}
@media (max-width: 991px) {
.result-filter .filter-outer-box .hotel-map {
display: none;
}
}
.result-filter .filter-outer-box .hotel-map img {
width: 100%;
height: 100%;
display: block;
object-fit: cover;
}
.result-filter .filter-outer-box .hotel-map .btn-custom {
position: absolute;
left: 0;
right: 0;
top: 50%;
transform: translateY(-50%);
z-index: 1;
max-width: 185px;
margin: 0 auto;
}
.result-filter .filter-outer-box .hotel-name-card {
border-bottom: solid 2px #e4e8ec;
padding-bottom: 20px;
margin-bottom: 20px;
}
.result-filter .filter-outer-box .hotel-name-card h3 {
margin-bottom: 10px;
}
.result-filter .filter-outer-box .hotel-name-card .form-control {
height: 44px;
line-height: 44px;
}
.result-filter .filter-outer-box .price-card {
border-bottom: solid 2px #e4e8ec;
padding-bottom: 20px;
margin-bottom: 20px;
}
.result-filter .filter-outer-box .price-card h3 {
display: flex;
align-items: center;
}
.result-filter .filter-outer-box .price-card h3 span {
font-weight: 400;
}
.result-filter .filter-outer-box .price-card h3 img {
margin-right: 7px;
}
.result-filter .filter-outer-box .rating-card-list {
margin: 0;
padding: 0;
list-style: none;
}
.result-filter .filter-outer-box .rating-card-list li {
background-color: #f5f6f8;
border-radius: 5px;
color: #70859a;
display: flex;
align-items: center;
justify-content: center;
min-width: 48px;
margin-right: 5px;
padding: 3px 0;
}
.result-filter .filter-outer-box .rating-card-list li img {
display: block;
margin-top: -2px;
margin-left: 4px;
}
.result-filter .filter-outer-box .accordion .card {
margin: 0 0 20px;
border-radius: 0;
border: 0;
border-bottom: solid 2px #e4e8ec;
padding-bottom: 20px;
background: transparent;
}
@media (max-width: 991px) {
.result-filter .filter-outer-box .accordion .card {
border-width: 1px;
margin: 0 0 15px;
padding-bottom: 15px;
}
}
.result-filter .filter-outer-box .accordion .card .card-header {
border-radius: 0;
border: 0;
margin: 0;
padding: 0;
background: transparent;
}
.result-filter .filter-outer-box .accordion .card .card-header h3 .btn {
background: transparent;
border: none;
box-shadow: none;
font-weight: 600;
padding: 7px 0;
color: #103356;
position: relative;
text-decoration: none;
outline: none;
font-size: 16px;
}
@media (max-width: 991px) {
.result-filter .filter-outer-box .accordion .card .card-header h3 .btn {
font-size: 14px;
padding: 0;
}
}
.result-filter .filter-outer-box .accordion .card .card-header h3 .btn::after {
width: 16px;
height: 8px;
background: url(../images/down-arw.png) no-repeat center center;
position: absolute;
right: 0;
top: 15px;
display: block;
content: "";
transition: all 0.3s ease;
}
@media (max-width: 991px) {
.result-filter .filter-outer-box .accordion .card .card-header h3 .btn::after {
top: 7px;
}
}
.result-filter .filter-outer-box .accordion .card .card-header h3 .btn[aria-expanded=true]::after {
transform: rotate(-180deg);
}
@media (max-width: 991px) {
.result-filter .filter-outer-box .accordion .card .card-header h3 .btn[aria-expanded=true]::after {
transform: rotate(0deg);
}
}
@media (max-width: 991px) {
.result-filter .filter-outer-box .accordion .card .card-header h3 .btn[aria-expanded=false]::after {
transform: rotate(180deg);
}
}
.result-filter .filter-outer-box .accordion .card .card-header h3 .btn span {
font-weight: 400;
}
.result-filter .filter-outer-box .accordion .card-body {
background: transparent;
border: none;
box-shadow: none;
padding: 15px 0 0;
position: relative;
}
.result-filter .filter-outer-box .accordion .card-body .cmn-chk {
margin: 0 0 18px;
}
@media (max-width: 991px) {
.result-filter .filter-outer-box .accordion .card-body .cmn-chk {
margin: 0 0 10px;
}
}
.result-filter .filter-outer-box .accordion .card-body .cmn-chk:last-child {
margin: 0;
}
.result-filter .filter-outer-box .accordion .card-body .cmn-chk input + label {
display: block;
}
.result-filter .filter-outer-box .accordion .card-body .cmn-chk input + label span {
display: block;
font-size: 12px;
color: #70859a;
margin-top: -3px;
}
.result-filter .filter-outer-box .accordion .card-body .cmn-chk input + label small {
font-size: 14px;
color: #70859a;
position: absolute;
right: 0;
top: 0;
}
.result-filter .filter-outer-box .accordion .card-body .cmn-chk.allFilterChk input + label {
color: #c34b5d;
}
.result-filter .filter-outer-box .accordion .card-body .cmn-chk.allFilterChk input + label .filterClearBtn {
text-decoration: underline;
position: absolute;
right: 0;
z-index: 1;
}
.result-filter .filter-outer-box .accordion .card-body .cmn-chk.allFilterChk input + label .filterClearBtn:hover {
text-decoration: none;
}
.result-filter .filter-outer-box .accordion .card-body .cmn-chk.allFilterChk input + label::before {
border-color: #c34b5d;
}
.result-filter .filter-outer-box .accordion .card-body .cmn-radio {
margin: 0 0 15px;
}
@media (max-width: 991px) {
.result-filter .filter-outer-box .accordion .card-body .cmn-radio {
margin: 0 0 10px;
}
}
.result-filter .filter-outer-box .accordion .card-body .cmn-radio:last-child {
margin: 0;
}
.result-filter .filter-outer-box .accordion .card-body .cmn-radio input + label {
display: block;
}
.result-filter .filter-outer-box .accordion .card-body .cmn-radio input + label span {
display: block;
font-size: 12px;
color: #70859a;
margin-top: -3px;
}
.result-filter .filter-outer-box .accordion .card-body .cmn-radio input + label small {
font-size: 14px;
color: #70859a;
position: absolute;
right: 0;
top: 0;
}
.result-filter .filter-outer-box .accordion .card-body .time-range-box {
margin: 0 0 20px;
}
.result-filter .filter-outer-box .accordion .card-body .time-range-box:last-child {
margin: 0;
}
.result-filter .filter-outer-box .accordion .card-body .time-range-box h4 {
margin: 0 0 10px;
font-size: 14px;
font-weight: 500;
}

.result-filter .filter-outer-box .accordion .card-body .time-range-box div#slider-range3 span + span{}

.result-filter .filter-outer-box .accordion .card-body .time-range-box .ui-widget.ui-widget-content {
border: none;
margin: 15px 0 10px;
}
.result-filter .filter-outer-box .accordion .card-body .time-range-box .ui-widget-content {
background: #ddd;
}
.result-filter .filter-outer-box .accordion .card-body .time-range-box .ui-slider-horizontal {
height: 3px;
}
.result-filter .filter-outer-box .accordion .card-body .time-range-box .ui-widget-header {
background: #c34b5d;
}
.result-filter .filter-outer-box .accordion .card-body .time-range-box .ui-slider .ui-slider-handle {
width: 18px;
height: 18px;
border-radius: 50%;
}
.result-filter .filter-outer-box .accordion .card-body .time-range-box .ui-slider-horizontal .ui-slider-handle {
top: -8px;
margin-left: 0;
}
/* .result-filter .filter-outer-box .accordion .card-body .time-range-box .ui-slider-horizontal .ui-slider-handle + .ui-slider-handle {
margin-left: -18px;
} */
.result-filter .filter-outer-box .accordion .card-body .time-range-box .ui-state-default,
.result-filter .filter-outer-box .accordion .card-body .time-range-box .ui-widget-content .ui-state-default,
.result-filter .filter-outer-box .accordion .card-body .time-range-box .ui-widget-header .ui-state-default,
.result-filter .filter-outer-box .accordion .card-body .time-range-box .ui-button,
.result-filter .filter-outer-box .accordion .card-body .time-range-box html .ui-button.ui-state-disabled:hover,
.result-filter .filter-outer-box .accordion .card-body .time-range-box html .ui-button.ui-state-disabled:active {
border: 2px solid #c34b5d !important;
background: #fff;
}
.result-filter .filter-outer-box .accordion .card-body .time-range-box .slider-label {
display: flex;
align-items: center;
justify-content: space-between;
}
.result-filter .filter-outer-box .accordion .card-body .time-range-box .slider-label span {
font-size: 12px;
color: #70859a;
}
.result-filter .filter-outer-box .accordion .card-body .time-range-box.font-big .slider-label span {
font-size: 14px;
}
.result-filter .filter-outer-box .accordion .card-body .time-range-box.font-big .ui-widget.ui-widget-content {
margin: 10px 0 10px;
}
.result-filter .filter-outer-box .accordion .card-body .show-more-btn {
position: relative;
text-decoration: underline;
display: block;
}
.result-filter .filter-outer-box .accordion .card-body .show-more-btn::before {
height: 50px;
width: 100%;
position: absolute;
left: 0;
right: 0;
bottom: 100%;
display: block;
content: "";
background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 52%, rgba(255, 255, 255, 0.9) 57%, rgba(255, 255, 255, 0.02) 99%, rgba(255, 255, 255, 0) 100%);
}
.result-filter .filter-outer-box .filter-mobile-title {
display: none;
}
@media (max-width: 991px) {
.result-filter .filter-outer-box .filter-mobile-title {
display: flex;
align-items: center;
justify-content: space-between;
padding: 0 0 20px;
}
.result-filter .filter-outer-box .filter-mobile-title h3 {
margin: 0;
font-size: 16px;
font-weight: 500;
}
.result-filter .filter-outer-box .filter-mobile-title .mobile-clear-all-btn {
font-size: 12px;
text-decoration: underline;
}
}
.result-filter .filter-outer-box .mobile-apply-btn {
display: none;
}
@media (max-width: 991px) {
.result-filter .filter-outer-box .mobile-apply-btn {
display: block;
padding: 10px 0 0;
}
.result-filter .filter-outer-box .mobile-apply-btn .btn-custom {
font-size: 16px;
height: 50px;
line-height: 50px;
display: block;
width: 100%;
}
}
@media (max-width: 991px) {
.result-filter .filter-outer-box .card .card-body {
max-height: 170px;
overflow-y: auto;
padding: 1px 0;
margin: 15px 0 0;
}
.result-filter .filter-outer-box .collapse.show,
.result-filter .filter-outer-box .collapsing {
display: none !important;
}
.result-filter .filter-outer-box .collapse,
.result-filter .filter-outer-box .collapsing {
display: block !important;
}
.result-filter .filter-outer-box #collapseOne,
.result-filter .filter-outer-box #collapseTwo,
.result-filter .filter-outer-box #collapseThree,
.result-filter .filter-outer-box #collapseFour,
.result-filter .filter-outer-box #collapseFive,
.result-filter .filter-outer-box #collapseSix {
height: auto !important;
transition: inherit !important;
}
}
.result-filter.filter-open-mobile {
opacity: 1;
visibility: visible;
top: 0;
}
.result-filter .mobile-sort-box {
display: none;
}
@media (max-width: 991px) {
.result-filter .mobile-sort-box {
display: block;
padding: 15px 15px 0;
}
.result-filter .mobile-sort-box .form-group {
margin: 0;
}
.result-filter .mobile-sort-box .form-group label {
font-size: 16px;
font-weight: 500;
}
.result-filter .mobile-sort-box .form-group select.form-control {
height: 46px;
line-height: 46px;
padding: 0 15px;
}
}

.sort-filter-btn {
display: none;
background: #c34b5d;
color: #103356;
font-size: 14px;
font-weight: 500;
border-radius: 7px;
width: 180px;
text-align: center;
height: 44px;
line-height: 44px;
position: fixed;
left: 0;
right: 0;
margin: 0 auto;
bottom: 10px;
z-index: 5;
box-shadow: 0 0 50px rgba(75, 74, 63, 0.3);
}
.sort-filter-btn img {
padding-right: 5px;
}
@media (max-width: 991px) {
.sort-filter-btn {
display: block;
}
}

/* Common Left Sort & Filter Card */
/* Login Page Css */
.modal-backdrop.show {
opacity: 0.9;
}
.register-modal, .login-modal {
position: absolute;
content: "";
top: 0;
bottom: 0;
left: 0;
right: 0;
display: flex
;
align-items: center;
justify-content: center;
position: fixed;
background-color: rgba(0, 0, 0, 0.9);
z-index: 999;
padding: 0 10px;
}
.modal {
position: fixed;
top: 0;
left: 0;
z-index: 1050;
display: none;
width: 100%;
height: 100%;
overflow: hidden;
outline: 0;
}
.login-modal .modal-dialog {
max-width: 515px;
}
@media (max-width: 575px) {
.login-modal .modal-dialog {
max-width: inherit;
}
}
.login-modal .modal-dialog .modal-content {
border: none;
border-radius: 15px;
}
.login-modal .modal-dialog .modal-content .modal-header {
padding: 30px 30px 40px;
background:#efefef;
border-radius: 15px 15px 0 0;
border: none;
position: relative;
}
@media (max-width: 575px) {
.login-modal .modal-dialog .modal-content .modal-header {
padding: 25px 15px 30px;
}
}
.login-modal .modal-dialog .modal-content .modal-header .login-logo {
width: 216px;
margin: 0 auto;
}
.login-modal .modal-dialog .modal-content .modal-header .close {
position: absolute;
right: 15px;
top: 15px;
font-size: 13px;
color: #103356;
display: flex;
align-items: center;
padding: 0;
margin: 0;
opacity: 1;
text-shadow: none;
font-weight: 400;
}
.login-modal .modal-dialog .modal-content .modal-header .close img {
padding-left: 7px;
}
.login-modal .modal-dialog .modal-content .modal-body {
padding: 30px;
border-radius: 15px;
background: #ffffff;
margin-top: -10px;
}
@media (max-width: 575px) {
.login-modal .modal-dialog .modal-content .modal-body {
padding: 15px;
}
}
.login-modal .modal-dialog .modal-content .modal-body{max-height: calc(100vh - 180px); overflow: auto;}
.login-modal .modal-dialog .modal-content .modal-body .form-group {
margin-bottom: 20px; position: relative;
}
.login-modal .modal-dialog .modal-content .modal-body .btn.btn-lg.w-100 img, .login-modal .modal-dialog .modal-content .modal-body .btn-group-lg > .btn.w-100 img {
width: 14px;
margin-left: 8px;
}
/* .login-modal .modal-dialog .modal-content .modal-body .btn.btn-lg.w-100:hover img, .login-modal .modal-dialog .modal-content .modal-body .btn-group-lg > .btn.w-100:hover img {filter: invert(100%);} */
.login-modal .modal-dialog .modal-content .modal-body .login-text1 {
color: #70859a;
margin-bottom: 15px;
}
.login-modal .modal-dialog .modal-content .modal-body .login-text1 h3 {
font-size: 18px;
margin: 0 0 5px;
}
.login-modal .modal-dialog .modal-content .modal-body .login-type-link a {
font-size: 16px;
}
.login-modal .modal-dialog .modal-content .modal-body .login-or-text {
font-size: 16px;
margin: 20px 0;
}
.login-modal .modal-dialog .modal-content .modal-body .google-btn {
border: 1px solid #bac8de;
border-radius: 10px;
font-size: 16px;
color: #103356;
text-align: center;
display: block;
width: 100%;
padding: 0 15px;
height: 46px;
line-height: 44px;
position: relative;
margin-bottom: 20px;
}
.login-modal .modal-dialog .modal-content .modal-body .google-btn img {
position: absolute;
left: 15px;
top: 11px;
}
.login-modal .modal-dialog .modal-content .modal-body .login-new-text {
margin-bottom: 25px;
}
.login-modal .modal-dialog .modal-content .modal-body .login-new-text a {
text-decoration: underline;
}
.login-modal .modal-dialog .modal-content .modal-body .login-new-text a:hover {
text-decoration: none;
}
.login-modal .modal-dialog .modal-content .modal-body .login-captcha-text {
font-size: 12px;
color: #70859a;
}
.login-modal .modal-dialog .modal-content .modal-body .login-captcha-text a {
color: #70859a;
text-decoration: underline;
}
.login-modal .modal-dialog .modal-content .modal-body .login-captcha-text a:hover {
text-decoration: none;
}
.login-modal.manage-profile-popup .modal-dialog {
max-width: 785px;
}
@media (max-width: 1199px) {
.login-modal.manage-profile-popup .modal-dialog {
max-width: 700px;
}
}
@media (max-width: 767px) {
.login-modal.manage-profile-popup .modal-dialog {
max-width: inherit;
margin: 0.5rem;
}
}
.login-modal.manage-profile-popup .modal-dialog .row {
margin-right: -5px;
margin-left: -5px;
}
.login-modal.manage-profile-popup .modal-dialog .row [class*=col-] {
padding-right: 5px;
padding-left: 5px;
}
.login-modal.manage-profile-popup .modal-dialog .profile-btn-btm .btn {
min-width: 185px;
}
.login-modal.manage-profile-popup .modal-dialog .modal-content .modal-header {
padding: 20px 25px 15px;
background: transparent;
align-items: center;
}
.login-modal.manage-profile-popup .modal-dialog .modal-content .modal-header h3 {
font-size: 18px;
margin: 0;
}
.login-modal.manage-profile-popup .modal-dialog .modal-content .modal-header .close-btn {
margin: 0;
padding: 0;
opacity: 1;
background: transparent;
border: none;
outline: none;
box-shadow: none;
cursor: pointer;
display: flex;
align-items: center;
font-size: 13px;
color: #103356;
font-weight: 500;
z-index: 1;
}
.login-modal.manage-profile-popup .modal-dialog .modal-content .modal-header .close-btn img {
padding-left: 8px;
}
.login-modal.manage-profile-popup .modal-dialog .modal-content .modal-body {
padding: 25px;
margin: 0 3px;
background: linear-gradient(to bottom, #f3f5f7 0%, #ffffff 100%);
}
@media (max-width: 767px) {
.login-modal.manage-profile-popup .modal-dialog .modal-content .modal-body {
padding: 18px;
}
}
.login-modal.manage-profile-popup .modal-dialog .modal-content .modal-body .upload-photo-outer {
margin-bottom: 20px;
}
.login-modal.manage-profile-popup .modal-dialog .modal-content .modal-body .upload-photo-outer .user-profile-pic {
width: 110px;
min-width: 110px;
height: 110px;
}
@media (max-width: 767px) {
.login-modal.manage-profile-popup .modal-dialog .modal-content .modal-body .upload-photo-outer .user-profile-pic {
width: 90px;
min-width: 90px;
height: 90px;
}
}
.login-modal.manage-profile-popup .modal-dialog .modal-content .modal-body .upload-photo-outer .user-profile-pic img {
width: 100%;
height: 100%;
object-fit: cover;
border-radius: 50%;
border: 3px solid #c34b5d;
}
.login-modal.manage-profile-popup .modal-dialog .modal-content .modal-body .upload-photo-outer .pic-upload-btn-box {
margin: 0 0 0 20px;
flex: auto;
position: relative;
display: flex;
align-items: center;
color: #c34b5d;
text-decoration: underline;
}
.login-modal.manage-profile-popup .modal-dialog .modal-content .modal-body .upload-photo-outer .pic-upload-btn-box img {
padding-right: 7px;
}
.login-modal.manage-profile-popup .modal-dialog .modal-content .modal-body .upload-photo-outer .pic-upload-btn-box .file-btn {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 21px;
z-index: 2;
font-size: 0;
border: none;
background: transparent;
margin: 0;
padding: 0;
right: 0;
bottom: 0;
cursor: pointer;
outline: none;
opacity: 0;
}

/* Login Page Css */
.switch {
position: relative;
display: inline-block;
width: 50px;
height: 26px;
margin: 0;
}
.switch input {
opacity: 0;
width: 0;
height: 0;
}
.switch input:checked + .slider {
background-color: #c34b5d;
}
.switch input:checked + .slider:before {
-webkit-transform: translateX(24px);
-ms-transform: translateX(24px);
transform: translateX(24px);
}
.switch .slider {
position: absolute;
cursor: pointer;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: #c34b5d;
box-shadow: 0 0 8px rgba(216, 166, 12, 0.6) inset;
transition: 0.4s;
}
.switch .slider:before {
position: absolute;
content: "";
height: 20px;
width: 20px;
left: 3px;
bottom: 3px;
background-color: #ffffff;
-webkit-transition: 0.4s;
transition: 0.4s;
}
.switch .slider.round {
border-radius: 34px;
}
.switch .slider.round:before {
border-radius: 50%;
}

.content-cmn-outer {
padding: 20px 0 90px;
}
@media (max-width: 991px) {
.content-cmn-outer {
padding-bottom: 50px;
}
}
@media (max-width: 767px) {
.content-cmn-outer {padding-bottom: 100px;}
}
.content-cmn-outer .content-card {
background-color: #ffffff;
border-radius: 15px;
box-shadow: 0 0 30px rgba(158, 184, 192, 0.24);
margin-top: 0;
padding: 25px;
}
@media (max-width: 991px) {
.content-cmn-outer .content-card {
padding: 15px;
}
}
.content-cmn-outer .content-card p {
color: #70859a;
margin-bottom: 15px;
}
.content-cmn-outer .content-card h2 {
font-size: 20px;
margin-bottom: 15px;
}
@media (max-width: 991px) {
.content-cmn-outer .content-card h2 {
font-size: 18px;
}
}
.content-cmn-outer .content-card h3 {
font-size: 18px;
margin-bottom: 15px;
}
@media (max-width: 991px) {
.content-cmn-outer .content-card h3 {
font-size: 16px;
}
}
.content-cmn-outer .content-card h4 {
font-size: 16px;
margin-bottom: 15px;
}
@media (max-width: 991px) {
.content-cmn-outer .content-card h4 {
font-size: 15px;
}
}
.content-cmn-outer .content-card h5 {
font-size: 14px;
margin-bottom: 10px;
}
@media (max-width: 991px) {
.content-cmn-outer .content-card ul,
.content-cmn-outer .content-card ol {
padding-left: 15px;
}
}
.content-cmn-outer .content-card ul li,
.content-cmn-outer .content-card ol li {
margin-bottom: 10px;
}
.content-cmn-outer .content-card table,
.content-cmn-outer .content-card tr,
.content-cmn-outer .content-card td {
color: #103356;
}
.content-cmn-outer .content-card.sitemap-card ul {
padding-left: 20px;
}
.content-cmn-outer .content-card.sitemap-card ul li {
margin-bottom: 3px;
}
.content-cmn-outer .content-card.sitemap-card ul li.destination {
font-weight: 500;
font-size: 16px;
color: #103356;
}
.content-cmn-outer .content-card.sitemap-card ul li.destination a {
color: #103356;
}
.content-cmn-outer .content-card.sitemap-card ul.hd-list {
list-style: none;
padding: 0 0 0 4px;
}
.content-cmn-outer .content-card.sitemap-card ul.hd-list a {
color: #103356;
}
.content-cmn-outer .content-card.sitemap-card h2 {
margin-top: 15px;
}
@media (max-width: 991px) {
.content-cmn-outer .content-card.sitemap-card .row .col {
max-width: 25%;
flex: 0 0 25%;
}
}
@media (max-width: 767px) {
.content-cmn-outer .content-card.sitemap-card .row .col {
max-width: 100%;
flex: 0 0 100%;
}
}

header {
position: fixed;
top: 0;
left: 0;
right: 0;
z-index: 999;
}
header .header-container {
background: #ffffff;
width: 100%;
max-width: 1690px;
margin: 0 auto;
height: 104px;
border-radius: 0 0 50px 50px;
padding: 0 35px;
justify-content: space-between;
}
@media (max-width: 1700px) {
header .header-container {
max-width: inherit;
width: auto;
margin: 0 35px;
}
}
@media (max-width: 1440px) {
header .header-container {
margin: 0 30px;
padding: 0 15px;
border-radius: 0 0 25px 25px;
height: 80px;
}
}
@media (max-width: 1199px) {
header .header-container {
margin: 0;
height: 60px;
border-radius: 0;
}
}
header .header-container .logo {
width: 216px;
}
@media (max-width: 1440px) {
header .header-container .logo {
width: 165px;
}
}
header .header-container .menu ul {
margin: 0;
padding: 0;
list-style: none;
display: flex;
align-items: center;
}
header .header-container .menu ul li {
margin: 0 15px;
padding: 0;
list-style: none;
}
@media (max-width: 1700px) {
header .header-container .menu ul li {
margin: 0 10px;
}
}
header .header-container .menu ul li a {
display: flex;
align-items: center;
color: #103356;
font-size: 16px;
text-transform: uppercase;
font-weight: 600;
height: 54px;
line-height: 54px;
position: relative;
}
@media (max-width: 1700px) {
header .header-container .menu ul li a {
font-size: 14px;
}
}
@media (max-width: 1440px) {
header .header-container .menu ul li a {
font-size: 12px;
height: 44px;
line-height: 44px;
}
}
header .header-container .menu ul li a::before {
position: absolute;
bottom: 0;
content: "";
display: block;
margin: 0 auto;
width: 0;
height: 2px;
left: 0;
right: 0;
transition: all 0.3s ease;
background-color: #c34b5d;
}
header .header-container .menu ul li a i {
padding-right: 8px;
}
@media (max-width: 1700px) {
header .header-container .menu ul li a i {
padding-right: 5px;
}
}
header .header-container .menu ul li a i img {
display: block;
}
@media (max-width: 1440px) {
header .header-container .menu ul li a i img {
max-height: 20px;
max-width: 20px;
}
}
header .header-container .menu ul li a:hover::before, header .header-container .menu ul li a.active::before {
width: 100%;
}
@media (max-width: 1199px) {
header .header-container .support-nav {
margin-right: 60px;
}
}
@media (max-width: 767px) {
header .header-container .support-nav {
margin-right: 40px;
}
}
header .header-container .support-nav ul {
margin: 0;
padding: 0;
list-style: none;
display: flex;
align-items: center;
}
header .header-container .support-nav ul li {
margin: 0;
padding: 0 0 0 20px;
position: relative;
list-style: none;
font-size: 14px;
text-transform: uppercase;
font-weight: 600;
}
header .header-container .support-nav ul li.hdr-booking-btn { display: none;}
@media (max-width: 1700px) {
header .header-container .support-nav ul li {
padding: 0 0 0 10px;
font-size: 13px;
}
}
@media (max-width: 1440px) {
header .header-container .support-nav ul li {
font-size: 12px;
}
}
header .header-container .support-nav ul li a {
display: flex;
align-items: center;
color: #103356;
}
header .header-container .support-nav ul li i {
padding-right: 10px;
}
@media (max-width: 1700px) {
header .header-container .support-nav ul li i {
padding-right: 5px;
}
}
@media (max-width: 767px) {
header .header-container .support-nav ul li i {
padding: 0;
}
}
@media (max-width: 1440px) {
header .header-container .support-nav ul li i img {
height: 22px; width: auto;
}
}
@media (max-width: 767px) {
header .header-container .support-nav ul li i img {
height: auto;
max-width: 22px;
max-height: 22px;
}
}
header .header-container .support-nav ul li span {
line-height: 18px;
}
@media (max-width: 1440px) {
header .header-container .support-nav ul li span {
line-height: 16px;
}
}
@media (max-width: 767px) {
header .header-container .support-nav ul li span {
display: none !important;
}
}
header .header-container .support-nav ul li span small {
display: block;
font-size: 16px;
font-weight: 400;
text-transform: none;
}
@media (max-width: 1700px) {
header .header-container .support-nav ul li span small {
font-size: 14px;
}
}
@media (max-width: 1440px) {
header .header-container .support-nav ul li span small {
font-size: 12px;
}
}
header .header-container .support-nav ul li.hdr-booking-btn a {
height: 54px;
line-height: 54px;
border-radius: 54px;
padding: 0 20px;
background:#c34b5d;
color:#fff;
}
@media (max-width: 1700px) {
header .header-container .support-nav ul li.hdr-booking-btn a {
padding: 0 15px;
}
}
@media (max-width: 1440px) {
header .header-container .support-nav ul li.hdr-booking-btn a {
height: 44px;
line-height: 44px;
border-radius: 44px;
}
}
@media (max-width: 767px) {
header .header-container .support-nav ul li.hdr-booking-btn a {
width: 44px;
background:#c34b5d;
padding: 0;
display: flex;
align-items: center;
justify-content: center;
}
}
header .header-container .support-nav ul li.hdr-booking-btn a i {
padding-right: 8px;
}
@media (max-width: 1440px) {
header .header-container .support-nav ul li.hdr-booking-btn a i {
padding-right: 5px;
}
}
@media (max-width: 767px) {
header .header-container .support-nav ul li.hdr-booking-btn a i {
padding: 0;
}
}
header .header-container .support-nav ul li.hdr-booking-btn a:hover {
background: #c34b5d;
}
header .header-container .support-nav ul li.hdr-timing-show {
display: flex;
align-items: center;
margin-left: 20px;
}
@media (max-width: 1700px) {
header .header-container .support-nav ul li.hdr-timing-show {
margin-left: 10px;
}
}
@media (max-width: 767px) {
header .header-container .support-nav ul li.hdr-timing-show {
margin: 0;
}
}
header .header-container .support-nav ul li.hdr-timing-show::before {
width: 1px;
height: 46px;
position: absolute;
left: 0;
top: -4px;
content: "";
background-color: #103356;
}
@media (max-width: 1440px) {
header .header-container .support-nav ul li.hdr-timing-show::before {
top: 0;
height: 36px;
}
}
@media (max-width: 767px) {
header .header-container .support-nav ul li.hdr-timing-show::before {
display: none;
}
}

@media (max-width: 1199px) {
.new-menu {
display: none;
}
.menu-icon {
display: block;
height: 18px;
position: absolute;
right: 15px;
top: 20px;
width: 26px;
z-index: 9;
}
.menu-icon span {
background: #103356;
border-radius: 2px;
display: block;
height: 2px;
left: 0;
position: absolute;
right: 0;
top: 0;
transition: all 0.1s ease;
}
.menu-icon span.line2 {
top: 8px;
}
.menu-icon span.line3 {
top: 16px;
}
.nav-body header .header-container .menu-icon span.line2 {
opacity: 0;
width: 0;
}
@keyframes line-animation {
0% {
opacity: 1;
transform: rotate(0) scaleX(1);
}
50% {
opacity: 1;
transform: rotate(0) scaleX(0);
}
100% {
opacity: 1;
transform: rotate(45deg) scaleX(1);
}
}
.nav-body header .header-container .menu-icon span.line1 {
animation: line-animation 0.5s;
transform: rotate(45deg);
top: 8px;
transform-origin: center;
}
@keyframes line-animation2 {
0% {
opacity: 1;
transform: rotate(0) scaleX(1);
}
50% {
opacity: 1;
transform: rotate(0) scaleX(0);
}
100% {
opacity: 1;
transform: rotate(-45deg) scaleX(1);
}
}
.nav-body header .header-container .menu-icon span.line3 {
animation: line-animation2 0.5s;
transform: rotate(-45deg);
top: 8px;
transform-origin: center;
}
.mobile-navigation {
background: #c34b5d;
bottom: -1px;
display: block !important;
left: 0;
overflow-y: auto;
margin: 0;
position: fixed;
top: 60px;
transition: all 0.3s ease;
width: 100%;
right: 0;
padding: 0;
transform: translateX(-120%);
z-index: 99999999;
}
.nav-open {
transform: translateX(0) !important;
-webkit-transform: translateX(0) !important;
}
.mobile-navigation ul {
margin: 0;
padding: 0;
list-style: none;
}
.mobile-navigation ul li {
position: relative;
list-style: none;
}
.mobile-navigation ul li a {
color:#e9e9e9;
display: flex;
padding: 15px 40px 15px 15px;
text-align: left;
border-bottom:1px solid #e7b7be;
text-decoration: none;
position: relative;
font-size: 16px;
margin: 0;
font-weight: 600;
align-items: center;
}
.mobile-navigation ul li a i {
width: 40px;
}
.parent-menu > div.sub-item {
cursor: pointer;
height: 54px;
left: 0;
position: absolute;
right: 0;
width: 100%;
z-index: 3;
background: url(../images/arw-up.svg) no-repeat right 15px center;
}
.parent-menu.parent-menu-active > div.sub-item {
background: url(../images/arw-down.svg) no-repeat right 15px center;
}
.mobile-navigation ul li a:hover {
color: #ffffff;
text-decoration: none;
}
.mobile-navigation > ul ul {
width: 100%;
display: none;
}
}
.footer .container {
max-width: 1690px; overflow:hidden;
}
.footer .newsletter-block {
max-width: 1200px;
margin: 0 auto -70px;
border-radius: 15px;
padding: 40px;
position: relative;
z-index: 1;
background: #e7b7be url(../images/graphic-bg1.png) no-repeat;
background-size: 100% 100%;
}
@media (max-width: 1440px) {
.footer .newsletter-block {
max-width: 1100px;
}
}
@media (max-width: 1199px) {
.footer .newsletter-block {
max-width: 880px;
padding: 20px 20px;
}
}
@media (max-width: 991px) {
.footer .newsletter-block {
max-width: 680px;
padding: 20px 20px;
}
}
@media (max-width: 767px) {
.footer .newsletter-block {
max-width: 100%;
flex-direction: column-reverse;
margin: 0 auto -160px;
}
}
.footer .newsletter-block .newsletter-info {
margin-right: 30px;
}
@media (max-width: 991px) {
.footer .newsletter-block .newsletter-info {
flex: 1;
}
}
@media (max-width: 767px) {
.footer .newsletter-block .newsletter-info {
margin-right: 0;
width: 100%;
}
}
.footer .newsletter-block .newsletter-info h3 {
font-size: 22px;
font-weight: 300;
display: flex;
align-items: center;
margin-bottom: 0;
margin-right: 40px;
}
@media (max-width: 1440px) {
.footer .newsletter-block .newsletter-info h3 {
font-size: 18px;
margin-right: 20px;
}
}
@media (max-width: 1199px) {
.footer .newsletter-block .newsletter-info h3 {
font-size: 14px;
margin-right: 20px;
flex: 0 0 auto;
}
}
@media (max-width: 991px) {
.footer .newsletter-block .newsletter-info h3 {
margin-right: 0;
margin-bottom: 20px;
}
}
@media (max-width: 767px) {
.footer .newsletter-block .newsletter-info h3 {
font-size: 22px;
}
}
.footer .newsletter-block .newsletter-info h3 i {
display: block;
margin-right: 20px;
}
@media (max-width: 1199px) {
.footer .newsletter-block .newsletter-info h3 i {
width: 30px;
margin-right: 14px;
}
}
@media (max-width: 767px) {
.footer .newsletter-block .newsletter-info h3 i {
width: 50px;
margin-right: 14px;
}
}
.footer .newsletter-block .newsletter-info h3 i img {
display: block;
}
.footer .newsletter-block .newsletter-info h3 strong {
font-weight: 700;
}
.footer .newsletter-block .newsletter-info .from-group {
width: 568px;
position: relative;
}
@media (max-width: 1199px) {
.footer .newsletter-block .newsletter-info .from-group {
width: auto;
}
}
.footer .newsletter-block .newsletter-info .from-group .form-control {
width: 100%;
border: none;
padding: 20px;
padding-right: 240px;
border-radius: 10px;
height: 64px;
line-height: 64px;
font-size: 16px;
box-shadow: none;
outline: none;
}
@media (max-width: 1199px) {
.footer .newsletter-block .newsletter-info .from-group .form-control {
padding: 20px;
padding-right: 180px;
}
}
@media (max-width: 767px) {
.footer .newsletter-block .newsletter-info .from-group .form-control {
padding: 20px;
padding-right: 90px;
}
}
.footer .newsletter-block .newsletter-info .from-group .custom-btn {
position: absolute;
right: 0;
top: 0;
background: #c34b5d;
border-radius: 10px;
color: #ffffff;
font-size: 16px;
display: flex;
align-items: center;
justify-content: center;
min-width: 220px;
border: none;
outline: none;
height: 64px;
line-height: 64px;
}
@media (max-width: 1199px) {
.footer .newsletter-block .newsletter-info .from-group .custom-btn {
min-width: 170px;
}
}
@media (max-width: 767px) {
.footer .newsletter-block .newsletter-info .from-group .custom-btn {
font-size: 0;
min-width: 64px;
}
}
.footer .newsletter-block .newsletter-info .from-group .custom-btn img {
margin-left: 10px; width: 25px;
}
@media (max-width: 767px) {
.footer .newsletter-block .newsletter-info .from-group .custom-btn img {
margin-left: 0;
}
}
.footer .newsletter-block .newsletter-info .from-group .custom-btn:hover {
background: #912c3b;
}
.footer .newsletter-block .list-property-card {
width: 194px;
flex: 0 0 194px;
height: 134px;
border-radius: 15px;
overflow: hidden;
position: relative;
text-align: center;
box-shadow: 0px 12px 24px rgba(66, 130, 166, 0.29);
margin-top: -70px;
}
@media (max-width: 991px) {
.footer .newsletter-block .list-property-card {
margin-top: 0;
}
}
@media (max-width: 767px) {
.footer .newsletter-block .list-property-card {
width: 290px;
flex: auto;
margin-top: -80px;
margin-bottom: 30px;
}
}
.footer .newsletter-block .list-property-card a {
height: 100%;
position: relative;
}
.footer .newsletter-block .list-property-card a:after {
background: linear-gradient(180deg, rgba(0, 0, 0, 0) 20%, rgb(0, 0, 0) 100%);
position: absolute;
bottom: 0;
left: 0;
right: 0;
height: 80px;
content: "";
}
.footer .newsletter-block .list-property-card span {
color: #ffffff;
font-weight: 600;
position: absolute;
bottom: 0;
left: 0;
right: 0;
padding-bottom: 16px;
font-size: 16px;
text-decoration: underline;
z-index: 1;
}
.footer .footer-info-block {
background: url(../images/footer-banner.jpg) no-repeat;
background-size: 100% 100%;
padding: 110px 80px 0;
position: relative;
min-height: 522px;
overflow: hidden;
border-radius: 50px 50px 15px 15px;
}
@media (max-width: 1440px) {
.footer .footer-info-block {
padding: 110px 40px 0;
}
}
@media (max-width: 1199px) {
.footer .footer-info-block {
padding: 110px 20px 30px;
}
}
@media (max-width: 767px) {
.footer .footer-info-block {
padding: 190px 40px 40px;
margin: 0 -15px;
border-radius: 0;
background: #c34b5d url(../images/mobile-footer-bg.png) no-repeat;
background-size: 100%;
}
}
.footer .footer-info-block .collapse:not(.show) {
display: block;
}
@media (max-width: 767px) {
.footer .footer-info-block .collapse:not(.show) {
display: none;
}
}
.footer .footer-info-block:before {
/*background: url(../images/footer-bg.png) no-repeat;*/
position: absolute;
left: 0;
right: 0;
bottom: 0;
content: "";
max-width: 1187px;
min-height: 522px;
margin: 0 auto;
}
@media (max-width: 1440px) {
.footer .footer-info-block:before {
max-width: 1100px;
background-size: 100% 100%;
}
}
@media (max-width: 1199px) {
.footer .footer-info-block:before {
display: none;
}
}
@media (max-width: 767px) {
.footer .footer-info-block .footer-links {
padding-bottom: 16px;
}
}
.footer .footer-info-block .footer-links .card-link {
display: block;
color: #ffffff;
font-size: 26px;
border-bottom: solid 2px rgba(255, 255, 255, 0.3);
margin-bottom: 20px;
padding-bottom: 10px;
pointer-events: none;
position: relative;
text-align:center;
}
@media (max-width: 1440px) {
.footer .footer-info-block .footer-links .card-link {
font-size: 22px;
}
}
@media (max-width: 1199px) {
.footer .footer-info-block .footer-links .card-link {
font-size: 18px;
border-bottom: solid 1px rgba(255, 255, 255, 0.3);
}
}
@media (max-width: 767px) {
.footer .footer-info-block .footer-links .card-link {
margin-bottom: 0;
pointer-events: auto;
}
}
.footer .footer-info-block .footer-links .card-link::after {
background: url(../images/rt-arrow-icon.png) no-repeat;
position: absolute;
right: 2px;
top: 8px;
content: "";
width: 8px;
height: 14px;
transform: rotate(90deg);
display: none;
}
@media (max-width: 767px) {
.footer .footer-info-block .footer-links .card-link::after {
display: block;
}
}
.footer .footer-info-block .footer-links .card-link[aria-expanded=true]::after {
transform: rotate(-90deg);
}
.footer .footer-info-block .footer-links ul {
margin: 0;
padding: 0;
}
@media (max-width: 767px) {
.footer .footer-info-block .footer-links ul {
padding-top: 10px;
}
}
.footer .footer-info-block .footer-links ul li {
position: relative;
list-style: none;
padding-left: 20px;
margin-bottom: 14px;
width:25%;
font-size: 14px;
}
@media (max-width: 1440px) {
.footer .footer-info-block .footer-links ul li {
padding-left: 14px;
font-size: 12px;
}
}
@media (max-width: 1199px) {
.footer .footer-info-block .footer-links ul li {
width: 100%;
font-size: 14px;
}
}
.footer .footer-info-block .footer-links ul li:before {
background: url(../images/rt-arrow-icon.png) no-repeat;
width: 8px;
height: 14px;
content: "";
position: absolute;
top: 2px;
left: 0;
}
@media (max-width: 1199px) {
.footer .footer-info-block .footer-links ul li:before {
top: 3px;
}
}
.footer .footer-info-block .footer-links ul li a {
color: #ffffff;
}
.footer .footer-info-block .footer-links ul li a:hover {
color: #c34b5d;
}
.footer .footer-info-block .footer-booking {
text-align: center;
max-width: 1008px;
margin: 0 auto;
position: relative;
padding-top: 60px;
}
@media (max-width: 1440px) {
.footer .footer-info-block .footer-booking {
max-width: 900px;
}
}
@media (max-width: 991px) {
.footer .footer-info-block .footer-booking {
padding-top: 30px;
}
}
@media (max-width: 767px) {
.footer .footer-info-block .footer-booking {
padding-top: 20px;
}
}
.footer .footer-info-block .footer-booking h3 {
color: #ffffff;
font-size: 24px;
font-weight: 600;
margin-bottom: 10px;
}
@media (max-width: 767px) {
.footer .footer-info-block .footer-booking h3 {
font-size: 18px;
}
}
.footer .footer-info-block .footer-booking p {
color: #ffffff;
font-size: 12px;
}
.footer .footer-info-block .footer-booking p a {
color: #f3bc3c;
}
.footer .footer-info-block .footer-booking p a:hover {
text-decoration: underline;
}
.footer .footer-info-block .footer-booking .ft-links .ft-links-left {
margin-right: 10px;
}
@media (max-width: 767px) {
.footer .footer-info-block .footer-booking .ft-links .ft-links-left {
justify-content: center;
margin-bottom: 20px;
}
}
.footer .footer-info-block .footer-booking .ft-links .ft-links-left a {
display: block;
margin-right: 20px;
}
@media (max-width: 767px) {
.footer .footer-info-block .footer-booking .ft-links .ft-links-left a {
margin: 0 10px;
}
}
.footer .footer-info-block .footer-booking .ft-links .ft-links-left a img {
transition: all 0.3s ease;
}
.footer .footer-info-block .footer-booking .ft-links .ft-links-left a:hover img {
filter: invert(100%);
}
.footer .footer-info-block .footer-booking .ft-links .social-links {
background-color: rgba(255, 255, 255, 0.2);
list-style: none;
margin: 0;
padding: 14px 25px;
border-radius: 50px;
}
@media (max-width: 767px) {
.footer .footer-info-block .footer-booking .ft-links .social-links {
flex-wrap: wrap;
border-radius: 15px;
justify-content: center;
}
}
.footer .footer-info-block .footer-booking .ft-links .social-links li {
font-size: 16px;
color: #ffffff;
margin: 0 16px 0 0;
padding: 0;
}
@media (max-width: 767px) {
.footer .footer-info-block .footer-booking .ft-links .social-links li {
margin: 0 10px;
}
}
@media (max-width: 767px) {
.footer .footer-info-block .footer-booking .ft-links .social-links li:first-child {
width: 100%;
margin-bottom: 10px;
}
}
.footer .footer-info-block .footer-booking .ft-links .social-links li:last-child {
margin: 0;
}
@media (max-width: 767px) {
.footer .footer-info-block .footer-booking .ft-links .social-links li:last-child {
margin: 0 10px;
}
}
.footer .footer-info-block .footer-booking .ft-links .social-links li a {
display: block;
}
.footer .footer-info-block .footer-booking .ft-links .social-links li a img {
transition: all 0.3s ease;
}
.footer .footer-info-block .footer-booking .ft-links .social-links li a:hover img {
filter: invert(100%);
}
.footer .footer-bottom {
text-align: center;
padding: 25px 0;
}
@media (max-width: 991px) {
.footer .footer-bottom {
padding: 25px 0 70px;
}
}
.footer .footer-bottom p {
color: #70859a;
font-size: 12px;
}
.footer .footer-bottom p a {
color: #c34b5d;
}
.footer .footer-bottom p a:hover {
text-decoration: underline;
}
.footer .footer-bottom p strong {
color: #103356;
font-size: 14px;
font-weight: 400;
line-height: 20px;
}
.footer .footer-bottom p strong a {
font-size: 16px;
}
@media (max-width: 767px) {
.footer {
margin-top: 60px;
}
}

.home-search-section {
background: #c34b5d url(../images/home-banner-bg.jpg) no-repeat center center;
background-size: cover;
height: 617px;
border-bottom: 4px solid #e7b7be;
padding-top:300px;
position: relative;
}
@media (max-width: 1440px) {
.home-search-section {
height: 500px;
padding-top: 160px;
}
}
@media (max-width: 767px) {
.home-search-section {
height: auto;
padding-top: 40px !important;
border: none;
background: #ffffff;
}
.search-card .top-form-search .cmn-chk + .cmn-chk{margin-left: 130px !important;}
}
.home-search-section .home-banner-slider {
position: absolute;
left: 0;
top: 0;
bottom: 0;
right: 0;
}
.home-search-section .home-banner-slider .owl-stage-outer {
height: 100%;
}
.home-search-section .home-banner-slider .owl-stage-outer .owl-stage {
height: 100%;
}
.home-search-section .home-banner-slider .owl-stage-outer .owl-stage .owl-item {
height: 100%;
}
.home-search-section .home-banner-slider .owl-stage-outer .owl-stage .owl-item .item {
height: 100%;
}
.home-search-section .home-banner-slider .owl-stage-outer .owl-stage .owl-item .item img {
height: 100%;
object-fit: cover;
}
.home-search-section .home-banner-slider .owl-nav button.owl-next,
.home-search-section .home-banner-slider .owl-nav button.owl-prev {
position: absolute;
top: 50%;
transform: translateY(-50%);
width: 58px;
height: 58px;
border-radius: 50%;
background-repeat: no-repeat;
background-color: rgba(174, 193, 204, 0.9);
font-size: 0;
}
@media (max-width: 1350px) {
.home-search-section .home-banner-slider .owl-nav button.owl-next,
.home-search-section .home-banner-slider .owl-nav button.owl-prev {
bottom: 10px;
background-size: 15px auto;
top: auto;
transform: inherit;
width: 40px;
height: 40px;
}
}
.home-search-section .home-banner-slider .owl-nav button.owl-prev {
left: 15px;
background-image: url(../images/prev-icon.png);
background-position: 12px center;
}
@media (max-width: 1350px) {
.home-search-section .home-banner-slider .owl-nav button.owl-prev {
left: 10px;
}
}
.home-search-section .home-banner-slider .owl-nav button.owl-next {
right: 15px;
background-image: url(../images/next-icon.png);
background-position: right 12px center;
}
@media (max-width: 1350px) {
.home-search-section .home-banner-slider .owl-nav button.owl-next {
right: 10px;
}
}
@media (max-width: 767px) {
.home-search-section .home-banner-slider {
display: none;
}
}
.home-search-section .container {
position: static;
}
@media (max-width: 767px) {
.home-search-section .container {
padding: 0;
}
}
.home-search-section .home-search-main {
position: relative;
width: 100%;
max-width: 1200px; margin: 0 auto;
z-index: 5;
}
.home-search-section .home-search-main .search-nav {
width: 100%;
max-width: 765px;
margin: 0 auto;
}
@media (max-width: 1440px) {
.home-search-section .home-search-main .search-nav {
max-width: 650px;
}
}
@media (max-width: 767px) {
.home-search-section .home-search-main .search-nav {
max-width: inherit;
}
}
.home-search-section .home-search-main .search-nav ul {
margin: 0;
padding: 0;
list-style: none;
display: flex;
align-items: center;
background-color: rgba(55, 55, 34, 0.8);
border-radius: 15px 15px 0 0;
overflow: hidden;
}
@media (max-width: 767px) {
.home-search-section .home-search-main .search-nav ul {
background-color: #353521;
border-radius: 0;
}
}
.home-search-section .home-search-main .search-nav ul li {
margin: 0;
padding: 0;
list-style: none;
flex: auto;
}
.home-search-section .home-search-main .search-nav ul li a {
display: flex;
align-items: center;
justify-content: center;
height: 64px;
line-height: 64px;
font-size: 16px;
color: #ffffff;
font-weight: 400;
border-radius: 15px 15px 0 0;
}
@media (max-width: 1440px) {
.home-search-section .home-search-main .search-nav ul li a {
height: 50px;
line-height: 50px;
font-size: 14px;
}
}
@media (max-width: 767px) {
.home-search-section .home-search-main .search-nav ul li a {
height: auto;
font-size: 12px;
display: block;
text-align: center;
line-height: normal;
padding: 8px 0 12px;
border-radius: 0;
}
}
.home-search-section .home-search-main .search-nav ul li a i {
padding-right: 8px;
}
@media (max-width: 767px) {
.home-search-section .home-search-main .search-nav ul li a i {
padding: 0;
display: flex;
min-height: 40px;
align-items: center;
justify-content: center;
width: 100%;
}
}
.home-search-section .home-search-main .search-nav ul li a i img {
filter: invert(100%) brightness(1000%);
}
.home-search-section .home-search-main .search-nav ul li a.active {
background-color: #ffffff;
color: #103356;
font-weight: 500;
}
@media (max-width: 767px) {
.home-search-section .home-search-main .search-nav ul li a.active {
background-color: #ffffff;
}
}
.home-search-section .home-search-main .search-nav ul li a.active i img {
filter: inherit;
}
.home-search-section .home-banner-text {
text-align: center;
position: absolute;
left: 0;
right: 0;
bottom: 35px;
letter-spacing: 1px;
z-index: 3;
}
.home-search-section .home-banner-text p {
font-size: 14px;
color: #ffffff;
margin: 0 0 5px;
}
.home-search-section .home-banner-text h1 {
font-size: 24px;
color: #ffffff;
margin: 0;
font-weight: 300;
}
.home-search-section .home-banner-text h1 strong {
font-weight: 700;
}
@media (max-width: 767px) {
.home-search-section .home-banner-text {
display: none;
}
}

.mobile-inner-search-data {
display: none;
}
@media (max-width: 767px) {
.mobile-inner-search-data {
display: flex;
align-items: center;
justify-content: space-between;
background-color: #ffffff;
padding: 10px 15px;
box-shadow: 0 0 30px rgba(206, 214, 226, 0.5);
margin-top: 59px;
position: relative;
z-index: 1;
}
.mobile-inner-search-data .back-arw-btn {
width: 18px;
min-width: 18px;
height: 18px;
display: none;
align-items: center;
justify-content: center;
}
.mobile-inner-search-data .inner-srch-info-block {
flex: 0 0 calc(100% - 50px);
padding: 0 10px;
width: calc(100% - 50px);
}
.mobile-inner-search-data .inner-srch-info-block .inr-srch-top {
overflow: hidden;
text-overflow: ellipsis;
width: 100%;
white-space: nowrap;
}
.mobile-inner-search-data .inner-srch-info-block .inr-srch-top strong {
font-weight: 600;
}
.mobile-inner-search-data .inner-srch-info-block .inr-srch-btm {
font-size: 11px;
color: #70859a;
}
.mobile-inner-search-data .srch-edit-btn {
font-size: 12px;
text-align: center;
width: 28px;
min-width: 28px;
}
.mobile-inner-search-data .srch-edit-btn img {
margin-bottom: 2px;
}
}

.inner-search-section {
background: #c34b5d url(../images/inner-bg.jpg) no-repeat center center;
background-size: cover;
border-bottom:4px solid #e7b7be;
padding-top: 125px;
position: relative;
/*margin-bottom: 70px;*/
height: auto;
}
@media (max-width: 1440px) {
.inner-search-section {
margin-bottom: 40px;
height: auto;
}
}
@media (max-width: 1199px) {
.inner-search-section {
padding-top: 75px;
margin-bottom: 50px;
height: auto;
}
}
@media (max-width: 767px) {
.inner-search-section {
height: auto;
padding-top: 0;
margin-bottom: 0;
background: #ffffff;
border: none;
position: static;
z-index: 6;
left: 0;
right: 0;
top: -120%;
padding-bottom: 15px;
min-height: 445px;
box-shadow: 0 0 30px rgba(123, 133, 149, 0.5);
display: block;
transition: all 0.5s ease;
opacity: 9;
visibility: visible; margin-top: 20px;
}
.inner-search-section .container {
padding: 0;
}
}
.inner-search-section.srch-open-mobile {
opacity: 1;
visibility: visible;
top: 59px;
}
.inner-search-section .inr-cls-btn-mobile {
display: none;
}
@media (max-width: 767px) {
.inner-search-section .inr-cls-btn-mobile {
display: flex;
position: absolute;
right: 10px;
top: 10px;
background-color: #ffffff;
width: 24px;
height: 24px;
border-radius: 20px;
box-shadow: 0 0 10px rgba(123, 133, 149, 0.5);
align-items: center;
justify-content: center;
}
}
.inner-search-section.inr-srch-bnr-text {
padding-bottom: 20px;
}
@media (max-width: 1199px) {
.inner-search-section.inr-srch-bnr-text {
padding: 65px 0 20px;
}
}
@media (max-width: 767px) {
.inner-search-section.inr-srch-bnr-text {
position: relative;
opacity: 1;
visibility: visible;
top: auto;
min-height: inherit;
background: #c34b5d url(../images/inner-bg.jpg) no-repeat center center;
box-shadow: none;
border-bottom:4px solid #e7b7be;
padding: 80px 15px 20px;
z-index: 1;
}
.inner-search-section.inr-srch-bnr-text::before {
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
z-index: -1;
display: block;
content: "";
background-color: rgba(0, 0, 0, 0.3);
}
}
.inner-search-section.inr-srch-bnr-text h1 {
font-size: 30px;
font-weight: 400;
color: #ffffff;
margin-bottom: 0;
padding-top: 8px;
position: relative;
}
@media (max-width: 991px) {
.inner-search-section.inr-srch-bnr-text h1 {
font-size: 24px;
}
}
@media (max-width: 767px) {
.inner-search-section.inr-srch-bnr-text h1 {
font-size: 20px;
display: block !important;
text-align: center;
padding: 0;
}
}
.inner-search-section.inr-srch-bnr-text h1 i {
display: block;
margin-right: 16px;
}
@media (max-width: 767px) {
.inner-search-section.inr-srch-bnr-text h1 i {
margin: 0 auto 10px;
width: 30px;
}
}
@media (max-width: 767px) {
.inner-search-section.car-hire-search-section {
min-height: inherit;
}
.inner-search-section.car-hire-search-section .search-card .main-search-form .search-btn-box {
margin-top: 20px;
}
}

.search-card {
background-color: #ffffff;
border-radius: 15px;
box-shadow: 0 12px 24px rgba(66, 130, 166, 0.1);
padding: 25px 30px 30px;
position: relative;
margin-bottom: -74px;
overflow: hidden;
}
.search-card a.inr-cls-btn-mobile{display: none;}
@media (max-width: 1440px) {
.search-card {
padding: 15px;
margin-bottom: -44px;
}
}
@media (max-width: 1199px) {
.search-card {
margin-bottom: -54px;
}
}
@media (max-width: 767px) {
.search-card {
padding: 20px 15px 0;
border-radius: 0;
box-shadow: none;
margin-bottom: 0;
}
.search-card a.inr-cls-btn-mobile{display: block;}
.search-card a.inr-cls-btn-mobile > img{margin: 7px;}
}
.search-card .top-form-search .cmn-radio {
margin-right: 10px;
}
.search-card .top-form-search .cmn-radio input + label {
padding-left: 24px;
font-size: 14px;
line-height: 17px;
}
@media (max-width: 767px) {
.search-card .top-form-search .cmn-radio input + label {
padding-left: 22px;
font-size: 13px;
}
}
.search-card .top-form-search .cmn-radio input + label::before {
width: 16px;
height: 16px;
border-width: 4px;
}
.search-card .top-form-search .cmn-radio input + label::after {
display: none;
}
.search-card .top-form-search .cmn-radio input:checked + label::before {
border-color: #c34b5d;
}
.search-card .top-form-search .cmn-chk input + label {
padding-left: 24px;
font-size: 14px;
line-height: 19px;
}
.search-card .top-form-search .cmn-chk input + label::before {
top: 0;
width: 18px;
height: 18px;
}
.search-card .top-form-search .cmn-chk input + label::after {
left: 6px;
top: 3px;
}
@media (max-width: 767px) {
.search-card .top-form-search .cmn-chk {
position: absolute;
bottom: 80px;
left: 15px;
z-index: 1;
}
}
.search-card .main-search-form {
justify-content: space-between;
margin-top: 20px;
position: relative;
padding-right: 132px;
}
@media (max-width: 1440px) {
.search-card .main-search-form {
margin-top: 15px;
}
}
@media (max-width: 1199px) {
.search-card .main-search-form {
padding-right: 98px;
}
}
@media (max-width: 767px) {
.search-card .main-search-form {
padding-right: 0;
display: block;
margin-top: 20px;
}
}
.search-card .main-search-form .cmn-input {
flex: auto;
}
.search-card .main-search-form .cmn-input .form-control {
height: 54px;
border: 1px solid #fde1e5;
border-radius: 0;
outline: none;
padding-left: 45px;
color: #103356;
font-size: 14px;
background-color: #ffffff;
box-shadow: 0 0 60px rgba(206, 214, 226, 0.5);
padding-right: 10px;
}
@media (max-width: 1199px) {
.search-card .main-search-form .cmn-input .form-control {
height: 44px;
padding-left: 35px;
font-size: 13px;
white-space: nowrap;
text-overflow: ellipsis;
}
}
@media (max-width: 767px) {
.search-card .main-search-form .cmn-input .form-control {
border-radius: 6px;
height: 54px;
padding-left: 40px;
padding-right: 15px;
}
}
.search-card .main-search-form .cmn-input .form-control::-webkit-input-placeholder {
color: #103356;
opacity: 1;
}
.search-card .main-search-form .cmn-input .form-control::-moz-placeholder {
color: #103356;
opacity: 1;
}
.search-card .main-search-form .cmn-input .form-control:-ms-input-placeholder {
color: #103356;
opacity: 1;
}
.search-card .main-search-form .cmn-input .form-control:-moz-placeholder {
color: #103356;
opacity: 1;
}
.search-card .main-search-form .cmn-input.place-from {
position: relative;
}



.search-card .main-search-form .cmn-input .form-control{padding-right: 30px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis;}
.search-card .main-search-form .cmn-input .form-control.clearable.x{background-position: 98% 20px;}
.searchpanel .airport .flying.clearable.x{background-position: 98% 10px;}
.search-card .main-search-form .cmn-input.place-from .form-control{background-position: 13px center;}
.search-card .main-search-form .cmn-input.place-from img[src$="flight-icon-small.png"], .search-card .main-search-form .place-to.cmn-input img[src$="flight-icon-small2.png"]{position: absolute;  left: 14px;  top: 20px; width: 20px; height: auto; background-color: #ffffff;}
.search-card .main-search-form .place-to.cmn-input img[src$="flight-icon-small2.png"]{width:19px;}
.search-card .main-search-form .cmn-input.date-box .form-control{padding-right: 0;}


@media (max-width: 1199px) {
.search-card .main-search-form .cmn-input.place-from .form-control {
background-position: 10px center;
border-radius: 6px 0 0 6px;
}
}
@media (max-width: 767px) {
.search-card .main-search-form .cmn-input.place-from .form-control {
border-radius: 6px;
}
}
.search-card .main-search-form .cmn-input.hotel-sltd .form-control {
background-image: url(../images/hotel-icon2.png);
}
.search-card .main-search-form .cmn-input.place-to {
position: relative;
}

@media (max-width: 1199px) {
.search-card .main-search-form .cmn-input.place-to .form-control {
background-position: 10px center;
}
}
.search-card .main-search-form .cmn-input.date-box {
position: relative;
}
.search-card .main-search-form .cmn-input.date-box .form-control {
background-image: url(../images/calendar-icon.png);
background-repeat: no-repeat;
background-position: 15px center;
}
@media (max-width: 1199px) {
.search-card .main-search-form .cmn-input.date-box .form-control {
background-position: 10px center;
}
}
.search-card .main-search-form .swap-btn {
padding: 0;
box-shadow: none;
outline: none;
margin: 0;
width: 30px;
min-width: 30px;
border: none;
}
@media (max-width: 767px) {
.search-card .main-search-form .swap-btn {
position: absolute;
right: 15px;
top: 36px;
z-index: 1;
background: #ffffff;
width: 34px;
height: 34px;
min-width: inherit;
border-radius: 50%;
box-shadow: 0 0 25px rgba(74, 85, 103, 0.1);
overflow: hidden;
}
}
.search-card .main-search-form .passenger-btn {
height: 54px;
border: 1px solid #fde1e5;
outline: none;
padding-left: 45px;
color: #103356;
font-size: 14px;
background: #ffffff url(../images/traveller-icon.png) no-repeat 13px center;
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
border-radius: 0 10px 10px 0;
display: block;
width: 100%;
text-align: left;
box-shadow: 0 0 60px rgba(206, 214, 226, 0.5);
}
@media (max-width: 1199px) {
.search-card .main-search-form .passenger-btn {
height: 44px;
padding-left: 40px;
font-size: 13px;
border-radius: 0 6px 6px 0;
background-position: 10px center;
}
}
@media (max-width: 767px) {
.search-card .main-search-form .passenger-btn {
border-radius: 6px;
height: 54px;
}
}
.search-card .main-search-form .passenger-btn::after {
display: none;
}
.search-card .main-search-form .search-btn-box {
position: absolute;
right: 0;
top: 0;
width: 124px;
}
@media (max-width: 1199px) {
.search-card .main-search-form .search-btn-box {
width: 90px;
}
}
@media (max-width: 767px) {
.search-card .main-search-form .search-btn-box {
width: 100%;
position: relative;
margin-top: 60px;
}
}
.search-card .main-search-form .search-btn-box .search-btn {
width: 100%;
height: 54px;
line-height: 54px;
padding: 0;
box-shadow: 0 0 60px rgba(206, 214, 226, 0.5);
border-radius: 10px;
border: none;
background: #c34b5d;
color: #ffffff;
font-size: 16px;  padding-right: 30px;
}
.search-card .main-search-form .search-btn-box .search-btn::after{content: ''; background-image: url(../images/buttonarrow.svg); display: block; width: 25px;
height: 22px; background-repeat: no-repeat; position: absolute; top: 50%; right: 50%; transform: translate(-50%, -50%); margin-right: -60px;}

@media (max-width: 1199px) {
.search-card .main-search-form .search-btn-box .search-btn {
height: 44px;
line-height: 44px;
padding: 0 15px 0 0;
border-radius: 6px;
font-size: 14px;
background-size: 12px auto;
background-position: right 12px center;
}
}
@media (max-width: 767px) {
.search-card .main-search-form .search-btn-box .search-btn {
height: 60px;
line-height: 60px;
padding: 0 30px 0 0;
border-radius: 10px;
font-size: 18px;
background-size: auto;
background-position: right 41% center;
}
}
.search-card .main-search-form .search-btn-box .search-btn:hover {
background-color:#c34b5d;
}
.search-card .main-search-form .place-box {
width: 50%;
position: relative;
}
@media (max-width: 767px) {
.search-card .main-search-form .place-box {
width: 100%;
display: block;
margin-bottom: 10px;
}
}
.search-card .main-search-form .date-box {
width: 25%;
padding-left: 8px;
}
@media (max-width: 767px) {
.search-card .main-search-form .date-box {
width: 100%;
padding: 0;
margin-bottom: 10px;
}
}
.search-card .main-search-form .passenger-box {
width: 25%;
padding-left: 8px;
position: relative;
}
@media (max-width: 767px) {
.search-card .main-search-form .passenger-box {
width: 100%;
padding: 0;
margin-bottom: 10px;
}
}
.search-card .main-search-form .passenger-box .dropdown-menu {
width: 400px;
left: auto !important;
right: 0;
transform: inherit !important;
top: 100% !important;
border: none;
border-radius: 10px;
box-shadow: 0 0 30px rgba(29, 117, 189, 0.1);
padding: 30px 20px 20px;
float: none;
z-index: 8; 
}

.search-card .main-search-form .passenger-box .dropdown-menu .passenger-sltd-box-outer {
justify-content: space-between;
margin-bottom: 25px;
}
.search-card .main-search-form .passenger-box .dropdown-menu .passenger-sltd-box-outer .sltd-lt-label {
line-height: normal;
font-weight: 500;
color: #103356;
font-size: 14px;
}
.search-card .main-search-form .passenger-box .dropdown-menu .passenger-sltd-box-outer .sltd-lt-label small {
display: block;
color: #70859a;
font-size: 13px;
font-weight: 400;
}
.search-card .main-search-form .passenger-box .dropdown-menu .passenger-sltd-box-outer .sltd-rt-box {
width: 112px;
}
.search-card .main-search-form .passenger-box .dropdown-menu .passenger-sltd-box-outer .sltd-rt-box .qty-box {
border: 1px solid #d2d2d2;
border-radius: 5px;
height: 38px;
justify-content: center;
}
.search-card .main-search-form .passenger-box .dropdown-menu .passenger-sltd-box-outer .sltd-rt-box .qty-box button {
border: none;
background: none;
outline: none;
box-shadow: none;
cursor: pointer;
height: 36px;
line-height: 36px;
text-align: center;
padding: 0;
width: 35px;
font-size: 18px;
color: #70859a;
}
.search-card .main-search-form .passenger-box .dropdown-menu .passenger-sltd-box-outer .sltd-rt-box .qty-box .form-control {
max-width: 40px;
padding: 0;
height: 36px;
line-height: 36px;
text-align: center;
border: none;
background: none;
outline: none;
box-shadow: none;
font-weight: 500;
color: #103356;
font-size: 15px;
}
.search-card .main-search-form .passenger-box .dropdown-menu hr {
margin-top: 25px;
margin-bottom: 20px;
border-color: #e7e7e7;
}
.search-card .main-search-form .passenger-box .dropdown-menu .btn-lg, .search-card .main-search-form .passenger-box .dropdown-menu .btn-group-lg > .btn {
min-width: 166px;
padding: 0;
}
@media (max-width: 1199px) {
.search-card .main-search-form .passenger-box .dropdown-menu {
width: 320px;
}
}
@media (max-width: 767px) {
.search-card .main-search-form .passenger-box .dropdown-menu {
width: 100%;
box-shadow: 0 10px 15px rgba(14, 49, 78, 0.1);
}

.search-card .main-search-form .passenger-box .dropdown-menu .passenger-sltd-box-outer .sltd-rt-box .qty-box button{font-size: 16px; touch-action: manipulation;}

}

@media (max-width: 1440px) {
.hotel-inr-srch {
margin-bottom: 30px;
padding-top: 100px;
height: auto;
padding-bottom: 20px;
}
}
@media (max-width: 1199px) {
.hotel-inr-srch {
padding-top: 80px;
}
}
@media (max-width: 767px) {
.hotel-inr-srch {
padding-top: 0;
min-height: inherit;
margin-bottom: 0;
}
}
.hotel-inr-srch .main-search-form {
margin: 0;
}
@media (max-width: 767px) {
.hotel-inr-srch .main-search-form .search-btn-box {
margin-top: 20px;
}
}
@media (max-width: 767px) {
.hotel-inr-srch .search-card {
padding-top: 45px;
}
}

@media (max-width: 767px) {
.insurance-srch-sec .search-card .main-search-form .search-btn-box {
margin-top: 20px;
}
}

.autocomplete__results {
border-radius: 10px;
left: -45px;
top: 100%;
margin-top: 3px;
min-width: 300px;
}

.calendar-trip-dates-tab {
margin-bottom: 0;
padding: 0;
list-style: none;
}
.calendar-trip-dates-tab li {
border-bottom: 2px solid #eeeeee;
color: #70859a;
width: 50%;
text-align: center;
padding-bottom: 10px;
cursor: pointer;
}
.calendar-trip-dates-tab li span {
background-image: url("../images/calendar-grey.png"); 
background-position: left top;
background-repeat: no-repeat;
padding-left: 24px;
}
.calendar-trip-dates-tab li.active {
border-bottom: 2px solid #2c7dc0;
color: #2c7dc0;
}
.calendar-trip-dates-tab li.active span {
background-image: url("../images/calendar-blue.png");
background-position: left top;
background-repeat: no-repeat;
}

.date-box .dropdown-menu {
width: 610px;
border-radius: 10px;
box-shadow: 0 0 30px rgba(29, 117, 189, 0.1);
padding: 20px;
z-index: 8;
left: -50% !important;
}
@media (max-width: 991px) {
.date-box .dropdown-menu {
width: 610px;
left: -78% !important;
}
}
@media (max-width: 767px) {
.date-box .dropdown-menu {
width: 319px;
left: 0 !important;
right: auto;
top: 100% !important;
transform: none !important;
}
}
.date-box .calendar-table {
font-family: "Rubik", sans-serif;
}
.date-box .calendar-table th {
color: #2f3235;
font-weight: 500;
}
.date-box .calendar-table th,
.date-box .calendar-table td {
padding: 0;
font-size: 14px;
color: #103356;
border: 0;
border-radius: 0;
width: 38px;
min-width: 38px;
height: 38px;
max-width: 38px;
}
.date-box .calendar-table th.month {
color: #1f76bd;
font-weight: 500;
text-align: center;
font-size: 18px;
padding-bottom: 12px;
}
.date-box .calendar-table th.available:hover {
background-color: transparent;
}
.date-box .calendar-table .next {
position: relative;
right: -30px;
}
.date-box .calendar-table .next span {
border: solid #837e85;
border-width: 0 2px 2px 0;
padding: 6px;
}
.date-box .calendar-table .prev {
position: relative;
left: -25px;
text-align: right;
}
.date-box .calendar-table .prev span {
border: solid #837e85;
border-width: 0 2px 2px 0;
padding: 6px;
}
.date-box .calendar-table td:hover {
background-color: #c34b5d;
color: #1c4a91;
}
.date-box .calendar-table td.in-range {
background-color: #c34b5d;
border: none;
color: #1c4a91;
}
.date-box .calendar-table td.start-date,
.date-box .calendar-table td.end-date {
background-color: #c34b5d !important;
border: none;
color: #1c4a91;
}
.date-box .calendar-table td.start-date span,
.date-box .calendar-table td.end-date span {
background-color: #ffffff;
color: #424242;
width: 26px;
height: 26px;
margin: auto;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
position: relative;
z-index: 1;
}
.date-box .calendar-table td.start-date span::before,
.date-box .calendar-table td.end-date span::before {
position: absolute;
left: -3px;
top: -3px;
width: 32px;
height: 32px;
border-radius: 50%;
background-color: #ffffff;
content: "";
z-index: -1;
}
.date-box .calendar-table td.disabled {
color: #9c9cb8;
text-decoration: none;
background-color: transparent;
border: 0;
}
.date-box .calendar-table td.today {
background: #c34b5d;
color: #ffffff;
}
.date-box .daterangepicker {
width: 100% !important;
border: 0 !important;
margin: 0;
}
.date-box .daterangepicker .drp-calendar {
max-width: 100% !important;
width: 50% !important;
}
@media (max-width: 767px) {
.date-box .daterangepicker .drp-calendar {
width: 100% !important;
}
}
.date-box .drp-calendar.left {
border-right: 1px solid #dadce9;
}
@media (max-width: 767px) {
.date-box .drp-calendar.left {
border-right: 0;
}
}

.single-date-box .calendar-trip-dates-tab li {
width: 100%;
}
.single-date-box .dropdown-menu {
left: 0 !important;
width: 325px;
}
@media (max-width: 767px) {
.single-date-box .dropdown-menu {
left: 0 !important;
width: 319px;
}
}
.single-date-box .drp-calendar.left {
border-right: 0;
width: 100%;
}
.single-date-box .calendar-table td.active.start-date.end-date {
background-color: #c34b5d;
color: #1c4a91;
}

.common-search-card .autocomplete,
.common-search-card .autocomplete__controls {
height: 100%;
border: 0;
}
.common-search-card .autocomplete:focus-within {
box-shadow: none;
}
.common-search-card .autocomplete__controls input {
padding: 0;
color: #103356;
width: 100%;
}
.common-search-card .auto-complete-result {
border-radius: 10px;
box-shadow: 0 0 30px rgba(29, 117, 189, 0.1);
padding: 25px 20px 0 20px;
min-width: 400px;
left: -45px;
margin-top: 3px;
}
@media (max-width: 991px) {
.common-search-card .auto-complete-result {
left: -35px;
}
}
@media (max-width: 767px) {
.common-search-card .auto-complete-result {
left: -42px;
width: calc(100% + 58px);
min-width: 100%;
padding: 15px 10px;
max-height: 300px;
}
}
.common-search-card .auto-complete-item {
border: 0;
background-color: transparent;
color: #103356;
padding: 0;
list-style: none;
}
.common-search-card .auto-complete-item:hover, .common-search-card .auto-complete-item:active {
border: 0;
background-color: transparent;
color: #103356;
}
.common-search-card .auto-complete-item li {
line-height: 1;
margin-bottom: 22px;
font-weight: 500;
font-size: 14px;
color: #103356;
position: relative;
padding-left: 30px;
white-space: normal;
}
@media (max-width: 767px) {
.common-search-card .auto-complete-item li {
margin-bottom: 15px;
font-size: 13px;
padding-left: 25px;
white-space: normal;
line-height: normal;
}
}
.common-search-card .auto-complete-item li img {
position: absolute;
left: 0;
top: 0;
}
.common-search-card .auto-complete-item li.under-suggesion {
margin-left: 30px;
}
@media (max-width: 767px) {
.common-search-card .auto-complete-item li.under-suggesion {
margin-left: 25px;
}
}
.common-search-card .auto-complete-item li .suggestion-sub-heading {
color: #70859a;
font-weight: 400;
margin-top: 10px;
}
@media (max-width: 767px) {
.common-search-card .auto-complete-item li .suggestion-sub-heading {
margin-top: 5px;
}
}
.common-search-card .auto-complete-item li:hover {
color: #c34b5d;
}
.common-search-card .autocomplete__active-item li {
color: #c34b5d;
}
.common-search-card .autocomplete__input-mask {
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
display: block;
line-height: 52px;
padding: 0;
}
@media (max-width: 1199px) {
.common-search-card .autocomplete__input-mask {
line-height: 44px;
}
}
@media (max-width: 767px) {
.common-search-card .autocomplete__input-mask {
line-height: 52px;
}
}

.remove-box {
padding-left: 10px;
color: rgba(16, 51, 86, 0.6);
font-size: 14px;
}

.curser-pointer {
cursor: pointer;
}

.outline-btn {
border: 1px solid #c34b5d;
padding: 10px 0;
border-radius: 10px;
width: 100%;
height: 52px;
font-size: 15px;
color: #c34b5d !important;
background-color: transparent !important;
}
@media (max-width: 1199px) {
.outline-btn {
font-size: 12px;
padding: 10px 5px;
height: 44px;
}
.outline-btn img {
width: 13px;
}
}
@media (max-width: 767px) {
.outline-btn {
font-size: 14px;
padding: 10px 15px;
height: 44px;
}
.outline-btn img {
width: 16px;
}
}

.form-control-error-border {
border: 1px solid #d66262 !important;
}

.coming-soon-outer {
position: relative;
width: 100%;
height: calc(100vh - 200px);
display: flex;
align-items: center;
justify-content: center;
}
.coming-soon-outer h1 {
font-size: 80px;
font-weight: 700;
color: #c34b5d;
}
@media (max-width: 991px) {
.coming-soon-outer h1 {
font-size: 60px;
}
}
@media (max-width: 767px) {
.coming-soon-outer h1 {
font-size: 50px;
}
}

.car-search-card .main-search-form .cmn-input.place-from .form-control {
background-image: url(../images/car-hire.png);
}
.car-search-card .main-search-form .cmn-input.place-to .form-control {
background-image: url(../images/car-hire-2.png);
}
.car-search-card .single-date-box .drp-calendar.left {
width: 100% !important;
}
.car-search-card.search-card .cmn-flex-first {
width: 45%;
}
@media (max-width: 767px) {
.car-search-card.search-card .cmn-flex-first {
width: 100%;
}
}
.car-search-card.search-card .main-search-form .date-box {
width: 20%;
}
@media (max-width: 767px) {
.car-search-card.search-card .main-search-form .date-box {
width: 100%;
}
}
.car-search-card.search-card .main-search-form .driver-input {
width: 15%;
}

.insurance-search-card .single-date-box .drp-calendar.left {
width: 100% !important;
}
.insurance-search-card .main-search-form .cmn-input.place-from .form-control {
background-image: url(../images/insurance-search-location.png);
}
.insurance-search-card .main-search-form .cmn-input.place-to .form-control {
background-image: url(../images/insurance-search-location.png);
}
.insurance-search-card.search-card .main-search-form .date-box {
width: 20%;
}
@media (max-width: 767px) {
.insurance-search-card.search-card .main-search-form .date-box {
width: 100%;
}
}
.insurance-search-card.search-card .main-search-form .passenger-box {
width: 20%;
}
@media (max-width: 767px) {
.insurance-search-card.search-card .main-search-form .passenger-box {
width: 100%;
}
}

.daterangepicker .drp-buttons .btn {
font-size: 16px;
height: 46px;
font-weight: bold;
padding: 7px 12px;
}
.daterangepicker.show-calendar .drp-buttons {
display: none;
align-items: center;
justify-content: center;
margin-top: 22px;
padding-top: 10px;
clear: left;
padding-bottom: 0;
}
@media (max-width: 767px) {
.daterangepicker.show-calendar .drp-buttons {
margin-top: 10px;
display: flex;
}
}
.daterangepicker.show-calendar .drp-buttons .applyBtn {
min-width: 150px;
border-radius: 10px;
background-color: #c34b5d;
margin-left: 0;
border: 1px solid #c34b5d;
color: #ffffff;
opacity: 1;
}
.daterangepicker.show-calendar .drp-buttons .cancelBtn {
margin-left: 0;
display: none;
}
.daterangepicker .calendar-time {
text-align: center;
margin: 15px auto 10px auto;
line-height: 30px;
position: relative;
}
.daterangepicker .calendar-time select {
word-wrap: normal;
margin: 0;
border: 1px solid #ccc;
border-radius: 10px;
padding: 6px;
}

.autocomplete__notfound {
text-align: center;
color: red;
}

.common-start-autocomplete {
width: calc(50% - 15px);
}
@media (max-width: 767px) {
.common-start-autocomplete {
width: 100%;
}
}

.hotel-sltd {
width: 100%;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
margin: 0;
}

.multicity-outer-mobile {
display: none;
}

.single-date-box .calendar-table td.start-date {
border-top-left-radius: 25px;
border-bottom-left-radius: 25px;
}
.single-date-box .calendar-table td.end-date {
border-top-right-radius: 25px;
border-bottom-right-radius: 25px;
}
.single-date-box .calendar-table td.today {
border-radius: 50%;
}

.date-box .calendar-table td.start-date,
.date-box .calendar-table td.start-date.today {
border-top-left-radius: 25px;
border-bottom-left-radius: 25px;
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
.date-box .calendar-table td.end-date {
border-top-right-radius: 25px;
border-bottom-right-radius: 25px;
}
.date-box .calendar-table td.today,
.date-box .calendar-table td.start-date.end-date {
border-radius: 50%;
}

.hotel-search-card .main-search-form,
.flight-hotel-search-card .main-search-form,
.car-search-card .main-search-form {
margin-top: 0;
}

.single-date-box .dropdown-menu,
.date-box .dropdown-menu {
will-change: inherit !important;
transform: inherit !important;
top: 100% !important;
}

.car-search-card .daterangepicker.show-calendar .drp-buttons,
.insurance-search-card .daterangepicker.show-calendar .drp-buttons {
display: flex;
}

.search-card .main-search-form .cmn-input.drv-icon {
width: 13%;
}
@media (max-width: 767px) {
.search-card .main-search-form .cmn-input.drv-icon {
width: 100%;
}
}

.search-card .main-search-form .cmn-input.drv-icon .form-control {
background-image: url(../images/driver-icon.png);
border-radius: 0 10px 10px 0;
}
@media (max-width: 767px) {
.search-card .main-search-form .cmn-input.drv-icon .form-control {
border-radius: 6px;
}
}

.daterangepicker .calendar-time select.hourselect,
.daterangepicker .calendar-time select.minuteselect {
border-radius: 4px;
height: 40px;
line-height: 40px;
width: 60px;
}

@media (max-width: 767px) {
.desktop-search-btn-box {
display: none;
}
.service-carousel-container.mobile {
width: 100% !important;
min-width: 100% !important;
}
.service-carousel-container {
min-width: 100% !important;
}
.search-card .main-search-form .search-btn-box {
margin-top: 60px;
}
.flight-search-card.search-card .main-search-form .search-btn-box {
margin-top: 60px;
}
.flight-search-card.search-card .main-search-form .search-btn-box.add-flight {
margin: 15px 0;
}
.multicity-outer-desktop {
display: none;
}
.multicity-outer-mobile {
display: block;
}
.multicity-outer-mobile .main-search-form {
background: #ffffff;
padding: 10px 10px 0px;
border: 1px solid #e9e6e6;
border-radius: 10px;
box-shadow: 0 0 20px rgba(206, 214, 226, 0.4);
}
}
/*Home Add & Promotion*/
.home-add-promotion {
padding: 60px 0 0;
background-color: #ffffff;
}
@media (max-width: 767px) {
.home-add-promotion {
padding: 30px 0 0;
}
}
.home-add-promotion .promotion-card {
display: block;
height: 187px;
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
border-radius: 15px;
overflow: hidden;
width: 100%;
position: relative;
}
.home-add-promotion .promotion-card.add-card1 {
background-image: url(../images/add-img1.png);
}
.home-add-promotion .promotion-card.add-card2 {
background-image: url(../images/add-img2.png);
}
.home-add-promotion .promotion-card.add-card3 {
background-image: url(../images/add-img3.png);
}
.home-add-promotion .promotion-card.add-card3 .prm-text {
padding: 22px 0 0 22px;
color: #103356;
font-size: 20px;
line-height: normal;
}
@media (max-width: 991px) {
.home-add-promotion .promotion-card.add-card3 .prm-text {
padding: 20px 0 0 20px;
font-size: 18px;
}
}
.home-add-promotion .promotion-card.add-card3 .prm-text .app-dwn-btn {
padding-top: 25px;
}
@media (max-width: 991px) {
.home-add-promotion .promotion-card.add-card3 .prm-text .app-dwn-btn {
padding-top: 15px;
}
}
.home-add-promotion .promotion-card.add-card3 .prm-text .app-dwn-btn a {
margin-right: 5px;
}
.home-add-promotion .promotion-card.add-card3 .prm-text .app-dwn-btn a img {
width: 95px;
}
.home-add-promotion .promotion-card.add-card3 .barcode-img {
width: 77px;
position: absolute;
right: 0;
bottom: 15px;
}
.home-add-promotion .promotion-card.add-card1, .home-add-promotion .promotion-card.add-card2 {
padding: 65px 0 0 35px;
color: #ffffff;
font-size: 18px;
line-height: normal;
}
@media (max-width: 991px) {
.home-add-promotion .promotion-card.add-card1, .home-add-promotion .promotion-card.add-card2 {
font-size: 16px;
padding: 65px 0 0 20px;
}
}
.home-add-promotion .promotion-card.add-card1 strong, .home-add-promotion .promotion-card.add-card2 strong {
display: block;
font-size: 21px;
padding: 8px 0;
}
@media (max-width: 991px) {
.home-add-promotion .promotion-card.add-card1 strong, .home-add-promotion .promotion-card.add-card2 strong {
font-size: 18px;
padding: 5px 0;
}
}

/*Home Add & Promotion*/
/*Today's Lowest Flight Prices*/
.lowest-flight-price {
padding: 50px 0 0;
background-color: #ffffff;
}
@media (max-width: 767px) {
.lowest-flight-price {
padding: 30px 0 0;
}
.lowest-flight-price .large-heading h2 {
margin: 0;
}
}
.lowest-flight-price .lowest-flight-price-slider {
margin: 0 -17px;
width: auto;
}
@media (max-width: 1440px) {
.lowest-flight-price .lowest-flight-price-slider {
margin: 0 -12px;
}
}
.lowest-flight-price .lowest-flight-price-slider .item {
padding: 20px 17px;
height: 100%;
}
@media (max-width: 1440px) {
.lowest-flight-price .lowest-flight-price-slider .item {
padding: 20px 12px;
}
}
.lowest-flight-price .lowest-flight-price-slider .owl-stage {
display: flex;
}
.lowest-flight-price .lowest-flight-price-slider .home-flight-price-card {
height: 100%;
position: relative;
padding-bottom: 65px;
}
.lowest-flight-price .lowest-flight-price-slider .home-flight-price-card .view-dtl {
position: absolute;
left: 20px;
right: 20px;
bottom: 20px;
}
.lowest-flight-price .home-flight-price-card {
background-color: #ffffff;
border-radius: 15px;
box-shadow: 0px 0px 20px rgba(158, 184, 192, 0.24);
display: block;
padding: 20px;
text-align: center;
color: #103356;
}
.lowest-flight-price .home-flight-price-card span {
display: block;
}
.lowest-flight-price .home-flight-price-card .prc1 {
background-color: #c34b5d;
color: #ffffff;
display: inline-block;
height: 30px;
line-height: 30px;
border-radius: 30px;
font-size: 16px;
padding: 0 12px;
}
.lowest-flight-price .home-flight-price-card .place1 {
font-size: 18px;
padding-top: 10px;
}
.lowest-flight-price .home-flight-price-card .place2 {
font-size: 14px;
padding: 0 0 15px;
}
.lowest-flight-price .home-flight-price-card .view-dtl {
position: relative;
font-size: 14px;
font-weight: 600;
padding-top: 20px;
display: flex;
align-items: center;
justify-content: center;
border-top: 1px solid #e4e6e8;
}
.lowest-flight-price .home-flight-price-card .view-dtl::before {
position: absolute;
left: 15px;
right: 15px;
top: -3px;
height: 5px;
background-color: #c34b5d;
border-radius: 3px;
content: "";
transition: all 0.3s ease;
}
.lowest-flight-price .home-flight-price-card .view-dtl img {
width: auto;
padding-left: 7px;
}
.lowest-flight-price .home-flight-price-card:hover .view-dtl::before {
left: 0;
right: 0;
}
.lowest-flight-price .owl-carousel .owl-dots {
margin: 0;
}

/*Today's Lowest Flight Prices*/
/*Top Destination*/
.top-destination {
background-color: #ffffff;
padding: 30px 0 0;
}
@media (max-width: 1199px) {
.top-destination .container {
padding: 0;
}
}
.top-destination .top-destination-slider {
padding: 15px 0 0;
}
@media (max-width: 767px) {
.top-destination .top-destination-slider {
padding: 0;
}
}
.top-destination .top-destination-slider .top-destination-card {
display: block;
overflow: hidden;
border-radius: 15px;
position: relative;
}
.top-destination .top-destination-slider .top-destination-card img {
display: block;
}
.top-destination .top-destination-slider .top-destination-card span {
height: 50%;
display: flex;
align-items: center;
justify-content: center;
width: 100%;
color: #ffffff;
font-size: 18px;
position: absolute;
left: 0;
right: 0;
bottom: 0;
padding: 0 15px;
transition: all 0.5s ease;
background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
padding-top: 50%;
text-transform: uppercase;
}
.top-destination .top-destination-slider .top-destination-card:hover span {
height: 100%;
padding-top: 0;
}
.top-destination .top-destination-slider .owl-nav button.owl-next,
.top-destination .top-destination-slider .owl-nav button.owl-prev {
position: absolute;
top: 50%;
transform: translateY(-50%);
width: 58px;
height: 58px;
border-radius: 50%;
background-repeat: no-repeat;
background-color: rgba(174, 193, 204, 0.9);
font-size: 0;
}
@media (max-width: 767px) {
.top-destination .top-destination-slider .owl-nav button.owl-next,
.top-destination .top-destination-slider .owl-nav button.owl-prev {
background-size: 15px auto;
width: 40px;
height: 40px;
}
}
.top-destination .top-destination-slider .owl-nav button.owl-prev {
left: -29px;
background-image: url(../images/prev-icon.png);
background-position: 12px center;
}
@media (max-width: 1440px) {
.top-destination .top-destination-slider .owl-nav button.owl-prev {
left: 15px;
}
}
@media (max-width: 767px) {
.top-destination .top-destination-slider .owl-nav button.owl-prev {
background-position: 10px center;
}
}
.top-destination .top-destination-slider .owl-nav button.owl-next {
right: -29px;
background-image: url(../images/next-icon.png);
background-position: right 12px center;
}
@media (max-width: 1440px) {
.top-destination .top-destination-slider .owl-nav button.owl-next {
right: 15px;
}
}
@media (max-width: 767px) {
.top-destination .top-destination-slider .owl-nav button.owl-next {
background-position: right 10px center;
}
}

/*Top Destination*/
/*What Our Customers Say*/
.what-customer-say {
margin-top: 60px;
padding:115px 0 0;
background: url(../images/customer-say.png) no-repeat center top;
}
@media (max-width: 991px) {
.what-customer-say {
background-size: 120% auto;
}
}
@media (max-width: 767px) {
.what-customer-say {
margin-top: 35px;
padding: 20px 0 0;
display: none;
}
}
.what-customer-say .large-heading h2 {
color: #ffffff;
padding-bottom: 15px;
}
@media (max-width: 767px) {
.what-customer-say .large-heading h2 {
padding: 0;
}
}
.what-customer-say .testimonial-box {
background: #ffffff url(../images/graphic-bg.png) no-repeat center center;
background-size: cover;
border-radius: 15px;
padding:0;
margin: 0 50px;
box-shadow: 0px 0px 40px rgba(158, 184, 192, 0.24);
}
@media (max-width: 991px) {
.what-customer-say .testimonial-box {
padding: 20px;
margin: 0;
}
}
@media (max-width: 767px) {
.what-customer-say .testimonial-box {
padding: 15px;
border-radius: 10px;
}
}

/*What Our Customers Say*/
/*Aap Download Promotion*/
.aap-download-promotion {
margin-top: 70px;
}
@media (max-width: 767px) {
.aap-download-promotion {
margin-top: 30px;
}
}
.aap-download-promotion .aap-download-banner {
background: url(../images/download-app-bg.png) no-repeat center center;
background-size: cover;
height: 213px;
box-shadow: 0px 0px 40px rgba(158, 184, 192, 0.24);
border-radius: 15px;
position: relative;
}
@media (max-width: 991px) {
.aap-download-promotion .aap-download-banner {
background-image: url(../images/mobile-bg.png);
height: 170px;
display: flex;
align-items: center;
justify-content: center;
}
}
.aap-download-promotion .aap-download-banner .graphic1 {
width: 212px;
position: absolute;
left: 60px;
bottom: -15px;
}
@media (max-width: 991px) {
.aap-download-promotion .aap-download-banner .graphic1 {
display: none;
}
}
.aap-download-promotion .aap-download-banner .app-dwn-text {
width: 100%;
max-width: 330px;
margin: 0 auto;
position: relative;
z-index: 1;
}
.aap-download-promotion .aap-download-banner .app-dwn-text .dwn-logo {
width: 145px;
height: 44px;
margin: 0 auto;
line-height: 44px;
background-color: #ffffff;
padding: 0 15px;
}
@media (max-width: 991px) {
.aap-download-promotion .aap-download-banner .app-dwn-text .dwn-logo {
display: none;
}
}
.aap-download-promotion .aap-download-banner .app-dwn-text h2 {
font-weight: 700;
font-size: 24px;
color: #c34b5d;
margin: 15px 0 0;
text-transform: uppercase;
}
@media (max-width: 991px) {
.aap-download-promotion .aap-download-banner .app-dwn-text h2 {
margin: 0;
}
}
.aap-download-promotion .aap-download-banner .app-dwn-text p {
font-size: 14px;
}
.aap-download-promotion .aap-download-banner .app-dwn-text .app-dwn-logo {
justify-content: center;
padding: 0 10px;
}
.aap-download-promotion .aap-download-banner .app-dwn-text .app-dwn-logo a {
margin: 0 4px;
}
@media (max-width: 767px) {
.aap-download-promotion .aap-download-banner .app-dwn-text .app-dwn-logo a {
width: 50%;
padding: 0 4px;
margin: 0;
}
}
.aap-download-promotion .aap-download-banner .graphic2 {
width: 357px;
position: absolute;
right: 0;
bottom: 0;
border-radius: 0 15px 15px 0;
overflow: hidden;
}
@media (max-width: 991px) {
.aap-download-promotion .aap-download-banner .graphic2 {
display: none;
}
}

/*Aap Download Promotion*/
/*Why Book With US*/
.why-book-block {
padding-bottom: 90px;
padding-top: 60px;
}
@media (max-width: 767px) {
.why-book-block {
padding-top: 30px;
}
}
@media (max-width: 767px) {
.why-book-block .large-heading h2 {
margin: 0;
}
}
.why-book-block .book-card {
background-color: #ffffff;
border-radius: 15px;
box-shadow: 0px 0px 20px rgba(158, 184, 192, 0.24);
display: block;
padding: 20px;
text-align: center;
color: #103356;
}
.why-book-block .book-card .book-card-icon {
width: 150px;
height: 110px;
margin: 0 auto 15px;
position: relative;
}
@media (max-width: 767px) {
.why-book-block .book-card .book-card-icon {
width: 130px;
height: 84px;
}
}
.why-book-block .book-card .book-card-icon svg {
width: 100%;
height: 100%;
display: block;
}
.why-book-block .book-card .book-card-icon svg path {
transition: all 0.3s ease;
fill:rgba(195,75,93,0.4);
}
@media (max-width: 767px) {
.why-book-block .book-card .book-card-icon svg {
max-width: 120px;
}
}
.why-book-block .book-card .book-card-icon img {
position: absolute;
width: auto;
}
@media (max-width: 767px) {
.why-book-block .book-card .book-card-icon img {
max-width: 44px;
max-height: 44px;
}
}
.why-book-block .book-card .book-card-title {
display: block;
font-size: 18px;
color: #103356;
}
@media (max-width: 1199px) {
.why-book-block .book-card .book-card-title {
font-size: 16px;
}
}
.why-book-block .book-card:hover .book-card-icon svg path {
fill:#c34b5d;
}
.why-book-block .book-card:hover .book-card-icon img {
filter: invert(100%);
opacity: 0.8;
}
.why-book-block .why-book-slider {
margin: 0 -17px;
width: auto;
}
@media (max-width: 1440px) {
.why-book-block .why-book-slider {
margin: 0 -12px;
}
}
.why-book-block .why-book-slider .item {
padding: 20px 17px;
}
@media (max-width: 1440px) {
.why-book-block .why-book-slider .item {
padding: 20px 12px;
}
}
.why-book-block .owl-carousel .owl-dots {
margin: 0;
}

/*Why Book With US*/
.flight-result-list {
padding: 30px 0 90px;
}
@media (max-width: 991px) {
.flight-result-list {
padding: 30px 0 50px;
}
}
@media (max-width: 767px) {
.flight-result-list {
padding: 20px 0 90px;
}
}
.flight-result-list .result-outer {
display: flex;
margin: 0 -15px;
}
@media (max-width: 991px) {
.flight-result-list .result-outer {
display: block;
margin: 0;
}
}
.flight-result-list .result-outer .result-list {
flex: 0 0 calc(100% - 305px);
max-width: calc(100% - 305px);
padding: 0 15px;
}
@media (max-width: 991px) {
.flight-result-list .result-outer .result-list {
flex: 0 0 100%;
max-width: 100%;
padding: 0;
}
}
.flight-result-list .result-outer .result-list .flight-tab {
position: relative;
}
.flight-result-list .result-outer .result-list .flight-tab .flight-sort-btn {
position: absolute;
right: 0;
top: -5px;
}
@media (max-width: 991px) {
.flight-result-list .result-outer .result-list .flight-tab .flight-sort-btn {
display: none;
}
}
.flight-result-list .result-outer .result-list .flight-tab .flight-sort-btn .dropdown {
z-index: 4;
}
.flight-result-list .result-outer .result-list .flight-tab .flight-sort-btn .dropdown .btn {
margin: 0;
padding: 0;
border-radius: 15px;
background: #ffffff;
width: 88px;
height: 78px;
border: none;
outline: none;
box-shadow: none;
box-shadow: 0px 0px 40px rgba(158, 184, 192, 0.24);
font-weight: 500;
color: #103356;
}
.flight-result-list .result-outer .result-list .flight-tab .flight-sort-btn .dropdown .btn img {
display: block;
width: 16px;
margin: 5px auto 0;
}
.flight-result-list .result-outer .result-list .flight-tab .flight-sort-btn .dropdown .btn::after {
display: none;
}
.flight-result-list .result-outer .result-list .flight-tab .flight-sort-btn .dropdown .btn:hover {
background: #c34b5d;
}
.flight-result-list .result-outer .result-list .flight-tab .flight-sort-btn .dropdown .dropdown-menu {
left: auto !important;
right: 0 !important;
transform: inherit !important;
will-change: inherit !important;
margin: 0;
padding: 10px 0;
top: 100% !important;
min-width: 230px;
border-color: #fde1e5;
border-radius: 15px;
z-index: 1;
}
.flight-result-list .result-outer .result-list .flight-tab .flight-sort-btn .dropdown .dropdown-menu ul {
margin: 0;
padding: 0;
list-style: none;
}
.flight-result-list .result-outer .result-list .flight-tab .flight-sort-btn .dropdown .dropdown-menu ul li {
margin: 0;
padding: 5px 15px;
list-style: none;
cursor: pointer;
font-size: 14px;
}
.flight-result-list .result-outer .result-list .flight-tab .flight-sort-btn .dropdown .dropdown-menu ul li:hover {
color: #c34b5d;
}
.flight-result-list .result-outer .result-list .flight-tab .nav-tabs {margin: 0 110px 0 0; border-bottom: 5px solid #d4dae1; text-align: center;}
@media (max-width: 991px) {
.flight-result-list .result-outer .result-list .flight-tab .nav-tabs {
margin: 0;
}
}
@media (max-width: 767px) {
.flight-result-list .result-outer .result-list .flight-tab .nav-tabs {
border-color: #c34b5d;
}
}
.flight-result-list .result-outer .result-list .flight-tab .nav-tabs .nav-item {
flex: 0 0 33.333%;
display: flex;
align-items: center;
justify-content: center;
position: relative;
max-width: 33.333%;
}
.flight-result-list .result-outer .result-list .flight-tab .nav-tabs .nav-item .nav-link {
margin: 0;
border: none;
border-radius: 0;
background: transparent;
padding: 0 0 15px;
position: relative;
color: #103356;
font-size: 16px;
text-transform: uppercase;
font-weight: 600;
display: block;
width: 100%;
}
@media (max-width: 767px) {
.flight-result-list .result-outer .result-list .flight-tab .nav-tabs .nav-item .nav-link {
font-size: 12px;
padding: 0 0 7px;
}
}
.flight-result-list .result-outer .result-list .flight-tab .nav-tabs .nav-item .nav-link i {
display: inline-block;
vertical-align: middle;
margin-top: -2px;
}
@media (max-width: 767px) {
.flight-result-list .result-outer .result-list .flight-tab .nav-tabs .nav-item .nav-link i {
display: block;
margin: 0 0 3px;
}
}
.flight-result-list .result-outer .result-list .flight-tab .nav-tabs .nav-item .nav-link i img {
filter: grayscale(18%) brightness(70%) contrast(150%) saturate(63%);
}
@media (max-width: 767px) {
.flight-result-list .result-outer .result-list .flight-tab .nav-tabs .nav-item .nav-link i img {
max-width: 18px;
max-height: 18px;
}
}
.flight-result-list .result-outer .result-list .flight-tab .nav-tabs .nav-item .nav-link span {
display: block;
color: #70859a;
font-size: 14px;
text-transform: none;
font-weight: 400;
padding-top: 4px;
}
@media (max-width: 1199px) {
.flight-result-list .result-outer .result-list .flight-tab .nav-tabs .nav-item .nav-link span {
font-size: 13px;
}
}
@media (max-width: 767px) {
.flight-result-list .result-outer .result-list .flight-tab .nav-tabs .nav-item .nav-link span {
display: none;
}
}
.flight-result-list .result-outer .result-list .flight-tab .nav-tabs .nav-item .nav-link::before {
width: 100%;
height: 5px;
bottom: -5px;
left: 0;
right: 0;
position: absolute;
content: "";
display: none;
background-color: #c34b5d;
}
@media (max-width: 767px) {
.flight-result-list .result-outer .result-list .flight-tab .nav-tabs .nav-item .nav-link::before {
background-color: #c34b5d;
}
}
.flight-result-list .result-outer .result-list .flight-tab .nav-tabs .nav-item .nav-link.active {
color: #c34b5d;
}
.flight-result-list .result-outer .result-list .flight-tab .nav-tabs .nav-item .nav-link.active span {
color: #70859a;
}
.flight-result-list .result-outer .result-list .flight-tab .nav-tabs .nav-item .nav-link.active i img {
filter: none;
}
.flight-result-list .result-outer .result-list .flight-tab .nav-tabs .nav-item .nav-link.active::before {
display: block;
}
.flight-result-list .result-outer .result-list .flight-tab .tab-content {
margin-top: 15px;
}
.flight-result-list .result-outer .result-list .flight-tab .tab-content .flight-list-card {
background-color: #ffffff;
border: 1px solid #fde1e5;
border-radius: 15px;
margin: 20px 0 0;
display: flex;
transition: all 0.3s ease;
}
@media (max-width: 1199px) {
.flight-result-list .result-outer .result-list .flight-tab .tab-content .flight-list-card {
display: block;
}
}
.flight-result-list .result-outer .result-list .flight-tab .tab-content .flight-list-card .data-left-part {
flex: 0 0 calc(100% - 237px);
max-width: calc(100% - 237px);
padding: 15px 20px;
display: flex;
flex-direction: column;
justify-content: center;
}
@media (max-width: 1199px) {
.flight-result-list .result-outer .result-list .flight-tab .tab-content .flight-list-card .data-left-part {
flex: 0 0 100%;
max-width: 100%;
padding: 15px;
}
}
.flight-result-list .result-outer .result-list .flight-tab .tab-content .flight-list-card .data-right-part {
width: 237px;
min-width: 237px;
max-width: 237px;
border-left: 1px solid #fde1e5;
padding: 12px 12px 20px;
border-radius: 0 15px 15px 0;
background: linear-gradient(to right, rgb(246, 247, 249) 0%, rgb(255, 255, 255) 100%);
}
@media (max-width: 1199px) {
.flight-result-list .result-outer .result-list .flight-tab .tab-content .flight-list-card .data-right-part {
padding: 15px;
width: 100%;
min-width: 100%;
max-width: 100%;
border-radius: 0;
background: transparent;
border: none;
}
}
@media (max-width: 767px) {
.flight-result-list .result-outer .result-list .flight-tab .tab-content .flight-list-card .data-right-part {
padding: 0 15px 15px;
}
}
@media (max-width: 1199px) {
.flight-result-list .result-outer .result-list .flight-tab .tab-content .flight-list-card .data-right-part .flt-prc-block {
display: flex;
align-items: center;
justify-content: space-between;
border-top: 1px solid #fde1e5;
padding-top: 15px;
margin-top: 10px;
}
}
.flight-result-list .result-outer .result-list .flight-tab .tab-content .flight-list-card .data-right-part .flt-prc-block .flight-price-box {
text-align: center;
margin: 0 0 10px;
}
@media (max-width: 1199px) {
.flight-result-list .result-outer .result-list .flight-tab .tab-content .flight-list-card .data-right-part .flt-prc-block .flight-price-box {
text-align: left;
margin: 0;
}
}
.flight-result-list .result-outer .result-list .flight-tab .tab-content .flight-list-card .data-right-part .flt-prc-block .flight-price-box label {
display: block;
font-size: 22px;
line-height: 22px;
}
@media (max-width: 1199px) {
.flight-result-list .result-outer .result-list .flight-tab .tab-content .flight-list-card .data-right-part .flt-prc-block .flight-price-box label {
margin: 0 0 2px;
}
}
.flight-result-list .result-outer .result-list .flight-tab .tab-content .flight-list-card .data-right-part .flt-prc-block .flight-price-box span {
display: block;
color: #70859a;
line-height: 14px;
}
.flight-result-list .result-outer .result-list .flight-tab .tab-content .flight-list-card .data-right-part .flt-prc-block .btn {
display: block;
max-width: 185px;
width: 100%;
margin: 0 auto;
}
@media (max-width: 1199px) {
.flight-result-list .result-outer .result-list .flight-tab .tab-content .flight-list-card .data-right-part .flt-prc-block .btn {
width: 160px;
margin: 0;
}
}
.flight-result-list .result-outer .result-list .flight-tab .tab-content .flight-list-card:hover {
border-color: #c34b5d;
box-shadow: 0px 12px 24px rgba(66, 130, 166, 0.29);
}
.flight-result-list .result-outer .result-list .flight-tab .tab-content .flight-list-card:hover .data-right-part {
background: linear-gradient(to right, rgb(254, 254, 244) 0%, rgb(255, 255, 255) 100%);
}
@media (max-width: 991px) {
.flight-result-list .result-outer .result-list .flight-tab .tab-content .flight-list-card:hover .data-right-part {
background: transparent;
}
}
.flight-result-list .result-outer .result-list .flight-tab .tab-content .flight-list-card:hover .data-right-part .btn {
background: #c34b5d;
color: #103356;
}

.flight-upgrade-outer {
padding: 20px 0 60px;
}
@media (max-width: 767px) {
.flight-upgrade-outer {
padding: 10px 0 90px;
}
}
.flight-upgrade-outer .flight-detail-left h2 {
font-size: 24px;
}
@media (max-width: 767px) {
.flight-upgrade-outer .flight-detail-left h2 {
font-size: 18px;
justify-content: space-between;
}
}
.flight-upgrade-outer .flight-detail-left h2 .edit-tag {
font-size: 14px;
font-weight: 400;
text-decoration: underline;
margin-left: 40px;
}
@media (max-width: 767px) {
.flight-upgrade-outer .flight-detail-left h2 .edit-tag {
font-size: 12px!important;
margin-left: 0!important; white-space: nowrap;
}
}
.flight-upgrade-outer .flight-detail-left h2 .edit-tag img {
display: block;
margin-right: 4px;
margin-top: -3px;
}
@media (max-width: 767px) {
.flight-upgrade-outer .flight-detail-left .custom-border-card {
box-shadow: 0px 0px 10px rgba(158, 184, 192, 0.3);
}
}
.flight-upgrade-outer .flight-detail-left .custom-border-card .flight-info-loop {
margin: 0 0 15px;
}
@media (max-width: 767px) {
.flight-upgrade-outer .flight-detail-left .custom-border-card .flight-info-loop .flight-info .flight-logo-outer {
right: 15px;
}
}
@media (max-width: 767px) {
.flight-upgrade-outer .flight-detail-left .custom-border-card .flight-info-loop .flight-info .flight-logo-outer .airline-name {
display: block;
width: 58px;
min-width: 58px;
max-width: 58px;
padding: 0 0 0 5px;
font-size: 12px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
}
.flight-upgrade-outer .flight-detail-left .custom-border-card .flight-info-loop .flight-info .airline-time {
padding-right: 50px;
}
@media (max-width: 1199px) {
.flight-upgrade-outer .flight-detail-left .custom-border-card .flight-info-loop .flight-info .airline-time {
padding-right: 10px;
}
}
@media (max-width: 767px) {
.flight-upgrade-outer .flight-detail-left .custom-border-card .flight-info-loop .flight-info .airline-time {
padding-right: 0;
margin-top: 10px;
}
}
.flight-upgrade-outer .flight-detail-left .custom-border-card .flight-info-loop .flight-info .airline-time .seprate-line .line-group .flight-stop {
/* cursor: text; */ width:100%;
}
@media (max-width: 767px) {
.flight-upgrade-outer .flight-detail-left .custom-border-card .flight-info-loop .flight-upgrade-stoppage-box {
position: absolute;
right: -5px;
top: 0;
}
}
.flight-upgrade-outer .flight-detail-left .custom-border-card .flight-info-loop .flight-upgrade-stoppage-box .upgd-btn {
border: none;
outline: none;
box-shadow: none;
cursor: pointer;
padding: 0 15px;
display: block;
}
@media (max-width: 767px) {
.flight-upgrade-outer .flight-detail-left .custom-border-card .flight-info-loop .flight-upgrade-stoppage-box .upgd-btn {
padding: 0 5px;
}
}
.flight-upgrade-outer .flight-detail-left .custom-border-card .flight-info-loop .flight-upgrade-stoppage-box .upgd-btn img {
transition: all 0.3s ease;
}
.flight-upgrade-outer .flight-detail-left .custom-border-card.all-stoppage-open .flight-info-loop .flight-upgrade-stoppage-box .upgd-btn img {
transform: rotate(180deg);
}
.flight-upgrade-outer .flight-detail-left .custom-border-card.all-stoppage-open .all-stoppage-box {
display: block;
position: relative;
left: auto;
top: auto;
width: 100%;
border: none;
box-shadow: none;
padding: 30px 10px 10px;
z-index: 1;
}
@media (max-width: 767px) {
.flight-upgrade-outer .flight-detail-left .custom-border-card.all-stoppage-open .all-stoppage-box {
padding: 30px 0 0;
}
}
.flight-upgrade-outer .flight-detail-left .custom-border-card.all-stoppage-open .all-stoppage-box::before {
border-radius: 15px 15px 0 0;
position: absolute;
left: -11px;
top: 15px;
right: -11px;
height: 175px;
display: block;
content: "";
z-index: -1;
background: linear-gradient(to bottom, rgb(243, 245, 247) 0%, rgb(255, 255, 255) 100%);
}
.flight-upgrade-outer .flight-detail-left .custom-border-card.all-stoppage-open .all-stoppage-box .departure-flow-loop-outer {
max-width:100%;
}
.flight-upgrade-outer .flight-detail-left .flight-upgrade-tab {
position: relative;
}
@media (max-width: 1199px) {
.flight-upgrade-outer .flight-detail-left .flight-upgrade-tab {
padding-bottom: 10px;
}
}
.flight-upgrade-outer .flight-detail-left .flight-upgrade-tab .nav-tabs {
border: none;
flex-wrap: inherit;
position: absolute;
z-index: 1;
right: 0;
top: 0;
}
@media (max-width: 767px) {
.flight-upgrade-outer .flight-detail-left .flight-upgrade-tab .nav-tabs {
position: relative;
right: auto;
top: auto;
overflow-x: auto;
height: 38px; padding-bottom: 50px;
}
}
.flight-upgrade-outer .flight-detail-left .flight-upgrade-tab .nav-tabs .nav-item {
margin: 0 0 0 5px;
}
.flight-upgrade-outer .flight-detail-left .flight-upgrade-tab .nav-tabs .nav-item .nav-link {
margin: 0;
padding: 0 20px;
background: #ffffff;
border: 1px solid #d5e0eb;
border-radius: 34px;
line-height: 32px;
display: block;
width: auto;
white-space: nowrap;
height: 32px;
}
@media (max-width: 1199px) {
.flight-upgrade-outer .flight-detail-left .flight-upgrade-tab .nav-tabs .nav-item .nav-link {
padding: 0 14px;
font-size: 13px;
}
}
@media (max-width: 767px) {
.flight-upgrade-outer .flight-detail-left .flight-upgrade-tab .nav-tabs .nav-item .nav-link {
padding: 0 10px;
font-size: 12px;
}
}
.flight-upgrade-outer .flight-detail-left .flight-upgrade-tab .nav-tabs .nav-item .nav-link.active {
background: #912c3b;
color: #ffffff;
}
div.heading-tag{margin-bottom: 38px;}
div#myTabContent{margin: 30px 0;}
div#myTabContent .thanks-cont{ text-align: center;}
div#myTabContent .thanks-cont .norecordhd{ font-size: 1.6em; font-weight: 600;}
div#myTabContent div.error{width: 100%; background-color: #efefef; padding: 30px 20px; text-align: center; border-radius: 15px; border: 1px solid #d4dae1;}
div#myTabContent div.error p.text a{color:#c34b5d; text-decoration: underline;}
.flight-upgrade-outer .flight-detail-left .flight-upgrade-tab .tab-content .flight-upgrade-slider {width: auto; display: flex; flex-wrap: nowrap;
overflow: auto; gap: 15px; margin:0; padding-bottom: 15px; scrollbar-width: thin; scrollbar-color: #c34b5d #e5e5e5;}
.flight-upgrade-outer .flight-detail-left .flight-upgrade-tab .tab-content .flight-upgrade-slider .item{flex: 0 0 260px; max-width: 260px;}
@media (max-width: 767px) {
.flight-upgrade-outer .flight-detail-left .flight-upgrade-tab .tab-content .flight-upgrade-slider {
margin: 0 -10px;
}
div#myTabContent{margin:15px 0;}
}
.flight-upgrade-outer .flight-detail-left .flight-upgrade-tab .tab-content .flight-upgrade-slider .owl-stage {
display: flex;
}
.flight-upgrade-outer .flight-detail-left .flight-upgrade-tab .tab-content .flight-upgrade-slider .owl-stage .item {
padding: 25px 5px;
height: 100%;
}
@media (max-width: 767px) {
.flight-upgrade-outer .flight-detail-left .flight-upgrade-tab .tab-content .flight-upgrade-slider .owl-stage .item {
padding: 18px 10px;
}
}
.flight-upgrade-outer .flight-detail-left .flight-upgrade-tab .tab-content .flight-upgrade-slider img {
width: auto;
}
.flight-upgrade-outer .flight-detail-left .flight-upgrade-tab .tab-content .flight-upgrade-slider .flight-upgrade-card {
border: 1px solid #fde1e5;
border-radius: 15px;
padding: 15px 15px 60px;
height: 100%;
position: relative;
}
@media (max-width: 767px) {
.flight-upgrade-outer .flight-detail-left .flight-upgrade-tab .tab-content .flight-upgrade-slider .flight-upgrade-card {
padding: 10px 10px 60px;
}
}
.flight-upgrade-outer .flight-detail-left .flight-upgrade-tab .tab-content .flight-upgrade-slider .flight-upgrade-card .flt-upg-top {
border-bottom: 1px solid #c34b5d;
padding: 12px;
margin: -15px -15px 15px;
}
@media (max-width: 767px) {
.flight-upgrade-outer .flight-detail-left .flight-upgrade-tab .tab-content .flight-upgrade-slider .flight-upgrade-card .flt-upg-top {
padding: 10px;
margin: -10px -10px 10px;
}
}
.flight-upgrade-outer .flight-detail-left .flight-upgrade-tab .tab-content .flight-upgrade-slider .flight-upgrade-card .flt-upg-top .cmn-radio {
min-height: 23px;
}
.flight-upgrade-outer .flight-detail-left .flight-upgrade-tab .tab-content .flight-upgrade-slider .flight-upgrade-card .flt-upg-top .cmn-radio input + label {
font-size: 14px;
font-weight: 600;
display: flex; flex-wrap:wrap;
}
@media (max-width: 767px) {
.flight-upgrade-outer .flight-detail-left .flight-upgrade-tab .tab-content .flight-upgrade-slider .flight-upgrade-card .flt-upg-top .cmn-radio input + label {
font-size: 14px; width: 100%;
}
.flight-upgrade-outer .flight-detail-left .flight-upgrade-tab .tab-content .flight-upgrade-slider .flight-upgrade-card .flt-upg-top .cmn-radio{align-items: center;
    display: flex;}
}
.flight-upgrade-outer .flight-detail-left .flight-upgrade-tab .tab-content .flight-upgrade-slider .flight-upgrade-card .flt-upg-top .cmn-radio input + label span {
font-size: 14px; color: #70859a; font-weight: 400; padding-left: 2px; 	flex:0 0 100%; overflow: hidden;  /*white-space: nowrap;  text-overflow: ellipsis;*/}
@media (max-width: 767px) {
.flight-upgrade-outer .flight-detail-left .flight-upgrade-tab .tab-content .flight-upgrade-slider .flight-upgrade-card .flt-upg-top .cmn-radio input + label span {
font-size: 12px;
}
.flight-upgrade-outer .flight-detail-left .flight-upgrade-tab .tab-content .flight-upgrade-slider .flight-upgrade-card .flt-upg-top .cmn-radio input + label span{        font-size: 13px; flex: 0 0 110px;}
.flight-upgrade-outer .flight-detail-left .flight-upgrade-tab .tab-content .flight-upgrade-slider .flight-upgrade-card .flt-upg-top .cmn-radio input + label small{font-size: 14px !important; top: -3px !important;}
}
.flight-upgrade-outer .flight-detail-left .flight-upgrade-tab .tab-content .flight-upgrade-slider .flight-upgrade-card .flt-upg-top .cmn-radio input + label small {
font-size: 14px;
position: relative;
right: 0;
}
.flight-upgrade-outer .flight-detail-left .flight-upgrade-tab .tab-content .flight-upgrade-slider .flight-upgrade-card .flt-upg-top .cmn-radio input + label small:after{font-size: 12px !important; display: none;}
@media (max-width: 767px) {
.flight-upgrade-outer .flight-detail-left .flight-upgrade-tab .tab-content .flight-upgrade-slider .flight-upgrade-card .flt-upg-top .cmn-radio input + label small {
font-size: 16px;
}
}
.flight-upgrade-outer .flight-detail-left .flight-upgrade-tab .tab-content .flight-upgrade-slider .flight-upgrade-card .flt-upg-mid {
padding: 0 0 15px;
position: relative;
z-index: 1;
}
.flight-upgrade-outer .flight-detail-left .flight-upgrade-tab .tab-content .flight-upgrade-slider .flight-upgrade-card .flt-upg-mid::before {
z-index: -1;
position: absolute;
left: -10px;
top: -7px;
right: -10px;
display: block;
content: "";
height: 100%;
border-radius: 12px 12px 0 0;
background: linear-gradient(to bottom, rgb(243, 245, 247) 0%, rgb(255, 255, 255) 100%);
}
@media (max-width: 767px) {
.flight-upgrade-outer .flight-detail-left .flight-upgrade-tab .tab-content .flight-upgrade-slider .flight-upgrade-card .flt-upg-mid::before {
left: -7px;
right: -7px;
}
}
.flight-upgrade-outer .flight-detail-left .flight-upgrade-tab .tab-content .flight-upgrade-slider .flight-upgrade-card .flt-upg-mid h4 {
font-size: 14px;
margin: 0 0 5px;
}
.flight-upgrade-outer .flight-detail-left .flight-upgrade-tab .tab-content .flight-upgrade-slider .flight-upgrade-card .flt-upg-mid ul {
margin: 0;
padding: 0;
list-style: none;
}
.flight-upgrade-outer .flight-detail-left .flight-upgrade-tab .tab-content .flight-upgrade-slider .flight-upgrade-card .flt-upg-mid ul li {
margin: 0 0 10px;
padding: 0;
list-style: none;
display: flex;
align-items: center;
color: #70859a;
font-size: 13px;
line-height: normal;
}
.flight-upgrade-outer .flight-detail-left .flight-upgrade-tab .tab-content .flight-upgrade-slider .flight-upgrade-card .flt-upg-mid ul li.text-blue {
color: #103356;
}
.flight-upgrade-outer .flight-detail-left .flight-upgrade-tab .tab-content .flight-upgrade-slider .flight-upgrade-card .flt-upg-mid ul li i {
width: 25px;
min-width: 25px;
}
.flight-upgrade-outer .flight-detail-left .flight-upgrade-tab .tab-content .flight-upgrade-slider .flight-upgrade-card .flt-upg-mid.before-none::before {
display: none;
}
.flight-upgrade-outer .flight-detail-left .flight-upgrade-tab .tab-content .flight-upgrade-slider .flight-upgrade-card .btn {
position: absolute;
left: 15px;
right: 15px;
bottom: 15px;
}
.flight-upgrade-outer .flight-detail-left .flight-upgrade-tab .tab-content .flight-upgrade-slider .flight-upgrade-card .btn.selected{background: #912c3b; color: #fff;}
.flight-upgrade-outer .flight-detail-left .flight-upgrade-tab .tab-content .flight-upgrade-slider .flight-upgrade-card.select-one {
box-shadow: 0 0 20px rgba(206, 214, 226, 0.55);
border-color: #c34b5d;
}
@media (max-width: 767px) {
.flight-upgrade-outer .flight-detail-left .flight-upgrade-tab .tab-content .flight-upgrade-slider .flight-upgrade-card.select-one {
box-shadow: 0 0 12px rgba(206, 214, 226, 0.55);
}
}
.flight-upgrade-outer .flight-detail-left .flight-upgrade-tab .tab-content .flight-upgrade-slider .flight-upgrade-card.select-one .flt-upg-top {
border-color: #c34b5d;
}
@media (max-width: 1199px) {
.flight-upgrade-outer .flight-detail-left .flight-upgrade-tab .tab-content .owl-carousel .owl-dots {
margin: 0 0 15px;
}
}
.flight-upgrade-outer .flight-detail-left .flight-upgrade-tab .tab-content > .tab-pane {
display: block;
opacity: 0;
visibility: hidden;
height: 0;
}
.flight-upgrade-outer .flight-detail-left .flight-upgrade-tab .tab-content > .active {
display: block;
opacity: 1;
visibility: visible;
height: auto;
}
@media (max-width: 767px) {
.flight-upgrade-outer .flight-detail-left .custom-border-card.all-stoppage-open .flight-info-loop .flight-info .airline-time {
display: none;
}
}

.upgrade-terms-card .cmn-radio input + label {
font-size: 16px;
font-weight: 500;
}
@media (max-width: 1199px) {
.upgrade-terms-card .cmn-radio input + label {
font-size: 14px;
}
}
.upgrade-terms-card .terms-top-box {
margin-bottom: 15px;
position: relative;
}
@media (max-width: 767px) {
.upgrade-terms-card .terms-top-box {
display: block;
}
}
.upgrade-terms-card .terms-top-box .rt-round {
border: 1px solid #d5e0eb;
border-radius: 30px;
line-height: 28px;
padding: 0 15px;
}
@media (max-width: 767px) {
.upgrade-terms-card .terms-top-box .rt-round {
display: inline-block;
margin-left: 32px;
margin-top: 5px;
font-size: 12px;
padding: 0 10px;
line-height: 22px;
}
}
.upgrade-terms-card .terms-mid-box {
position: relative;
padding-top: 20px;
z-index: 1;
}
@media (max-width: 1199px) {
.upgrade-terms-card .terms-mid-box {
padding-top: 15px;
}
}
.upgrade-terms-card .terms-mid-box::before {
position: absolute;
left: -20px;
top: 0;
right: -20px;
display: block;
content: "";
height: 100px;
z-index: -1;
border-radius: 15px 15px 0 0;
background: linear-gradient(to bottom, rgb(243, 245, 247) 0%, rgb(255, 255, 255) 100%);
}
@media (max-width: 1199px) {
.upgrade-terms-card .terms-mid-box::before {
left: -10px;
right: -10px;
}
}
@media (max-width: 767px) {
.upgrade-terms-card .terms-mid-box::before {
height: 60px;
}
}
.upgrade-terms-card .terms-mid-box a {
text-decoration: underline;
}
.upgrade-terms-card .terms-mid-box a:hover {
text-decoration: none;
}
.upgrade-terms-card .terms-mid-box .terms-mid-top {
margin-bottom: 15px;
}
.upgrade-terms-card .terms-mid-box .terms-mid-top .mid-top-lt {
font-size: 16px;
}
.upgrade-terms-card .terms-mid-box .terms-mid-top .mid-top-lt span {
padding-left: 10px;
}
.upgrade-terms-card .terms-mid-box .terms-mid-top .mid-top-lt .form-control {
width: 85px;
height: 38px;
line-height: 38px;
margin-left: 10px;
}
@media (max-width: 1199px) {
.upgrade-terms-card .terms-mid-box .terms-mid-top .mid-top-lt .form-control {
width: 55px;
margin-left: 5px;
padding: 0 7px;
background-position: right 6px center;
}
}
@media (max-width: 767px) {
.upgrade-terms-card .terms-mid-box .terms-mid-top .mid-top-lt .form-control {
width: 100%;
margin: 7px 0;
padding: 0 10px;
}
}
@media (max-width: 1199px) {
.upgrade-terms-card .terms-mid-box .terms-mid-top .mid-top-lt {
font-size: 14px;
}
.upgrade-terms-card .terms-mid-box .terms-mid-top .mid-top-lt i {
width: 38px;
min-width: 38px;
}
}
@media (max-width: 767px) {
.upgrade-terms-card .terms-mid-box .terms-mid-top .mid-top-lt {
font-size: 13px;
}
}
.upgrade-terms-card .terms-mid-box .terms-mid-top .mid-top-rt {
font-size: 22px;
}
.upgrade-terms-card .terms-mid-box .terms-mid-top .mid-top-rt span {
font-size: 14px;
}
@media (max-width: 1199px) {
.upgrade-terms-card .terms-mid-box .terms-mid-top .mid-top-rt {
font-size: 20px;
}
.upgrade-terms-card .terms-mid-box .terms-mid-top .mid-top-rt span {
font-size: 13px;
}
}
@media (max-width: 767px) {
.upgrade-terms-card .terms-mid-box .terms-mid-top .mid-top-rt {
margin-left: 5px;
line-height: normal;
font-size: 18px;
min-width: 70px;
}
.upgrade-terms-card .terms-mid-box .terms-mid-top .mid-top-rt span {
display: block;
font-size: 11px;
}
}
.upgrade-terms-card .terms-mid-box .terms-mid-list .common-list {
display: flex;
flex-wrap: wrap;
}
.upgrade-terms-card .terms-mid-box .terms-mid-list .common-list li {
color: #103356;
width: 33.333%;
}
@media (max-width: 1199px) {
.upgrade-terms-card .terms-mid-box .terms-mid-list .common-list li {
width: 50%;
}
}
@media (max-width: 767px) {
.upgrade-terms-card .terms-mid-box .terms-mid-list .common-list li {
width: 100%;
margin: 0 0 7px;
}
}
.upgrade-terms-card .terms-mid-box .unexpected-text {
color: #ff0000;
}
.upgrade-terms-card .terms-mid-box .unexpected-text img {
margin-right: 7px;
}
.upgrade-terms-card .terms-btm-box {
border-top: 1px solid #d5e0eb;
padding-top: 20px;
margin-top: 25px;
}
@media (max-width: 1199px) {
.upgrade-terms-card .terms-btm-box {
padding-top: 15px;
margin-top: 15px;
}
}
.upgrade-terms-card .terms-btm-box .cmn-radio input + label {
font-weight: 400;
}
@media (max-width: 1199px) {
.upgrade-terms-card .terms-btm-box .cmn-radio input + label {
font-size: 14px;
}
}
.upgrade-terms-card.travel-ins-card .terms-mid-box {
padding-top: 5px;
}
.upgrade-terms-card.travel-ins-card .terms-mid-box::before {
display: none;
}
.upgrade-terms-card.travel-ins-card .terms-mid-box .terms-mid-list .common-list li {
width: 50%;
}
@media (max-width: 767px) {
.upgrade-terms-card.travel-ins-card .terms-mid-box .terms-mid-list .common-list li {
width: 100%;
}
}
@media (max-width: 767px) {
.upgrade-terms-card.travel-ins-card .terms-mid-top .mid-top-lt {
display: block;
}
}
@media (max-width: 767px) {
.upgrade-terms-card.travel-ins-card .terms-mid-top .mid-top-rt {
margin: 0;
}
}
.upgrade-terms-card.customer-satisfaction-card h3 {
font-size: 18px;
margin: 0 0 10px;
}
@media (max-width: 767px) {
.upgrade-terms-card.customer-satisfaction-card h3 {
font-size: 16px;
}
}
.upgrade-terms-card .view-more-mbl {
display: none;
}
.upgrade-terms-card.mbl-flt-card2 .terms-top-box .mid-top-rt {
display: none;
}
@media (max-width: 767px) {
.upgrade-terms-card.mbl-flt-card2 .terms-top-box .mid-top-rt {
display: block;
position: absolute;
right: 0;
bottom: 0;
font-size: 18px;
}
.upgrade-terms-card.mbl-flt-card2 .terms-top-box .mid-top-rt span {
font-size: 11px;
}
}
@media (max-width: 767px) {
.upgrade-terms-card .view-more-mbl {
display: flex;
justify-content: flex-end;
}
.upgrade-terms-card .view-more-mbl a {
text-decoration: underline !important;
color: #c34b5d !important;
display: flex;
align-items: center;
font-size: 13px;
}
.upgrade-terms-card .view-more-mbl a i {
margin-left: 7px;
transition: all 0.3s ease;
}
.upgrade-terms-card .mbl-hide1,
.upgrade-terms-card .mbl-hide2 {
display: none;
}
.upgrade-terms-card .mbl-hide2 .terms-mid-top {
display: block;
}
.upgrade-terms-card .mbl-hide2 .terms-mid-top .mid-top-rt {
display: none;
}
.upgrade-terms-card.mbl-flt-card1.open-flt-one .mbl-hide1 {
display: block;
}
.upgrade-terms-card.mbl-flt-card1.open-flt-one .view-more-mbl a i {
transform: rotate(180deg);
}
.upgrade-terms-card.mbl-flt-card2.open-flt-two .mbl-hide2 {
display: block;
}
.upgrade-terms-card.mbl-flt-card2.open-flt-two .view-more-mbl a i {
transform: rotate(180deg);
}
}

.flight-upgrade-outer .flight-detail-left .custom-border-card.all-stoppage-open .flight-stop .all-stoppage-box {
display: none;
position: absolute;
width: 465px;
top: 100%;
left: -230px;
border: 1px solid #ffff33;
box-shadow: 0px 12px 24px rgba(66, 130, 166, 0.29);
padding: 20px;
z-index: 9;
}
.flight-upgrade-outer .flight-detail-left .custom-border-card.all-stoppage-open .flight-stop .all-stoppage-box::before {
display: none;
}
@media (max-width: 767px) {
.flight-upgrade-outer .flight-detail-left .custom-border-card.all-stoppage-open .flight-stop .all-stoppage-box {
width: 300px;
left: -117px;
padding: 15px;
}
}

.flight-upgrade-slider.owl-carousel .owl-dots {
margin: 0 0 20px;
}

.search-loader-page {
background: url(../images/search-loader-bg.png) no-repeat center top;
height: 100vh;
padding: 140px 20px 20px;
overflow: auto; display: none;
}

.search-loader-page[style="display: block;"]{
display: flex !important; align-items: center; padding: 20px 0; background-position: center center;
}

@media (max-width: 767px) {
.search-loader-page {
background: none;
padding: 0;
height: inherit;
}
.search-loader-page[style="display: block;"]{padding: 0;}
}
.search-loader-page .search-loader-card {
background-color:/*rgba(195,75,93,0.4)*/#c34b5d;
border-radius: 30px;
overflow: hidden;
max-width: 850px;
margin: 0 auto;
box-shadow: 0px 0px 40px rgba(158, 184, 192, 0.24);
}
@media (max-width: 767px) {
.search-loader-page .search-loader-card {
box-shadow: none;
border-radius: 0;
flex-direction: column-reverse;
}
}
.search-loader-page .search-loader-card .search-loader-card-left {
background-color:#e7b7be;
width: 50%;
flex: 0 0 50%;
border-radius: 0 30px 0 0;
}
@media (max-width: 767px) {
.search-loader-page .search-loader-card .search-loader-card-left {
border-radius: 0;
}
}
@media (max-width: 767px) {
.search-loader-page .search-loader-card .search-loader-card-left {
width: 100%;
flex: 0 0 100%;
}
}
.search-loader-page .search-loader-card .search-loader-card-left .search-loader-logo {
min-height: 100px;
}
.search-loader-page .search-loader-card .search-loader-card-left .search-loader-logo span.txt11 {font-size: 11px; padding: 0 0 0 26px;}

@media (max-width: 767px) {
.search-loader-page .search-loader-card .search-loader-card-left .search-loader-logo {
display: none !important;
}
}
.search-loader-page .search-loader-card .search-loader-card-left .search-loader-logo img {
display: block;
}
.search-loader-page .search-loader-card .search-loader-card-left .flight-search-detail-show {
background-color: #ffffff;
border-radius: 30px 30px 0 0;
padding: 25px 20px 55px;
margin-bottom: -30px;
}
@media (max-width: 767px) {
.search-loader-page .search-loader-card .search-loader-card-left .flight-search-detail-show {
margin-bottom: 0;
border-radius: 0;
padding: 15px;
}
}
.search-loader-page .search-loader-card .search-loader-card-left .flight-search-detail-show ul {
margin: 0;
padding: 0;
}
.search-loader-page .search-loader-card .search-loader-card-left .flight-search-detail-show ul li {
list-style: none;
margin-bottom: 18px;
padding-bottom: 18px;
border-bottom: solid 1px rgba(112, 133, 154, 0.2);
line-height:1.5em;
}
.search-loader-page .search-loader-card .search-loader-card-left .flight-search-detail-show ul li:last-child {
margin-bottom: 0;
padding-bottom: 0;
border-bottom: none;
}
.search-loader-page .search-loader-card .search-loader-card-left .flight-search-detail-show ul li .flight-search-location-info {
width: 42%;
flex: 0 0 42%;
}

.search-loader-page .search-loader-card .search-loader-card-left .flight-search-detail-show ul li .flight-search-location-info.fullwidth {
width:100%;
flex: 0 0 100%;
}

.search-loader-page .search-loader-card .search-loader-card-left .flight-search-detail-show ul li .flight-search-location-info span {
display: block;
color: #103356;
}

.search-loader-page .search-loader-card .search-loader-card-left .flight-search-detail-show ul li .flight-search-location-info span.inblock {
display: inline-block;
color: #103356;
}


.search-loader-page .search-loader-card .search-loader-card-left .flight-search-detail-show ul li .flight-search-location-info span.inblock.title {width:30%;}

.search-loader-page .search-loader-card .search-loader-card-left .flight-search-detail-show ul li .flight-search-location-info p {
font-size: 13px;
color: #70859a;
}
.search-loader-page .search-loader-card .search-loader-card-left .flight-search-detail-show ul li[style="display: none;"]{display: none !important;}
.search-loader-page .search-loader-card .search-loader-card-left .flight-search-detail-show ul li i {
display: block;
}
.search-loader-page .search-loader-card .search-loader-card-left .flight-search-detail-show ul li i img {
display: block;
}
.search-loader-page .search-loader-card .search-loader-card-left .flight-search-detail-show .travellers-heading {
display: block;
padding-top: 18px;
}
.search-loader-page .search-loader-card .search-loader-card-left .best-offer-list {
background-color: #e7b7be;
padding: 20px 40px;
border-radius: 30px 30px 0 0;
}
@media (max-width: 767px) {
.search-loader-page .search-loader-card .search-loader-card-left .best-offer-list {
display: none;
}
}
.search-loader-page .search-loader-card .search-loader-card-left .best-offer-list ul li {
list-style: none;
text-align: center;
}
.search-loader-page .search-loader-card .search-loader-card-left .best-offer-list ul li i {
width: 60px;
height: 60px;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
margin: 0 auto 15px;
background-color: #ffffff;
box-shadow: 0px 0px 40px rgba(158, 184, 192, 0.24);
}
.search-loader-page .search-loader-card .search-loader-card-left .best-offer-list ul li i img {
display: block;
}
.search-loader-page .search-loader-card .search-loader-card-left .best-offer-list ul li span {
display: block;
text-transform: uppercase;
font-size: 12px;
font-weight: 600;
line-height: normal;
}
.search-loader-page .search-loader-card .search-loader-card-right {
width: 50%;
flex: 0 0 50%;
position: relative;
background: url(../images/search-loader-bg-img.png) no-repeat center top;
}
@media (max-width: 767px) {
.search-loader-page .search-loader-card .search-loader-card-right {
width: 100%;
flex: 0 0 100%;
padding: 0;
background-size: 100% 100%;
}
}
.search-loader-page .search-loader-card .search-loader-card-right .search-loader-logo {
display: none;
background-color: #e7b7be;
text-align: center;
padding: 20px 10px;
margin-bottom: 20px;
}
.search-loader-page .search-loader-card .search-loader-card-right .search-loader-logo img {
width: 140px;
}
@media (max-width: 767px) {
.search-loader-page .search-loader-card .search-loader-card-right .search-loader-logo {
display: block;
}
}
.search-loader-page .search-loader-card .search-loader-card-right p {
color: #ffffff;
text-align: center;
font-size: 16px;
margin-bottom: -90px;
position: relative;
padding: 25px;
}
@media (max-width: 767px) {
.search-loader-page .search-loader-card .search-loader-card-right p {
padding: 0 0 20px;
}
}
.search-loader-page .search-loader-card .search-loader-card-right .loader-img-card {
text-align: center;
}
.search-loader-page .search-loader-card .search-loader-card-right .animation-img {
position: absolute;
left: -20px;
right: 0;
top: 180px;
width: 122px;
margin: 0 auto;
z-index: 1;
}
@media (max-width: 991px) {
.search-loader-page .search-loader-card .search-loader-card-right .animation-img {
top: 150px;
}
}
@media (max-width: 767px) {
.search-loader-page .search-loader-card .search-loader-card-right .animation-img {
top: 230px;
}
}
@media (max-width: 399px) {
.search-loader-page .search-loader-card .search-loader-card-right .animation-img {
top: 210px;
width: 100px;
}
}

.flight-detail-page {
padding: 20px 0 60px;
}
@media (max-width: 767px) {
.flight-detail-page {
padding: 10px 0 90px;
}
}
.flight-detail-page .flight-detail-left h2 {
font-size: 24px;
}
@media (max-width: 767px) {
.flight-detail-page .flight-detail-left h2 {
font-size: 18px;
justify-content: space-between;
}
}
.flight-detail-page .flight-detail-left h2 .edit-tag {
font-size: 14px;
font-weight: 400;
text-decoration: underline;
margin-left: 40px;
}
@media (max-width: 767px) {
.flight-detail-page .flight-detail-left h2 .edit-tag {
font-size: 12px;
margin-left: 0;
}
}
.flight-detail-page .flight-detail-left h2 .edit-tag img {
display: block;
margin-right: 4px;
margin-top: -3px;
}
.flight-detail-page .flight-detail-left .custom-border-card .flight-info-loop {
margin: 0 0 15px;
}
@media (max-width: 767px) {
.flight-detail-page .flight-detail-left .custom-border-card .flight-info-loop .flight-info .flight-logo-outer {
right: 25px;
}
}
@media (max-width: 767px) {
.flight-detail-page .flight-detail-left .custom-border-card .flight-info-loop .flight-info .flight-logo-outer .airline-name {
display: block;
width: 58px;
min-width: 58px;
max-width: 58px;
padding: 0 0 0 5px;
font-size: 12px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
}
.flight-detail-page .flight-detail-left .custom-border-card .flight-info-loop .flight-info .airline-time {
padding-right: 50px;
}
@media (max-width: 1199px) {
.flight-detail-page .flight-detail-left .custom-border-card .flight-info-loop .flight-info .airline-time {
padding-right: 10px;
}
}
@media (max-width: 767px) {
.flight-detail-page .flight-detail-left .custom-border-card .flight-info-loop .flight-info .airline-time {
padding-right: 0;
}
}
.flight-detail-page .flight-detail-left .custom-border-card .flight-info-loop .flight-info .airline-time .seprate-line .line-group .flight-stop {
cursor: text;
}
@media (max-width: 767px) {
.flight-detail-page .flight-detail-left .custom-border-card .flight-info-loop .flight-upgrade-stoppage-box {
position: absolute;
right: -5px;
top: 0;
}
}
.flight-detail-page .flight-detail-left .custom-border-card .flight-info-loop .flight-upgrade-stoppage-box .upgd-btn {
border: none;
outline: none;
box-shadow: none;
cursor: pointer;
padding: 0 15px;
display: block;
}
@media (max-width: 767px) {
.flight-detail-page .flight-detail-left .custom-border-card .flight-info-loop .flight-upgrade-stoppage-box .upgd-btn {
padding: 0 5px;
}
}
.flight-detail-page .flight-detail-left .custom-border-card .flight-info-loop .flight-upgrade-stoppage-box .upgd-btn img {
transition: all 0.3s ease;
}
.flight-detail-page .flight-detail-left .custom-border-card.all-stoppage-open .flight-info-loop .flight-upgrade-stoppage-box .upgd-btn img {
transform: rotate(180deg);
}
.flight-detail-page .flight-detail-left .custom-border-card.all-stoppage-open .all-stoppage-box {
display: block;
position: relative;
left: auto;
top: auto;
width: 100%;
border: none;
box-shadow: none;
padding: 30px 10px 10px;
z-index: 1;
}
@media (max-width: 767px) {
.flight-detail-page .flight-detail-left .custom-border-card.all-stoppage-open .all-stoppage-box {
padding: 30px 0 0;
}
}
.flight-detail-page .flight-detail-left .custom-border-card.all-stoppage-open .all-stoppage-box::before {
border-radius: 15px 15px 0 0;
position: absolute;
left: -11px;
top: 15px;
right: -11px;
height: 175px;
display: block;
content: "";
z-index: -1;
background: linear-gradient(to bottom, rgb(243, 245, 247) 0%, rgb(255, 255, 255) 100%);
}
.flight-detail-page .flight-detail-left .custom-border-card.all-stoppage-open .all-stoppage-box .departure-flow-loop-outer {
max-width: 450px;
}
.flight-detail-page .flight-detail-left .form-card h4 {
font-size: 16px;
font-weight: 400;
}
.flight-detail-page .flight-detail-left .form-card h4 strong {
font-weight: 600;
}
.flight-detail-page .flight-detail-left .form-card .row {
margin-right: -5px;
margin-left: -5px;
}
.flight-detail-page .flight-detail-left .form-card .row [class*=col-] {
padding-right: 5px;
padding-left: 5px;
}
@media (max-width: 767px) {
.flight-detail-page .flight-detail-left .custom-border-card.all-stoppage-open .flight-info-loop .flight-info .airline-time {
display: none;
}
}

.flight-detail-page .flight-detail-left .custom-border-card.all-stoppage-open .flight-stop .all-stoppage-box {
display: none;
position: absolute;
width: 465px;
top: 100%;
left: -230px;
border: 1px solid #ffff33;
box-shadow: 0px 12px 24px rgba(66, 130, 166, 0.29);
padding: 20px;
z-index: 9;
}
.flight-detail-page .flight-detail-left .custom-border-card.all-stoppage-open .flight-stop .all-stoppage-box::before {
display: none;
}
@media (max-width: 767px) {
.flight-detail-page .flight-detail-left .custom-border-card.all-stoppage-open .flight-stop .all-stoppage-box {
width: 300px;
left: -117px;
padding: 15px;
}
}




.aba-passenger-loop {
border-bottom: 1px solid #d5e0eb;
margin-bottom: 20px;
padding-bottom: 20px;
}
.aba-passenger-loop h4 {
margin: 0 0 12px;
}
.aba-passenger-loop ul {
display: flex;
align-items: center;
justify-content: space-between;
margin: 0;
padding: 0;
list-style: none;
}
@media (max-width: 767px) {
.aba-passenger-loop ul {
display: block;
}
}
.aba-passenger-loop ul li {
display: flex;
align-items: center;
}
.aba-passenger-loop ul li.dropdown span.arw{position: absolute; right: 15px; transition: all .5s; pointer-events: none;}
.aba-passenger-loop ul li.dropdown span.arw svg{width: 12px; fill: #ffffff;}
.aba-passenger-loop ul li.dropdown.show span.arw{transform: rotate(180deg);}

@media (max-width: 767px) {
.aba-passenger-loop ul li {
margin-bottom: 15px;
}
.aba-passenger-loop ul li.dropdown button.dropdown-toggle{width: 100%; max-width: 375px;}
.aba-passenger-loop ul li:last-child {
margin-bottom: 0;
}
}
.aba-passenger-loop ul li i {
margin-right: 12px;
}
.aba-passenger-loop ul li .aba-text {
font-weight: 500;
}
.aba-passenger-loop ul li .aba-text span {
display: block;
color: #c34b5d;
font-weight: 400;
}
.aba-passenger-loop ul li .aba-text span.red-color {
color: #e91b1b;
}
.aba-passenger-loop ul li .aba-btn {
border: 1px solid #d5e0eb;
width: 170px;
height: 38px;
line-height: 36px;
padding: 0 30px 0 15px;
border-radius: 40px;
font-size: 14px;
box-shadow: none;
outline: none;
background: #ffffff url(../images/plus-icon.png) no-repeat right 10px center;
text-align: left;
text-overflow: ellipsis;
overflow: hidden;
}
.aba-passenger-loop ul li .aba-btn::after {
display: none;
}
.aba-passenger-loop ul li .active {
background-image: url(../images/down-arw2.png);
background-color: #c34b5d;
background-position: right 13px center;
border-color: #c34b5d;
color: #ffffff;
}
.aba-passenger-loop ul li.dropdown .dropdown-menu {
width: 300px;
left: auto !important;
right: 0;
top: 100% !important;
will-change: inherit !important;
transform: inherit !important;
max-height: 250px;
overflow-y: auto;
padding: 0;
z-index: 5;
}
@media (max-width: 767px) {
.aba-passenger-loop ul li.dropdown .dropdown-menu {
width: 290px;
left: 0 !important;
right: auto;
}
}
.aba-passenger-loop ul li.dropdown .dropdown-menu .dropdown-item {
display: flex;
white-space: inherit;
padding: 10px 15px;
border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
.aba-passenger-loop ul li.dropdown .dropdown-menu .dropdown-item.add-pc-box .add-bg-lt {
padding-right: 10px;
}
.aba-passenger-loop ul li.dropdown .dropdown-menu .dropdown-item.add-pc-box .add-bg-lt small {
color: #70859a;
display: block;
line-height: 16px;
font-size: 12px;
}
.aba-passenger-loop ul li.dropdown .dropdown-menu .dropdown-item:last-child {
border: none;
}
.aba-passenger-loop ul li.dropdown .dropdown-menu .dropdown-item:active, .aba-passenger-loop ul li.dropdown .dropdown-menu .dropdown-item:hover, .aba-passenger-loop ul li.dropdown .dropdown-menu .dropdown-item:focus {
background: #f3f5f7;
color: #103356;
}
.aba-passenger-loop ul li.show .aba-btn {
background-image: url(../images/down-arw2.png);
background-color: #c34b5d;
background-position: right 13px center;
border-color: #c34b5d;
color: #ffffff;
}
.aba-passenger-loop:last-child {
border-bottom: none;
margin-bottom: 0;
padding-bottom: 0;
}


.flight-payment-page {
padding: 20px 0 60px;
}
@media (max-width: 767px) {
.flight-payment-page {
padding: 10px 0 90px;
}
}
.flight-payment-page .flight-payment-left h2 {
font-size: 24px;
}
@media (max-width: 767px) {
.flight-payment-page .flight-payment-left h2 {
font-size: 18px;
justify-content: space-between;
}
	
	.flight-payment-page .flight-payment-left h2 .departheading{ flex:1 0 calc(100% - 100px);}
	.flight-payment-left h2 a{ font-size: 12px; margin-left: 0;}
}
.flight-payment-page .flight-payment-left .custom-border-card .flight-info-loop {
margin: 0 0 15px;
}
@media (max-width: 767px) {
.flight-payment-page .flight-payment-left .custom-border-card .flight-info-loop .flight-info .flight-logo-outer {
right: 20px; width: 100px;
}
}
@media (max-width: 767px) {
.flight-payment-page .flight-payment-left .custom-border-card .flight-info-loop .flight-info .flight-logo-outer .airline-name {
display: block;
width: 58px;
min-width: 58px;
max-width: 58px;
padding: 0 0 0 5px;
font-size: 12px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
}
.flight-payment-page .flight-payment-left .custom-border-card .flight-info-loop .flight-info .airline-time {
padding-right: 50px;
}
@media (max-width: 1199px) {
.flight-payment-page .flight-payment-left .custom-border-card .flight-info-loop .flight-info .airline-time {
padding-right: 10px;
}
}
@media (max-width: 767px) {
.flight-payment-page .flight-payment-left .custom-border-card .flight-info-loop .flight-info .airline-time {
padding-right: 0;
}
}
.flight-payment-page .flight-payment-left .custom-border-card .flight-info-loop .flight-info .airline-time .seprate-line .line-group .flight-stop {
cursor: text;
}
@media (max-width: 767px) {
.flight-payment-page .flight-payment-left .custom-border-card .flight-info-loop .flight-upgrade-stoppage-box {
position: absolute;
right: -5px;
top: 0;
}
}
.flight-payment-page .flight-payment-left .custom-border-card .flight-info-loop .flight-upgrade-stoppage-box .upgd-btn {
border: none;
outline: none;
box-shadow: none;
cursor: pointer;
padding: 0 15px;
display: block;
}
@media (max-width: 767px) {
.flight-payment-page .flight-payment-left .custom-border-card .flight-info-loop .flight-upgrade-stoppage-box .upgd-btn {
padding: 0 5px;
}
}
.flight-payment-page .flight-payment-left .custom-border-card .flight-info-loop .flight-upgrade-stoppage-box .upgd-btn img {
transition: all 0.3s ease;
}
.flight-payment-page .flight-payment-left .custom-border-card.all-stoppage-open .flight-info-loop .flight-upgrade-stoppage-box .upgd-btn img {
transform: rotate(180deg);
}
.flight-payment-page .flight-payment-left .custom-border-card.all-stoppage-open .all-stoppage-box {
display: block;
position: relative;
left: auto;
top: auto;
width: 100%;
border: none;
box-shadow: none;
padding: 30px 10px 10px;
z-index: 1;
}
@media (max-width: 767px) {
.flight-payment-page .flight-payment-left .custom-border-card.all-stoppage-open .all-stoppage-box {
padding: 30px 0 0;
}
}
.flight-payment-page .flight-payment-left .custom-border-card.all-stoppage-open .all-stoppage-box::before {
border-radius: 15px 15px 0 0;
position: absolute;
left: -11px;
top: 15px;
right: -11px;
height: 175px;
display: block;
content: "";
z-index: -1;
background: linear-gradient(to bottom, rgb(243, 245, 247) 0%, rgb(255, 255, 255) 100%);
}
.flight-payment-page .flight-payment-left .custom-border-card.all-stoppage-open .all-stoppage-box .departure-flow-loop-outer {
max-width: 450px;
}
.flight-payment-page .flight-payment-left .custom-table {
margin-bottom: 0;
}
.flight-payment-page .flight-payment-left .custom-table th {
border-color: rgba(112, 133, 154, 0.2);
border-width: 1px;
border-top: none;
color: #103356;
font-size: 14px;
font-weight: 500;
padding: 10px 15px 15px;
padding-top: 0;
white-space: nowrap;
}
.flight-payment-page .flight-payment-left .custom-table td {
border: none;
color: #103356;
font-size: 14px;
padding: 10px 15px 0;
white-space: nowrap;
}
.flight-payment-page .flight-payment-left .contact-detail-block .custom-table th {
font-size: 16px;
font-weight: 500;
padding: 15px 0;
padding-top: 0;
}
@media (max-width: 767px) {
	.flight-payment-page .flight-payment-left .custom-table tr{   }
	.flight-payment-page .flight-payment-left .custom-table tr th{ font-weight: 500!important; border: none;}
	.flight-payment-page .flight-payment-left .custom-table tr th span{ font-weight:normal;}
.flight-payment-page .flight-payment-left .contact-detail-block .custom-table th {
padding: 0 0 5px;
}
}
.flight-payment-page .flight-payment-left .contact-detail-block .custom-table td {
font-size: 15px;
padding: 15px 10px 0 0;
}
@media (max-width: 767px) {
.flight-payment-page .flight-payment-left .contact-detail-block .custom-table td {
font-size: 13px;
padding: 10px 0;
}
}
.flight-payment-page .flight-payment-left .address-card-block h4 {
font-size: 16px;
border-bottom: solid 1px rgba(112, 133, 154, 0.2);
padding-bottom: 15px;
margin-bottom: 15px; font-weight:500;
}
.flight-payment-page .flight-payment-left .address-card-block p {
font-size: 15px;
}
.flight-payment-page .flight-payment-left .bank-payment-card-block .cmn-radio label {
font-size: 16px;
font-weight: 500;
}
.flight-payment-page .flight-payment-left .bank-payment-card-block .cmn-radio label small {
display: block;
color: #70859a;
font-size: 14px; font-weight: 500;
}
.flight-payment-page .flight-payment-left .bank-payment-card-block .bank-payment-icon {
border: solid 1px rgba(112, 133, 154, 0.3);
border-radius: 5px;
padding: 7px;
}
@media (max-width: 767px) {
.flight-payment-page .flight-payment-left .bank-payment-card-block .bank-payment-icon {
margin-top: 10px;
}
.flight-payment-page .flight-payment-left .custom-table th, .flight-payment-page .flight-payment-left .custom-table td{padding: 10px 6px 15px; font-size: 13px;}
}
@media (max-width: 767px) {
.flight-payment-page .flight-payment-left .bank-payment-card-block .pay-spl .bank-payment-icon {
margin-top: 0;
padding: 3px;
}
.flight-payment-page .flight-payment-left .bank-payment-card-block .pay-spl .bank-payment-icon img {
max-width: 50px;
}
}
.flight-payment-page .flight-payment-left .bank-payment-card-block .cash-reward-card .make-heading {
margin-bottom: 20px;
}
.flight-payment-page .flight-payment-left .bank-payment-card-block .cash-reward-card .make-heading h6 {
margin-bottom: 0;
font-size: 14px;
font-weight: 500;
}
@media (max-width: 1199px) {
.flight-payment-page .flight-payment-left .bank-payment-card-block .cash-reward-card .make-heading h6 {
margin-bottom: 10px;
}
}
.flight-payment-page .flight-payment-left .bank-payment-card-block .cash-reward-card .make-heading span {
display: block;
font-size: 14px;
}
.flight-payment-page .flight-payment-left .bank-payment-card-block .cash-reward-card .make-heading span a {
text-decoration: underline;
}
.flight-payment-page .flight-payment-left .bank-payment-card-block .cash-reward-card .make-heading span i {
display: inline-block;
margin-left: 6px;
}
.flight-payment-page .flight-payment-left .bank-payment-card-block .cash-reward-card .many-link {
padding-top: 14px;
padding-left: 30px;
}
.flight-payment-page .flight-payment-left .bank-payment-card-block .cash-reward-card .many-link a {
text-decoration: underline;
}
.flight-payment-page .flight-payment-left .bank-payment-card-block .conditions-tag label {
font-size: 12px;
}
.flight-payment-page .flight-payment-left .bank-payment-card-block .conditions-tag label a {
text-decoration: underline;
color: #103356;
position: relative;
z-index: 1;
}
@media (max-width: 767px) {
.flight-payment-page .flight-payment-left .custom-border-card.all-stoppage-open .flight-info-loop .flight-info .airline-time {
display: none;
}
}

.flight-payment-page .flight-payment-left .custom-border-card.all-stoppage-open .flight-stop .all-stoppage-box {
display: none;
position: absolute;
width: 465px;
top: 100%;
left: -230px;
border: 1px solid #ffff33;
box-shadow: 0px 12px 24px rgba(66, 130, 166, 0.29);
padding: 20px;
z-index: 9;
}
.flight-payment-page .flight-payment-left .custom-border-card.all-stoppage-open .flight-stop .all-stoppage-box::before {
display: none;
}
@media (max-width: 767px) {
.flight-payment-page .flight-payment-left .custom-border-card.all-stoppage-open .flight-stop .all-stoppage-box {
width: 300px;
left: -117px;
padding: 15px;
}
}

.hotel-search-loader {
background: url(../images/bg1.jpg) no-repeat center top;
background-size: cover;
height: 100vh;
padding: 15px;
overflow: auto;
display: flex;
align-items: center;
justify-content: center;
}
@media (max-width: 767px) {
.hotel-search-loader {
background: none;
padding: 0;
height: inherit;
}
}
.hotel-search-loader .search-loader-card {
background-color:/*rgba(195,75,93,0.4)*/#c34b5d;
border-radius: 30px;
overflow: hidden;
max-width: 850px;
margin: auto;
box-shadow: 0px 0px 40px rgba(158, 184, 192, 0.24);
width: 100%;
}
@media (max-width: 767px) {
.hotel-search-loader .search-loader-card {
box-shadow: none;
border-radius: 0;
flex-direction: column-reverse;
}
}
.hotel-search-loader .search-loader-card .search-loader-card-left {
background-color: #e7b7be;
width: 50%;
flex: 0 0 50%;
border-radius: 0 30px 0 0;
}
@media (max-width: 767px) {
.hotel-search-loader .search-loader-card .search-loader-card-left {
border-radius: 0;
}
}
@media (max-width: 767px) {
.hotel-search-loader .search-loader-card .search-loader-card-left {
width: 100%;
flex: 0 0 100%;
}
}
.hotel-search-loader .search-loader-card .search-loader-card-left .search-loader-logo {
min-height: 100px;
}
@media (max-width: 767px) {
.hotel-search-loader .search-loader-card .search-loader-card-left .search-loader-logo {
display: none !important;
}
}
.hotel-search-loader .search-loader-card .search-loader-card-left .search-loader-logo img {
display: block;
}
.hotel-search-loader .search-loader-card .search-loader-card-left .hotel-search-detail-show {
background-color: #ffffff;
border-radius: 30px 30px 0 0;
padding: 25px 20px 50px;
margin-bottom: -30px;
}
@media (max-width: 767px) {
.hotel-search-loader .search-loader-card .search-loader-card-left .hotel-search-detail-show {
margin-bottom: 0;
border-radius: 0;
padding: 15px;
}
}
.hotel-search-loader .search-loader-card .search-loader-card-left .hotel-search-detail-show .bdr-add {
border-top: 1px solid #eaedf0;
border-bottom: 1px solid #eaedf0;
padding-top: 10px;
padding-bottom: 10px;
margin-top: 10px;
margin-bottom: 10px;
}
.hotel-search-loader .search-loader-card .search-loader-card-left .hotel-search-detail-show .hotel-ldr-text {
font-size: 14px;
}
.hotel-search-loader .search-loader-card .search-loader-card-left .hotel-search-detail-show .hotel-ldr-text label {
display: block;
margin: 0;
color: #70859a;
}
.hotel-search-loader .search-loader-card .search-loader-card-left .hotel-search-detail-show .hotel-ldr-text span {
display: block;
font-weight: 600;
}
.hotel-search-loader .search-loader-card .search-loader-card-left .best-offer-list {
background-color: #e7b7be;
padding: 20px 40px;
border-radius: 30px 30px 0 0;
}
@media (max-width: 767px) {
.hotel-search-loader .search-loader-card .search-loader-card-left .best-offer-list {
display: none;
}
}
.hotel-search-loader .search-loader-card .search-loader-card-left .best-offer-list ul li {
list-style: none;
text-align: center;
}
.hotel-search-loader .search-loader-card .search-loader-card-left .best-offer-list ul li i {
width: 60px;
height: 60px;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
margin: 0 auto 15px;
background-color: #ffffff;
box-shadow: 0px 0px 40px rgba(158, 184, 192, 0.24);
}
.hotel-search-loader .search-loader-card .search-loader-card-left .best-offer-list ul li i img {
display: block;
}
.hotel-search-loader .search-loader-card .search-loader-card-left .best-offer-list ul li span {
display: block;
text-transform: uppercase;
font-size: 12px;
font-weight: 600;
line-height: normal;
}
.hotel-search-loader .search-loader-card .search-loader-card-right {
width: 50%;
flex: 0 0 50%;
position: relative;
background: url(../images/hotel-search-loader-bg.png) no-repeat center top;
}
@media (max-width: 767px) {
.hotel-search-loader .search-loader-card .search-loader-card-right {
width: 100%;
flex: 0 0 100%;
padding: 0;
background-size: 100% 100%;
}
}
.hotel-search-loader .search-loader-card .search-loader-card-right .search-loader-logo {
display: none;
background-color: #e7b7be;
text-align: center;
padding: 20px 10px;
margin-bottom: 20px;
}
.hotel-search-loader .search-loader-card .search-loader-card-right .search-loader-logo img {
width: 140px;
}
@media (max-width: 767px) {
.hotel-search-loader .search-loader-card .search-loader-card-right .search-loader-logo {
display: block;
}
}
.hotel-search-loader .search-loader-card .search-loader-card-right p {
color: #ffffff;
text-align: center;
font-size: 16px;
margin-bottom: -90px;
position: relative;
padding: 25px;
}
@media (max-width: 991px) {
.hotel-search-loader .search-loader-card .search-loader-card-right p {
margin-bottom: -75px;
}
}
@media (max-width: 767px) {
.hotel-search-loader .search-loader-card .search-loader-card-right p {
padding: 0 0 20px;
}
}
.hotel-search-loader .search-loader-card .search-loader-card-right .loader-img-card {
text-align: center;
}
.hotel-search-loader .search-loader-card .search-loader-card-right .animation-img {
position: absolute;
left: -20px;
right: 0;
top: 50%;
width: 122px;
margin: 40px auto 0;
z-index: 1;
transform: translateY(-50%);
}
@media (max-width: 991px) {
.hotel-search-loader .search-loader-card .search-loader-card-right .animation-img {
margin: 25px auto 0;
width: 100px;
}
}
@media (max-width: 767px) {
.hotel-search-loader .search-loader-card .search-loader-card-right .animation-img {
margin: 50px auto 0;
}
}

.hotel-confirmation {
padding: 20px 0 60px;
}
@media (max-width: 767px) {
.hotel-confirmation {
padding: 10px 0 90px;
}
}
.hotel-confirmation .hotel-confirmation-left h2 {
font-size: 24px;
margin: 0 0 10px;
}
@media (max-width: 767px) {
.hotel-confirmation .hotel-confirmation-left h2 {
font-size: 18px;
justify-content: space-between;
display: block;
}
}
.hotel-confirmation .hotel-confirmation-left h2 .edit-tag {
font-size: 14px;
font-weight: 400;
text-decoration: underline;
margin-left: 40px;
}
@media (max-width: 767px) {
.hotel-confirmation .hotel-confirmation-left h2 .edit-tag {
font-size: 12px;
margin-left: 0;
margin-top: 10px;
}
}
.hotel-confirmation .hotel-confirmation-left h2 .edit-tag img {
display: block;
margin-right: 4px;
margin-top: -3px;
}
.hotel-confirmation .hotel-confirmation-left .hotel-rating-and-adddress {
margin-bottom: 30px;
}
.hotel-confirmation .hotel-confirmation-left .hotel-rating-and-adddress .rating-box {
margin-bottom: 15px;
}
.hotel-confirmation .hotel-confirmation-left .hotel-rating-and-adddress .rating-box i {
margin-right: 1px;
}
.hotel-confirmation .hotel-confirmation-left .hotel-rating-and-adddress p {
color: #70859a;
display: flex;
align-items: center;
}
@media (max-width: 767px) {
.hotel-confirmation .hotel-confirmation-left .hotel-rating-and-adddress p {
align-items: flex-start;
}
}
.hotel-confirmation .hotel-confirmation-left .hotel-rating-and-adddress p i {
margin-right: 10px;
width: 13px;
min-width: 13px;
}
.hotel-confirmation .hotel-confirmation-left .hotel-form-card h4 {
font-size: 16px;
display: flex;
align-items: center;
justify-content: space-between;
}
.hotel-confirmation .hotel-confirmation-left .hotel-form-card h4 span {
border: 1px solid #d5e0eb;
display: inline-flex;
height: 30px;
line-height: 30px;
font-weight: 400;
font-size: 14px;
border-radius: 30px;
padding: 0 15px;
}
.hotel-confirmation .hotel-confirmation-left .hotel-form-card h4 strong {
font-weight: 600;
}
.hotel-confirmation .hotel-confirmation-left .hotel-form-card h5 {
font-size: 14px;
margin: 0 0 5px;
}
.hotel-confirmation .hotel-confirmation-left .hotel-form-card .payment-box-top {
justify-content: space-between;
}
@media (max-width: 767px) {
.hotel-confirmation .hotel-confirmation-left .hotel-form-card .payment-box-top {
display: block;
}
}
@media (max-width: 767px) {
.hotel-confirmation .hotel-confirmation-left .hotel-form-card .payment-box-top .pay-lt {
display: block;
}
}
.hotel-confirmation .hotel-confirmation-left .hotel-form-card .payment-box-top .pay-lt h4 {
margin: 0;
display: block;
}
.hotel-confirmation .hotel-confirmation-left .hotel-form-card .payment-box-top .pay-lt .form-control {
width: 210px;
height: 44px;
line-height: 44px;
margin-left: 15px;
}
@media (max-width: 767px) {
.hotel-confirmation .hotel-confirmation-left .hotel-form-card .payment-box-top .pay-lt .form-control {
margin: 10px 0 0;
}
}
.hotel-confirmation .hotel-confirmation-left .hotel-form-card .bank-payment-icon {
border: solid 1px rgba(112, 133, 154, 0.3);
border-radius: 5px;
padding: 10px;
}
@media (max-width: 767px) {
.hotel-confirmation .hotel-confirmation-left .hotel-form-card .bank-payment-icon {
margin-top: 10px;
}
}
.hotel-confirmation .hotel-confirmation-left .hotel-form-card .pay-amount-box {
justify-content: space-between;
margin-top: 10px;
}
.hotel-confirmation .hotel-confirmation-left .hotel-form-card .pay-amount-box label {
margin: 0;
font-size: 16px;
}
.hotel-confirmation .hotel-confirmation-left .hotel-form-card .pay-amount-box span {
font-size: 20px;
}
.hotel-confirmation .hotel-confirmation-left .hotel-form-card .pay-amount-box.ttl-bold label {
font-weight: 500;
}
.hotel-confirmation .hotel-confirmation-left .hotel-form-card .pay-amount-box.ttl-bold span {
font-size: 22px;
font-weight: 500;
}
.hotel-confirmation .hotel-confirmation-left .hotel-form-card .row {
margin-right: -5px;
margin-left: -5px;
}
.hotel-confirmation .hotel-confirmation-left .hotel-form-card .row [class*=col-] {
padding-right: 5px;
padding-left: 5px;
}
.hotel-confirmation .hotel-confirmation-left .hotel-form-card .custom-border-card {
height: auto;
}
.hotel-confirmation .hotel-confirmation-left .hotel-form-card .custom-border-card h4 {
margin: 0 0 10px;
}
.hotel-confirmation .hotel-confirmation-left .hotel-form-card .custom-border-card p small {
font-size: 12px;
color: #70859a;
}
.hotel-confirmation .hotel-confirmation-left .hotel-form-card .custom-border-card p small strong {
font-size: 14px;
font-weight: 500;
}

.hotel-result-list {
padding: 20px 0 60px;
}
@media (max-width: 767px) {
.hotel-result-list {
padding: 20px 0 90px;
}
}
.hotel-result-list .result-list-heading {
margin-bottom: 20px;
}
.hotel-result-list .result-list-heading h2 {
font-size: 16px;
margin: 0;
}
.hotel-result-list .result-list-heading .sort-tag .show-map-btn-mobile {
display: none;
width: 80px;
background: #c34b5d;
border-radius: 10px;
font-size: 12px;
line-height: 14px;
font-weight: 500;
text-align: center;
color: #103356;
padding: 5px;
}
@media (max-width: 991px) {
.hotel-result-list .result-list-heading .sort-tag .show-map-btn-mobile {
display: block;
}
}
@media (max-width: 991px) {
.hotel-result-list .result-list-heading .sort-tag .form-group {
display: none;
}
}
.hotel-result-list .result-list-heading .sort-tag .form-group label {
margin: 0;
font-size: 14px;
font-weight: 500;
margin-right: 10px;
}
.hotel-result-list .result-list-heading .sort-tag .form-group .form-control {
width: 230px;
height: 44px;
line-height: 44px;
}
.hotel-result-list .result-outer {
display: flex;
margin: 0 -15px;
}
@media (max-width: 991px) {
.hotel-result-list .result-outer {
display: block;
margin: 0;
}
}
.hotel-result-list .result-outer .result-list {
flex: 0 0 calc(100% - 305px);
max-width: calc(100% - 305px);
padding: 0 15px;
}
@media (max-width: 991px) {
.hotel-result-list .result-outer .result-list {
flex: 0 0 100%;
max-width: 100%;
padding: 0;
}
}

.flight-hotel-srch {
margin-bottom: 94px;
}
@media (max-width: 1440px) {
.flight-hotel-srch {
margin-bottom: 30px;
}
}
@media (max-width: 767px) {
.flight-hotel-srch {
margin-bottom: 0;
}
}
.flight-hotel-srch .search-card {
padding-bottom: 0;
}

.hotel-inr-srch {
margin-bottom: 94px;
}
@media (max-width: 1440px) {
.hotel-inr-srch {
margin-bottom: 30px;
}
}
@media (max-width: 767px) {
.hotel-inr-srch {
margin-bottom: 0;
}
}

.direction-nav {
margin: 25px -25px 0;
border-radius: 15px;
background: linear-gradient(to bottom, #f6f7f9 0%, #ffffff 100%);
padding: 20px 0;
}
@media (max-width: 1440px) {
.direction-nav {
margin: 15px -12px 0;
padding: 15px 0;
}
}
@media (max-width: 767px) {
.direction-nav {
margin: 0;
padding: 15px 10px;
border-radius: 0;
border-bottom: 1px solid #fde1e5;
}
}
.direction-nav ul {
margin: 0 auto;
padding: 0;
list-style: none;
display: flex;
align-items: center;
width: 100%;
max-width: 900px;
position: relative;
}
@media (max-width: 767px) {
.direction-nav ul {
justify-content: space-between;
}
}
.direction-nav ul::before {
height: 1px;
background-color: #c34b5d;
position: absolute;
left: 0;
top: 49%;
display: block;
content: "";
right: 0;
}
.direction-nav ul li {
margin: 0;
padding: 0;
list-style: none;
position: relative;
width: 23.333%;
text-align: center;
}
@media (max-width: 767px) {
.direction-nav ul li {
width: auto;
}
}
.direction-nav ul li a {
display: inline-block;
text-transform: uppercase;
color: #103356;
text-align: center;
padding: 0 10px;
background: linear-gradient(to bottom, #f8f9fa 0%, #fafcfc 100%);
}
@media (max-width: 767px) {
.direction-nav ul li a {
font-size: 13px;
padding: 0 3px;
}
}
.direction-nav ul li a.active {
color: #c34b5d;
font-weight: 600;
}
.direction-nav ul li:first-child {
text-align: left;
width: 15%;
}
@media (max-width: 767px) {
.direction-nav ul li:first-child {
width: auto;
}
}
.direction-nav ul li:last-child {
text-align: right;
width: 15%;
}
@media (max-width: 767px) {
.direction-nav ul li:last-child {
width: auto;
}
}
.direction-nav.desktop-direction-nav {
display: block;
}
@media (max-width: 767px) {
.direction-nav.desktop-direction-nav {
display: none;
}
}
.direction-nav.mobile-direction-nav {
display: none;
}
@media (max-width: 767px) {
.direction-nav.mobile-direction-nav {
display: block;
}
}

.flt-htl-btm-btn {
max-width: 785px;
width: 100%;
margin: 0 auto 20px;
}

.flight-hotel-extra-outer {
padding: 20px 0 60px;
}
@media (max-width: 767px) {
.flight-hotel-extra-outer {
padding: 20px 0 90px;
}
}
.flight-hotel-extra-outer .flight-hotel-extra-left {
margin: 0;
}
.flight-hotel-extra-outer .flight-hotel-extra-left .cwt-card .cmn-radio {
flex: auto;
}
.flight-hotel-extra-outer .flight-hotel-extra-left .cwt-card .cmn-radio input + label {
font-size: 16px;
}
@media (max-width: 767px) {
.flight-hotel-extra-outer .flight-hotel-extra-left .cwt-card .cmn-radio input + label {
font-size: 14px;
}
}
.flight-hotel-extra-outer .flight-hotel-extra-left .cwt-card .cwt-box {
align-items: flex-start;
}
.flight-hotel-extra-outer .flight-hotel-extra-left .cwt-card .cwt-box .cmn-radio input + label {
font-size: 14px;
}
@media (max-width: 767px) {
.flight-hotel-extra-outer .flight-hotel-extra-left .cwt-card .cwt-box .cmn-radio input + label {
font-size: 13px;
}
}
.flight-hotel-extra-outer .flight-hotel-extra-left .cwt-card .cwt-box .cmn-radio input + label strong {
font-size: 16px;
display: block;
font-weight: 500;
}
@media (max-width: 767px) {
.flight-hotel-extra-outer .flight-hotel-extra-left .cwt-card .cwt-box .cmn-radio input + label strong {
font-size: 14px;
}
}
.flight-hotel-extra-outer .flight-hotel-extra-left .cwt-card .cwt-box .cwt-rt-prc {
font-size: 22px;
}
@media (max-width: 767px) {
.flight-hotel-extra-outer .flight-hotel-extra-left .cwt-card .cwt-box .cwt-rt-prc {
font-size: 18px;
min-width: 70px;
}
}
.flight-hotel-extra-outer .flight-hotel-extra-left .cwt-card .cwt-box .cwt-rt-prc small {
font-size: 14px;
}
@media (max-width: 767px) {
.flight-hotel-extra-outer .flight-hotel-extra-left .cwt-card .cwt-box .cwt-rt-prc small {
font-size: 11px;
display: block;
}
}
.flight-hotel-extra-outer .flight-hotel-extra-left .cwt-card hr {
margin-top: 22px;
margin-bottom: 22px;
}
.flight-hotel-extra-outer .flight-hotel-extra-left .upgrade-terms-card .terms-btm-box {
border-top: none;
padding-top: 0;
margin-top: 0;
padding-bottom: 22px;
margin-bottom: 22px;
border-bottom: 1px solid #d5e0eb;
}

.flight-hotel-sidebar {
border: solid 1px #c34b5d;
border-radius: 15px;
padding: 0;
box-shadow: 0px 0px 40px rgba(158, 184, 192, 0.24);
background-color: #ffffff;
margin-top: 5px;
position: sticky;
top: 110px;
}
@media (max-width: 1440px) {
.flight-hotel-sidebar {
top: 90px;
}
}
@media (max-width: 1199px) {
.flight-hotel-sidebar {
top: 70px;
}
}
.flight-hotel-sidebar .hotel-top-main-box .main-hotel-img {
height: 190px;
}
.flight-hotel-sidebar .hotel-top-main-box .main-hotel-img img {
display: block;
width: 100%;
height: 100%;
object-fit: cover;
border-radius: 15px 15px 0 0;
}
.flight-hotel-sidebar .hotel-top-main-box .hotel-main-info {
padding: 20px;
}
.flight-hotel-sidebar .hotel-top-main-box .hotel-main-info h3 {
font-size: 16px;
margin: 0 0 5px;
}
.flight-hotel-sidebar .hotel-top-main-box .hotel-main-info ul {
margin: 0;
padding: 0;
list-style: none;
}
.flight-hotel-sidebar .hotel-top-main-box .hotel-main-info ul li {
margin: 10px 0 0;
padding: 0;
list-style: none;
display: flex;
}
.flight-hotel-sidebar .hotel-top-main-box .hotel-main-info ul li i {
width: 30px;
min-width: 30px;
}
.flight-hotel-sidebar .flight-btm-main-box .flight-info-card2 {
background: linear-gradient(180deg, rgb(243, 245, 247) 0%, rgb(255, 255, 255) 30%);
border-radius: 15px 15px 0 0;
padding: 15px 20px;
}
.flight-hotel-sidebar .flight-btm-main-box .flight-info-card2 ul li {
list-style: none;
margin-bottom: 10px;
position: relative;
}
.flight-hotel-sidebar .flight-btm-main-box .flight-info-card2 ul li:last-child {
margin-bottom: 0;
}
.flight-hotel-sidebar .flight-btm-main-box .flight-info-card2 ul li i {
display: block;
margin-right: 8px;
}
.flight-hotel-sidebar .flight-btm-main-box .flight-info-card2 ul li strong {
font-weight: 600;
}
.flight-hotel-sidebar .flight-btm-main-box .flight-info-card2 ul li .more-info {
display: block;
margin-left: 5px;
margin-top: -2px;
}
.flight-hotel-sidebar .flight-btm-main-box .flight-info-card2 ul li .more-info img {
cursor: pointer;
}
.flight-hotel-sidebar .flight-btm-main-box .flight-info-card2 ul li .more-info .passanger-bag-info {
position: absolute;
left: 0;
top: 30px;
background-color: #ffffff;
border-radius: 10px;
border: 1px solid #c34b5d;
width: 100%;
box-shadow: 0px 0px 70px rgba(206, 214, 226, 0.57);
font-size: 13px;
padding: 10px;
display: none;
z-index: 1;
}
.flight-hotel-sidebar .flight-btm-main-box .flight-info-card2 ul li .more-info .passanger-bag-info::before {
width: 24px;
height: 11px;
background: url(../images/arw-top.png) no-repeat center center;
position: absolute;
bottom: 98%;
display: block;
content: "";
left: 25px;
}
.flight-hotel-sidebar .flight-btm-main-box .flight-info-card2 ul li .more-info:hover .passanger-bag-info {
display: block;
}
.flight-hotel-sidebar .flight-btm-main-box .flight-info-card2 ul li .free-tag {
color: #0adb00;
}
.flight-hotel-sidebar .flight-btm-main-box .flight-info-card2 ul li .included-tag {
color: #70859a;
}
.flight-hotel-sidebar .flight-btm-main-box .flight-info-card2 h3 {
font-size: 16px;
margin: 0 0 15px;
display: flex;
align-items: center;
justify-content: space-between;
}
.flight-hotel-sidebar .flight-btm-main-box .flight-info-card2 h3 .flt-clps-btn {
width: 24px;
display: block;
text-align: right;
}
.flight-hotel-sidebar .flight-btm-main-box .flight-info-card2 h3 .flt-clps-btn img {
transition: all 0.3s ease;
}
.flight-hotel-sidebar .flight-btm-main-box .flight-info-card2 .pkg-prc {
font-size: 16px;
margin-top: 15px;
}
.flight-hotel-sidebar .flight-btm-main-box .flight-info-card2 .pkg-prc strong {
display: block;
color: #c34b5d;
font-weight: 500;
}
.flight-hotel-sidebar .flight-btm-main-box .flight-info-card2 .flight-info-loop2 {
border-bottom: 2px solid #e4e8ec;
margin-bottom: 15px;
padding-bottom: 15px;
}
.flight-hotel-sidebar .flight-btm-main-box .flight-info-card2 .flight-info-loop2 .flt-date {
margin-bottom: 10px;
}
.flight-hotel-sidebar .flight-btm-main-box .flight-info-card2 .flight-info-loop2 .flt-date strong {
font-weight: 600;
}
.flight-hotel-sidebar .flight-btm-main-box .flight-info-card2 .flight-info-loop2 .flt-outer2 {
font-size: 16px;
color: #70859a;
}
.flight-hotel-sidebar .flight-btm-main-box .flight-info-card2 .flight-info-loop2 .flt-outer2 strong {
color: #103356;
font-weight: 600;
}
.flight-hotel-sidebar .flight-btm-main-box .flight-info-card2 .flight-info-loop2 .flt-outer2 .flt-loop1 {
margin-right: 25px;
}
.flight-hotel-sidebar .flight-btm-main-box .flight-info-card2 .flt-clps-box {
display: block;
}
.flight-hotel-sidebar .flight-btm-main-box .flight-info-card2.flight-full-hide .flt-clps-box {
display: none;
}
.flight-hotel-sidebar .flight-btm-main-box .flight-info-card2.flight-full-hide h3 .flt-clps-btn img {
transform: rotate(180deg);
}
.flight-hotel-sidebar .flight-btm-main-box .baggage-card {
background: linear-gradient(180deg, rgb(243, 245, 247) 0%, rgb(255, 255, 255) 30%);
border-radius: 15px 15px 0 0;
padding: 15px 20px;
}
.flight-hotel-sidebar .flight-btm-main-box .baggage-card h3 {
font-size: 16px;
font-weight: 600;
margin-bottom: 10px;
}
.flight-hotel-sidebar .flight-btm-main-box .baggage-card ul li {
list-style: none;
margin-bottom: 10px;
}
.flight-hotel-sidebar .flight-btm-main-box .baggage-card ul li:last-child {
margin-bottom: 0;
}
.flight-hotel-sidebar .flight-btm-main-box .baggage-card ul li i {
display: block;
margin-right: 8px;
}
.flight-hotel-sidebar .flight-btm-main-box .baggage-card ul li strong {
font-weight: 600;
}
.flight-hotel-sidebar .flight-btm-main-box .total-price-card {
background-color: #c34b5d;
border-radius: 15px;
color: #ffffff;
padding: 15px 20px;
}
@media (max-width: 767px) {
.flight-hotel-sidebar .flight-btm-main-box .total-price-card {
align-items: flex-start !important;
}
}
.flight-hotel-sidebar .flight-btm-main-box .total-price-card .left-total strong {
display: block;
font-size: 22px;
font-weight: 500;
line-height: normal;
}
.flight-hotel-sidebar .flight-btm-main-box .total-price-card .right-total {
font-size: 24px;
font-weight: 500;
}
@media (max-width: 991px) {
.flight-hotel-sidebar.checkout-htl-rt-part {
top: auto;
margin: 0;
position: fixed;
left: 5px;
right: 5px;
bottom: -110%;
z-index: 8;
border-radius: 15px 15px 0 0;
transition: all 0.5s ease;
padding-bottom: 60px;
max-height: calc(100vh - 70px);
overflow-y: auto;
}
.flight-hotel-sidebar.checkout-htl-rt-part .flight-btm-main-box .total-price-card {
border-radius: 15px 15px 0 0;
position: fixed;
left: 10px;
right: 10px;
bottom: 0;
padding: 10px 15px;
box-shadow: 0 -10px 10px rgba(31, 30, 36, 0.1);
}
.flight-hotel-sidebar.checkout-htl-rt-part .flight-btm-main-box .total-price-card .left-total {
font-size: 12px;
}
.flight-hotel-sidebar.checkout-htl-rt-part .flight-btm-main-box .total-price-card .right-total {
font-size: 20px;
}
}
.flight-hotel-sidebar.checkout-htl-rt-part .prc-show-btn2 {
display: none;
padding: 0 10px;
transition: all 0.5s ease;
}
.flight-hotel-sidebar.checkout-htl-rt-part .prc-show-btn2 img {
filter: invert(100%) brightness(100);
}
@media (max-width: 991px) {
.flight-hotel-sidebar.checkout-htl-rt-part .prc-show-btn2 {
display: flex;
}
}
.flight-hotel-sidebar.checkout-htl-rt-part.price-card-show {
bottom: 0;
}
.flight-hotel-sidebar.checkout-htl-rt-part.price-card-show .prc-show-btn2 {
transform: rotate(180deg);
}

.hotel-extra-fixed-prc-box {
background: #ffffff;
box-shadow: 0 0 20px rgba(206, 214, 226, 0.55);
padding: 25px 0;
position: fixed;
left: 0;
right: 0;
bottom: 0;
z-index: 8;
}
@media (max-width: 1199px) {
.hotel-extra-fixed-prc-box {
padding: 15px 0;
}
}
.hotel-extra-fixed-prc-box .container {
display: flex;
align-items: center;
justify-content: flex-end;
}
@media (max-width: 767px) {
.hotel-extra-fixed-prc-box .container {
justify-content: center;
}
}
.hotel-extra-fixed-prc-box .container .cmn-flex .fxd-prc {
margin-right: 25px;
text-align: right;
font-size: 24px;
}
@media (max-width: 767px) {
.hotel-extra-fixed-prc-box .container .cmn-flex .fxd-prc {
margin-right: 15px;
font-size: 20px;
text-align: left;
}
}
.hotel-extra-fixed-prc-box .container .cmn-flex .fxd-prc span {
font-size: 14px;
display: block;
}
@media (max-width: 767px) {
.hotel-extra-fixed-prc-box .container .cmn-flex .fxd-prc span {
font-size: 13px;
}
}
.hotel-extra-fixed-prc-box .container .cmn-flex .btn {
min-width: 270px;
padding: 0;
}
@media (max-width: 767px) {
.hotel-extra-fixed-prc-box .container .cmn-flex .btn {
min-width: inherit;
padding: 0 20px;
}
}

.hotel-detail-page {
padding: 20px 0 60px;
}
.hotel-detail-page .mbl-room-type {
display: none;
}
@media (max-width: 767px) {
.hotel-detail-page {
padding: 20px 0 90px;
}
.hotel-detail-page .heading-tag {
margin-bottom: 15px !important;
}
.hotel-detail-page .heading-tag .mbl-room-type {
display: block;
font-size: 14px;
font-weight: 400;
margin-top: 5px;
}
}
.hotel-detail-page .link-btn {
text-decoration: underline;
}
.hotel-detail-page .link-btn:hover {
text-decoration: none;
}
.hotel-detail-page .htl-dtl-top-main .hotel-detail-head {
margin-bottom: 20px;
}
@media (max-width: 767px) {
.hotel-detail-page .htl-dtl-top-main .hotel-detail-head {
display: block !important;
margin: -25px 0 0 0;
padding: 12px;
background: #ffffff;
z-index: 1;
border-radius: 15px;
}
}
.hotel-detail-page .htl-dtl-top-main .hotel-detail-head .hotel-detail-head-left h2 {
font-size: 24px;
margin-bottom: 6px;
}
@media (max-width: 767px) {
.hotel-detail-page .htl-dtl-top-main .hotel-detail-head .hotel-detail-head-left h2 {
font-size: 18px;
}
}
.hotel-detail-page .htl-dtl-top-main .hotel-detail-head .hotel-detail-head-left .five-star {
display: block;
width: 80px;
margin-bottom: 14px;
}
@media (max-width: 767px) {
.hotel-detail-page .htl-dtl-top-main .hotel-detail-head .hotel-detail-head-left .five-star {
margin-bottom: 10px;
}
}
.hotel-detail-page .htl-dtl-top-main .hotel-detail-head .hotel-detail-head-left .address-tag {
display: flex;
align-items: center;
color: #70859a;
}
@media (max-width: 991px) {
.hotel-detail-page .htl-dtl-top-main .hotel-detail-head .hotel-detail-head-left .address-tag {
display: block !important;
}
}
@media (max-width: 767px) {
.hotel-detail-page .htl-dtl-top-main .hotel-detail-head .hotel-detail-head-left .address-tag {
font-size: 12px;
}
}
.hotel-detail-page .htl-dtl-top-main .hotel-detail-head .hotel-detail-head-left .address-tag i {
margin-right: 8px;
display: block;
}
@media (max-width: 767px) {
.hotel-detail-page .htl-dtl-top-main .hotel-detail-head .hotel-detail-head-left .address-tag i {
min-width: 16px;
}
}
.hotel-detail-page .htl-dtl-top-main .hotel-detail-head .hotel-detail-head-left .address-tag i img {
display: block;
}
.hotel-detail-page .htl-dtl-top-main .hotel-detail-head .hotel-detail-head-left .address-tag .show-map {
display: inline-block;
margin-left: 8px;
text-decoration: underline;
}
@media (max-width: 991px) {
.hotel-detail-page .htl-dtl-top-main .hotel-detail-head .hotel-detail-head-left .address-tag .show-map {
margin-left: 24px;
}
}
@media (max-width: 767px) {
.hotel-detail-page .htl-dtl-top-main .hotel-detail-head .hotel-detail-head-left .address-tag .htl-adrs-rt {
justify-content: space-between;
}
}
.hotel-detail-page .htl-dtl-top-main .hotel-detail-head .hotel-detail-head-left .address-tag .htl-adrs-rt .mbl-show {
display: none;
}
@media (max-width: 767px) {
.hotel-detail-page .htl-dtl-top-main .hotel-detail-head .hotel-detail-head-left .address-tag .htl-adrs-rt .mbl-show {
display: flex;
font-size: 12px;
color: #c34b5d;
align-items: center;
margin: 0;
}
.hotel-detail-page .htl-dtl-top-main .hotel-detail-head .hotel-detail-head-left .address-tag .htl-adrs-rt .mbl-show img {
margin: 0 5px 0 0;
}
}
.hotel-detail-page .htl-dtl-top-main .hotel-detail-head .hotel-detail-head-right {
text-align: right;
}
@media (max-width: 767px) {
.hotel-detail-page .htl-dtl-top-main .hotel-detail-head .hotel-detail-head-right {
text-align: left;
position: fixed;
left: 10px;
right: 10px;
bottom: 0;
z-index: 9;
background: #c34b5d;
border-radius: 15px 15px 0 0;
display: flex;
align-items: center;
justify-content: space-between;
padding: 10px;
box-shadow: 0 -10px 10px rgba(31, 30, 36, 0.1);
}
}
.hotel-detail-page .htl-dtl-top-main .hotel-detail-head .hotel-detail-head-right span {
display: block;
line-height: normal;
}
.hotel-detail-page .htl-dtl-top-main .hotel-detail-head .hotel-detail-head-right .price-detail {
font-size: 22px;
padding-bottom: 4px;
}
@media (max-width: 767px) {
.hotel-detail-page .htl-dtl-top-main .hotel-detail-head .hotel-detail-head-right .price-detail {
color: #ffffff;
padding: 0;
}
}
.hotel-detail-page .htl-dtl-top-main .hotel-detail-head .hotel-detail-head-right .price-detail small {
font-size: 16px;
}
.hotel-detail-page .htl-dtl-top-main .hotel-detail-head .hotel-detail-head-right .taxes {
color: #70859a;
font-size: 14px;
padding-bottom: 10px;
}
@media (max-width: 767px) {
.hotel-detail-page .htl-dtl-top-main .hotel-detail-head .hotel-detail-head-right .taxes {
color: #ffffff;
font-size: 13px;
padding: 0;
}
}
@media (max-width: 991px) {
.hotel-detail-page .htl-dtl-top-main .hotel-detail-head .hotel-detail-head-right .prc-grnt {
display: block;
}
}
.hotel-detail-page .htl-dtl-top-main .hotel-detail-head .hotel-detail-head-right .prc-grnt label {
margin: 0 10px 0 0;
color: #c34b5d;
display: flex;
align-items: center;
}
@media (max-width: 991px) {
.hotel-detail-page .htl-dtl-top-main .hotel-detail-head .hotel-detail-head-right .prc-grnt label {
display: block;
margin: 0 0 5px;
}
}
@media (max-width: 767px) {
.hotel-detail-page .htl-dtl-top-main .hotel-detail-head .hotel-detail-head-right .prc-grnt label {
display: none;
}
}
.hotel-detail-page .htl-dtl-top-main .hotel-detail-head .hotel-detail-head-right .prc-grnt label img {
margin: 0 5px 0 0;
}
@media (max-width: 767px) {
.hotel-detail-page .htl-dtl-top-main .hotel-detail-head .hotel-detail-head-right .prc-grnt .btn-custom {
background: #c34b5d;
color: #103356;
border-radius: 6px;
padding: 0 20px;
}
}
.hotel-detail-page .htl-dtl-top-main .image-gallery-block {
display: flex;
position: relative;
height: 320px;
border-radius: 19px;
overflow: hidden;
margin-bottom: 10px;
}
@media (max-width: 767px) {
.hotel-detail-page .htl-dtl-top-main .image-gallery-block {
border-radius: 15px;
height: 270px;
margin: 0;
display: block;
}
}
.hotel-detail-page .htl-dtl-top-main .image-gallery-block .image-gallery-card {
height: 100%;
padding: 1px 0;
overflow: hidden;
position: relative;
}
@media (max-width: 767px) {
.hotel-detail-page .htl-dtl-top-main .image-gallery-block .image-gallery-card {
padding: 0;
}
}
.hotel-detail-page .htl-dtl-top-main .image-gallery-block .image-gallery-card img {
width: 100%;
height: 100%;
object-fit: cover;
display: block;
transition: all 0.3s ease;
}
.hotel-detail-page .htl-dtl-top-main .image-gallery-block .image-gallery-card .view-photo {
position: absolute;
left: 2px;
right: 0;
text-align: center;
display: flex;
align-items: center;
z-index: 1;
top: 1px;
justify-content: center;
color: #ffffff;
bottom: 1px;
background-color: rgba(0, 0, 0, 0.5);
width: auto;
height: auto;
}
.hotel-detail-page .htl-dtl-top-main .image-gallery-block .image-gallery-card .view-photo img {
width: auto;
height: auto;
display: block;
margin-left: 6px;
}
.hotel-detail-page .htl-dtl-top-main .image-gallery-block .image-gallery-left {
width: 20%;
flex: 0 0 20%;
height: 100%;
padding-right: 2px;
}
.hotel-detail-page .htl-dtl-top-main .image-gallery-block .image-gallery-left .image-gallery-card {
height: 50%;
}
@media (max-width: 767px) {
.hotel-detail-page .htl-dtl-top-main .image-gallery-block .image-gallery-left {
display: none;
}
}
.hotel-detail-page .htl-dtl-top-main .image-gallery-block .image-gallery-middle {
width: 42%;
flex: 0 0 42%;
height: 100%;
}
.hotel-detail-page .htl-dtl-top-main .image-gallery-block .image-gallery-middle .view-mbl-btn {
display: none;
}
@media (max-width: 767px) {
.hotel-detail-page .htl-dtl-top-main .image-gallery-block .image-gallery-middle {
width: 100%;
flex: 0 0 100%;
}
.hotel-detail-page .htl-dtl-top-main .image-gallery-block .image-gallery-middle .view-mbl-btn {
display: flex;
align-items: center;
background: #c34b5d;
color: #103356;
height: 30px;
line-height: 30px;
padding: 0 10px;
left: auto;
top: 20px;
}
}
.hotel-detail-page .htl-dtl-top-main .image-gallery-block .image-gallery-right {
width: 38%;
flex: 0 0 38%;
display: flex;
flex-wrap: wrap;
height: 100%;
}
.hotel-detail-page .htl-dtl-top-main .image-gallery-block .image-gallery-right .image-gallery-card {
width: 50%;
flex: 0 0 50%;
height: 50%;
padding-left: 2px;
}
@media (max-width: 767px) {
.hotel-detail-page .htl-dtl-top-main .image-gallery-block .image-gallery-right {
display: none;
}
}
.hotel-detail-page .htl-dtl-top-main .image-gallery-block a {
display: block;
height: 100%;
width: 100%;
overflow: hidden;
}
.hotel-detail-page .htl-dtl-top-main .image-gallery-block a:hover img {
transform: scale(1.1, 1.1);
}
@media (max-width: 767px) {
.hotel-detail-page .htl-dtl-top-main {
border: solid 1px #fde1e5;
border-radius: 15px;
display: flex;
flex-direction: column-reverse;
margin-bottom: 20px;
position: relative;
z-index: 5;
}
}
.hotel-detail-page .detail-nav {
border-bottom: solid 5px rgba(112, 133, 154, 0.3);
margin: 0 0 35px;
padding: 0;
position: sticky;
top: 104px;
background: #ffffff;
z-index: 2;
}
@media (max-width: 1440px) {
.hotel-detail-page .detail-nav {
top: 80px;
}
}
@media (max-width: 1199px) {
.hotel-detail-page .detail-nav {
top: 59px;
}
}
@media (max-width: 767px) {
.hotel-detail-page .detail-nav {
overflow-x: auto;
width: auto;
margin: 0 -15px 20px;
padding: 0 15px;
border: none;
}
}
.hotel-detail-page .detail-nav li {
list-style: none;
margin-right: 10px;
}
.hotel-detail-page .detail-nav li.active a {
color: #c34b5d;
}
.hotel-detail-page .detail-nav li.active a:after {
opacity: 1;
}
.hotel-detail-page .detail-nav li a {
display: block;
padding: 15px 25px;
color: #70859a;
font-weight: 500;
position: relative;
}
@media (max-width: 767px) {
.hotel-detail-page .detail-nav li a {
padding: 10px;
}
}
.hotel-detail-page .detail-nav li a:after {
position: absolute;
bottom: -5px;
left: 0;
height: 5px;
content: "";
background-color: #c34b5d;
width: 100%;
opacity: 0;
transition: all 0.3s ease;
}
@media (max-width: 767px) {
.hotel-detail-page .detail-nav li a:after {
bottom: 0;
}
}
.hotel-detail-page .property-highlights {
margin-bottom: 30px;
}
.hotel-detail-page .property-highlights .property-highlight-card {
border: solid 1px #fde1e5;
border-radius: 15px;
overflow: hidden;
margin-bottom: 30px;
}
@media (max-width: 767px) {
.hotel-detail-page .property-highlights .property-highlight-card {
margin-bottom: 20px;
}
}
.hotel-detail-page .property-highlights .property-highlight-card .highlight-head {
background-color: #f7f8fa;
border-bottom: solid 1px #fde1e5;
}
@media (max-width: 767px) {
.hotel-detail-page .property-highlights .property-highlight-card .highlight-head {
display: block !important;
}
}
.hotel-detail-page .property-highlights .property-highlight-card .highlight-head .hygiene-card {
border-right: solid 1px #fde1e5;
padding: 15px 20px;
width: 50%;
}
@media (max-width: 767px) {
.hotel-detail-page .property-highlights .property-highlight-card .highlight-head .hygiene-card {
width: 100%;
border: none;
border-bottom: solid 1px #fde1e5;
}
}
.hotel-detail-page .property-highlights .property-highlight-card .highlight-head .hygiene-card i {
display: block;
width: 24px;
flex: 0 0 24px;
margin-top: 4px;
}
.hotel-detail-page .property-highlights .property-highlight-card .highlight-head .hygiene-card i img {
display: block;
}
.hotel-detail-page .property-highlights .property-highlight-card .highlight-head .hygiene-card span {
display: block;
font-size: 16px;
font-weight: 600;
padding-bottom: 4px;
}
.hotel-detail-page .property-highlights .property-highlight-card .highlight-head .hygiene-card p {
font-size: 12px;
color: #103356;
}
.hotel-detail-page .property-highlights .property-highlight-card .property-amenities-list {
margin: 0;
padding: 16px 50px;
list-style: none;
text-align: center;
}
@media (max-width: 991px) {
.hotel-detail-page .property-highlights .property-highlight-card .property-amenities-list {
padding: 15px;
}
}
@media (max-width: 767px) {
.hotel-detail-page .property-highlights .property-highlight-card .property-amenities-list {
padding: 10px;
}
}
.hotel-detail-page .property-highlights .property-highlight-card .property-amenities-list li {
display: block;
}
@media (max-width: 767px) {
.hotel-detail-page .property-highlights .property-highlight-card .property-amenities-list li {
width: 50%;
padding: 10px 0;
}
}
.hotel-detail-page .property-highlights .property-highlight-card .property-amenities-list li i {
display: block;
margin-bottom: 6px;
}
.hotel-detail-page .property-highlights .property-highlight-card .property-amenities-list li i img {
display: block;
margin: 0 auto;
}
.hotel-detail-page .property-highlights .property-highlight-card .property-amenities-list li span {
display: block;
font-size: 13px;
}
.hotel-detail-page .property-description .heading-tag p {
color: #103356;
}
.hotel-detail-page .property-description .heading-tag p a {
text-decoration: underline;
color: #103356;
}
.hotel-detail-page .property-description .amenities-description {
margin: 0;
padding: 0;
list-style: none;
}
.hotel-detail-page .property-description .amenities-description li {
width: 33.333%;
display: flex;
align-items: center;
line-height: normal;
margin-bottom: 18px;
}
@media (max-width: 767px) {
.hotel-detail-page .property-description .amenities-description li {
width: 50%;
}
}
.hotel-detail-page .property-description .amenities-description li i {
display: block;
margin-right: 10px;
margin-top: -2px;
}
.hotel-detail-page .property-description .amenities-description li i img {
display: block;
}
.hotel-detail-page .property-description .amenities-description li span {
display: block;
color: #70859a;
}
.hotel-detail-page .surroundings-card {
border: solid 1px #fde1e5;
border-radius: 15px;
padding: 30px 20px;
}
@media (max-width: 991px) {
.hotel-detail-page .surroundings-card {
padding: 15px;
}
}
@media (max-width: 767px) {
.hotel-detail-page .surroundings-card {
margin: 20px 0 0;
}
}
.hotel-detail-page .surroundings-card h3 {
display: flex;
align-items: center;
font-size: 16px;
font-weight: 400;
margin-bottom: 25px;
}
.hotel-detail-page .surroundings-card h3 img {
display: block;
margin-right: 10px;
}
.hotel-detail-page .surroundings-card ul {
margin: 0;
padding: 0;
list-style: none;
}
.hotel-detail-page .surroundings-card ul li {
display: flex;
align-items: center;
justify-content: space-between;
margin-bottom: 14px;
line-height: normal;
}
.hotel-detail-page .surroundings-card .link-btn {
text-align: right;
display: block;
font-size: 12px;
}
.hotel-detail-page .select-room-block {
border: solid 1px #fde1e5;
border-radius: 15px;
margin-bottom: 30px;
}
@media (max-width: 767px) {
.hotel-detail-page .select-room-block {
border: none;
margin: 0;
border-radius: 0;
}
}
.hotel-detail-page .select-room-block h4 {
font-weight: 600;
font-size: 14px;
margin: 0 0 10px;
}
@media (max-width: 767px) {
.hotel-detail-page .select-room-block h4 {
margin: 0 0 5px;
}
}
.hotel-detail-page .select-room-block .sltd-room-hd-outer {
background-color: #f7f8fa;
border-radius: 15px 15px 0 0;
}
@media (max-width: 767px) {
.hotel-detail-page .select-room-block .sltd-room-hd-outer {
display: none;
}
}
.hotel-detail-page .select-room-block .sltd-room-hd-outer div {
padding: 15px;
}
.hotel-detail-page .select-room-block .sltd-room-hd-outer .room-hd1 {
width: 377px;
min-width: 377px;
}
@media (max-width: 991px) {
.hotel-detail-page .select-room-block .sltd-room-hd-outer .room-hd1 {
width: 310px;
min-width: 310px;
}
}
.hotel-detail-page .select-room-block .sltd-room-hd-outer .room-hd2 {
width: 461px;
}
@media (max-width: 1199px) {
.hotel-detail-page .select-room-block .sltd-room-hd-outer .room-hd2 {
flex: auto;
width: auto;
}
}
.hotel-detail-page .select-room-block .sltd-room-hd-outer .room-hd3 {
width: 100px;
text-align: center;
}
@media (max-width: 991px) {
.hotel-detail-page .select-room-block .sltd-room-hd-outer .room-hd3 {
width: 70px;
min-width: 70px;
}
}
.hotel-detail-page .select-room-block .sltd-room-hd-outer .room-hd4 {
width: 260px;
}
@media (max-width: 1199px) {
.hotel-detail-page .select-room-block .sltd-room-hd-outer .room-hd4 {
width: 200px;
}
}
@media (max-width: 991px) {
.hotel-detail-page .select-room-block .sltd-room-hd-outer .room-hd4 {
width: 170px;
min-width: 170px;
}
}
.hotel-detail-page .select-room-block .sltd-room-outer {
display: flex;
border-top: solid 1px #fde1e5;
}
@media (max-width: 767px) {
.hotel-detail-page .select-room-block .sltd-room-outer {
display: block;
border: solid 1px #fde1e5;
border-radius: 15px;
margin: 0 0 20px;
}
}
.hotel-detail-page .select-room-block .sltd-room-outer .sltd-room-lt {
padding: 15px;
width: 377px;
}
@media (max-width: 991px) {
.hotel-detail-page .select-room-block .sltd-room-outer .sltd-room-lt {
width: 310px;
min-width: 310px;
}
}
@media (max-width: 767px) {
.hotel-detail-page .select-room-block .sltd-room-outer .sltd-room-lt {
width: 100%;
min-width: 100%;
padding: 10px;
display: flex;
}
}
.hotel-detail-page .select-room-block .sltd-room-outer .sltd-room-lt .main-room-img {
position: relative;
margin-bottom: 20px;
}
@media (max-width: 767px) {
.hotel-detail-page .select-room-block .sltd-room-outer .sltd-room-lt .main-room-img {
margin: 0;
width: 120px;
min-width: 120px;
}
}
.hotel-detail-page .select-room-block .sltd-room-outer .sltd-room-lt .main-room-img img {
display: block;
border-radius: 5px;
width: 100%;
}
@media (max-width: 767px) {
.hotel-detail-page .select-room-block .sltd-room-outer .sltd-room-lt .main-room-img img {
width: 100%;
height: 100%;
object-fit: cover;
object-position: center;
}
}
.hotel-detail-page .select-room-block .sltd-room-outer .sltd-room-lt .main-room-img .glry-btn {
position: absolute;
right: 5px;
bottom: 5px;
background-color: #c34b5d;
height: 20px;
line-height: 20px;
font-size: 12px;
border-radius: 4px;
padding: 0 5px;
color: #103356;
font-weight: 500;
}
@media (max-width: 767px) {
.hotel-detail-page .select-room-block .sltd-room-outer .sltd-room-lt .main-room-img .glry-btn {
right: auto;
left: 5px;
}
}
.hotel-detail-page .select-room-block .sltd-room-outer .sltd-room-lt .main-room-img .glry-btn img {
width: auto;
border-radius: 0;
margin-right: 2px;
height: auto;
}
.hotel-detail-page .select-room-block .sltd-room-outer .sltd-room-lt .main-room-info .mbl-block1 {
display: none;
}
@media (max-width: 767px) {
.hotel-detail-page .select-room-block .sltd-room-outer .sltd-room-lt .main-room-info {
flex: auto;
padding-left: 10px;
}
.hotel-detail-page .select-room-block .sltd-room-outer .sltd-room-lt .main-room-info .link-btn {
display: none;
}
.hotel-detail-page .select-room-block .sltd-room-outer .sltd-room-lt .main-room-info .mbl-block1 {
display: flex;
align-items: center;
justify-content: space-between;
font-size: 12px;
margin: 0 0 5px;
}
.hotel-detail-page .select-room-block .sltd-room-outer .sltd-room-lt .main-room-info .mbl-block1 span {
display: flex;
align-items: center;
}
.hotel-detail-page .select-room-block .sltd-room-outer .sltd-room-lt .main-room-info .mbl-block1 span img {
margin-right: 5px;
}
.hotel-detail-page .select-room-block .sltd-room-outer .sltd-room-lt .main-room-info .mbl-block1 .link-btn {
display: block;
}
}
.hotel-detail-page .select-room-block .sltd-room-outer .sltd-room-lt .main-room-info .mobile-btn-block {
display: none;
align-items: center;
justify-content: space-between;
}
.hotel-detail-page .select-room-block .sltd-room-outer .sltd-room-lt .main-room-info .mobile-btn-block .mbl-prc-lt {
font-size: 22px;
}
.hotel-detail-page .select-room-block .sltd-room-outer .sltd-room-lt .main-room-info .mobile-btn-block .mbl-prc-lt span {
font-size: 13px;
color: #70859a;
}
.hotel-detail-page .select-room-block .sltd-room-outer .sltd-room-lt .main-room-info .mobile-btn-block .mobile-arw-btn {
display: flex;
width: 20px;
height: 20px;
line-height: 20px;
align-items: center;
justify-content: center;
}
@media (max-width: 767px) {
.hotel-detail-page .select-room-block .sltd-room-outer .sltd-room-lt .main-room-info .mobile-btn-block {
display: flex;
}
}
.hotel-detail-page .select-room-block .sltd-room-outer .sltd-room-lt ul {
margin: 0;
padding: 0;
list-style: none;
}
.hotel-detail-page .select-room-block .sltd-room-outer .sltd-room-lt ul li {
margin: 0;
padding: 0;
list-style: none;
display: flex;
align-items: center;
font-size: 14px;
color: #70859a;
}
@media (max-width: 991px) {
.hotel-detail-page .select-room-block .sltd-room-outer .sltd-room-lt ul li {
font-size: 13px;
}
}
@media (max-width: 767px) {
.hotel-detail-page .select-room-block .sltd-room-outer .sltd-room-lt ul li {
font-size: 12px;
margin-bottom: 5px;
}
}
.hotel-detail-page .select-room-block .sltd-room-outer .sltd-room-lt ul li img {
margin-right: 10px;
}
@media (max-width: 991px) {
.hotel-detail-page .select-room-block .sltd-room-outer .sltd-room-lt ul li img {
margin-right: 5px;
}
}
@media (max-width: 767px) {
.hotel-detail-page .select-room-block .sltd-room-outer .sltd-room-lt ul li img {
max-width: 12px;
max-height: 12px;
}
}
.hotel-detail-page .select-room-block .sltd-room-outer .sltd-room-lt .room-ftr ul {
display: flex;
align-items: center;
justify-content: space-between;
margin-bottom: 20px;
}
@media (max-width: 767px) {
.hotel-detail-page .select-room-block .sltd-room-outer .sltd-room-lt .room-ftr ul {
margin-bottom: 0;
flex-wrap: wrap;
}
}
@media (max-width: 767px) {
.hotel-detail-page .select-room-block .sltd-room-outer .sltd-room-lt .room-amnt {
border-top: solid 1px #fde1e5;
border-bottom: solid 1px #fde1e5;
padding-top: 5px;
}
}
.hotel-detail-page .select-room-block .sltd-room-outer .sltd-room-lt .room-amnt ul li {
margin-bottom: 10px;
}
@media (max-width: 767px) {
.hotel-detail-page .select-room-block .sltd-room-outer .sltd-room-lt .room-amnt ul li {
margin-bottom: 5px;
}
}
.hotel-detail-page .select-room-block .sltd-room-outer .sltd-room-rt {
flex: auto;
}
@media (max-width: 767px) {
.hotel-detail-page .select-room-block .sltd-room-outer .sltd-room-rt {
display: none;
}
}
.hotel-detail-page .select-room-block .sltd-room-outer .sltd-room-rt .today-best {
background-color: #c34b5d;
height: 20px;
line-height: 20px;
font-size: 12px;
border-radius: 20px;
padding: 0 10px;
color: #103356;
display: inline-flex;
margin-bottom: 10px;
}
.hotel-detail-page .select-room-block .sltd-room-outer .sltd-room-rt .today-best.green-bg {
background-color: #008234;
color: #ffffff;
}
.hotel-detail-page .select-room-block .sltd-room-outer .sltd-room-rt .chk-list {
margin: 0;
padding: 0;
list-style: none;
}
.hotel-detail-page .select-room-block .sltd-room-outer .sltd-room-rt .chk-list li {
margin: 0 0 10px;
padding: 0 0 0 18px;
list-style: none;
position: relative;
font-size: 13px;
background: url(../images/check-icon3.png) no-repeat left 3px;
}
@media (max-width: 767px) {
.hotel-detail-page .select-room-block .sltd-room-outer .sltd-room-rt .chk-list li {
font-size: 12px;
margin: 0 0 3px;
background-position: left 2px;
}
}
.hotel-detail-page .select-room-block .sltd-room-outer .sltd-room-rt .room-catg-block {
display: flex;
}
@media (max-width: 767px) {
.hotel-detail-page .select-room-block .sltd-room-outer .sltd-room-rt .room-catg-block {
display: block;
border-top: solid 1px #fde1e5;
}
}
.hotel-detail-page .select-room-block .sltd-room-outer .sltd-room-rt .room-catg-block .room-catg1 {
padding: 15px;
border-left: solid 1px #fde1e5;
border-bottom: solid 1px #fde1e5;
flex: auto;
}
@media (max-width: 767px) {
.hotel-detail-page .select-room-block .sltd-room-outer .sltd-room-rt .room-catg-block .room-catg1 {
border: none;
padding: 10px;
}
}
.hotel-detail-page .select-room-block .sltd-room-outer .sltd-room-rt .room-catg-block .room-catg2 {
text-align: center;
padding: 15px;
border-left: solid 1px #fde1e5;
border-bottom: solid 1px #fde1e5;
width: 100px;
}
@media (max-width: 991px) {
.hotel-detail-page .select-room-block .sltd-room-outer .sltd-room-rt .room-catg-block .room-catg2 {
width: 70px;
min-width: 70px;
}
}
@media (max-width: 767px) {
.hotel-detail-page .select-room-block .sltd-room-outer .sltd-room-rt .room-catg-block .room-catg2 {
display: none;
}
}
.hotel-detail-page .select-room-block .sltd-room-outer .sltd-room-rt .room-catg-block .room-catg3 {
padding: 15px;
border-left: solid 1px #fde1e5;
border-bottom: solid 1px #fde1e5;
width: 260px;
}
@media (max-width: 1199px) {
.hotel-detail-page .select-room-block .sltd-room-outer .sltd-room-rt .room-catg-block .room-catg3 {
width: 200px;
}
}
@media (max-width: 991px) {
.hotel-detail-page .select-room-block .sltd-room-outer .sltd-room-rt .room-catg-block .room-catg3 {
width: 170px;
min-width: 170px;
}
}
@media (max-width: 767px) {
.hotel-detail-page .select-room-block .sltd-room-outer .sltd-room-rt .room-catg-block .room-catg3 {
width: auto;
min-width: inherit;
padding: 10px 0 0;
border: none;
display: flex;
justify-content: space-between;
border: none;
border-top: solid 1px #fde1e5;
margin: 0 10px 10px;
}
}
.hotel-detail-page .select-room-block .sltd-room-outer .sltd-room-rt .room-catg-block .room-catg3 span {
display: block;
font-size: 13px;
color: #70859a;
}
@media (max-width: 767px) {
.hotel-detail-page .select-room-block .sltd-room-outer .sltd-room-rt .room-catg-block .room-catg3 span {
font-size: 12px;
}
}
.hotel-detail-page .select-room-block .sltd-room-outer .sltd-room-rt .room-catg-block .room-catg3 strong {
display: block;
font-size: 22px;
font-weight: 400;
}
.hotel-detail-page .select-room-block .sltd-room-outer .sltd-room-rt .room-catg-block .room-catg3 .btn {
margin-top: 10px;
min-width: 140px;
border-radius: 5px;
}
@media (max-width: 767px) {
.hotel-detail-page .select-room-block .sltd-room-outer .sltd-room-rt .room-catg-block .room-catg3 .btn {
min-width: 110px;
height: 34px;
line-height: 34px;
}
}
.hotel-detail-page .select-room-block .sltd-room-outer .sltd-room-rt .room-catg-block + .room-catg-block .room-catg1,
.hotel-detail-page .select-room-block .sltd-room-outer .sltd-room-rt .room-catg-block + .room-catg-block .room-catg2,
.hotel-detail-page .select-room-block .sltd-room-outer .sltd-room-rt .room-catg-block + .room-catg-block .room-catg3 {
border-bottom: none;
}
@media (max-width: 767px) {
.hotel-detail-page .select-room-block .sltd-room-outer.sltd-room-open .mobile-btn-block .mobile-arw-btn img {
transform: rotate(180deg);
}
.hotel-detail-page .select-room-block .sltd-room-outer.sltd-room-open .sltd-room-rt {
display: block;
}
}
.hotel-detail-page .htl-dtl-facilities-block {
margin-bottom: 30px;
}
.hotel-detail-page .htl-dtl-facilities-block h4 {
display: flex;
align-items: center;
font-weight: 400;
font-size: 14px;
margin: 0 0 10px;
}
.hotel-detail-page .htl-dtl-facilities-block h4 img {
margin-right: 7px;
}
.hotel-detail-page .htl-dtl-facilities-block ul {
margin: 0 0 20px;
padding: 0;
list-style: none;
display: flex;
flex-wrap: wrap;
}
@media (max-width: 767px) {
.hotel-detail-page .htl-dtl-facilities-block ul {
border-bottom: solid 1px #fde1e5;
padding: 0 0 10px;
}
}
.hotel-detail-page .htl-dtl-facilities-block ul li {
margin: 0 0 7px;
padding: 0 0 0 20px;
list-style: none;
color: #70859a;
width: 25%;
position: relative;
background: url(../images/check-icon2.png) no-repeat left 2px;
}
@media (max-width: 991px) {
.hotel-detail-page .htl-dtl-facilities-block ul li {
width: 33.333%;
}
}
@media (max-width: 767px) {
.hotel-detail-page .htl-dtl-facilities-block ul li {
width: 50%;
}
}
.hotel-detail-page .htl-dtl-location-block {
border: solid 1px #fde1e5;
border-radius: 15px;
margin-bottom: 30px;
display: flex;
}
@media (max-width: 767px) {
.hotel-detail-page .htl-dtl-location-block {
display: block;
}
}
.hotel-detail-page .htl-dtl-location-block .location-lt {
width: 330px;
min-width: 330px;
max-width: 330px;
background-color: #f7f8fa;
border-radius: 15px 0 0 15px;
border-right: solid 1px #fde1e5;
}
@media (max-width: 767px) {
.hotel-detail-page .htl-dtl-location-block .location-lt {
width: 100%;
min-width: 100%;
max-width: 100%;
border: none;
border-bottom: solid 1px #fde1e5;
border-radius: 15px 15px 0 0;
}
}
.hotel-detail-page .htl-dtl-location-block .location-lt h4 {
font-size: 16px;
font-weight: 500;
margin: 0;
padding: 15px;
}
.hotel-detail-page .htl-dtl-location-block .location-lt .cmn-chk {
border-bottom: solid 1px #fde1e5;
margin-bottom: 13px;
padding-bottom: 5px;
}
.hotel-detail-page .htl-dtl-location-block .location-lt .cmn-chk input + label small {
display: block;
font-size: 11px;
color: #70859a;
margin-top: -4px;
}
.hotel-detail-page .htl-dtl-location-block .location-lt .card {
margin: 0;
padding: 0;
border: none;
border-bottom: solid 1px #fde1e5;
border-radius: 0;
background-color: transparent;
}
.hotel-detail-page .htl-dtl-location-block .location-lt .card .card-header {
margin: 0;
padding: 0;
border: none;
border-radius: 0;
background-color: transparent;
}
.hotel-detail-page .htl-dtl-location-block .location-lt .card .card-header .btn {
margin: 0;
padding: 15px;
border: none;
border-radius: 0;
background-color: transparent;
display: block;
position: relative;
text-align: left;
outline: none;
box-shadow: none;
width: 100%;
color: #103356;
text-decoration: none;
}
.hotel-detail-page .htl-dtl-location-block .location-lt .card .card-header .btn::before {
width: 16px;
height: 8px;
background: url(../images/down-arw.png) no-repeat center center;
transition: all 0.3s ease;
content: "";
display: block;
position: absolute;
right: 20px;
top: 23px;
}
.hotel-detail-page .htl-dtl-location-block .location-lt .card .card-header .btn[aria-expanded=true] {
background-color: #ffffff;
}
.hotel-detail-page .htl-dtl-location-block .location-lt .card .card-header .btn[aria-expanded=true]::before {
transform: rotate(180deg);
}
@media (max-width: 991px) {
.hotel-detail-page .htl-dtl-location-block .location-lt .card .card-header .btn {
padding: 10px 15px;
font-size: 14px;
}
.hotel-detail-page .htl-dtl-location-block .location-lt .card .card-header .btn::before {
top: 17px;
}
}
.hotel-detail-page .htl-dtl-location-block .location-lt .card .card-body {
padding: 15px;
max-height: 235px;
overflow-y: auto;
background-color: #ffffff;
}
.hotel-detail-page .htl-dtl-location-block .location-lt .card:last-child {
border: none;
}
.hotel-detail-page .htl-dtl-location-block .location-rt {
flex: auto;
}
@media (max-width: 767px) {
.hotel-detail-page .htl-dtl-location-block .location-rt {
width: 100%;
}
}
.hotel-detail-page .htl-dtl-location-block .location-rt .map-img {
height: 100%;
}
@media (max-width: 767px) {
.hotel-detail-page .htl-dtl-location-block .location-rt .map-img {
height: 300px;
}
}
.hotel-detail-page .htl-dtl-location-block .location-rt .map-img img,
.hotel-detail-page .htl-dtl-location-block .location-rt .map-img iframe {
width: 100%;
height: 100%;
display: block;
border-radius: 0 15px 15px 0;
border: none;
object-fit: cover;
}
@media (max-width: 767px) {
.hotel-detail-page .htl-dtl-location-block .location-rt .map-img img,
.hotel-detail-page .htl-dtl-location-block .location-rt .map-img iframe {
border-radius: 0 0 15px 15px;
}
}
.hotel-detail-page .htl-dtl-policies-block {
border: solid 1px #fde1e5;
border-radius: 15px;
margin-bottom: 30px;
padding: 0 30px;
}
@media (max-width: 991px) {
.hotel-detail-page .htl-dtl-policies-block {
padding: 0 10px;
}
}
@media (max-width: 767px) {
.hotel-detail-page .htl-dtl-policies-block {
padding: 0;
}
}
.hotel-detail-page .htl-dtl-policies-block .policies-loop {
border-bottom: solid 1px #fde1e5;
padding: 10px 0;
display: flex;
}
@media (max-width: 767px) {
.hotel-detail-page .htl-dtl-policies-block .policies-loop {
display: block;
padding: 0;
}
}
.hotel-detail-page .htl-dtl-policies-block .policies-loop .plc-title {
width: 300px;
min-width: 300px;
max-width: 300px;
font-size: 16px;
padding: 15px 0;
}
@media (max-width: 991px) {
.hotel-detail-page .htl-dtl-policies-block .policies-loop .plc-title {
width: 250px;
min-width: 250px;
max-width: 250px;
font-size: 14px;
padding: 10px 0;
}
}
@media (max-width: 767px) {
.hotel-detail-page .htl-dtl-policies-block .policies-loop .plc-title {
width: 100%;
min-width: 100%;
max-width: 100%;
padding: 10px 15px;
}
}
.hotel-detail-page .htl-dtl-policies-block .policies-loop .plc-title i {
width: 35px;
}
.hotel-detail-page .htl-dtl-policies-block .policies-loop .plc-info {
flex: auto;
padding: 15px 20px;
background: linear-gradient(to right, rgb(246, 247, 249) 0%, rgba(255, 255, 255, 0) 100%);
}
@media (max-width: 991px) {
.hotel-detail-page .htl-dtl-policies-block .policies-loop .plc-info {
padding: 10px 15px;
}
}
.hotel-detail-page .htl-dtl-policies-block .policies-loop .plc-info h4 {
font-size: 14px;
margin: 10px 0;
}
.hotel-detail-page .htl-dtl-policies-block .policies-loop .plc-info h5 {
border-bottom: solid 1px #fde1e5;
font-size: 14px;
color: #70859a;
font-weight: 500;
margin: 0 0 15px;
padding: 10px 0 10px;
}
.hotel-detail-page .htl-dtl-policies-block .policies-loop .plc-info p {
color: #70859a;
margin: 10px 0;
}
.hotel-detail-page .htl-dtl-policies-block .policies-loop .plc-info p small {
font-size: 12px;
color: #103356;
}
.hotel-detail-page .htl-dtl-policies-block .policies-loop .plc-info ul {
margin: 0;
padding: 0;
list-style: none;
}
.hotel-detail-page .htl-dtl-policies-block .policies-loop .plc-info .child-plc {
display: flex;
flex-wrap: wrap;
margin-bottom: 10px;
}
.hotel-detail-page .htl-dtl-policies-block .policies-loop .plc-info .child-plc li {
width: 33.333%;
}
@media (max-width: 1199px) {
.hotel-detail-page .htl-dtl-policies-block .policies-loop .plc-info .child-plc li {
width: 50%;
}
}
@media (max-width: 767px) {
.hotel-detail-page .htl-dtl-policies-block .policies-loop .plc-info .child-plc li {
width: 100%;
}
.hotel-detail-page .htl-dtl-policies-block .policies-loop .plc-info .child-plc li:last-child {
padding-left: 30px;
}
}
.hotel-detail-page .htl-dtl-policies-block .policies-loop .plc-info .child-plc li.green-clr {
color: #44bc0f;
}
.hotel-detail-page .htl-dtl-policies-block .policies-loop .plc-info .child-plc li.grey-clr {
color: #70859a;
display: flex;
align-items: center;
}
.hotel-detail-page .htl-dtl-policies-block .policies-loop .plc-info .child-plc li.grey-clr img {
margin-right: 10px;
}
.hotel-detail-page .htl-dtl-policies-block .policies-loop .plc-info .paypal-card ul li {
margin-right: 15px;
}
@media (max-width: 767px) {
.hotel-detail-page .htl-dtl-policies-block .policies-loop .plc-info .paypal-card ul li {
margin-right: 5px;
}
}

.nearby-properties-block {
padding: 30px 0;
}
@media (max-width: 767px) {
.nearby-properties-block {
padding: 0;
}
.nearby-properties-block .large-heading h2 {
margin: 0;
text-align: left;
}
}
.nearby-properties-block .nearby-properties-slider {
margin: 0 -17px;
width: auto;
}
@media (max-width: 1440px) {
.nearby-properties-block .nearby-properties-slider {
margin: 0 -12px;
}
}
.nearby-properties-block .nearby-properties-slider .item {
padding: 20px 17px;
}
@media (max-width: 1440px) {
.nearby-properties-block .nearby-properties-slider .item {
padding: 20px 12px;
}
}
.nearby-properties-block .nearby-properties-slider.owl-carousel .owl-dots {
margin: 0;
}
.nearby-properties-block .nearby-properties-card {
background-color: #ffffff;
border-radius: 15px;
box-shadow: 0px 0px 20px rgba(158, 184, 192, 0.24);
display: block;
padding: 10px;
text-align: center;
color: #103356;
}
.nearby-properties-block .nearby-properties-card .prty-img img {
border-radius: 12px;
}
.nearby-properties-block .nearby-properties-card .prty-hd {
margin: 10px 0;
}
.nearby-properties-block .nearby-properties-card .star-rating {
margin: 0 0 15px;
}
.nearby-properties-block .nearby-properties-card .star-rating img {
width: auto;
display: inline-block;
}
.nearby-properties-block .nearby-properties-card .view-dtl {
position: relative;
font-size: 14px;
font-weight: 600;
padding: 15px 0 10px;
display: flex;
align-items: center;
justify-content: center;
border-top: 1px solid #e4e6e8;
}
.nearby-properties-block .nearby-properties-card .view-dtl::before {
position: absolute;
left: 15px;
right: 15px;
top: -3px;
height: 5px;
background-color: #c34b5d;
border-radius: 3px;
content: "";
transition: all 0.3s ease;
}
.nearby-properties-block .nearby-properties-card .view-dtl img {
width: auto;
padding-left: 7px;
}
.nearby-properties-block .nearby-properties-card:hover .view-dtl::before {
left: 0;
right: 0;
}

.car-hire-result-list {
padding: 30px 0 60px;
}
@media (max-width: 767px) {
.car-hire-result-list {
padding: 20px 0 90px;
}
}
.car-hire-result-list .result-list-heading {
margin-bottom: 20px;
}
.car-hire-result-list .result-list-heading h2 {
font-size: 16px;
margin: 0;
}
.car-hire-result-list .result-list-heading .sort-tag .show-map-btn-mobile {
display: none;
width: 80px;
background: #c34b5d;
border-radius: 10px;
font-size: 12px;
line-height: 14px;
font-weight: 500;
text-align: center;
color: #103356;
padding: 5px;
}
@media (max-width: 991px) {
.car-hire-result-list .result-list-heading .sort-tag .show-map-btn-mobile {
display: block;
}
}
@media (max-width: 991px) {
.car-hire-result-list .result-list-heading .sort-tag .form-group {
display: none;
}
}
.car-hire-result-list .result-list-heading .sort-tag .form-group label {
margin: 0;
font-size: 14px;
font-weight: 500;
margin-right: 10px;
}
.car-hire-result-list .result-list-heading .sort-tag .form-group .form-control {
width: 230px;
height: 44px;
line-height: 44px;
}
.car-hire-result-list .result-outer {
display: flex;
margin: 0 -15px;
}
@media (max-width: 991px) {
.car-hire-result-list .result-outer {
display: block;
margin: 0;
}
}
.car-hire-result-list .result-outer .result-list {
flex: 0 0 calc(100% - 305px);
max-width: calc(100% - 305px);
padding: 0 15px;
}
@media (max-width: 991px) {
.car-hire-result-list .result-outer .result-list {
flex: 0 0 100%;
max-width: 100%;
padding: 0;
}
}

.car-hire-outer {
padding: 20px 0 90px;
}
@media (max-width: 991px) {
.car-hire-outer {
padding: 20px 0 30px;
}
}
@media (max-width: 767px) {
.car-hire-outer {
padding: 10px 0 90px;
}
}
@media (max-width: 767px) {
.car-hire-outer .car-hire-detail-left .car-detail-head {
display: block !important;
position: relative;
}
}
.car-hire-outer .car-hire-detail-left .car-detail-head .car-detail-head-left {
flex: auto;
}
.car-hire-outer .car-hire-detail-left .car-detail-head .car-detail-head-left h2 {
font-size: 24px;
margin-bottom: 6px;
}
@media (max-width: 767px) {
.car-hire-outer .car-hire-detail-left .car-detail-head .car-detail-head-left h2 {
font-size: 18px;
}
}
.car-hire-outer .car-hire-detail-left .car-detail-head .car-detail-head-left .five-star {
display: block;
width: 80px;
margin-bottom: 10px;
}
.car-hire-outer .car-hire-detail-left .car-detail-head .car-detail-head-right {
min-width: 185px;
width: 185px;
text-align: right;
}
@media (max-width: 767px) {
.car-hire-outer .car-hire-detail-left .car-detail-head .car-detail-head-right {
position: absolute;
right: 0;
bottom: -130px;
}
}
.car-hire-outer .car-hire-detail-left .car-detail-head .car-detail-head-right span {
display: block;
line-height: normal;
}
.car-hire-outer .car-hire-detail-left .car-detail-head .car-detail-head-right .price-detail {
font-size: 26px;
padding-bottom: 2px;
}
@media (max-width: 767px) {
.car-hire-outer .car-hire-detail-left .car-detail-head .car-detail-head-right .price-detail {
font-size: 22px;
}
}
.car-hire-outer .car-hire-detail-left .car-detail-head .car-detail-head-right .price-detail small {
font-size: 20px;
}
@media (max-width: 767px) {
.car-hire-outer .car-hire-detail-left .car-detail-head .car-detail-head-right .price-detail small {
font-size: 18px;
}
}
.car-hire-outer .car-hire-detail-left .car-detail-head .car-detail-head-right .taxes {
color: #70859a;
font-size: 14px;
padding-bottom: 4px;
}
@media (max-width: 767px) {
.car-hire-outer .car-hire-detail-left .car-detail-head .car-detail-head-right .taxes {
font-size: 11px;
}
}
.car-hire-outer .car-hire-detail-left .car-detail-head .car-detail-head-right .per-day {
font-size: 14px;
color: #103356;
}
@media (max-width: 767px) {
.car-hire-outer .car-hire-detail-left .car-detail-head .car-detail-head-right .per-day {
font-size: 13px;
}
}
.car-hire-outer .car-hire-detail-left .car-available-card .top-pick-card {
border-bottom: solid 1px #d5e0eb;
margin-bottom: 30px;
position: relative;
}
@media (max-width: 767px) {
.car-hire-outer .car-hire-detail-left .car-available-card .top-pick-card {
border: none;
margin: 0;
}
}
.car-hire-outer .car-hire-detail-left .car-available-card .top-pick-card::before {
position: absolute;
top: 0;
bottom: -8px;
left: 0;
content: "";
background-color: #ffffff;
width: 270px;
}
@media (max-width: 767px) {
.car-hire-outer .car-hire-detail-left .car-available-card .top-pick-card::before {
display: none;
}
}
.car-hire-outer .car-hire-detail-left .car-available-card .top-pick-card span {
display: block;
color: #008857;
padding: 0 15px;
height: 30px;
line-height: 30px;
border-radius: 25px;
background-color: #d9ede5;
font-size: 12px;
margin-bottom: -14px;
margin-right: 5px;
position: relative;
}
@media (max-width: 767px) {
.car-hire-outer .car-hire-detail-left .car-available-card .top-pick-card span {
padding: 0 10px;
height: 26px;
line-height: 26px;
margin: 0 5px 0 0;
}
}
.car-hire-outer .car-hire-detail-left .car-available-card .car-available-card-info {
margin-bottom: 30px;
}
@media (max-width: 767px) {
.car-hire-outer .car-hire-detail-left .car-available-card .car-available-card-info {
margin-bottom: 10px;
}
}
.car-hire-outer .car-hire-detail-left .car-available-card .car-available-card-info .car-available-img {
width: 35%;
flex: 0 0 35%;
margin-top: 15px;
}
@media (max-width: 767px) {
.car-hire-outer .car-hire-detail-left .car-available-card .car-available-card-info .car-available-img {
width: 100%;
margin: 15px 0;
max-width: 170px;
}
}
.car-hire-outer .car-hire-detail-left .car-available-card .car-available-card-info .car-available-info {
width: 50%;
flex: 0 0 50%;
}
@media (max-width: 767px) {
.car-hire-outer .car-hire-detail-left .car-available-card .car-available-card-info .car-available-info {
width: 100%;
}
}
.car-hire-outer .car-hire-detail-left .car-available-card .car-available-card-info .car-available-info h3 {
font-size: 18px;
margin-bottom: 10px;
}
@media (max-width: 767px) {
.car-hire-outer .car-hire-detail-left .car-available-card .car-available-card-info .car-available-info h3 {
font-size: 16px;
}
}
.car-hire-outer .car-hire-detail-left .car-available-card .car-available-card-info .car-available-info ul {
margin: 0;
padding: 0;
}
.car-hire-outer .car-hire-detail-left .car-available-card .car-available-card-info .car-available-info ul li {
list-style: none;
width: 50%;
display: flex;
align-items: center;
color: #70859a;
margin-bottom: 6px;
}
@media (max-width: 767px) {
.car-hire-outer .car-hire-detail-left .car-available-card .car-available-card-info .car-available-info ul li {
margin-bottom: 5px;
font-size: 12px;
}
}
.car-hire-outer .car-hire-detail-left .car-available-card .car-available-card-info .car-available-info ul li i {
display: block;
margin-right: 10px;
width: 18px;
flex: 0 0 18px;
}
@media (max-width: 767px) {
.car-hire-outer .car-hire-detail-left .car-available-card .car-available-card-info .car-available-info ul li i {
margin-right: 5px;
width: 14px;
flex: 0 0 14px;
}
}
.car-hire-outer .car-hire-detail-left .car-available-card .car-available-card-info .car-available-info ul li i img {
display: block;
margin: 0 auto;
}
@media (max-width: 767px) {
.car-hire-outer .car-hire-detail-left .car-available-card .car-available-card-info .car-available-info ul li i img {
max-width: 14px;
max-height: 14px;
}
}
.car-hire-outer .car-hire-detail-left .car-available-card .guarantee-card {
border-bottom: solid 1px #d5e0eb;
margin-bottom: 50px;
}
@media (max-width: 767px) {
.car-hire-outer .car-hire-detail-left .car-available-card .guarantee-card {
border-bottom: none;
margin-bottom: 30px;
}
}
.car-hire-outer .car-hire-detail-left .car-available-card .guarantee-card span {
display: flex;
align-items: center;
border: solid 1px #d5e0eb;
border-radius: 25px;
margin: 0 5px;
color: #70859a;
padding: 0 15px;
height: 30px;
line-height: 30px;
margin-bottom: -15px;
background-color: #ffffff;
}
@media (max-width: 767px) {
.car-hire-outer .car-hire-detail-left .car-available-card .guarantee-card span {
font-size: 11px;
padding: 0 7px;
margin: 0 2px;
}
}
.car-hire-outer .car-hire-detail-left .car-available-card .guarantee-card span i {
display: block;
margin-right: 6px;
width: 16px;
flex: 0 0 16px;
}
.car-hire-outer .car-hire-detail-left .car-available-card .guarantee-card span i img {
display: block;
}
.car-hire-outer .car-hire-detail-left .upgrade-terms-card .cmn-radio input + label {
font-size: 16px;
font-weight: 500;
}
@media (max-width: 1199px) {
.car-hire-outer .car-hire-detail-left .upgrade-terms-card .cmn-radio input + label {
font-size: 14px;
}
}
.car-hire-outer .car-hire-detail-left .upgrade-terms-card .terms-top-box {
margin-bottom: 15px;
}
@media (max-width: 767px) {
.car-hire-outer .car-hire-detail-left .upgrade-terms-card .terms-top-box {
display: block;
}
}
.car-hire-outer .car-hire-detail-left .upgrade-terms-card .terms-top-box .rt-round {
border: 1px solid #d5e0eb;
border-radius: 30px;
line-height: 28px;
padding: 0 15px;
}
@media (max-width: 767px) {
.car-hire-outer .car-hire-detail-left .upgrade-terms-card .terms-top-box .rt-round {
display: inline-block;
margin-left: 32px;
margin-top: 5px;
}
}
.car-hire-outer .car-hire-detail-left .upgrade-terms-card .terms-mid-box {
position: relative;
padding-top: 20px;
z-index: 1;
}
@media (max-width: 1199px) {
.car-hire-outer .car-hire-detail-left .upgrade-terms-card .terms-mid-box {
padding-top: 15px;
}
}
.car-hire-outer .car-hire-detail-left .upgrade-terms-card .terms-mid-box::before {
position: absolute;
left: -20px;
top: 0;
right: -20px;
display: block;
content: "";
height: 100px;
z-index: -1;
border-radius: 15px 15px 0 0;
background: linear-gradient(to bottom, rgb(243, 245, 247) 0%, rgb(255, 255, 255) 100%);
}
@media (max-width: 1199px) {
.car-hire-outer .car-hire-detail-left .upgrade-terms-card .terms-mid-box::before {
left: -10px;
right: -10px;
}
}
.car-hire-outer .car-hire-detail-left .upgrade-terms-card .terms-mid-box a {
text-decoration: underline;
}
.car-hire-outer .car-hire-detail-left .upgrade-terms-card .terms-mid-box a:hover {
text-decoration: none;
}
.car-hire-outer .car-hire-detail-left .upgrade-terms-card .terms-mid-box .terms-mid-top {
margin-bottom: 15px;
}
@media (max-width: 767px) {
.car-hire-outer .car-hire-detail-left .upgrade-terms-card .terms-mid-box .terms-mid-top {
display: block;
}
}
.car-hire-outer .car-hire-detail-left .upgrade-terms-card .terms-mid-box .terms-mid-top .mid-top-lt {
font-size: 16px;
}
.car-hire-outer .car-hire-detail-left .upgrade-terms-card .terms-mid-box .terms-mid-top .mid-top-lt span {
padding-left: 10px;
}
.car-hire-outer .car-hire-detail-left .upgrade-terms-card .terms-mid-box .terms-mid-top .mid-top-lt .form-control {
width: 85px;
height: 38px;
line-height: 38px;
margin-left: 10px;
}
@media (max-width: 1199px) {
.car-hire-outer .car-hire-detail-left .upgrade-terms-card .terms-mid-box .terms-mid-top .mid-top-lt .form-control {
width: 55px;
margin-left: 5px;
padding: 0 7px;
background-position: right 6px center;
}
}
@media (max-width: 767px) {
.car-hire-outer .car-hire-detail-left .upgrade-terms-card .terms-mid-box .terms-mid-top .mid-top-lt .form-control {
width: 100%;
margin: 7px 0;
padding: 0 10px;
}
}
@media (max-width: 1199px) {
.car-hire-outer .car-hire-detail-left .upgrade-terms-card .terms-mid-box .terms-mid-top .mid-top-lt {
font-size: 14px;
}
.car-hire-outer .car-hire-detail-left .upgrade-terms-card .terms-mid-box .terms-mid-top .mid-top-lt i {
width: 38px;
min-width: 38px;
}
}
.car-hire-outer .car-hire-detail-left .upgrade-terms-card .terms-mid-box .terms-mid-top .mid-top-rt {
font-size: 22px;
}
.car-hire-outer .car-hire-detail-left .upgrade-terms-card .terms-mid-box .terms-mid-top .mid-top-rt span {
font-size: 14px;
}
@media (max-width: 1199px) {
.car-hire-outer .car-hire-detail-left .upgrade-terms-card .terms-mid-box .terms-mid-top .mid-top-rt {
font-size: 20px;
}
.car-hire-outer .car-hire-detail-left .upgrade-terms-card .terms-mid-box .terms-mid-top .mid-top-rt span {
font-size: 13px;
}
}
@media (max-width: 767px) {
.car-hire-outer .car-hire-detail-left .upgrade-terms-card .terms-mid-box .terms-mid-top .mid-top-rt {
margin-left: 48px;
}
}
.car-hire-outer .car-hire-detail-left .upgrade-terms-card .terms-mid-box .terms-mid-list .common-list {
display: flex;
flex-wrap: wrap;
}
.car-hire-outer .car-hire-detail-left .upgrade-terms-card .terms-mid-box .terms-mid-list .common-list li {
color: #103356;
width: 33.333%;
}
@media (max-width: 1199px) {
.car-hire-outer .car-hire-detail-left .upgrade-terms-card .terms-mid-box .terms-mid-list .common-list li {
width: 50%;
}
}
@media (max-width: 767px) {
.car-hire-outer .car-hire-detail-left .upgrade-terms-card .terms-mid-box .terms-mid-list .common-list li {
width: 100%;
margin: 0 0 7px;
}
}
.car-hire-outer .car-hire-detail-left .upgrade-terms-card .terms-mid-box .unexpected-text {
color: #ff0000;
}
.car-hire-outer .car-hire-detail-left .upgrade-terms-card .terms-mid-box .unexpected-text img {
margin-right: 7px;
}
.car-hire-outer .car-hire-detail-left .upgrade-terms-card .terms-btm-box {
border-top: 1px solid #d5e0eb;
padding-top: 20px;
margin-top: 25px;
}
@media (max-width: 1199px) {
.car-hire-outer .car-hire-detail-left .upgrade-terms-card .terms-btm-box {
padding-top: 15px;
margin-top: 15px;
}
}
.car-hire-outer .car-hire-detail-left .upgrade-terms-card .terms-btm-box .cmn-radio input + label {
font-weight: 400;
}
@media (max-width: 1199px) {
.car-hire-outer .car-hire-detail-left .upgrade-terms-card .terms-btm-box .cmn-radio input + label {
font-size: 14px;
}
}
.car-hire-outer .car-hire-detail-left .upgrade-terms-card.travel-ins-card .terms-mid-box {
padding-top: 5px;
}
.car-hire-outer .car-hire-detail-left .upgrade-terms-card.travel-ins-card .terms-mid-box::before {
display: none;
}
.car-hire-outer .car-hire-detail-left .upgrade-terms-card.travel-ins-card .terms-mid-box .terms-mid-list .common-list li {
width: 50%;
}
@media (max-width: 767px) {
.car-hire-outer .car-hire-detail-left .upgrade-terms-card.travel-ins-card .terms-mid-box .terms-mid-list .common-list li {
width: 100%;
}
}
@media (max-width: 767px) {
.car-hire-outer .car-hire-detail-left .upgrade-terms-card.travel-ins-card .terms-mid-top .mid-top-lt {
display: block;
}
}
@media (max-width: 767px) {
.car-hire-outer .car-hire-detail-left .upgrade-terms-card.travel-ins-card .terms-mid-top .mid-top-rt {
margin: 0;
}
}
.car-hire-outer .car-hire-detail-left .upgrade-terms-card.customer-satisfaction-card h3 {
font-size: 18px;
margin: 0 0 10px;
}
@media (max-width: 767px) {
.car-hire-outer .car-hire-detail-left .upgrade-terms-card.customer-satisfaction-card h3 {
font-size: 16px;
}
}
.car-hire-outer .car-hire-detail-left .choice-card {
border: 1px solid #d5e0eb;
}
.car-hire-outer .car-hire-detail-left .choice-card ul {
margin: 0;
padding: 0;
list-style: none;
display: flex;
flex-wrap: wrap;
}
.car-hire-outer .car-hire-detail-left .choice-card ul li {
width: 50%;
margin: 0 0 15px;
padding: 0 20px 0 50px;
list-style: none;
background: url(../images/chk-icon.png) no-repeat left top;
min-height: 40px;
}
@media (max-width: 767px) {
.car-hire-outer .car-hire-detail-left .choice-card ul li {
width: 100%;
}
}
.car-hire-outer .car-hire-detail-left .choice-card ul li h4 {
margin: 0 0 3px;
font-size: 16px;
}
@media (max-width: 767px) {
.car-hire-outer .car-hire-detail-left .choice-card ul li h4 {
font-size: 14px;
}
}
.car-hire-outer .car-hire-detail-left .choice-card ul li p {
color: #70859a;
}
.car-hire-outer .car-hire-detail-left .car-extra-option-slider {
margin: 0 -8px 30px;
width: auto;
}
@media (max-width: 767px) {
.car-hire-outer .car-hire-detail-left .car-extra-option-slider {
margin: 0 -15px 30px;
}
}
.car-hire-outer .car-hire-detail-left .car-extra-option-slider .item {
padding: 0 8px;
}
.car-hire-outer .car-hire-detail-left .car-extra-option-slider .item .extra-option-card {
border: 1px solid #fde1e5;
border-radius: 15px;
}
.car-hire-outer .car-hire-detail-left .car-extra-option-slider .item .extra-option-card .opt-card-top {
justify-content: space-between;
padding: 15px;
border-bottom: 1px solid #fde1e5;
border-radius: 15px;
background-color: #ffffff;
box-shadow: 0 0 20px rgba(206, 214, 226, 0.3);
}
.car-hire-outer .car-hire-detail-left .car-extra-option-slider .item .extra-option-card .opt-card-top .opt-card-top-lt h4 {
font-weight: 500;
font-size: 16px;
margin: 0;
}
.car-hire-outer .car-hire-detail-left .car-extra-option-slider .item .extra-option-card .opt-card-top .opt-card-top-lt span {
font-weight: 500;
font-size: 18px;
}
.car-hire-outer .car-hire-detail-left .car-extra-option-slider .item .extra-option-card .opt-card-top i img {
width: auto;
}
.car-hire-outer .car-hire-detail-left .car-extra-option-slider .item .extra-option-card .opt-card-btm {
justify-content: space-between;
padding: 10px 15px;
}
.car-hire-outer .car-hire-detail-left .car-extra-option-slider .item .extra-option-card .opt-card-btm span {
color: #70859a;
}
.car-hire-outer .car-hire-detail-left .car-extra-option-slider .item .extra-option-card .opt-card-btm .opt-card-btm-rt .pls-mns-btn {
border: 1px solid #d2d2d2;
width: 26px;
height: 26px;
border-radius: 5px;
background: #ffffff;
outline: none;
box-shadow: none;
color: #103356;
font-size: 18px;
line-height: 18px;
}
.car-hire-outer .car-hire-detail-left .car-extra-option-slider .item .extra-option-card .opt-card-btm .opt-card-btm-rt .count-inpt {
width: 40px;
height: 26px;
background: #ffffff;
border: none;
outline: none;
box-shadow: none;
text-align: center;
font-size: 15px;
font-weight: 500;
margin: 0;
padding: 0;
}

.car-hire-payment-outer {
padding: 20px 0 90px;
}
.footer .newsletter-block .newsletter-info .from-group .custom-btn span{display: block;}

@media (max-width: 991px) {
.car-hire-payment-outer {
padding: 20px 0 30px;
}
}
@media (max-width: 767px) {
.car-hire-payment-outer {
padding: 10px 0 90px;
}
}
@media (max-width: 767px) {
.car-hire-payment-outer .car-hire-payment-left .car-detail-head {
display: block !important;
position: relative;
}
}
.car-hire-payment-outer .car-hire-payment-left .car-detail-head .car-detail-head-left {
flex: auto;
}
.car-hire-payment-outer .car-hire-payment-left .car-detail-head .car-detail-head-left h2 {
font-size: 24px;
margin-bottom: 6px;
}
@media (max-width: 767px) {
.car-hire-payment-outer .car-hire-payment-left .car-detail-head .car-detail-head-left h2 {
font-size: 18px;
}
}
.car-hire-payment-outer .car-hire-payment-left .car-detail-head .car-detail-head-left .five-star {
display: block;
width: 80px;
margin-bottom: 10px;
}
.car-hire-payment-outer .car-hire-payment-left .car-detail-head .car-detail-head-right {
min-width: 185px;
width: 185px;
text-align: right;
}
@media (max-width: 767px) {
.car-hire-payment-outer .car-hire-payment-left .car-detail-head .car-detail-head-right {
position: absolute;
right: 0;
bottom: -130px;
}
}
.car-hire-payment-outer .car-hire-payment-left .car-detail-head .car-detail-head-right span {
display: block;
line-height: normal;
}
.car-hire-payment-outer .car-hire-payment-left .car-detail-head .car-detail-head-right .price-detail {
font-size: 26px;
padding-bottom: 2px;
}
@media (max-width: 767px) {
.car-hire-payment-outer .car-hire-payment-left .car-detail-head .car-detail-head-right .price-detail {
font-size: 22px;
}
}
.car-hire-payment-outer .car-hire-payment-left .car-detail-head .car-detail-head-right .price-detail small {
font-size: 20px;
}
@media (max-width: 767px) {
.car-hire-payment-outer .car-hire-payment-left .car-detail-head .car-detail-head-right .price-detail small {
font-size: 18px;
}
}

div.dmy.doberror .form-group + span.error{color: #ff0000; font-size: 13px; margin-top: -38px; display: block; background: #ffffff; text-align: center; border-radius: 0;
padding: 5px 0px; box-shadow:0px 1px 3px rgb(0 0 0 / 20%); padding-top: 24px; border-radius: 5px;}

@media only screen and (max-width:1200px){
.search-card .main-search-form .cmn-input.place-from img[src$="flight-icon-small.png"], .search-card .main-search-form .place-to.cmn-input img[src$="flight-icon-small2.png"]{top: 15px;}
.search-card .main-search-form .cmn-input .form-control.clearable.x{background-position: 96% 15px;}
.search-card .main-search-form{padding-right: 130px;}
.search-card .main-search-form .search-btn-box{width: 120px;}
.search-card .main-search-form .search-btn-box .search-btn::after{background-size: 13px; margin-top: 4px;}
.flight-result-list .result-outer .result-list .flight-tab .tab-content .flight-list-card .data-right-part .flt-prc-block .flight-price-box span{margin-bottom: 0 !important;}
}
@media only screen and (min-width:768px) and (max-width:1024px){
.search-card .main-search-form{display: block;}
.search-card .main-search-form .date-box{padding: 0; width: 49%;}
.search-card .main-search-form .date-box{width: 50%; padding-right: 4px; display: inline-block;}
.search-card .main-search-form .passenger-box {width: 50%; padding-left: 4px; display: inline-block; margin-left: -4px;}
.search-card .main-search-form .place-box{padding-bottom: 8px; width: 100%;}
.search-card .main-search-form .cmn-input.place-from .form-control, .search-card .main-search-form .cmn-input .form-control, .search-card .main-search-form .passenger-btn{border-radius: 6px;}
}

@media only screen and (max-width:1200px){
.mobile-nav {bottom: -1px; left: 0px; overflow-y: auto; position: fixed; top: 60px; width: 100%; right: 0px; transform: translateX(-120%); z-index: 99999999;        display: block !important; background:rgb(239 239 239); margin: 0px; transition: 0.3s; padding: 0px;}
.mobile-nav ul {flex-direction: column; margin: 0px; padding: 0px; list-style: none;}
.mobile-nav ul li {position: relative; list-style: none; width: 100%;}
.mobile-nav ul li a {color: rgb(233, 233, 233); display: flex; text-align: left; position: relative; font-size: 16px; font-weight: 600; align-items: center; padding: 15px 40px 15px 15px; border-bottom: 1px solid rgb(231, 183, 190); text-decoration: none; margin: 0px;}
.mobile-nav ul li a i {width: 40px;}
.nav-open {transform: translateX(0px) !important;}
.mobile-nav ul li a {color:#c75667; display: flex; padding: 15px 40px 15px 15px; text-align: left; border-bottom: 1px solid #e7b7be; text-decoration: none;        position: relative; font-size: 16px; margin: 0; font-weight: 500; align-items: center;}
header .header-container .menu ul li a {font-size: 14px; color:#ba4b61;}
}

@media only screen and (max-width:767px){
.inner-search .home-search-section{padding-top: 62px; margin-bottom: 20px;}
.inner-search .home-search-section .search-card{padding:20px;}
.inner-search .search-card .top-form-search .cmn-chk{bottom: 100px; left: 22px;}
.search-card .top-form-search .cmn-chk{bottom: 80px; left: 20px;}
.search-card .main-search-form .passenger-box .dropdown-menu .passenger-sltd-box-outer .sltd-rt-box .qty-box .form-control, .search-card .main-search-form .cmn-input .form-control, .search-card .main-search-form .passenger-btn{font-size: 16px;}
.search-card .top-form-search .cmn-radio input + label{font-size: 14px;}
.footer .newsletter-block .newsletter-info .from-group .custom-btn span{display: none;}
.search-card .main-search-form{padding: 0;}
.search-card .main-search-form .search-btn-box{width: 100%;}
.search-card .main-search-form .search-btn-box .search-btn::after{background-size:23px; margin-top: 2px;}
.search-card .main-search-form .cmn-input.place-from img[src$="flight-icon-small.png"], .search-card .main-search-form .place-to.cmn-input img[src$="flight-icon-small2.png"]{top: 20px;}
.search-card .main-search-form .swap-btn{right: 30px;} 
.search-card .main-search-form .cmn-input .form-control.clearable.x{background-position: 98% 20px;}
.search-card .main-search-form .swap-btn{touch-action: manipulation;}
.search-card .main-search-form .swap-btn.btn > img{transform: rotate(90deg) !important;}
.search-card .main-search-form .swap-btn.btn > img[style="transition: 0.2s; transform: rotate(0deg);"]{transform: rotate(90deg) !important;}
.search-card .main-search-form .swap-btn.btn > img[style="transition: 0.2s; transform: rotate(180deg);"]{transform: rotate(-90deg) !important;}
}


#vEmailSubOk{background:#FFFF97;color:#0B6A0B;font-size:1em;float:left;padding:5px; margin-top:10px;display:none;  }
#vEmailSubNotOk{background:#FFFF97;color:#ff0000;font-size:1em; float:left; padding:5px; margin-top:10px;display:none;}
#vEmailSubError{background:#FFFF97;color:#ff0000;font-size:1em; float:left;padding:5px; margin-top:10px;display:none;}

div.directfound{text-align: center; font-size: 1em; display: none;padding: 10px;width: 100%;background-color: #efefef;text-align: center;
    border-radius: 15px;border: 1px solid #d4dae1; margin:10px 0;}

div.form-group input:-internal-autofill-selected{-webkit-box-shadow: 0 0 0 1000px rgb(246 250 255) inset !important;}


.col-md-12.absiso{position: absolute;bottom: 5px;left: 0;right: 0;margin: auto;width: 100%;max-width: 180px;}
div.isodiv{ width: 100%;  display: flex; flex-wrap: wrap; font-size:.8em; text-align: center; color: #fff;}
div.isodiv span{ display: block;}



.date-box.cmn-input input#multialternateD1, .date-box.cmn-input input#multialternateD2, .date-box.cmn-input input#multialternateD3, .date-box.cmn-input input#multialternateD4, .date-box.cmn-input input#multialternateD5, .date-box.cmn-input input#multialternateD6{position: absolute; top: 0; height: 100%; width: 94%; opacity: 0;}


@media screen and (max-width:767px){
	.col-md-12.absiso{ position: relative;}
    .flight-upgrade-outer .flight-detail-left .flight-upgrade-tab .tab-content .flight-upgrade-slider .flight-upgrade-card .flt-upg-top .cmn-radio label{justify-content: space-between; padding-top: 5px;}

}