body{
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-size: 12px;
	position: relative;
}
figure{
	margin: 0px;
}
a{
	text-decoration: none;
	color: inherit;
}
a:hover{
	text-decoration: none;
	color: inherit;
}
h1, h2, h3{
	padding: 0px;
	margin: 0px;
	text-transform: capitalize;
}
h3{
	font-weight: 700;
	font-size: 30px;
}
h6{
	font-size: 16px;
}
ul{
	margin: 0px;
	padding: 0px;
}
li{
	list-style: none;
}
.f-900{
	font-weight: 900;
}
.f-700{
	font-weight: 700;
}
.f-500{
	font-weight: 500;
}
.shadow{
	box-shadow: 0px 0px 6px 0px rgb(0 0 0 / 30%) !important;
}
.curve{
	border-radius: 10px !important;
	overflow: hidden;
}
.gutter-primary{
	margin-bottom: 100px;
}
.gutter-primary-{
	margin-bottom: 100px;
}
.gutter-secondry{
	margin-bottom: 50px;
}
.clear{
	clear: both;
}
.container{
	max-width: 1280px;
	width: 90%;
}
.dw-none{
	display: none;
}
.p-relative{
	position: relative;
}
.transition{
	transition: 0.5s;
}
p{
	line-height: 24px;
    letter-spacing: 0.15px;
}
button:focus{
	outline: none;
}
#load{
	position: fixed;
	top: 0px;
	bottom: 0px;
	right: 0px;
	left: 0px;
	z-index: 11;
	height: 100%;
	overflow: hidden;
	background: #474749;
}

#load img{
	position: absolute;
    left: 0px;
    right: 0px;
    top: 0;
    bottom: 0;
    margin: auto;
}
.white{
	color: #fff;
}
.primary{
	color: #474749;
}
.secondary{
	color: #b39536;
}
.bg-blue{
	background: #0f73b1;
}
.bg-orange{
	background: #b39536 !important;
}
.header{
	font-weight: 500;
	border-bottom: 1px solid #4747495c;
}
.banner-content{
	position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background: #00000042;
}
.banner-content p,
.banner-content h3{
	color: #fff;
}
.banner-slider .splide__list{
	padding: 0px !important;
}
.banner-slider{
	position: relative;
}
.pe-pinter{
	cursor: pointer;
}
.header-top{
/*	background: #0f73b1;*/
	background:#474749;
}
.header-logo img{
	width: 150px;
}
.header-inner{
	display: flex;
	align-items: center;
	justify-content:flex-end;
	color: #fff; 
}
.nav-bar{
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 16px 0px;	font-variant-position: 
}
.navbar-dropdown:last-child>a{
	background: #474749;
    margin-left: 20px;
    padding: 3px 2px 3px 2px;
    border-radius: 5px;
}
.navbar-links li:last-child{
	display: flex;
	align-items: center;
}
.navbar-links li:last-child.navbar-dropdown .dropdown{
	left: inherit;
	right: 0px;
}
.navbar-links li a img:last-child{
	display: none;
}
.navbar-links li:hover a img:first-child{
	display: none;
}
.navbar-links li:hover a img:last-child{
	display: block;
}
.navbar-links li:hover>a{
	color: #b39536;
}
.navbar-links li:last-child:hover>a{
	background: #b39536;
}
.input{
	background: #b395364a;
	border-radius: 5px;
	height: 50px;
	padding: 5px 15px;
	border:none;
	outline: none;
	width:inherit;
	color: #b39536;
  	font-weight: 500;
  	transition: 0.5s;
}
.custom-select{
	background: #e6f1f7 url(../images/arrow-down-blue.png) no-repeat right .75rem center/15px 15px;
	font-size: 14px;
}
.custom-select:focus{
	box-shadow: none;
}
/*menu start*//*menu start*//*menu start*//*menu start*//*menu start*//*menu start*/

.navbar-links {
  list-style-type: none;
  display: flex;
}
.navbar-links li a {
  /*display: block;*/
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #474749;
  padding: 20px 20px;
  font-weight: 500;
  transition: 0.4s all;
}
.navbar-links li a img{
	padding-right: 10px;
}
.navbar-links li:last-child a img{
	padding-right: 0px;
}
.navbar-links li.navbar-dropdown {
  position: relative;
}
.navbar-links li.navbar-dropdown:hover .dropdown {
  visibility: visible;
  opacity: 1;
  transform: translateY(0px);
}

.navbar-links li.navbar-dropdown .dropdown {
  visibility: hidden;
	opacity: 0;
	position: absolute;
	padding: 10px 0;
	top: 100%;
	transform: translateY(50px);
	left: 0px;
	width: 250px;
	border-radius: 10px;
	background-color: #fff;
	box-shadow: 0px 0px 6px 0px rgb(0 0 0 / 30%);
	z-index: 111;
	transition: 0.4s all;
}
.navbar-links li.navbar-dropdown .dropdown a {
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: 500;
}
.navbar-dropdown .dropdown a:hover {
  padding-left: 30px;
}
.navbar-links li a:hover {
  color: #b39536;
}
/*menu end*//*menu end*//*menu end*//*menu end*//*menu end*//*menu end*//*menu end*/
.banner h2{
	color: #474749;

	font-weight: 700;
	font-size: 60px;
}
.banner h3{
	font-weight: 700;
	font-size: 30px;
}
.banner p{
	margin: 34px 0px;
	max-width: 565px;
}
.banner img{
	max-width: 100%;
}
.mobile-nav{

}
.mobile-nav .navbar-collapse{
	border-top: 1px solid #b395364d;
}
.navbar-nav li{

}
.mobile-nav .navbar-nav li a img:last-child{
	display: none;
}
.mobile-nav .navbar-nav li a img{
	padding-right: 10px;
    width: 30px;
}
.mobile-nav .navbar-nav li a{
	color: #b39536 !important;
    padding: 10px 0px !important;
    font-weight: 500 !important;
    font-size: 14px;
}
.mobile-nav .dropdown-menu{
	border: none;
    padding: 0px 40px;
    margin: 0px;
}
.mobile-nav .dropdown-menu a{
	border-bottom: 1px solid #0f73b12e;
}
.navbar-light .navbar-toggler{
	border: none;
	padding-bottom: 15px !important;
}
.navbar-light .navbar-toggler-icon{

}
.mobile-nav .navbar-nav li:last-child .dropdown-menu a:last-child{
	border-bottom: none;
}
.book-btn{
	color: #fff;
	text-decoration: underline;
	font-size: 12px;
	font-weight: 700;
}
.book-btn:hover{
	color: #fff;
	text-decoration: underline;
}
.services-list{
	display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-column-gap: 60px;
    grid-row-gap: 60px;
}
.services-list>div{
	padding: 60px 30px 30px 30px;
	transition: 0.5s;
	position: relative;
}
/*.services-list>div:before{
	content: '';
	background: #0000002b;
	position: absolute;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	z-index: -1;
}*/
#banner-slider{
	/*height: 80vh;*/
	overflow: hidden;
}
#banner-slider .splide__slide img{
	object-fit: cover;
    height: 100%;
}
.services-list>div>div{
	z-index: 11;
}
.services-list .primary{
	color: #fff;
}
.services-list>div img{
	margin-bottom: 15px;
}
.services-list .shadow:hover{
	box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 42%) !important;
	transition: 0.5s;
}
#offer{
	/*padding-left: calc(calc(100% - 1260px)/2);*/
}
.splide__slide img{
	width: 100%;
	max-width: 100%;
}
.splide--draggable>.splide__track>.splide__list>.splide__slide{
	overflow: hidden;
}
.splide__list{
	padding: 10px 0px !important;
}
.splide__arrows{
	max-width: 1240px;
    width: 90%;
    position: absolute;
    top: -70px;
   right: calc(calc(100% - 1260px)/2);
}
.splide__arrow--prev{
	right: 30px;
	left: inherit;
	background: none;
} 
.splide__arrow--next{
	right: 0px;
	background: none;
}
.custom-prev, .custom-next{
	content: '';
	background: url(../images/slider-arrow.png);
	width: 17px;
	height: 25px;
	opacity: 1;
}
.custom-next{
	transform:rotate(180deg);
	top: -9px;
}
.custom-prev svg, .custom-next svg{
	display: none;
}
.splide--draggable>.splide__track>.splide__list>.splide__slide span{
	position: absolute;
	left: 40px;
	right: 0px;
	bottom: 20px;
}
.splide--draggable>.splide__track>.splide__list>.splide__slide{
	user-select: auto;
}
.forex-wrap{
	background: url(../images/forex-bg.jpg);
	height: 123px;
	overflow: hidden;
	padding: 0 30px;
}
.forex-wrap .circle{
	width: 30px;
    height: 30px;
    background: #b39536;
    border-radius: 30px;
    padding: 6px;
    display: flex;
    margin-bottom: 10px;
}
.forex-wrap .btn{
	background: #b39536;
	color: #fff;
	font-weight: 700;
	max-width: 92px;
}
.forex-wrap ul li{
	padding-right: 50px;
	line-height: 17px;
}
.feature-icon-box{
	background: #e0cc6682;
	width: 100px;
	height: 100px;
}
.feature-list{
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-column-gap: 90px;
	grid-row-gap: 40px;
}
.ad-section{
	background-color: #fff;
	background-image: url(../images/ad-bg.png);
	background-position: left;
	background-repeat: no-repeat;
	height: 123px;
	padding: 0 30px;
}
#packages {
    padding-right: calc(calc(100% - 1260px)/2);
}
#packages .splide__arrows{
    top: -45px;
    right: calc(calc(100% - 1260px)/2);
}
#packages .splide__slide{
	position: relative;
}
#packages .splide__slide .outer{
	position: absolute;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	background: #00000040;
	padding: 40px;
	padding-top: 130px;
}
#packages .splide__slide .outer img{
	width: 17px;
}
.blog-text{
	/*padding-left: calc(calc(100% - 1250px)/2);*/
	max-width: 70%;
}
#blog{
	

}
#blog figure{
	height: 150px;
	border-radius: 10px;
	overflow: hidden;
}
.date{
	font-size: 10px;
}
#blog .splide__slide{
	/*max-height: 415px;*/
}
footer{
	background: #cfcfcf;
}
.large-text{
	font-size: 51px;
}
.footer-menu{
	display: flex;
	align-items: flex-start;
}
.footer-menu ul{
	margin-right: 90px;
}
.footer-menu ul li:nth-child(2){
	margin-top: 30px;
}
.footer-menu ul li{
	margin-bottom: 10px;
}
.footer-top a:hover{
	color: #474749;
}
.footer-top h5 a:hover{
    color: #474749;
}
.footer-menu ul li a:hover{
	color: #b39536;
}
.star-filled{
	background: url(../images/star.png) no-repeat;
	width: 20px;
	height: 20px;
}
.profile-img{
	width: 92px;
	height: 92px;
	border-radius: 90px;
	overflow: hidden;
	position: absolute;
	left: -40px;
    top: 0;
    bottom: 0;
    margin: auto;
}
.star-rating li{
	margin: 0px 5px;
}
.star-rating li:last-child{
	margin-right: 0px;
}
#testimonial{
	padding: 0 100px;
}
#testimonial .splide__slide{
	padding: 30px 30px 30px 80px;
	overflow: visible;
}
#testimonial .splide__arrows{
	width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
#testimonial .splide__arrows .custom-next {
    top: 0;
    bottom: 0;
    margin: auto;
}
#testimonial .splide__arrows .custom-prev, #testimonial .splide__arrows .custom-next{
	background: url(../images/slider-arrow-b.png);
	width: 36px;
    height: 48px;
}
/*date-picker start*/
.ui-datepicker{
	background: #c9ba92;
    width: 250px;
    padding: 10px;
    color: #ffffff;
    margin-top: 5px;
    border: 1px solid #b39536;
    border-radius: 5px;
    display: none;
}
.ui-datepicker table tbody tr td{
	text-align: center;
	padding: 5px;
}
.ui-datepicker .ui-datepicker-header {
    position: relative;
    padding: .2em 0;
}
.ui-datepicker table {
    width: 100%;
    font-size: .9em;
    border-collapse: collapse;
    margin: 0 0 .4em;
}
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
    position: absolute;
    top: 2px;
    width: 1.8em;
    height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev {
    left: 2px;
}
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -8px;
    top: 50%;
    margin-top: -8px;
    cursor: pointer;
}
.ui-widget-header .ui-icon {
    background-image: url(../images/ui-icons_222222_256x240.png)/*{iconsHeader}*/;
}
.ui-datepicker .ui-datepicker-next {
    right: 2px;
}
.ui-datepicker .ui-datepicker-title {
    margin: 0 2.3em;
    line-height: 1.8em;
    text-align: center;
}
.ui-datepicker table {
    width: 100%;
    font-size: .9em;
    border-collapse: collapse;
    margin: 0 0 .4em;
}
.ui-datepicker th {
    padding: .7em .3em;
    text-align: center;
    font-weight: bold;
    border: 0;
}
.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled {
    opacity: .35;
    filter: Alpha(Opacity=35);
    background-image: none;
}
.ui-icon-circle-triangle-w {
    background-position: -80px -192px;
}
.ui-icon-circle-triangle-e {
    background-position: -48px -192px;
}
.ui-icon {
    width: 16px;
    height: 16px;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
}
.ui-datepicker-today{
    background: #d5b243;
    
}
.ui-datepicker-current-day{
	background: #91751d;
	color: #fff;
}
.ui-datepicker table tbody tr td{
	cursor: pointer;
}
.ui-datepicker table tbody tr td:hover{
	background: #d5b243;
	color: #fff;
}
/*date-picker end*/
.form-group{
	width: 100%;
}
.popover{
	display: none;
	right: 0px;
    top: 55px;
    width: 250px;
    left: unset;
    padding: 15px;
    background: #c9ba92;
    border: 1px solid #b39536;
    color: #fff;
}
.form-wrapper .btn{
	height: 50px;
	
}
.form-wrapper .btn:hover{
	opacity: 1;
	color: #fff;
}
.form-wrapper {
    padding: 50px;
    background: rgb(255,255,255);
    background: -moz-linear-gradient(172deg, rgba(255,255,255,1) 50%, rgba(15,115,177,0.44021358543417366) 100%);
    background: -webkit-linear-gradient(172deg, rgba(255,255,255,1) 50%, #b395364a 100%);
    background: linear-gradient(172deg, rgba(255,255,255,1) 50%, #b395364a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#0f73b1",GradientType=1);
    
}
.form-wrapper.custom-height{
	max-height: 600px;
    overflow-y: scroll !important;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #b39536;
  font-weight: 500;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #b39536;
  font-weight: 500;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #b39536;
  font-weight: 500;
}
:-moz-placeholder { /* Firefox 18- */
  color: #b39536;
  font-weight: 500;
}
.action-section{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.glyphicon {
    position: relative;
    display: inline-block;
    font-weight: bold;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background: #b59950;
    padding: 5px 7px;
    color: #fff;
    width: 25px;
    height: 25px;
    border-radius: 40px;
}
.glyphicon-plus:before {
    content: "+";
    
}
.glyphicon-minus:before {
    content: "-";
}
.input-number{
	max-width: 50px;
	text-align: center;
}
.btn-number{
	background: none;
	outline: none;
	border:none;
}
.trip-type label{
	color: #b39536;
    font-weight: 500;
}
.about-service{

}
.about-service p{
	max-width: 1064px;
}
.about-service .list li figure,
.ads .list li figure{
	background: #e0cc6682;
    width: 70px;
    height: 70px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.about-service .list span,
.ads .list span{
	padding-left: 20px;
	flex: 1;
}
.about-service .list li,
.ads .list li{
	display: flex;
	align-items: center;
	margin-right: 90px;
	float: left;
	max-width: 205px;
	padding-top: 50px;
	transition: 0.5s;
}
.routes-tab-head{
	position: absolute;
	right: 15px;
	top: 10px;
}
.route-single ul li{
	display: inline-block;
	color: #b39536;
	font-weight: 500;
}
.route-single ul li a{
	color: #b39536;
}
.route-single ul li a:after{
	content: ',';
}
.route-single ul li a:last-child:after{
	display: none;
}
.route-single ul li a:hover{
	text-decoration: underline;
}
.route-single{
	border: 1.5px solid #b395364a;
    border-style: dashed;
}
.route-list{
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	column-gap: 60px;
	grid-row-gap: 60px;
	transition: 0.5s;
}
.faq-wrapper .card{
	border: none;
	padding: 10px 10px;

}
.faq-wrapper .card-header{
	background: #fff;
	overflow: hidden;
	padding: 0px;
}
.faq-wrapper .card-header .btn:focus{
	outline: none;
	box-shadow:none;
	text-decoration: none;
}
.faq-wrapper .card-header .btn-link{
	font-weight: 500;
	color: #b3953;
	position: relative;
	padding: 25px 20px;
	padding-right: 40px;
}
.faq-wrapper .card-header .btn-link:after{
	content: '';
	position: absolute;
	background: url(../images/arrow-blue.png) no-repeat;
	width: 18px;
	height: 13px;
	right: 20px;
    top: 0;
    bottom: 0;
    margin: auto;
    transition: 0.5s;
}
.faq-wrapper .card-header .btn-link:hover{
	text-decoration: none;
	color: #0056b3;
}
.faq-wrapper .card-header .btn-link[aria-expanded="true"]:after{
  	transform: rotate(180deg);
  	transition: 0.5s;
}
.faq-wrapper img{
	max-width: 100%;
}
.rooms-list-wrapper{

}
.filtering-section{
	background: #f5f6f6;
}
.filtering-section .input{
	background-color: #cdd0d3;
	color: #7d8286;
}
.filtering-section .custom-select{
	background: #cdd0d3 url(../images/arrow-down-gray.png) no-repeat right .75rem center/15px 15px;
}
.filtering-section .input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #7d8286;
  font-weight: 500;
}
.filtering-section .input::-moz-placeholder { /* Firefox 19+ */
  color: #7d8286;
  font-weight: 500;
}
.filtering-section .input:-ms-input-placeholder { /* IE 10+ */
  color: #7d8286;
  font-weight: 500;
}
.filtering-section .input:-moz-placeholder { /* Firefox 18- */
  color: #7d8286;
  font-weight: 500;
}
.filtering-section label{
	font-weight: 500;
	margin-left: 10px;
}
.btn.bg-blue:hover{
	color: #fff;
}
.btn.bg-orange:hover{
	color: #fff;
}
.h-o:hover{
	color: #f26522;
}
.tag-verification{
	width: 20px;
	height: 20px;
	border-radius: 5px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #fff;
	padding: 1px;
}
.tag-verification img{
	width: 100%;
}
.w-fit-content{
    width: fit-content;
}
.primary-slider .splide__list ,
.secondary-slider .splide__list {
	padding: 0px !important;
}
.secondary-slider{
	padding-top: 10px;
}
.secondary-slider .splide__slide.is-active{
	border-color: #f26522 !important;
	border: 3px solid #f26522 !important;
}
.secondary-slider .splide__slide{
	border-radius: 5px;
	overflow: hidden;
	border: none;
	border: none !important;
}
.primary-slider .splide__slide{
	border-radius: 5px;
}
.rooms-list-wrapper .title-section span:first-child:after{
	content: ',';
}
.rating{
	max-width: 55px;
	height: 30px;
	color: #fff;
}
.rating span:after{
	content: '';
	background: url(../images/star-white.png);
	width: 15px;
	height: 15px;
	position: absolute;
	right: 5px;
	top: 5px;
}
.amenities ul li{
	display: inline-block;
	float: left;
	margin-right: 30px;
	padding-left: 20px;
	position: relative;
}
.amenities ul li:last-child{
	margin-right: 0px;
}
.amenities ul li.available:before{
	content: '';
	background: url(../images/tick-black.png);
	width: 15px;
    height: 15px;
    display: block;
    background-size: cover;
    position: absolute;
    left: 0px;
    top: 2px;
}
.amenities ul li.not-available:before{
	content: '';
	background: url(../images/delete-s.png);
	width: 15px;
    height: 15px;
    display: block;
    background-size: cover;
    position: absolute;
    left: 0px;
    top: 2px;
}
.room-single:first-child{
	padding-top: 0px;
}
.room-single{
	border-bottom: 1px solid #7d82865c;
	padding: 50px 0px 50px 0px;
}
#ads .splide__pagination{
	bottom: 20px;
}
#ads .splide__slide img{
	width: auto;
	max-width: none;
}
.ads .slider-data{
	position: absolute;
	right: 0px;
	bottom:0px;
	left: 0px;
	top: 0px;
	padding: 50px;
}
.rooms-list-wrapper .splide__arrows{
	right: 0px;
	top: 10px;
}
/*custom checkbox start*/
/* The container */
.custom-checkbox {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #0f73b1;
  margin-left: 0px !important;
}

/* Hide the browser's default checkbox */
.custom-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0px;
  left: 0;
  height: 18px;
  width: 18px;
  background-color: #fff;
  border-radius: 30px;
  border: 2px solid #0f73b1;
}

/* On mouse-over, add a grey background color */
.custom-checkbox:hover input ~ .checkmark {
  
}

/* When the checkbox is checked, add a blue background */
.custom-checkbox input:checked ~ .checkmark {
  background-color: #0f73b1;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.custom-checkbox input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.custom-checkbox .checkmark:after {
	left: 1px;
    top: 1px;
    right: 1px;
    bottom: 1px;
    width: 12px;
    margin: auto;
    height: 12px;
    border-radius: 20px;
    border: 2px solid white;
}
.tab-header{
	height: 75px;
	background: url(../images/ad-bg-.png) #0056a0 no-repeat;
    background-position: right;
    display: flex;
    align-items: center;
}
.tab-header .nav-link{
	background: #fff;
	border-radius: 5px;
	margin-right: 16px;
	font-weight: 500;
	color: #0056a0;
	border: none;
}
.tab-header .nav-link.active{
	background: #f58c59;
	color: #fff;
}
.underlined-title{
	position: relative;
}
.underlined-title:before{
	content: '';
    position: absolute;
    right: 0px;
    width: 100%;
    top: 18px;
    height: 1px;
    background: #f26522;
}
.underlined-title .underline{
	position: relative;
	display: inline-block;
	z-index: 1;
}
.underlined-title .underline:before{
	display: inline-block;
    background: #fff;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: -15px;
    z-index: -1;
}
.package-flow{

}
.package-flow li{
	margin-bottom: 1.5rem;
}
.package-flow li:last-child{
	margin-bottom: 0px;
}
.package-flow .date{
	width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
    text-align: center;
}
.package-data{
    border: 1px solid #0000003b;
    flex: 1;
    border-radius: 5px;
    padding: 32px;
}
.package-data .line{
	width: 100px;
	height: 1px;
	background: #0f73b1;
	display: inline-block;
	margin: 0 10px;
}
.package-data .available{
	background: url(../images/free-cancellation.png);
    width: 25px;
    height: 25px;
    display: block;
    background-size: cover;
}
.package-features{
	display: flex;
}
.package-features li{
	color: #0f73b1;
    max-width: 160px;
    padding: 10px 25px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    text-align: right;
    font-size: 12px;
}
.package-features li:last-child{
	padding-right: 0px;
}
.package-features li>div{
	min-height: 25px;
}
.package-features li strong{
	font-size: 14px;
}
.package-features li:after{
	position: absolute;
    right: 0px;
    top: 15px;
    bottom: 15px;
    content: '';
    background: #0000003b;
    width: 1px;
}
.package-features li:last-child:after{
	display: none;
}
.package-data .hotel-data{

}
.package-data .hotel-data img{
	max-width: 220px;
}
.hotel-star{
	display: flex;
}
.hotel-star img{
	width: 18px;
	margin-right: 5px;
}
.hotel-star.single-star li:nth-child(2){
	display: none;
}
.hotel-star.single-star li:nth-child(3){
	display: none;
}
.hotel-star.single-star li:nth-child(4){
	display: none;
}
.hotel-star.single-star li:nth-child(5){
	display: none;
}

.hotel-star.two-star li:nth-child(3){
	display: none;
}
.hotel-star.two-star li:nth-child(4){
	display: none;
}
.hotel-star.two-star li:nth-child(5){
	display: none;
}

.hotel-star.three-star li:nth-child(4){
	display: none;
}
.hotel-star.three-star li:nth-child(5){
	display: none;
}

.hotel-star.four-star li:nth-child(5){
	display: none;
}
.tz-gallery{
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-column-gap: 16px;
	grid-row-gap: 16px;
}
.tz-gallery li img{
	max-width: 100%;
	width: 100%;
	display: block !important;
}
.tz-gallery li{
	transition: 0.5s;
}
.tz-gallery li:hover{
	cursor: pointer;
}
.about-wrapper{
	/*background: #c4e5f9;*/
	background: #e0cc6682;;
}
.flex-one{
	flex: 1;
}
.about-feature.feature-list{
	grid-template-columns: 1fr 1fr 1fr;
}
.about-feature.feature-list .feature-icon-box{
	width: 50px;
	height: 50px;
}
.about-feature.feature-list .feature-icon-box img{
	width: 60%;
}
.leadership .circle{
	width: 180px;
	height: 180px;
	border-radius: 50%;
	overflow: hidden;
}
.leadership .circle img{
	width: 100%;
	max-width: 100%;
}
.growing-chain{
	min-height: 650px;
}
.growing-chain:before{
	background: url(../images/map.png) no-repeat;
	content: '';
	position: absolute;
	left: 0px;
	right: 0px;
	top: -50px;
	bottom: 50px;
	background-position: center;
    background-size: contain;
}
.growing-chain h1, .growing-chain h4{
	color: #b39536;
}
.sub-banner{
	max-width: 100%;
	overflow: hidden;
}
.sub-banner .inner-banner-sub-wrapper{
	position: absolute;
	top: 0px;
	right: 0px;
	left: 0px;
	bottom: 0px;
	display: flex;
	align-items: center;
}
.growing-chain .star-filled{
	background: url(../images/star-orange.png);
}
#testimonial .splide__slide{
	background: #fff;
}
#hotel-slider img{
	height: 100%;
}
#hotel-slider .splide__list{
	padding-top: 0px !important;
}
.hotel-data .filtering-section{
	width: 30%;
}
.hotel-data .hotel-contents{
	width: 70%;
}
#hotel-contents_policies ul li{
	list-style: circle;
	margin-bottom: 15px;
	margin-left: 20px;
	margin-top: 15px;
}
.contact_top {
    text-align: center;
    color: #b39536;
    width: 70%;
    margin: auto;
}
.contact_address {
    background: #b395364a;
    padding: 50px 0;
}
.contact_address {
    display: flex;
}
.contact_address>div {
    width: 100%;
    font-weight: 500;
    text-align: center;
    font-size: 14px;
    color: #b39536;
}
.contact_address .icon_wrap {
    width: 50px;
    height: 50px;
    background: #fff;
    border-radius: 50px;
    margin: auto;
    margin-bottom: 25px;
}
.contact_address a {
    color: #b39536;
}
.contact_address .icon_wrap .material-icons {
    color: #b39536;
}
.map {
    height: 450px;
}
.sticky-menu{
	width: 100%;
    background: #cfcfcf;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
}
.sticky-menu a{
	width: 50%;
    display: block;
    background: #b39536;
    color: #fff;
    padding: 10px;
    height: 100%;
    text-align: center;
    font-weight: 500;
}
.sticky-menu a:first-child{
	border-right: 1px solid #fff;
}


























