::-moz-selection {
    color: #fff;
    background: #01abf3;
}

::selection {
    color: #fff;
    background: #01abf3;
}

.nicescroll-cursors {
    right: 3px;
}

body {
    font-family: 'Poppins', serif;
}

.pacifico {
    font-family: 'Pacifico', cursive;
    letter-spacing: 2px;
}

h1 {
    text-align: center;
    margin-bottom: 40px;
}

h1:after {
    content: '';
    display: block;
    width: 80px;
    height: 2px;
    background: #eaeaea;
    margin: 0 auto;
    margin-top: 15px;
    border-radius: 5px;
}

.no-pad {
    padding: 0;
}

.no-mrg {
    margin: 0;
}

.hide-pc {
    display: none;
}

i.fa-exclamation-circle {
    font-size: 150px;
    margin-bottom: 50px;
}

.error {
    padding: 100px 0;
}

/******************************************/

.loading {
    background: #f9f9f9;
    position: fixed;
    display: table;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 9999999;
}

.loading-btn {
    width: 100%;
    height: 100vh;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

/**********************************************/

.navbar {
    width: 100%;
    background: #fff;
    padding: 10px;
    border-bottom: 1px solid #efefef;
}

.navbar .active>a {
    color: #fff;
}

.navbar a {
    color: #7d7d7d;
}

.navbar a:hover {
    color: #333;
}

.nav-item {
    transition: 0.3s ease;
    margin-left: 4px;
    border-radius: 5px;
}

.nav-item:hover {
    background: #e9e9e9;
    border-radius: 5px;
}

.nav-item.active {
    background: #ebd042;
    border-radius: 5px;
}

.navbar-nav .nav-link {
    padding-right: 12px !important;
    padding-left: 12px !important;
}

.active .nav-link,
.nav-item:hover .nav-link {
    text-shadow: none;
}

.nav-link {
    padding: 8px;
}

.navbar-brand {
    display: none;
}

.navbar-nav {
    margin: 0 auto;
}

/***************************************************/

.top-bar {
    background: #fff;
    height: 130px;
    line-height: 130px;
    padding: 0 20px;
    font-size: 15px;
    border-bottom: 1px solid #efefef;
}

.top-bar a {
    transition: 0.3s ease;
    color: #7d7d7d;
}

.top-bar a:hover {
    text-decoration: none;
    color: #333;
}

.top-left span {
    margin-right: 20px;
}

.top-right span {
    margin-left: 20px;
}

.top-right {
    text-align: right;
}

.logo {
    text-align: center;
}

.logo a {
    display: block;
}

.logo img {
    width: 365px;
    height: auto;
    margin: 0 auto;
}

.reserve-top {
    border: 1px solid #ebd042;
    color: #fff !important;
    background: #ebd042;
    padding: 8px 12px;
    border-radius: 5px;
}

.reserve-top:hover {
    color: #ebd042 !important;
    background: #fff;
    border: 1px solid #ebd042;
}

/***************************************************/

.main {
    width: 100%;
    height: 600px;
}

.sliding {
    width: 100%;
    height: 600px;
}

.sliding-1 {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.4)), url("../images/slider/first.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.sliding-2 {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.2)), url("../images/slider/second.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.sliding-3 {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.2)), url("../images/slider/third.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.sliding-4 {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.2)), url("../images/slider/fourth.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.sliding-5 {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.2)), url("../images/slider/fifth.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.slider-show {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

.slider-text {
    display: table;
    height: 600px;
    width: 100%;
    text-align: center;
}

.carousel-text {
    display: table-cell;
    vertical-align: middle;
}

.carousel h5 {
    line-height: 60px;
    font-size: 40px;
    color: #fff;
    text-shadow: 0 0 10px #000;
}

.carousel p {
    font-size: 20px;
    color: #fff;
    text-shadow: 0 0 10px #000;
}

.carousel-indicators li {
    margin: 0 10px;
    width: 15px;
    height: 15px;
    border-radius: 100%;
}

.carousel-indicators .active {
    box-shadow: 0 0 0px 2px rgba(255, 255, 255, 1);
}

.carousel-control-prev,
.carousel-control-next {
    transition: 0.3s ease;
    opacity: 0;
}

.carousel-control-prev:hover,
.carousel-control-next:hover {
    opacity: 1;
}

.carousel-item h5 {
    transform: translate(0, 25%);
    opacity: 0;
}

.carousel-item.active h5 {
    -webkit-animation: drop 0.5s 1 alternate ease-out forwards;
    -moz-animation: drop 0.5s 1 alternate ease-out forwards;
    animation: drop 0.5s 1 alternate ease-out forwards;
}

@keyframes drop {
    0% {
        transform: translate(0, 25%);
    }

    100% {
        opacity: 1;
        transform: translate(0, 0);
    }
}

/******************************************/

.service {
    background: #fff;
    padding: 50px 0;
}

.service h1 {
    color: #444;
    margin-bottom: 60px;
}

.packs {
    background: #fff;
    margin-bottom: 20px;
    border-radius: 20px;
    border-bottom: 5px solid #ebd042;
    padding: 15px;
    box-shadow: 0 0 10px 4px #f1f1f1;
}

.image-pack img {
    transform: translate(0, -25%);
    width: 100%;
    height: auto;
    border-radius: 20px;
    box-shadow: 0 0 10px 4px #e4e4e4;
}

.desc-pack {
    padding: 0 20px;
    margin-bottom: 15px;
}

.desc-pack h4 {
    color: #6b6b6b;
    font-size: 18px;
    margin-bottom: 28px;
    text-align: center;
}

.desc-pack p {
    text-align: justify;
    color: #8c8c8c;
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 20px;
}

.desc-pack hr {
    margin: 0;
}

.service-btn {
    transition: 0.3s ease;
    color: #8c8c8c;
    margin-top: 10px;
    display: block;
    text-align: right;
}

.service-btn:hover {
    color: #444;
    text-decoration: none;
}

/******************************************/

.main-title {
    background: rgba(0, 0, 0, 0.4);
    padding: 150px 0;
    max-height: 450px;
}

.main-title h1 {
    color: #fff;
    margin-bottom: 0;
    font-size: 50px;
    text-shadow: 0 0 10px #000;
}

.title-text {
    margin: 0 auto;
}

.about {
    background: #fff;
    padding: 50px 0;
    padding-bottom: 0;
}

.about p {
    margin-bottom: 0;
    font-size: 17px;
    line-height: 40px;
    text-align: justify;
}

.about-img {
    width: 100%;
    height: auto;
    border-radius: 15px;
    box-shadow: 0 0 10px 4px #e2e2e2;
}

.holiday {
    margin-top: 50px;
    background: #263238;
    padding: 50px 0;
}

.holiday h1 {
    color: #fff;
}

.holiday p {
    text-align: center;
    color: #ccc;
}

.location {
    margin-top: 50px;
}

.location img {
    height: 100%;
    margin-top: 40px;
}

.location p {
    text-align: center;
}

.stay {
    padding: 50px 0;
}

.stay h4 {
    letter-spacing: 0;
    margin-bottom: 10px;
}

.final {
    margin-top: 25px;
}

.final p {
    text-align: center;
}

.final-w {
    margin-top: 50px;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.2)), url("../images/about/last.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 100px 0;
}

.final-w p {
    text-align: center;
    color: #fff;
    font-size: 19px;
    text-shadow: 0 0 10px #000;
}

.final-w h2 {
    color: #fff;
    font-size: 40px;
    text-align: center;
    text-shadow: 0 0 10px #000;
    margin-bottom: 30px;
}

/**********************************************/

.rates {
    margin-top: 80px;
}

.room-pack {
    position: relative;
}

.rate-pack {
    position: relative;
    transition: 0.3s ease;
    border: 1px solid #e2e2e2;
    padding: 30px;
    margin-bottom: 30px;
    color: #b7b7b7;
    overflow: hidden;
    z-index: 1;
}

.rate-pack:before {
    content: "";
    transition: 0.4s ease;
    background: #ebd042;
    width: 100%;
    height: 100%;
    position: absolute;
    left: -100%;
    top: 0;
}

.rate-pack:hover:before {
    left: 0;
}

.rate-pack:hover {
    color: #fff;
    border: 1px solid #ebd042;
}

.rate-pack:hover i {
    color: #fff;
}

.entire-villa {
    background: #3b4d56;
    border: 1px solid #263238;
    color: #fff;
}

.rate-pack i {
    transition: 0.4s ease;
    position: relative;
    float: left;
    font-size: 60px;
    margin-bottom: 0;
}

.rate-pack p {
    margin: 0;
}

.rate-pack p a {
    color: #fff;
}

.rate-pack h4,
.rate-pack p {
    position: relative;
    margin-left: 70px;
}

.entire {
    padding: 15px;
    margin-top: 20px;
    font-size: 18px;
    line-height: 40px;
}

.entire .rate-list li {
    font-weight: bold;
}

.rate-list p {
    font-size: 15px;
    line-height: 26px;
    margin-bottom: 30px;
}

.rate-list {
    line-height: 40px;
    font-size: 17px;
    margin: 40px 0;
}

.rates h2 {
    letter-spacing: 0;
    text-align: center;
}

.food-menu {
    margin-top: 50px;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url("../images/rates/food.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 50px 0;
    padding-bottom: 100px;
}

.food-menu h1,
.food-menu p,
.food-menu table {
    color: #fff;
    text-shadow: 0 0 10px #000;
}

.table td,
.table th,
.table thead th {
    border: 0;
}

.food-menu td:last-child,
.food-menu td:nth-last-child(2) {
    text-align: right;
}

.food-menu table {
    line-height: 35px;
}

.food-menu thead {
    text-align: center;
    font-size: 20px;
}

.food-menu p {
    text-align: right;
    margin: 10px 10px 0 0;
    font-size: 15px;
}

.food-menu p span {
    color: #ff0000;
}

.mt-5 {
    margin-top: 40px;
}

/**********************************************/

.restaurant {
    background: #fff;
    margin-top: 50px;
}

.restaurant p {
    margin-bottom: 0;
    font-size: 17px;
    line-height: 40px;
    text-align: justify;
}

.dinners p {
    text-align: center;
}

.dinners img {
    margin: 40px 0;
    width: 100%;
    height: 100%;
    border-radius: 15px;
    box-shadow: 0 0 10px 4px #e2e2e2;
}

.parties {
    margin-top: 50px;
}

.boxy-img {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url("../images/restaurent/parties.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
    min-height: 300px;
}

.parties .boxy-img {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url("../images/restaurent/parties.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.teas .boxy-img {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url("../images/restaurent/teas.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.classes .boxy-img {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url("../images/restaurent/cook.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.cook-last {
    padding: 50px 0;
    background: #263238;
    color: #fff;
    text-align: justify;
    padding-bottom: 65px;
}

.boxy-title {
    text-align: center;
    position: relative;
    top: calc(50% - 20px);
}

.boxy-title h2 {
    color: #fff;
    text-shadow: 0 0 10px #000;
    font-size: 40px;
}

.boxy-text {
    padding: 50px;
    background: #263238;
    color: #fff;
}

.teas .boxy-text {
    padding: 150px 50px;
}

.rest-last {
    margin-top: 50px;
}

.rest-last p {
    text-align: center;
}

.rest-one {
    position: relative;
    overflow: hidden;
}

.rest-one img {
    transition: 0.3s ease-in-out;
    width: 100%;
    height: auto;
}

.rest-one img:hover {
    transform: scale(1.1);
}

.rest-gallery {
    margin-top: 50px;
}

/**********************************************/

.gallery {
    background: #fff;
    padding: 50px 0;
    padding-bottom: 80px;
}

.gal-item {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}

.gal-item img {
    width: 100%;
    height: auto;
    border-radius: 20px;
}

.gal-item a:hover .gal-zoom {
    height: 100%;
}

.gal-item a:hover .gal-zoom i {
    opacity: 1;
}

.gal-zoom {
    transition: 0.3s ease;
    position: absolute;
    left: 0;
    background: #fff;
    background: rgba(255, 255, 255, 0.6);
    width: 100%;
    height: 0;
}

.top {
    top: 0;
}

.bottom {
    bottom: 0;
}

.gal-zoom i {
    opacity: 0;
    transition: 0.3s ease;
    position: relative;
    left: 50%;
    top: 50%;
    font-size: 50px;
    margin-left: -17px;
    margin-top: -15px;
    color: #444;
}

/**********************************************/

.reviews {
    padding: 50px 0;
}

.reviews h1 {
    color: #444;
}

.rev-pack {
    height: 420px;
    overflow: hidden;
    border: 1px solid #e0e0e0;
    border-bottom: 5px solid #ebd042;
    background: #fff;
    border-radius: 20px;
    padding: 50px 25px;
}

.rev-img img {
    float: left;
    width: 50px !important;
    height: 50px;
    border-radius: 100%;
    box-shadow: 0 0 0px 4px #ffffff;
    margin-right: 10px;
    margin-bottom: 12px;
}

.rev-title {
    position: relative;
    font-size: 18px;
    color: #656565;
    text-align: left;
    letter-spacing: 0;
    line-height: 20px;
    margin-bottom: 5px;
}

.rev-stars {
    position: relative;
    margin-bottom: 15px;
}

.rev-text {
    font-size: 15px;
    color: #8e8e8e;
    text-align: justify;
    line-height: 28px;
    margin: 20px 0;
}

.carousel-wrap {
    position: relative;
}

.owl-carousel .item {
    position: relative;
    z-index: 100;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.owl-nav>button {
    outline: 0;
    margin-top: -26px;
    position: absolute;
    top: 50%;
    color: #cdcbcd;
}

.owl-nav i {
    font-size: 65px;
    color: #fff;
    text-shadow: 0 0 10px #404040;
}

.owl-nav .owl-prev {
    left: -35px;
}

.owl-nav .owl-next {
    right: -35px;
}

.owl-dots {
    text-align: center;
    margin-top: 25px;
}

button.owl-dot {
    outline: 0;
}

.owl-dot span {
    background: #888;
    border-radius: 100%;
    display: block;
    height: 15px;
    margin: 5px;
    width: 15px;
}

.owl-dot.active span {
    background: #ebd042;
}

/**********************************************/

.rooms {
    margin: 50px 0;
}

.rooms p {
    margin-bottom: 0;
    font-size: 17px;
    line-height: 40px;
    text-align: justify;
}

.room-first p {
    text-align: center;
}

.room-first img {
    margin-top: 40px;
    width: 100%;
    height: 100%;
    border-radius: 15px;
    box-shadow: 0 0 10px 4px #e2e2e2;
}

.room-sec {
    margin-top: 50px;
}

.mid-col {
    margin: 0 auto;
}

.room-note li {
    margin-bottom: 10px;
    line-height: 40px;
    text-align: justify;
}

.room-one {
    position: relative;
    overflow: hidden;
}

.room-one img {
    transition: 0.3s ease-in-out;
    width: 100%;
    height: auto;
}

.room-one img:hover {
    transform: scale(1.1);
}

.room-gallery {
    margin-top: 50px;
}

.room-gallery p {
    text-align: center;
    line-height: 45px;
    margin-top: 30px;
}

.room-gallery.fill {
    background: #263238;
    padding: 50px 0;
}

.fill h1 {
    color: #fff;
}

.fill p {
    color: #cecece;
}

.room-gallery:last-child {
    margin-bottom: 80px;
}

/**********************************************/

.promos {
    margin-top: 50px;
    margin-bottom: 80px;
}

.promo-sec p {
    text-align: center;
    margin-bottom: 0;
    font-size: 17px;
    line-height: 40px;
}

.promo-sec img {
    width: 100%;
    height: auto;
    border-radius: 15px;
    box-shadow: 0 0 10px 4px #e2e2e2;
    margin-bottom: 40px;
}

/**********************************************/

.contact {
    margin: 50px 0;
}

.contact-widget {
    background: #263238;
    border-radius: 25px;
    padding: 50px;
}

.contact-widget p {
    margin-bottom: 20px;
}

.contact-widget p:last-child {
    margin-bottom: 0;
}

.contact-widget a {
    color: #ececec;
}

.contact-widget a {
    text-decoration: none;
    color: #fff;
}

.form-group {
    margin-bottom: 30px;
}

.btn-contact {
    padding: 10px 30px;
    border-radius: 25px;
    color: #fff;
    background-color: #232c31;
    border-color: #263238;
}

.bank-list {
    padding-left: 0;
    color: #fff;
    margin-bottom: 0;
}

.bank-list li {
    list-style: none;
}



/**********************************************/

.tours {
    margin-top: 50px;
}

.tours h2 {
    color: #fff;
    text-align: center;
    letter-spacing: 0;
    margin-bottom: 15px;
}

.tours p {
    line-height: 45px;
    text-align: center;
    margin-top: 0;
}

.mrg-20 {
    margin: 20px 0;
}

.last-section {
    margin-top: 50px;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.2)), url(../images/tours/last.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 100px 0;
    max-height: 450px;
}

.last-section p {
    text-align: center;
    color: #fff;
    font-size: 24px;
    text-shadow: 0 0 10px #000;
}

/**********************************************/

.ui-datepicker td {
    padding: 3px !important;
}

div.ui-widget-header {
    border: 0;
    background: unset;
    color: #333;
    font-weight: normal;
}

.ui-datepicker td span,
.ui-datepicker td a {
    text-align: center !important;
    padding: 0 !important;
}

a.ui-state-default,
.ui-widget-content a.ui-state-default,
.ui-widget-header a.ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
    border: 1px solid #b7b7b7;
    background: #ffffff;
    font-weight: normal;
    color: #969696;
    padding: 0;
    text-align: center;
}

a.ui-state-highlight,
.ui-widget-content a.ui-state-highlight,
.ui-widget-header a.ui-state-highlight {
    border: 1px solid #000000;
    background: #000;
    color: #ffffff;
}

.ui-widget.ui-widget-content {
    margin-top: 20px;
    padding: 20px;
    border: 1px solid #d3d3d3;
    border-radius: 20px;
}

.reserve {
    margin: 60px 0;
    margin-bottom: 100px;
}

.reserve p {
    text-align: center;
}

.form-check-input {
    position: relative;
    margin-left: -4px !important;
}

.hidden {
    display: none;
}

.kids-choose {
    display: none;
}

/**********************************************/

.photostack-img img {
    width: 100%;
    height: auto;
}

.photostack figure {
    padding: 30px !important;
}

.photostack-img {
    width: auto !important;
    height: auto !important;
}

.js .photostack::after {
    border-radius: 25px;
}

.js .photostack {
    height: 700px !important;
}

.photostack figure {
    width: 350px !important;
    height: 380px !important;
}

.photostack nav span.current {
    -webkit-transform: scale(0.8) !important;
    transform: scale(0.8) !important;
}

/**********************************************/

.mapouter {
    text-align: right;
    height: 450px;
    width: 100%;
}

.gmap_canvas {
    overflow: hidden;
    background: none !important;
    height: 450px;
    width: 100%;
}

/************************************************/

.footer {
    background: #263238;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.reserve-tab {
    background: #232c31;
    color: #fff;
    padding: 0 30px;
    height: 100px;
    line-height: 100px;
    width: 100%;
    transform: translate(0, -50%);
    border-radius: 10px;
    box-shadow: 0 5px 24px -4px #151b1f;
}

.reserve-text {
    font-size: 30px;
}

.reserve-btn {
    transition: 0.3s ease;
    background: #fff;
    border: 2px solid #fff;
    color: #232c31;
    padding: 10px 25px;
    border-radius: 10px;
}

.reserve-btn:hover {
    text-decoration: none;
    background: transparent;
    border: 2px solid #fff;
    color: #fff;
}

.reserve-right {
    text-align: right;
}

.footer h4 {
    color: #fff;
    margin-bottom: 45px;
}

.footer h4:after {
    display: block;
    width: 60px;
    height: 2px;
    content: '';
    background: #fff;
    position: relative;
    left: 0;
    top: 15px;
    border-radius: 5px;
}

.footer p {
    text-align: justify;
    color: #cecece;
    line-height: 30px;
}

.footer ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.social {
    display: flex;
}

.social-section {
    margin-bottom: 30px;
}

.social-section-mob {
    display: none;
}

.social li:first-child {
    margin-left: auto;
}

.social li:last-child {
    margin-right: auto;
}

.social img {
    transition: 0.3s ease;
    margin: 0 10px;
    width: 35px;
    height: 35px;
}

.social img:hover {
    transform: scale(1.1);
}

.ftt-widget {
    margin: 10px 0 55px;
}

.qlinks {
    line-height: 35px;
}

.qlinks a {
    transition: 0.3s ease;
    color: #cecece;
}

.qlinks i {
    width: 18px;
}

.qlinks a:hover {
    margin-left: 10px;
    text-decoration: none;
}

.copyright {
    background: #1f272b;
    padding: 25px 0;
    color: #e0e0e0;
}

.copyright a {
    transition: 0.3s ease;
    color: #fff;
}

.copyright a:hover {
    text-decoration: none;
    color: #01abf3;
}

.footer-text {
    text-align: right;
}

.go-top {
    opacity: 0;
    transition: 0.3s ease;
    position: fixed;
    right: 18px;
    bottom: 28px;
    z-index: 9999999;
}

.go-btn {
    transition: 0.3s ease;
    background: #ebd042;
    width: 45px;
    height: 45px;
    border-radius: 100%;
    text-align: center;
    line-height: 45px;
    color: #fff;
    font-size: 30px;
    box-shadow: 0 0 10px 0px #232323;
    cursor: pointer;
}

.go-btn:hover {
    background: #fff;
    color: #ebd042;
}

.go-btn i {
    transform: rotate(-90deg);
    margin-left: -1px;
}

.go-top.show {
    opacity: 1;
}

@media (max-width: 979px) {
    .xs-none {
        display: none;
    }
}

@media (max-width: 767px) {
    .nicescroll-cursors {
        right: 8px;
    }

    .navbar-brand {
        margin-left: 10px;
        font-size: 16px;
        display: block;
        color: #7d7d7d;
    }

    .top-bar {
        height: auto;
        line-height: 70px;
    }

    .top-left,
    .top-right {
        text-align: center;
    }

    .navbar-collapse {
        margin-top: 20px;
    }

    .navbar-toggler {
        outline: 0;
        color: #7d7d7d;
        font-size: 25px;
    }

    .logo a {
        line-height: unset;
    }

    .logo img {
        width: 100%;
        margin-bottom: 12px;
    }

    .top-left span {
        margin-right: 8px;
        font-size: 13px;
    }

    .owl-nav i {
        display: none;
    }

    .carousel-item h5 {
        font-size: 30px;
        line-height: 50px;
    }

    .owl-item {
        margin-left: 10px !important;
        margin-right: 10px !important;
    }

    .packs {
        margin-bottom: 60px;
    }

    .reserve-tab {
        transform: none;
        box-shadow: none;
        height: auto;
        line-height: 45px;
        font-size: 20px;
        padding: 25px 10px;
        margin-bottom: 40px;
    }

    .reserve-text {
        font-size: 24px;
        text-align: center;
    }

    .reserve-btn {
        padding: 8px 20px;
        font-size: 16px;
    }

    .reserve-right {
        margin-top: 20px;
        text-align: center;
    }

    .ftt-widget {
        margin: 10px 0 30px;
    }

    .footer-credit,
    .footer-text {
        text-align: center;
    }

    .footer-text {
        margin-top: 25px;
    }

    .stay h4 {
        margin-bottom: 25px;
    }

    .about-img {
        margin: 20px 0;
    }

    .final {
        margin-top: 0;
    }

    .final-w h2 {
        margin-bottom: 0;
        margin-top: 20px;
    }

    .rooms p,
    .room-note li,
    .room-gallery p,
    .restaurant p,
    .about p {
        line-height: 35px;
    }

    .hide-pc {
        display: block;
    }

    .hide-mb {
        display: none;
    }

    .teas .boxy-text {
        padding: 50px;
    }

    .rate-pack {
        margin-bottom: 20px;
    }

    .rates h2 {
        line-height: 55px;
    }

    .ml-25 {
        margin-left: 25%;
    }

    .mb-xs-3 {
        margin-bottom: 15px !important;
    }

    .mb-xs-5 {
        margin-bottom: 40px !important;
    }

    .social-section {
        display: none;
    }

    .social-section-mob {
        display: block;
    }
}