/*
Theme Name: Bridge Child
Theme URI: http://demo.qodeinteractive.com/bridge/
Description: A child theme of Bridge Theme
Author: Qode Interactive
Author URI: http://www.qodethemes.com/
Version: 1.0.0
Template: bridge
*/
@import url("../bridge/style.css");

/******** Custom Fonts *********/

/** Zapfino Font for headings **/
@font-face {
  font-family: "Zapfino Extra LT";
  src: url("./assets/css/fonts/Zapfino/ZapfinoExtraLT-One.woff2")
      format("woff2"),
    url("./assets/css/fonts/Zapfino/ZapfinoExtraLT-One.woff") format("woff"),
    url("./assets/css/fonts/Zapfino/ZapfinoExtraLT-One.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/*** Source_Sans_Pro Font for headings **/
@font-face {
  font-family: "Source Sans Pro";
  src: url("./assets/css/fonts/Source_Sans_Pro/SourceSansPro-Black.woff2")
      format("woff2"),
    url("./assets/css/fonts/Source_Sans_Pro/SourceSansPro-Black.woff")
      format("woff"),
    url("./assets/css/fonts/Source_Sans_Pro/SourceSansPro-Black.ttf")
      format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Source Sans Pro";
  src: url("./assets/css/fonts/Source_Sans_Pro/SourceSansPro-Bold.woff2")
      format("woff2"),
    url("./assets/css/fonts/Source_Sans_Pro/SourceSansPro-Bold.woff")
      format("woff"),
    url("./assets/css/fonts/Source_Sans_Pro/SourceSansPro-Bold.ttf")
      format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Source Sans Pro";
  src: url("./assets/css/fonts/Source_Sans_Pro/SourceSansPro-BoldItalic.woff2")
      format("woff2"),
    url("./assets/css/fonts/Source_Sans_Pro/SourceSansPro-BoldItalic.woff")
      format("woff"),
    url("./assets/css/fonts/Source_Sans_Pro/SourceSansPro-BoldItalic.ttf")
      format("truetype");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Source Sans Pro";
  src: url("./assets/css/fonts/Source_Sans_Pro/SourceSansPro-BlackItalic.woff2")
      format("woff2"),
    url("./assets/css/fonts/Source_Sans_Pro/SourceSansPro-BlackItalic.woff")
      format("woff"),
    url("./assets/css/fonts/Source_Sans_Pro/SourceSansPro-BlackItalic.ttf")
      format("truetype");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Source Sans Pro";
  src: url("./assets/css/fonts/Source_Sans_Pro/SourceSansPro-Light.woff2")
      format("woff2"),
    url("./assets/css/fonts/Source_Sans_Pro/SourceSansPro-Light.woff")
      format("woff"),
    url("./assets/css/fonts/Source_Sans_Pro/SourceSansPro-Light.ttf")
      format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Source Sans Pro";
  src: url("./assets/css/fonts/Source_Sans_Pro/SourceSansPro-Regular.woff2")
      format("woff2"),
    url("./assets/css/fonts/Source_Sans_Pro/SourceSansPro-Regular.woff")
      format("woff"),
    url("./assets/css/fonts/Source_Sans_Pro/SourceSansPro-Regular.ttf")
      format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Source Sans Pro";
  src: url("./assets/css/fonts/Source_Sans_Pro/SourceSansPro-LightItalic.woff2")
      format("woff2"),
    url("./assets/css/fonts/Source_Sans_Pro/SourceSansPro-LightItalic.woff")
      format("woff"),
    url("./assets/css/fonts/Source_Sans_Pro/SourceSansPro-LightItalic.ttf")
      format("truetype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Source Sans Pro";
  src: url("./assets/css/fonts/Source_Sans_Pro/SourceSansPro-Italic.woff2")
      format("woff2"),
    url("./assets/css/fonts/Source_Sans_Pro/SourceSansPro-Italic.woff")
      format("woff"),
    url("./assets/css/fonts/Source_Sans_Pro/SourceSansPro-Italic.ttf")
      format("truetype");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Source Sans Pro";
  src: url("./assets/css/fonts/Source_Sans_Pro/SourceSansPro-SemiBoldItalic.woff2")
      format("woff2"),
    url("./assets/css/fonts/Source_Sans_Pro/SourceSansPro-SemiBoldItalic.woff")
      format("woff"),
    url("./assets/css/fonts/Source_Sans_Pro/SourceSansPro-SemiBoldItalic.ttf")
      format("truetype");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Source Sans Pro";
  src: url("./assets/css/fonts/Source_Sans_Pro/SourceSansPro-SemiBold.woff2")
      format("woff2"),
    url("./assets/css/fonts/Source_Sans_Pro/SourceSansPro-SemiBold.woff")
      format("woff"),
    url("./assets/css/fonts/Source_Sans_Pro/SourceSansPro-SemiBold.ttf")
      format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Source Sans Pro";
  src: url("./assets/css/fonts/Source_Sans_Pro/SourceSansPro-ExtraLight.woff2")
      format("woff2"),
    url("./assets/css/fonts/Source_Sans_Pro/SourceSansPro-ExtraLight.woff")
      format("woff"),
    url("./assets/css/fonts/Source_Sans_Pro/SourceSansPro-ExtraLight.ttf")
      format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Source Sans Pro";
  src: url("./assets/css/fonts/Source_Sans_Pro/SourceSansPro-ExtraLightItalic.woff2")
      format("woff2"),
    url("./assets/css/fonts/Source_Sans_Pro/SourceSansPro-ExtraLightItalic.woff")
      format("woff"),
    url("./assets/css/fonts/Source_Sans_Pro/SourceSansPro-ExtraLightItalic.ttf")
      format("truetype");
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
:root {
  --pageBanerFont: "Zapfino Extra LT";
  --primaryFont: "Source Sans Pro";
}
.container_inner {
  width: 1140px !important;
}

body {
  font-family: var(--primaryFont) !important;
}

body p {
  line-height: 1.5 !important;
  font-family: var(--primaryFont) !important;
  font-size: 16px;
  color: #313131;
}

h1 {
  font-family: var(--pageBanerFont);
  font-style: unset !important;
}

h2,
h3,
h4,
h5 {
  font-family: var(--primaryFont) !important;
  font-style: unset !important;
}

body a:hover {
  text-decoration: none;
}

.pr30 {
  padding-right: 30px;
}

.pl15 {
  padding-left: 15px;
}

.pr15 {
  padding-right: 15px;
}

.number {
  color: #111;
  font-family: var(--primaryFont) !important;
}

.para {
  font-family: var(--primaryFont) !important;
  font-size: 16px;
  color: #313131;
}

.secondHeading {
  font-family: var(--primaryFont) !important;
  font-size: 32px;
  text-transform: capitalize;
  color: #141414;
}

.thirdHeading {
  font-family: var(--primaryFont) !important;
  font-size: 24px;
  /* text-transform: capitalize; */
  color: #000;
  text-transform: inherit;
  letter-spacing: unset;
}

.customButton input {
  width: 190px;
  height: 56px;
  background-color: #000;
  color: #fff;
  text-transform: uppercase;
}

.fourthHeading {
  font-size: 20px;
  letter-spacing: 1px;
  text-transform: capitalize;
  color: #111;
}

body hr {
  margin-top: 12px;
  margin-bottom: 12px;
}

.text-center {
  text-align: center !important;
}

.sectionTopSpace {
  margin-top: 100px;
}

.smallHeading {
  font-family: var(--primaryFont) !important;
  font-size: 16px;
  color: #111;
  font-weight: 600;
}

.innerTopSpace {
  padding-top: 65px;
}

.wOSSEction {
  margin-top: 75px !important;
}

.innerItemBottomSpace {
  margin-bottom: 65px;
}

.title_outer.animate_title_area {
  height: auto !important;
}

/** custom button **/
body .customButton a {
  padding: 16px 50px;
  background-color: #111 !important;
  color: #fff;
  text-transform: uppercase;
  border: unset !important;
  font-weight: 600;
  font-family: var(--primaryFont);
  display: inline-block;
}

/* .blurActive {
    -webkit-mask-image: linear-gradient(to bottom, black 50%, transparent 100%);
    mask-image: linear-gradient(to bottom, black 50%, transparent 100%);
    height: 155px;
} */
.moreReadBlurContent {
  text-align: center;
  border-bottom: 1px solid #d1d1d1;
  padding-bottom: 20px;
  padding-top: 30px;
}

.moreReadBlurContent span {
  font-weight: 600;
  cursor: pointer;
  text-transform: Uppercase;
}

footer .container {
  background-color: transparent !important;
}

/* header Custom style */



/* Utag  */
.postDetailPageLeftWrp h2{
  font-weight: 600 !important;
}


/* Htag */
.sticky-info-bar {
  position: fixed;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 9999;
  right: -1px;
}
.sticky-info-bar.on-my-left{
  left: -1px;
  right: inherit;
} 
.on-my-left .sticky-contactUS{
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  padding: 16px 14px 10px;
}
.page-id-2569 .sticky-info-bar.on-my-left{
  display: none;
}
.sticky-icon-bar {
  width: 50px;
  padding: 14px;
  box-shadow: 0 0 9px 1px rgba(0, 0, 0, 0.06);
  border: solid 1px #ebebeb;
  background-color: #ffff;
  margin-top: 20px;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}
.sticky-contactUS {
  width: 50px;
  padding: 14px;
  box-shadow: 0 0 9px 1px rgba(0, 0, 0, 0.06);
  background-color: #111;
  color: white;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  text-align: center;
}
.sticky-icon-bar img {
  width: 28px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.sticky-contactUS a {
  writing-mode: vertical-rl;
  font-size: 20px;
  line-height: 0.83;
  font-weight: 600;
  color: white;
}
.nav-contact-btn {
  position: absolute;
  top: calc(50% - 20px);
  right: 15px;
  cursor: pointer;
}
.nav-contact-btn a {
  background: black;
  border-radius: 0;
}
.mb-96 {
  margin-bottom: 96px;
}
.mb-64 {
  margin-bottom: 64px;
}
.blog-category-title {
  margin-bottom: 32px;
}
section.blog-category-nav.mb-96 li.nav-item a {
  padding-top: 10px;
  padding-bottom: 10px;
}
.blog-category-nav ul.nav.nav-pills.dashboard-menu li .active {
  border: 0;
  background: #111 !important;
  color: white !important;
  margin-bottom: 1.5px;
}
.blog-category-nav ul.nav.nav-pills.dashboard-menu {
  flex-direction: column;
}
.blog-category-nav li.nav-item a {
  white-space: pre;
}
.pt-0 {
  padding-top: 0 !important;
}
.blog-category-main-wrapper {
  margin-bottom: 73px;
}
.blog-category-meta-wrapper {
  padding: 27px;
  box-shadow: 0px 5px 18px 0 rgb(0 0 0 / 15%);
  background-color: #f9f9f9;
  text-align: center;
  margin-left: 30px;
  margin-right: 30px;
  position: relative;
  margin-top: -15%;
  padding-bottom: 37px;
}
.quote-wrapper {
  padding: 48px;
  background-color: #111;
  text-align: center;
  margin-bottom: 72px;
}
.blog-category-main-wrapper img {
  box-shadow: 0px 5px 18px 0 rgb(0 0 0 / 15%);
}
.blog-category-tagline {
  font-size: 14px;
  color: #111;
  margin-bottom: 10px;
}
.blog-category-publish-date {
  font-size: 12px;
  color: #818181;
  margin-bottom: 27px;
}
.blog-category-meta-wrapper h5 {
  font-weight: 600;
  font-size: 16px;
}
.blog-category-description p {
  font-size: 14px;
  font-weight: 300;
  color: #313131;
  margin-bottom: 37px;
}
.blog-category-meta-wrapper a span {
  color: white;
}
.load-more-btn {
  background: #111111;
  margin-top: 16px;
  text-align: center;
  padding: 13px 26px;
}
.load-more-btn span {
  color: white;
}
.quote-title {
  font-size: 25px;
  font-weight: 600;
  color: #fff;
  margin-top: 70px;
  margin-bottom: 48px;
}
section.blog-main-wrapper {
  padding-bottom: 132px;
  padding-top: 90px;
}
form.blog-search-field {
  display: flex;
  justify-content: flex-start;
  box-shadow: 0 0 9px 1px rgb(0 0 0 / 10%);
  background-color: #fff;
  height: 56px;
}
form.blog-search-field input[type="text"] {
  width: 100%;
  padding-left: 16px;
  border: 0;
  padding-left: 16px;
  border-radius: 0;
}
form.blog-search-field button {
  width: 56px;
  border: 0;
  background: black;
  color: white;
}
.quote-author {
  color: white;
  font-size: 12px;
}
.blog-right-sidebar-cta {
  background-image: url(https://nishathotels.com/wp-content/uploads/2021/12/cta.jpg);
  background-size: cover;
  padding: 25px;
  text-align: center;
  margin-top: 36px;
  margin-bottom: 73px;
}
.blog-cta-wrap h3 {
  font-size: 28px;
  font-weight: 600;
  color: #fefefe;
  font-style: italic !important;
  margin-bottom: 16px;
}
.blog-cta-wrap p {
  color: white;
  font-size: 14px;
  margin-bottom: 34px;
}
.blog-cta-wrap a span {
  color: white;
}
.blog-cta-wrap {
  border: 1px solid white;
  padding: 10%;
  padding-bottom: 100px;
  padding-top: 100px;
}
/* .sidebar-latest-posts h3 {
  font-size: 32px;
  color: #111;
  font-weight: 600;
} */
.latest-blogs-wrapper {
  display: flex;
  justify-content: space-between;
}
.sidebar-blog-content-wrap {
  padding-right: 20px;
}
.publish-date {
  color: #818181;
}
.sidebar-blog-img-wrap {
  width: 64px;
  height: 64px;
}
.sidebar-blog-img-wrap img {
  height: 60px;
  min-width: 60px;
  object-fit: cover;
}
.sidebar-blog-content-wrap h4 {
  font-size: 20px;
  text-transform: capitalize;
  font-family: "Source Sans Pro" !important;
  letter-spacing: 0;
  color: #111;
  line-height: 30px !important;
}
.latest-blogs-wrapper.side-blog-item {
  padding-bottom: 24px;
}
.innerHeaderBg.blog-bg-img img {
  height: 480px !important;
}
.blog-category-image img {
  width: 100%;
  object-fit: cover;
}
.blog-category-main-wrapper {
  display: none;
}
.single-post .blog-categories {
  margin-top: 33px;
  margin-bottom: 33px;
}
h1.headingInner.blog-single-title {
  color: #111111;
}
.single-post .blog-category-publish-date {
  font-size: 16px;
}
.single-post .social-share-wrapper {
  display: flex;
}
.single-post .social-share-wrapper a {
  margin-right: 24px;
}
.social-share {
  padding-bottom: 120px;
}
.single-post .sharer-title {
  margin-bottom: 30px;
}
.single-post .social-share-wrapper {
  margin-top: 30px;
}
.single-post .parainner h2,
.single-post .parainner h1 {
  font-size: 24px !important;
  color: #111111 !important;
}
.single-post .parainner ul, .single-post .parainner ol {
list-style-position: outside;
padding-left: 18px;
}
.single-post .parainner li {
  font-size: 16px !important;
  color: #313131 !important;
  line-height: 24px;
  margin-bottom: 12px;
}
.single-post .parainner p {
  font-size: 16px !important;
  color: #313131 !important;
}
.sticky-contactUS a:hover {
  color: white;
}
.single-post .blog-category-nav {
  display: none;
}
.blog-category-nav ul.nav.nav-pills.dashboard-menu li a:hover {
  background: #111111;
  color: white;
}
.blog-right-sidebar-widget h3 {
  color: #111111;
  margin-bottom: 50px;
  font-weight: 600;
  font-size: 24px !important;
}

/* .home-top-slider .owl-stage {
  display: flex;
  align-items: flex-end;
} */
.blog-cta-wrap h3 {
  color: #fefefe;
  margin-bottom: 16px;
}
.social-share-wrapper img {
  width: 29px;
}
.home h2 {
  text-transform: capitalize !important;
}
.single-post h1 {
  text-transform: capitalize !important;
}
.postDetailPageLeftWrp .parainner .elementor-section-height-default.parallax_section_no.qode_elementor_container_no {
  margin-bottom: 90px !important;
}
.offerPageCardBlock.sectionTopSpace {
  padding-left: 30px;
  padding-right: 30px;
}
.sidebar-latest-posts h4 {
  line-height: 32px !important;
}
/* Htag ends here  */

.site-main-header {
  transition: ease-in-out all 0.5s;
}

.fixed_header {
  position: fixed;
  background-color: #111;
  transition: ease-in-out all 0.5s;
}

.header-main {
  padding: 20px 0;
  transition: ease-in-out all 0.5s;
}

.header-left-menu {
  text-align: right;
  float: none !important;
}

.header-main nav ul {
  margin-bottom: 0;
  float: none !important;
}

.header-main nav ul li {
  display: inline-block;
  padding: 0px 8px;
}

.header-main nav > ul > li:last-child {
  padding-right: 0;
}

.header-main nav > ul > li:first-child {
  padding-left: 0;
}

.header-main nav ul li a {
  color: #fff;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 500;
}

.booknow-btn a span:first-of-type {
  background-color: #111;
  padding: 10px 24px;
  transition: ease-in-out all 0.5s;
}

.second {
  display: none;
  position: absolute;
}

.header-main nav ul .inner ul {
  min-width: 190px;
}

.header-main nav ul li ul li a{
  font-size: 14px;
}

#menu-main-menu-left ul li{
  text-align: left;
}

.header-main nav ul .inner ul li {
  display: block;
  padding: 0 15px;
}

li.narrow .second .inner ul{
  padding: 5px 0;
}

.header-main nav ul li:hover .second {
  display: block;
}

.header-logo-container {
  position: relative;
  margin-top: -15px;
}

.header-logo {
  transition: ease-in-out all 0.5s;
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
}

.sticky-logo {
  display: none;
}

.header-logo img {
  max-width: 96px;
}

.fixed_header .header-main {
  padding: 30px 0;
}

.fixed_header .default {
  display: none;
}

.fixed_header .header-logo {
  top: -20px;
}

.fixed_header .sticky-logo {
  display: inline-block;
  max-height: 68px;
}

.fixed_header .booknow-btn a span:first-of-type {
  background-color: #fff;
  padding: 10px 16px;
  color: #111;
}

/************* Home page **************/
div#slider_439 .owl-item > div {
  padding: 34% 0 20% !important;
}

body div#slider_439 .owl-item > div p {
  font-family: var(--pageBanerFont) !important;
  font-size: 72px !important;
  font-weight: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
  line-height: 65px !important;
  text-shadow: 5px 5px 10px #545252;
}

div#slider_439 .owl-dots {
  display: none !important;
}

.login-form h1 {
  font-family: var(--primaryFont) !important;
}

.hPHeaderBtn {
  margin-top: 24px;
  text-align: center;
}

.hPHeaderBtn a {
  color: #ffffff;
  padding: 16px 24px 14px 24px;
  background-color: #111111;
  font-family: var(--primaryFont);
  font-size: 16px;
  text-transform: uppercase;
}

body h2 {
  line-height: 1.13 !important;
  font-family: var(--primaryFont) !important;
  font-weight: 400 !important;
  text-transform: none !important;
}

.hotelsWrapper .desc {
  opacity: 1 !important;
  padding-bottom: 12px;
  padding-left: 2px;
}

.hotelsWrapper .desc a {
  color: #fff !important;
}

.hotelsWrapper .desc > a {
  margin-top: -10px;
  display: block;
  margin-bottom: 14px;
  font-size: 16px;
  font-weight: 600;
  font-family: var(--primaryFont);
}

.homeSubHeading {
  font-family: var(--primaryFont);
  font-size: 20px;
}

.hotelsWrapper .desc h4 {
  font-family: var(--primaryFont) !important;
  font-weight: 500 !important;
  color: #ffffff;
  letter-spacing: 0px !important;
  font-size: 24px;
  text-transform: capitalize;
}

.hotelsWrapper .desc h4 {
  line-height: 40px !important;
}

.hotelsWrapper .q_image_with_text_over table td {
  vertical-align: bottom !important;
  text-align: left;
}

.luxuaryComfortWSlider .swiper-slide figcaption {
  position: absolute;
  bottom: 0px;
  color: #fff !important;
  background-color: #0000008a;
  padding: 15px 10px 15px 15px;
  width: 100%;
  font-family: var(--primaryFont) !important;
  font-size: 20px;
}

.luxuaryComfortWSlider .swiper-pagination-bullet {
  border-radius: 0px !important;
}

.elementor-swiper-button-prev {
  bottom: -10px;
  top: unset !important;
  left: 44%;
  color: #111 !important;
  z-index: 1000;
}

.elementor-swiper-button-next {
  bottom: -10px;
  top: unset !important;
  right: 44%;
  color: #111 !important;
  z-index: 1000;
}

.luxuaryComfortWSlider .swiper-container {
  padding-bottom: 60px;
}

.ourRestaurantsslides .owl-item .sa_hover_container {
  height: 400px !important;
}

.ourRestaurantsslides .owl-stage-outer {
  height: 520px;
  overflow-y: visible;
}

.bookingPageWrp .bookingFormHeading {
  font-size: 36px;
  display: block;
}

.postDetailPageLeftWrp .headingInner {
  font-family: var(--primaryFont) !important;
}

.ourRestaurantsslides .slideCotent {
  position: absolute;
  bottom: -80px;
  background-color: #fff;
  width: 77.5%;
  padding: 30px 30px 10px 30px;
  height: auto;
}

.ourRestaurantsslides .slideCotent h5 {
  font-family: var(--primaryFont) !important;
  font-weight: 400 !important;
  font-size: 28px;
  letter-spacing: 0px;
  text-transform: capitalize;
  padding-bottom: 18px;
}

.ourRestaurantsslides .slideCotent .hPHeaderBtn {
  text-align: left;
  text-transform: uppercase !important;
}

.ourRestaurantsslides button.owl-prev {
  top: unset !important;
  left: 40% !important;
  bottom: -35px;
}

.ourRestaurantsslides button.owl-next {
  top: unset !important;
  right: 40% !important;
  bottom: -35px;
}

body .autohide-arrows .owl-nav {
  display: block !important;
}

#sliderTwoColBlack {
  padding-bottom: 60px;
  margin-top: -270px;
}

#sliderTwoColBlack .owl-item > .sa_hover_container {
  display: flex !important;
  align-items: flex-end;
  padding: 0px !important;
  margin: 0px !important;
}

#sliderTwoColBlack .owl-item > .sa_hover_container img {
  width: 570px;
  max-width: 650px;
}

.sliderTwoColBlackWrapper .elementor-container {
  background-color: #000;
}

.sliderTwoColBlackWrapper h4 {
  color: #fff;
  font-size: 42px;
  font-family: var(--primaryFont) !important;
  letter-spacing: 0px;
  text-transform: capitalize;
  font-weight: normal;
  width: 400px;
  line-height: normal;
}

.sliderTwoColBlackWrapper .rightImageBlock {
  width: 100%;
  text-align: right;
  padding-right: 60px;
}

.wellnessItemWrapper {
  width: 100%;
  margin: 0px 60px;
  position: absolute;
  bottom: -20px;
}

.sliderTwoColBlackWrapper p {
  color: #fff;
  width: 350px;
}

.sliderTwoColBlackWrapper a:hover,
.postLinkBtn a:hover {
  color: #a5893d !important;
}

.sliderTwoColBlackWrapper a {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  line-height: 4;
  text-transform: uppercase;
}

.sliderTwoColBlackWrapper .sa_owl_theme .owl-dots {
  bottom: 8px !important;
}

.sliderTwoColBlackWrapper .sa_owl_theme .owl-dots .owl-dot span {
  background-color: #fff !important;
  border-radius: 1px !important;
}

.sliderTwoColBlackWrapper .sa_owl_theme .owl-dots .owl-dot.active span {
  background-color: #b19743 !important;
}

.sliderTwoColBlackWrapper .sa_owl_theme .owl-nav .owl-prev {
  bottom: 5px;
  top: unset;
  z-index: 100;
  left: 45%;
  width: 20px !important;
  height: 20px !important;
  clear: both;
}

.sliderTwoColBlackWrapper .sa_owl_theme .owl-nav .owl-next {
  bottom: 5px;
  top: unset;
  z-index: 100;
  right: 45%;
  width: 20px !important;
  height: 20px !important;
  clear: both;
}

.testimonilaWrapper,
.blogPostsWrapper {
  display: flex;
  flex-wrap: wrap;
}

.testimonialItem,
.blogItemWrap {
  width: 33.3%;
}

.testimonilaItemBox {
  border: 1px solid #d1d1d1;
  height: 360px;
  text-align: center;
  padding: 25px;
  margin-right: 20px;
  transition: all 0.4s ease;
}

.testimonilaItemBox:hover {
  transform: translateY(-10px);
  transition: all 0.4s ease;
  box-shadow: 0px 16px 16px -2px rgba(0, 0, 0, 0.2);
}

.testimonialImg {
  /* width: 50px; */
  text-align: center;
  margin: 0 auto 20px auto;
  /* height: 50px; */
  /* border-radius: 50%;
    overflow: hidden; */
}

.testimonialImg img {
  width: 45px;
}

.testmonialName {
  font-size: 16px;
  font-weight: bold;
  font-family: var(--primaryFont) !important;
  color: #111111;
  margin-bottom: 15px;
}

.testmonialLocation span {
  font-family: var(--primaryFont) !important;
  color: #fff;
  font-size: 12px;
  padding: 7px 15px;
  background-color: #000;
}

.testmonialText {
  margin-top: 24px;
}

.testmonialText p {
  font-size: 14px;
  color: #818181;
}

.blogItemBox {
  /* border: 1px solid #d1d1d1; */
  height: 380px;
  /* text-align: center; */
  position: relative;
  /* margin-right: 20px; */
}

.postImageCard {
  width: 355px;
}

.postImageCard img {
  width: 100%;
  height: 355px;
  object-fit: cover;
}

.blogPostsWrapper .blogItemWrap:first-child .blogItemBox {
  margin-right: 20px;
}

.blogPostsWrapper .blogItemWrap:last-child .blogItemBox {
  margin-left: 20px;
}

.blogPostsWrapper .blogItemWrap:nth-child(2) .blogItemBox {
  margin-right: 10px;
  margin-left: 10px;
}

.blogInfoText {
  position: absolute;
  bottom: 45px;
  left: 30px;
  color: #fff;
  z-index: 1000;
}

.blogInfoText .post-categories li a {
  color: #fff;
  list-style: none;
  font-family: var(--primaryFont) !important;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 22px;
}

.blogInfoText .post-categories li {
  list-style: none;
  border-bottom: 1px solid #fff;
  padding-bottom: 10px;
  width: max-content;
}

.blogInfoText .post-categories {
  margin-bottom: 20px;
}

.blogInfoText {
  font-size: 20px;
  font-family: var(--primaryFont) !important;
  font-weight: 500;
}

.postLinkBtn a {
  color: #fff;
  font-size: 14px;
  font-family: var(--primaryFont) !important;
  font-weight: 600;
}

.postLinkBtn {
  margin-top: 8px;
}

/* .blogItemBox:hover .blogOverlay  {
    position: absolute;
    top: 0px;
    bottom: 25px;
    left: 0px;
    right: -3px;
    background-color: #000;
    text-align: center;
}
.blogOverlay .title {
    font-family: Playfair !important;
    text-align: center;
    padding-top: 20%;
    font-size: 25px;
    color: #fff;
    padding-left: 35px;
    padding-right: 35px;
    line-height: 1.4;
}
.blogOverlay .qouteIcon {
    padding-top: 40px;
}
.blogOverlay .author span {
    border-top: 1px solid #fff;
    width: 35px;
    height: 15px;
    display: block;
    text-align: center;
    margin: 0 auto;
}
.blogOverlay .author {
    padding-top: 32%;
    color: #fff;
} */
.postTestimonial {
  position: relative;
  background-color: #000;
  height: 360px;
  text-align: center;
  padding-top: 42px;
}

.postTestimonial .title {
  font-family: var(--primaryFont) !important;
  text-align: center;
  padding-top: 20%;
  font-size: 25px;
  color: #fff;
  padding-left: 35px;
  padding-right: 35px;
  line-height: 1.4;
}

.postTestimonial .author span {
  border-top: 1px solid #fff;
  width: 35px;
  height: 15px;
  display: block;
  text-align: center;
  margin: 0 auto;
}

.postTestimonial .author {
  padding-top: 33%;
  color: #fff;
  font-family: var(--primaryFont);
  font-size: 12px;
}

.ImageOverLayAdd .shader {
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.6068628134847689) 30%,
    rgba(0, 0, 0, 0) 60%
  ) !important;
}

.ImageOverLayShade {
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.6068628134847689) 30%,
    rgba(0, 0, 0, 0) 60%
  ) !important;
  position: absolute;
  top: 0px;
  bottom: 25px;
  z-index: 100;
  left: 0px;
  right: -2px;
}

#slider_571 .owl-stage .owl-item {
  padding: 0px 10px;
}

/*footer css */
.newsLetterWrap {
  background-color: #222;
  text-align: center;
  padding: 20px 0px 32px;
}

.newsLetterWrap .textArea {
  display: inline-block;
  color: #fff;
  margin-right: 120px;
  text-align: left !important;
  position: relative;
  top: 12px;
}

.newsLetterWrap .es_subscription_message.success {
  position: relative;
  top: 15px;
}

.newsLetterWrap .textArea .nLheaderText {
  font-size: 24px;
  font-family: var(--primaryFont) !important;
}

.newsLetterWrap .textArea .nLSubHeadingText {
  font-size: 14px;
  font-family: var(--primaryFont);
}

.newsLetterWrap .mc4wp-form-fields {
  display: inline-flex;
}

.newsLetterWrap .mc4wp-response p {
  color: #a5893d;
  position: absolute;
  top: 50px;
}

.newsLetterWrap .nLFormWrp {
  display: inline-block;
  position: relative;
  bottom: 0px;
}

.newsLetterWrap input {
  height: 46px;
  width: 400px;
  border: unset !important;
  box-shadow: 0 0 9px 1px rgba(254, 217, 1, 0.1);
  background-color: #ffffff;
  padding-left: 10px;
  outline: none;
}

.newsLetterWrap input[type="text"] {
  padding-left: 15px;
  font-size: 14px;
  font-family: var(--primaryFont);
  color: #818181;
  outline: none;
}

.newsLetterWrap input[type="submit"] {
  height: 46px;
  width: 160px;
  color: #fff;
  background-color: #818181;
  cursor: pointer;
  margin-left: 35px;
  text-transform: uppercase;
  font-family: var(--primaryFont);
  font-size: 16px;
  font-weight: 600;
}

.footer_top h5 {
  font-size: 16px;
  font-weight: normal;
  margin-bottom: 8px;
}

.footer_top p,
.footer_top .qode-footer-text {
  padding-left: 0px !important;
  padding-right: 0px !important;
  float: left;
  padding-bottom: 10px;
  font-size: 15px;
  font-family: var(--primaryFont);
}

.footer_top a {
  font-size: 15px !important;
  font-family: var(--primaryFont) !important;
}

.footer_col3 ul li img {
  padding-right: 16px;
  top: 2px;
  position: relative;
}

.footer_top .widget.widget_nav_menu li {
  padding-bottom: 0px !important;
}

.footer_bottom_border.in_grid {
  display: none;
}

.footer_top {
  padding-bottom: 40px;
}

.column1.footer_bottom_column p {
  font-size: 14px;
  font-family: var(--primaryFont);
}

#menu-main-menu-left {
  float: left;
}

nav.main_menu > ul > li > a {
  font-size: 16px;
  font-family: var(--primaryFont);
  font-weight: 600;
  line-height: 40px;
  padding: 14px 10px 0 !important;
}

li#nav-menu-item-3453 {
  margin-left: 70px !important;
}

.q_logo {
  top: 46%;
  left: -18px;
  position: absolute;
}

.q_logo img:not(.sticky) {
  max-width: 96px;
  height: auto !important;
  margin-top: 14px;
}

.sticky .main_menu ul li a {
  color: #111 !important;
}

.testimonilaLetter {
  color: #fff;
  background-color: #9e9e9e;
  border-radius: 100%;
  overflow: hidden;
  padding: 10px 16px;
  display: inline-block;
}

.whiteArrows .owl-carousel .owl-next::after {
  display: block;
  width: 30px;
  height: 30px;
  content: url("./assets/images/arrow-2-r.png");
  position: relative;
  z-index: 10000;
  left: -50px;
  top: 27px;
}

body .whiteArrows .white .sa_owl_theme .owl-nav .owl-next,
body .whiteArrows .white .sa_owl_theme .owl-nav .owl-prev {
  background: unset !important;
  background-color: unset !important;
}

body .whiteArrows .white .sa_owl_theme .owl-nav .owl-next:hover,
body .whiteArrows .white .sa_owl_theme .owl-nav .owl-prev:hover {
  background-color: unset !important;
}

.whiteArrows .owl-carousel .owl-prev::after {
  display: block;
  width: 30px;
  height: 30px;
  content: url("./assets/images/arrow-2-l.png");
  position: relative;
  z-index: 10000;
  right: -50px;
  top: 27px;
}

.whiteArrows .owl-nav {
  position: relative;
  top: -20px;
}

body .sa_owl_theme .owl-dots .owl-dot span {
  border-radius: 1% !important;
  width: 8px !important;
  height: 8px !important;
}

body header.sticky .header_bottom.clearfix {
  height: auto;
}

body .whiteArrows .owl-dots {
  bottom: -48px !important;
}

/************* 
*** Check Availability Block ****
*************/
.customRow {
  display: flex;
  flex-wrap: wrap;
}

.customRow .col_20 {
  width: 20%;
}

.customRow .col_25 {
  width: 25%;
  position: relative;
}

.customRow .col_35 {
  width: 35%;
}

.cABlockWrapper {
  border-bottom: 1px solid #d1d1d1;
  padding: 0px;
}

.bookNowHeading h3 {
  font-size: 38px;
  font-family: var(--primaryFont) !important;
  color: #111111;
  padding-left: 25px;
}

.bookingSelectHotel {
  border-left: 1px solid #d1d1d1;
  border-right: 1px solid #d1d1d1;
  /* padding-bottom: 32px; */
}

#selecHotels {
  width: 80%;
  margin-left: 20px;
  border: unset !important;
  padding: 25px 5px;
  background: transparent;
}

.hotelSelection li {
  list-style: none;
  font-size: 32px;
  font-family: var(--primaryFont) !important;
  color: #818181;
  line-height: 1.5;
  padding-bottom: 15px;
}

.hotelSelection li:hover {
  color: #001111;
}

.hotelSelection {
  box-shadow: 0 0 9px 1px rgba(0, 0, 0, 0.2);
  background-color: #ffffff;
  padding: 32px 10px 20px 30px;
  position: absolute;
  top: 158px;
  clear: both;
  z-index: 1000000;
  width: 100% !important;
  left: 0px;
  right: 0px;
}

.selectedHotel {
  font-size: 32px;
  color: #111;
  font-family: var(--primaryFont) !important;
  display: inline-block;
  padding-top: 12px;
}

.searchIcon {
  display: inline-block;
  padding-top: 20px;
  float: right;
  position: relative;
  top: 6px;
}

.bookNowHeading {
  position: relative;
}

.boxContent {
  padding-left: 28px;
  padding-right: 28px;
  padding-top: 26px;
}

.hotelSelection {
  display: none;
}

.drp-calendar {
  width: 265px;
  max-width: 500px !important;
}

.daterangepicker .calendar-table td {
  min-width: unset !important;
}

.daterangepicker .calendar-table th {
  min-width: unset !important;
  width: unset !important;
  padding: 0px !important;
  font-family: OpenSans;
  font-size: 16px !important;
  line-height: 26px !important;
}

.active.available {
  background-color: #000 !important;
  border-radius: 100% !important;
}

.daterangepicker td.available:hover,
.daterangepicker th.available:hover {
  background-color: #000000 !important;
  color: #fff !important;
  border-radius: 50% !important;
}

.in-range {
  background-color: #000000 !important;
  color: #fff !important;
  border-radius: 50% !important;
}

.daterangepicker .calendar-table th,
.daterangepicker .calendar-table th {
  font-family: var(--primaryFont) !important;
  color: #111;
  font-weight: 300;
  font-size: 16px !important;
}

.day {
  font-size: 38px;
  color: #111;
  display: inline-block;
  font-family: var(--primaryFont) !important;
  margin: 0px 30px 0px 30px;
}

.mothYear {
  display: inline-block;
  position: relative;
  top: 4px;
}

.year {
  display: block;
}

.selectedStartDate {
  display: inline-block;
  width: 35%;
  border-right: 1px solid #d1d1d1;
  padding-bottom: 34px;
  padding-top: 20px;
}

.selectedEndDate {
  display: inline-block;
  width: 35%;
}

.guestsSelection {
  display: inline-block;
  width: 27%;
  border-left: 1px solid #d1d1d1;
  height: 100%;
  padding-bottom: 34px;
  padding-top: 20px;
  position: relative;
}

.guestsSelection p {
  /* padding-left: 30px; */
}

.selectedStartDate p,
.selectedEndDate p {
  padding-left: 30px;
  font-family: var(--primaryFont);
  font-size: 14px;
  line-height: 22px;
  color: #313131;
}

.boxContent p {
  font-family: var(--primaryFont);
  font-size: 14px;
  line-height: 22px;
  color: #313131;
  text-transform: uppercase;
}

.checkAvailabilityBtn {
  text-align: center;
  border-left: 1px solid #d1d1d1;
  padding: 48px 0 0 0;
}

.checkAvailabilityBtn a {
  background-color: #111;
  color: #fff;
  padding: 22px 32px;
  font-size: 20px;
  font-family: var(--primaryFont);
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
}

.mothYear span {
  font-family: var(--primaryFont);
  font-size: 14px;
  line-height: 22px;
  color: #111;
}

.elementor-element-5e53728 .elementor-widget .owl-pagination-true {
  margin-bottom: -10px !important;
}

.selectedStartDate .arrowImage {
  float: right;
  position: relative;
  text-align: right;
  top: 30px;
  right: 30px;
}

.selectedEndDate .arrowImage {
  float: right;
  position: relative;
  text-align: right;
  top: 30px;
  right: 27px;
}

/********* 
***** Search Listing Page ********
*********/

.searchListingHeader {
  text-align: center;
}

.innerPageHeaderWrapper img {
  line-height: 0px;
  height: 520px;
  object-fit: cover;
  width: 100%;
}

.innerHeaderOverlay {
  background-image: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.54),
    rgba(0, 0, 0, 0)
  );
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
}

.innerPageHeaderWrapper h1 {
  font-family: var(--pageBanerFont);
  position: relative;
  top: 360px;
  color: #fff;
  font-size: 72px;
  text-transform: capitalize;
  z-index: 100;
  text-shadow: 3px 5px 10px black;
}

body .blogsListingPageWrp h1 {
  text-transform: lowercase;
}

body .blogsListingPageWrp h1::first-letter {
  text-transform: uppercase;
}

.innerHeaderBg {
  position: relative;
  line-height: 0px;
}

.innerPageWrap .col_20.bookNowHeading {
  width: 19%;
}

.daterangepicker::before {
  display: none !important;
}

.header_top_bottom_holder .container {
  width: unset !important;
}

.numberOfGuests {
  font-size: 38px;
}

.guestsNumberWrp {
  padding-left: 34px;
  margin-top: 15px;
}

.guestsNumberWrp .arrowImage {
  float: right;
}

.leftSideText {
  display: inline-block;
}

.rightSideText {
  float: right;
  line-height: 1;
}

.signup-form h1 {
  font-family: var(--primaryFont) !important;
}

.guestsSelectionBox,
.rDGuestSelectionBx {
  box-shadow: 0 0 9px 1px rgba(0, 0, 0, 0.2);
  background-color: #ffffff;
  /* padding: 32px 30px 20px 30px; */
  position: absolute;
  top: 166px;
  z-index: 10000000;
  width: 360px;
  right: -24px;
}

.guestsSelectionBox .text,
.rDGuestSelectionBx .text {
  display: inline-block;
}

.guestsSelectionBox .guestsSelectionBtns,
.rDGuestSelectionBx .guestsSelectionBtns {
  /* display: inline-block; */
  float: right;
}

.guestsSelectionBox .btn,
.rDGuestSelectionBx .btn {
  border: solid 1px #111111;
  background-color: #ffffff;
  font-size: 28px;
  line-height: 20px;
  border-radius: 0px;
  padding-left: 10px;
  padding-right: 10px;
}

.noOfGuests.number {
  padding: 0px 12px;
  font-size: 28px;
}

.guestsSelectionBox h5,
.rDGuestSelectionBx h5 {
  color: #111;
  font-family: var(--primaryFont) !important;
  font-size: 22px;
  text-transform: capitalize;
  margin-bottom: 0px;
}

.bottomNoteWrp {
  background-color: #fafafa;
  padding: 22px 32px 22px 32px;
  border-top: 1px solid #d1d1d1;
  margin-top: 22px;
}

.adultsSelection,
.chidSelection {
  padding: 22px 32px 0px 32px;
}

.bottomNoteWrp h6 {
  font-size: 16px;
  font-family: var(--primaryFont) !important;
  color: #111;
  font-style: unset;
}

.checkAvailabilityBtn a:hover {
  color: #fff;
  text-decoration: none;
}

.guestsSelectionBox,
.rDGuestSelectionBx {
  display: none;
}

.roomsListItem .roomPrice {
  font-size: 32px;
}

.rightSideText .selectRoom {
  padding-top: 80px;
}

.noOfRoom {
  border: 1px solid #000;
  width: 80px;
  height: 34px;
  background: transparent;
  color: #000 !important;
}

.bookNowButton {
  text-align: right;
  margin-top: 30px;
}

.roomsListItem .bookNowButton a {
  text-align: center;
  background-color: #111;
  color: #fff;
  font-size: 16px;
  padding: 11px 28px;
  text-transform: uppercase;
  margin-top: 30px;
  text-decoration: none;
}

.roomsListItem {
  /* margin-bottom: 32px; */
  margin-top: 32px;
  background-color: #fafafa;
}

.roomFeaturesHeading {
  font-size: 18px;
  font-weight: 600;
  color: #000;
}

.roomsListItem {
  /* margin-bottom: 22px;
    margin-top: 22px; */
  background-color: #fafafa;
}

.roomsListItem .col-md-5,
.roomsListItem .col-md-7 {
  padding: 0px !important;
}

.roomListText {
  padding: 10px 30px 10px 10px;
}

.roomInfo {
  padding-bottom: 30px;
}

.roomInfo {
  padding-bottom: 30px;
  font-size: 16px;
  color: #313131;
}

.roomTitle h3 {
  font-size: 32px;
  text-transform: capitalize;
  padding-bottom: 10px;
}

header.sticky .header_bottom {
  background-color: #000 !important;
}

header.sticky .header_bottom a span {
  color: #fff !important;
}

.guestsText {
  padding-left: 32px;
  text-transform: uppercase;
  font-size: 14px;
}

.roomsContentWrapper {
  padding-top: 40px;
  padding-bottom: 100px;
}

.guestsSelection .arrowImage {
  position: absolute;
  right: 4px;
  bottom: 25px;
  z-index: -10;
}

.hotelSelectWrp .nav-tabs {
  border: unset !important;
}

.hotelSelectWrp .nav-tabs li a {
  border: unset !important;
  font-size: 16px;
  font-weight: 600;
  font-family: var(--primaryFont);
  color: #818181 !important;
  background-color: transparent !important;
}

.hotelSelectWrp .nav-tabs li.active a {
  color: #111 !important;
  border-bottom: 3px solid #111 !important;
}

.hotelSelectWrp .container {
  padding-left: 0px;
  padding-right: 0px;
  /* border-bottom: 1px solid #d1d1d1; */
}

.hotelSelectWrp {
  padding-top: 85px;
}

.hotelSelectWrp .nav-tabs li {
  padding-left: 100px;
  padding-right: 100px;
}

.roomIncServices p {
  font-size: 16px;
  margin-bottom: 10px;
  font-family: var(--primaryFont);
  color: #313131 !important;
}

span.serviceIcon {
  padding-right: 10px;
}

.hotelSelectWrp ul.nav.nav-tabs {
  padding-left: 230px;
}

.title.title_size_large.position_center.has_background {
  height: 520px !important;
  background-size: cover !important;
}

.title.title_size_large.position_center.has_background::after {
  content: " ";
  background-color: rgba(17, 17, 17, 0.5);
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
}

.searchListingHeader {
  position: relative;
}

.searchListingHeader::after {
  content: " ";
  background-color: rgba(17, 17, 17, 0.5);
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
}

.title_outer.animate_title_text .title_holder {
  padding-top: 230px !important;
}

.title.title_size_large h1 {
  font-size: 72px;
  font-family: var(--pageBanerFont);
  text-shadow: 3px 5px 10px #000;
  padding-top: 55px;
  font-weight: 400;
  text-transform: capitalize;
}

#tabsLinks .nav-tabs > li.active > a {
  border-top: unset !important;
  border-left: unset !important;
  border-right: unset !important;
  border-bottom: 4px solid #111 !important;
  padding-bottom: 19px;
}

#tabsLinks .nav-tabs > li > a {
  border: unset !important;
}

#tabsLinks .nav-tabs > li {
  padding-left: 100px;
  padding-right: 100px;
}

#tabsLinks .nav-tabs > li a {
  font-size: 16px;
  font-weight: 600;
  color: #818181;
}

#tabsLinks .nav-tabs > li.active > a {
  color: #111;
  font-family: var(--primaryFont);
}

.separator.small.center {
  display: none;
}

.hotelSelectTabs .nav-link.active {
  margin-bottom: -2px;
}

#joharTown .elementor img,
#gullbarg .elementor img {
  max-width: 100% !important;
}

#tabsLinks .nav-tabs > li a:hover {
  background-color: transparent !important;
  border-left: unset;
  border-right: unset;
  border-top: unset;
  border-bottom: unset;
}

#joharTown h3,
#gullbarg h3 {
  text-transform: none;
  line-height: 1.17;
}

.membershipPlansTable table thead .table-header {
  border-top: 1px solid #d1d1d1;
  border-bottom: 1px solid #d1d1d1;
}

.membershipPlansTable table tbody tr {
  border-bottom: 1px solid #d1d1d1;
}

.membershipPlansTable table tbody td,
.membershipPlansTable table thead .table-header th {
  border-left: 1px solid #d1d1d1;
  padding-left: 30px;
}

.membershipPlansTable table tbody td div,
.membershipPlansTable table thead .table-header th div {
  font-size: 16px;
  font-weight: 500;
  color: #313131 !important;
  font-family: var(--primaryFont);
}

.membershipPlansTable table tbody td:first-child,
.membershipPlansTable table thead .table-header th:first-child {
  border-left: unset;
  padding-left: 25px;
}

.membershipPlansTable table tbody td:first-child div,
.membershipPlansTable table thead .table-header th {
  font-size: 16px;
  font-weight: 600;
  color: #313131 !important;
  font-family: var(--primaryFont);
}

.callForInfo a {
  color: #111;
}

.callForInfo a:hover {
  color: #111;
}

.fullWidthSlider {
  width: 100vw !important;
  margin-left: calc(-50vw + 50% - 8px);
  position: relative;
}

.fullWidthSlider .elementor-swiper-button-prev {
  left: 28px !important;
  top: 65% !important;
}

.fullWidthSlider .elementor-swiper-button-next {
  right: 28px !important;
  top: 65% !important;
}

.fullWidthSlider .eicon-chevron-right::before,
.fullWidthSlider .eicon-chevron-left::before {
  color: #fff !important;
}

.membershipPlansTable table .td-content p {
  padding-top: 10px;
}

.pageInnerTabs .active a {
  border-left: unset !important;
  border-top: unset !important;
  border-right: unset !important;
}

.pageInnerTabs li.active {
  border-bottom: 2px solid #111;
}

.pageInnerTabs li a {
  font-size: 16px;
  font-weight: 600;
  color: #818181;
}

.pageInnerTabs li.active a {
  color: #111111;
}

.pageInnerTabs li a:hover {
  background-color: transparent !important;
  border: unset !important;
}

.imerialLink {
  padding-left: 20px;
}

.roomDetailPageHeader .innerHeaderBg {
  margin-top: 0;
  padding-top: 0px;
}

.roomDetailPageHeader .innerHeaderBg img {
  padding-top: 0px;
}

.roomDetailPageHeader .innerPageHeaderWrapper h1 {
  top: 300px;
  font-weight: 400;
}

/********** 
****** ROOM DETAIL PAGE *******
**********/

.roomDetailPageWrp .pageContent {
  padding-top: 25px;
  padding-bottom: 100px;
}

.roomImages .owl-prev {
  position: absolute;
  left: 0px;
  top: 50%;
}

.roomImages .owl-next {
  position: absolute;
  right: 0px;
  top: 50%;
}

.roomDescription {
  padding-top: 22px;
}

.roomImages {
  /* padding-top: 88px; */
}

.roomDetailServices .row {
  display: flex;
  flex-wrap: wrap;
}

.roomSerCustomcol {
  width: 33%;
}

.roomSerCustomcol {
  padding: 12px 10px;
}

.roomDetailServices {
  padding-top: 48px;
}

.aroundTheHotelBlock .typeName {
  position: absolute;
  bottom: 28px;
  left: 28px;
  color: white;
  font-size: 20px;
  font-family: var(--primaryFont) !important;
  z-index: 1000;
}

.aroundTheHotelBlock {
  padding-top: 50px;
  padding-left: 5px;
}

.aroundTheHotelBlock {
  padding-top: 40px;
}

.aroundTheHotelBlock .roomSerCustomcol {
  width: 33%;
  position: relative;
}

.aroundTheHotelBlock .row {
  display: flex;
  flex-wrap: wrap;
}

.aroundTheHotelBlock .innerHeaderOverlay {
  bottom: 12px;
  left: 10px;
  right: 10px;
}

.similarRoomBlock {
  /* padding-top: 40px; */
}

.roomBookingInfoBlock .checkInD {
  display: inline-block;
}

.roomBookingInfoBlock .checkOutD {
  float: right;
}

.roomBookingInfoBlock .roomServiceName {
  padding-left: 16px;
}

/* 
.roomBookingInfoBlock .checkInD::before,
.roomBookingInfoBlock .checkOutD::before {
    content: url("./assets/images/calendar.svg");
    width: 20px;
    height: 20px;
} */
.roomBookingInfoBlock .hotelName {
  color: #818181;
}

.roomBookingInfoBlock .roomType {
  font-size: 24px;
  font-family: var(--primaryFont) !important;
  color: #111;
}

.roomBookingInfoBlock .nights {
  padding-top: 10px;
}

.roomBookingInfoBlock .bookingNights {
  display: inline-block;
}

.roomBookingInfoBlock .bookingPrice {
  /* display: inline-block; */
  float: right;
}

.roomBookingInfoBlock .rDBookingBtn a {
  text-align: center;
  padding: 10px;
  background-color: #000;
  color: #fff;
  width: 100% !important;
  clear: both;
  display: block;
  font-family: var(--primaryFont);
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
}

.roomBookingInfoBlock .rDBookingBtn {
  margin-top: 45px;
}

.roomBookingInfoBlock .hotelRoom {
  display: inline-block;
}

.roomBookingInfoBlock #noOfRoom {
  float: right;
  position: relative;
  top: 25px;
}

.roomBookingInfoBlock .similarRoomItem {
  position: relative;
}

.similarRoomBlock .overlayBttom {
  background-color: #111111;
  height: 64px;
  opacity: 0.6;
  position: absolute;
  bottom: 0px;
  left: 15px;
  right: 15px;
}

.similarRoomBlock .roomType {
  font-family: var(--primaryFont) !important;
  font-size: 24px;
  position: absolute;
  bottom: 0px;
  color: #fff;
  left: 50px;
}

.similarRoomBlock {
  padding-top: 17px;
  margin-top: 10px;
}

.AnniversariesSliderWrp .wellnessItemWrapper {
  background-color: #000;
  padding-bottom: 100px;
  padding-top: 100px;
}

.AnniversariesSliderWrp .rightImageBlock {
  background-color: #000;
}

.AnniversariesSliderWrp .rightImageBlock img {
  padding-bottom: 100px;
}

.AnniversariesSliderWrp p,
.AnniversariesSliderWrp a,
.AnniversariesSliderWrp h4 {
  color: #fff;
}

.AnniversariesSliderWrp h4 {
  font-size: 48px;
}

.AnniversariesSliderWrp p {
  font-family: var(--primaryFont);
  font-size: 16px;
  color: #fff;
  line-height: 1.5;
}

.AnniversariesSliderWrp a {
  font-family: var(--primaryFont);
  font-size: 16px;
  color: #fff;
  line-height: 1.5;
  font-weight: 600;
  text-transform: uppercase;
}

/* .extraServicesBlock {
  clear: both;
  padding-top: 1px;
  padding-bottom: 10px;
  padding-left: 5px;
  width: 100%;
} */

/* .extraServicesBlock h4 {
    letter-spacing: unset;
    font-size: 26px;
    text-transform: inherit;
} */

.extraServiceItem .eSContent {
  border: 1px solid #d1d1d1;
  padding: 15px;
}

.extraServiceItem .eSContent .eSPrice {
  text-align: right;
}

.extraServicesBlock .extraServiceItem {
  margin-bottom: 26px;
}

.eSPrice {
  font-family: var(--primaryFont);
  font-size: 16px;
  color: #313131;
}

.d-inline-block {
  display: inline-block;
}

.bookingPageWrp label {
  font-size: 16px;
  font-weight: 500;
  font-family: var(--primaryFont);
  color: #313131;
}

/* .extraServicesBlock .eSContent p {
    padding-left: 25px;
} */
.extraServicesBlock .eSContent .d-inline-block {
  padding-left: 25px;
}

.bookingPageWrp input {
  padding: 11px 10px !important;
  font-weight: 400;
  line-height: 1.1;
  background-color: #f9f9f9 !important;
  background-clip: padding-box;
  border: 1px solid #d1d1d1 !important;
  border-radius: unset;
  height: 40px;
  box-shadow: none !important;
}

.bookingPageWrp input[type="radio"] {
    width: 1em;
    height: 1em;
    margin-top: 0.25em;
    vertical-align: top;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    /* border: 1px solid rgba(0,0,0,.25); */
    border: 0 !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
    print-color-adjust: exact;
}

.cCNumber label,
.eDate label,
.cvcCode label {
  display: block;
}

.cCNumber,
.eDate,
.cvcCode {
  display: inline-block;
  margin-top: 12px;
}

.creditCardOption,
.bankTransfer,
.cashOnArrival {
  padding: 15px 20px;
  border: 1px solid #d1d1d1;
}

body .customButton input {
  width: 185px;
  height: 56px !important;
  background-color: #000 !important;
  color: #fff;
  text-transform: uppercase;
  border: unset !important;
  font-weight: 600;
}

.bookingFromBButton {
  margin-top: 35px;
}

.termAndConditions input {
  position: absolute;
  top: 10px;
  z-index: 100000000000;
  width: 20px;
  height: 20px;
  left: 0px;
  opacity: 0;
}

.termAndConditions a {
  color: #313131;
  text-decoration: underline;
}

.termAndConditions a:hover {
  color: #222222;
}

.noticeForUser li {
  font-size: 14px !important;
  line-height: 1.71;
  color: #313131;
  font-family: var(--primaryFont) !important;
  list-style: none;
  position: relative;
  padding-left: 20px;
}

.noticeForUser {
  margin-top: 28px;
}

.noticeForUser li::before {
  font-family: "Font Awesome 5 Free";
  content: "\f0dd";
  display: inline-block;
  padding-right: 3px;
  vertical-align: middle;
  font-weight: 900;
  transform: rotate(-90deg);
  font-size: 18px;
  position: absolute;
  top: -5px;
  left: -7px;
}

.instantBookingBlock .switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
  float: right;
}

.instantBookingBlock .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.instantBookingBlock .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.instantBookingBlock .slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.instantBookingBlock input:checked + .slider {
  background-color: #25c318;
}

.instantBookingBlock input:focus + .slider {
  box-shadow: 0 0 1px #25c318;
}

.instantBookingBlock input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.instantBookingBlock .slider.round {
  border-radius: 34px;
}

.instantBookingBlock .slider.round:before {
  border-radius: 50%;
}

.instantBookingBlock {
  border: 1px solid #f5c5c5;
  clear: both;
  background-color: #fceded;
  padding: 10px 10px;
  margin: 12px 0px 40px 0px !important;
}

.rightSide {
  float: right;
}

.selectedRoomImg {
  margin-bottom: 20px;
  display: block;
  padding-top: 25px;
}
.selectedRoomImg img{
  height: 220px;
  width: 100%;
  object-fit: cover;
}

.roomType {
  margin-bottom: 16px;
}

.bookingCartPrices .row {
  margin-bottom: 8px;
}

.bookingFromWrp form {
  width: 86%;
}

.bookingCartPrices span,
.bookingCartPrices span b {
  font-size: 16px;
  color: #313131;
  font-family: var(--primaryFont);
}

.bookingFromWrp .bookingFormHeading {
  margin-bottom: 30px;
}

.bookingPageWrp .form-group {
  margin-bottom: 18px;
}

.extraServiceItem .eSContent p {
  position: relative;
  padding-left: 30px;
  margin-bottom: 0;
}

.extraServiceItem .eSContent p input {
  top: -4px;
  width: 30px;
  height: 30px;
  position: absolute;
  left: -4px;
  z-index: 1000000;
  opacity: 0;
}

.eSHiTea .eSContent > p {
  margin-bottom: 8px;
}

.extraServicesBlock > h4 {
  margin-bottom: 18px;
}

.paymentOptionsBlock h3 {
  margin-bottom: 30px;
}

/* .termAndConditions > p {
    margin-top: -12px;  
    margin-bottom: -2px !important; 
} */
.eDate input {
  width: 145px;
}

.cCNumber input {
  width: 250px;
}

.cvcCode input {
  width: 145px;
}
.couponContain {
  position: relative;
}
.bookingFromCoupon .couponField {
  width: 100%;
}

.bookingFromCoupon .applyCouponButton {
  background-color: #000 !important;
  color: #fff !important;
  font-weight: 600;
  border: unset !important;
  padding: 0 24px !important;
  box-shadow: none !important;
  margin-top: 10px;
  position: absolute;
  width: auto;
  top: -10px;
  right: 0;
}

/* .bookingFromCoupo label {
    display: block;
} */

.bookingFromCoupon label {
  display: block;
}

.checkBoxTick {
  height: 20px;
  width: 20px;
  border: 1px solid #d1d1d1;
  display: inline-block;
  position: absolute;
  left: 0px;
  top: 5px;
}

input[type="checkbox"]:checked + .checkBoxTick::before {
  content: url("../bridge-child/assets/images/check.svg");
  position: absolute;
  top: -4px;
  left: -3px;
}

.termAndConditions > p {
  position: relative;
  padding-left: 30px;
  padding-top: 10px;
  margin-bottom: -2px;
}

.termAndConditions .checkBoxTick {
  top: 15px !important;
}

.bookingAlertMessage p {
  background-color: #527f89;
  padding: 15px;
  color: #fff;
  font-family: var(--primaryFont) !important;
  font-size: 16px;
}

.bookingAlertMessage p a {
  color: #fff;
}

.bookingAlertMessage p a:hover {
  color: #fff;
}

.bookingAlertMessage {
  margin-bottom: 40px;
}

.bookingPageTopStatusBlock {
  padding-top: 26px;
  padding-bottom: 28px;
  border-bottom: 1px solid #d1d1d1;
}

.bookingPageTopStatusBlock .iconImage {
  display: inline-block;
}

.bookingPageTopStatusBlock .para {
  display: inline-block;
}

.bookingPageTopStatusBlock .iconImage {
  width: max-content;
  background-color: #000;
  padding: 5px;
  border-radius: 100px;
  overflow: hidden;
  position: relative;
  top: 0px;
  margin-right: 10px;
}

.bookingPageTopStatusBlock .para span {
  color: #818181;
  display: block;
  font-family: var(--primaryFont) !important;
  font-size: 16px;
}

.customerDetails {
  padding: 0px !important;
}

.horizontalLine {
  border-bottom: 1px solid #000;
  width: 38%;
  float: right;
  position: relative;
  top: 22px;
}

.customRow {
  display: flex;
  flex-wrap: wrap;
}

.customRow .dateOfStay {
  width: 40%;
}

.customRow .accommodation {
  width: 40%;
  padding-left: 30px;
  padding-right: 30px;
}

.customRow .customerDetails {
  width: 20%;
}

.customRow .iconImageLast {
  width: 32px;
  height: 32px;
  display: inline-block;
  border: 1px solid #000;
  border-radius: 100px;
  margin-right: 14px;
}

.pageInnerTabs .nav-tabs li a {
  border: unset !important;
}

.cardPricingTbl tr td:nth-child(2) {
  background-color: #fff5d2;
}

.cardPricingTbl tr td:nth-child(3) {
  background-color: #f7f7f7;
}

.cardPricingTbl tr .cardImg img {
  width: 224px;
  height: 198px;
}

.cardPricingTbl {
  width: 100%;
}

.cardPricingTbl tr td {
  border-bottom: 1px solid #d1d1d1;
  padding-bottom: 16px !important;
  padding-top: 16px !important;
}

.cardPricingTbl tr td:first-child {
  text-align: left;
}

.tablePriceRow td {
  background-color: #fff !important;
}

.tablePriceRow td {
  text-transform: uppercase;
}

.cardPricingTbl td .bold {
  font-weight: 600;
  text-transform: capitalize;
  display: block;
}

.cardPricingTbl {
  color: #818181;
  font-family: var(--primaryFont);
  font-size: 16px;
}

.tableCardTypeTitle h3 {
  font-size: 24px;
  color: #313131;
  line-height: 1.5;
}

.cardPricingTbl ul li {
  list-style: none;
  padding-bottom: 10px;
}

.cardPricingTbl tr:first-child td {
  border: unset;
}

.tableCardPriceButton .customButton {
  margin-top: 28px !important;
}

.tableCardPriceButton td {
  border-bottom: unset !important;
  background-color: unset !important;
}

.lCTermsAndConditionsWrp h2 {
  text-align: center;
  padding-bottom: 45px;
}

.lCTermsAndConditionsWrp h4 {
  font-family: var(--primaryFont) !important;
  font-size: 20px;
  letter-spacing: unset;
  font-weight: 600;
  padding-bottom: 10px;
}

.arrowIconLi li {
  list-style: none;
  padding-left: 25px;
  position: relative;
  padding-top: 3px;
  padding-bottom: 3px;
  font-size: 16px;
  color: #313131;
  font-family: var(--primaryFont);
}

.arrowIconLi li::before {
  font-family: "Font Awesome 5 Free";
  content: "\f061";
  display: inline-block;
  padding-right: 3px;
  vertical-align: middle;
  font-weight: 900;
  position: absolute;
  left: 0px;
}

.contentBlockC li span {
  font-family: var(--primaryFont);
  font-size: 16px;
  color: #313131 !important;
  line-height: 2em;
}

.contentBlockC h4 {
  font-family: var(--primaryFont) !important;
  font-size: 20px;
  letter-spacing: unset;
  font-weight: 600;
  padding-bottom: 10px;
  color: #313131 !important;
}

.contentBlockC b,
.eael-data-table-wrap strong {
  font-weight: 600;
}

/*terms & condition page css end*/
/**** */
.hPHeaderBtn a {
  font-weight: 600;
}

.hPHeaderBtn a:hover {
  color: #fff;
  text-decoration: none;
}

.page-id-5407 .roomListImgText,
.page-id-5410 .roomListImgText {
  position: absolute;
  bottom: 130px;
  left: 30px;
}

.roomListImgText {
  position: absolute;
  bottom: 16px;
  left: 30px;
}

.roomListImgText a {
  color: #fff !important;
  text-decoration: underline;
  font-size: 16px;
  font-family: var(--primaryFont) !important;
}

.footer_bottom_holder {
  padding-bottom: 15px;
}

.thankYouBlock {
  margin-top: 100px;
  margin-bottom: 100px;
}

.thankYouBlock img {
  width: 100px;
}

.thankYouBlock .bold {
  font-weight: 600;
  color: #111;
  font-size: 16px;
}

.thankYouBlock table td {
  border-right: 1px dashed #d1d1d1 !important;
}

.thankYouBlock table {
  width: 60%;
  margin-top: 40px;
}

.thankYouBlock table tr td:last-child {
  border: unset !important;
}

.thankYouBlock a {
  color: #313131;
}

.thankYouBlock a:hover {
  color: #313131;
}

.cardItem {
  border: 1px solid #d1d1d1;
  padding: 25px 20px;
  text-align: center;
  border-radius: 4px;
  height: 270px;
}

.cardItem img {
  width: 60px;
  height: 60px;
}

.cardItem .cardItemTitle {
  padding-top: 40px;
}

.cardItem .para {
  font-size: 14px;
}

.contactBlock p {
  font-family: var(--primaryFont);
  font-size: 32px;
  color: #111 !important;
  text-align: center;
}

.contactBlock p a {
  color: #111 !important;
}

.contactBlock {
  background-color: #f7f7f7;
  padding: 50px 0px 35px 0px;
}

.sectionTopSpace.textImageCustomSlider {
  margin-top: 260px;
}

.featureThreeCol .featureItem img {
  width: 30px;
  height: 40px;
  object-fit: contain;
  padding-bottom: 10px;
}

.innerPageForm {
  width: 80%;
  margin: 0 auto;
}

.innerPageForm p {
  margin-bottom: 0px;
}

.innerPageForm .col-md-6,
.innerPageForm .col-md-12 {
  margin-bottom: 0px;
}

body .innerPageForm .wpcf7-submit {
  background-color: #000 !important;
  color: #fff !important;
  text-transform: uppercase !important;
  line-height: 10px;
  height: auto !important;
  padding: 12px 48px !important;
  margin-top: 0px !important;
}

.page-id-2318 .header_top_bottom_holder,
.page-id-2325 .header_top_bottom_holder,
.page-id-2327 .header_top_bottom_holder {
  position: absolute;
  width: 100%;
}

.page-id-2318 .hotelSelectWrp,
.page-id-2325 .hotelSelectWrp,
.page-id-2327 .hotelSelectWrp {
  padding-top: 20px;
}

.hotelSelectTabs .jTLink {
  margin: 0px 50px 0px auto;
}

.hotelSelectTabs .gBLink {
  margin: 0px auto 0px 50px;
}

.hotelSelectTabs .nav-link.active {
  color: #111 !important;
  background-color: transparent !important;
  border-bottom: 4px solid #111;
  border-radius: 0px;
  font-weight: 600;
}

.hotelSelectTabs .nav-link {
  color: #111;
  border-bottom: 2px solid #fff;
  border-radius: 0px !important;
}

.roomShortDetails .para {
  display: -webkit-box !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: normal;
  overflow: hidden;
}

.roomIncServices {
  display: flex;
  flex-wrap: wrap;
  width: 320px;
}

.roomIncServices p {
  width: 50%;
}

.roomFeatures .sLRoomServices p {
  width: 100%;
  display: block;
  text-align: left !important;
}

.roomIncServices p:nth-child(even) {
  text-align: right;
}

.roomsListItem .bookNowButton {
  position: absolute;
  bottom: 30px;
  right: 30px;
}

.roomsListItem .roomImage {
  height: 350px;
  width: 96%;
}

.roomDescription .para {
  padding-top: 20px;
}

.roomImages .roomsImageSlider .sliderMainImages .owl-item {
  height: 500px;
}

.roomImages .roomsImageSlider .thumbSliderImage img {
  width: 140px;
  height: 100px;
}

.roomsImageSlider .owl-dots {
  display: none;
}

.similarRoomBlock .similarRoomItem img {
  width: 358px;
  height: 358px;
  object-fit: cover;
}
.roomDetailSTLinks {
  border-bottom: 1px solid #d1d1d1;
  margin-bottom: 32px;
}
.roomDetailSTLinks ul {
  margin-bottom: 0px !important;
}

.roomDetailSTLinks ul li {
  list-style: none;
  display: inline-block;
  border-bottom: 4px solid #fff;
  padding-bottom: 8px;
  margin-bottom: 24px;
}

.roomDetailSTLinks ul li a {
  font-family: var(--primaryFont);
  font-size: 16px;
  font-weight: 600;
  color: #818181;
}

.roomDetailSTLinks ul .active a {
  color: #111;
}

.roomDetailSTLinks ul .active {
  border-color: #111;
}

.hideDataBlock {
  display: none;
}

.hideGetDataBlock,
.hideNumberAdultGuest {
  display: none;
}

.alertText {
  position: fixed !important;
  bottom: 0px;
  right: 0px;
  width: 45%;
  z-index: 100000000;
}

.innerItemBottomSpace {
  margin-bottom: 75px;
}

.offerItem .customButton {
  margin-top: 32px !important;
}

.offerPageContact {
  margin-top: 30px;
}

.offerPageCardBlock {
  margin-bottom: 150px;
}

.offerPageCardBlock a {
  color: #313131 !important;
}

.offerPageCardBlock .customButton a {
  color: #fff !important;
}

.homeLastBlock h2 {
  font-family: var(--primaryFont) !important;
  text-transform: capitalize !important;
  color: #111 !important;
  text-align: center;
}

.homeLastBlock {
  width: 65%;
  margin: 0 auto;
  padding-bottom: 110px;
}

.homeLastBlock p {
  text-align: center;
}

.postItemCatDate {
  color: #818181;
}

.postItemWrp img {
  margin-bottom: 15px;
}

.postsListmWrp .postItemWrp {
  width: 100% !important;
}

.postsListmWrp .postItemWrp .postImageCard {
  width: 100% !important;
}

.postPublishedDates li {
  list-style: none;

  display: inline-block;
}

.postPublishedDates li a {
  color: #313131;
  font-family: var(--primaryFont);
}

.postPublishedDates li:nth-child(even) {
  padding-left: 40px;
}

.postTagsWrp.innerSectionSpace {
  margin-top: 60px;
}

.postTags li {
  display: inline-block;
  background-color: #f7f7f7;
  padding: 7px 15px;
  margin: 5px 2px;
  border-radius: 20px;
  font-family: var(--primaryFont);
  font-size: 16px;
  color: #313131;
}

.latestPostsListWrp {
  margin-top: 55px;
}

.latestPostsListWrp .latestPostItem a img {
  width: 65px;
  height: 65px;
}

.hideSessionValueBlock {
  display: none;
}

.rDSelectGuest .numberOfGuests {
  font-size: 16px;
  padding-left: 2px;
}

.roomBookingInfoBlock .guestsSelectionBox {
  /*     position: unset !important; */
  top: 100px;
  right: 10px;
}

.disableIt {
  pointer-events: none;
}

.roomBookingInfoBlock {
  pointer-events: none;
}

body .hideIt {
  display: none;
}

.inlineBlock {
  display: inline-block;
}

.paymentMethodCard label {
  position: relative;
/*  top: -12px;*/
  padding-left: 10px;
}

.hideThisRoomID,
.hideInfoBlock,
.hideBookingValue {
  display: none !important;
}

.roomBookingInfoBlock {
  pointer-events: unset !important;
}

.roomBookingInfoBlock .disableIt {
  pointer-events: none;
}

.alert-warning {
  color: #fff !important;
  background-color: #818181 !important;
  border-color: #818181 !important;
}

.hideBIForBooking {
  display: none;
}

input[type="radio"]:after {
  border-radius: 15px;
  width: 20px;
  height: 19px;
/*  margin: 16px 14px 0 15px;*/
  margin: -6px 2px 0 8px;
  border: solid 1px #d1d1d1;
  background-color: #f9f9f9;
  top: -4px;
  left: -18px;
  position: relative;
  content: "";
  display: inline-block;
  visibility: visible;
  cursor: pointer;
}

input[type="radio"]:checked:after {
  border: none;
  top: -6px;
  left: -20px;
  background-color: #fff;
  content: url("../bridge-child/assets/images/radio-checked.svg");
}

.noOfGuests.number {
  position: relative;
  top: 3px;
}

.avalSelectionWrp,
.bookingSelectHotel,
.checkAvailabilityBtn {
  cursor: pointer;
}

.searchRoomListing .roomsListItem .roomPrice {
  position: relative;
  top: -8px;
}

.roomBookingInfoBlock .dates > .fa {
  position: relative;
  top: -1px;
}

.roomBookingInfoBlock .rDNumberOfGuests,
.roomBookingInfoBlock .nights {
  padding-left: 25px !important;
}

.roomBookingInfoBlock .checkOutD .outDate {
  padding-left: 20px;
}

.roomDetailPageWrp .checkOutD .rDCheckOut {
  padding-left: 19px;
  text-transform: uppercase;
}
.roomDetailPageWrp .rDCheckIn {
  text-transform: uppercase;
  padding-left: 19px;
}

.roomBookingInfoBlock .checkOutD,
.bookingFromRightSide .dates {
  pointer-events: none !important;
}

.column2.footer_bottom_column img {
  width: auto;
  height: 32px;
  object-fit: contain;
}

.roomDetailPageWrp .roomBookingInfoBlock .dates > .fa {
  position: relative;
  top: -26px;
}

.roomDetailPageWrp .roomBookingInfoBlock .rDNumberOfGuests {
  padding-left: 26px;
}

/* gallery css*/
[data-vp-layout="slider"] .vp-portfolio__items-arrow {
  color: #fff !important;
  position: absolute;
  opacity: 1 !important;
  background-color: transparent !important;
  font-size: 35px;
}

.banq-text .wp-caption-text {
  position: absolute;
  top: 20px;
  left: 70px;
}

/*inner tabs css*/
.c-tabs {
  border-bottom: 1px solid #d1d1d1;
}

.c-tabs .nav-link.active {
  color: #111 !important;
  border-bottom: 4px solid #111 !important;
  background-color: transparent !important;
}

.c-tabs .nav-link {
  padding: 0px 0 15px !important;
  font-family: var(--primaryFont) !important;
  margin: 0 10px;
  border-radius: 0px !important;
}

.elementor-widget-image .widget-image-caption {
  font-family: var(--primaryFont) !important;
}

/*close css inner tabs*/
.instantBookingPrice {
  display: none;
}

/*offers page css*/
.offer-w {
  width: 71% !important;
}

/*loyalty card css*/
tr.tablePriceRow span.bold.para {
  text-transform: initial !important;
}

ul.loyalty-list li {
  list-style: none;
  margin: 10px 0;
}

ul.loyalty-list li a {
  list-style: none;
  color: #313131;
  border-bottom: 1px solid #313131;
}

.drop_down .second .inner ul li a {
  font-size: 14px !important;
}

.rDGuestSelectionBx .btn {
  border: solid 1px #111111;
  background-color: #ffffff;
  font-size: 28px;
  line-height: 20px;
  border-radius: 0px;
  padding-left: 10px;
  padding-right: 10px;
}

.rDGuestSelectionBx {
  right: 9px;
  top: 94px;
}

/*proflie css*/
.perror-msg {
  color: #fff;
  line-height: 1.4em;
  text-transform: capitalize;
  font-family: var(--primaryFont) !important;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 0px;
  padding: 20px;
  background-color: #527f89;
}

.perror-msg a {
  color: #111;
}

.perror-msg a:hover {
  color: #fff;
}

.p-update {
  position: relative;
  z-index: 999;
  transform: translate(0px, 5px);
  background-color: transparent !important;
}

.ml-menu a {
  position: absolute;
  right: -10%;
  color: #fff !important;
  font-size: 16px;
  text-transform: uppercase;
  font-family: var(--primaryFont);
  font-weight: 600;
  top: 22px;
}

.bookignPageMainRow.userLoginOut {
  pointer-events: none;
}

.userLoginOut .bookingFromWrp {
  opacity: 0.6;
}

.userLoginOut .bookingFormBtn {
  pointer-events: none;
}

.c-alert {
  background-color: #527f89 !important;
  border-radius: 0px !important;
  font-size: 14px;
  font-family: var(--primaryFont);
  font-weight: 400;
  margin: 0px !important;
}

.c-alert .close {
  color: #fff !important;
}

._hj_feedback_container {
  display: none !important;
}

.packagePrice {
  color: #000;
  font-size: 32px;
  letter-spacing: normal;
  line-height: 1.2;
}
.offerItem .secondHeading {
  margin-bottom: 0;
}
.packageValidty {
  display: block;
  font-family: "Source sans Pro";
  font-size: 20px;
  font-weight: 300;
  font-style: italic;
}
.noPackageFound {
  text-align: center;
  font-size: 18px;
}
.customPopup {
  width: 100%;
  position: fixed;
  z-index: 9999;
  display: none;
  background-color: rgb(0 0 0 / 70%);
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
.popupVerticlaCenter {
  display: flex;
  align-items: center;
  height: 100vh;
}
.customPopupBody {
  position: relative;
  margin: 0 auto;
  width: 50%;
  background-color: #fff;
  box-shadow: -1px 8px 37px 34px rgb(0 0 0 / 13%);
  -webkit-box-shadow: -1px 8px 37px 34px rgb(0 0 0 / 13%);
  -moz-box-shadow: -1px 8px 37px 34px rgba(0, 0, 0, 0.13);
  overflow: hidden;
}
.closePopupBtn {
  position: absolute;
  right: 10px;
  top: 4px;
  cursor: pointer;
}
.loyalityCard {
  text-align: center;
  margin-bottom: 42px;
}
.loyalty-card-content {
  padding: 15px 30px 15px 0;
  width: 100%;
}
.loyalityCard .elementor-button-wrapper {
  margin-top: 36px;
}
.loyalityCard .elementor-button {
  color: #fff;
}
.loyalty-card h4 {
  letter-spacing: 1px;
}
.customPopup .submitButtomWrp {
  margin-top: 20px;
}
body .wpcf7 form .wpcf7-response-output,
body .wpcf7-response-output {
  padding: 0;
}
.flex-center {
  display: flex;
  align-items: center;
}
.loyalty-img {
  height: 100%;
}
.loyalty-img img {
  height: 100%;
  object-fit: cover;
}

.dining-tabs {
  padding-bottom: 19px;
  position: relative;
  transform: none;
}

/*testimonial page */
.t-page p {
  font-size: 21px;
}

.latestPostItem {
  display: grid;
  grid-template-columns: 20% 80%;
  grid-column-gap: 20px;
}

.latestPostItem img {
  height: 64px;
  object-fit: cover;
}

.hotelSelectTabs .nav-link {
  font-family: var(--primaryFont);
}

#showLoader {
  color: #b19743;
  display: none;
}

.bookingFromWrp #feedback p {
  background-color: #527f89;
  padding: 15px;
  color: #fff;
  font-family: var(--primaryFont);
  font-size: 16px;
  margin-top: 38px;
}

.daterangepicker tbody tr td:hover {
  color: #000 !important;
}

.alert.alert-warning {
  background-color: #527f89 !important;
  padding: 15px;
  color: #fff;
  font-family: var(--primaryFont);
  font-size: 16px;
  margin-top: 38px;
  border-radius: unset;
  border: none;
}

.alert.alert-warning .close {
  color: #fff !important;
  opacity: 1;
  font-weight: 300;
}

/*sticky header logo display*/
header.stick_with_left_right_menu.sticky .header_inner_left {
  display: inherit;
  position: absolute;
}

img.sticky {
  width: 60px !important;
  height: auto !important;
  transform: translate(542px, 0px);
  padding: 0px;
  left: -23px;
}

header.sticky:not(.header_style_on_scroll) .q_logo img.dark,
header.sticky:not(.header_style_on_scroll) .q_logo img.light,
header.sticky:not(.header_style_on_scroll) .q_logo img.mobile,
header.sticky:not(.header_style_on_scroll) .q_logo img.normal,
header.sticky:not(.header_style_on_scroll) .q_logo img.popupl {
  display: none;
}

header.sticky:not(.header_style_on_scroll) .q_logo img.sticky {
  display: inherit;
}

.menu-item .fa-angle-down:before {
  position: absolute;
  right: 0px;
  bottom: 10px;
  font-size: 20px;
}

.sticky .menu-item .fa-angle-down:before {
  bottom: 20px !important;
}

.sticky .ml-menu a {
  margin-top: 8px;
}

nav.main_menu > ul > li > a > i.menu_icon {
  margin-right: 0;
}

.pointerEventNone {
  pointer-events: none !important;
}

.guestsSelectionBtns .subtraction {
  padding-top: 4px;
  padding-bottom: 8px;
}

#myprofile .invalid-feedback {
  bottom: 0px !important;
}

.log-menu .dropdown {
  position: absolute;
  top: 22px;
  right: -40px;
}

.dropbtn i {
  font-size: 20px;
  padding: 0 8px;
}

.dropbtn {
  background-color: transparent;
  color: white;
  padding: 0px;
  font-size: 16px;
  text-transform: uppercase;
  font-family: var(--primaryFont);
  font-weight: 600;
  border: none;
}

.dropbtn:hover,
.dropbtn:focus,
.dropdown-content a:hover {
  color: #fff;
}

.sticky .log-menu .dropdown {
  top: 29px;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #111;
  min-width: 140px;
  overflow: auto;
  z-index: 1;
}

.dropdown-content a {
  color: #fff;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.show {
  display: block !important;
}

.searchListingHeaderWrp .innerPageHeaderWrapper .slHeadingWrp {
  position: absolute;
  /* text-align: center; */
  width: 100%;
  top: 150px;
}

.searchListingHeaderWrp .innerPageHeaderWrapper .innerHeaderBg img {
  height: 480px;
}

.searchListingHeaderWrp .innerPageHeaderWrapper h1 {
  top: 180px !important;
}

body .mPRoomActionBtns .updteBookingBtn {
  border: 1px solid #000 !important;
  border-top: 1px solid #000 !important;
  border-left: 1px solid #000 !important;
  border-right: 1px solid #000 !important;
  text-align: center;
  background-color: #111;
  color: #fff;
  font-size: 14px;
  padding: 10px 26px;
  text-transform: uppercase;
  margin-top: 30px;
  font-weight: 300;
  margin-right: 15px;
  text-decoration: none;
}

body .mPRoomActionBtns .cancelBookingBtn {
  border: 1px solid #111 !important;
  border-top: 1px solid #111 !important;
  border-left: 1px solid #111 !important;
  border-right: 1px solid #111 !important;
  text-align: center;
  background-color: transparent;
  color: #111;
  font-size: 14px;
  padding: 10px 26px;
  text-transform: uppercase;
  margin-top: 30px;
  font-weight: 300;
  margin-right: 15px;
  text-decoration: none;
}

/* footer icon*/
.fot-icon i {
  font-size: 20px;
  color: #818181;
  padding-right: 20px;
}

.f-table th {
  font-weight: 600;
}

.f-table th,
.f-table td {
  border-bottom: 1px solid #d1d1d1 !important;
  border-top: 1px solid #d1d1d1 !important;
  color: #313131 !important;
  font-family: var(--primaryFont);
}

.thead-dark th {
  background-color: #f9f9f9 !important;
}

/* dropdown css*/
.second .inner ul li a {
  color: #fff !important;
  font-family: var(--primaryFont);
}

.second ul {
  background: #111 !important;
  top: 15px;
  width: 70%;
}

/** Booking page loader **/
.fullPageLoader {
  position: fixed;
  top: 0px;
  bottom: 0px;
  left: 0px;
  z-index: 10000;
  right: 0px;
  background: rgb(245 245 245 / 75%);
  display: none;
}

.fullPageLoader .spinner-border {
  position: fixed;
  top: 50%;
  left: 48%;
  z-index: 1000000;
  color: #527f89;
  opacity: 1;
}
/***/

.ModelCancellationWrp {
  width: 750px;
  position: fixed;
  z-index: 999;
  z-index: 999;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;

  box-shadow: -1px 8px 37px 34px rgb(0 0 0 / 13%);
  -webkit-box-shadow: -1px 8px 37px 34px rgb(0 0 0 / 13%);
  -moz-box-shadow: -1px 8px 37px 34px rgba(0, 0, 0, 0.13);
}

.mCheader h3 {
  padding: 20px 20px 10px 20px;
}

.mCBookingDetails {
  padding: 10px 10px 10px 20px;
}

.mBodyContent {
  padding: 16px 10px 20px 20px;
}

.mBodyContent input::after {
  z-index: 100;
  top: -18px;
}

.mCBtns {
  margin-top: 35px;
  margin-bottom: 10px;
}

a.cancelThisBooking,
.mUCheckAvailabilityBtn,
.yesCancelBookingBtn {
  border: 1px solid #000 !important;
  border-top: 1px solid #000 !important;
  border-left: 1px solid #000 !important;
  border-right: 1px solid #000 !important;
  text-align: center;
  background-color: #111;
  color: #fff !important;
  font-size: 14px;
  padding: 10px 26px;
  text-transform: uppercase;
  margin-top: 30px;
  font-weight: 300;
  margin-right: 15px;
  text-decoration: none;
}

a.stopCanelB,
.stopUpdateBooking {
  border: 1px solid #111 !important;
  border-top: 1px solid #111 !important;
  border-left: 1px solid #111 !important;
  border-right: 1px solid #111 !important;
  text-align: center;
  background-color: transparent;
  color: #111 !important;
  font-size: 14px;
  padding: 10px 26px;
  text-transform: uppercase;
  margin-top: 30px;
  font-weight: 300;
  margin-right: 15px;
  text-decoration: none;
}

.mBodyContent h5 {
  padding-bottom: 8px;
}

.mBodyContent label.form-check-label.para {
  padding-left: 8px;
}

.ModelCancellationWrp {
  display: none;
}

.cancelBookingBtn {
  border: 1px solid #111 !important;
  border-top: 1px solid #111 !important;
  border-left: 1px solid #111 !important;
  border-right: 1px solid #111 !important;
  text-align: center;
  background-color: #111;
  color: #fff;
  font-size: 14px;
  padding: 10px 26px;
  text-transform: uppercase;
  margin-top: 30px;
  font-weight: 300;
  margin-right: 15px;
  text-decoration: none;
}

.modelUpdateBooking {
  width: 700px;
  position: fixed;
  z-index: 999;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;

  box-shadow: -1px 8px 37px 34px rgb(0 0 0 / 13%);
  -webkit-box-shadow: -1px 8px 37px 34px rgb(0 0 0 / 13%);
  -moz-box-shadow: -1px 8px 37px 34px rgba(0, 0, 0, 0.13);
}

.updateItBtn {
  display: none;
}

.modelUpdateBooking {
  display: none;
}

.uBPriceBlock {
  padding-top: 10px;
}

.ubookingTPrice {
  font-weight: 600;
}

.ModelCancellationWrp .form-check input[type="radio"]:checked:after {
  top: -20px;
}

.postDetailPageLeftWrp .elementor-element-populated {
  padding: 0px !important;
}

.orderPriceTotal.row b {
  font-family: var(--primaryFont);
  font-weight: 600;
}

.corporate-icon h6 {
  height: 60px;
}

.page-id-1890 .roomBookingInfoBlock .dates {
  pointer-events: none !important;
}

.page-id-2085 .light:not(.sticky):not(.scrolled) nav.main_menu > ul > li > a {
  color: #000 !important;
}

.header_bottom nav > ul > li:first-child a {
  padding-left: 0 !important;
}

.header_bottom nav > ul > li:last-child a {
  padding-right: 0 !important;
}

.header_bottom nav ul > li:last-child {
  margin-right: 0 !important;
}

.mobile_menu_button span {
  color: #000;
}

.header-mobile {
  display: none;
}

body .elementor-heading-title {
  font-family: var(--primaryFont) !important;
}

.roomListText .roomInfo span,
body .elementor-button {
  font-family: var(--primaryFont) !important;
}

.innerPageHeaderWrapper img {
  height: 520px !important;
}

.cancelBookingResponse {
  color: #dc3232;
  font-weight: 600;
}

span.month {
  text-transform: uppercase;
}

.page-id-9786 .title_subtitle_holder_inner .subtitle,
.page-id-5448 .title_subtitle_holder_inner .subtitle,
.page-id-5416 .title_subtitle_holder_inner .subtitle,
.page-id-5460 .title_subtitle_holder_inner .subtitle,
.page-id-5459 .title_subtitle_holder_inner .subtitle,
.page-id-5473 .title_subtitle_holder_inner .subtitle,
.page-id-5474 .title_subtitle_holder_inner .subtitle,
.page-id-5486 .title_subtitle_holder_inner .subtitle,
.page-id-5487 .title_subtitle_holder_inner .subtitle,
.page-id-5501 .title_subtitle_holder_inner .subtitle,
.page-id-5502 .title_subtitle_holder_inner .subtitle,
.page-id-5519 .title_subtitle_holder_inner .subtitle,
.page-id-5520 .title_subtitle_holder_inner .subtitle,
.page-id-5547 .title_subtitle_holder_inner .subtitle,
.page-id-5548 .title_subtitle_holder_inner .subtitle,
.page-id-5557 .title_subtitle_holder_inner .subtitle,
.page-id-5558 .title_subtitle_holder_inner .subtitle {
  display: block;
  color: #fff;
  font-size: 72px;
  font-family: var(--pageBanerFont);
  text-shadow: 3px 5px 10px #000;
  padding-top: 55px;
  font-weight: 400;
  text-transform: capitalize;
}

.page-id-9786 .title_subtitle_holder_inner h1,
.page-id-5448 .title_subtitle_holder_inner h1,
.page-id-5416 .title_subtitle_holder_inner h1,
.page-id-5460 .title_subtitle_holder_inner h1,
.page-id-5459 .title_subtitle_holder_inner h1,
.page-id-5473 .title_subtitle_holder_inner h1,
.page-id-5474 .title_subtitle_holder_inner h1,
.page-id-5486 .title_subtitle_holder_inner h1,
.page-id-5487 .title_subtitle_holder_inner h1,
.page-id-5501 .title_subtitle_holder_inner h1,
.page-id-5502 .title_subtitle_holder_inner h1,
.page-id-5519 .title_subtitle_holder_inner h1,
.page-id-5520 .title_subtitle_holder_inner h1,
.page-id-5547 .title_subtitle_holder_inner h1,
.page-id-5548 .title_subtitle_holder_inner h1,
.page-id-5557 .title_subtitle_holder_inner h1,
.page-id-5558 .title_subtitle_holder_inner h1 {
  display: none;
}

.complimentryOffers span {
  color: #000 !important;
}

span.priceUnit {
  font-size: 32px;
}
.withPriceUnit .roomPrice {
  top: unset !important;
}
.ImageOverLayAdd img {
  box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 28%);
}

.facts-class-wrapper .elementor-widget:not(:last-child) {
  margin-bottom: 0px;
}

.facts-class-wrapper p {
  margin-bottom: 20px;
}

p.qode-footer-text {
  height: 75px;
}
#shadow-effect div.sa_hover_container {
  box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 28%);
}
.roomListNotes ul {
  list-style: none;
}
.roomListBottom {
  display: flex;
  align-items: center;
  padding-left: 15px;
  justify-content: flex-end;
}
 .roomsListItem .col-md-7{
  padding-bottom: 15px !important;
}
.roomListNotes {
  width: calc(100% - 170px);
}
.roomListBottom .bookNowButton {
  position: relative;
  width: 170px;
  margin-top: 0;
  bottom: unset;
  padding-right: 30px;
  padding-bottom: 30px;
  right: unset;
}
.roomListBottom .bookNowButton a {
  display: block;
  margin-top: 0;
}
.oldPrice {
  text-decoration: line-through;
  text-decoration-thickness: 1px;
  text-decoration-color: grey;
  font-weight: 300;
  font-size: 20px;
  color: grey;
}
.oldPrice span {
  font-size: 20px !important;
  color: grey;
}
.ccdPrice {
  margin-top: 12px;
  padding: 8px;
  background-color: #fff;
}
.ccdPrice span {
  font-size: 18px !important;
  color: #000;
}
.ccdMessage {
  color: grey;
  font-size: 14px;
  padding-top: 2px;
}
.packagePriceBox {
  background-color: #fafafa;
  padding: 8px 12px;
  text-align: center;
}
.packageListbody .packagePrice {
  font-size: 22px;
  display: inline-block;
}
.packageListbody {
  background-color: #f7f7f7;
  padding: 24px;
}
.packagePrice.oldPrice {
  margin-left: 12px;
}
.show-when-bot {
  color: red;
  font-size: 15px;
  margin-bottom: 20px;
  margin-top: -18px;
}
.errorPayment {
  color: red;
  font-size: 15px;
}
.responseCoupon {
  margin-top: 10px;
  text-align: center;
}
.error
.hotelError {
  color: red;
}
.error-msg-style {
  background-color: #527f89;
  padding: 15px;
  color: #fff !important;
  margin-top: 24px;
}
.success {
  background-color: #527f89;
  padding: 15px;
  color: #fff !important;
  margin-top: 24px;
}
.loyaltyCardDiscount {
  display: none;
}
.ccOption {
  pointer-events: none;
}
.greyout {
  color: #d1d1d1 !important;
}
.hotelError {
  display: none;
}
.offerItem.innerItemBottomSpace {
  width: calc(50% - 15px);
  padding: 0;
  flex: none;
  background-color: #f7f7f7;
}
.row.offerPageList.sectionTopSpace {
  justify-content: space-between;
}
span.serviceIcon img,
.roomServiceIcon img,
.eSIcon img {
  max-width: 24px;
  max-height: 24px;
  width: 23px;
  height: 23px;
}

.daterangepicker td.available:hover span,
.daterangepicker th.available:hover span {
  border-color: #fff;
}
.daterangepicker .calendar-table th.available {
  font-size: 13px !important;
  height: 35.28px;
}

/* Nishat Loader */
.nishat-loader {
  position: fixed;
  z-index: 99999999999;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  background-color: rgb(17 17 17 / 95%);
  align-items: center;
  justify-content: center;
}
.loader-logo {
  position: relative;
  overflow: hidden;
}
.loader-logo img {
  max-width: 150px;
  width: 150px;
  height: 150px;
}
.loader-logo:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 150px;
  background-color: rgb(0 0 0 / 80%);
  -webkit-animation: slide 5s linear infinite;
  -moz-animation: slide 5s linear;
  animation: slide 5s linear infinite;
}
/* @-webkit-keyframes slide {
  0% {
    top: 150px;
  }
  100% {
    top: 0;
  }
}

@-moz-keyframes slide {
  0% {
    top: 150px;
  }
  100% {
    top: 0;
  }
} */

.blog-link a {
color: #8ab0b1;
}

.blog-link a:hover{
color: #9e802e;
}

.card-parent {
    position: relative;
}
.card-parent-backdrop{
  display: none!important;
}
.card-parent .btn-close {
    position: absolute;
    top: 0;
    right: 0;
    opacity: 1;
  cursor: pointer;
}
.card-parent .close-popup img{
  width: 30px;
    height: auto;
    object-fit: contain;
    padding: 9px;
    background: #fff;
    filter: invert(1);
}
/* .card-parent .close-popup {
    padding: 18px
} */
.card-parent .popup-button .btn-close:focus {
    box-shadow: none;
}
.card-parent .modal-content {
    background-color: transparent;
    border: none;
}
.card-parent .modal{
  display: flex !important;
  align-items: center;
  justify-content: center;  
}
.card-parent .modal-dialog {
    max-width: 50%;
    margin: 0rem auto;
}
.card-parent .login-card-content {
    text-align: left !important;
    padding: 0px;
}
.card-parent .modal-header {
    border-bottom: none;
    padding: 1rem;
}
.card-parent .modal-body {
    padding: 0rem;
}
.card-parent .login-card {
    text-align: center;
    padding: 0px;
  border: 3px solid #000;
}
.card-parent .login-card img {
    width: 100%;
    height: auto;
    object-fit: contain;
}
.card-parent .btn-close:focus {
    box-shadow: none;
}
.site-main-header .row{
  align-items: center;
}
.site-main-header .col-lg-wrapper{
  display: flex;
  align-items: center;
}
.currency-converter{
  position: relative;
  margin-left: 5px;
} 
.currency-select{
  display: inline;
  cursor: pointer;
  background: transparent;
  color: #fff;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 500;
  border: 0;
  padding: 10px 35px;
  background-image: url('https://nishathotels.com/wp-content/uploads/2022/08/down.png');
  background-size: 16px;
  background-position: 75px 15px;
  background-repeat: no-repeat;
  transition: all 0.3s ease-in-out;
}
.currency-select:hover{
  background-color: #111;
  transition: all 0.3s ease-in-out
}
ul.currency-dropdown-menu{
  display: none;
  list-style: none;
  border-right: 1px solid #d1d1d1;
  border-left: 1px solid #d1d1d1;
  position: absolute;
  top: 35px;
  left: 0;
  width: 100%;
}
.currency-dropdown-item{
  background: #fff;  
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 500;
  border-bottom: 1px solid #d1d1d1;
  color: #111;
  text-align: center;
  padding: 5px 20px;
}
.currency-dropdown-item.active{
  background-color: #d1d1d1;
}
.currency-dropdown-item:hover{
  background-color: #d1d1d1;
  cursor: pointer;
}
.currency-dropdown-item img{
  float: left;
  padding-top: 1px;
}
.currencyInPkr{
  padding-top: 25px;
}
.currencyInPkr .amountInPkr{
  font-weight: bold;
  color: #5a5a5a;
}
.roomsContentWrapper.searchRoomListing .rightSideText.roomPriceWrp.withPriceUnit{
  padding-left: 16px;
}
.priceAfterDiscount{
  display: none;
}

@keyframes slide {
  0% {
    bottom: 0;
  }
  100% {
    bottom: -150px;
  }
}

.testimonial-wrapper .form-rating,
.page-template-room-listing-jt .form-rating,
.page-template-room-listing-gulberg .form-rating,
.roomDetailPageWrp .form-rating{
  display: none!important;
}
.testimonial-wrapper .post-testimonials,
.page-template-room-listing-jt .post-testimonials,
.page-template-room-listing-gulberg .post-testimonials,
.roomDetailPageWrp .post-testimonials{
  margin-bottom: 0!important;
}
.page-template-room-listing-jt .post-testimonials,
.page-template-room-listing-gulberg .post-testimonials,
.roomDetailPageWrp .post-testimonials{
  margin-top: 96px!important;
}

.pay-now.modal{
  background: rgb(0 0 0 / 50%);
}
.pay-now.modal .modal-dialog{
  margin: 10rem auto;
}
.modal-backdrop{
  z-index: 1;
}
.modal-backdrop:before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
  width: 100vw;
  height: 100vh;
  background-color: #000;
  opacity: 0.5;
}

.fixed-popup{
  position: absolute;
  top: 45px;
  left: 0;
  z-index: 999;
}

header{
  z-index: 9999!important;
}

/*Whatsapp Widget*/
.wa-float{
  position:fixed;
  width:50px;
  height:50px;
  bottom:15px;
  right:50px;
  background-color:#25d366;
  color:#FFF;
  border-radius:50px;
  text-align:center;
  font-size:30px;
  box-shadow: 2px 2px 3px #999;
  z-index:9999;
}

.my-float{
  margin-top:10px;
  cursor: pointer;
}

.whatsapp-popup-wrapper .whatsapp-popup-close-icon{
  position: relative;
  text-align: right;
  margin-top: -15px;
  margin-right: -10px;
}

.whatsapp-popup-wrapper .whatsapp-popup-close-icon img{
  cursor: pointer;  
}

.whatsapp-popup-wrapper{
  position: relative;
}

.whatsapp-popup-wrapper .whatsapp-popup{
  display: none;
  position: absolute;
  right: 35px;
  bottom: 55px;
  background-color: #fff;
  box-shadow: 0 10px 10px 4px rgba(0,0,0,.04);
  border-radius: 5px 5px 8px 8px;
  width: 285px;
  padding: 15px;
  text-align: left;
}

.whatsapp-popup-wrapper .wa__popup_title_item{
  position: relative;
  text-align: center;
  font-size: 18px;
  color: #303030;
  padding: 0;
  padding-bottom: 8px;
}

.whatsapp-popup-wrapper .wa__popup_content_item a{
  display: flex;
  align-items: center;
  text-decoration: none;
  background: #f5f7f9;
  border-left: 2px solid #2db742;
  padding: 8px;
  margin-top: 8px;
  width: 100%;
}

.whatsapp-popup-wrapper .wa__popup_txt{
  margin-left: 5px;
}

.whatsapp-popup-wrapper .wa__popup_txt .wa__member_name{
  font-size: 14px;
}
/*Whatsapp Widget*/

/*********** Responsivness ************/

@media (min-width: 1920px) {
  nav.main_menu > ul > li > a {
    font-size: 17px;
    padding: 14px 10px 0 !important;
  }

  .checkAvailabilityBtn a {
    font-size: 21px;
  }
}

@media (min-width: 1700px) {
  .page-id-1089 .innerPageHeaderWrapper img {
    height: 520px !important;
  }
}

@media (min-width: 1680px) {
  .innerPageHeaderWrapper img {
      height: 620px !important;
  }  
}

@media (min-width: 992px) {
  .header-main .col-lg-2 {
    -ms-flex: 0 0 10%;
    flex: 0 0 10%;
    max-width: 10%;
  }

  .header-main .col-lg-5 {
    -ms-flex: 0 0 45%;
    flex: 0 0 45%;
    max-width: 45%;
  }
}

@media (min-width: 768px) {
  .offerItem > img {
    height: auto;
    width: 100%;
    object-fit: cover;
    object-position: center;
  }
  .title .title_holder {
    padding-top: 260px !important;
  }

  .cABlockWrapper .checkAvailabilityBtn {
    margin-bottom: 0px;
  }

  .page-id-3353 .title.title_size_large.position_center.has_background {
    height: 520px !important;
  }

  .page-id-1089 .innerPageHeaderWrapper img {
    height: 425px;
  }

  .textImageCustomSlider .sliderTwoColBlack .wellnessItemWrapper {
    background-color: #000;
    padding: 50px 10px 50px 80px;
    position: relative;
    top: 55px;
  }

  .textImageCustomSlider .sliderTwoColBlack .wellnessItemWrapper a {
    color: #fff;
    font-family: var(--primaryFont);
    font-weight: 600;
  }

  .textImageCustomSlider .sliderTwoColBlack .wellnessItemWrapper p {
    color: #fff;
    font-family: var(--primaryFont);
    font-weight: 300;
    padding-bottom: 5px;
  }

  .textImageCustomSlider .sliderTwoColBlack .wellnessItemWrapper h4 {
    color: #fff;
    letter-spacing: 0px;
    margin-bottom: 18px;
  }

  .textImageCustomSlider .sa_owl_theme .owl-nav .owl-prev {
    left: 49%;
    top: unset;
    bottom: 90px;
    font-size: 10px;
    width: 20px !important;
    height: 20px !important;
    z-index: 100000;
  }

  .textImageCustomSlider .sa_owl_theme .owl-nav .owl-next {
    right: 35%;
    top: unset;
    bottom: 90px;
    font-size: 10px;
    width: 20px !important;
    height: 20px !important;
    z-index: 100000;
  }

  .textImageCustomSlider .owl-nav {
    background-color: #000;
    height: 90px;
  }

  body .textImageCustomSlider .owl-dots {
    left: 70px;
    bottom: 95px !important;
  }

  body .textImageCustomSlider .sa_owl_theme .owl-dots .owl-dot span {
    background-color: #fff !important;
  }

  body .textImageCustomSlider .sa_owl_theme .owl-dots .owl-dot.active span {
    background-color: #b2983b !important;
  }
}

@media (min-width: 1401px) and (max-width: 1800px) {
  .bookNowHeading h3 {
    font-size: 38px;
  }

  .selectedHotel {
    font-size: 30px;
  }

  .hotelSelection li {
    font-size: 28px;
  }

  .bookNowHeading h3 {
    font-size: 28px;
  }

  .hotelSelection {
    top: 145px;
  }
}

/* @media (min-width: 1401px) and (max-width: 1600px) {
  .checkAvailabilityBtn {
    padding-top: 60px;
  }
} */

@media (max-width: 1536px) {
  .fixed-popup{
    top: 43px;
  }

  .fixed-popup img{
    object-fit: contain;
    height: 118px;
  }

  .header-main nav ul li {
    padding: 0px 10px;
  }

  .header-main nav ul li a {
    font-size: 16px;
  }

  div#slider_439 .owl-item > div p {
    font-size: 30px;
  }
}
@media (max-width: 1440px) {
  .innerPageHeaderWrapper img{
    height: 450px !important;
  }
  .fixed-popup img{
    height: 105px;
    width: 630px;
    object-fit: cover;
  }
  .booknow-btn a span:first-of-type {
    padding: 10px 16px;
}
.whiteArrows .sa_hover_container{
  padding: 5% 7% !important;
  }
  .ourRestaurantsslides .slideCotent {
      width: 84%;
  }
}
@media (max-width: 1366px) {
  .fixed-popup img{
    width: 590px;
  }
  .booknow-btn a span:first-of-type {
    padding: 10px 16px;
}
.whiteArrows .sa_hover_container{
  padding: 5% 5% !important;
  }
  .ourRestaurantsslides .slideCotent {
      width: 87%;
  }
}
@media (max-width: 1280px) {
  .innerPageHeaderWrapper img{
    height: 400px !important;
  }
  .fixed-popup img{
    width: 560px;
  }
  .customPopupBody {
    width: 60%;
  }
  .header-main nav ul li{
    padding: 0 4px;
  }
  .ourRestaurantsslides .slideCotent h5 {
    font-size: 24px;
}
}
@media (max-width: 1180px) {
  section#joharTown .leftTextCol {
    padding-left: 30px !important;
}
section#joharTown .textRightCol{
  padding-bottom: 40px;
  padding-right: 30px !important;
}
  .wellness-grid-section .leftTextCol .elementor-widget-wrap {
    padding: 0% 5% 0% 5% !important;
}
.wellness-grid-section .textRightCol .elementor-widget-wrap {
  padding: 5% 5% 0% 5% !important;
}
.wellness-grid-section .leftTextCol {
  padding-bottom: 60px !important;
}
  .header-main {
    display: none;
  }

  .header-mobile {
    background-color: #fff;
    padding: 10px 0;
    display: block;
  }

  .mobile-menu-button {
    position: absolute;
    top: calc(50% - 10px);
    cursor: pointer;
  }

  .mobile-menu-button span {
    width: 32px;
    background-color: #000;
    height: 3px;
    margin-bottom: 5px;
    display: block;
  }

  .mobile-main-menu {
    position: absolute;
    display: none;
    top: 96px;
    background-color: #fff;
    left: 0;
    right: 0;
    padding: 24px;
    box-shadow: 0 -6px 0 #fff, 0 1px 6px rgba(0,0,0, .35);
  }

  .mobile-main-menu nav ul {
    list-style: none;
  }

  .mobile-main-menu nav > ul > li {
    margin-bottom: 15px;
    border-bottom: 1px solid #111;
    padding-bottom: 15px;
  }

  .mobile-main-menu nav ul li .mobile_arrow {
    display: none;
  }

  .mobile-main-menu nav ul li a {
    color: #111;
    text-transform: uppercase;
    font-weight: 500;
  }

  .mobile-main-menu ul.sub_menu {
    padding-left: 20px;
  }

  .mobile-main-menu ul.sub_menu li {
    padding: 10px 0 0;
  }

  .booknow-btn a span:first-of-type {
    background-color: transparent;
    padding: 0;
  }

  .mobile-header-logo {
    text-align: center;
  }

  .mobile-header-logo img {
    max-height: 90px;
  }

  .second {
    display: block;
    position: relative;
  }

  .second ul {
    background: #fff !important;
    width: 100%;
    padding-left: 20px;
  }

  .second ul li {
    padding-top: 10px;
  }

  .second .inner ul li a {
    color: #111 !important;
    font-family: var(--primaryFont);
  }
}

@media (max-width: 1025px) {
  p.qode-footer-text {
    height: 125px;
  }
}

@media only screen and (max-width: 768px) {
  .innerPageContent.sectionTopSpace {
    padding-left: 20px;
    padding-right: 20px;
}
.footer_top .column1.footer_col1 {
    padding-right: 10px !important;
}
  p.qode-footer-text {
    height: auto !important;
}
  .newsLetterWrap input {
    width: 265px !important;
}
  .single-post .social-share-wrapper a {
    margin-right: 40px;
}
  .newsLetterWrap .textArea .nLSubHeadingText {
    /* font-size: 16px !important; */
    font-size: 1rem !important;
}
  .footer_top a {
    /* font-size: 18px !important; */
    font-size: 1.1rem !important;
}
  .footer_bottom p {
    /* font-size: 18px !important; */
    font-size: 1.1rem !important;
}
  .footer_top p {
    /* font-size: 18px !important; */
    font-size: 1.1rem !important;
}
  .single-post .parainner p {
    /* font-size: 18px !important; */
    font-size: 1.1rem !important;
}
  .blog-cta-wrap p {
    /* font-size: 18px !important; */
    font-size: 1.1rem !important;
}
  a#back_to_top {
    display: none;
}
  .sticky-info-bar {
    display: none;
}
  section.blog-main-wrapper, .innerPageContent.sectionTopSpace {
    padding-left: 15px;
    padding-right: 15px;
}
  .offerPageCardBlock.sectionTopSpace {
    padding: 0px 30px;
}
  .para {
    font-size: 18px;
  }
  p.float-right.inlineBlock {
    padding-left: 30px !important;
}
  .social-share {
    padding-bottom: 0px ;
}
.roomBookingInfoBlock.dataRoomListing .dates {
  flex-direction: row !important;
}
.wellness-grid-section .elementor-container.elementor-column-gap-default {
  flex-direction: column-reverse;
}
.wellness-grid-section.sec2 .elementor-container.elementor-column-gap-default {
  flex-direction: column !important;
}
/* .elementor-element-57c47538 .elementor-container.elementor-column-gap-default {
  flex-direction: column !important;
} */
.wellness-grid-section .leftTextCol {
  width: 100%;
  /* padding: 30px; */
  padding-left: 0;
}
.wellness-grid-section .textRightCol {
  padding-top: 30px;
}
section#joharTown .leftTextCol {
  padding-left: 0px !important;
}
.wellness-grid-section .elementor-column.elementor-col-50 {
  width: 100%;
}
.wellness-grid-section .textRightCol .elementor-widget-wrap {
  padding: 30px !important;
}
.wellness-grid-section.sec2 .textRightCol {
  padding-bottom: 50px;
}
.roomsListItem .bookNowButton a {
  padding: 14px 22px !important;
}

}
@media (min-width: 992px) and (max-width: 1200px) {
  .header_top_bottom_holder .header_bottom .container {
    max-width: 100%;
  }

  .header_bottom {
    padding: 0;
  }

  .log-menu .dropdown {
    right: 0;
  }
  .roomImages .roomsImageSlider .sliderMainImages .owl-item {
    height: 400px;
}
}
@media (min-width: 1180px) and (max-width: 1366px) {
  .header-main nav ul li a {
    font-size: 14px;
}
.booknow-btn a span:first-of-type {
    padding: 10px 12px;
}
.currency-select {
    padding: 10px 35px;
}
.currency-dropdown-item {
    font-size: 16px;
    padding: 5px 18px;
}
}

@media (min-width: 768px) and (max-width: 1400px) {
  div#slider_439 .owl-item > div p {
    padding: 90px 0 0;
  }

  .ml-menu a {
    right: -6% !important;
  }

  .selectedHotel {
    font-size: 20px;
  }

  .hotelSelection li {
    font-size: 24px;
  }

  .selectedStartDate p,
  .selectedEndDate p {
    padding-left: 16px;
  }

  .day {
    font-size: 38px;
    margin: 0px 16px 0px 16px;
  }

  .selectedStartDate .arrowImage,
  .selectedEndDate .arrowImage {
    top: 20px;
    right: 10px;
  }

  .numberOfGuests {
    font-size: 38px;
  }

  .guestsSelection .arrowImage {
    position: absolute;
    right: -5px;
    bottom: 35px;
  }

  .guestsSelectionBox .btn,
  .rDGuestSelectionBx .btn {
    font-size: 20px;
    line-height: 18px;
  }

  .noOfGuests.number {
    font-size: 24px;
  }

  .guestsSelectionBox h5,
  .rDGuestSelectionBx h5 {
    font-size: 20px;
  }

  .guestsSelectionBox p,
  .rDGuestSelectionBx p {
    font-size: 14px;
  }

  .searchIcon {
    top: -3px;
  }

  .hotelSelection {
    top: 145px;
  }

  .guestsSelectionBox {
    top: 145px;
  }

  #joharTown .leftTextCol .elementor-widget-wrap.elementor-element-populated {
    padding-left: 10% !important;
  }

  #gullbarg .leftTextCol .elementor-widget-wrap.elementor-element-populated {
    padding-left: 10% !important;
  }

  #joharTown .textRightCol .elementor-widget-wrap.elementor-element-populated {
    padding-right: 10% !important;
  }

  #gullbarg .textRightCol .elementor-widget-wrap.elementor-element-populated {
    padding-right: 10% !important;
  }

  .checkAvailabilityBtn {
    padding-top: 48px;
  }

  .bookNowHeading h3 {
    font-size: 26px;
  }

  nav.main_menu > ul > li > a,
  .dropbtn,
  .ml-menu a {
    font-size: 15px !important;
  }
}

@media (min-width: 767px) and (max-width: 1700px) {
  .checkAvailabilityBtn a {
    font-size: 14px;
    padding: 16px 16px;
  }

  .boxContent {
    padding-left: 16px;
    padding-right: 16px;
  }

  .leftTextCol .elementor-widget-wrap.elementor-element-populated {
    padding-left: 25% !important;
  }

  .textRightCol .elementor-widget-wrap.elementor-element-populated {
    padding-right: 20% !important;
  }
}

@media (min-width: 1000px) and (max-width: 1024px) {
  .elementor-2569 .elementor-element.elementor-element-6b6f4f76 > .elementor-widget-container,
  .elementor-2569 .elementor-element.elementor-element-af4582c > .elementor-widget-container {
    padding: 0px 0px 0px 0px;
  }
  .elementor-5486 .elementor-element-138c96bf .elementor-heading-title {
    height: 100px;
}
.page-id-5487 .elementor-element-138c96bf .elementor-heading-title {
  height: 100px;
}
  .elementor-5459 .elementor-element-63cda52a .elementor-heading-title {
    height: 60px;
}
.elementor-5459 .elementor-element.elementor-element-71757636 {
  padding-top: 30px;
}
  .elementor-2569 .elementor-element.elementor-element-3f865edb > .elementor-widget-container {
    padding: 0px 0px 0px 0px;
}
  .searchIcon {
    top: 6px;
    left: 20px;
    padding-top: 0px;
  }

  .checkAvailabilityBtn a {
    font-size: 10px;
  }

  .homeLastBlock h2 {
    font-size: 40px !important;
  }

  .container_inner {
    width: auto !important;
  }

  .postImageCard {
    width: 100%;
  }

  .q_logo {
    left: 0px;
  }

  .q_logo img {
    max-width: 75px !important;
    height: auto !important;
  }

  #menu-main-menu-left {
    float: inherit;
  }

  li#nav-menu-item-3453 {
    margin-left: 40px !important;
  }

  nav.main_menu > ul > li > a {
    font-size: 14px;
    padding: 0px 14px !important;
  }

  #joharTown .leftTextCol .elementor-widget-wrap.elementor-element-populated,
  #gullbarg .leftTextCol .elementor-widget-wrap.elementor-element-populated {
    padding-left: 0px !important;
  }

  #joharTown .textRightCol .elementor-widget-wrap.elementor-element-populated,
  #gullbarg .leftTextCol .elementor-widget-wrap.elementor-element-populated {
    padding-right: 0% !important;
  }

  #sliderTwoColBlack {
    margin-top: -190px;
  }

  #sliderTwoColBlack .owl-item > .sa_hover_container img {
    width: 350px;
    height: 350px;
    object-fit: cover;
  }

  .page-id-2569 .sliderTwoColBlackWrapper #sliderTwoColBlack {
    margin-top: -160px;
  }
  
  .page-id-2569 .sliderTwoColBlackWrapper #sliderTwoColBlack .owl-item > .sa_hover_container img {
    width: 330px;
  }

  .header_inner_left img.sticky {
    width: 40px !important;
    height: 42px !important;
    transform: translate(440px, 0px);
  }

  .ml-menu a {
    font-size: 14px !important;
    top: 10px !important;
  }

  .menu-item .fa-angle-down:before {
    bottom: 12px !important;
    font-size: 16px !important;
  }

  .wrapper .sticky .menu-item .fa-angle-down:before {
    bottom: 16px !important;
  }

  div#slider_439 .owl-item > div p {
    font-size: 26px;
  }

  div#slider_439 .owl-item > div {
    min-height: 400px !important;
  }
}

@media (min-width: 768px) and (max-width: 999px) {
  .newsLetterWrap input[type="submit"] {
    margin-left: 10px;
  }

  .newsLetterWrap .textArea {
    margin-right: 10px;
  }

  .dropbtn {
    color: #111 !important;
  }

  .sliderTwoColBlackWrapper .rightImageBlock {
    padding-right: 30px;
  }

  #sliderTwoColBlack {
    margin-top: -80px;
  }

  .page-id-2569 .sliderTwoColBlackWrapper #sliderTwoColBlack {
    margin-top: -25px;
  }

  .page-id-2569 .sliderTwoColBlackWrapper p {
    width: 420px !important;
  }

  #sliderTwoColBlack .owl-item > .sa_hover_container img {
    width: 250px;
  }

  .sliderTwoColBlackWrapper h4 {
    font-size: 30px;
  }

  .checkAvailabilityBtn {
    padding-top: 0px;
  }

  #joharTown .leftTextCol .elementor-widget-wrap.elementor-element-populated,
  #gullbarg .leftTextCol .elementor-widget-wrap.elementor-element-populated {
    padding-left: 0px !important;
  }

  #joharTown .textRightCol .elementor-widget-wrap.elementor-element-populated,
  #gullbarg .leftTextCol .elementor-widget-wrap.elementor-element-populated {
    padding-right: 0% !important;
  }

  .q_logo img {
    top: -38px;
    width: 70px !important;
    height: 80px !important;
    padding: 5px;
  }

  .container_inner {
    width: auto !important;
  }

  .log-menu .ml-menu a {
    right: 0% !important;
    top: 40px !important;
    color: #111 !important;
  }

  .postImageCard {
    width: 100%;
  }

  .testimonilaItemBox {
    height: 100%;
  }

  .homeLastBlock h2 {
    font-size: 40px !important;
  }

  .avalSelectionWrp {
    border-bottom: 1px solid #d1d1d1;
  }

  .cABlockWrapper {
    border-bottom: unset !important;
  }

  .bookNowHeading h3 {
    padding: 50px 0;
    font-size: 40px;
  }

  .bookingSelectHotel {
    padding: 0px;
    border-bottom: 1px solid #d1d1d1;
    border-top: 1px solid #d1d1d1;
  }

  .avalSelectionWrp {
    border-top: 1px solid #d1d1d1;
    border-right: 1px solid #d1d1d1;
  }

  .hotelSelection {
    top: 119px;
  }

  .hotelSelection {
    margin: 0 auto;
    width: 90% !important;
  }

  .guestsSelectionBox,
  .rDGuestSelectionBx {
    margin-right: 16px;
  }

  .checkAvailabilityBtn {
    text-align: left;
    margin-top: 40px;
    margin-left: 16px;
    border-left: 0px;
  }

  .guestsSelection .arrowImage {
    right: 0px;
  }

  .selectedStartDate .arrowImage,
  .selectedEndDate .arrowImage {
    right: 10px;
  }

  #tabsLinks .jtHotel {
    float: unset;
  }

  #tabsLinks .gullHotel {
    float: right;
  }

  #tabsLinks .nav-tabs > li {
    padding-left: 0px;
    padding-right: 0px;
    display: inline-block;
  }

  #tabsLinks .nav.nav-tabs {
    padding-left: 0px;
  }

  body .title.title_size_large.position_center.has_background {
    height: auto !important;
  }

  .title_outer.animate_title_text .title_holder {
    padding-top: 0px !important;
  }

  .title.title_size_large h1 {
    padding-right: 0px;
  }

  .checkAvailabilityBtn,
  .bookNowHeading {
    padding: 0px !important;
    margin-left: 0px;
  }

  .book-now {
    padding: 0px 15px;
  }

  #tabsLinks .nav-tabs > li a {
    font-size: 12px;
    padding: 0 20px;
  }

  .innerPageHeaderWrapper h1 {
    top: 200px !important;
  }

  .innerHeaderBg {
    margin-top: -80px;
  }

  .innerPageHeaderWrapper h1 {
    font-size: 36px;
    top: 313px !important;
    left: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
  }

  .page-id-7079 .innerPageHeaderWrapper h1 {
    top: 156px !important;
  }

  .title_outer .title .title_holder {
    padding-top: 0px !important;
  }

  .four_columns {
    display: inline-flex;
  }
}

@media (max-width: 992px) {
  .cABlockWrapper {
    padding-left: 10px;
    padding-right: 10px;
}
  .customRow .customerDetails {
    width: 28%;
}
  .customRow .accommodation {
    width: 34%;
    padding-left: 20px;
    padding-right: 20px;
}
  .customRow .dateOfStay {
    width: 38%;
}
  p.float-right.inlineBlock {
    padding-left: 10px;
}
.noOfNights.row .col-sm-4,.GSTText.row .col-sm-4,.orderPriceTotal.row .col-sm-4,.babyCortAdon .row .col-sm-4,.matressAdon .row .col-sm-4,.instantBookingPrice .row .col-sm-4,.hiTeaAdon .row .col-sm-4,.priceAfterDiscount .row .col-sm-4,.loyaltyCardDiscount .row .col-sm-4 {
  padding: 0;
}
  .wellness-grid-section.sec2 .textRightCol {
    padding-bottom: 40px;
}
  .wellness-grid-section.sec2 {
    margin-bottom: 0;
}
  .wellness-grid-section .textRightCol .elementor-widget-wrap {
    padding: 0% 5% 0% 5% !important;
}
.wellness-grid-section {
  margin-bottom: 60px;
}
.wellness-grid-section .leftTextCol {
  padding-bottom: 0px !important;
}
  .blog-right-sidebar-widget {
    padding-top: 64px;
  }
  .roomBookingInfoBlock.dataRoomListing .dates {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.dates .checkInD.para {
  margin-bottom: 15px;
}
.roomImages .roomsImageSlider .sliderMainImages .owl-item {
  height: auto;
}
.outer.roomsImageSlider div#big .owl-item img {
  max-height: 300px !important;
}
.roomImages .roomsImageSlider .thumbSliderImage img {
  height: 60px;
}
.similarRoomBlock .similarRoomItem img {
  height: 200px;
  object-fit: cover;
}
.similarRoomBlock .roomType {
  font-size: 20px;
  left: 30px;
}
}

@media (max-width: 991px) {
  .blog .col-lg-12{
    padding: 0 14px !important;
  }
  .card-parent .modal-dialog{
    max-width: 90%;
  }
  .mobile-main-menu .currency-select{
    background-color: #fff;
    color: #111;
    padding: 0;
    width: 100%;
    margin-bottom: 15px;
    border-bottom: 1px solid #111;
    padding-bottom: 15px;
    display: block; 
  }
  .mobile-main-menu ul.currency-dropdown-menu{
    position: relative;
    top: inherit;
    left: inherit;
    border: 0;
  }
  .mobile-main-menu .currency-dropdown-item img{
    float: inherit;
    padding-top: 0;
    padding-right: 10px;
  }
  #change-currency{
    padding: 0;
    margin-bottom: 15px;
  }
  .currency-dropdown-item{
    padding: 10px 20px;
    text-align: left;
  }
}

@media (max-width: 767px) {
  .elementor-element-57c47538 .elementor-container.elementor-column-gap-default {
    flex-direction: column !important;
  }
  .fixed-popup{
    top: 150px;
    text-align: center;
    width: 100%;
  }  
  .fixed-popup img{
    height: auto;
  }
  .roomsContentWrapper.searchRoomListing .rightSideText.roomPriceWrp.withPriceUnit{
    padding-left: 0px;
  }
  .sticky-contactUS {
    width: 40px;
    padding: 8px;
  }
  .sticky-icon-bar {
    width: 40px;
    padding: 8px;
  }
  .sticky-contactUS a {
    font-size: 20px;
  }
  .blog-category-nav ul.nav.nav-pills.dashboard-menu {
    overflow: auto !important;
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .blog-category-nav li.nav-item a {
    white-space: pre;
  }

  section.blog-main-wrapper {
    padding-bottom: 48px;
    padding-top: 48px;
  }
  .innerHeaderBg.blog-bg-img img {
    height: 200px !important;
  }
  .hotelSelectWrp .container {
    border-bottom: 0px solid #d1d1d1;
  }
  .offerItem h3 {
    height: auto;
  }

  .roomsListing {
    padding-top: 30px;
  }

  .sectionTopSpace {
    margin-top: 60px;
  }

  .banq-text img {
    width: 30px;
  }

  .banq-text .wp-caption-text {
    top: 5px !important;
    left: 60px !important;
  }

  nav.mobile_menu ul li a {
    font-family: var(--primaryFont) !important;
  }

  .four_columns:before {
    display: none !important;
  }

  .four_columns {
    display: inline-grid;
    grid-template-columns: 50% 50%;
  }

  .container_inner .ml-menu a {
    right: 0px !important;
    top: 37px !important;
    color: #111 !important;
  }

  .ourRestaurantsslides .slideCotent {
    bottom: 0px;
    background-color: #ffffffd1;
    left: 0px;
    width: 100%;
    padding: 30px 30px 30px 30px;
  }

  .ourRestaurantsslides .owl-stage-outer {
    height: 430px;
  }

  .sliderTwoColBlackWrapper .rightImageBlock {
    padding-right: 0;
    position: relative;
    height: 100%;
  }

  .testimonilaItemBox {
    height: auto;
  }

  .wellnessItemWrapper {
    margin: 0px 0px;
    position: absolute;
    text-align: center;
    bottom: 0;
    z-index: 1;
    padding: 20px;
    background-color: #00000069;
    height: 100%;
}

  .sliderTwoColBlackWrapper p {
    width: 100%;
  }
  .sliderTwoColBlackWrapper h4 {
    width: 100%;
  }

  #sliderTwoColBlack {
    margin-top: 40px;
  }

  #sliderTwoColBlack .owl-item > .sa_hover_container img {
    width: 100%;
    z-index: -1;
    height: 100%;
    object-fit: cover;
  }

  .sliderTwoColBlackWrapper h4 {
    font-size: 40px;
  }

  .homeLastBlock h2 {
    font-size: 40px !important;
  }

  .log-menu .dropdown {
    top: 40px !important;
    right: -5% !important;
  }

  .dropbtn {
    color: #111 !important;
  }

  .q_logo img {
    top: -20px;
    width: 50px !important;
    height: auto !important;
    padding: 5px;
    left: 10px;
  }

  .container_inner {
    width: auto !important;
  }

  .testimonilaItemBox {
    margin-right: 0px;
  }

  .testimonialItem,
  .blogItemWrap {
    width: 100%;
    margin-bottom: 15px;
  }

  .blogPostsWrapper .blogItemWrap:first-child .blogItemBox {
    margin-right: 0px !important;
  }

  .newsLetterWrap input {
    width: 300px;
  }

  .newsLetterWrap .nLFormWrp,
  .newsLetterWrap .mc4wp-form-fields {
    display: block;
  }

  .newsLetterWrap .textArea {
    text-align: center !important;
    margin-bottom: 25px;
    margin-right: 0px;
  }

  .newsLetterWrap input[type="submit"] {
    margin-left: 0px;
    margin-top: 0px;
  }

  .footer_top {
    padding-top: 75px !important;
  }

  .footer_top p,
  .footer_top .qode-footer-text {
    float: none;
    max-width: 100%;
  }

  .column2.footer_bottom_column {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .column2.footer_bottom_column .footer_bottom img {
    width: 49%;
  }

  div#slider_439 .owl-item > div {
    min-height: auto !important;
    background-size: 100% 100% !important;
    padding: 23% 0 20% !important;
  }

  div#slider_439 .owl-item > div p {
    font-size: 40px !important;
    padding: 80px 0 0;
    line-height: 35px !important;
  }

  .customRow .col_20 {
    width: 100%;
    border: unset !important;
  }

  .customRow .col_25 {
    width: 100%;
    border-left: unset;
    border-right: unset;
    border-bottom: 1px solid #d1d1d1;
    padding-bottom: 22px;
  }

  .customRow .col_35 {
    width: 100%;
    border-bottom: 1px solid #d1d1d1;
  }

  .bookNowHeading h3 {
    padding-top: 10px;
    padding-left: 0px;
  }

  .selectedHotel {
    padding-top: 15px;
  }

  .searchIcon {
    top: -15px;
  }

  .cABlockWrapper {
    border-bottom: unset !important;
    padding-bottom: 35px;
  }

  .boxContent {
    padding-left: 0px;
    padding-right: 0px;
  }

  .daterangepicker.ltr.auto-apply.show-calendar.opensauto {
    margin-right: 10px;
  }

  .elementor-element-5e53728
    .elementor-widget-wrap.elementor-element-populated {
    margin: 0px !important;
  }

  .selectedHotel {
    font-size: 26px;
  }

  .checkAvailabilityBtn {
    padding-bottom: 0px;
  }

  .hotelSelection li {
    font-size: 28px;
  }

  .day {
    margin-right: 10px;
    font-size: 38px;
  }

  .bookingSelectHotel {
    border-left: unset !important;
    border-right: unset !important;
    margin-top: 20px;
  }

  .avalSelectionWrp {
    margin-top: 0px;
  }

  .avalSelectionWrp .selectedStartDate {
    display: inline-block;
    width: 33%;
    border-right: 1px solid #d1d1d1;
    padding-bottom: 34px;
    padding-top: 20px;
    border: 1px solid #d1d1d1;
    border-top: none;
  }

  .guestsSelection {
    width: 34%;
    border-left: 0px;
    border: 1px solid #d1d1d1;
    margin-left: -5px;
    border-left: none;
    border-top: none;
  }

  p.guestsText {
    padding-left: 30px;
    text-align: left;
  }

  .guestsNumberWrp {
    padding-left: 30px;
  }

  .checkAvailabilityBtn {
    width: 100%;
    border-left: 0px;
  }

  .arrowImage {
  }

  .guestsSelectionBox,
  .rDGuestSelectionBx {
    width: 340px;
  }

  .guestsSelectionBox .btn,
  .rDGuestSelectionBx .btn {
    font-size: 18px;
  }

  .noOfGuests.number {
    font-size: 22px;
  }

  .guestsSelectionBox h5,
  .rDGuestSelectionBx h5 {
    font-size: 20px;
  }

  .guestsSelectionBox p,
  .rDGuestSelectionBx p {
    font-size: 14px;
  }

  .checkAvailabilityBtn {
    padding-top: 32px;
  }

  .postImageCard {
    width: 100%;
  }

  .bookNowHeading {
    text-align: center;
  }

  .boxContent {
    text-align: center;
    padding: 20px;
    border: 1px solid #d1d1d1;
    text-align: left;
  }

  .bookNowHeading {
    text-align: center;
  }

  .hotelSelection {
    top: 120px;
  }

  .guestsNumberWrp,
  .guestsText {
    padding-left: 0px;
    text-align: left;
    padding-left: 30px;
  }

  .elementor-swiper-button-prev {
    left: 25%;
  }

  .elementor-swiper-button-next {
    right: 25%;
  }

  .whiteArrows .owl-carousel .owl-next::after {
    left: 50px;
  }

  .whiteArrows .owl-carousel .owl-prev::after {
    right: 50px;
  }

  .sliderTwoColBlackWrapper .sa_owl_theme .owl-nav .owl-next {
    right: 36%;
  }

  .sliderTwoColBlackWrapper .sa_owl_theme .owl-nav .owl-prev {
    left: 36%;
  }

  .blogPostsWrapper .blogItemWrap:last-child .blogItemBox {
    margin-left: 0px;
  }

  .blogPostsWrapper .blogItemWrap:nth-child(2) .blogItemBox {
    margin-left: 0px;
    margin-right: 0px;
  }

  .roomsListItem .roomListText {
    display: flex;
    flex-wrap: wrap;
  }

  .roomsListItem .roomListText .roomPriceWrp {
    order: 1;
    width: 100%;
  }

  .roomsListItem .roomListText .leftSideText.roomNameWrp {
    order: 2;
  }

  .roomsListItem .roomListText .leftSideText.roomFeatures {
    order: 3;
  }

  .roomsListItem .roomListText .selectRoomNoWrp {
    order: 4;
    margin-bottom: 20px;
    width: 100%;
  }

  .innerPageHeaderWrapper h1 {
    top: 100px !important;
    font-size: 40px;
    left: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
  }

  .innerHeaderOverlay {
    top: 60px;
  }

  .innerPageHeaderWrapper img {
    height: 192px !important;
  }

  .bookNowButton {
    text-align: left;
    margin-top: 50px;
  }

  .checkAvailabilityBtn a {
    font-size: 16px;
  }

  .roomsContentWrapper {
    padding-top: 0px;
  }

  .rightSideText .selectRoom {
    padding-top: 50px;
  }

  .hotelSelectWrp ul.nav.nav-tabs {
    padding-left: 50px;
  }

  .hotelSelectWrp .nav-tabs li {
    padding-right: unset;
    padding-left: unset;
  }

  #tabsLinks .jtHotel {
    float: unset;
  }

  #tabsLinks .gullHotel {
    float: right;
  }

  #tabsLinks .nav-tabs > li {
    padding-left: 0px;
    padding-right: 0px;
    display: inline-block;
  }

  #tabsLinks .nav.nav-tabs {
    padding-left: 0px;
  }

  body .title.title_size_large.position_center.has_background {
    height: auto !important;
  }

  .title_outer.animate_title_text .title_holder {
    padding-top: 0px !important;
  }

  .title.title_size_large h1 {
    padding-right: 0px;
    font-size: 40px !important;
  }

  .searchListingHeaderWrp .innerPageHeaderWrapper h1 {
    top: -100px !important;
    font-size: 26px;
  }

  .roomDetailPageHeader .innerPageHeaderWrapper h1 {
    font-size: 40px;
  }

  #tabsLinks .nav-tabs > li a {
    font-size: 12px;
    padding: 0 20px;
  }

  .headingMobileResponsive h2 {
    font-size: 36px !important;
    width: 90%;
    margin: 0 auto;
    margin-top: 20px;
  }

  .headingMobileResponsive h3 {
    font-size: 20px !important;
    width: 90%;
    margin: 0 auto;
    font-weight: 300;
  }

  .membershipPlansTable table tbody td {
    border-left: unset;
  }

  .bookingFromWrp form {
    width: 100%;
  }

  .bookingFromCoupon .couponField {
    width: 78%;
  }

  .bookignPageMainRow {
    display: flex;
    flex-wrap: wrap;
  }

  .bookingFromWrp {
    order: 2;
  }

  .bookingFromRightSide {
    order: 1;
  }

  .bookingFromRightSide {
    margin-bottom: 40px;
  }

  .roomDetailPageWrp .pageContent {
    padding-left: 30px;
    padding-right: 30px;
  }

  .bookingPageTopStatusBlock {
    display: none;
  }

  .page-id-2005 .container_inner {
    width: 100% !important;
  }

  .lCardPRicingBlockWrp {
    overflow: auto;
    padding-bottom: 30px;
  }

  .cardPricingTbl {
    width: 800px;
  }

  body .customButton a {
    font-size: 12px;
    padding: 14px 45px;
  }

  .thankYouBlock table {
    width: 100%;
  }

  .thankYouBlock p {
    width: 100% !important;
  }

  .roomDetailPageHeader .innerHeaderBg {
    margin-top: 0px;
  }

  .corporatePageContent .para {
    width: 100% !important;
  }

  .hotelSelectTabs .jTLink {
    margin: unset;
  }

  .pageInnerTabs li a {
    font-size: 12px;
  }

  .servicesCards .cardItem {
    margin-bottom: 15px;
  }

  .textImageCustomSlider .wellnessItemWrapper h4 {
    font-size: 30px;
    letter-spacing: 0px;
    color: #fff;
  }

  .hotelSelectTabs .gBLink {
    margin: unset !important;
  }

  .homeLastBlock {
    width: 100%;
  }

  .title img {
    width: 100%;
    height: 192px;
    object-fit: cover;
  }

  .searchListingHeaderWrp .innerPageHeaderWrapper .innerHeaderBg img {
    height: auto;
  }

  .extraServiceItem .eSContent {
    padding: 15px 15px 35px 15px;
  }

  .roomsListItem .roomImage {
    width: 100%;
  }

  .roomListText {
    padding-left: 15px;
  }

  .guestsSelection .arrowImage {
    position: absolute;
    right: 30px;
    z-index: -10;
    top: 75px;
  }

  .ModelCancellationWrp,
  .modelUpdateBooking {
    width: 90% !important;
    height: 450px;
    overflow: scroll;
  }

  .mCBtns {
    margin-top: 10px;
    margin-bottom: 10px;
    display: grid;
  }

  body div#slider_439 .owl-item > div p {
    font-size: 48px !important;
    line-height: 48px !important;
  }

  .selectedEndDate {
    display: inline-block;
    width: 33%;
    padding-bottom: 34px;
    padding-top: 20px;
    border: 1px solid #d1d1d1;
    border-left: none;
    border-top: none;
    margin-left: -3px;
  }
  p.qode-footer-text {
    height: 85px;
  }

  .extraServiceItem .eSContent .float-right.inlineBlock {
    float: none;
    width: 100%;
  }

  .titleWithContent .td-content {
    display: block;
    text-align: center;
  }

  .newsLetterWrap .mc4wp-response p {
    position: relative;
    top: unset;
    text-align: center;
  }

  .roomListingTemplate .cABlockWrapper {
    padding-top: 100px;
  }

  .alert.alert-warning {
    width: 100%;
  }

  .searchListingHeaderWrp .innerPageHeaderWrapper .slHeadingWrp {
    position: initial !important;
  }

  .searchListingHeaderWrp .innerPageHeaderWrapper h1 {
    top: unset !important;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-items: center;
    justify-content: center;
    transform: none;
    left: 0;
  }

  .title_subtitle_holder_inner .subtitle {
    font-size: 40px !important;
    padding-top: 0;
  }

  .similarRoomBlock .similarRoomItem img {
    width: 100%;
    height: auto;
  }
  .bookignPageMainRow .upload-img {
    position: relative;
    right: 0%;
    bottom: 50%;
  }
  .loyalty-img {
    display: none;
  }
  .loyalty-card-content {
    padding: 30px;
  }
}

@media (max-width: 586px) {
  .page-id-2355 .signup-form{
    padding: 0 15px;
  }
  .page-id-3721 .tab-content {
    padding: 0 15px;
  }
  .page-id-2358 #loginformjs{
    padding: 0 15px 0 0;
  }
  .roomsListing {
    padding-left: 15px;
    padding-right: 15px;
}
.footer_top_holder {
  padding-left: 15px;
  padding-right: 15px;
}
.noOfNights.row .col-sm-8,.GSTText.row .col-sm-8,.orderPriceTotal.row .col-sm-8,.babyCortAdon .row .col-sm-8,.matressAdon .row .col-sm-8,.instantBookingPrice .row .col-sm-8,.hiTeaAdon .row .col-sm-8,.priceAfterDiscount .row .col-sm-8,.loyaltyCardDiscount .row .col-sm-8 {
    width: 60%;
}
.noOfNights.row .col-sm-4,.GSTText.row .col-sm-4,.orderPriceTotal.row .col-sm-4,.babyCortAdon .row .col-sm-4,.matressAdon .row .col-sm-4,.instantBookingPrice .row .col-sm-4,.hiTeaAdon .row .col-sm-4,.priceAfterDiscount .row .col-sm-4,.loyaltyCardDiscount .row .col-sm-4 {
  width: 40%;
}

  .guestsSelection {
    width: 34.5%;
    border-left: 0px;
    border: 1px solid #d1d1d1;
    margin-left: -7px;
    border-left: none;
    border-top: none;
  }
/* .roomsListItem {
  margin-top: 0px;
} */
.roomsContentWrapper {
  padding-bottom: 50px !important;
}
.roomListingTemplate .cABlockWrapper {
  padding-top: 68px !important;
}
.roomsListing .text-center {
  margin-bottom: 30px !important;
}
.hotelSelectWrp.hotelSelectTabs ul.nav {
  padding-left: 10px;
  padding-right: 10px;
}
.header-mobile {
  padding: 10px 10px;
}
}

@media (max-width: 500px) {
  .avalSelectionWrp .selectedStartDate {
    width: 100%;
  }

  .avalSelectionWrp .selectedEndDate {
    width: 100% !important;
    padding-top: 20px;
    border: 1px solid #d1d1d1;
    padding-bottom: 34px;
    border-left: 1px solid #d1d1d1;
    border-top: none;
    margin-left: 0px;
  }

  .guestsSelection {
    width: 100%;
    border-left: 0px;
    border: 1px solid #d1d1d1;
    margin-left: 0px;
    border-left: 1px solid #d1d1d1 !important;
    border-top: none;
    text-align: left;
    display: block;
    height: auto;
  }
  .loyalty-card-content {
    padding: 15px;
  } 
}

@media (max-width: 480px) {
.outer.roomsImageSlider div#big .owl-item img {
  max-height: 250px !important;
}
}
@media (max-width: 400px) {
  p.qode-footer-text {
    height: 120px !important;
  }
  .outer.roomsImageSlider div#big .owl-item img {
    max-height: 200px !important;
}
}


@media (min-width: 980px) and (max-width: 1200px) {
  body div#slider_439 .owl-item > div p {
    font-size: 52px !important;
  }
  .checkAvailabilityBtn a {
    font-size: 12px !important;
    padding: 16px 10px !important;
}
}
@media (min-width: 1200px) and (max-width: 1350px) {
  body div#slider_439 .owl-item > div p {
    font-size: 60px !important;
  }
}
@media (min-width: 1350px) and (max-width: 1440px) {
  body div#slider_439 .owl-item > div p {
    font-size: 64px !important;
  }
}

@media (max-width: 520px) {
  .elementor-element-801c0ca.newspaper-border-right .elementor-element-populated  {
    border-width: 0;
  }
}


/* custom code start */

.banquet-form-parent {
  border: 1px solid #6a6a6a;
}

.banquet-text {
  padding: 24px 12px;
}

.banquet-text h2 {
  text-align: left;
}

.banquet-form-child {
  padding: 24px 12px;
  border-left: 1px solid #000;
}

.banquet-form .form-check {
  display: block;
  min-height: 1.5rem;
  width: 100%;
  border: 1px solid #000;
  margin: 0px 8px;
  padding: 8px 8px 8px 32px;
}

.banquet-form-section input[type="radio"]:after {
  margin: 16px 14px 0 15px;
}

.banquet-form-section input[type="radio"] {
    width: 1em;
    height: 1em;
    margin-top: 0.25em;
    vertical-align: top;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    /* border: 1px solid rgba(0,0,0,.25); */
    border: 0 !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
    print-color-adjust: exact;
}

.banquet-form-section .row .banquet-form-parent .col-md-8 .banquet-form-child .banquet-form .form-check:nth-child(1) {
  margin-left: 0px;
}

.banquet-form-section .row .banquet-form-parent .col-md-8 .banquet-form-child .banquet-form .form-check:nth-child(2) {
  margin-right: 0px;
}

.search-form input {
  width: 100%;
  padding: 10px;
}

.search-form label {
  text-transform: uppercase;
}

.search-btn .btn {
  background-color: #111;
  color: #fff;
  padding: 10px 24px;
  margin-left: 0px;
  margin-top: 25px;
  text-transform: uppercase;
  width: 95%;
  height: 48px;
  text-align: center;
}

.banquet-form-child input[type="radio"]:after {
  top: -16px;
}

.banquet-form-child input[type="radio"]:checked:after {
  top: -18px;
}


@media screen and (max-width:991px) {
  .search-btn .btn {
    width: auto;
  }
}

@media screen and (max-width:767px) {
  .search-btn .btn {
    margin-left: 0px;
  }

  .banquet-form-child {
    padding: 24px 12px;
    border-left: none;
  }

  .banquet-form-section .row .banquet-form-parent .col-md-8 .banquet-form-child .banquet-form .form-check:nth-child(2) {
    margin-left: 0px;
    margin-top: 24px;
  }

  .banquet-text {
    padding: 12px;
  }

  .search-btn {
    text-align: center;
  }

  .dates .checkInD.para {
    padding-right: 30px;
  }

  form#mc4wp-form-1 input[type="submit"] {
    margin-top: 10px;
}
}


.banquet-form-img img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

.banquet-form-img h2 {
    text-align: left;
    margin-bottom: 24px;
}

.banquet-booking-form .col-md-6 {
    margin-bottom: 20px;
}

.banquet-booking-form label {
    font-size: 16px;
    font-family: var(--primaryFont) !important;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.56;
    letter-spacing: normal;
    text-align: left;
    color: #313131;
    font-weight: normal !important;
}

.banquet-booking-form input,
.banquet-booking-form textarea,
.banquet-booking-form select {
    display: block;
    width: 100%;
    font-size: 16px;
    padding: 12px 16px !important;
    font-weight: 400;
    line-height: 1.5;
    background-color: #f9f9f9 !important;
    background-clip: padding-box;
    border: 1px solid #d1d1d1 !important;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.banquet-booking-form .form-control:focus {
    box-shadow: none;
}

/* Chrome, Safari, Edge, Opera */
.banquet-booking-form input::-webkit-outer-spin-button,
.banquet-booking-form input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
.banquet-booking-form input[type=number] {
    -moz-appearance: textfield;
}

.banquet-booking-form .input-group-text {
    background-color: #f9f9f9 !important;
    border: 1px solid #d1d1d1 !important;
  border-right: 0px !important;
  border-radius: 0.25rem 0 0 0.25rem;
}

.form-img input{
    position: relative;
}

.form-img img {
    width: 20px;
    height: auto;
    object-fit: contain;
    position: absolute;
    right: 14px;
    top: 8px;
}

.banquet-booking-form .pay-now-process {
    background-color: #111 !important;
    color: #fff !important;
    padding: 10px 24px;
/*     margin-top: 10px; */
    text-transform: uppercase;
    width: 30%;
    height: 48px;
    text-align: center;
}

.banquet-booking-form h2 {
    text-align: left;
    margin-bottom: 16px;
}

.note-text {
    background-color: #ffeced;
    padding: 12px 16px;
    border: 1px solid #ffc3c3;
}

.note-text h3 {
    color: #000;
    font-size: 14px;
  text-transform: capitalize !important;
}

.note-text p {
    font-size: 14px;
}

@media screen and (max-width:1199px) {
      .note-text {
        padding: 12px;
    }
    .customPopupBody {
      width: 70%;
  }
}

@media screen and (max-width:991px) {
  .customPopupBody {
    width: 85%;
  }
    .banquet-booking-form .pay-now-process {
        width: 35%;
    }

    .note-text {
        padding: 2px 16px;
    }
}


@media screen and (max-width:767px) {
    .banquet-booking-form h2 {
        margin-top: 24px;
    }

    .note-text {
        padding: 12px 16px;
    }

    .banquet-booking-form .btn {
        width: 32%;
    }
}

.joinchat--btn {
  display: none;
}

.hotel-error, 
.room-banquet {
    color: #000;
}


/*Inquiry Shortcode*/

.adultsSelection{
    padding: 22px 32px 22px 32px;
}
.contactSelection {
    top: 138px;
    position: inherit;
    box-shadow: 0 0 9px 1px rgb(0 0 0 / 20%);
    background-color: #ffffff;
    position: absolute;
    z-index: 10000000;
    width: 175px;
    padding: 17px 0px 0px 15px;
}
.checkAvailabilityBtn .proceed-btn {
    font-size: 10px;
}
.checkAvailabilityBtn .proceed-btn {
    background-color: #111;
    color: #fff;
    padding: 22px 32px;
    font-size: 20px;
    font-family: var(--primaryFont);
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
}
.checkAvailabilityBtn .proceed-btn:hover {
    color: #fff;
    text-decoration: none;
}
.proceed-btn {
    cursor: pointer;
}

.contactSelection li {
    list-style: none;
    font-size: 20px;
    font-family: var(--primaryFont) !important;
    color: #111;
    line-height: 1.5;
    padding-bottom: 15px;
    display: flex;
}
.inquire-shortcode .avalSelectionWrp .dateSelector .selectedStartDate {
    border: none;
}
@media (min-width: 767px) and (max-width: 1700px) {

    .checkAvailabilityBtn .proceed-btn {
        padding: 8px 16px;
        font-size: 14px;
        position: relative;
    }
}
@media (min-width: 1000px) and (max-width: 1024px) {
    .checkAvailabilityBtn .proceed-btn {
        font-size: 10px;
    }
}
@media (min-width: 1920px) {
    .checkAvailabilityBtn a, .checkAvailabilityBtn .proceed-btn {
        font-size: 21px;
    }
}

/*Inquiry Shortcode*/



/* custom code end */


/* new code start */

.booking-empty,
  .booking-not-exist,
  .hotel-error,
  .room-banquet,
  .errorHotel {
    color: red;
  }
  .search-btn .btn {
    border-radius: unset;
  }

  .hotel-selection select#hotels {
    display: block;
      min-height: 1.5rem;
      width: 102%;
      border: 1px solid #000;
      padding: 8px 0px 7px 8px;
  }
  .search-form input {
      padding: 5px 8px 8px 12px;
      margin: 0px 0px 0 -7px;
      width: 102%;
      border: 1px solid #000;
  }
  /*.search-btn .btn {
      margin-top: 51px;
  }*/

  .search-btn .btn {
      padding: 8px 24px;
      width: 89%;
      height: 44px;
  }
  .banquet-form .form-check {
      padding: 6px 8px 8px 32px;
  }
  .banquet-form-section select {
    -webkit-appearance: none;
  }
  .col-md-6.hotel-selection span.arrowImage {
    position: absolute;
      margin-top: -35px;
      right: 24px;
      z-index: -1;
  }
  .col-md-6.hotel-selection select#hotels {
    background: transparent;
  }
  
  .loader {
    border: 4px solid #f3f3f3;
      border-radius: 50%;
      border-top: 4px solid #2dbd99;
      width: 25px;
      height: 25px;
      -webkit-animation: spin 2s linear infinite;
      animation: spin 2s linear infinite;
      position: absolute;
      top: 34px;
      left: 22px;
  }

  /* Safari */
  @-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
  }

  @keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
  }
  @media only screen and (max-width: 767px) {
    .hotel-selection select#hotels {
        width: 100%;
    }
    .search-form input {
        width: 100%;
        margin: 0px 0px 0 0px;
    }
    .searchForm {
      margin-top: 15px;
    }
    .search-btn .btn {
        width: 100%;
    }
  }


.total-balance {
        bottom: 100px;
    }
    .remaining-balance {
        bottom: 53px;
    }
    .paid-balance {
        bottom: 75px;
    }
    .banquet-booking-form {
        position: relative;
    }
    .note-text {
        border-radius: 0.25rem;
    }
    .banquet-form-img h2,
    .banquet-booking-form h2 {
        font-size: 40px !important;
    }
    .banquet-details {
        display: flex;
        align-items: center;
    }
    .banquet-form-img img{
        height:410px; 
        object-fit:cover;
    }
    .banquet-booking-form .input-group-text {
        font-weight: 600;
    }
    .banquet-booking-form label {
        font-size: 14px;
    }
    .banquet-booking-form .pay-now-process {
        margin: 55px 0 0 0;
    }
    @media only screen and (max-width: 767px) {
        .total-balance {
            bottom: 95px;
        }
        .banquet-booking-form .pay-now-process {
            margin: 60px 0 0 0;
        }

    }


.page-id-9917 .title_subtitle_holder_inner span.subtitle,
.page-id-9920 .title_subtitle_holder_inner span.subtitle
 {
  display: none;
}

.page-id-9917 .title_subtitle_holder_inner h1,
.page-id-9920 .title_subtitle_holder_inner h1
 {
    font-family: var(--pageBanerFont);
    color: #fff;
    font-size: 72px;
    text-transform: capitalize;
    z-index: 100;
    text-shadow: 3px 5px 10px black;
}

.page-id-9917 p, 
.page-id-9920 p {
  
  font-size: 20px !important;
}

.page-id-9937 .site-main-header {
  background: #000;
}

.page-id-9937 .roomDetailPageHeader .innerHeaderBg {
  margin-left: -242px;
  width: 140%;
}








/* Email code start */


.email-show {
    display: none;
}
.mobile-show {
    display: none;
}
form#banquetBookingForm .banquet-booking-form h2 {
    font-size: 24px !important;
}

.balance-division {
    display: flex;
    flex-flow: column;
    padding-left: 16px;
    background: #f9f9f9;
    margin-left: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
    border: 1px solid #d1d1d1;
    width: 100%;
    margin-bottom: 20px;
    border-radius: 0.25rem;
}
.email-sms-division {
    padding-left: 16px;
}

#email-phone-areas ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-flow: wrap;
}
#email-phone-areas ul li {
    width: calc(100% / 2);
    margin: 0 0 10px 0;
    padding: 0 10px 0 0;
}

#email-phone-areas ul li label {
    position: relative;
    padding-left: 35px;
}

#email-phone-areas ul li input {
    width: 7% !important;
    position: absolute;
    margin-top: 7px;
    z-index: 10;
    cursor: pointer;
}

div#email-phone-areas ul li.email {
    margin-left: -25px;
}
div#email-phone-areas ul li.mobile_no {
    margin-left: 22px;
}
.email-sms-division p.sms-email-text {
    font-size: 20px;
}
.banquet-booking-form .col-md-6 {
    margin-bottom: 0px;
}
p.error.mobile-email-error {
    margin-left: -15px;
}

.banquet-booking-form {
    position: relative;
}
.note-text {
    border-radius: 0.25rem;
}
.banquet-form-img h2,
.banquet-booking-form h2 {
    font-size: 40px !important;
}
.banquet-details {
    display: flex;
    align-items: center;
}
.banquet-form-img img{
    height:410px; 
    object-fit:cover;
}
.banquet-booking-form .input-group-text {
    font-weight: 600;
}
.banquet-booking-form label {
    font-size: 14px;
}
.banquet-booking-form .pay-now-process {
    margin: 20px 0 0 0;
}
@media only screen and (max-width: 1024px) {
    .email-sms-division p.sms-email-text {
        font-size: 18px;
        font-weight: 600;
    }
}
@media only screen and (max-width: 767px) {
    .total-balance {
        bottom: 95px;
    }
    .banquet-booking-form .pay-now-process {
        margin: 20px 0 0 0;
    }
    .email-sms-division p.sms-email-text {
        font-size: 21px;
        font-weight: 600;
    }
    div#email-phone-areas ul li.email {
        margin-left: -22px;
    }
    .wa-float{
      right: 10px;
    }
}


.noOfGuests.number {
  padding: 0px 12px;
  font-size: 28px;
}
.noOfGuests.number {
  position: relative;
  top: 3px;
}
  .noOfGuests.number {
    font-size: 24px;
  }

#childGuest,
    #manualGuest {
        border: none;
        width: 38px;
        text-align: center;
        color: #000;
    }


/* New CSS */
  .whatsapp-popup-wrapper .fa {
    font: normal normal normal 14px/1 FontAwesome !important;
    font-size: inherit !important;
  }
  .forgot_box .user_form{
    padding-top: 16px;
  }
  .forgot_password .forgot_box h1{
        font-family: "Source Sans Pro";
  }
  .error404 .content_inner {
      background-image: url(https://nishathotels.com/wp-content/uploads/2021/06/loyalty-card-headder-scaled.jpg);
      background-repeat: no-repeat;
      background-position: top center;
      background-size: cover;
  }
  .error404 .page_not_found {
    margin-top: 150px;
    padding: 24px 48px;
  }
  .error404 .title.title_size_large h1 {
    color: #ffffff;
}
  .search-results .content_inner {
      background-image: url(https://nishathotels.com/wp-content/uploads/2021/06/loyalty-card-headder-scaled.jpg);
    background-repeat: no-repeat;
      background-position: top center;
  }
  .search-results .title.title_size_large h1 {
      color: #ffffff;
  }
  .search-results .default_template_holder{
    margin-top: 200px;
  }
  .search-no-results .content_inner {
    background-image: url(https://nishathotels.com/wp-content/uploads/2021/06/loyalty-card-headder-scaled.jpg);
  background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}
.search-no-results .title.title_size_large h1 {
  color: #ffffff;
}
.search-no-results .default_template_holder{
  margin-top: 150px;
  padding: 10px !important;
}
  .page-id-5474 .title_subtitle_holder_inner .subtitle{
       line-height: 1.3em;
  }
  .page-id-2355 .pwd-validation{
   margin-top: 24px;
  }
  .footer_top_holder .clearfix::before, .clearfix::after {
    display: block;
}
input.wpcf7-form-control.wpcf7-date, input.wpcf7-form-control.wpcf7-number, input.wpcf7-form-control.wpcf7-text, select.wpcf7-form-control.wpcf7-select, textarea.wpcf7-form-control.wpcf7-textarea {
  width: 100% !important;
}
div.wpcf7-response-output:before {
  display: none;
}
.wpcf7-response-output {
  background-color: #527f89 !important;
  padding: 15px !important;
  color: #fff !important;
  font-family: var(--primaryFont) !important;
  font-size: 16px !important;
}
.blog-right-sidebar{
  display: none;
}
.page-id-2565 .user_form .col-md-4{
  padding-right: 0px;
  padding-left: 0px;
}
.form-header-text{
  padding-bottom: 24px;
}
.room-text-style{
  color:#fff; 
  font-size: 18px; 
  margin-bottom: 0;
  margin-top: -23px
}
.page-id-3721 .text-color {
  margin-bottom: 24px;
}
.newsLetterWrap .mc4wp-response p{
  color: red;
}
.bookingSelectHotel .hotelError{
  color: red;
}
.loyalty-card-content .wpcf7 form .wpcf7-response-output {
  margin: 0em 0em !important;
}
.customPopup .submitButtomWrp {
  margin-top: 0px !important;
}
.loyalty-card-content .col-md-12 {
  margin-bottom: 0px;
}
.loyalty-card-content .memberShipForm  input[type="submit"] {
  margin-top: 20px;
}
.customPopup .wpcf7 form.wpcf7-form p {
  margin-bottom: 16px;
}
.forget-pwd input[type="email"]{
    width: 100%;
    height: 40px;
    border: solid 1px #d1d1d1;
    background-color: #f9f9f9;
    margin: 0 0 24px;
    padding: 10px;
    outline: 0;
}
.elementor-element-137aef40 .elementor-element .swiper-container .elementor-swiper-button-prev {
  /* margin-left: 44%; */
  margin-bottom: 55px;
}
.elementor-element-137aef40 .elementor-element .swiper-container .elementor-swiper-button-next {
  /* margin-right: 44%; */
  margin-bottom: 55px;
}
.elementor-element-137aef40 .swiper-container-horizontal>.swiper-pagination-bullets {
  bottom: 4px;
  position: inherit;
  margin-top: 20px;
}
select.noOfRoom {
  -webkit-appearance: menulist-button !important;
  appearance: menulist-button;
}
@media screen and (max-width: 1440px) {
  /* .elementor-element-137aef40 .elementor-element .swiper-container .elementor-swiper-button-prev {
    margin-left: 40%;
  }
  .elementor-element-137aef40 .elementor-element .swiper-container .elementor-swiper-button-next {
    margin-right: 40%;
  } */
}

  @media screen and (max-width: 1199px) {
  .mobile-main-menu #mobile-menu-item-7088 h3{
    color: #111;
    font-weight: 400;
  }
  .page-id-7079 .roomDetailPageHeader .innerPageHeaderWrapper h1 {
    top: 230px;
}
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .page-id-5473 .elementor:not(.elementor-bc-flex-widget) .elementor-widget-wrap,
    .page-id-5474 .elementor:not(.elementor-bc-flex-widget) .elementor-widget-wrap,
    .page-id-5448 .elementor:not(.elementor-bc-flex-widget) .elementor-widget-wrap,
    .page-id-5557 .elementor:not(.elementor-bc-flex-widget) .elementor-widget-wrap,
    .page-id-5558  .elementor:not(.elementor-bc-flex-widget) .elementor-widget-wrap{
        display: block;
    }
    .roomDetailPageWrp .rDCheckIn{
      font-size: 16px;
    }
    .roomDetailPageWrp .checkOutD .rDCheckOut {
      font-size: 16px;
  }
    .leftSideText {
      max-width: 60%;
  }
    .page-id-5460 .elementor-5460 .elementor-element.elementor-element-1181cf04 {
      padding-top: 30px;
  }
    .page-id-5474 .title_subtitle_holder_inner .subtitle{
      padding-top: 30px !important;
 }
  .elementor-5486 .elementor-element.elementor-element-2e800173 .elementor-heading-title,
  .elementor-5486 .elementor-element.elementor-element-7a959fce .elementor-heading-title,
  .elementor-5487 .elementor-element.elementor-element-7a959fce .elementor-heading-title {
      height: 60px;
  }
  .textRightCol .elementor-widget-wrap.elementor-element-populated {
    padding-right: 10% !important;
  }
  .blog .innerPageHeaderWrapper img {
    object-fit: cover;
  }
  .checkAvailabilityBtn{
    text-align: center;
  }
  .bookNowHeading h3{
    text-align: center;
  }
  /* .blog .roomDetailPageWrp .roomBookingInfoBlock .dates > .fa {
    top: 0px;
} */
.blog .dates .checkInD.para {
    padding-left: 0px;
}
.page-id-2565 .col-md-4 {
  max-width: 40%;
}
.roomsListItem .roomImage{
  width: 100%;
}
.roomsListItem .bookNowButton {
  bottom: 29px;
}
.post-testimonials .average-rate {
  display: none;
}
.page-id-2565 .col-md-4 {
  max-width: 100%;
}
.roomListImgText {
  top: auto;
  bottom: 10px;
}
.page-id-5407 .roomListImgText, .page-id-5410 .roomListImgText {
  bottom: 10px !important;
  top: auto;
}
.page-id-5487 .elementor-element-5cf4a47c{
  padding-top: 30px;
}
.post-card .post-client-name {
 height: 45px;
}
  }

  @media screen and (max-width: 991px) {
    .blog .col-12{
      padding-right: 14px;
      padding-left: 14px;
  }
    .whiteArrows .owl-carousel .owl-prev::after {
      right: 30px;
  }
  .whiteArrows .owl-carousel .owl-next::after {
      left: 30px;
  }
    .page-id-2569 .elementor-2569 .elementor-element.elementor-element-641d470d {
      margin-top: 20px !important;
    }
    .elementor-element-137aef40 .elementor-element .swiper-container .elementor-swiper-button-prev {
      margin-left: -4%;
    }
    .elementor-element-137aef40 .elementor-element .swiper-container .elementor-swiper-button-next {
      margin-right: -4%;
    }
    .page-id-9786 .title_subtitle_holder_inner .subtitle, .page-id-5448 .title_subtitle_holder_inner .subtitle, .page-id-5416 .title_subtitle_holder_inner .subtitle, .page-id-5460 .title_subtitle_holder_inner .subtitle, .page-id-5459 .title_subtitle_holder_inner .subtitle, .page-id-5473 .title_subtitle_holder_inner .subtitle, .page-id-5474 .title_subtitle_holder_inner .subtitle, .page-id-5486 .title_subtitle_holder_inner .subtitle, .page-id-5487 .title_subtitle_holder_inner .subtitle, .page-id-5501 .title_subtitle_holder_inner .subtitle, .page-id-5502 .title_subtitle_holder_inner .subtitle, .page-id-5519 .title_subtitle_holder_inner .subtitle, .page-id-5520 .title_subtitle_holder_inner .subtitle, .page-id-5547 .title_subtitle_holder_inner .subtitle, .page-id-5548 .title_subtitle_holder_inner .subtitle, .page-id-5557 .title_subtitle_holder_inner .subtitle, .page-id-5558 .title_subtitle_holder_inner .subtitle, .title.title_size_large h1 {
      padding-top: 0px;
  }
  .banquet-form-child .hotel-label,
  .banquet-form-child #eventnumber {
     margin-top: 24px;
  }
  .banquet-form-child .col-md-3{
      max-width: 100% !important;
  }
  .search-btn .btn {
      width: 100%;
  }
  .banquet-text h2 {
      font-size: 38px !important;
  }
  /* .rightSideText .selectRoom {
      padding-right: 150px;
  } */
  .horizontalLine {
    width: 16%;
  }
  .elementor-5459 .elementor-element-63cda52a .elementor-heading-title {
    height: 115px;
}
.elementor-5459 .elementor-element.elementor-element-71757636 {
  padding-top: 30px;
}
.search-no-results .default_template_holder{
  margin-top: 50px;
}
.error404 .page_not_found {
  margin-top: 0px;

}
.search-results .default_template_holder{
  margin-top: 0px;
}
.room-text-style{
  margin-top: 0px
}
.page-id-2569 .elementor-element-5484d755 .elementor-heading-title {
  height: 60px;
}
/* .page-id-2569 .elementor-element.elementor-element-af4582c,
.page-id-2569 .elementor-element.elementor-element-6b6f4f76{
 padding-top: 35px
} */
  }
  @media screen and (max-width: 767px) {
    .elementor-element-137aef40 .elementor-element .swiper-container .elementor-swiper-button-prev {
      margin-left: 6%;
    }
    .elementor-element-137aef40 .elementor-element .swiper-container .elementor-swiper-button-next {
      margin-right: 6%;
    }
    
    .whiteArrows .owl-carousel .owl-prev::after {
      right: 50px;
  }
  .whiteArrows .owl-carousel .owl-next::after {
      left: 50px;
  }
    .roomListImgText {
      bottom: 10px;
  }
    .roomsListItem.row .col-md-7 {
      padding-bottom: 24px !important;
        padding-top: 16px !important;
    }
  .banquet-form-child .hotel-label,
  .banquet-form-child #eventnumber {
     margin-top: 0px;
  }
  .rightSideText .selectRoom {
      padding-right: 0px;
  }
  .offerItem.innerItemBottomSpace {
    width: 100%;
  }
  .elementor-5459 .elementor-element.elementor-element-0410f85 > .elementor-element-populated {
    padding: 0% 10% 0% 10%;
}
.page-id-5407 .roomListImgText, .page-id-5410 .roomListImgText {
  bottom: 10px;
  left: 30px;
}
.inquire-shortcode .avalSelectionWrp .dateSelector .selectedStartDate {
  border: 1px solid #d1d1d1 !important;
  border-top: none !important;
}
.roomDetailSTLinks ul {
  display: flex;
  overflow-x: scroll;
}
.roomDetailSTLinks ul li {
  white-space: nowrap;
}
.page-id-2565 .error-msg-style {
  width: 75%;
}
.roomsListItem .bookNowButton {
  margin-left: 0px !important;
}
  /* .roomDetailPageWrp .roomBookingInfoBlock .dates > .fa {
    top: 0px;
} */
  }
  @media screen and (max-width: 575px) {
    /* .elementor-element-137aef40 .elementor-element .swiper-container .elementor-swiper-button-prev {
      margin-left: 30%;
    }
    .elementor-element-137aef40 .elementor-element .swiper-container .elementor-swiper-button-next {
      margin-right: 30%;
    } */
    .post-testimonials .slick-prev {
      left: 15% !important;
  }
  .post-testimonials .slick-next {
    right: 15% !important;
}
  }
  @media screen and (max-width: 520px) {
    .elementor-element-63cda52a .elementor-heading-title {
      height: 155px;
  }
}
  @media screen and (max-width: 516px) {
    .elementor-element-63cda52a .elementor-heading-title {
      height: auto !important;
  }
  .elementor-5459 .elementor-element.elementor-element-71757636 {
    padding-top: 0px;
}
.page-id-2569 .elementor-element-5484d755 .elementor-heading-title {
  height: auto !important;
}
/* .page-id-2569 .elementor-element.elementor-element-af4582c,
.page-id-2569 .elementor-element.elementor-element-6b6f4f76{
  padding-top: 0px;
} */
  }
  @media screen and (max-width: 480px) {
  div#slider_439 .owl-item > div {
      min-height: 500px !important;
  }
  .post-testimonials h2 {
    margin-top: 48px;
  }
  .room-text-style{
    margin-top: -8px
  }
  .roomSerCustomcol {
    width: 50%;
}
#sliderTwoColBlack .owl-item > .sa_hover_container img {
  height: 450px;
}
.customPopup .customPopupBody {
  width: 95%;
}
.customPopup .loyalty-card-content {
  padding: 20px;
}
/* .elementor-element-137aef40 .elementor-element .swiper-container .elementor-swiper-button-prev {
  margin-left: 25%;
}
.elementor-element-137aef40 .elementor-element .swiper-container .elementor-swiper-button-next {
  margin-right: 25%;
} */
  }
  @media screen and (max-width: 440px) {
    .post-testimonials .slick-prev {
      left: 8% !important;
  }
  .post-testimonials .slick-next {
    right: 8% !important;
}
  }
  @media screen and (max-width: 420px) {
.whiteArrows .owl-carousel .owl-prev::after {
  right: 80px;
}
.whiteArrows .owl-carousel .owl-next::after {
  left: 80px;
}
.elementor-swiper-button-prev {
  left: 20%;
}

.elementor-swiper-button-next {
  right: 20%;
}
  }
  @media screen and (max-width: 360px) {
    .page-id-5407 .post-testimonials .slick-prev, .page-id-5410 .post-testimonials .slick-prev {
      left: 16% !important;
  }
  .page-id-5407 .post-testimonials .slick-next, .page-id-5410 .post-testimonials .slick-next {
    right: 16% !important;
}
.post-testimonials .slick-prev {
  left: 4% !important;
}
.post-testimonials .slick-next {
right: 4% !important;
}
p.qode-footer-text {
  height: 150px !important;
}
/* .elementor-element-137aef40 .elementor-element .swiper-container .elementor-swiper-button-prev {
  margin-left: 20%;
}
.elementor-element-137aef40 .elementor-element .swiper-container .elementor-swiper-button-next {
  margin-right: 20%;
} */
  }


  .page-id-2569 .elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 1480px;
}
.page-id-2569 .sliderTwoColBlackWrapper p {
  width: 550px;
}
.page-id-2569 .sliderTwoColBlackWrapper h4 {
  width: 550px;
}
/* .page-id-2569 .elementor img {
  height: auto !important;
} */
.page-id-2569 .postImageCard {
  width: 100% !important;
  height: 100%;
}
.page-id-2569 .elementor-element-51bbfb93 .blogItemBox {
  height: auto;
}
.page-id-2569 .ImageOverLayShade {
  height: 100%;
}
.page-id-2569 .elementor-element-4eef8734 .elementor-widget-image a {
  display: block;
}

@media screen and (max-width: 1440px) {
  .page-id-2569 .elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 1320px;
}
.page-id-2569 .ourRestaurantsslides .slideCotent h5 {
  padding-bottom: 8px;
}
.page-id-2569 .elementor-element-1cf9d93f .hPHeaderBtn {
  margin-top: 16px;
}
.page-id-2569 .elementor-2569 .elementor-element.elementor-element-641d470d {
  margin-top: 125px;
}
}
@media screen and (max-width: 1280px) {
  .page-id-2569 .elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 1180px;
}
}
@media (min-width: 1100px) and (max-width: 1280px){
  .page-id-2569 .sliderTwoColBlackWrapper #sliderTwoColBlack {
    margin-top: -230px;
  }
  .page-id-2569 .sliderTwoColBlackWrapper #sliderTwoColBlack .owl-item > .sa_hover_container img {
    width: 430px;
  }
  .page-id-2569 .elementor-2569 .elementor-element.elementor-element-641d470d {
    margin-top: 55px;
  }
  .page-id-2569 .sliderTwoColBlackWrapper p {
    width: 530px;
}
}
@media (min-width: 1100px) and (max-width: 1199px){
  .page-id-2569 .sliderTwoColBlackWrapper #sliderTwoColBlack {
    margin-top: -210px !important;
  }
}
@media (min-width: 1025px) and (max-width: 1099px){
.page-id-2569 .sliderTwoColBlackWrapper #sliderTwoColBlack {
  margin-top: -170px;
}
.page-id-2569 .sliderTwoColBlackWrapper #sliderTwoColBlack .owl-item > .sa_hover_container img {
  width: 330px;
}
.page-id-2569 .elementor-2569 .elementor-element.elementor-element-641d470d {
  margin-top: 0px;
}
}

@media screen and (max-width: 767px) {
  /* .elementor-swiper-button-prev {
    left: 35%;
  }
  
  .elementor-swiper-button-next {
    right: 35%;
  }
  .whiteArrows .owl-carousel .owl-prev::after {
    right: 50px;
}
.whiteArrows .owl-carousel .owl-next::after {
    left: 50px;
} */
  .page-id-2569 .sliderTwoColBlackWrapper p {
    width: 100%;
  }
  .page-id-2569 .sliderTwoColBlackWrapper h4 {
    width: 100%;
  }
  .page-id-2569 .ourRestaurantsslides .slideCotent {
    padding: 12px 25px !important;
}
 .page-id-2569 .ourRestaurantsslides .slideCotent h5 {
    font-size: 20px;
    line-height: 24px;
    padding-bottom: 0px;
}
.page-id-2569  .elementor-element-1cf9d93f p{
  font-size: 13px;
  line-height: 16px !important;
}
 .page-id-2569 .elementor-element-1cf9d93f .hPHeaderBtn {
    margin-top: 12px;
}
.page-id-2569 .sliderTwoColBlackWrapper #sliderTwoColBlack .owl-item > .sa_hover_container img {
  max-width: 100%;
}
}
.elementor-element-264170fd .owl-nav {
  font-size: 0;
  height: 0;
  }




.offers-slider{
	border: 1px solid #D1D1D1;
	margin: 0 15px;
	height: 100%;
}
.offer-slider-text {
	padding: 16px;
}
.offers-slider img {
    width: 100% !important;
    height: 250px !important;
    object-fit: cover;
}
.offers-available-text h3 {
  color: #EC0000 !important;
  font-family: "Roboto", Sans-serif;
  font-size: 24px !important;
  font-weight: 600 !important;
  text-transform: inherit !important;
}
.offers-slider h4 {
    color: #111111;
    font-family: "Roboto", Sans-serif;
    font-size: 24px;
    font-weight: 400;
    text-transform: capitalize;
    line-height: 26px;
    letter-spacing: 0px;
	padding-bottom: 12px;
}
.offer-slider p{
	line-height: 1.5 !important;
    font-size: 16px;
    color: #313131 !important;
}
.offers-slider-parent .ourRestaurantsslides .owl-item .sa_hover_container {
   height: 450px !important;
}
.offers-slider-parent .ourRestaurantsslides .owl-stage-outer {
  height: 450px !important;
}
.offers-slider-parent.whiteArrows .sa_hover_container {
  padding: 0% 0% !important;
}
@media (min-width: 1200px) and (max-width: 1400px){
	.offers-slider-parent .ourRestaurantsslides .owl-item .sa_hover_container {
   height: 530px !important;
}
}
@media (min-width: 1025px) and (max-width: 1200px){
	.offers-slider-parent .ourRestaurantsslides .owl-item .sa_hover_container {
   height: 500px !important;
}
}
@media (max-width: 767px) {
.offers-slider-parent .ourRestaurantsslides .owl-item .sa_hover_container {
    height: 450px !important;
}
.offers-slider-parent .ourRestaurantsslides .owl-stage-outer {
  height: 450px !important;
}
.offers-slider {
  margin: 0 0px;
}
}
@media (max-width: 575px) {
.offers-slider-parent .ourRestaurantsslides .owl-item .sa_hover_container {
    height: 450px !important;
}
}
@media (max-width: 540px) {
.offers-slider-parent .ourRestaurantsslides .owl-item .sa_hover_container {
    height: 480px !important;
}
}
@media (max-width: 480px) {
.offers-slider-parent .ourRestaurantsslides .owl-item .sa_hover_container {
    height: 450px !important;
}
}
@media (max-width: 440px) {
.offers-slider-parent .ourRestaurantsslides .owl-item .sa_hover_container {
    height: 480px !important;
}
.offers-slider-parent .ourRestaurantsslides .owl-stage-outer {
  height: 480px !important;
}
}