/*
Theme Name: Bestel
Theme URI: https://smartdata.tonytemplates.com/bestel
Author: SmartDataSoft
Author URI: https://smartdatasoft.com/
Description: Bestel is hotel based WordPress theme template that might assist your initial hotel business need for you or your customers need. Well, Bestel is kinda an awesome and trending WordPress premium theme mainly designed for hotel related services which helps you to build beautiful and unique designed website in no time.
Version: 4.0
License: This theme or plugin is comprised of two parts.(1) the PHP code and integrated HTML are licensed under the General Public License (GPL). You will find a copy of the GPL in the same directory as this text file. (2) All other parts, but not limited to the CSS code, images, and design are licensed according to the terms of your purchased license. Read more about licensing here: http://themeforest.net/licenses
License URI: License.txt
Text Domain: bestel
Tags: accommodation, apartment, bed and breakfast, booking, chalet, hostel, hotel, motel, reservation, resort, rooms, travel, vacation


This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/


/*-------------------------------
[Table of contents]

1. Bootstrap Core
2. Template Styles
  2.1 Typography
  2.2 Form Elements
  2.3 Preloader
  2.4 Page Structure
  2.5 Header
  2.6 Footer
  2.7 Main Slider
  2.8 Main Slider Buttons
  2.9 Room Card
  2.10 Service Card
  2.11 Special Offer Card
  2.12 Fullwidth Banner
  2.13 GuestBook
  2.14 FAQ Accordeon
  2.15 Instagram
  2.16 Newsletter
  2.17 Modal
  2.18 Simple Slider
  2.19 Filters
  2.20 Review Page
  2.21 Gallery
  2.22 Catalog Widgets (in the Header)
  2.23 Social Widgets  (in the Footer)
  2.24 Slick Carousel
  2.25 Blog
  2.26 Calendar Skin

-----------------------------------*/


/* spacing style */

.section_spacing {
    padding: 100px 0 !important;
}

.section_top_spacing {
    padding-top: 100px !important;
}

.section_bottom_spacing {
    padding-top: 100px !important;
}

.section_spacing1 {
    padding: 120px 0 !important;
}

.section_top_spacing1 {
    padding-top: 120px !important;
}

.section_bottom_spacing1 {
    padding-bottom: 120px !important;
}

.section-top {
    padding-top: 100px !important;
}

.section_top {
    padding-top: 100px !important;
}

.section_100 {
    padding: 115px 0 !important;
}

.section_100_top {
    padding-top: 115px !important;
}

.section_buttom_100 {
    padding-bottom: 100px !important;
}

.page-content .section {
    margin-top: 100px;
}

.padding_top_zero>div {
    padding-top: 0px !important;
}

@media (max-width: 768px) {
    .section_spacing {
        padding-top: 50px !important;
    }
    .section-top {
        padding-top: 50px !important;
    }
    .section_top {
        padding-top: 50px !important;
    }
    .section_top {
        padding-top: 50px !important;
    }
    .section_100 {
        padding: 50px 0 !important;
    }
    .section_100_top {
        padding-top: 50px !important;
    }
    .section_buttom_100 {
        padding-bottom: 50px !important;
    }
    .page-content .section {
        margin-top: 50px;
    }
    .bg-grey {
        padding: 50px 0;
    }
    .section_spacing {
        padding: 50px 0 !important;
    }
    .section_top_spacing {
        padding-top: 50px !important;
    }
    .section_bottom_spacing {
        padding-top: 50px !important;
    }
    .section_spacing1 {
        padding: 50px 0 !important;
    }
    .section_top_spacing1 {
        padding-top: 50px !important;
    }
    .section_bottom_spacing1 {
        padding-top: 50px !important;
    }
}

:root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #868e96;
    --gray-dark: #343a40;
    --primary: #af3c65;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 1024px;
    --breakpoint-xl: 1230px;
    --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    --font-family-monospace: "SFMono-Regular", Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

*,
*::before,
*::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

@-ms-viewport {
    width: device-width;
}

article,
aside,
dialog,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
    display: block;
}

body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 16px;
    font-weight: 400;
    line-height: 1.75;
    color: #212121;
    text-align: left;
    background-color: #fff;
}

[tabindex="-1"]:focus {
    outline: none !important;
}

hr {
    -webkit-box-sizing: content-box;
    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;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0;
}

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;
}

blockquote {
    margin: 0 0 1rem;
}

dfn {
    font-style: italic;
}

b,
strong {
    font-weight: bolder;
}

small {
    font-size: 80%;
}

sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}

sub {
    bottom: -.25em;
}

sup {
    top: -.5em;
}

a {
    color: #212121;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

a:focus,
a:hover {
    color: #af3c65;
    text-decoration: none;
}

a:not([href]):not([tabindex]) {
    color: inherit;
    text-decoration: none;
}

a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
    color: inherit;
    text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
    outline: 0;
}

pre,
code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    -ms-overflow-style: scrollbar;
}

figure {
    margin: 0 0 1rem !important;
}

figure:last-child {
    margin: 0 0 0rem !important;
}

img {
    vertical-align: middle;
    border-style: none;
}

svg:not(:root) {
    overflow: hidden;
}

a,
area,
button,
[role="button"],
input:not([type="range"]),
label,
select,
summary,
textarea {
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}

table {
    border-collapse: collapse;
}

caption {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    color: #868e96;
    text-align: left;
    caption-side: bottom;
}

th {
    text-align: inherit;
}

label {
    display: inline-block;
    margin-bottom: .5rem;
}

button {
    border-radius: 0;
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color;
}

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;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

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"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
    -webkit-appearance: listbox;
}

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: .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-cancel-button,
[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;
}

template {
    display: none;
}

[hidden] {
    display: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    margin-bottom: 0.5rem;
    font-family: "Suravaram", serif;
    font-weight: 500;
    line-height: 1.2;
    color: inherit;
    margin-top: 0px;
}

h1,
.h1 {
    font-size: 70px;
    line-height: 55px;
}

h2,
.h2 {
    font-size: 50px;
}

h3,
.h3 {
    font-size: 44px;
}

h4,
.h4 {
    font-size: 32px;
}

h5,
.h5 {
    font-size: 28px;
}

h6,
.h6 {
    font-size: 22px;
}

.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: 5px;
}

.initialism {
    font-size: 90%;
    text-transform: uppercase;
}

.blockquote {
    margin-bottom: 30px;
    font-size: 1.25rem;
}

.blockquote-footer {
    display: block;
    font-size: 80%;
    color: #868e96;
}

.blockquote-footer::before {
    content: "\2014 \00A0";
}

.img-fluid {
    max-width: 100%;
    height: auto;
}

.img-full {
    width: 100%;
    height: auto;
}

.img-thumbnail {
    padding: 0.25rem;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 0.25rem;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    max-width: 100%;
    height: auto;
}

.figure {
    display: inline-block;
}

.figure-img {
    margin-bottom: 15px;
    line-height: 1;
}

.figure-caption {
    font-size: 90%;
    color: #868e96;
}

code,
kbd,
pre,
samp {
    font-family: "SFMono-Regular", Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

code {
    padding: 0.2rem 0.4rem;
    font-size: 90%;
    color: #bd4147;
    background-color: #f8f9fa;
    border-radius: 0.25rem;
}

a>code {
    padding: 0;
    color: inherit;
    background-color: inherit;
}

kbd {
    padding: 0.2rem 0.4rem;
    font-size: 90%;
    color: #fff;
    background-color: #212529;
    border-radius: 0.2rem;
}

kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700;
}

pre {
    display: block;
    margin-top: 0;
    margin-bottom: 1rem;
    font-size: 90%;
    color: #212529;
}

pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    background-color: transparent;
    border-radius: 0;
}

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll;
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 576px) {
    .container {
        max-width: 100%;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 100%;
    }
}

@media (min-width: 1024px) {
    .container {
        max-width: 100%;
    }
}

@media (min-width: 1230px) {
    .container {
        max-width: 1200px;
    }
}

.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.no-gutters>.col,
.no-gutters>[class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}

.col-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
}

.col-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
}

.col-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
}

.col-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

.col-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
}

.col-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
}

.col-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.col-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
}

.col-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
}

.col-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}

.col-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
}

.col-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
}

.col-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.order-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
}

.order-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}

.order-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}

.order-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
}

.order-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
}

.order-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
}

.order-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
}

.order-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
}

.order-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
}

.order-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
}

.order-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
}

.order-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
}

.order-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-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%;
    }
    .col-sm-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }
    .col-sm-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%;
    }
    .col-sm-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }
    .col-sm-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-sm-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 32.3333333333%;
        max-width: 33.3333333333%;
    }
    .col-sm-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%;
    }
    .col-sm-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 49%;
        flex: 0 0 49%;
        max-width: 50%;
    }
    .col-sm-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%;
    }
    .col-sm-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%;
    }
    .col-sm-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-sm-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%;
    }
    .col-sm-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%;
    }
    .col-sm-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-sm-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }
    .order-sm-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
    .order-sm-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
    .order-sm-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }
    .order-sm-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }
    .order-sm-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
    }
    .order-sm-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6;
    }
    .order-sm-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7;
    }
    .order-sm-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8;
    }
    .order-sm-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9;
    }
    .order-sm-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10;
    }
    .order-sm-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11;
    }
    .order-sm-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 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 {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-md-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }
    .col-md-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%;
    }
    .col-md-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }
    .col-md-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 24%;
        flex: 0 0 24%;
        max-width: 25%;
    }
    .col-md-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 32.3333333333%;
        max-width: 33.3333333333%;
    }
    .col-md-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%;
    }
    .col-md-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 49%;
        flex: 0 0 49%;
        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 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-md-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%;
    }
    .col-md-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%;
    }
    .col-md-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-md-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }
    .order-md-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
    .order-md-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
    .order-md-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }
    .order-md-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }
    .order-md-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
    }
    .order-md-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6;
    }
    .order-md-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7;
    }
    .order-md-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8;
    }
    .order-md-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9;
    }
    .order-md-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10;
    }
    .order-md-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11;
    }
    .order-md-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 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: 1024px) {
    .col-lg {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-lg-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
        padding: 0;
    }
    .col-lg-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%;
    }
    .col-lg-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }
    .col-lg-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-lg-3.features-list-area {
        flex: 0 0 24%;
        -ms-flex: 0 0 24%;
    }
    .col-lg-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33%;
        flex: 0 0 33%;
        max-width: 33.3333333333%;
    }
    .col-lg-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%;
    }
    .col-lg-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-lg-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%;
    }
    .col-lg-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%;
    }
    .col-lg-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-lg-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%;
    }
    .col-lg-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%;
    }
    .col-lg-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-lg-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }
    .order-lg-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
    .order-lg-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
    .order-lg-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }
    .order-lg-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }
    .order-lg-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
    }
    .order-lg-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6;
    }
    .order-lg-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7;
    }
    .order-lg-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8;
    }
    .order-lg-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9;
    }
    .order-lg-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10;
    }
    .order-lg-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11;
    }
    .order-lg-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 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: 1230px) {
    .col-xl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-xl-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }
    .col-xl-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%;
    }
    .col-xl-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }
    .col-xl-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-xl-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }
    .col-xl-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%;
    }
    .col-xl-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-xl-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%;
    }
    .col-xl-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%;
    }
    .col-xl-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-xl-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%;
    }
    .col-xl-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%;
    }
    .col-xl-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-xl-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }
    .order-xl-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
    .order-xl-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
    .order-xl-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }
    .order-xl-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }
    .order-xl-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
    }
    .order-xl-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6;
    }
    .order-xl-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7;
    }
    .order-xl-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8;
    }
    .order-xl-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9;
    }
    .order-xl-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10;
    }
    .order-xl-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11;
    }
    .order-xl-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 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%;
    max-width: 100%;
    margin-bottom: 30px;
    background-color: transparent;
}

.table th,
.table td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #e9ecef;
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #e9ecef;
}

.table tbody+tbody {
    border-top: 2px solid #e9ecef;
}

.table .table {
    background-color: #fff;
}

.table-sm th,
.table-sm td {
    padding: 0.3rem;
}

.table-bordered {
    border: 1px solid #e9ecef;
}

.table-bordered th,
.table-bordered td {
    border: 1px solid #e9ecef;
}

.table-bordered thead th,
.table-bordered thead td {
    border-bottom-width: 2px;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
    background-color: rgba(0, 0, 0, 0.075);
}

.table-primary,
.table-primary>th,
.table-primary>td {
    background-color: #e9c8d4;
}

.table-hover .table-primary:hover {
    background-color: #e2b6c6;
}

.table-hover .table-primary:hover>td,
.table-hover .table-primary:hover>th {
    background-color: #e2b6c6;
}

.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: #212529;
    border-color: #32383e;
}

.table .thead-light th {
    color: #495057;
    background-color: #e9ecef;
    border-color: #e9ecef;
}

.table-dark {
    color: #fff;
    background-color: #212529;
}

.table-dark th,
.table-dark td,
.table-dark thead th {
    border-color: #32383e;
}

.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 {
    background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575px) {
    .table-responsive-sm {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }
    .table-responsive-sm.table-bordered {
        border: 0;
    }
}

@media (max-width: 767px) {
    .table-responsive-md {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }
    .table-responsive-md.table-bordered {
        border: 0;
    }
}

@media (max-width: 1023px) {
    .table-responsive-lg {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }
    .table-responsive-lg.table-bordered {
        border: 0;
    }
}

@media (max-width: 1229px) {
    .table-responsive-xl {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }
    .table-responsive-xl.table-bordered {
        border: 0;
    }
}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}

.table-responsive.table-bordered {
    border: 0;
}

.form-control,
.wpcf7-form-control {
    display: block;
    width: 100%;
    padding: 10px 12px;
    font-size: 16px;
    line-height: 26px;
    color: #212121;
    background-color: #fff;
    background-image: none;
    background-clip: padding-box;
    border: 1px solid #d8d8d8;
    border-radius: 2px;
    -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
}

.form-control::-ms-expand,
.wpcf7-form-control::-ms-expand {
    background-color: transparent;
    border: 0;
}

.form-control:focus,
.wpcf7-form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: theme-colors("primary");
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.form-control::-webkit-input-placeholder,
.wpcf7-form-control::-webkit-input-placeholder {
    color: #212121;
    opacity: 1;
}

.form-control:-ms-input-placeholder,
.wpcf7-form-control:-ms-input-placeholder {
    color: #212121;
    opacity: 1;
}

.form-control::-ms-input-placeholder,
.wpcf7-form-control::-ms-input-placeholder {
    color: #212121;
    opacity: 1;
}

.form-control::placeholder,
.wpcf7-form-control::placeholder {
    color: #212121;
    opacity: 1;
}

.form-control:disabled,
.form-control[readonly],
.wpcf7-form-control:disabled {
    background-color: #e9ecef;
    opacity: 1;
}

select.form-control:not([size]):not([multiple]),
.wpcf7-form-control:not([size]):not([multiple]) {
    height: calc(2.25rem + 2px);
}

select.form-control:focus::-ms-value {
    color: #212121;
    background-color: #fff;
}

.form-control-file,
.form-control-range {
    display: block;
}

.category-markup ul li span {
    font-size: 16px;
}

.col-form-label {
    padding-top: calc(10px + 1px);
    padding-bottom: calc(10px + 1px);
    margin-bottom: 0;
    line-height: 26px;
}

.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;
}

.col-form-legend {
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 0;
    font-size: 16px;
}

.form-control-plaintext {
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 0;
    line-height: 26px;
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 0;
}

.form-control-plaintext.form-control-sm,
.input-group-sm>.form-control-plaintext.form-control,
.input-group-sm>.form-control-plaintext.input-group-addon,
.input-group-sm>.input-group-btn>.form-control-plaintext.btn,
.form-control-plaintext.form-control-lg,
.input-group-lg>.form-control-plaintext.form-control,
.input-group-lg>.form-control-plaintext.input-group-addon,
.input-group-lg>.input-group-btn>.form-control-plaintext.btn {
    padding-right: 0;
    padding-left: 0;
}

.form-control-sm,
.input-group-sm>.form-control,
.input-group-sm>.input-group-addon,
.input-group-sm>.input-group-btn>.btn {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.2rem;
}

select.form-control-sm:not([size]):not([multiple]),
.input-group-sm>select.form-control:not([size]):not([multiple]),
.input-group-sm>select.input-group-addon:not([size]):not([multiple]),
.input-group-sm>.input-group-btn>select.btn:not([size]):not([multiple]) {
    height: calc(1.8125rem + 2px);
}

.form-control-lg,
.input-group-lg>.form-control,
.input-group-lg>.input-group-addon,
.input-group-lg>.input-group-btn>.btn {
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0.3rem;
}

select.form-control-lg:not([size]):not([multiple]),
.input-group-lg>select.form-control:not([size]):not([multiple]),
.input-group-lg>select.input-group-addon:not([size]):not([multiple]),
.input-group-lg>.input-group-btn>select.btn:not([size]):not([multiple]) {
    height: calc(2.875rem + 2px);
}

.form-group {
    margin-bottom: 1rem;
}

.form-text {
    display: block;
    margin-top: 0.25rem;
}

.form-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    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;
    margin-bottom: 0.5rem;
}

.form-check.disabled .form-check-label {
    color: #868e96;
}

.form-check-label {
    padding-left: 1.25rem;
    margin-bottom: 0;
}

.form-check-input {
    position: absolute;
    margin-top: 0.25rem;
    margin-left: -1.25rem;
}

.form-check-inline {
    display: inline-block;
    margin-right: 0.75rem;
}

.form-check-inline .form-check-label {
    vertical-align: middle;
}

.valid-feedback {
    display: none;
    margin-top: .25rem;
    font-size: .875rem;
    color: #28a745;
}

.valid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    width: 250px;
    padding: .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    line-height: 1;
    color: #fff;
    background-color: rgba(40, 167, 69, 0.8);
    border-radius: .2rem;
}

.was-validated .form-control:valid,
.form-control.is-valid,
.was-validated .custom-select:valid,
.custom-select.is-valid {
    border-color: #28a745;
}

.was-validated .form-control:valid:focus,
.form-control.is-valid:focus,
.was-validated .custom-select:valid:focus,
.custom-select.is-valid:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .form-control:valid~.valid-feedback,
.was-validated .form-control:valid~.valid-tooltip,
.form-control.is-valid~.valid-feedback,
.form-control.is-valid~.valid-tooltip,
.was-validated .custom-select:valid~.valid-feedback,
.was-validated .custom-select:valid~.valid-tooltip,
.custom-select.is-valid~.valid-feedback,
.custom-select.is-valid~.valid-tooltip {
    display: block;
}

.was-validated .form-check-input:valid+.form-check-label,
.form-check-input.is-valid+.form-check-label {
    color: #28a745;
}

.was-validated .custom-control-input:valid~.custom-control-indicator,
.custom-control-input.is-valid~.custom-control-indicator {
    background-color: rgba(40, 167, 69, 0.25);
}

.was-validated .custom-control-input:valid~.custom-control-description,
.custom-control-input.is-valid~.custom-control-description {
    color: #28a745;
}

.was-validated .custom-file-input:valid~.custom-file-control,
.custom-file-input.is-valid~.custom-file-control {
    border-color: #28a745;
}

.was-validated .custom-file-input:valid~.custom-file-control::before,
.custom-file-input.is-valid~.custom-file-control::before {
    border-color: inherit;
}

.was-validated .custom-file-input:valid:focus,
.custom-file-input.is-valid:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.invalid-feedback {
    display: none;
    margin-top: .25rem;
    font-size: .875rem;
    color: #dc3545;
}

.invalid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    width: 250px;
    padding: .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    line-height: 1;
    color: #fff;
    background-color: rgba(220, 53, 69, 0.8);
    border-radius: .2rem;
}

.was-validated .form-control:invalid,
.form-control.is-invalid,
.was-validated .custom-select:invalid,
.custom-select.is-invalid {
    border-color: #dc3545;
}

.was-validated .form-control:invalid:focus,
.form-control.is-invalid:focus,
.was-validated .custom-select:invalid:focus,
.custom-select.is-invalid:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated .form-control:invalid~.invalid-feedback,
.was-validated .form-control:invalid~.invalid-tooltip,
.form-control.is-invalid~.invalid-feedback,
.form-control.is-invalid~.invalid-tooltip,
.was-validated .custom-select:invalid~.invalid-feedback,
.was-validated .custom-select:invalid~.invalid-tooltip,
.custom-select.is-invalid~.invalid-feedback,
.custom-select.is-invalid~.invalid-tooltip {
    display: block;
}

.was-validated .form-check-input:invalid+.form-check-label,
.form-check-input.is-invalid+.form-check-label {
    color: #dc3545;
}

.was-validated .custom-control-input:invalid~.custom-control-indicator,
.custom-control-input.is-invalid~.custom-control-indicator {
    background-color: rgba(220, 53, 69, 0.25);
}

.was-validated .custom-control-input:invalid~.custom-control-description,
.custom-control-input.is-invalid~.custom-control-description {
    color: #dc3545;
}

.was-validated .custom-file-input:invalid~.custom-file-control,
.custom-file-input.is-invalid~.custom-file-control {
    border-color: #dc3545;
}

.was-validated .custom-file-input:invalid~.custom-file-control::before,
.custom-file-input.is-invalid~.custom-file-control::before {
    border-color: inherit;
}

.was-validated .custom-file-input:invalid:focus,
.custom-file-input.is-invalid:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.form-inline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.form-inline .form-check {
    width: 100%;
}

@media (min-width: 576px) {
    .form-inline label {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 0;
    }
    .form-inline .form-group {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        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 {
        width: auto;
    }
    .form-inline .form-check {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: auto;
        margin-top: 0;
        margin-bottom: 0;
    }
    .form-inline .form-check-label {
        padding-left: 0;
    }
    .form-inline .form-check-input {
        position: relative;
        margin-top: 0;
        margin-right: 0.25rem;
        margin-left: 0;
    }
    .form-inline .custom-control {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding-left: 0;
    }
    .form-inline .custom-control-indicator {
        position: static;
        display: inline-block;
        margin-right: 0.25rem;
        vertical-align: text-bottom;
    }
    .form-inline .has-feedback .form-control-feedback {
        top: 0;
    }
}

.btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 10px 12px;
    font-size: 16px;
    line-height: 26px;
    border-radius: 2px;
    -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

.btn:focus,
.btn:hover {
    text-decoration: none;
}

.btn:focus,
.btn.focus {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn.disabled,
.btn:disabled {
    opacity: .65;
}

.btn:not([disabled]):not(.disabled):active,
.btn:not([disabled]):not(.disabled).active {
    background-image: none;
}

a.btn.disabled,
fieldset[disabled] a.btn {
    pointer-events: none;
}

.btn-primary {
    color: #fff;
    background-color: #af3c65;
    border-color: #af3c65;
}

.btn-primary:hover {
    color: #fff;
    background-color: #933255;
    border-color: #892f4f;
}

.btn-primary.focus,
.btn-primary:focus {
    background-color: #933255;
    border-color: #892f4f;
    color: #fff;
}

.btn-primary:focus,
.btn-primary.focus {
    -webkit-box-shadow: 0 0 0 0 rgba(175, 60, 101, 0.5);
    box-shadow: 0 0 0 0 rgba(175, 60, 101, 0.5);
}

.btn-primary.disabled,
.btn-primary:disabled {
    background-color: #af3c65;
    border-color: #af3c65;
}

.btn-primary:not([disabled]):not(.disabled):active,
.btn-primary:not([disabled]):not(.disabled).active,
.show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #892f4f;
    border-color: #802c4a;
    -webkit-box-shadow: 0 0 0 0 rgba(175, 60, 101, 0.5);
    box-shadow: 0 0 0 0 rgba(175, 60, 101, 0.5);
}

.btn-outline-primary {
    color: #af3c65;
    background-color: transparent;
    background-image: none;
    border-color: #af3c65;
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #af3c65;
    border-color: #af3c65;
}

.btn-outline-primary:focus,
.btn-outline-primary.focus {
    -webkit-box-shadow: 0 0 0 0 rgba(175, 60, 101, 0.5);
    box-shadow: 0 0 0 0 rgba(175, 60, 101, 0.5);
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
    color: #af3c65;
    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: #af3c65;
    border-color: #af3c65;
    -webkit-box-shadow: 0 0 0 0 rgba(175, 60, 101, 0.5);
    box-shadow: 0 0 0 0 rgba(175, 60, 101, 0.5);
}

.btn-link {
    font-weight: 400;
    color: #212121;
    background-color: transparent;
}

.btn-link:hover {
    color: #af3c65;
    text-decoration: underline;
    background-color: transparent;
    border-color: transparent;
}

.btn-link:focus,
.btn-link.focus {
    border-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-link:disabled,
.btn-link.disabled {
    color: #868e96;
}

.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 {
    opacity: 0;
    -webkit-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
}

.fade.show {
    opacity: 1;
}

.collapse {
    display: none;
}

.collapse.show {
    display: block;
}

tr.collapse.show {
    display: table-row;
}

tbody.collapse.show {
    display: table-row-group;
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition: height 0.35s ease;
    transition: height 0.35s ease;
}

.dropup,
.dropdown {
    position: relative;
}

.dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    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: 160px;
    padding: 10px 0;
    margin: 0.125rem 0 0;
    font-size: 16px;
    color: #212121;
    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;
}

.dropup .dropdown-menu {
    margin-top: 0;
    margin-bottom: 0.125rem;
}

.dropup .dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    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;
}

.dropdown-divider {
    height: 0;
    margin: 15px 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: none;
    border: 0;
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa;
}

.dropdown-item.active,
.dropdown-item:active {
    color: inherit;
    text-decoration: none;
    background-color: transparent;
}

.dropdown-item.disabled,
.dropdown-item:disabled {
    color: #868e96;
    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: #868e96;
    white-space: nowrap;
}

.btn-group,
.btn-group-vertical {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle;
}

.btn-group>.btn,
.btn-group-vertical>.btn {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
}

.btn-group>.btn:hover,
.btn-group-vertical>.btn:hover {
    z-index: 2;
}

.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: 2;
}

.btn-group .btn+.btn,
.btn-group .btn+.btn-group,
.btn-group .btn-group+.btn,
.btn-group .btn-group+.btn-group,
.btn-group-vertical .btn+.btn,
.btn-group-vertical .btn+.btn-group,
.btn-group-vertical .btn-group+.btn,
.btn-group-vertical .btn-group+.btn-group {
    margin-left: -1px;
}

.btn-toolbar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.btn-toolbar .input-group {
    width: auto;
}

.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0;
}

.btn-group>.btn:first-child {
    margin-left: 0;
}

.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.btn-group>.btn:last-child:not(:first-child),
.btn-group>.dropdown-toggle:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.btn-group>.btn-group {
    float: left;
}

.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn {
    border-radius: 0;
}

.btn-group>.btn-group:first-child:not(:last-child)>.btn:last-child,
.btn-group>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.btn-group>.btn-group:last-child:not(:first-child)>.btn:first-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.btn+.dropdown-toggle-split {
    padding-right: 9px;
    padding-left: 9px;
}

.btn+.dropdown-toggle-split::after {
    margin-left: 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 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.btn-group-vertical .btn,
.btn-group-vertical .btn-group {
    width: 100%;
}

.btn-group-vertical>.btn+.btn,
.btn-group-vertical>.btn+.btn-group,
.btn-group-vertical>.btn-group+.btn,
.btn-group-vertical>.btn-group+.btn-group {
    margin-top: -1px;
    margin-left: 0;
}

.btn-group-vertical>.btn:not(:first-child):not(:last-child) {
    border-radius: 0;
}

.btn-group-vertical>.btn:first-child:not(:last-child) {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.btn-group-vertical>.btn:last-child:not(:first-child) {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn {
    border-radius: 0;
}

.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child,
.btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

[data-toggle="buttons"]>.btn input[type="radio"],
[data-toggle="buttons"]>.btn input[type="checkbox"],
[data-toggle="buttons"]>.btn-group>.btn input[type="radio"],
[data-toggle="buttons"]>.btn-group>.btn input[type="checkbox"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
}

.input-group {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
}

.input-group .form-control {
    position: relative;
    z-index: 2;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0;
}

.input-group .form-control:focus,
.input-group .form-control:active,
.input-group .form-control:hover {
    z-index: 3;
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
    border-radius: 0;
}

.input-group-addon,
.input-group-btn {
    white-space: nowrap;
}

.input-group-addon {
    padding: 10px 12px;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    color: #495057;
    text-align: center;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 2px;
}

.input-group-addon.form-control-sm,
.input-group-sm>.input-group-addon,
.input-group-sm>.input-group-btn>.input-group-addon.btn {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    border-radius: 0.2rem;
}

.input-group-addon.form-control-lg,
.input-group-lg>.input-group-addon,
.input-group-lg>.input-group-btn>.input-group-addon.btn {
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    border-radius: 0.3rem;
}

.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
    margin-top: 0;
}

.input-group .form-control:not(:last-child),
.input-group-addon:not(:last-child),
.input-group-btn:not(:last-child)>.btn,
.input-group-btn:not(:last-child)>.btn-group>.btn,
.input-group-btn:not(:last-child)>.dropdown-toggle,
.input-group-btn:not(:first-child)>.btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:not(:first-child)>.btn-group:not(:last-child)>.btn {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.input-group-addon:not(:last-child) {
    border-right: 0;
}

.input-group .form-control:not(:first-child),
.input-group-addon:not(:first-child),
.input-group-btn:not(:first-child)>.btn,
.input-group-btn:not(:first-child)>.btn-group>.btn,
.input-group-btn:not(:first-child)>.dropdown-toggle,
.input-group-btn:not(:last-child)>.btn:not(:first-child),
.input-group-btn:not(:last-child)>.btn-group:not(:first-child)>.btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.form-control+.input-group-addon:not(:first-child) {
    border-left: 0;
}

.input-group-btn {
    position: relative;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    font-size: 0;
    white-space: nowrap;
}

.input-group-btn>.btn {
    position: relative;
}

.input-group-btn>.btn+.btn {
    margin-left: -1px;
}

.input-group-btn>.btn:focus,
.input-group-btn>.btn:active,
.input-group-btn>.btn:hover {
    z-index: 3;
}

.input-group-btn:first-child>.btn+.btn {
    margin-left: 0;
}

.input-group-btn:not(:last-child)>.btn,
.input-group-btn:not(:last-child)>.btn-group {
    margin-right: -1px;
}

.input-group-btn:not(:first-child)>.btn,
.input-group-btn:not(:first-child)>.btn-group {
    z-index: 2;
    margin-left: 0;
}

.input-group-btn:not(:first-child)>.btn:first-child,
.input-group-btn:not(:first-child)>.btn-group:first-child {
    margin-left: -1px;
}

.input-group-btn:not(:first-child)>.btn:focus,
.input-group-btn:not(:first-child)>.btn:active,
.input-group-btn:not(:first-child)>.btn:hover,
.input-group-btn:not(:first-child)>.btn-group:focus,
.input-group-btn:not(:first-child)>.btn-group:active,
.input-group-btn:not(:first-child)>.btn-group:hover {
    z-index: 3;
}

.custom-control {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    min-height: 1.75rem;
    padding-left: 1.5rem;
    margin-right: 1rem;
}

.custom-control-input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.custom-control-input:checked~.custom-control-indicator {
    color: #fff;
    background-color: #af3c65;
}

.custom-control-input:focus~.custom-control-indicator {
    -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-control-input:active~.custom-control-indicator {
    color: #fff;
    background-color: #e6b7c8;
}

.custom-control-input:disabled~.custom-control-indicator {
    background-color: #e9ecef;
}

.custom-control-input:disabled~.custom-control-description {
    color: #868e96;
}

.custom-control-indicator {
    position: absolute;
    top: 0.600rem;
    left: 0;
    display: block;
    width: 1.5rem;
    height: 1.5rem;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #ddd;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
}

.custom-checkbox .custom-control-indicator {
    border-radius: 0.25rem;
}

.custom-checkbox .custom-control-input:checked~.custom-control-indicator {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-indicator {
    background-color: #007bff;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E");
}

.custom-radio .custom-control-indicator {
    border-radius: 50%;
}

.custom-radio .custom-control-input:checked~.custom-control-indicator {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E");
}

.custom-controls-stacked {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.custom-controls-stacked .custom-control {
    margin-bottom: 0.25rem;
}

.custom-controls-stacked .custom-control+.custom-control {
    margin-left: 0;
}

.custom-select {
    display: inline-block;
    max-width: 100%;
    height: calc(2.25rem + 2px);
    padding: 0.375rem 1.75rem 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23333' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
    background-size: 8px 10px;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.custom-select:focus {
    border-color: #80bdff;
    outline: none;
}

.custom-select:focus::-ms-value {
    color: #212121;
    background-color: #fff;
}

.custom-select[multiple] {
    height: auto;
    background-image: none;
}

.custom-select:disabled {
    color: #868e96;
    background-color: #e9ecef;
}

.custom-select::-ms-expand {
    opacity: 0;
}

.custom-select-sm {
    height: calc(1.8125rem + 2px);
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
    font-size: 75%;
}

.custom-file {
    position: relative;
    display: inline-block;
    max-width: 100%;
    height: calc(2.25rem + 2px);
    margin-bottom: 0;
}

.custom-file-input {
    min-width: 14rem;
    max-width: 100%;
    height: calc(2.25rem + 2px);
    margin: 0;
    opacity: 0;
}

.custom-file-input:focus~.custom-file-control {
    -webkit-box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.2rem #007bff;
    box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.2rem #007bff;
}

.custom-file-control {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 5;
    height: calc(2.25rem + 2px);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
}

.custom-file-control:lang(en):empty::after {
    content: "Choose file...";
}

.custom-file-control::before {
    position: absolute;
    top: -1px;
    right: -1px;
    bottom: -1px;
    z-index: 6;
    display: block;
    height: calc(2.25rem + 2px);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: 0 0.25rem 0.25rem 0;
}

.custom-file-control:lang(en)::before {
    content: "Browse";
}

.nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.nav-link {
    display: block;
    padding: 0.5rem 1rem;
}

.nav-link:focus,
.nav-link:hover {
    text-decoration: none;
}

.nav-link.disabled {
    color: #868e96;
}

.nav-tabs {
    border-bottom: 1px solid #ddd;
}

.nav-tabs .nav-item {
    margin-bottom: -1px;
}

.nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    border-color: #e9ecef #e9ecef #ddd;
}

.nav-tabs .nav-link.disabled {
    color: #868e96;
    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: #ddd #ddd #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-item {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: center;
}

.nav-justified .nav-item {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: center;
}

.tab-content>.tab-pane {
    display: none;
}

.tab-content>.active {
    display: block;
}

.navbar {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0.5rem 1rem;
}

.navbar>.container,
.navbar>.container-fluid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    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:focus,
.navbar-brand:hover {
    text-decoration: none;
}

.navbar-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    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 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.navbar-toggler {
    padding: 0.25rem 0.75rem;
    font-size: 1.25rem;
    line-height: 1;
    background: transparent;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
    text-decoration: none;
}

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: no-repeat center center;
    background-size: 100% 100%;
}

@media (max-width: 575px) {
    .navbar-expand-sm>.container,
    .navbar-expand-sm>.container-fluid {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (min-width: 576px) {
    .navbar-expand-sm {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .navbar-expand-sm .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute;
    }
    .navbar-expand-sm .navbar-nav .dropdown-menu-right {
        right: 0;
        left: auto;
    }
    .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem;
    }
    .navbar-expand-sm>.container,
    .navbar-expand-sm>.container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
    .navbar-expand-sm .navbar-collapse {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }
    .navbar-expand-sm .navbar-toggler {
        display: none;
    }
    .navbar-expand-sm .dropup .dropdown-menu {
        top: auto;
        bottom: 100%;
    }
}

@media (max-width: 767px) {
    .navbar-expand-md>.container,
    .navbar-expand-md>.container-fluid {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (min-width: 768px) {
    .navbar-expand-md {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .navbar-expand-md .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute;
    }
    .navbar-expand-md .navbar-nav .dropdown-menu-right {
        right: 0;
        left: auto;
    }
    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem;
    }
    .navbar-expand-md>.container,
    .navbar-expand-md>.container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
    .navbar-expand-md .navbar-collapse {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }
    .navbar-expand-md .navbar-toggler {
        display: none;
    }
    .navbar-expand-md .dropup .dropdown-menu {
        top: auto;
        bottom: 100%;
    }
}

@media (max-width: 1023px) {
    .navbar-expand-lg>.container,
    .navbar-expand-lg>.container-fluid {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (min-width: 1024px) {
    .navbar-expand-lg {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .navbar-expand-lg .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute;
    }
    .navbar-expand-lg .navbar-nav .dropdown-menu-right {
        right: 0;
        left: auto;
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem;
    }
    .navbar-expand-lg>.container,
    .navbar-expand-lg>.container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
    .navbar-expand-lg .navbar-collapse {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }
    .navbar-expand-lg .navbar-toggler {
        display: none;
    }
    .navbar-expand-lg .dropup .dropdown-menu {
        top: auto;
        bottom: 100%;
    }
}

@media (max-width: 1229px) {
    .navbar-expand-xl>.container,
    .navbar-expand-xl>.container-fluid {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (min-width: 1230px) {
    .navbar-expand-xl {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .navbar-expand-xl .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute;
    }
    .navbar-expand-xl .navbar-nav .dropdown-menu-right {
        right: 0;
        left: auto;
    }
    .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem;
    }
    .navbar-expand-xl>.container,
    .navbar-expand-xl>.container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
    .navbar-expand-xl .navbar-collapse {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }
    .navbar-expand-xl .navbar-toggler {
        display: none;
    }
    .navbar-expand-xl .dropup .dropdown-menu {
        top: auto;
        bottom: 100%;
    }
}

.navbar-expand {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.navbar-expand>.container,
.navbar-expand>.container-fluid {
    padding-right: 0;
    padding-left: 0;
}

.navbar-expand .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.navbar-expand .navbar-nav .dropdown-menu {
    position: absolute;
}

.navbar-expand .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto;
}

.navbar-expand .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
}

.navbar-expand>.container,
.navbar-expand>.container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.navbar-expand .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
}

.navbar-expand .navbar-toggler {
    display: none;
}

.navbar-expand .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
}

.navbar-light .navbar-brand {
    color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-brand:focus,
.navbar-light .navbar-brand:hover {
    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:focus,
.navbar-light .navbar-nav .nav-link:hover {
    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;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' 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:focus,
.navbar-light .navbar-text a:hover {
    color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
    color: #fff;
}

.navbar-dark .navbar-brand:focus,
.navbar-dark .navbar-brand:hover {
    color: #fff;
}

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
    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;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' 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:focus,
.navbar-dark .navbar-text a:hover {
    color: #fff;
}

.breadcrumb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0.75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #e9ecef;
    border-radius: 0.25rem;
}

.breadcrumb-item+.breadcrumb-item::before {
    display: inline-block;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    color: #868e96;
    content: "/";
}

.breadcrumb-item+.breadcrumb-item:hover::before {
    text-decoration: underline;
}

.breadcrumb-item+.breadcrumb-item:hover::before {
    text-decoration: none;
}

.breadcrumb-item.active {
    color: #868e96;
}

.pagination {
    display: block;
    list-style: none;
    border-radius: 0.25rem;
    overflow: hidden;
    clear: both;
    width: 100%;
    margin: 0px;
}

.pagination .nav-links a {
    font-weight: 600;
    padding: 10px;
    display: inline-block;
}

.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: 2;
    color: #af3c65;
    background-color: transparent;
    border-color: transparent;
}

.page-item.disabled .page-link {
    color: #868e96;
    pointer-events: none;
    background-color: transparent;
    border-color: transparent;
}

.page-link {
    position: relative;
    display: block;
    padding: 5px 10px;
    margin-left: 0;
    line-height: 20px;
    color: #212121;
    background-color: transparent;
    border: 0 solid transparent;
}

.page-link:focus,
.page-link:hover {
    color: #af3c65;
    text-decoration: none;
    background-color: transparent;
    border-color: transparent;
}

.pagination-lg .page-link {
    padding: 5px 10px;
    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: 5px 10px;
    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;
}

.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: #af3c65;
}

.badge-primary[href]:focus,
.badge-primary[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #892f4f;
}

.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 .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0.75rem 1.25rem;
    color: inherit;
}

.alert-primary {
    color: #5b1f35;
    background-color: #efd8e0;
    border-color: #e9c8d4;
}

.alert-primary hr {
    border-top-color: #e2b6c6;
}

.alert-primary .alert-link {
    color: #35121f;
}

.list-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
}

.nav-link-action {
    width: 100%;
    color: #495057;
    text-align: inherit;
}

.nav-link-action:focus,
.nav-link-action:hover {
    color: #495057;
    text-decoration: none;
    background-color: #f8f9fa;
}

.nav-link-action:active {
    color: #212529;
    background-color: #e9ecef;
}

.nav-link {
    position: relative;
    display: block;
    padding: 0.5rem 1rem;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.125);
}

.nav-link:first-child {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}

.nav-link:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}

.nav-link:focus,
.nav-link:hover {
    text-decoration: none;
}

.nav-link.disabled,
.nav-link:disabled {
    color: #868e96;
    background-color: #fff;
}

.nav-link.active {
    z-index: 2;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

.list-group-flush .nav-link {
    border-right: 0;
    border-left: 0;
    border-radius: 0;
}

.list-group-flush:first-child .nav-link:first-child {
    border-top: 0;
}

.list-group-flush:last-child .nav-link:last-child {
    border-bottom: 0;
}

.nav-link-primary {
    color: #5b1f35;
    background-color: #e9c8d4;
}

a.nav-link-primary,
button.nav-link-primary {
    color: #5b1f35;
}

a.nav-link-primary:focus,
a.nav-link-primary:hover,
button.nav-link-primary:focus,
button.nav-link-primary:hover {
    color: #5b1f35;
    background-color: #e2b6c6;
}

a.nav-link-primary.active,
button.nav-link-primary.active {
    color: #fff;
    background-color: #5b1f35;
    border-color: #5b1f35;
}

.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
}

.close:focus,
.close:hover {
    color: #000;
    text-decoration: none;
    opacity: .75;
}

button.close {
    padding: 0;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
}

.modal-open {
    overflow: hidden;
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    outline: 0;
}

.modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    -webkit-transform: translate(0, -25%);
    transform: translate(0, -25%);
}

.modal.show .modal-dialog {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
    pointer-events: none;
}

.modal-content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    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;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
}

.modal-backdrop.fade {
    opacity: 0;
}

.modal-backdrop.show {
    opacity: 0.5;
}

.modal-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 15px;
    border-bottom: 1px solid #e9ecef;
    border-top-left-radius: 0.3rem;
    border-top-right-radius: 0.3rem;
}

.modal-header .close {
    padding: 15px;
    margin: -15px -15px -15px auto;
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
}

.modal-body {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 15px;
}

.modal-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 15px;
    border-top: 1px solid #e9ecef;
}

.modal-footer> :not(:first-child) {
    margin-left: .25rem;
}

.modal-footer> :not(:last-child) {
    margin-right: .25rem;
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 30px auto;
    }
    .modal-sm {
        max-width: 300px;
    }
}

@media (min-width: 1024px) {
    .modal-lg {
        max-width: 800px;
    }
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-style: normal;
    font-weight: 400;
    line-height: 1.75;
    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: 5px;
    height: 5px;
}

.tooltip .arrow::before {
    position: absolute;
    border-color: transparent;
    border-style: solid;
}

.tooltip.bs-tooltip-top,
.tooltip.bs-tooltip-auto[x-placement^="top"] {
    padding: 5px 0;
}

.tooltip.bs-tooltip-top .arrow,
.tooltip.bs-tooltip-auto[x-placement^="top"] .arrow {
    bottom: 0;
}

.tooltip.bs-tooltip-top .arrow::before,
.tooltip.bs-tooltip-auto[x-placement^="top"] .arrow::before {
    margin-left: -3px;
    content: "";
    border-width: 5px 5px 0;
    border-top-color: #000;
}

.tooltip.bs-tooltip-right,
.tooltip.bs-tooltip-auto[x-placement^="right"] {
    padding: 0 5px;
}

.tooltip.bs-tooltip-right .arrow,
.tooltip.bs-tooltip-auto[x-placement^="right"] .arrow {
    left: 0;
}

.tooltip.bs-tooltip-right .arrow::before,
.tooltip.bs-tooltip-auto[x-placement^="right"] .arrow::before {
    margin-top: -3px;
    content: "";
    border-width: 5px 5px 5px 0;
    border-right-color: #000;
}

.tooltip.bs-tooltip-bottom,
.tooltip.bs-tooltip-auto[x-placement^="bottom"] {
    padding: 5px 0;
}

.tooltip.bs-tooltip-bottom .arrow,
.tooltip.bs-tooltip-auto[x-placement^="bottom"] .arrow {
    top: 0;
}

.tooltip.bs-tooltip-bottom .arrow::before,
.tooltip.bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
    margin-left: -3px;
    content: "";
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}

.tooltip.bs-tooltip-left,
.tooltip.bs-tooltip-auto[x-placement^="left"] {
    padding: 0 5px;
}

.tooltip.bs-tooltip-left .arrow,
.tooltip.bs-tooltip-auto[x-placement^="left"] .arrow {
    right: 0;
}

.tooltip.bs-tooltip-left .arrow::before,
.tooltip.bs-tooltip-auto[x-placement^="left"] .arrow::before {
    right: 0;
    margin-top: -3px;
    content: "";
    border-width: 5px 0 5px 5px;
    border-left-color: #000;
}

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    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: 315px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-style: normal;
    font-weight: 400;
    line-height: 1.75;
    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: 16px;
    word-wrap: break-word;
    background-color: #af3c65;
    background-clip: padding-box;
    border: 0 solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
}

.popover .arrow {
    position: absolute;
    display: block;
    width: 8px;
    height: 8px;
}

.popover .arrow::before,
.popover .arrow::after {
    position: absolute;
    display: block;
    border-color: transparent;
    border-style: solid;
}

.popover .arrow::before {
    content: "";
    border-width: 8px;
}

.popover .arrow::after {
    content: "";
    border-width: 8px;
}

.popover.bs-popover-top,
.popover.bs-popover-auto[x-placement^="top"] {
    margin-bottom: 8px;
}

.popover.bs-popover-top .arrow,
.popover.bs-popover-auto[x-placement^="top"] .arrow {
    bottom: -10px !important;
}

.popover.bs-popover-top .arrow::before,
.popover.bs-popover-auto[x-placement^="top"] .arrow::before,
.popover.bs-popover-top .arrow::after,
.popover.bs-popover-auto[x-placement^="top"] .arrow::after {
    border-bottom-width: 0;
}

.popover.bs-popover-top .arrow::before,
.popover.bs-popover-auto[x-placement^="top"] .arrow::before {
    bottom: -8px;
    margin-left: -8px;
    border-top-color: #af3c65;
}

.popover.bs-popover-top .arrow::after,
.popover.bs-popover-auto[x-placement^="top"] .arrow::after {
    bottom: calc((8px - 0) * -1);
    margin-left: -8px;
    border-top-color: #af3c65;
}

.popover.bs-popover-right,
.popover.bs-popover-auto[x-placement^="right"] {
    margin-left: 8px;
}

.popover.bs-popover-right .arrow,
.popover.bs-popover-auto[x-placement^="right"] .arrow {
    left: 0;
}

.popover.bs-popover-right .arrow::before,
.popover.bs-popover-auto[x-placement^="right"] .arrow::before,
.popover.bs-popover-right .arrow::after,
.popover.bs-popover-auto[x-placement^="right"] .arrow::after {
    margin-top: -8px;
    border-left-width: 0;
}

.popover.bs-popover-right .arrow::before,
.popover.bs-popover-auto[x-placement^="right"] .arrow::before {
    left: -8px;
    border-right-color: #af3c65;
}

.popover.bs-popover-right .arrow::after,
.popover.bs-popover-auto[x-placement^="right"] .arrow::after {
    left: calc((8px - 0) * -1);
    border-right-color: #af3c65;
}

.popover.bs-popover-bottom,
.popover.bs-popover-auto[x-placement^="bottom"] {
    margin-top: 8px;
}

.popover.bs-popover-bottom .arrow,
.popover.bs-popover-auto[x-placement^="bottom"] .arrow {
    top: 0;
}

.popover.bs-popover-bottom .arrow::before,
.popover.bs-popover-auto[x-placement^="bottom"] .arrow::before,
.popover.bs-popover-bottom .arrow::after,
.popover.bs-popover-auto[x-placement^="bottom"] .arrow::after {
    margin-left: -8px;
    border-top-width: 0;
}

.popover.bs-popover-bottom .arrow::before,
.popover.bs-popover-auto[x-placement^="bottom"] .arrow::before {
    top: -8px;
    border-bottom-color: #af3c65;
}

.popover.bs-popover-bottom .arrow::after,
.popover.bs-popover-auto[x-placement^="bottom"] .arrow::after {
    top: calc((8px - 0) * -1);
    border-bottom-color: #af3c65;
}

.popover.bs-popover-bottom .popover-header::before,
.popover.bs-popover-auto[x-placement^="bottom"] .popover-header::before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 20px;
    margin-left: -10px;
    content: "";
    border-bottom: 0 solid #f7f7f7;
}

.popover.bs-popover-left,
.popover.bs-popover-auto[x-placement^="left"] {
    margin-right: 8px;
}

.popover.bs-popover-left .arrow,
.popover.bs-popover-auto[x-placement^="left"] .arrow {
    right: 0;
}

.popover.bs-popover-left .arrow::before,
.popover.bs-popover-auto[x-placement^="left"] .arrow::before,
.popover.bs-popover-left .arrow::after,
.popover.bs-popover-auto[x-placement^="left"] .arrow::after {
    margin-top: -8px;
    border-right-width: 0;
}

.popover.bs-popover-left .arrow::before,
.popover.bs-popover-auto[x-placement^="left"] .arrow::before {
    right: -8px;
    border-left-color: #af3c65;
}

.popover.bs-popover-left .arrow::after,
.popover.bs-popover-auto[x-placement^="left"] .arrow::after {
    right: calc((8px - 0) * -1);
    border-left-color: #af3c65;
}

.popover-header {
    padding: 0.5rem 0.75rem;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit;
    background-color: #f7f7f7;
    border-bottom: 0 solid #ebebeb;
    border-top-left-radius: calc(0.3rem - 0);
    border-top-right-radius: calc(0.3rem - 0);
}

.popover-header:empty {
    display: none;
}

.popover-body {
    padding: 0.5rem 0.75rem;
    color: #fff;
}

.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: #af3c65 !important;
}

a.bg-primary:focus,
a.bg-primary:hover {
    background-color: #892f4f !important;
}

.bg-white {
    background-color: #fff !important;
}

.bg-transparent {
    background-color: transparent !important;
}

.border {
    border: 1px solid #e9ecef !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: #af3c65 !important;
}

.border-white {
    border-color: #fff !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-circle {
    border-radius: 50% !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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

.d-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    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: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .d-sm-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        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: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .d-md-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

@media (min-width: 1024px) {
    .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: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .d-lg-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

@media (min-width: 1230px) {
    .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: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .d-xl-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

.d-print-block {
    display: none !important;
}

@media print {
    .d-print-block {
        display: block !important;
    }
}

.d-print-inline {
    display: none !important;
}

@media print {
    .d-print-inline {
        display: inline !important;
    }
}

.d-print-inline-block {
    display: none !important;
}

@media print {
    .d-print-inline-block {
        display: inline-block !important;
    }
}

@media print {
    .d-print-none {
        display: none !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 {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
}

.flex-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
}

.flex-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
}

.flex-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
}

.flex-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
}

.flex-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
}

.justify-content-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
}

.justify-content-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
}

.justify-content-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

.justify-content-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
}

.justify-content-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
}

.align-items-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
}

.align-items-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
}

.align-items-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}

.align-items-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
}

.align-items-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
}

.align-content-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
}

.align-content-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
}

.align-content-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
}

.align-content-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
}

.align-content-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
}

.align-content-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
}

.align-self-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
}

.align-self-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
}

.align-self-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
}

.align-self-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
}

.align-self-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
}

.align-self-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
}

@media (min-width: 576px) {
    .flex-sm-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }
    .flex-sm-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }
    .flex-sm-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }
    .flex-sm-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }
    .flex-sm-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }
    .flex-sm-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }
    .flex-sm-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }
    .justify-content-sm-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }
    .justify-content-sm-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }
    .justify-content-sm-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
    .justify-content-sm-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }
    .justify-content-sm-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }
    .align-items-sm-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }
    .align-items-sm-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }
    .align-items-sm-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }
    .align-items-sm-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }
    .align-items-sm-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }
    .align-content-sm-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }
    .align-content-sm-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }
    .align-content-sm-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }
    .align-content-sm-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }
    .align-content-sm-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }
    .align-content-sm-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }
    .align-self-sm-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }
    .align-self-sm-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }
    .align-self-sm-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }
    .align-self-sm-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }
    .align-self-sm-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }
    .align-self-sm-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}

@media (min-width: 768px) {
    .flex-md-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }
    .flex-md-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }
    .flex-md-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }
    .flex-md-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }
    .flex-md-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }
    .flex-md-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }
    .flex-md-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }
    .justify-content-md-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }
    .justify-content-md-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }
    .justify-content-md-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
    .justify-content-md-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }
    .justify-content-md-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }
    .align-items-md-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }
    .align-items-md-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }
    .align-items-md-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }
    .align-items-md-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }
    .align-items-md-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }
    .align-content-md-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }
    .align-content-md-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }
    .align-content-md-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }
    .align-content-md-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }
    .align-content-md-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }
    .align-content-md-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }
    .align-self-md-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }
    .align-self-md-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }
    .align-self-md-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }
    .align-self-md-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }
    .align-self-md-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }
    .align-self-md-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}

@media (min-width: 1024px) {
    .flex-lg-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }
    .flex-lg-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }
    .flex-lg-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }
    .flex-lg-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }
    .flex-lg-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }
    .flex-lg-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }
    .flex-lg-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }
    .justify-content-lg-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }
    .justify-content-lg-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }
    .justify-content-lg-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
    .justify-content-lg-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }
    .justify-content-lg-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }
    .align-items-lg-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }
    .align-items-lg-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }
    .align-items-lg-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }
    .align-items-lg-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }
    .align-items-lg-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }
    .align-content-lg-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }
    .align-content-lg-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }
    .align-content-lg-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }
    .align-content-lg-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }
    .align-content-lg-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }
    .align-content-lg-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }
    .align-self-lg-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }
    .align-self-lg-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }
    .align-self-lg-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }
    .align-self-lg-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }
    .align-self-lg-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }
    .align-self-lg-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}

@media (min-width: 1230px) {
    .flex-xl-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }
    .flex-xl-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }
    .flex-xl-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }
    .flex-xl-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }
    .flex-xl-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }
    .flex-xl-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }
    .flex-xl-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }
    .justify-content-xl-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }
    .justify-content-xl-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }
    .justify-content-xl-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
    .justify-content-xl-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }
    .justify-content-xl-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }
    .align-items-xl-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }
    .align-items-xl-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }
    .align-items-xl-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }
    .align-items-xl-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }
    .align-items-xl-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }
    .align-content-xl-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }
    .align-content-xl-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }
    .align-content-xl-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }
    .align-content-xl-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }
    .align-content-xl-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }
    .align-content-xl-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }
    .align-self-xl-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }
    .align-self-xl-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }
    .align-self-xl-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }
    .align-self-xl-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }
    .align-self-xl-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }
    .align-self-xl-stretch {
        -ms-flex-item-align: stretch !important;
        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: 1024px) {
    .float-lg-left {
        float: left !important;
    }
    .float-lg-right {
        float: right !important;
    }
    .float-lg-none {
        float: none !important;
    }
}

@media (min-width: 1230px) {
    .float-xl-left {
        float: left !important;
    }
    .float-xl-right {
        float: right !important;
    }
    .float-xl-none {
        float: none !important;
    }
}

.position-static {
    position: static !important;
}

.position-relative {
    position: relative !important;
}

.position-absolute {
    position: absolute !important;
}

.position-fixed {
    position: fixed !important;
}

.position-sticky {
    position: -webkit-sticky !important;
    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: -webkit-sticky) or (position: sticky)) {
    .sticky-top {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020;
    }
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal;
    -webkit-clip-path: none;
    clip-path: none;
}

.w-25 {
    width: 25% !important;
}

.w-50 {
    width: 50% !important;
}

.w-75 {
    width: 75% !important;
}

.w-100 {
    width: 100% !important;
}

table.table-striped.w-100 {
    width: 100% !important;
    margin-bottom: 0 !important;
}

.h-25 {
    height: 25% !important;
}

.h-50 {
    height: 50% !important;
}

.h-75 {
    height: 75% !important;
}

.h-100 {
    height: 100% !important;
}

.mw-100 {
    max-width: 100% !important;
}

.mh-100 {
    max-height: 100% !important;
}

.m-0 {
    margin: 0 !important;
}

.mt-0,
.my-0 {
    margin-top: 0 !important;
}

@media (max-width: 768px) {
    .mt-0,
    .my-0 {
        margin-top: 15px;
    }
}

.room-size.mt-0,
.my-0 {
    margin-top: 0px !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: 10px !important;
}

.mt-1,
.my-1 {
    margin-top: 10px !important;
}

.mr-1,
.mx-1 {
    margin-right: 10px !important;
}

.mb-1,
.my-1 {
    margin-bottom: 10px !important;
}

.ml-1,
.mx-1 {
    margin-left: 10px !important;
}

.m-15 {
    margin: 15px !important;
}

.mt-15,
.my-15 {
    margin-top: 15px !important;
}

.mr-15,
.mx-15 {
    margin-right: 15px !important;
}

.mb-15,
.my-15 {
    margin-bottom: 15px !important;
}

.ml-15,
.mx-15 {
    margin-left: 15px !important;
}

.m-2 {
    margin: 20px !important;
}

.mt-2,
.my-2 {
    margin-top: 20px !important;
}

.mr-2,
.mx-2 {
    margin-right: 20px !important;
}

.mb-2,
.my-2 {
    margin-bottom: 20px !important;
}

.ml-2,
.mx-2 {
    margin-left: 20px !important;
}

.m-3 {
    margin: 30px !important;
}

.mt-3,
.my-3 {
    margin-top: 30px !important;
}

.mr-3,
.mx-3 {
    margin-right: 30px !important;
}

.mb-3,
.my-3 {
    margin-bottom: 30px !important;
}

.ml-3,
.mx-3 {
    margin-left: 30px !important;
}

.m-4 {
    margin: 40px !important;
}

.mt-4,
.my-4 {
    margin-top: 40px !important;
}

.mr-4,
.mx-4 {
    margin-right: 40px !important;
}

.mb-4,
.my-4 {
    margin-bottom: 40px !important;
}

.ml-4,
.mx-4 {
    margin-left: 40px !important;
}

.m-5 {
    margin: 50px !important;
}

.mt-5,
.my-5 {
    margin-top: 50px !important;
}

.mr-5,
.mx-5 {
    margin-right: 50px !important;
}

.mb-5,
.my-5 {
    margin-bottom: 50px !important;
}

.ml-5,
.mx-5 {
    margin-left: 50px !important;
}

.m-6 {
    margin: 60px !important;
}

.mt-6,
.my-6 {
    margin-top: 60px !important;
}

.mr-6,
.mx-6 {
    margin-right: 60px !important;
}

.mb-6,
.my-6 {
    margin-bottom: 60px !important;
}

.ml-6,
.mx-6 {
    margin-left: 60px !important;
}

.m-7 {
    margin: 70px !important;
}

.mt-7,
.my-7 {
    margin-top: 70px !important;
}

.mr-7,
.mx-7 {
    margin-right: 70px !important;
}

.mb-7,
.my-7 {
    margin-bottom: 70px !important;
}

.ml-7,
.mx-7 {
    margin-left: 70px !important;
}

.m-8 {
    margin: 80px !important;
}

.mt-8,
.my-8 {
    margin-top: 80px !important;
}

.mr-8,
.mx-8 {
    margin-right: 80px !important;
}

.mb-8,
.my-8 {
    margin-bottom: 80px !important;
}

.ml-8,
.mx-8 {
    margin-left: 80px !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: 10px !important;
}

.pt-1,
.py-1 {
    padding-top: 10px !important;
}

.pr-1,
.px-1 {
    padding-right: 10px !important;
}

.pb-1,
.py-1 {
    padding-bottom: 10px !important;
}

.pl-1,
.px-1 {
    padding-left: 10px !important;
}

.p-15 {
    padding: 15px !important;
}

.pt-15,
.py-15 {
    padding-top: 15px !important;
}

.pr-15,
.px-15 {
    padding-right: 15px !important;
}

.pb-15,
.py-15 {
    padding-bottom: 15px !important;
}

.pl-15,
.px-15 {
    padding-left: 15px !important;
}

.p-2 {
    padding: 20px !important;
}

.pt-2,
.py-2 {
    padding-top: 20px !important;
}

.pr-2,
.px-2 {
    padding-right: 20px !important;
}

.pb-2,
.py-2 {
    padding-bottom: 20px !important;
}

.pl-2,
.px-2 {
    padding-left: 20px !important;
}

.p-3 {
    padding: 30px !important;
}

.pt-3,
.py-3 {
    padding-top: 30px !important;
}

.pr-3,
.px-3 {
    padding-right: 30px !important;
}

.pb-3,
.py-3 {
    padding-bottom: 30px !important;
}

.pl-3,
.px-3 {
    padding-left: 30px !important;
}

.p-4 {
    padding: 40px !important;
}

.pt-4,
.py-4 {
    padding-top: 40px !important;
}

.pr-4,
.px-4 {
    padding-right: 40px !important;
}

.pb-4,
.py-4 {
    padding-bottom: 40px !important;
}

.pl-4,
.px-4 {
    padding-left: 40px !important;
}

.p-5 {
    padding: 50px !important;
}

.pt-5,
.py-5 {
    padding-top: 50px !important;
}

.pr-5,
.px-5 {
    padding-right: 50px !important;
}

.pb-5,
.py-5 {
    padding-bottom: 50px !important;
}

.pl-5,
.px-5 {
    padding-left: 50px !important;
}

.p-6 {
    padding: 60px !important;
}

.pt-6,
.py-6 {
    padding-top: 60px !important;
}

.pr-6,
.px-6 {
    padding-right: 60px !important;
}

.pb-6,
.py-6 {
    padding-bottom: 60px !important;
}

.pl-6,
.px-6 {
    padding-left: 40px !important;
}

.p-7 {
    padding: 70px !important;
}

.pt-7,
.py-7 {
    padding-top: 70px !important;
}

.pr-7,
.px-7 {
    padding-right: 70px !important;
}

.pb-7,
.py-7 {
    padding-bottom: 70px !important;
}

.pl-7,
.px-7 {
    padding-left: 70px !important;
}

.p-8 {
    padding: 80px !important;
}

.pt-8,
.py-8 {
    padding-top: 80px !important;
}

.pr-8,
.px-8 {
    padding-right: 80px !important;
}

.pb-8,
.py-8 {
    padding-bottom: 80px !important;
}

.pl-8,
.px-8 {
    padding-left: 80px !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: 10px !important;
    }
    .mt-sm-1,
    .my-sm-1 {
        margin-top: 10px !important;
    }
    .mr-sm-1,
    .mx-sm-1 {
        margin-right: 10px !important;
    }
    .mb-sm-1,
    .my-sm-1 {
        margin-bottom: 10px !important;
    }
    .ml-sm-1,
    .mx-sm-1 {
        margin-left: 10px !important;
    }
    .m-sm-15 {
        margin: 15px !important;
    }
    .mt-sm-15,
    .my-sm-15 {
        margin-top: 15px !important;
    }
    .mr-sm-15,
    .mx-sm-15 {
        margin-right: 15px !important;
    }
    .mb-sm-15,
    .my-sm-15 {
        margin-bottom: 15px !important;
    }
    .ml-sm-15,
    .mx-sm-15 {
        margin-left: 15px !important;
    }
    .m-sm-2 {
        margin: 20px !important;
    }
    .mt-sm-2,
    .my-sm-2 {
        margin-top: 20px !important;
    }
    .mr-sm-2,
    .mx-sm-2 {
        margin-right: 20px !important;
    }
    .mb-sm-2,
    .my-sm-2 {
        margin-bottom: 20px !important;
    }
    .ml-sm-2,
    .mx-sm-2 {
        margin-left: 20px !important;
    }
    .m-sm-3 {
        margin: 30px !important;
    }
    .mt-sm-3,
    .my-sm-3 {
        margin-top: 30px !important;
    }
    .mr-sm-3,
    .mx-sm-3 {
        margin-right: 30px !important;
    }
    .mb-sm-3,
    .my-sm-3 {
        margin-bottom: 30px !important;
    }
    .ml-sm-3,
    .mx-sm-3 {
        margin-left: 30px !important;
    }
    .m-sm-4 {
        margin: 40px !important;
    }
    .mt-sm-4,
    .my-sm-4 {
        margin-top: 40px !important;
    }
    .mr-sm-4,
    .mx-sm-4 {
        margin-right: 40px !important;
    }
    .mb-sm-4,
    .my-sm-4 {
        margin-bottom: 40px !important;
    }
    .ml-sm-4,
    .mx-sm-4 {
        margin-left: 40px !important;
    }
    .m-sm-5 {
        margin: 50px !important;
    }
    .mt-sm-5,
    .my-sm-5 {
        margin-top: 50px !important;
    }
    .mr-sm-5,
    .mx-sm-5 {
        margin-right: 50px !important;
    }
    .mb-sm-5,
    .my-sm-5 {
        margin-bottom: 50px !important;
    }
    .ml-sm-5,
    .mx-sm-5 {
        margin-left: 50px !important;
    }
    .m-sm-6 {
        margin: 60px !important;
    }
    .mt-sm-6,
    .my-sm-6 {
        margin-top: 60px !important;
    }
    .mr-sm-6,
    .mx-sm-6 {
        margin-right: 60px !important;
    }
    .mb-sm-6,
    .my-sm-6 {
        margin-bottom: 60px !important;
    }
    .ml-sm-6,
    .mx-sm-6 {
        margin-left: 60px !important;
    }
    .m-sm-7 {
        margin: 70px !important;
    }
    .mt-sm-7,
    .my-sm-7 {
        margin-top: 70px !important;
    }
    .mr-sm-7,
    .mx-sm-7 {
        margin-right: 70px !important;
    }
    .mb-sm-7,
    .my-sm-7 {
        margin-bottom: 70px !important;
    }
    .ml-sm-7,
    .mx-sm-7 {
        margin-left: 70px !important;
    }
    .m-sm-8 {
        margin: 80px !important;
    }
    .mt-sm-8,
    .my-sm-8 {
        margin-top: 80px !important;
    }
    .mr-sm-8,
    .mx-sm-8 {
        margin-right: 80px !important;
    }
    .mb-sm-8,
    .my-sm-8 {
        margin-bottom: 80px !important;
    }
    .ml-sm-8,
    .mx-sm-8 {
        margin-left: 80px !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: 10px !important;
    }
    .pt-sm-1,
    .py-sm-1 {
        padding-top: 10px !important;
    }
    .pr-sm-1,
    .px-sm-1 {
        padding-right: 10px !important;
    }
    .pb-sm-1,
    .py-sm-1 {
        padding-bottom: 10px !important;
    }
    .pl-sm-1,
    .px-sm-1 {
        padding-left: 10px !important;
    }
    .p-sm-15 {
        padding: 15px !important;
    }
    .pt-sm-15,
    .py-sm-15 {
        padding-top: 15px !important;
    }
    .pr-sm-15,
    .px-sm-15 {
        padding-right: 15px !important;
    }
    .pb-sm-15,
    .py-sm-15 {
        padding-bottom: 15px !important;
    }
    .pl-sm-15,
    .px-sm-15 {
        padding-left: 15px !important;
    }
    .p-sm-2 {
        padding: 20px !important;
    }
    .pt-sm-2,
    .py-sm-2 {
        padding-top: 20px !important;
    }
    .pr-sm-2,
    .px-sm-2 {
        padding-right: 20px !important;
    }
    .pb-sm-2,
    .py-sm-2 {
        padding-bottom: 20px !important;
    }
    .pl-sm-2,
    .px-sm-2 {
        padding-left: 20px !important;
    }
    .p-sm-3 {
        padding: 30px !important;
    }
    .pt-sm-3,
    .py-sm-3 {
        padding-top: 30px !important;
    }
    .pr-sm-3,
    .px-sm-3 {
        padding-right: 30px !important;
    }
    .pb-sm-3,
    .py-sm-3 {
        padding-bottom: 30px !important;
    }
    .pl-sm-3,
    .px-sm-3 {
        padding-left: 30px !important;
    }
    .p-sm-4 {
        padding: 40px !important;
    }
    .pt-sm-4,
    .py-sm-4 {
        padding-top: 40px !important;
    }
    .pr-sm-4,
    .px-sm-4 {
        padding-right: 40px !important;
    }
    .pb-sm-4,
    .py-sm-4 {
        padding-bottom: 40px !important;
    }
    .pl-sm-4,
    .px-sm-4 {
        padding-left: 40px !important;
    }
    .p-sm-5 {
        padding: 50px !important;
    }
    .pt-sm-5,
    .py-sm-5 {
        padding-top: 50px !important;
    }
    .pr-sm-5,
    .px-sm-5 {
        padding-right: 50px !important;
    }
    .pb-sm-5,
    .py-sm-5 {
        padding-bottom: 50px !important;
    }
    .pl-sm-5,
    .px-sm-5 {
        padding-left: 50px !important;
    }
    .p-sm-6 {
        padding: 60px !important;
    }
    .pt-sm-6,
    .py-sm-6 {
        padding-top: 60px !important;
    }
    .pr-sm-6,
    .px-sm-6 {
        padding-right: 60px !important;
    }
    .pb-sm-6,
    .py-sm-6 {
        padding-bottom: 60px !important;
    }
    .pl-sm-6,
    .px-sm-6 {
        padding-left: 60px !important;
    }
    .p-sm-7 {
        padding: 70px !important;
    }
    .pt-sm-7,
    .py-sm-7 {
        padding-top: 70px !important;
    }
    .pr-sm-7,
    .px-sm-7 {
        padding-right: 70px !important;
    }
    .pb-sm-7,
    .py-sm-7 {
        padding-bottom: 70px !important;
    }
    .pl-sm-7,
    .px-sm-7 {
        padding-left: 70px !important;
    }
    .p-sm-8 {
        padding: 80px !important;
    }
    .pt-sm-8,
    .py-sm-8 {
        padding-top: 80px !important;
    }
    .pr-sm-8,
    .px-sm-8 {
        padding-right: 80px !important;
    }
    .pb-sm-8,
    .py-sm-8 {
        padding-bottom: 80px !important;
    }
    .pl-sm-8,
    .px-sm-8 {
        padding-left: 80px !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: 10px !important;
    }
    .mt-md-1,
    .my-md-1 {
        margin-top: 10px !important;
    }
    .mr-md-1,
    .mx-md-1 {
        margin-right: 10px !important;
    }
    .mb-md-1,
    .my-md-1 {
        margin-bottom: 10px !important;
    }
    .ml-md-1,
    .mx-md-1 {
        margin-left: 10px !important;
    }
    .m-md-15 {
        margin: 15px !important;
    }
    .mt-md-15,
    .my-md-15 {
        margin-top: 15px !important;
    }
    .mr-md-15,
    .mx-md-15 {
        margin-right: 15px !important;
    }
    .mb-md-15,
    .my-md-15 {
        margin-bottom: 15px !important;
    }
    .ml-md-15,
    .mx-md-15 {
        margin-left: 15px !important;
    }
    .m-md-2 {
        margin: 20px !important;
    }
    .mt-md-2,
    .my-md-2 {
        margin-top: 20px !important;
    }
    .mr-md-2,
    .mx-md-2 {
        margin-right: 20px !important;
    }
    .mb-md-2,
    .my-md-2 {
        margin-bottom: 20px !important;
    }
    .ml-md-2,
    .mx-md-2 {
        margin-left: 20px !important;
    }
    .m-md-3 {
        margin: 30px !important;
    }
    .mt-md-3,
    .my-md-3 {
        margin-top: 30px !important;
    }
    .mr-md-3,
    .mx-md-3 {
        margin-right: 30px !important;
    }
    .mb-md-3,
    .my-md-3 {
        margin-bottom: 30px !important;
    }
    .ml-md-3,
    .mx-md-3 {
        margin-left: 30px !important;
    }
    .m-md-4 {
        margin: 40px !important;
    }
    .mt-md-4,
    .my-md-4 {
        margin-top: 40px !important;
    }
    .mr-md-4,
    .mx-md-4 {
        margin-right: 40px !important;
    }
    .mb-md-4,
    .my-md-4 {
        margin-bottom: 40px !important;
    }
    .ml-md-4,
    .mx-md-4 {
        margin-left: 40px !important;
    }
    .m-md-5 {
        margin: 50px !important;
    }
    .mt-md-5,
    .my-md-5 {
        margin-top: 50px !important;
    }
    .mr-md-5,
    .mx-md-5 {
        margin-right: 50px !important;
    }
    .mb-md-5,
    .my-md-5 {
        margin-bottom: 50px !important;
    }
    .ml-md-5,
    .mx-md-5 {
        margin-left: 50px !important;
    }
    .m-md-6 {
        margin: 60px !important;
    }
    .mt-md-6,
    .my-md-6 {
        margin-top: 60px !important;
    }
    .mr-md-6,
    .mx-md-6 {
        margin-right: 60px !important;
    }
    .mb-md-6,
    .my-md-6 {
        margin-bottom: 60px !important;
    }
    .ml-md-6,
    .mx-md-6 {
        margin-left: 60px !important;
    }
    .m-md-7 {
        margin: 70px !important;
    }
    .mt-md-7,
    .my-md-7 {
        margin-top: 70px !important;
    }
    .mr-md-7,
    .mx-md-7 {
        margin-right: 70px !important;
    }
    .mb-md-7,
    .my-md-7 {
        margin-bottom: 70px !important;
    }
    .ml-md-7,
    .mx-md-7 {
        margin-left: 70px !important;
    }
    .m-md-8 {
        margin: 80px !important;
    }
    .mt-md-8,
    .my-md-8 {
        margin-top: 80px !important;
    }
    .mr-md-8,
    .mx-md-8 {
        margin-right: 80px !important;
    }
    .mb-md-8,
    .my-md-8 {
        margin-bottom: 80px !important;
    }
    .ml-md-8,
    .mx-md-8 {
        margin-left: 80px !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: 10px !important;
    }
    .pt-md-1,
    .py-md-1 {
        padding-top: 10px !important;
    }
    .pr-md-1,
    .px-md-1 {
        padding-right: 10px !important;
    }
    .pb-md-1,
    .py-md-1 {
        padding-bottom: 10px !important;
    }
    .pl-md-1,
    .px-md-1 {
        padding-left: 10px !important;
    }
    .p-md-15 {
        padding: 15px !important;
    }
    .pt-md-15,
    .py-md-15 {
        padding-top: 15px !important;
    }
    .pr-md-15,
    .px-md-15 {
        padding-right: 15px !important;
    }
    .pb-md-15,
    .py-md-15 {
        padding-bottom: 15px !important;
    }
    .pl-md-15,
    .px-md-15 {
        padding-left: 15px !important;
    }
    .p-md-2 {
        padding: 20px !important;
    }
    .pt-md-2,
    .py-md-2 {
        padding-top: 20px !important;
    }
    .pr-md-2,
    .px-md-2 {
        padding-right: 20px !important;
    }
    .pb-md-2,
    .py-md-2 {
        padding-bottom: 20px !important;
    }
    .pl-md-2,
    .px-md-2 {
        padding-left: 20px !important;
    }
    .p-md-3 {
        padding: 30px !important;
    }
    .pt-md-3,
    .py-md-3 {
        padding-top: 30px !important;
    }
    .pr-md-3,
    .px-md-3 {
        padding-right: 30px !important;
    }
    .pb-md-3,
    .py-md-3 {
        padding-bottom: 30px !important;
    }
    .pl-md-3,
    .px-md-3 {
        padding-left: 30px !important;
    }
    .p-md-4 {
        padding: 40px !important;
    }
    .pt-md-4,
    .py-md-4 {
        padding-top: 40px !important;
    }
    .pr-md-4,
    .px-md-4 {
        padding-right: 40px !important;
    }
    .pb-md-4,
    .py-md-4 {
        padding-bottom: 40px !important;
    }
    .pl-md-4,
    .px-md-4 {
        padding-left: 40px !important;
    }
    .p-md-5 {
        padding: 50px !important;
    }
    .pt-md-5,
    .py-md-5 {
        padding-top: 50px !important;
    }
    .pr-md-5,
    .px-md-5 {
        padding-right: 50px !important;
    }
    .pb-md-5,
    .py-md-5 {
        padding-bottom: 50px !important;
    }
    .pl-md-5,
    .px-md-5 {
        padding-left: 50px !important;
    }
    .p-md-6 {
        padding: 60px !important;
    }
    .pt-md-6,
    .py-md-6 {
        padding-top: 60px !important;
    }
    .pr-md-6,
    .px-md-6 {
        padding-right: 60px !important;
    }
    .pb-md-6,
    .py-md-6 {
        padding-bottom: 60px !important;
    }
    .pl-md-6,
    .px-md-6 {
        padding-left: 60px !important;
    }
    .p-md-7 {
        padding: 70px !important;
    }
    .pt-md-7,
    .py-md-7 {
        padding-top: 70px !important;
    }
    .pr-md-7,
    .px-md-7 {
        padding-right: 70px !important;
    }
    .pb-md-7,
    .py-md-7 {
        padding-bottom: 70px !important;
    }
    .pl-md-7,
    .px-md-7 {
        padding-left: 70px !important;
    }
    .p-md-8 {
        padding: 80px !important;
    }
    .pt-md-8,
    .py-md-8 {
        padding-top: 80px !important;
    }
    .pr-md-8,
    .px-md-8 {
        padding-right: 80px !important;
    }
    .pb-md-8,
    .py-md-8 {
        padding-bottom: 80px !important;
    }
    .pl-md-8,
    .px-md-8 {
        padding-left: 80px !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: 1024px) {
    .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: 10px !important;
    }
    .mt-lg-1,
    .my-lg-1 {
        margin-top: 10px !important;
    }
    .mr-lg-1,
    .mx-lg-1 {
        margin-right: 10px !important;
    }
    .mb-lg-1,
    .my-lg-1 {
        margin-bottom: 10px !important;
    }
    .ml-lg-1,
    .mx-lg-1 {
        margin-left: 10px !important;
    }
    .m-lg-15 {
        margin: 15px !important;
    }
    .mt-lg-15,
    .my-lg-15 {
        margin-top: 15px !important;
    }
    .mr-lg-15,
    .mx-lg-15 {
        margin-right: 15px !important;
    }
    .mb-lg-15,
    .my-lg-15 {
        margin-bottom: 15px !important;
    }
    .ml-lg-15,
    .mx-lg-15 {
        margin-left: 15px !important;
    }
    .m-lg-2 {
        margin: 20px !important;
    }
    .mt-lg-2,
    .my-lg-2 {
        margin-top: 20px !important;
    }
    .mr-lg-2,
    .mx-lg-2 {
        margin-right: 20px !important;
    }
    .mb-lg-2,
    .my-lg-2 {
        margin-bottom: 20px !important;
    }
    .ml-lg-2,
    .mx-lg-2 {
        margin-left: 20px !important;
    }
    .m-lg-3 {
        margin: 30px !important;
    }
    .mt-lg-3,
    .my-lg-3 {
        margin-top: 30px !important;
    }
    .mr-lg-3,
    .mx-lg-3 {
        margin-right: 30px !important;
    }
    .mb-lg-3,
    .my-lg-3 {
        margin-bottom: 30px !important;
    }
    .ml-lg-3,
    .mx-lg-3 {
        margin-left: 30px !important;
    }
    .m-lg-4 {
        margin: 40px !important;
    }
    .mt-lg-4,
    .my-lg-4 {
        margin-top: 40px !important;
    }
    .mr-lg-4,
    .mx-lg-4 {
        margin-right: 40px !important;
    }
    .mb-lg-4,
    .my-lg-4 {
        margin-bottom: 40px !important;
    }
    .ml-lg-4,
    .mx-lg-4 {
        margin-left: 40px !important;
    }
    .m-lg-5 {
        margin: 50px !important;
    }
    .mt-lg-5,
    .my-lg-5 {
        margin-top: 50px !important;
    }
    .mr-lg-5,
    .mx-lg-5 {
        margin-right: 50px !important;
    }
    .mb-lg-5,
    .my-lg-5 {
        margin-bottom: 50px !important;
    }
    .ml-lg-5,
    .mx-lg-5 {
        margin-left: 50px !important;
    }
    .m-lg-6 {
        margin: 60px !important;
    }
    .mt-lg-6,
    .my-lg-6 {
        margin-top: 60px !important;
    }
    .mr-lg-6,
    .mx-lg-6 {
        margin-right: 60px !important;
    }
    .mb-lg-6,
    .my-lg-6 {
        margin-bottom: 60px !important;
    }
    .ml-lg-6,
    .mx-lg-6 {
        margin-left: 60px !important;
    }
    .m-lg-7 {
        margin: 70px !important;
    }
    .mt-lg-7,
    .my-lg-7 {
        margin-top: 70px !important;
    }
    .mr-lg-7,
    .mx-lg-7 {
        margin-right: 70px !important;
    }
    .mb-lg-7,
    .my-lg-7 {
        margin-bottom: 70px !important;
    }
    .ml-lg-7,
    .mx-lg-7 {
        margin-left: 70px !important;
    }
    .m-lg-8 {
        margin: 80px !important;
    }
    .mt-lg-8,
    .my-lg-8 {
        margin-top: 80px !important;
    }
    .mr-lg-8,
    .mx-lg-8 {
        margin-right: 80px !important;
    }
    .mb-lg-8,
    .my-lg-8 {
        margin-bottom: 80px !important;
    }
    .ml-lg-8,
    .mx-lg-8 {
        margin-left: 80px !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: 10px !important;
    }
    .pt-lg-1,
    .py-lg-1 {
        padding-top: 10px !important;
    }
    .pr-lg-1,
    .px-lg-1 {
        padding-right: 10px !important;
    }
    .pb-lg-1,
    .py-lg-1 {
        padding-bottom: 10px !important;
    }
    .pl-lg-1,
    .px-lg-1 {
        padding-left: 10px !important;
    }
    .p-lg-15 {
        padding: 15px !important;
    }
    .pt-lg-15,
    .py-lg-15 {
        padding-top: 15px !important;
    }
    .pr-lg-15,
    .px-lg-15 {
        padding-right: 15px !important;
    }
    .pb-lg-15,
    .py-lg-15 {
        padding-bottom: 15px !important;
    }
    .pl-lg-15,
    .px-lg-15 {
        padding-left: 15px !important;
    }
    .p-lg-2 {
        padding: 20px !important;
    }
    .pt-lg-2,
    .py-lg-2 {
        padding-top: 20px !important;
    }
    .pr-lg-2,
    .px-lg-2 {
        padding-right: 20px !important;
    }
    .pb-lg-2,
    .py-lg-2 {
        padding-bottom: 20px !important;
    }
    .pl-lg-2,
    .px-lg-2 {
        padding-left: 20px !important;
    }
    .p-lg-3 {
        padding: 30px !important;
    }
    .pt-lg-3,
    .py-lg-3 {
        padding-top: 30px !important;
    }
    .pr-lg-3,
    .px-lg-3 {
        padding-right: 30px !important;
    }
    .pb-lg-3,
    .py-lg-3 {
        padding-bottom: 30px !important;
    }
    .pl-lg-3,
    .px-lg-3 {
        padding-left: 30px !important;
    }
    .p-lg-4 {
        padding: 40px !important;
    }
    .pt-lg-4,
    .py-lg-4 {
        padding-top: 40px !important;
    }
    .pr-lg-4,
    .px-lg-4 {
        padding-right: 40px !important;
    }
    .pb-lg-4,
    .py-lg-4 {
        padding-bottom: 40px !important;
    }
    .pl-lg-4,
    .px-lg-4 {
        padding-left: 40px !important;
    }
    .p-lg-5 {
        padding: 50px !important;
    }
    .pt-lg-5,
    .py-lg-5 {
        padding-top: 50px !important;
    }
    .pr-lg-5,
    .px-lg-5 {
        padding-right: 50px !important;
    }
    .pb-lg-5,
    .py-lg-5 {
        padding-bottom: 50px !important;
    }
    .pl-lg-5,
    .px-lg-5 {
        padding-left: 50px !important;
    }
    .p-lg-6 {
        padding: 60px !important;
    }
    .pt-lg-6,
    .py-lg-6 {
        padding-top: 60px !important;
    }
    .pr-lg-6,
    .px-lg-6 {
        padding-right: 60px !important;
    }
    .pb-lg-6,
    .py-lg-6 {
        padding-bottom: 60px !important;
    }
    .pl-lg-6,
    .px-lg-6 {
        padding-left: 60px !important;
    }
    .p-lg-7 {
        padding: 70px !important;
    }
    .pt-lg-7,
    .py-lg-7 {
        padding-top: 70px !important;
    }
    .pr-lg-7,
    .px-lg-7 {
        padding-right: 70px !important;
    }
    .pb-lg-7,
    .py-lg-7 {
        padding-bottom: 70px !important;
    }
    .pl-lg-7,
    .px-lg-7 {
        padding-left: 70px !important;
    }
    .p-lg-8 {
        padding: 80px !important;
    }
    .pt-lg-8,
    .py-lg-8 {
        padding-top: 80px !important;
    }
    .pr-lg-8,
    .px-lg-8 {
        padding-right: 80px !important;
    }
    .pb-lg-8,
    .py-lg-8 {
        padding-bottom: 80px !important;
    }
    .pl-lg-8,
    .px-lg-8 {
        padding-left: 80px !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: 1230px) {
    .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: 10px !important;
    }
    .mt-xl-1,
    .my-xl-1 {
        margin-top: 10px !important;
    }
    .mr-xl-1,
    .mx-xl-1 {
        margin-right: 10px !important;
    }
    .mb-xl-1,
    .my-xl-1 {
        margin-bottom: 10px !important;
    }
    .ml-xl-1,
    .mx-xl-1 {
        margin-left: 10px !important;
    }
    .m-xl-15 {
        margin: 15px !important;
    }
    .mt-xl-15,
    .my-xl-15 {
        margin-top: 15px !important;
    }
    .mr-xl-15,
    .mx-xl-15 {
        margin-right: 15px !important;
    }
    .mb-xl-15,
    .my-xl-15 {
        margin-bottom: 15px !important;
    }
    .ml-xl-15,
    .mx-xl-15 {
        margin-left: 15px !important;
    }
    .m-xl-2 {
        margin: 20px !important;
    }
    .mt-xl-2,
    .my-xl-2 {
        margin-top: 20px !important;
    }
    .mr-xl-2,
    .mx-xl-2 {
        margin-right: 20px !important;
    }
    .mb-xl-2,
    .my-xl-2 {
        margin-bottom: 20px !important;
    }
    .ml-xl-2,
    .mx-xl-2 {
        margin-left: 20px !important;
    }
    .m-xl-3 {
        margin: 30px !important;
    }
    .mt-xl-3,
    .my-xl-3 {
        margin-top: 30px !important;
    }
    .mr-xl-3,
    .mx-xl-3 {
        margin-right: 30px !important;
    }
    .mb-xl-3,
    .my-xl-3 {
        margin-bottom: 30px !important;
    }
    .ml-xl-3,
    .mx-xl-3 {
        margin-left: 30px !important;
    }
    .m-xl-4 {
        margin: 40px !important;
    }
    .mt-xl-4,
    .my-xl-4 {
        margin-top: 40px !important;
    }
    .mr-xl-4,
    .mx-xl-4 {
        margin-right: 40px !important;
    }
    .mb-xl-4,
    .my-xl-4 {
        margin-bottom: 40px !important;
    }
    .ml-xl-4,
    .mx-xl-4 {
        margin-left: 40px !important;
    }
    .m-xl-5 {
        margin: 50px !important;
    }
    .mt-xl-5,
    .my-xl-5 {
        margin-top: 50px !important;
    }
    .mr-xl-5,
    .mx-xl-5 {
        margin-right: 50px !important;
    }
    .mb-xl-5,
    .my-xl-5 {
        margin-bottom: 50px !important;
    }
    .ml-xl-5,
    .mx-xl-5 {
        margin-left: 50px !important;
    }
    .m-xl-6 {
        margin: 60px !important;
    }
    .mt-xl-6,
    .my-xl-6 {
        margin-top: 60px !important;
    }
    .mr-xl-6,
    .mx-xl-6 {
        margin-right: 60px !important;
    }
    .mb-xl-6,
    .my-xl-6 {
        margin-bottom: 60px !important;
    }
    .ml-xl-6,
    .mx-xl-6 {
        margin-left: 60px !important;
    }
    .m-xl-7 {
        margin: 70px !important;
    }
    .mt-xl-7,
    .my-xl-7 {
        margin-top: 70px !important;
    }
    .mr-xl-7,
    .mx-xl-7 {
        margin-right: 70px !important;
    }
    .mb-xl-7,
    .my-xl-7 {
        margin-bottom: 70px !important;
    }
    .ml-xl-7,
    .mx-xl-7 {
        margin-left: 70px !important;
    }
    .m-xl-8 {
        margin: 80px !important;
    }
    .mt-xl-8,
    .my-xl-8 {
        margin-top: 80px !important;
    }
    .mr-xl-8,
    .mx-xl-8 {
        margin-right: 80px !important;
    }
    .mb-xl-8,
    .my-xl-8 {
        margin-bottom: 80px !important;
    }
    .ml-xl-8,
    .mx-xl-8 {
        margin-left: 80px !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: 10px !important;
    }
    .pt-xl-1,
    .py-xl-1 {
        padding-top: 10px !important;
    }
    .pr-xl-1,
    .px-xl-1 {
        padding-right: 10px !important;
    }
    .pb-xl-1,
    .py-xl-1 {
        padding-bottom: 10px !important;
    }
    .pl-xl-1,
    .px-xl-1 {
        padding-left: 10px !important;
    }
    .p-xl-15 {
        padding: 15px !important;
    }
    .pt-xl-15,
    .py-xl-15 {
        padding-top: 15px !important;
    }
    .pr-xl-15,
    .px-xl-15 {
        padding-right: 15px !important;
    }
    .pb-xl-15,
    .py-xl-15 {
        padding-bottom: 15px !important;
    }
    .pl-xl-15,
    .px-xl-15 {
        padding-left: 15px !important;
    }
    .p-xl-2 {
        padding: 20px !important;
    }
    .pt-xl-2,
    .py-xl-2 {
        padding-top: 20px !important;
    }
    .pr-xl-2,
    .px-xl-2 {
        padding-right: 20px !important;
    }
    .pb-xl-2,
    .py-xl-2 {
        padding-bottom: 20px !important;
    }
    .pl-xl-2,
    .px-xl-2 {
        padding-left: 20px !important;
    }
    .p-xl-3 {
        padding: 30px !important;
    }
    .pt-xl-3,
    .py-xl-3 {
        padding-top: 30px !important;
    }
    .pr-xl-3,
    .px-xl-3 {
        padding-right: 30px !important;
    }
    .pb-xl-3,
    .py-xl-3 {
        padding-bottom: 30px !important;
    }
    .pl-xl-3,
    .px-xl-3 {
        padding-left: 30px !important;
    }
    .p-xl-4 {
        padding: 40px !important;
    }
    .pt-xl-4,
    .py-xl-4 {
        padding-top: 40px !important;
    }
    .pr-xl-4,
    .px-xl-4 {
        padding-right: 40px !important;
    }
    .pb-xl-4,
    .py-xl-4 {
        padding-bottom: 40px !important;
    }
    .pl-xl-4,
    .px-xl-4 {
        padding-left: 40px !important;
    }
    .p-xl-5 {
        padding: 50px !important;
    }
    .pt-xl-5,
    .py-xl-5 {
        padding-top: 50px !important;
    }
    .pr-xl-5,
    .px-xl-5 {
        padding-right: 50px !important;
    }
    .pb-xl-5,
    .py-xl-5 {
        padding-bottom: 50px !important;
    }
    .pl-xl-5,
    .px-xl-5 {
        padding-left: 50px !important;
    }
    .p-xl-6 {
        padding: 60px !important;
    }
    .pt-xl-6,
    .py-xl-6 {
        padding-top: 60px !important;
    }
    .pr-xl-6,
    .px-xl-6 {
        padding-right: 60px !important;
    }
    .pb-xl-6,
    .py-xl-6 {
        padding-bottom: 60px !important;
    }
    .pl-xl-6,
    .px-xl-6 {
        padding-left: 60px !important;
    }
    .p-xl-7 {
        padding: 70px !important;
    }
    .pt-xl-7,
    .py-xl-7 {
        padding-top: 70px !important;
    }
    .pr-xl-7,
    .px-xl-7 {
        padding-right: 70px !important;
    }
    .pb-xl-7,
    .py-xl-7 {
        padding-bottom: 70px !important;
    }
    .pl-xl-7,
    .px-xl-7 {
        padding-left: 70px !important;
    }
    .p-xl-8 {
        padding: 80px !important;
    }
    .pt-xl-8,
    .py-xl-8 {
        padding-top: 80px !important;
    }
    .pr-xl-8,
    .px-xl-8 {
        padding-right: 80px !important;
    }
    .pb-xl-8,
    .py-xl-8 {
        padding-bottom: 80px !important;
    }
    .pl-xl-8,
    .px-xl-8 {
        padding-left: 80px !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;
    }
}

.text-justify {
    text-align: justify !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: 1024px) {
    .text-lg-left {
        text-align: left !important;
    }
    .text-lg-right {
        text-align: right !important;
    }
    .text-lg-center {
        text-align: center !important;
    }
}

@media (min-width: 1230px) {
    .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-normal {
    font-weight: 400 !important;
}

.font-weight-bold {
    font-weight: 700 !important;
}

.font-italic {
    font-style: italic !important;
}

.text-white {
    color: #fff !important;
}

.text-primary {
    color: #af3c65 !important;
}

a.text-primary:focus,
a.text-primary:hover {
    color: #892f4f !important;
}

.text-muted {
    color: #868e96 !important;
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.visible {
    visibility: visible !important;
}

.invisible {
    visibility: hidden !important;
}

html,
body {
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    min-height: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
}

body {
    color: #212121;
    font-weight: 300;
    font-size: 16px;
    font-family: "Open Sans", sans-serif;
    line-height: 28px;
    overflow-x: hidden;
}

@media (max-width: 1023px) {
    body {
        font-size: 15px;
        line-height: 24px;
    }
}

*:focus {
    outline: 0 !important;
}

b,
strong {
    font-weight: bold;
}

button,
.btn {
    cursor: pointer;
}

.theme-color {
    color: #af3c65;
}

p {
    margin-bottom: 20px;
}

.p-sm {
    font-size: 14px;
    line-height: 22px;
}

p:last-child {
    margin-bottom: 0;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    -webkit-transition: .2s;
    transition: .2s;
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
    text-decoration: none;
}

h1,
.h1 {
    font-family: "Suravaram", serif;
    line-height: .9em;
    margin-bottom: 20px;
}

@media (max-width: 1229px) {
    h1,
    .h1 {
        font-size: 60px;
    }
}

@media (max-width: 1023px) {
    h1,
    .h1 {
        font-size: 50px;
    }
}

@media (max-width: 767px) {
    h1,
    .h1 {
        font-size: 38px !important;
        line-height: 40px;
    }
}

h2 {
    font-family: "Suravaram", serif;
    line-height: .88em;
    margin-bottom: 20px;
}

@media (max-width: 1023px) {
    h2 {
        font-size: 32px;
        margin-bottom: 20px;
    }
}

@media (max-width: 767px) {
    h2 {
        font-size: 32px !important;
        margin-bottom: 20px;
    }
}

h3 {
    font-family: "Suravaram", serif;
    line-height: 1em;
    margin-bottom: 25px;
}

@media (max-width: 767px) {
    h3 {
        font-size: 32px;
    }
}

h4 {
    font-family: "Suravaram", serif;
    line-height: 1em;
    margin-bottom: 25px;
}

@media (max-width: 1023px) {
    h4 {
        font-size: 28px;
    }
}

@media (max-width: 767px) {
    h4 {
        font-size: 26px;
    }
}

h5 {
    font-family: "Suravaram", serif;
    line-height: 1em;
    margin-bottom: 15px;
}

@media (max-width: 1023px) {
    h5 {
        font-size: 24px;
    }
}

@media (max-width: 767px) {
    h5 {
        font-size: 22px;
    }
}

h2+h5 {
    margin-top: 5px;
}

h6 {
    font-family: "Open Sans", sans-serif;
    line-height: 1.2em;
    margin-bottom: 15px;
}

@media (max-width: 1229px) {
    h6 {
        font-size: 20px;
    }
}

@media (max-width: 1023px) {
    h6 {
        font-size: 18px;
    }
}

.h-decor {
    position: relative;
    height: 9px;
    margin-bottom: 50px;
}

.h-decor:after {
    content: '\e944';
    font-family: 'hotelfont';
    font-size: 38px;
    color: #c9c9c9;
    position: relative;
    top: -7px;
}

@media (max-width: 1023px) {
    .h-decor {
        margin-bottom: 30px;
    }
}

.h-decor:last-child {
    margin-bottom: 55px;
}

@media (max-width: 1023px) {
    .h-decor:last-child {
        margin-bottom: 35px;
    }
}

@media (max-width: 767px) {
    .h-decor:last-child {
        margin-bottom: 25px;
    }
}
.title-wrap .h-decor:last-child {
    margin-bottom: 40px; 
}
@media (max-width: 1023px) {
    .title-wrap .h-decor:last-child {
        margin-bottom: 30px; 
    } 
}
@media (max-width: 767px) {
    .title-wrap .h-decor:last-child {
        margin-bottom: 25px; 
    } 
}
.h-subtitle {
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 1em;
    font-family: "Suravaram", serif;
    color: #af3c65; 
}
@media (max-width: 767px) {
    .h-subtitle {
    font-size: 22px;
    margin-bottom: 15px; 
    } 
}          
.p-subtitle {
    font-family: "Suravaram", serif;
    font-size: 28px;
    line-height: 30px; 
}
@media (max-width: 1229px) {
    .p-subtitle {
        font-size: 24px;
        line-height: 28px; 
    } 
}
.more-link {
    font-size: 24px;
    line-height: 1em;
    color: #af3c65;
    text-transform: uppercase;
}
.more-link:hover {
    text-decoration: none;
    color: #212121;
}
.title-wrap {
    margin-bottom: 40px;
    font-family: "Suravaram", serif;
}
@media (min-width: 1024px) {
    .title-wrap {
        position: relative;
    }
}

.btn {
    border: 0;
    cursor: pointer;
    text-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
    font-size: 24px;
    line-height: 28px;
    padding: 10px 24px;
    font-family: "Suravaram", serif;
    color: #fff;
}

.btn [class*='icon'] {
    position: relative;
    top: 5px;
    padding-right: 10px;
    font-size: 23px;
}

.number-spinner .btn [class*='icon'] {
    padding-right: 0px;
}

.btn:hover {
    color: #fff;
}

.btn-white {
    background: #fff !important;
    border: 2px solid #fff !important;
    line-height: 24px;
    color: #212121 !important;
}

.btn-white:hover {
    background: transparent !important;
    border: 2px solid #fff !important;
    color: #fff !important;
}

@media (max-width: 1023px) {
    .btn {
        font-size: 22px;
        line-height: 27px;
        padding: 10px 24px;
    }
    .btn-white {
        line-height: 23px;
    }
}

@media (max-width: 767px) {
    .btn {
        font-size: 20px;
        line-height: 24px;
        padding: 7px 24px;
    }
    .btn-white {
        line-height: 20px;
    }
    .btn [class*='icon'] {
        top: 4px;
        padding-right: 10px;
        font-size: 19px;
    }
}

.btn:not(.dropdown-toggle) {
    font-family: "Suravaram", serif;
}

.btn-with-arrow {
    position: relative;
    font-size: 20px;
    line-height: 32px;
    padding: 10px 35px 10px 15px;
}

.btn-with-arrow span {
    min-width: 95px;
}

.btn-with-arrow:after {
    position: absolute;
    top: 11px;
    right: 12px;
    content: '\e93d';
    font-family: 'hotelfont';
    font-size: 14px;
}

.btn-with-arrow [class*='icon-'] {
    top: 3px;
    font-size: 18px;
}

.dropdown {
    max-width: 100%;
    margin-right: 0px;
}

.btn.dropdown-toggle {
    padding: 15px 30px 15px 22px;
    min-height: 60px;
    border-radius: 0;
    text-align: left;
    font-weight: 300;
    font-size: 28px;
    line-height: 38px;
    cursor: pointer;
    position: relative;
}

@media (max-width: 1023px) {
    .btn.dropdown-toggle {
        padding: 10px 30px 10px 20px;
        font-size: 24px;
        line-height: 30px;
        min-height: 50px;
    }
}

.btn.dropdown-toggle [class*='icon'] {
    padding-right: 16px;
    top: 4px;
}

@media (max-width: 1023px) {
    .btn.dropdown-toggle [class*='icon'] {
        font-size: 22px;
    }
}

.btn.dropdown-toggle.btn-light,
.btn.dropdown-toggle.btn-light:focus {
    background: #fff;
    color: #212121;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
    border: 1px solid #f3f3f3;
}

.btn.dropdown-toggle.btn-light [class*='icon'],
.btn.dropdown-toggle.btn-light:focus [class*='icon'] {
    color: #af3c65;
}

.dropdown+.dropdown {
    margin-top: 16px;
}

.btn.dropdown-toggle:after {
    position: absolute;
    top: 50%;
    right: 46px;
    margin-top: -16px;
    border: 0;
    content: '\e935';
    font-size: 19px;
    font-family: 'hotelfont';
}

.dropdown.show .btn.dropdown-toggle:after {
    content: '\e936';
}

.dropdown-info,
.dropdown-form {
    width: 100%;
    margin: -1px 0 0 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    border: 1px solid #f3f3f3;
    border-width: 0 1px 1px;
    -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.05);
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.05);
}

.dropdown-info table td,
.dropdown-form table td {
    font-size: 15px;
    line-height: 25px;
    padding: 10px;
    border: none;
}

@media (max-width: 1023px) {
    .dropdown-info table td,
    .dropdown-form table td {
        font-size: 13px;
    }
}

.dropdown-info table td:nth-child(2),
.dropdown-form table td:nth-child(2) {
    font-weight: bold;
    color: #af3c65;
}

.dropdown-info table span,
.dropdown-form table span {
    font-weight: bold;
    color: #af3c65;
}

.dropdown-info>.inside {
    padding: 0 20px 20px;
    font-size: 14px;
    line-height: 20px;
}

.dropdown-info>.inside p {
    margin-bottom: 20px;
}

.dropdown-info>.inside p:last-child {
    margin-bottom: 0;
}

.dropdown-form>.inside {
    padding: 20px 20px 20px;
    font-size: 14px;
    line-height: 20px;
    position: relative;
}

.dropdown-info ul.list-unstyled {
    font-size: 16px;
    line-height: 23px;
}

.dropdown-info ul.list-unstyled li {
    margin-bottom: 0 !important;
}

.dropdown-info ul.list-unstyled a {
    color: #af3c65;
}

.dropdown-info[x-placement="top-start"],
.dropdown-form[x-placement="top-start"] {
    margin: 0 0 -1px 0;
    -webkit-box-shadow: 0 -5px 5px rgba(0, 0, 0, 0.05);
    box-shadow: 0 -5px 5px rgba(0, 0, 0, 0.05);
    border-width: 1px 1px 0;
}

.dropdown-info[x-placement="top-start"]>.inside,
.dropdown-form[x-placement="top-start"]>.inside {
    padding: 20px 20px 20px;
}

.dropdown-form {
    font-size: 14px;
    line-height: 20px;
}

.dropdown-menu .close {
    position: absolute;
    z-index: 1;
    font-size: 14px;
    right: 15px;
    top: 15px;
    color: #212121;
    cursor: pointer;
    opacity: 1;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}

.dropdown-menu .close:hover {
    text-decoration: none;
    color: #af3c65;
}

.flex-wrap-center {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

ul.list-unstyled li:not(:last-child) {
    margin-bottom: 8px;
}

ul.circle-list {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 16px;
    line-height: 22px;
}

@media (max-width: 1023px) {
    ul.circle-list {
        font-size: 15px;
        line-height: 22px;
    }
}

ul.circle-list li {
    position: relative;
    padding-left: 20px;
}

ul.circle-list li:before {
    content: '\25CF';
    font-size: 12px;
    position: absolute;
    left: 0;
    top: -1px;
    color: #af3c65;
}

ul.circle-list li:not(:last-child) {
    margin-bottom: 14px;
}

@media (max-width: 1023px) {
    ul.circle-list li:not(:last-child) {
        margin-bottom: 7px !important;
    }
}
ul.circle-list h6 {
    font-size: 28px;
    line-height: 1em;
    margin-bottom: 5px;
    font-family: "Suravaram", serif; }

ul.circle-list-lg {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 16px;
  line-height: 28px; }
  @media (max-width: 1229px) {
    ul.circle-list-lg {
      font-size: 15px;
      line-height: 24px; } }
  @media (max-width: 575px) {
    ul.circle-list-lg {
      font-size: 14px;
      line-height: 22px; } }
  ul.circle-list-lg li {
    position: relative;
    padding-left: 24px; }
    ul.circle-list-lg li:before {
      content: '\25CF';
      font-size: 14px;
      position: absolute;
      left: 1px;
      top: 0;
      color: #af3c65; }
  ul.circle-list-lg li:not(:last-child) {
    margin-bottom: 14px; }
    @media (max-width: 1023px) {
      ul.circle-list-lg li:not(:last-child) {
        margin-bottom: 10px !important; } }
  ul.circle-list-lg h6 {
    font-size: 28px;
    line-height: 1em;
    margin-bottom: 5px;
    font-family: "Suravaram", serif; }
    @media (max-width: 1229px) {
      ul.circle-list-lg h6 {
        font-size: 22px;
        line-height: 24px;
        margin-bottom: 0; } }

ul.categories-list,
.widget_categories ul {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 16px;
    line-height: 22px;
}

@media (max-width: 1023px) {
    ul.categories-list,
    .widget_categories ul {
        font-size: 15px;
        line-height: 22px;
    }
}

ul.categories-list li:before,
.widget_categories ul li:before {
    content: '\25CF';
    font-size: 14px;
    position: absolute;
    left: -15px;
    top: 5px;
    color: #af3c65;
}

ul.categories-list li:not(:last-child),
.widget_categories ul li:not(:last-child) {
    margin-bottom: 14px;
}

@media (max-width: 1023px) {
    ul.categories-list li:not(:last-child),
    .widget_categories ul li:not(:last-child) {
        margin-bottom: 7px !important;
    }
}

ul.marker-list {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
}

@media (max-width: 1023px) {
    ul.marker-list {
        font-size: 15px;
        line-height: 22px;
    }
}

ul.marker-list li {
    position: relative;
    padding-left: 30px;
}

ul.marker-list li:before {
    content: '\e93f';
    font-size: 16px;
    font-family: 'hotelfont';
    position: absolute;
    left: 0;
    top: 0;
    color: #af3c65;
}

ul.marker-list li span,
ul.marker-list li b {
    font-size: 14px;
    font-weight: 600;
    color: #af3c65;
}

ul.marker-list li:not(:last-child) {
    margin-bottom: 20px;
}

@media (max-width: 1023px) {
    ul.marker-list li:not(:last-child) {
        margin-bottom: 18px;
    }
}

ul.marker-list-sm {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 14px;
    line-height: 20px;
}

@media (max-width: 1023px) {
    ul.marker-list-sm {
        font-size: 15px;
        line-height: 22px;
    }
}

ul.marker-list-sm li {
    position: relative;
    padding-left: 20px;
}

ul.marker-list-sm li:before {
    content: '\e92e';
    font-size: 12px;
    font-family: 'hotelfont';
    position: absolute;
    left: 0;
    top: 0;
    color: #af3c65;
}

ul.marker-list-sm li:not(:last-child) {
    margin-bottom: 4px;
}

@media (min-width: 576px) {
    .two-col-list {
        -webkit-column-count: 2;
        column-count: 2;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .two-col-list-md {
        -webkit-column-count: 2;
        column-count: 2;
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .two-col-list-sm {
        -webkit-column-count: 2;
        column-count: 2;
    }
}

ul.icn-list {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 16px;
    line-height: 24px;
}

@media (max-width: 1023px) {
    ul.icn-list {
        font-size: 15px;
        line-height: 22px;
    }
}

ul.icn-list li {
    position: relative;
    padding-left: 35px;
}

ul.icn-list li [class*='icon'] {
    position: absolute;
    left: 0;
    top: 2px;
    font-size: 20px;
    color: #af3c65;
}

ul.icn-list li b {
    font-weight: 600;
    color: #af3c65;
}

ul.icn-list li:not(:last-child) {
    margin-bottom: 18px;
}

.icn-list+.icn-list {
    margin-top: 30px;
}

ul.services-list {
    margin: -5px 0 0 0;
    padding: 0;
    list-style: none;
    max-width: 100%;
}

ul.services-list li {
    position: relative;
    border-bottom: 1px dotted #ccc7c8;
    font-size: 14px;
    line-height: 20px;
    padding: 7px 0 7px 30px;
    text-align: right;
}

@media (max-width: 1023px) {
    ul.services-list li {
        font-size: 13px;
        line-height: 18px;
        padding-left: 20px;
    }
}

ul.services-list li [class*='icon-'] {
    color: #695c5d;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -9px;
    font-size: 17px;
}

@media (max-width: 1023px) {
    ul.services-list li [class*='icon-'] {
        font-size: 15px;
    }
}

ul.services-list li:last-child {
    border-bottom: 0;
}

.messengers-list a {
    padding: 0 10px;
    color: #c3c3c3;
    font-size: 28px;
    line-height: 40px;
}

.messengers-list a:hover {
    text-decoration: none;
}

.icn-text {
    display: block;
    text-decoration: none;
    text-align: center;
}

.icn-text:hover {
    text-decoration: none;
}

.icn-text:hover .icn-text-circle {
    background-color: #943356;
}

@media (max-width: 1024px) {
    .icn-text {
        padding-left: 0px;
        padding-right: 0px;
    }
}

.icn-text .icn-text-circle {
    display: inline-block;
    width: 60px;
    height: 60px;
    background-color: #af3c65;
    border-radius: 50%;
    color: #fff;
    -webkit-transition: 0.25s;
    transition: 0.25s;
}

.icn-text [class*='icon'] {
    font-size: 32px;
    line-height: 60px;
}

.icn-text>*+* {
    margin-top: 15px;
}

.icn-text h6 {
    padding: 0 6px;
    font-size: 16px;
}

@media (max-width: 1024px) {
    .icn-text h6 {
        font-size: 14px;
        line-height: 22px;
        padding: 0;
    }
}

.icn-text-sm {
    margin-bottom: 10px;
    text-align: center;
    padding-left: 5px;
    padding-right: 5px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    font-size: 16px;
    line-height: 22px;
    min-width: 100px;
}

@media (max-width: 767px) {
    .icn-text-sm {
        font-size: 14px;
        line-height: 22px;
        padding: 0;
    }
}

.icn-text-sm .icn-text-circle {
    display: inline-block;
    width: 54px;
    height: 54px;
    background-color: #af3c65;
    border-radius: 50%;
    color: #fff;
    margin-bottom: 10px;
}

.icn-text-sm [class*='icon'] {
    font-size: 28px;
    line-height: 54px;
}

.icn-text-sm span {
    font-size: 14px;
    font-weight: 600;
    color: #af3c65;
}

.tooltip-inner {
    border-radius: 0;
}

.tooltip.bs-tooltip-top .arrow,
.tooltip.bs-tooltip-auto[x-placement^="top"] .arrow {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    bottom: 1px;
}

.info-box-color {
    background-color: #af3c65;
    padding: 35px 40px 25px;
    color: #fff;
}

@media (max-width: 1023px) {
    .info-box-color {
        padding: 25px 20px 15px;
    }
}

.info-box-color a:not(.btn) {
    color: #fff;
}

.info-box-color ul.marker-list {
    margin-left: 10px;
}

.info-box-color ul.marker-list li:before {
    color: #fff;
}

.info-box-grey {
    background-color: #f3f3f3;
    padding: 35px 40px 25px;
}

@media (max-width: 1023px) {
    .info-box-grey {
        padding: 15px 20px 15px;
    }
}

@media (max-width: 767px) {
    .info-box-grey {
        padding: 15px 20px 15px;
    }
}

.info-box-grey ul.icn-list li:not(:last-child) {
    margin-bottom: 10px;
}

.info-box-price {
    font-size: 50px;
    font-family: "Suravaram", serif;
    line-height: 1em;
}

.info-box-color+*,
.info-box-grey+* {
    margin-top: 30px;
}

.info-grid {
    border-bottom: 1px solid #ebebeb;
    padding: 19px 0;
    text-align: center;
}

.info-grid [class*='col-'] {
    padding: 17px 0;
    border-left: 1px solid #ebebeb;
}

.info-grid [class*='col-']:first-child {
    border-left: 0;
}

@media (max-width: 767px) {
    .info-grid {
        border-bottom: 0;
    }
    .info-grid [class*='col-'] {
        border-bottom: 1px solid #ebebeb;
    }
    .info-grid [class*='col-']:nth-last-child(-n+2) {
        border-bottom: 0;
    }
}

.info-grid-label {
    font-size: 14px;
    color: #af3c65;
}

.info-grid-text {
    font-size: 28px;
    line-height: 1em;
    font-family: "Suravaram", serif;
}

@media (max-width: 1023px) {
    .info-grid-text {
        font-size: 24px;
    }
}

.video-btn {
    position: relative;
    cursor: pointer;
}

.video-btn:after {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    display: block;
    margin: -40px 0 0 -40px;
    color: #fff;
    content: '\e91c';
    font-size: 80px;
    font-family: 'hotelfont';
    line-height: 1em;
    -webkit-transform: scale(1);
    transform: scale(1);
    pointer-events: none;
    -webkit-transform: translateZ(0) scale(1, 1);
    -webkit-backface-visibility: hidden;
    -webkit-transition: 0.25s;
    transition: 0.25s;
}

@media (max-width: 1023px) {
    .video-btn:after {
        font-size: 60px;
        margin: -30px 0 0 -30px;
    }
}

.video-btn:hover:after {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    opacity: .75;
}
.link-video {
    display: inline-flex;
    font-size: 80px;
    line-height: 1em;
    -webkit-transform: translateZ(0) scale(1, 1);
    -webkit-backface-visibility: hidden;
    text-decoration: none;
    transition: .2s; 
}
.link-video:hover {
    transform: scale(1.2);
    opacity: .75;
    text-decoration: none; 
}
.page-item.active {
    font-weight: 600;
}

.quote {
    position: relative;
    margin-bottom: 60px;
    font-size: 20px;
    line-height: 34px;
    font-style: italic;
    color: #8c8c8c;
}

.quote p {
    padding-left: 0 !important;
}

.quote:after {
    display: block;
    position: relative;
    top: 30px;
    content: '';
    width: 38px;
    height: 4px;
    background-color: #af3c65;
}

@media (max-width: 767px) {
    .quote {
        font-size: 18px;
        line-height: 26px;
    }
}

.tags-list,
.tagcloud {
    position: relative;
    list-style: none;
    padding: 0;
}

.tag-cat-list .post-categories {
    list-style: outside none none;
    margin: 0 0 20px;
    padding: 0;
}

.tagcloud a {
    padding: 0;
    margin-bottom: 5px;
    margin-right: 2px;
}

.tags-list li {
    padding: 0;
    margin-bottom: 5px;
    margin-right: 2px;
    display: inline-block;
}

.tags-list li a,
.tagcloud a {
    color: #212121;
    line-height: 25px;
    padding: 10px;
    text-decoration: none;
    border-radius: 3px;
    background: #f8f8f8;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    font-size: 15px !important;
    display: inline-block;
}

.tag-cat-list .post-categories li {
    position: relative;
    margin-left: 0px;
    display: block;
}

.widget_categories ul li {
    position: relative;
    margin-left: 15px;
    display: block;
}

.tag-cat-list .post-categories a {
    color: #212121;
    line-height: 25px;
    padding: 5px 0px;
    text-decoration: none;
    border-radius: 0px;
    background: transparent;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.widget_archive li a,
.widget_categories ul li a,
.widget_pages ul li a {
    color: #212121;
    line-height: 25px;
    padding: 5px 0px;
    text-decoration: none;
    border-radius: 0px;
    background: transparent;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    display: inline-block;
}

.tags-list li a:hover,
.tagcloud a:hover {
    background-color: #af3c65;
    border-color: #af3c65;
    color: #fff;
}

.tag-cat-list .post-categories a:hover,
.widget_archive li a:hover,
.widget_pages ul li a:hover {
    background-color: transparent;
    border-color: transparent;
    color: #af3c65;
}
.filters-and-link {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: -20px;
    margin-top: -10px; }
    @media (max-width: 1229px) {
      .filters-and-link {
        margin-bottom: 20px; } }
    .filters-and-link .filters-toggle {
      position: static; }
    .filters-and-link .more-link {
      text-transform: none; }
    @media (max-width: 575px) {
      .filters-and-link {
        margin-bottom: -15px;
        margin-top: -10px;
        height: 36px; }
        .filters-and-link .filters-toggle {
          position: absolute;
          left: -15px; }
        .filters-and-link .more-link {
          width: 100%; } }
    .filters-and-link + .h-decor {
      margin-bottom: 60px !important;
      margin-top: -30px; }
      @media (max-width: 1229px) {
        .filters-and-link + .h-decor {
          margin-top: -50px;
          margin-bottom: 0 !important; } }
      @media (max-width: 575px) {
        .filters-and-link + .h-decor {
          margin-top: 0; } }
  
  .call-us h2 {
    font-size: 60px; }
    @media (max-width: 1229px) {
      .call-us h2 {
        font-size: 40px; } }
    @media (max-width: 767px) {
      .call-us h2 {
        font-size: 38px;
        line-height: 1em; } }
  .call-us p {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    font-size: 16px;
    line-height: 28px; }
    .call-us p:last-child {
      margin-bottom: 0; }
    @media (max-width: 1229px) {
      .call-us p {
        font-size: 15px;
        line-height: 24px; } }
    @media (max-width: 767px) {
      .call-us p {
        font-size: 14px;
        line-height: 22px; } }
  
  .call-us-icon {
    position: relative;
    margin-bottom: 40px;
    font-size: 55px;
    color: #af3c65; }
    @media (max-width: 1229px) {
      .call-us-icon {
        font-size: 50px;
        margin-bottom: 30px; } }
    @media (max-width: 767px) {
      .call-us-icon {
        font-size: 40px;
        margin-bottom: 25px; } }
    .call-us-icon:before {
      position: absolute;
      top: 50%;
      left: 50%;
      z-index: 1;
      display: block;
      margin: -27px 0 0 -27px;
      color: #af3c65;
      content: '\e94d';
      font-size: 55px;
      font-family: 'hotelfont';
      line-height: 1em;
      transform: scale(1);
      pointer-events: none;
      -webkit-transform: translateZ(0) scale(1, 1);
      -webkit-backface-visibility: hidden;
      transition: 0.25s;
      animation: pulse 3s ease-in-out infinite;
      opacity: .2; }
      @media (max-width: 1229px) {
        .call-us-icon:before {
          font-size: 50px;
          margin: -25px 0 0 -25px; } }
      @media (max-width: 767px) {
        .call-us-icon:before {
          font-size: 40px;
          margin: -20px 0 0 -20px; } }
  
  .call-us-phone {
    margin-top: 30px;
    font-family: "Suravaram", serif;
    font-size: 50px;
    line-height: 1em; }
    @media (max-width: 1229px) {
      .call-us-phone {
        margin-top: 20px;
        font-size: 40px; } }
    @media (max-width: 767px) {
      .call-us-phone {
        font-size: 32px; } }
    .call-us-phone a {
      color: #af3c65;
      text-decoration: none; }
      .call-us-phone a:hover {
        color: inherit; }
  
  .icn-box {
    display: flex;
    margin-top: 22px; }
    @media (max-width: 1229px) {
      .icn-box {
        margin-top: 0; } }
    .icn-box-icon {
      padding-top: 5px;
      min-width: 57px;
      font-size: 40px;
      color: #af3c65; }
      @media (max-width: 1229px) {
        .icn-box-icon {
          min-width: 50px;
          font-size: 30px; } }
    .icn-box-title {
      margin-bottom: 8px;
      font-size: 28px;
      line-height: 32px;
      font-family: "Suravaram", serif;
      color: inherit; }
      @media (max-width: 1229px) {
        .icn-box-title {
          margin-bottom: 3px;
          font-size: 22px;
          line-height: 22px; } }
    .icn-box + .icn-box {
      margin-top: 40px; }
      @media (max-width: 1229px) {
        .icn-box + .icn-box {
          margin-top: 30px; } }
  
  @media (max-width: 1023px) {
    .icn-box-col {
      display: flex;
      margin-left: -15px;
      margin-right: -15px; }
      .icn-box-col .icn-box {
        margin-top: 0 !important;
        padding: 0 15px; }
  
    .icn-box-col + .icn-box-col {
      margin-top: 30px; } }
  @media (max-width: 767px) {
    .icn-box-col {
      flex-direction: column;
      margin: 0; }
      .icn-box-col .icn-box {
        padding: 0; }
        .icn-box-col .icn-box + .icn-box {
          margin-top: 10px !important; }
  
    .icn-box-col + .icn-box-col {
      margin-top: 10px; } }
  .photo-grid {
    margin: -5px; }
  
  .photo-grid-item {
    position: relative;
    padding: 5px; }
    .photo-grid-item img {
      width: 100%; }
    .photo-grid-item:hover .photo-grid-caption {
      opacity: 1; 
    }
  
  .photo-grid-card {
    padding: 60px 55px;
    padding: 30px; }
    .photo-grid-card h2 {
      font-size: 40px;
      margin-bottom: 20px; }
      @media (max-width: 1229px) {
        .photo-grid-card h2 {
          font-size: 32px; } }
    @media (max-width: 1023px) {
      .photo-grid-card {
        padding: 20px; } }
  
  .photo-grid-caption {
    position: absolute;
    left: 6%;
    right: 6%;
    bottom: 7%;
    color: #ffffff;
    opacity: 0;
    transition: .2s; 
    z-index: 1;
}
  
  .photo-grid-title {
    margin-bottom: 5px;
    font-size: 50px;
    line-height: 1em;
    color: #ffffff;
    font-size: 40px; }
    @media (max-width: 1229px) {
      .photo-grid-title {
        font-size: 32px; } }
  
  .photo-grid-text {
    font-size: 14px;
    line-height: 18px;
    color: #ffffff; }
  
  .photo-grid-carousel {
    margin-left: 30px;
    margin-right: 30px; }
    .photo-grid-carousel .photo-grid-caption {
      opacity: 1; }
  
  .image-zoom {
    width: fit-content;
    display: block;
    position: relative;
    overflow: hidden;
    z-index: 1;
    backface-visibility: hidden;
    transition: background-color 0.3s ease-in-out, opacity 0.3s, transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) !important; }
    .image-zoom > a {
      display: flex;
      overflow: hidden; }
    .image-zoom > img {
      backface-visibility: hidden;
      image-rendering: optimizeQuality;
      vertical-align: middle;
      max-width: 100%;
      transform: scale(1.01) rotate(0.0001deg);
      transition: transform 0.5s ease-in-out 0s, opacity 0.5s ease-in-out 0s !important; }
    .image-zoom:hover {
      background-color: #000; }
    .image-zoom:hover > img {
      opacity: 0.85;
      transform: scale(1.15) rotate(0.0001deg);
      transition: background-color 0.3s ease-in-out, opacity 0.3s, transform 0.75s cubic-bezier(0.25, 0.46, 0.45, 0.94) !important; }
  
  .stars-effect {
    position: relative; }
    .stars-effect [class*='icon'] {
      font-size: .2em;
      position: absolute;
      left: 50%;
      top: 2.2em;
      transition: .2s; }
      .stars-effect [class*='icon']:nth-child(1) {
        transform: translate3d(-2em, 0, 0);
        margin-top: .45em;
        animation: blink-1 5s infinite; }
      .stars-effect [class*='icon']:nth-child(2) {
        transform: translate3d(-0.7em, 0, 0);
        animation: blink-2 5s infinite; }
      .stars-effect [class*='icon']:nth-child(3) {
        transform: translate3d(0.7em, 0, 0);
        animation: blink-3 5s infinite; }
      .stars-effect [class*='icon']:nth-child(4) {
        transform: translate3d(2em, 0, 0);
        margin-top: .45em;
        animation: blink-4 5s infinite; }
  
  @keyframes blink-1 {
    20% {
      opacity: .5; } }
  @keyframes blink-2 {
    40% {
      opacity: .5; } }
  @keyframes blink-3 {
    60% {
      opacity: .5; } }
  @keyframes blink-4 {
    80% {
      opacity: .5; } }
.popover-markup .popover {
    width: 150%;
}

.container {
    margin: 0px auto !important;
}
.margin-bottom-145 {
    margin-bottom: 145px !important;
}

.form-control {
    font-weight: 300;
    min-height: 48px;
}

.form-control:focus {
    border: 1px solid #af3c65;
    -webkit-box-shadow: 0 0 0 1px #af3c65;
    box-shadow: 0 0 0 1px #af3c65;
}

.custom-control-input:focus~.custom-control-indicator {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.header-nav.js-header-nav.sticky.stuck {
    z-index: 999;
}

@media (max-width: 767px) {
    .form-control {
        min-height: 36px;
        padding: 5px 10px;
        white-space: nowrap;
        font-size: 15px;
    }
}

.form-control[readonly] {
    background-color: #fff;
}

.section-booking {
    padding: 0;
    margin: 0;
    height: 0;
}

@media (min-width: 768px) {
    .section-booking .booking-form {
        opacity: 0;
        visibility: hidden;
    }
    .section-booking .booking-form.stuck {
        opacity: 1;
        visibility: visible;
        z-index: 1;
    }
}

.booking-form {
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    z-index: 900;
}

.admin-bar .booking-form.js-booking-form.stuck {
    top: 32px;
}

.booking-form.stuck {
    top: 69px;
    position: fixed;
    bottom: auto;
    background: #dfe1e2;
}

@media (max-width: 1025px) {
    .booking-form.stuck {
        top: 58px;
    }
}

.booking-form.stuck>.container {
    background-color: transparent;
}

.booking-form.stuck>.container {
    padding: 15px 25px;
}

.booking-form.stuck .booking-form-note {
    display: none !important;
}

.booking-form>.container {
    background-color: #252321;
    width: 100%;
    padding: 20px 20px 13px;
}

.booking-form .row {
    margin-left: -5px;
    margin-right: -5px;
}

.booking-form .row>[class*='col'] {
    padding-left: 2px;
    padding-right: 2px;
}

.booking-form .form-group {
    margin-bottom: 0;
}

.booking-form-wrap.booking-form--style2 .booking-form {
    position: relative; }
    .booking-form-wrap.booking-form--style2 .booking-form.stuck {
      position: absolute; }
    @media (min-width: 1024px) {
      .booking-form-wrap.booking-form--style2 .booking-form .input-date > .form-control, .booking-form-wrap.booking-form--style2 .booking-form .trigger.form-group > .form-control {
        min-width: 140px; } }
    @media (min-width: 1230px) {
      .booking-form-wrap.booking-form--style2 .booking-form .input-date > .form-control, .booking-form-wrap.booking-form--style2 .booking-form .trigger.form-group > .form-control {
        min-height: 48px;
        min-width: 165px;
        padding: 5px 15px; }
      .booking-form-wrap.booking-form--style2 .booking-form .col-btn > .btn {
        padding: 10px 24px; } }
        .booking-form-wrap.booking-form--style2 .booking-form .col-btn .btn {
          width: auto !important; }
      .booking-form-wrap.booking-form--style2 .booking-form > .container {
        position: relative;
        padding: 15px 20px; }
      .booking-form-wrap.booking-form--style2 .booking-form .booking-form.booking-form--full .booking-form-note {
        position: absolute;
        top: 55px; }
 }
    @media (max-width: 767px) {
      .booking-form-wrap.booking-form--style2 .booking-form {
        position: absolute; } }
  
  @media (min-width: 1024px) {
    .section:not(.section-booking) .booking-form-wrap.booking-form--style2 .sticky-wrapper {
      max-height: none; } }
      .booking-form.booking-form--full {
        background-color: #f5f5f5; }
        .booking-form.booking-form--full .container {
          background-color: transparent; }
        .booking-form.booking-form--full .booking-form-note {
          color: #8a8a8a; }
@media (min-width: 992px) and (max-width: 1024px) {
    .booking-form .col-guest {
        min-width: 300px;
        max-width: none;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }
    .booking-form .col-btn {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
        margin-top: 0 !important;
    }
}

.booking-form-toggle {
    position: relative;
    font-size: 24px;
    font-family: "Suravaram", serif;
    line-height: 29px;
    padding: 5px 0;
    text-align: center;
    color: #fff;
    background-color: #af3c65;
    cursor: pointer;
}

.booking-form-toggle a {
    color: #fff;
}

.booking-form-toggle a:hover {
    color: #fff;
    text-decoration: none;
}

.booking-form-toggle [class*='icon-'] {
    position: absolute;
    display: block;
    height: 100%;
    width: 45px;
    text-align: center;
    left: 0;
    top: 0;
    font-size: 20px;
    line-height: 39px;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.booking-form-toggle [class*='icon-']:after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 1px;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
}

.booking-form-toggle .close-text {
    display: none;
}

.booking-form-toggle .opened span {
    display: none;
}

.booking-form-toggle .opened .close-text {
    display: inline-block;
}

.booking-form-close {
    display: none;
    position: absolute;
    top: -5px;
    right: 0;
    padding: 5px;
    z-index: 1;
    font-size: 11px;
    text-decoration: none;
}

.booking-form-close:hover {
    text-decoration: none;
}

.booking-form.stuck {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: .5s !important;
    animation-duration: .5s !important;
}

.booking-form.stuck .booking-form-close {
    display: block;
}
.page.home .booking-form.js-booking-form {
    display: block;
}

@media (min-width: 1024px) {
    .section:not(.section-booking) .booking-form-wrap .sticky-wrapper {
        max-height: 0;
    }
    .section.section-booking .booking-form-wrap .sticky-wrapper {
        max-height: 78px;
    }
}

@media (max-width: 1023px) {
    .booking-form .form-control {
        min-height: 36px;
        padding: 5px 10px;
        white-space: nowrap;
        font-size: 15px;
    }
    .popover-2 .form-control {
        width: 150px;
    }
    .booking-form .btn {
        padding: 5px 35px;
    }
}

@media (max-width: 991px) {
    .booking-form-note {
        position: absolute;
        top: 55px;
    }
}

@media (max-width: 767px) {
    .booking-form-wrap {
        position: fixed;
        bottom: 0;
        width: 100%;
        z-index: 1025;
    }
    .booking-form-close {
        display: none;
    }
    .booking-form {
        display: none;
        margin-bottom: 39px;
    }
    .booking-form--style2 .booking-form {
        margin-bottom: 0px;
    }
    .page.home .booking-form.js-booking-form {
        display: none;
    }
    .booking-form .form-control {
        font-size: 14px;
    }
    .booking-form .btn {
        padding: 7px 10px;
        width: 100%;
    }
}

.booking-form-note {
    margin-top: 7px;
    color: #fff;
    font-size: 12px;
    line-height: 20px;
}

[data-toggle='popover'] {
    cursor: pointer;
}

.popover-markup .trigger>.form-control {
    position: relative;
    min-width: 180px;
}

.popover-markup .trigger:after {
    position: absolute;
    margin-top: -12px;
    top: 50%;
    right: 10px;
    content: '\e934';
    font-family: 'hotelfont';
    font-size: 18px;
    color: #cacaca;
    pointer-events: none;
}

.popover-markup .trigger select {
    -moz-appearance: none;
    -webkit-appearance: none;
}

.popover-markup .trigger select:focus {
    -moz-outline: none;
    -webkit-outline: none;
    outline: none;
}

.hb-form-field-input .trigger.form-group {
    width: 200px;
    position: relative;
}

@media (max-width: 1229px) {
    .popover-markup .trigger>.form-control {
        min-width: 160px;
    }
}

@media (max-width: 767px) {
    .popover-markup .trigger>.form-control {
        width: 100%;
        min-width: 100px;
    }
}

.popover-markup.opened .trigger>.form-control {
    -webkit-box-shadow: 0 0 0 2px #af3c65;
    box-shadow: 0 0 0 2px #af3c65;
}

.popover-markup .popover-content {
    display: none;
}

.popover-markup.opened .popover-content {
    display: block;
}

.popover-markup {
    position: relative;
}

.popover.bs-popover-top .arrow::before,
.popover.bs-popover-auto[x-placement^="top"] .arrow::before,
.popover.bs-popover-auto[x-placement^="top"] .arrow::before {
    bottom: -5px;
    margin-left: -4px;
}

.popover-content {
    min-width: 242px;
    padding: 15px;
    background: #fff;
    margin-top: 3px;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 1;
    border: 1px solid #d8d8d8;
    border-radius: 2px;
}

.popover-content .form-group {
    margin-bottom: 12px;
}

.popover-content .form-group:last-child {
    margin-bottom: 0;
}

.popover-content .form-check {
    margin-bottom: 4px;
    line-height: 28px;
}

.popover-content .form-check:last-child {
    margin-bottom: 0;
}

.popover-content label.custom-control {
    font-size: 14px;
    margin-bottom: 0;
}

@media (max-width: 1023px) {
    .popover-2 .popover-content {
        left: 0;
        min-width: 200px;
    }
}

@media (max-width: 767px) {
    .popover-content {
        bottom: 42px;
    }
}

.popover-1 .popover-content .form-group {
    background-color: #f9f9f9;
    margin-bottom: 4px;
    padding: 4px 11px;
}

.popover ul {
    margin: 10px 8px;
    padding: 0;
    list-style: none;
    font-size: 14px;
    line-height: 20px;
}

.popover ul li {
    position: relative;
    padding-left: 20px;
}

.popover ul li:before {
    content: '\2022';
    font-size: 16px;
    font-family: sans-serif;
    position: absolute;
    left: 0;
    top: 1px;
}

.popover ul li:not(:last-child) {
    margin-bottom: 4px;
}

.booking-form .input-date {
    position: relative;
    width: 240px;
}
.booking-form .input-date .form-control {
    padding-right: 30px;
}

@media (max-width: 1229px) {
    .booking-form .input-date {
        width: 220px;
    } 
}

@media (max-width: 1023px) {
    .booking-form .input-date {
        width: 180px;
    }
}

@media (max-width: 767px) {
    .booking-form .input-date {
        width: 100%;
    }
}

.datepicker-wrap {
    position: relative;
}

.booking-form .input-date:after,
.datepicker-wrap:after {
    position: absolute;
    top: 50%;
    margin-top: -14px;
    right: 14px;
    border: 0;
    content: '\e938';
    font-size: 18px;
    font-family: 'hotelfont';
    color: #c3c3c3;
}

@media (max-width: 1023px) {
    .booking-form .input-date:after {
        margin-top: -13px;
    }
}

.ui-widget.ui-widget-content {
    padding: 15px 0;
}

@media (max-width: 767px) {
    .ui-widget.ui-widget-content {
        z-index: 1099 !important;
        width: calc(80% - 25px) !important;
        margin-top: -2px !important;
    }
}

.datepicker-wrapper .ui-widget.ui-widget-content {
    margin-top: 0;
}

.ui-datepicker .ui-datepicker-header .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-header .ui-datepicker-next {
    top: -3px;
    width: 33px;
    height: 33px;
    border: none;
    border-radius: 0;
    color: #212121;
    font-size: 14px;
    line-height: 33px;
    cursor: pointer;
}

.ui-datepicker .ui-datepicker-header .ui-datepicker-prev {
    left: 16px;
}

.ui-datepicker .ui-datepicker-header .ui-datepicker-next {
    right: 16px !important;
}

@media (max-width: 1023px) {
    .ui-datepicker .ui-datepicker-header .ui-datepicker-prev {
        left: 0;
    }
    .ui-datepicker .ui-datepicker-header .ui-datepicker-next {
        right: 0;
    }
    .ui-datepicker-stay-duration {
        display: none;
    }
}

.ui-datepicker .ui-datepicker-header .ui-datepicker-prev.ui-state-hover,
.ui-datepicker .ui-datepicker-header .ui-datepicker-next.ui-state-hover {
    background: transparent;
    color: #212121;
    opacity: .75;
}

.ui-datepicker .ui-datepicker-header .ui-datepicker-prev .ui-icon,
.ui-datepicker .ui-datepicker-header .ui-datepicker-next .ui-icon {
    display: none;
}

.ui-datepicker .ui-datepicker-group {
    margin: 0 20px;
    width: calc(50% - 40px) !important;
}

.ui-datepicker .ui-datepicker-header .ui-datepicker-prev:after {
    padding-left: 10px;
    content: '\e93c';
    font-family: 'hotelfont';
}

.ui-datepicker .ui-datepicker-header .ui-datepicker-next:after {
    padding-left: 10px;
    content: '\e93d';
    font-family: 'hotelfont';
}

.ui-datepicker .ui-datepicker-calendar {
    margin: 0 !important;
    width: 100% !important;
    background-color: transparent;
    table-layout: fixed;
}

.ui-datepicker .ui-datepicker-calendar td,
.ui-datepicker .ui-datepicker-calendar th {
    padding: 0;
    width: 37px;
}

.ui-datepicker .ui-datepicker-calendar th {
    font-weight: bold;
    font-size: 14px;
    line-height: 32px;
}

.ui-datepicker .ui-datepicker-calendar .sejour>a {
    background: #f0f0f0;
}

.ui-datepicker .ui-datepicker-calendar .start>a {
    position: relative;
    background: #af3c65;
    color: #fff;
}

.ui-datepicker .ui-datepicker-calendar .end>a {
    position: relative;
    background: #af3c65;
    color: #fff;
}

.ui-datepicker .ui-datepicker-calendar .ui-state-default {
    display: block !important;
    padding: 0 !important;
    width: 100% !important;
    height: 100% !important;
    outline: 0 !important;
    border: none !important;
    background: none !important;
    text-align: center !important;
    font-size: 14px !important;
    line-height: 26px !important;
}

.ui-datepicker .ui-datepicker-calendar .ui-state-default:hover {
    background: #af3c65 !important;
    color: #fff !important;
}

.ui-datepicker-stay-duration {
    text-align: center;
    font-weight: bold;
    margin-top: 10px;
    font-size: 14px;
    line-height: 20px;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
    color: #af3c65;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
    background-color: #af3c65 !important;
    color: #fff !important;
}

.datepicker-wrapper .ui-widget.ui-widget-content {
    max-width: 300px;
}

.datepicker-wrapper .ui-datepicker .ui-datepicker-header .ui-datepicker-prev {
    left: 0;
}

.datepicker-wrapper .ui-datepicker .ui-datepicker-header .ui-datepicker-next {
    right: 0;
}

.datepicker-onlymonth .ui-datepicker-calendar {
    display: none;
}

.datepicker-onlymonth select {
    padding: 5px;
    margin: 0 3px !important;
}

.datepicker-onlymonth .ui-widget.ui-widget-content {
    padding-bottom: 0;
    margin-top: 2px;
}

label.number-label {
    margin: 0;
    font-size: 15px;
    line-height: 38px;
}

.number-spinner {
    width: 108px;
    margin-right: 50px;
}

.number-spinner input[type='text'] {
    background: #fff;
    padding: 5px 0;
    text-align: center !important;
    width: 37px;
    border-radius: 0;
    min-height: 38px;
}

.number-spinner .input-group-btn {
    margin: 0 !important;
    width: 35px;
    height: 38px;
    background-color: #cacaca;
    cursor: pointer;
}

.number-spinner .input-group-btn:first-child {
    border-radius: 2px 0 0 2px;
}

.number-spinner .input-group-btn:last-child {
    border-radius: 0 2px 2px 0;
}

.number-spinner .input-group-btn>a {
    font-size: 12px;
    line-height: 21px;
    padding: 7px 12px;
    color: #fff;
}

.number-spinner .input-group-btn>a:hover {
    color: #fff;
}

.number-spinner .input-group-btn>a [class*='icon'] {
    font-size: 12px;
}

.custom-checkbox .custom-control-indicator {
    border-radius: 2px;
    border: 1px solid #d8d8d8;
    width: 18px;
    height: 18px;
    background: #fff;
}

.custom-checkbox .custom-control-input:checked~.custom-control-indicator {
    background: #fff;
}

.custom-checkbox .custom-control-input:checked~.custom-control-indicator:after {
    position: absolute;
    margin-top: -14px;
    top: 50%;
    right: 1px;
    content: '\e92e';
    font-family: 'hotelfont';
    font-size: 12px;
    color: #212121;
}

.custom-control {
    padding-left: 30px;
}

.selectWrapper {
    width: 100%;
    position: relative;
}

.selectWrapper:after {
    content: '';
    position: absolute;
    top: 1px;
    bottom: 1px;
    right: 1px;
    width: 46px;
    background: #fff;
    pointer-events: none;
}

.selectWrapper:before {
    content: '\25BE';
    position: absolute;
    z-index: 2;
    right: 18px;
    top: 50%;
    margin-top: -10px;
    pointer-events: none;
}

.selectWrapper select {
    -webkit-appearance: none;
}

.dropdown-form,
.modal-form {
    line-height: 20px;
}

.dropdown-form .form-control,
.modal-form .form-control {
    min-height: 41px;
    padding: 8px 12px;
    font-size: 15px;
    line-height: 23px;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.dropdown-form .form-control:not(:focus),
.modal-form .form-control:not(:focus) {
    border-color: #efefef;
}

.dropdown-form form>*+*,
.modal-form form>*+* {
    margin-top: 8px;
}

.dropdown-form textarea,
.modal-form textarea {
    min-height: 98px;
}

.dropdown-form .datepicker-wrap:after,
.modal-form .datepicker-wrap:after {
    margin-top: -11px;
}

form label.error {
    display: block;
    color: #ff0000;
    font-size: 13px !important;
    opacity: 1 !important;
    margin-top: -18px;
}

form.contact-form label.error {
    margin-top: -5px;
}

form.contact-form textarea+label.error {
    margin-top: -5px;
}

.successform,
.errorform {
    display: none;
    min-height: 50px;
}

.successform,
.errorform {
    margin-top: 15px;
}

.successform p,
.errorform p {
    margin-bottom: 0 !important;
}

.successform {
    color: green;
}

.errorform {
    color: #c0392b;
}

.contact-form textarea,
.wpcf7-textarea {
    min-height: 310px;
}

@media (max-width: 767px) {
    .contact-form textarea,
    .wpcf7-textarea {
        min-height: 200px;
    }
}

.toggle-reviewform {
    position: relative;
    text-decoration: none;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}

.toggle-reviewform:hover {
    color: #212121;
    text-decoration: none;
}

.toggle-reviewform.js-toggle-reviewform:after {
    position: absolute;
    top: calc(50% - 12px);
    right: -36px;
    display: block;
    margin: 0;
    padding: 0;
    width: 40px;
    height: 30px;
    border: 0;
    content: '\e935';
    text-align: center;
    font-size: 15px;
    font-family: 'hotelfont';
    line-height: 30px;
}

.toggle-reviewform.opened:after {
    content: '\e936';
}

.review-form-wrap {
    margin: 0 0 0 -1px;
    padding: 0 0 0 1px;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    overflow: visible;
    overflow-y: hidden;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.review-form-wrap:not(.opened) {
    height: 0 !important;
}

.review-form-wrap.opened {
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}

#bastelreviewForm {
    padding-bottom: 50px;
    max-width: 780px;
}

#bastelreviewForm textarea {
    min-height: 210px;
}

@media (max-width: 767px) {
    #bastelreviewForm textarea {
        min-height: 100px;
    }
}

.review-rating {
    border: none;
    float: left;
}

.review-rating>input {
    display: none;
}

.review-rating>label:before {
    margin: 0 3px 0 0;
    font-size: 22px;
    font-family: 'hotelfont';
    display: inline-block;
    content: "\e929";
    -webkit-transition: 0.2s;
    transition: 0.2s;
}

.star .review-rating>label:before {
    font-size: 14px;
}

.review-rating>.half:before {
    content: "\e945";
    position: absolute;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}

.review-rating>label {
    color: #ddd;
    float: right;
}

.review-rating>input:checked~label,
.review-rating:not(:checked)>label:hover,
.review-rating:not(:checked)>label:hover~label {
    color: #af3c65;
}

.review-rating>input:checked+label:hover,
.review-rating>input:checked~label:hover,
.review-rating>label:hover~input:checked~label,
.review-rating>input:checked~label:hover~label {
    color: #af3c65;
}

.content-search {
    width: 100%;
}

.content-search .input-wrap {
    position: relative;
    display: inline-block;
}

@media (min-width: 1024px) and (max-width: 1229px) {
    .content-search .input-wrap {
        margin-bottom: 10px;
    }
}

.content-search .input-wrap:before {
    position: absolute;
    top: 50%;
    left: 15px;
    margin-top: -13px;
    font-size: 12px;
    font-family: 'hotelfont';
    display: inline-block;
    content: "\e926";
    color: #454545;
}

@media (min-width: 1024px) and (max-width: 1229px) {
    .content-search {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .content-search input[type='text'] {
        border-right-width: 1px !important;
    }
}

.content-search input[type='text'] {
    padding-left: 35px;
    border-right-width: 0;
}

.content-search .btn {
    font-size: 20px;
    text-transform: uppercase;
}

body.is-loaded .loading-content {
    opacity: 0;
    visibility: hidden;
}

.loading-content {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    z-index: 200;
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    opacity: 1;
    pointer-events: none;
    visibility: visible;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.loading-content.disable {
    opacity: 0;
}

.loading-content .image {
    max-width: 15%;
}

.loading-content .image img {
    -webkit-animation: flipInY 3s infinite;
    animation: flipInY 3s infinite;
    max-width: 100%;
}

.loading-dots {
    margin-left: -1.5em;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-animation: loading-dots-fadein .5s linear forwards;
    animation: loading-dots-fadein .5s linear forwards;
}

.loading-dots i {
    width: .5em;
    height: .5em;
    display: inline-block;
    vertical-align: middle;
    background: #e0e0e0;
    border-radius: 50%;
    margin: 0 .125em;
    -webkit-animation: loading-dots-middle-dots .5s linear infinite;
    animation: loading-dots-middle-dots .5s linear infinite;
}

.loading-dots.dark-gray i {
    background: #af3c65;
}

.loading-dots i:first-child {
    -webkit-animation: loading-dots-first-dot .5s infinite;
    animation: loading-dots-first-dot .5s linear infinite;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: translate(-1em);
    transform: translate(-1em);
}

.loading-dots i:last-child {
    -webkit-animation: loading-dots-last-dot .5s linear infinite;
    animation: loading-dots-last-dot .5s linear infinite;
}

@-webkit-keyframes loading-dots-fadein {
    100% {
        opacity: 1;
        -ms-filter: none;
        -webkit-filter: none;
        filter: none;
    }
}

@keyframes loading-dots-fadein {
    100% {
        opacity: 1;
        -ms-filter: none;
        -webkit-filter: none;
        filter: none;
    }
}

@-webkit-keyframes loading-dots-first-dot {
    100% {
        -webkit-transform: translate(1em);
        transform: translate(1em);
        opacity: 1;
        -ms-filter: none;
        -webkit-filter: none;
        filter: none;
    }
}

@keyframes loading-dots-first-dot {
    100% {
        -webkit-transform: translate(1em);
        transform: translate(1em);
        opacity: 1;
        -ms-filter: none;
        -webkit-filter: none;
        filter: none;
    }
}

@-webkit-keyframes loading-dots-middle-dots {
    100% {
        -webkit-transform: translate(1em);
        transform: translate(1em);
    }
}

@keyframes loading-dots-middle-dots {
    100% {
        -webkit-transform: translate(1em);
        transform: translate(1em);
    }
}

@-webkit-keyframes loading-dots-last-dot {
    100% {
        -webkit-transform: translate(2em);
        transform: translate(2em);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
    }
}

@keyframes loading-dots-last-dot {
    100% {
        -webkit-transform: translate(2em);
        transform: translate(2em);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
    }
}

.blog-post.stuck {
    position: absolute;
    top: 0;
    z-index: 900;
}

.stuck {
    position: fixed;
    top: 0;
    z-index: 900;
}

@media (min-width: 1024px) {
    .modal-open .stuck {
        padding-right: 17px;
    }
}

.page-content .section {
    position: relative;
    margin-top: 120px;
}

.page-content>.section:first-child,
.page-content .section-booking:first-child+.section {
    margin-top: 100px;
}

@media (max-width: 1229px) {
    .page-content .section {
        margin-top: 80px;
    }
    .page-content>.section:first-child,
    .page-content .section-booking:first-child+.section {
        margin-top: 60px;
    }
}

@media (max-width: 1023px) {
    .page-content .section {
        margin-top: 70px;
    }
    .page-content>.section:first-child,
    .page-content .section-booking:first-child+.section {
        margin-top: 50px;
    }
}

@media (max-width: 767px) {
    .page-content .section {
        margin-top: 50px;
    }
    .page-content>.section:first-child,
    .page-content .section-booking:first-child+.section {
        margin-top: 40px;
    }
}
.services-carousel.special-card3-carousel {
    margin-bottom: 0;
}
.margin-top-0 {
    margin-top: 0 !important;
}
.full-bg-grey {
    position: relative !important;
    padding: 75px 0;
    background-color: #f3f3f3;
    overflow: hidden !important;
}

@media (max-width: 1023px) {
    .full-bg-grey {
        padding: 50px 0;
    }
}

.bg-grey {
    padding: 100px 0;
    background-color: #f9f9f9;
}

@media (max-width: 1023px) {
    .bg-grey {
        padding: 50px 0;
    }
}

.bg-grey-1 {
    padding: 50px 0;
    background-color: #f3f3f3;
}

@media (max-width: 1023px) {
    .bg-grey-1 {
        padding: 30px 0;
    }
}

.half-col>[class*='col'] {
    position: static;
}

.half-col>.col-text:first-child {
    padding-right: 70px;
}

@media (min-width: 1024px) and (max-width: 1229px) {
    .half-col>.col-text:first-child {
        padding-left: 40px;
        padding-right: 40px;
    }
}

.half-col>.col-text:last-child {
    padding-left: 70px;
}

@media (min-width: 1024px) and (max-width: 1229px) {
    .half-col>.col-text:last-child {
        padding-left: 40px;
        padding-right: 40px;
    }
}

.half-col .image-caption {
    position: absolute;
    width: 35%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    top: 50%;
    bottom: 0;
    z-index: 1;
    font-size: 60px;
    line-height: 1em;
    color: #fff;
    font-family: "Suravaram", serif;
    transform: translateY(-50%);
}
.half-col > .col-img:last-child .image-caption {
    padding-left: 105px;
}
@media (min-width: 1024px) and (max-width: 1229px) {
    .half-col .image-caption {
        width: calc(60% - 135px);
    }
}

.half-col>.col-img:first-child .image-caption {
    right: 105px;
}

@media (max-width: 1024px) {
    .half-col>.col-img:last-child .image-caption {
        padding-left: 70px;
    }
}

@media (max-width: 1023px) {
    .special-card-caption-header {
        font-size: 28px !important;
        line-height: 26px;
    }
}

.half-col .img-cover-right,
.half-col .img-cover-left {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    background-position: center;
    background-size: cover;
}

.half-col .img-cover-right {
    right: 0;
    left: auto;
}

@media (max-width: 1023px) {
    .half-col>.col-text:first-child {
        padding-right: 0;
    }
    .half-col>.col-text:last-child {
        padding-left: 0;
    }
    .half-col .image-caption {
        position: relative;
        width: 100%;
        font-size: 50px;
        line-height: 60px;
        min-height: 200px;
    }
    .half-col>[class*='col'] {
        position: relative;
    }
    .half-col>.col-text {
        padding: 0 55px 40px;
    }
    .half-col>.col-text h3 {
        font-size: 32px;
    }
    .half-col>.col-img {
        padding: 70px 0 40px;
        margin: 0 -15px -50px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% + 30px);
        flex: 0 0 calc(100% + 30px);
        max-width: calc(100% + 30px);
    }
    .half-col .img-cover-right,
    .half-col .img-cover-left {
        width: 100%;
    }
    .half-col>.col-img:first-child .image-caption {
        right: 82px;
    }
}

@media (max-width: 767px) {
    .half-col .image-caption {
        font-size: 32px;
        line-height: 44px;
    }
    .half-col>.col-img:first-child .image-caption {
        right: 15px;
    }
    .half-col>.col-img:last-child .image-caption {
        padding-left: 15px;
    }
    .half-col>.col-text {
        padding: 0 0 40px;
    }
    .half-col>.col-img {
        padding: 60px 0;
    }
    .half-col .image-caption {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}

.vert-wrap {
    display: table;
    height: 100%;
    width: 100%;
    position: relative;
    z-index: 1;
}

.vert {
    display: table-cell;
    vertical-align: middle;
}

.col-20 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}
.image-shift img {
    float: right; }
  @media (max-width: 1229px) {
    .image-shift {
      max-width: 142%; }
      .image-shift img {
        max-height: 420px; } }
  @media (max-width: 767px) {
    .image-shift {
      max-width: 100%;
      padding: 0 25px;
      overflow: hidden;
      margin-bottom: 30px; }
      .image-shift img {
        max-height: none;
        max-width: 100%; } }
  
  .images-pair-wrap {
    position: relative; }
    @media (max-width: 575px) {
      .images-pair-wrap {
        display: table;
        margin-left: 25px;
        margin-right: 25px;
        margin-bottom: 30px; } }
    .images-pair-wrap img {
      max-width: 100%; }
    .images-pair-wrap .images-pair:first-child {
      position: relative;
      z-index: 1;
      margin: -3% 0 0 -21%; }
      @media (max-width: 1229px) {
        .images-pair-wrap .images-pair:first-child {
          margin: 3% 0 0 -36%;
          max-width: 125%; } }
      @media (max-width: 575px) {
        .images-pair-wrap .images-pair:first-child {
          margin: 0 15% 0 0;
          max-width: 85%; } }
    .images-pair-wrap .images-pair:last-child {
      position: relative;
      z-index: 2;
      float: right;
      margin: -29% 12% 0 0; }
      @media (max-width: 1229px) {
        .images-pair-wrap .images-pair:last-child {
          margin: -37% 0 0 0;
          max-width: 80%; } }
      @media (max-width: 575px) {
        .images-pair-wrap .images-pair:last-child {
          margin: -26% 0 0 0;
          max-width: 61%; } }
  
  .image-label {
    position: absolute;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 83px;
    height: 81px;
    font-size: 32px;
    background-color: #af3c65;
    color: #ffffff; }
    .image-label--pos1 {
      left: 20px;
      top: -10px; }
      @media (max-width: 1229px) {
        .image-label--pos1 {
          left: 12px;
          top: -5px; } }
    .image-label--pos2 {
      right: -10px;
      top: 20px; }
      @media (max-width: 1229px) {
        .image-label--pos2 {
          right: -5px;
          top: 12px; } }
    @media (max-width: 1229px) {
      .image-label {
        width: 49px;
        height: 48px;
        font-size: 22px; } }
  
  .hover-in {
    transition: .3s ease-out; }
  
  .hover-out {
    transition: .3s ease-in; }
    .bg-video {
        display: flex;
        align-items: center;
        min-height: 620px;
        padding: 100px 0;
        color: #ffffff;
        background-repeat: no-repeat;
        background-size: cover;
        background-position-x: center; }
        .bg-video a {
          color: #ffffff; }
        @media (max-width: 1229px) {
          .bg-video {
            min-height: 400px;
            padding: 80px 0; } }
        @media (max-width: 1023px) {
          .bg-video {
            padding: 50px 0;
            min-height: 350px; } }
        .bg-video .h1 {
          margin-bottom: 25px; }
          @media (max-width: 1229px) {
            .bg-video .h1 {
              margin-bottom: 15px; } }
          @media (max-width: 575px) {
            .bg-video .h1 {
              margin-bottom: 10px; } }
        .bg-video .link-video {
          margin-top: 45px;
          font-size: 70px;
          line-height: 1em; }
          .bg-video .link-video:before {
            position: absolute;
            top: 50%;
            left: 50%;
            z-index: 1;
            display: block;
            margin: -35px 0 0 -35px;
            color: #fff;
            content: '\e91c';
            font-size: 70px;
            font-family: 'hotelfont';
            line-height: 1em;
            transform: scale(1);
            pointer-events: none;
            -webkit-transform: translateZ(0) scale(1, 1);
            -webkit-backface-visibility: hidden;
            transition: 0.25s;
            animation: pulse 3s ease-in-out infinite;
            opacity: .2;
        }
          @media (max-width: 1229px) {
            .bg-video .link-video {
              margin-top: 20px;
              font-size: 60px; 
            } 
          }
          @media (max-width: 575px) {
            .bg-video .link-video {
              margin-top: 10px;
              font-size: 45px; 
            } 
          }
          .bg-video .link-video:before {
            position: absolute;
            top: 50%;
            left: 50%;
            z-index: 1;
            display: block;
            margin: -35px 0 0 -35px;
            color: #fff;
            content: '\e91c';
            font-size: 70px;
            font-family: 'hotelfont';
            line-height: 1em;
            transform: scale(1);
            pointer-events: none;
            -webkit-transform: translateZ(0) scale(1, 1);
            -webkit-backface-visibility: hidden;
            transition: 0.25s;
            animation: pulse 3s ease-in-out infinite;
            opacity: .2; 
         }
@media (max-width: 1229px) {
    .bg-video .link-video:before {
        font-size: 60px;
        margin: -30px 0 0 -30px; 
    } 
}
@media (max-width: 575px) {
    .bg-video {
        font-size: 14px;
        line-height: 22px;
        background-position-x: 65%; 
    } 
}  
.header {
    color: #212121;
    font-size: 14px;
    line-height: 1.2em;
}

.header:not(.off-shadow) {
    -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
}

.header-topline {
    min-height: 39px;
    border-bottom: 4px solid #f6f6f6;
}

.header-info span {
    color: #695c5d;
}

.header-info [class*='icon-'] {
    position: relative;
    top: 1px;
    font-size: 13px;
    padding-right: 8px;
    color: #695c5d;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}

.header-info:hover [class*='icon-'] {
    color: #af3c65;
}

@media (min-width: 1024px) {
    .header-mobile-slide {
        display: none !important;
    }
}

.header-mobile-slide {
    height: 0;
    overflow: hidden;
    font-size: 16px;
    line-height: 20px;
}

.header-mobile-slide.opened {
    height: auto;
}

.header-mobile-slide .inside {
    padding: 20px 15px;
}

.header-mobile-slide p {
    margin-bottom: 16px;
}

.header-mobile-slide p:last-child {
    margin-bottom: 0;
}

.header-mobile-slide [class*='icon-'] {
    position: relative;
    top: 3px;
    font-size: 20px;
    padding-right: 15px;
    color: #af3c65;
}

.header-mobile-slide .form-inline .form-control,
.header-mobile-slide .form-inline .form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
}

.header-mobile-slide .form-inline .btn {
    border-radius: 0;
}

@media (max-width: 1023px) {
    .header-mobile-slide .form-inline .btn {
        padding: 5px 20px;
        height: 38px;
    }
}

@media (max-width: 767px) {
    .header-mobile-slide .form-inline .btn {
        padding: 7px 20px;
    }
}

body.menu-open .modal-backdrop {
    display: none !important;
}

.header .google-map {
    width: 100%;
    height: 258px;
}

@media (max-width: 1023px) {
    .header-topline {
        background-color: #22201f;
        color: #fff;
        min-height: 36px;
        max-width: 100%;
    }
    .header-topline>.container>.row>*:last-child {
        padding: 0;
    }
    .header-topline .dropdown-toggle:after {
        content: none;
    }
    .header-topline.active .header-toggle-slide {
        border-color: transparent;
    }
    .header-info span,
    .header-info [class*='icon-'] {
        color: #fff;
    }
    .header-toggle-slide {
        display: inline-block;
        padding: 0 15px;
        color: #fff;
        border-left: 1px solid #3c3c3c;
        font-size: 14px;
        line-height: 36px;
    }
    .header-toggle-slide [class*='icon-'] {
        font-size: 15px;
    }
    .header-toggle-slide:hover {
        color: #fff;
        text-decoration: none;
        opacity: .75;
    }
    .header-toggle-slide.active {
        background-color: #af3c65;
        border-color: transparent;
    }
    .header-toggle-slide span {
        padding-left: 10px;
    }
    .header-logo img {
        max-height: 90px;
    }
}

@media (max-width: 575px) {
    .header-logo img {
        max-height: 52px;
    }
}

.header-contact {
    font-size: 16px;
    line-height: 1.6em;
    position: relative;
    top: 5px;
}

@media (max-width: 1229px) {
    .header-contact {
        font-size: 15px;
    }
}

.header-contact .txt-sm {
    font-size: 14px;
}

.header-contact .txt-lg {
    font-size: 22px;
}

.header-contact span {
    color: #af3c65;
}

.header-contact [class*='icon-'] {
    position: relative;
    top: 1px;
    width: 28px;
    font-size: 22px;
    color: #af3c65;
}

.header-contact-icon {
    min-width: 28px;
}

.header-contact-txt>* {
    margin-bottom: 0;
}

.header-contact-txt>*+* {
    margin-top: 5px;
}

.header-contact+* {
    margin-top: 5px;
}

.header-content {
    padding-top: 24px;
    padding-bottom: 24px;
}

.header-content.stuck {
    background: #fff;
    width: 100%;
    -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
}

.header-content.stuck .catalog-widget {
    display: none !important;
}

.header-content.stuck .header-logo img {
    max-height: 50px;
}

@media (max-width: 1023px) {
    .header-content {
        padding-top: 12px;
        padding-bottom: 12px;
    }
    .header-content.stuck {
        padding-top: 5px;
        padding-bottom: 5px;
        max-height: 60px;
        z-index: 901;
    }
}

@media (max-width: 767px) {
    .header-content {
        padding-top: 4px;
        padding-bottom: 4px;
    }
}

.header-search [class*='icon-'] {
    display: block;
    float: left;
    color: #454545;
    font-size: 20px;
    line-height: 39px;
    min-width: 40px;
    text-align: center;
}

.header-search input[type='text'],
.header-search input[type='search'] {
    width: 146px;
    border: 0;
    height: 39px;
    font-size: 14px;
    line-height: 1.2em;
    color: #212121;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    font-weight: 400;
}

.header-search input[type='text']:focus,
.header-search input[type='search']:focus {
    width: 230px;
}

.header-search input[type='submit'],
.header-search button[type='submit'] {
    display: none;
}

.header-search ::-webkit-input-placeholder {
    color: #212121;
}

.header-search ::-moz-placeholder {
    color: #212121;
}

.header-search :-ms-input-placeholder {
    color: #212121;
}

.header-search :-moz-placeholder {
    color: #212121;
}

.header-lang {
    position: relative;
}

.header-lang .btn.dropdown-toggle {
    padding: 10px 38px 10px 10px;
    min-height: 39px;
    font-weight: 300;
    font-size: 14px;
    font-family: "Open Sans", sans-serif;
    line-height: 16px;
    text-transform: none;
}

.header-lang .btn.dropdown-toggle:after {
    position: relative;
    left: 10px;
    top: 1px;
    font-size: 11px;
}

.header-lang .dropdown-menu {
    width: 100%;
    min-width: 0;
    padding: 0;
}

.header-lang .dropdown-item {
    padding: 8px 20px;
    font-size: 14px;
}

.header-nav {
    background-color: #22201f;
    width: 100%;
    transition: all .3s ease-in-out;
}

.header-nav .navbar {
    padding: 0;
    margin: 0 0 0 -20px;
}

@media (max-width: 1229px) {
    .header-nav .navbar {
        margin: 0 0 0 -15px;
    }
}

.header-nav .navbar-nav {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    min-height: 70px;
}

@media (max-width: 1229px) {
    .header-nav .navbar-nav {
        height: 60px;
    }
}

.header-nav .navbar-nav .nav-item.active>.nav-link,
.header-nav .navbar-nav .nav-item.hovered>.nav-link {
    background-color: #af3c65;
}

.header-nav .navbar-nav .nav-link {
    min-width: 70px;
    padding: 20px 18px;
    color: #fff;
    font-size: 24px;
    line-height: 30px;
    text-transform: uppercase;
    font-family: "Suravaram", serif;
    white-space: nowrap;
    background: transparent;
    border: 0;
    border-radius: 0;
    text-align: center;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}

@media (max-width: 1229px) {
    .header-nav .navbar-nav .nav-link {
        font-size: 22px;
        padding: 15px 10px;
    }
}

.header-nav .navbar-nav .nav-link [class*='icon-'] {
    font-size: 20px;
    position: relative;
    top: 4px;
}

.header-nav .navbar-nav .nav-link:hover,
.header-nav .navbar-nav .nav-link[aria-expanded="true"] {
    background-color: #af3c65;
}

@media (max-width: 1023px) {
    .header-nav {
        display: none !important;
    }
}

.navbar-btn {
    color: #454545;
    font-size: 43px;
    line-height: 1em;
    background-color: transparent;
    border: 0 !important;
    padding: 0;
}

.modal-fullscreen-menu {
    background: #22201f;
}

.modal-fullscreen-menu .close {
    position: fixed !important;
    color: #f6f6f6;
    opacity: 1;
    padding: 10px;
    top: 15px !important;
    right: 15px !important;
    z-index: 1;
    font-size: 14px;
    font-weight: 300;
    pointer-events: auto;
    cursor: pointer;
    text-shadow: none;
}

.modal-fullscreen-menu .close [class*='icon-'] {
    position: relative;
    top: 1px;
    padding-right: 10px;
}

.modal-fullscreen-menu .close:hover {
    opacity: .75;
}

.modal-fullscreen-menu .modal-dialog {
    margin: 0 auto;
    padding: 60px 35px;
    width: 100%;
    max-width: 768px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    transform: translate(0px, 0px) !important;
    -webkit-transform: translate(0px, 0px) !important;
    -moz-transform: translate(0px, 0px) !important;
    -ms-transform: translate(0px, 0px) !important;
    -o-transform: translate(0px, 0px) !important;
}

.modal-fullscreen-menu .modal-content {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
}

.modal-fullscreen-menu ul {
    margin: 0 auto;
    width: 100%;
    pointer-events: auto;
}

.modal-fullscreen-menu ul a.nav-link {
    font-size: 30px;
    line-height: 30px;
    color: #fff;
    padding: 15px 15px !important;
    background: transparent;
    border: 0;
    border-radius: 0;
    text-transform: uppercase;
    font-family: "Suravaram", serif;
}

@media (max-width: 767px) {
    .modal-fullscreen-menu ul a.nav-link {
        font-size: 24px;
        line-height: 24px;
        color: #fff;
        padding: 10px 15px !important;
    }
}

@media (max-width: 1023px) {
    .navbar-collapse.show {
        display: block;
        position: fixed;
        padding: 60px 50px;
        top: 0;
        left: 0;
        height: 100%;
        z-index: 1010;
        width: 100%;
        background: #22201f;
    }
}

.header .nav-item {
    position: relative;
}

.header .navbar-nav .submenu {
    position: absolute;
    pointer-events: none;
    opacity: 0;
    min-width: 200px;
    z-index: 1000;
    list-style: none;
    margin: 0;
    font-family: "Suravaram", serif;
    text-transform: uppercase;
    text-align: left;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: 0.2s ease 0s;
    transition: 0.2s ease 0s;
    visibility: hidden;
}

@media (max-width: 1229px) {
    .header .navbar-nav .submenu {
        font-size: 22px;
    }
}

@media (min-width: 1024px) {
    .header .navbar-nav .submenu {
        background: #fff;
        padding: 10px 25px 10px;
        -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    }
    .header .navbar-nav .submenu a {
        font-size: 24px;
        line-height: 30px;
        padding: 5px 0;
        color: #22201f;
        background: transparent;
        text-align: left;
    }
    .header .navbar-nav .submenu a:hover {
        color: #af3c65;
        background: transparent;
    }
}

@media (max-width: 1023px) {
    .header .navbar-nav .submenu {
        position: relative;
        height: 0;
        overflow: hidden;
        -webkit-transform: translate(20px, 0);
        transform: translate(20px, 0);
        margin: 0;
        padding: 0 0 0 15px;
    }
}

.header .nav-item .arrow {
    display: none;
}

@media (max-width: 1023px) {
    .header .nav-item .arrow {
        display: inline-block;
    }
}

.header .navbar-nav .nav-item:last-child .submenu {
    right: 0;
}

.header .nav-item.hovered .submenu {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: 0.3s ease 0.15s;
    transition: 0.3s ease 0.15s;
    visibility: visible;
}

@media (max-width: 1023px) {
    .header .nav-item.opened .submenu {
        height: auto;
        opacity: 1;
        pointer-events: auto;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
        position: relative;
        visibility: visible;
    }
}

.header .nav-item .arrow {
    position: absolute;
    width: 35px;
    height: 35px;
    top: 12px;
    right: 0;
    text-align: center;
    cursor: pointer;
    background: #f7f7f7;
    border-radius: 2px;
}

@media (max-width: 1023px) {
    .header .nav-item .arrow {
        top: 4px;
    }
}

.header .nav-item .arrow:after {
    content: '\e940';
    font-family: 'hotelfont';
    font-size: 14px;
    line-height: 35px;
    color: #454545;
}

.header .nav-item .arrow.opened:after {
    content: '\e941';
}

@media (min-width: 1200px) {
    .navbar {
      padding: 0;
      margin: 0 -25px 0 auto; } }
  @media (min-width: 1024px) {
    .header-nav-compact {
      width: 100%; }
      .header-nav-compact.stuck {
        background-color: #ffffff;
        width: 100% !important;
        left: 0;
        right: 0;
        margin: 0; }
        .header-nav-compact.stuck .col-navbar {
          margin-top: 0; }
        .header-nav-compact.stuck .navbar {
          padding: 15px 0;
          margin: auto; }
        .header-nav-compact.stuck .col-widget, .header-nav-compact.stuck .col-logo, .header-nav-compact.stuck .col-address, .header-nav-compact.stuck .col-phones {
          display: none !important; }
      .header-nav-compact .navbar-nav {
        flex-wrap: wrap;
        height: auto;
        justify-content: center; }
      .header-nav-compact .navbar-nav .nav-item.active > .nav-link, .header-nav-compact .navbar-nav .nav-item.hovered > .nav-link {
        color: #af3c65; }
      .header-nav-compact .navbar-nav .nav-link {
        min-width: 70px;
        padding: 5px 20px;
        color: #212121;
        font-size: 24px;
        line-height: 30px;
        text-transform: uppercase;
        font-family: "Suravaram", serif;
        white-space: nowrap;
        background: transparent;
        border: 0;
        border-radius: 0;
        text-align: center;
        transition: 0.2s; }
        .header-nav-compact .navbar-nav .nav-link [class*='icon-'] {
          font-size: 20px;
          position: relative;
          top: 4px; }
        .header-nav-compact .navbar-nav .nav-link:hover, .header-nav-compact .navbar-nav .nav-link[aria-expanded="true"] {
          color: #af3c65; } }
  @media (max-width: 1599px) and (min-width: 1500px) {
    .header-nav-compact .navbar-nav .nav-link {
      padding: 5px 15px;
      font-size: 23px; } }
  @media (max-width: 1499px) and (min-width: 1201px) {
    .header-nav-compact .navbar-nav .nav-link {
      padding: 5px 12px;
      font-size: 22px; } }
  @media (max-width: 1200px) and (min-width: 1024px) {
    .header-nav-compact .navbar-nav .nav-link {
      padding: 5px 10px;
      font-size: 22px; } }
  .header-lang.header-lang--lined {
    margin-left: 30px; }
    .header-lang.header-lang--lined .dropdown-menu {
      top: -1px;
      left: auto !important;
      width: auto !important;
      right: 0;
      border-radius: 0;
      transform: translate3d(0, 37px, 0) !important; }
  
  .header-lang.header-lang--lined .btn.dropdown-toggle {
    background: transparent;
    position: relative;
    color: #212121;
    padding-left: 0;
    padding-right: 0; }
    .header-lang.header-lang--lined .btn.dropdown-toggle:after {
      display: none; }
    .header-lang.header-lang--lined .btn.dropdown-toggle:before {
      content: '';
      position: absolute;
      left: 0;
      right: 0;
      height: 3px;
      bottom: -1px;
      background-color: #af3c65; }
  
  .header-topline--bg {
    background-color: #f6f6f6;
    border: 0; }
    .header-topline--bg .header-info [class*='icon-'] {
      color: #af3c65; }
    .header-topline--bg .header-search input[type='text'], .header-topline--bg .header-search input[type='search'] {
      position: relative;
      width: 50px;
      padding: 0;
      margin-left: -50px;
      margin-bottom: -1px;
      opacity: 0;
      background-color: transparent;
      border-bottom: 3px solid #af3c65;
      cursor: pointer; }
    .header-topline--bg .header-search input[type='text']:focus, .header-topline--bg .header-search input[type='search']:focus {
      width: 200px;
      margin-left: 10px;
      opacity: 1;
      cursor: inherit; }
  
  .header--style2 .col-address, .header--style2 .col-phones {
    display: none; }
  .header--style2 .col-widget {
    max-width: 230px; }
  @media (max-width: 1199px) and (min-width: 1024px) {
    .header--style2 .col-address, .header--style2 .col-phones {
      display: flex;
      flex-direction: column;
      justify-content: center; } }
  @media (min-width: 1200px) {
    .header--style2 .container-fluid {
      padding-left: 40px;
      padding-right: 40px; } }
  @media (max-width: 1200px) and (min-width: 1024px) {
    .header--style2 .col-navbar {
      min-width: 100%;
      padding-top: 4px;
      margin-top: 15px;
      margin-bottom: -15px;
      background: #f6f6f6;
      justify-content: center; } }
  .header--style2 .header-info [class*='icon-'] {
    font-size: 15px; }
  .header--style2 .header-search [class*='icon-'] {
    font-size: 16px; }
  .header--style2 .header-content {
    padding-top: 16px;
    padding-bottom: 16px; }
  .header--style2 .header-content.stuck {
    padding-top: 4px;
    padding-bottom: 4px; }
  .header--style2 .header-topline, .header--style2 .header-info span {
    color: #212121; }
  .header--style2 .header-info [class*='icon-'], .header--style2 .header-toggle-slide {
    color: #af3c65; }
    .header--style2 .header-info [class*='icon-'] .icon-search, .header--style2 .header-info [class*='icon-'].dropdown-toggle, .header--style2 .header-toggle-slide .icon-search, .header--style2 .header-toggle-slide.dropdown-toggle {
      color: #212121; }
  .header--style2 .header-toggle-slide span {
    color: #212121; }
  .header--style2 .header-toggle-slide {
    border-left: 0; }
  .header--style2 .header-toggle-slide {
    padding: 0 8px;
    margin: 0 5px; }
  .header--style2 .header-toggle-slide.active {
    color: #af3c65;
    background: transparent;
    border-bottom: 3px solid #af3c65; }
  .header--style2 .header-nav-compact {
    width: auto; }
  
  .col-topline-mobile {
    display: none; }
  
  @media (max-width: 1023px) {
    .col-topline-mobile {
      display: flex;
      margin-left: auto;
      justify-content: flex-end; } }
  @media (max-width: 767px) {
    .header--style2 .header-toggle-slide {
      padding: 0;
      margin: 0 12px; } }
  @media (max-width: 575px) {
    .col-topline-mobile {
      width: 100vw;
      margin: 0;
      justify-content: space-between; }
      .col-topline-mobile .header-toggle-slide:first-child {
        margin-left: 0; } }



.footer {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 100%;
    margin-top: 100px;
    background: url("images/footer-bg.jpg") repeat;
    color: #fff;
    overflow: hidden;
}

@media (max-width: 1023px) {
    .footer {
        margin-top: 50px;
    }
}

@media (max-width: 767px) {
    .footer {
        margin-top: 60px;
    }
}

.footer a {
    color: #fff;
}

.footer .col-light {
    position: relative;
    z-index: 0;
    background-color: #f3f3f3;
    color: #212121;
    padding-top: 65px !important;
    padding-left: 45px;
    padding-right: 45px;
    -webkit-box-shadow: 10px 0 20px rgba(0, 0, 0, 0.1);
    box-shadow: 10px 0 20px rgba(0, 0, 0, 0.1);
}

@media (max-width: 1023px) {
    .footer .col-light {
        padding-top: 45px !important;
        padding-bottom: 40px !important;
    }
}

.footer>.container {
    position: relative;
}

.footer>.container>.row>* {
    padding-top: 58px;
    padding-bottom: 45px;
}

@media (max-width: 1023px) {
    .footer>.container>.row>* {
        padding-top: 42px;
        padding-bottom: 25px;
    }
}

@media (max-width: 1023px) {
    .footer h2 {
        font-size: 50px;
    }
    .footer h4 {
        font-size: 32px;
    }
    .footer .col-light {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (max-width: 767px) {
    .footer h2 {
        font-size: 44px !important;
    }
    .footer h4 {
        font-size: 32px;
    }
    body.booking-form-on .footer {
        padding-bottom: 20px;
    }
}

.footer-copyright {
    font-size: 15px;
}

.footer-copyright a,
.footer-copyright span {
    color: #878787;
}

.footer-social {
    font-size: 32px;
    line-height: 1em;
}

.footer-social a {
    color: #fff;
}

.footer-social a:hover {
    color: #af3c65;
    text-decoration: none;
}

.place-table {
    width: 100%;
    font-size: 15px;
    line-height: 22px;
}

.place-table tr:not(:last-child) {
    border-bottom: 1px solid #dedddd;
}

.place-table td {
    padding: 4px 0;
}

.place-table span {
    font-size: 14px;
    color: #949494;
}

@media (min-width: 576px) and (max-width: 1023px) {
    .place-table tr:nth-child(even) {
        float: right;
    }
    .place-table tr {
        width: calc(50% - 15px);
        float: left;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 1px 0;
    }
    .place-table tr>* {
        padding-right: 15px;
    }
    .place-table tr .text-right {
        margin-left: auto;
        padding-right: 15px;
    }
    .place-table tr:nth-last-child(2) {
        border-bottom: 0;
    }
}

.footer .google-map {
    position: absolute;
    top: 0;
    right: -33%;
    bottom: 0;
    z-index: 2;
    visibility: hidden;
    width: 100%;
    opacity: 0;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}

@media (max-width: 1023px) {
    .footer .google-map {
        right: 0;
        left: 0;
    }
}

.footer .google-map.opened {
    opacity: 1;
    visibility: visible;
}

.footer .btn .opened-text {
    display: none;
}

.footer .btn.opened .opened-text {
    display: inline-block;
}

.footer .btn.opened .opened-text+span {
    display: none;
}

.footer ul.icn-list {
    font-size: 16px;
    line-height: 24px;
}

@media (max-width: 1023px) {
    .footer ul.icn-list {
        font-size: 15px;
        line-height: 22px;
    }
}

.footer ul.icn-list li {
    position: relative;
    padding-left: 30px;
}

.footer ul.icn-list li [class*='icon'] {
    position: absolute;
    left: 0;
    top: 1px;
    font-size: 22px;
    color: #af3c65;
}

.footer ul.icn-list li:not(:last-child) {
    margin-bottom: 18px;
}

.footer ul.icn-list .phone {
    font-size: 22px;
}

.backToTop {
    position: fixed;
    z-index: 1020;
    right: 25px;
    bottom: -25px;
    opacity: 0;
    width: 82px;
    height: 82px;
    border-radius: 50%;
    background: rgba(175, 60, 101, 0.75);
    font-size: 28px;
    line-height: 82px;
    color: #fff;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all 0.25s, bottom 0.75s ease-in-out;
    transition: all 0.25s, bottom 0.75s ease-in-out;
}

@media (max-width: 1023px) {
    .backToTop {
        right: 15px;
        width: 62px;
        height: 62px;
        font-size: 22px;
        line-height: 62px;
    }
}

@media (max-width: 767px) {
    .backToTop {
        width: 52px;
        height: 52px;
        font-size: 18px;
        line-height: 52px;
    }
}

.backToTop [class*='icon'] {
    display: inline-block;
    -webkit-transition: 0.25s;
    transition: 0.25s;
    height: 0;
    line-height: 0;
    margin: 0;
    vertical-align: inherit;
    width: inherit;
}

.backToTop:hover {
    background: #9c355a;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}

.backToTop:hover [class*='icon'] {
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
}

.backToTop.visible {
    opacity: 1;
    bottom: 45px;
}

@media (max-width: 1023px) {
    .backToTop.visible {
        bottom: 15px;
        right: 15px;
    }
}

@media (max-width: 767px) {
    body.booking-form-on .backToTop.visible {
        bottom: 45px;
    }
}

.footer--style2 {
    background: #f7f7f7;
    color: #212121; }
    .footer--style2 a:not(.btn) {
      color: #212121; }
    .footer--style2 .footer-social a:not(.btn) {
      color: #af3c65; }
    @media (max-width: 1229px) {
      .footer--style2 h2 {
        font-size: 40px; }
      .footer--style2 h4 {
        font-size: 28px;
        margin-bottom: 15px; } }
    .footer--style2 .col-light {
      background-color: #ffffff;
      padding-top: 55px !important;
      padding-left: 45px;
      padding-right: 45px;
      box-shadow: none;
      border-top: 5px solid #af3c65; }
      @media (max-width: 1229px) {
        .footer--style2 .col-light {
          padding-top: 35px !important;
          border-top-width: 3px; } }
      .footer--style2 .col-light p {
        font-size: 16px;
        line-height: 25px; }
        @media (max-width: 1229px) {
          .footer--style2 .col-light p {
            font-size: 15px;
            line-height: 24px; } }
    .footer--style2 ul.icn-list li:not(:last-child) {
      margin-bottom: 7px; }
    .footer--style2 ul.list-unstyled li:not(:last-child) {
      margin-bottom: 2px; }
    .footer--style2 .footer-social {
      font-size: 29px;
      line-height: 1em; }
      @media (max-width: 1023px) {
        .footer--style2 .footer-social {
          font-size: 26px; } }
    .footer--style2 .footer-copyright {
      font-size: 16px; }
      @media (max-width: 1229px) {
        .footer--style2 .footer-copyright {
          font-size: 15px; } }
    .footer--style2 .place-table {
      margin-top: -10px; }
  
  @media (min-width: 1024px) {
    .footer--style2 .col-light + * {
      padding-left: 102px; } }
      
/*slider*/

#mainSliderWrapper {
    position: relative;
}

#mainSlider {
    opacity: 0;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
}

#mainSlider.slick-initialized {
    opacity: 1;
}

#mainSlider,
#mainSlider .img--holder {
    height: 680px;
}

@media (max-width: 1229px) {
    #mainSlider,
    #mainSlider .img--holder {
        height: 520px;
    }
}

@media (max-width: 1023px) {
    #mainSlider,
    #mainSlider .img--holder {
        height: 500px;
    }
}

@media (max-width: 767px) {
    #mainSlider,
    #mainSlider .img--holder {
        height: 400px;
    }
}

@media (max-width: 575px) {
    #mainSlider,
    #mainSlider .img--holder {
        height: 190px;
    }
}

#mainSlider.main-slider--style2,
#mainSlider.main-slider--style2 .img--holder {
  height: 39.375vw;
  margin-bottom: 0; }
  @media (max-width: 1229px) {
    #mainSlider.main-slider--style2,
    #mainSlider.main-slider--style2 .img--holder {
      height: 520px; } }
  @media (max-width: 1023px) {
    #mainSlider.main-slider--style2,
    #mainSlider.main-slider--style2 .img--holder {
      height: 500px; } }
  @media (max-width: 767px) {
    #mainSlider.main-slider--style2,
    #mainSlider.main-slider--style2 .img--holder {
      height: 400px; } }
  @media (max-width: 575px) {
    #mainSlider.main-slider--style2,
    #mainSlider.main-slider--style2 .img--holder {
      height: 190px; } }

#mainSlider.main-slider--effect2 .img--holder {
  width: 100%;
  transition: all 1500ms cubic-bezier(0.7, 0, 0.3, 1);
  transform: scale(1.5); }
#mainSlider.main-slider--effect2 .slick-slide.slick-active .img--holder {
  transform: scale(1); }

#mainSlider.main-slider--effect3 .img--holder {
  width: 100%;
  transition: all 5000ms cubic-bezier(0.7, 0, 0.3, 1);
  transform: scale(1); }
#mainSlider.main-slider--effect3 .slick-slide.slick-active .img--holder {
  transform: scale(1.5); }

#mainSlider.main-slider--style2 .slide-content .vert-wrap {
  padding-bottom: 0; }
#mainSlider {
    margin-bottom: 30px;
    opacity: 0;
}

#mainSlider.slick-initialized {
    opacity: 1;
    z-index: 101;
}

#mainSlider .slide .img--holder {
    background-size: cover;
    background-position: center bottom;
    background-repeat: no-repeat;
}

#mainSlider .slide-content {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    z-index: 100;
}

#mainSlider .slide-content .vert-wrap {
    padding-bottom: 109px;
}

@media (max-width: 767px) {
    #mainSlider .slide-content .vert-wrap {
        padding-bottom: 0;
    }
}

#mainSlider .slide-content.center {
    text-align: center;
}

#mainSlider .slide-txt1 {
    font-size: 90px;
    font-family: "Cormorant Garamond", serif;
    line-height: 1em;
    color: #fff;
    margin: 0;
    letter-spacing: .03em;
}

#mainSlider .slide-txt1:not(:first-child) {
    margin-top: .1em;
}

#mainSlider .slide-txt2 {
    font-size: 20px;
    font-family: "Cormorant Garamond", serif;
    line-height: 1em;
    color: #fff;
    margin: 0;
    letter-spacing: .45em;
}

#mainSlider .slide-txt2:not(:first-child) {
    margin-top: .3em;
}

@media (max-width: 1023px) {
    #mainSlider .slide-txt1 {
        font-size: 50px;
    }
    #mainSlider .slide-txt2 {
        font-size: 14px;
    }
}

@media (max-width: 767px) {
    #mainSlider .slide-txt1 {
        font-size: 41px;
    }
    #mainSlider .slide-txt2 {
        font-size: 14px;
    }
    #mainSlider .slide-content.center {
        text-align: center;
        left: 0;
        width: 100%;
    }
}

#mainSlider .slick-prev,
#mainSlider .slick-next {
    width: 50px;
    height: 50px;
    margin-top: -25px;
    z-index: 0;
}

#mainSlider .slick-prev:before,
#mainSlider .slick-next:before {
    font-size: 50px;
    line-height: 1em;
    color: #fff;
}

#mainSlider .slick-prev {
    left: 50px;
}

#mainSlider .slick-next {
    right: 50px;
}

@media (max-width: 1199px) {
    #mainSlider .slick-prev {
        left: 0;
    }
    #mainSlider .slick-next {
        right: 0;
    }
    #mainSlider .slick-prev,
    #mainSlider .slick-next {
        width: 50px;
        height: 50px;
        margin-top: -25px;
    }
    #mainSlider .slick-prev:before,
    #mainSlider .slick-next:before {
        font-size: 50px;
    }
}

@media (max-width: 767px) {
    #mainSlider .slick-prev,
    #mainSlider .slick-next {
        display: none !important;
    }
}

#mainSliderWrapper {
    position: relative;
}

.main-slider {
    position: relative;
}

#starshine {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    overflow: hidden;
}

.shine {
    display: block;
    position: absolute;
    background-image: url(images/glitter.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    overflow: hidden;
    z-index: 2;
    opacity: 0;
    width: 130px;
    height: 130px;
    -webkit-animation: glitter 6s linear 0s infinite normal;
    animation: glitter 6s linear 0s infinite normal;
}

.shine.shine-1 {
    top: 50%;
    left: 10%;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.shine.shine-2 {
    top: 65%;
    left: 50%;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}

.shine.shine-3 {
    top: 26%;
    left: 83%;
    -webkit-animation-delay: 4s;
    animation-delay: 4s;
}

.shine.shine-4 {
    top: 5%;
    left: 30%;
    -webkit-animation-delay: 6s;
    animation-delay: 6s;
}

.shine.shine-5 {
    top: 20%;
    left: 60%;
    -webkit-animation-delay: 8s;
    animation-delay: 8s;
}

@-webkit-keyframes glitter {
    0% {
        -webkit-transform: scale(0.3) rotate(0deg);
        opacity: 0;
    }
    25% {
        -webkit-transform: scale(1) rotate(360deg);
        opacity: 1;
    }
    50% {
        -webkit-transform: scale(0.3) rotate(720deg);
        opacity: 0;
    }
    100% {
        -webkit-transform: scale(0.3) rotate(0deg);
        opacity: 0;
    }
}

@keyframes glitter {
    0% {
        -webkit-transform: scale(0.3) rotate(0deg);
        transform: scale(0.3) rotate(0deg);
        opacity: 0;
    }
    25% {
        -webkit-transform: scale(1) rotate(360deg);
        transform: scale(1) rotate(360deg);
        opacity: 1;
    }
    50% {
        -webkit-transform: scale(0.3) rotate(720deg);
        transform: scale(0.3) rotate(720deg);
        opacity: 0;
    }
    100% {
        -webkit-transform: scale(0.3) rotate(0deg);
        transform: scale(0.3) rotate(0deg);
        opacity: 0;
    }
}

.expand-btns-wrap {
    position: absolute;
    z-index: 102;
    top: 45px;
    right: 0;
    left: 0;
    bottom: 0;
    pointer-events: none;
}

.expand-btns-wrap .container {
    position: relative;
}

@media (max-width: 1023px) {
    .expand-btns-wrap {
        top: 15px;
    }
}

.expand-btn+* {
    margin-top: 7px;
}

.expand-btn a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    float: right;
    width: 93px;
    height: 93px;
    top: 0;
    right: 0;
    padding: 5px 8px;
    opacity: 0;
    visibility: hidden;
    background-color: #fff;
    font-size: 18px;
    line-height: .8em;
    font-family: "Suravaram", serif;
    text-align: center;
    -webkit-transition: 1s;
    transition: 1s;
    cursor: none;
    pointer-events: auto;
}

.expand-btn a [class*='icon-'] {
    font-size: 25px;
    line-height: 1.1em;
    color: #c3c3c3;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}

.expand-btn a .txt-sm {
    font-size: 12px;
    line-height: 14px;
    font-family: "Open Sans", sans-serif;
}

.expand-btn a>*+* {
    margin-top: 4px;
}

.expand-btn a:hover {
    background-color: #f3f3f3;
    text-decoration: none;
    color: #212121;
}

.expand-btn a:hover [class*='icon-'] {
    color: #212121;
}

.expand-btn a:first-child {
    opacity: 1;
    visibility: visible;
    background-color: rgba(34, 32, 31, 0.9);
    color: #d8d8d8;
}

.expand-btn a:first-child>*+* {
    margin-top: 14px;
}

.expand-btn a:first-child [class*='icon-'] {
    font-size: 33px;
    line-height: 1em;
    color: #c3c3c3;
}

.expand-btn.hovered a {
    opacity: 1;
    visibility: visible;
    cursor: pointer;
}

.expand-btn.hovered a:nth-child(2) {
    -webkit-transition-delay: .1s;
    transition-delay: .1s;
}

.expand-btn.hovered a:nth-child(3) {
    -webkit-transition-delay: .2s;
    transition-delay: .2s;
}

.expand-btn.hovered a:nth-child(4) {
    -webkit-transition-delay: .3s;
    transition-delay: .3s;
}

.expand-btn.hovered a:nth-child(5) {
    -webkit-transition-delay: .4s;
    transition-delay: .4s;
}

.expand-btn.hovered a:nth-child(6) {
    -webkit-transition-delay: .5s;
    transition-delay: .5s;
}

.expand-btn.hovered a:nth-child(7) {
    -webkit-transition-delay: .6s;
    transition-delay: .6s;
}

.expand-btn.hovered a:nth-child(8) {
    -webkit-transition-delay: .7s;
    transition-delay: .7s;
}

.expand-btn--social a {
    background-color: #dadada;
}

.expand-btn--social a [class*='icon-'] {
    font-size: 30px;
    line-height: 50px;
}

.expand-btn--social a:nth-last-child(1) {
    background-color: #fff;
}

.expand-btn--social a:nth-last-child(2) {
    background-color: #f3f3f3;
}

.expand-btn--social a:nth-last-child(3) {
    background-color: #e8e8e8;
}

.expand-btn--social a:nth-last-child(4) {
    background-color: #e1e1e1;
}

a.link-viber:hover [class*='icon-'] {
    color: #7b519c;
}

a.link-skype:hover [class*='icon-'] {
    color: #00aff0;
}

a.link-telegram:hover [class*='icon-'] {
    color: #0088cc;
}

a.link-whatsapp:hover [class*='icon-'] {
    color: #43d854;
}

.expand-btn--offer a {
    position: relative;
    padding: 0;
}

.expand-btn--offer img {
    width: 100%;
}

.expand-btn--offer .txt-wrap {
    position: absolute;
    bottom: 3px;
    left: 3px;
    right: 3px;
    text-align: center;
    overflow: hidden;
}

.expand-btn--offer .txt-1 {
    display: inline-block;
    padding: 0 5px;
    font-size: 19px;
    font-family: "Suravaram", serif;
    line-height: 22px;
    letter-spacing: -.5px;
    background-color: rgba(33, 33, 33, 0.8);
    width: 100%;
    color: #fff;
}

.expand-btn--offer .txt-1 span {
    display: inline-block;
    position: relative;
    vertical-align: middle;
    top: -2px;
}

.expand-btn--offer .txt-1 span.theme-color {
    font-size: 22px;
    top: -1px;
}

.expand-btn--offer .txt-2 {
    display: inline-block;
    padding: 0 5px;
    font-size: 18px;
    font-family: "Suravaram", serif;
    line-height: 22px;
    background-color: rgba(175, 60, 101, 0.8);
    color: #fff;
}

.room-card-photo {
    position: relative;
    -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
}

.room-card-photo img {
    width: 100%;
}

.room-card-photo .room-qview {
    left: 0;
    margin: auto;
    opacity: 0;
    padding: 8px 15px;
    position: absolute;
    right: 0;
    transform: scale(0.7);
    transition: all 0.3s ease 0s;
    visibility: hidden;
    width: 130px;
}

@media (max-width: 1023px) {
    .room-card-photo .room-qview {
        left: 0;
        margin: auto;
        right: 0;
        width: 100px;
    }
}

.room-card-photo:hover .room-qview {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: 0.2s;
    transition: 0.2s;
}

.room-card-info {
    background-color: #f7f7f7;
    padding: 20px 20px;
}

@media (max-width: 767px) {
    .room-card-info {
        padding: 15px;
    }
    .room-card-info .row {
        margin-left: -5px;
        margin-right: -5px;
    }
    .room-card-info [class*='col-'] {
        padding: 0 5px;
    }
    .section-M-mt30 {
        margin-top: 30px;
    }
}

@media (max-width: 575px) {
    .room-card-info {
        padding: 10px;
    }
}

.room-card-info>*+* {
    margin-top: 15px;
}

.room-card-info .room-type {
    font-size: 32px;
    line-height: 1em;
    margin-bottom: 0;
    font-weight: 500;
    font-family: "Suravaram", serif !important;
}

@media (max-width: 1229px) {
    .room-card-info .room-type {
        font-size: 29px;
    }
}

@media (max-width: 1023px) {
    .room-card-info .room-type {
        font-size: 28px;
    }
}

@media (max-width: 767px) {
    .room-card-info .room-type {
        font-size: 27px;
    }
}

.room-card-info .room-size {
    font-size: 14px;
}

@media (max-width: 767px) {
    .room-card-info .room-size {
        padding: 0 10px;
    }
}

.room-card-info .room-card-attr {
    font-size: 21px;
    line-height: 24px;
    color: #a39b9b;
}

@media (max-width: 1023px) {
    .room-card-info .room-card-attr {
        font-size: 18px;
    }
}

@media (max-width: 767px) {
    .room-card-info .room-card-attr {
        font-size: 21px;
    }
}

.room-card-info .room-card-attr [class*='icon-'] {
    position: relative;
    padding: 0 4px;
    top: 3px;
}

.room-card-info .room-price {
    font-size: 32px;
    font-family: "Suravaram", serif;
    color: #af3c65;
}

@media (max-width: 767px) {
    .room-card-info .room-price {
        font-size: 28px;
    }
}

.room-card-info .room-information {
    font-size: 22px;
    font-family: "Suravaram", serif;
    color: #af3c65;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}

@media (max-width: 767px) {
    .room-card-info .room-information {
        font-size: 20px;
    }
}

.room-card-info .room-information [class*='icon-'] {
    position: relative;
    top: 3px;
    font-size: 21px;
    margin-right: 8px;
}

@media (max-width: 767px) {
    .room-card-info .room-information [class*='icon-'] {
        font-size: 19px;
    }
}

.room-card-info .room-information:hover {
    color: #212121;
    text-decoration: none;
}

.room-carousel .slick-dots {
    margin: 30px 0 -37px;
}

@media (max-width: 1023px) {
    .room-carousel .slick-dots {
        margin: 40px 0 0px;
    }
}

@media (max-width: 575px) {
    .room-carousel .slick-dots {
        margin: 25px 0 -20px;
    }
}

.room-grid {
    margin-top: -30px;
}

.room-grid .room-card {
    margin-top: 30px;
}
.room-card--style2 .room-price {
    display: flex;
    padding: 0 9px;
    align-content: center;
    justify-content: center;
    position: absolute;
    z-index: 1;
    top: -36px;
    right: 0;
    height: 33px;
    background-color: #af3c65;
    color: #ffffff;
    font-family: "Suravaram", serif;
    font-size: 28px;
    line-height: 33px; }
  .room-card--style2 .room-card-info {
    display: flex;
    flex-direction: column;
    position: relative;
    background-color: #ffffff;
    padding: 10px 20px; }
  .room-card--style2 .room-information {
    margin: -22px 0 0 auto; }
  .room-card--style2 .room-card-info .room-information [class*='icon-'] {
    position: relative;
    top: 0;
    font-size: 16px;
    margin-right: 0; }
  .room-card--style2 .room-card-info .room-size {
    font-size: 14px;
    line-height: 18px; }
  
  .room-card-grid-four > *:nth-child(n+3) {
    margin-top: 30px; }
  
  .room-card--style3 {
    position: relative; }
    .room-card--style3 .room-price {
      display: inline-block !important;
      padding: 0 9px;
      margin-bottom: 10px;
      height: 33px;
      background-color: #af3c65;
      color: #ffffff;
      font-family: "Suravaram", serif;
      font-size: 28px;
      line-height: 33px; 
      float: unset !important;
    }
      @media (max-width: 1229px) {
        .room-card--style3 .room-price {
          padding: 0 6px;
          margin-bottom: 4px; } }
    .room-card--style3 .room-card-info {
      position: absolute;
      z-index: 1;
      left: 0;
      right: 0;
      bottom: 0;
      padding: 0 23px 25px;
      background-color: transparent;
      color: #ffffff;
      pointer-events: none; }
      @media (max-width: 1229px) {
        .room-card--style3 .room-card-info {
          padding: 0 15px 15px; } }
    .room-card--style3 .room-card-info .room-size {
      font-size: 14px;
      line-height: 18px;
      padding: 0; }
    .room-card--style3 .room-card-info .room-type {
      font-size: 51px;
      line-height: 1em;
      margin-bottom: 3px; }
      @media (max-width: 1229px) {
        .room-card--style3 .room-card-info .room-type {
          font-size: 32px; } }
    .room-card--style3 .room-card-info > * + * {
      margin-top: 0; }
      .room-carousel-2 {
        margin-left: -5px;
        margin-right: -5px; 
    }
    .room-carousel-2 .room-card--style3 {
        padding: 0 5px; 
    }
@media (max-width: 767px) {
    .room-carousel-2 {
    margin-left: 25px;
    margin-right: 25px; 
    } 
}
.services-carousel,
.services-carousel-sm {
    display: block;
}

@media (min-width: 1230px) {
    .services-carousel .slick-list,
    .services-carousel-sm .slick-list {
        overflow: visible;
    }
}

.services-carousel-sm .slick-dots {
    margin: 20px 0 30px;
}

.service-card.slick-slide.slick-active {
    opacity: 1;
    -webkit-transition: 0.25s;
    transition: 0.25s;
}

.service-card.slick-slide:not(.slick-active) {
    opacity: 1;
}

.service-card {
    -webkit-box-shadow: 0 0 55px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 55px rgba(0, 0, 0, 0.05);
}

.service-card .row {
    margin-left: 0;
    margin-right: 0;
}

@media (max-width: 767px) {
    .service-card .row {
        margin-left: 15px;
        margin-right: 15px;
    }
}

.service-card .row>[class*='col-'] {
    padding: 0;
    background-size: cover;
}

.service-card .col-content {
    height: 100%;
    padding: 65px 30px 65px 65px;
}

.service-card h3 {
    margin-bottom: 25px;
}

@media (max-width: 1023px) {
    .services-carousel {
        margin-left: -15px;
        margin-right: -15px;
    }
    .service-card .col-content {
        padding: 30px 40px;
    }
    .service-card h3 {
        font-size: 32px;
        margin-bottom: 10px;
    }
}

@media (max-width: 767px) {
    .service-card .col-content {
        padding: 20px 15px;
    }
}

.service-card-2 {
    position: relative;
}

.service-card-2 h3 {
    font-size: 38px;
    margin-bottom: 10px;
}

.service-card-2>*+* {
    margin-top: 30px;
    margin-bottom: 0;
}

.service-card-2 p:not(:first-child) {
    margin-top: 18px;
}

.service-card-2-more {
    font-size: 19px;
    line-height: 1em;
    padding: 0 5px;
    color: #af3c65;
}

.service-card-2-more:hover {
    color: #212121;
    text-decoration: none;
}

.special-card {
    position: relative; }
    .special-card-photo img {
      max-width: 86%;
      width: auto !important;
      box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1); }
    .special-card-caption {
      position: absolute;
      top: 30px;
      right: 0;
      width: 370px; }
      .special-card-caption-header {
        display: block;
        position: relative;
        padding: 10px 50px 15px 30px;
        background: #af3c65;
        background: rgba(175, 60, 101, 0.95);
        font-size: 44px;
        line-height: 40px;
        font-family: "Suravaram", serif; }
        .special-card-caption-header, .special-card-caption-header:hover {
          color: #fff;
          text-decoration: none; }
        .special-card-caption-header:after {
          position: absolute;
          top: 22px;
          right: 23px;
          content: '\e93d';
          font-family: 'hotelfont';
          font-size: 24px;
          transition: 0.2s; }
        .special-card-caption-header:before {
          position: absolute;
          top: 41px;
          right: 31px;
          content: '';
          height: 1px;
          width: 0;
          font-family: 'hotelfont';
          font-size: 24px;
          background-color: #fff;
          opacity: .8;
          transition: 0.2s; }
      @media (min-width: 768px) {
        .special-card-caption .special-card-caption-header:hover:before {
          width: 30px;
          right: 26px; }
        .special-card-caption .special-card-caption-header:hover:after {
          right: 18px; } }
      .special-card-caption-text {
        padding: 14px 30px 22px;
        background: #fff; }
        .special-card-caption-text > * + * {
          margin-top: 10px; }
    .special-card-off {
      font-size: 50px;
      line-height: .9em;
      font-family: "Suravaram", serif;
      color: #af3c65; }
      .special-card-off span {
        font-size: 24px;
        line-height: 24px; }
    .special-card-more {
      float: right;
      font-size: 22px;
      font-family: "Suravaram", serif;
      line-height: 22px; }
      .special-card-more:hover {
        text-decoration: none; }
  
  @media (max-width: 1229px) {
    .special-card-caption {
      top: 17px;
      width: 250px; }
      .special-card-caption-header {
        padding: 5px 40px 5px 15px;
        font-size: 32px;
        line-height: 26px; }
        .special-card-caption-header, .special-card-caption-header:hover {
          color: #fff;
          text-decoration: none; }
        .special-card-caption-header:before {
          top: 33px; }
        .special-card-caption-header:after {
          position: absolute;
          top: 22px;
          right: 23px;
          content: '\e93d';
          font-family: 'hotelfont';
          font-size: 24px; }
      .special-card-caption-text {
        font-size: 14px;
        line-height: 20px;
        padding: 5px 15px 0; }
        .special-card-caption-text > * + * {
          margin-top: 5px; }
    .special-card-off {
      font-size: 44px;
      line-height: 38px; }
      .special-card-off span {
        position: relative;
        top: -5px;
        font-size: 22px;
        line-height: 22px; }
    .special-card-more {
      display: none; } }
  @media (max-width: 1023px) {
    .special-card-caption-header {
      font-size: 28px; }
  
    .special-card-caption-header:after {
      right: 9px; } }
  @media (max-width: 575px) {
    .special-card-photo img {
      max-width: 100%; }
    .special-card-caption {
      right: -15px; } }
  .special-carousel .slick-track {
    padding-bottom: 10px; }
  .special-carousel .slick-dots {
    margin: 35px 0 -15px; }
    @media (max-width: 1023px) {
      .special-carousel .slick-dots {
        margin: 25px 0 -15px; } }
  
  .special-carousel .col-6:nth-child(even) .special-card-caption-header {
    background: #212121;
    background: rgba(33, 33, 33, 0.95); }
  
  .special-grid {
    margin-top: -30px; }
    .special-grid .special-card, .special-grid .special-card-2 {
      margin-top: 30px; }
  
  .special-carousel-single-prev, .special-carousel-single-next {
    position: absolute !important;
    top: 50%;
    margin-top: -96px;
    width: 182px;
    height: 192px;
    cursor: pointer; }
    .special-carousel-single-prev .slick-track, .special-carousel-single-next .slick-track {
      height: 192px; }
    .special-carousel-single-prev img, .special-carousel-single-next img {
      width: 100%;
      height: 100% !important;
      object-fit: cover;
      opacity: 1;
      transition: .2s; }
    .special-carousel-single-prev:hover img, .special-carousel-single-next:hover img {
      opacity: .7; }
    @media (max-width: 1580px) {
      .special-carousel-single-prev, .special-carousel-single-next {
        display: none; } }
  
  .special-carousel-single-prev {
    left: 0; }
  
  .special-carousel-single-next {
    right: 0; }
  
  .special-carousel-single .special-card2-photo img {
    transition: all 1000ms cubic-bezier(0.7, 0, 0.3, 1);
    transform: scale(1.5);
    opacity: 0; }
  .special-carousel-single .slick-slide {
    opacity: 0;
    transition: opacity .5s; }
  .special-carousel-single .slick-slide.slick-active {
    opacity: 1; }
  .special-carousel-single .slick-slide.slick-active .special-card2-photo img {
    transform: scale(1);
    opacity: 1; }
  .special-carousel-single .slick-prev, .special-carousel-single .slick-next {
    background-color: transparent; }
    .special-carousel-single .slick-prev:before, .special-carousel-single .slick-next:before {
      color: #af3c65; }
    .special-carousel-single .slick-prev:hover, .special-carousel-single .slick-next:hover {
      background-color: transparent; }
      .special-carousel-single .slick-prev:hover:before, .special-carousel-single .slick-next:hover:before {
        color: #000; }
  .special-carousel-single .slick-prev {
    left: -80px; }
  .special-carousel-single .slick-next {
    right: -80px; }
  .special-carousel-single .slick-prev, .special-carousel-single .slick-next {
    display: none; }
  @media (max-width: 767px) {
    .special-carousel-single .slick-list {
      overflow: visible; } }
  
    .special-card2 {
        position: relative;
        margin-right: 20px;     
    }
    @media (max-width: 1229px) {
      .special-card2 {
        margin-right: 0; 
      } 
    }
    @media (max-width: 767px) {
      .special-card2 {
        display: flex !important;
        flex-direction: column; 
      } 
    }
    .special-card2-photo {
        margin-left: auto;  
    }
    .special-card2-photo img {
      margin-left: auto;
      position: relative;
      max-width: calc(100% - 160px);
      width: auto; 
    }
    @media (max-width: 767px) {
        .special-card2-photo img {
            height: 336px !important;
            max-width: none !important;
        } 
    }
  
  .special-card2-caption {
    position: absolute;
    left: 0;
    z-index: 1;
    width: 50%;
    min-width: 440px;
    margin-top: 100px;
    background-color: #ffffff;
    padding: 65px;
    box-shadow: 0 10px 50px rgba(0, 0, 0, 0.05); }
    @media (max-width: 1229px) {
      .special-card2-caption {
        padding: 45px 40px;
        margin-top: 53px; } }
    @media (max-width: 767px) {
      .special-card2-caption {
        position: relative;
        max-width: calc(100% - 40px);
        width: calc(100% - 40px);
        min-width: 0;
        padding: 20px 20px;
        order: 10;
        margin-top: -250px; } }
    .special-card2-caption h3 {
      margin-bottom: 23px;
      font-size: 50px;
      line-height: .9em; }
      @media (max-width: 1229px) {
        .special-card2-caption h3 {
          font-size: 40px;
          line-height: 1em;
          margin-bottom: 20px; } }
      @media (max-width: 767px) {
        .special-card2-caption h3 {
          font-size: 32px;
          line-height: 34px;
          margin-bottom: 15px; } }
    .special-card2-caption:before {
      content: '';
      display: block;
      position: absolute;
      z-index: 1;
      left: 66px;
      top: 0;
      width: 88px;
      height: 4px;
      background-color: #af3c65; }
      @media (max-width: 767px) {
        .special-card2-caption:before {
          left: 15px;
          width: 60px;
          height: 3px; } }
  
  @media (max-width: 1229px) {
    .special-card2-text {
      font-size: 15px;
      line-height: 24px; } }
  @media (max-width: 767px) {
    .special-card2-text {
      font-size: 14px;
      line-height: 22px; } }
  
  .special-card2-off {
    position: absolute;
    padding: 16px 23px;
    z-index: 1;
    top: 100px;
    right: -20px;
    color: #ffffff;
    background-color: #af3c65;
    font-family: "Suravaram", serif; }
    @media (max-width: 1229px) {
      .special-card2-off {
        top: 53px;
        right: 0; } }
    @media (max-width: 1023px) {
      .special-card2-off {
        top: 30px;
        padding: 10px 15px; } }
    @media (max-width: 767px) {
      .special-card2-off {
        top: -10px;
        padding: 5px 10px; } }
    .special-card2-off > div {
      font-size: 50px;
      line-height: .9em; }
      @media (max-width: 1229px) {
        .special-card2-off > div {
          font-size: 40px; } }
      @media (max-width: 767px) {
        .special-card2-off > div {
          font-size: 28px; } }
    .special-card2-off > span {
      font-size: 24px;
      line-height: 1em; }
      @media (max-width: 1229px) {
        .special-card2-off > span {
          font-size: 22px; } }
      @media (max-width: 767px) {
        .special-card2-off > span {
          font-size: 22px; } }
  
  .special-card3 {
    position: relative; }
  
  .special-card3-photo img {
    width: 100%; }
  
  @media (max-width: 1229px) {
    .special-card3-carousel .slick-list {
      overflow: visible; } }
  .special-card3-caption {
    position: relative;
    z-index: 2;
    background-color: #ffffff;
    margin-top: -217px;
    margin-left: 63px;
    padding: 37px 65px; }
    @media (min-width: 1024px) and (max-width: 1199px) {
      .special-card3-caption {
        margin-left: 25px; } }
    @media (max-width: 1229px) {
      .special-card3-caption {
        padding: 25px 30px;
        margin-top: -120px;
        box-shadow: 0 10px 50px rgba(0, 0, 0, 0.05); } }
    @media (max-width: 767px) {
      .special-card3-caption {
        position: relative;
        max-width: 305px;
        width: 305px;
        min-width: 0;
        padding: 20px 20px;
        margin-top: -80px;
        margin-right: auto; } }
    .special-card3-caption h3 {
      margin-bottom: 23px;
      font-size: 50px;
      line-height: .9em; }
      @media (max-width: 1229px) {
        .special-card3-caption h3 {
          font-size: 40px;
          line-height: 1em;
          margin-bottom: 15px; } }
      @media (max-width: 767px) {
        .special-card3-caption h3 {
          font-size: 32px;
          line-height: 34px;
          margin-bottom: 15px; } }
    .special-card3-caption:before {
      content: '';
      display: block;
      position: absolute;
      z-index: 1;
      left: 66px;
      top: 0;
      width: 88px;
      height: 4px;
      background-color: #af3c65; }
      @media (max-width: 767px) {
        .special-card3-caption:before {
          left: 15px;
          width: 60px;
          height: 3px; } }
  
  @media (min-width: 1024px) and (max-width: 1199px) {
    .special-card3-caption-text {
      font-size: 15px;
      line-height: 24px; } }
  @media (max-width: 1229px) {
    .special-card3-caption-text {
      font-size: 15px;
      line-height: 24px; } }
  @media (max-width: 767px) {
    .special-card3-caption-text {
      font-size: 14px;
      line-height: 22px; } }
  
  @media (min-width: 1200px) {
    .special-card3.slick-slide {
      opacity: .5;
      transition: 1s; }
      .special-card3.slick-slide .special-card3-photo {
        transform: scaleY(0.9); }
      .special-card3.slick-slide:hover {
        opacity: 1; }
  
    .special-card3-photo {
      transition: 1s; }
  
    .special-card3.slick-slide.slick-active + .slick-active {
      opacity: 1; }
      .special-card3.slick-slide.slick-active + .slick-active .special-card3-photo {
        transform: scaleY(1); }
  
    .special-card3.slick-slide.slick-active + .slick-active + .slick-active {
      opacity: .5; }
      .special-card3.slick-slide.slick-active + .slick-active + .slick-active .special-card3-photo {
        transform: scaleY(0.9); }
      .special-card3.slick-slide.slick-active + .slick-active + .slick-active:hover {
        opacity: 1; } }
  .special-card-2 {
    position: relative;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1); }
    .special-card-2-photo {
      position: relative;
      max-width: 770px; }
    .special-card-2-caption {
      position: absolute;
      right: 0;
      top: 14%;
      padding: 23px 27px 19px 25px;
      font-size: 50px;
      line-height: 30px;
      background-color: #af3c65;
      font-family: "Suravaram", serif;
      color: #fff; }
      @media (max-width: 767px) {
        .special-card-2-caption {
          padding: 10px 15px 6px 10px;
          font-size: 30px;
          line-height: 20px; } }
      .special-card-2-caption span {
        display: block;
        font-size: 24px; }
        @media (max-width: 767px) {
          .special-card-2-caption span {
            font-size: 18px; } }
    .special-card-2-info {
      padding: 19px 25px 25px; }
      @media (max-width: 1229px) {
        .special-card-2-info {
          padding: 19px 20px 25px; }
          .special-card-2-info h3 {
            font-size: 32px; } }
      @media (max-width: 1023px) {
        .special-card-2-info {
          padding: 15px 15px 20px; }
          .special-card-2-info h3 {
            font-size: 30px;
            margin-bottom: 10px; }
          .special-card-2-info p {
            margin-bottom: 10px; } }
      @media (max-width: 767px) {
        .special-card-2-info {
          padding: 15px 10px 15px; }
          .special-card-2-info h3 {
            font-size: 24px;
            margin-bottom: 10px; }
          .special-card-2-info p {
            margin-bottom: 10px; } }
    .special-card-2-more {
      display: inline-block;
      font-size: 22px;
      font-family: "Suravaram", serif;
      color: #af3c65; }
      .special-card-2-more [class*='icon-'] {
        position: relative;
        top: 3px;
        font-size: 21px;
        margin-right: 10px; }
      .special-card-2-more:hover {
        text-decoration: none;
        color: #212121; }
      .special-card-2-more:not(:first-child) {
        margin-top: 9px; }
    .special-card-2 ul.services-list {
      margin: -5px 0 0 0; }
.banner-full {
    position: relative;
    padding: 40px 0;
    background: url(images/banner-bg.jpg) no-repeat 0 bottom;
}
.banner-full-text1 {
    font-size: 70px;
    font-family: "Suravaram", serif;
    line-height: 1em;
    color: #fff;
}
.banner-full-text2 {
    font-size: 32px;
    font-family: "Suravaram", serif;
    line-height: 1em;
    color: #fff;
}
@media (max-width: 767px) {
    .banner-full-text2 {
        font-size: 22px;
    }
}
.banner-full-text3 {
    font-size: 18px;
    line-height: 30px;
    color: #fff;
}
.banner-full-image {
    position: absolute;
    bottom: -40px;
    left: 50%;
}
.banner-full-image img {
    max-width: 100%;
}
@media (max-width: 1023px) {
    .banner-full {
        padding: 20px 20px;
    }
    .banner-full-text1 {
        font-size: 30px;
        line-height: 44px;
        width: 100%;
    }
    .banner-full-text2 {
        font-size: 24px;
    }
    .banner-full-image {
        bottom: -35px;
        left: 38%;
        width: 24%;
    }
}
@media (max-width: 767px) {
    .banner-full {
        padding: 20px 0 100px;
    }
    .banner-full-text1 {
        width: 100%;
        margin-bottom: 5px;
        font-size: 34px;
        line-height: 40px;
    }
    .banner-full-text2 {
        font-size: 22px;
    }
    .banner-full-image {
        bottom: -25px;
        left: calc(50% - 75px);
        width: 150px;
    }
    a.video-btn.js-video-btn img {
        width: 100%;
    }
    div.vc_custom_1521441944929 {
        margin-left: 0 !important;
    }
    .newsletter-card input {
        margin: 15px 0;
    }
}
.guestbook {
    position: relative;
    padding: 0;
    margin-bottom: 0px;
    max-width: 1420px;
    height: 485px;
    background: url(images/guestbook-bg.jpg) no-repeat center 0;
    overflow: hidden;
    margin-left: -100px;
    margin-right: -100px;
}
.guestbook-text1 {
    font-size: 38px;
    font-family: "Suravaram", serif;
    line-height: 1em;
    margin-bottom: 23px;
}
.guestbook-review-author {
    font-size: 16px;
    line-height: 1.2em;
    color: #4f4f4f;
}
.guestbook-review-text {
    margin-bottom: 20px;
    font-size: 22px;
    line-height: 30px;
    color: #4f4f4f;
    font-family: "Cormorant Garamond", serif;
    font-weight: 500;
}
.guestbook-review a {
    font-size: 24px;
    line-height: 25px;
    font-family: "Suravaram", serif;
    color: #af3c65;
}
.guestbook-review a:hover {
    text-decoration: none;
    color: #212121;
}
.guestbook-bookmark {
    position: absolute;
    top: -6px;
    left: 50%;
    margin-left: -10px;
}
.reviews-carousel .slick-dots {
    margin: 25px 0 -20px;
}
@media (max-width: 1023px) {
    .reviews-carousel .slick-dots {
        margin-top: 15px;
    }
}
.reviews-carousel .slick-dots button {
    width: 7px;
    height: 7px;
    padding: 5px !important;
    margin: 0 10px !important;
}
@media (max-width: 767px) {
    .reviews-carousel {
        margin-bottom: 10px;
    }
    .guestbook img {
        width: 100%;
    }
}
.guestbook-content {
    padding: 48px 56px 0;
}
.guestbook-rating {
    margin-top: 5px;
}
.guestbook-rating-value {
    top: 20px;
    position: relative;
    font-size: 50px;
    font-family: "Suravaram", serif;
    line-height: 1em;
}
.guestbook-rating-value span {
    font-size: 23px;
}
.guestbook-rating [class*='icon-'] {
    font-size: 13px;
    margin: 0 2px;
    color: #cecece;
}
.guestbook-rating-unit {
    margin-bottom: 13px;
    font-size: 16px;
    line-height: 30px;
}
.guestbook-rating-visual {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
@media (max-width: 575px) {
    .guestbook-rating-visual {
        max-width: 145px;
    }
    .guestbook-rating {
        margin-top: 0;
    }
}
.guestbook-rating-visual span {
    position: relative;
    display: block;
    width: 100%;
    margin-right: 3px;
    height: 3px;
    background-color: #e0e0e0;
}
.guestbook-rating-visual span:last-child {
    margin-right: 0;
}
.guestbook-rating-visual span.fill {
    background: #af3c65;
}
.guestbook-rating-visual span.half-fill:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 50%;
    background: #af3c65;
}
@media (max-width: 1400px) {
    .guestbook-content {
        padding: 30px 40px 0 30px;
    }
}
@media (max-width: 1229px) {
    .guestbook {
        margin-bottom: 15px;
        max-width: 1420px;
        height: 462px;
        background-position: calc(50% - 332px) top;
        margin-left: 0;
        margin-right: 0px;
        width: 100%;
    }
    .guestbook-text1 {
        font-size: 32px;
        line-height: 1em;
        margin-bottom: 15px;
    }
    .guestbook-bookmark {
        left: calc(50% - 332px);
    }
    .guestbook-content {
        padding: 30px 70px 0 80px;
        width: 700px;
        margin: 0 auto;
    }
}
@media (max-width: 767px) {
    .guestbook {
        margin-bottom: 145px;
        max-width: 1420px;
        height: 462px;
        background-position: -681px top;
    }
    .guestbook-text1 {
        font-size: 28px;
        line-height: 1em;
        margin-bottom: 15px;
    }
    .guestbook-bookmark {
        left: 50px;
    }
    .guestbook-content {
        padding: 30px 50px 0 80px;
        width: auto;
    }
}
@media (max-width: 575px) {
    .guestbook {
        margin-bottom: 80px;
        max-width: 1420px;
        height: 460px;
    }
    .guestbook .slick-dots li:not(.slick-active) button {
        background: #dedede;
    }
    .guestbook-text1 {
        font-size: 28px;
        line-height: 1em;
        margin-bottom: 15px;
    }
    .guestbook-review-author {
        font-size: 14px;
        margin-bottom: 10px;
    }
    .guestbook-content {
        padding: 5px 0px 0 167px;
    }
    .guestbook-review-text {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 10px;
    }
    .guestbook-review a {
        font-size: 20px;
    }
    .reviews-carousel {
        margin-bottom: 0 !important;
    }
    .reviews-carousel .slick-dots {
        margin: 10px 0 0;
    }
    .col-20 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 180px);
        flex: 0 0 calc(100% - 180px);
        max-width: calc(100% - 100px);
    }
    .guestbook-rating-unit {
        margin-bottom: 15px;
        font-size: 14px;
        line-height: 22px;
    }
    .guestbook-rating-value {
        top: -5px;
    }
}
@media (max-width: 480px) {
    .guestbook {
        background-position: -723px top !important;
        height: 500px !important;
        background-size: cover;
    }
    .wpb_wrapper .guestbook-bookmark {
        left: 24px;
    }
    .guestbook-content {
        padding: 20px 15px 0 50px;
    }
}
@media (max-width: 376px) {
    .guestbook-bookmark {
        left: 24px;
    }
    .guestbook-content {
        padding: 20px 15px 0 50px;
    }
}
.faq-item {
    border-bottom: 1px solid #d8d8d8;
}
.faq-item:last-child {
    border-bottom: 0;
}
.faq-item [data-toggle='collapse'] {
    display: block;
    position: relative;
    padding: 13px 0 13px 50px;
    font-size: 32px;
    font-family: "Suravaram", serif;
    line-height: 1em;
    color: #000;
    text-decoration: none;
}
.faq-item [data-toggle='collapse']:hover {
    text-decoration: none;
    color: #af3c65;
}
.faq-item [data-toggle='collapse']:after {
    position: absolute;
    top: 13px;
    left: 3px;
    content: '\e924';
    font-family: 'hotelfont';
    font-size: 23px;
    color: #af3c65;
}
.faq-item [data-toggle='collapse'][aria-expanded="true"]:after {
    content: '\e923';
}
.faq-item .faq-item-content>* {
    padding: 6px 0 15px 50px;
}
.faq-accordion {
    margin: -15px 80px 25px;
}
@media (max-width: 1023px) {
    .faq-item [data-toggle='collapse'] {
        font-size: 28px;
        padding-left: 40px;
    }
    .faq-accordion {
        margin: -15px 50px 25px;
    }
}
.instagram-grid {
    overflow: hidden;
    margin-top: 30px;
}
.instagram-grid>a {
    display: block;
    position: relative;
    float: left;
    width: 16.66%;
    background: #212121;
    overflow: hidden;
}
.instagram-grid>a img {
    width: calc(100% + 1px);
    -webkit-transition: 0.25s;
    transition: 0.25s;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0) scale(1, 1);
}
.instagram-grid>a span.icn {
    position: absolute;
    bottom: 0;
    right: 0;
    content: '';
    width: 44px;
    height: 44px;
    background: rgba(33, 33, 33, 0.5);
    color: #ddd;
    text-align: center;
    -webkit-transition: 0.25s;
    transition: 0.25s;
}
.instagram-grid>a span.icn:after {
    position: absolute;
    top: 50%;
    left: 50%;
    content: '\e91e';
    font-family: 'hotelfont';
    font-size: 24px;
    line-height: 1em;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.instagram-grid>a:hover span.icn {
    background: rgba(33, 33, 33, 0);
}
.instagram-grid>a:hover img {
    opacity: .6;
}
@media (max-width: 1023px) {
    .instagram-grid>a {
        width: 25%;
    }
    .instagram-grid>a:nth-child(-n+4) {
        display: block;
    }
}
@media (max-width: 767px) {
    .instagram-grid>a {
        width: 50%;
    }
}
.newsletter-card {
    background: url(images/newsletter-bg.jpg) repeat right center;
    border-top: 4px solid #af3c65;
    overflow: hidden;
    padding: 36px 40px 50px;
    color: #fff;
    font-size: 15px;
    line-height: 22px;
}
@media (max-width: 1023px) {
    .newsletter-card {
        padding: 25px 25px 25px;
    }
    .newsletter-card h2 {
        margin-top: -10px;
        font-size: 50px;
    }
    .newsletter-card form {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .newsletter-card form .btn {
        margin-left: 8px;
        min-height: 42px;
        padding: 7px 20px;
    }
    .newsletter-card form .form-control {
        min-height: 42px;
        padding: 7px 12px;
    }
}
@media (max-width: 767px) {
    .newsletter-card {
        padding: 20px 15px 20px;
        margin-left: -15px;
        margin-right: -15px;
        width: calc(100% + 30px);
    }
    .newsletter-card h2 {
        margin-top: 0;
        font-size: 44px;
    }
    .newsletter-card form {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .newsletter-card form .btn {
        margin-left: 0;
        margin-top: 10px;
    }
}
.modal-dialog {
    max-width: 800px;
    margin: 35px auto;
}
.modal .close {
    position: absolute;
    right: -32px;
    top: -32px;
    font-size: 16px;
    font-weight: normal;
    color: #fff;
    opacity: 1;
    text-shadow: 0;
    padding: 12px 12px;
}
.modal .close:hover {
    opacity: .8;
}
.modal-body {
    padding: 5px;
}
.modal-content {
    border: 0;
    border-radius: 0;
}
.modal-form .modal-dialog {
    max-width: 370px;
}
@media (max-width: 767px) {
    .modal-form .modal-dialog {
        max-width: 280px;
        margin: 0 50px;
    }
}
.modal-form .modal-content .form-control+* {
    margin-top: 8px;
}
.modal-form .modal-content textarea {
    min-height: 98px;
}
.modal-form .modal-body {
    padding: 20px;
}
.modal-form .modal-body .form-group {
    margin-bottom: 0;
}
.modal-form .modal-body .popover-content {
    position: relative;
    border-color: #efefef;
    margin-top: -3px;
    border-radius: 0;
    bottom: auto !important;
}
.modal-form .close {
    font-size: 12px;
    z-index: 1;
    right: 0;
    top: 0;
    color: #212121;
}
.modal-backdrop {
    z-index: 1030;
}
.modal.fade .modal-dialog {
    -webkit-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}
.modal-dialog {
    min-height: calc(100vh - 60px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: auto;
    overflow-x: hidden;
}
@media (max-width: 768px) {
    .modal-dialog {
        min-height: calc(100vh - 20px);
    }
}
.mfp-fade.mfp-bg {
    opacity: 0;
    -webkit-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}
.mfp-fade.mfp-bg.mfp-ready {
    opacity: 0.8;
}
.mfp-fade.mfp-bg.mfp-removing {
    opacity: 0;
}
.mfp-fade.mfp-wrap .mfp-content {
    opacity: 0;
    -webkit-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1;
}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0;
}
.mfp-content .mfp-close {
    font-size: 0;
    width: 40px;
    top: -25px;
    right: -27px;
}
.mfp-content .mfp-close:after {
    width: 40px;
    height: 30px;
    content: '\e93a';
    text-align: center;
    font-size: 15px;
    font-family: 'hotelfont';
    line-height: 30px;
}
.mfp-arrow:after {
    width: 40px;
    height: 40px;
    content: '\e93d';
    text-align: center;
    font-size: 35px;
    font-family: 'hotelfont';
    line-height: 35px;
    border: 0;
    color: #fff;
}
.mfp-arrow.mfp-arrow-right {
    right: 15px;
}
.mfp-arrow.mfp-arrow-left:after {
    content: '\e93c';
}
.slider-gallery,
.slider-single {
    overflow: hidden;
}
.slider-gallery-main,
.slider-gallery-thumbs,
.slider-room-gallery-main,
.slider-room-gallery-thumbs,
.slider-single {
    opacity: 0;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
}
.slider-gallery-main li,
.slider-gallery-thumbs li,
.slider-room-gallery-main li,
.slider-room-gallery-thumbs li,
.slider-single li {
    margin-bottom: 0 !important;
}
.slider-gallery-main.slick-initialized,
.slider-gallery-thumbs.slick-initialized,
.slider-room-gallery-main.slick-initialized,
.slider-room-gallery-thumbs.slick-initialized,
.slider-single.slick-initialized {
    opacity: 1;
}
.slider-room-gallery-thumbs:hover .slick-prev {
    left: 5px;
}
.slider-room-gallery-thumbs:hover .slick-next {
    right: 5px;
}
.slider-gallery-main {
    margin-bottom: 10px;
}
.slider-room-gallery-main {
    margin-bottom: 30px;
}
@media (max-width: 767px) {
    .slider-room-gallery-main {
        margin-bottom: 10px;
    }
}
.slider-gallery-thumbs,
.slider-room-gallery-thumbs {
    margin-bottom: 0;
}
.slider-gallery-thumbs li,
.slider-room-gallery-thumbs li {
    cursor: pointer;
    background-color: #212121;
}
.slider-gallery-thumbs .slick-slide img,
.slider-room-gallery-thumbs .slick-slide img {
    opacity: .5;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0) scale(1, 1);
    margin-bottom: -1px;
}
.slider-gallery-thumbs .slick-slide:not(.slick-active)+.slick-slide.slick-active img,
.slider-gallery-thumbs .slick-slide:hover img,
.slider-room-gallery-thumbs .slick-slide:not(.slick-active)+.slick-slide.slick-active img,
.slider-room-gallery-thumbs .slick-slide:hover img {
    opacity: 1;
}
.slider-room-gallery-thumbs {
    margin-left: -5px;
    margin-right: -5px;
}
.slider-room-gallery-thumbs li {
    margin: 0 5px;
    cursor: pointer;
    background-color: #212121;
}
.filters-toggle {
    position: absolute;
    z-index: 99;
    top: 18px;
    right: 0;
    display: block;
    width: 36px;
    height: 36px;
    background: #af3c65;
    color: #fff !important;
    font-size: 18px;
    line-height: 42px;
    text-align: center;
    cursor: pointer;
}
.filters-toggle:hover {
    background: #212121;
    text-decoration: none;
    color: #fff;
}
@media (max-width: 1229px) {
    .filters-toggle {
        top: 12px;
    }
}
@media (max-width: 1023px) {
    .filters-toggle {
        top: 8px;
        right: 0;
    }
}
@media (max-width: 767px) {
    .filters-toggle {
        top: 0;
    }
}
.filters-slide {
    position: fixed;
    top: 0;
    right: -304px;
    height: 100vh;
    padding: 15px 0 0;
    z-index: 1045;
    width: 304px;
    height: 100%;
    color: #fff;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    background: #af3c65;
}
.filters-slide h3,
.filters-slide h4 {
    color: #fff;
}
.filters-slide-inside {
    height: 100%;
    overflow-y: scroll;
    padding: 0 32px 0;
}
.filters-slide-close {
    position: absolute;
    top: 0px;
    right: 5px;
    padding: 10px;
    cursor: pointer;
    font-size: 12px;
    z-index: 1;
}
.filters-slide-close:hover {
    opacity: .5;
}
.filters-slide.active {
    right: 0;
}
.noUi-horizontal {
    height: 6px;
}
.noUi-horizontal .noUi-handle {
    width: 15px;
    height: 15px;
    left: -7.5px;
    top: -5px;
    border: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #fff;
    border-radius: 50%;
    cursor: pointer;
    -webkit-box-shadow: 0 0 2px rgba(175, 60, 101, 0.5);
    box-shadow: 0 0 2px rgba(175, 60, 101, 0.5);
}
.noUi-target {
    border-radius: 0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: rgba(255, 255, 255, 0.2);
    margin-bottom: 12px;
}
.noUi-origin {
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.noUi-connect {
    background: rgba(255, 255, 255, 0.7);
    border: 0;
    border-radius: 0;
    height: 6px;
    -webkit-transition: background 450ms;
    transition: background 450ms;
}
.noUi-handle:before,
.noUi-handle:after {
    display: none;
    border: 0;
    border-radius: 0;
    -webkit-transition: background 450ms;
    transition: background 450ms;
}
.side-block h5 {
    bottom: 0;
}
.side-block label {
    width: 100%;
    font-size: 14px;
    line-height: 28px;
}
.side-block+.side-block {
    margin-top: 30px;
}
.overlay {
    position: fixed;
    top: 0;
    display: none;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0);
}
.btn-filter {
    background: #fff;
    border: 2px solid #fff;
    padding: 8px 24px;
    color: #af3c65;
}
.btn-filter:hover {
    background: transparent !important;
    color: #fff;
}
.btn-filter-invert {
    background: transparent;
    color: #fff !important;
}
.btn-filter-invert:hover {
    background: #fff;
    color: #af3c65;
}
.rating {
    margin-top: 0;
}
.rating-unit {
    font-size: 16px;
    line-height: 30px;
}
@media (max-width: 1023px) {
    .rating-unit {
        font-size: 14px;
        line-height: 28px;
    }
}
.rating-unit>span {
    padding-bottom: 7px;
}
.rating-visual {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 210px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
@media (max-width: 575px) {
    .rating-visual {
        max-width: 145px;
    }
}
.rating-visual span {
    position: relative;
    display: block;
    width: 100%;
    margin-right: 3px;
    height: 3px;
    background-color: #e0e0e0;
}
.rating-visual span:last-child {
    margin-right: 0;
}
.rating-visual span.fill {
    background: #af3c65;
}
.rating-visual span.half-fill:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 50%;
    background: #af3c65;
}
.rating-unit+.rating-unit {
    margin-top: 21px;
}
@media (max-width: 575px) {
    .rating-unit+.rating-unit {
        margin-top: 10px;
    }
}
.rating-box .rating-value {
    font-size: 30px;
    line-height: 1em;
    font-family: "Suravaram", serif;
}
@media (max-width: 1023px) {
    .rating-box .rating-value {
        font-size: 26px;
    }
}
.rating-box .recommendation-value {
    font-size: 30px;
    line-height: 1em;
    font-family: "Suravaram", serif;
}
@media (max-width: 1023px) {
    .rating-box .recommendation-value {
        font-size: 26px;
    }
}
.rating-box .recommendation-value span {
    font-size: 50px;
    color: #af3c65;
}
@media (max-width: 1023px) {
    .rating-box .recommendation-value span {
        font-size: 40px;
    }
}
.rating-stars [class*='icon-'] {
    position: relative;
    top: 3px;
    color: #cecece;
    padding-right: 3px;
    font-size: 22px;
}
.star-1 [class*='icon-']:nth-child(-n+1) {
    color: #af3c65;
}
.star-2 [class*='icon-']:nth-child(-n+2) {
    color: #af3c65;
}
.star-3 [class*='icon-']:nth-child(-n+3) {
    color: #af3c65;
}
.star-4 [class*='icon-']:nth-child(-n+4) {
    color: #af3c65;
}
.star-5 [class*='icon-'] {
    color: #af3c65 !important;
}
.star .review-rating input:checked~label {
    color: #af3c65 !important;
}
.star .review-rating:not(:checked)>label:hover,
.star .review-rating:not(:checked)>label:hover~label {
    color: #ddd;
}
.review-box {
    border: 1px solid #e2e2e2;
    padding: 22px 56px 30px 26px;
}
@media (max-width: 767px) {
    .review-box {
        padding: 22px 36px 30px 26px;
    }
}
@media (max-width: 767px) {
    .review-box {
        padding: 20px;
    }
}
.review-box-rating [class*='icon-'] {
    color: #cecece;
    padding-right: 2px;
    font-size: 14px;
}
.review-box-rating+* {
    margin-top: 26px;
}
.review-box-author,
.review-box-arrival {
    position: relative;
    padding-left: 35px;
    font-size: 14px;
    line-height: 26px;
}
.review-box-author b,
.review-box-arrival b {
    font-weight: 600;
}
.review-box-author [class*='icon-'],
.review-box-arrival [class*='icon-'] {
    position: absolute;
    top: 5px;
    left: 0;
    font-size: 18px;
    color: #cacaca;
}
.review-box-author+*,
.review-box-arrival+* {
    margin-top: 26px;
}
.review-box-title>* {
    margin-bottom: 0;
}
.review-box-text {
    font-size: 15px;
    line-height: 28px;
}
.review-box-date {
    font-size: 14px;
    line-height: 28px;
    color: #959595;
    white-space: nowrap;
}
.review-box-bot {
    font-size: 14px;
    line-height: 26px;
}
.review-box-bot b {
    font-weight: 600;
}
.review-box-bot [class*='icon-'] {
    position: relative;
    top: 1px;
    color: #af3c65;
    padding-right: 15px;
}
.review-box-text:not(:first-child),
.review-box-title:not(:first-child),
.review-box-bot:not(:first-child) {
    margin-top: 26px;
}
.review-box-helpful>* {
    padding-right: 10px;
}
.review-box-helpful a {
    padding-right: 4px;
}
.review-box + * {
    margin-top: 25px;
}
.testimonials-wrap {
    position: relative; }
    .testimonials-wrap .testimonials-bg {
      position: absolute;
      top: 0;
      right: 0;
      z-index: 0;
      transform: translateX(13%);
      max-width: calc(100% - 280px); }
      .testimonials-wrap .testimonials-bg img {
        max-width: 100%; }
      @media (max-width: 1023px) {
        .testimonials-wrap .testimonials-bg {
          transform: translateX(0);
          max-width: 60%; } }
      @media (max-width: 767px) {
        .testimonials-wrap .testimonials-bg {
          max-width: 100%;
          position: relative;
          width: 100%;
          height: 315px; }
          .testimonials-wrap .testimonials-bg img {
            width: calc(100% + 30px);
            height: 315px;
            margin: 0 -15px;
            max-width: none;
            object-fit: cover; } }
    @media (max-width: 767px) {
      .testimonials-wrap .testimonials-carousel {
        margin-left: -15px; } }
    .testimonials-wrap .title-wrap {
      padding-top: 20px; }
  
  .testimonials-item {
    position: relative;
    padding: 70px 57px 50px;
    color: #4f4f4f; }
    @media (max-width: 1229px) {
      .testimonials-item {
        padding: 35px; } }
    @media (max-width: 767px) {
      .testimonials-item {
        padding: 20px 15px 15px; 
      } 
    }
    .testimonials-item-text {
      position: relative;
      z-index: 1;
      font-size: 25px;
      line-height: 1.36em;
      font-style: italic;
      font-family: "Cormorant Garamond", serif; 
      font-weight: 400;
    }
      @media (max-width: 1229px) {
        .testimonials-item-text {
          font-size: 22px; } }
      @media (max-width: 767px) {
        .testimonials-item-text {
          font-size: 20px;
          line-height: 25px; } }
    .testimonials-item-author {
      position: relative;
      z-index: 1;
      margin-top: 45px;
      display: flex;
      align-items: center;
      font-size: 16px;
      line-height: 1.625em; }
      @media (max-width: 1229px) {
        .testimonials-item-author {
          align-items: flex-start;
          margin-top: 20px;
          font-size: 15px; } }
      @media (max-width: 767px) {
        .testimonials-item-author {
          margin-top: 15px;
          font-size: 13px; } }
    .testimonials-item-author-photo {
      display: flex;
      width: 100px;
      height: 100px;
      margin-right: 30px; }
      @media (max-width: 1229px) {
        .testimonials-item-author-photo {
          width: 48px;
          height: 48px;
          margin-right: 15px; } }
      .testimonials-item-author-photo img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 50%; }
    .testimonials-item-rating {
      margin-top: 7px;
      margin-bottom: 7px; }
      @media (max-width: 1229px) {
        .testimonials-item-rating {
          margin-top: 5px;
          margin-bottom: 0; }
          .testimonials-item-rating .review-box-rating [class*='icon-'] {
            font-size: 12px; } }
      @media (max-width: 767px) {
        .testimonials-item-rating {
          margin-top: 2px; }
          .testimonials-item-rating .review-box-rating [class*='icon-'] {
            font-size: 11px; } }
    .testimonials-item-quote {
      position: absolute;
      top: 23px;
      left: 50px;
      font-size: 100px;
      opacity: .1;
      color: #af3c65; }
      @media (max-width: 1229px) {
        .testimonials-item-quote {
          top: 5px;
          left: 25px;
          font-size: 70px; } }
      @media (max-width: 1229px) {
        .testimonials-item-quote {
          top: 5px;
          left: 15px;
          font-size: 35px; } }
  
  .testimonials-carousel {
    position: relative;
    z-index: 1;
    width: 652px;
    background-color: #ffffff;
    box-shadow: 0 10px 50px rgba(0, 0, 0, 0.05); }
    @media (max-width: 1229px) {
      .testimonials-carousel {
        width: 500px; } }
    @media (max-width: 767px) {
      .testimonials-carousel {
        margin-top: -225px;
        width: 400px; } }
    @media (max-width: 575px) {
      .testimonials-carousel {
        width: 280px; } }
    .testimonials-carousel .slick-prev, .testimonials-carousel .slick-next {
      background-color: transparent;
      top: auto;
      left: auto; }
      .testimonials-carousel .slick-prev:before, .testimonials-carousel .slick-next:before {
        font-size: 29px;
        color: #af3c65; }
      .testimonials-carousel .slick-prev:hover, .testimonials-carousel .slick-next:hover {
        background-color: transparent; }
        .testimonials-carousel .slick-prev:hover:before, .testimonials-carousel .slick-next:hover:before {
          color: #000; }
    .testimonials-carousel .slick-prev {
      bottom: 60px;
      right: 80px; }
    .testimonials-carousel .slick-next {
      bottom: 60px;
      right: 30px; }
  
  .testimonials-title {
    width: 652px;
    margin-left: auto;
    text-align: center; }
    @media (max-width: 1229px) {
      .testimonials-title {
        width: 500px; } }
    @media (max-width: 1023px) {
      .testimonials-title {
        width: 50%; } }
    @media (max-width: 575px) {
      .testimonials-title {
        width: 100%; } }
  
  .testimonials-wrap-reversed .testimonials-bg {
    right: auto;
    left: 0;
    transform: translateX(-13%);
    max-width: 60%; }
  .testimonials-wrap-reversed .testimonials-carousel {
    margin-left: auto; }
  .testimonials-wrap-reversed .testimonials-item-text {
    text-align: center; }
  .testimonials-wrap-reversed .testimonials-item-author {
    display: flex;
    justify-content: center;
    text-align: left; }
  @media (max-width: 767px) {
    .testimonials-wrap-reversed .testimonials-bg {
      max-width: 100%;
      transform: translateX(0); }
    .testimonials-wrap-reversed .testimonials-carousel {
      margin-right: -15px; } }

.gallery-item {
    position: relative;
    float: left;
    width: calc(33.333% - 20px);
    margin-bottom: 30px;
    overflow: hidden;
    background: #071638;
}
@media (max-width: 767px) {
    .gallery-item {
        width: calc(50% - 15px);
    }
}
@media (max-width: 575px) {
    .gallery-item {
        width: 100%;
        margin-bottom: 15px;
    }
}
.gallery-item img {
    width: 100%;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.gallery-item .hover {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    color: #fff;
    text-align: center;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background-color: rgba(33, 33, 33, 0.6);
    text-decoration: none !important;
}
.gallery-item .hover span {
    display: block;
}
.gallery-item .hover .view {
    position: absolute;
    top: 50%;
    width: 100%;
    margin-top: -22px;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.gallery-item .hover .view [class*='icon-'] {
    text-align: center;
    font-size: 50px;
}
.gallery-item-image {
    overflow: hidden;
}
.gallery-item:hover .hover {
    opacity: 1;
}
.gallery-item:hover .hover .view {
    -webkit-transform: scale(1);
    transform: scale(1);
}
.filters-by-category ul {
    margin: 0 0 45px !important;
    padding: 0;
    list-style: none;
    text-align: center;
}
.filters-by-category ul li {
    display: inline-block;
    margin: 0 5px 10px;
}
@media (max-width: 575px) {
    .filters-by-category ul li {
        display: block;
        margin: 0 auto 5px;
        max-width: 370px;
    }
}
.filters-by-category ul li a {
    display: block;
    position: relative;
    text-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
    font-size: 24px;
    line-height: 28px;
    padding: 10px 24px;
    font-family: "Suravaram", serif;
    background: #f7f7f7;
    border-radius: 2px;
    text-decoration: none;
    -webkit-transition: .15s;
    transition: .15s;
}
@media (max-width: 767px) {
    .filters-by-category ul li a {
        padding: 5px 20px;
        font-size: 22px;
        line-height: 24px;
    }
}
.filters-by-category ul li a:hover {
    text-decoration: none;
}
@media (min-width: 1024px) {
    .filters-by-category ul li a:after {
        position: absolute;
        top: calc(100% - 3px);
        left: 50%;
        z-index: -1;
        margin-left: -8px;
        width: 0;
        height: 0;
        border: solid transparent;
        border-width: 8px;
        border-color: transparent;
        border-top-color: #af3c65;
        content: '';
        pointer-events: none;
        opacity: 0;
        -webkit-transition: .15s;
        transition: .15s;
        text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    }
}
.filters-by-category ul li a.selected {
    color: #fff;
    background-color: #af3c65;
}
.filters-by-category ul li a.selected:after {
    opacity: 1;
}
.catalog-widget {
    position: relative;
    min-height: 86px;
    display: inline-block;
    top: 4px;
}
.onloader {
    text-align: center;
    width: 210px;
}
.catalog-widget-inside {
    visibility: hidden;
    position: absolute;
    z-index: 1000;
    top: 0;
    left: 0;
    width: 210px;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    -webkit-transition: 0s;
    transition: 0s;
}
.catalog-widget-inside li,
.catalog-widget-inside ul {
    list-style: outside none none;
}
.catalog-widget-inside>a {
    position: relative;
    overflow: hidden;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
    opacity: 0;
    height: 0;
    visibility: hidden;
    display: block;
    border-top: 1px solid #fafafa;
    -webkit-transition: 0s;
    transition: 0s;
    color: inherit;
    text-decoration: none !important;
}
.catalog-widget-inside>a:hover {
    color: inherit !important;
    text-decoration: none !important;
}
.catalog-widget-inside>a:first-child {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
    padding: 0 35px 0 0;
    background: #fff;
    border-top: 4px solid #af3c65;
    text-decoration: none;
    height: 86px;
}
.catalog-widget-inside>a:first-child:after {
    position: absolute;
    top: calc(50% - 20px);
    right: 0;
    display: block;
    margin: 0;
    padding: 0;
    width: 40px;
    height: 30px;
    border: 0;
    content: '\e935';
    text-align: center;
    font-size: 15px;
    font-family: 'hotelfont';
    line-height: 30px;
}
.catalog-widget-inside>a:first-child:hover {
    text-decoration: none;
}
.catalog-widget-inside .dropdown-menu {
    width: 100%;
    margin-top: -2px;
    -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1) !important;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1) !important;
}
.catalog-widget-inside a.dropdown-item {
    padding: 0;
    border-top: 2px solid #f8f8f8;
}
.catalog-widget-inside a.dropdown-item:hover {
    background: transparent;
}
.catalog-widget-inside.show .dropdown-toggle {
    background: #fff;
}
body:not(.touch) .catalog-widget-toggle {
    display: none;
}
body.touch .catalog-widget-toggle {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 86px;
}
body:not(.touch) .catalog-widget:hover {
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
body:not(.touch) .catalog-widget:hover a {
    -webkit-transition: 0.2s;
    transition: 0.2s;
}
body:not(.touch) .catalog-widget a:hover {
    background-color: #fbfbfb;
}
body:not(.touch) .catalog-widget:hover a,
body.touch .catalog-widget.opened a {
    opacity: 1;
    visibility: visible;
    cursor: pointer;
    height: 86px;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
body:not(.touch) .catalog-widget a>div {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transition: 0.2s;
    transition: 0.2s;
}
body:not(.touch) .catalog-widget a:hover>div {
    -webkit-transform: translate(10px, 0);
    transform: translate(10px, 0);
    -webkit-transition: 0.2s;
    transition: 0.2s;
}
body:not(.touch) .catalog-widget:hover a:nth-child(2) {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}
body:not(.touch) .catalog-widget:hover a:nth-child(3) {
    -webkit-transition-delay: .1s;
    transition-delay: .1s;
}
body:not(.touch) .catalog-widget:hover a:nth-child(4) {
    -webkit-transition-delay: .2s;
    transition-delay: .2s;
}
@media (max-width: 1023px) {
    .catalog-widget {
        top: 0;
    }
}
.widget-booking {
    padding: 15px 0 15px 25px;
    width: 176px;
    height: 82px;
}
.widget-booking img {
    width: 100%;
}
.widget-booking .inside {
    position: relative;
}
.widget-booking-logo {
    position: absolute;
    top: 36px;
    left: -2px;
    width: 95px;
}
.widget-booking-rating {
    position: absolute;
    top: -3px;
    left: 56px;
    width: 51px;
}
.widget-booking-ratingnumber {
    position: absolute;
    top: -8px;
    left: -2px;
    font-family: "Suravaram", serif;
    font-size: 50px;
    line-height: 1em;
    color: #212121;
}
.widget-booking-text {
    position: absolute;
    top: 15px;
    left: 57px;
    font-size: 12px;
    color: #af3c65;
}
.widget-tripadvisor {
    padding: 15px 0 15px 25px;
    width: 176px;
    height: 82px;
}
.widget-tripadvisor img {
    width: 100%;
}
.widget-tripadvisor .inside {
    position: relative;
}
.widget-tripadvisor-logo {
    position: absolute;
    top: 0;
    left: -1px;
    width: 118px;
}
.widget-tripadvisor-rating {
    position: absolute;
    top: 19px;
    left: -1px;
    width: 75px;
}
.widget-tripadvisor-text {
    position: absolute;
    top: 40px;
    left: 0;
    font-size: 12px;
}
.widget-expedia {
    padding: 15px 0 15px 25px;
    width: 176px;
    height: 82px;
}
.widget-expedia img {
    width: 100%;
}
.widget-expedia .inside {
    position: relative;
}
.widget-expedia-logo {
    position: absolute;
    top: 28px;
    left: -2px;
    width: 75px;
}
.widget-expedia-rating {
    position: absolute;
    top: -3px;
    left: 62px;
    width: 24px;
}
.widget-expedia-ratingnumber {
    position: absolute;
    top: -12px;
    left: -2px;
    font-family: "Suravaram", serif;
    font-size: 50px;
    line-height: 1em;
    color: #212121;
}
.widget-expedia-text {
    position: absolute;
    width: 50px;
    top: 0;
    left: 87px;
    font-size: 10px;
    line-height: 10px;
    color: #15375e;
    text-align: center;
}
.widget-expedia-text span {
    display: block;
    font-size: 30px;
    height: 17px;
    font-family: "Suravaram", serif;
}
.catalog-widget-mobile {
    width: 52px;
    text-align: center;
}
.catalog-widget-mobile a {
    color: inherit;
    text-decoration: none !important;
}
.catalog-widget-mobile a:hover {
    color: inherit !important;
    text-decoration: none !important;
}
.catalog-widget-mobile img {
    width: 100%;
}
.catalog-widget-mobile .widget-ratingnumber {
    font-family: "Suravaram", serif;
    font-size: 35px;
    line-height: .8em;
    color: #212121;
}
.social-wrap {
    max-width: 360px;
    margin-left: auto;
    margin-right: auto;
}
@media (max-width: 991px) {
    .social-wrap {
        margin-bottom: 40px;
    }
    .social-block-title h2 {
        text-align: center;
    }
}
@media (max-width: 479px) {
    .social-wrap {
        max-width: 100%;
    }
}
iframe.iframe-facebook {
    width: 340px;
    height: 255px;
    max-width: 100%;
    border: 0;
    overflow: hidden;
}
/* slider */
.slick-loading .slick-list {
    background: #fff url("images/ajax-loader.gif") center center no-repeat;
}
[class*='-carousel'] {
    opacity: 0;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
}
[class*='-carousel'].slick-initialized {
    opacity: 1; }

/* arrows */
.slick-prev,
.slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 49px;
    height: 49px;
    margin-top: -25px;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background-color: #212121;
    z-index: 0;
    text-align: center;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}
.slick-prev:hover,
.slick-next:hover {
    background-color: #af3c65;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:after,
.slick-next.slick-disabled:after {
    opacity: .75;
}
.slick-prev:before,
.slick-next:before {
    font-family: 'hotelfont';
    font-size: 25px;
    line-height: 49px;
    color: #d0d0d0;
    cursor: pointer;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
    left: 0;
}
.slick-prev:before {
    content: "\e93c";
    padding-right: 3px;
}
.slick-next {
    right: 0;
}
.slick-next:before {
    content: "\e93d";
    padding-left: 3px;
}
/* dots */
.slick-slider {
    padding: 0;
    list-style: none;
}
.slick-slider.nav-dot {
    margin-bottom: 75px;
}
@media (max-width: 767px) {
    .slick-slider {
        margin-bottom: 30px;
    }
}
.slick-dots {
    display: block;
    width: 100%;
    padding: 0;
    margin: 30px 0 -35px;
    list-style: none;
    text-align: center;
}
@media (max-width: 1023px) {
    .slick-dots {
        margin: 35px 0 -20px;
    }
}
@media (max-width: 575px) {
    .slick-dots {
        margin: 25px 0 -20px;
    }
}
.slick-dots li {
    position: relative;
    display: inline-block;
    margin: 0 -4px 0 0;
    padding: 0;
    cursor: pointer;
    z-index: 1;
}
.slick-dots li button {
    position: relative;
    display: block;
    width: 9px;
    height: 9px;
    margin: 0 10px;
    padding: 0;
    color: transparent;
    background-color: transparent;
    border: 0;
    outline: none;
    border-radius: 50%;
    background: #e1e5e9;
    cursor: pointer;
}
@media (max-width: 575px) {
    .slick-dots li button {
        width: 6px;
        height: 6px;
        margin: 0 6px;
    }
}
.slick-dots li button:after {
    display: none;
}
.slick-dots li.slick-active button,
.slick-dots li.slick-active button:hover {
    background-color: #af3c65;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
}
@media (max-width: 1023px) {
    .slick-slide .animation {
        opacity: 1 !important;
        animation-name: none !important;
        -webkit-animation-name: none !important;
    }
}
.blog-post.sticky,
.blog-post.tag-sticky-2 {
    background: #f1f1f1;
    padding: 15px;
}
.blog-post {
    margin-bottom: 70px;
}
.blog-post .sticky_post_icon {
    font-weight: bold;
    font-size: 40px;
    position: absolute;
    top: 0px;
    right: 0;
}
.blog-post .sticky_post_icon span {
    color: #af3c65;
}
@media (max-width: 767px) {
    .blog-post {
        margin-bottom: 40px;
    }
}
.blog-post .post-video {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
}
.blog-post .post-video iframe,
.blog-post .post-video object,
.blog-post .post-video embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.blog-post .post-music iframe,
.blog-post .post-music object,
.blog-post .post-music embed {
    width: 100%;
    height: auto;
    border: 0;
}
.blog-post .post-image {
    position: relative;
    border-radius: 0;
}
.blog-post .post-image img {
    height: auto;
}
.blog-post .post-image .post-link-wrapper {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
}
.blog-post .post-image .post-link {
    font-size: 50px;
    line-height: 1em;
    font-family: "Suravaram", serif;
    color: #fff;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    text-decoration: none;
}
@media (max-width: 767px) {
    .blog-post .post-image .post-link {
        font-size: 6vw;
    }
}
.blog-post .post-image .post-link:hover {
    color: #af3c65;
    text-decoration: none;
}
.blog-post .post-image:not(:first-child) {
    margin-top: 40px;
}
.blog-post .post-title {
    margin-bottom: 0;
    line-height: 1.08em;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}
.blog-post .post-title:not(:first-child) {
    margin-top: 40px;
}
.blog-post .post-meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
    overflow: hidden;
}
@media (max-width: 767px) {
    .blog-post .post-meta {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}
.blog-post .post-meta>* {
    float: left;
    font-size: 15px;
}
.blog-post .post-meta>*:not(:first-child) {
    padding-left: 33px;
}
@media (max-width: 767px) {
    .blog-post .post-meta>*:not(:first-child) {
        padding-left: 15px;
    }
}
@media (max-width: 767px) {
    .blog-post .post-meta>* {
        font-size: 13px;
    }
}
.blog-post .post-meta>* [class*='icon'],
.blog-post .post-meta>* span {
    display: inline-block;
    vertical-align: middle;
}
.blog-post .post-meta>* [class*='icon'] {
    position: relative;
    top: -1px;
    font-size: 18px;
    padding-right: 7px;
    color: #aeaeae;
}
@media (max-width: 767px) {
    .blog-post .post-meta>* [class*='icon'] {
        display: none;
    }
}
.blog-post .post-meta>*:last-child {
    padding-right: 0;
}
.blog-post .post-meta .post-meta-reviews span {
    font-size: 14px;
}
.blog-post .post-read-more:not(:first-child) {
    margin-top: 25px;
}
.blog-post .post-teaser p {
    padding-left: 44px;
}
.blog-post .post-teaser p:last-child {
    margin-bottom: 0;
}
.blog-post .post-teaser:not(:first-child) {
    margin-top: 27px;
}
.blog-post .post-image+.post-meta {
    margin-top: 0 !important;
}
.blog-post .post-meta-author a {
    color: #af3c65;
}
@media (max-width: 767px) {
    .blog-post .post-meta .post-meta-social {
        min-width: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        margin-top: 10px;
        text-align: right;
    }
}
.blog-post .post-meta-social a {
    margin-left: 7px;
}
.blog-post .post-meta-social a:hover [class*='icon'] {
    color: #af3c65;
}
.blog-post .post-meta-social a [class*='icon'] {
    display: inline-block !important;
    font-size: 20px;
    padding-right: 0;
    color: #aeaeae;
    -webkit-transition: .2s;
    transition: .2s;
}
.post-password-form input {
    border-radius: 0;
    height: 45px;
}
.post-password-form input[type=submit] {
    background: #af3c65 !important;
    color: #fff;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 0;
    height: 45px;
    border: 2px solid #af3c65 !important;
    position: absolute;
}
.post-text {
    padding-left: 44px;
}
@media (max-width: 767px) {
    .post-text {
        padding-left: 0;
    }
}
.post-text:not(:first-child) {
    margin-top: 27px;
}
.post-text .quote {
    margin-left: -44px;
}
@media (max-width: 767px) {
    .post-text .quote {
        margin-left: 0;
    }
}
.post-read-more {
    font-size: 22px;
    line-height: 28px;
    font-family: "Suravaram", serif;
    -webkit-transition: .2s;
    transition: .2s;
}
.post-read-more,
.post-read-more a,
.post-read-more:focus,
.post-read-more:focus a {
    color: #af3c65;
    -webkit-transition: .2s;
    transition: .2s;
}
.post-read-more:hover,
.post-read-more:hover a,
.post-read-more:active,
.post-read-more:active a {
    text-decoration: none;
    color: #212121;
}
.post-read-more [class*='icon'] {
    font-size: 21px;
    padding-right: 10px;
    position: relative;
    top: 4px;
}
.blog-post:not(.post-preview) .post-meta-date {
    padding: 9px 0 0;
    min-width: 80px;
    min-height: 80px;
    font-size: 14px;
    line-height: 14px;
    background-color: #af3c65;
    color: #fff;
    text-align: center;
}
@media (max-width: 767px) {
    .blog-post:not(.post-preview) .post-meta-date {
        min-width: 60px;
        min-height: 60px;
        padding: 5px 0 0;
    }
}
.blog-post:not(.post-preview) .post-meta-date span {
    width: 100%;
    font-size: 52px;
    line-height: 42px;
    font-family: "Suravaram", serif;
}
@media (max-width: 767px) {
    .blog-post:not(.post-preview) .post-meta-date span {
        font-size: 32px;
        line-height: 30px;
    }
}
.post-carousel {
    margin-bottom: 0;
    overflow: hidden;
}
.post-carousel .slick-prev,
.post-carousel .slick-next {
    background-color: #fff !important;
    width: 67px;
    height: 67px;
    border-radius: 50%;
    margin-top: -33px;
}
.post-carousel .slick-prev:hover,
.post-carousel .slick-next:hover {
    opacity: .8;
}
.post-carousel .slick-prev:before,
.post-carousel .slick-next:before {
    font-size: 20px;
    line-height: 67px;
    color: #212121;
}
.post-carousel .slick-prev {
    left: -33px;
    text-align: right;
    padding-right: 10px;
}
.post-carousel .slick-next {
    right: -33px;
    text-align: left;
    padding-left: 10px;
}
.blog-post.single {
    margin-bottom: 0;
}
.blog-post .post-content {
    padding-bottom: 50px;
    border-bottom: 1px solid #efefef;
}
.post-preview {
    margin-top: 20px;
    margin-bottom: 30px;
}
.post-preview .post-image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
}
.post-preview .post-image>*:first-child {
    min-width: 120px;
    -ms-flex-preferred-size: 120px;
    flex-basis: 120px;
}
.post-preview .post-meta {
    margin-top: 15px;
}
.post-preview .post-meta>*:not(:first-child) {
    padding-left: 10px;
}
.post-preview .post-meta-date [class*='icon'] {
    color: #af3c65;
    font-size: 13px;
    top: -1px;
    left: 1px;
}
.post-preview .post-title {
    margin-top: 0 !important;
    padding-left: 18px;
    font-size: 16px;
    line-height: 24px;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
}
.post-preview .post-title a {
    text-decoration: none;
    -webkit-transition: color 200ms ease;
    transition: color 200ms ease;
}
.post-preview .post-title a:hover {
    color: #af3c65;
}
.view-more-post {
    margin-bottom: 30px;
}
.side-block {
    margin-left: 15px;
    padding-bottom: 45px;
    margin-bottom: 45px;
    border-bottom: 1px solid #ededed;
}
@media (max-width: 1023px) {
    .side-block {
        margin-left: 0;
    }
}
.side-block h3 {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 15px;
}
.side-block:last-child {
    border-bottom: 0;
    margin-bottom: 0;
}
/* comments */
.comments-block {
    padding: 35px;
    background-color: #f9f9f9;
}
@media (max-width: 767px) {
    .comments-block {
        padding: 15px;
    }
}
.comments-block .comment {
    margin: 20px 0 0;
}
.comments-block .comment,
.comments-block .comment a {
    color: #424242;
}
.comments-block .comment+* {
    margin-top: 40px;
}
.comments-block .comment .userpic {
    width: 58px;
    height: 58px;
    float: left;
    font-size: 30px;
    line-height: 58px;
    background-color: #fff;
    color: #e3e3e3;
    border-radius: 50%;
    text-align: center;
}
.comments-block .comment .text {
    overflow: hidden;
    padding-top: 2px;
    padding-left: 20px;
}
.comments-block .comment .text p {
    margin-bottom: 10px;
}
.comments-block .comment .text .meta {
    margin-bottom: 5px;
}
.comments-block .comment .text .meta [class*='icon'] {
    color: #af3c65;
    font-size: 13px;
    top: -1px;
    left: 1px;
    padding-right: 7px;
}
.comments-block .comment .text .meta>*:not(:first-child) {
    margin-left: 18px;
    padding-left: 18px;
    position: relative;
}
.comments-block .comment .text .meta>*:not(:first-child):before {
    content: '';
    position: absolute;
    left: 0;
    top: 3px;
    z-index: 1;
    display: block;
    width: 1px;
    height: 17px;
    background-color: #dddddd;
}
.comments-block .comment .text a.reply {
    display: inline-block;
    text-decoration: none;
}
.comments-block .comment .text a.reply:hover {
    color: #af3c65;
    text-decoration: none;
}
.comments-block .comment .text a.reply [class*='icon'] {
    position: relative;
    color: #af3c65;
    font-size: 15px;
    padding-right: 7px;
    top: 1px;
    left: 1px;
}
.comments-block .comment.replay {
    margin-left: 115px;
}
@media (max-width: 767px) {
    .comments-block .comment.replay {
        margin-left: 70px;
    }
}
@media (max-width: 575px) {
    .comments-block .comment.replay {
        margin-left: 30px;
    }
}
.comment-form {
    margin-bottom: 50px;
}
.comment-form .textarea-custom {
    height: 170px;
}
.blog-isotope {
    overflow: hidden;
    margin-bottom: 50px;
    margin-top: 10px;
    overflow: visible;
}
.blog-isotope .post-title {
    font-size: 32px;
    line-height: 1.05em;
}
.blog-isotope .post-title:not(:first-child) {
    margin-top: 20px;
}
@media (max-width: 767px) {
    .blog-isotope .post-title {
        font-size: 28px;
    }
    .vc_custom_1522670660039 {
        margin-top: 40px !important;
    }
}
.blog-isotope .post-meta {
    margin-left: -20px;
    margin-right: -20px;
}
.blog-isotope .post-meta:first-child {
    margin-top: -20px;
}
@media (max-width: 767px) {
    .blog-isotope .post-meta-social {
        margin-top: 10px;
    }
}
.blog-isotope .blog-post:not(.post-preview) .post-meta-date {
    padding: 8px 0 0;
    width: 65px;
    height: 65px;
    font-size: 13px;
    line-height: 13px;
}
.blog-isotope .blog-post:not(.post-preview) .post-meta-date span {
    font-size: 42px;
    line-height: 32px;
}
.blog-isotope .blog-post .post-meta>* [class*='icon'] {
    font-size: 15px;
}
.blog-isotope .blog-post .post-meta>*:not(:first-child) {
    padding-left: 20px;
}
@media (max-width: 767px) {
    .blog-isotope .blog-post .post-meta>*:not(:first-child) {
        padding-left: 10px;
    }
    .vc_custom_1521441944929 {
        margin-left: 0;
    }
}
.blog-isotope .blog-post .post-image {
    margin-left: -20px;
    margin-right: -20px;
}
.blog-isotope .blog-post .post-image:first-child {
    margin-top: -20px;
}
.blog-isotope .blog-post .post-image .post-link {
    font-size: 32px;
}
@media (max-width: 767px) {
    .blog-isotope .blog-post .post-image .post-link {
        font-size: 6vw;
    }
}
.blog-isotope .blog-post {
    position: relative;
    float: left;
    width: calc(33.333% - 20px);
    margin-bottom: 30px;
    padding: 20px 20px 24px;
    margin-bottom: 30px;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
.blog-isotope .blog-post .quote {
    text-align: left;
    font-size: 16px;
    line-height: 24px;
}
@media (max-width: 1229px) {
    .blog-isotope .blog-post {
        width: calc(50% - 15px);
    }
}
@media (max-width: 767px) {
    .blog-isotope .blog-post {
        width: 100%;
    }
}
.news-post-wrap {
    padding-bottom: 40px;
    margin-bottom: -40px;
    margin-left: -15px;
    margin-right: -15px;
    overflow: hidden; }
    .news-post-wrap .slick-list {
      overflow: visible; }
    @media (max-width: 767px) {
      .news-post-wrap {
        margin-left: 0;
        margin-right: 0; } }
  
  .news-post-nav .slick-prev, .news-post-nav .slick-next {
    margin-top: -60px;
    background-color: transparent; }
    .news-post-nav .slick-prev:before, .news-post-nav .slick-next:before {
      color: #c09976; }
    .news-post-nav .slick-prev:hover, .news-post-nav .slick-next:hover {
      background-color: transparent; }
      .news-post-nav .slick-prev:hover:before, .news-post-nav .slick-next:hover:before {
        color: #000; }
  .news-post-nav .slick-prev {
    left: -70px; }
  .news-post-nav .slick-next {
    right: -70px; }
  
  .news-post-inside {
    position: relative; }
  
  .news-post {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 65px; }
    .news-post-image {
      transition: opacity .5s;
      opacity: 1; }
      .news-post-image img {
        max-width: 100%; }
    .news-post-caption {
      position: absolute;
      overflow: hidden;
      right: 0;
      bottom: -65px;
      left: 15px;
      padding: 35px 45px;
      background-color: #ffffff;
      box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
      transition: top .3s;
      top: calc(100% - 60px); }
      @media (max-width: 1023px) {
        .news-post-caption {
          padding: 30px;
          top: calc(100% - 50px); } }
      .news-post-caption:before {
        content: '';
        display: block;
        position: absolute;
        z-index: 1;
        left: 40px;
        top: 0;
        width: 88px;
        height: 3px;
        background-color: #c09976; }
    .news-post-date {
      margin-bottom: 10px;
      font-size: 14px;
      line-height: 18px; }
      @media (max-width: 1023px) {
        .news-post-date {
          margin-bottom: 4px; } }
    .news-post-title {
      font-size: 30px;
      line-height: 1em;
      margin-bottom: 0; }
    .news-post-teaser {
      height: 0;
      overflow: hidden;
      padding-top: 10px; }
    .news-post:hover .news-post-caption {
      top: 0; }
    .news-post:hover .news-post-image {
      opacity: 0; }
    .news-post:hover .news-post-teaser {
      height: auto; }
  
  @media (max-width: 575px) {
    .news-post {
      padding-bottom: 0; }
  
    .news-post-caption {
      position: static; }
  
    .news-post-image {
      display: none; }
  
    .news-post-teaser {
      height: auto; } }
.calendar {
    max-width: 350px;
}
.calendar__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 22px;
    line-height: 22px;
    font-family: "Suravaram", serif;
    padding: 0 0 15px;
    color: #af3c65;
}
.calendar__header .prev,
.calendar__header .next {
    position: relative;
    top: 2px;
    font-size: 12px;
    color: #af3c65;
    text-decoration: none;
}
.calendar__header .prev:hover,
.calendar__header .next:hover {
    color: #454545;
    text-decoration: none;
}
.calendar__header .prev {
    margin-right: auto;
}
.calendar__header .next {
    margin-left: auto;
}
.calendar table {
    background: #fff;
    border-collapse: collapse;
    font-size: 14px;
    width: 100%;
    border-spacing: 0;
    border-collapse: separate;
}
.calendar td {
    border: 1px solid #fff;
    color: #2c2c2c;
    cursor: pointer;
    line-height: 36px;
    text-align: center;
    font-weight: 400;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.calendar td:hover {
    background-color: #f5f5f5;
}
.calendar th {
    border: 0;
    color: #fff;
    cursor: pointer;
    font-size: 15px;
    line-height: 36px;
    font-weight: 600;
    text-align: center;
    background-color: #af3c65;
}
.calendar tr:first-child td {
    color: #2c2c2c;
    padding-bottom: 10px;
}
.calendar tr:nth-child(even) {
    background-color: #f8f8f8;
}
.calendar .selected,
.calendar .selected:hover {
    color: #000;
    position: relative;
}
.calendar .selected:after,
.calendar .selected:hover:after {
    position: absolute;
    z-index: 1;
    content: "";
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border: 1px solid #af3c65;
    border-radius: 2px;
    -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
}


/*# sourceMappingURL=style.css.map */
.widget_smart_contact_time {
    margin-top: 30px !important;
}
@media (min-width: 768px) {
    .widget_smart_contact_time {
        margin-top: 30px !important;
    }
}
/*unit test*/
.widget_archive ul {
    padding-left: 0px;
}
.widget_archive li {
    list-style-type: none;
}
/*theme unit test css*/
.header-nav .navbar {
    border: none;
}
.header .nav-item {
    margin-top: 0;
}
.header .navbar-nav .nav-item>.submenu>li {
    position: relative
}
.header .navbar-nav .submenu .submenu {
    left: 100%;
    transform: translateX(45px);
    -webkit-transform: translateX(45px);
    top: -10px;
    opacity: 0;
     visibility: hidden;
    z-index: 0;
}
.header .navbar-nav .nav-item>.submenu>li:hover .submenu {
    opacity: 1;
    transform: translateX(25px);
    visibility: visible;
    z-index: 1000;
}
@media (max-width: 991px) {
    .dropdown {
        max-width: 370px;
    }
    .dropdown-submenu .nav-item-arrow {
        display: none !important
    }
    .header .navbar-nav .submenu .submenu {
        left: 0;
        transform: translateX(0);
        -webkit-transform: translateX(0);
        top: 0;
        opacity: 1;
    }
}
@media (max-width: 767px) {
    .custom-image figure {
        width: 100%;
    }
    .custom-image figure .vc_single_image-wrapper {
        width: 100%;
    }
    .custom-image figure .vc_single_image-wrapper img {
        width: 100%;
    }
}
.comments-block .comment {
    list-style: none;
}
img.avatar.photo {
    border-radius: 100%;
    max-width: unset;
}
.widget ul {
    padding: 0;
}
.widget ul.children,
.widget .sub-menu {
    margin: 0;
}
.widget_archive ul {
    margin: 0;
}
.widget_categories ul {
    margin: 0;
}
.tags-list,
.tagcloud {
    margin: 0 !important;
}
.pingback {
    list-style: none;
}
.page-numbers.current {
    color: #af3c65;
}
.page-pagination {
    margin-top: 20px;
}
@media (max-width: 1229px) {
    .header-nav .navbar-nav {
        min-height: 60px;
    }
}
.navbar-btn {
    margin: 0;
}
.overflow_hidden {
    overflow: visible !important;
}
.widget_nav_menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.widget_nav_menu ul li {
    margin: 5px 0;
}
.view-room {
    margin-bottom: 40px;
    font-size: 24px;
    line-height: 1em;
    color: #af3c65;
    text-transform: uppercase;
    font-family: "Suravaram", serif;
    font-weight: 300;
}
.allquestionbutton button {
    background: #af3c65 !important;
    margin-top: 30px !important;
    transition: all .3s;
}
.allquestionbutton button:hover {
    background: #892f4f !important;
}
.review-box .review-box-rating {
    display: table;
    width: 100%;
}
.widget_recent_comments ul li,
.widget_nav_menu ul li {
    position: relative;
    margin-left: 0px;
    display: block;
}
.widget_recent_entries ul li ul.children {
    position: relative;
    margin-left: 0px !important;
    display: block;
}
.widget_nav_menu ul li ul {
    position: relative;
    display: block;
}
.widget_recent_entries ul li:last-child,
.widget_nav_menu ul li ul li:last-child {
    position: relative;
    margin-left: 0px;
    border-bottom: 0px solid #ddd;
}
.widget_recent_entries ul li a {
    color: #212121;
}
.widget_nav_menu ul li a {
    line-height: 25px;
    padding: 5px 0px;
    text-decoration: none;
    border-radius: 0px;
    background: transparent;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    display: inline-block;
}
.widget_recent_comments ul li a:hover,
.widget_recent_entries ul li a:hover,
.widget_nav_menu ul li a:hover {
    background-color: transparent;
    border-color: transparent;
    color: #af3c65;
    text-decoration: underline;
}
.blog #monster-widget-placeholder-1 {
    margin: 0;
}
.admin-bar .booking-form.js-booking-form.stuck {
    top: 102px;
}
.sticky-menu-enable .booking-form.js-booking-form.stuck {
    top: 70px;
}
.category-list-style {
    display: table-cell;
    padding-top: 20px;
}
.category-list-style span {
    margin: 4px 15px 10px 0;
    float: left;
}
.category-list-style ul {
    margin: 0;
    padding: 0;
    list-style: none;
    float: left;
}
.category-list-style ul li {
    float: left;
}
.tag-list-style {
    display: table;
    padding-top: 10px;
}
.tag-list-style span {
    margin: 10px 10px 10px 0;
    float: left;
}
.category-tag-style {
    display: table;
    padding-top: 30px;
}
.category-tag-style span {
    margin: 7px 10px 10px 0;
    float: left;
}
.category-tag-style span {
    margin: 7px 10px 10px 0;
    float: left;
}
.category-tag-style ul li a {
    background: transparent;
    padding: 5px;
}
.category-tag-style ul li a:hover {
    background: transparent;
    text-decoration: underline;
    color: #af3c65;
}
.search-result .blog-post {
    width: 100%;
}
.overflowUnset {
    overflow: unset !important;
}
.video_content {
    margin-left: 0 !important;
    padding-left: 70px !important;
    padding-top: 0 !important;
}
@media (max-width: 1024px) {
    .video_content {
        margin-left: 0 !important;
        padding-left: 30px !important;
        padding-top: 0 !important;
    }
    .video_thumb {
        float: left !important;
        width: 49% !important;
    }
}
@media (max-width: 768px) {
    .video_content {
        margin-left: 0 !important;
        padding: 0 !important;
    }
}
section.error-404.not-found {
    padding: 60px 0 0 15px;
}
.text-content {
    margin-bottom: 15px;
}
.header .nav-item.current-menu-item>a.nav-link {
    background: #af3c65 !important;
}
.bastel-review-submit {
    margin-bottom: 20px;
}
.wpb_button,
.wpb_content_element,
ul.wpb_thumbnails-fluid>li {
    margin-bottom: 0px !important;
}
#mainSlider {
    margin-bottom: 0 !important;
    opacity: 0;
}
@media (max-width: 1400px) {
    .justify-content-center {
        padding-left: 50px !important;
        padding-right: 50px !important;
    }
}
.menu-footer-menu-container ul li a:hover,
.icn-list li a:hover {
    text-decoration: underline;
}
.menu-footer-menu-container ul li a:hover {
    color: #fff !important;
}
.transportation {
    margin-bottom: -20px !important;
}
.dropdown-toggle-area .dropdown>button.btn {
    width: 100% !important;
}
.jouce-area .dropdown button.btn,
.jouce-area .dropdown-info,
.dropdown-form {
    width: 66%;
}
.jouce-area .table-striped.w-100 {
    margin-bottom: 0px !important;
}
.meeting-events .dropdown button.btn,
.meeting-events .dropdown-info,
.dropdown-form {
    width: 80%;
}
.meeting-events .table-striped.w-100 {
    margin-bottom: 0px !important;
}
.meeting-events .dropdown-info>.inside {
    padding: 0 20px 20px;
    font-size: 14px;
    line-height: 20px;
}
.meeting-events .dropdown-info>.inside table {
    padding: 0 0px 0px !important;
    font-size: 14px;
    line-height: 20px;
}
.meeting-events1 .dropdown button.btn,
.meeting-events1 .dropdown-info,
.dropdown-form {
    width: 100%;
}
@media (max-width: 1023px) {
    .jouce-area .dropdown button.btn,
    .jouce-area .dropdown-info,
    .dropdown-form {
        width: 100% !important;
    }
    .meeting-events .dropdown button.btn,
    .meeting-events .dropdown-info,
    .dropdown-form {
        width: 100% !important;
    }
    .meeting-events1 .dropdown button.btn,
    .meeting-events .dropdown-info,
    .dropdown-form {
        width: 100%;
    }
}
.padding-no {
    padding: 0;
    margin: 0;
}
@media (max-width: 767px) {
    .slider-gallery-thumbs .slick-slide img {
        height: 83px !important;
    }
}
.slider-room-gallery-thumbs img {
    height: 105px !important;
}
.search.search-no-results .special-grid.search-result .no-results.not-found .page-content .content-search {
    width: 100% !important;
    display: block !important;
    margin: 0 auto !important;
}
section.no-results.not-found {
    width: 100%;
}
.search.search-no-results .special-grid.search-result .no-results.not-found .visible-lg {
    display: block !important;
    width: 100% !important;
    margin: 0 auto !important;
    text-align: center !important;
}
/*pagination */
.page-numbers .page-links-title {
    display: inline-block;
}
.page-numbers.current,
.page-numbers>span {
    background: #af3c65 none repeat scroll 0 0;
    border: 1px solid #af3c65;
    color: #FFF !important;
    padding: 7px 13px;
    font-weight: 600;
}
.pagination .nav-links a:hover,
.page-numbers a:hover {
    background: #af3c65 none repeat scroll 0 0;
    color: #FFF;
}
.pagination .nav-links a,
.page-numbers a {
    display: inline-block;
    font-weight: 600;
    padding: 4px 13px !important;
}
.comment-respond {
    margin-top: 70px;
    overflow: hidden;
}
@media (max-width: 1023px) {
    .comment-respond {
        margin-top: 40px;
    }
}
.side-block .calendar_wrap table {
    margin-bottom: 0;
}
.widget_pages ul li,
.widget_nav_menu ul li {
    position: relative;
}
.widget_pages ul li:before,
.widget_nav_menu ul li:before {
    content: '\25CF';
    font-size: 14px;
    position: absolute;
    left: -15px;
    top: 5px;
    color: #af3c65;
}
.widget_pages ul,
.widget_nav_menu ul {
    margin: 0 0 1.75em 1.25em !important;
}
.widget ul.children,
.widget .sub-menu {
    margin-bottom: 0 !important;
}
.tagcloud a {
    text-transform: capitalize;
}
.comment-content .list-inline>li {
    padding-right: 0;
    padding-left: 0;
}
.comments-block .comment .text .meta [class*='icon'] {
    margin-left: 0;
}
.blog-post {
    clear: both;
}
.special-grid .pagination {
    margin: 0 15px;
    margin-top: 30px;
}
.blog-post.single .blog-post {
    margin-bottom: 0;
}
.comment-form {
    margin-bottom: 0;
}
section.error-404.not-found {
    padding: 100px 0 0 0;
    text-align: center;
}
section.error-404.not-found .content-search {
    width: 350px;
    margin: 0 auto;
}
.hentry ol:last-child,
.blog-post ul:last-child,
.blog-post ol:last-child,
.widget ul:last-child,
.widget ol:last-child,
.blog-page ul:last-child,
.blog-page ol:last-child {
    margin-bottom: 0;
}
/* These css will be change */
.footer>.container>.row>* {
    padding-top: 45px;
}
.format-standard p a {
    font-weight: 700;
}
/* Check and change */
@media (max-width: 767px) {
    .justify-content-center {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    .faq-accordion {
        margin-left: 0;
        padding-right: 0;
        padding-left: 0;
    }
    .section-M-mt30 {
        margin-top: 30px !important;
    }
    .M-pt-0 {
        padding-top: 0 !important;
    }
    .footer {
        padding-bottom: 20px;
    }
}
p.form-submit {
    margin-top: 15px;
}
.comment .children {
    margin-left: 30px;
}
ul#menu-footer-menu {
    margin-bottom: 1rem !important;
    list-style: none;
    margin: 0 !important;
}
ul#menu-footer-menu li:before {
    display: none;
}
@media (max-width: 767px) {
    .backToTop.visible {
        bottom: 45px;
    }
    .footer .position-static {
        position: relative !important;
    }
    .review-form-wrap .row.mt-1 .col-sm:last-child {
        margin-top: 10px;
    }
}
.form-check {
    margin-top: 15px;
}
.side-block .post-preview:last-child {
    margin-bottom: 0;
}
@media (max-width: 767px) {
    .header .nav-item.current-menu-item>a.nav-link {
        background: transparent !important;
    }
    .no-gutters .row.mt-3 {
        display: block;
    }
    .booking-form-wrap.booking-form--style2 .row {
        display: flex;
        flex-wrap: wrap;
    }
    .booking-form-wrap .col-sm-6 {
        width: 50%;
        float: left;
    }
    .booking-form-wrap .col-12 {
        padding-top: 10px;
    }
    .booking-form-wrap.booking-form--style2 .col-12 {
        padding-top: 0px;
    }
    .booking-form-wrap.booking-form--style2 .mt-1 {
        margin-top: 4px !important;
    }
}
/*widget */
.cdsROW.white.narrow {
    width: 100%;
}
.btn-white:focus {
    background-color: #fff;
    border-color: #fff;
    color: #212121;
}
.dropdown-menu.dropdown-menu-right {
    right: unset;
}
@media (max-width: 768px) {
    .sm-row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-right: -15px;
        margin-left: -15px;
    }
    .order-sm-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
}
@media (max-width: 767px) {
    .info-grid {
        padding: 0;
    }
    .info-grid .row {
        display: unset;
    }
    .info-grid [class*='col-'] {
        flex: unset;
        width: 50%;
        float: left;
        border-left: 1px solid #ebebeb;
    }
    .info-grid [class*='col-']:nth-child(3) {
        border-left: 0;
    }
    .slider-room-gallery-thumbs img {
        height: 65px !important;
    }
}
.no-gutters {
    margin-right: 0;
    margin-left: 0;
}
@media (max-width: 1229px) {
    .sticky-menu-enable .booking-form.js-booking-form.stuck {
        top: 60px;
    }
}
.booking-form-open {
    opacity: 0;
    pointer-events: none;
    position: absolute;
    z-index: -1;
    width: 0;
    height: 0;
    border-top: 45px solid transparent;
    border-bottom: 45px solid transparent;
    border-left: 45px solid #dfe1e2;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    right: -10px;
    top: -20px;
    cursor: pointer;
    -webkit-transition: 0s;
    transition: 0s;
}
.booking-form-open span {
    position: absolute;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    top: -12px;
    right: 20px;
    z-index: 1;
    color: #000;
    font-size: 30px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.booking-form.stuck.closed .booking-form-open {
    top: auto;
    bottom: -60px;
    right: -7px;
    opacity: 1;
    pointer-events: auto;
    -webkit-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
}
.booking-form.stuck.closed {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
}
@media (max-width: 575px) {
    .row-block {
        display: block;
    }
    .row-block [class*="col-"] {
        float: left;
    }
}
@media (max-width: 1023px) {
    .special-card-caption-header:after {
        right: 9px;
    }
}
@media (min-width: 768px) and (max-width: 800px) {
    .resturant-flex-unset {
        display: block !important;
    }
    .resturant-flex-unset .col-md-5 {
        flex: none;
        width: 41.6666666667%;
    }
    .resturant-flex-unset .col-md-7 {
        flex: none;
        width: 58.3333333333%;
    }
}
@media (min-width: 1025px) and (max-width: 1112px) {
    .row-for-single-room {
        display: block;
    }
    .row-for-single-room>div {
        float: left;
    }
}
.row.d-flex.room-carousel.js-room-carousel.no-slick {
    opacity: 1;
}
.row.room-carousel.js-room-carousel.no-slick {
    opacity: 1;
}
.room-card-info .hb_view_price {
    display: table;
    float: left;
    margin-left: 20px;
}
.room-card-info .room-price {
    display: table;
    float: left;
}
.number_room_select.hotel_booking_invalid_quantity {
    border: 2px solid red;
    color: red;
}
.ui-datepicker.ui-widget .ui-datepicker-header .ui-datepicker-prev {
    background-image: none !important;
}
.ui-datepicker.ui-widget .ui-datepicker-header .ui-datepicker-next {
    background-image: none;
}
@media (max-width: 767px) {
    .booking-form-wrap .col-btn {
        padding-top: 10px;
        overflow: hidden;
    }
    .booking-form-wrap.booking-form--style2 .col-btn {
        margin-top: 0px !important;
    }
    .hotel-booking-search-widget {
        text-align: center;
    }
    .hb-form-field-input .trigger.form-group {
        margin: auto;
    }
}
.hotel-booking-search-widget {
    padding: 0;
    margin-bottom: 20px;
}
.hotel-booking-search button {
    background-color: #af3c65;
    border-color: #af3c65;
    font-size: 18px;
    letter-spacing: .5px;
    font-weight: 400;
}
#hotel-booking-results a:hover {
    text-decoration: none;
}
.hb-booking-room-details table {
    border: 0 !important;
}
.hb-booking-room-details table tr td.hb_search_item_price {
    color: #af3c65;
}
.hb-booking-room-details .hb_search_room_item_detail_price_close:hover {
    background: #af3c65;
}
.hb-form-field label {
    display: block;
}
.hb-booking-room-details {
    min-width: 355px;
    bottom: 0;
}
.hb-booking-room-details table tr td.hb_search_item_total_description {
    padding-left: 0;
}
.hb_button {
    background: #af3c65;
}
.room-card {
    position: relative;
}
.hb_addition_package_extra {
    display: none;
    clear: both;
    padding-top: 0;
    position: absolute;
    margin: 0 auto;
    top: 0;
    right: 0;
    background: #fff;
    border: 1px solid #f3f3f3;
    z-index: 9;
}
.hb_addition_packages {
    border: none;
}
.hb_addition_package_extra .hb_addition_package_title_toggle {
    text-align: center;
}
.hb_addition_package_extra a.hb_package_toggle {
    font-size: 22px;
    padding: 4px 10px;
    font-family: "Suravaram", serif;
}
.hb_addition_packages {
    padding: 10px 20px;
    border-bottom: 0;
    margin-bottom: 0;
    margin-top: 0;
}
.hb_addition_package_extra a.hb_package_toggle:after {
    content: '\e935';
    font-family: 'hotelfont' !important;
}
.hb_addition_package_extra a.hb_package_toggle.active:after {
    content: '\e936';
}
.hb_extra_title p {
    margin-bottom: 0 !important;
}
select.number_room_select {
    border: none;
    font-size: 14px;
    margin: 10px 0 5px;
    padding: 5px 10px;
    font-weight: 600;
    background: #f3f3f3;
}
select.number_room_select:focus {
    outline: none;
    -webkit-outline: none;
    -moz-outline: none;
}
@media (min-width: 768px) {
    .js-booking-form-page {
        position: static;
    }
    .js-booking-form-page>.container {
        background-color: #f5f5f5;
    }
    .js-booking-form-page .booking-form-note {
        color: #111;
    }
}
ul.list-room-extra {
    list-style: none;
}
#hotel-booking-cart .hb_button.hb_checkout,
#hotel-booking-payment .hb_button.hb_checkout,
#hotel-booking-cart button[type="submit"],
#hotel-booking-payment button[type="submit"],
#hotel-booking-cart button[type="button"],
#hotel-booking-payment button[type="button"] {
    background: #af3c65;
    color: #fff;
}
#hotel_booking_room_hidden {
    position: relative;
}
#hotel_booking_room_hidden .mfp-close {
    display: block;
    position: absolute;
    right: 0;
    top: 5px;
}
.hotel-booking-single-room-action .hb_addition_package_extra {
    position: relative;
}
.hb_success_message {
    font-size: 16px;
    line-height: 28px;
}
.hb-view-booking-room-details i {
    font-size: 21px;
    position: relative;
    top: 3px;
}
.hb-view-booking-room-details {
    color: #af3c65
}
.hotel-booking-single-room-action .hb_addition_package_extra .btn.btn-primary.room-qview.searchroom {
    display: none;
}
.btn.btn-primary.btn-xs.room-qview.searchroom {
    font-size: 16px;
    margin-top: 20px;
    padding: 0 10px;
    margin: 10px auto 0;
    display: flex;
    align-items: center;
}
.hb_addition_packages_ul>li {
    background: #f9f9f9 none repeat scroll 0 0;
    display: table;
    margin-bottom: 2px;
    padding: 2px 5px;
    width: 100%;
}
.hb_extra_title {
    float: left;
    margin-right: 10px;
}
.hb_extra_detail_price {
    float: left;
}
.ui-spinner-button.ui-spinner-down::before {
    content: "-" !important;
    font-size: 33px;
}
.ui-spinner-button.ui-spinner-up::before,
.ui-spinner-button.ui-spinner-down::before {
    color: #808080;
    content: "+";
    cursor: pointer;
    display: block;
    font-size: 17px;
    line-height: 32px;
    text-align: center;
    transition: color 0.3s ease 0s;
    width: 35px;
}
.ui-spinner-button.ui-spinner-down {
    left: 0;
    right: auto;
}
.ui-spinner-button {
    background: #f7f7f7 none repeat scroll 0 0 !important;
    display: block;
    height: 36px;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    width: 35px;
}
/*new */
.number_room_select.ui-spinner-input {
    border: medium none;
    border-radius: 5px;
    display: block;
    height: 35px;
    margin: 0 auto;
    min-width: 35px;
    width: 35px;
    padding: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: 0;
    outline: 0;
    background: transparent;
    border-image: none;
    outline-offset: -2px;
    border-color: transparent;
    outline-color: transparent;
    box-shadow: none;
    text-shadow: 0 0 0 #000;
    visibility: visible;
    justify-content: center;
}
.ui-spinner.ui-widget.ui-widget-content.ui-corner-all {
    height: 37px !important;
    width: 105px !important;
    padding: 0;
}
select::-ms-expand {
    display: none;
}
select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover,
.ui-button.ui-state-active:focus {
    border: 0px solid transparent;
}
/*css added date 8/8/18*/
.woocommerce table.shop_table.woocommerce-cart-form__contents td {
    padding: 6px 12px 50px !important;
}
.woocommerce a.remove {
    font-size: 12px !important;
    margin: 0 auto;
    color: #212121 !important;
}
.woocommerce a.remove:hover {
    opacity: .8;
    background: transparent !important;
    color: #212121 !important;
}
.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
    width: 100% !important;
}
.woocommerce table.shop_table {
    border-radius: 0;
}
@media (min-width: 768px) {
    .cart-collaterals .shop_table td {
        width: 10%;
    }
}
.woocommerce-cart .cart-collaterals .cart_totals table td {
    border-left: 1px solid #ddd;
}
.woocommerce table.shop_table tbody th,
.woocommerce table.shop_table tfoot td,
.woocommerce table.shop_table tfoot th {
    font-weight: normal;
}
.wc-proceed-to-checkout {
    text-align: center;
    text-transform: uppercase;
}
.woocommerce-page table.cart td.actions .input-text {
    width: unset;
    padding-top: 9px !important;
    padding-bottom: 9px !important;
    padding-left: 15px !important;
}
@media (max-width: 767px) {
    .woocommerce a.remove {
        margin: 0;
    }
    .woocommerce table.shop_table.woocommerce-cart-form__contents td {
        padding: 20px 20px !important;
    }
    .woocommerce-page table.cart td.actions .coupon .input-text,
    .woocommerce-page table.cart td.actions .coupon input {
        width: 100%;
        margin-bottom: 10px !important;
    }
    #hotel_booking_room_hidden {
        max-width: 100%;
        min-width: 100%;
    }
    .hb-search-results-form-container .hb-booking-room-form-group {
        width: 100%;
        text-align: center;
        margin: 0 auto;
        margin-bottom: 5px;
    }
}
.woocommerce form .form-row-wide,
.woocommerce-page form .form-row-wide {
    display: block;
}
.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1 {
    display: block;
    max-width: 100%;
    flex: unset;
    padding: 0;
}
.woocommerce form .form-row {
    display: block;
}
.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-2 {
    max-width: 100%;
    flex: unset;
    padding: 0;
}
.checkout-page-cart-form .wc-proceed-to-checkout {
    display: none;
}
.existing-customer-email {
    border: 1px solid rgba(0, 0, 0, .1);
    padding: 40px;
    margin-bottom: 30px;
}
.existing-customer-email input.form-control {
    width: 365px;
}
.woocommerce-billing-fields,
.customer-payment-method {
    border: 1px solid rgba(0, 0, 0, .1);
    padding: 40px;
    margin-bottom: 50px;
}
.checkout-page-cart-form {
    margin-bottom: 15px;
    overflow: hidden;
}
.checkout-or {
    text-transform: uppercase;
}
.woocommerce-billing-fields__field-wrapper {
    display: flex;
    flex-wrap: wrap;
}
.woocommerce form .woocommerce-billing-fields__field-wrapper .form-row {
    display: block;
    width: 47.5%;
    float: left;
    margin-right: 26px;
}
.select2-container--default .select2-selection--single {
    background-color: transparent;
    border: 1px solid rgba(0, 0, 0, .1) !important;
    height: 48px;
    line-height: 48px;
}
.select2-container--default .select2-selection--single {
    border: none;
    border-radius: 0;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 48px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 48px;
}
.woocommerce-additional-fields {
    border: 1px solid rgba(0, 0, 0, .1);
    padding: 40px;
    margin-bottom: 50px;
}
.woocommerce form .woocommerce-additional-fields__field-wrapper .form-row textarea {
    height: 110px;
}
#billing_last_name_field,
#billing_address_1_field,
#billing_state_field,
#billing_Phone_field {
    margin-right: 0 !important;
}
.woocommerce table.shop_table {
    margin-bottom: 50px;
}
@media (max-width: 767px) {
    .woocommerce form .woocommerce-billing-fields__field-wrapper .form-row {
        width: 100%;
        margin-right: 0;
    }
}
.woocommerce-page .checkout-page-cart-form table.cart td.actions {
    display: none;
}
.checkout-page-cart-form input[type=number]::-webkit-inner-spin-button,
.checkout-page-cart-form input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}
.checkout-page-cart-form input[type=number] {
    border: none;
}
.woocommerce-checkout #payment {
    background: transparent;
}
.checkout-form-login {
    border: 1px solid rgba(0, 0, 0, .1);
    padding: 40px;
    margin-bottom: 50px;
}
.woocommerce .checkout-form-login form.login {
    border: none;
    margin: 0;
    padding-top: 0;
    padding-bottom: 0;
}
.woocommerce-info {
    border-top-color: transparent;
}
.woocommerce-info {
    background-color: transparent;
}
.woocommerce-info::before {
    color: #af3c65;
}
.woocommerce #customer_login form.login,
.woocommerce #customer_login form.register {
    border: none;
    padding: 0;
    margin: 0;
}
.woocommerce form .woocommerce-billing-fields__field-wrapper .form-row label,
.woocommerce form .woocommerce-account-fields #account_password_field label {
    display: none;
}
.woocommerce form .form-row .input-checkbox {
    position: unset;
}
.woocommerce-account-fields {
    margin-bottom: 50px;
    padding: 40px;
    border: 1px solid rgba(0, 0, 0, .1);
}
.room-card-info .view_cart {
    position: absolute;
    right: 20px;
    bottom: 78px;
}
.room-card-info .col {
    position: unset;
}
div.hb_success_message {
    position: absolute;
    right: 20px;
    bottom: 128px;
}
.hb_success_message {
    margin-bottom: 0;
}
@media (max-width: 767px) {
    .woocommerce-account-fields,
    .checkout-form-login,
    .woocommerce-additional-fields,
    .woocommerce-billing-fields,
    .customer-payment-method {
        padding: 20px;
    }
    .woocommerce-cart table.cart .product-remove {
        display: block;
    }
    .woocommerce #customer_login form.login {
        margin-bottom: 30px;
    }
}
.info-box-color .mt-2,
.single-room-content {
    overflow: hidden;
}
.hb-search-results .div-wapper {
    margin-top: 30px;
}
.widget_hb_widget_carousel .room-type a {
    color: #212121;
}
.widget_hb_widget_carousel .room-size {
    color: #212121;
}
.widget_hb_widget_carousel .owl-theme .owl-controls .owl-page span {
    background: #af3c65 none repeat scroll 0 0;
}
.widget_hb_widget_carousel .owl-theme .owl-controls .owl-buttons div {
    background: #af3c65 none repeat scroll 0 0;
    color: #fff;
}
.wp-hotel-booking-room-page .hb-search-results-form-container>.qty-form-group {
    width: 100%;
    float: unset;
    margin-left: 0;
    text-align: center;
}
.hotel-booking-search button:hover {
    background-color: #933255;
    border-color: #892f4f;
}
.hb_button:hover {
    background: #933255;
}
a.showlogin {
    font-weight: 600;
}
.post-type-archive-our-offers .booking-form.js-booking-form,
.page .booking-form.js-booking-form,
.blog .booking-form.js-booking-form {
    display: none;
}
.post-type-archive-our-offers .booking-form.js-booking-form.stuck,
.page .booking-form.js-booking-form.stuck,
.blog .booking-form.js-booking-form.stuck {
    display: block;
}
.footer .col-sm.mt-2.mt-sm-0 {
    z-index: 2;
}
.slide-content .btn {
    margin-top: 20px;
}
.guestbook .row::before,
.guestbook .row::after {
    display: flex !important;
}
.reservation-c7form .wpcf7-response-output {
    font-size: 12px;
    font-weight: bold;
}

/* GutenBurg */
.wp-block-gallery{
	padding-left:0px !important;
}
.wp-block-gallery li{
	list-style:none !important;
}
/************Color Pallete*****************/
.has-strong-yellow-background-color{
	background-color:#f7bd00 !important;
}
.has-strong-white-background-color{
	background-color:#ffffff !important;
}
.has-light-black-background-color{
	background-color:#242424 !important;
}
.has-very-light-gray-background-color{
	background-color:#797979 !important;
}
.has-very-dark-black-background-color{
	background-color:#000000 !important;
}
.has-strong-yellow-color{
	color:#f7bd00 !important;
}
.has-strong-white-color{
	color:#ffffff !important;
}
.has-light-black-color{
	color:#242424 !important;
}
.has-very-light-gray-color{
	color:#797979 !important;
}
.has-very-dark-black-color{
	color:#000000 !important;
}

/******************Font Size Setting*****************/
.has-small-font-size{
	font-size:10px !important;
}
.has-normal-font-size{
	font-size:15px !important;
}
.has-large-font-size{
	font-size:24px !important;
}
.has-huge-font-size{
	font-size:36px !important;
}

/*************Common Style*************/
.wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
  clear: both;
}
.alignfull {
	width: 100vw;
	max-width: 100vw;
	margin-left: calc(50% - 50vw) !important;
}
.with-sidebar-blog .alignfull {
    width: auto;
    margin-left: calc( 50% / .62 - 50vw);
    max-width: 100vw !important;
}
.with-sidebar-blog .alignfull img {
    width: 100%;
}
.wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
  margin-top: 27px;
  margin-bottom: 27px;
  border: 0;
  border-top: 1px solid #eeeeee;
  max-width: 100%;
}
.wp-block-table td, .wp-block-table th {
    padding: .5em;
    border: 1px solid #ddd;
    word-break: break-all;
}
.wp-block-pullquote {
  border-top: 0px solid #555d66;
  border-bottom: 0px solid #555d66;
  color: #40464d;
}
figure.wp-block-pullquote.alignleft {
  margin: 0;
  padding: 0;
  text-align: left;
}
figure.wp-block-pullquote.alignright {
  margin: 0;
  padding: 0;
  text-align: right;
}
figure.wp-block-pullquote.alignleft blockquote {
  padding: 0;
  margin: 0;
  padding-left: 20px;
}
figure.wp-block-pullquote.alignright blockquote {
   margin: 0;
  padding: 0;
  padding-right: 20px;
}
.blog-layout blockquote p {
  text-align: center;
}
.blocks-gallery-item figure {
  height: 100% !important;
}
.blocks-gallery-item figure img {
  height: 100% !important;
}
.wp-block-image .alignright {
    float: right;
    margin-left: 1em !important;
}
.wp-block-image .alignleft {
    float: left;
    margin-right: 1em !important;
}
.wp-block-cover-image .wp-block-cover-image-text, 
.wp-block-cover-image .wp-block-cover-text, 
.wp-block-cover-image h2, 
.wp-block-cover .wp-block-cover-image-text, 
.wp-block-cover .wp-block-cover-text, 
.wp-block-cover h2 {
    color: #fff;
    font-size: 1em;
    line-height: 1.25;
    z-index: 1;
    margin-bottom: 0;
    max-width: 610px;
    padding: 14px;
    text-align: center;
}
.blog-post .post-title:not(:first-child) {
    margin-bottom: 20px;
}
.before-none::before {
    display: none !important;
}

.hotel-features {
    margin-top: -10px; }
  
  .hotel-features-nav {
    position: relative; }
    .hotel-features-nav .slick-prev, .hotel-features-nav .slick-next {
      width: 38px;
      height: 38px;
      border: 1px solid #af3c65;
      background-color: #fff;
      top: auto;
      left: auto; }
      .hotel-features-nav .slick-prev:before, .hotel-features-nav .slick-next:before {
        color: #af3c65;
        font-size: 15px;
        line-height: 38px; }
      .hotel-features-nav .slick-prev:hover, .hotel-features-nav .slick-next:hover {
        background-color: #af3c65; }
        .hotel-features-nav .slick-prev:hover:before, .hotel-features-nav .slick-next:hover:before {
          color: #fff; }
    .hotel-features-nav .slick-prev {
      bottom: 0;
      right: 80px; }
    .hotel-features-nav .slick-next {
      bottom: 0;
      right: 30px; }
    .hotel-features-nav .slick-dots {
      display: flex;
      justify-content: flex-end;
      margin: 20px 0 0; }
      @media (max-width: 1023px) {
        .hotel-features-nav .slick-dots {
          justify-content: center; } }
  
  .features-item {
    padding-top: 10px; }
    .features-item .h1 {
      margin-bottom: 25px; }
      @media (max-width: 575px) {
        .features-item .h1 {
          margin-bottom: 20px; } }
    .features-item .h-decor:last-child {
      margin-bottom: 50px; }
      @media (max-width: 1229px) {
        .features-item .h-decor:last-child {
          margin-bottom: 35px; } }
      @media (max-width: 575px) {
        .features-item .h-decor:last-child {
          margin-bottom: 25px; } }
    .features-item ul.circle-list-lg {
      max-width: 460px; }
  
  .features-item.slick-slide img {
    width: auto;
    max-width: 100%; }
  .features-item.slick-slide .images-pair-wrap .images-pair:first-child {
    margin: 0 0 0 -21%; }
    @media (max-width: 1229px) {
      .features-item.slick-slide .images-pair-wrap .images-pair:first-child {
        margin: 3% 0 0 -15px;
        max-width: 95%; } }
    @media (max-width: 575px) {
      .features-item.slick-slide .images-pair-wrap .images-pair:first-child {
        margin: 0 15% 0 0;
        max-width: 85%; } }
  .features-item.slick-slide .images-pair-wrap .images-pair:last-child {
    margin: -30% 7% 0 0; }
    @media (max-width: 1229px) {
      .features-item.slick-slide .images-pair-wrap .images-pair:last-child {
        margin: -25% 0 0 0;
        max-width: 70%; } }
    @media (max-width: 575px) {
      .features-item.slick-slide .images-pair-wrap .images-pair:last-child {
        margin: -26% 0 0 0;
        max-width: 61%; } 
    }
.room-card--style3 .room-card-info .room-price {
    color:#fff;
}

.header.header--style2 .nav-item.current-menu-item >a.nav-link {
    background: transparent !important;
}
.page-content .section.section-mt-sm {
    position: relative;
    margin-top: 105px;
}
@media (max-width: 1023px){
    .header-mobile-slide .form-control {
        padding: 5px 20px;
        height: 38px;
        min-height: 38px;
    }
}
.header--style2 .header-contact {
    top: 0;
}
html {
    overflow-x: hidden;
}
@keyframes pulse {
    0% {
      transform: scale(1); 
    }
    50% {
      transform: scale(1.35); 
    }
    100% {
      transform: scale(1); 
    } 
}
.admin-bar .stuck {
    top: 32px;
}
@media (max-width: 600px){
    .admin-bar .stuck {
        top: 0px;
    }
}
.hb-search-results {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
}
table.hb_room_pricing_plans {
    width: 100%;
}
table.hb_room_pricing_plans {
    width: 100%;
}
@media (max-width: 767px){
    .booking-form .col-auto {
        max-width: 50%;
    }
}
.footer-map-iframe-inner iframe {
    width: 100%;
    height: 100%;
}