
.banner{
    position: absolute;
    background: #f7941d;
    width: 150px;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    color: #000;
    transform: rotate(-35deg);
    left: -36px;
    top: 16px;
    padding: 2px 0;
    border: 2px solid #000;
}
.card {
    overflow: hidden;
    width: 100%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
   /* border: 1px solid rgba(0,0,0,.125); */
    box-shadow: 1px 1px 8px 1px #dfdfdf;
    border-radius: .25rem;
	min-height:340px;
}
.card-img-top {
    width: 100%;
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px);
}
.card-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
}
.card-footer:last-child {
    border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px);
}
.card-footer {
    padding: .75rem 1.25rem;
}
.card-img{
    height:150px;
    background-position: center !important;
    -webkit-background-size: cover !important;
    background-size: cover !important;
}
input[type=text], input[type=password], input[type=email]{
    width: calc(340px - 25px);
}
.search-text{
    font-size: 13px;
}
.searchButton{
    width: 30px;
    height: 30px;
}
[data-toggle="collapse"]{
    cursor: pointer;
}
[data-toggle="collapse"]:after {
    display: inline-block;
    float: right;
    color: rgba(0,0,0,0.25);
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    transform: rotate(0deg) ;
    transition: all linear 0.25s;
    background-image: url('../images/toggle-arrow.jpg');
    background-repeat: no-repeat;
    width: 10px;
    height: 15px;
}

[data-toggle="collapse"][aria-expanded="true"]:after {
    transform: rotate(-90deg) ;
}
div h3:first-child, div h4:first-child, div h5:first-child, div h6:first-child{
    margin-top: 20px;
}
a.seedetailbtn{
    font-size: 14px;
    text-decoration: none;
    letter-spacing: 0.6px;
    font-weight: 500;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.seedetailbtn{
    width: 120px;
    height: 36px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;: ;
    background-color: #e66e32;
    color: #fff;
    border: 1px solid transparent;
    outline: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10px 0 10px auto;
}
.sidebar{
  /*  max-height: 685px; */
    overflow-y: auto;
    overflow-x: hidden;
    padding: 0 1rem;
}
.sidebar [aria-expanded="true"]{
    font-weight: 600;
}
.sidebar::-webkit-scrollbar{
    width: 5px;
    background: #f5f5f5;
}
.sidebar::-webkit-scrollbar-track{
    background: #f5f5f5;
    border-radius: 3px;
}
.sidebar::-webkit-scrollbar-thumb{
    background-color: #555;
    border-radius: 3px;
}
.hs-area a:hover{
    transform: scale(1.5);
}
.hs-area {
    float: left;
    margin-left: 0;
    margin-top: 50px;
    width: auto;
    position: relative;
	min-width: 260px;	
}
.hs-area img {
    float: left;
}
.hs-wrap, .tt-wrap {
    position: absolute;
    display: none;
}
.area > a {
    padding: 6px !important;
}
.hs-wrap > a {
    display: block;
    padding: 8px;
}
.area > a > .sniper-spot {
    width: 11px !important;
    height: 11px !important;
    border: 3px solid #555555 !important;
    /*width: 12px !important;*/
    /*height: 12px !important;*/
}
.sniper-spot {
    background-color: #6696cc;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    z-index: 10;
    opacity: 1;
    border: 2px solid #666666;
}
.area > a > .tt-wrap.top {
    bottom: 32px;
    left: 9px;
}
.tt-wrap.top {
    bottom: 30px;
    left: 8px;
}
.tt-wrap {
    z-index: 1000;
}
.hs-wrap, .tt-wrap {
    position: absolute;
    display: none;
}
.tip-tooltip {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 16px;
    font-weight: bold;
    white-space: nowrap;
    display: block;
    border-radius: 8px;
    padding: 4px 6px;
    min-height: 20px;
    min-width: 30px;
    background-color: #ffffff;
    color: #666666;
    box-shadow: 0 0 10px #666666;
}
.showlist{
	background-color:#fff;
	display: flex;
    justify-content: center;
    align-items: center;
    margin: 0px;
    box-shadow: 1px 1px 8px 1px #dfdfdf;
}
.showlist .col-sm-4
{
	padding-left: 0px;
}
#divcalframe
{
	height:400px; overflow-y:auto; overflow-x: hidden; color:#333; font-size: 12px;	
}
.itinerary_main
{
	width: 100%;
	overflow:auto;	
	padding: 5px;
	background-color:#eaeaea;
}
.itinerary_sub
{
	min-width: 1600px;	
}
@media only screen and (max-width:767px) {
	.mob-mt-1
	{
		margin-top: 10px;
	}
	.mob-mb-1
	{
		margin-bottom: 10px;
	}
	.seeanddobookingval .imagediv
	{
		margin-bottom: 10px;
	}
	#clbookingval .imgdiv
	{
		height: 170px;
		width: auto !important;
		margin-bottom: 10px;
	}
	.bookingform_optional, .fh-custom-fields {
	  margin: 0px 20px;
	}
	.seeanddobooking h3
	{
		margin-top: 10px !important;
	}
	.seeanddobooking .imagediv
	{
		height: 170px !important;
		max-height: 100% !important;
	}
	.pb-5 {
	    padding-bottom: 1rem !important;
	  }
	.web-desk-only
	{
		display: none !important;
	}
	.resp-mob-only
	{
		display: block;
	}
	h1, .home_main h1
	{
		font-size: 28px;
		line-height: 33px;	
	}
	h2, .home_main h2
	{
		font-size: 26px;	
		line-height: 32px;
	}
	h3, .home_main h2
	{
		font-size: 22px;
		line-height: 28px;	
	}
	h4
	{
		font-size: 20px;	
	}
	h5
	{
		font-size: 18px;	
	}
	.home_main h1
	{
		margin-top: 15px;
	}
	.home_main h2
	{
		margin-top: 10px;
	}
	.home_main h3
	{
		font-weight: 600;
	}
	.home-area-left h3
	{
		font-size: 20px;	
	}
	.top-attractions h2
	{
		margin-bottom: 10px !important;
	}
	.page-body
	{
		margin-top: 152px !important;
	}
	.profile-page-body h1:first-child
	{
		margin-top: 20px;
	}
    .showlist{
        display: block !important;
    }
    .card-padding{
        margin: 0.5rem;
    }
    .home-search input.searchTerm{
        width: calc(100% - 40px);
    }
	#divcalframe
	{
		height:300px;
	}
	[data-toggle="collapse"]::after
	{
		font-size: 24px;
		margin-right:5px;	
	}
	
}
@media only screen and (max-width:1023px) {
	
	
	
}
@media only screen and (min-width:760px) and (max-width:1023px) {
	
	a.seedetailbtn
	{
		width: auto;
    	text-align: center;
    	padding: 12px 0px;
		font-size: 12px;
	}	
}
.ftr{
    padding: 0 1.25rem 0.75rem;
}

/*footer h4,footer ul li a,footer a{*/
    /*color: #fff !important;*/
/*}*/