<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.site-identity img{
	max-width: 350px !important;
}
.shape-search-section{
	padding-bottom: 30px;
}
.shape-search-section .slider-shape{
	margin-top: -100px ;
}
.home-welc-section{
	padding-bottom: 10px;
	/* padding-bottom: 100px; */
}
.section{
	padding: 50px 0px;
}
.home-why-we{
	background-color: #f1f1f1;
}
.why-we-detail{
	background-color: #fff;
	padding: 0px;
	box-shadow: 6px 15px 20px 8px rgb(0 0 0 / 10%);
}
.why-we-detail .why-we-icon img{
	width: 120px;
}
.why-we-detail .why-we-desc{
	/* padding-top: 20px; */
	padding: 10px 15px 0px 15px;
}
.why-we-detail .why-we-desc h4{
	font-size: 16px;
}
.destination-section{
	padding-top: 100px;
}
.page-clientele .row .col-md-4{
	padding: 0;
}
.page-clientele .clientele-logo{
	border-right: 1px solid #cdcdcd;
    border-bottom: 1px solid #cdcdcd;
    padding: 15px;
    text-align: center;
    transition: all .3s ease-in-out;
}
.page-clientele .clientele-logo:hover{
	background-color: #f7f7f7;
}
.terms-conditions-list ul{
	list-style: none;
	padding-left: 0px;
	line-height: 32px;
}
.terms-conditions-list ul li:before{
	content: "\f058";
	position: absolute;
	color: #0089cb;
	font-family: "Font Awesome 5 free";
	font-weight: bold;
	left: 5px;
}
.is-desktop{
	display:block!important;
}
.is-mobile{
	display:none!important;
}
@media screen and (max-width: 767px) {
	.is-desktop{
		display:none!important;
	}
	.is-mobile{
		display:block!important;
	}
	.top-header .d-flex.justify-content-lg-end.justify-content-between{
		text-align: center!important;
		display: block!important;
	}
	.bottom-header .d-flex.justify-content-between.align-items-center{
		text-align: center!important;
		display: block!important;
	}
	.callback-counter-wrap .counter-no {
		font-size: 20px!important;
	}
	.why-we-detail{
		width:100%;
	}
	.order-mobile-2 {
		order: 1;
	}
	.order-mobile-1 {
		order: 2;
	}
	.mobile{
		display:block!important;
	}
	.qty-container .input-qty {
		max-width:100%!important;
	}
}
.mobile{
	display:none;
}
@media (min-width: 1200px){
.hidden-lg {
    display: none!important;
}
}
.book.fixed {
    position: fixed;
    z-index: 3;
    bottom: 0;
    padding-bottom: env(safe-area-inset-bottom);
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background-color: #fff;
    box-shadow: 0 -2px 5px 0 rgb(0 0 0 / 30%);
    padding: 0;
    z-index: 10;
}
.grow {
  display: inline-block;
  transition-duration: 0.3s;
  transition-property: transform;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.grow:hover {
  transform: scale(1.1);
  cursor:pointer;
}
.table td{
	border-top:none!important;
}
.table thead th {
    vertical-align: middle!important;
}
.sticky-top {
    position: sticky;
    top: 0px;
	z-index: 0;
}
.book a {
    color: #fff;
	width:100%;
}
/*--------------------------*/
.qty-container{
  display: flex;
  align-items: center;
  /* justify-content: center; */
}
.qty-container .input-qty{
  text-align: center;
  padding: 6px 10px;
  border: 1px solid #d4d4d4;
  max-width: 80px;
}
.qty-container .qty-btn-minus,
.qty-container .qty-btn-plus{
  border: 1px solid #d4d4d4;
  padding: 10px 13px;
  font-size: 10px;
  height: 48px;
  width: 38px;
  transition: 0.3s;
}
.qty-container .qty-btn-plus{
  margin-left: -1px;
}
.qty-container .qty-btn-minus{
  margin-right: -1px;
}
/*Star Ratings*/
.star-rating {
  /* border:solid 1px #ccc; */
  display:flex;
  flex-direction: row-reverse;
  font-size:1.5em;
  justify-content:space-around;
  padding:0 .2em;
  text-align:center;
  width:5em;
}

.star-rating input {
  display:none;
}

.star-rating label {
  color:#ccc;
  cursor:pointer;
}

.star-rating :checked ~ label {
  color:#f90;
}

.star-rating label:hover,
.star-rating label:hover ~ label {
  color:#fc0;
}
.fa-star.active{
	color:#f90;
}
.tab-content {
	max-height: 750px;
    overflow: auto;
}

/* Price Range */
.price-input {
  width: 100%;
  display: flex;
  margin: 5px 0 35px;
}
.price-input .field {
  display: flex;
  width: 100%;
  height: 45px;
  align-items: center;
}
.field input {
  width: 100%;
  height: 100%;
  outline: none;
  font-size: 16px;
  margin-left: 12px;
  border-radius: 5px;
  text-align: center;
  border: 1px solid #999;
  -moz-appearance: textfield;
}
.price-input input[type="number"]::-webkit-outer-spin-button,
.price-input input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.price-input .separator {
  width: 130px;
  display: flex;
  font-size: 19px;
  align-items: center;
  justify-content: center;
}
.slider {
  height: 5px;
  position: relative;
  background: #ddd;
  border-radius: 5px;
}
.slider .progress {
  height: 100%;
  left: 25%;
  right: 25%;
  position: absolute;
  border-radius: 5px;
  background: #17a2b8;
}
.range-input {
  position: relative;
}
.range-input input {
  position: absolute;
  width: 100%;
  height: 5px;
  top: -5px;
  background: none;
  pointer-events: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
input[type="range"]::-webkit-slider-thumb {
  height: 17px;
  width: 17px;
  border-radius: 50%;
  background: #17a2b8;
  pointer-events: auto;
  -webkit-appearance: none;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}
input[type="range"]::-moz-range-thumb {
  height: 17px;
  width: 17px;
  border: none;
  border-radius: 50%;
  background: #17a2b8;
  pointer-events: auto;
  -moz-appearance: none;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}

/* Support */
.support-box {
  top: 2rem;
  position: relative;
  bottom: 0;
  text-align: center;
  display: block;
}
.b-btn {
  color: white;
  text-decoration: none;
  font-weight: bold;
}
.b-btn.paypal i {
  color: blue;
}
.b-btn:hover {
  text-decoration: none;
  font-weight: bold;
}
.b-btn i {
  font-size: 20px;
  color: yellow;
  margin-top: 2rem;
}

.range-input input[type=range]{
	border:none;
	padding:0;
}

.actionbar{
	background-color: #efeeee;
}
.actionbar marquee{
	margin-top: 12px;
	margin-bottom: 5px;
}
.float{
	position:fixed;
	width:60px;
	height:60px;
	top:50%;
	right:15px;
	z-index:100;
}

.my-float{
	margin-top:16px;
}
marquee p{
	margin-bottom:0;
	font-size:18px;
}</pre></body></html>