@media screen and (max-width: 3600px) and (min-width: 600px){
  #ori_side_scroll{

    background: #d4d4d4;
      width: 300px;
      /*right: 10px;
      bottom: 80px;*/
      line-height: 30px;
      position: absolute;
      color: #fff;
      font-size: 15px;
      text-align: right;
      border-radius: 10px;
      padding: 20px;
      background-opacity: 50%;
      background: rgb(212, 212, 212,0.5);
  }

}

@media screen and (max-width: 600px) and (min-width: 0px){
  #ori_side_scroll{

display: none!important;
  }

}
.slick-track{
  width:100%!important;
}

.slick-slide{
  width:300px!important;
}


.location-btn{
  background-color:#3e9e6b!important;
}

#tabs .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #f3f3f3;
    background-color: transparent;
    border-color: transparent transparent #3e9e6b;
    border-bottom: 4px solid !important;
    font-weight: bold;
}
#tabs .nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    color: #3e9e6b;
}

.dropdown {
    position: absolute;
    border: 1px solid red;
    display: none;
    z-index: 1;
    background: white;
}

/* Style the tab */
.tab {
  float: left;
  border: 1px solid #ccc;
  background-color: #f1f1f1;
  width: 30%;
  height: 300px;
}

/* Style the buttons inside the tab */
.tab button {
  display: block;
  background-color: inherit;
  color: black;
  padding: 22px 16px;
  width: 100%;
  border: none;
  outline: none;
  text-align: left;
  cursor: pointer;
  transition: 0.3s;
  font-size: 17px;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #ddd;
}

/* Create an active/current "tab button" class */
.tab button.active {
  background-color: #3e9e6b;
}

/* Style the tab content */
.tabcontent {
  float: left;
  padding: 0px 12px;
  border: 1px solid #ccc;
  width: 70%;
  border-left: none;
  height: 300px;
}
a{
  color:black;!important
}
a:hover{
  color:#3e9e6b;!important
}

.right_l a{
  margin-right: 24px;
    margin-bottom: 10px;
    display: inline-block;
}

.form-control-lg{
  height: calc(1.5em + 2rem + 2px);
  font-size: 1.55rem;
}

#side_scroll{

  background: #3e9e6b;
    /* width: 50px; */
    right: 10px;
    bottom: 70px;
    position: fixed;
    color: #fff;
    font-size: 15px;
    text-align: right;
    border-radius: 10px;
    padding: 10px;
    background-opacity: 50%;
    background: rgb(62, 158, 107,0.5);
    z-index: 100;
}


#back-top1{
background: #B367FF;
height: 50px;
width: 50px;
right: 31px;
bottom: 18px;
position: fixed;
color: #fff;
font-size: 20px;
text-align: center;
border-radius: 50%;
line-height: 48px;
border: 2px solid transparent;
box-shadow: 0 0 10px 3px rgba(108,98,98,0);
}
#more {display: none;}

.MsoTable15Grid5DarkAccent6{
  width:100%!important;
}
#facilities_table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

th, td {
  text-align: left;
  padding: 8px;
}

.tt-query, .tt-hint {
	border: 2px solid #CCCCCC;
	border-radius: 8px;
	font-size: 22px; /* Set input font size */
	height: 30px;
	line-height: 30px;
	outline: medium none;
	padding: 8px 12px;
	width: 100%;
}

.tt-query {
  width:100%;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}
.tt-hint {
	color: #999999;
}
.tt-menu {
	background-color: #FFFFFF;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 8px;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	margin-top: 12px;
	padding: 8px 0;
	width: 100%;
}
.tt-suggestion {
	font-size: 22px;  /* Set suggestion dropdown font size */
	padding: 3px 20px;
}
.tt-suggestion:hover {
	cursor: pointer;
	background-color: #0097CF;
	color: #FFFFFF;
}
.tt-suggestion p {
	margin: 0;
}
.twitter-typeahead{
  display: block!important;
}
