:root {
--color-primary: #fa412c;
}
body {
  font-family: var(--e-global-typography-primary-font-family);
  line-height: 1.65;
}
a:hover {
  text-decoration: none;
}
.color-primary {
  color: var(--color-primary);
}
p {
   margin-bottom: 16px;
}
.content-area .elementor-widget-theme-post-content .elementor-heading-title,
.content-area .elementor-widget-theme-post-content h1,
.content-area .elementor-widget-theme-post-content h2,
.content-area .elementor-widget-theme-post-content h3,
.content-area .elementor-widget-theme-post-content h4,
.content-area .elementor-widget-theme-post-content h5,
.content-area .elementor-widget-theme-post-content h6{
	margin: 0;
}
.content-area .elementor-widget-theme-post-content h1,
.content-area .elementor-widget-theme-post-content h2,
.content-area .elementor-widget-theme-post-content h3,
.content-area .elementor-widget-theme-post-content h4,
.content-area .elementor-widget-theme-post-content h5,
.content-area .elementor-widget-theme-post-content h6 {
  margin-bottom: 1rem;
}
.global-input.form-control {
  height: auto;
  border: 1px solid #36404c61;
  border-radius: 8px;
  padding: 14px!important;
  box-shadow: 0 4px 5px 0 #00000014;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  background: #fff;
}
.wpcf7 select.global-input.form-control {
  background: #fff url(../images/dropdown-arrow.png) right 17px center no-repeat;
}
.contact-form p {
  margin: 0;
}
.contact-form br {
  display: none;
}
.wpcf7-acceptance .wpcf7-list-item {
  margin: 0;
  position: relative;
  padding-left: 40px;
}
.wpcf7-acceptance .wpcf7-list-item input {
 width: 0;
 height: 0;
 position: absolute;
 pointer-events: none;
}
.wpcf7-acceptance .wpcf7-list-item .wpcf7-list-item-label::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 30px;
  height: 30px;
  border: 1px solid #36404c61;
  box-shadow: 0 4px 5px 0 #00000014;
  background: #fff;
  border-radius: 5px;
}
.wpcf7-acceptance .wpcf7-list-item .wpcf7-list-item-label::after {
  content: '';
  width: 17px;
  height: 17px;
  background: var(--color-primary);
  position: absolute;
  top: 7px;
  left: 7px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  opacity: 0;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}
.wpcf7-acceptance .wpcf7-list-item input:checked + .wpcf7-list-item-label::after {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.wpcf7-acceptance .wpcf7-list-item a {
  color: var(--color-primary);
}
.global-btn.btn {
  background: var(--color-primary);
  padding: 20px 40px;
  border-radius: 50px;
  box-shadow: 0 4px 5px 0 #00000014;
}
.contact-form .global-btn.btn {
  margin: 20px 0 0;
}
.phone-number-wrap .country-code {
  min-width: 95px;
  margin-right: 5px;
}
.wpcf7-response-output {
  text-align: center;
  margin: 30px 0;
}
.accordion .e-n-accordion-item-title-text b {
	background: #c0500e;
	color: #fff;
	padding: 1px 10px;
	border-radius: 18px;
	margin: 0 5px 0 0;
  white-space: nowrap;
}
.accordion .e-n-accordion-item-title-text {
  display: flex;
  display: -ms-flexbox;
  align-items: center;
  line-height: 1.3;
  gap: 5px;
}
.destination-box {
  position: relative;
}
.destination-box img {
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 10px;
}
.destination-box .name {
  font-size: 28px;
  color: #fff;
  margin: 0;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 20px;
  font-weight: 700;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5)
}
.destination-slider.owl-carousel .owl-nav button {
  font-size: 50px;
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
  z-index: 9999;
  color: #fff;
}
.destination-slider.owl-carousel .owl-nav button.disabled {
  opacity: 0.4;
}
.destination-slider.owl-carousel .owl-nav button.owl-next {
  left: auto;
  right: 20px;
}
.blog-box {
  box-shadow: 10px 40px 50px 0px rgba(229, 233, 246, 0.4);
  border-radius: 22px;
  overflow: hidden;
  border: 1px solid #bdbbbc;
}
.blog-box .blog-img {
  aspect-ratio: 3 / 2;
  object-fit: cover;
  width: 100%;
}
.blog-box .info {
  padding: 20px;
  font-weight: 300;
  min-height: 190px;
  display: block;
  color: #000000;
  background: #ffffff;
}
.blog-box .info .blog-category {
  display: inline-block;
  background: var(--color-primary);
  color: #fff;
  font-weight: 500;
  font-size: 14px;
  padding: 0px 8px;
  border-radius: 5px;
  margin: 0 0 7px;
}
.blog-box .info h4 {
  font-size: 22px;
  font-weight: 600;
  margin: 0 0 10px;
}
.blog-box .info .btn {
  display: block;
  background: var(--color-primary);
  text-align: center;
  color: #fff;
  padding: 4px;
  border-radius: 10px;
  font-weight: 500;
  font-size: 18px;
  margin: 15px 0 0;
}
.blog-box .info .date {
  font-size: 14px;
  color: var(--color-primary);
  font-weight: 500;
  margin: 0 0 10px;
  padding-left: 21px;
  background: url(../images/calender.svg) left center no-repeat;
  background-size: 15px;
}
.related-tours .swiper-wrapper .swiper-slide {
  max-width: calc(100% / 3);
}
.enquiry-form .row {
  margin: 0 -5px
}
.enquiry-form .row > div {
	padding: 0 5px;
}
.enquiry-form .global-input.form-control {
	padding: 12px !important;
	box-shadow: none;
}
.enquiry-form br {
	display: none
}
.enquiry-form p {
	margin: 0;
}
p:empty {
  display: none;
}
.cf7mls-btns .cf7mls_next.action-button, 
.cf7mls-btns .cf7mls_back.action-button {
	 margin: 0;
	padding: 11px 15px;
	width: 100%;
	border-radius: 8px;
	background: var(--color-primary);
	font-weight: 500;
	font-size: 18px;
  color: #fff;
}
.cf7mls-btns .cf7mls_back.action-button {
   margin: 15px 0 0 !important;
   color: #000;
   border: 1px solid #ccc;
   background: none;
}
.wpcf7-form .fieldset-cf7mls .cf7mls-btns {
	min-height: 0;
}
.enquiry-form .submit-btn input.global-btn.wpcf7-submit {
  margin: 0;
  width: 100%;
  padding: 18px;
  border-radius: 8px;
}
.enquiry-form .wpcf7-spinner {
  position: absolute;
}
.wpcf7 form .fieldset-cf7mls-wrapper .wpcf7-response-output {
  margin: 60px 0 0;
}
.top-header ul.elementor-nav-menu--dropdown a {
  border-inline-start: none;
}
/*..........footer tab.......*/
.footer_tabs button[aria-selected="true"] {
  position: relative;
}
.footer_tabs button[aria-selected="true"]:after,
.footer_tabs button:hover::after {
  background: url('../images/arrow_tab.svg') right center no-repeat;
  content: "";
  position: absolute;
  right: -16px;
  top: 0;
  transition: none;
  left: 0;
  width: 110%;
  height: 100%;
  z-index: 0;
  background-size: cover;
}
.footer_tabs button[aria-selected="true"] .e-n-tab-title-text,
.footer_tabs button:hover .e-n-tab-title-text {
  position: relative;
  z-index: 2;
}
.footer_tabs button[aria-selected="true"]:hover,
.footer_tabs button:hover {
  border: none !important;
  border-style: none;
}
.footer_tabs button.e-n-tab-title,
.footer_tabs button.e-n-tab-title:hover {
  border-bottom: 1px solid #252525 !important;
}
.footer_tabs button {
  transition: none !important;
}
.footer_tabs .footer_tab_list > .e-con-inner > div,
.footer_tabs .footer_tab_list {
  padding-top: 0;
}
.footer_tabs .e-n-tabs-content,
.footer_tabs .e-n-tabs-heading {
  height: 305px;
  overflow-y: auto;
}
.footer_tabs .e-n-tabs-heading {
  width: 250px;
}
.footer_tabs .e-n-tabs-heading {
  padding-right: 30px;
  display: block !important;
  -ms-overflow-style: auto !important;
  scrollbar-width: auto !important;
  -webkit-overflow-scrolling: auto !important;
}
.footer_tabs .e-n-tabs-heading button {
  width: 100%;
  line-height: 1.1;
}
.footer_tabs .e-n-tabs-content::-webkit-scrollbar,
.footer_tabs .e-n-tabs-heading::-webkit-scrollbar {
  width: 5px;
  display: block !important;
}
.footer_tabs .e-n-tabs-content::-webkit-scrollbar-track,
.footer_tabs .e-n-tabs-heading::-webkit-scrollbar-track {
  background-color: #fff;
  border-radius: 20px;
}
.footer_tabs .e-n-tabs-content::-webkit-scrollbar-thumb,
.footer_tabs .e-n-tabs-heading::-webkit-scrollbar-thumb {
  background-color: #d80017;
  border-radius: 20px;
}
.footer_tabs .e-n-tabs-content .elementor-icon-list-item a {
  display: inline-block;
  width: auto;
}
body.tax-tour-by-theme .ast-container,
body.tax-destination .ast-container  {
  padding: 0;
  max-width: 100%;
  display: block;
}
body.tax-destination .breadcrumb-theme {
  display: none;
}
body.tax-destination .breadcrumb-theme {
  display: none;
}
body.tax-tour-by-theme .breadcrumb-destination {
  display: none;
}
.destination-long-description .elementor-widget-container p:last-child, 
.destination-short-description .elementor-widget-container p:last-child {
    margin: 0;
}
.enquiry-form.blog-form .global-input.form-control {
  padding: 10px!important;
}
.top-header .menu-item .dashicons {
  display: none;
}
.mobile-header .menu-item .dashicons {
  margin-top: 0;
  margin-right: 12px;
}
#ast-scroll-top {
  bottom: 70px;
}
/*package gallery*/
.package-gallery-wrap .gallery-wrap .third-col > a:nth-child(n+3) {
  display: none;
}
.package-gallery-wrap .gallery-wrap .row {
  margin: 0 -5px;
}
.package-gallery-wrap .gallery-wrap .row > div {
  padding: 0 5px;
}
.package-gallery-wrap .gallery-wrap a {
  display: block;
}
.package-gallery-wrap .gallery-wrap img {
  height: 400px;
  width: 100%;
  object-fit: cover;
  margin: 0 0 10px;
}
.package-gallery-wrap .gallery-wrap .third-col img {
  height: 195px;
}
.package-gallery-wrap .gallery-count {
  backdrop-filter: blur(2px);
  background: #191b2066;
  padding: 6px 24px;
  white-space: nowrap;
  width: fit-content;
  display: inline-flex;
  align-items: center;
  border: 2px solid #fff;
  border-radius: 50px;
  color: #fff;
  position: absolute;
  bottom: 30px;
  right: 30px;
  gap: 5px;
  pointer-events: none;
}
.package-gallery-wrap .gallery-slider {
  display: none;
}
.package-gallery-wrap .gallery-slider img {
  aspect-ratio: 3 / 2;
  object-fit: cover;
}
.package-gallery-wrap .owl-carousel .item:not(:first-child) {
  display: none;
}
.package-gallery-wrap .owl-carousel.owl-loaded .item {
  display: block;
}
.booking-form .price-breakup {
  font-size: 14px;
  color: #c0500e;
  font-weight: 500;
  text-align: center;
}
.booking-form .payment-icons {
  margin: 30px 0 0;
  text-align: center;	
}
.booking-form .global-input.form-control {
  padding: 9px 14px !important;
  border-radius: 6px;
}
.wpcf7 .booking-form select.global-input.form-control {
  background-position: right 14px center;
  background-size: 10px;
}
.tax-destination .ecs-post-loop.ast-article-post, .tax-tour-by-theme .ecs-post-loop.ast-article-post {
  border-radius: 12px;
  overflow: hidden;
  border: 0;
}
/*.......booking-form.....*/
.booking-form .payable-amount {
  border: 1px solid var(--color-primary);
  border-radius: 7px;
  padding: 10px;
  text-align: center;
  line-height: 1;
}
.payable-amount .discounted-price {
  color: var(--color-primary);
  font-size: 30px;
  font-weight: 700;
}
.payable-amount .base-price {
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 5px;
  text-decoration: line-through;
}
.payable-amount.deposit-amount .base-price {
  font-size: 14px;
  text-decoration: none;
}
.payable-amount .saved-percentage {
  background: #56a306;
  display: inline-block;
  color: #ffffff;
  padding: 4px 8px;
  border-radius: 5px;
  font-size: 14px;
}
.owl-carousel.owl-loaded .owl-nav button {
  font-size: 50px;
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
  z-index: 9999;
  color: #fff;
  outline: none;
}
.owl-carousel.owl-loaded .owl-nav button.disabled {
  opacity: 0.4;
}
.owl-carousel.owl-loaded .owl-nav button.owl-next {
  left: auto;
  right: 20px;
}
.custom-breadcrumb .breadcrumb {
  margin: 0;
  padding: 0;
  background: none;
  border-radius: 0;
}
.custom-breadcrumb .breadcrumb li {
  padding: 3px;
}
.custom-breadcrumb .breadcrumb li a {
  color: #ffffff;
}
.custom-breadcrumb .breadcrumb-item+.breadcrumb-item::before,
.custom-breadcrumb .breadcrumb-item.active {
  color: #cccccc;
}
.related-tours .swiper-wrapper .swiper-slide {
  max-width: calc(100% / 3);
}
.line_vertical .elementor-widget-icon {
  position: static;
}
.line_vertical .elementor-widget-icon::after,
.line_vertical .elementor-widget-icon::before {
  content: "";
  width: 2px;
  height: 50%;
  background: var(--color-primary);
  position: absolute;
  left: 50%;
  top: 50%;
}
.line_vertical .elementor-widget-icon::before {
  top: 0;
}
.timeline-boxes .e-con-inner .elementor-element:first-child .line_vertical .elementor-widget-icon::before {
  display: none;
}
.timeline-boxes .e-con-inner .elementor-element:last-child .line_vertical .elementor-widget-icon::after {
  display: none;
}
.tour-package-thumbnail img {
  aspect-ratio: 3 / 2;
  object-fit: cover;
}  