@charset "utf-8";
/* CSS Document */
html {
  scroll-behavior: smooth !important;
  overflow-x: hidden;
}
body {
	overflow-x: hidden;
	font-family: 'Noto Serif', serif;
	font-weight: 400;
	color: #000;
}
select {
	-webkit-appearance: none;
    -moz-appearance: none;
    /* background: url('../img/select-notch.png') right 4% center no-repeat !important; */
}
input[type="number"] {
	-moz-appearance: textfield;
}
input[type="number"]::-webkit-outer-spin-button, input[type="number"]::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}
a, .btn, button {
	outline: none !important;
	outline: 0 !important;
}
a:hover {
	text-decoration: none;
}
.btn {
	outline: none !important;
}
.btn:focus, .btn:not(:disabled):not(.disabled).active:focus, .btn:not(:disabled):not(.disabled):active:focus, .show > .btn.dropdown-toggle:focus, .form-control:focus {
	box-shadow: none !important;
}
.text-transform-none {
	text-transform: none !important;
}
.color-black {
	color: #000 !important;
}
body,
body.modal-open {
    padding-right: 0px !important;
}
#headerBanner {
	background: url('../img/bannerBg.webp') no-repeat center top;
	background-size: cover;
}
#header {
	padding: 0px;
	position: fixed;
  width: 100%;
  background-color: transparent;
  z-index: 99999;
  top: 0px;
  background: rgba(0, 0, 0, 0.4);
  transition: 0.2s;
}
#header.headerAfterScroll {
	transition: 0.2s;
  background: rgba(0, 0, 0, 0.4);
}
#header .navbar .navbar-nav {
	margin-left: auto;	
}
#header .navbar .navbar-nav .nav-item .nav-link {
	font-size: 14px;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	padding: 8px 26px;
	cursor: pointer;
}
#header .navbar .navbar-nav .nav-item:last-child .nav-link {
	padding-right: 0px;
}
#header .navbar .navbar-nav .nav-item.dropdown .dropdown-toggle::after {
  display: inline-block;
  margin-left: 6px;
  vertical-align: 1px;
  content: "";
  border-top: 8px solid #fff;
  border-right: 5px solid transparent;
  border-bottom: 0;
  border-left: 5px solid transparent;
  position: absolute;
  top: 15px;
  margin-left: 6px;
  transition: 0.2s;
}
#header.headerAfterScroll .navbar .navbar-nav .nav-item.dropdown .dropdown-toggle::after,
.aboutBlock #header .navbar .navbar-nav .nav-item.dropdown .dropdown-toggle::after {
	border-top: 8px solid #fff;
	transition: 0.2s;
}
#header .navbar .navbar-nav .nav-item.dropdown:hover .dropdown-menu {
	display: block;
}
#header .navbar .navbar-nav .nav-item.dropdown .dropdown-menu {
	border: none;
  	padding: 0px;
  	border-radius: 0px;
}
#header .navbar .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item {
	padding: 6px 15px;
	border-bottom: 1px solid #cccccc4a;
	font-size: 14px;
	transition: 0.2s;
}
#header .navbar .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item:hover {
	padding-left: 20px;
	transition: 0.2s;
}
#header .navbar .navbar-nav .nav-item.dropdown .dropdown-menu li:last-child .dropdown-item {
	border: none;
}
#header .navbar .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item.active, 
#header .navbar .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item:active {
	color: #1e2125;
    background-color: #e9ecef;
}
#header .navbar .navbar-brand,
#header .navbar {
	padding: 0px;
}
#header .navbar .navbar-brand img {
	width: 145px;
	transition: 0.3s;
}
#header.headerAfterScroll .navbar .navbar-brand img {
	width: 105px;
	transition: 0.3s;
}
.bannerHeading {
	font-size: 56px;
	text-transform: uppercase;
	line-height: 68px;
	margin: -5px 0px 10px;
}
.bannerAll {
	
}
.bannerAll .bannerHeading {
	font-size: 36px;
  text-transform: uppercase;
  line-height: normal;
  margin: 0px;
  text-align: right;
}
.bannerText {
	font-weight: 700;
	font-size: 20px;
	text-transform: uppercase;
	letter-spacing: 3px;
	line-height: 24px;
}
.bannerAll .bannerText {
	font-weight: 700;
	font-size: 20px;
	text-transform: capitalize;
	letter-spacing: 3px;
	line-height: 24px;
	text-align: right;
	font-style: italic;
	margin-top: 15px;
}
.bannerAll .bannerText span {
	font-family: "Montserrat", sans-serif;
}
.bannerCont {
	display: flex;
	align-items: center;
	margin: 0px -5px;
}
.bannerLeft {
	width: 560px;
	padding: 0px 5px;
}
.bannerRight {
	width: calc(100% - 560px);
	padding: 0px 5px;
}
.bannerLogo {
	text-align: center;
}
.bannerHoliDetails {
	background-color: rgba(255, 255, 255, 0.6);
	font-weight: 700;
	display: flex;
	margin-top: 10px;
}
.bannerHoliDetails1 {
	font-size: 15px;
	line-height: 20px;
	background-color: rgba(255, 255, 255, 0.6);
	text-transform: uppercase;
	padding: 4px 8px 4px 18px;
}
.bannerHoliDetails2 {
	padding: 2px 8px 1px 18px;
}
.bannerHoliDetails2Title {
	font-size: 16px;
	color: #312a60;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.bannerHoliDetailsLeft {
	width: 210px;
}
.bannerHoliDetailsRight {
	width: calc(100% - 210px);
}
.bannerHoliDetails2Text {
	font-size: 13px;
}
.bannerTele {
	font-size: 18px;
	line-height: 23px;
	margin-top: 15px;
}
.bannerAll .bannerTele {
	font-size: 18px;
	line-height: 23px;
	/* margin-top: 306px; */
	margin-top: 236px;
}
.banner {
	/* padding: 36px 0px 78px; */
	padding: 140px 0px 30px;
}
.bannerTitle {
	font-weight: 700;
	color: #312a60;
	font-size: 26px;
	text-transform: uppercase;
	letter-spacing: 5px;
	margin: 15px 0px 0px;
}
.bannerAll .bannerTitle {
	font-weight: 700;
	color: #faaf13;
	font-size: 26px;
	text-transform: uppercase;
	letter-spacing: 5px;
	margin: 0px;
	padding: 2px 0px;
	background-color: rgba(0, 0, 0, 0.6);
}
.aboutTitle1 {
	font-size: 14px;
	color: #edac0f;
	text-transform: uppercase;
}
.aboutTitle {
	font-size: 22px;
}
.aboutTitle2 {
	font-size: 36px;
	line-height: 48px;
	padding: 3px 0px;
	margin-bottom: 20px;
}
.aboutText {
	font-size: 14px;
	text-align: justify;
}
.aboutTele {
	font-size: 18px;
	margin: 23px 0px 45px;
}
.knowBtn span {
	background: #fff;
	transition: 0.5s;
}
.knowBtn {
	background: url('../img/knowBtnSq.png') no-repeat center left;
	font-size: 14px;
  	height: 47px;
  	padding-left: 20px;
  	display: flex;
    align-items: center;
    color: #000 !important;
    text-decoration: none;
    width: fit-content;
    width: max-content;
}
.knowBtn:hover span {
	padding-left: 10px;
}
.pagePading {
	padding: 90px 0px;
}
#about .abtRow {
	align-items: center;
}
.serviceImgAll {
  position: relative;
  height: 710px;
}

.serviceImgAll .serviceImg {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.serviceImgAll .serviceOverlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  overflow: hidden;
  width: 100%;
  height: 0;
  transition: .3s ease;
}

.serviceImgAll:hover .serviceOverlay {
  height: 100%;
}
.serviceOverlayAll .serviceImgOverlay {
	opacity: 1;
}

.serviceImgOverlay {
  position: absolute;
  top: 0; 
  bottom: 0; 
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: .3s ease;
}
.serviceCol {
	padding: 0px;
}
.serviceRow {
	margin: 0px;
}
.serviceImgMin {
	width: 100%;
	height: 270px;
	object-fit: cover;
}
.serviceOverlayTitle {
	font-size: 36px;
	line-height: 46px;
}
.serviceOverlayText {
	font-size: 14px;
	text-align: justify;
	word-spacing: 3px;
	padding: 26px 0px 55px;
}
.serviceOverlaybtm {
	padding: 44px 35px;
}
.serviceHotelsList .serviceOverlaybtm {
	border: 2px solid #fff;
  padding: 30px 40px 25px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 80%;
}
.serviceHotelsUl li a {
	font-size: 18px;
	color: #fff;
	text-decoration: none;
	line-height: 24px;
}
.serviceHotelsUl li a span {
	font-size: 14px;
	color: #fff !important;
}
.serviceHotelsUl li a:hover {
	color: #edac0f;
}
.serviceHotelsUl li {
	padding-top: 28px;
}
.serviceHotelsUl li {
	padding: 14px 0px;
}
.gallerySliderImg {
	cursor: pointer;
	position: relative;
	overflow: hidden;
}
.gallerySliderImg img {
	transition: all 0.3s ease;
	width: 100%;
	object-fit: cover;
}
.gallerySliderImg:hover img {
	transform: scale(1.05);
}
.gallerySliderImg:hover .serviceImgOverlay {
	opacity: 1;
}
.gallerySliderImg img {
	height: 262px;
}
#gallery {
	padding-top: 90px;
}
.gallerySliderAll {
	padding: 40px 0px 50px;
}
.gallerySliderAll .bx-wrapper .bx-controls-direction a {
	top: auto;
  bottom: 0px;
  width: 46px;
  height: 46px;
  margin-bottom: -98px;
  left: 50%;
}
.gallerySliderAll .bx-wrapper .bx-prev {
	background: url('../img/gallerySlider-l.png') no-repeat center;
	margin-left: -56px;
}
.gallerySliderAll .bx-wrapper .bx-next {
	background: url('../img/gallerySlider-r.png') no-repeat center;
	margin-left: 10px;
}
.gallerySliderAll .bx-wrapper .bx-next:hover, 
.gallerySliderAll .bx-wrapper .bx-next:focus {
  background-position: center;
}
#brands {
	background: url('../img/brandBg.webp') no-repeat center bottom;
	background-size: cover;
	padding-bottom: 155px;
}
.footerTitle {
	font-size: 20px;
	font-weight: 700;
	text-align: center;
}
.footerText {
	font-size: 14px;
	text-align: center;
	margin: 10px 0px 40px;
}
.footerMenu {
	text-align: center;
	padding: 40px 0px;
}
.footerMenu li {
	margin: 0px 18px;
}
.footerMenu li a {
	font-size: 14px;
	color: #000;
	text-decoration: none;
}
.footerBar {
	background-color: #b2b2b2;
	width: 100%;
	height: 1px;
}
footer {
	padding-top: 46px;
}
.footerTop {
	width: 86%;
  	margin: 0px auto;
}
.footerSocialIcon {
	font-size: 18px;
	color: #000;
	text-align: center;
}
.footerSocialIcon .footerTeleIcon {
	margin-right: 12px;
}
.footerSocialIcon .footerAtIcon {
	margin-right: 8px;
}
.footerShareIcon {
	text-align: center;
	background: #fff;
}
.footerShareIcon li  {
	margin: 0px 3px;
}
.footerSocial {
	background: #f1e3ce;
}
.footerSocialIcon,
.footerShareIcon {
	padding: 20px 0px;
}
.footerBtm li,
.footerBtm li a {
	font-size: 14px;
	color: #fff;
	text-decoration: none;
}
.footerBtm li {
	margin: 0px 10px;
}
.footerBtm {
	background: #000;
	text-align: center;
	padding: 23px 0px;
}

/* pre loader */
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999999;
    overflow: hidden;
    background: #f1f1f1;
    transition: all 300ms ease-in;
  }
  #preloader:before {
    content: "";
    background: url('../img/loader.gif') no-repeat center;
    background-size: 600px;
    position: fixed;
    top: calc(50% - 200px);
    left: calc(50% - 300px);
    width: 600px;
    height: 400px;
  }
  .hideloader {
    opacity: 0;
    pointer-events: none;
  }
/* pre loader end */

.back-to-top {
  position: fixed;
  display: none;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
}
.back-to-top i {
  color: #edac0f;
  font-size: 32px;
  opacity: 0.4;
  transition: 0.3s;
}
.back-to-top i:hover {
	opacity: 1;
	transition: 0.3s;
}
#headerBanner.aboutBlock {
	background-image: url('../img/aboutBg.jpg');
}
.aboutBlock .bannerHeading {
	font-size: 46px;
	margin-bottom: -6px;
}

.aboutBlock .bannerTele {
	text-align: left;
}
.aboutBlock #header {
	background: rgba(0, 0, 0, 0.4);
}
.aboutBlock .banner {
	padding: 310px 0px 45px;
}
.aboutBelow {
	padding-top: 75px;
}
.aboutBar {
	height: 1px;
	width: 100%;
	background: rgba(0, 0, 0, 0.5);
	position: relative;
	margin-top: 50px;
}
.aboutBarImg {
	position: absolute;
	  left: 50%;
	  bottom: 0px;
	  margin-left: -31px;
}
.pagePading.aboutMain {
	padding-bottom: 0px;
}
.corporateTitle {
	font-size: 16px;
	color: #edac0f;
	font-weight: 700;
}
.corporateText {
	font-size: 14px;
	margin: 2px 0px 26px;
}
#corporate,
#focused {
	padding-top: 40px;
}
.corporateImg {
	margin-top: 40px;
}
.corporateLeft {
	margin-right: -120px;
}
.officeAddMainTitle {
	font-size: 32px;
	background-color: rgba(237, 172, 15, 0.5);
	text-align: center;
	padding: 10px;
}
.officeAddMainText {
	font-size: 14px;
	text-align: center;
	line-height: 26px;
  	padding: 10px;
}
.officeAddMain {
	border: 1px solid #000;
	height: 100%;
}
.officeAddMainText a {
	color: #000;
}
#about.officeAddAll [class*="col-"],
#brandsDetails [class*="col-"] {
  margin-bottom: 30px;
}
.officeAddMain.officeAddCom .officeAddMainTitle {
	font-size: 22px;
	background-color: rgba(0, 0, 0, 0.1);
}
#about.officeAddAll {
	padding-bottom: 0px;
	margin-bottom: -30px;
}
.contactHotelLoc {
	margin-top: 30px;
}
.contactHotelLoc li {
	font-size: 16px;
	color: #edac0f;
	font-weight: 700;
	padding: 8px 0px;
}
.contactHotelLoc li span {
	font-size: 14px;
	color: #000;
	font-weight: 400;
}
.contactHotelLoc li a {
	color: #edac0f;
	text-decoration: none;
}
.aboutTitle2 span {
	font-size: 14px;
}
.contact-form .form-control,
.form-file {
	font-size: 14px;
	border: none;
	border-bottom: 1px solid rgba(50, 57, 61, 0.3);
	border-radius: 0px;
	letter-spacing: 2px;
	height: 44px;
  	padding: 5px 0px;
}
.contact-form .form-control::placeholder {
	color: #000;
}
.contact-form .form-control:hover,
.contact-form .form-control:focus,
.contact-form .form-control:active {
	border-color: #edac0f;
}
.contact-form .form-group {
	margin-bottom: 30px;
}
.contact-form .knowBtn {
	margin-top: 10px;
}
#brands.brandsMain {
	padding: 68px 0px 130px;
}
.brandsDetailsText {
	font-size: 14px;
	text-align: center;
	padding: 50px 0px;
}
#brandsDetails .officeAddMainTitle {
	font-size: 30px;
	transition: all 0.3s ease;
}
.officeAddMainAll {
	margin-bottom: -30px;
}
.officeAddMain.officeAddCom {
	transition: all 0.3s ease;
}
.officeAddMain.officeAddCom:hover .officeAddMainTitle {
	background-color: #edac0f;
	color: #fff;
	transition: all 0.3s ease;
}
.officeAddMain.officeAddCom:hover {
	-webkit-box-shadow: 0px 9px 10px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 9px 10px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 9px 10px 0px rgba(0,0,0,0.2);
	transition: all 0.3s ease;
}
.aboutBlock .hotelBanner .bannerHeading {
	font-size: 29px;
	line-height: normal;
	margin-top: -22px;
}
.aboutBlock .hotelBanner .bannerTele {
	margin-top: 22px;
}
.subMenuTitle {
	font-size: 20px;
}
.subMenuBar li a {
	font-size: 14px;
	text-transform: uppercase;
	color: #000;
	text-decoration: none;
	font-weight: 700;
	transition: all 0.3s ease;
}
.subMenuBar li {
	margin: 0px 25px;
}
.subMenuBar li:first-child {
	margin-left: 0px;
}
.subMenuBar li:last-child {
	margin-right: 0px;
}
.subMenuBar li.active a,
.subMenuBar li:hover a {
	color: #edac0f;
	transition: all 0.3s ease;
}
#subMenu {
	background-color: rgba(237, 172, 15, 0.35);
	padding: 30px 0px;
}
.hotelGalleryImages [class*="col-"] {
	padding: 5px;
}
#hotelGallery .aboutTitle2 span {
	font-size: 18px;
	color: #edac0f;
}
#lumenbox {
	position: fixed;
	z-index: 99999;
}
#lumenbox-close {
  top: 0px !important;
  margin-top: -15px;
  margin-right: -15px;
}
#lumenbox-navigation .lumenbox-control {
  width: 45px;
  height: 45px;
  transform: none;
  border: none;
}
.lumenbox-container img {
  object-fit: cover;
  width: auto;
}
.lumenbox-info {
	right: 0px;
}
#lumenbox-counter {
	font-weight: 300;
  font-size: 12px;
  margin-top: -6px;
}
.hotelGalleryImages {
	margin-top: 25px;
}
.aboutTitle2.locationTitle span {
	font-size: 18px;
	line-height: 30px;
}
.contactHotelLoc.locationTitleUl li,
.contactHotelLoc.locationTitleUl li span.locationAdd {
	font-size: 14px;
}
.contactHotelLoc.locationTitleUl li span {
	font-size: 22px;
}
.overviewServices .serviceImgAll {
	/* height: 541px; */
	height: 610px;
}
.overviewServices .serviceOverlayTitle span {
	font-size: 26px;
}
.bookNowBtn {
	font-size: 14px;
	  color: #000 !important;
	  font-weight: 700;
	  text-transform: uppercase;
	  text-decoration: none;
	  border: 1px solid #000;
	  height: 40px;
	  width: 260px;
	  display: flex;
	  padding: 5px;
	  justify-content: center;
	  align-items: center;
	  margin-top: 40px;
}

.overviewBelowDetails {
  position: relative;
}

.overviewBelowImg {
  display: block;
  width: 100%;
  height: auto;
}

.overviewBelowOverlay {
  position: absolute; 
  bottom: 0; 
  background: transparent;
  width: 100%;
  transition: .3s ease;
  padding: 0px 70px;
}

.overviewBelowDetails:hover .overviewBelowOverlay {
  transition: .3s ease;
}
.overviewBelowDetailsTitle {
	font-size: 30px;
}
.overviewBelowDetailsText {
	font-size: 14px;
	margin-top: 20px;
}
.overviewBelowAll {
	background-color: #fff;
  	padding: 22px 30px;
  	height: 130px;
  	transition: .3s ease;
}
.overviewBelowDetails:hover .overviewBelowAll {
	height: 180px;
	transition: .3s ease;
}
.serviceOtherUl li {
	font-size: 14px;
	line-height: 24px;
	background: url('../img/serviceOtherUlIcon.png') no-repeat left top 10px;
	padding-left: 22px;
}
.serviceOtherUl li:last-child {
	background: none;
	padding-left: 0px;
}
.serviceOtherUl {
	margin-top: 35px;
}
.col-20 {
    flex: 0 0 auto;
    width: 20%;
}
.brandsRow {
	margin-top: 42px;
}
.brandsImg {
	border: 2px solid #312a60;
	transition: 0.3s;
	cursor: pointer;
}
.brandsImg:hover {
	border: 2px solid #f0ae0d;
	transition: 0.3s;
}
.brandsImg img {
	transition: 0.3s;
}
.brandsImg:hover img {
	filter: grayscale(100%);
	transition: 0.3s;
}
.aboutBlock .banner.hotelBanner .bannerHoliDetails {
	margin-top: -20px;
	box-shadow: 6px 5px 5px 1px rgba(0,0,0,0.3);
	-webkit-box-shadow: 6px 5px 5px 1px rgba(0,0,0,0.3);
	-moz-box-shadow: 6px 5px 5px 1px rgba(0,0,0,0.3);
}
.modalFilterHotels {
	z-index: 99999 !important;
}
.searchForm label {
	font-weight: 600;
	text-transform: uppercase;
	font-size: 14px;
	margin-bottom: 4px;
}
.searchForm label span {
	text-transform: none;
}
.searchForm .form-control {
	font-size: 18px;
  	font-weight: 700;
  	height: 80px;
  	background-color: #f2f2f2;
  	border-radius: 6px;
  	border: none;
}
.searchForm .row {
	margin-left: -2px;
	margin-right: -2px;
}
.searchForm [class*="col-"] {
	padding-left: 2px;
	padding-right: 2px;
}
.searchForm select {
	background: #f2f2f2 url('../img/select-searchFormNotch.png') right 10px center no-repeat !important;
}
.searchForm {
	padding: 20px 30px 25px;
	background: #fff;
  	border-radius: 12px;
}
.btnSearch {
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
	width: 230px;
	height: 50px;
	background-color: #edac0f;
	color: #fff !important;
	letter-spacing: 1px;
  	border-radius: 8px;
    margin: 20px auto 0px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}
.modalFilterHotels .modal-content {
	background: #f2f2f2;
  	border: none;
  	border-radius: 12px;
}
.searchForm.searchFormWidth [class*="col-"]:nth-child(1),
.searchForm.searchFormWidth [class*="col-"]:nth-child(4) {
	width: 30%;
}
.searchForm.searchFormWidth [class*="col-"]:nth-child(2),
.searchForm.searchFormWidth [class*="col-"]:nth-child(3) {
	width: 20%;
}
.hotelForm .hotelFormFilterRow .hotelFormFilterCol:nth-child(1) {
	width: calc(100% - 230px) !important;
}
.hotelForm .hotelFormFilterRow .hotelFormFilterCol:nth-child(2) {
	width: 230px !important;
}
.searchForm.hotelForm label {
	color: #c0c0c0;
	font-size: 12px;
}
.searchForm.hotelForm .form-control {
	font-weight: 400;
	font-size: 14px;
	height: 50px;
}
.searchForm.hotelForm .btnSearch {
	margin-top: 22px;
}
.hotelResultImg img {
	height: 238px;
	width: 100%;
	object-fit: cover;
  	border-radius: 12px;
}
.hotelListResult {
	background: #fff;
  	border-radius: 12px;
  	margin-top: 6px;
  	padding: 20px 30px;
}
.hotelListTitle {
	color: #000;
	font-size: 26px;
	font-weight: 600;
	margin-bottom: -2px;
}
.hotelListTitle span {
	font-size: 16px;
}
.hotelListTitle2 {
	font-size: 18px;
	font-weight: 600;
	color: #edac0f;
}
.hotelListTitle3 {
	font-size: 14px;
	font-weight: 400;
	color: #979797;
}
.hotelListOffer {
	margin-top: 20px;
}
.hotelListOffer li {
	font-size: 14px;
	color: #000;
	line-height: 23px;
}
.hotelListResult [class*="col-"]:nth-child(2) {
	border-right: 1px solid rgba(0, 0, 0, 0.3);
}
.hotelListResult [class*="col-"]:last-child {
	align-self: center;
}
.hotelListValue1 {
	font-size: 14px;
	font-weight: 700;
	color: #edac0f;
	text-decoration: line-through;
	margin-bottom: -2px;
}
.hotelListValue2 {
	font-size: 30px;
	font-weight: 700;
	color: #000;
}
.hotelListTax {
	font-size: 14px;
	font-weight: 600;
	color: #979797;
}
.hotelListText {
	font-size: 14px;
	font-weight: 600;
	margin-top: 6px;
	color: #000;
}
.hotelListValue {
	padding-left: 10px;
}
.hotelListResult a {
	text-decoration: none;
}
.hotelListTitle.hotelTitle {
	margin: 0px;
	padding: 18px 30px 10px;
}
.hotelImg img {
	height: 336px;
	width: 100%;
	object-fit: cover;
	border-radius: 12px;
}
.hotelSubImg {
	margin-bottom: 6px;
}
.hotelSubImg:last-child {
	margin-bottom: 0px;
}
.hotelSubImg img {
	height: 108px;
	width: 100%;
	object-fit: cover;
	border-radius: 12px;
}
.hotelDetailsLeft,
.hotelDetailsRight {
	padding: 30px;
  background-color: #fff;
  border-radius: 12px;
  height: 100%;
}
.hotelDetailsTitle {
	font-size: 18px;
	color: #edac0f;
	font-weight: 600;
	margin-bottom: 8px;
}
.hotelDetailsText {
	font-size: 14px;
	line-height: 20px;
  	margin-bottom: 6px;
}
.hotelDetailsText span {
	font-size: 18px;
}
.hotelDetailsRight .hotelListValue {
	padding-left: 0px;
	margin: 20px 0px 26px;
}
.hotelDetailsRight .hotelListValue .hotelListText {
	margin-top: 0px;
}
.hotelDetailsRight .btnSearch {
	height: 54px;
}
.hotelDetailsAll .row {
	margin-left: -3px;
	margin-right: -3px;
}
.hotelDetailsAll [class*="col-"] {
	padding-left: 3px;
	padding-right: 3px;
}
.hotelDetailsImgText {
	font-size: 14px;
	margin-top: 40px;
}
.hotelDetailsMenu {
	text-align: center;
	background-color: #f9e2ab;
	padding: 18px 30px;
  	margin-top: 6px;
}
.hotelDetailsMenu li {
	display: inline-block;
	margin: 0px 20px;
}
.hotelDetailsMenu li a {
	font-weight: 600;
	text-transform: uppercase;
	font-size: 14px;
	color: #000;
	text-decoration: none;
}
.hotelDetailsMenu li a.active {
	color: #edac0f;
}
.amenitiesBlock {
	padding: 20px 30px;
  	background: #fff;
  	border-radius: 12px;
}
.amenitiesTitle {
	font-weight: 600;
	font-size: 18px;
	margin-bottom: 15px;
}
.amenitiesList li {
	display: inline-block;
	font-size: 14px;
	margin-right: 25px;
	margin-bottom: 15px;
}
.amenitiesList li img {
	margin-right: 4px;
}
.roomTypesBlock,
.locationBlock,
.propertyBlock,
.bookNowAll {
	margin-top: 6px;
}
.roomTypesFilterBox {
	font-size: 14px;
  /* display: inline; */
  padding: 15px 12px;
  border: 1px solid #b2b2b2;
  border-radius: 12px;
  cursor: pointer;
  margin-right: 6px;
}
.roomTypesFilterBox.roomTypesFilterActive {
	background-color: #f9e2ab;	
	border-color: #f9e2ab;
}
.roomTypesFilter {
	display: flex;
	margin-bottom: 20px;
}
.amenitiesBlock.roomTypesBlock .hotelListResult {
	border: 1px solid #b2b2b2;
	border-radius: 12px;
}
.amenitiesBlock.roomTypesBlock .hotelListResult .row {
	margin-left: -15px;
	margin-right: -15px;
}
.amenitiesBlock.roomTypesBlock .hotelListResult [class*="col-"] {
	padding-left: 15px;
	padding-right: 15px;
}
.amenitiesBlock.roomTypesBlock .hotelListResult .hotelListTitle2 {
	font-size: 17px;
}
.amenitiesBlock.roomTypesBlock .hotelListResult .hotelListOffer {
	margin-top: 15px;
}
.hotelListHalf .hotelListOffer li {
	width: 50%;
	float: left;
}
.amenitiesBlock.roomTypesBlock .hotelListResult .hotelListValue .btnSearch {
	height: 42px;
	margin-top: 40px;
}
.amenitiesBlock.roomTypesBlock .hotelListResult [class*="col-"]:last-child {
	align-self: end;
}
.locationBlockTitle {
	font-size: 36px;
	line-height: 40px;
}
.locationBlockTitle span {
	font-size: 18px;
}
.locationBlockTitle2 {
	font-size: 14px;
	color: #edac0f;
	font-weight: 600;
	margin-top: 25px;
}
.locationBlockText {
	font-size: 22px;
}
.locationBlockText2 {
	font-size: 14px;
}
.amenitiesBlock.locationBlock {
	padding-bottom: 30px;
}
.checkInOut {
	font-size: 18px;
}
.bar {
	width: 100%;
	height: 1px;
	background-color: rgba(0, 0, 0, 0.3);
}
.locationBlockUl li {
	background: url('../img/locationBlockLi_ic.png') no-repeat top 7px left;
	padding-left: 24px;
}
.locationBlockUl {
	margin-top: 5px;
}
.amenitiesBlock.propertyBlock .bar {
	margin: 15px 0px -10px;
}
.bookNowAll .hotelResultImg img {
	height: 118px;
}
.hotelListTitle4 {
	font-size: 14px;
}
.bookNowAll.hotelDetailsAll .hotelListTitle2 {
	margin-bottom: 8px;
}
.checkInTitle {
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
}
.checkInText {
	font-size: 18px;
	font-weight: 600;
	color: #edac0f;
}
.checkInText2 {
	font-size: 18px;
	font-weight: 600;
	color: #edac0f;
	line-height: 24px;
}
.checkDetails {
	font-size: 14px;
	font-weight: 600;
	background: #f2f2f2;
  max-width: fit-content;
  max-width: max-content;
  padding: 12px 18px;
  border-radius: 12px;
}
.checkDetails span {
	font-size: 18px;
}
.checkRow [class*="col-"]:last-child {
	align-self: center;
}
.bookNowAll.hotelDetailsAll .hotelDetailsLeft .bar {
	margin: 18px 0px;
}
.bookNowAll.hotelDetailsAll .hotelDetailsLeft,
.bookNowAll.hotelDetailsAll .hotelDetailsRight {
	padding: 15px 30px 20px;
}
.bookNowTitle {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 25px;
}
.bookNowPriceText {
	font-size: 14px;
}
.bookNowPrice {
	display: flex;
  	justify-content: space-between;
  	margin-bottom: 18px;
}
.bookNowPrice.bookNowPriceFinal .bookNowPriceText {
	font-size: 16px;
	font-weight: 600;
}
.bookNowPrice.bookNowPriceFinal {
	background-color: #f8e1a9;
  margin-bottom: 0px;
  padding: 14px 10px;
  border-radius: 10px;
  margin-top: 50px;
}
.bookNowAll.guestDetailsAll {
	background-color: #fff;
  	border-radius: 12px;
}
.guestDetailsRadioAll {
	display: flex;
}
.guestDetailsRadioAll .guestDetailsRadioOnly {
	margin-right: 80px;
}
.guestDetailsRadioAll .guestDetailsRadioOnly:last-child {
	margin-right: 0px;
}
.guestDetailsRadio {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.guestDetailsRadio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.guestDetailsRadio .checkmark {
  position: absolute;
  top: -1px;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #fff;
  border: 2px solid #979797;
  border-radius: 50%;
}
.guestDetailsRadio:hover input ~ .checkmark {
  background-color: #fff;
}
.guestDetailsRadio input:checked ~ .checkmark {
  background-color: #fff;
  border: 2px solid #edac0f;
}
.guestDetailsRadio .checkmark::after {
  content: "";
  position: absolute;
  display: none;
}
.guestDetailsRadio input:checked ~ .checkmark::after {
  display: block;
}
.guestDetailsRadio .checkmark::after {
 	top: 4px;
	left: 4px;
	width: 13px;
	height: 13px;
	border-radius: 50%;
	background: #edac0f;
}
.searchForm.hotelForm label.guestDetailsRadio {
	font-size: 14px;
	color: #000;
	font-weight: 700;
	text-transform: uppercase;
	margin: 18px 0px;
}
.guestDetailsLeft .searchForm.hotelForm .input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
	/* margin-left: -4px; */
}
.input-group-prepend .form-control {
	width: 70px;
	border-radius: 6px 0px 0px 6px;
}
.input-group-prepend::after {
  content: '';
  position: absolute;
  left: 68px;
  top: 35%;
  height: 35%;
  border-left: 1px solid #000;
}
.hotelDetailsAll.guestDetailsAll .guestDetailsLeft .searchForm.hotelForm .guestDetailsFormRow [class*="col-"] {
	margin-bottom: 20px;
}
.hotelDetailsAll.guestDetailsAll .searchForm.hotelForm {
	padding-top: 15px;
}
.btn-outline-login {
  color: #000;
  border: 2px solid #edac0f;
  border-radius: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.guestDetailsFooterText {
	font-size: 14px;
	font-weight: 700;
	margin-left: 15px;
}
.guestDetailsFooterText a {
	color: #edac0f;
	text-decoration: none;
}
.guestDetailsFooter {
	display: flex;
  align-items: center;
  margin-top: 25px;
}
.guestDetailsRight .bookNowPrice .bookNowPriceText {
	font-weight: 600;
}
.guestDetailsLeft {
	padding-right: 27px;
}
.guestDetailsRight {
	padding-left: 40px;
}
.guestDetailsRight .bookNowPrice {
	margin: 0px;
  padding: 4px 20px;
}
.payNowText a {
	font-size: 16px;
	color: #979797;
	text-decoration: none;
}
.payNowText {
	text-align: center;
	margin-top: 4px;
}
.guestDetailsRight .guestDetailsFooterText {
	font-size: 12px;
	margin: 0px 0px 0px 12px;
	font-weight: 400;
}
.guestDetailsRight .guestDetailsFooterText a {
	font-weight: 700;
	font-style: italic;
}
.modalFilterHotels.loginPopupAll .modal-content {
	background: url('../img/loginPopupBg.jpg') no-repeat center;
	background-size: cover;
}
.loginPopupDetails {
	width: 415px;
	margin: 48px auto;
  	background: rgba(255, 255, 255, 0.9);
  	border-radius: 12px;
  	padding: 16px 26px 26px;
}
.loginPopupDetailsTitle {
	font-weight: 600;
	font-size: 26px;
	margin-bottom: 22px;
}
.loginPopupForm label {
	font-weight: 600;
	font-size: 12px;
	text-transform: uppercase;
}
.loginPopupForm .form-control {
	height: 50px;
  border: none;
  border-radius: 8px;
  margin: 4px 0px 15px;
}
.forgotPassText {
	font-weight: 600;
	font-size: 12px;
	color: #000;
	text-align: center;
}
.forgotPassText a {
	color: #000;
	text-decoration: none;
}
.loginPopupClose {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}




























@media (min-width:1200px) {
	.container {
	    max-width: 1170px;
	}
}
@media (min-width: 576px) {
  .modalFilterHotels .modal-dialog-scrollable {
    height: calc(100% - 9.5rem);
    margin-top: 7.5rem;
  }
}


@media (max-width:1399px) {
	#header .navbar .navbar-nav .nav-item.dropdown .dropdown-menu {
		right: 0;
	}
	#header .navbar .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item:hover {
		padding-left: 15px;
	}
	.serviceImgAll,
	.overviewServices .serviceImgAll {
		height: 560px;
	}
	.serviceImgMin {
		height: 200px;
	}
	.serviceOverlayTitle {
	  font-size: 30px;
	  line-height: 35px;
	}
	.serviceOverlayText {
		padding: 22px 0px 38px;
	}
	.serviceOverlaybtm {
		padding: 25px 30px 30px;
	}
	.serviceHotelsList .serviceOverlaybtm {
		width: 84%;
	}
	.serviceHotelsList .serviceOverlaybtm {
		padding: 30px 30px 25px;
	}
	.bookNowBtn {
		width: 90%;
	}
}

@media (max-width:1199px) {
	.bannerAll {
		width: auto;
	}
	.bannerHeading {
		font-size: 54px;
		line-height: 70px;
  		margin: 0px 0px 20px;
	}
	.aboutBlock .bannerHeading {
	  font-size: 36px;
	  margin-bottom: -12px;
	}
	.footerTop {
		width: 100%;
	}
	#brandsDetails .officeAddMainTitle,
	.aboutBlock .hotelBanner .bannerHeading {
	  font-size: 24px;
	}
	.officeAddMainText {
		line-height: normal;
	}
	.officeAddMain.officeAddCom .officeAddMainTitle {
		font-size: 17px;
	}
	.aboutTitle2 {
		font-size: 32px;
		line-height: normal;
	}
	.subMenuTitle {
		font-size: 18px;
	}
	.overviewBelowDetailsTitle {
		font-size: 20px;
	}
	.corporateLeft {
		margin-right: 0px;
	}
	.bannerHoliDetails {
		display: block;
	}
	.bannerHoliDetailsLeft,
	.bannerHoliDetailsRight {
	  width: 100%;
	}
	.bannerHoliDetailsLeft {
		text-align: center;
	}
	.footerSocialIcon {
		font-size: 14px;
	}
	.searchForm.searchFormWidth [class*="col-"]:nth-child(1), 
	.searchForm.searchFormWidth [class*="col-"]:nth-child(2), 
	.searchForm.searchFormWidth [class*="col-"]:nth-child(3), 
	.searchForm.searchFormWidth [class*="col-"]:nth-child(4) {
	  width: 50%;
	  margin-bottom: 14px;
	}
	.hotelForm .hotelFormFilterRow .hotelFormFilterCol:nth-child(2) {
		align-self: center;
  		margin-bottom: 0px !important;
	}
	.hotelForm .hotelFormFilterRow .hotelFormFilterCol:nth-child(2) .btnSearch {
		margin-top: 0px;
    	margin-left: 10px;
    	width: 215px;
	}
	.amenitiesBlock.roomTypesBlock .hotelListResult .hotelListTitle2 {
		line-height: normal;
	}
	.hotelListHalf .hotelListOffer li {
		width: 100%;
  		float: none;
	}
	.amenitiesBlock.roomTypesBlock .hotelListResult .hotelListValue .btnSearch {
		height: auto;
    	line-height: normal;
	}
	.hotelDetailsRight {
		margin-top: 6px;
	}
	.hotelDetailsMenu {
		margin-top: 12px;
	}
	.guestDetailsRight {
		padding: 30px 0px;
	}
	.guestDetailsFooter {
		margin-top: 0px;
	}
	.guestDetailsFooterAll .guestDetailsLeft {
		padding: 0px;
	}
	.guestDetailsFooterAll .guestDetailsRight {
		padding: 20px 0px 0px;
	}
}

@media (max-width:991px) {
	#header .navbar-toggler {
		padding: 0px;
	}
	#header .navbar-toggler-icon {
		width: auto;
		height: auto;
	}
	#header .navbar-toggler-icon i {
		color: #000;
		transition: 0.2s;
	}
	#header.headerAfterScroll .navbar-toggler-icon i,
	.aboutBlock #header .navbar-toggler-icon i {
		color: #000;
		transition: 0.2s;
	}
	#header .navbar-toggler:focus {
		box-shadow: none;
	}
	.bannerLeft {
	  width: 424px;
	}
	.aboutTele {
		font-size: 16px;
	}
	.aboutTitle2 {
	    font-size: 26px;
	}
	#headerBanner {
		background-position: center left 40%;
	}
	.contactHotelLoc {
		margin-bottom: 60px !important;
	}
	 .subMenuTitle {
	    font-size: 16px;
	}
	.subMenuBar li {
	  	margin: 0px 6px;
	}
	#header .navbar .navbar-nav .nav-item .nav-link {
		text-align: right;
		padding: 8px 26px !important;
	}
	#header .navbar .navbar-nav .nav-item.dropdown:hover .dropdown-menu {
		position: absolute;
		  top: 37px;
	}
	#header .navbar .navbar-nav .nav-item .nav-link {
		color: #000;
		transition: 0.2s;
	}
	#header.headerAfterScroll .navbar .navbar-nav .nav-item .nav-link,
	.aboutBlock #header .navbar .navbar-nav .nav-item .nav-link {
		color: #fff;
		transition: 0.2s;
	}
	#header.headerBgMenu {
		background: rgba(255,255,255,0.5);
		transition: 0.2s;
	}
	#header.headerBgMenu.headerAfterScroll {
		background: rgba(0, 0, 0, 0.4);
	}
	.bannerCont {
		display: block;
	}
	.bannerLeft,
	.bannerRight {
		width: 100%;
	}
	.bannerRight {
		margin-top: 30px;
	}
	 .bannerHoliDetails {
		display: flex;
	}
	.bannerHoliDetailsLeft {
	  width: 210px;
	}
	.bannerHoliDetailsRight {
	  width: calc(100% - 210px);
	}
	.aboutBlock .banner.hotelBanner .bannerHoliDetails {
		margin-top: 0px;
	}
	.modalFilterHotels .modal-dialog {
		max-width: 696px;
	}
	.hotelListTitle {
		line-height: normal;
	}
	.checkDetails {
		max-width: 100%;
	  width: 100%;
	  text-align: center;
	  margin-top: 20px;
	}
}

@media (max-width:767px) {
	#headerBanner {
	    background-position: center left 48%;
	}
	.aboutImg {
		display: none;
	}
	.footerBtm li:nth-child(2) {
		display: none !important;
	}
	.aboutBlock .bannerHeading {
		font-size: 30px;
	}
	.bannerTele {
		font-size: 16px;
	}
	.aboutBlock .bannerTele {
		margin-top: 16px;
	}
	#headerBanner.aboutBlock {
		background-position: center left 36%;
	}
	.corporateRight {
		text-align: center;
	}
	.subMenuBar {
		margin-top: 4px;
	}
	#subMenu {
		padding: 20px 0px;
	}
	#overviewBelow [class*="col-"],
	#brands .brandsRow [class*="col-"] {
	  margin-bottom: 30px;
	}
	.serviceOtherUl {
	  margin-top: -5px;
	}
	.bannerHoliDetails1,
	.bannerHoliDetails2 {
		padding-left: 12px;
	}
	.bannerHoliDetails1 {
	  font-size: 13px;
	  line-height: normal;
	}
	.bannerHoliDetails2Text {
	  font-size: 11px;
	}
	.bannerHoliDetails2Title {
  		font-size: 14px;
  	}
  	.banner .bannerCont .bannerLeft .bannerText, 
  	.banner .bannerCont .bannerLeft .bannerTele, 
  	.banner .bannerCont .bannerLeft .bannerTitle {
  		background: rgba(255,255,255,0.4);
  		padding: 5px 10px;
  	}
  	.col-20 {
	  flex: 0 0 auto;
	  width: 33.33333333%;
	}
	.brandsRow {
		margin-bottom: -30px;
		justify-content: center;
	}
	#brands {
		padding-bottom: 110px;
	}
	.bannerAll .bannerTele {
		font-size: 16px;
		background: rgba(255,255,255,0.4);
  		padding: 5px 10px;
	}
	.modalFilterHotels .modal-dialog {
		max-width: 516px;
	}
	.searchForm.searchFormWidth [class*="col-"]:nth-child(1), 
	.searchForm.searchFormWidth [class*="col-"]:nth-child(2), 
	.searchForm.searchFormWidth [class*="col-"]:nth-child(3), 
	.searchForm.searchFormWidth [class*="col-"]:nth-child(4),
	.searchForm.searchFormWidth .btnSearch,
	.hotelForm .hotelFormFilterRow .hotelFormFilterCol:nth-child(1),
	.hotelForm .hotelFormFilterRow .hotelFormFilterCol:nth-child(2) {
	    width: 100% !important;
	}
	.hotelForm .hotelFormFilterRow .hotelFormFilterCol:nth-child(2) .btnSearch {
		margin: 0px;
	}
	.hotelListResult [class*="col-"]:nth-child(2) {
		margin: 30px 0px;
  		border: none;
	}
	.hotelDetailsMenu li {
		margin: 0px 9px;
	}
	.amenitiesBlock.roomTypesBlock .hotelListResult .hotelListValue .btnSearch {
		height: 42px;
	}
	.locationBlockMap {
		margin-top: 30px;
	}
	.hotelListValue {
	  padding-left: 0px;
	}
	.roomTypesFilter {
		display: block;
	}
	.roomTypesFilterBox {
		margin-bottom: 15px;
	}
	.roomTypesFilterBox:last-child {
		margin-bottom: 0px;
	}
}

@media (max-width:575px) {
	.footerTitle {
		font-size: 18px;
	}
	.footerBtm li {
		margin: 0px;
	}
	.overviewBelowOverlay {
		padding: 0px 50px;
	}
	.bannerHoliDetails {
		display: block;
	}
	.bannerHoliDetailsLeft,
	.bannerHoliDetailsRight {
	  width: 100%;
	}
	.bannerTele {
	    font-size: 14px;
	    line-height: normal;
	}
	.modalFilterHotels .modal-dialog {
		max-width: 100%;
		height: calc(100% - 9.5rem);
		margin-top: 7.5rem;
	}
	.guestDetailsRadioAll .guestDetailsRadioOnly {
	  margin-right: 30px;
	}
}

@media (max-width:489px) {
	.bannerHeading {
		font-size: 42px;
    	line-height: normal;
	}
	.subMenuBar li {
		margin: 0px 4px;
	}
	.overviewBelowOverlay {
		padding: 0px 30px;
	}
  	.col-20 {
	  flex: 0 0 auto;
	  width: 50%;
	}
	.loginPopupDetails {
		width: 90%;
	}
	.hotelImg img {
		height: 252px;
	}
	.hotelSubImg img {
		height: 80px;
	}
}

@media(max-width:413px) {
	.bannerHeading {
		font-size: 34px;
	}
	.guestDetailsRadioAll {
		display: block;
	}
}