:root {
  --global-font: 14px;
  --black-color: #000;
  --white-color: #ffffff;
  --link-color: #185EEB;
  --brand-primary-color: #000;
  --brand-second-color: #f8b936;
  --gray-color: #707070;
  --text-color: #000;
  --primary-font: "Montserrat", sans-serif;
}
html > body {
  background: #fff;
  padding: 0px;
  margin: 0px;
  font-family: var(--primary-font);
  font-weight: 400;
  scroll-behavior: smooth;
  font-size: 14px;
}
hr {
    margin: 20px 0;
    color: inherit;
    background-color: #DFE6EA;
    border: 0;
    opacity: 1;
}
.mainwrapper {
  width: 100%;
  padding: 0px;
  margin: 0px auto;
}
.topband {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  transition: all 0.2s ease-in-out;
}
.topband.active {
  background: rgba(7, 9, 10, 1);
  -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.15);
}
.logo {
  margin: 0;
}
.logo img {
  height: 50px;
}
.menucontainer {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  gap: 10px;
}
.menuarea {
  margin: 0px;
}
/* Navbar Styling */
.fixednavbar {
  position: sticky;
  background-color: #fff;
  padding: 15px 0px;
  z-index: 100;
  white-space: nowrap;
  overflow-x: auto;
  box-shadow: rgba(100, 100, 111, 0.1) 0px 7px 29px 0px;
}
.fixednavbar ul {
  list-style: none;
  margin: 0px 0px;
  padding: 0px 0px;
}
.fixednavbar ul li {
  display: inline-block;
}
.fixednavbar ul li a {
  color: #000;
  font-size: 14px;
  text-decoration: none;
  padding: 8px 10px;
  background: #fff;
  font-weight: 400;
  display: inline-block;
  border-radius: 6px;
}
.fixednavbar ul li a.active {
  background: #f8b936;
  color: #000;
  border-radius: 6px;
}
.fixednavbar ul li a:focus {
  color: #000;
}
.fixednavbar ul li a:hover {
  color: #373737;
}
/*Margins and Alignments*/
.right-mob-left {
  text-align: right !important;
}
.right-mob-center {
  text-align: right;
}
.left-mob-center {
  text-align: left;
}
.left-mob-right {
  text-align: left;
}
.center-mob-left {
  text-align: center;
}
.center-mob-right {
  text-align: center;
}
.right-mobtab-left {
  text-align: right;
}
.left-mobtab-right {
  text-align: left;
}
.topmargin5 {
  margin-top: 5px;
}
.topmargin10 {
  margin-top: 10px;
}
.topmargin15 {
  margin-top: 15px;
}
.topmargin20 {
  margin-top: 20px;
}
.topmargin25 {
  margin-top: 25px;
}
.topmargin30 {
  margin-top: 30px;
}
.topmargin40 {
  margin-top: 40px;
}
.topmargin50 {
  margin-top: 50px;
}
.topmargin60 {
  margin-top: 60px;
}
.topmargin70 {
  margin-top: 70px;
}
.rowmargindesk70 {
  margin-top: 70px;
}
.rowmargindesk30 {
  margin-top: 30px;
}
.rowmargindesk20 {
  margin-top: 20px;
}
.rowmargindesk10 {
  margin-top: 10px;
}
.rowmargindesk5 {
  margin-top: 5px;
}
.rowmargintabdesk30 {
  margin-top: 30px;
}
.rowmargintabdesk20 {
  margin-top: 20px;
}
.rowmargintabdesk10 {
  margin-top: 10px;
}
.rowmargintabdesk5 {
  margin-top: 5px;
}
.nopaddingarea {
  padding: 0px 15px;
}
.nopadding {
  padding: 0px;
}
.nopaddingarea1 {
  padding: 0px 14px;
}
.nopadding1 {
  padding: 1px;
}
.nopadding2 {
  padding: 0px 2px 4px 2px;
}
.padding5pxarea {
  padding: 0px 7px;
}
.padding5px {
  padding: 0px 5px;
}
.hidedesktab {
  display: none !important;
}
.hidemob {
  display: inline-block;
}

/****************************************************************************************************
Other Css start here
****************************************************************************************************/
.maincontarea {
  margin-top: 80px;
}
.mainheading {
  padding: 0px;
}
.mainheading h2 {
  font-size: 36px;
  color: var(--text-color);
  line-height: 36px;
  font-weight: 600;
  margin-top: 0px;
  margin-bottom: 20px;
}
.mainheading h3 {
  font-size: 32px;
  color: var(--text-color);
  line-height: 32px;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 15px;
}
.mainheading h3 span {
  font-weight: 600;
}
.mainheading h4 {
  font-size: 20px;
  color: var(--text-color);
  line-height: 22px;
  font-weight: 600;
  margin-top: 0px;
  margin-bottom: 15px;
}
.mainheading h5 {
  font-size: 18px;
  color: var(--text-color);
  line-height: 20px;
  font-weight: 600;
  margin-top: 0px;
  margin-bottom: 10px;
}
.mainheading h6 {
  font-size: 16px;
  color: #2b2a29;
  line-height: 20px;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}
.subheadingtext {
  font-size: 18px;
  color: #000;
  line-height: 22px;
  font-weight: 300;
}
.subheadingtextwhite {
  font-size: 18px;
  color: #fff;
  line-height: 22px;
  font-weight: 300;
}
.slidesection {
  margin: 0px;
}
.collagearea {
  background: #000;
  position: relative;
}
.collageimg {
  background: #000;
  width: 100%;
  height: 600px;
  overflow: hidden;
  position: relative;
}
.collageimg img {
  width: 100%;
  height: 600px;
  object-fit: cover;
  object-position: 50% 50%;
  opacity: 0.7;
}
.collagetaglinearea {
  position: absolute;
  z-index: 99;
  text-align: center;
  width: 100%;
  height: 522px;
  display: flex;
  align-items: center;
  justify-items: center;
} 
.collagetaglinearea h1 {
  font-size: 40px;
  color: #fff;
  line-height: 40px;
  font-weight: 600;
  margin-top: 0px;
  margin-bottom: 10px;
} 
.taglinetext {
  font-size: 14px;
  color: #fff;
  line-height: 20px;
  font-weight: 400;
}
.collagepointersarea {
  background: rgba(0, 0, 0, 0.7);
  padding: 15px 15px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  justify-items: center;
  gap: 40px;
  position: relative;
  margin-top: -78px;
  z-index: 99;
}
.collagepointers {
  text-align: center;
}
.collagepointersdivider {
  border-left: dotted 1px #fff;
  border-right: dotted 1px #fff;
  padding: 0px 40px;
}
.collagepointersnum {
  font-size: 30px;
  color: #fff;
  line-height: 30px;
  font-weight: 600;
}
.collagepointerstext {
  font-size: 14px;
  color: #fff;
  line-height: 18px;
  font-weight: 300;
}
.whitecontarea {
  background: #fff;
  padding: 70px 0px;
}
.graycontarea {
  background: #f7f7f7;
  padding: 70px 0px;
}
.whychoosecontarea {
  margin-left: 30px;
}
.whychooseiconcircle {
  background: #f8b936;
  width: 70px;
  height: 70px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.whychooseiconcircle img {
  height: 40px;
}
.whychoosecontent {
  flex: 1;
}
.textblack13 {
  font-size: 13px;
  color: #000;
  line-height: 18px;
  font-weight: 300;
}
.textblack14 {
  font-size: 14px;
  color: #000;
  line-height: 20px;
  font-weight: 300;
}
.textblack14bold {
  font-size: 14px;
  color: #000;
  line-height: 20px;
  font-weight: 600;
}
.textblack16bold {
  font-size: 16px;
  color: #000;
  line-height: 20px;
  font-weight: 600;
}
.whychooseimgarea {
  margin-top: 60px;
}
.whychooseimg {
  background: url(../img/noimage.png) no-repeat center center #F0F0F0;
  width: 100%;
  height: 250px;
  position: relative;
}
.whychooseimg img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  object-position: 50% 50%;
}
.whychooseimgsm {
  background: url(../img/noimage.png) no-repeat center center #F0F0F0;
  width: 100%;
  height: 200px;
  position: relative;
}
.whychooseimgsm img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  object-position: 50% 50%;
}
.whatweofferarea {
  margin-bottom: 20px;
}
.whatweofferbox {
  position: relative;
}
.whatweofferboximg {
  position: relative;
  background: url(../img/noimage.png) no-repeat center center #F0F0F0;
  width: 100%;
  height: 450px;
  overflow: hidden;
}
.whatweofferboximg img {
  width: 100%;
  height: 450px;
  opacity: 1;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  object-fit: cover;
  object-position: 50% 50%;
}
.whatweofferboximg img:hover {
  transform: scale(1.1);
}
.whatweofferboxshade {
  background: #000000;
  background: linear-gradient(0deg,rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0) 100%);
  width: 100%;
  padding: 70px 25px 25px 25px;
  position: absolute;
  bottom: 0;
  z-index: 9;
}
.whatweofferboxshade h3 {
	font-size: 20px;
	color: #fff;
	font-weight: 500;
	line-height: 20px;
	margin-top: 0px;
	margin-bottom: 10px;
}
.whatweofferboxshade h3 a {
	color: #fff;
	text-decoration: none;
}
.whatweofferboxtext {
  font-size: 13px;
  color: #fff;
  line-height: 18px;
  font-weight: 400;
}
.amenitiescontarea {
  background: #f8b936;
  padding: 70px 0px;
}
.amenitiesbox {
  margin-bottom: 30px;
  text-align: center;
}
.amenitiesbox h6 {
  font-size: 18px;
  color: #000;
  line-height: 20px;
  font-weight: 600;
  margin-top: 15px;
  margin-bottom: 0px;
}
.amenitiescircle {
  background: #fff;
  width: 120px;
  height: 120px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
.amenitiescircle img {
  height: 60px;
}
.howitworkscontarea {
  background: #FFFFFF;
  background: linear-gradient(0deg,rgba(255, 255, 255, 1) 0%, rgba(247, 247, 247, 1) 100%);
  padding-top: 70px;
}
.testimonialsbg {
  background: url(../img/testimonialsbg.jpg) no-repeat right center #fff;
  padding: 40px 50px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border-radius: 40px;
}
.testimonialscardarea {
  margin-right: 30px;
}
.testimonialsimg {
  background: #f8b936;
  width: 80px;
  height: 80px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.testimonialsimg img {
  width: 100%;
  height: 80px;
  border-radius: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}
.testimonialsnamearea {
  flex: 1;
}
.testimonialsname {
  font-size: 14px;
  color: var(--text-color);
  line-height: 18px;
  font-weight: 600;
  margin-bottom: 3px;
}
.testimonialsdes {
  font-size: 14px;
  color: var(--gray-color);
  line-height: 18px;
  font-weight: 300;
}
.quotecontarea {
  background: #000000;
  padding: 70px 0px;
}
.quotecontarea h3 {
  font-size: 32px;
  color: #fff;
  line-height: 32px;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 15px;
}
.textwhite13 {
  font-size: 13px;
  color: #fff;
  line-height: 18px;
  font-weight: 300;
}
.galleryimg {
	background:url(../img/noimage.png) no-repeat center center #F0F0F0;
	height:275px;	
  position: relative;
  margin-bottom: 10px;
}
.galleryimg img {
	width:100%;
	height:275px;
	object-fit: cover;
	object-position: 50% 50%;
}
.locationsimg {
	background:url(../img/noimage.png) no-repeat center center #F0F0F0;
	height:350px;	
  position: relative;
}
.locationsimg img {
	width:100%;
	height:350px;
	object-fit: cover;
	object-position: 50% 50%;
}
.faqbg {
  background: #fff;
  padding: 40px 40px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border-radius: 40px;
}
.faqbg .faqbox {
  border-bottom: solid 1px #d6d6d6;
  padding-bottom: 20px;
  margin-bottom: 15px;
}
.faqbg .faqbox:last-child {
  border-bottom: solid 0px #d6d6d6;
  padding-bottom: 0px;
  margin-bottom: 0px;
}
.trustedbyarea {
  background: #f7f7f7;
  padding: 40px 0px;
}



/****************************************************************************************************
Footer Css start here
****************************************************************************************************/

.footer {
  background: #000000;
}
.footercontarea {
  padding-top: 60px;
  padding-bottom: 70px;
}
.footercontarea h2 {
  font-size: 30px;
  color: #fff;
  line-height: 30px;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 15px;
}
.footertext {
  font-size: 14px;
  color: #fff;
  line-height: 20px;
  font-weight: 300;
}
.copyrightarea {
  padding: 30px 0px;
  border-top: solid 1px #5b5b5b;
  font-size: 13px;
  color: #D2D2D2;
  line-height: 18px;
  font-weight: 400;
}
.footercallemail {
  font-size: 16px;
  color: #fff;
  line-height: 22px;
  font-weight: 300;
}
.footercallemail span {
  font-size: 20px;
  font-weight: 400;
}
.footercallemail a {
  color: #fff;
  text-decoration: none;
}
.footercallemail a:hover {
  color: #f8b936;
  text-decoration: none;
}


/****************************************************************************************************
Bootsrap css start here
****************************************************************************************************/

.tooltip-inner {
  background-color: #333436;
  box-shadow: 0px 0px 0px black;
  opacity: 1 !important;
  padding: 10px 10px;
  font-size: 13px;
  color: #fff;
  font-weight: 400;
}
.tooltip-inner ul {
  padding: 0px;
  margin: 0px 0px 0px 20px;
  text-align: left;
}
.tooltip-inner ul li {
  list-style: disc;
  padding: 3px 0px;
  margin: 0px;
  text-align: left;
  font-size: 13px;
  color: #fff;
  line-height: 16px;
  font-weight: 400;
}
.tooltip.bs-tooltip-right .tooltip-arrow::before {
  border-right-color: #333436 !important;
}
.tooltip.bs-tooltip-left .tooltip-arrow::before {
  border-left-color: #333436 !important;
}
.tooltip.bs-tooltip-bottom .tooltip-arrow::before {
  border-bottom-color: #333436 !important;
}
.tooltip.bs-tooltip-top .tooltip-arrow::before {
  border-top-color: #333436 !important;
}
.accordion-button {
    padding: 15px 15px;
    font-size: 16px;
    color: #333436;
    background-color: #f9f9f9;
    border-radius: 8px;
}
.accordion-item {
    background-color: #fff;
    border: none;
    margin-top: 10px;
    border-radius: 8px;
}
.accordion-item:first-of-type .accordion-button {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}
.accordion-item:last-of-type .accordion-button.collapsed {
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
}
.accordion-button:not(.collapsed) {
    color: #000;
    background-color: #f9f9f9;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0);
    border-radius: 8px 8px 0px 0px;
}
.accordion-button:focus {
    border-color: none;
    box-shadow: 0 0 0 0.25rem rgba(0, 0, 0, 0);
}
.accordion-button:not(.collapsed)::after {
    background-image: url(../img/minus.png);
    transform: none;
}
.accordion-button::after {
    width: 10px;
    height: 10px;
    margin-left: auto;
    content: "";
    background-image: url(../img/plus.png);
    background-size: contain;
}
.accordion-body {
  background: #f9f9f9;
  padding: 0px 15px 15px 15px;
  border-radius: 0px 0px 8px 8px;
  font-size: 13px;
  color: var(--text-color);
  line-height: 20px;
}
.accordion-flush .accordion-item .accordion-button {
    border-radius: 8px;
}
.accordion-flush:first-of-type .accordion-button {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}
.accordion-flush:last-of-type .accordion-button.collapsed {
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
}
.accordion-flush .accordion-button:not(.collapsed) {
    color: #000;
    background-color: #f9f9f9;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0);
    border-radius: 8px 8px 0px 0px;
}
.nav-tabs {
  border-bottom: 0px solid #dee2e6;
  background: #fff;
  flex-wrap: nowrap;
  white-space: nowrap;
  overflow-x: hiiden !important;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  padding: 15px 15px;
  border-radius: 12px 12px 0px 0px;
}
.nav-link {
  padding: 10px 20px;
  font-size: 17px;
  color: #86878B;
  font-weight: 500;
}
.nav-tabs .nav-link {
    border: none;
}
.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    border: none;
    color: var(--text-color);
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: var(--text-color);
    border: none;
}
.tab-content {
  background: #e4e4e4;
  padding: 40px 35px 20px 35px;
  border-radius: 0px 0px 12px 12px;
}
.tab-content > .tab-pane {
    display: none;
}
.tab-content > .active {
    display: block;
}
.navtabsarea {
  justify-content: center;
}
.nav-tab1 {
  border-bottom: 0px solid #dee2e6;
  background: #fff;
  flex-wrap: nowrap;
  white-space: nowrap;
  overflow-x: hiiden !important;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  padding: 15px 15px;
  border-radius: 12px 12px 0px 0px;
}
.nav-link1 {
  background: #c6c6c6;
  border-radius: 6px;
  padding: 10px 20px;
  margin: 0px 2px;
  font-size: 14px;
  color: #000;
  font-weight: 500;
  text-decoration: none;
  display: block;
}
.nav-tabs1 .nav-link1 {
    border: none;
}
.nav-tabs1 .nav-link1:focus,
.nav-tabs1 .nav-link1:hover {
  background: #000;
  border: none;
  color: #fff;
}
.nav-tabs1 .nav-item1.show .nav-link1,
.nav-tabs1 .nav-link1.active {
  background: #000;
  border: none;
  color: #fff;
}
.tab-content1 {
  margin-top: 30px;
}
.tab-content1 > .tab-pane {
    display: none;
}
.tab-content1 > .active {
    display: block;
}
.pagination {
    display: flex;
    padding-left: 0;
    list-style: none;
}
.page-link {
    position: relative;
    display: block;
    font-size: 14px;
    color: #333436;
    font-weight: 500;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #BEBEBE;
    border-radius: 4px;
    margin: 0px 5px;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.page-link:hover {
    z-index: 2;
    color: #333436;
    background-color: #E3ECFF;
    border-color: #BEBEBE;
}
.page-link:focus {
    z-index: 3;
    color: #185EEB;
    background-color: #E3ECFF;
    border-color: #185EEB;
    outline: 0;
    box-shadow: none;
}
.page-item:not(:first-child) .page-link {
    margin-left: -1px;
}
.page-item.active .page-link {
    z-index: 3;
    color: #185EEB;
    background-color: #E3ECFF;
    border-color: #185EEB;
}
.page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    background-color: #fff;
    border-color: #dee2e6;
}
.page-link {
    padding: 0.375rem 0.75rem;
}
.page-item:first-child .page-link {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.page-item:last-child .page-link {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}


.modal.right-modal .modal-dialog {
  position: fixed;
  right: 0;
  margin: 0;
  height: 100%;
  max-width: 90%;
  transform: translateX(100%);
  transition: transform 0.3s ease-out;
}
.modal.right-modal .modal-content {
		height: 100%;
    max-width: 100%;
		overflow-y: auto;
    border-radius: 0px;
	}
.modal.right-modal.show .modal-dialog {
  transform: translateX(0);
}
.modal-dialog-slideout {
  width: 100%;
  height: 100%;
  margin: 0;
}


/****************************************************************************************************
Inner pages Css start here
****************************************************************************************************/
.innercontarea {
  padding-bottom: 50px;
}
.breadcrumbarea {
  border-bottom: solid 1px #D3D8DA;
  padding: 15px 0px;
  overflow-x: auto;
  white-space: nowrap;
}
.infotxt {
	font-size:13px;
	color: var(--text-color);
	line-height:18px;
}
.infotxt a {
	color: var(--text-color);
	text-decoration: underline;
}
.infotxt a:hover {
	color:#185EEB;
	text-decoration: underline;
}
.infotxt ul {
	margin: 15px 0px 15px 15px;
	padding: 0px 0px 0px 0px;
}
.infotxt ul li {
	list-style-type: disc;
	margin: 5px 0px;
	padding: 0px 0px;
	line-height: 16px;
}















/****************************************************************************************************
Media Query css start here
****************************************************************************************************/

@media (min-width: 1920px) {



}

@media (max-width: 1080px) {
  
.fixednavbar ul li a {
  padding: 8px 6px;
}  
.collageimg {
  height: 500px;
}
.collageimg img {
  height: 500px;
}
.collagetaglinearea {
  height: 422px;
}
.collagetaglinearea h1 {
  font-size: 36px;
  line-height: 36px;
} 
.taglinetext {
  font-size: 13px;
  line-height: 18px;
}
.whatweofferboximg {
  height: 400px;
}
.whatweofferboximg img {
  height: 400px;
}
.whatweofferboxshade {
  padding: 70px 20px 20px 20px;
}


}

@media (max-width: 992px) {
.rowmargintabmob40 {
  margin-top: 40px;
}
.rowmargintabmob30 {
  margin-top: 30px;
}
.rowmargintabmob20 {
  margin-top: 20px;
}
.rowmargintabmob15 {
  margin-top: 15px;
}
.rowmargintabmob10 {
  margin-top: 10px;
}
.rowmargindesk70 {
  margin-top: 0px;
}
.rowmargindesk30 {
  margin-top: 0px;
}
.rowmargindesk20 {
  margin-top: 0px;
}
.rowmargindesk10 {
  margin-top: 0px;
}
.rowmargindesk5 {
  margin-top: 0px;
}
.right-mobtab-left {
  text-align: left !important;
}
.left-mobtab-right {
  text-align: right !important;
}
.menucontainer {
  flex-direction: row-reverse;
  justify-content: flex-start;
}
.menuarea {
  margin-right: 30px;
}
.fixednavbar ul li a {
  background: none;
}
.fixednavbar ul li a.active {
  background: #f8b936;
  color: #000 !important;
}
.fixednavbar ul li a:focus {
  color: #fff;
}
.fixednavbar ul li a:hover {
  color: #fff;
}
.whitecontarea {
  padding: 40px 0px;
}
.graycontarea {
  padding: 40px 0px;
}
.whychoosecontarea {
  margin-left: 0px;
}
.amenitiescontarea {
  background: #f8b936;
  padding: 40px 0px;
}
.amenitiescircle {
  width: 100px;
  height: 100px;
}
.amenitiescircle img {
  height: 50px;
}
.amenitiesbox h6 {
  font-size: 16px;
  line-height: 18px;
}
.howitworkscontarea {
  padding-top: 40px;
}
.testimonialsbg {
  background: url(../img/testimonialsbg.jpg) no-repeat left center #fff;
  padding: 30px 30px;
}
.quotecontarea {
  padding: 40px 0px;
}
.galleryimg {
	height:150px;	
}
.galleryimg img {
	height:150px;	
}
.navtabsarea {
  justify-content: start;
  flex-wrap: nowrap;
  overflow-x: auto;
  white-space: nowrap;
} 
.faqbg {
  padding: 30px 30px;
}


}

@media (max-width: 568px) {
.rowmargin40 {
  margin-top: 40px;
}
.rowmargin30 {
  margin-top: 30px;
}
.rowmargin25 {
  margin-top: 25px;
}
.rowmargin20 {
  margin-top: 20px;
}
.rowmargin15 {
  margin-top: 15px;
}
.rowmargin10 {
  margin-top: 10px;
}
.rowmargin5 {
  margin-top: 5px;
}
.rowmargintabdesk30 {
  margin-top: 0px;
}
.rowmargintabdesk20 {
  margin-top: 0px;
}
.rowmargintabdesk10 {
  margin-top: 0px;
}
.rowmargintabdesk5 {
  margin-top: 0px;
}
.right-mob-left {
  text-align: left !important;
}
.right-mob-center {
  text-align: center;
}
.left-mob-center {
  text-align: center;
}
.left-mob-right {
  text-align: right;
}
.center-mob-left {
  text-align: left;
}
.center-mob-right {
  text-align: right;
}
.hidedesktab {
  display: block !important;
}
.hidemob {
  display: none;
}
.collageimg {
  height: 300px;
}
.collageimg img {
  height: 300px;
}
.collagetaglinearea {
  height: 300px;
}
.collagetaglinearea h1 {
  font-size: 22px;
  line-height: 22px;
} 
.collagepointersarea {
  background: rgba(0, 0, 0, 1);
  padding: 10px 10px;
  gap: 15px;
  margin-top: 0px;
}
.collagepointersdivider {
  padding: 0px 15px;
}
.collagepointersnum {
  font-size: 25px;
  line-height: 25px;
}
.collagepointerstext {
  font-size: 12px;
  line-height: 16px;
}
.whychooseimgarea {
  margin-top: 0px;
}
.galleryimg {
	height:80px;	
}
.galleryimg img {
	height:80px;	
}
.locationsimg {
	height:300px;	
}
.locationsimg img {
	height:300px;
}


}


@media (max-width: 480px) {

.mainheading h3 {
  font-size: 28px;
  line-height: 28px;
} 



}
