/*=======  COMMON CLASS  =======*/
@media (min-width: 1600px) {
    .container-custom-one {
        max-width: 1600px;
    }
    .container-custom-two {
        max-width: 1400px;
    }
    .container-custom-three {
        max-width: 1420px;
    }
}
@media (max-width: 767px) {
    .section-title span.title-tag {
        letter-spacing: 2px;
    }
  
    header .nav-container .toggle {
        display: none;
    }
    header .nav-container .header-info {
        padding: 40px 20px 0;
    }
    header .nav-container .header-info .item {
        color: #fff;
    }
    header .nav-container .header-info .item .title {
        color: #fff;
        font-size: 22px;
    }
    header .nav-container .header-info .item:not(:last-child) {
        margin-right: 0;
        margin-bottom: 30px;
    }
    header.header-two .header-info .item i {
        color: #111;
    }
    header.header-three .header-top {
        text-align: center;
        /*padding-bottom: 50px;*/
    }
    header.header-three .header-top ul.header-top-info {
        margin-top: 10px;
    }
    header.header-three .nav-container {
        padding: 0px 20px 0 20px;
    }
    header.header-three .nav-container .menu-right-buttons>div {
        margin-left: 5px;
    }
    .breadcrumb-area .breadcrumb-text span {
        letter-spacing: 2px;
    }
    .banner-area .banner-content span.promo-tag {
        font-size: 12px;
        letter-spacing: 1px;
    }
    .banner-area .banner-content ul li:last-child {
        margin-left: 5px;
    }
    .banner-area.banner-style-one {
        padding-top: 160px;
        padding-bottom: 100px;
    }
    .about-section .down-arrow-wrap {
        padding-bottom: 90px;
    }
    header.inner-page.header-absolute .nav-container {
        padding: 10px 0;
    }
    header.sticky-header.sticky-active .nav-container {
        padding: 10px 0;
    }
    header.sticky-header.sticky-active.header-two .header-info .item a,
    header.sticky-header.sticky-active.header-two .header-info .item,
    header.sticky-header.sticky-active.header-two .header-info .item .title {
        color: #fff;
    }
    footer .copyright-area .copyright-text {
        margin-top: 10px;
        text-align: center;
    }
    footer .copyright-area .social-links {
        text-align: center;
        margin-bottom: 10px;
    }
    footer .copyright-area .social-links a {
        margin: 0 5px;
        width: 50px;
        height: 50px;
        line-height: 50px;
    }
    footer .footer-widget-area .widget.nav-widget {
        padding-left: 0;
        margin-top: 20px;
    }
    footer .footer-widget-area .widget h4.widget-title {
        font-size: 24px;
        margin-bottom: 4px;
        margin-bottom: 0px;
        margin-top: 20px;
    }
}
@media (max-width: 399px) {
    body {
        font-size: 14px;
    }
    .section-title span.title-tag {
        font-size: 12px;
    }
    .section-title h2 {
        font-size: 32px;
    }
    header.header-three .main-menu-area {
        position: relative;
        bottom: 0;
        top: 0;
    }
    header.header-three .header-top {
        display: none;
    }
    header.header-three .nav-container {
        padding: 10px 5px;
        /* margin-left: -15px;
        margin-right: -15px; */
    }
    header.header-three .nav-container .site-logo img {
        max-width: 100px;
    }
    header.header-three .search .search-form {
        right: -100%;
        top: calc(100% + 12px);
    }
    .banner-area .banner-content .title {
        font-size: 32px;
    }
    .banner-area .banner-content ul li:last-child {
        margin-left: 0;
        margin-top: 10px;
    }
    footer .copyright-area .footer-menu ul li {
        padding-left: 0;
        margin-right: 0;
    }
    footer .copyright-area .footer-menu ul li::before {
        display: none;
    }
    footer .footer-widget-area .widget.nav-widget ul li {
        width: 100%;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .section-title h2 {
        font-size: 62px;
    }
    header .container.container-custom-one {
        max-width: 100%;
    }
    header .nav-container .toggle {
        margin-right: 20px;
    }
    header .nav-container .toggle {
        margin-right: 15px;
    }
    header .nav-container .site-logo img {
        max-width: 120px;
    }
    header .nav-container .header-info .item .title {
        font-size: 16px;
    }
    header .nav-container .header-info .item:not(:last-child) {
        margin-right: 15px;
    }
    header .nav-container .menu-items ul li a {
        padding: 0 8px;
    }
    header.header-three .nav-container {
        padding: 0 10px;
    }
    header.header-three .nav-container .menu-right-buttons>div {
        margin-left: 5px;
    }
    .banner-area .banner-content ul li:last-child {
        margin-left: 10px;
    }
    .banner-area.banner-style-one {
        padding-top: 200px;
    }
    .banner-area.banner-style-one .banner-content {
        padding-bottom: 100px;
    }
    .about-section .about-features {
        grid-column-gap: 20px;
    }
    .about-section .about-features-boxes .single-feature-box {
        padding: 50px 18px;
    }
    .about-section .about-features li a .title {
        letter-spacing: 2px;
    }
    footer .footer-widget-area .widget.contact-widget .contact-lists .contact-box {
        grid-column-gap: 15px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-title h2 {
        font-size: 52px;
    }
    header .nav-container .toggle {
        display: none;
    }
    header .nav-container .header-info .item {
        color: #fff;
    }
    header .nav-container .header-info {
        padding: 40px 20px 0;
    }
    header .nav-container .header-info .item .title {
        color: #fff;
        font-size: 22px;
    }
    header .nav-container .header-info .item:not(:last-child) {
        margin-right: 0;
        margin-bottom: 30px;
    }
    header.header-two .header-info .item i {
        background: #111;
    }
    header.header-three .header-top {
        padding-bottom: 60px;
    }
    header.header-three .nav-container {
        padding: 10px;
    }
    header.header-three .search .search-form {
        top: calc(100% + 17px);
    }
    header.inner-page.header-absolute .nav-container {
        padding: 10px 0;
    }
    header.sticky-header.sticky-active .nav-container {
        padding: 10px 0;
    }
    header.sticky-header.sticky-active .nav-container .site-logo img {
        max-width: 200px;
    }
    header.sticky-header.sticky-active.header-two .header-info .item a,
    header.sticky-header.sticky-active.header-two .header-info .item,
    header.sticky-header.sticky-active.header-two .header-info .item .title {
        color: #fff;
    }
    .breadcrumb-area {
        margin-top: 100px;
    }
    .banner-area .banner-content span.promo-tag {
        font-size: 12px;
        letter-spacing: 1px;
    }
    .banner-area.banner-style-one {
        padding-top: 160px;
        padding-bottom: 120px;
    }
    .banner-area.banner-style-one .banner-content .title {
        font-size: 66px;
    }
    .banner-area.banner-style-one .banner-content ul li:last-child {
        margin-left: 5px;
    }
    .banner-area.banner-style-one .banner-content .main-btn {
        padding: 0 20px;
        line-height: 50px;
        letter-spacing: 1px;
    }
    .about-section .down-arrow-wrap {
        padding-bottom: 90px;
    }
    .about-section .about-title h2 {
        font-size: 45px;
    }
    .about-section .about-features {
        grid-column-gap: 15px;
    }
    .about-section .about-features li a i {
        font-size: 55px;
    }
    .about-section .about-features li a .title {
        letter-spacing: 1px;
    }
    .about-section .about-features.masonry-layout li:nth-child(2) {
        margin-top: 50px;
    }
    .about-section .about-features.masonry-layout li:nth-child(3) {
        margin-top: 100px;
    }
    .about-section .about-features li a img {
        max-width: 55px;
    }
    .about-section .about-features.masonry-layout li:nth-child(4) {
        margin-top: 50px;
    }
    .banner-area .banner-content ul li:last-child {
        margin-left: 10px;
    }
    footer .copyright-area .social-links a {
        margin-left: 5px;
        width: 50px;
        height: 50px;
        line-height: 50px;
    }
    footer .footer-widget-area .widget.nav-widget {
        padding-left: 0;
    }
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    header .container.container-custom-one {
        max-width: 100%;
    }
    header .nav-container .header-info .item .title {
        font-size: 20px;
    }
    header .nav-container .header-info .item:not(:last-child) {
        margin-right: 15px;
    }
    header .nav-container .menu-items ul li a {
        padding: 0 15px;
    }
    .banner-area.banner-style-one .banner-content {
        padding-bottom: 100px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  
    
    header.header-three .search .search-form {
        top: calc(100% + 10px);
    }
    .breadcrumb-area {
        margin-top: 100px;
    }
    .breadcrumb-area .breadcrumb-text h2.page-title {
        font-size: 60px;
    }
    .banner-area .banner-content .main-btn {
        padding: 0 35px;
        line-height: 55px;
    }
    .about-section .about-features.masonry-layout li:nth-child(3) {
        margin-top: 100px;
    }
    footer .footer-widget-area .widget.contact-widget {
        padding-left: 20px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    footer .footer-widget-area .widget.site-info-widget {
        font-size: 14px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    footer .footer-widget-area .widget.site-info-widget {
        font-size: 14px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    footer .footer-widget-area .widget.site-info-widget .social-links a {
        height: 35px;
        width: 35px;
        line-height: 35px;
        font-size: 14px;
        margin-right: 2px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    footer .footer-widget-area .widget.site-info-widget .social-links a {
        height: 35px;
        width: 35px;
        line-height: 35px;
        font-size: 14px;
        margin-right: 2px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    footer .footer-subscibe-area .subscribe-text .subscribe-form button {
        width: 180px;
    }
}
@media (max-width: 575px) {
    footer .footer-subscibe-area .subscribe-text .subscribe-form button {
        position: unset;
        width: 100%;
        height: 60px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    footer .footer-subscibe-area .subscribe-text .subscribe-form input {
        padding-left: 20px;
        padding-right: 200px;
    }
}
@media (max-width: 575px) {
    footer .footer-subscibe-area .subscribe-text .subscribe-form input {
        padding-left: 20px;
        padding-right: 20px;
        height: 70px;
    }
}
@media (max-width: 575px) {
    .restaurant-tab-area .food-box:hover .desc .link {
        right: 10px;
    }
}
@media (max-width: 575px) {
    .restaurant-tab-area .food-box .desc h4 {
        font-size: 20px;
    }
}
@media (max-width: 399px) {
    .restaurant-tab-area .food-box .desc h4 {
        font-size: 18px;
    }
}
@media (max-width: 575px) {
    .restaurant-tab-area .food-box .desc a.cat {
        letter-spacing: 1px;
    }
}
@media (max-width: 399px) {
    .restaurant-tab-area .food-box .desc a.cat {
        letter-spacing: 0;
    }
}
@media (max-width: 575px) {
    .restaurant-tab-area .food-box .desc {
        padding: 15px;
    }
}
@media (max-width: 399px) {
    .restaurant-tab-area .food-box {
        margin-left: -5px;
        margin-right: -5px;
    }
}
@media (max-width: 575px) {
    .restaurant-tab-area .restaurant-rood-list .nav-link i {
        font-size: 40px;
    }
}
@media (max-width: 575px) {
    .restaurant-tab-area .restaurant-rood-list .nav-link {
        padding: 25px;
    }
}
@media (max-width: 767px) {
    .places-details .title-wrap .link a {
        padding: 20px 30px;
    }
}
@media (max-width: 575px) {
    .places-details .title-wrap .link a {
        padding: 15px 25px;
        letter-spacing: 0px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .places-details .title-wrap h2 {
        font-size: 38px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .places-details .title-wrap h2 {
        font-size: 32px;
    }
}
@media (max-width: 575px) {
    .places-details .title-wrap h2 {
        font-size: 28px;
    }
}
@media (max-width: 399px) {
    .places-details .title-wrap h2 {
        font-size: 24px;
    }
}
@media (max-width: 575px) {
    .places-details .title-wrap .place-cat {
        letter-spacing: 0;
        font-size: 12px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .places-boxes .place-box .desc h4 {
        font-size: 22px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .places-boxes .place-box .desc h4 {
        font-size: 22px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .places-boxes .place-box .desc {
        padding: 20px 15px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .places-boxes .place-box .desc {
        padding: 20px 15px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .booking-form.boxed-layout {
        margin-top: 0;
    }
}
@media (max-width: 767px) {
    .booking-form.boxed-layout {
        margin-top: 0;
    }
    .about-facilties .single-facility {
        border-right: none
    }
    .booking-form .container {
        padding-right: 0;
        padding-left: 0;
    }
    .booking-form .booking-form-inner {
        background-color: rgb(0, 0, 0);
        padding: 10px 40px 40px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .sidebar .widget.popular-tag-widget ul li a {
        padding: 10px 15px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .booking-form form button {
        font-size: 12px;
        letter-spacing: 1px;
    }
}
@media (max-width: 399px) {
    .sidebar .widget.popular-tag-widget ul li a {
        padding: 10px 15px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .sidebar .widget.socail-widget ul li {
        margin-right: 5px;
    }
}
@media (max-width: 399px) {
    .sidebar .widget.socail-widget ul li {
        margin-right: 5px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .sidebar .widget {
        padding: 40px 20px;
    }
}
@media (max-width: 399px) {
    .sidebar .widget {
        padding: 40px 20px;
    }
}
/*=======  Sidebars  =======*/
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .sidebar {
        margin-top: 80px;
    }
}
@media (max-width: 767px) {
    .sidebar {
        margin-top: 80px;
    }
}
@media (max-width: 399px) {
    .news-details-box .comment-template .comment-form {
        padding-left: 15px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .news-details-box .comment-template .comments-list li .children {
        margin-left: -80px;
    }
}
@media (max-width: 575px) {
    .news-details-box .comment-template .comments-list li .children {
        padding-left: 30px;
    }
    .news-details-box .comment-template .comments-list li .comment-img {
        position: unset;
        margin-bottom: 30px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .news-details-box .entry-footer .author-info-box .info-text h3 {
        font-size: 22px;
    }
}
@media (max-width: 767px) {
    .news-details-box .entry-footer .author-info-box .info-text h3 {
        font-size: 22px;
    }
    .news-details-box .comment-template h3.box-title {
        font-size: 24px;
    }
     .news-details-box .entry-footer .author-info-box {
        display: block;
        padding: 30px;
    }
     .news-details-box .entry-footer .author-info-box .info-text {
        margin-top: 30px;
    }
}
@media (max-width: 575px) {
    .news-details-box .comment-template .comments-list li {
        padding-left: 0;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .news-details-box .entry-footer .author-info-box {
        padding: 30px;
    }
    .news-details-box .entry-footer .related-post-box .desc h4 {
        font-size: 18px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .news-details-box .entry-footer .related-post-box .desc h4 {
        font-size: 22px;
    }
}
@media (max-width: 399px) {
    .news-details-box .entry-footer .related-post-box .desc h4 {
        font-size: 20px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .news-details-box .entry-footer .related-post-box .desc {
        padding: 30px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .news-details-box .entry-footer .related-post-box .desc {
        padding: 30px;
    }
}
@media (max-width: 767px) {
    .news-details-box .entry-footer .related-post-box .desc {
        padding: 30px;
    }
    
    .news-details-box .entry-footer .post-nav .prev-post a,
    .news-details-box .entry-footer .post-nav .next-post a {
        font-size: 20px;
    }
        .news-details-box .entry-footer .post-nav .prev-post {
        margin-bottom: 30px;
    }
    .news-details-box .entry-footer .post-nav span.icon {
        display: none;
    }
    
    .news-details-box .entry-footer .tag-and-share .tag {
        margin-bottom: 30px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .news-details-box .entry-footer .post-nav .prev-post a,
    .news-details-box .entry-footer .post-nav .next-post a {
        font-size: 22px;
    }
    .news-details-box .entry-footer .tag-and-share h5 {
        font-size: 18px;
    }
    .news-details-box .entry-content blockquote {
        font-size: 22px;
        padding: 40px;
    }
}
@media (max-width: 767px) {
    .news-details-box .entry-content blockquote {
        padding: 30px 20px;
        font-size: 18px;
    }
}
@media (max-width: 399px) {
    .news-details-box .entry-content blockquote {
        font-size: 16px;
    }
       .news-details-box .entry-content ul.list-icon li {
        padding-left: 25px;
    }
}
@media (max-width: 767px) {
    .news-details-box .entry-content ul.list-icon li::before {
        left: 0;
    }
    .news-details-box .entry-content ul.list-icon li {
        padding-left: 40px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .news-details-box .entry-content .post-meta li {
        margin-right: 15px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .news-details-box .entry-content .post-meta li {
        margin-right: 15px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .news-details-box .entry-content .post-meta li {
        margin-right: 10px;
    }
      .news-details-box .entry-content h3.subtitle {
        font-size: 26px;
    }
}
@media (max-width: 575px) {
    .news-details-box .entry-content .post-meta li {
        margin-right: 15px;
        margin-bottom: 5px;
    }
      .news-details-box .entry-content h3.subtitle {
        font-size: 18px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .news-details-box .entry-content h3.subtitle {
        font-size: 24px;
    }
    .news-details-box .entry-content h2.title {
        font-size: 28px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .news-details-box .entry-content h2.title {
        font-size: 34px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .news-details-box .entry-content h2.title {
        font-size: 28px;
    }
}
@media (max-width: 575px) {
    .news-details-box .entry-content h2.title {
        font-size: 20px;
    }
}
@media (max-width: 399px) {
    .news-details-box .entry-content h2.title {
        font-size: 18px;
    }
  .news-details-box {
        padding: 15px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .post-box.quote-post .post-desc {
        padding-left: 75px;
    }
}
@media (max-width: 768px) {
       .news-details-box {
        padding: 30px;
        font-size: 14px;
    }
    .post-box.quote-post .post-desc {
        padding-left: 75px;
    }
    .booking-form {
        position: relative;
        top:0;
        margin-bottom:0;
        z-index: 2;
    }
    .banner-area .banner-content .title {
        font-size: 30px;
    }
}
@media (max-width: 399px) {
    .post-box.quote-post .post-desc {
        padding-left: 0;
        padding-top: 70px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .post-box.quote-post .post-desc::before {
        width: 50px;
    }
}
@media (max-width: 767px) {
    .post-box.quote-post .post-desc::before {
        width: 50px;
        height: 50px;
    }
    .post-box.quote-post .post-desc .post-meta li {
        margin-right: 5px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .post-box.quote-post {
        padding: 40px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .post-box.quote-post {
        padding: 40px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .post-box.quote-post {
        padding: 40px 25px;
    }
}
@media (max-width: 575px) {
    .post-box.quote-post {
        padding: 40px 15px;
    }
}
@media (max-width: 767px) {
    .post-box.with-video .post-media .play-icon {
        height: 50px;
        width: 50px;
        line-height: 50px;
        font-size: 14px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .post-box .post-desc .post-meta li {
        margin-right: 15px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .post-box .post-desc .post-meta li {
        margin-right: 15px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .post-box .post-desc .post-meta li {
        margin-right: 10px;
    }
}
@media (max-width: 575px) {
    .post-box .post-desc .post-meta li {
        font-size: 14px;
        margin-right: 15px;
        margin-bottom: 5px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .post-box .post-desc h2 {
        font-size: 34px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .post-box .post-desc h2 {
        font-size: 32px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .post-box .post-desc h2 {
        font-size: 30px;
    }
      .post-box .post-desc {
        padding: 40px 30px;
    }
}
@media (max-width: 575px) {
    .post-box .post-desc h2 {
        font-size: 24px;
    }
    .post-box .post-desc {
        padding: 40px 30px;
        font-size: 14px;
    }
     .gallery-loop {
        grid-gap: 10px;
    }
}
@media (max-width: 399px) {
    .post-box .post-desc {
        padding: 40px 20px;
    }
}
@media (max-width: 767px) {
    .gallery-loop {
        grid-gap: 10px;
    }
    
    .offers-area .offer-boxes-loop .offer-box .offer-desc .offer-feature {
        margin-top: 50px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .offers-area .offer-boxes-loop .offer-box .offer-desc .offer-feature {
        margin-top: 50px;
    }
    .offers-area .offer-boxes-loop .offer-box .offer-desc .title-wrap .price {
        font-size: 32px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .offers-area .offer-boxes-loop .offer-box .offer-desc .title-wrap .price {
        font-size: 28px;
    }
}
@media (max-width: 575px) {
    .offers-area .offer-boxes-loop .offer-box .offer-desc .title-wrap .price {
        font-size: 20px;
    }
    .offers-area .offer-boxes-loop .offer-box .offer-desc .title-wrap .title .room-cat {
        letter-spacing: 2px;
    }
}
.offers-area .offer-boxes-loop .offer-box .offer-desc .title-wrap .title h2 {
    font-size: 28px;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .offers-area .offer-boxes-loop .offer-box .offer-desc .title-wrap .title h2 {
        font-size: 32px;
    }
}
@media (max-width: 575px) {
    .offers-area .offer-boxes-loop .offer-box .offer-desc .title-wrap .title h2 {
        font-size: 24px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .offers-area .offer-boxes-loop .offer-box .offer-desc {
        margin-left: 30px;
        margin-right: 30px;
        padding: 65px 40px 60px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .offers-area .offer-boxes-loop .offer-box .offer-desc {
        margin-left: 20px;
        margin-right: 20px;
        padding: 40px 30px 30px;
        margin-top: -50px;
    }
}
@media (max-width: 575px) {
    .offers-area .offer-boxes-loop .offer-box .offer-desc {
        margin-left: 15px;
        margin-right: 15px;
        padding: 40px 20px 30px;
        margin-top: -30px;
    }
}
@media (max-width: 399px) {
    .offers-area .offer-boxes-loop .offer-box .offer-desc {
        margin-left: 5px;
        margin-right: 5px;
        padding: 30px 15px 20px;
    }
}
@media (max-width: 575px) {
    .offers-area .offer-boxes-loop .offer-box .offer-desc .main-btn {
        padding: 0 35px;
        line-height: 40px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .contact-part .contact-form {
        padding: 50px;
    }
}
@media (max-width: 767px) {
    .contact-part .contact-form {
        padding: 50px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .contact-part .contact-info .info-box {
        padding: 50px 30px;
        -ms-grid-columns: 30px 1fr;
        grid-template-columns: 30px 1fr;
    }
}
@media (max-width: 767px) {
    .contact-part .contact-info .info-box {
        display: block;
        padding: 30px 20px;
    }
    .contact-part .contact-info .info-box .icon {
        margin-bottom: 15px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .menu-area .menu-loop .single-menu-box:hover .menu-desc .menu-link {
        right: 15px;
    }
}
@media (max-width: 399px) {
    .menu-area .menu-loop .single-menu-box:hover .menu-desc .menu-link {
        right: 15px;
    }
}
@media (max-width: 575px) {
    .menu-area .menu-loop .single-menu-box .menu-img {
        height: 120px;
        left: 30px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .menu-area .menu-loop .single-menu-box .menu-desc {
        padding: 20px 50px 20px 30px;
    }
}
@media (max-width: 399px) {
    .menu-area .menu-loop .single-menu-box .menu-desc {
        padding: 20px 50px 20px 30px;
    }
}
@media (max-width: 575px) {
    .menu-area .menu-loop .single-menu-box {
        padding-left: 0;
        padding-top: 140px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .menu-area.menu-with-shape .shape-one {
        max-width: 180px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .menu-area.menu-with-shape .shape-one {
        max-width: 180px;
    }
}
@media (max-width: 767px) {
    .menu-area.menu-with-shape .shape-one {
        display: none;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .menu-area.menu-with-shape .shape-two {
        max-width: 180px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .menu-area.menu-nagative-gallery .gallery-wrap {
        bottom: -130px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .menu-area.menu-nagative-gallery .gallery-wrap {
        bottom: -100px;
    }
}
@media (max-width: 767px) {
    .menu-area.menu-nagative-gallery .gallery-wrap {
        bottom: -100px;
    }
}
@media (max-width: 575px) {
    .menu-area.menu-nagative-gallery .gallery-wrap {
        bottom: -150px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .menu-area.menu-nagative-gallery {
        margin-bottom: 230px;
        padding-bottom: 220px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .menu-area.menu-nagative-gallery {
        margin-bottom: 200px;
        padding-bottom: 200px;
    }
}
@media (max-width: 767px) {
    .menu-area.menu-nagative-gallery {
        margin-bottom: 200px;
        padding-bottom: 200px;
    }
}
@media (max-width: 575px) {
    .menu-area.menu-nagative-gallery {
        margin-bottom: 230px;
        padding-bottom: 240px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .counter-section .counter-box.counter-box-two .icon {
        left: 30px;
    }
}
@media (max-width: 767px) {
    .counter-section .counter-box.counter-box-two .icon {
        top: 30px;
        left: 25px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .counter-section .counter-box.counter-box-two {
        padding: 30px 20px 30px 115px;
    }
}
@media (max-width: 767px) {
    .counter-section .counter-box.counter-box-two {
        padding: 110px 25px 30px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .counter-section .counter-box.box-layout {
        font-size: 12px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .room-details .room-booking-form .title::before {
        width: 30px;
    }
}
@media (max-width: 399px) {
    .room-details .room-booking-form .title::before {
        width: 30px;
    }
}
/*=======  COUNTER CSS  =======*/
@media (max-width: 575px) {
    .counter-section .counter-box {
        font-size: 12px;
    }
}
@media (max-width: 575px) {
    .counter-section .counter-box h4 {
        font-size: 38px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .room-details .room-booking-form .title {
        padding-left: 50px;
    }
}
@media (max-width: 399px) {
    .room-details .room-booking-form .title {
        padding-left: 50px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .room-details .deatils-box .cancellation-box {
        padding: 50px 35px;
    }
}
@media (max-width: 575px) {
    .room-details .deatils-box .cancellation-box {
        padding: 50px 30px;
    }
}
@media (max-width: 575px) {
    .room-details .deatils-box .room-map {
        height: 320px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .room-details .room-booking-form {
        margin-top: 30px;
    }
}
@media (max-width: 767px) {
    .room-details .room-booking-form {
        margin-top: 30px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .room-details .deatils-box .room-rules {
        padding: 50px 35px 30px;
    }
}
@media (max-width: 575px) {
    .room-details .deatils-box .room-rules {
        padding: 50px 30px 30px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .room-details .deatils-box .room-fearures {
        padding: 50px 35px 30px;
    }
}
@media (max-width: 575px) {
    .room-details .deatils-box .room-fearures {
        padding: 50px 30px 30px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .room-details .deatils-box .room-fearures .room-fearures-list li {
        width: 50%;
    }
}
@media (max-width: 575px) {
    .room-details .deatils-box .room-fearures .room-fearures-list li {
        width: 100%;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .room-details .deatils-box .title-wrap .price {
        font-size: 35px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .room-details .deatils-box .title-wrap .price {
        font-size: 30px;
    }
}
@media (max-width: 575px) {
    .room-details .deatils-box .title-wrap .price {
        font-size: 24px;
        margin-top: 15px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .room-details .deatils-box .thumb {
        margin-top: -65px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .room-details .deatils-box .title-wrap .title h2 {
        font-size: 42px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .room-details .deatils-box .title-wrap .title h2 {
        font-size: 32px;
    }
}
@media (max-width: 575px) {
    .room-details .deatils-box .title-wrap .title h2 {
        font-size: 28px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .room-details .deatils-box .title-wrap {
        padding: 40px 30px;
        margin-right: 30px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .room-details .deatils-box .title-wrap {
        padding: 30px 20px;
        margin-right: 20px;
    }
}
@media (max-width: 575px) {
    .room-details .deatils-box .title-wrap {
        padding: 30px;
        margin-right: 20px;
        display: block;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .room-slider .rooms-slider-two .slick-arrow.next-arrow {
        left: auto;
        right: 10%;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .room-slider .rooms-slider-two .slick-arrow.next-arrow {
        left: auto;
        right: 5%;
    }
}
@media (max-width: 767px) {
    .room-slider .rooms-slider-two .slick-arrow.next-arrow {
        left: auto;
        right: 2%;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .room-slider .rooms-slider-two .slick-arrow {
        left: 10%;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .room-slider .rooms-slider-two .slick-arrow {
        left: 5%;
    }
}
@media (max-width: 767px) {
    .room-slider .rooms-slider-two .slick-arrow {
        left: 2%;
        width: 50px;
        height: 50px;
        line-height: 50px;
        font-size: 15px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .room-slider .rooms-slider-two .single-rooms-box .room-desc .price {
        font-size: 32px;
    }
}
@media (max-width: 767px) {
    .room-slider .rooms-slider-two .single-rooms-box .room-desc .price {
        font-size: 28px;
    }
}
@media (max-width: 575px) {
    .room-slider .rooms-slider-two .single-rooms-box .room-desc .price {
        text-align: left;
        margin-top: 10px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .room-slider .rooms-slider-two .single-rooms-box .room-desc h3 {
        font-size: 32px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .room-slider .rooms-slider-two .single-rooms-box .room-desc h3 {
        font-size: 28px;
    }
}
@media (max-width: 767px) {
    .room-slider .rooms-slider-two .single-rooms-box .room-desc h3 {
        font-size: 26px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .room-slider .rooms-slider-two .single-rooms-box .room-desc {
        left: 20px;
        right: 20px;
        padding: 30px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .room-slider .rooms-slider-two .single-rooms-box .room-desc {
        left: 20px;
        right: 20px;
        padding: 30px;
    }
}
@media (max-width: 767px) {
    .room-slider .rooms-slider-two .single-rooms-box .room-desc {
        left: 10px;
        right: 10px;
        padding: 25px;
    }
}
@media (max-width: 575px) {
    .room-slider .rooms-slider-two .single-rooms-box .icons li {
        margin: 0px 5px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .room-slider .rooms-slider-two .single-rooms-box .room-img {
        height: 420px;
    }
}
@media (max-width: 767px) {
    .room-slider .rooms-slider-two .single-rooms-box .room-img {
        height: 350px;
    }
}
@media (max-width: 767px) {
    .room-slider .rooms-content-wrap .room-content-box .slider-count-big {
        font-size: 150px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .room-slider .rooms-content-wrap .room-content-box {
        margin-top: -445px;
    }
}
@media (max-width: 767px) {
    .room-slider .rooms-content-wrap .room-content-box {
        margin-top: -100px;
        padding: 50px 30px;
    }
}
@media (max-width: 575px) {
    .room-slider .rooms-content-wrap .room-content-box {
        margin-top: -50px;
        padding: 50px 30px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .room-slider .rooms-slider-one .slider-img {
        height: 500px;
    }
}
@media (max-width: 767px) {
    .room-slider .rooms-slider-one .slider-img {
        height: 450px;
    }
}
@media (max-width: 575px) {
    .room-slider .rooms-slider-one .slider-img {
        height: 400px;
    }
}
@media (max-width: 767px) {
    .room-slider .rooms-content-wrap {
        margin-bottom: 100px;
    }
}
@media (max-width: 575px) {
    .room-list-loop .room-box .room-desc .price {
        margin-top: 30px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .room-list-loop .room-box .room-desc .icons li {
        margin: 0 8px;
    }
}
@media (max-width: 575px) {
    .room-list-loop .room-box .room-desc .icons li {
        margin: 0 5px;
    }
    .room-list-loop .room-box .room-desc .icons1 li {
        margin: 0 5px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .room-list-loop .room-box .room-desc {
        padding: 10px 10px 10px 10px;
    }
}
@media (max-width: 575px) {
    .room-list-loop .room-box .room-desc {
        padding: 50px 30px;
    }
}
@media (max-width: 399px) {
    .room-list-loop .room-box .room-desc {
        padding: 50px 25px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .room-list-loop .room-box .room-img-wrap {
        min-height: 350px;
    }
}
@media (max-width: 575px) {
    .room-list-loop .room-box .room-img-wrap {
        min-height: 250px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .room-gird-loop .room-box .room-desc h4 {
        font-size: 20px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .room-gird-loop .room-box .room-desc span.price,
    .room-gird-loop .room-box .room-desc a.book-btn {
        font-size: 14px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .room-gird-loop .room-box .room-desc a.book-btn {
        margin-left: 10px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .room-gird-loop .room-box .room-desc .icons li {
        margin: 0 5px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .room-gird-loop .room-box .room-desc .icons li {
        margin: 0 8px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .room-gird-loop .room-box .room-desc .icons li {
        margin: 0 5px;
    }
}
@media (max-width: 399px) {
    .room-gird-loop .room-box .room-desc .icons li {
        margin: 0 5px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .room-gird-loop .room-box .room-desc .icons {
        left: 12px;
        right: 12px;
        padding: 15px 5px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .room-gird-loop .room-box .room-desc {
        padding: 50px 25px 30px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .room-gird-loop .room-box .room-desc {
        padding: 50px 20px 30px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .features-loop .feature-box h3 {
        font-size: 24px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .features-loop .feature-box {
        padding: 50px 30px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .features-loop .feature-box {
        padding: 50px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .features-loop .feature-box {
        padding: 35px 25px;
    }
}
@media (max-width: 575px) {
    .features-loop .feature-box {
        padding: 50px 30px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .latest-news .latest-post-box .post-desc h4 {
        font-size: 22px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .latest-news .latest-post-box .post-desc h4 {
        font-size: 20px;
    }
}
@media (max-width: 399px) {
    .latest-news .latest-post-box .post-desc h4 {
        font-size: 20px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .latest-news .latest-post-box .post-desc .post-meta li {
        margin-right: 5px;
        font-size: 14px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .latest-news .latest-post-box .post-desc .post-meta li {
        margin-right: 10px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .latest-news .latest-post-box .post-desc .post-meta li {
        margin-right: 5px;
        font-size: 12px;
    }
}
@media (max-width: 399px) {
    .latest-news .latest-post-box .post-desc .post-meta li {
        margin-right: 5px;
        font-size: 12px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .latest-news .latest-post-box .post-desc {
        padding: 35px 25px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .latest-news .latest-post-box .post-desc {
        padding: 35px 18px;
        font-size: 14px;
    }
}
@media (max-width: 399px) {
    .latest-news .latest-post-box .post-desc {
        padding: 35px 25px;
        font-size: 14px;
    }
}
@media (max-width: 767px) {
    .latest-news .latest-post-box .post-img {
        height: 220px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .testimonial-box .clinet-post {
        font-size: 14px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .testimonial-box .clinet-post {
        font-size: 12px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .testimonial-box h3 {
        font-size: 26px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .testimonial-box h3 {
        font-size: 22px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .testimonial-box {
        padding: 50px 20px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .testimonial-box {
        padding: 50px 20px;
        font-size: 14px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .video-wrap.video-about {
        height: 500px;
    }
}
@media (max-width: 767px) {
    .video-wrap.video-about {
        height: 300px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .video-wrap.video-wrap-two a.popup-video {
        height: 100px;
        width: 100px;
        line-height: 100px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .video-wrap.video-wrap-two a.popup-video {
        width: 80px;
        height: 80px;
        line-height: 80px;
    }
}
@media (max-width: 767px) {
    .video-wrap.video-wrap-two a.popup-video {
        width: 40px;
        height: 40px;
        line-height: 40px !important;
        font-size: 20px !important;
    }
     .video-wrap1.video-wrap-three a.popup-video1 {
        width: 40px;
        height: 40px;
        line-height: 40px !important;
        font-size: 20px !important;
        bottom:160px;
    }
    .section-title {
    font-size: 26px;
    font-family: var(--font-family);
    font-weight: 400;
    color: #222;
    position: relative;
    margin-bottom: 15px;
    line-height: 1.25em;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .video-wrap.full-section {
        height: 550px;
    }
}
@media (max-width: 767px) {
    .video-wrap.full-section {
        height: 380px;
    }
}
@media (max-width: 767px) {
    .video-wrap.full-section a.popup-video img {
        max-width: 80px;
        max-height: 80px;
    }
}
@media (max-width: 575px) {
    .text-block .block-text p {
        padding-right: 0;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .text-block .mb-small {
        margin-bottom: 50px;
    }
}
@media (max-width: 767px) {
    .text-block .mb-small {
        margin-bottom: 50px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .text-block.with-pattern .pattern-wrap {
        width: 100%;
        height: 320px;
    }
}
@media (max-width: 767px) {
    .text-block.with-pattern .pattern-wrap {
        width: 100%;
        height: 320px;
    }
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .room-gallery-cta .rotate-images img.rotate-image-three {
        left: auto;
        right: 2%;
        max-width: 250px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .room-gallery-cta .rotate-images img.rotate-image-three {
        left: auto;
        right: 2%;
        max-width: 250px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .room-gallery-cta .rotate-images img.rotate-image-three {
        left: auto;
        right: 1%;
        max-width: 200px;
    }
}
@media (max-width: 767px) {
    .room-gallery-cta .rotate-images img.rotate-image-three {
        left: auto;
        right: 1%;
        max-width: 150px;
    }
}
@media (max-width: 399px) {
    .room-gallery-cta .rotate-images img.rotate-image-three {
        max-width: 100px;
    }
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .room-gallery-cta .rotate-images img.rotate-image-one {
        left: 2%;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .room-gallery-cta .rotate-images img.rotate-image-one {
        left: 2%;
        max-width: 220px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .room-gallery-cta .rotate-images img.rotate-image-one {
        left: 1%;
        max-width: 180px;
    }
}
@media (max-width: 767px) {
    .room-gallery-cta .rotate-images img.rotate-image-one {
        left: 1%;
        max-width: 150px;
    }
}
@media (max-width: 399px) {
    .room-gallery-cta .rotate-images img.rotate-image-one {
        max-width: 100px;
    }
}
@media (max-width: 767px) {
    .room-gallery-cta .rotate-images img {
        max-width: 150px;
    }
}
@media (max-width: 399px) {
    .room-gallery-cta .rotate-images img {
        max-width: 100px;
    }
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .room-gallery-cta .cta-text h2 {
        font-size: 72px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .room-gallery-cta .cta-text h2 {
        font-size: 60px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .room-gallery-cta .cta-text h2 {
        font-size: 52px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .room-gallery-cta .cta-text h2 {
        font-size: 42px;
    }
}
@media (max-width: 575px) {
    .room-gallery-cta .cta-text h2 {
        font-size: 32px;
    }
}
@media (max-width: 399px) {
    .room-gallery-cta .cta-text h2 {
        font-size: 28px;
    }
}
@media (max-width: 767px) {
    .room-gallery-cta ul li {
        margin: 0 5px;
    }
}
@media (max-width: 767px) {
    .room-gallery-cta ul li .main-btn {
        padding: 0 25px;
        letter-spacing: 1px;
    }
}
@media (max-width: 399px) {
    .room-gallery-cta ul li .main-btn {
        padding: 0 15px;
        letter-spacing: 1px;
        font-size: 12px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .cta-section .cta-inner .cta-features .single-feature .icon {
        height: 100px;
        width: 100px;
        line-height: 100px;
        font-size: 40px;
    }
}
@media (max-width: 767px) {
    .cta-section .cta-inner .cta-features .single-feature .icon {
        height: 100px;
        width: 100px;
        line-height: 100px;
        font-size: 40px;
    }
}
@media (max-width: 575px) {
    .cta-section .cta-inner .cta-features .single-feature .icon {
        margin-bottom: 30px;
    }
}
@media (max-width: 575px) {
    .cta-section .cta-inner .cta-features .single-feature .cta-desc {
        padding-left: 0;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .cta-section .cta-inner .cta-features .single-feature .cta-desc h3 {
        font-size: 26px;
    }
}
@media (max-width: 575px) {
    .cta-section .cta-inner .cta-features .single-feature .cta-desc .count {
        left: 0;
        top: -75px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .cta-section .cta-inner .cta-features .single-feature {
        -ms-grid-columns: 100px 1fr;
        grid-template-columns: 100px 1fr;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .cta-section .cta-inner .cta-features .single-feature {
        -ms-grid-columns: 100px 1fr;
        grid-template-columns: 100px 1fr;
    }
}
@media (max-width: 575px) {
    .cta-section .cta-inner .cta-features .single-feature {
        display: block;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .cta-section .cta-inner .cta-text {
        margin-top: 60px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .room-type-section .room-items .room-box .room-content {
        left: 15px;
    }
}
@media (max-width: 767px) {
      .cta-section .cta-inner .cta-text {
        margin-top: 60px;
    }
      .room-type-section .room-items .room-box .room-link {
        height: 40px;
        width: 40px;
        text-align: center;
        right: 10px;
        line-height: 40px;
    }
    .room-type-section .room-items .room-box .room-content h3 {
        font-size: 26px;
    }
    .room-type-section .room-items .room-box .room-content span {
        font-size: 14px;
    }
  .room-type-section .room-items .room-box.extra-height {
        height: 280px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .room-type-section .room-items .room-box.extra-height {
        height: 280px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .room-type-section .room-filter li a {
        padding: 10px 20px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .room-type-section .room-filter li a {
        padding: 10px 20px;
    }
}
@media (max-width: 575px) {
    .room-type-section .room-filter li a {
        padding: 8px 15px;
        font-size: 14px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .room-type-section .room-filter {
        margin-top: 30px;
    }
}
@media (max-width: 767px) {
    .room-type-section .room-filter {
        margin-top: 30px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .about-section .about-text-box .about-text h3 {
        font-size: 38px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .about-section .about-text-box .about-text h3 {
        font-size: 34px;
    }
}
@media (max-width: 575px) {
    .about-section .about-text-box .about-text h3 {
        font-size: 32px;
    }
    .about-section .about-text-box .about-text .main-btn {
        padding: 0 35px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .about-section .about-text-box .about-text {
        padding: 0;
        margin-top: 50px;
    }
}
@media (max-width: 767px) {
    .about-section .about-text-box .about-text {
        padding: 0;
        margin-top: 50px;
        padding-bottom: 20px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .about-section .about-features-boxes .single-feature-box h4 {
        font-size: 24px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .about-section .about-text-box {
        padding: 50px;
    }
    .about-section .abour-text {
        padding: 0;
        margin-top: 50px;
    }
}
@media (max-width: 767px) {
    .navbar-collapse {
        z-index: 1050;
    }
    .about-section .abour-text {
        padding: 0;
        margin-top: 50px;
    }
    .banner-area .banner-content .title {
        margin-bottom: 0;
        font-size: 20px;
        line-height: 1.2;
        font-weight: 400;
        background-color: rgba(0, 0, 0, 0.25);
        padding: 10px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .about-section .about-text-box {
        padding: 50px;
    }
}
@media (max-width: 575px) {
    .about-section .about-text-box {
        padding: 40px 20px;
    }
    .pagination-wrap ul li {
        margin-bottom: 8px;
    }
    /* .booking-form {
        margin-top: 0px;
    } */
    .news-details-box .comment-template .comment-form .main-btn {
        padding: 0px 30px;
    }
    .news-details-box .comment-template .comment-form {
        padding: 20px;
    }
    header .nav-container .site-logo img {
        max-width: 100px;
    }
    header.header-three .header-top ul.header-top-info li {
        margin-left: 5px;
    }
    header.header-three .nav-container .menu-right-buttons .navbar-toggler {
        padding: 5px 10px;
    }
    header.header-three .nav-container .menu-right-buttons .navbar-toggler span {
        width: 20px;
    }
    header.header-three .search .search-form {
        top: calc(100% + 20px);
        width: 250px;
    }
    header.header-three .search .search-form form input {
        height: 50px;
    }
    header.header-three .nav-container .menu-right-buttons a {
                width: 100%;
        line-height: 40px;
        font-size: 14px;
        line-height: 40px !important;
    }
    .breadcrumb-area {
        margin-top: 80px;
    }
    .breadcrumb-area .breadcrumb-text h2.page-title {
        font-size: 50px;
    }
    .breadcrumb-area .breadcrumb-text span {
        font-size: 12px;
    }
    .breadcrumb-area .breadcrumb-text .breadcrumb-nav {
        padding: 15px 20px;
        font-size: 14px;
    }
    .banner-area .banner-content .main-btn {
        padding: 0 25px;
        line-height: 50px;
        letter-spacing: 1px;
    }
    .about-section .about-title h2 {
        font-size: 30px;
    }
    .about-section .about-features {
        -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
        -ms-grid-rows: 3fr;
        grid-template-rows: 3fr;
    }
    .about-section .about-features.masonry-layout li:nth-child(3) {
        margin-top: 0;
    }
    .about-section .about-features.masonry-layout li:nth-child(4) {
        margin-top: 50px;
    }
    footer .copyright-area .social-links a {
        margin: 0 2px;
        width: 40px;
        height: 40px;
        line-height: 40px;
        font-size: 12px;
    }
    footer .copyright-area .copyright-text {
        letter-spacing: 0;
    }
}