.container {
  padding-left: 30px !important;
  padding-right: 30px !important;
}

.page_banner .banner_overlay {
  padding: 275px 0 30px;
}
@media (max-width: 767px) {
  .page_banner .banner_overlay h1.section-blog-title {
    font-size: 25px;
  }
}

.footer {
  padding: 50px 0 0;
  background: #333;
}
.footer .company-details img {
  width: 150px;
  display: block;
  margin: 0 auto;
  margin-bottom: 20px;
}
@media screen and (max-width: 575px) {
  .footer .company-details img {
    width: 250px;
  }
}
.footer .copyright {
  margin-top: 50px;
  padding: 15px;
  background: #222;
}
.footer .copyright p {
  color: #fff;
}
.footer ul.foot-links li {
  list-style: none;
}
.footer ul.foot-links li a {
  color: #fff;
}
.footer .bottom-button {
  display: none;
}
@media (max-width: 767px) {
  .footer .bottom-button {
    display: block;
    position: fixed;
    bottom: 5%;
    z-index: 100;
    box-shadow: 0px 2px 13px -1px;
    border-radius: 10px;
  }
  .footer .bottom-button.call {
    left: 25%;
  }
  .footer .bottom-button.call a img {
    max-height: 40px;
  }
  .footer .bottom-button.call a {
    background: #025b7e;
    height: 50px;
    width: 50px;
    display: block;
    padding: 10px;
    border-radius: 10px;
    animation-name: pulse-blue;
    animation-duration: 1.2s;
    animation-timing-function: ease-out;
    animation-iteration-count: infinite;
  }
  .footer .bottom-button.whatsapp {
    right: 25%;
  }
  .footer .bottom-button.whatsapp a {
    background: #25d366;
    height: 50px;
    width: 50px;
    display: block;
    padding: 11px;
    border-radius: 10px;
    animation-name: pulse;
    animation-duration: 1.2s;
    animation-timing-function: ease-out;
    animation-iteration-count: infinite;
  }
  .footer .bottom-button.whatsapp a i {
    font-size: 30px;
    color: #fff;
  }
  .footer .bottom-button.mail {
    right: 44%;
  }
  .footer .bottom-button a {
    background: #025b7e;
    height: 50px;
    width: 50px;
    display: block;
    padding: 11px;
    border-radius: 10px;
    animation-name: pulse-blue;
    animation-duration: 1.2s;
    animation-timing-function: ease-out;
    animation-iteration-count: infinite;
  }
  .footer .bottom-button a i {
    font-size: 27px;
    color: #fff;
  }
  @keyframes pulse {
    0% {
      box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
    }
    80% {
      box-shadow: 0 0 0 14px rgba(37, 211, 102, 0);
    }
  }
  @keyframes pulse-blue {
    0% {
      box-shadow: 0 0 0 0 rgba(4, 46, 126, 0.5);
    }
    80% {
      box-shadow: 0 0 0 14px rgba(37, 211, 102, 0);
    }
  }
}

.single_package {
  margin: 0px 0px 20px;
}
.single_package h5 {
  font-size: 16px;
  margin-top: 5px;
}
.single_package h5 a {
  color: #000;
}
.single_package .time_zone {
  margin-bottom: 5px;
  color: #025b7e;
}

.side-booking-form {
  border: 1px solid #ddd;
  padding: 10px;
}
.side-booking-form label {
  color: #000;
  margin: 0 0 0 3px;
}

.special_package .first-section-title, .blog_section .first-section-title {
  margin-bottom: 50px;
}
.special_package .first-section-title h3, .blog_section .first-section-title h3 {
  font-size: 45px;
  font-weight: 600;
  margin-top: 0;
  position: relative;
  text-transform: capitalize;
  font-family: "Josefin Sans", sans-serif;
}
@media only screen and (max-width: 560px) {
  .special_package .first-section-title h3, .blog_section .first-section-title h3 {
    font-size: 28px;
  }
}
.special_package .first-section-title h3 span, .blog_section .first-section-title h3 span {
  color: #025b7e;
}
.special_package .btn-home-bg:hover, .blog_section .btn-home-bg:hover {
  background: none repeat scroll 0 0;
  border: 2px solid #025b7e;
  color: #025b7e;
  outline: 0;
}

.section-title h1 {
  font-size: 45px;
  font-weight: 500;
  margin-top: 0;
  position: relative;
  text-transform: capitalize;
  font-family: "Josefin Sans", sans-serif;
}
@media only screen and (max-width: 480px) {
  .section-title h1 {
    font-size: 30px;
  }
}
.section-title span {
  margin-top: 0px;
}
.section-title p {
  padding: 0px 0px;
  width: 70%;
  margin: auto;
  font-size: 20px;
}
@media only screen and (max-width: 480px) {
  .section-title p {
    padding: 0 10px;
    width: 90%;
    margin: auto;
  }
}

.section-padding {
  padding: 50px 0;
}

.section-blog-title {
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 40px;
  padding-top: 10px;
}
.section-blog-title span {
  color: #00b8ff;
  text-align: center;
}
.section-blog-title small.time-range {
  color: #ff5e12;
  font-size: 20px;
}

.slide_overlay .hero-text h2 {
  font-size: 55px;
  text-align: center;
  color: #fff;
  font-weight: 600;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-family: "Josefin Sans", sans-serif;
}
@media only screen and (max-width: 767px) {
  .slide_overlay .hero-text h2 {
    font-size: 35px;
  }
}
.slide_overlay .hero-text p {
  text-align: center;
  color: #fff;
  margin-top: -10px;
  font-size: 30px;
}
@media only screen and (max-width: 767px) {
  .slide_overlay .hero-text p {
    font-size: 20px;
  }
}
.slide_overlay .hero-text .slider-btn {
  text-align: center;
}

.tour_details h4 {
  text-transform: uppercase;
}
@media only screen and (max-width: 768px) {
  .tour_details h4 {
    font-size: 18px;
  }
}
.tour_details .fa-ul li {
  text-transform: capitalize;
}
.tour_details .fa-ul li:last-child {
  margin-bottom: 10px;
}
.tour_details h2.title {
  margin-bottom: 30px;
  font-size: 32px;
}
@media only screen and (max-width: 860px) {
  .tour_details h2.title {
    font-size: 28px;
  }
}
.tour_details h2.title br {
  display: none;
}
@media only screen and (max-width: 860px) {
  .tour_details h2.title {
    text-align: center;
  }
  .tour_details h2.title br {
    display: block;
  }
}
@media only screen and (max-width: 860px) {
  .tour_details h2.title .pull-right {
    float: none;
    text-align: center;
  }
}

.single_tour_details .title .time-range {
  font-size: 15px;
  font-weight: 600;
}

.faq-section {
  padding-bottom: 0px;
  margin-bottom: 2px;
}
.faq-section .section-title h2 {
  font-size: 40px;
}
@media only screen and (max-width: 480px) {
  .faq-section .section-title h2 {
    font-size: 25px;
  }
}
.faq-section .section-title h4 {
  text-align: left;
  padding: 0px 0px;
  width: 75%;
  margin: auto;
  margin-top: 10px;
}
@media only screen and (max-width: 480px) {
  .faq-section .section-title h4 {
    font-size: 15px;
    width: 95%;
  }
}
.faq-section .section-title p {
  text-align: left;
  margin: auto;
  width: 70%;
  font-size: 18px;
}
@media only screen and (max-width: 480px) {
  .faq-section .section-title p {
    padding: 0px 10px;
    width: 90%;
    font-size: 15px;
    line-height: 15px;
  }
}

.footer .company-details ul :first-child {
  line-height: 20px;
}
.footer ul.foot-links li:hover i {
  padding-left: 10px;
  transition: all ease-in-out 0.3s;
}

.blog_section .btn-home-bg {
  font-size: 12px;
  padding: 6px 20px;
  margin-bottom: 15px;
}

@media only screen and (max-width: 767px) {
  .why_choose.section-padding {
    padding: 0px 0px;
  }
}

.terms {
  padding: 5rem 0;
}
.terms h1 {
  font-weight: 700;
}
.terms h2 {
  margin-top: 2rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .terms p {
    padding-left: 2rem;
    font-size: 18px;
  }
}
.terms p {
  color: #303030;
}
@media screen and (min-width: 768px) {
  .terms .fa-ul {
    padding-left: 3.5rem;
    font-size: 18px;
  }
}
.terms .fa-ul li {
  color: #303030;
}/*# sourceMappingURL=custom.css.map */