@charset "utf-8";
/* @import url('https://fonts.googleapis.com/css2?family=Instrument+Sans:ital,wght@0,400..700;1,400..700&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap'); */
@font-face {
  font-family: 'gloucester_mt_extra_condensRg';
  src: url('../fonts/gloucester-mt-extra-condensed-webfont.eot');
  src: url('../fonts/gloucester-mt-extra-condensed-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/gloucester-mt-extra-condensed-webfont.woff2') format('woff2'),
    url('../fonts/gloucester-mt-extra-condensed-webfont.woff') format('woff'),
    url('../fonts/gloucester-mt-extra-condensed-webfont.ttf') format('truetype'),
    url('../fonts/gloucester-mt-extra-condensed-webfont.svg#gloucester_mt_extra_condensRg') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  ascent-override: 90%;
  descent-override: 20%;
  line-gap-override: 0%;
}
@font-face {
  font-family: 'arial_narrowbold';
  src: url('../fonts/arialnarrow_bold-webfont.eot');
  src: url('../fonts/arialnarrow_bold-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/arialnarrow_bold-webfont.woff2') format('woff2'),
    url('../fonts/arialnarrow_bold-webfont.woff') format('woff'),
    url('../fonts/arialnarrow_bold-webfont.ttf') format('truetype'),
    url('../fonts/arialnarrow_bold-webfont.svg#arial_narrowbold') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  ascent-override: 90%;
  descent-override: 20%;
  line-gap-override: 0%;
}
:root {
  --black-color: #000000;
  --white-color: #ffffff;
  --body-color: #2B2B2B;
  --primary-color: #7FFFD4;
  --primary-bold: #019C68;
  --secondary-color: #080808;
  --text-color: #4D4D4D;
  --primary-bg: #F8F9FA;
  --secondary-bg: #121212;
  --btn-bg: #7FFFD4;
  --btn-color: #050505;
  --primary-font: "Roboto", sans-serif;
  --secondary-font: "Instrument Sans", sans-serif;
  --heading-font: 'arial_narrowbold';
  --sub-font: 'gloucester_mt_extra_condensRg';
  --offsetTop: 104px;
}
*,
*::after,
*::before {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
html {
  overflow-x: hidden;
}
body {
  font: 400 16px / 1.5 var(--primary-font);
  color: var(--body-color);
  background: transparent;
  padding: 0;
  margin: 0;
  letter-spacing: 0.2px;
}
p,
.section_short_description {
  line-height: 1.7;
  margin-bottom: 16px;
}
p:last-child,
.section_short_descriptionshort_description:last-child {
  margin-bottom: 0;
}
::-webkit-scrollbar {
  width: 4px;
}
body::-webkit-scrollbar {
  width: 10px;
}
::-webkit-scrollbar-track {
  background: #c2bfbf;
}
::-webkit-scrollbar-thumb {
  background: var(--primary-bold);
}
::-moz-selection {
  background-color: var(--secondary-color);
  color: var(--white-color);
}
::-webkit-selection {
  background-color: var(--secondary-color);
  color: var(--white-color);
}
::selection {
  background-color: var(--secondary-color);
  color: var(--white-color);
}
@-moz-document url-prefix() {
  html {
    scrollbar-width: thin;
    scroll-behavior: smooth;
    scrollbar-color: var(--primary-bold) #e1e1e1;
  }
}
@media only screen and (min-width: 1601px) {
  .container {
    max-width: 1470px;
  }
}
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.rj_editor_text ul{
  list-style: disc;
  padding-left: 24px;
}
.rj_editor_text li{
  position: relative;
  margin-bottom: 16px;
}
.rj_editor_text li:last-child{
  margin-bottom: 0;
}
.rj_editor_text li :is(ul, ol) {
	margin-block: 16px;
}
.rj_editor_text pre{
  font: inherit;
}
a {
  display: inline-block;
  border: none;
  text-decoration: none;
  outline: none;
  color: #016543;
  -moz-transition: all 300ms ease-in-out 0ms;
  -webkit-transition: all 300ms ease-in-out 0ms;
  transition: all 300ms ease-in-out 0ms;
}
a:hover {
  color: var(--secondary-color);
}
img {
  max-width: 100%;
  margin: 0;
  padding: 0;
  -moz-transition: all 300ms ease-in-out 0ms;
  -webkit-transition: all 300ms ease-in-out 0ms;
  transition: all 300ms ease-in-out 0ms;
}
.section {
  padding: 50px 0;
}
.section.lg {
  padding: 80px 0;
}
.heading {
  font: 400 46px / 1.25 var(--primary-font);
  margin-bottom: 10px;
}
.heading span {
  color: var(--primary-bold);
}
.anotherHeading {
  font: 400 36px / 1 var(--sub-font);
  text-transform: uppercase;
  margin-bottom: 20px;
  color: var(--black-color);
}
.anotherHeading span {
  display: block;
  font-size: 1.5em;
  /* line-height: 0.9; */
  font-family: var(--heading-font);
  text-transform: initial;
}
.heading.secondaryHeading {
  font-family: var(--heading-font);
}
.title {
	font: 500 32px / 1.25 var(--primary-font);
	margin-bottom: 12px;
	color: var(--black-color);
}
.subtitle {
  font: 600 18px / 1.25 var(--primary-font);
  margin-bottom: 4px;
  color: #2F2F2F;
}
.subheading {
  font: 600 20px/ 1.25 var(--secondary-font);
  position: relative;
  z-index: 1;
  margin-bottom: 8px;
}
.subtitle:last-child, .subheading:last-child, .title:last-child{
  margin-bottom: 0;
}
.rj_box :is(.subtitle, .subheading){
  color: var(--secondary-color);
}
.rj_box :is(.subtitle, .subheading):hover{
  color: var(--primary-bold);
}
.rj_content.text-center {
  margin-inline: auto;
}
.rj_content {
  margin-bottom: 40px;
}
.rj_content:last-child {
  margin-bottom: 0px;
}
.rj_content.large-content {
  max-width: 1040px;
}
.rj_content.max-content {
  max-width: 830px;
}
.rj_content.md-content {
  max-width: 520px;
}
[class*="rj-btn-"] {
  display: inline-block;
  min-width: 130px;
  text-align: center;
  border: 1px solid transparent;
  background: var(--btn-bg);
  color: var(--btn-color);
  -webkit-border-radius: 50px;
  border-radius: 50px;
  outline: none;
  text-transform: uppercase;
  font: 600 15px var(--secondary-font);
  --height: 44px;
  height: var(--height);
  line-height: calc(var(--height) - 1px);
  padding: 0 30px;
  position: relative;
  z-index: 1;
  cursor: pointer;
  overflow: hidden;
  flex-shrink: 0;
  letter-spacing: 0.5px;
  -moz-transition: all 300ms ease-in-out 0ms;
  -webkit-transition: all 300ms ease-in-out 0ms;
  transition: all 300ms ease-in-out 0ms;
}
[class*="rj-btn-"]:hover,
button:hover {
  color: var(--white-color);
  background: var(--secondary-color);
  border-color: currentColor;
}
[class*="rj-btn-"].lg {
  --height: 54px;
  font-size: 17px;
}
[class*="rj-btn-"].sm {
	min-width: 100px;
	font-size: 13px;
	--height: 36px;
	padding-inline: 20px;
}
[class*="rj-btn-"].transparent-btn {
  background: transparent;
  border: 1px solid #949494;
}
[class*="rj-btn-"].transparent-btn:hover {
  background: var(--primary-bold);
  color: var(--white-color);
  border-color: transparent;
}
[class*="rj-btn-"][disabled] {
  opacity: 0.5 !important;
  cursor: not-allowed;
}
/* ===============Form=============== */
form {
  margin: 0;
  padding: 0;
}
.form_wrap{
  padding: 30px 40px;
  box-shadow: 0px 6px 46px 0px #0000000F;
  border-radius: var(--border-radius);
  overflow: hidden;
  max-width: 830px;
  margin: 0 auto;
}
.form_wrap p{line-height: normal;}
label {
	display: block;
	text-align: left;
	margin: 0;
	padding: 0;
	font: 500 15px/1.25 var(--primary-font);
	color: var(--black-color);
  -moz-transition: all 300ms ease-in-out 0s;
  -webkit-transition: all 300ms ease-in-out 0s;
  transition: all 300ms ease-in-out 0s;
}
.wpcf7-form-control-wrap { display: block; }
.required{color: var(--danger-color);}
.form-control, .comment-form :is(input, textarea, select) {
  padding: 5px 16px;
  width: 100%;
  height: 48px;
  border: 1px solid #ccc;
  -webkit-border-radius: 36px;
  border-radius: 36px;
  background-color: var(--white-color);
  color: var(--black-color);
  caret-color: var(--primary-bold);
  font: 400 15px / 2 var(--primary-font);
  letter-spacing: 0.5px;
  position: relative;
  vertical-align: top;
  outline: none;
  -moz-transition: all 300ms ease-in-out 0s;
  -webkit-transition: all 300ms ease-in-out 0s;
  transition: all 300ms ease-in-out 0s;
}
select.form-control, select.wpcf7-form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url(../images/select-arrow.png);
  background-repeat: no-repeat;
  background-size: 16px;
  background-position: calc(100% - 10px) 16px;
  padding-right: 30px;
}
.form-control:focus, .wpcf7-form-control:focus {
  border-color: var(--primary-bold) !important;
  outline: 0;
  box-shadow: none;
}
textarea.form-control, textarea.wpcf7-form-control, .comment-form-comment textarea, .woocommerce form .form-row textarea {
	height: 200px;
	padding-top: 10px;
	resize: none;
	border-radius: 8px;
}
.form-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px 16px;
}
.form-row .full-column {
  grid-column: 1/-1;
}
.wpcf7-form-control-wrap .form-control + label {
  position: absolute;
  top: 9px;
  left: 20px;
  color: #595c5f;
  padding: 6px;
  background: var(--white-color);
  pointer-events: none;
}
.form-control + label em{
  color: #ff0000;
}
.wpcf7-form-control-wrap .form-control:focus + label, .form-control:not(:placeholder-shown) + label {
	top: -17px;
	color: var(--primary-bold);
  pointer-events: inherit;
}
.form-control::placeholder{
  opacity: 0;
}
.wpcf7-not-valid-tip{
  margin-top: 4px;
  font-size: 14px;
}
.wpcf7-spinner {
	position: absolute;
	margin: 0;
	top: 8px;
	left: 50%;
	transform: translateX(-50%);
}
.wpcf7-list-item{
  margin: 0;
}
.wpcf7-form-control.wpcf7-acceptance {
	display: block;
	margin-top: 6px;
}
.wpcf7-list-item label {
	display: flex;
	align-items: start;
	font-size: 0.9em;
  color: #595c5f;
}
.wpcf7-list-item input {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  margin: 1px 6px 0 0;
  accent-color: var(--primary-bold);
}
/* Chrome, Safari, Edge (WebKit) */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-text-fill-color: #000 !important;
  caret-color: #000;
  box-shadow: none !important;
  background-color: transparent !important;
  transition: background-color 5000s ease-in-out 0s;
}

/* Firefox (Gecko) */
input:-moz-autofill,
textarea:-moz-autofill,
select:-moz-autofill {
  background-color: transparent !important;
  color: inherit !important;
  box-shadow: none !important;
  transition: background-color 5000s ease-in-out 0s;
}
.submitting .rj-btn-submit {
  pointer-events: none;
}
.submitting  *:has( >.rj-btn-submit) {
  cursor: not-allowed;
  /* max-width: max-content; */
  max-width: 100%;
}
/* ==========Popup Form Star========== */
.header_popupForm {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99999;
  background: #000000d1;
}
.header_popupForm-content .form_wrap {
  max-width: 100%;
  padding: 40px;
}
.header_popupForm-content {
  max-width: 720px;
  margin: auto;
  height: 100%;
  margin-top: 50px;
  position: relative;
  z-index: 1;
}
.header_popupForm-content form {
  overflow: hidden;
  overflow-y: auto;
  max-height: 650px;
  margin-right: -10px;
  padding-right: 10px;
}
.close-icon {
  cursor: pointer;
  position: absolute;
  z-index: 1;
  top: -10px;
  right: -10px;
  display: grid;
  place-items: center;
  font-size: 16px;
  width: 30px;
  height: 30px;
  background: #ff0000;
  text-align: center;
  color: #fff;
  border-radius: 100%;
  opacity: 0.8;
  padding-left: 1px;
}
/* ==========Popup Form Ends========== */
/* ==========FAQ Start========== */
.cw_toggle {
  display: grid;
  row-gap: 16px;
}
.cw_ques {
  cursor: pointer;
  position: relative;
  padding: 15px 60px 15px 24px;
}
.countNumber {
  flex-shrink: 0;
  margin-top: 2px;
  color: var(--primary-color);
}
.cw_ques:after {
  content: "\f107";
  --width: 32px;
  display: block;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  font: var(--icon-font);
  width: var(--width);
  height: var(--width);
  line-height: var(--width);
  text-align: center;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  font-size: 16px;
  background: var(--primary-color);
  color: var(--white-color);
  padding: 1px 0 0 1px;
}
.opened .cw_ques:after {
  background: var(--secondary-color);
  color: var(--white-color);
  -webkit-transform: translate(0%, -50%) rotate(180deg);
  transform: translate(0%, -50%) rotate(180deg);
  padding-left: 0;
}
.cw_ques .subtitle {
  font-weight: 600;
  font-size: 22px;
  display: flex;
  column-gap: 10px;
}
.opened .subtitle {
  color: var(--secondary-color);
}
.cw_ans {
  display: none;
  padding: 0 40px 20px 30px;
  font-size: 18px;
}
/* ==========FAQ Ends========== */
.newsletter-wrap .tnp-field label {
  display: none;
}
.footer_all_links_box {
  display: grid;
  grid-template-columns: 3fr 2fr 2fr;
  gap: 40px;
}
/* rjstyle start */
.site-header {
  position: absolute;
  inset: 0px 0px auto 0px;
  z-index: 9;
  padding-block: 16px;
}
.header_menu {
  --logo-size: 240px;
  --area: calc(50% - calc(var(--logo-size)) / 2);
  --gap: 24px;
  display: grid;
  grid-template-columns: calc(var(--area) - var(--gap)) var(--logo-size) calc(var(--area) - var(--gap));
  gap: var(--gap);
  align-items: center;
}
.custom-logo {
  height: auto;
}
.header_menu .menu_navigation {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 16px;
  gap: 24px;
  color: var(--white-color);
  max-width: 520px;
}
.menu_navigation li{
  position: relative;
  z-index: 1;
}
.menu_navigation a {
  color: inherit;
  position: relative;
  z-index: 1;
  transition: all 300ms ease-in-out 0ms;
}
.menu_navigation>li>a {
  line-height: 36px;
}
li.menu-item-has-children>a{
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 4px;
}
li.menu-item-has-children>a::after {
  content: '\f107';
  font: 900 1em / 1 "Font Awesome 6 Free";
  font-size: 0.85em;
}
.menu_navigation>li.current-menu-item>a,
.menu_navigation>li>a:hover {
  color: var(--primary-color);
}
/* =====Sub Menu===== */
.menu_navigation li .sub-menu {
  position: absolute;
  top: calc(100% + 8px);
  left: -82px;
  background: var(--primary-color);
  width: 250px;
  margin-top: 15px;
  opacity: 0;
  visibility: hidden;
  border-radius: 0.3vw;
  padding: 4px 0;
  font-size: 0.9em;
  -moz-transition: all 300ms ease-in-out 0ms;
  -webkit-transition: all 300ms ease-in-out 0ms;
  transition: all 300ms ease-in-out 0ms;
}
.menu_navigation li .sub-menu > li:not(:last-child){border-bottom: 1px solid var(--white-color);}
.menu_navigation li .sub-menu::before {
  content: '';
  position: absolute;
  top: -20px;
  left: 45%;
  transform: translateX(-50%);
  border: 10px solid transparent;
  border-bottom-color: var(
  --primary-color);
}
.menu_navigation li:hover>.sub-menu {
  margin: 0;
  opacity: 1;
  visibility: visible;
}
.sub-menu li a {
  display: block;
  font-weight: 500;
  padding: 10px 12px;
  color: var(--secondary-color);
}
/* =====Third Level Menu===== */
.menu_navigation li .sub-menu .sub-menu {
  top: 0;
  left: 100%;
  margin: 0 0 0 40px;
}
.menu_navigation li .sub-menu li:hover .sub-menu {
  margin-left: 20px;
}
.menu_navigation .sub-menu .sub-menu::before {
  display: none;
}
.header_social {
  display: flex;
  margin-left: auto;
  align-items: center;
  gap: 24px;
}
.header_btn {
  display: flex;
  align-items: center;
  gap: 16px;
}
.header_btn [class*="rj-btn-"].transparent-btn:not(:hover) {
  border-color: var(--btn-bg);
  color: var(--btn-bg);
}
.phone_info {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 500;
  color: var(--white-color);
}
.phone_info:hover {
  color: var(--primary-color);
}
.phone_info i {
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  background: var(--btn-bg);
  color: var(--btn-color);
  border-radius: 100%;
  font-size: 13px;
  padding-top: 1px;
}
.header_social_icon, .social{
  display: flex;
  align-items: center;
  gap: 8px;
}
.header_social_icon a, .social a{
  --area-icon: 36px;
  width: var(--area-icon);
  height: var(--area-icon);
  display: grid;
  place-items: center;
  border-radius: 100%;
  background: var(--white-color);
  color: var(--secondary-color);
  font-size: calc(var(--area-icon) / 2.25);
}
.social{
  margin-top: 32px;
}
.social a {
  background: var(--primary-color);
  color: var(--secondary-color);
  filter: drop-shadow(0px 0px 4px #686868);
  --area-icon: 44px;
}
/* ===========Sticky Header================ */
.sticky .site-header {
  position: fixed !important;
  background: var(--secondary-color);
  -webkit-animation: fadeInDown 500ms cubic-bezier(0.1, -0.6, 0.2, 0) both;
  animation: fadeInDown 500ms cubic-bezier(0.1, -0.6, 0.2, 0) both;
}
.stickyFixed .site-header {
  -webkit-animation: fadeInUp 300ms backwards;
  animation: fadeInUp 300ms backwards;
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    -ms-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -1px, 0);
    -ms-transform: translate3d(0, -1px, 0);
    transform: translate3d(0, -1px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -1px, 0);
    -ms-transform: translate3d(0, -1px, 0);
    transform: translate3d(0, -1px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
/* ===========Header Ends================ */

/* ===========Banner=========== */
.common_banner {
  position: relative;
  z-index: 1;
  min-height: 540px;
  overflow: hidden;
  background: var(--secondary-color);
  color: var(--white-color);
}
.inner_banner{
  display: grid;
  align-content: center;
  padding-block: 80px;
}
.breadcrumbs {
  padding-top: 16px;
  font-size: 18px;
  font-weight: 500;
}
.common_banner.home_banner {
  --poster: clamp(540px, 100vh, 950px);
  height: var(--poster);
}
.banner-poster {
  position: relative;
  z-index: 1;
}
.inner_banner::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0)), linear-gradient(0deg, rgba(0, 0, 0, 0) 51.16%, rgba(0, 0, 0, 0.7) 66.46%);
  z-index: -1;
}
.inner_banner::after,
.banner-poster::before,
.banner-poster::after {
  content: '';
  position: absolute;
  inset: 0;
  background: #00000080;
  clip-path: polygon(0 0, 60% 0, 38% 100%, 0% 100%);
}
.banner-poster::before {
	background: linear-gradient(90deg, #f000 0%, #00000085 50%, #00000085 100%);
	z-index: 2;
	clip-path: none;
}
.banner-poster img {
  width: 100%;
  height: var(--poster);
  object-fit: cover;
}
.absoluteRow {
	position: absolute;
	top: 50%;
	inset-inline: 0;
	transform: translateY(-50%);
	z-index: 2;
}
/* .bannertext_home_slider {
  position: absolute;
  top: calc(50% + 50px);
  transform: translateY(-50%);
  left: 0;
  right: 0;
  z-index: 1;
} */
.bannertext-in {
  max-width: 470px;
}
.bannerTitle {
  font-size: 24px;
  margin-bottom: 4px;
}
.heading_banner {
  font: 400 70px / 1 var(--sub-font);
  text-transform: uppercase;
  margin-bottom: 32px;
}
.inner_banner .heading_banner{
  font-size: 60px;
}
.heading_banner span {
  display: block;
  font-size: 1.25em;
  line-height: 0.9;
  color: var(--primary-color);
  font-family: var(--heading-font);
  text-transform: initial;
}
.shortDesc_banner {
  font-size: 32px;
  line-height: 1.5;
}
.shortDesc_banner p{
  line-height: inherit;
}
figure {
  margin: 0;
}
.rowGap{
  row-gap: var(--bs-gutter-x);
}
/* ================Facelites Start================ */
.facility-row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  position: relative;
  z-index: 1;
}
.facility-row .items {
  border: 0px solid #D9D9D9;
  border-width: 0px 1px 1px 0px;
  transition: all 300ms ease-in-out 0ms;
}
.facility-row .items:hover {
  background: #f5f5f5;
}
@media only screen and (min-width: 1200px) {
  .facility-row {
    grid-template-columns: repeat(5, 1fr);
  }
  .facility-row .items:nth-child(5n+5) {
    border-right-color: transparent;
  }
}
/* @media only screen and (min-width: 992px) and (max-width:1399px) {
  .facility-row {
    grid-template-columns: repeat(4, 1fr);
  }
  .facility-row .items:nth-child(4n+4) {
    border-right-color: transparent;
  }
} */
@media only screen and (min-width: 576px) and (max-width:991px) {
  .facility-row .items:nth-child(2n+2) {
    border-right-color: transparent;
  }
}
.facility-row .sk_box {
  padding: 30px;
  font-size: 16px;
  text-align: center;
  color: inherit;
}
.facilities .sk_icon {
  max-width: 60px;
  margin: 0 auto 16px;
}
.facilities .sk_icon img {
  mix-blend-mode: multiply;
}
.facility-row .subheading {
  font-family: var(--primary-font);
  font-weight: 500;
  font-size: 18px;
  text-transform: uppercase;
}
.facility-row::after {
  content: '';
  inset: 0;
  height: 2px;
  background: var(--white-color);
  z-index: 1;
  position: absolute;
  top: auto;
}
/* ================Facelites End================ */
/* ================About Us Start================ */
.about_right_img {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
.about_right_img img:first-child {
  margin-top: 40px;
}
.home_about .rj_content {
  max-width: 600px;
}
.slogan-title {
	color: #434343;
	text-transform: uppercase;
	font: 400 17px / 1.3 var(--primary-font);
	display: block;
	margin-bottom: 16px;
	letter-spacing: 0.5px;
}
.outline-slogan {
	display: inline-block;
	vertical-align: text-top;
	border: 1px solid currentColor;
	border-radius: 80px;
	padding: 8px 24px;
	font: 500 16px / 1 var(--primary-font);
	margin-bottom: 24px;
}
.sr-only {
  position: absolute !important;
  width: 1px; height: 1px;
  padding: 0; margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.short_description {
	font-size: 1.5em;
	color: var(--black-color);
	margin-bottom: 24px;
}
/* ================About Us End================ */

/* ================Testimonials Start================ */
.primary-bg {
  background: #F8F9FA;
}
.primary-bg-2 {
  background: #effbf7;
}
body:has(.mainContainer .section.primary-bg-2:first-child) .breadcrumbs {
	background: #effbf7;
}
.htestimonial .owl-stage-outer {
  padding-block: 36px;
}
.testimonial_box {
  background: var(--white-color);
  box-shadow: 8px 8px 37px 0px #0000001A;
  padding: 36px 24px 60px 30px;
  border-radius: 12px;
  position: relative;
  z-index: 1;
}
.testimonial_box::after {
  content: '';
  display: block;
  background: url(../images/quote.webp) no-repeat center;
  background-size: contain;
  width: 40px;
  height: 30px;
  position: absolute;
  bottom: -8px;
  right: 30px;
}
.clint-top {
  display: flex;
  align-items: start;
  gap: 12px;
}
.clint-icon {
  flex-shrink: 0;
}
.clint-icon img {
  --area: 50px;
  width: var(--area) !important;
  height: var(--area) !important;
  border-radius: 100%;
}
.review-rating {
  color: #e99b0c;
  font-size: 1.05em;
  gap: 3px;
  margin: 12px 0;
}
.owl-nav [class*="owl-"] {
  --space: 44px;
  --offset: -24px;
  position: absolute;
  z-index: 5;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 6px;
  font-size: 18px;
  width: var(--space);
  height: var(--space);
  display: grid;
  place-items: center;
  text-align: center;
  color: var(--heading-color);
  background: var(--white-color);
  border: 1px solid #E9E9E9;
  box-shadow: 1px 14px 37px 0px #0000001C;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  cursor: pointer;
  opacity: 1;
  -moz-transition: all 300ms ease-in-out 0ms;
  -webkit-transition: all 300ms ease-in-out 0ms;
  transition: all 300ms ease-in-out 0ms;
}
.owl-nav [class*="owl-"]:hover{
  background: var(--primary-color);
  color: var(--btn-color);
}
.owl-nav .owl-prev {
  left: var(--offset);
}
.owl-nav .owl-next {
  right: var(--offset);
}
.owl-nav [class*="owl-"].disabled{
  opacity: 0.5;
  cursor: not-allowed;
}
/* ================Testimonials End================ */

/* ================Video Poster Start================ */
#poster-video::-webkit-media-controls-overlay-play-button {
  display: none !important;
}
.video-container {
  position: relative;
  z-index: 1;
	height: 780px;
}
#poster-video {
	width: 100%;
  height: 100%;
	object-fit: cover;
}
.video-content{
  position: absolute;
  inset: 0;
  z-index: 1;
  display: grid;
  place-items: center;
  color: var(--white-color);
}
.poster-remove .video-content{
  opacity: 0;
  visibility: hidden;
}
.play-button, .rj_video-btn {
  --area: 50px;
  display: grid;
  place-items: center;
  font-size: 18px;
  width: var(--area);
  height: var(--area);
  background: var(--white-color);
  color: var(--black-color);
  border-radius: 100%;
  padding: 2px 0px 0px 2px;
  margin: 40px auto 0;
  cursor: pointer;
}
/* ================Video Poster End================ */

/* ===========Popup Video Start================ */
.rj_video-popup {
  position: absolute;
  bottom: -15px;
  right: -80px;
}
.rjVideoPoster {
  box-shadow: 0 0 0 12px var(--white-color);
  filter: drop-shadow(0px 0px 14px #00000026);
}
.rj-popup-video {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9;
  display: none;
}
.rj-popupOverlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.75);
  opacity: 1;
  visibility: visible;
  z-index: 1;
  display: none;
}
.rj-popupVideo-container {
  background: var(--black-color);
  max-width: 1080px;
  width: 90%;
  height: clamp(360px, 70vh, 580px);
  margin: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.close-icon {
  cursor: pointer;
  position: absolute;
  z-index: 1;
  top: -10px;
  right: -10px;
  display: grid;
  place-items: center;
  font-size: 16px;
  width: 30px;
  height: 30px;
  background: #ff0000;
  text-align: center;
  color: var(--white-color);
  border-radius: 100%;
  opacity: 0.8;
  padding-left: 1px;
}
.rj-popup-iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-height: 100% !important;
}
/* ===========Popup Video Ends================ */

/* ================Rooms Start================ */
.listGap{
  margin-top: 40px;
}
.rj_box,.rj_img{-moz-transition: all 300ms ease-in-out 0ms;-webkit-transition: all 300ms ease-in-out 0ms;transition: all 300ms ease-in-out 0ms}
.rj_box {
  font-size: 16px;
  line-height: normal;
  color: var(--text-color);
}
.rj_img {
  position: relative;
  z-index: 1;
  aspect-ratio: 4/3;
  overflow: hidden;
  border-radius: 8px;
  min-height: 240px;
}
.roomBox .rj_img::after {
  content: '';
  position: absolute;
  inset: 100%;
  background: #00000042;
  transition: all 800ms linear 0ms;
}
.roomBox:has(a:hover) .rj_img::after{
  inset: 0
}
.rj_img .fa-eye {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  --area: 0px;
  font-size: 0px;
  width: var(--area);
  height: var(--area);
  background: var(--white-color);
  color: var(--text-color);
  display: grid;
  place-items: center;
  border-radius: 100%;
  transition: all 300ms cubic-bezier(0.4, 0, 1, 1) 0ms;
}
.roomBox:has(a:hover) .rj_img .fa-eye{
  --area: 50px;
  font-size: 18px;
  transition-delay: 1s;
}
.rj_img img, .full-img {
  width: 100% !important;
  height: 100%;
  object-fit: cover;
}
.roomBox .rj_text {
	margin-top: 16px;
}
.roomBox .price_range {
	font-size: 1.05em;
	color: var(--secondary-color);
	font-weight: 600;
}
.owl-carousel:has(.rj_img) .owl-nav [class*="owl-"] {
	top: 42%;
}
/* ================Rooms End================ */

/* ================Caraven CTA Start================ */
.caraven-sites .rj_content {
	background: #F2F4F7;
	padding: 50px;
	margin-inline: auto -60px;
	position: relative;
	z-index: 2;
	max-width: 600px;
}
.caravanPoster .rj_video-btn{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  margin-top: 0;
}
/* ================Caraven CTA End================ */

/* ================Footer Start================ */
.site-footer {
  background: var(--secondary-bg);
  padding: 60px 0 0;
  color: var(--white-color);
  font-size: 16px;
}
.site-footer a {
  color: inherit;
}
.site-footer a:hover {
  color: var(--primary-color);
}
.webInfo {
	display: grid;
	gap: 16px;
	grid-template-columns: repeat(3, 1fr);
	border-top: 1px solid #3B4450;
	padding-top: 40px;
	margin-top: 40px;
}
.webInfo > * {
	display: flex;
	align-items: start;
	justify-content: center;
	gap: 10px;
	padding: 8px 24px;
  border-right: 1px solid currentColor;
}
.webInfo > *:last-child{
  border-right: 0;
}
.webInfo img {
  width: 20px;
  flex-shrink: 0;
  object-fit: contain;
  margin: 3px 0 0;
}
.footerNav .subheading {
  font-size: 22px;
  margin-bottom: 16px;
  letter-spacing: 0.5px;
  color: var(--white-color);
}
.footerNav ul {
  display: grid;
  row-gap: 2px;
}
.footerNav a {
  padding-block: 4px;
  font-size: 16px;
}
.copy-wrap {
	border-top: 1px solid #3B4450;
	padding: 32px 0;
	margin-top: 40px;
	font-size: 0.9em;
}
.footer_copyright {
  display: flex;
  align-content: center;
  justify-content: space-between;
  gap: 8px;
}
.footer_copyright p{
  margin: 0;
}
.footer_copyright .header_social_icon a {
  color: var(--secondary-color);
}
/* new */
.site-footer .custom-logo-link {
	max-width: 300px;
	margin: 0 auto 32px;
	display: block;
}
.footerNav .inlineLinks {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 6px 60px;
}
.footerNav a {
	padding-block: 4px;
	font: 400 16px / 1.5 var(--secondary-font);
}
/* ================Footer End================ */

/* ================Error & Thank You Page Start================ */
.poster-404 {
	max-width: 360px;
	margin: 0 auto 30px;
}
.success-img {
	max-width: 100px;
	margin: 0 auto 20px;
/* ================Error & Thank You Page End================ */
}

/* ===============Pagination Start===============*/
.pagination:not(:empty), .pagination .nav-links {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 50px;
  gap: 6px 10px;
}
.pagination .nav-links {
  margin-top: 0;
}
.page-numbers {
  --area: 48px;
  width: var(--area);
  height: var(--area);
  display: grid;
  place-items: center;
  font: 500 calc(calc(var(--area) / 3) + 2px) / 1 var(--primary-font);
  -webkit-border-radius: 100%;
  border-radius: 100%;
  color: #434343;
  padding: 4px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  flex-shrink: 0;
  -moz-transition: all 300ms ease-in-out 0ms;
  -webkit-transition: all 300ms ease-in-out 0ms;
  transition: all 300ms ease-in-out 0ms;
}
.page-numbers.current, .page-numbers:hover{
  background: var(--primary-color);
  border-color: var(--primary-color);
}
.page-numbers:hover:before, .page-numbers.current::before {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.page-numbers.prev i{ padding: 2px 2px 0 0; }
.page-numbers.next i { padding: 2px 0 0 2px; }
.pagination .prev.page-numbers, .pagination .next.page-numbers {
	--area: a;
	background: transparent;
}
/* ===============Pagination Ends===============*/

/* ================About Page Start================ */
.rjStickyContent {
  position: sticky;
  top: calc(var(--offsetTop) + 1px);
}
.about-poster {
	overflow: hidden;
	border-radius: 12px;
}
.about-poster img{
  min-height: 480px;
}  
/* @media only screen and (min-width: 992px) {
} */
/* ================About Page End================ */

/* ================Annuals Page Start================ */
.posterSlider .full-img {
  height: 480px;
}
.annualsList > .row:not(:first-child) {
  margin-top: 60px;
}
.site-sale .posterSlider .owl-nav [class*="owl-"] {
	--offset: 33.33%;
  margin-left: -22px;
}
.site-sale .posterSlider .owl-nav [class*="owl-"].owl-next{
  margin-inline: auto -22px;
}
/* ================Annuals Page End================ */

/* ===========rjSidebar Start================ */
.single-content .price_range {
	font: 600 20px / 1.25 var(--primary-font);
	color: var(--primary-bold);
	margin-bottom: 12px;
	display: block;
}
.rj_sidebar {
  display: grid;
  row-gap: 30px;
}
.widget {
  padding: 30px 24px;
  background: var(--white-color);
  border-radius: 4px;
  border: 1px solid #ccc;
}
.widget-title {
  font: 500 24px / 1.25 var(--primary-font);
  margin-bottom: 10px;
  color: var(--black-color);
}
.widget_categories ul {
  margin: 0 -24px -20px;
}
.widget_categories li {
  display: flex;
  align-items: start;
  justify-content: space-between;
  padding: 8px 24px;
  margin: 0;
  border-bottom: 1px solid #ccc;
  font-weight: 600;
}
.widget_categories li:nth-child(2n) {
  background: var(--primary-bg);
}
.widget_categories li:last-child {
  border-bottom: none;
}
.blog-sidebar li {
  margin: 0 0 20px;
}
.blog-sidebar li:last-child {
  margin: 0px;
}
.widget.widget_block {
  background: var(--primary-bg);
}
.sideBlog {
  display: flex;
  column-gap: 16px;
  align-items: center;
}
.sideBlog .subtitle {
  font-size: 18px;
  margin: 0;
  color: var(--black-color);
  margin-bottom: 4px;
}
.sideBlog .price_range {
  font-weight: 500;
  font-size: 15px;
}
.sideBlog .rj_img {
  max-width: 30%;
  flex-shrink: 0;
  overflow: hidden;
  min-height: auto;
  align-self: start;
}
.sidebar-author {
  font-size: 13px;
}
.sidebar-date {
  font-size: 15px;
}
.rj_para .more-link {
  display: none !important;
}
/* ===========rjSidebar Ends================ */

/* ===========Contact Us Start================ */
.rj_map {
  -webkit-cursor: grab;
  cursor: grab;
  height: 70vh;
  position: relative;
}
.rj_map iframe {
  width: 100%;
  height: 100%;
  border: none;
  margin: 0;
  max-height: inherit !important;
}
.contact-info .webInfo {
	margin: 60px 0px 0px;
	padding: 24px 0px;
	border: none;
	grid-template-columns: 38% 23% 38%;
}
.contact-info li {
	display: flex;
	align-items: start;
	column-gap: 16px;
	border-color: rgba(0, 0, 0, 0.15);
	padding: 24px 0;
}
.contact-info li .icon {
  --size: 60px;
  width: var(--size);
  height: var(--size);
  border-radius: 100%;
  padding: 10px;
  background: var(--primary-color);
  flex-shrink: 0;
  display: grid;
  place-items: center;
}
.contact-info li .icon img{
  width: auto;
  height: auto;
  margin: 0;
  max-width: 28px;
}
.contact-info li .subheading {
	font-size: 24px;
	color: var(--black-color);
	margin-bottom: 4px;
}
.contact-info li a {
	color: #434343;
}
.contact-info li a:hover{
  color: var(--primary-bold);
}
/* ===============ERROR_MSG Start=============== */
.wpcf7-spinner {
  margin: 0 !important;
  position: absolute !important;
  top: 10px;
  /* left: 50%; */
  /* transform: translate(-50%, 0); */
  z-index: 1;
  pointer-events: none;
  left: auto;
  right: 0;
}
.wpcf7-not-valid-tip {
	font-size: 14px;
	margin: 4px 0 4px;
}
.wpcf7 form .wpcf7-response-output {
  background: #ffd1d1 url("../images/error_icon.png") no-repeat scroll 10px 10px / 20px 20px;
  border: 1px solid #eab4b4;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  color: #c00;
  display: block;
  font-size: 14px;
  font-weight: 500;
  min-height: 40px;
  margin: 24px 0 0;
  padding: 8px 5px 8px 40px;
  text-align: left;
  border: none;
}
.wpcf7 form.sent .wpcf7-response-output {
  background-image: url(../images/success_icon.png);
  background-color: #eaf7d9;
  border-color: #c8dd9c;
  color: #425c05;
}
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  background-image: url(../images/warning_icon.png);
  background-color: #ffeacd;
  border-color: #ffd396;
  color: #856404;
}
.input_error {
  border-color: #c00 !important;
}
.input_success {
  border-color: #425c05 !important;
}
.noRecord{
  text-align: center;
  font-size: 1.5em;
  font-weight: 500;
  color: #ce0909db;
}
/* ===============ERROR_MSG Ends=============== */
/* ===========Contact Us Ends================ */

/* ===========Recaptcha Start================ */
  div:has(.grecaptcha-badge) { margin-bottom: 0; position: relative; z-index: 9; }
/* ===========Recaptcha Ends================ */

/* ===============Scrollup Start=============== */
.scrollup {
  position: fixed;
  bottom: 80px;
  right: 20px;
  z-index: 9;
  display: none;
  -moz-transition: all 300ms ease-in-out 0ms;
  -webkit-transition: all 300ms ease-in-out 0ms;
  transition: all 300ms ease-in-out 0ms;
}
.scrollup:hover {
  transform: translate(0px, -10px);
}
.scrollup i {
  display: grid;
  place-items: center;
  font-size: 20px;
  --area: 54px;
  width: var(--area);
  height: var(--area);
  color: var(--secondary-color);
  background: var(--primary-color);
  cursor: pointer;
  text-align: center;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  -moz-transition: all 300ms ease-in-out 0ms;
  -webkit-transition: all 300ms ease-in-out 0ms;
  transition: all 300ms ease-in-out 0ms;
}
.scrollup i:hover {
  background: var(--primary-bold);
  color: var(--white-color);
}
/* ===============Scrollup Ends=============== */

/* ===============Banner Form Start=============== */
.bannerForm {
  /* position: absolute;
  top: 60%;
  transform: translateY(-50%);
  left: 60%;
  z-index: 2; */
  width: 530px;
  padding: 40px;
  border-radius: 24px;
  backdrop-filter: blur(2px);
  background: rgba(0, 0, 0, 0.6);
  color: var(--white-color);
}
.bannerForm .title {
  color: var(--white-color);
  margin-bottom: 24px;
}
.bannerForm form {
  display: grid;
  row-gap: 5px;
}
.bannerForm .input-wrapper {
  position: relative;
  z-index: 2;
}
.bannerForm .form-control {
  border-radius: 30px;
  height: 60px;
  padding: 0 30px;
  font-size: 18px;
  color: rgba(54, 54, 54, 1);
}
.bannerForm [class*="rj-btn-"] {
  --height: 60px;
}
.bannerForm .calendar-icon {
	position: absolute;
	top: 14px;
	right: 24px;
	font-size: 20px;
}
.bannerForm select.form-control {
  background-image: url(../images/select-arrow-2.png);
  background-position: calc(100% - 24px) 26px;
  padding-right: 50px;
  margin-bottom: 10px;
}
/* ===============Banner Form Ends=============== */

/* ===============Facility Start=============== */
.facilityList .row{
  row-gap: 25px;
  justify-content: center;
}
.listGap.facilityList{
  margin-top: 0;
}
.itemBox {
    display: flex;
    align-items: center;
    gap: 16px;
    font-size: 16px;
    border: 1px solid #d5d5d5;
    border-radius: 15px;
    padding: 11px 15px;
    align-items: center;
    height: 100%;
}
.itemBox .rj_icon {
    --size: 80px;
    width: var(--size);
    height: var(--size);
    padding: 13px;
    border-radius: 100%;
    border: 1px solid var(--body-color);
    background: #46ffc1;
    align-self: start;
    flex-shrink: 0;
    margin: auto 0;
}
.itemBox .rj_icon img{
  object-fit: contain;
  mix-blend-mode: multiply;
}
/* ===============Facility Ends=============== */

/* ===============Accomondation Start=============== */
.accomondationBox{
  border-bottom: 1px solid #dedede;
  min-height: 100%;
  position: relative;
}
.accomondationBox .rj_text{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding-block: 20px;
  position: absolute;
  bottom: 0;
  inset-inline: 0;
  background: var(--white-color);
  z-index: 1;
  transition: all 300ms ease-in-out;
}
.accomondationBox:hover .rj_text{
  opacity: 0;
  visibility: hidden;
}
.iconButton{
  --size: 42px;
  width: var(--size);
  height: var(--size);
  font-size: 16px;
  display: grid;
  place-items: center;
  background: var(--primary-color);
  color: var(--btn-color);
  border-radius: 100%;
  transform: rotate(-45deg);
  flex-shrink: 0;
}
.accomondationBox .rj_img {
	border-radius: 0;
	aspect-ratio: inherit;
	height: 410px;
}
.accomondationBox .absoluteText {
  position: absolute;
  inset: 20px;
  padding: 30px;
  background: #00000059;
  color: var(--white-color);
  backdrop-filter: blur(2px);
  z-index: 1;
  display: grid;
  row-gap: 12px;
  transform: scale(0);
  opacity: 0;
  transition: all 300ms ease-in-out;
}
.accomondationBox:hover .absoluteText {
  transform: scale(1);
  opacity: 1;
  transition-duration: 700ms;
}
.absoluteText .title{
  color: inherit;
  font-size: 30px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 2lh;
  overflow: hidden;
}
.itemTitle {
    color: #0c0c0c;
    font: 700 27px / 1.1 var(--heading-font);
    margin-bottom: 12px;
}
@media only screen and (min-width: 1601px) {
  .absoluteText [class*="rj-btn-"].sm{
    --height: 40px;
  }
}
/* ===============Accomondation Ends=============== */
body:has(:not(.common_banner)) .site-header {
	background: var(--black-color);
	position: relative;
}

/**SAM-STARTS**/
.homenewasam{
  margin-top: 50px;
}
.hnsslbxmainimg{
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 15px;
  position: relative;
  transition: .35s;
  overflow: hidden;
}
.hnsslbxmainimg::after{
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to top, rgba(0,0,0,0.6), transparent);
  content: "";
  width: 100%;
  height: 100%;
}
.hnsslbximg{
  width: 100%;
  height: 100%;
}
.hnsslbximg img{
  width: 100%;
  height: 100%;
  transition: .35s;
  object-fit: cover;
}
.hnsslbxmainimg:hover .hnsslbximg img{
  transform: scale(1.1);
  transition: .35s;
}
.hnsslbxmaintext{
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  color: #ffffff;
  text-transform: capitalize;
  font-size: 23px;
  line-height: 32px;
  padding: 23px 25px;
  font-weight: 600;
  z-index: 1;
}
.homenewasamlbx{
  height: 100%;
}

.homenewasamrbx{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 23px; 
}
.hnssrbxmainimg{
  width: 100%;
  height: 250px;
  display: block;
  border-radius: 15px;
  position: relative;
  overflow: hidden;
  transition: .35s;
}
.hnssrbxmainimg::after{
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to top, rgba(0,0,0,0.6), transparent);
  content: "";
  width: 100%;
  height: 100%;
  transition: .35s;
}
.hnssrbximg{
  width: 100%;
  height: 100%;
}
.hnssrbximg img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: .35s;
}
.hnssrbxmainimg:hover .hnssrbximg img{
  transform: scale(1.1);
  transition: .35s;
} 
/**SAM-ENDS**/
.accommodation-gallery .item img {
    width: 100%;
    height: 600px;
    object-fit: cover;
    border-radius: 12px;
}

.owl-nav span {
    font-size: 40px;
    color: #fff;
}

.owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.owl-nav .owl-prev {
    left: 15px;
}

.owl-nav .owl-next {
    right: 15px;
}

.image-caption {
	font-size: 20px;
	font-weight: 700;
	color: #000;
}
#accommodation-gallery-grid a img {
	height: 280px;
	width: 100%;
	object-fit: cover;
  border-radius: 15px;
}
#accommodation-gallery-grid a {
	width: 100%;
}
 





/**NEW-TEST**/ 
.bulletedList {margin-top:0.5rem;}
.bulletedList li {margin:0.5rem 0 0 0;}
.bulletedList li:first-child {margin-top:0;}
.bulletedList li:before {content:"\f21b"; font-family:"Ionicons"; float:left; margin-right:0.5rem; font-size:0.7143rem;}

.clearContent:after {clear: both; content: "."; display:block; height:0; visibility:hidden;}
  
.inputField {border:solid 1px #ccc; padding:0.2857rem; -webkit-border-radius:0.2857rem; -moz-border-radius:0.2857rem; border-radius:0.2857rem; font-size:1rem;}
label + .inputField {margin-top:0.2857rem;}
.shortInputField {width:30%;}
.dateRangeField {padding-right:40px;}
.dateRangeWrapper:after {position:relative; right:30px; top:2px; font-family:"Ionicons"; content:"\f117"; font-size:1.429rem; line-height:1.714rem; pointer-events:none;}
 
.saminputdate{
  margin-bottom: 10px;
}
.saminputdate input.dateRangeField{
  width: 100%;
  height: 60px;
  border-radius: 100px;
  color: #363636;
  font-size: 17px;
  padding: 0 29px;
}
.saminputdate input::placeholder{
  color: #363636;
  font-size: 17px;
}
.saminputdate input.dateRangeField:focus{
  border: 1px solid #7fffd4;
  box-shadow: none;
  outline: 0;
}

/****/
button {
	position: relative;
	width: 100%;
	margin: 0px;
	padding: 10px 6px;
	background-color: #fff;
	border: 1px solid #d8d8d8;
	border-radius: 2px;
	text-overflow: ellipsis;
	font-size: 17px;
	-webkit-transition: border-color 0.2s ease;
	transition: border-color 0.2s ease;
	text-align: left;
	color: #484848;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.guests-input {
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding-top: 0;
    border-radius: 100px;
    margin-bottom: 10px;
}
.guests-input button {
    cursor: pointer;
    border-radius: 100px;
    height: 60px;
    padding: 0 29px;
    color: #363636;
}
.guests-input button:hover{
    background: #ffffff;
    color: #363636; 
}
.guests-input button:after,
.guests-input button:before {
	content: " ";
	width: 10px;
	height: 2px;
	border-radius: 2px;
	background-color: #484848;
	position: absolute;
	top: 27px;
}
.guests-input button:before {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	right: 15px;
}
.guests-input button:after {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	right: 21px;
}
.guests-input button.open:before {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.guests-input button.open:after {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.guests-input__options {
	position: absolute;
	width: 100%;
	background-color: #fff;
	-webkit-box-shadow: rgba(72, 72, 72, 0.2) 0px 15px 20px;
	box-shadow: rgba(72, 72, 72, 0.2) 0px 15px 20px;
	border-radius: 2px;
	overflow: hidden;
	height: 0;
	opacity: 0;
	-webkit-transition: all .1s linear;
	transition: all .1s linear;
}
.guests-input__options.open {
    opacity: 1;
    height: auto;
    width: 55%;
    margin: auto;
    border-radius: 30px;
    margin-top: 3px;
}
.guests-input__options>div {
	padding: 10px 0;
	text-align: center;
}
.guests-input__options>div:first-child {
	padding-top: 20px;
}
.guests-input__options>div:last-child {
	padding-bottom: 20px;
}
.guests-input__ctrl {
    display: inline-block;
    font-size: 20px;
    color: #484848;
    padding: 3px 8px;
    cursor: pointer;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    border-radius: 100%;
    width: 35px;
    height: 35px;
    line-height: 27px;
    background: #7fffd4;
    border: 1px solid #7fffd4;
}
.guests-input__ctrl.disabled {
    color: #000000;
    border-color: #7fffd4;
    cursor: default;
}
.guests-input__value {
	display: inline-block;
	padding: 0 10px;
	width: 100px;
	cursor: default;
  color: #000;
}
.guests-input__value span {
	display: inline-block;
	padding-right: 5px;
}
.aautonummain{
    display: flex;
}


/**ACCOM_LISTING_STARTS**/
.newacosbximg{
  width: 100%;
  height: 260px;
  overflow: hidden;
  margin-bottom: 17px;
}
.newacosbximg a{
  display: block;
  height: 100%;
}
.newacosbximg img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: .35s;
}
.newacosbxhead{
  text-transform: capitalize;
  color: #222222;
  font-size: 27px;
  line-height: 34px;
  font-weight: 500;
  margin-bottom: 4px;
  padding: 0 13px;
}
.newacosicosl{
  color: #7fffd4;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  line-height: 25px;
  margin-bottom: 9px;
  padding: 0 13px;
}
.newacopara{
  margin-bottom: 15px;
  padding: 0 13px;
  font-size: 17px;
  line-height: 26px;
}
.newacosbtns{
  gap: 10px;
  padding: 0 13px;
}
.newacosbtns a {
  min-width: 170px;
  height: 43px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: 100px;
  font-size: 14px;
  line-height: 22px;
  text-transform: uppercase;
  border: 2px solid #7fffd4;
  color: #000000;
}
.newacosbtns a.book_onlinebtn {
  background: #7fffd4;
  color: #000000;
}
.newacosbtns a:hover{
  color: #ffffff;
  background: #222222;
  border: 2px solid #222222;
}
.newacosbx{
  background: #efefef;
  border-radius: 20px;
  overflow: hidden;
  padding-bottom: 17px;
  transition: .35s;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.newacoheadprabx{
  flex-grow: 1;
}
.newacosbx:hover .newacosbximg img{
  transition: .35s;
  transform: scale(1.1);
}
.newaco_listbxes .row{
  gap: 25px 0;
}
.newaccomn_listinginner{
  padding: 80px 0 100px;
}
.acohcmn{
  text-transform: uppercase;
  font-size: 23px;
  line-height: 32px;
  color: #7fffd4;
  font-weight: 500;
  margin-bottom: 20px;
}
.newaccomn_headbx{
  margin-bottom: 53px;
}
.newaccomnpara p{
  font-size: 18px;
  line-height: 27px;
  margin-bottom: 10px;
}
/**ACCOM_LISTING_ENDS**/

/**ACCOM_DETAILS_STARTS**/   
.vehicle-detail-banner{
  background: #ffffff;
  padding: 20px;
  border-radius: 20px;
  box-shadow: 0 0 10px 0px #00000017;
  margin-top: -350px;
  z-index: 1;
  position: relative;
  margin-bottom: 70px;
}
.vehicle-detail-banner .car-slider-desc {
    max-width: 180px;
    margin: 0 auto;
}
.banner-slider .slider.slider-for {
    max-width: 84%;
    padding-right: 15px;
}
.banner-slider .slider.slider-nav {
    max-width: 16%;
}
.banner-slider .slider.slider-for,
.banner-slider .slider.slider-nav {
    width: 100%;
    float: left;
}
.banner-slider .slider.slider-nav {
    height: 610px;
    overflow: hidden; 
}
.slider-banner-image {
    height: 610px;
}
.banner-slider .slider.slider-nav {
    padding: 0;
}
.slider-nav .slick-slide.thumbnail-image .thumbImg{
    max-width: 178px;
    height: 110px;
    margin: 0 auto;
    border: 1px solid #EBEBEB;
}
.slider-banner-image img,
.slider-nav .slick-slide.thumbnail-image .thumbImg img {
    height: 100%;
    width:100%;
    object-fit: cover;
}
.slick-vertical .slick-slide:active,
.slick-vertical .slick-slide:focus,
.slick-arrow:hover,
.slick-arrow:focus {
    border: 0;
    outline: 0;
}
.slider-nav .slick-slide.slick-current.thumbnail-image .thumbImg {
    border: 2px solid #196DB6;
}
.slider-nav .slick-slide.slick-current span {
    color: #196DB6;
}
.slider-nav .slick-slide {
    text-align: center;
}
.slider-nav .slick-slide span {
    font-size: 14px;
    display: block;
    padding: 5px 0 15px;
}
.slick-arrow {
    width: 100%;
    background-color: transparent;
    border: 0;
    background-position: center;
    background-repeat: no-repeat;
    font-size: 0;
    height: 18px;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 99;
}
.slick-prev {
   top: 0;
}
.slick-next {
   bottom: 0;
   background-color: #fff;
}
.slick-prev.slick-arrow {
    background-image: url(../images/black-up-arrow.png);
    display: none !important;
}
.slick-next.slick-arrow {
    background-image: url(../images/black-down-arrow.png);
    display: none !important;
}  
.bannerForm.bannerFormacco_details{
  width: 100%;
  background-color: #202020;
}
.acomdr{
    display: flex;
    gap: 10px;
    color: #7fffd4;
    align-items: center;
    font-size: 17px;
    line-height: 26px;
    margin-bottom: 15px;
}
.acomdhead{
    font-size: 40px;
    text-transform: capitalize;
    color: #222222;
    line-height: 50px;
    font-weight: 500;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 33px;
}
.acomdhead::before{
  position: absolute;
  bottom: 0;
  left: 0;
  background: #7fffd4;
  width: 120px;
  height: 3px;
  content: "";
}
.acomdpara{
  font-size: 17px;
  line-height: 27px;
  margin-bottom: 13px;
}
.acomdlist li{
    position: relative;
    font-size: 17px;
    line-height: 27px;
    padding: 3px 18px;
}
.acomdlist li::before{
  position: absolute;
  top: 10;
  left: 0;
  background: #7fffd4;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  content: "";
}
.acomdbtn{
  background: #7fffd4;
  color: #000;
  text-transform: uppercase;
  font-size: 15px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 13px 17px;
  border-radius: 100px;
}
.acomdbtn:hover{
  background: #111111;
  color: #ffffff;
}
.acomdbtn i{
  font-size: 12px;
}
.acomdlist{
  margin-bottom: 30px;
}
.accomdet_right{
  padding-left: 30px;
}
.acco_detailsbx{
  padding-bottom: 40px;
}
.applyBtn.btn.btn-sm.btn-primary{
  background: #2ac591;
  border: 1px solid #2ac591;
}
.thumbImg{
  height: 220px;
}
.thumbImg img{
  width: 100%;
  height: 100%;
  object-fit: cover;
} 
/**ACCOM_DETAILS_ENDS**/ 



/*RESPONSIVE-MENU-STARTS*/
.responsive_btn {
    display: none;
    cursor: pointer;
    text-align: center;
    width: 40px;
    height: 40px;
    margin: -2px 0;
    float: right;
    position: relative;
    z-index: 20;
    background: #7fffd4;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.bodyOverlay, .modelOverlay{
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 20;
    transform: none;
    background: rgba(0, 0, 0, 0.3);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 500ms ease 0s;
    transition: all 500ms ease 0s;
}
.responsive_btn span {
    display: block;
    height: 2px;
    width: 20px;
    position: relative;
    top: 50%;
    margin: -1px auto;
}
.responsive_btn span:before,
.responsive_btn span:after {
    content: "";
    display: inline-block;
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
}
.responsive_btn span:before {
    top: -6px;
}
.responsive_btn span:after {
    bottom: -6px;
}
.responsive_btn span,
.responsive_btn span:before,
.responsive_btn span:after {
    background: #000000;
    -webkit-border-radius: 1px;
    border-radius: 1px;
    -moz-transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.responsive_btn:hover span,
.responsive_btn:hover span:before,
.responsive_btn:hover span:after {
    background: #000000;
}
.responsive_nav {
    display: block;
    position: fixed;
    left: -280px;
    top: 0;
    bottom: 0;
    width: 280px;
    min-height: 100%;
    z-index: 91;
    background: #7fffd4;
    -moz-transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.responsive_nav ul {
    margin: 0;
    padding: 0;
    text-align: left;
}
.responsive_nav ul li {
    border-top: 0;
    list-style-type: none;
    margin: 0;
    padding: 0;
    position: relative;
    text-transform: capitalize;
    font-size: 15px;
    line-height: 20px;
    color: #fff;
}
.responsive_nav ul li:first-child {
    border-top: none;
}
.responsive_nav ul li:after {
    display: none;
}
.responsive_nav ul li>a {
    display: block;
    padding: 12px 10px;
    color: inherit;
    position: relative;
    color: #000000;
    border-bottom: 1px solid #00000085;
}
.responsive_nav ul li a:hover,
.responsive_nav ul li a:focus,
.responsive_nav ul li.active>a {
    color: #fff;
    background: #9f0d9e;
}
.responsive_nav ul ul {
    padding: 0;
    background: #1a1a1a;
}
.responsive_nav ul ul ul{background: #161616;}
.responsive_nav ul .sub-menu,
.responsive_nav ul li a i {
    display: none;
}
.responsive_nav .subarrow {
	display: block;
	pointer-events: inherit;
	width: 30px;
	height: 40px;
	line-height: 40px !important;
	position: absolute;
	top: 0;
	right: 0;
	background: #fff;
	color: #000;
	text-align: center;
}
.responsive_nav .more-arrow-menu{display: none;}
.responsive_nav ul .sub-menu .container {
    width: 100%;
    padding: 0;
}
html.responsive,
.responsive body {
    overflow-y: hidden;
}
.responsive .wrapper {
    -webkit-transform: translate(-280px, 0) !important;
    transform: translate(-280px, 0) !important;
}
.responsive .bodyOverlay {
    opacity: 1;
    visibility: visible;
}
.responsive .responsive_nav {
    left: 0;
}
.responsive .responsive_btn {
    display: none ;
}
.responsive .responsive_btn span {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.responsive .responsive_btn span:after {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
    top: 0;
}
.responsive .responsive_btn span:before {
    opacity: 0;
}
.responsive_nav .opened>.subarrow {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.responsive_nav ul ul li a{
    padding-left: 25px;
}
/*RESPONSIVE-MENU-ENDS*/




.footerNav ul li.current-menu-item a{
  color: #7fffd4;
}

#pageContentArea .pageSection{
  position: relative;
}

#pageContentArea .pageSection::after {
  content: "\f073";
  font-family: "Font Awesome 5 Free";
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 19px;
  color: #484848;
  pointer-events: none;
}
.form-error{
    color: #d9534f;
    font-size: 14px;
    margin-top: 8px;
    display: none;
    margin-left: 8px;
}


 