* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
:root {
  --main_black: #333;
  --main_yellow: #ffb300;
  --main_white: #fff;
  --main_grey: #666;
  --primary_grey: #555;
}
@font-face {
  font-family: "Roboto";
  src: url("fonts/roboto/Roboto-Regular.ttf"), format("truetype");
}
body {
  font-family: "Roboto";
  font-weight: 400;
  color: var(--primary_grey);
  font-size: 15px;
  line-height: 1.714;
}
figure {
  display: block;
  margin: 0;
}
a {
  text-decoration: none;
}
ul {
  padding: 0;
  margin: 0;
}
ul li {
  list-style: none;
  margin: 0;
}
img {
  max-width: 100%;
  height: auto;
}
.cmn_gap {
  padding: 100px 0;
}
.container {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}
.site_btn {
  color: var(--main_black);
  background: var(--main_yellow);
  box-shadow: 0 2px 0 0 rgba(255, 179, 0, 0.6);
  padding: 0 25px;
  line-height: 40px;
  font-weight: 700;
  transition: all 0.5s ease-in;
}
.site_btn:hover {
  color: var(--main_white);
}
.site_btn span i {
  margin-right: 7px;
  font-size: 20px;
  vertical-align: middle;
}
/* ////Navbar css/// */
.topbar-header {
  background-color: #414b4f;
  color: #ccc;
  font-size: 13px;
  font-weight: 700;
  padding: 12px 0;
}
.hdr-right a {
  color: #ccc;
}
.top_add {
  margin-left: 25px;
}
.topbar-header li i {
  margin-right: 6px;
  font-size: 14px;
}
.topbar_btn a i {
  margin-right: 6px;
  font-size: 14px;
}
.topbar_btn {
  margin-left: 25px;
}
.topbar_reg_btn {
  padding-left: 14px;
  margin-left: 14px;
  position: relative;
  border-left: 2px solid #ccc;
}
.navbar-brand {
  max-width: 195px;
}
.navbar-light .navbar-nav .nav-link {
  color: var(--main_black);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1;
  transition: all 0.5s ease-in;
  border-bottom: 2px transparent;
}
.navbar-light .navbar-nav .nav-link:hover {
  color: var(--main_yellow);
  border-bottom: 2px solid var(--main_yellow);
}
.navbar-light .navbar-nav .nav-link.active {
  color: var(--main_yellow);
  border-bottom: 2px solid var(--main_yellow);
}
.search-toggler-unit .search-toggler {
  border: 3px solid var(--main_yellow);
  color: var(--main_yellow);
  display: block;
  position: relative;
  padding: 4px 8.5px;
  background-color: transparent;
  overflow: hidden;
  cursor: pointer;
}
.search-toggler-unit .search-toggler a {
  color: var(--main_yellow);
}
.search-toggler-unit .search-toggler:hover {
  background-color: var(--main_yellow);
  transition: all 0.25s cubic-bezier(0.66, 0.36, 0.17, 0.91);
  color: var(--main_white);
}
.search-toggler-unit .search-toggler a:hover {
  color: var(--main_white);
}
/* ////footer css/// */
.footer {
  background-color: #414b4f;
}
.footer_top {
  padding: 60px 0;
  border-bottom: 1px solid #5b6366;
}
.custom_insta ul li {
  width: 33.33%;
  float: left;
  padding: 5px;
}
.custom_insta ul {
  overflow: hidden;
  margin: 0 -5px;
}
.footer_col_in .footer_header {
  font-size: 20px;
  margin-bottom: 20px;
}
.footer_col_in p {
  margin-bottom: 15px;
  font-size: 14px;
  color: #ccc;
  font-weight: 400;
  line-height: 1.84;
}
.cont_info li {
  color: #ccc;
  font-size: 14px;
  margin-bottom: 8px;
  transition: all 0.5s ease-in;
}
.cont_info li:last-child {
  margin-bottom: 0;
}
.cont_info li:hover {
  color: var(--main_yellow);
}
.cont_info a:hover {
  color: var(--main_yellow);
}
.cont_info li a {
  color: #ccc;
}
.footer_col_in .menu_list i {
  color: var(--main_yellow);
  font-size: 13px;
  margin-right: 10px;
}
.menu_list a {
  color: var(--main_white);
  transition: all 0.5s ease-in;
}
.menu_list li a:hover {
  color: var(--main_yellow);
}
.footer_col_in .menu_list li {
  border-bottom: 1px solid #5b6366;
  /* display: block; */
  padding: 7px 0 10px 0;
}
.footer_col_in .menu_list li:last-child {
  border-bottom: none;
}
.copy-right a {
  color: var(--main_white);
  transition: all 0.5s ease-in;
}
.copy-right a:hover {
  color: var(--main_yellow);
}
.btm_list a {
  color: var(--main_white);
  transition: all 0.5s ease-in;
}
.btm_list a:hover {
  color: var(--main_yellow);
}
.footer_bottom {
  padding-top: 20px;
  padding-bottom: 15px;
}
/* ///footer newsletter section css//// */
.footer_newsletter {
  background: url(images/bg_newletter.jpg);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center bottom;
  background-size: cover;
  /* position: relative;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 100%; */
}
/* .footer_newsletter::before {
  content: "";
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
} */
.newsletter_header h2 {
  font-size: 22px;
  line-height: 1.36;
  font-weight: 700;
  letter-spacing: 2px;
  margin-bottom: 70px;
}
.newsletter_header h2::before {
  content: "";
  width: 60px;
  height: 3px;
  background: var(--main_white);
  left: 50%;
  margin-left: -30px;
  display: inline-block;
  position: absolute;
  bottom: -18px;
}
.news_mail input[type="email"] {
  width: 390px;
  height: 50px;
  padding: 0 20px;
  border-radius: 0;
  font-size: 16px;
  font-weight: 400;
  color: var(--main_black);
  border: none;
}
.subscribe {
  width: 200px;
  padding: 14px 25px 11px;
  background-color: var(--main_yellow);
  color: var(--main_black);
  font-weight: 700;
  margin-left: -5px;
  border: none;
}
.subscribe:hover {
  color: var(--main_white);
}
/* ///banner css/// */
.full-width {
  padding: 0;
}
.banner .swiper {
  width: 100%;
  height: 100%;
}
.banner .swiper .swiper-slide {
  position: relative;
}
.banner .swiper_content .slide_cont {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
/* .banner .slide_cont{
    text-align: center;
} */
.banner .slide_cont h1 {
  font-family: "Roboto";
  font-size: 48px;
  font-weight: 700;
  color: var(--main_white);
  letter-spacing: 3px;
  margin-bottom: 50px;
  position: relative;
}
.banner .slide_cont h1::before {
  content: "";
  width: 60px;
  height: 3px;
  background: var(--main_yellow);
  left: 50%;
  margin-left: -30px;
  display: inline-block;
  position: absolute;
  bottom: -25px;
}
.banner .slide_cont p {
  font-size: 26px;
  line-height: 1.38;
  color: var(--main_white);
  margin-bottom: 15px;
}
.banner .slide_cont .ban_btn .cmn_btn {
  display: inline-block;
  color: var(--main_white);
  background-color: var(--main_yellow);
  font-size: 16px;
  font-weight: 600;
  padding: 9px 28px;
  margin-top: 20px;
  border-radius: 0;
  letter-spacing: 2px;
  transition: all 0.5s ease-in;
}
.banner .slide_cont .ban_btn .cmn_btn:hover {
  background-color: var(--main_white);
  color: var(--main_yellow);
}
.banner .swiper-button-next svg,
.swiper-button-prev svg {
  display: none;
}
.banner .swiper-button-next i,
.banner .swiper-button-prev i {
  color: var(--main_white);
  font-size: 40px;
}
.banner .swiper-button-next i:hover {
  color: var(--main_yellow);
}
.banner .swiper-button-prev i:hover {
  color: var(--main_yellow);
}
/* ///destination css/// */
.destination .destination_title span {
  display: block;
  font-size: 17px;
  color: var(--main_black);
  line-height: 1.35;
  margin-bottom: 10px;
}
.destination .destination_title h2 {
  font-size: 22px;
  line-height: 1.36;
  font-weight: 700;
  color: var(--main_black);
  letter-spacing: 2px;
  position: relative;
  margin-bottom: 70px;
}
.destination .destination_title h2::before {
  content: "";
  width: 60px;
  height: 3px;
  background: var(--main_yellow);
  left: 50%;
  margin-left: -30px;
  display: inline-block;
  position: absolute;
  bottom: -18px;
}
.destination .swiper {
  width: 100%;
  height: 100%;
  padding-bottom: 50px;
}
.destination .swiper .destination_slide {
  position: relative;
}
.destination .destination_slide figcaption {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: var(--main_white);
}
.destination .destination_slide figcaption h3 {
  font-size: 22px;
  margin-bottom: 0;
}
.destination .destination_slide_img figure {
  display: inline;
}
.destination .destination_slide_img img {
  border-radius: 50%;
  transition: all 0.5s ease-in;
}
.destination .destination_slide_img img:hover {
  opacity: 0.6;
}
.destination .swiper-pagination-bullet {
  background: var(--main_black);
}
/* ////!popular css ////*/
.popular {
  background: url(images/popular-bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
}
.popular .popular_title span {
  font-size: 17px;
  color: var(--main_white);
  line-height: 1.35;
  margin-bottom: 10px;
}
.popular .popular_title h2 {
  font-size: 22px;
  line-height: 1.36;
  font-weight: 700;
  color: var(--main_white);
  letter-spacing: 2px;
  position: relative;
  margin-bottom: 90px;
}
.popular .popular_title h2::before {
  content: "";
  width: 60px;
  height: 3px;
  background: var(--main_white);
  left: 50%;
  margin-left: -30px;
  display: inline-block;
  position: absolute;
  bottom: -18px;
}
.tour_border {
  border: 1px solid #e8e8e8;
  margin-bottom: 2px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.09);
  background: var(--main_white);
}
.tour_img {
  background: #d8d8d8;
  min-height: 125px;
  position: relative;
  margin: -1px;
}
.tour_img .price {
  background: var(--main_yellow);
  position: absolute;
  top: 14px;
  left: 0;
  display: inline-block;
  color: var(--main_black);
  letter-spacing: 1px;
  font-size: 14px;
  font-weight: 700;
  padding: 4px 7px;
  border-radius: 0 3px 3px 0;
}
.tour_img .price del {
  font-weight: 500;
  color: var(--primary_grey);
}
.tour_img .price ins {
  text-decoration: none;
}
.tour_img .sale {
  position: absolute;
  top: 14px;
  right: 0;
  padding: 3px 12px;
  color: var(--main_white);
  text-align: center;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  border-radius: 3px 0 0 3px;
  margin: 0;
  min-height: initial;
  line-height: 26px;
  background: #26bdf7;
}
.tour_img .tour_icon {
  position: absolute;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
}
.tour_img .tour_icon a {
  margin: 6px 12px;
  color: #fff;
  position: relative;
}
.tour_img .tour_icon .beach::before {
  content: "";
  width: 1px;
  position: absolute;
  top: 5px;
  bottom: 5px;
  left: -13px;
  background: rgba(255, 255, 255, 0.7);
}
.tour_img .tour_icon a i {
  font-size: 16px;
}
.tour_content .tour_wrap_cont {
  padding: 14px;
  background: var(--main_white);
}
.read_more {
  background: #f5f5f5;
  height: 40px;
}
.tour_rating {
  float: left;
  width: 50%;
  padding: 0 8px 0 15px;
  position: relative;
  height: 40px;
  line-height: 40px;
  text-align: center;
}
.tour_rating i {
  color: var(--main_yellow);
  font-size: 13px;
}
.view_btn::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-left: 20px solid #f5f5f5;
  border-bottom: 20px solid transparent;
}
.view_btn {
  background: #26bdf7;
  float: right;
  color: #fff;
  width: 50%;
  line-height: 41px;
  padding: 0 0 0 20px;
  position: relative;
  font-weight: 600;
  letter-spacing: 1px;
  font-size: 12px;
  margin-right: -1px;
  margin-bottom: -1px;
  border-radius: 0;
  transition: all 0.5ms ease-in;
}
.view_btn:hover {
  background: var(--main_yellow);
  color: var(--main_white);
}
.tour_wrap_cont p {
  font-size: 14px;
  line-height: 1.714;
  color: var(--primary_grey);
  font-weight: 400;
}
.tour_wrap_cont span i {
  color: var(--main_yellow);
  margin-right: 8px;
}
.tour_wrap_cont span {
  color: var(--main_grey);
  margin-bottom: 10px;
}
.tour_wrap_cont h4 a {
  font-size: 20px;
  color: var(--main_black);
}
.tour_wrap_cont h4 a:hover {
  color: #26bdf7;
}
/* //////!choose us css////// */
.choose_us .choose_title h2 {
  font-size: 23px;
  line-height: 1.36;
  font-weight: 800;
  color: var(--main_black);
  letter-spacing: 1px;
  /* position: relative; */
  margin-bottom: 90px;
}
.choose_us .choose_title h2::before {
  content: "";
  width: 60px;
  height: 3px;
  background: var(--main_yellow);
  left: 50%;
  margin-left: -30px;
  display: inline-block;
  position: absolute;
  bottom: -18px;
}
.choose_card h3 {
  font-size: 22px;
  color: var(--main_black);
  font-weight: 500;
  margin-bottom: 12px;
}
.flip-horizontal {
  transition: all 0.3s ease-in;
}
.flip-horizontal:hover {
  transform: scaleX(-1);
}
/* //////!achievement css////// */
.achievement {
  background: url(images/achieve-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  position: relative;
  z-index: 1;
}
.achievement::before {
  position: absolute;
  content: "";
  background: rgba(0, 0, 0, 0.6);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.achieve_title span {
  font-size: 17px;
  line-height: 1.35;
  margin-bottom: 10px;
}
.achieve_title h2 {
  font-size: 22px;
  line-height: 1.36;
  letter-spacing: 2px;
  font-weight: 700;
  margin-bottom: 100px;
}
.achieve_title h2::before {
  content: "";
  width: 60px;
  height: 3px;
  background: var(--main_white);
  left: 50%;
  margin-left: -30px;
  display: inline-block;
  position: absolute;
  bottom: -18px;
}
.stats_counter .stats-icon i {
  font-size: 70px;
  line-height: 1;
}
.stats_counter .number {
  font-size: 55px;
  color: var(--main_yellow);
  line-height: 1.09;
  font-weight: 700;
  margin-top: 30px;
}
.stats_counter .stats_title {
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 1;
}
.achieve_btn {
  margin-top: 90px;
}
/* ////////////////////Tour page css start here///////////////////// */
/* ....tour banner css..... */
.common-banner {
  background: url(images/tour-ban-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.breadcrumb_list {
  display: flex;
  padding: 0;
}
.breadcrumb_list li {
  font-size: 16px;
}
.common_ban-li {
  margin-left: 10px;
}
.common-ban-hd {
  font-size: 30px;
  margin-bottom: 10px;
  margin-top: 10px;
  line-height: 1;
}
.common-ban-hd::after {
  content: "";
  width: 40px;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: -10px;
  border: 1px solid;
}
/* ////tours_body css//// */
.search_tour {
  background: var(--main_yellow);
  padding: 20px;
  border-radius: 3px;
}
.search_tour .form_title {
  font-size: 22px;
  font-weight: 700;
}
.search_tour .form_block .form-control {
  background: rgba(255, 255, 255, 0.9);
  padding: 12px 16px;
}
.search_tour .form_block .form-select {
  padding: 12px 16px;
  background-color: rgba(255, 255, 255, 0.9);
}
.search_tour .form_block .btn {
  padding: 12px 16px;
}
.special_tour_inner .item-rating {
  font-size: 16px;
  top: 20px;
  left: 20px;
  padding: 0;
}
.special_tour_inner .item-rating i {
  color: var(--main_yellow);
}
.special_tour_inner .special_tour_title h3 {
  font-size: 24px;
  cursor: pointer;
}
.special_tour_inner .special_tour_title {
  top: 55%;
  left: 20px;
  transform: translate(0, -50%);
}
.special_tour_inner .special_tour_price {
  width: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
  text-align: right;
}
.special_tour_inner .special_tour_price .special_price {
  height: 40px;
  font-size: 19px;
  line-height: 2.1;
  padding: 0 20px;
  border-radius: 3px 0 0 0;
  cursor: pointer;
}
.special_tours_wrap .special_tour_inner > a .special-sale {
  background-color: #14f545;
  top: 15px;
  right: -70px;
  width: 200px;
  height: 35px;
  font-size: 12px;
  font-weight: 700;
  line-height: 2.91;
  transform: rotate(45deg);
  left: auto;
  padding: 3px 12px;
}
.special_tours_wrap .special_tour_inner {
  margin-bottom: 30px;
}
/* ////////////////////Destination page css start here///////////////////// */
.destination-banner {
  background: url(images/destination-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
}
/* ////////////////////Contact page css start here///////////////////// */
.cont_side_img figure {
  margin-bottom: 30px;
}
.cont_side_img figure:last-child {
  margin-bottom: 0;
}
.cont_content {
  padding-top: 40px;
  margin-bottom: 50px;
}
.cont_content h2 {
  font-size: 20px;
  color: var(--main_black);
  font-weight: 700;
  border-bottom: 1px solid #e8e8e8;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.cont_content ul li label i {
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  background: #ccc;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
  color: var(--main_white);
  margin-right: 10px;
}
.cont_content ul li label {
  font-weight: 700;
  width: 220px;
}
.cont_content ul li .des {
  vertical-align: middle;
}
.cont_content ul li {
  border-bottom: 1px solid #ccc;
  padding-bottom: 14px;
  padding-top: 14px;
}
.cont_content ul li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.cont_form h2 {
  font-size: 20px;
  color: var(--main_black);
  font-weight: 700;
  border-bottom: 1px solid #e8e8e8;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
/* ///////Blogs Page css Start here/////// */
.blog_side_img figure {
  margin-bottom: 30px;
}
.blog_side_img figure:last-child {
  margin-bottom: 0;
}
.new-blog .post-img img {
  max-width: 290px;
  /* float: left; */
}
.post-content .post_header {
  font-size: 24px;
  font-weight: 400;
  color: var(--main_black);
}
.post_header a {
  color: var(--main_black);
  transition: all 0.5s ease-in;
}
.post_header a:hover {
  color: var(--main_yellow);
}
.post-date {
  font-size: 14px;
  font-style: italic;
  font-weight: 400;
  color: var(--primary_grey);
  margin-bottom: 15px;
}
.post-date a {
  color: var(--primary_grey);
  transition: all 0.5s ease-in;
}
.post-date a:hover {
  color: var(--main_yellow);
}
.post-content {
  padding-left: 30px;
}
.blog_body {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #e8e8e8;
}
.blog_body:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
/* ////////Gallery page css start here//////// */
.filter-btns {
  margin-bottom: 30px;
  text-align: center;
}
.filter-btns button {
  margin: 5px;
  font-weight: 600;
}
.gallery-item img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  border-radius: 5px;
}
.btn-warning.active {
  color: var(--main_white);
}
.gallery_title h2 {
  font-size: 22px;
  line-height: 1.36;
  letter-spacing: 2px;
  font-weight: 700;
  margin-bottom: 75px;
  position: relative;
}
.gallery_title h2::before {
  content: "";
  width: 60px;
  height: 3px;
  background: var(--main_black);
  left: 50%;
  margin-left: -30px;
  display: inline-block;
  position: absolute;
  bottom: -18px;
}
.travel_tips {
  padding-bottom: 100px;
}
.accordion-button:not(.collapsed) {
  background-color: var(--main_yellow);
  color: var(--main_white);
  box-shadow: none;
}
.accordion-button:focus {
  box-shadow: none;
}

/* .........Responsive CSS Start Here...... */
/* @media (max-width: 991px) {
  .popular_tour {
    margin-bottom: 25px !important;
  }
} */
@media (max-width: 900px) {
  .banner .slide_cont h1 {
    font-size: 32px;
    padding-top: 50px;
  }
  .banner .slide_cont p {
    font-size: 16px;
    margin-bottom: 0;
  }
  .banner .slide_cont .ban_btn .cmn_btn {
    font-size: 12px;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  h1,
  h2,
  h3 {
    font-size: 90%;
  }
  /* section {
    padding: 40px 0;
  } */
  .container,
  .row {
    width: 100% !important;
    margin: 0;
    padding: 0 15px;
  }

  .banner .slide_cont h1 {
    font-size: 32px;
    padding-top: 50px;
  }
  .banner .slide_cont p {
    font-size: 16px;
  }

  .d-flex {
    flex-wrap: wrap !important;
  }
  .topbar-header {
    font-size: 11px;
  }
  .post-content{
    padding-left: 0;
  }
}
@media (max-width: 620px) {
  .subscribe {
    margin-top: 20px;
  }
}
@media (max-width: 600px) {
  .hdr-left {
    display: none;
  }
  ul.topbar_info {
    display: none !important;
  }
  .topbar_btn {
    display: block !important;
    justify-content: space-between;
  }
  .topbar-header {
    display: none;
  }
}
@media (max-width: 576px) {
  .topbar-header {
    text-align: center;
  }
  .top_add {
    width: 100%;
    margin-left: 0 !important;
  }
  .topbar_btn {
    margin-left: 0 !important;
    justify-content: center;
  }

  .banner .slide_cont .ban_btn .cmn_btn {
    display: none;
  }
  /* Banner text fix */
  /* .banner-content h1 {
    font-size: 32px !important;
  } */
  .banner .slide_cont h1 {
    font-size: 24px;
    padding-top: 50px;
  }
  .banner .slide_cont p {
    font-size: 12px;
    padding-bottom: 40px;
  }

  .trip-box,
  .destination-box,
  .blog-box {
    width: 100%;
    margin-bottom: 20px;
  }

  .news_mail {
    flex-direction: column;
    gap: 10px;
  }
  .news_mail input[type="email"] {
    width: 100% !important;
  }
  .subscribe {
    width: 100% !important;
    text-align: center;
  }

  .footer-col {
    width: 100% !important;
    text-align: center;
    margin-bottom: 20px;
  }
}
@media (max-width: 420px) {
  .banner .slide_cont h1 {
    font-size: 18px !important;
    padding-top: 50px;
  }
  .banner .slide_cont p {
    font-size: 12px;
    padding-bottom: 40px;
  }
}
@media (max-width: 375px) {
  .banner .slide_cont p {
    display: none;
  }
  .destination .swiper .destination_slide {
    text-align: center !important;
  }
}
@media (max-width: 360px) {
  body {
    font-size: 14px;
  }

  h1 {
    font-size: 18px !important;
  }
  h2 {
    font-size: 14px !important;
  }

  /* section {
    padding: 30px 0;
  } */

  .btn,
  .subscribe,
  .topbar_btn a {
    padding: 8px 12px !important;
    font-size: 12px !important;
  }

  input,
  textarea {
    font-size: 14px !important;
  }

  .news_mail input[type="email"] {
    height: 45px !important;
  }
}
@media (max-width: 320px) {
  .banner-content h1 {
    font-size: 22px !important;
    line-height: 30px !important;
  }

  .banner-content p {
    font-size: 13px;
  }

  .trip-box img,
  .destination-box img,
  .blog-box img {
    width: 100%;
    height: auto;
  }

  .trip-box,
  .destination-box,
  .blog-box {
    padding: 12px !important;
  }

  .contact-form input,
  .contact-form textarea {
    width: 100%;
  }

  .footer-bottom p {
    font-size: 12px !important;
  }
}
