html {
    overflow-x: hidden;
}

body {
    font-size: 16px;
    color: #616161;
    font-weight: 400;
    background: #fff;
    font-family: 'Open Sans', sans-serif;
    overflow-x: hidden;
}

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

p {
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    line-height: 30px;
    font-weight: 400;
    color: #616161;
    margin-bottom: 1em;
    font-style: normal;
    transition: all 500ms ease;
}

a {
    text-decoration: none;
    font-size: 17px;
    font-family: 'Open Sans', sans-serif;
    line-height: 24px;
    font-weight: 400;
    cursor: pointer;
    color: #9b9fa6;
    transition: all 500ms ease;
    outline: none;
}

a:focus, a:active, a:hover {
    color: #fff;
    outline: none;
    text-decoration: none;
}

.content-box h1:before, .about-content h2:before, .cta-section h1:before, .services-section h2:before, .location-title:before {
    position: absolute;
    content: '';
    background: url('../images/line.png');
    width: 80px;
    height: 7px;
    left: 0;
    bottom: 0;
    background-repeat: no-repeat;
}

.services-section h2:before, .location-title:before {
    left: 15px;
}

.content-box .text p {
    font-size: 17px;
    color: #616161;
    line-height: 30px;
    margin-bottom: 2rem;
}

.content-subtitle {
    text-transform: capitalize;
    font-size: 17px;
    color: #cda274;
    font-weight: 600;
    line-height: 30px;
}

.btn-class {
    display: inline-block;
    font-size: 17px;
    font-family: 'Open Sans', sans-serif;
    padding: 18px 48px;
    background: #cda274;
    font-weight: 600;
    color: #fff;
    border-radius: 5px;
    text-transform: capitalize;
    transition: all 300ms ease;
    cursor: pointer;
    text-align: center;
    z-index: 1;
}

.btn-class:hover, .btn-class:focus, .btn-class:active {
    background: #cc9152;
}

figure {
    max-width: 100%;
    display: block;
}

figure.image-box {
    border: 10px solid #fff;
    box-shadow: 0 10px 20px rgb(0 0 0 / 10%);
    text-align: center;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Playfair Display', serif;
    font-weight: 400;
    margin-bottom: 0;
    color: #0f3a4a;
    transition: all 500ms ease
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    font-family: 'Playfair Display', serif;
    font-weight: 400;
    margin-bottom: 0;
    color: #0f3a4a;
    transition: all 500ms ease
}

h2 {
    font-size: 44px;
    line-height: 52px;
    font-weight: 700
}

h3 {
    font-size: 1.4em;
    line-height: 35px;
    font-weight: 700
}

h3 a {
    font-size: 26px;
    line-height: 35px;
    font-weight: 700
}

h4 a {
    font-size: 18px;
    line-height: 28px;
    font-weight: 500
}

h5 a {
    display: inline-block;
    font-size: 18px;
    line-height: 26px;
    font-weight: 500
}

h3 a:hover, h4 a:hover {
    color: #cda274
}

.content-box h1 {
    position: relative;
    font-size: 44px;
    font-weight: 700;
    color: #0f172b;
    padding-bottom: 1.5rem;
    margin-bottom: 2rem;
}

.image-column {
    position: relative;
    height: 100%;
    display: block;
    overflow: hidden;
}

.image-layer {
    display: block;
    width: 100%;
    height: 100%;
    background: #0f172b;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: all 500ms ease;
}

.image-layer:before {
    position: absolute;
    content: '';
    background: rgba(15, 23, 43, .8);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0;
    transition: all 500ms ease;
}

.over-link {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.single-feature .content-box {
    display: block;
    text-align: center;
    background: #0f172b;
    padding: 4rem 3rem;
}

.single-feature .content-box .icon-box {
    display: inline-block;
    font-size: 40px;
    margin: 0;
    color: #cda274;
    width: 100px;
    height: 100px;
    line-height: 100px;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, .3);
    border-radius: 5px;
    margin-bottom: 2rem;
    transition: all 500ms ease;
}

.single-feature .content-box h3 {
    display: block;
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 1.8rem;
}

.single-feature .content-box h3 a {
    display: inline-block;
    color: #fff;
    font-size: 24px;
    line-height: 32px;
}

.single-feature .content-box h3 a:hover, .single-feature .content-box h3 a:focus, .single-feature .content-box h3 a:active {
    background: transparent;
    color: #cda274;
}

.single-feature .content-box .text {
    font-size: 16px;
    line-height: 28px;
    color: #b7bac0;
}

.single-feature .content-box .icon-box i:before {
    font-size: 40px;
    margin: 0;
}

.single-feature:hover .content-box .icon-box {
    color: #fff;
    background: #cda274;
    border-color: #cda274;
}

.single-feature:hover .image-layer:before {
    opacity: 1
}

.single-feature:hover .image-layer {
    width: 120%
}

.single-feature .image-box {
    display: none;
    width: 100%;
}

.single-feature .row {
    background: #0f172b;
}

.features .card {
    border: none;
}

.features .card-body {
    padding: 0px;
}

#rooms_container {
    background: #f0f1f5;
    padding-bottom: 6rem;
}

.rooms h1, .wos h1 {
    font-size: 44px;
    line-height: 55px;
    font-weight: 700;
    color: #0f172b;
    margin-bottom: 1rem;
}

.rooms p:before, .title-text:before {
    position: absolute;
    content: '';
    background: url('../images/line.png');
    width: 80px;
    height: 7px;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    background-repeat: no-repeat;
    animation-name: float-bob;
    animation-duration: 15s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

.wos p:before {
    position: absolute;
    content: '';
    background: url('../images/line.png');
    width: 80px;
    height: 7px;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    background-repeat: no-repeat;
    animation-name: float-bob;
    animation-duration: 15s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

.inner-box {
    position: relative;
    display: block;
    background: #fff;
    padding: 30px;
    border-radius: 5px;
    margin-bottom: 7px;
    transition: all 500ms ease;
    height: 300px;
}

.c-inner-box{
    min-height: 328px !important;
}

.inner-box .image-box {
    position: absolute;
    left: 30px;
    top: 30px;
    width: 240px;
    height: auto;
    overflow: hidden;
    z-index: 1;
}

.inner-box .image-box .image {
    position: relative;
    border-radius: 5px;
    margin: 0;
}

.inner-box .image-box .image img {
    width: 100%;
    border-radius: 5px;
}

.inner-box .image-box .price {
    position: absolute;
    left: 20px;
    top: 0;
    background: #fff;
    font-size: 26px;
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    color: #0f3a4a;
    text-align: center;
    border-bottom-left-radius: 40px;
    border-bottom-right-radius: 40px;
    box-shadow: 0 16px 50px rgb(155 159 166 / 30%);
    padding: 13px 13px 16px 13px;
}

.inner-box .image-box .price span {
    position: relative;
    display: block;
    font-size: 13px;
    line-height: 22px;
    font-weight: 400;
    font-family: 'Lato', sans-serif;
    font-style: italic;
    color: #9b9fa6;
}

.inner-box .image-box .price .price_value {
    font-size: 20px;
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    color: #0f3a4a;
    font-style: normal;
}

.inner-box .content-box {
    padding: 1px 0 9px 270px;
}

.inner-box .content-box .rating {
    margin-bottom: 3px;
}

.inner-box .content-box .rating li {
    display: inline-block;
    font-size: 16px;
    color: #cda274;
    transition: all 500ms ease;
}

.inner-box .content-box h3 {
    display: block;
    font-size: 26px;
    line-height: 35px;
    font-weight: 700;
    color: #0f3a4a;
    margin-bottom: 1rem;
    transition: all 500ms ease;
}

.inner-box .content-box h3 a {
    display: inline-block;
    color: #0f3a4a;
    transition: all 500ms ease;
}

.inner-box .content-box .text {
    position: relative;
    font-size: 16px;
    color: #858990;
    line-height: 26px;
    margin-bottom: 1.5rem;
    transition: all 500ms ease;
}

.inner-box .content-box .info-box {
    text-align: right;
}

.inner-box .content-box .info-box li {
    margin-right: 6px;
}

.inner-box .content-box .info-box li a {
    display: inline-block;
    font-size: 14px;
    line-height: 24px;
    font-family: 'Open Sans', sans-serif;
    padding: 9.5px 2.5rem;
    font-weight: 600;
    color: #0f3a4a;
    text-transform: capitalize;
    background: transparent;
    border: 1px solid #e1e6eb;
    border-radius: 5px;
    transition: all 500ms ease;
}

.inner-box:hover {
    background: #0f172b
}

.inner-box:hover .content-box h3, .inner-box:hover .content-box h3 a {
    color: #fff
}

.inner-box:hover .content-box .text {
    color: #acafb6
}

.inner-box:hover .content-box .info-box li a {
    color: #fff;
    background: #cda274;
    border-color: #cda274
}

.testimonial-section .testimonial-content {
    display: block;
    transition: all 500ms ease;
    border-radius: 5px;
    padding: 60px 15px 42px 15px;
    margin: 0;
    border: 1px solid transparent;
    border: 1px solid #e1e6eb;
}

.testimonial-section .testimonial-content .thumb-box {
    display: inline-block;
    overflow: hidden;
    border-radius: 100%;
    width: 170px;
    height: 170px;
    margin-bottom: 1rem;
}

.testimonial-section .testimonial-content .thumb-box img {
    width: 100%;
    transform-style: preserve-3d;
    display: block;
}

.testimonial-content div, .testimonial-content a {
    font-size: 13px;
}

.testimonial-content a:hover, .testimonial-content a:focus, .testimonial-content a:active {
    color: #9b9fa6;
}

.testimonial-section .testimonial-content .author {
    line-height: 30px;
    font-size: 24px;
    font-weight: 700;
    font-family: 'Playfair Display', serif;
    color: #0d2933;
    margin-bottom: 5px;
}

.testimonial-section .testimonial-content:hover {
    border: 1px solid #cda274;
}

.overlay-box {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    color: #fff;
    text-align: center;
    transition: all 700ms ease;
}

.overlay-box:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    opacity: 0;
    visibility: hidden;
    transition: all 900ms ease;
    background-color: rgba(13, 41, 51, .8);
    transform: rotateX(
        -180deg);
}

.overlay-box-outer .overlay-inner {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: table;
    vertical-align: middle;
    padding: 10px 0;
}

.overlay-box-outer .overlay-inner .content {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    display: none;
}

.overlay-box-outer:hover .overlay-box:before {
    -moz-transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    transform: rotateX(0deg);
    opacity: 1;
    visibility: visible
}

.overlay-box-outer:hover .overlay-box {
    opacity: 1
}

.overlay-box-outer figure {
    margin-bottom: 0rem;
}

.owl-dots:not(.rooms-slider .owl-dots) {
    display: none;
}

.cta-section {
    position: relative;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left;
    background-attachment: fixed;
}

.cta-section:before {
    position: absolute;
    content: '';
    background-image: -webkit-linear-gradient(
        0deg, rgba(255, 255, 255, 0) 0%, rgba(15, 23, 43, 1) 50%);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.cta-section h1 {
    font-size: 44px;
    line-height: 55px;
    font-weight: 700;
    color: #fff;
    padding-bottom: 28px;
    margin-bottom: 2rem;
}

.cta-section .text {
    font-size: 20px;
    font-weight: 400;
    color: #b7babf;
    line-height: 32px;
    margin-bottom: 2rem;
}

.cta-section .video-box a {
    position: relative;
    color: #fff;
}

.cta-section .video-box a i {
    position: absolute;
    left: 0;
    top: 0;
    width: 70px;
    height: 70px;
    line-height: 66px;
    text-align: center;
    background: transparent;
    border: 3px solid #fff;
    border-radius: 50%;
    transition: all 500ms ease;
}

.cta-section .video-box a i:before {
    font-size: 24px;
    margin: 0;
}

/*.cta-section .video-box .video-text {*/
/*    position: relative;*/
/*    padding: 16px 0 3px 90px;*/
/*}*/
.cta-section .video-box .video-text {
    position: relative;
    padding: 16px 0 3px 90px;
    width: 230px;
    display: inline-block;
    vertical-align: text-top;
}

.cta-section .video-box .video-text h3 {
    position: relative;
    font-size: 24px;
    font-weight: 700;
    font-family: 'Playfair Display', serif;
    line-height: 32px;
    color: #fff;
}

.cta-section .video-box a span {
    position: relative;
    font-size: 24px;
    font-weight: 700;
    font-family: 'Playfair Display', serif;
    line-height: 32px;
    color: #cda274;
}

.cta-section .video-box a:hover i {
    background: #cda274;
    border-color: #cda274;
}

#html5lightbox-watermark {
    display: none !important;
}

.footer-bottom {
    background: #07151a;
    padding: 21px 0 24px 0;
    font-size: 16px;
}

.footer-bottom .copyright a {
    color: #cda274;
    font-size: 16px;
}

.footer-bottom a {
    font-size: 16px;
}

.footer-bottom a:hover, .footer-bottom a:focus, .footer-bottom a:active {
    color: #9b9fa6;
}

#header_slider .slide {
    position: relative;
    padding: 230px 0 200px 0;
    background-repeat: no-repeat;
    background-size: 100%;
}

#header_slider .owl-item img:not(.slider-responsive) {
    max-width: 100%;
    /*width: auto !important;*/
    height: auto;
}

#header_slider .container {
    position: absolute;
    top: 70%;
    left: 50%;
    transform: translate(-50%, -70%);
}

#header_slider .slide:before {
    position: absolute;
    content: '';
    background: rgba(23, 27, 39, .6);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0
}

#header_slider .content-box-header {
    text-align: center;
    width: 100%;
}

#header_slider .content-box-header h1 {
    position: relative;
    display: block;
    font-size: 3.5rem;
    color: #fff;
    font-weight: 700;
    margin-bottom: 1rem;
    opacity: 0;
    transition: all 1500ms ease;
    transform: translateY(-20px);
}


#header_slider .content-box-header .text {
    position: relative;
    display: block;
    font-size: 24px;
    line-height: 32px;
    color: #fff;
    font-weight: 400;
    opacity: 0;
    transition: all 1500ms ease;
    transform: translateY(20px);
}

#header_slider .content-box-header h1, #header_slider .content-box-header .text {
    text-shadow: 3px 3px 10px #000000;
}

#header_slider .active h1 {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    transition-delay: 1000ms
}

#header_slider .active .text {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    transition-delay: 1000ms
}

.main-header {
    position: relative;
    left: 0;
    top: 0;
    z-index: 999;
    width: 100%;
    background: #fff;
    box-shadow: 0 10px 10px rgb(13 41 51 / 30%);
    transition: all 1000ms ease;
}

.main-header .header-bottom {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    background: transparent;
    padding: 0 50px 0 50px;
}

.main-header .logo-box {
    position: relative;
    margin: 40px 0 0 0;
}

.main-header .menu-area {
    padding: 0;
}

.navbar-header {
    display: none;
}

.main-header .main-menu {
    position: relative;
}

.main-menu .navbar-collapse {
    padding: 0;
    justify-content: center;
}

.main-menu .navigation {
    position: relative;
    clear: both;
}

.main-menu .navigation > li {
    position: relative;
    float: left;
    margin: 0 8px;
}

.main-menu .navigation > li > a {
    position: relative;
    display: block;
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
    color: #fff;
    line-height: 30px;
    font-weight: normal;
    opacity: 1;
    text-transform: capitalize;
    padding: 49px 5px 31px 5px;
    transition: all 500ms ease;
}


.main-menu .navigation > li > ul {
    position: absolute;
    left: 0;
    top: 100%;
    width: 240px;
    z-index: 100;
    display: none;
    background: #0d2933;
    border-bottom: 3px solid #cda274;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 13%);
}

.main-menu .navigation > li ul li {
    position: relative;
    width: 100%;
    padding: 7px 0px 7px 30px;
    background: #0d2933;
    border-bottom: 1px solid #0d2933;
    transition: all 500ms ease;
}

.main-menu .navigation > li ul li:last-child {
    border-bottom: 0px;
}

.main-menu .navigation > li ul li a {
    position: relative;
    display: block;
    font-family: 'Open Sans', sans-serif;
    padding: 6px 0;
    line-height: 24px;
    font-size: 18px;
    color: #fff;
    font-weight: 400;
    text-align: left;
    text-transform: capitalize;
    transition: all 500ms ease;
}

.main-menu .navigation > li > ul > li:hover {
    background: #cda274;
}

.main-menu .navigation > li > ul > li:hover > a {
    color: #fff;
}

.main-header .main-menu .navigation > li.current > a, .main-header .main-menu .navigation > li > a:hover {
    color: #cda274;
}

.menu-dropdown:hover > .submenu {
    display: block;
}

.main-header .menu-right-content {
    position: relative;
    margin-top: 50px;
}

.menu-right-content a {
    color: #fff;
    font-size: 22px;
}

.menu-right-content a:hover {
    color: #cda274;
}

.lang_switch {
    font-size: 18px !important;
    border: 1px solid #cda274;
    font-weight: 700;
}

.en_lang {
    padding: 0px 8px;
}

.cn_lang {
    margin-left: -5px;
    padding: 0px 5px;
}

.lang_switch.active{
    background: #cda274;
}

.lang_switch:hover{
    color: white !important;
}

.main-header .menu-area .link {
    position: relative;
    display: inline-block;
    top: 0;
    right: 0;
}

.main-header .menu-area .btn-class {
    padding: 5px 20px;
    border-radius: 5px;
    margin-top: 2.4em;
}

.main-header .menu-area .btn-class:hover {
    color: #FFFFFF !important;
}

.main-menu .navbar-collapse > ul li.menu-dropdown .dropdown-btn {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 18px;
    border-left: 1px solid rgba(255, 255, 255, .1);
    color: #fff;
    width: 50px;
    height: 47px;
    line-height: 47px;
    text-align: center;
    cursor: pointer;
    z-index: 5;
    display: none;
}

.sticky-header {
    position: fixed;
    background: #fff;
    display: none;
    left: 0;
    top: 0;
    border-bottom: 1px solid #e0e0e0;
    width: 100%;
    z-index: 0;
    transition: all 500ms ease;
    padding: 0 50px 0 50px;
}

.main-header .sticky-header .logo-box {
    margin-top: 0px;
}

.main-header .sticky-header .main-menu .navigation > li > a {
    color: #0f3a4a;
    padding: 14px 14px 16px 14px;
}

.sticky-header .menu_container {
    align-items: center;
}

.sticky-header .main-menu .navigation > li {
    margin: 0;
}

.sticky-header .main-menu .navigation > li.current > a, .sticky-header .main-menu .navigation > li:hover > a:not(.btn-class) {
    background: #cda274;
    color: #fff;
}

.sticky-header .main-menu .navigation > li > a:hover {
    color: #fff;
}

.sticky-header .menu-right-content {
    margin-top: 0px !important;
}

.sticky-header .menu-right-content a {
    color: #0f3a4a;
}

.sticky-header .menu-right-content a:hover {
    color: #cda274;
}

.sticky-header .menu-right-content .lang_switch:hover {
    color: #0f3a4a !important;
}

.sticky-header .menu-area .btn-class {
    color: #cda274 !important;
    background: transparent;
    border: 1px solid #cda274;
    padding: 4px 14px !important;
    margin-top: 0.5em;
}

.sticky-header .menu-area .btn-class:hover {
    color: #0f3a4a !important;
    background: transparent !important;
    border: 1px solid #0f3a4a;
}

.social_icons_row {
    display: none;
}

.social_icons_row .btn-class {
    font-weight: normal;
    padding: 5px 20px;
    border-radius: 5px;
    font-size: 18px;
    line-height: 30px;
}

.sticky-header .social_icons_row .btn-class {
    color: #cda274 !important;
    background: transparent;
    border: 1px solid #cda274;
}


@media only screen and (min-width: 1600px) and (max-width: 1699px) {
    .main-menu .navigation > li {
        margin: 0 5px;
    }
}


@media only screen and (max-width: 1599px) {
    .main-header.style-three .main-menu {
        float: left;
        margin-right: 20px;
    }
}

.search-container {
    background: #0f172b;
    padding: 0;
}

.search-container .hotel-booking-search {
    position: relative;
    background: #0f172b;
    box-shadow: 0 15px 30px rgb(15 23 43 / 50%);
    margin-top: -880px;
    padding: 35px 40px 35px 40px;
    border-radius: 5px;
    z-index: 1;
}

.search-container form {
    position: relative;
    max-width: 1170px;
    margin: 0 auto;
    text-align: center;
}

::placeholder {
    color: #FFFFFF;
    opacity: 1
}

.search-container ul {
    position: relative;
    display: inline-block;
}

.search-container ul li {
    position: relative;
    display: inline-block;
    margin-bottom: 0;
    margin-right: 10px;
    border-bottom: 0px !important;
    padding-bottom: 11px;
}

.search-container ul li label {
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    line-height: 26px;
    font-weight: 600;
    margin-bottom: 13px;
    display: block;
    color: #fff;
}

.search-container ul li div {
    position: relative;
    display: inline-block;
}

.search-container ul li input {
    position: relative;
    min-width: 200px;
    width: 100%;
    border: 1px solid #e1e6eb;
    color: #9b9fa6;
    font-size: 15px;
    border-radius: 30px;
    margin-bottom: 0;
    max-width: 196px;
    line-height: 24px;
    padding: 10px 15px 10px 15px;
    transition: all 500ms ease;
    cursor: pointer;
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    box-shadow: inset 0 0 0 rgb(0 0 0 / 8%);
    background: none;
    border-radius: 5px;
    color: #fff;
    height: 85px;
}

.btn-submit {
    position: relative;
    display: inline-block;
    margin: 0;
}

.btn-submit button {
    position: relative;
    display: inline-block;
    font-size: 17px;
    font-family: 'Open Sans', sans-serif;
    line-height: 60px;
    border: none;
    padding: 0;
    background: #cda274;
    font-weight: 600;
    color: #fff;
    text-transform: capitalize;
    transition: all 300ms ease;
    cursor: pointer;
    text-align: center;
    z-index: 1;
    width: auto;
    min-width: 200px;
    border-radius: 5px;
    height: 85px;
}

.left_border {
    background-color: #62BB46;
    height: 8px;
}

.right_border {
    background-color: #00ADBA;
    height: 8px;
}

.page-title {
    position: relative;
    width: 100%;
    padding: 87px 0 77px 0;
    background-size: cover;
    background-repeat: no-repeat;
}

.page-title:before {
    position: absolute;
    content: '';
    background: rgba(23, 27, 39, .6);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.page-title .title {
    position: relative;
    font-size: 44px;
    font-family: 'Playfair Display', serif;
    line-height: 52px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 4px;
}

.page-title .bread-crumb li {
    position: relative;
    display: inline-block;
    font-size: 15px;
    color: #cda274;
}

.page-title .bread-crumb li:not(:last-child) {
    padding-right: 13px;
    margin-right: 3px;
}

.page-title .bread-crumb li:not(:last-child):before {
    position: absolute;
    content: '\f105';
    font-family: 'Font Awesome 5 Free';
    font-size: 15px;
    color: #fff;
    top: 3px;
    right: 0;
    font-weight: 600;
}

.page-title .bread-crumb li a {
    font-size: 15px;
    color: #fff;
}

.about-us {

}

.about-us .header-bottom {
    background: #0d2933;
    position: relative;
}

.about-us .logo-box {
    margin: 19px 0 0 0;
}

.about-us .navigation > li > a {
    padding-top: 29px;
    padding-bottom: 31px;
}

.about-us .menu-right-content {
    margin-top: 27px;
}

.about-us .menu-area .btn-class {
    margin-top: 1.25em;
}

.about-us .sticky-header .menu-area .btn-class {
    margin-top: 0.5em;
}

.about-section {
    margin: 6em 0em;
}

.about-section .about-content {
    margin-right: 2.5rem;
    padding-bottom: 3rem;
    margin-top: 2.5rem;
}

.about-content h2 {
    position: relative;
    font-size: 44px;
    font-family: 'Playfair Display', serif;
    line-height: 55px;
    font-weight: 700;
    color: #0f3a4a;
    letter-spacing: 1px;
    text-align: left;
    padding-bottom: 2rem;
    margin-bottom: 2rem;
}

.about-us-button {
    position: relative;
    display: inline-block;
    font-size: 17px;
    line-height: 24px;
    font-family: 'Open Sans', sans-serif;
    padding: 18px 57px 16px 57px;
    font-weight: 600;
    color: #cda274;
    text-transform: capitalize;
    background: transparent;
    border: 1px solid #e1e6eb;
    border-radius: 30px;
    transition: all 500ms ease;
}

.about-us-button:hover {
    background: #0d2933;
    border: 1px solid #0d2933;
    color: #fff;
}

.about-section .img-box {
    position: relative;
    width: 100%;
    height: 100%;
}

.about-section .img-box .img-three {
    position: absolute;
    top: 0;
    right: 50px;
    box-shadow: 25px 30px 50px #f7f7f7;
}

.about-section .img-box img {
    width: 100%;
}

.about-section .img-box .img-two {
    position: absolute;
    bottom: 5px;
    right: 0;
}

.about-section .img-box .img-one {
    position: absolute;
    left: 50px;
    top: 120px;
    box-shadow: 0 16px 50px rgb(13 41 51 / 30%);
}

.about-us-image {
    position: relative;
    width: 100%;
    background: #0F162B;
    margin: 0rem 0rem 3rem 0rem;
    padding: 2rem;
}

.about-us-image iframe {
    width: 100%;
}

.services {
    margin-bottom: 7em;
}

.services h2 {
    position: relative;
    font-size: 44px;
    font-family: 'Playfair Display', serif;
    line-height: 55px;
    font-weight: 700;
    color: #0f3a4a;
    padding-bottom: 14px;
    letter-spacing: 1px;
}

.services .title-text {
    position: relative;
    padding-bottom: 1.5rem;
    margin-bottom: 5rem;
    text-align: center;
}

.services .tab-title {
    position: relative;
    margin-bottom: 4rem;
    margin-right: -10px;
}

.services .tab-title li {
    position: relative;
    width: 20%;
    float: left;
    cursor: pointer;
}

.services .tab-title li .single-btn {
    position: relative;
    display: inline-block;
    text-align: center;
    border: 1px solid #e1e6eb;
    width: 95%;
    height: 150px;
    padding: 20px 11px 15px 11px;
    background: #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.services .tab-title li .single-btn.active {
    background: #0d2933;
    border: 1px solid #0d2933;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0px;
}

.services .tab-title li .single-btn.active:before {
    position: absolute;
    content: '';
    background: #0d2933;
    width: 30px;
    height: 30px;
    left: 50%;
    margin-left: -15px;
    bottom: -8px;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}

.services .tab-title .single-btn .text {
    position: relative;
    font-size: 16px;
    line-height: 20px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    color: #616161;
    transition: all 500ms ease;
}

.services .tab-content .img-box {
    position: relative;
    margin-right: 10px;
}

.services .tab-content .img-box img {
    width: 100%;
}

.services .tab-title .single-btn .icon-box i:before {
    position: relative;
    display: inline-block;
    font-size: 45px;
    color: #616161;
    margin: 0 0 0.2rem 0rem;
    transition: all 500ms ease;
}

.services .tab-title li .single-btn.active .icon-box i:before {
    color: #cda274;
}

.services .tab-title li .single-btn.active .text {
    color: #fff;
}

.services .tab-content .content {
    position: relative;
    margin: -8px 0 0 0px;
}

.services .tab-content .content .title {
    position: relative;
    font-size: 30px;
    line-height: 40px;
    font-family: 'Playfair Display', serif;
    color: #0d2933;
    font-weight: 700;
    margin-bottom: 1.5rem;
}

.services-section {
    margin: 5rem 0rem;
}

.services-section h2 {
    margin: 1rem 0 1rem 0;
}

#health-services img, #locations img {
    width: 100%;
}

.locations-section {
    margin: 5rem 0rem;
}

.location-section h2 {
    margin: 3.5rem 0 1rem 0;
}

.rooms-slider {
    margin: 5em auto 3em;
    width: 100%;
    display: block;
}

.rooms-slider .image-container {
    position: relative;
    background: #0f172b;
    overflow: hidden;
    border-radius: 5px;

}

.rooms-slider .image-container:hover img {
    opacity: .5;
    transform: scale(1.05);
}

.rooms-slider img {
    position: relative;
    display: block;
    width: 100%;
    border-radius: 5px;
    transition: all 1000ms ease;
    transform-style: preserve-3d;
}

.rooms-slider .owl-dots {
    position: relative;
    text-align: center;
    display: block !important;
    margin-top: 1.5em;
}

.rooms-slider .owl-dot {
    display: inline-block;
}

.rooms-slider .owl-dot span {
    position: relative;
    display: inline-block;
    width: 8px;
    height: 8px;
    background: #c1c3c8;
    margin: 0 10px;
    border: none;
    transition: opacity 200ms ease 0s;
    border-radius: 50%;
}

.rooms-slider .owl-dot.active span {
    background: #0f172b;
}

.rooms-slider .owl-dot.active span:before {
    position: absolute;
    content: '';
    border: 2px solid #0f172b;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    left: -8px;
    top: -8px;
    transition: all 500ms ease;
}

.suites-section h4, .suites-section h3 {
    font-size: 2.2rem;
    line-height: 40px;
    font-weight: 600;
}

.book-tour, .contactus-section form input[type="submit"] {
    border-radius: 50px;
    border: 0;
}

.room-features {
    padding: 15px 0px;
    border-top: 2px solid #ddd;
}

.room-features-2 {
    padding: 15px 0px;
    margin-bottom: 1rem;
    border-top: 2px solid #ddd;
    border-bottom: 2px solid #ddd;
}

.room-features:last-child {
    border-bottom: 2px solid #ddd;
}

.room-features a, .room-features-2 a{
    font-weight: 400;
    color: #0f3a4a;
    padding-left: 0px;
}

.room-features a:hover, .room-features-2 a:hover {
    color: #cda274 !important;
}

#floor_plan {
    background-image: url('../images/suites/floorplan_rental.jpg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top center;
}

#floor_plan_full_kitchen {
    background-image: url('../images/suites/floorplan_full_kitchen_suites.jpg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

#floor_plan_long_term_care {
    background-image: url('../images/suites/floorplan_long_term_care.jpg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

#floor_plan_text {
    list-style-type: none;
    counter-reset: css-counter 0;
}

#floor_plan_text p {
    color: #000000;
    counter-increment: css-counter 1;
}

#floor_plan_text p:before {
    content: counter(css-counter) ". ";
    margin-right: 15px;
}


.table-outer .row {
    border: 1px solid #e5e5e5;
}

.table-outer .single-service {
    padding: 32px 15px 33px 20px;
    border-right: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
}

.table-outer .icon-box {
    text-align: center;
    margin-right: 14px;
}

.table-outer .table-text {
    font-size: 18px;
}

.table-outer .icon-box i:before {
    font-size: 30px;
    color: #cda274;
    margin: 0;
}

.contactus-section div {
    color: #FFFFFF;
}

.contactus-section .map-content {
    position: absolute;
    right: 5%;
    top: 0;
    width: auto;
    height: 100%;
    background: #0d2933;
}

.contactus-section .map-content .content {
    position: relative;
    background: #0d2933;
    padding: 40px 40px 40px 40px;
}

.contactus-section .details-icon {
    margin-right: 1rem;
    color: #cda274;
}

.contactus-section .map-content p {
    position: relative;
    color: #fff;
}

.contactus-section form span {
    position: relative;
}

.contactus-section input[type='text'], .contactus-section .form-group input[type='email'], .contactus-section textarea {
    position: relative;
    width: 100%;
    height: 50px;
    line-height: 50px;
    background: #455c62;
    border-radius: 5px;
    padding: 10px 15px;
    font-size: 16px;
    color: #FFFFFF;
    border: 1px solid #213338;
    margin-bottom: 20px;
    transform: all 500ms ease;
}

.contactus-section textarea:focus, .contactus-section input:focus, .contactus-section input[type='email']:focus {
    border: 1px solid #93989f;
    outline: none;
}

.contactus-section textarea {
    height: 150px;
    resize: none;
    border-radius: 10px;
    margin-bottom: 11px;
}

.contactus-section input:-webkit-autofill {
    -webkit-text-fill-color: #FFFFFF !important;
    transition: background-color 5000s ease-in-out 0s;
    caret-color: white;
}


.error-section .error-title {
    position: relative;
    display: inline-block;
    font-size: 12em;
    font-family: 'Montserrat', sans-serif;
    color: #0f3a4a;
    font-weight: 700;
    margin-bottom: 1.2rem;
}

.error-section .error-text {
    position: relative;
    font-size: 44px;
    font-family: 'Playfair Display', serif;
    color: #888888;
    font-weight: 600;
    margin-bottom: 1.2rem;
}

.error-section a {
    color: #cda274;
}

.error-section a:hover {
    color: #0f3a4a;
}

.menu_container {
    justify-content: space-between;
}

.slider-responsive {
    display: none !important;
}


@media only screen and (min-width: 1300px) and (max-width: 1399px) {
    .menu-area {
        width: 100%;
    }

    .main-menu .navigation > li {
        margin: 0 6px;
    }

    .main-header .sticky-header .main-menu .navigation > li > a {
        padding: 14px 8px 16px 8px;
    }
}


@media only screen and (min-width: 1300px) and (max-width: 1499px) {
    .menu_container {
        justify-content: normal;
    }

    .menu-area {
        margin-left: 4em;
    }

    #social_icons {
        display: none !important;
    }

    .social_icons_row {
        display: block;
    }

    .social_icons_row .btn-class {
        display: none;
    }

    .social_icons_row .logo-box {
        display: none;
    }

    .sticky-header .menu-right-content {
        margin-top: 1em !important;
        margin-bottom: 1em;
    }

}


@media only screen and (min-width: 1300px) and (max-width: 1499px) {
    #header_slider .content-box-header h1 {
        font-size: 2.8rem;
    }

    #header_slider .content-box-header .text {
        font-size: 20px;
    }
}

@media only screen and (min-width: 1201px) and (max-width: 1399px) {
    .c-inner-box {
        min-height: 389px !important;
    }
}

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

    .main-header .header-bottom, .sticky-header {
        padding: 0 40px;
    }

    .main-menu .navigation > li {
        margin: 0 2px;
    }

    .main-header .search-box-area {
        margin-right: 23px;
    }

    .inner-box .image-box {
        position: relative;
        left: 0;
        top: 0;
        width: 100%;
    }

    .inner-box .content-box {
        padding: 25px 0 0 0;
    }

    .subscribe-form .form-group input[type='email'] {
        width: 100%;
    }

    .about-section .img-box .img-three {
        position: relative;
        right: 0;
        top: 0;
        box-shadow: 25px 30px 50px #f7f7f7;
    }

    .about-section .img-box .img-two, .about-section .img-box .img-one {
        display: none;
    }
}


@media only screen and (min-width: 1101px) and (max-width: 1299px) {
    #header_slider .container {
        top: 75%;
        transform: translate(-50%, -75%);
    }

    #header_slider .slide {
        background-position: 100%;
    }

    #header_slider .content-box-header h1 {
        font-size: 2.5rem;
    }

    #header_slider .content-box-header .text {
        font-size: 18px;
    }
}


@media only screen and (min-width: 992px) and (max-width: 1699px) {
    .footer-bottom .copyright a {
        display: block;
    }
}


@media only screen and (min-width: 992px) and (max-width: 1100px) {
    #header_slider .container {
        top: 75%;
        transform: translate(-50%, -75%);
    }

    #header_slider .slide {
        background-position: 100%;
    }

    #header_slider .content-box-header h1 {
        font-size: 2.0rem;
    }

    #header_slider .content-box-header .text {
        font-size: 18px;
    }

}


@media only screen and (min-width: 992px) and  (max-width: 1299px) {
    #social_icons, .menu_container .logo-box {
        display: none !important;
    }

    .social_icons_row {
        display: block;
    }

    .social_icons_row .logo-box {
        display: inline-block;
        margin-top: 7px !important;
    }

    .social_icons_row .btn-class {
        display: inline-block;
    }

    .main-header .menu-area .btn-class {
        display: none !important;
    }

    .menu-area {
        width: 100%;
    }

    .main-menu .navbar-collapse {
        justify-content: normal;
    }

    .main-menu .navigation {
        width: 100%;
        display: flex;
        justify-content: space-between;
        clear: none;
    }

    .main-menu .navigation > li {
        float: none;
        margin: 0;
    }

    .main-menu .navigation > li > a {
        padding: 31px 5px 31px 5px;
    }

    .main-header .sticky-header .logo-box {
        margin-bottom: 1em;
    }

    .sticky-header .menu-right-content {
        margin-top: 1em !important;
        margin-bottom: 1em;
    }
}


@media only screen and (max-width: 991px) {
    #header_slider .slide {
        background-position: 100%;
    }

    #header_slider .slider-original {
        display: none !important;
    }

    #header_slider .slider-responsive {
        display: block !important;
        width: auto !important;
        max-width: 100% !important;
    }

    #header_slider .content-box-header h1 {
        font-size: 2.5em;
    }

    #header_slider .content-box-header .text {
        font-size: 22px;
    }

    .menu_container .logo-box {
        display: none;
    }

    .social_icons_row {
        display: block;
    }

    .social_icons_row .logo-box {
        padding-left: 10px;
        margin-bottom: 15px;
        margin-top: 10px !important;
    }

    .social_icons_row .btn-class {
        display: none;
    }


    .main-header .menu-area {
        float: none;
        display: block;
        padding: 0px !important;
    }

    .main-menu .navbar-header {
        position: relative;
        float: none;
        display: flex;
        text-align: left;
        width: 100%;
        top: 0;
        justify-content: space-between;
        align-items: center;
    }

    .main-menu .navbar-header .navbar-toggle {
        display: inline-block;
        z-index: 7;
        float: none;
        padding: 9px 5px;
        cursor: pointer;
        margin: 0 0 0 0;
        border-radius: 0;
        background: transparent;
        border: none;
    }

    .main-menu .navbar-header .navbar-toggle .icon-bar {
        background: #fff;
        height: 2px;
        width: 29px;
        display: block;
        margin: 7px 5px;
    }

    .main-menu .collapse {
        overflow: auto;
        float: none;
        width: 100%;
        padding: 0 0 0;
        border: none;
        margin: 0;
        -ms-border-radius: 3px;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        -o-border-radius: 3px;
        border-radius: 3px;
    }

    .search-container ul {
        margin: 0 -15px;
    }

    .search-container ul li {
        width: 49%;
        padding: 0 15px;
        margin: 0 0 30px 0;
    }

    .search-container ul li div, .btn-submit {
        display: block;
    }

    .search-container ul li input {
        max-width: 100%;
    }

    .btn-submit button {
        min-width: 100%;
    }

    .main-menu .navbar-collapse > .navigation {
        float: none !important;
        margin: 0px !important;
        width: 100% !important;
        background: #333;
        border: 1px solid #fff;
    }

    .main-menu .navbar-collapse > .navigation > li {
        margin: 0px !important;
        float: none !important;
        width: 100%;
        border-bottom: 1px solid rgba(255, 255, 255, .1) !important;
    }

    .main-menu .navbar-collapse > .navigation > li > a {
        padding: 12px 10px !important;
        line-height: 22px;
        color: #b8b8b8;
        background: #333;
        text-align: left;
        min-height: 0;
        border: none !important;
    }

    .main-menu .navbar-collapse > .navigation > li.current > a {
        color: #ffffff !important;
        background: #333;
    }

    .main-menu .navbar-collapse > .navigation > li > ul {
        position: relative;
        border: none;
        float: none;
        visibility: visible;
        opacity: 1;
        display: none;
        margin: 0;
        padding: 0;
        left: auto !important;
        right: auto !important;
        top: auto !important;
        width: 100%;
        background: #333;
        border-radius: 0;
        transition: none !important;
        box-shadow: none !important;
        border-top: 1px solid rgba(255, 255, 255, .1) !important;
    }

    .main-menu .navigation > li > ul > li {
        background: #333;
        border-bottom: 1px solid rgba(255, 255, 255, .1) !important;
    }

    .main-menu .navigation > li > ul > li:hover {
        background: transparent;
    }

    .main-menu .navigation > li > ul > li:focus-visible {
        outline: none;
    }

    .main-menu .navigation > li > ul > li:hover > a {
        color: #cda274 !important;
    }

    .main-menu .navbar-collapse > .navigation > li > ul > li > a {
        padding: 12px 10px !important;
        line-height: 22px;
        color: #b8b8b8;
        background: #333;
        text-align: left;
        min-height: 0;
    }


    .main-menu .navbar-collapse > .navigation li.menu-dropdown .dropdown-btn {
        display: block;
    }

    .inner-box {
        height: auto;
    }

    .map-content {
        position: unset !important;
    }
}


@media only screen and (max-width: 767px) {
    .main-header .logo-box {
        margin-top: 14px !important;
    }

    .main-header .logo-box img {
        width: 130px;
    }

    .main-header .header-bottom {
        padding: 0 15px;
    }

    .search-container form {
        max-width: 540px;
        margin: 0 auto;
        padding: 0 15px;
    }

    .search-container ul li {
        width: 100%;
        padding: 0 15px;
        margin: 0 0 30px 0;
    }

    .image-column {
        position: relative;
        float: none;
        width: 100%;
    }

    .image-layer {
        display: none;
    }

    .single-feature .content-box {
        position: relative;
        float: none;
        width: 100%;
    }

    .single-feature .image-box {
        display: block;
        overflow: hidden;
        background: #0f172b;
    }

    .single-feature .image-box img {
        width: 100%;
    }

    #floor_plan, #floor_plan_premium,#floor_plan_full_kitchen {
        padding-top: 100%;
        margin-bottom: 2rem;
    }

    .cta-section {
        padding: 70px 0;
    }

    .cta-section:before {
        background-image: -webkit-linear-gradient(
            0deg, rgba(255, 255, 255, 0) 0%, rgba(15, 23, 43, 1) 0%);
    }

    .copyright {
        display: block;
        text-align: center;
    }

    .footer-bottom .footer-nav {
        text-align: center;
        margin-top: 5px;
    }

    .services .tab-title li {
        width: 33%;
        margin-bottom: 1em;
    }

    .services .tab-title .single-btn .text {
        font-size: 14px;
    }

    .error-section .error-title {
        font-size: 10em;
    }
}


@media only screen and (min-width: 600px) and (max-width: 768px) {
    #header_slider .content-box-header h1 {
        font-size: 2.2rem !important;
        margin-bottom: 5px;
    }

    #header_slider .content-box-header .text {
        font-size: 20px !important;
    }
}


@media only screen and (min-width: 500px) and (max-width: 599px) {
    #header_slider .content-box-header h1 {
        font-size: 2.0rem !important;
        margin-bottom: 5px;
    }

    #header_slider .content-box-header .text {
        font-size: 16px !important;
        line-height: normal;
    }
}


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

    #header_slider .content-box-header h1 {
        font-size: 1rem !important;
        margin-bottom: 5px
    }

    #header_slider .content-box-header .text {
        font-size: 16px !important;
        line-height: normal;
    }
}

@media only screen and (max-width: 399px) {
    .social_icons_row .logo-box {
        margin-bottom: 5px;
    }

    .main-header .logo-box img {
        width: 110px;
    }
}

@media only screen and (max-width: 370px) {
    #header_slider .content-box-header h1 {
        font-size: 0.9rem !important;
    }

    #header_slider .content-box-header .text {
        font-size: 14px !important;
    }
}
@media only screen and (max-width: 335px) {
    .main-header .logo-box img {
        width: 90px;
    }
}



