body {
  padding: 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  margin: 0;
  font-size: 16px;
}

img {
  max-width: 100%;
}

a {
  color: #404040;
}

a:hover {
  color: #333333;
}

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

li {
  margin-bottom: 16px;
}

b, strong {
  font-weight: 600;
}

p {
  color: #2D2D2D;
  font-size: 16px;
  font-weight: 400;
}

.cmn-heading {
  text-align: left;
}
.cmn-heading .text-head {
  position: relative;
  position: relative;
  text-align: left;
  font-size: 40px;
  color: #2D2D2D;
  margin-bottom: 0px;
  margin-bottom: 30px;
  padding-bottom: 30px;
  font-weight: 700;
  color: #A21014;
}
.cmn-heading .text-head:after {
  position: absolute;
  content: "";
  background: #A21014;
  width: 150px;
  height: 2px;
  bottom: 0;
  left: 0;
  right: 0;
}
.cmn-heading .text-head.text-center:after {
  margin: auto;
}
.cmn-heading .text-head.white-clr {
  color: #fff;
}
.cmn-heading .text-head.white-clr:after {
  background: #fff;
}

.btngroup .cmnbtn.callbtn:hover i {
  background: #fff;
  color: #000;
}

.cmnbtn {
  transition: 0.3s all;
  transition: 0.3s all;
  color: #333333;
  background: transparent;
  font-size: 20px;
  border: 1px solid #333333;
  font-weight: 600;
  padding: 12px 25px;
  border-radius: 34px;
  display: inline-block;
  align-items: center;
  text-align: center;
  position: relative;
  padding-right: 55px;
}
.cmnbtn:hover {
  background: transparent;
  border-color: #FE8400;
  transition: 0.3s all;
  color: #FE8400;
}
.cmnbtn i {
  position: absolute;
  margin-left: 15px;
  background: #FE8400;
  position: absolute;
  margin-left: 15px;
  background: #FE8400;
  padding: 10px;
  border-radius: 50%;
  display: inline-block;
  height: 45px;
  width: 45px;
  right: -12px;
  top: 5px;
  bottom: 0;
  color: #fff;
  font-size: 20px;
  line-height: 29px;
}

.whitebtn {
  border: 1px solid #fff;
  color: #fff;
}

.cmn-heading.leftheading {
  text-align: left;
}
.cmn-heading.leftheading .text-head {
  text-align: left;
}
.cmn-heading.leftheading .text-head:after {
  margin: 0;
}

.bulletpoints ul {
  padding: 0px;
  list-style: none;
}
.bulletpoints ul li {
  margin-bottom: 20px;
  position: relative;
  padding-left: 35px;
}
.bulletpoints ul li:after {
  position: absolute;
  content: "";
  background-image: url(assets/images/tick.png);
  width: 22px;
  height: 22px;
  background-size: 22px;
  background-repeat: no-repeat;
  left: 0;
  top: 2px;
}

.form-group {
  margin-bottom: 20px;
}
.form-group textarea {
  height: 100px;
  border-radius: 5px;
  color: #707070;
}

.navbar-light .navbar-nav .nav-link {
  color: #000;
  font-size: 18px;
  font-weight: 500;
  padding: 11px 0px;
  letter-spacing: 1px;
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: #FE8400;
}

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

.bannerslider {
  height: 670px;
  position: relative;
  margin-top: 45px;
  overflow: hidden;
}
.bannerslider .swiper-pagination {
  left: auto;
  width: auto;
  right: 0;
  top: 50%;
  bottom: 0;
  margin: auto;
}
.bannerslider .swiper-pagination .custom-pagination {
  transform: rotate(90deg);
}
.bannerslider .bannercontent-main {
  height: 100%;
  position: relative;
}
.bannerslider .bannercontent-main .container {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 100%;
  display: flex;
  align-items: center;
}
.bannerslider .bannercontent-main .container .bannercontent-text {
  text-transform: capitalize;
}
.bannerslider .bannercontent-main .container .bannercontent-text .cmnbtn {
  background: transparent;
  border-color: #fff;
  color: #fff;
  font-size: 18px;
}
.bannerslider .bannercontent-main .container .bannercontent-text .cmnbtn:hover {
  border-color: #FE8400;
  color: #FE8400;
}
.bannerslider .bannercontent-main .container .bannercontent-text .cmnbtn:hover i {
  background: #fff;
  color: #FE8400;
}
.bannerslider .bannercontent-main .container .bannercontent-text strong {
  color: #fff;
  font-size: 25px;
  text-transform: capitalize;
}
.bannerslider .bannercontent-main .container .bannercontent-text h2 {
  color: #fff;
  font-size: 50px;
  font-weight: 700;
  padding: 20px 0px;
  margin-bottom: 0px;
}
.bannerslider .bannercontent-main .container .bannercontent-text p {
  color: #fff;
  font-size: 20px;
  margin-bottom: 30px;
}
.bannerslider .custom-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}
.bannerslider .custom-bullet {
  display: inline-block;
  width: 10px;
  height: 10px;
  background: #FFFFFF;
  border-radius: 50%;
  cursor: pointer;
  margin: 0 10px;
  transition: background 0.3s;
}
.bannerslider span.current, .bannerslider span.total {
  color: #fff;
  transform: rotate(-90deg);
}
.bannerslider .custom-bullet.active {
  background: #FE8400;
  position: relative;
}
.bannerslider .custom-bullet.active:after {
  position: absolute;
  content: "";
  border: 1px solid #FE8400;
  padding: 3px;
  border-radius: 10px;
  width: 16px;
  height: 16px;
  text-align: center;
  left: -3px;
  top: -3px;
  right: 7px;
  margin: auto;
}
.bannerslider .current,
.bannerslider .total {
  font-weight: normal;
}

.statisticssection .statisticslist {
  margin-top: -50px;
  z-index: 1;
  position: relative;
  background: #fff;
}
.statisticssection .statisticslist ul {
  list-style: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
.statisticssection .statisticslist ul li {
  width: 25%;
  position: relative;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  transition: 0.3s all;
  padding-right: 15px;
}
.statisticssection .statisticslist ul li:after {
  position: absolute;
  content: "";
  background: #ABABAB;
  width: 1px;
  height: 65%;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.statisticssection .statisticslist ul li:last-child:after {
  display: none;
}
.statisticssection .statisticslist ul li:hover {
  border-color: #10ADA8;
}
.statisticssection .statisticslist ul li .statisdiv {
  font-size: 50px;
  color: #A21014;
  font-weight: 700;
  display: flex;
  align-items: center;
  background: #fff;
  padding: 35px 20px;
}
.statisticssection .statisticslist ul li .statisdiv span {
  color: #333333;
  font-size: 16px;
  margin-left: 18px;
  line-height: 20px;
}

.travel-agencysection .travelagencybox {
  padding: 0px 20px;
}
.travel-agencysection .travelagencybox a.maintravel {
  border: 1px solid #E6E6E6;
  display: block;
  position: relative;
  padding: 20px;
  margin-bottom: 40px;
  padding-left: 70px;
  min-height: 310px;
}
.travel-agencysection .travelagencybox a.maintravel .agentsbox-ct strong {
  font-size: 20px;
  text-transform: uppercase;
  margin-bottom: 10px;
  display: inline-block;
}
.travel-agencysection .travelagencybox a.maintravel:hover {
  border-color: #FE8400;
  transform: translateY(-10px);
  background: #FFF1F2;
}
.travel-agencysection .travelagencybox a.maintravel:hover .agent-groupicon {
  background: #A21014;
}
.travel-agencysection .travelagencybox a.maintravel:hover .agent-groupicon img {
  filter: brightness(0) invert(1);
}
.travel-agencysection .travelagencybox a.maintravel:hover .agentsbox-ct strong {
  color: #A21014;
}
.travel-agencysection .travelagencybox a.maintravel:hover .cmnbtn {
  border-color: #FE8400;
  color: #FE8400;
  background: transparent;
}
.travel-agencysection .travelagencybox a.maintravel .agent-groupicon {
  background: #FFF1F2;
  display: inline-block;
  position: absolute;
  left: -42px;
  border: 1px solid #E6E6E6;
  padding: 10px;
  border-radius: 15px;
  top: 40px;
  width: 70px;
  height: 70px;
}

.destinationssection .destinations-tabs .nav.nav-pills {
  text-align: center;
  justify-content: center;
  padding: 30px 0px;
  padding-bottom: 0px;
}
.destinationssection .destinations-tabs .nav.nav-pills .nav-item {
  padding: 0px 30px;
  margin-bottom: 0px;
}
.destinationssection .destinations-tabs .nav.nav-pills .nav-item .nav-link {
  color: #333333;
  font-weight: 700;
  padding: 0 10px;
  font-size: 16px;
}
.destinationssection .destinations-tabs .nav.nav-pills .nav-item .nav-link:hover {
  color: #A21014;
}
.destinationssection .destinations-tabs .nav.nav-pills .nav-item .nav-link.active {
  background-color: transparent;
  color: #A21014;
  border-radius: 0px;
  border-bottom: 3px solid #A21014;
  padding-bottom: 15px;
}
.destinationssection .destinations-tabs .tab-content {
  padding-top: 40px;
}
.destinationssection .destinations-tabs .tab-content .destibox {
  margin-bottom: 30px;
}
.destinationssection .destinations-tabs .tab-content .destibox .desti-img {
  overflow: hidden;
  border-radius: 20px;
}
.destinationssection .destinations-tabs .tab-content .destibox .desti-img img {
  transform: scale(1);
  transition: 0.5s all;
}
.destinationssection .destinations-tabs .tab-content .destibox span {
  display: block;
}
.destinationssection .destinations-tabs .tab-content .destibox small {
  display: block;
  font-size: 16px;
  margin-top: 10px;
}
.destinationssection .destinations-tabs .tab-content .destibox .cmnbtn {
  margin: 10px 0px;
  display: inline-block;
}
.destinationssection .destinations-tabs .tab-content .destibox strong {
  margin: 10px 0px;
  display: inline-block;
}
.destinationssection .destinations-tabs .tab-content .destibox:hover .desti-img img {
  transform: scale(1.5);
}
.destinationssection .destinations-tabs .tab-content .destibox:hover .destict a {
  background: #FE8400;
}
.destinationssection .destinations-tabs .tab-content .destibox:hover .destict a p, .destinationssection .destinations-tabs .tab-content .destibox:hover .destict a .location-head, .destinationssection .destinations-tabs .tab-content .destibox:hover .destict a strong, .destinationssection .destinations-tabs .tab-content .destibox:hover .destict a small, .destinationssection .destinations-tabs .tab-content .destibox:hover .destict a .rating-head {
  color: #fff;
}
.destinationssection .destinations-tabs .tab-content .destibox:hover .destict a .rightbtn .cmnbtn {
  background: #FE8400;
  color: #fff;
  border-color: #fff;
}
.destinationssection .destinations-tabs .tab-content .destibox:hover .destict a .rightbtn .cmnbtn i {
  background: #fff;
  color: #FE8400;
}
.destinationssection .destinations-tabs .tab-content .destibox:hover .destict a .rightbtn:after {
  background: #fff;
}
.destinationssection .destinations-tabs .tab-content .destict a {
  padding: 20px;
  position: relative;
  display: block;
  background: #fff;
  margin-top: -22px;
  margin: 30px 20px;
  margin-top: -76px;
  border-radius: 20px;
  box-shadow: 0px 4px 14px 0px rgba(165, 165, 165, 0.1490196078);
}
.destinationssection .destinations-tabs .tab-content .destict a .location-head, .destinationssection .destinations-tabs .tab-content .destict a .rating-head {
  color: #5F5F5F;
}
.destinationssection .destinations-tabs .tab-content .destict a .location-head i, .destinationssection .destinations-tabs .tab-content .destict a .rating-head i {
  margin-right: 10px;
}
.destinationssection .destinations-tabs .tab-content .destict a .rightbtn {
  text-align: right;
  position: relative;
}
.destinationssection .destinations-tabs .tab-content .destict a .rightbtn:after {
  position: absolute;
  content: "";
  background: #333333;
  height: 1px;
  width: 100%;
  bottom: 0;
  top: 0;
  right: 0;
  margin: auto;
  z-index: 0;
}
.destinationssection .destinations-tabs .tab-content .destict a .rightbtn span.cmnbtn {
  padding: 8px 40px;
  position: relative;
  z-index: 1;
  background: #fff;
}
.destinationssection .destinations-tabs .tab-content .destict a .rightbtn span.cmnbtn i {
  height: 40px;
  width: 40px;
  line-height: 24px;
  top: 4px;
}
.destinationssection .destinations-tabs .tab-content .destict a small i {
  margin-right: 10px;
}
.destinationssection .destinations-tabs .tab-content .destict a p {
  margin-top: 10px;
}

.ourtestimonail.section .swiper-pagination {
  width: auto !important;
  left: auto !important;
  bottom: 20% !important;
  transform: rotate(90deg);
  right: 0;
}

.swiper-pagination .swiper-pagination-bullet {
  background: #333333;
  opacity: 1;
  height: 10px;
  width: 10px;
  position: relative;
  margin: 0px 6px !important;
}
.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #A21014;
}
.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
  position: absolute;
  content: "";
  border: 1px solid #A21014;
  padding: 3px;
  border-radius: 10px;
  width: 16px;
  height: 16px;
  text-align: center;
  left: -3px;
  top: -3px;
  right: 7px;
  margin: auto;
}

.ourservices {
  background: #262626;
  overflow: hidden;
}
.ourservices .serviceslist .nav.nav-tabs {
  display: flex;
  border: none;
  justify-content: center;
}
.ourservices .serviceslist .nav.nav-tabs .nav-item .nav-link {
  transition: 0.5s all;
  width: 260px;
  height: 400px;
  position: relative;
  border: none;
}
.ourservices .serviceslist .nav.nav-tabs .nav-item .nav-link:hover {
  width: 320px;
  transition: 0.5s all;
  background-color: transparent;
}
.ourservices .serviceslist .nav.nav-tabs .nav-item .nav-link:hover .showservice-name {
  display: none;
}
.ourservices .serviceslist .nav.nav-tabs .nav-item .nav-link:hover .topicon-service {
  display: none;
}
.ourservices .serviceslist .nav.nav-tabs .nav-item .nav-link:hover .servicelistmain .listcontenthid {
  opacity: 1;
  visibility: visible;
  left: 0px;
  text-align: center;
}
.ourservices .serviceslist .nav.nav-tabs .nav-item .nav-link:hover .servicelistmain:after {
  background: rgba(168, 128, 84, 0.5);
}
.ourservices .serviceslist .nav.nav-tabs .nav-item .nav-link:hover .topicon-service i {
  background: #FE8400;
  color: #fff;
}
.ourservices .serviceslist .nav.nav-tabs .nav-item .nav-link .topicon-service i {
  background: #fff;
  color: #FE8400;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  line-height: 40px;
  font-size: 20px;
  position: absolute;
  right: 0;
  top: -15px;
  left: 0;
  margin: auto;
}
.ourservices .serviceslist .nav.nav-tabs .nav-item .nav-link .servicelistmain {
  position: relative;
  border-right: 1px solid #737373;
  border-left: 1px solid #737373;
  height: 100%;
}
.ourservices .serviceslist .nav.nav-tabs .nav-item .nav-link .servicelistmain::after {
  transition: 0.3s all;
  position: absolute;
  content: "";
  background: rgba(56, 53, 53, 0.6392156863);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.ourservices .serviceslist .nav.nav-tabs .nav-item .nav-link .servicelistmain img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.ourservices .serviceslist .nav.nav-tabs .nav-item .nav-link .servicelistmain .showservice-name {
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 50px;
  left: 0px;
  right: 0;
  font-size: 15px;
  color: #Fff;
  font-weight: 700;
  padding: 0px 6px;
  text-align: center;
}
.ourservices .serviceslist .nav.nav-tabs .nav-item .nav-link .servicelistmain .listcontenthid {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  bottom: 0;
  overflow: hidden;
  width: 280px;
  top: auto;
  left: 100%;
  right: 0;
  margin: auto;
  color: #fff;
  padding: 20px;
  z-index: 1;
}
.ourservices .serviceslist .nav.nav-tabs .nav-item .nav-link .servicelistmain .listcontenthid p {
  color: #fff;
}

.occasion-section .eventbox h2 {
  font-size: 40px;
  font-weight: 700;
  color: #A21014;
}
.occasion-section .eventimg {
  margin-top: 40px;
}

.why-chooseus.section {
  padding-bottom: 0px;
}
.why-chooseus.section .whychooseboxes-main {
  margin-top: 55px;
}
.why-chooseus.section .whychooseboxes-main ul {
  display: flex;
  list-style: none;
  padding: 0px;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}
.why-chooseus.section .whychooseboxes-main ul li {
  padding-left: 15px;
  padding-right: 15px;
  width: 25%;
  padding: 0px 15px;
  transition: 0.3s all;
}
.why-chooseus.section .whychooseboxes-main ul li:hover .whychoose-ct {
  transform: translateY(-10px);
}
.why-chooseus.section .whychooseboxes-main ul li .whychoose-ct {
  transition: 0.3s all;
  border: 1px solid #E6E6E6;
  display: block;
  position: relative;
  padding: 20px 15px;
  margin-bottom: 45px;
  padding-top: 50px;
  min-height: 240px;
}
.why-chooseus.section .whychooseboxes-main ul li .whychoose-ct p {
  margin-bottom: 0px;
}
.why-chooseus.section .whychooseboxes-main ul li .whychoose-ct span {
  background: #FFF1F2;
  display: inline-block;
  position: absolute;
  left: 12px;
  /* right: 0; */
  border: 1px solid #E6E6E6;
  padding: 10px;
  border-radius: 15px;
  top: -40px;
  width: 70px;
  height: 70px;
  text-align: center;
  line-height: 50px;
}
.why-chooseus.section .whychooseboxes-main ul li .whychoose-ct span img {
  width: 40px;
}
.why-chooseus.section .whychooseboxes-main ul li .whychoose-ct strong {
  font-size: 18px;
  display: inline-block;
  margin-bottom: 15px;
  line-height: 24px;
}

footer .ourtestimonail {
  position: relative;
}
footer .ourtestimonail .gallery {
  overflow: hidden;
  text-align: center;
}
footer .ourtestimonail .gallery .gallery-thumbs {
  width: 25%;
  padding-top: 5px;
  overflow: hidden;
}
footer .ourtestimonail .gallery .gallery-thumbs .testiimages {
  padding: 6px;
  transition: 0.3s all;
  cursor: pointer;
}
footer .ourtestimonail .gallery .gallery-thumbs .testiimages img {
  filter: grayscale(100%);
}
footer .ourtestimonail .gallery .gallery-thumbs .swiper-slide:hover {
  transition: 0.3s all;
}
footer .ourtestimonail .gallery .gallery-thumbs .swiper-slide:hover .testiimages {
  transform: translateY(-5px);
}
footer .ourtestimonail .gallery .gallery-thumbs .swiper-slide:hover .testiimages img {
  filter: grayscale(0);
}
footer .ourtestimonail .gallery .gallery-thumbs .swiper-slide.swiper-slide-active .testiimages {
  border: 2px solid #fe8400;
  padding: 0px;
  border-radius: 50%;
}
footer .ourtestimonail .gallery .gallery-thumbs .swiper-slide.swiper-slide-active .testiimages img {
  filter: grayscale(0);
}
footer .ourtestimonail .gallery .gallery-slider .testi-content {
  text-align: left;
  margin-top: 30px;
  margin-bottom: 20px;
  width: 90%;
}
footer .ourtestimonail .gallery .gallery-slider .testi-content .testiimages {
  display: flex;
  align-items: center;
}
footer .ourtestimonail .gallery .gallery-slider .testi-content .testiimages img {
  border: 2px solid #fe8400;
  border-radius: 50%;
}
footer .ourtestimonail .gallery .gallery-slider .testi-content .testiimages .testi-head {
  margin-left: 20px;
}
footer .ourtestimonail .gallery .gallery-slider .testi-content .testiimages .testi-head strong {
  display: block;
}
footer .ourtestimonail .gallery .gallery-slider .testi-content .testiimages .testi-head span {
  color: rgba(0, 0, 0, 0.4392156863);
}
footer .our-partners .ourpartnerslist ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  align-items: center;
}
footer .our-partners .ourpartnerslist ul li {
  width: 20%;
}
footer .our-partners .ourpartnerslist ul li:hover {
  transform: translateY(-10px);
}
footer .our-partners .ourpartnerslist ul li:hover img {
  filter: grayscale(100%);
}
footer .footersection {
  background: #2a2a2a;
  padding: 50px 0px;
}
footer .footersection .ft-heading h2 {
  color: #A21014;
  font-size: 22px;
  font-weight: 700;
}
footer .footersection .ft-logodetails .ft-logo {
  display: inline-block;
  margin-bottom: 20px;
}
footer .footersection .eventcontactlist ul {
  padding: 0px;
  list-style: none;
}
footer .footersection .eventcontactlist ul li a {
  display: flex;
}
footer .footersection .eventcontactlist ul li a i {
  margin-right: 10px;
}
footer .footersection .eventcontactlist ul li a:hover {
  color: #FE8400;
}
footer .footersection .eventcontactlist .ctdiv strong {
  color: #FE8400;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
  display: inline-block;
}
footer .footersection .subscribenews .sub-form {
  margin-top: 50px;
}
footer .footersection .subscribenews .sub-form .subinput {
  border-bottom: 1px solid gray;
}
footer .footersection .subscribenews .sub-form .subinput input {
  border: none;
  height: 55px;
  padding-bottom: 20px;
}
footer .footersection .subscribenews .sub-form .subinput input:focus {
  outline: none;
}
footer .footercopy {
  background: #a21014;
  border-top: 1px solid #cfbfbf;
  padding: 15px 0px;
}
footer .footercopy .socailicons {
  display: flex;
}
footer .footercopy .socailicons strong {
  color: #fff;
  font-size: 20px;
}
footer .footercopy .socailicons ul {
  margin-left: 30px;
  padding: 0;
  margin-bottom: 0px;
  list-style: none;
  display: flex;
}
footer .footercopy .socailicons ul li {
  margin-bottom: 0px;
  margin-right: 20px;
}
footer .footercopy .copytxt p {
  margin-bottom: 0px;
  color: #fff;
  text-align: center;
  font-size: 20px;
  text-transform: capitalize;
}

.innerpage-section {
  background-image: url(assets/images/innersection.png);
  height: 300px;
  width: 100%;
  background-size: cover;
  position: relative;
  margin-top: 89px;
}
.innerpage-section .container {
  height: 100%;
}
.innerpage-section .container .innertext {
  height: 100%;
  display: flex;
  align-items: center;
  text-align: center;
}
.innerpage-section .container .innertext .innercontent {
  width: 80%;
  margin: auto;
}
.innerpage-section .container .innertext .innercontent h2 {
  font-size: 50px;
  font-weight: 700;
  color: #fff;
  position: relative;
}
.innerpage-section .eventtourline {
  position: absolute;
  bottom: 0;
  width: 100%;
}
.innerpage-section .eventtourline ul {
  padding: 0;
  display: flex;
  list-style: none;
  justify-content: end;
}
.innerpage-section .eventtourline ul li {
  color: #fff;
  margin-left: 10px;
  margin-bottom: 5px;
}
.innerpage-section .eventtourline ul li a {
  color: #fff;
}
.innerpage-section .eventtourline ul li.active {
  font-weight: 600;
  color: #FE8400;
}

.sectionhead-main {
  display: flex;
  align-items: start;
  justify-content: space-between;
}

.our-journey .row {
  margin-top: 40px;
}

.business-units #accordion .card {
  margin-bottom: 20px;
  border-radius: 0px;
}
.business-units #accordion .card:first-child .card-header a {
  color: #fff;
  background: #A21014;
}
.business-units #accordion .card:first-child .card-header a:after {
  content: "\f2ea";
}
.business-units #accordion .card:first-child .card-header a[aria-expanded=false] {
  color: #000;
  background: transparent;
}
.business-units #accordion .card:first-child .card-header a[aria-expanded=false]:after {
  content: "\f4fe";
}
.business-units #accordion .card .card-header {
  padding: 0px;
}
.business-units #accordion .card .card-header a {
  display: block;
  text-align: left;
  font-size: 20px;
  font-weight: 700;
  border-radius: 0px;
  padding: 10px 15px;
  position: relative;
}
.business-units #accordion .card .card-header a:after {
  position: absolute;
  content: "\f4fe";
  font-family: bootstrap-icons !important;
  width: 20px;
  height: 20px;
  right: 15px;
  top: 10px;
}
.business-units #accordion .card .card-header a[aria-expanded=true] {
  color: #fff;
  background: #A21014;
}
.business-units #accordion .card .card-header a[aria-expanded=true]:after {
  content: "\f2ea";
}

.contactpage-details .contactus-box a {
  overflow: hidden;
  position: relative;
  transition: 0.3s all;
  border: 1px solid #E0E0E0;
  padding: 20px;
  display: block;
  text-align: left;
  min-height: 245px;
  z-index: 1;
}
.contactpage-details .contactus-box a:hover {
  color: #fff;
}
.contactpage-details .contactus-box a:hover span, .contactpage-details .contactus-box a:hover strong, .contactpage-details .contactus-box a:hover p {
  color: #fff;
}
.contactpage-details .contactus-box a:hover:after {
  left: 0px;
}
.contactpage-details .contactus-box a:after {
  position: absolute;
  content: "";
  background: #A21014;
  width: 100%;
  left: -100%;
  top: 0;
  bottom: 0;
  transition: 0.5s all;
  z-index: -1;
}
.contactpage-details .contactus-box a span {
  display: block;
  font-size: 60px;
  color: #A21014;
}
.contactpage-details .contactus-box a strong {
  color: #A21014;
  font-size: 24px;
  margin-bottom: 15px;
  display: inline-block;
  margin-bottom: 20px;
}
.contactpage-details .contactus-box a p {
  margin-bottom: 0px;
}

.event-tour-planner {
  background-image: url(assets/images/event-tour-planner.webp);
  height: 423px;
  background-size: cover;
}
.event-tour-planner .container {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.event-tour-planner .container .event-content h2 {
  color: #fff;
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 40px;
}

.whygroups.section {
  background: #F5F5F5;
}

.contactpage-form.ourcontactsection .col-lg-7 {
  padding-right: 0;
}
.contactpage-form.ourcontactsection .col-lg-7 .contact-formimage {
  height: 100%;
  width: 100%;
  position: relative;
  top: 62px;
}
.contactpage-form.ourcontactsection .col-lg-5 {
  padding-left: 0;
}
.contactpage-form.ourcontactsection .col-lg-5 .contactform {
  background: #333333;
  padding: 30px;
  position: relative;
  margin-bottom: -40px;
}
.contactpage-form.ourcontactsection .col-lg-5 .contactform:before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-bottom: 63px solid #202020;
  border-left: 63px solid transparent;
  left: -63px;
  top: 0;
}
.contactpage-form.ourcontactsection .col-lg-5 .contactform input {
  height: 55px;
  border-radius: 0px;
}

.groups-toursgroups {
  background: #F5F5F5;
}
.groups-toursgroups .groups-content {
  padding: 50px 0px;
}

.blogsection .blogbox-section {
  position: relative;
  transition: 0.5s all;
  margin-bottom: 80px;
}
.blogsection .blogbox-section .blogsection-main {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}
.blogsection .blogbox-section .blogsection-main:after {
  position: absolute;
  content: "";
  background: linear-gradient(180deg, rgba(29, 29, 29, 0) 45.19%, #000000 100%);
  width: 100%;
  height: 100%;
  left: 0;
  z-index: 0;
  border-radius: 20px;
}
.blogsection .blogbox-section .blogsection-main img {
  border-radius: 20px;
}
.blogsection .blogbox-section .blogsection-main .blogshow-content {
  position: absolute;
  bottom: 0;
  z-index: 1;
  transition: 0.3s all;
  top: 0px;
}
.blogsection .blogbox-section .blogsection-main .blogshow-content a {
  height: 100%;
  display: flex;
  padding: 30px;
  flex-direction: column;
  justify-content: space-between;
}
.blogsection .blogbox-section .blogsection-main .blogshow-content a .bl-date {
  background: #fff;
  width: 120px;
  padding: 16px 10px;
  border-radius: 20px;
}
.blogsection .blogbox-section .blogsection-main .blogshow-content a .bl-date strong {
  display: block;
  font-size: 30px;
}
.blogsection .blogbox-section .blogsection-main .blogshow-content a .bl-date small {
  font-size: 15px;
}
.blogsection .blogbox-section .blogsection-main .blogshow-content a .bl-head h2 {
  font-size: 25px;
  color: #fff;
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 700;
}
.blogsection .blogbox-section .blogsection-main .blogcontent-hide {
  background: rgba(162, 16, 20, 0.6901960784);
  position: absolute;
  bottom: 0;
  z-index: 1;
  top: 0px;
  padding: 30px 20px;
  color: #fff;
  right: -100%;
  border-radius: 20px;
  left: auto;
  width: 100%;
  transition: 0.5s all;
  border-radius: 20px;
}
.blogsection .blogbox-section .blogsection-main .blogcontent-hide h2 {
  font-size: 25px;
  color: #fff;
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 700;
}
.blogsection .blogbox-section .blogsection-main .blogcontent-hide p {
  color: #fff;
}
.blogsection .blogbox-section .btndiv {
  position: absolute;
  bottom: -25px;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  z-index: 1;
}
.blogsection .blogbox-section .btndiv .cmnbtn {
  background: #fff;
}
.blogsection .blogbox-section:hover .blogshow-content {
  visibility: hidden;
  opacity: 0;
}
.blogsection .blogbox-section:hover .blogcontent-hide {
  width: 100%;
  right: 0px;
}

.blogdetails .blogmain-details h2 {
  font-weight: 700;
  font-size: 28px;
}
.blogdetails .blogmain-details img {
  margin: 20px 0px;
}
.blogdetails .blogdetail-form {
  background: #A21014;
  padding: 30px;
  border-radius: 20px;
  top: 100px;
  position: sticky;
}
.blogdetails .blogdetail-form h2 {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 30px;
}
.blogdetails .blogdetail-form input {
  height: 48px;
}
.blogdetails .blogdetail-form select {
  height: 48px;
  color: #7b8085;
}
.blogdetails .blogextra {
  margin-top: 40px;
}
.blogdetails .shorcontent p {
  color: #000;
}
.blogdetails .blogflex-img {
  display: flex;
}
.blogdetails .blogflex-img .blgimg {
  margin-right: 20px;
  margin-bottom: 20px;
}
.blogdetails .blogflex-img .blgimg img {
  width: 100%;
}

.eventgallery-section ul {
  display: flex;
  flex-wrap: wrap;
  padding: 0px;
  list-style: none;
  margin-left: -10px;
  margin-right: -10px;
}
.eventgallery-section ul li {
  width: 33.33%;
  height: 300px;
  padding-left: 10px;
  padding-right: 10px;
}
.eventgallery-section ul li:nth-child(2) {
  width: 66.35%;
}
.eventgallery-section ul li a {
  height: 100%;
}
.eventgallery-section ul li a img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.serviceprovide .service-content ul {
  padding: 0px;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
}
.serviceprovide .service-content ul li {
  width: 50%;
  margin-bottom: 20px;
  font-weight: 700;
  position: relative;
  padding-left: 30px;
}
.serviceprovide .service-content ul li:after {
  position: absolute;
  content: "\f26b";
  font-family: bootstrap-icons !important;
  left: 0;
  top: 0;
}

.destinationmain-box .tripdesti-box {
  margin-bottom: 40px;
  border-radius: 0px 0px 20px 20px;
  transition: 0.3s all;
  background: rgba(162, 16, 0, 0.031372549);
}
.destinationmain-box .tripdesti-box:hover {
  background: #fff;
  box-shadow: 0px 5px 9px -2px #949494;
  border-radius: 20px;
  transform: translateY(-10px);
}
.destinationmain-box .tripdesti-box:hover .tripdestiimg img {
  transform: scale(1.2);
}
.destinationmain-box .tripdesti-box:hover .tripdestiimg span {
  background: #FE8400;
  color: #fff;
}
.destinationmain-box .tripdesti-box:hover h5 {
  color: #FE8400;
}
.destinationmain-box .tripdesti-box:hover .cmnbtn {
  background: transparent;
  border-color: #FE8400;
  transition: 0.3s all;
  color: #FE8400;
}
.destinationmain-box .tripdesti-box a {
  display: block;
}
.destinationmain-box .tripdesti-box a .tripdestiimg {
  position: relative;
  overflow: hidden;
  border-radius: 20px 20px 0px 0px;
}
.destinationmain-box .tripdesti-box a .tripdestiimg img {
  transform: scale(1);
  transition: 0.5s all;
}
.destinationmain-box .tripdesti-box a .tripdestiimg span {
  position: absolute;
  left: auto;
  right: 15px;
  color: #fff;
  background: rgba(37, 37, 37, 0.9215686275);
  border-radius: 20px;
  display: inline-block;
  width: 170px;
  text-align: center;
  padding: 7px 10px;
  font-weight: 700;
  bottom: 20px;
}
.destinationmain-box .tripdesti-box a .tripdesti-content {
  padding: 30px 20px;
  padding-bottom: 0px;
}
.destinationmain-box .tripdesti-box a .tripdesti-content h5 {
  font-size: 16px;
  font-weight: 700;
}
.destinationmain-box .tripdesti-box a .tripdesti-content p {
  border-bottom: 1px solid #DBDBDB;
  padding-bottom: 15px;
  margin-bottom: 18px;
  font-size: 14px;
}
.destinationmain-box .tripdesti-box a .tripdesti-content ul {
  display: flex;
  padding: 0px;
  list-style: none;
  border-bottom: 1px solid #DBDBDB;
}
.destinationmain-box .tripdesti-box a .tripdesti-content ul li {
  text-align: center;
  margin-right: 40px;
}
.destinationmain-box .tripdesti-box a .tripdesti-content ul li i {
  display: block;
  width: 35px;
  min-height: 38px;
  margin: auto;
}
.destinationmain-box .tripdesti-box a .tripdesti-content .pricehead span {
  font-size: 16px;
}
.destinationmain-box .tripdesti-box a .tripdesti-content .pricehead span strong {
  color: #A21014;
  font-size: 16px;
}
.destinationmain-box .tripdesti-box .btngroup {
  display: flex;
  align-items: center;
  padding: 30px 20px;
}
.destinationmain-box .tripdesti-box .btngroup .cmnbtn {
  margin-right: 16px;
}

.explore-places h2.text-head {
  font-size: 30px;
  font-weight: 700;
}
.explore-places .explorecontent {
  text-align: center;
  margin-bottom: 50px;
}
.explore-places .explorecontent h2.text-head {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 20px;
}

.tour-filter {
  display: flex;
  gap: 20px;
  border: 1px solid #BCBCBC;
  width: 100%;
  margin: auto;
  margin-bottom: 30px;
  margin-top: 30px;
}
.tour-filter .filter-box {
  width: 20%;
}
.tour-filter select {
  padding: 8px;
  border-radius: 6px;
  border: 1px solid #ccc;
  height: 50px;
}
.tour-filter form {
  width: 80%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.tour-filter form .filter-box {
  width: 40%;
}
.tour-filter form .filter-box:last-child {
  width: 20%;
}
.tour-filter form .filter-box button {
  border: 1px solid #fe8400;
  background: #FE8400;
  color: #fff;
  padding: 6px 6px;
  font-weight: normal;
  font-size: 16px;
  font-weight: 600;
}
.tour-filter form .filter-box button:hover {
  background: transparent;
  color: #FE8400;
}
.tour-filter form .filter-box a {
  background: #a21014;
  color: #fff;
  padding: 6px 6px;
  border-radius: 50px;
  margin-top: 10px;
  border: 1px solid #a21014;
  font-weight: 600;
  font-size: 16px;
}
.tour-filter form .filter-box a:hover {
  background: transparent;
  color: #a21014;
}

.filter-box.more-filter:hover span {
  color: #A21014;
}

.filter-box {
  display: flex;
  flex-direction: column;
  width: 32%;
  position: relative;
  padding: 20px;
  margin-bottom: 0px;
  height: 100%;
}
.filter-box a {
  text-align: center;
}
.filter-box:after {
  position: absolute;
  content: "";
  background: #b8b8b8;
  width: 1px;
  height: 100%;
  right: -8px;
  top: 0;
}
.filter-box label {
  font-weight: bold;
  margin-bottom: 20px;
}
.filter-box:last-child:after {
  display: none;
}

.range-info {
  display: flex;
  justify-content: space-between;
  font-weight: bold;
  margin: 5px 0;
}

input[type=range] {
  -webkit-appearance: none;
  width: 100%;
  height: 0px;
  background: transparent;
  position: relative;
}

input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 14px;
  height: 14px;
  background: #fff;
  border-radius: 50%;
  cursor: pointer;
  position: relative;
  z-index: 2;
  border: 3px solid #A21014;
  top: -7px;
}

input[type=range]::-webkit-slider-runnable-track {
  height: 1px;
  background: rgba(162, 16, 20, 0.6980392157);
  border-radius: 3px;
}

.more-filter {
  display: flex;
  align-items: center;
  cursor: pointer;
  width: 16%;
}
.more-filter span {
  margin-bottom: 12px;
}
.more-filter span i {
  font-size: 35px;
}

.more-filter-text {
  color: #000;
  font-weight: bold;
  margin-left: 5px;
}

#moreFilterContent {
  display: none;
  background-color: #f9f9f9;
  padding: 15px;
  border: 1px solid #ddd;
  border-radius: 8px;
  margin-top: 10px;
  width: 85%;
  margin: auto;
  margin-top: 40px;
}

.more-filter-item {
  margin-bottom: 10px;
}

.more-filter-item label {
  font-weight: 500;
}

.more-filter.opened span:first-child {
  transition: transform 0.3s ease;
}

.business-units.destination-faq {
  background: rgba(162, 16, 0, 0.031372549);
}

.packagesection h2 {
  font-size: 30px;
  font-weight: 700;
}
.packagesection .row {
  margin-top: 30px;
}
.packagesection .row .package-detailsmain {
  margin-top: 30px;
  display: flex;
}
.packagesection .row .package-detailsmain strong {
  margin-bottom: 20px;
  display: inline-block;
}
.packagesection .row .package-detailsmain ul {
  list-style: none;
  padding: 0;
}
.packagesection .row .package-detailsmain ul li {
  margin-bottom: 20px;
  position: relative;
  padding-left: 26px;
}
.packagesection .row .package-detailsmain ul li:after {
  position: absolute;
  content: "\f272";
  font-size: 18px;
  font-family: bootstrap-icons !important;
  left: 0;
  top: 0;
}
.packagesection .row .package-detailsmain .inclusionsbox {
  background: #EAFAEA;
  padding: 20px;
  width: 50%;
  border-radius: 20px;
  margin-right: 20px;
}
.packagesection .row .package-detailsmain .exclusionsbox {
  background: #FBEBEB;
  padding: 20px;
  width: 50%;
  border-radius: 20px;
}
.packagesection .row .package-detailsmain .exclusionsbox li:after {
  content: "\f62a";
}

.package-price, .durationmain-box, .needhelp {
  background: #FAF3F3;
  padding: 20px;
  margin-bottom: 20px;
  border-radius: 20px;
}
.package-price strong, .durationmain-box strong, .needhelp strong {
  font-size: 20px;
}

.package-price strong {
  font-size: 20px;
}
.package-price p strong {
  color: #A21014;
  font-size: 24px;
  font-weight: 700;
}
.package-price .btngroup.centerbtns {
  margin-top: 20px;
}
.package-price .btngroup.centerbtns a {
  font-size: 16px;
  padding: 12px 15px;
  padding-right: 40px;
}
.package-price .btngroup.centerbtns a:first-child {
  margin-right: 15px;
}
.package-price .btngroup.centerbtns a span i {
  height: 40px;
  width: 40px;
  font-size: 20px;
  line-height: 23px;
}

.durationmain-box .package-duration {
  margin-bottom: 30px;
}
.durationmain-box .placesvisit {
  margin-bottom: 30px;
}
.durationmain-box .packageincludes {
  text-align: center;
  position: relative;
}
.durationmain-box .packageincludes:after {
  position: absolute;
  content: "";
  background: rgba(37, 37, 37, 0.9215686275);
  width: 100%;
  height: 2px;
  bottom: 0;
  top: -20px;
  left: 0;
  margin: auto;
}
.durationmain-box .packageincludes span {
  background: rgba(37, 37, 37, 0.9215686275);
  display: inline-block;
  color: #fff;
  padding: 7px 15px;
  border-radius: 20px;
  font-weight: 700;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
.durationmain-box ul {
  display: flex;
  list-style: none;
  padding: 0px;
}
.durationmain-box ul li {
  text-align: center;
}

.needhelp {
  display: flex;
}
.needhelp strong {
  display: inline-block;
  margin-bottom: 10px;
}
.needhelp ul {
  padding: 0px;
  list-style: none;
}
.needhelp .packagewhatsapp a img {
  width: 40px;
}

.travel-agencysection.grouptourssection .travelagencybox a .agent-groupicon {
  border: 3px solid #E6E6E6;
  background: #A21014;
}
.travel-agencysection.grouptourssection .travelagencybox a .agent-groupicon img {
  filter: brightness() invert(1);
}
.travel-agencysection.grouptourssection .travelagencybox a:hover {
  background: #A21014;
  color: #fff;
}
.travel-agencysection.grouptourssection .travelagencybox a:hover .agentsbox-ct strong {
  color: #fff;
}
.travel-agencysection.grouptourssection .travelagencybox a:hover .agentsbox-ct p {
  color: #fff;
}

.shorcontent {
  padding: 20px 0px;
  display: flex;
  align-items: start;
}
.shorcontent p {
  font-size: 18px;
}
.shorcontent img {
  margin-right: 15px;
}

#footerpopu .modal-dialog .btn-close {
  position: absolute;
  background: #A21014;
  color: #fff;
  font-size: 20px;
  z-index: 1;
  opacity: 1;
  line-height: 20px;
  top: -10px;
  right: -10px;
}
#footerpopu .modal-dialog .modal-body {
  padding: 0px;
}
#footerpopu .modal-dialog .modal-body .col-lg-5 {
  background: #A21014;
}
#footerpopu .modal-dialog .modal-body .col-lg-5 .popup-img {
  padding: 20px 10px;
}
#footerpopu .modal-dialog .modal-body .col-lg-5 .popup-img .popupimg {
  text-align: center;
  margin: 15px 0px;
}
#footerpopu .modal-dialog .modal-body .col-lg-5 .popup-img .popupimg img {
  width: 80%;
}
#footerpopu .modal-dialog .modal-body .col-lg-5 .popup-img ul {
  padding: 0px;
  list-style: none;
}
#footerpopu .modal-dialog .modal-body .col-lg-5 .popup-img ul li {
  color: #fff;
  margin-bottom: 10px;
}
#footerpopu .modal-dialog .modal-body .col-lg-5 .popup-img .formtop-ct strong {
  font-size: 18px;
  color: #fff;
}
#footerpopu .modal-dialog .modal-body .col-lg-5 .popup-img .formtop-ct p {
  color: #fff;
  font-size: 14px;
}
#footerpopu .modal-dialog .modal-body .footerbg-form {
  padding: 20px 20px;
  padding-right: 30px;
}
#footerpopu .modal-dialog .modal-body .footerbg-form .contacthead {
  font-size: 20px;
  font-weight: 800;
  margin-bottom: 20px;
  color: #A21014;
}
#footerpopu .modal-dialog .modal-body .footerbg-form .contacthead small {
  color: #000;
  font-size: 20px;
}
#footerpopu .modal-dialog .modal-body .footerbg-form .bnrform form .form-control {
  height: 40px;
}
#footerpopu .modal-dialog .modal-body .footerbg-form .bnrform form textarea.form-control {
  height: 80px;
}
#footerpopu .modal-dialog .modal-body .footerbg-form .form-group {
  margin-bottom: 25px;
}
#footerpopu .modal-dialog .modal-body .footerbg-form .form-group:last-child {
  margin-bottom: 0px;
}

.location-section {
  display: flex;
  width: 95%;
  margin: 0 auto;
}
.location-section .eventcontactlist {
  background: #313131 0% 0% no-repeat padding-box;
  box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.2509803922);
  border: 1px solid #626161;
  padding: 20px;
  width: 40%;
}
.location-section .eventcontactlist .ctdiv ul li a {
  color: #fff;
}
.location-section .location-img {
  width: 70%;
  margin-left: 20px;
}
.location-section .location-img .imgbox {
  background: #404040 0% 0% no-repeat padding-box;
  box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.2509803922);
  border: 1px solid #626161;
  padding: 20px;
  height: 307px;
}
.location-section .location-img .imgbox iframe {
  width: 100%;
  height: 100%;
}
.location-section .location-img img {
  width: 100%;
}

.ctdiv {
  margin-bottom: 40px;
}

.btngroup a:first-child {
  margin-right: 30px;
}

.btngroup.centerbtns {
  text-align: center;
  margin-top: 40px;
}

label.error {
  color: red !important;
}

.pagination {
  justify-content: center;
}

.page-numbers.current {
  background: #FE8400;
}

.page-numbers {
  background: #A21014;
  color: #fff;
  padding: 10px 20px;
  display: inline-block;
  margin: 10px;
}
.page-numbers:hover {
  background: #FE8400;
  color: #fff;
}

.page-template-blog .event-tour-planner {
  margin-top: 50px;
}

.explore-places.section {
  padding-bottom: 0px;
}

/* === MAIN CONTAINER === */
.nav-tab-slider {
  overflow-x: auto;
  white-space: nowrap;
  position: relative;
  scroll-behavior: smooth;
  /* Visually hide scrollbar (Firefox + IE/Edge) */
  scrollbar-width: none;
  -ms-overflow-style: none;
}

/* Hide scrollbar (Chrome, Safari) */
.nav-tab-slider::-webkit-scrollbar {
  height: 6px;
  background: transparent;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

/* Thumb style */
.nav-tab-slider::-webkit-scrollbar-thumb {
  background-color: #d4d4d4;
  border-radius: 4px;
}

/* Track style (optional) */
.nav-tab-slider::-webkit-scrollbar-track {
  background: #eee;
}

/* === CLASS TO SHOW SCROLLBAR ON HOVER (ADDED BY JQUERY) === */
.nav-tab-slider.show-scrollbar::-webkit-scrollbar {
  opacity: 1;
}

.nav-tab-slider.show-scrollbar {
  scrollbar-width: thin; /* Firefox */
  scrollbar-color: #d4d4d4 #eee; /* Firefox */
}

/* === UL STYLE === */
.nav-tab-slider ul {
  display: inline-flex;
  gap: 10px;
  padding: 0;
  margin: 0;
  list-style: none;
  flex-wrap: nowrap;
}

/* === LIST ITEM STYLE === */
.nav-tab-slider .nav-item {
  flex: 0 0 auto;
}

.hdr_logo a img {
  width: 200px;
}

footer .our-partners .ourpartnerslist ul li img {
  width: 138px;
}

.occasion-section.section {
  padding-top: 0px;
}

.destinationmain-box.section {
  padding-top: 50px;
}

.error_thank {
  margin-top: 89px;
}

.error_thank_otr {
  text-align: center;
}
.error_thank_otr img {
  width: 300px;
}

.category-section-main {
  padding: 20px;
}

.category-list {
  background-color: #FFF1F2;
  padding: 20px;
  margin-bottom: 20px;
  position: sticky;
  top: 100px;
}

.category-list a {
  text-decoration: none;
  display: block;
  padding: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
}

.category-list a:hover,
.category-list a.active {
  background-color: #A21014;
  color: #fff;
}

/* Right Section */
#product-content {
  background: #FFF1F2;
  padding: 40px;
}

#product-content ul {
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

#product-content ul li {
  width: 30%;
}

.product-box {
  background-color: #fff;
  text-align: center;
  position: relative;
  width: 100%;
  margin-bottom: 20px; /* Adjust the width for 3 items per row */
}
.product-box:after {
  position: absolute;
  content: "";
  background: rgba(0, 0, 0, 0.4196078431);
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s all;
}
.product-box:hover:after {
  opacity: 1;
  visibility: visible;
}
.product-box:hover .btn-group-hide {
  opacity: 1;
  visibility: visible;
}

.product-box img {
  width: 100%;
  height: auto;
}

.product-box .btn-group {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
}

.btn-group .btn {
  margin: 5px;
}

.btn-group-hide {
  position: absolute;
  z-index: 1;
  top: 27%;
  bottom: 0;
  width: 80%;
  margin: auto;
  text-align: center;
  left: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s all;
}
.btn-group-hide a {
  width: 100%;
  display: inline-block;
}
.btn-group-hide a span.cmnbtn {
  padding: 12px 12px;
  background: #fff;
  font-size: 16px;
  width: 100%;
  text-align: left;
  margin-bottom: 10px;
  border: none;
}
.btn-group-hide a span.cmnbtn i {
  height: 38px;
  width: 38px;
  right: -12px;
  top: 7px;
  font-size: 17px;
  line-height: 17px;
}

.productsmain {
  text-align: left;
  padding: 15px 15px;
}
.productsmain h5 {
  font-size: 20px;
  font-weight: 600;
}
.productsmain p {
  color: #898989;
}

.productfilterbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.productfilterbar select {
  background: #fff;
  border: none;
  border-radius: 0;
}

.product-filterleft p {
  margin-bottom: 0;
}

.filter-right {
  display: flex;
}

.filtershow {
  display: flex;
  align-items: center;
  margin-right: 20px;
}
.filtershow label {
  margin-right: 10px;
}

.shortby {
  display: flex;
  align-items: center;
}
.shortby select {
  width: 150px;
}
.shortby label {
  margin-right: 10px;
}

.product-slider .slider-container {
  display: flex;
  gap: 30px;
  align-items: center;
}

.product-slider .thumbs-swiper {
  width: 100%;
  height: 500px;
}

.product-slider .thumbs-swiper .swiper-slide {
  height: 100px;
  border: 2px solid #ddd;
  border-radius: 8px;
  overflow: hidden;
  cursor: pointer;
}

.product-slider .thumbs-swiper .swiper-slide-thumb-active {
  border-color: #333;
}

.product-slider .thumbs-swiper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.product-slider .main-swiper {
  flex-grow: 1;
  height: 500px;
  border-radius: 12px;
  overflow: hidden;
}

.mainswiper-img {
  height: 100%;
  background: #F9F1E7;
  display: flex;
  align-items: center;
}

.swiperthumb-mini {
  background: #F9F1E7;
}

.pr-ct {
  margin-top: 20px;
}
.pr-ct .listdiv {
  margin-bottom: 10px;
  display: flex;
}
.pr-ct .listdiv span {
  margin-right: 15px;
  width: 110px;
}
.pr-ct .detailspan ul {
  margin-bottom: 0px;
  display: flex;
  padding: 0;
  list-style: none;
}
.pr-ct .detailspan ul li {
  margin-bottom: 0px;
  margin-right: 8px;
}

.pro-detail-bg {
  background: #F9F1E7;
  padding: 40px;
}
.pro-detail-bg .products-top {
  background: #fff;
  padding: 20px;
  padding: 50px 30px;
}

.description-content {
  padding-top: 50px;
  border-top: 1px solid #D9D9D9;
  margin-top: 50px;
}
.description-content strong {
  text-align: center;
  display: block;
  font-size: 20px;
  margin-bottom: 20px;
}

.related-products {
  padding-top: 50px;
}
.related-products .btn-group-hide a span.cmnbtn {
  font-size: 20px;
  padding: 12px 24px;
}
.related-products .btn-group-hide a span.cmnbtn i {
  height: 45px;
  width: 44px;
  right: -12px;
  top: 5px;
  font-size: 24px;
  line-height: 17px;
}

.product-details-ct form {
  padding: 30px 0px;
  border-bottom: 1px solid #e1e1e1;
}
.product-details-ct h4 {
  font-size: 34px;
  margin-bottom: 10px;
}
.product-details-ct .rounded-pill {
  padding: 13px;
}

.shopmodal .modal-content {
  background: #A21014;
  border-radius: 20px;
}
.shopmodal .modal-content h2 {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 30px;
}
.shopmodal .modal-content input {
  height: 48px;
}
.shopmodal .modal-content input::-moz-placeholder, .shopmodal .modal-content textarea::-moz-placeholder {
  color: #020202;
}
.shopmodal .modal-content input::placeholder, .shopmodal .modal-content textarea::placeholder {
  color: #020202;
}
.shopmodal .modal-content .modal-body {
  padding: 25px;
}
.shopmodal .modal-content .btn-close {
  position: absolute;
  background: no-repeat;
  color: #fff;
  z-index: 1;
  opacity: 1;
  line-height: 20px;
  top: 10px;
  right: 41px;
}
.shopmodal .modal-content .btn-close i {
  font-size: 48px;
  color: #fff;
  opacity: 1;
}

.page-template-categoryproduct-single .btn-group-hide a span.cmnbtn {
  padding: 12px 25px;
}

.page-template-templatesshop-php .ourtestimonail.section, .single-product .ourtestimonail.section {
  display: none;
}

.page-template-templatesshop-php .innerpage-section, .single-product .innerpage-section {
  height: 180px;
}

.shopmodal .modal-content .input-group {
  width: 100% !important;
}

.shopmodal .modal-content .input-group .btn {
  width: 40px;
  padding: 0;
  background: #fff;
  font-size: 28px;
  color: #FE8400;
  border: 1px solid #FE8400;
}

.shopmodal .modal-content .input-group input {
  text-align: left !important;
}

.shopmodal .modal-content .input-group .btn:focus {
  outline: none;
  box-shadow: none;
}

.shopmodal .modal-content .col-lg-12 > label {
  color: #fff;
}

.quantitymain {
  display: flex;
  align-items: center;
  background: #fff;
  border-radius: 0.25rem;
}

.quantitymain label {
  color: #212529;
  margin-right: 35%;
  padding-left: 13px;
}

/******** Responsive css start **********/
@media (min-width: 576px) {
  #footerpopu .modal-dialog {
    max-width: 66%;
    margin: 1.75rem auto;
  }
}
@media (min-width: 992px) {
  header.main_header {
    padding: 15px 0px;
    padding-top: 0px;
    background-size: cover;
    z-index: 100;
    top: 0;
    width: 100%;
    top: 0;
    box-shadow: 1px 1px 21px -30px;
    transition: all 0.4s;
    padding-bottom: 0px;
    position: fixed;
    width: 100%;
    background: #fff;
  }
  header.main_header .dropdown-menu > li:hover {
    background-color: transparent;
  }
  header.main_header .dropdown-toggle::after {
    content: "\f285";
    font-family: "bootstrap-icons";
    left: 0;
    font-size: 13px;
    vertical-align: middle;
    margin: 0 6px 0 0;
    border: none;
    transform: rotate(90deg);
  }
  header.main_header .navbar-light .nav-link.show {
    background: transparent;
  }
  header.main_header .navbar-expand-lg {
    justify-content: space-between;
    padding: 10px 0px;
    width: 100%;
  }
  header.main_header .container {
    align-items: center;
    display: flex;
    justify-content: space-between;
  }
  header.main_header .container .hdr_mnu_rt {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
  }
  header.main_header .container .hdr_mnu_rt .hdr_mnu_tp {
    border-bottom: 1px solid #e7e7e7;
    transition: all 0.4s;
  }
  header.main_header .container .hdr_mnu_rt .hdr_mnu_tp ul li a {
    font-size: 14px;
  }
  header.main_header .container .hdr_mnu_rt .hdr_mnu_btm {
    justify-content: flex-end;
  }
  header.main_header .container .hdr_mnu_rt .hdr_mnu_btm ul li {
    padding: 0px 15px;
  }
  header.main_header .container .hdr_mnu_rt ul {
    list-style: none;
    padding: 10px 0;
    display: flex;
    margin: 0;
    align-items: center;
  }
  header.main_header .container .hdr_mnu_rt ul li {
    margin: 0;
    padding: 3px 10px 3px 10px;
  }
  header.main_header .container .hdr_mnu_rt ul li .phonenumber a {
    border-radius: 34px;
    padding: 12px 20px;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    display: flex;
    align-items: center;
    height: 55px;
    align-items: center;
  }
  header.main_header .container .hdr_mnu_rt ul li .phonenumber a i {
    font-size: 20px;
  }
  header.main_header .container .hdr_mnu_rt ul li a.nav-link.orangebtnheader {
    background: #FE8400;
  }
  header.main_header .container .hdr_mnu_rt ul li a.nav-link.orangebtnheader i {
    margin-right: 8px;
  }
  header.main_header .container .hdr_mnu_rt ul li a.nav-link.orangebtnheader:hover {
    background: #ee7b00;
  }
  header.main_header .container .hdr_mnu_rt ul li a.nav-link.maroonbtnheader {
    background: #A21014;
  }
  header.main_header .container .hdr_mnu_rt ul li a.nav-link.maroonbtnheader i {
    margin-left: 8px;
    font-size: 28px;
  }
  header.main_header .container .hdr_mnu_rt ul li a.nav-link.maroonbtnheader:hover {
    background: #c43a3e;
  }
  header.main_header .container .hdr_mnu_rt ul li a.cmn_btn_primary:hover {
    color: #333333;
  }
  header.main_header .container .hdr_mnu_rt ul li:last-child {
    border: none;
    padding-right: 0;
  }
  header.main_header.scrolled {
    box-shadow: 1px 1px 17px -11px;
    padding: 5px 0;
  }
  header.main_header.scrolled .hdr_mnu_tp {
    opacity: 0;
    visibility: hidden;
    height: 0;
  }
  header.main_header.scrolled .container .hdr_logo {
    width: 300px;
  }
  header.main_header .hdr_mnu_rt ul li ul.sub-menu {
    padding: 0;
    list-style: none;
    display: block;
    margin-top: 0;
    position: absolute;
    width: 295px;
    background: #f8f8f8;
    max-width: 320px;
    top: 65px;
    border-radius: 10px;
    opacity: 0;
    visibility: hidden;
    z-index: 9;
  }
  header.main_header .hdr_mnu_rt ul li.menu-item-has-children:hover ul.sub-menu {
    opacity: 1;
    visibility: visible;
    transition: 0.3s all;
  }
  header.main_header .hdr_mnu_rt ul li.menu-item-has-children .sub-menu-toggle {
    display: none;
  }
  header.main_header .container .hdr_mnu_rt ul li.menu-item-has-children ul.sub-menu li a {
    padding: 8px 14px;
    display: block;
    border-bottom: 1px solid #dedede;
  }
}
@media (min-width: 1280px) {
  .container {
    max-width: 1250px;
  }
}
@media (min-width: 1400px) {
  .container {
    max-width: 1320px;
  }
  .destinationmain-box .tripdesti-box .btngroup {
    margin-top: 20px;
  }
  .destinationmain-box .tripdesti-box .btngroup a:first-child {
    margin-right: 0px;
  }
  .destinationmain-box .tripdesti-box .btngroup .cmnbtn {
    padding-right: 40px;
    padding: 12px 16px;
    font-size: 16px;
    padding-right: 38px;
  }
  .destinationmain-box .tripdesti-box .btngroup .cmnbtn i {
    height: 40px;
    width: 40px;
    right: -11px;
    top: 4px;
    line-height: 24px;
  }
}
@media (min-width: 1920px) {
  .container {
    max-width: 1748px;
  }
}
@media (max-width: 1699px) {
  header.main_header .container .hdr_mnu_rt .hdr_mnu_btm ul li {
    padding: 0px 5px;
  }
  .navbar-light .navbar-nav .nav-link {
    font-size: 15px;
    padding-left: 7px;
    padding-right: 7px;
    font-weight: 600;
  }
  header.main_header .container .hdr_mnu_rt ul li .phonenumber a {
    padding: 12px 15px;
    font-size: 15px;
    height: 50px;
  }
  .ourservices .serviceslist .nav.nav-tabs .nav-item .nav-link {
    width: 180px;
  }
}
@media (max-width: 1399px) {
  header.main_header .container .hdr_mnu_rt .hdr_mnu_btm ul li {
    padding: 0px 3px;
  }
  .navbar-light .navbar-nav .nav-link {
    font-size: 14px;
  }
  header.main_header .container .hdr_mnu_rt ul li .phonenumber a {
    padding: 9px 15px;
    font-size: 14px;
    height: 48px;
  }
  .destinationmain-box .tripdesti-box .btngroup .cmnbtn {
    padding: 10px 15px;
    font-size: 14px;
    padding-right: 30px;
    margin-right: 22px;
  }
  .destinationmain-box .tripdesti-box .btngroup .cmnbtn:last-child {
    margin-right: 0px;
  }
  .destinationmain-box .tripdesti-box .btngroup .cmnbtn i {
    height: 30px;
    width: 30px;
    line-height: 8px;
    font-size: 12px;
  }
  .package-price .btngroup.centerbtns a:first-child {
    margin-right: 18px;
  }
  .package-price .btngroup.centerbtns a {
    font-size: 15px;
    padding: 12px 15px;
    padding-right: 34px;
  }
  .package-price .btngroup.centerbtns a span i {
    height: 36px;
    width: 36px;
    font-size: 17px;
    line-height: 14px;
  }
}
@media (max-width: 1200px) {
  .headertop {
    padding-bottom: 15px;
    margin-bottom: 0;
  }
  .headertop .header-list ul li {
    font-size: 13px;
    margin-right: 7px;
    padding-right: 7px;
  }
  .headertop .header-list ul li a {
    font-size: 13px;
  }
  .headertop .header-list ul li p {
    font-size: 13px;
  }
}
@media (max-width: 991px) {
  .main_header .navbar-light .navbar-toggler {
    border: none;
    outline: none;
    box-shadow: none;
    position: absolute;
    right: 2px;
    top: 15px;
  }
  .main_header {
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    right: 0;
    z-index: 9;
    background: #f5f5f5;
  }
  .main_header nav .navbar-collapse {
    position: fixed;
    background: #fff;
    left: 0;
    right: 0;
    top: 65px;
    bottom: 0;
    overflow: scroll;
  }
  .main_header nav .navbar-collapse ul.navbar-nav {
    display: flex;
    flex-direction: column;
    padding: 0 20px;
  }
  .main_header nav .navbar-collapse ul.navbar-nav li {
    width: 100%;
    margin: 0;
    position: relative;
  }
  .hdr_logo {
    width: 150px;
  }
  ul.navbar-nav li ul.sub-menu {
    display: none;
    padding: 0;
    list-style: none;
    background: #f1f1f1;
    padding: 10px 0px;
  }
  .main_header nav .navbar-collapse ul.navbar-nav li button.sub-menu-toggle {
    position: absolute;
    right: 0;
    top: 8px;
    padding: 4px 10px;
    font-size: 22px;
    background: transparent;
    border: none;
    transition: all 0.4s;
  }
  .main_header nav .navbar-collapse ul.navbar-nav li a {
    display: inline-block;
    font-size: 16px;
    text-align: left;
    width: 100%;
    margin: 0;
    padding: 10px 0;
    color: #000;
    border-bottom: 1px solid #efefef;
    font-weight: 500;
  }
  ul.navbar-nav li ul.sub-menu li a {
    padding: 10px 20px !important;
    font-size: 16px !important;
  }
  .main_header nav .navbar-collapse ul.navbar-nav li button.sub-menu-toggle[aria-expanded=true] {
    transform: rotate(180deg);
  }
  .main_header nav .navbar-collapse ul.navbar-nav li button.sub-menu-toggle[aria-expanded=true] + ul.sub-menu {
    display: inline-block;
    width: 100%;
  }
  header.main_header .container .hdr_mnu_rt ul li .phonenumber a {
    padding-left: 0;
    font-size: 16px;
  }
  .product-slider .slider-container {
    display: block;
  }
  .pro-detail-bg {
    padding: 0;
  }
  .swiper.thumbs-swiper .swiper-wrapper {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
  }
  .product-slider .thumbs-swiper .swiper-slide {
    height: 60px !important;
    width: 70px !important;
    margin: 5px;
  }
  .product-slider .thumbs-swiper {
    height: auto;
  }
  .product-slider .main-swiper {
    height: auto;
  }
  .pro-detail-bg .products-top {
    padding: 50px 0px;
  }
  .product-details-ct {
    margin-top: 20px;
  }
  .product-details-ct h4 {
    font-size: 26px;
  }
  .related-products {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  body {
    font-size: 14px;
  }
  p {
    font-size: 14px;
    text-align: justify;
  }
  .bannerslider {
    height: 400px;
    margin-top: 33px;
  }
  .bannerslider .swiper-container-main {
    height: 400px;
  }
  .bannerslider .bannercontent-main img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .bannerslider .bannercontent-main .container .bannercontent-text h2 {
    font-size: 24px;
  }
  .bannerslider .bannercontent-main .container .bannercontent-text strong {
    font-size: 16px;
  }
  .bannerslider .bannercontent-main .container .bannercontent-text p {
    font-size: 14px;
    text-align: left;
  }
  .cmn-heading .text-head {
    font-size: 22px;
    margin-bottom: 15px;
    padding-bottom: 15px;
  }
  .cmn-heading .text-head:after {
    width: 105px;
  }
  .eventtrip-girl {
    display: none;
  }
  .statisticssection .statisticslist ul li {
    width: 100%;
  }
  .statisticssection .statisticslist {
    margin-top: 0px;
  }
  .statisticssection .statisticslist ul li .statisdiv {
    font-size: 35px;
  }
  .travel-agencysection .travelagencybox a.maintravel .agentsbox-ct strong {
    font-size: 16px;
    margin-top: 10px;
  }
  .travel-agencysection .travelagencybox a.maintravel .agent-groupicon {
    position: initial;
  }
  .travel-agencysection .travelagencybox a.maintravel {
    padding-left: 20px;
  }
  .occasion-section .eventbox h2 {
    font-size: 22px;
  }
  .occasion-section.section {
    padding-top: 0px;
  }
  .why-chooseus .whychooseboxes-main {
    margin-top: 0px;
  }
  .why-chooseus .whychooseboxes-main ul {
    display: block;
  }
  .innerpage-section {
    height: 210px;
    margin-top: 70px;
  }
  .innerpage-section .container .innertext .innercontent h2 {
    font-size: 20px;
  }
  .sectionhead-main {
    display: block;
    margin-bottom: 20px;
  }
  .vision-mission-image {
    margin-bottom: 20px;
  }
  footer .footersection .ft-logodetails .eventcontactlist {
    display: block;
  }
  .subinput {
    display: flex;
    margin-bottom: 30px;
  }
  .event-tour-planner .container .event-content h2 {
    font-size: 22px;
  }
  .event-tour-planner {
    height: 300px;
  }
  .contactpage-details .contactus-box a {
    min-height: 160px;
    margin-bottom: 20px;
  }
  .contactpage-details .contactus-box a span {
    font-size: 45px;
  }
  .contactpage-details .contactus-box a strong {
    font-size: 20px;
  }
  .contactpage-form.ourcontactsection .col-lg-7 .contact-formimage {
    top: 0;
  }
  .cmnbtn {
    padding: 12px 18px;
    padding-right: 40px;
    font-size: 16px;
  }
  .cmnbtn i {
    height: 40px;
    width: 40px;
    line-height: 25px;
  }
  .our-journey.section {
    padding-top: 0px;
  }
  .business-units #accordion .card .card-header a {
    font-size: 16px;
  }
  .blogdetails .blogmain-details h2 {
    font-size: 22px;
  }
  .blogdetails .blogdetail-form h2 {
    font-size: 22px;
  }
  .blogdetails .blogdetail-form {
    padding: 20px;
  }
  .destinationmain-box .tripdesti-box a .tripdesti-content ul li {
    margin-right: 24px;
  }
  .pricehead {
    margin-bottom: 20px;
  }
  .destinationmain-box .tripdesti-box a .tripdesti-content .btngroup .cmnbtn {
    font-size: 14px;
    padding: 12px 9px;
    padding-right: 28px;
    margin-right: 20px;
  }
  .destinationmain-box .tripdesti-box a .tripdesti-content .btngroup .cmnbtn:last-child {
    margin-right: 0px;
  }
  .destinationmain-box .tripdesti-box a .tripdesti-content .btngroup .cmnbtn i {
    width: 35px;
    height: 35px;
    line-height: 16px;
  }
  .ourservices .serviceslist .nav.nav-tabs .nav-item .nav-link {
    width: 100%;
  }
  .ourservices .serviceslist .nav.nav-tabs .nav-item.active .nav-link {
    width: 100%;
  }
  .ourservices .serviceslist .nav.nav-tabs .nav-item .nav-link .servicelistmain .showservice-name {
    transform: rotate(0);
  }
  .ourservices .serviceslist .nav.nav-tabs .nav-item {
    margin-bottom: 20px;
  }
  .travel-agencysection .travelagencybox {
    padding: 0px;
  }
  .statisticssection .statisticslist ul li:after {
    display: none;
  }
  .statisticssection .statisticslist ul li .statisdiv {
    padding: 25px 20px;
  }
  .whychoose-ct {
    margin-top: 20px;
  }
  .destinationssection {
    padding-top: 0px;
  }
  .testiimages {
    display: none;
  }
  footer .our-partners .ourpartnerslist ul li {
    width: 27%;
    margin-right: 20px;
  }
  .our-partners.section {
    padding-bottom: 0px;
  }
  footer .footercopy .copytxt p {
    text-align: center;
    font-size: 14px;
  }
  footer .footercopy .socailicons {
    justify-content: center;
    margin-bottom: 10px;
  }
  .bannerslider .swiper-pagination .custom-pagination {
    transform: none;
  }
  .bannerslider .swiper-pagination {
    top: auto;
    left: 0;
  }
  .bannerslider span.current, .bannerslider span.total {
    transform: none;
  }
  .destinationssection.section.destinationmain-box {
    padding-bottom: 0px;
  }
  .servicepro-img {
    margin-bottom: 40px;
  }
  .eventgallery-section ul li {
    height: 100px;
  }
  .eventgallery-section.section {
    padding-bottom: 0px;
  }
  .serviceprovide .service-content ul {
    display: block;
  }
  .serviceprovide .service-content ul li {
    width: 100%;
  }
  .event-tour-planner {
    margin-top: 40px;
  }
  .blogsection .blogbox-section .blogsection-main .blogshow-content a .bl-head h2 {
    font-size: 18px;
  }
  .blogsection .blogbox-section .blogsection-main .blogshow-content a {
    padding: 20px;
  }
  .blogsection .blogbox-section .blogsection-main .blogshow-content a .bl-date strong {
    font-size: 22px;
  }
  .blogsection .blogbox-section .blogsection-main .blogshow-content a .bl-date small {
    font-size: 14px;
  }
  .blogsection .blogbox-section .blogsection-main .blogcontent-hide h2 {
    font-size: 18px;
  }
  .blogsection.section {
    padding-bottom: 0px;
  }
  .shorcontent p {
    font-size: 16px;
  }
  .blogdetails .blogdetail-form input {
    height: 40px;
  }
  .tour-filter {
    display: block;
    width: 100%;
  }
  .filter-box {
    width: 100%;
  }
  .filter-box:after {
    width: 100%;
    top: auto;
    height: 1px;
    bottom: 0;
    right: 0;
  }
  .explore-places h2.text-head, .explore-places .explorecontent h2.text-head {
    font-size: 22px;
  }
  .packagesection .row .package-detailsmain {
    display: block;
  }
  .packagesection .row .package-detailsmain .inclusionsbox, .packagesection .row .package-detailsmain .exclusionsbox {
    width: 100%;
    margin-bottom: 20px;
  }
  .packagesection h2 {
    font-size: 22px;
  }
  .packagesection.section {
    padding-bottom: 0px;
  }
  .contactpage-form.ourcontactsection .col-lg-5 {
    padding-left: 15px;
  }
  .contactpage-form.ourcontactsection .col-lg-5 .contactform:before {
    display: none;
  }
  .contactpage-form.ourcontactsection .col-lg-5 .contactform input {
    height: 40px;
  }
  .contactpage-form.ourcontactsection .col-lg-5 .contactform {
    margin-bottom: 40px;
  }
  .location-section {
    width: 100%;
    display: block;
  }
  .location-section .eventcontactlist {
    width: 100%;
  }
  .location-section .location-img {
    width: 100%;
    margin-left: 0px;
  }
  .ctdiv {
    margin-bottom: 0px;
  }
  .location-section .location-img .imgbox {
    padding: 0px;
    height: 100%;
  }
  footer .footersection .eventcontactlist .ctdiv strong {
    margin-bottom: 5px;
  }
  .package-price .btngroup.centerbtns a:first-child {
    margin-bottom: 10px;
  }
  .btngroup a:first-child {
    margin-right: 0px;
  }
  .bannerslider .bannercontent-main .container .bannercontent-text .cmnbtn {
    font-size: 14px;
    padding: 12px 15px;
    padding-right: 34px;
  }
  .bannerslider .bannercontent-main .btngroup a:first-child {
    margin-right: 20px;
  }
  .bannerslider .bannercontent-main .btngroup a i {
    height: 35px;
    width: 35px;
    line-height: 12px;
    font-size: 16px;
  }
  .btngroup .cmnbtn {
    font-size: 14px;
    padding: 12px 15px;
    padding-right: 34px;
  }
  .btngroup .cmnbtn i {
    height: 35px;
    width: 35px;
    line-height: 12px;
    font-size: 16px;
  }
  .btngroup a:first-child {
    margin-right: 22px;
  }
  .range-info {
    font-weight: normal;
  }
  .tour-filter form {
    display: block;
    width: 100%;
  }
  .filter-box label {
    margin-bottom: 12px;
  }
  .tour-filter select {
    height: 40px;
  }
  .destinationmain-box .tripdesti-box .btngroup .cmnbtn {
    font-size: 14px;
  }
  .destinationmain-box .tripdesti-box .btngroup {
    padding: 30px 18px;
  }
  .destinationssection .destinations-tabs .nav.nav-pills .nav-item {
    padding: 0px 9px;
  }
  .destinationssection .destinations-tabs .nav.nav-pills .nav-item .nav-link.active {
    border-bottom: 2px solid #A21014;
    padding-bottom: 1px;
  }
  .destinationssection .destinations-tabs .nav.nav-pills .nav-item .nav-link {
    padding: 0 4px;
    font-size: 16px;
  }
  .ourservices .serviceslist .nav.nav-tabs {
    margin-top: 40px;
    display: block;
  }
  .business-units.destination-faq {
    padding-bottom: 0px;
  }
  .package-price .btngroup.centerbtns a {
    font-size: 14px;
    padding: 12px 10px;
    padding-right: 30px;
  }
  .package-price {
    padding: 20px 15px;
  }
  .tour-filter .filter-box, .tour-filter form .filter-box, .tour-filter form .filter-box:last-child {
    width: 100%;
  }
  .durationmain-box ul li i {
    height: 40px;
    display: inline-block;
  }
  .durationmain-box ul li i img {
    width: 35px;
  }
  .package-price p strong {
    font-size: 20px;
  }
  .why-chooseus.section .whychooseboxes-main ul li {
    width: 100%;
  }
  .error_thank_otr h2 {
    font-size: 20px;
  }
  .error_thank_otr p {
    text-align: center;
  }
  .category-list a {
    font-size: 15px;
    padding: 5px 10px;
    margin-bottom: 5px;
  }
  .category-list ul li {
    margin-bottom: 5px;
  }
  .product-filterleft p {
    margin-bottom: 20px;
  }
  .productfilterbar {
    display: block;
  }
  #product-content {
    padding: 40px 15px;
  }
  .filtershow {
    display: block;
  }
  .shortby {
    display: block;
  }
  .btn-group-hide a span.cmnbtn {
    text-align: center;
  }
  .shopmodal .modal-content h2 {
    font-size: 24px;
    margin-bottom: 22px;
  }
  .shopmodal .modal-content input {
    height: 40px;
  }
  .related-products .btn-group-hide a span.cmnbtn {
    font-size: 18px;
  }
}
@media (max-width: 375px) {
  .destinationmain-box .tripdesti-box .btngroup .cmnbtn {
    font-size: 13px;
  }
  .package-price .btngroup.centerbtns a {
    font-size: 13px;
  }
}
/******** Responsive css end **********//*# sourceMappingURL=style.css.map */