body {
  padding: 0;
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-style: normal;
  margin: 0;
  font-size: 16px;
  color: #737373;
}

img {
  max-width: 100%;
}

a {
  color: #404040;
  transition: all 0.4s;
}

a:hover {
  color: rgb(0, 0, 0);
}

a, i {
  transition: all 0.4s;
  text-decoration: none;
}

li {
  margin-bottom: 16px;
}

b, strong {
  font-weight: 600;
}

p {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

li {
  margin: 0;
}

section {
  overflow: hidden;
}

.form-group {
  margin-bottom: 7px;
}

label {
  margin: 0 0 10px;
  font-weight: 700;
  color: rgb(0, 0, 0);
  font-size: 14px;
}

label.error {
  color: #F44336;
  font-weight: 500;
  font-size: 12px;
}

button {
  border: none;
}

.cmn_hdng {
  font-size: 45px;
  font-weight: 800;
  color: rgb(0, 0, 0);
  line-height: 57px;
  margin: 30px 0 20px;
}
.cmn_hdng span {
  color: rgb(255, 151, 13);
}
.cmn_hdng + p {
  margin-bottom: 50px;
}

.swiper-button-prev:after, .swiper-button-next:after {
  display: none;
}

.swiper-button-prev {
  left: 0;
}

.swiper-button-next {
  right: 0;
}

.accordion-button {
  padding: 15px 0;
  font-weight: 600;
}
.accordion-button:after {
  background-size: 16px;
  transform: rotate(-90deg);
}
.accordion-button span {
  color: rgb(77, 165, 40);
}
.accordion-button span.accrdn_nmbr {
  color: rgb(0, 0, 0);
  font-size: 35px;
  font-weight: 700;
}
.accordion-button span.accrdn_ttl {
  color: rgb(0, 0, 0);
  padding-left: 30px;
}
.accordion-button:not(.collapsed) {
  background-color: transparent;
  box-shadow: none;
  color: rgb(0, 0, 0);
}
.accordion-button:not(.collapsed):after {
  filter: grayscale(1);
}
.accordion-button:focus {
  box-shadow: none;
  border: none;
}

.accordion.number_accordion .accordion-body {
  padding-left: 73px;
}
.accordion.number_accordion .accordion-item {
  padding: 0 20px;
}
.accordion.number_accordion .accordion-item:hover {
  background: #fff0dd;
}
.accordion.number_accordion .accordion-item .accordion-button {
  background: transparent;
}
.accordion.number_accordion .accordion-item:has(> .show) {
  background: #fff0dd;
}

.accordion-body {
  padding: 0 20px 20px 0;
}

.banner_controls a {
  height: 35px;
  width: 35px;
  border-radius: 100px;
  background: #E4E6E8;
  color: rgb(0, 0, 0);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.banner_controls a:hover {
  background: rgb(77, 165, 40);
  color: white;
}

.slider .container {
  position: relative;
}

.spacing_slider {
  padding: 0 40px;
}

.btn_orange {
  transition: 0.3s all;
  color: #fff;
  background: rgb(77, 165, 40);
  font-size: 18px;
  font-weight: 500;
  padding: 10px 30px;
  border-radius: 25px;
  display: inline-block;
  align-items: center;
  text-align: center;
  position: relative;
  box-shadow: 0px 4px 14px -7px black;
}
.btn_orange i {
  margin: 0 5px 0 0;
  display: inline-block;
}
@media (max-width: 1499px) {
  .btn_orange {
    font-size: 16px;
  }
}
@media (max-width: 767.98px) {
  .btn_orange {
    font-size: 14px;
    padding: 8px 20px;
  }
}
@media (max-width: 375.98px) {
  .btn_orange {
    padding: 7px 10px;
  }
}
.btn_orange {
  background: rgb(255, 151, 13);
}
.btn_orange:hover {
  background: rgb(241, 139, 4);
  color: #fff;
}

.btn_green {
  transition: 0.3s all;
  color: #fff;
  background: rgb(77, 165, 40);
  font-size: 18px;
  font-weight: 500;
  padding: 10px 30px;
  border-radius: 25px;
  display: inline-block;
  align-items: center;
  text-align: center;
  position: relative;
  box-shadow: 0px 4px 14px -7px black;
}
.btn_green i {
  margin: 0 5px 0 0;
  display: inline-block;
}
@media (max-width: 1499px) {
  .btn_green {
    font-size: 16px;
  }
}
@media (max-width: 767.98px) {
  .btn_green {
    font-size: 14px;
    padding: 8px 20px;
  }
}
@media (max-width: 375.98px) {
  .btn_green {
    padding: 7px 10px;
  }
}
.btn_green {
  background: rgb(77, 165, 40);
}
.btn_green:hover {
  color: #fff;
  background: #40981a;
}

.btn_white {
  transition: 0.3s all;
  color: #fff;
  background: rgb(77, 165, 40);
  font-size: 18px;
  font-weight: 500;
  padding: 10px 30px;
  border-radius: 25px;
  display: inline-block;
  align-items: center;
  text-align: center;
  position: relative;
  box-shadow: 0px 4px 14px -7px black;
}
.btn_white i {
  margin: 0 5px 0 0;
  display: inline-block;
}
@media (max-width: 1499px) {
  .btn_white {
    font-size: 16px;
  }
}
@media (max-width: 767.98px) {
  .btn_white {
    font-size: 14px;
    padding: 8px 20px;
  }
}
@media (max-width: 375.98px) {
  .btn_white {
    padding: 7px 10px;
  }
}
.btn_white {
  background: white;
  color: rgb(0, 0, 0);
}
.btn_white:hover {
  background: #e5e5e5;
}

.btns_otr {
  margin: 40px 0 0;
  text-align: center;
}
.btns_otr a {
  margin: 0 10px 0 0;
}

body.hdr_fxsd header.main_header {
  top: -38px;
  box-shadow: 0px 4px 14px -7px #aaaaaa;
}

header.main_header {
  position: fixed;
  top: 0;
  z-index: 100;
  width: 100%;
  transition: all 0.4s;
}
header.main_header .tp_hdr {
  background: rgb(0, 0, 0);
  color: #fff;
  padding: 7px 0;
}
header.main_header .tp_hdr .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
header.main_header .tp_hdr ul {
  display: flex;
  align-items: center;
}
header.main_header .tp_hdr ul li {
  padding: 0 10px 0 0;
}
header.main_header .tp_hdr ul li a {
  color: #fff;
}
header.main_header .tp_hdr ul li a i {
  margin: 0 7px 0 0;
}
header.main_header .tp_hdr ul li a:hover {
  text-decoration: underline;
}
header.main_header .tp_hdr ul.tp_hdr_lft li {
  margin: 0 15px 0 0;
  border-right: 1px solid #fff;
}
header.main_header .tp_hdr ul.tp_hdr_lft li:last-child {
  border: none;
}
header.main_header .tp_hdr ul.tp_hdr_rt li {
  margin: 0 0 0 7px;
  padding: 0;
}
header.main_header nav {
  background: #123d63;
}
header.main_header nav .hdr_mnu_rt ul li {
  margin: 0 0 0 15px;
}
header.main_header nav .hdr_mnu_rt ul li a {
  font-weight: 700;
  color: white;
  font-size: 18px;
  padding: 30px 5px;
}
header.main_header nav .hdr_mnu_rt ul li a:hover {
  color: rgb(255, 151, 13);
}
header.main_header nav .hdr_mnu_rt ul li ul.sub-menu li {
  margin: 0;
}
header.main_header nav .hdr_mnu_rt ul li ul.sub-menu li a {
  padding: 5px 10px;
  margin: 0;
}
header.main_header nav .hdr_logo img {
  max-width: 160px;
}
header.main_header nav .hdr_btns {
  margin: 0 0 0 10px;
}
header.main_header nav .hdr_btns a {
  padding: 8px 20px;
  margin: 0 0 0 7px;
}

section.banner_section {
  position: relative;
  margin: 120px 0 0;
}
section.banner_section .container {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
section.banner_section .container .bnr_sldr_otr {
  max-width: 500px;
}
section.banner_section .container .bnr_sldr_otr .banner_sldr_sngl {
  color: white;
}
section.banner_section .container .bnr_sldr_otr .banner_sldr_sngl .bnr_sldr_ttl {
  font-size: 70px;
  line-height: 80px;
  font-weight: 800;
  margin: 0 0 20px;
  text-shadow: 2px 2px 7px #4d4d4d;
}
section.banner_section .container .bnr_sldr_otr .banner_sldr_sngl p {
  color: #fff;
  text-shadow: 2px 2px 7px #4d4d4d;
}
section.banner_section .container .bnr_sldr_otr .banner_sldr_sngl .btns_otr {
  text-align: left;
}
section.banner_section .container .bnr_sldr_otr .banner_controls {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 35px 0 0;
}
section.banner_section .container .bnr_sldr_otr .banner_controls a {
  margin: 0 10px 0 0;
}
section.banner_section .container .bnr_sldr_otr .swiper-button-prev, section.banner_section .container .bnr_sldr_otr .swiper-button-next {
  position: initial;
}
section.banner_section img {
  width: 100%;
}

section.banner_btm_sec {
  background: rgb(77, 165, 40);
  padding: 20px 0;
  z-index: 10;
}
section.banner_btm_sec ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
section.banner_btm_sec ul li {
  margin: 0 10px;
}

section.banner_btm_sec_tour.banner_btm_sec {
  padding: 10px 0;
  position: sticky;
  top: 83px;
}
section.banner_btm_sec_tour.banner_btm_sec a {
  font-size: 12px;
  padding: 7px 20px;
}

section.about_travel_sec {
  padding: 40px 0;
}
section.about_travel_sec .about_travel_img {
  padding-right: 30px;
}
section.about_travel_sec .btns_otr {
  text-align: left;
}

section.trending_sec {
  padding: 30px 0 30px;
}
section.trending_sec ul {
  display: flex;
  flex-wrap: wrap;
}
section.trending_sec ul li {
  width: 25%;
  padding: 10px;
}
section.trending_sec ul li:nth-child(5n+1) {
  width: 50%;
}
section.trending_sec ul li .trndng_dstntn_sngl {
  border-radius: 16px;
  overflow: hidden;
  position: relative;
}
section.trending_sec ul li .trndng_dstntn_sngl .trndng_dstntn_img img {
  width: 100%;
}
section.trending_sec ul li .trndng_dstntn_sngl .trndng_dstn_con {
  position: absolute;
  left: 15px;
  bottom: 15px;
  background: #fff;
  border-radius: 10px;
  padding: 10px 20px;
  transition: all 0.4s;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
section.trending_sec ul li .trndng_dstntn_sngl .trndng_dstn_con strong {
  color: rgb(0, 0, 0);
  font-size: 20px;
  display: block;
  margin: 0 0 0;
}
section.trending_sec ul li .trndng_dstntn_sngl .trndng_dstn_con .trndng_tr_actvty {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
section.trending_sec ul li .trndng_dstntn_sngl .trndng_dstn_con .trndng_tr_actvty span:last-child {
  margin-left: 30px;
  color: rgb(0, 0, 0);
  font-size: 22px;
  height: 25px;
  width: 25px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  background: white;
}
section.trending_sec ul li .trndng_dstntn_sngl .trndng_dstn_con .trndng_tr_actvty span:last-child i {
  line-height: 10px;
}
section.trending_sec ul li .trndng_dstntn_sngl .trndng_dstn_con:hover {
  background: rgb(255, 151, 13);
  color: white;
}
section.trending_sec ul li .trndng_dstntn_sngl .trndng_dstn_con:hover strong {
  color: white;
}

.package_slider_sngl {
  overflow: hidden;
  border-radius: 30px;
  transition: all 0.4s;
  margin: 0 0 30px;
}
.package_slider_sngl .package_slider_img img {
  width: 100%;
}
.package_slider_sngl .package_slider_con {
  border: 1px solid #dedede;
  border-radius: 30px;
  background: rgb(255, 255, 255);
  padding: 20px 15px 20px;
  margin-top: -30px;
  z-index: 5;
  position: relative;
  transition: all 0.4s;
}
.package_slider_sngl .package_slider_con a {
  font-weight: 800;
  line-height: 27px;
  font-size: 20px;
  margin: 0 0 12px;
  display: block;
  color: rgb(0, 0, 0);
}
.package_slider_sngl .package_slider_con .package_drtn_gst {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.package_slider_sngl .package_slider_con .package_drtn_gst span {
  color: #737373;
}
.package_slider_sngl .package_slider_con .package_drtn_gst span i {
  color: #D6D7D8;
  margin-right: 5px;
}
.package_slider_sngl .package_prc_rdmore {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin: 17px 0 0;
}
.package_slider_sngl .package_prc_rdmore .package_prc strong {
  margin: 0;
  display: inline-block;
  color: rgb(0, 0, 0);
  font-size: 20px;
  font-weight: 800;
}
.package_slider_sngl .package_prc_rdmore .btn_white {
  padding: 5px 15px;
  font-size: 14px;
  background: #F2F4F6;
  box-shadow: none;
  border: 1px solid #E4E6E8;
  margin: 0;
}
.package_slider_sngl .package_prc_rdmore .btn_white:hover {
  background: rgb(255, 151, 13);
  color: white;
}
.package_slider_sngl:hover .package_slider_con {
  border-color: rgb(255, 151, 13);
  transform: translateY(-10px);
}

section.india_tour_sec {
  padding: 20px 0 60px;
}

section.international_tour {
  background: #F5F5F5;
}

section.why_travel_with_sec {
  padding: 0 0 60px;
}
section.why_travel_with_sec .swiper-wrapper {
  padding: 10px 0 0;
}
section.why_travel_with_sec .why_travel_sngl {
  border-radius: 16px;
  padding: 20px;
  text-align: center;
  background: #FCF2FA;
  transition: all 0.4s;
  min-height: 335px;
}
section.why_travel_with_sec .why_travel_sngl strong {
  font-size: 20px;
  font-weight: 800;
  display: block;
  margin: 0 0 10px;
  color: rgb(0, 0, 0);
}
section.why_travel_with_sec .why_travel_sngl p {
  color: #737373;
}
section.why_travel_with_sec .why_travel_sngl a {
  color: rgb(0, 0, 0);
  font-size: 18px;
}
section.why_travel_with_sec .why_travel_sngl a i {
  vertical-align: middle;
}
section.why_travel_with_sec .why_travel_sngl a:hover {
  text-decoration: underline;
}
section.why_travel_with_sec .why_travel_sngl:hover {
  background: #f4dcef;
  transform: translateY(-10px);
}
section.why_travel_with_sec .swiper-slide:nth-child(odd) .why_travel_sngl {
  background: #E4F9F9;
}
section.why_travel_with_sec .swiper-slide:nth-child(odd) .why_travel_sngl:hover {
  background: #cdf0f0;
}
section.why_travel_with_sec .banner_controls .swiper-button-next, section.why_travel_with_sec .banner_controls .swiper-button-prev {
  top: 66%;
}

section.testimonial_sec {
  background: #efefef;
  padding: 30px 0 50px;
}
section.testimonial_sec .swiper-wrapper {
  padding: 30px 0;
}
section.testimonial_sec .testimonial_slider {
  margin: 70px 0 0;
}
section.testimonial_sec .testimonial_sngl {
  background: white;
  padding: 20px 20px 1px;
  border-radius: 30px;
  border: 1px solid #E4E6E8;
  position: relative;
  transition: all 0.6s;
  min-height: 370px;
}
section.testimonial_sec .testimonial_sngl strong {
  font-size: 22px;
  font-weight: 700;
  color: rgb(0, 0, 0);
  display: block;
  margin: 0 0 10px;
}
section.testimonial_sec .testimonial_sngl .tstmnl_name_rtng {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
section.testimonial_sec .testimonial_sngl .tstmnl_name_rtng .tstmnl_name {
  margin: 0 auto 0 10px;
  font-size: 20px;
  color: rgb(0, 0, 0);
  font-weight: 600;
}
section.testimonial_sec .testimonial_sngl .tstmnl_name_rtng .tstmnl_name span {
  font-size: 15px;
  display: block;
}
section.testimonial_sec .testimonial_sngl .tstmnl_name_rtng .tstmnl_img {
  height: 60px;
  width: 60px;
}
section.testimonial_sec .testimonial_sngl .tstmnl_name_rtng ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  color: rgb(255, 151, 13);
  margin: 12px 0 0;
  width: 100%;
}
section.testimonial_sec .testimonial_sngl .tstmnl_name_rtng ul li {
  margin: 0 0 0 5px;
}
section.testimonial_sec .testimonial_sngl:hover {
  box-shadow: 1px 1px 20px -9px black;
}
section.testimonial_sec .testimonial_sngl:hover:after {
  transform: rotate(6deg);
}
section.testimonial_sec .testimonial_sngl:after {
  content: "";
  height: 100%;
  width: 100%;
  border-radius: 30px;
  background: rgb(255, 151, 13);
  position: absolute;
  left: 0;
  bottom: 0;
  transition: all 0.6s;
  z-index: -1;
}
section.testimonial_sec .banner_controls {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  margin: 30px 0 0;
}
section.testimonial_sec .banner_controls a {
  position: initial;
  margin: 0 7px;
}

section.news_sec {
  padding: 30px 0 20px;
}
section.news_sec .news_sngl {
  overflow: hidden;
  border-radius: 30px;
  margin-bottom: 30px;
}
section.news_sec .news_sngl .news_img img {
  width: 100%;
}
section.news_sec .news_sngl .news_con {
  border: 1px solid #dedede;
  border-radius: 30px;
  background: white;
  padding: 30px;
  margin-top: -30px;
  z-index: 5;
  position: relative;
  transition: all 0.4s;
}
section.news_sec .news_sngl .news_con strong {
  font-weight: 800;
  line-height: 27px;
  font-size: 20px;
  display: block;
  color: rgb(0, 0, 0);
}
section.news_sec .news_sngl .news_con .news_drtn_gst {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 15px;
}
section.news_sec .news_sngl .news_con .news_drtn_gst span {
  color: #383838;
}
section.news_sec .news_sngl .news_con .news_drtn_gst span i {
  margin-right: 5px;
}
section.news_sec .news_sngl .news_rdmore {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin: 7px 0 0;
}
section.news_sec .news_sngl .news_rdmore .news_prc {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
section.news_sec .news_sngl .news_rdmore .news_prc strong {
  margin: 0 0 0 5px;
  display: inline-block;
  color: rgb(0, 0, 0);
  font-size: 14px;
  font-weight: 800;
}
section.news_sec .news_sngl .news_rdmore .btn_white {
  padding: 8px 15px;
  font-size: 14px;
  background: #F2F4F6;
  box-shadow: none;
  border: 1px solid #E4E6E8;
  margin: 15px 0 0;
  font-weight: 600;
}
section.news_sec .news_sngl .news_rdmore .btn_white:hover {
  background: rgb(255, 151, 13);
  color: white;
}
section.news_sec .news_sngl:hover .news_con {
  border-color: rgb(255, 151, 13);
}

section.journey_sec {
  background: #EFEFEF;
  padding: 30px 0 50px;
}
section.journey_sec .cmn_hdng {
  margin-bottom: 50px;
}
section.journey_sec .cmn_hdng span {
  color: rgb(77, 165, 40);
}
section.journey_sec .journey_sngl ul {
  display: flex;
  flex-wrap: wrap;
}
section.journey_sec .journey_sngl ul li:nth-child(1) {
  width: 41%;
}
section.journey_sec .journey_sngl ul li:nth-child(2) {
  padding: 0 20px;
  width: 27%;
}
section.journey_sec .journey_sngl ul li:nth-child(2) .journey_sngl_img {
  margin-bottom: 20px;
}
section.journey_sec .journey_sngl ul li:nth-child(3) {
  width: 32%;
}
section.journey_sec .journey_sngl ul li:nth-child(3) .journey_sngl_img {
  margin-bottom: 20px;
}
section.journey_sec .journey_sngl ul li .journey_sngl_img {
  border-radius: 32px;
  overflow: hidden;
}
section.journey_sec .journey_sngl ul li .journey_sngl_img img {
  width: 100%;
}

footer {
  font-size: 14px;
}
footer p {
  font-size: 14px;
  line-height: 18px;
}
footer section.footer_top {
  background: #121212;
  padding: 30px 0;
  color: white;
}
footer section.footer_top .footer_logo_scl img {
  margin-bottom: 15px;
  max-width: 200px;
}
footer section.footer_top .footer_logo_scl .footer_scl ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 10px 0 0;
}
footer section.footer_top .footer_logo_scl .footer_scl ul li {
  margin: 0 10px 0 0;
}
footer section.footer_top .footer_logo_scl .footer_scl ul li a {
  color: white;
  height: 30px;
  width: 30px;
  border-radius: 100px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  background: white;
  color: rgb(0, 0, 0);
}
footer section.footer_top .footer_logo_scl .footer_scl ul li a:hover {
  background: #aeaeae;
}
footer section.footer_top .footer_contact strong {
  display: block;
  margin: 0 0 10px;
  color: rgb(255, 151, 13);
  font-size: 18px;
}
footer section.footer_top .footer_contact ul li {
  margin: 0 0 12px;
}
footer section.footer_top .footer_contact ul li a {
  display: flex;
  flex-wrap: wrap;
  color: white;
}
footer section.footer_top .footer_contact ul li a i {
  width: 25px;
}
footer section.footer_top .footer_contact ul li a span {
  width: calc(100% - 25px);
}
footer section.footer_top .footer_contact .need_hlp .need_hlp_img {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
footer section.footer_top .footer_contact .need_hlp .need_hlp_img span:first-child {
  border-radius: 100px;
  font-size: 12px;
  width: 25px;
}
footer section.footer_top .footer_contact .need_hlp a {
  color: rgb(255, 151, 13);
  font-weight: 700;
  font-size: 16px;
  margin: 7px 0 0 23px;
  display: inline-block;
}
footer section.footer_top .footer_contact a:hover {
  text-decoration: underline;
}
footer section.footer_top .footer_map {
  height: 100%;
}
footer section.footer_top .footer_map iframe {
  height: 100%;
  width: 100%;
}
footer section.footer_bottom {
  background: rgb(77, 165, 40);
  padding: 10px 0;
}
footer section.footer_bottom .footer_btm_inr {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
footer section.footer_bottom .footer_btm_inr span {
  color: white;
}
footer section.footer_bottom .footer_btm_inr a {
  color: white;
}
footer section.footer_bottom .footer_btm_inr a:hover {
  text-decoration: underline;
}
footer section.footer_bottom .footer_btm_inr ul {
  display: flex;
  flex-wrap: wrap;
}
footer section.footer_bottom .footer_btm_inr ul li {
  margin: 0 0 0 20px;
}
footer section.footer_bottom .footer_btm_inr ul li a {
  color: white;
}
footer section.footer_bottom .footer_btm_inr ul li a:hover {
  text-decoration: underline;
}

section.inner_banner_sec {
  margin: 122px 0 0;
  position: relative;
}
section.inner_banner_sec .container {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: white;
}
section.inner_banner_sec .container h1 {
  font-weight: 700;
}

section.package_dtl_sec {
  margin: 122px 0 0;
  padding: 20px 0 40px;
}
section.package_dtl_sec .package_dtl_hdr {
  margin: 0 0 30px;
}
section.package_dtl_sec .package_dtl_hdr h2 {
  color: rgb(0, 0, 0);
  font-weight: 700;
}
section.package_dtl_sec .package_dtl_hdr p {
  color: rgb(0, 0, 0);
}
section.package_dtl_sec .package_glry_dtl {
  display: flex;
  flex-wrap: wrap;
}
section.package_dtl_sec .package_glry_dtl .package_glry {
  width: calc(100% - 350px);
  padding-right: 7px;
}
section.package_dtl_sec .package_glry_dtl .package_glry ul {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  height: 400px;
}
section.package_dtl_sec .package_glry_dtl .package_glry ul li {
  width: 25%;
  height: 50%;
  padding: 5px;
}
section.package_dtl_sec .package_glry_dtl .package_glry ul li a {
  height: 100%;
  width: 100%;
  position: relative;
  border-radius: 15px;
  overflow: hidden;
  display: inline-block;
}
section.package_dtl_sec .package_glry_dtl .package_glry ul li a img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
  margin: auto;
}
section.package_dtl_sec .package_glry_dtl .package_glry ul li a span {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  color: white;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  opacity: 0;
  visibility: hidden;
  transition: all 0.6s;
}
section.package_dtl_sec .package_glry_dtl .package_glry ul li a:hover span {
  opacity: 1;
  visibility: visible;
}
section.package_dtl_sec .package_glry_dtl .package_glry ul li:nth-child(3) {
  height: 100%;
}
section.package_dtl_sec .package_glry_dtl .package_dtl {
  width: 350px;
  border: 1px solid rgb(255, 151, 13);
  padding: 20px;
  border-radius: 15px;
  line-height: 35px;
}
section.package_dtl_sec .package_glry_dtl .package_dtl .package_dtl_tp {
  margin: 25px 0 0;
}
section.package_dtl_sec .package_glry_dtl .package_dtl .package_dtl_tp ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
section.package_dtl_sec .package_glry_dtl .package_dtl .package_dtl_tp ul li {
  color: #8E8E8E;
  font-size: 16px;
  font-weight: 600;
  width: 50%;
}
section.package_dtl_sec .package_glry_dtl .package_dtl .package_dtl_tp ul li span {
  font-size: 24px;
  color: rgb(0, 0, 0);
  display: block;
}
section.package_dtl_sec .package_glry_dtl .package_dtl .package_dtl_tp ul li:last-child {
  border-left: 1px solid #D6D7D8;
  text-align: center;
}
section.package_dtl_sec .package_glry_dtl .package_dtl .package_dtl_btm {
  margin: 40px 0 0;
  padding: 30px 0 0;
  color: #8E8E8E;
  font-size: 16px;
  font-weight: 600;
  border-top: 1px solid #D6D7D8;
  line-height: 35px;
}
section.package_dtl_sec .package_glry_dtl .package_dtl .package_dtl_btm span {
  font-size: 20px;
  color: rgb(0, 0, 0);
  display: block;
}

section.tour_listing_sec {
  padding: 40px 0;
}

section.package_dtl_main {
  padding: 0 0 40px;
  overflow: visible;
}
section.package_dtl_main .container {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
section.package_dtl_main .package_dtl_main_lft {
  width: calc(100% - 350px);
  padding-right: 20px;
}
section.package_dtl_main .package_dtl_main_lft ul.nav {
  margin: 0 0 40px;
}
section.package_dtl_main .package_dtl_main_lft ul.nav .nav-item {
  width: auto;
}
section.package_dtl_main .package_dtl_main_lft ul.nav .nav-item .nav-link {
  position: relative;
  font-size: 28px;
  font-weight: 600;
  color: rgb(0, 0, 0);
  padding: 0 10px 0 0;
}
section.package_dtl_main .package_dtl_main_lft ul.nav .nav-item .nav-link.active {
  color: rgb(77, 165, 40);
  background: transparent;
}
section.package_dtl_main .package_dtl_main_lft ul.nav .nav-item .nav-link.active:after {
  content: "";
  position: absolute;
  left: 0;
  width: 100px;
  height: 2px;
  background: rgb(77, 165, 40);
  bottom: -12px;
}
section.package_dtl_main .package_dtl_main_lft ul.nav .nav-item:first-child .nav-link {
  padding: 0 30px 0 0;
}
section.package_dtl_main .package_dtl_main_lft ul.nav .nav-item:first-child:after {
  content: "";
  position: absolute;
  top: 10px;
  right: 13px;
  height: 23px;
  width: 3px;
  background: rgb(0, 0, 0);
}
section.package_dtl_main .package_dtl_main_lft .package_dtl_main_hdr {
  margin: 0 0 40px;
}
section.package_dtl_main .package_dtl_main_lft .package_dtl_main_hdr span {
  position: relative;
  font-size: 28px;
  font-weight: 600;
  color: rgb(0, 0, 0);
  padding: 0 10px 0 0;
}
section.package_dtl_main .package_dtl_main_lft .package_dtl_main_hdr span:nth-child(1) {
  color: rgb(77, 165, 40);
}
section.package_dtl_main .package_dtl_main_lft .package_dtl_main_hdr span:nth-child(1):after {
  content: "";
  position: absolute;
  left: 0;
  width: 100px;
  height: 2px;
  background: rgb(77, 165, 40);
  bottom: -12px;
}
section.package_dtl_main .package_dtl_main_lft ul {
  display: flex;
  flex-wrap: wrap;
}
section.package_dtl_main .package_dtl_main_lft ul li {
  position: relative;
  width: 50%;
}
section.package_dtl_main .package_dtl_main_lft ul li i {
  color: rgb(77, 165, 40);
  margin-right: 2px;
  vertical-align: middle;
  font-size: 22px;
}
section.package_dtl_main .package_dtl_main_lft ul li i.bi-x {
  color: #404040;
}
section.package_dtl_main .package_dtl_main_lft .itnry {
  font-size: 28px;
  margin: 30px 0 15px;
  color: rgb(0, 0, 0);
  font-weight: 700;
}

.package_dtl_main_rt {
  width: 350px;
  position: sticky;
  top: 84px;
}
.package_dtl_main_rt form h2 {
  padding: 10px 20px;
  background: rgb(255, 151, 13);
  text-align: center;
  color: white;
  font-size: 20px;
  margin: 0;
}
.package_dtl_main_rt form .form_otr {
  padding: 20px;
  border: 1px solid rgb(255, 151, 13);
}
.package_dtl_main_rt form .form_sbmt {
  text-align: center;
}
.package_dtl_main_rt form .form_sbmt button {
  border: none;
  margin: 12px 0 0;
}

section.blog_detail_sec {
  overflow: visible;
  padding: 30px 0;
}
section.blog_detail_sec .container {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
section.blog_detail_sec .container .blog_dtl_con {
  width: calc(100% - 350px);
  padding-right: 20px;
}
section.blog_detail_sec .container .blog_dtl_con h2 {
  color: rgb(0, 0, 0);
  font-weight: 700;
  font-size: 30px;
  margin: 0 0 30px;
}
section.blog_detail_sec .container .blog_dtl_con h3, section.blog_detail_sec .container .blog_dtl_con h4, section.blog_detail_sec .container .blog_dtl_con h5, section.blog_detail_sec .container .blog_dtl_con h6 {
  color: rgb(0, 0, 0);
  font-weight: 600;
  font-size: 24px;
  margin: 25px 0 15px;
}
section.blog_detail_sec .container .blog_dtl_con img {
  margin: 0 0 20px;
}
section.blog_detail_sec .container .blog_dtl_con .blog_dtl_half_images ul {
  display: flex;
  flex-wrap: wrap;
}
section.blog_detail_sec .container .blog_dtl_con .blog_dtl_half_images ul li {
  width: 50%;
  padding: 0 10px;
}
section.blog_detail_sec .container .blog_dtl_con .blog_dtl_cntrls {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 30px 0 0;
}
section.blog_detail_sec .container .blog_dtl_con .blog_dtl_cntrls nav {
  width: 100%;
}
section.blog_detail_sec .container .blog_dtl_con .blog_dtl_cntrls .nav-links {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

section.contact_sec {
  padding: 40px 0;
}
section.contact_sec .contact_con .cmn_hdng {
  font-size: 30px;
  margin: 0 0 40px;
  line-height: 40px;
}
section.contact_sec .contact_con .cmn_hdng span {
  display: block;
}
section.contact_sec .contact_con ul li {
  position: relative;
  padding: 18px 30px;
  border: 1px solid #C5C5C5;
  border-radius: 8px;
  margin: 0 0 30px;
}
section.contact_sec .contact_con ul li > span {
  position: absolute;
  top: -7px;
  left: 20px;
  font-size: 14px;
  color: #787878;
  background: white;
  display: inline-block;
  padding: 1px 15px;
  line-height: 12px;
}
section.contact_sec .contact_con ul li .contact_sngl_dv {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
section.contact_sec .contact_con ul li .contact_sngl_dv .icn_cntct {
  height: 35px;
  width: 35px;
  background: rgb(77, 165, 40);
  border-radius: 100px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  color: white;
}
section.contact_sec .contact_con ul li .contact_sngl_dv .txt_cntct {
  width: calc(100% - 35px);
  color: rgb(0, 0, 0);
  padding-left: 10px;
  font-weight: 500;
}
section.contact_sec .contact_con ul li:last-child {
  margin-bottom: 0;
}
section.contact_sec .cntct_pg_frm {
  padding: 20px 30px 30px;
  border: 1px solid rgb(77, 165, 40);
  border-radius: 4px;
  background: #F8F2E9;
  height: 100%;
}
section.contact_sec .cntct_pg_frm strong {
  font-size: 22px;
  margin: 0 0 20px;
  display: inline-block;
  color: rgb(0, 0, 0);
  border-bottom: 1px solid rgb(77, 165, 40);
  padding: 0 0 15px;
  width: 100%;
}
section.contact_sec .cntct_pg_frm label {
  color: #5D5B58;
  font-weight: 500;
}
section.contact_sec .cntct_pg_frm label.error {
  color: #F44336;
}
section.contact_sec .cntct_pg_frm .form-group {
  margin: 0 0 20px;
}
section.contact_sec .cntct_pg_frm .form-control {
  background: #DCE0DA;
  border-radius: 0px;
}
section.contact_sec .cntct_pg_frm input.form-control {
  height: 45px;
}
section.contact_sec .cntct_pg_frm .cntct_frm_sbmt {
  margin: 10px 0 0;
}
section.contact_sec .contact_map {
  margin: 30px 0 0;
}
section.contact_sec .contact_map iframe {
  height: 400px;
  width: 100%;
}

section.about_page_sec {
  padding: 30px 0;
}
section.about_page_sec .cmn_hdng span {
  display: block;
}
section.about_page_sec .btns_otr {
  text-align: left;
}
section.about_page_sec .row {
  align-items: center;
}

section.abt_faq_sec {
  padding: 30px 0;
}

.pagination {
  justify-content: center;
}
.pagination .page-numbers {
  padding: 6px 15px;
  background: #e5e5e5;
  margin: 0 10px 0 0;
  border-radius: 50px;
}
.pagination .page-numbers:hover {
  background: #737373;
  color: #fff;
}
.pagination .page-numbers.current {
  background: rgb(255, 151, 13);
  color: white;
}

section.blog_lstng_sec.news_sec {
  padding: 40px 0 40px;
}

section.error_thank {
  padding: 30px 0 60px;
  margin: 122px 0 0;
}
section.error_thank .error_thank_otr {
  text-align: center;
  color: rgb(0, 0, 0);
}
section.error_thank .error_thank_otr img {
  max-width: 300px;
  margin: 0 auto 20px;
}
section.error_thank .error_thank_otr h2 {
  font-size: 30px;
  margin: 10px 0 15px;
  font-weight: 700;
}
section.error_thank .error_thank_otr .btn_orange {
  margin: 20px 0 0;
}

.popup_form .btn-close {
  position: absolute;
  right: 20px;
  font-size: 14px;
}
.popup_form strong {
  display: inline-block;
  width: 100%;
  margin: 0 0 15px;
  color: #000000;
  font-size: 18px;
}
.popup_form input.form-control {
  border-radius: 0px;
  height: 40px;
  background: #efefef;
}
.popup_form textarea.form-control {
  background: #efefef;
  border-radius: 0px;
}
.popup_form .cntct_frm_sbmt {
  margin: 15px 0 0;
}

section.policy_page_main {
  margin-top: 130px;
}
section.policy_page_main h1 {
  font-size: 35px;
  font-weight: 600;
  color: rgb(0, 0, 0);
}
section.policy_page_main h2, section.policy_page_main h3, section.policy_page_main h4, section.policy_page_main h5, section.policy_page_main h6 {
  color: rgb(0, 0, 0);
  font-size: 24px;
  font-weight: 700;
}

@media (min-width: 992px) {
  .container {
    max-width: 1180px;
  }
  header.main_header nav .hdr_mnu_rt ul li.menu-item-has-children > .nav-link:after {
    content: "\f282";
    font-family: "bootstrap-icons";
    font-size: 14px;
    margin: 7px 0px 0px 5px;
    vertical-align: bottom;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1180px;
  }
}
@media (min-width: 1400px) {
  .container {
    max-width: 1320px;
  }
}
@media (min-width: 1500px) {
  .container {
    max-width: 1420px;
  }
}
@media (min-width: 1700px) {
  .container {
    max-width: 1580px;
  }
}
@media (max-width: 1499px) {
  .cmn_hdng {
    font-size: 35px;
    line-height: 43px;
    margin: 20px 0 10px;
  }
  .cmn_hdng + p {
    margin-bottom: 30px;
  }
  p {
    font-size: 16px;
    line-height: 26px;
  }
  .btns_otr {
    margin: 30px 0 0;
  }
  section.banner_section .container .bnr_sldr_otr .banner_sldr_sngl .bnr_sldr_ttl {
    font-size: 50px;
    line-height: 59px;
    margin: 0 0 10px;
  }
  section.trending_sec ul li .trndng_dstntn_sngl .trndng_dstn_con {
    padding: 7px 10px;
  }
  section.trending_sec ul li .trndng_dstntn_sngl .trndng_dstn_con strong {
    font-size: 18px;
  }
  section.trending_sec ul li .trndng_dstntn_sngl .trndng_dstn_con .trndng_tr_actvty {
    font-size: 14px;
  }
  .package_slider_sngl .package_slider_con a {
    line-height: 22px;
    font-size: 16px;
  }
  .package_slider_sngl .package_slider_con .package_drtn_gst {
    font-size: 14px;
  }
  .package_slider_sngl .package_prc_rdmore .package_prc {
    font-size: 14px;
  }
  .package_slider_sngl .package_prc_rdmore .package_prc strong {
    font-size: 16px;
  }
  section.why_travel_with_sec .why_travel_sngl strong {
    font-size: 18px;
  }
  section.why_travel_with_sec .why_travel_sngl a {
    font-size: 16px;
  }
  section.testimonial_sec .testimonial_slider {
    margin: 50px 0 0;
  }
  section.testimonial_sec .testimonial_sngl strong {
    font-size: 18px;
  }
  section.testimonial_sec .testimonial_sngl .tstmnl_name_rtng .tstmnl_img {
    height: 50px;
    width: 50px;
  }
  section.testimonial_sec .testimonial_sngl .tstmnl_name_rtng .tstmnl_name {
    font-size: 16px;
  }
  section.testimonial_sec .testimonial_sngl .tstmnl_name_rtng .tstmnl_name span {
    font-size: 14px;
  }
  section.news_sec .news_sngl .news_con strong {
    font-size: 16px;
  }
  section.news_sec .news_sngl .news_con .news_drtn_gst span {
    font-size: 14px;
  }
  header.main_header nav .hdr_mnu_rt ul li {
    margin: 0 0 0 3px;
  }
  header.main_header nav .hdr_mnu_rt ul li a {
    font-size: 16px;
  }
  section.package_dtl_sec .package_glry_dtl .package_glry ul {
    height: 300px;
  }
  .package_dtl_main_rt form .form_otr {
    padding: 10px 25px;
  }
  .package_dtl_main_rt form .form_otr .form-group {
    margin-bottom: 3px;
  }
}
@media (max-width: 1199.98px) {
  section.package_dtl_sec .package_glry_dtl .package_dtl .package_dtl_tp {
    margin: 0;
  }
  section.package_dtl_sec .package_glry_dtl .package_dtl .package_dtl_btm {
    margin: 30px 0 0;
    padding: 20px 0 0;
  }
  section.package_dtl_sec .package_glry_dtl .package_glry ul {
    height: 250px;
  }
  header.main_header nav .hdr_mnu_rt ul li a {
    font-size: 13px;
    padding: 30px 5px !important;
  }
  header.main_header nav .hdr_logo {
    margin-right: 10px;
  }
  header.main_header nav .hdr_logo img {
    max-width: 130px;
  }
  header.main_header nav .hdr_btns a {
    padding: 7px 16px;
    margin: 0 0 0 7px;
    font-size: 14px;
  }
  header.main_header .tp_hdr ul li a {
    font-size: 13px;
  }
  section.banner_btm_sec_tour.banner_btm_sec {
    top: 78px;
  }
}
@media (max-width: 991.98px) {
  section.banner_btm_sec ul li {
    margin: 0 5px 10px;
  }
  section.banner_section {
    margin: 94px 0 0;
  }
  section.banner_section .container .bnr_sldr_otr .banner_sldr_sngl .bnr_sldr_ttl {
    font-size: 38px;
    line-height: 40px;
  }
  section.trending_sec ul li {
    width: 50%;
  }
  section.news_sec .news_sngl {
    margin-bottom: 30px;
  }
  footer section.footer_top .footer_contact {
    margin: 30px 0;
  }
  header.main_header .tp_hdr {
    font-size: 14px;
  }
  header.main_header nav .hdr_logo img {
    max-width: 130px;
  }
  header.main_header nav .navbar-toggler {
    padding: 10px 0 10px;
    order: 1;
  }
  header.main_header nav .navbar-toggler i {
    font-size: 30px;
    color: #fff;
  }
  header.main_header nav .navbar-toggler:focus {
    border: none;
    outline: none;
    box-shadow: none;
  }
  header.main_header nav .hdr_mnu_rt ul li {
    margin: 0;
  }
  header.main_header nav .hdr_btns {
    margin: 0px 15px 0 auto;
  }
  header.main_header nav .navbar-collapse {
    height: calc(100vh - 60px);
  }
  section.package_dtl_sec .package_glry_dtl .package_glry {
    width: 100%;
    margin: 0 0 20px;
  }
  section.package_dtl_sec .package_glry_dtl .package_dtl {
    width: 100%;
  }
  section.package_dtl_main .package_dtl_main_lft {
    width: 100%;
    margin: 0 0 30px;
    padding: 0;
  }
  .package_dtl_main_rt {
    width: 100%;
  }
  section.banner_btm_sec_tour.banner_btm_sec {
    top: 70px;
  }
  section.banner_btm_sec_tour.banner_btm_sec ul li {
    margin: 0 5px 0;
  }
  section.banner_btm_sec_tour.banner_btm_sec ul li {
    margin: 4px;
  }
  section.why_travel_with_sec .why_travel_sngl {
    padding: 0 10px;
  }
  section.testimonial_sec .testimonial_sngl .tstmnl_name_rtng ul {
    width: 100%;
    margin: 10px 0 0;
  }
  section.blog_detail_sec .container .blog_dtl_con {
    width: 100%;
    padding: 0;
    margin: 0 0 30px;
  }
  section.inner_banner_sec {
    margin: 94px 0 0;
  }
  section.contact_sec {
    padding: 0 0 20px;
  }
  section.contact_sec .contact_con {
    margin: 0 0 30px;
  }
}
@media (max-width: 767.98px) {
  p {
    line-height: 24px;
  }
  .cmn_hdng {
    font-size: 24px;
    line-height: 30px;
  }
  .swiper-button-prev {
    left: 7px;
  }
  .swiper-button-next {
    right: 7px;
  }
  section.trending_sec ul li {
    width: 100%;
  }
  section.trending_sec ul li:first-child, section.trending_sec ul li:last-child {
    width: 100%;
  }
  header.main_header .tp_hdr ul li {
    padding: 0;
    border-right: 0px;
  }
  header.main_header .tp_hdr ul li a {
    font-size: 0;
  }
  header.main_header .tp_hdr ul li a i {
    font-size: 16px;
    margin: 0;
  }
  header.main_header .tp_hdr ul.tp_hdr_lft li {
    border-right: 0px;
  }
  header.main_header .tp_hdr ul.tp_hdr_lft li:first-child {
    display: none;
  }
  header.main_header nav .hdr_btns {
    position: absolute;
    right: 50px;
    top: 11px;
  }
  header.main_header nav .hdr_btns a {
    font-size: 0;
    padding: 6px 10px;
  }
  header.main_header nav .hdr_btns a i {
    font-size: 16px;
    margin: 0;
  }
  header.main_header nav .hdr_mnu_rt ul li a {
    padding: 5px 5px !important;
  }
  header.main_header nav .navbar-toggler {
    position: absolute;
    right: 15px;
    top: 3px;
  }
  section.banner_section .container {
    position: initial;
  }
  section.banner_section .container .bnr_sldr_otr {
    max-width: 100%;
    padding: 30px 0;
  }
  section.banner_section .container .bnr_sldr_otr .banner_sldr_sngl {
    color: rgb(0, 0, 0);
  }
  section.banner_section .container .bnr_sldr_otr .banner_sldr_sngl .bnr_sldr_ttl {
    font-size: 20px;
    line-height: 24px;
    text-shadow: none;
  }
  section.banner_section .container .bnr_sldr_otr .banner_sldr_sngl .btns_otr {
    margin: 20px 0 0;
  }
  section.banner_section .container .bnr_sldr_otr .banner_sldr_sngl p {
    text-shadow: none;
    color: rgb(0, 0, 0);
  }
  section.banner_section .container .bnr_sldr_otr .banner_controls {
    margin: 20px 0 0;
  }
  section.about_travel_sec .about_travel_img {
    text-align: center;
    display: none;
  }
  section.about_travel_sec .about_travel_img img {
    max-width: 250px;
    margin: auto;
  }
  section.trending_sec {
    padding: 0px 0 20px;
  }
  section.india_tour_sec {
    padding: 10px 0 40px;
  }
  .package_slider_sngl .package_slider_con a {
    line-height: 18px;
    font-size: 14px;
  }
  section.testimonial_sec {
    padding: 20px 0 30px;
  }
  section.testimonial_sec .banner_controls {
    margin: 0;
  }
  section.testimonial_sec .testimonial_slider {
    margin: 0;
  }
  section.why_travel_with_sec {
    padding: 0 0 30px;
  }
  section.news_sec {
    padding: 20px 0;
  }
  section.news_sec .news_sngl .news_con {
    padding: 20px;
  }
  section.news_sec .news_sngl .news_con strong {
    line-height: 22px;
  }
  section.journey_sec .journey_sngl ul li .journey_sngl_img {
    margin-bottom: 10px;
  }
  section.journey_sec .journey_sngl ul li:nth-child(1) {
    width: 100%;
  }
  section.journey_sec .journey_sngl ul li:nth-child(2) {
    width: 50%;
    padding: 0 5px 0 0;
  }
  section.journey_sec .journey_sngl ul li:nth-child(2) .journey_sngl_img {
    margin-bottom: 10px;
  }
  section.journey_sec .journey_sngl ul li:nth-child(3) {
    width: 50%;
    padding: 0 0 0 5px;
  }
  section.journey_sec .journey_sngl ul li:nth-child(3) .journey_sngl_img {
    margin-bottom: 10px;
  }
  footer section.footer_bottom .footer_btm_inr {
    justify-content: center;
    text-align: center;
    font-size: 12px;
  }
  footer section.footer_bottom .footer_btm_inr ul {
    justify-content: center;
  }
  footer section.footer_bottom .footer_btm_inr ul li {
    margin: 0 10px 0 0;
  }
  section.banner_btm_sec {
    padding: 20px 0 10px;
  }
  section.package_dtl_sec {
    margin: 110px 0 0;
    padding: 10px 0 30px;
  }
  section.package_dtl_sec .package_dtl_hdr {
    margin: 0 0 20px;
  }
  section.package_dtl_sec .package_dtl_hdr h2 {
    font-size: 20px;
  }
  section.package_dtl_sec .package_glry_dtl .package_glry ul {
    flex-direction: row;
    height: auto;
    justify-content: center;
  }
  section.package_dtl_sec .package_glry_dtl .package_glry ul li {
    width: 50%;
  }
  section.package_dtl_sec .package_glry_dtl .package_glry ul li a {
    height: 100px;
  }
  section.package_dtl_sec .package_glry_dtl .package_dtl .package_dtl_tp ul li span {
    font-size: 20px;
  }
  section.package_dtl_main .package_dtl_main_lft .package_dtl_main_hdr {
    margin: 0 0 30px;
  }
  section.package_dtl_main .package_dtl_main_lft .package_dtl_main_hdr span {
    font-size: 20px;
  }
  section.package_dtl_main .package_dtl_main_lft ul li {
    width: 100%;
    line-height: 20px;
    margin: 0 0 14px;
  }
  section.package_dtl_main .package_dtl_main_lft .itnry {
    font-size: 22px;
    margin: 10px 0 10px;
  }
  section.inner_banner_sec .container {
    position: initial;
    color: rgb(0, 0, 0);
  }
  section.inner_banner_sec .container .inner_bnr_con {
    padding: 20px 0 10px;
  }
  section.inner_banner_sec .container .inner_bnr_con h1 {
    font-size: 22px;
  }
  section.blog_detail_sec {
    padding: 0 0 20px;
  }
  section.blog_detail_sec .container .blog_dtl_con h2 {
    font-size: 20px;
  }
  section.blog_detail_sec .container .blog_dtl_con .blog_dtl_half_images ul li {
    padding: 0 5px;
  }
  section.blog_detail_sec .container .blog_dtl_con .blog_dtl_half_images ul li img {
    margin: 0 0 10px;
  }
  section.contact_sec {
    padding: 0 0 20px;
  }
  section.contact_sec .contact_con .cmn_hdng {
    font-size: 24px;
    margin: 0 0 40px;
    line-height: 30px;
    text-align: center;
  }
  section.contact_sec .contact_con ul li {
    padding: 15px 15px 10px;
  }
  section.contact_sec .cntct_pg_frm {
    padding: 15px 20px 20px;
  }
  section.contact_sec .cntct_pg_frm strong {
    font-size: 18px;
  }
  section.contact_sec .cntct_pg_frm input.form-control {
    height: 40px;
  }
  section.contact_sec .contact_map iframe {
    height: 250px;
  }
  section.contact_sec .cntct_pg_frm .cntct_frm_sbmt {
    margin: 0;
  }
  section.inner_banner_sec {
    margin: 95px 0 0;
  }
  section.about_page_sec {
    padding: 0;
  }
  .abt_pg_con, .abt_pg_img {
    margin: 0 0 30px;
  }
  section.abt_faq_sec {
    padding: 10px 0;
  }
  .accordion.number_accordion .accordion-item {
    padding: 0 0;
  }
  .accordion-button span.accrdn_ttl {
    padding-left: 20px;
  }
  .accordion-button span.accrdn_nmbr {
    font-size: 28px;
  }
  section.error_thank {
    padding: 0 0 40px;
  }
  section.error_thank .error_thank_otr img {
    max-width: 250px;
  }
  section.error_thank .error_thank_otr h2 {
    font-size: 24px;
    margin: 0 0 10px;
  }
  section.error_thank .error_thank_otr .btn_orange {
    margin: 5px 0 0;
  }
  .package_slider_sngl .package_prc_rdmore .btn_white {
    margin: 12px 0 0;
  }
  section.package_dtl_main .package_dtl_main_lft ul.nav .nav-item:first-child:after {
    top: 0;
  }
  section.policy_page_main {
    margin-top: 110px;
  }
  section.package_dtl_main .package_dtl_main_lft ul.nav {
    margin: 0 0 20px;
  }
  section.package_dtl_main .package_dtl_main_lft ul.nav .nav-item .nav-link {
    font-size: 24px;
  }
  section.testimonial_sec .testimonial_sngl {
    min-height: 375px;
    padding: 20px 20px 20px;
  }
  section.testimonial_sec .testimonial_sngl .tstmnl_name_rtng .tstmnl_name {
    font-size: 12px;
  }
  section.why_travel_with_sec .why_travel_sngl {
    min-height: auto;
    padding: 0 0 10px;
  }
  section.blog_detail_sec {
    overflow: visible;
    padding: 30px 0;
  }
  section.blog_detail_sec .container .blog_dtl_con h3, section.blog_detail_sec .container .blog_dtl_con h4, section.blog_detail_sec .container .blog_dtl_con h5, section.blog_detail_sec .container .blog_dtl_con h6 {
    font-size: 18px;
  }
  section.policy_page_main {
    margin-top: 115px;
  }
  section.policy_page_main h1 {
    font-size: 24px;
  }
  section.policy_page_main h2, section.policy_page_main h3, section.policy_page_main h4, section.policy_page_main h5, section.policy_page_main h6 {
    font-size: 18px;
  }
  .wsmenu-list > li > a:hover:before {
    display: none;
  }
}
@media (max-width: 375.98px) {
  .btns_otr a {
    margin: 0 5px 0 0;
  }
  .banner_controls a {
    height: 25px;
    width: 25px;
    font-size: 14px;
  }
  .spacing_slider {
    padding: 0 25px;
  }
}/*# sourceMappingURL=style.css.map */