#cookiemessage {
    position: fixed;
    bottom: 20px;
    left: 20px;
    height: 190px;
    width: 390px;
    border-radius: 15px;
    border: 1px solid #000000;
    background: #FFFFFF;
    z-index: 1000;
    font-weight: bold;
    margin: 5px;
}

.grecaptcha-badge { visibility: hidden; }

.bookingformlabel {
    color: #000000;
    font-size: 16px;
    font-weight: bold;
}

.bookingformpriceerror {
    color: red;
}

.bookingformuserprice {
    color: #808080;
}

.bookingformprice {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 20px;
}

.headerbaranchor {
    display: block; 
    height: 140px; 
    margin-top: -140px; 
    visibility: hidden;
}

.btn-submit {
  color: #ffffff;
  background-color: #40A545;
  border-color: #0db4ff;
}
.btn-submit:hover,
.btn-submit:focus,
.btn-submit:active,
.btn-submit.active,
.open > .dropdown-toggle.btn-submit {
  color: #ffffff;
  background-color: #06DE11;
  border-color: #008fcf;
}

.gotop {
	position: fixed;
    bottom: 10px;
    left: 10px;
    z-index: 1010;
    font-weight: bold;
}

.checkprice {
	position: fixed;
	top: 5px;
	float: right;
	right: 5px;
	z-index: 1010;
	font-weight: bold;
}

.touristboardimg {
	width: 100px;
	height: 100px;
}

.inspiredimg {
    width: 85px;
    height: 60px;
}

.tripadvisorimg {
	width: 80px;
}

.logoimage {
	width: 90px;
}

.smallTourInfo {
    font-weight: bold;
    /* font-size: 16px; */
}

.tour-main-photo-group {
	width: 104px;
	height: 68px;
	float: left;
	border: 3px solid #FFFFFF;
	margin-bottom: 10px;
	background: #DAD0C8;
	overflow: hidden;
}
.placelink {
	font-weight: bold;
	color: #f56f36;
}

.sticky {
  position: fixed;
  top: 65px;
  width: 100%;
  z-index: 500;
  background: #FFFFFF;
  border-top:1px dashed #dee2ea;
}

/* Itinerary Accordion */
* { 
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  -o-box-sizing:border-box;
  box-sizing:border-box;
}

.acc-container {
  width:100%;
  margin:30px auto 0 auto;
  -webkit-border-radius:8px;
  -moz-border-radius:8px;
  -o-border-radius:8px;
  border-radius:8px;
  overflow:hidden;
  border: 1px solid #CCCCCC;
}

.acc-btn { 
  width:100%;
  margin:0 auto;
  padding:5px 25px;
  cursor:pointer;
  background:#f3f4f7;
  border-bottom:1px solid #CCCCCC;
}

.acc-content {
  height:0px;
  width:100%;
  margin:0 auto;
  overflow:hidden;
  background:#FFFFFF;
}

.acc-content-inner {
  padding:20px;
}

.open {
  height: auto;
}

.itinerary {
  font:400 18px/22px 'Lato', sans-serif;
  color:#000000;
}

.selected {
  color:#ff4e00;
}

.boximageheight {
	height: 110px;
}
/* Itinerary Accordion */

/* FAQ */
.faq-content {
    line-height: 1.5em;
    font-size: 1.1em
}

.faq-list > div {
    border-bottom: 0.07em solid #ededed;
    padding: 0.5em 0em;
} 

.faq-list > div:last-child {
    border: unset;
}

details > summary {
    list-style: none;
}
details > summary::-webkit-details-marker {
    display: none;
}

summary {
    font-size: 1.2em;
    font-weight: bold;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none; 
    user-select: none;
    transition: all 0.3s ease;
}

summary:hover {
    color: #ff4e00;
}

details[open] summary ~ * {
    animation: sweep .5s ease-in-out;
}

@keyframes sweep {
    0%    {opacity: 0; margin-left: -10px}
    100%  {opacity: 1; margin-left: 55px}
}

details[open] summary {
    color: #ff4e00;
}

details[open] p {
    border-left: 2px solid #ff4e00;
    margin-left: 55px;
    padding-left: 25px;
    opacity: 100;
    transition: all 3s ease;
}

details[open] summary:after {
    content: "-";
    font-size: 1.8em;
    margin: -0.3em 0.65em 0 0;
    font-weight: bold;
    text-align: center;
}

.faq-body {
    box-shadow: 2px 2px 0px #E9EAEB;
    border-radius: 0.2em;
    padding: 1em;
    background-color: #fff;
    width: 98%;
}

.faq-list {
    margin: 0 auto;
}

summary::-webkit-details-marker {
    display: none;
}

summary:after {
    background: transparent;
    border-radius: 0.3em;
    content: "+";
    color: #ff4e00;
    float: left;
    font-size: 1.8em;
    font-weight: bold;
    margin: -0.3em 0.65em 0 0;
    padding: 0;
    text-align: center;
}
/* FAQ */

@media screen and (max-width : 1000px) {
	.touristboardimg {
	    width: 55px;
	    height: 55px;
	}
    .inspiredimg {
        width: 43px;
        height: 30px;
    }
    .tripadvisorimg {
		width: 55px;
	}
	.logoimage {
		width: 60px;
	}
	#topnavbar {
	    transition: top 0.3s; /* Transition effect when sliding down (and up) */
	}
    .boximageheight {
        height: 200px;
    }
}

@media screen and (max-width : 500px) {
    .tourcardheight {
        height: 100%;
    }
}

@media screen and (max-width : 400px) {
    #cookiemessage {
        width: 300px;
    }
    .boximageheight {
        height: 170px;
    }
}

@media (max-width: 100px) {
    .modal-xs { 
        width: 90px; 
    }
}