@-webkit-keyframes slide-down {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    opacity: 0.9;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes slide-down {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    opacity: 0.9;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

/*$blue:#173c76;*/
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
  font-size: 14px;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: '';
  content: none;
}

q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  text-decoration: none;
}

input::ms-clear,
input[type="password"]::ms-reveal {
  display: none;
}

input[type="search"]::-webkit-search-decoration {
  display: none;
}

input[type="radio"],
input[type="checkbox"] {
  margin: 0;
}

button,
a.button,
input[type="reset"],
input[type="submit"],
input[type="button"],
input[type="image"] {
  background: none;
  border: 0;
  cursor: pointer;
  display: inline-block;
  overflow: visible;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: top;
  text-align: center;
  text-decoration: none;
  width: auto;
  -webkit-appearance: none;
  background-clip: padding-box;
  border-radius: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 14px;
  font-family: roboto, sans-serif;
}

button,
input[type="reset"],
input[type="submit"],
input[type="button"] {
  line-height: normal !important;
}

textarea,
select,
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"] {
  background: none;
  border: 0;
  margin: 0;
  outline: 0;
  padding: 0;
  text-align: left;
  vertical-align: top;
  font-size: 14px;
  font-family: roboto, sans-serif;
  -webkit-appearance: none;
  background-clip: padding-box;
  border-radius: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

textarea::-webkit-outer-spin-button, textarea::-webkit-inner-spin-button,
select::-webkit-outer-spin-button,
select::-webkit-inner-spin-button,
input[type="date"]::-webkit-outer-spin-button,
input[type="date"]::-webkit-inner-spin-button,
input[type="datetime"]::-webkit-outer-spin-button,
input[type="datetime"]::-webkit-inner-spin-button,
input[type="datetime-local"]::-webkit-outer-spin-button,
input[type="datetime-local"]::-webkit-inner-spin-button,
input[type="email"]::-webkit-outer-spin-button,
input[type="email"]::-webkit-inner-spin-button,
input[type="month"]::-webkit-outer-spin-button,
input[type="month"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button,
input[type="password"]::-webkit-outer-spin-button,
input[type="password"]::-webkit-inner-spin-button,
input[type="search"]::-webkit-outer-spin-button,
input[type="search"]::-webkit-inner-spin-button,
input[type="tel"]::-webkit-outer-spin-button,
input[type="tel"]::-webkit-inner-spin-button,
input[type="text"]::-webkit-outer-spin-button,
input[type="text"]::-webkit-inner-spin-button,
input[type="time"]::-webkit-outer-spin-button,
input[type="time"]::-webkit-inner-spin-button,
input[type="url"]::-webkit-outer-spin-button,
input[type="url"]::-webkit-inner-spin-button,
input[type="week"]::-webkit-outer-spin-button,
input[type="week"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

button[disabled],
input[disabled],
select[disabled],
select[disabled] option,
select[disabled] optgroup,
textarea[disabled] {
  -moz-user-select: -moz-none;
  -webkit-user-select: none;
  -ms-user-select: none;
      user-select: none;
  cursor: default;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=25);
  opacity: 0.25;
}

textarea {
  min-height: 50px;
  overflow: auto;
  resize: vertical;
  width: 100%;
}

optgroup {
  font-style: normal;
  font-weight: normal;
  font-family: roboto, sans-serif;
}

select::-ms-expand {
  display: none;
}

@-moz-document url-prefix() {
  input:invalid,
  button:invalid,
  select:invalid,
  textarea:invalid {
    box-shadow: none;
  }
  input::-moz-focus-inner,
  button::-moz-focus-inner,
  select::-moz-focus-inner,
  textarea::-moz-focus-inner {
    border: 0;
    padding: 0;
  }
  select {
    -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: "";
  }
}

.bestseller {
  background: #fcfcfc;
}

.sellerflex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.sellerflex .divright {
  width: 30%;
  padding: 20px 0;
}

.seller {
  padding: 20px;
  background: #fff;
  width: 65%;
  -webkit-box-shadow: 1px 1px 3px -1px #cccccc;
          box-shadow: 1px 1px 3px -1px #cccccc;
}

.largest .heading {
  font-size: 25px;
  color: #2c2c2c;
  padding-bottom: 25px;
  font-weight: 500;
  line-height: 30px;
}

.largest .heading {
display: flex;
justify-content: space-between;
align-items: center;
}


.largest p {
  font-size: 16px;
  color: #2c2c2c;
  padding-bottom: 10px;
}

.largest ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.largest li {
  width: 48%;
  list-style: none;
  padding: 10px 0;
}

.largest span {
  font-size: 18px;
  color: #2c2c2c;
  display: block;
  padding: 10px 0;
}

.largest .policybox{
display: inline-block;
  color: red;
  font-size: 13px;
  text-align: left;
  padding:0;
  line-height:20px;
}
.largest img {
  vertical-align: middle;
  padding-right: 10px;
}

.largest small {
  font-size: 16px;
  color: #2c2c2c;
}

.overview {
  padding: 20px 0;
}

.overview .heading {
  font-size: 25px;
  color: #2c2c2c;
  padding-bottom: 5px;
  border-bottom: 1px solid #2c2c2c;
  font-weight: 700;
}

.overview span {
  font-size: 20px;
  color: #2c2c2c;
  font-weight: 700;
  display: block;
  padding-bottom: 10px;
  padding-top: 40px;
}

.overview p {
  font-size: 17px;
  border-radius: 5px;
  color: #2c2c2c;
  line-height: 22px;
  background: #f5f5f6;
  padding: 15px;
  margin: 15px 0;
}

.description {
  padding: 20px 0;
}

.description .heading {
  padding-bottom: 20px;
  color: #2c2c2c;
  font-size: 25px;
  font-weight: 700;
}

.description p {
  padding: 10px 0;
  line-height: 25px;
  font-size: 17px;
  margin: 0;
}

.description a {
  padding: 20px 0;
  text-decoration: none;
  font-size: 20px;
  display: block;
  color: #10b497;
  font-weight: 700;
}

.ticket {
  padding: 20px 0;
}

.ticket .heading {
  font-size: 25px;
  color: #2c2c2c;
  padding-bottom: 5px;
  border-bottom: 1px solid #2c2c2c;
  font-weight: 700;
}

.ticket label {
  font-size: 20px;
  display: block;
  color: #2c2c2c;
  font-weight: 700;
  padding-top: 40px;
  padding-bottom: 15px;
}

.ticket ul {
  padding: 20px 0;
  margin: 0;
}

.ticket li {
  margin: 0;
  list-style: none;
  line-height: 35px;
  font-size: 17px;
  color: #2c2c2c;
}

.ticket img {
  vertical-align: middle;
  padding-right: 10px;
}

.additional {
  padding: 20px 0;
}

.info {
  padding: 20px 0;
}

.info-color {
  background: #f5f5f6;
  padding: 20px;
  border-radius: 5px;
}

.info .heading {
  font-size: 25px;
  text-align: left;
  padding-bottom: 10px;
  color: #2c2c2c;
  border-bottom: 1px solid #2c2c2c;
}

.info label {
  padding: 20px 0;
  font-size: 20px;
  color: #2c2c2c;
  display: block;
}

.info ul {
  margin: 0;
  padding: 0 20px;
}

.info li {
  font-size: 17px;
  color: #2c2c2c;
  padding: 6px 0;
}

.venue {
  padding: 20px 0;
}

.venue .heading {
  font-size: 25px;
  color: #2c2c2c;
  padding-bottom: 5px;
  border-bottom: 1px solid #2c2c2c;
  font-weight: 700;
}

.venue label {
  font-size: 20px;
  display: block;
  color: #2c2c2c;
  font-weight: 700;
  padding-top: 40px;
  padding-bottom: 15px;
}

.venue .day {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 20px;
  border-radius: 5px;
  background: #f5f5f6;
}

.venue a {
  text-decoration: none;
  font-weight: 700;
  color: #963678;
  font-size: 18px;
  display: block;
  padding-bottom: 5px;
}

.venue span {
  color: #2c2c2c;
  font-size: 18px;
  display: block;
  line-height: 30px;
}

.venue .closed {
  text-align: right;
}

.how-to {
  padding: 20px 0;
}

.how-to .heading {
  font-size: 25px;
  color: #2c2c2c;
  font-weight: 700;
  padding-bottom: 15px;
}

.how-to label {
  font-size: 20px;
  color: #2c2c2c;
  font-weight: 700;
  display: block;
  padding: 7px 0;
}

.how-to label img {
  vertical-align: middle;
  padding-right: 5px;
}

.how-to p {
  font-size: 18px;
  color: #2c2c2c;
  margin: 0;
  padding-left: 25px;
}

.how-to a.map-button {
  text-decoration: none;
  color: #47c4c6;
  padding: 14px 115px;
  border-radius: 5px;
  background: #fff;
  -webkit-box-shadow: 0 0 0 0 #2c2c2c;
          box-shadow: 0 0 0 0 #2c2c2c;
  -webkit-box-shadow: 1px 1px 3px 0px #2c2c2c;
          box-shadow: 1px 1px 3px 0px #2c2c2c;
  display: inline-block;
  margin: 10px 0;
  font-size: 18px;
  font-weight: 700;
  margin-top: 30px;
}

.how-to a {
  display: block;
  text-align: center;
  text-decoration: none;
  color: #47c4c6;
  padding: 20px 0;
  font-size: 18px;
  font-weight: 700;
}

.how-to a img {
  vertical-align: middle;
  padding-left: 5px;
}

.ratings {
  padding: 20px 0;
}

.ratings .heading {
  font-size: 32px;
  font-weight: 700;
  padding-bottom: 5px;
  color: #2c2c2c;
  border-bottom: 1px solid #2c2c2c;
}

.ratings .vlaicu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #f5f5f6;
  border-radius: 5px;
  padding: 20px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 20px 0;
}

.ratings label {
  font-size: 18px;
  font-weight: 700;
  color: #2c2c2c;
}

.ratings span {
  font-size: 18px;
  font-weight: 700;
  color: #707786;
  display: block;
  padding-top: 5px;
  padding-bottom: 15px;
}

.ratings small {
  font-size: 18px;
  font-weight: 700;
  color: #2c2c2c;
}

.ratings a {
  display: block;
  text-align: center;
  text-decoration: none;
  color: #47c4c6;
  font-weight: 700;
  font-size: 18px;
  font-weight: 700;
}

.common {
  padding: 30px 0;
  width: 80%;
}

.common .heading {
  font-size: 32px;
  font-weight: 700;
  color: #2c2c2c;
}

.common .question {
  background: #fff;
  padding: 30px;
  padding-top: 10px;
  margin: 20px 0;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 0px 1px #cccccc;
          box-shadow: 0px 0px 0px 1px #cccccc;
}

.common .special {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #d6d8dc;
  padding: 17px 0;
}

.special:last-child {
  border: none;
}

.common p {
  font-size: 20px;
  font-weight: 700;
  color: #108994;
  margin: 0;
}

.customers {
  padding: 20px 0;
  width: 80%;
}

.customers .heading {
  font-size: 32px;
  font-weight: 700;
  color: #2c2c2c;
}

.also {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
  
  padding: 20px 0;
}

.also .green {
  width: 32%;
  background: #fff;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 0px 1px #cccccc;
          box-shadow: 0px 0px 0px 1px #cccccc;
margin:0 20px 0 0;
position:relative;
}
.also .green a.golink{
	
	position:absolute;
	top:0;
	right:0;
	left:0;
	bottom:0;
}
.also .dubai {
  padding: 15px;
}

.also label {
  font-size: 20px;
  color: #2c2c2c;
  font-weight: 600;
}

.also p {
  font-size: 18px;
  color: #707786;
  font-weight: 600;
  margin: 0;
  padding: 7px 0;
}

.also .skip {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 15px;
}

.also span {
  color: #108994;
  font-size: 14px;
  padding-left: 5px;
}

.also small {
  color: #2c2c2c;
  font-size: 20px;
  font-weight: 700;
}

.also img {
  max-width: 100%;
}

.covidbox {
  background: #fff;
  border-top: 5px solid #47c4c6;
  border-radius: 5px;
  padding: 15px;
  -webkit-box-shadow: 0px 1px 4px -1px #ccc;
          box-shadow: 0px 1px 4px -1px #ccc;
}

.covidbox small {
  color: #000;
  font-size: 20px;
}

.covidbox p {
  color: #000;
  font-size: 14px;
  line-height: 22px;
  padding: 5px 0;
}

.covidbox span {
  color: #47c4c6;
  font-size: 16px;
}

.dateform {
  -webkit-box-shadow: 0px 1px 4px -1px #ccc;
          box-shadow: 0px 1px 4px -1px #ccc;
  background: #fff;
  margin: 20px 0;
}

.dateform .formtext {
  border-bottom: 1px solid #eaebee;
  padding: 15px;
}

.dateform span {
  font-size: 14px;
  color: #000;
}

.dateform small {
  font-size: 22px;
  color: #000;
  display: block;
  padding-top: 10px;
}

.dateform .divselect {
  padding: 25px 15px;
}

.dateform label {
  font-size: 18px;
  color: #000;
  padding-bottom: 10px;
  display: block;
}

.dateform figure {
  text-align: center;
}

.dateform select {
  padding: 12px;
  border: 1px solid #eaebee;
  font-size: 16px;
  border-radius: 5px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.dateform .dselect {
  position: relative;
}

.dateform .dselect:after {
  content: '';
  position: absolute;
  height: 9px;
  width: 10px;
  background: url(../images/home/down-arrow.svg) no-repeat 0;
  top: 18px;
  right: 22px;
}

.dateform a.bookbtn {
  background:#a97329;
  display: block;
  text-align: center;
  padding: 15px;
  color: #fff;
  font-size: 16px;
  border-radius: 5px;
  margin: 20px 0;
}

.dateform li {
  font-size: 15px;
  color: #000;
  line-height: 22px;
  padding-bottom: 10px;
}

.showimage img {
  width: 100%;
  max-width: 100%;
  max-height: 250px;
height: 100%;
min-height: 250px;
}


.showimage figure{
	  max-height: 250px;
height: 100%;
min-height: 250px;
}
/*# sourceMappingURL=main.css.map */










.ui-state-disabled {
    cursor: no-drop !important;
    pointer-events: auto;
}



#datepicker {
    margin: 10px 0;
    width: 100%;
	padding: 0px;
box-sizing: border-box;
}

#datepicker span {
    font-size: 14px;
    color: #555;
    font-weight: normal;
}

#datepicker .ui-datepicker-title span{
	font-weight: bold;
	
}
#datepicker .ui-datepicker{
	width: 100%;
box-sizing:border-box;	
}

#datepicker .ui-widget-header{
	Background:none;
	border:0;
	
}

#datepicker .ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled {
    opacity: 1 !important;
    filter: Alpha(Opacity=35);
    background-image: none;
}
#datepicker .ui-state-default{
	 display: block;
    padding: 15px 10px;
    text-align: center;
    text-decoration: none;
    border: 0;
    background: none;
	color:#000;
	font-weight:bold;
}

#datepicker .ui-datepicker td.ui-state-disabled span, .ui-datepicker td a {
    display: block;
    padding: 15px 10px;
    text-align: center;
    text-decoration: none;
    border: 0;
    background: none;
	color:#555555;
	font-weight:normal;
}

#datepicker .ui-datepicker-calendar tr{
	border-bottom:1px solid rgba(85,85,85,0.3);

}
#datepicker .ui-datepicker-calendar tr td{
padding:1px 0;
}
#datepicker .ui-datepicker-calendar tbody tr:last-child{
	border-bottom:0;
}


#datepicker .ui-state-default.ui-state-active{
	
	
	background:#a97329;
	color:#fff;
	border-radius:5px;
}
#datepicker .ui-state-default.ui-state-hover{
	
	
	background:#a97329;
	color:#fff;
	border-radius:5px;
}

#datepicker  .ui-datepicker-prev.ui-corner-all{
	background:none;
	border:0;
	padding:0;
	margin:0;
	left:2px;
	top:2px;
	cursor:pointer;
	
	
}

#datepicker  .ui-datepicker-next.ui-corner-all{
	background:none;
	border:0;
	padding:0;
	margin:0;
	right:2px;
	top:2px;
	cursor:pointer;
	
	
}

#datepicker  .ui-widget-content .ui-datepicker-next .ui-icon{
	background: url(../images/home/next.png);
}

#datepicker  .ui-widget-content .ui-datepicker-prev .ui-icon{
	background: url(../images/home/back.png);
}



.covidbox {
	display:none;
}

.sellerflex .divright{
	padding:0;
}

.dateform{
	margin:0;
}
.dateform .formtext {
    border-bottom: 1px solid #eaebee;
    padding: 20px 15px;
}
.smallimageslider {
	
	display:flex;
	flex-wrap:wrap;
	width:100%;
	height:100%;
	max-height:325px;
}
.smallimageslider div{
	height:100%;width:100%;
}
.smallimageslider figure{
	max-width:33.33%;
	width:100%;
}


		   .btnimgsliderprev.slick-arrow{

    background: no-repeat;
    border: 0;
    position: absolute;
    z-index: 999999;
top: 0;
left: 10px;
bottom: 0;

}
.btnimgslidernext.slick-arrow {

    background: no-repeat;
    border: 0;
    position: absolute;
    z-index: 999999;
 top: 0;
right: 10px;
bottom: 0;
}


.day .daysoftourtime:first-child .friday span,.day .daysoftourtime:first-child .closed span{
	color:#a97329;
}


.tourduration{
	
	background: url('../images/clock.svg') no-repeat left 0;padding-left: 30px;
}


.info-color p{
	
	padding: 10px 0;
line-height: 20px;
font-size: 16px;
}




   .twodd {
            line-height: 50px;
        }

        .animatediv {
            height: 10px;
            border-radius: 10px;
        }

        .wrapper {
            width: 0px;
            animation: fullView 0.5s forwards cubic-bezier(0.250, 0.460, 0.450, 0.940);
        }

        .profilePic {
            height: 65px;
            width: 65px;
            border-radius: 50%;
        }

        .comment {
            height: 10px;
            background: #777;
            margin-top: 20px;
        }

        @keyframes fullView {
            100% {
                width: 100%;
            }
        }


        .animate {
            animation: shimmer 2s infinite linear;
            background: linear-gradient(to right, #eff1f3 4%, #e2e2e2 25%, #eff1f3 36%);
            background-size: 1000px 100%;
        }

        @keyframes shimmer {
            0% {
                background-position: -1000px 0;
            }

            100% {
                background-position: 1000px 0;
            }
        }
		
		
		   @media(max-width:767px){
   
          .sellerflex{display: block;}
          .seller {width: 100%; box-sizing: border-box; padding: 15px 0;}
          .description{padding-top: 0;}
          .description p{font-size: 14px; padding: 0;}
          .venue span{font-size: 14px;}
          .how-to p {
            font-size: 16px;
            line-height: 22px;
          }

          .sellerflex .divright{width: 100%; box-sizing: border-box; margin-top: 20px;}
		  
		  .overview #overviewid {
    padding: 14px 0;
    background: #FA7823;
    color: #fff;
    text-align: center;
}


.description .headingg{text-align:center;
padding: 14px 0;
margin:5px 0;
text-transform:uppercase;
 background: #FA7823;
    color: #fff;
		  
      }
	  
	  .description .heading{text-align:center;
padding: 14px 0;
margin:5px 0;
text-transform:uppercase;
 background: #FA7823;
    color: #fff;
	font-size:14px;
	font-weight:400;
		  
      }	
	  .venue{padding:0;}
	  .venue .heading{text-align:center;
padding: 14px 0;
margin:5px 0;
text-transform:uppercase;
 background: #FA7823;
    color: #fff;
	font-size:14px;
	font-weight:400;
			border-bottom:0;
      }	
	  
	  
	   .how-to .heading{text-align:center;
padding: 14px 0;
margin:5px 0;
text-transform:uppercase;
 background: #FA7823;
    color: #fff;
	font-size:14px;
	font-weight:400;
			 
      }	
	  
	  
	  .how-to, .additional, .ticket, .description, .overview{padding:0;}
	  
	  
.header-flex a.button-login{
	cursor: pointer;
}



.slick-arrow img{
	width: 100% !important;
max-width: 100% !important;
height: auto !important;
min-height: auto !important;
max-height: auto !important;
}


.divinput label.inputbox{
	position:relative;
}

.radiosettime{
	position:absolute;
}

