/* [Master Stylesheet - v1.0] */
/* =========== Index of CSS ===========
:: 1.0 Import Fonts
:: 2.0 Import All CSS
:: 3.0 Base CSS
    :: 3.1.0 Spacing
    :: 3.2.0 Height
    :: 3.3.0 Section Padding
    :: 3.4.0 Section Heading
    :: 3.5.0 Preloader CSS
    :: 3.6.0 Miscellaneous
    :: 3.7.0 ScrollUp
    :: 3.8.0 Palatin Button
:: 4.0 Header Area CSS
:: 5.0 Hero Area CSS
:: 6.0 Book Now Area CSS
:: 7.0 About Us Area CSS
:: 8.0 Pool Area CSS
:: 9.0 Rooms Area CSS
:: 10.0 Services Area CSS
:: 11.0 Our Hotel Area CSS
:: 12.0 Testimonial Area CSS
:: 13.0 Footer Area CSS
:: 14.0 Breadcumb Area CSS
:: 15.0 Blog Area CSS
:: 16.0 Contact Area CSS
:: 17.0 Skills Area CSS
:: 18.0 Elements Area CSS
    :: 18.1.0 Single Cool Facts CSS
    :: 18.2.0 Accordians Area CSS
    :: 18.3.0 Tabs Area CSS
*/
/* :: 1.0 Import Fonts */
@import url(css/bootstrap.min.css);
@import url(css/classy-nav.css);
@import url(css/owl.carousel.min.css);
@import url(css/animate.css);
@import url(css/magnific-popup.css);
@import url(css/font-awesome.min.css);
@import url(css/nice-select.css);
@import url(css/travel-icon.css);

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

/* :: 2.0 Import All CSS */
/* :: 3.0 Base CSS */
* {
    margin: 0;
    padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
    font-family: "FuturaLT-Book";
    background-color: #fffffb;
    font-size: 18px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #363636;
    line-height: 1.3;
    font-weight: 400;
}

p {
    color: #7d7d7d;
    font-size: 18px;
    line-height: 2.1;
    font-weight: 400;
}

a,
a:hover,
a:focus {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    text-decoration: none;
    outline: 0 solid transparent;
    color: #141414;
    font-weight: 400;
    font-size: 18px;
}

ul,
ol {
    margin: 0;
}

ul li,
ol li {
    list-style: none;
}

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

/* :: 3.1.0 Spacing */
.mt-15 {
    margin-top: 15px !important;
}

.mt-30 {
    margin-top: 30px !important;
}

.mt-50 {
    margin-top: 50px !important;
}

.mt-70 {
    margin-top: 70px !important;
}

.mt-100 {
    margin-top: 100px !important;
}

.mb-15 {
    margin-bottom: 15px !important;
}

.mb-30 {
    margin-bottom: 30px !important;
}

.mb-50 {
    margin-bottom: 50px !important;
}

.mb-70 {
    margin-bottom: 70px !important;
}

.mb-100 {
    margin-bottom: 100px !important;
}

.ml-15 {
    margin-left: 15px !important;
}

.ml-30 {
    margin-left: 30px !important;
}

.ml-50 {
    margin-left: 50px !important;
}

.mr-15 {
    margin-right: 15px !important;
}

.mr-30 {
    margin-right: 30px !important;
}

.mr-50 {
    margin-right: 50px !important;
}

/* :: 3.2.0 Height */
.height-400 {
    height: 400px !important;
}

.height-500 {
    height: 500px !important;
}

.height-600 {
    height: 600px !important;
}

.height-700 {
    height: 700px !important;
}

.height-800 {
    height: 800px !important;
}

/* :: 3.3.0 Section Padding */
.section-padding-100 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.section-padding-100-0 {
    padding-top: 100px;
    padding-bottom: 0;
}

.section-padding-0-100 {
    padding-top: 0;
    padding-bottom: 100px;
}

.section-padding-100-70 {
    padding-top: 100px;
    padding-bottom: 70px;
}

/* :: 3.4.0 Section Heading */
.section-heading {
    position: relative;
    z-index: 1;
    margin-bottom: 60px;
}

.section-heading .line- {
    width: 90px;
    height: 2px;
    background-color: #1b56f8da;
    display: block;
    margin-bottom: 40px;
}

.section-heading h2 {
    font-size: 48px;
    color: #363636;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .section-heading h2 {
        font-size: 40px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-heading h2 {
        font-size: 36px;
    }
}

@media only screen and (max-width: 767px) {
    .section-heading h2 {
        font-size: 24px;
    }
}

.section-heading p {
    margin-bottom: 0;
}

.section-heading.text-center .line- {
    margin: 0 auto 40px;
}

.section-heading.white h2,
.section-heading.white p {
    color: #ffffff;
}

/* :: 3.5.0 Preloader CSS */
.preloader {
    background-color: #ffffff;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
}

.preloader .cssload-container {
    display: block;
    width: 97px;
}

.preloader .cssload-loading i {
    width: 19px;
    height: 19px;
    display: inline-block;
    border-radius: 50%;
    background: #1b56f8da;
}

.preloader .cssload-loading i:first-child {
    opacity: 0;
    animation: cssload-loading-ani2 0.58s linear infinite;
    -o-animation: cssload-loading-ani2 0.58s linear infinite;
    -ms-animation: cssload-loading-ani2 0.58s linear infinite;
    -webkit-animation: cssload-loading-ani2 0.58s linear infinite;
    -moz-animation: cssload-loading-ani2 0.58s linear infinite;
    transform: translate(-19px);
    -o-transform: translate(-19px);
    -ms-transform: translate(-19px);
    -webkit-transform: translate(-19px);
    -moz-transform: translate(-19px);
}

.preloader .cssload-loading i:nth-child(2),
.preloader .cssload-loading i:nth-child(3) {
    animation: cssload-loading-ani3 0.58s linear infinite;
    -o-animation: cssload-loading-ani3 0.58s linear infinite;
    -ms-animation: cssload-loading-ani3 0.58s linear infinite;
    -webkit-animation: cssload-loading-ani3 0.58s linear infinite;
    -moz-animation: cssload-loading-ani3 0.58s linear infinite;
}

.preloader .cssload-loading i:last-child {
    animation: cssload-loading-ani1 0.58s linear infinite;
    -o-animation: cssload-loading-ani1 0.58s linear infinite;
    -ms-animation: cssload-loading-ani1 0.58s linear infinite;
    -webkit-animation: cssload-loading-ani1 0.58s linear infinite;
    -moz-animation: cssload-loading-ani1 0.58s linear infinite;
}

@keyframes cssload-loading-ani1 {
    100% {
        transform: translate(39px);
        opacity: 0;
    }
}

@-o-keyframes cssload-loading-ani1 {
    100% {
        -o-transform: translate(39px);
        opacity: 0;
    }
}

@-ms-keyframes cssload-loading-ani1 {
    100% {
        -ms-transform: translate(39px);
        opacity: 0;
    }
}

@-webkit-keyframes cssload-loading-ani1 {
    100% {
        -webkit-transform: translate(39px);
        opacity: 0;
    }
}

@-moz-keyframes cssload-loading-ani1 {
    100% {
        -moz-transform: translate(39px);
        opacity: 0;
    }
}

@keyframes cssload-loading-ani2 {
    100% {
        transform: translate(19px);
        opacity: 1;
    }
}

@-o-keyframes cssload-loading-ani2 {
    100% {
        -o-transform: translate(19px);
        opacity: 1;
    }
}

@-ms-keyframes cssload-loading-ani2 {
    100% {
        -ms-transform: translate(19px);
        opacity: 1;
    }
}

@-webkit-keyframes cssload-loading-ani2 {
    100% {
        -webkit-transform: translate(19px);
        opacity: 1;
    }
}

@-moz-keyframes cssload-loading-ani2 {
    100% {
        -moz-transform: translate(19px);
        opacity: 1;
    }
}

@keyframes cssload-loading-ani3 {
    100% {
        transform: translate(19px);
    }
}

@-o-keyframes cssload-loading-ani3 {
    100% {
        -o-transform: translate(19px);
    }
}

@-ms-keyframes cssload-loading-ani3 {
    100% {
        -ms-transform: translate(19px);
    }
}

@-webkit-keyframes cssload-loading-ani3 {
    100% {
        -webkit-transform: translate(19px);
    }
}

@-moz-keyframes cssload-loading-ani3 {
    100% {
        -moz-transform: translate(19px);
    }
}

/* :: 3.6.0 Miscellaneous */
.bg-img {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.bg-white {
    background-color: #ffffff !important;
}

.bg-dark {
    background-color: #000000 !important;
}

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

.font-bold {
    font-weight: 700;
}

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

.bg-overlay {
    position: relative;
    z-index: 2;
    background-position: center center;
    background-size: cover;
}

.bg-overlay::after {
    background-color: rgba(0, 0, 0, 0.63);
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
}

.bg-fixed {
    background-attachment: fixed !important;
}

/* :: 3.7.0 ScrollUp */
#scrollUp {
    background-color: #1b56f8da;
    border-radius: 0;
    bottom: 50px;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3);
    color: #ffffff;
    font-size: 24px;
    height: 40px;
    line-height: 40px;
    right: 50px;
    text-align: center;
    width: 40px;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}

#scrollUp:hover,
#scrollUp:focus {
    background-color: #363636;
}

/* :: 3.8.0 Palatin Button */
.palatin-btn {
    background-color: #1b56f8da;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    position: relative;
    z-index: 1;
    display: inline-block;
    min-width: 123px;
    height: 53px;
    color: #ffffff;
    border: none;
    border-radius: 0;
    padding: 0 30px;
    font-size: 16px;
    line-height: 53px;
    text-transform: capitalize;
}

.palatin-btn:hover,
.palatin-btn:focus {
    font-size: 16px;
    background-color: #363636;
    color: #ffffff;
}

.palatin-btn.btn-2 {
    background-color: #363636;
    color: #ffffff;
}

.palatin-btn.btn-2:hover,
.palatin-btn.btn-2:focus {
    font-size: 16px;
    background-color: #1b56f8da;
    color: #ffffff;
}

.palatin-btn.btn-3 {
    background-color: #ffffff;
    color: #1b56f8da;
    border: 2px solid #1b56f8da;
    height: 49px;
    line-height: 48px;
}

.palatin-btn.btn-3:hover,
.palatin-btn.btn-3:focus {
    font-size: 16px;
    background-color: #1b56f8da;
    color: #ffffff;
}

/* :: 4.0 Header Area CSS */
.header-area {
    position: absolute;
    z-index: 100;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1000;
}

.header-area .palatin-main-menu {
    position: relative;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.63);
    border-bottom: 2px solid #1b56f8da;
}

.header-area .palatin-main-menu .classy-nav-container {
    background-color: transparent;
}

.header-area .palatin-main-menu .classy-navbar {
    -webkit-transition-duration: 300ms;
    transition-duration: 300ms;
    background-color: transparent;
    height: 80px;
    padding: 0;
}

@media only screen and (max-width: 767px) {
    .header-area .palatin-main-menu .classy-navbar {
        height: 70px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .header-area .palatin-main-menu .classy-navbar .nav-brand {
        max-width: 140px;
    }
}

@media only screen and (max-width: 767px) {
    .header-area .palatin-main-menu .classy-navbar .nav-brand {
        max-width: 140px;
    }
}

.header-area .palatin-main-menu .classy-navbar .classynav ul li a {
    text-transform: capitalize;
    color: #ffffff;
    font-size: 16px;
    background-color: transparent;
}

.header-area .palatin-main-menu .classy-navbar .classynav ul li a:hover,
.header-area .palatin-main-menu .classy-navbar .classynav ul li a:focus {
    color: #ffffff;
    background-color: #1b56f8da;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .header-area .palatin-main-menu .classy-navbar .classynav ul li a {
        font-size: 14px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-area .palatin-main-menu .classy-navbar .classynav ul li a {
        background-color: #1b56f8da;
    }
}

@media only screen and (max-width: 767px) {
    .header-area .palatin-main-menu .classy-navbar .classynav ul li a {
        background-color: #1b56f8da;
    }
}

.header-area .palatin-main-menu .classy-navbar .classynav ul li.active a {
    color: #ffffff;
    background-color: #1b56f8da;
}

.header-area .palatin-main-menu .classy-navbar .classynav ul li.megamenu-item>a::after,
.header-area .palatin-main-menu .classy-navbar .classynav ul li.has-down>a::after {
    color: #ffffff;
}

.header-area .palatin-main-menu .classy-navbar .classynav ul li ul li a {
    color: #363636;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .header-area .palatin-main-menu .classy-navbar .classynav ul li ul li a {
        padding: 0 20px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-area .palatin-main-menu .classy-navbar .classynav ul li ul li a {
        color: #ffffff;
    }
}

@media only screen and (max-width: 767px) {
    .header-area .palatin-main-menu .classy-navbar .classynav ul li ul li a {
        color: #ffffff;
    }
}

.header-area .palatin-main-menu .classy-navbar .menu-btn {
    margin-left: 100px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .header-area .palatin-main-menu .classy-navbar .menu-btn {
        margin-left: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-area .palatin-main-menu .classy-navbar .menu-btn {
        margin-left: 30px;
        border: 2px solid #ffffff;
        margin-top: 30px;
        display: inline-block;
    }
}

@media only screen and (max-width: 767px) {
    .header-area .palatin-main-menu .classy-navbar .menu-btn {
        margin-left: 30px;
        border: 2px solid #ffffff;
        margin-top: 30px;
        display: inline-block;
    }
}

.header-area .palatin-main-menu .classy-navbar .menu-btn a {
    color: #ffffff;
    font-size: 16px;
}

.header-area .is-sticky .palatin-main-menu {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 9999;
    background-color: #000;
    box-shadow: 0 5px 50px 15px rgba(0, 0, 0, 0.2);
}

.header-area .is-sticky .palatin-main-menu .classy-navbar {
    height: 90px;
}

@media only screen and (max-width: 767px) {
    .header-area .is-sticky .palatin-main-menu .classy-navbar {
        height: 70px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .breakpoint-on .classy-navbar .classy-menu {
        background-color: #1b56f8da;
    }
}

@media only screen and (max-width: 767px) {
    .breakpoint-on .classy-navbar .classy-menu {
        background-color: #1b56f8da;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .classynav ul li .megamenu .single-mega.cn-col-4 {
        padding: 0;
    }
}

@media only screen and (max-width: 767px) {
    .classynav ul li .megamenu .single-mega.cn-col-4 {
        padding: 0;
    }
}

.classycloseIcon .cross-wrap span {
    background: #ffffff;
}

/* :: 5.0 Hero Area CSS */
.hero-slides {
    position: relative;
    z-index: 1;
}

.hero-slides .owl-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: none;
    position: absolute;
    bottom: 30px;
    left: 4%;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .hero-slides .owl-dots {
        left: 1%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero-slides .owl-dots {
        left: 5px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

@media only screen and (max-width: 767px) {
    .hero-slides .owl-dots {
        bottom: 100px;
    }
}

.hero-slides .owl-dots .owl-dot {
    -webkit-transition-duration: 300ms;
    transition-duration: 300ms;
    border: 2px solid transparent;
    background-color: transparent;
    display: block;
    padding: 3px 5px;
    color: #ffffff;
    font-size: 18px;
}

.hero-slides .owl-dots .owl-dot.active,
.hero-slides .owl-dots .owl-dot:hover,
.hero-slides .owl-dots .owl-dot:focus {
    color: #ffffff;
    background-color: #1b3f4c;
    border: 2px solid #1b56f8da;
    box-shadow: none;
}

.single-hero-slide {
    width: 100%;
    height: 770px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single-hero-slide {
        height: 800px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-hero-slide {
        height: 750px;
    }
}

@media only screen and (max-width: 767px) {
    .single-hero-slide {
        height: 750px;
    }
}

.single-hero-slide .slide-img {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -10;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.single-hero-slide .hero-slides-content {
    display: inline-block;
    padding: 60px 50px;
    background-color: rgba(0, 0, 0, 0.63);
    border: 2px solid #1b56f8da;
    text-align: center;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single-hero-slide .hero-slides-content {
        padding: 40px 20px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-hero-slide .hero-slides-content {
        padding: 30px 20px;
    }
}

@media only screen and (max-width: 767px) {
    .single-hero-slide .hero-slides-content {
        padding: 20px;
    }
}

.single-hero-slide .hero-slides-content .line {
    width: 90px;
    height: 2px;
    background-color: #1b56f8da;
    margin: 0 auto 30px;
}

.single-hero-slide .hero-slides-content h2 {
    position: relative;
    z-index: 1;
    font-size: 72px;
    color: #ffffff;
    margin-bottom: 0;
    display: inline-block;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single-hero-slide .hero-slides-content h2 {
        font-size: 48px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-hero-slide .hero-slides-content h2 {
        font-size: 36px;
    }
}

@media only screen and (max-width: 767px) {
    .single-hero-slide .hero-slides-content h2 {
        font-size: 30px;
    }
}

.single-hero-slide .hero-slides-content p {
    font-size: 18px;
    color: #ffffff;
}

.hero-slides .owl-item.active .single-hero-slide .slide-img {
    -webkit-animation: slide 20s linear infinite;
    animation: slide 20s linear infinite;
}

@-webkit-keyframes slide {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes slide {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

/* :: 6.0 Book Now Area CSS */
.book-now-area {
    position: relative;
    z-index: 100;
    margin-bottom: 15px;
}

.book-now-form {
    position: relative;
    z-index: 1;
    top: -87px;
}

.book-now-form form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
}

.book-now-form form .form-group,
.book-now-form form button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    width: 20%;
    height: 174px;
    background-color: #363636;
    border-left: 2px solid #1b56f8da;
    border-top: 2px solid #1b56f8da;
    border-bottom: 2px solid #1b56f8da;
    margin-bottom: 0;
    padding: 0 30px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

    .book-now-form form .form-group,
    .book-now-form form button {
        padding: 0 20px;
    }
}

@media only screen and (max-width: 767px) {

    .book-now-form form .form-group,
    .book-now-form form button {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
        height: 100px;
        border-bottom: 0 solid transparent;
        border-right: 2px solid #1b56f8da;
    }
}

.book-now-form form .form-group label {
    color: #1b56f8da;
    display: block;
    font-size: 14px;
    width: 100%;
}

.book-now-form form button {
    border-right: 2px solid #1b56f8da;
    font-size: 16px;
    background-color: #1b56f8da;
    text-transform: uppercase;
    color: #ffffff;
    cursor: pointer;
    -webkit-transition-duration: 300ms;
    transition-duration: 300ms;
    padding: 0;
}

.book-now-form form button:hover,
.book-now-form form button:focus {
    outline: none;
    background-color: #363636;
}

.book-now-form form .form-control:focus {
    box-shadow: none;
}

.book-now-form .nice-select {
    background-color: transparent;
    border-radius: 0;
    border: none;
    font-size: 14px;
    height: auto;
    line-height: 1;
    padding-left: 0;
    padding-right: 30px;
    padding-top: 0;
    padding-bottom: 0;
    width: 100%;
    color: #ffffff;
}

.book-now-form .nice-select::after {
    border-bottom: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    height: 10px;
    margin-top: -4px;
    width: 10px;
}

.book-now-form .nice-select .list {
    background-color: #ffffff;
    border-radius: 0;
    margin-top: 2px;
    box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.15);
    width: 100%;
}

.book-now-form .nice-select .current {
    font-size: 24px;
    line-height: 1;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .book-now-form .nice-select .current {
        font-size: 18px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .book-now-form .nice-select .current {
        font-size: 14px;
    }
}

@media only screen and (max-width: 767px) {
    .book-now-form .nice-select .current {
        font-size: 18px;
    }
}

.book-now-form .nice-select .option {
    font-size: 20px;
    color: #363636;
    width: 100%;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .book-now-form .nice-select .option {
        font-size: 16px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .book-now-form .nice-select .option {
        font-size: 13px;
    }
}

@media only screen and (max-width: 767px) {
    .book-now-form .nice-select .option {
        font-size: 16px;
    }
}

/* :: 7.0 About Us Area CSS */
.about-thumbnail {
    position: relative;
    z-index: 1;
}

.about-thumbnail.homepage .first-img {
    position: relative;
    width: 50%;
    margin-left: auto;
    box-shadow: 0 8px 30px 0 rgba(0, 0, 0, 0.15);
}

.about-thumbnail.homepage .second-img {
    position: relative;
    z-index: 1;
    width: 55%;
    margin-top: -50%;
    box-shadow: 0 8px 30px 0 rgba(0, 0, 0, 0.15);
}

.about-thumbnail.homepage .third-img {
    position: relative;
    z-index: 1;
    margin: 0 auto;
    width: 45%;
    margin-top: -30%;
    box-shadow: 0 8px 30px 0 rgba(0, 0, 0, 0.15);
}

.about-key-text {
    position: relative;
    z-index: 1;
    margin-top: 35px;
}

.about-key-text h6 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 20px;
    font-size: 16px;
}

.about-key-text h6 span {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30px;
    flex: 0 0 30px;
    max-width: 30px;
    width: 30px;
    margin-right: 15px;
    height: 30px;
    text-align: center;
    font-size: 12px;
    background-color: #1b56f8da;
    border-radius: 50%;
    line-height: 30px;
    color: #ffffff;
}

.services-intro .accordion-list {
    padding: 0 100px 60px 100px;
}

.services-intro .accordion-list ul {
    padding: 0;
    list-style: none;
}

.services-intro .accordion-list li+li {
    margin-top: 15px;
}

.services-intro .accordion-list li {
    padding: 20px;
    background: #f0eeee;
    border-radius: 4px;
}

.services-intro .accordion-list a {
    display: block;
    position: relative;
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
    padding-right: 30px;
    outline: none;
    cursor: pointer;
    color: #343a40;
    transition: color 0.3s ease;
}

.services-intro .accordion-list span {
    color: #1b56f8da;
    font-weight: 600;
    font-size: 18px;
    padding-right: 10px;
}

.services-intro .accordion-list i {
    font-size: 20px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.services-intro .accordion-list p {
    margin-bottom: 0;
    padding: 10px 0 0 0;
}

.services-intro .accordion-list .icon-show {
    display: inline-block;
}

.services-intro .accordion-list .icon-close {
    display: none;
}

.services-intro .accordion-list a.collapsed .icon-show {
    display: inline-block;
}

.services-intro .accordion-list a.collapsed .icon-close {
    display: none;
}

.services-intro .accordion-list a:not(.collapsed) .icon-show {
    display: none;
}

.services-intro .accordion-list a:not(.collapsed) .icon-close {
    display: inline-block;
    color: #1b56f8da;
}

.services-intro .accordion-list a:hover {
    color: #1b56f8da;
}

@media (max-width: 1024px) {

    .services-intro .content,
    .services-intro .accordion-list {
        padding-left: 0;
        padding-right: 0;
    }
}

@media (max-width: 992px) {
    .services-intro .img {
        min-height: 400px;
    }

    .services-intro .content {
        padding-top: 30px;
    }

    .services-intro .accordion-list {
        padding-bottom: 30px;
    }
}

@media (max-width: 575px) {
    .services-intro .img {
        min-height: 200px;
    }
}


/* :: 8.0 Pool Area CSS */
.pool-content {
    position: relative;
    z-index: 1;
    width: 100%;
    padding: 70px 50px;
    border: 2px solid #1b56f8da;
    background-color: rgba(0, 0, 0, 0.63);
}

@media only screen and (max-width: 767px) {
    .pool-content {
        padding: 50px 20px;
    }
}

.pool-content .pool-feature {
    position: relative;
    z-index: 1;
    text-align: center;
}

@media only screen and (max-width: 767px) {
    .pool-content .pool-feature {
        margin-top: 30px;
    }
}

.pool-content .pool-feature i {
    font-size: 70px;
    color: #1b56f8da;
    margin-bottom: 15px;
    display: block;
}

.pool-content .pool-feature p {
    color: #ffffff;
    font-size: 14px;
    margin-bottom: 0;
}

/*** Gallery Start ***/

.gallery .gallery-item {
    overflow: hidden;
    border-radius: 5px;
    height: 100%;
}

.gallery .gallery-item img {
    transition: all ease-in-out 0.4s;
    height: 100%;
    /* width: 30%; */
}

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


/*** Gallery End ***/

/*** Video Start ***/

.video {
    max-width: 1200px;
    margin: 100px auto;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 20px;
}

.video .main-video-container {
    flex: 1 1 700px;
    border-radius: 5px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .1);
    background-color: #fff;
    padding: 15px;
}

.video .main-video-container .main-video {
    margin-bottom: 7px;
    border-radius: 5px;
    width: 100%;
}

.video .main-video-container .main-vid-title {
    font-size: 20px;
    color: #444;
}

.video .video-list-container {
    flex: 1 1 350px;
    height: 485px;
    overflow-y: scroll;
    border-radius: 5px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .1);
    background-color: #fff;
    padding: 15px;
}

.video .video-list-container::-webkit-scrollbar {
    width: 10px;
}

.video .video-list-container::-webkit-scrollbar-track {
    background-color: #fff;
    border-radius: 5px;
}

.video .video-list-container::-webkit-scrollbar-thumb {
    background-color: #444;
    border-radius: 5px;
}

.video .video-list-container .list {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 10px;
    background-color: #eee;
    cursor: pointer;
    border-radius: 5px;
    margin-bottom: 10px;
}

.video .video-list-container .list:last-child {
    margin-bottom: 0;
}

.video .video-list-container .list.active {
    background-color: #444;
}

.video .video-list-container .list.active .list-title {
    color: #fff;
}

.video .video-list-container .list .list-video {
    width: 100px;
    border-radius: 5px;
}

.video .video-list-container .list .list-title {
    font-size: 17px;
    color: #444;
}

/*** Video End ***/


/* :: 9.0 Rooms Area CSS */
.single-rooms-area {
    position: relative;
    z-index: 10;
    width: 100%;
    height: 515px;
    margin-bottom: 100px;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}

.single-rooms-area .bg-thumbnail {
    position: absolute;
    width: 100%;
    height: 70%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
}

.single-rooms-area .price-from {
    position: absolute;
    z-index: 20;
    top: -19px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    padding: 10px 15px;
    background-color: #181818;
    border: 2px solid #1b56f8da;
    display: inline-block;
    margin-bottom: 0;
    line-height: 1;
    color: #ffffff;
    font-size: 14px;
}

.single-rooms-area .rooms-text {
    position: absolute;
    z-index: 30;
    background-color: rgba(0, 0, 0, 0.63);
    padding: 10px 10px 40px;
    left: 15px;
    right: 15px;
    top:10rem;
    bottom: 10rem;
    width: calc(100% - 30px);
    border: 2px solid #1b56f8da;
    text-align: center;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}

.single-rooms-area .rooms-text .line {
    width: 90px;
    height: 2px;
    background-color: #1b56f8da;
    display: block;
    margin: 0 auto 20px;
}

.single-rooms-area .rooms-text h4 {
    color: #ffffff;
}

@media only screen and (max-width: 767px) {
    .single-rooms-area .rooms-text h4 {
        font-size: 20px;
    }
}

.single-rooms-area .rooms-text p {
    color: #ffffff;
    margin-bottom: 0;
}

.single-rooms-area .book-room-btn {
    position: absolute;
    bottom: 8rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 50;
}

.single-rooms-area:hover .rooms-text,
.single-rooms-area:focus .rooms-text {
    background-color: #000;
}

.pagination-area {
    position: relative;
    z-index: 1;
    text-align: center;
}

.pagination-area .pagination {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.pagination-area .pagination .page-item .page-link {
    border: 2px solid transparent;
    background-color: transparent;
    display: block;
    padding: 5px;
    margin-right: 10px;
    color: #181818;
    font-size: 14px;
}

.pagination-area .pagination .page-item .page-link:hover,
.pagination-area .pagination .page-item .page-link:focus {
    color: #ffffff;
    background-color: #616161;
    border: 2px solid #1b56f8da;
    box-shadow: none;
}

.pagination-area .pagination .page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.pagination-area .pagination .page-item:last-child .page-link {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.pagination-area .pagination .page-item.active .page-link {
    color: #ffffff;
    background-color: #616161;
    border: 2px solid #1b56f8da;
}

/* :: 10.0 Services Area CSS */
.services-intro {
    position: relative;
    z-index: 1;
}

.services-intro .single-cool-fact {
    width: 100%;
}

.core-features-area {
    position: relative;
    z-index: 10;
}

.core-features-area .single-core-feature {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 514px;
}

.core-features-area .single-core-feature .bg-thumbnail {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 5;
}

.core-features-area .single-core-feature .feature-content {
    width: 70%;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 50;
    background-color: rgba(255, 255, 255, 0.85);
    border: 2px solid #1b56f8da;
    padding: 30px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

@media only screen and (max-width: 767px) {
    .core-features-area .single-core-feature .feature-content {
        width: 85%;
    }
}

.core-features-area .single-core-feature .feature-content i {
    font-size: 60px;
    color: #1b56f8da;
    margin-bottom: 30px;
    display: block;
}

.core-features-area .single-core-feature .feature-content h3 {
    font-size: 30px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .core-features-area .single-core-feature .feature-content h3 {
        font-size: 24px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .core-features-area .single-core-feature .feature-content h3 {
        font-size: 24px;
    }
}

@media only screen and (max-width: 767px) {
    .core-features-area .single-core-feature .feature-content h3 {
        font-size: 24px;
    }
}

.core-features-area .single-core-feature .feature-content p {
    margin-bottom: 0;
}

.single-service-area {
    position: relative;
    z-index: 1;
}

.single-service-area i {
    display: block;
    margin-bottom: 30px;
    color: #1b56f8da;
    font-size: 60px;
}

.single-service-area h4 {
    font-size: 30px;
    margin-bottom: 25px;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}

@media only screen and (max-width: 767px) {
    .single-service-area h4 {
        font-size: 24px;
    }
}

.single-service-area p {
    margin-bottom: 0;
}

.our-milestones {
    position: relative;
    z-index: 1;
}

.our-milestones .single-cool-fact {
    background-color: rgba(0, 0, 0, 0.63);
}

/* :: 11.0 Our Hotel Area CSS */
.single-hotel-info {
    position: relative;
    z-index: 1;
}

.single-hotel-info .hotel-info-text {
    position: relative;
    z-index: 1;
    margin-bottom: 45px;
}

.single-hotel-info .hotel-info-text h6 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
    margin-bottom: 15px;
    font-size: 16px;
}

.single-hotel-info .hotel-info-text h6 span {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30px;
    flex: 0 0 30px;
    max-width: 30px;
    width: 30px;
    margin-right: 15px;
    height: 30px;
    text-align: center;
    font-size: 12px;
    background-color: #1b56f8da;
    border-radius: 50%;
    line-height: 30px;
    color: #ffffff;
}

/* :: 12.0 Testimonial Area CSS */
.testimonial-content {
    position: relative;
    z-index: 1;
    border: 2px solid #1b56f8da;
    background-color: #ffffff;
    padding: 100px;
    width: 100%;
}

@media only screen and (max-width: 767px) {
    .testimonial-content {
        padding: 30px;
    }
}

.testimonial-content .single-testimonial {
    position: relative;
    z-index: 1;
    text-align: center;
}

.testimonial-content .single-testimonial p {
    font-size: 16px;
    color: #7d7d7d;
    font-style: italic;
}

@media only screen and (max-width: 767px) {
    .testimonial-content .single-testimonial p {
        font-size: 14px;
    }
}

.testimonial-content .single-testimonial h6 {
    margin-top: 55px;
    margin-bottom: 60px;
}

.testimonial-content .single-testimonial h6 span {
    color: #1b56f8da;
}

@media only screen and (max-width: 767px) {
    .testimonial-content .single-testimonial h6 {
        margin-top: 25px;
        margin-bottom: 30px;
    }
}

.testimonial-content .single-testimonial img {
    width: auto !important;
    margin: 0 auto;
}

/* :: 13.0 Footer Area CSS */
.footer-area {
    position: relative;
    z-index: 1;
    background-color: #363636;
    padding-bottom: 40px;
}

.footer-area .footer-widget-area p {
    color: #cccccc;
    font-size: 16px;
    margin-bottom: 0;
}

.footer-area .footer-widget-area .widget-title {
    padding-top: 15px;
    color: #ffffff;
    font-weight: 400;
}

.footer-area .footer-widget-area .subscribe-form {
    position: relative;
    z-index: 1;
}

.footer-area .footer-widget-area .subscribe-form input {
    width: 100%;
    height: 46px;
    background-color: transparent;
    border: 2px solid #1b56f8da;
    padding: 0 15px;
    color: #ffffff;
}

.footer-area .footer-widget-area .subscribe-form button {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    width: 100%;
    height: 46px;
    border: none;
    font-size: 16px;
    margin-top: 15px;
    color: #ffffff;
    cursor: pointer;
    background-color: #1b56f8da;
}

.footer-area .footer-widget-area .subscribe-form button:hover,
.footer-area .footer-widget-area .subscribe-form button:focus {
    background-color: #363636;
}

.footer-area .copywrite-text {
    position: relative;
    z-index: 1;
}

.footer-area .copywrite-text p {
    margin-bottom: 0;
    line-height: 1.5;
    font-size: 12px;
    color: rgba(204, 204, 204, 0.4);
}

.footer-area .copywrite-text p a {
    font-size: 12px;
    color: rgba(204, 204, 204, 0.4);
}

.footer-area .copywrite-text p a:hover {
    color: #ffffff;
}

/* :: 14.0 Breadcumb Area CSS */
.breadcumb-area {
    position: relative;
    z-index: 10;
    width: 100%;
    height: 475px;
}

@media only screen and (max-width: 767px) {
    .breadcumb-area {
        height: 340px;
    }
}

.breadcumb-area .bradcumbContent {
    margin-top: 70px;
}

@media only screen and (max-width: 767px) {
    .breadcumb-area .bradcumbContent {
        margin-top: 0;
    }
}

.breadcumb-area .bradcumbContent h2 {
    font-size: 48px;
    color: #ffffff;
    margin-bottom: 0;
    padding: 5px 30px;
    border: 2px solid #1b56f8da;
    background-color: rgba(0, 0, 0, 0.63);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .breadcumb-area .bradcumbContent h2 {
        font-size: 36px;
    }
}

@media only screen and (max-width: 767px) {
    .breadcumb-area .bradcumbContent h2 {
        font-size: 30px;
    }
}

/* :: 15.0 Blog Area CSS */
.single-blog-post {
    position: relative;
    z-index: 10;
}

.single-blog-post .blog-post-thumb {
    position: relative;
    z-index: 1;
}

.single-blog-post .post-content {
    position: relative;
    z-index: 1;
    width: 80%;
    border: 2px solid #1b56f8da;
    padding: 50px 40px 30px;
    left: 10%;
    text-align: center;
    margin-top: -145px;
    background-color: #ffffff;
}

@media only screen and (max-width: 767px) {
    .single-blog-post .post-content {
        width: 90%;
        left: 5%;
        margin-top: -25px;
        padding: 40px 30px 20px;
    }
}

.single-blog-post .post-content .post-date {
    position: absolute;
    left: 50%;
    top: -26.5px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.single-blog-post .post-content .post-title {
    font-size: 30px;
    display: block;
    margin-bottom: 10px;
}

.single-blog-post .post-content .post-title:hover,
.single-blog-post .post-content .post-title:focus {
    color: #1b56f8da;
}

@media only screen and (max-width: 767px) {
    .single-blog-post .post-content .post-title {
        font-size: 20px;
        margin-bottom: 15px;
    }
}

.single-blog-post .post-content .post-meta {
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
}

.single-blog-post .post-content .post-meta a {
    font-size: 12px;
    color: #363636;
    position: relative;
    z-index: 2;
}

.single-blog-post .post-content .post-meta a:first-child {
    margin-right: 30px;
}

.single-blog-post .post-content .post-meta a:first-child::after {
    position: absolute;
    top: -2px;
    right: -18px;
    content: '|';
    z-index: 10;
}


.social2 {
    display: inline-block;
    text-align: center;
}

.social2>a {
    display: inline-block;
    margin: 10px 4px 0;
    line-height: 27px;
    width: 27px;
    color: #999999;
    border-radius: 50%;
    background-color: rgba(228, 157, 99, 0.05);
    font-size: 16px;
}

.social2>a:hover {
    color: #fff;
}

.widget-title {
    font-size: 18px;
    font-weight: 900;
    margin: 0 0 20px;
}

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials .testimonials-carousel,
.testimonials .testimonials-slider {
    overflow: hidden;
}

.testimonials .testimonial-item {
    box-sizing: content-box;
    min-height: 320px;
}

.testimonials .testimonial-item .testimonial-img {
    width: 90px;
    border-radius: 50%;
    margin: -40px 0 0 40px;
    position: relative;
    z-index: 2;
    border: 6px solid #fff;
}

.testimonials .testimonial-item h3 {
    font-size: 18px;
    font-weight: bold;
    margin: 10px 0 5px 45px;
    color: #111;
}

.testimonials .testimonial-item h4 {
    font-size: 14px;
    color: #999;
    margin: 0 0 0 45px;
}

.testimonials .testimonial-item .quote-icon-left,
.testimonials .testimonial-item .quote-icon-right {
    color: #b2e4e6;
    font-size: 26px;
}

.testimonials .testimonial-item .quote-icon-left {
    display: inline-block;
    left: -5px;
    position: relative;
}

.testimonials .testimonial-item .quote-icon-right {
    display: inline-block;
    right: -5px;
    position: relative;
    top: 10px;
}

.testimonials .testimonial-item p {
    font-style: italic;
    margin: 0 15px 0 15px;
    padding: 20px 20px 60px 20px;
    background: #f0fafa;
    position: relative;
    border-radius: 6px;
    position: relative;
    z-index: 1;
}

.testimonials .swiper-pagination {
    margin-top: 20px;
    position: relative;
}

.testimonials .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: #fff;
    opacity: 1;
    border: 1px solid #1b56f8da;
}

.testimonials .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #1b56f8da;
}

/*===== Profile Sidebar =====*/
.sidebar {
    background: white;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.scrollable-panel {
    overflow: auto;
    max-height: 80vh;
}


.profile-section {
    background-color: #1b56f8da;
    text-align: center;
    padding: 20px;
    color: white;
}

.profile-section img {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    border: 3px solid white;
}

.signout-btn {
    background-color: #ffdd33;
    font-weight: bold;
}

/* Each nav item */
.nav-tabs.flex-column .nav-link {
    color: #333;
    font-weight: 500;
    padding: 12px 20px;
    border: none;
    border-radius: 0;
    display: flex;
    align-items: center;
    transition: background-color 0.2s ease, color 0.2s ease;
}

/* Icon styling */
.nav-tabs.flex-column .nav-link i {
    font-size: 16px;
    color: red;
    margin-right: 10px;
    transition: color 0.2s ease;
}

/* Hover effect */
.nav-tabs.flex-column .nav-link:hover {
    background-color: #f8f9fa;
    color: #1b56f8;
}

/* Hover icon color */
.nav-tabs.flex-column .nav-link:hover i {
    color: #1b56f8;
}

/* Active tab */
.nav-tabs.flex-column .nav-link.active {
    background-color: #fff5f5;
    color: #1b56f8;
    font-weight: 600;
    border: none;
}

/* Active icon color */
.nav-tabs.flex-column .nav-link.active i {
    color: #1b56f8;
}

.card {
    border: none;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.card img {
    width: 80px;
    height: 80px;
    object-fit: contain;
    border-radius: 10px;
    background: #fff;
}

/*===== Dashboard Tab =====*/
.dashboard-wrapper {
    float: left;
    width: 100%;
    padding: 30px;
    background-color: #f9f9f9;
}

.welcome-note {
    float: left;
    width: 100%;
    padding: 35px 45px 30px;
    position: relative;
    z-index: 1;
    margin-bottom: 45px;
}

.welcome-note>h4 {
    font-size: 16px;
    font-family: Poppins;
    color: #fff;
    margin: 0 0 10px;
}

.welcome-note>p {
    color: #fff;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0;
}

.welcome-note>img {
    position: absolute;
    bottom: 0;
    right: 15px;
    z-index: -1;
    opacity: .05;
}

.remove-noti {
    position: absolute;
    top: -8px;
    right: -8px;
}

.dashboard-title {
    float: left;
    padding: 0 20px;
    width: 100%;
    margin-bottom: 30px;
}

.dashboard-title>h4 {
    font-family: Poppins;
    color: #3c3838;
    margin-top: 0;
}

.dashboard-title>span {
    font-style: italic;
    font-size: 16px;
    color: #666;
}

.restaurants-list {
    float: left;
    padding: 0 20px 20px;
    width: 100%;
}

.featured-restaurant-box.style3 {
    border-top: 0;
    padding: 30px;
    margin-top: 0;
    background-color: #fff;
    -webkit-box-shadow: 0 0 32px rgba(0, 0, 0, .04);
    -ms-box-shadow: 0 0 32px rgba(0, 0, 0, .04);
    -o-box-shadow: 0 0 32px rgba(0, 0, 0, .04);
    box-shadow: 0 0 32px rgba(0, 0, 0, .04);
}

.featured-restaurant-box.style3+.featured-restaurant-box.style3 {
    margin-top: 10px;
}

.featured-restaurant-box.style3 .featured-restaurant-thumb {
    width: 130px;
    text-align: center;
}

.featured-restaurant-box.style3 .featured-restaurant-thumb>a {
    border: 2px solid #f1f1f1;
    display: block;
    line-height: 90px;
    min-height: 90px;
}

.featured-restaurant-box.style3 .post-meta {
    display: block;
}

.featured-restaurant-box.style3 .post-meta {
    padding-left: 0;
}

.view-menu-liks {
    width: 120px;
}

.view-menu-liks .post-likes {
    position: static;
    float: right;
}

.view-menu-liks>a {
    background-color: #434343;
    color: #fff;
    font-size: 12px;
    padding: 10px 25px;
    float: right;
    margin-top: 5px;
}

.view-menu-liks>a:hover,
.view-menu-liks>a:focus {
    color: #fff;
}

/*===== My Bookings Tab =====*/
.tabs-wrp {
    float: left;
    width: 100%;
    background-color: #fbfbfb;
    padding: 50px;
}

.tabs-wrp>h4 {
    font-family: Poppins;
    font-size: 22px;
    color: #3c3838;
    display: inline-block;
    margin-bottom: 0;
    line-height: 45px;
    margin-top: 0;
}

.select-wrap-inner {
    float: right;
    max-width: 395px;
    width: 100%;
}

.select-wrap-inner>div {
    width: 48.7%;
}

.select-wrap-inner>div+div {
    margin-left: 10px;
}

.select-wrap-inner .select-wrp2 .chosen-container>a {
    background-color: #fff;
    -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, .04);
    -ms-box-shadow: 0 3px 10px rgba(0, 0, 0, .04);
    -o-box-shadow: 0 3px 10px rgba(0, 0, 0, .04);
    box-shadow: 0 3px 10px rgba(0, 0, 0, .04);
    height: 45px;
    padding: 10px 33px 10px 25px;
    text-transform: initial;
    color: #a2a2a2;
    font-weight: 400;
    font-size: 10.8px;
}

.booking-table {
    float: left;
    width: 100%;
}

.booking-table>table {
    float: left;
    width: 100%;
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.04);
    -ms-box-shadow: 0 0 30px rgba(0, 0, 0, 0.04);
    -o-box-shadow: 0 0 30px rgba(0, 0, 0, 0.04);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.04);
}

.booking-table>table thead {
    background-color: #2a2a2a;
    color: #fff;
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, .04);
    -ms-box-shadow: 0 0 30px rgba(0, 0, 0, .04);
    -o-box-shadow: 0 0 30px rgba(0, 0, 0, .04);
    box-shadow: 0 0 30px rgba(0, 0, 0, .04);
}

.booking-table>table thead th {
    font-family: Poppins;
    padding: 21px 40px;
    font-size: 11px;
    font-weight: 700;
    text-align: center;
}

.booking-table>table thead th:first-child,
.booking-table>table tbody td:first-child {
    text-align: left;
}

.booking-table>table tbody td {
    padding: 25px 40px;
    font-family: Poppins;
    font-size: 11px;
    color: #444;
    position: relative;
    text-align: center;
}

.booking-table>table tbody td h5 {
    font-size: 13px;
    margin-bottom: 0;
    position: relative;
    padding-left: 20px;
    font-weight: 400;
    color: inherit;
}

.booking-table>table tbody td h5:before {
    content: "";
    position: absolute;
    left: 0;
    height: 7px;
    width: 7px;
    background-color: orange;
    top: 50%;
    margin-top: -3.5px;
}

.booking-table>table tbody tr:nth-child(2n+1) {
    background-color: #fff;
}

.booking-table>table tbody tr:nth-child(2n) {
    background-color: #f9f9f9;
}

span.processing,
span.completed {
    padding: 7px 12px;
    display: inline-block;
    color: #fff;
    font-size: 10px;
    font-weight: 700;
}

span.processing {
    background-color: #3fbfd2;
}

span.completed {
    background-color: #67cc4c;
}

.booking-table>table tbody td a.detail-link {
    -webkit-box-shadow: 7px 0 7px rgba(0, 0, 0, .04);
    -ms-box-shadow: 7px 0 7px rgba(0, 0, 0, .04);
    -o-box-shadow: 7px 0 7px rgba(0, 0, 0, .04);
    box-shadow: 7px 0 7px rgba(0, 0, 0, .04);
    position: absolute;
    right: -14px;
    line-height: 28px;
    width: 28px;
    text-align: center;
    margin-top: -14px;
    top: 50%;
    background-color: #fff;
    font-size: 11px;
}

.booking-table>table tbody td a.detail-link:hover,
.booking-table>table tbody td a.detail-link:focus {
    color: #fff;
}

.booking-table>table tbody tr:nth-child(2n) a.detail-link {
    background-color: #f9f9f9;
}

/*===== My Orders Tab =====*/
.order-list {
    float: left;
    width: 100%;
}

.order-item {
    float: left;
    width: 100%;
    background-color: #fff;
    padding: 30px;
    -webkit-box-shadow: 0 0 32px rgba(0, 0, 0, .04);
    -ms-box-shadow: 0 0 32px rgba(0, 0, 0, .04);
    -o-box-shadow: 0 0 32px rgba(0, 0, 0, .04);
    box-shadow: 0 0 32px rgba(0, 0, 0, .04);
    display: table;
}

.order-item+.order-item {
    margin-top: 10px;
}

.order-thumb {
    position: relative;
    width: 180px;
    max-width: 180px;
    overflow: hidden;
}

.order-item>div {
    display: table-cell;
    vertical-align: middle;
}

.order-info {
    padding-left: 30px;
}

.order-info>span.red-clr,
.order-info>span.yellow-clr {
    font-size: 12px;
    font-family: Poppins;
    display: block;
}

.order-info>h4 {
    font-size: 18px;
    font-weight: 600;
    margin: 13px 0 11px;
}

.order-info>p {
    margin-bottom: 25px;
}

.order-info>span.processing,
.order-info>span.completed {
    margin-left: 30px;
    margin-top: 9px;
}

.order-info>a {
    float: right;
    font-size: 12px;
    background-color: #434343;
    color: #fff;
    padding: 10px 25px;
}

.order-info>span.price {
    margin-top: 9px;
}

/*===== Statement Tab =====*/
.statement-table {
    float: left;
    width: 100%;
}

.statement-table table {
    width: 100%;
    text-align: center;
    -webkit-box-shadow: 0 0 32px rgba(0, 0, 0, 0.04);
    -ms-box-shadow: 0 0 32px rgba(0, 0, 0, 0.04);
    -o-box-shadow: 0 0 32px rgba(0, 0, 0, 0.04);
    box-shadow: 0 0 32px rgba(0, 0, 0, 0.04);
}

.statement-table table thead {
    background-color: #2a2a2a;
    color: #fff;
    -webkit-box-shadow: 0 0 32px rgba(0, 0, 0, 0.04);
    -ms-box-shadow: 0 0 32px rgba(0, 0, 0, 0.04);
    -o-box-shadow: 0 0 32px rgba(0, 0, 0, 0.04);
    box-shadow: 0 0 32px rgba(0, 0, 0, 0.04);
}

.statement-table table th {
    font-size: 11px;
    font-family: Poppins;
    padding: 20px 20px;
    text-align: inherit;
}

.statement-table table tbody {
    background-color: #fff;
}

.statement-table table tbody td {
    font-family: Poppins;
    font-size: 12px;
    color: #666;
    padding: 30px 20px;
    border: 1px solid #eee;
}

/*===== Account Settings Tab =====*/
.account-settings-inner {
    float: left;
    width: 100%;
    margin-top: 20px;
    padding-right: 20px;
}

.account-settings-inner .loc-map2 {
    margin-bottom: 0;
}

.profile-info {
    float: left;
    width: 100%;
    margin-top: 10px;
}

.profile-thumb {
    height: 160px;
    width: 160px;
    display: inline-block;
    overflow: hidden;
    margin-bottom: 14px;
}

.profile-thumb>img {
    width: 100%;
    border-radius: 50%;
    height: 100%;
}

.profile-info>a {
    font-size: 13px;
    display: inline-block;
    position: relative;
    line-height: 13px;
}

.profile-info>a.change-password {
    padding-left: 15px;
}

.profile-info>a:hover {
    color: #2a2a2a;
}

.profile-info>a.change-password:before {
    content: "";
    left: 0;
    height: 7px;
    width: 7px;
    background-color: red;
    position: absolute;
    bottom: 2px;
}

.profile-img-upload-btn {
    display: block;
    margin: 14px 0 12px;
}

.profile-img-upload-btn>label {
    padding: 13px 30px;
    font-size: 10px;
    font-family: Poppins;
    font-weight: 700;
    display: inline-block;
    margin-bottom: 0;
}

.profile-img-upload-btn>label.yellow-bg:hover {
    color: #85a8f3;
}

.profile-img-upload-btn .fileContainer {
    overflow: hidden;
    position: relative;
}

.profile-img-upload-btn .fileContainer [type=file] {
    cursor: inherit;
    display: block;
    font-size: 999px;
    filter: alpha(opacity=0);
    min-height: 100%;
    min-width: 100%;
    opacity: 0;
    position: absolute;
    right: 0;
    text-align: right;
    top: 0;
}

.profile-info>p {
    font-size: 12px;
    color: #a2a2a2;
    margin-bottom: 0;
}

.default-img-lst {
    float: left;
    width: 100%;
    margin-top: 10px;
}

.default-img-lst>img {
    display: inline-block;
    cursor: pointer;
    margin: 5px;
}

.profile-info-form-wrap {
    float: left;
    width: 100%;
    padding-left: 20px;
}




/* :: 16.0 Contact Area CSS */
.contact-area {
    position: relative;
    z-index: 1;
}

.contact-area .home-map-area {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    width: 50%;
    height: 685px;
}

@media only screen and (max-width: 767px) {
    .contact-area .home-map-area {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
        height: 450px;
    }
}

.contact-area .home-map-area iframe {
    width: 100%;
    height: 100%;
    border: none;
}

.contact-area .contact-info {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    width: 50%;
    padding: 0 8%;
}

@media only screen and (max-width: 767px) {
    .contact-area .contact-info {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
        padding: 50px 30px;
    }
}

.contact-area .contact-info h4,
.contact-area .contact-info h5 {
    margin-bottom: 15px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

    .contact-area .contact-info h4,
    .contact-area .contact-info h5 {
        font-size: 16px;
    }
}

@media only screen and (max-width: 767px) {

    .contact-area .contact-info h4,
    .contact-area .contact-info h5 {
        font-size: 16px;
    }
}

.contact-area .contact-info .social-info a {
    display: inline-block;
    margin-right: 15px;
}

.contact-area .contact-info .social-info a:hover,
.contact-area .contact-info .social-info a:focus {
    color: #1b56f8da;
}

.single-contact-information {
    position: relative;
    z-index: 1;
}

.single-contact-information .section-text {
    position: relative;
    z-index: 1;
    margin-bottom: 40px;
}

.single-contact-information .section-text h3 {
    font-weight: 400;
    font-size: 30px;
    margin-bottom: 10px;
}

.single-contact-information .section-text p {
    margin-bottom: 0;
}

.single-contact-information .contact-content {
    position: relative;
    z-index: 1;
    margin-bottom: 20px;
}

.single-contact-information .contact-content:last-child {
    margin-bottom: 0;
}

.single-contact-information .contact-content p {
    font-size: 15px;
    color: #7d7d7d;
    margin-bottom: 0;
}

.single-contact-information .contact-content p:first-child {
    font-size: 18px;
    color: #1b56f8da;
    margin-bottom: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 90px;
    flex: 0 0 90px;
    max-width: 90px;
    width: 90px;
}

.map-area {
    position: relative;
    z-index: 2;
}

.map-area iframe {
    width: 100%;
    height: 515px;
    border: none;
    margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
    .map-area iframe {
        height: 300px;
    }
}

.contact-form-area {
    position: relative;
    z-index: 1;
}

.contact-form-area form {
    position: relative;
    z-index: 1;
}

.contact-form-area form input,
.contact-form-area form select,
.contact-form-area form textarea {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    border: none;
    border-bottom: 2px solid #c9c9c9;
    margin-bottom: 30px;
    font-size: 16px;
    font-style: italic;
    color: #7d7d7d;
    border-radius: 0;
    width: 100%;
    height: 52px;
}

.contact-form-area form .total {
    border: none;
    background-color: #FFF;
    width: 50%;
}

.contact-form-area form input:focus,
.contact-form-area form select:focus,
.contact-form-area form textarea:focus {
    border-color: #1b56f8da;
    box-shadow: none;
}

.contact-form-area form textarea {
    height: 180px;
}

/* Styled select to match the input look */
.styled-select {
    width: 100%;
    height: 52px;
    padding: 0 5px;
    font-size: 16px;
    font-style: italic;
    color: #7d7d7d;
    background-color: transparent;
    border: none;
    border-bottom: 2px solid #c9c9c9;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("data:image/svg+xml;utf8,<svg fill='%237d7d7d' height='10' viewBox='0 0 24 24' width='10' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/></svg>");
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 12px;
    transition: border-color 0.3s ease;
    margin-bottom: 30px;
}

/* Highlight on focus like input */
.styled-select:focus {
    outline: none;
    border-bottom-color: #1b56f8da;
}

/* Optional fix for Firefox dotted outline */
.styled-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #7d7d7d;
}

/* :: 17.0 Skills Area CSS */
.single-skils-area {
    position: relative;
    z-index: 1;
    text-align: center;
}

.single-skils-area .circle {
    position: relative;
    z-index: 10;
    margin-bottom: 15px;
}

.single-skils-area .skills-text {
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.single-skils-area .skills-text span {
    font-size: 48px;
    color: #232323;
}

.single-skils-area .skills-text p {
    margin-bottom: 0;
    line-height: 1;
    font-size: 14px;
    color: #232323;
}

/* :: 18.0 Elements Area CSS */
.elements-title h2 {
    font-size: 48px;
    margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
    .elements-title h2 {
        font-size: 24px;
    }
}

.single-icon {
    position: relative;
    z-index: 1;
    padding: 50px 30px;
    border: 2px solid #1b56f8da;
    text-align: center;
}

.single-icon i {
    color: #1b56f8da;
    font-size: 70px;
    display: block;
    margin-bottom: 30px;
}

.single-icon span {
    font-size: 16px;
}

/* :: 18.1.0 Single Cool Facts CSS */
.single-cool-fact {
    position: relative;
    z-index: 1;
    width: 200px;
    padding: 35px 15px;
    border: 2px solid #1b56f8da;
    text-align: center;
    background-color: #363636;
    margin: 0 auto;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}

.single-cool-fact .scf-text i {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    display: block;
    font-size: 70px;
    margin-bottom: 10px;
    color: #1b56f8da;
}

.single-cool-fact .scf-text h2 {
    font-size: 48px;
    margin-bottom: 5px;
    color: #ffffff;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single-cool-fact .scf-text h2 {
        font-size: 48px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-cool-fact .scf-text h2 {
        font-size: 36px;
    }
}

@media only screen and (max-width: 767px) {
    .single-cool-fact .scf-text h2 {
        font-size: 30px;
    }
}

.single-cool-fact .scf-text p {
    font-size: 14px;
    margin-bottom: 0;
    color: #ffffff;
    line-height: 1;
}

.single-cool-fact:hover,
.single-cool-fact:focus {
    background-color: #1b56f8da;
}

.single-cool-fact:hover .scf-text i,
.single-cool-fact:focus .scf-text i {
    color: #ffffff;
}

/* :: 18.2.0 Accordians Area CSS */
.single-accordion.panel {
    background-color: #ffffff;
    border: 0 solid transparent;
    border-radius: 4px;
    box-shadow: 0 0 0 transparent;
    margin-bottom: 15px;
}

.single-accordion:last-of-type {
    margin-bottom: 0;
}

.single-accordion h6 {
    margin-bottom: 0;
}

.single-accordion h6 a {
    background-color: #1b56f8da;
    border-radius: 0;
    border: 2px solid #1b56f8da;
    color: #ffffff;
    display: block;
    margin: 0;
    padding: 20px 70px 20px 30px;
    position: relative;
    font-size: 14px;
    text-transform: capitalize;
}

.single-accordion h6 a span {
    background: transparent;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    font-size: 10px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 58px;
    height: 100%;
    color: #ffffff;
    line-height: 58px;
}

.single-accordion h6 a span.accor-open {
    opacity: 0;
}

.single-accordion h6 a.collapsed {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    background-color: #ffffff;
    color: #7d7d7d;
    border: 2px solid #1b56f8da;
}

.single-accordion h6 a.collapsed span {
    color: #7d7d7d;
}

.single-accordion h6 a.collapsed span.accor-close {
    opacity: 0;
}

.single-accordion h6 a.collapsed span.accor-open {
    opacity: 1;
}

.single-accordion .accordion-content {
    border-top: 0 solid transparent;
    box-shadow: none;
    padding: 30px 15px 5px;
}

.single-accordion .accordion-content p {
    margin-bottom: 0;
}

/* :: 18.3.0 Tabs Area CSS */
.palatin-tabs-content {
    position: relative;
    z-index: 1;
}

.palatin-tabs-content .nav-tabs {
    border-bottom: none;
    margin-bottom: 30px;
}

.palatin-tabs-content .nav-tabs .nav-link {
    background-color: #ffffff;
    border: 2px solid #1b56f8da;
    padding: 0 20px;
    height: 58px;
    line-height: 58px;
    color: #7d7d7d;
    margin: 0 2px;
    border-radius: 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .palatin-tabs-content .nav-tabs .nav-link {
        padding: 0 15px;
    }
}

@media only screen and (max-width: 767px) {
    .palatin-tabs-content .nav-tabs .nav-link {
        padding: 0 15px;
        font-size: 12px;
        margin-bottom: 15px;
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .palatin-tabs-content .nav-tabs .nav-link {
        padding: 0 15px;
    }
}

.palatin-tabs-content .nav-tabs .nav-link.active {
    background-color: #1b56f8da;
    color: #ffffff;
}

.palatin-tabs-content .palatin-tab-text p {
    margin-bottom: 0;
}

.palatin-tabs-content .tab-content h6 {
    font-size: 18px;
}

/* .widget-title{
  color: #d8d5d5;
} */
.get_in_touch ul li {
    position: relative;
    padding-left: 30px;
    margin-top: 20px;
    color: #d8d5d5;
}

.get_in_touch ul li a {
    color: #d8d5d5;
}

.get_in_touch ul li i {
    position: absolute;
    left: 0;
    font-size: 18px;
    top: 2px;
}

.get_in_touch ul li a {
    padding-left: 0;
}

.get_in_touch ul li a:before {
    display: none;
}

.get_in_touch ul li a:hover {
    padding-left: 0;
}

.bottom-bar {
    float: left;
    width: 100%;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

/* ====== The End ====== */

/*# sourceMappingURL=style.css.map */
