.top-search-banner{
    box-shadow: 0px 10px 10px 0px #d3d3d380 !important;
    border-radius: 10px 10px 10px 10px !important;
}

.tours-type-slider .tours_type_item .tours-type__item__image img {
    border-radius: 0% !important;
}

.activities-item {
    position: absolute;
    bottom: 15px;
    right: 50px;
    text-align: center;
    color: #fff;
}

@media only screen and (max-width:600px) {
    .home-tap-search{
      display: none;
    }
  }

.padding-2x {
	padding: 20px;
}

.card-border{
   border: 1px solid rgb(197, 193, 193);
   border-radius: 10px;
}

.margin-bottom-1x {
	margin-bottom: 10px !important;
}

.custom-cards {
  margin: 0 auto;
  text-align: center;
	display: -webkit-flex;
	display: flex;
  border-radius: 10px;
	-webkit-justify-content: center; 
  justify-content: center;
  -webkit-flex-wrap: wrap; 
	flex-wrap: wrap;
	margin-top: 15px;
	padding: 1.5%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box; 
  box-sizing: border-box; 
  /* box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23); */
  box-shadow: 0 4px 10px rgba(0,0,0,0.16), 0 4px 10px rgba(0,0,0,0.23);
}

.zoom-custom-cards:hover {
    -ms-transform: scale(1.5); /* IE 9 */
    -webkit-transform: scale(1.5); /* Safari 3-8 */
    transform: scale(1.5); 
} 

.radius-10px{
  border-radius: 10px !important;
}

.wrapper-footer {
  background: #004864 !important; 
  color: #ccc;
}

.header_top_bar {
  background-color: #004864 !important; 
  color: #ccc;
}

.about-pargraph {
  text-align: justify;
  text-justify: inter-word;
  font-size: 16px;
  line-height: inherit;
}

.about-card{
  /* border: 1px solid lightgray; */
  border: 1px solid #f2e9e9;
  border-radius: 10px;
  box-shadow: 1px 1px 5px 1px #5e6f759c;
  box-shadow: 1px 1px 5px 1px #b2babd9c;
}

.acheivements{
  padding: 0 10px 70px;
}
.acheivements .acheive-col{
  justify-content: space-between;
  padding-top: 40px;
}
.acheivers{
  display: flex;
}
.acheive-sec{
  border-radius: 5px;
  padding: 53px 34px 40px;
}
.acheive-sec.green{
  background: #EFF4EF;
}
.acheive-sec.blue{
  background: #EEF5F8;
}
.acheive-sec.red{
  background: #FBF2F1;
}
.acheive-sec.yellow{
  background: #FDFAEE;
}
.acheive-sec figure{
  text-align: center;
  padding: 0px 0 10px;
}
.acheive-sec .acheive-content h3{
  font-size: 24px;
  line-height: 34px;
  font-weight: 600;
  color: #38404F;
  padding-bottom: 8px;
}
.acheive-sec .acheive-content p{
  font-size: 16px;
  line-height: 24px;
  color: #38404F;
}
.card-overlay{ padding: 20px; position:absolute; overflow:hidden; background:rgba(0,0,0,.5);
  left:0;  
  top: 100%;
  width:100%; height:100%;
  z-index: 1;
  transition:all 350ms cubic-bezier(0, 0, 0.2, 1);
  display:flex;
  align-items:center;
  background:rgba(99, 99, 99, 0.521);
  color: #fff;
  align-items: center;
} 
.card:hover .card-overlay {
  top: 0;
}

/*.effect-image-1:hover {
  opacity: 1;
  visibility: visible;
  display: block;	
}
.effect-image-1:hover .simple-text{
  visibility: hidden;
  opacity: 0;
}

.overlay-sim-text-2{
  position: absolute;
  padding: 60px;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 10px;
  background: rgba(43, 127, 144, 0.500);
  color: #fff;
  opacity: 0;
  font: italic 26px monospace;
  font-family: "Lobster", "Lobster", monospace;
}

.effect-image-1:hover .overlay-xs-1{
  opacity: 1;
  visibility: visible;
  display: block;	
}
.effect-image-1:hover .simple-text{
  visibility: hidden;
  opacity: 0;
}

.overlay,
.overlay-text,
.overlay-sim-text-2,
.opacity-effect img,
.blur-effect img,
.grayscale-effect img{
 transition: all .4s linear;
  -webkit-transition: all .4s linear;
  -moz-transition: all .4s linear;
  -o-transition: all .4s linear;
}
.image-wrapper{
margin-bottom: 35px;
}
.effect-image-1{
position: relative;
display: block;
}*/

.trend-sec-right{
  position: relative;
  width: 100%;
}
.trending-right{
  padding-top: 20px;
}
.trend-right{
  position: absolute;
  bottom: 16px;
}
.trend-right{
  left: 19px;
}
.trend-right h4{
  margin: 0;
} 
.trend-right h4 a{ 
  font-size: 17px;
  line-height: 25px;
  font-weight: 700;
  margin-bottom: 0;
  color: #fff;
  text-shadow: 0 0 8px #383737;
} 
.trend-right span{
  font-size: 12px;
  color: #fff;
  line-height: 18px;
  font-weight: 700;
  text-transform: uppercase;
}
.trend-sec-right img{
  border-radius: 5px;
  width: 100%;
}

.feature-details{
  width: 20% !important;
  float: left !important;
  position: relative !important;
  padding-left: 35px !important;
  margin-top: 15px !important;
  color: var(--primary);
  /* line-height: 1.8em !important; */
  font-weight: bold !important;
  font-size: 12px !important;
}

.line-clamp {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;  
  overflow: hidden;
}

/* FAQ */ 

#wpsm_accordion_9577 .wpsm_panel-heading{
  padding:0px !important;
  }
  #wpsm_accordion_9577 .wpsm_panel-title {
  margin:0px !important; 
  text-transform:none !important;
  line-height: 1 !important;
  }
  #wpsm_accordion_9577 .wpsm_panel-title a{
  text-decoration:none;
  overflow:hidden;
  display:block;
  padding:0px;
  font-size: 15px !important;
  font-family: Open Sans !important;
  color:#000000 !important;
  border-bottom:0px !important;
  }

  #wpsm_accordion_9577 .wpsm_panel-title a:focus {
  outline: 0px !important;
  }

  #wpsm_accordion_9577 .wpsm_panel-title a:hover, #wpsm_accordion_9577 .wpsm_panel-title a:focus {
  color:#000000 !important;
  }
  #wpsm_accordion_9577 .acc-a{
  color: #000000 !important;
  background-color:#e8e8e8 !important;
  border-color: #ddd;
  }
  #wpsm_accordion_9577 .wpsm_panel-default > .wpsm_panel-heading{
  color: #000000 !important;
  background-color: #e8e8e8 !important;
  border-color: #e8e8e8 !important;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  }
  #wpsm_accordion_9577 .wpsm_panel-default {
      border:1px solid transparent !important;
  }
  #wpsm_accordion_9577 {
  margin-bottom: 20px;
  overflow: hidden;
  float: none;
  width: 100%;
  display: block;
  }
  #wpsm_accordion_9577 .ac_title_class{
  display: block;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 15px;
  padding-right: 15px;
  }
  #wpsm_accordion_9577  .wpsm_panel {
  overflow:hidden;
  -webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, .05);
  box-shadow: 0 0px 0px rgba(0, 0, 0, .05);
      border-radius: 4px;
  }
  #wpsm_accordion_9577  .wpsm_panel + .wpsm_panel {
      margin-top: 5px;
  }
  #wpsm_accordion_9577  .wpsm_panel-body{
  background-color:#ffffff !important;
  color:#000000 !important;
  border-top-color: #e8e8e8 !important;
  font-size:15px !important;
  font-family: Open Sans !important;
  overflow: hidden;
      border: 2px solid #e8e8e8 !important;
  }

  #wpsm_accordion_9577 .ac_open_cl_icon{
  background-color:#e8e8e8 !important;
  color: #000000 !important;
  float:right !important;
  padding-top: 12px !important;
  padding-bottom: 12px !important;
  line-height: 1.0 !important;
  padding-left: 15px !important;
  padding-right: 15px !important;
  display: inline-block !important;
  }

  .text-primary{
    color:var(--primary);
  }

  /* rating */
.rate {
  float: left;
  height: 46px;
  padding: 0 10px;
}
.rate:not(:checked) > input {
  position:absolute;
  top:-9999px;
}
.rate:not(:checked) > label {
  float:right;
  width:1em;
  overflow:hidden;
  white-space:nowrap;
  cursor:pointer;
  font-size:30px;
  color:#ccc;
}
.rate:not(:checked) > label:before {
  content: '★ ';
}
.rate > input:checked ~ label {
  color: #ffc700;    
}
.rate:not(:checked) > label:hover,
.rate:not(:checked) > label:hover ~ label {
  color: #f5ed0c;  
}
.rate > input:checked + label:hover,
.rate > input:checked + label:hover ~ label,
.rate > input:checked ~ label:hover,
.rate > input:checked ~ label:hover ~ label,
.rate > label:hover ~ input:checked ~ label {
  color: #f5ed0c;
}

.rate2 {
  float: left;
  height: 46px;
  padding: 0 10px;
}
.rate2:not(:checked) > input {
  position:absolute;
  top:-9999px;
}
.rate2:not(:checked) > label {
  float:right;
  width:1em;
  overflow:hidden;
  white-space:nowrap;
  cursor:pointer;
  font-size:30px;
  color:#ccc;
}
.rate2:not(:checked) > label:before {
  content: '★ ';
}
.rate2 > input:checked ~ label {
  color: #ffc700;    
}
.rate2:not(:checked)
.rate2:not(:checked) {
  color: #f5ed0c;  
}
.rate2 > input:checked 
.rate2 > input:checked 
.rate2 > input:checked 
.rate2 > input:checked {
  color: #f5ed0c;
}

/* rating */

.item_rating {
	float:       left;
	width:       45%;
	padding:     0px !important;
	position:    relative;
	height:      40px;
	line-height: 40px;
	text-align:  center;
}

.rating { 
  border: none;
  float: left;
}

.rating > input { display: none; } 
.rating > label:before { 
  margin: 5px;
  font-size: 2.25em;
  font-family: FontAwesome;
  display: inline-block;
  content: "★ ";
}

.rating > .half:before { 
  content: "★ ";
  position: absolute;
}

.rating > label { 
  color: #ddd; 
 float: right; 
}

.rating > input:checked ~ label, 
.rating:not(:checked) > label:hover,
.rating:not(:checked) > label:hover ~ label { color: #FFD700;  } 

.rating > input:checked + label:hover, 
.rating > input:checked ~ label:hover,
.rating > label:hover ~ input:checked ~ label,
.rating > input:checked ~ label:hover ~ label { color: #FFED85;  } 

.login-button{
  color: #fff !important;
  background: var(--primary);
  padding: 9px 28px;
  border-radius: 0;
  font-weight: 600;
  border-radius: 10px;
}

.navbar-nav > li > .login-button{
  padding: 10px;
}

.login-button:hover{
  color: var(--primary) !important;
}

.text-white{
  color: #fff;
}

.plan-btn-icon {
    color: #fff !important;
}

#fireworks-overlay {
  pointer-events: none;
  z-index: 9999;
}
