.pointer {
  cursor: pointer;
}
.faq-input-group {
  width: 70%;
  margin:auto;
  margin-bottom: 20px;
}
.faq-input-group span  {
  display: table-cell !important;
}
/* Faq */
.faqElement {
  cursor: pointer;
}
.faq-container {
  padding-left: 30px;
  margin-bottom: 20px;
}
.faq-header {
  text-align: left;
  background-color:rgba(0,0,0,.03);
  padding:15px;
  border-radius: 5px;
}
.faq-header svg {
  color:#463636;
}
.faq-header h3 {
  color:#1d1d1d;
}
.faq-body {
  padding: 0px !important;
  margin: 10px 0px !important;
  padding-left:10px !important;
  text-align: left !important
}
/* slick slider */
.slick-arrow {
  color:#b3b3b3;
  padding: 0px 10px;
  cursor: pointer;
  position: absolute;
  top:43%;
  z-index: 2;
}
.slick-arrow:hover {
  color:#edebeb;
}
.slick-next {
  right:0;
}
.feature-prev {
  top:33%;
  left:-15px;
}
.feature-next {
  top:33%;
  right:-15px;
}
/* Header */
.fh5co-header,
.fh5co-bg {
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  position: relative;
}

.fh5co-bg {
  background-size: cover;
  background-position: center center;
  position: relative;
  width: 100%;
  float: left;
  position: relative;
}

.fh5co-header a {
  color: rgba(255, 255, 255, 0.5);
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.fh5co-header a:hover {
  color: white;
  border-bottom: 1px solid white;
}

.fh5co-header .display-tc,
.fh5co-cover .display-tc {
  display: table-cell;
  vertical-align: middle;
}
.fh5co-header .display-tc h1,
.fh5co-cover .display-tc h1 {
  margin: 0;
  padding: 0;
  color: white;
}
.fh5co-header .display-tc h1,
.fh5co-cover .display-tc h1 {
  margin-bottom: 30px;
  margin-top: 0;
  font-size: 60px;
  line-height: 1.5;
  text-transform: uppercase;
  font-weight: 300;
}

#package .btn-group .btn {
  margin: 0px  0px 20px 0px;
  color:#000;
}
#package .btn-group .btn:hover {
  color:#5d5d5d;
}
#package .btn-group .active {
  color:#ff3c2f;
  box-shadow: none !important;
}
#package .btn-group .active:hover {
  color: #f35f55;
}
#package .btn-group #bookNow {
  /* border-radius: 4px !important; */
  border-radius: 0px !important;
}
.text-white {
  color: #fff !important;
}
#package-feedback {
  margin-bottom: 15px;
}
.package-feedback label{
  font-weight: 600;
}

/* custom bootstrap color */
.text-muted {
  color:#909090 !important;
}
.bg-black {
  background-color:#000 !important;
}
.itinerary-table {
  color:black;
}
.itinerary-table td{
  font-size: 13px;
  color:#555;
}
.itinerary-table th{
  font-weight: 400 !important;
  font-size: 15px;
}
#package-itinerary {
  margin-top:30px;
}
.text-red {
  color:#ff3c2f;
}
/* display none */
.dnone {
  display: none !important;
}

/* Gallery */
.img-gallery {
  background-size: cover;
  height:300px;
  width: 100%;
}
#book-now-div {
  margin-top: 20px;
}
/* jquery validation color */
.my-error-class {
  color:#f34d48;  /* red */
  font-weight: normal !important
}
input.my-error-class,textarea.my-error-class {
  border-color: #f34d48;
}
input.my-valid-class {
  border-color:#00CC00; /* green */
}

.w-full {
  width: 100% !important;
}
.intl-tel-input { width: 100%; }
.btn-play {
  position: absolute;
  top:47%;
  left: 50%;
  font-size: 50px;
  color:#fff;
}
#search-button {
  margin-top: 69px;
}
.ft-20 {
  font-size: 20px;
}
#double-arrow {
  font-size: 20px;
  text-align: center;
  margin-top: 15px;
}
/* Border */
.br-0 {
  border-right: 0px !important
}
.bl-0 {
  border-left: 0px !important;
}
input.default,select.default {
  height: 46px;
}
.input-wrap .icon-wrap {
  display: inline !important;
  width: 20px;
  position: absolute;
  top:57%;
  left:3%;
}
.input-wrap .input-field {
  padding:10px 20px;
  border:2px solid rgba(0, 0, 0, 0.1);
  border-radius:4px;
  margin: 10px 0px;
}
.input-wrap .input-field label {
  font-size: 13px;
  display: block;
}
.input-wrap .input-field input, .input-wrap .input-field select {
  border:none;
  width: 100%;
  height: 25px;
  padding-top:0px;
  padding-bottom: 0px;
  padding-left:0px;
}
.input-wrap .input-field input:focus {
  outline-width: 0;
}
.input-wrap {
  background: #fff;
  border-radius: 3px;
  position: relative;
}
.addon-custom {
  border:0px !important;
  background-color: none;
  background-color:#fff;
  padding:0px 10px;
}
.placeholder-right::placeholder {
  text-align: right;
}
.pt-3-em {
  padding:3em 0 0 0 !important;
}
.py-3-em {
  padding:3em 0 !important;
}
.py-2em {
  padding:2em 0 !important;
}
.py-3em {
  padding:3em 0 !important;
}
.py-5em {
  padding:5em 0 !important;
}
.pb-0 {
  padding-bottom: 0px;
}
.pr-0 {
  padding-right:0px;
}
.pl-0 {
  padding-left: 0px;
}
.pr-4x {
  padding-right: 4px;
}
.pl-4x {
  padding-left: 4px;
}
.px-15 {
  padding:0px 15px !important;
}
.px-0 {
  padding-left: 0px;
  padding-right: 0px;
}
.pb-25p {
  padding-bottom: 25px !important;
}
.mb-0 {
  margin-bottom: 0px !important;
}
.ml-20 {
  margin-left: 20px !important;
}
.mt-15p {
  margin-top:15px !important
}
.mt-28x {
  margin-top:28px;
}
.w-75 {
  width:75%;
  margin: auto;
}
/* home search */
#home-search #destination-div {
  padding-right: 0px;
}
#home-search #destination-div select {
  border-radius: 4px 0px 0px 4px;
  background-color: #fff;
}
#home-search #place-div {
  padding-left: 0px;
  padding-right: 0px;
}
#home-search #place-div input {
  border-left:0px;
  border-right:0px;
  border-radius: 0px;
  background-color: #fff;
}
#home-search #search-div {
  padding-left: 0px;
}
#home-search #search-div .btn {
  border-radius: 0px 4px 4px 0px;
  height: 54px;
  padding-top:15px;
}

@media screen and (max-width: 992px) {
  #home-search #destination-div {
    padding-right: 15px;
  }
  #home-search #destination-div select {
    border-radius: 4px;
  }
  #home-search #place-div {
    padding-left: 15px;
    padding-right: 15px;
  }
  #home-search #place-div input {
    border-left :2px solid rgba(0, 0, 0, 0.1);
    border-right :2px solid rgba(0, 0, 0, 0.1);
    border-radius: 4px;
  }
  #home-search #search-div {
    padding-left: 15px;
  }
  #home-search #search-div .btn {
    border-radius: 4px;
    height: 40px;
    padding-top: 9px
  }
  #home-search input, #home-search select {
    margin-bottom: 5px;
  }
  /* featured slider */
  .feature-prev {
    top:26%;
    left:-15px;
    font-size: 10px;
  }
  .feature-next {
    top:26%;
    right:-15px;
    font-size: 10px;
  }
}

@media screen and (max-width: 767px) {
  #home-search #destination-div {
    padding-right: 15px;
  }
  #home-search #destination-div select {
    border-radius: 4px;
  }
  #home-search #place-div {
    padding-left: 15px;
    padding-right: 15px;
  }
  #home-search #place-div input {
    border-left :2px solid rgba(0, 0, 0, 0.1);
    border-right :2px solid rgba(0, 0, 0, 0.1);
    border-radius: 4px;
  }
  #home-search #search-div {
    padding-left: 15px;
  }
  #home-search #search-div .btn {
    border-radius: 4px;
    height: 40px;
  }
  #home-search input, #home-search select {
    margin-bottom: 5px;
  }

  /* featured slider */
  #featuredSlider {
    margin:0px 20px !important;
  }
  .feature-prev {
    top:15%;
    left:-15px;
    font-size: 10px;
  }
  .feature-next {
    top:15%;
    right:-15px;
    font-size: 10px;
  }
}
/* small screen */
@media screen and (max-width: 767px) {
  /* featured slider */
  #featuredSlider {
    margin:0px 20px !important;
  }
  .feature-prev {
    top:39%;
    left:-15px;
    font-size: 10px;
  }
  .feature-next {
    top:39%;
    right:-15px;
    font-size: 10px;
  }
}

/* Min height */
.min-h-240p {
  min-height: 240px !important;
}

/* review form */
.review-form input {
  height: 50px!important;
}
.ratting-star i {
  color: #ffa100 !important;
  font-size: 20px !important;
}

.playBtn:hover {
  cursor: pointer;
}
.d-inline {
  display: inline;
}

footer.footer {
  background: rgba(42, 54, 59, 0.9);
}
.footer h3,.footer i{
  color:#fff;
}
.footer a {
  color:#d0d0d0 !important;
}
.trending-link .trending-img {
  height: 100px;
  width:100%;
  background-position: center;
  background-size: cover;
  border: 1px solid #ccc;
}
.footer hr {
  border:1px solid #595959;
}
.fh5co-social-icons {
  font-size: 0px;
}
.fh5co-social-icons i {
  color: #0C9CEE;
}
.trending-link h4 {
  color:#d0d0d0;
}

.slick-dots {
	display: flex;
	justify-content: center;

	margin: 0;
	padding: 1rem 0;

	list-style-type: none;
}
.slick-dots li {
  margin: 0 0.25rem;
}

.slick-dots li button {
  display: block;
  width: 1rem;
  height: 1rem;
  padding: 0;

  border: none;
  border-radius: 100%;
  background-color: #4e4e4e;
  text-indent: -9999px;
}

.slick-dots li.slick-active button {
  background-color: #000;
}
.social-icon {
  width:20px;
}
.company-feature img {
  height: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 30%;
}
.feature-center
{
  margin-bottom: 10px !important;
}
.img-round {
  width: 300px;
  height: 300px;
  border: 3px solid #ccc;
  border-radius: 300px;
  margin: 0 auto;
}
.about-details {
  line-height: 20px;
  text-align: center;
}
.about-details h4
{
  margin-top: 20px;
  margin-bottom: 0px !important;
}
.our_team img
{
  border: 2px solid #efefef;
}
.img-border
{
  border: 2px solid #ddd;
}
.fh5co-nav ul li a
{
  font-weight: 501;
}
.fh5co-nav ul li.active > a, .fh5co-nav ul li:hover a, .fh5co-nav ul li:focus a
{
  text-shadow: 1px 0px 15px;
}
.dropdown {
  padding:7px !important;
}
.dropdown li {
  margin:0px !important;
}
.dropdown li:not(.divider) {
  padding:5px 7px !important;
}
.dropdown  li:hover > a {
  color: #000 !important;
}
.dropdown  li > a, .dropdown  li.active > a, .dropdown li:hover a, .dropdown  li:focus a{
  text-shadow: none !important;
}
.dropdown li:hover {
  background-color:#eee;
}

.dropdown {
  width:300px !important;
}
.dropdown .divider {
  border-bottom: 1px solid #fafafa;
}