/*
Theme Name: Astra Child
Template: astra
Version: 1.0
*/
/* .ast-hfb-header .site-header {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    background: white;
    position: relative !important;
} */
.site-primary-footer-wrap[data-section="section-primary-footer-builder"] .ast-builder-grid-row {
    max-width: 1200px !important;
	width: 100%;
}
.ast-theme-transparent-header #masthead {
    position: relative;
    left: 0;
    right: 0;
    background: white;
}
.ast-theme-transparent-header #masthead {
    position: sticky;
    top: 0px;
}
.main-header-menu .menu-link {
    color: #DE0000 !important;
}

.main-header-menu .menu-link:hover {
    color:  #FF3B3B !important;
/* 	border-bottom: 2px solid #DE0000; */
}

.site-header {
    z-index: 99;
    position: sticky;
    top: 0;
}

.main-header-menu .current-menu-item > .menu-link,
.main-header-menu .current-menu-ancestor > .menu-link {
    color: #FF3608 !important;
}

.btn-slide-transition a{
    transition: all 0.4s ease !important;
}
.ast-primary-header-bar {
    background-color: white !important;
}

.widget ul .menu-item {
    margin-bottom: 13px;
}
#text-1.widget_text .textwidget p:last-of-type {
    margin: 30px 0px !important;
    max-width: 400px;
}

.detail-box .elementor-image-box-description {
    min-height: 96px;
}

.ast-grid-right-center-section {
    justify-content: end;
}

@media only screen and (max-width: 767px){
	.detail-box .elementor-image-box-description {
		min-height: auto;
	}

	.elementor-395 .elementor-element.elementor-element-0868ec7,
	.elementor-element.elementor-element-97b6305,
	.elementor-1159 .elementor-element.elementor-element-e4ef467,
	.elementor-1159 .elementor-element.elementor-element-c9cc408{
        --padding-bottom: 25px !important;
    }
}

@media only screen and (max-width: 921px) 
{
	.mobile-menu .call-btn {
		padding: 12px !important;
		border-radius: 2px;
		height: 44px;
		width: 44px;
	}
	.mobile-menu .tooltip-box {
    right: -63px;
    top: 148px;
    min-width: 260px;
  }

  .tooltip-wrapper:hover .mobile-menu .tooltip-box,
  .mobile-menu .tooltip-wrapper:hover .tooltip-box {
    transform: translateX(-50%) scale(1);
    top: 54px;
  }
	.mobile-menu.whatsapp .tooltip-box::after {
    	border-bottom-color: #25D366;
		border-left-color: transparent !important;
	}
  .mobile-menu .tooltip-box::after {
    right: auto;
    left: 67%;
    transform: translateX(-50%);
    top: -13px;
    bottom: auto;
    border-left-color: transparent;
    border-bottom-color: #DD183B;
  }
}

.custom-table-class {
	border-radius: 10px 10px 10px 10px !important;
}

.tour-code-badge .elementor-widget-container p, .entry-content p {
    margin-bottom: 0 !important;
}

.card-container{
	overflow: hidden;
}







/* =============================================
   1. PACKAGE CARDS GRID
   ============================================= */

.package_section {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
    padding: 10px 0 30px;
}

@media (max-width: 900px) {
    .package_section {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 560px) {
    .package_section {
        grid-template-columns: 1fr;
    }
}

/* Each card */
.package_section .col {
    background: #ffffff;
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.10);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.package_section .col:hover {
    transform: scale(1.02);
    box-shadow: 0 6px 24px rgba(0, 0, 0, 0.15);
}

/* Thumbnail */
.package-thumbnail {
    width: 100%;
    overflow: hidden;
}

.package-thumbnail a {
    display: block;
}

.package-thumbnail img {
    width: 100%;
    height: 210px;
    object-fit: cover;
    display: block;
}

/* Content area below image */
.package-content {
    padding: 16px 16px 18px;
    display: flex;
    flex-direction: column;
    flex: 1;
}

/* Title + Price on same row */
.package_top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    margin-bottom: 20px;
}

.package_top a {
    text-decoration: none;
}

.package-title {
    font-size: 22px;
    font-weight: 600;
    color: #DE0000;
    margin: 0;
    text-transform: uppercase;
    line-height: 1.3;
	letter-spacing: 2px;
}

.package_top .price {
    font-size: 22px;
    font-weight: 700;
    color: #DE0000;
    margin: 0;
    white-space: nowrap;
}

/* Date + Days as pills on same row */
.package-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    margin-bottom: 16px;
}

.package-meta .date {
  	background-color: #FFF0F0;
    margin: 0px 0px 0px 0px;
    padding: 3px 16px 3px 16px;
    border-radius: 12px 12px 12px 12px;
    font-size: 14px;
    color: #DE0000;
    font-weight: 500;
    line-height: 1.5;
}

.package-meta .day {
    background-color: #FFF0F0;
    margin: 0px 0px 0px 0px;
    padding: 3px 16px 3px 16px;
    border-radius: 12px 12px 12px 12px;
    font-size: 14px;
    color: #DE0000;
    font-weight: 500;
    line-height: 1.5;
}

.elementor-widget-image a {
    display: block !important;
}

/* Divider + buttons spacing */
.social_info {
    border-top: 1px solid #e0e0e0;
    padding-top: 16px;
    margin-top: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
}


/* =============================================
   2. THREE ROUND BUTTONS
   ============================================= */

.social_info .button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    text-decoration: none;
    cursor: pointer;
    border: none;
    outline: none;
    padding: 0;
    line-height: 1;
    flex-shrink: 0;
}

.social_info .button svg {
    width: 18px;
    height: 18px;
    fill: #ffffff;
}

/* Call = Blue */
#call-wrapper #popupbtn_call {
    background-color: #2980b9;
}

/* WhatsApp = Green */
#wp-wrapper #popupbtn_wp {
    background-color: #25d366;
}

/* Email/Enquiry = Gold */
.social_info a.popupbtn.button {
    background-color: #d4a017;
}


/* =============================================
   3. CALL & WHATSAPP TOOLTIP
   ============================================= */

#call-wrapper,
#wp-wrapper {
    position: relative;
    display: inline-block;
}

#call-tooltip,
#wp-tooltip {
    display: none;
    position: absolute;
    bottom: 45px;
    left: -80px;
    background: #1565c0;
    color: #ffffff;
    padding: 10px 14px;
    border-radius: 5px;
    font-size: 12px;
    line-height: 2;
    white-space: nowrap;
    z-index: 9999;
    box-shadow: 0 4px 12px rgba(0,0,0,0.2);
}

#wp-tooltip {
    background: #1a7a3c;
}

#call-tooltip a,
#wp-tooltip a {
    color: #ffffff;
    text-decoration: none;
    display: block;
    font-size: 12px;
    line-height: 2;
}

#call-wrapper:hover #call-tooltip,
#wp-wrapper:hover #wp-tooltip {
    display: block;
}


/* =============================================
   4. POPUP / MODAL
   ============================================= */

.popup-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 99999;
    align-items: center;
    justify-content: center;
}

.popup-content {
    background: #ffffff;
    border-radius: 8px;
    padding: 36px 40px 30px;
    width: 90%;
    max-width: 620px;
    position: relative;
    box-shadow: 0 8px 40px rgba(0,0,0,0.22);
}

.close-popup {
    position: absolute;
    top: 12px;
    right: 16px;
    font-size: 26px;
    line-height: 1;
    color: #666;
    cursor: pointer;
}

.close-popup:hover {
    color: #DD183B;
}

.form_title {
    font-size: 20px;
    font-weight: 700;
    color: #222;
    margin: 0 0 22px;
}

/* Formidable form 2-column grid inside popup */
/* .popup-content .frm_fields_container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px 20px;
} */

.popup-content .frm_form_field label {
    display: block;
    font-size: 13px;
    font-weight: 600;
    color: #333;
    margin-bottom: 4px;
}

.popup-content .frm_form_field input[type="text"],
.popup-content .frm_form_field input[type="email"],
.popup-content .frm_form_field input[type="tel"],
.popup-content .frm_form_field input[type="number"],
.popup-content .frm_form_field select,
.popup-content .frm_form_field textarea {
    width: 100%;
    padding: 9px 12px;
    border: 1px solid #cccccc;
    border-radius: 4px;
    font-size: 13px;
    color: #333;
    outline: none;
    box-sizing: border-box;
    background: #fff;
}

.popup-content .frm_form_field input:focus,
.popup-content .frm_form_field select:focus {
    border-color: #DD183B;
}

/* SEND button */
.popup-content .frm_submit {
    grid-column: 1 / -1;
    margin-top: 8px;
}

.popup-content .frm_submit button,
.popup-content .frm_submit input[type="submit"] {
    background: transparent;
    color: #DD183B;
    border: 1.5px solid #DD183B;
    padding: 10px 36px;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.popup-content .frm_submit button:hover,
.popup-content .frm_submit input[type="submit"]:hover {
    background: #DD183B;
    color: #fff;
}

@media (max-width: 520px) {
    .popup-content {
        padding: 24px 16px 20px;
    }
    .popup-content .frm_fields_container {
        grid-template-columns: 1fr;
    }
}


/* =============================================
   5. SINGLE POST INNER PAGE
   ============================================= */

.single-fix_bus_tour_departu .entry-content h2,
.single-bus_tour_air_and_rai .entry-content h2,
.single-individual_private_p .entry-content h2 {
    font-size: 24px;
    font-weight: 700;
    color: #DD183B;
    margin-top: 28px;
    margin-bottom: 10px;
}

.single-fix_bus_tour_departu .entry-content p,
.single-bus_tour_air_and_rai .entry-content p,
.single-individual_private_p .entry-content p {
    font-size: 14px;
    color: #444444;
    line-height: 1.8;
}


/* =============================================
   6. BROCHURE SECTION
   ============================================= */

.brochure-grid {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    margin-top: 10px;
    margin-bottom: 20px;
}

.brochure-item {
    flex: 1;
    min-width: 180px;
    border: 1px solid #dddddd;
    border-radius: 4px;
    padding: 18px 16px;
    text-align: center;
}

.brochure-item a {
    text-decoration: none;
    color: inherit;
}

.brochure-title {
    font-size: 15px;
    font-weight: 700;
    color: #DD183B;
    margin-bottom: 6px;
}

.brochure-file {
    font-size: 12px;
    color: #555555;
}


.ast-builder-grid-row-4-lheavy .ast-builder-grid-row {
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr 1fr !important;
}
@media (max-width: 1024px) {
    .ast-builder-grid-row-4-lheavy .ast-builder-grid-row {
        grid-template-columns: 1fr 1fr !important;
		gap: 30px;
    }
}
@media (max-width: 584px) {
    .ast-builder-grid-row-4-lheavy .ast-builder-grid-row {
        grid-template-columns: 1fr !important;
    }
}

.textwidget p a {
	display: block;
	margin-bottom: -11px !important;
	color: #383434;
}


.textwidget p a:hover {
	color: #DE0000;
}


/* =============================================
   SINGLE PAGE — FULL WIDTH & SPACING FIXES
   ============================================= */

.single article.single-pkg-article + main,
article.hentry .ast-container,
.single #primary {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.single .site-primary-header-wrap.ast-builder-grid-row-container.site-header-focus-item.ast-container {
    padding: 0 35px !important;
}

.single .ast-container {
    max-width: 100% !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
    width: 100% !important;
}

.single article {
    padding: 0 !important;
    margin: 0 !important;
    background-color: #ffede6 !important;
}

.single main {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}


/* =============================================
   HERO BANNER — title centered only
   ============================================= */

.single .package_header {
    position: relative;
    width: 100%;
    max-height: 448px;
    overflow: hidden;
}

.single .package_hero_img img {
    width: 100%;
    height: 448px;
    object-fit: cover;
    display: block;
}

.single .package_hero_overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(to top, rgba(0,0,0,0.55) 0%, rgba(0,0,0,0.10) 100%);
    padding: 20px;
    text-align: center;
}

.single .package_hero_title {
    font-size: 42px;
    font-weight: 700;
    color: #ffffff !important;
    margin: 0;
    text-shadow: 0 2px 12px rgba(0,0,0,0.6);
    line-height: 1.2;
}


/* =============================================
   INFO BOX — date, days, price below banner
   ============================================= */

.single .package_info_box {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
    background: #ffffff;
    border-radius: 8px;
    padding: 14px 20px;
    margin-bottom: 24px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}

.single .package_info_box .info_date,
.single .package_info_box .info_days {
    font-size: 13px;
    color: #DE0000;
    background: #fff0f0;
    padding: 4px 14px;
    border-radius: 20px;
    border: 1px solid #f5c0c0;
    font-weight: 500;
}

.single .package_info_box .info_price {
    font-size: 20px;
    font-weight: 700;
    color: #DE0000;
    margin-left: auto;
}


/* =============================================
   TWO COLUMN LAYOUT
   ============================================= */

.single .single_container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 100px 20px;
    width: 100%;
    box-sizing: border-box;
    background-color: #ffede6;
}

.single .single_row {
    display: flex;
    gap: 30px;
    align-items: flex-start;
}

.single .single_left {
    flex: 1;
    width: 100%;
}

.single .single_right {
    width: 280px;
    flex-shrink: 0;
	background-color: #ffffff;
	padding: 20px;
	border: 1px solid #dddddd; 
    border-radius: 4px; 
}
.single .single_right aside {
    margin-bottom: 30px;
}
.single_right .wp-block-heading {
    color: #DE0000;
}

/* =============================================
   SIDEBAR — white bg, radius, full width form
   ============================================= */


.single .single_right .widget-title,
.single .single_right .widgettitle,
.single .single_right h3 {
    background: #DE0000;
    color: #ffffff !important;
    padding: 10px 16px;
    margin: 0;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 8px 8px 0 0;
}

/* Widget inner padding */


/* Tour Categories listing */
.single .sidebar_listing {
    background: #ffffff;
}

.single .sidebar_listing .col {
    border-bottom: 1px solid rgba(255,255,255,0.15);
}

.single .sidebar_listing .col:last-child {
    border-bottom: none;
}

.single .sidebar_listing .col .title a {
    display: block;
    padding: 10px 0px;
    color: #ffffff !important;
    font-size: 13px;
    font-weight: 500;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: background 0.2s ease;
}

.single .sidebar_listing .col .title a:hover {
    background: rgba(255,255,255,0.15);
}

.single .sidebar_listing .package-title {
    font-size: 18px !important;
    font-weight: 500 !important;
    color: #000000 !important;
    letter-spacing: 0.5px !important;
    margin: 0 !important;
    text-transform: uppercase;
}

.single #form_package-enquiry fieldset
{
	background-color: #FFFFFF;
}

/* Form inputs — single column full width */
.single .single_right input[type="text"],
.single .single_right input[type="email"],
.single .single_right input[type="tel"],
.single .single_right input[type="number"],
.single .single_right select,
.single .single_right textarea {
    width: 100% !important;
    padding: 8px 10px !important;
    border: 1px solid #ddd !important;
    border-radius: 4px !important;
    font-size: 13px !important;
    margin-bottom: 10px !important;
    box-sizing: border-box !important;
    background: #fff !important;
    display: block !important;
}

/* Force form grid to single column */
.single .single_right .wpforms-field-container,
.single .single_right .sureforms-field-container,
.single .single_right .frm_fields_container {
    display: block !important;
}

.single .single_right .wpforms-field,
.single .single_right .sureforms-field,
.single .single_right .frm_form_field {
    width: 100% !important;
    float: none !important;
    margin-bottom: 10px !important;
}

.single .frm_button_submit {
    border: 1px solid #DD183B;
    min-height: 42px;
    width: 100% !important;
    background: #DD183B !important;
    color: #FFFFFF !important;
}
.single .frm_button_submit:hover {
    background: #FFFFFF !important;
    color: #DD183B !important;
    border: 1px solid #DD183B;
}


/* =============================================
   CONTENT TYPOGRAPHY
   ============================================= */

.single-fix_bus_tour_departu .entry-content h2,
.single-bus_tour_air_and_rai .entry-content h2,
.single-individual_private_p .entry-content h2 {
    font-size: 24px;
    font-weight: 700;
    color: #DD183B;
    margin-top: 28px;
    margin-bottom: 10px;
}

.single-fix_bus_tour_departu .entry-content p,
.single-bus_tour_air_and_rai .entry-content p,
.single-individual_private_p .entry-content p {
    font-size: 14px;
    color: #444444;
    line-height: 1.8;
}


/* =============================================
   BROCHURE SECTION
   ============================================= */

.single .brochure-grid {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    margin-top: 10px;
    margin-bottom: 20px;
}

.single .brochure-item {
    flex: 1;
    min-width: 180px;
    border: 1px solid #dddddd;
    border-radius: 4px;
    padding: 18px 16px;
    text-align: center;
    background: #fff;
}

.single .brochure-item a {
    text-decoration: none;
    color: inherit;
}

.single .brochure-title {
    font-size: 15px;
    font-weight: 700;
    color: #DD183B;
    margin-bottom: 6px;
}

.single .brochure-file {
    font-size: 12px;
    color: #555555;
}


/* =============================================
   RESPONSIVE
   ============================================= */

@media (max-width: 768px) {
    .single .single_row {
        flex-direction: column;
    }

    .single .single_right {
        width: 100%;
    }

    .single .package_hero_title {
        font-size: 26px;
    }

    .single .package_hero_img img,
    .single .package_header {
        height: 240px;
        max-height: 240px;
    }

    .single .package_info_box .info_price {
        margin-left: 0;
    }
}











/* new UI */
/* MAIN CARD */
.package_card {
    background: #ffffff;
    border-radius: 4px;
	border: 1px solid #e0dede;
    padding: 20px;
/*     box-shadow: 0 6px 18px rgba(0,0,0,0.08); */
    margin-bottom: 25px;
}

/* TOP ROW */
.package_card_top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* DAYS BADGE */
.card_badge {
    background: #fff0f0;
    color: #DE0000;
    padding: 6px 14px;
    border-radius: 30px;
    font-size: 13px;
    font-weight: 600;
}

/* PRICE */
.card_price {
    font-size: 24px;
    font-weight: 700;
    color: #DE0000;
}

/* DATE SECTION */
.package_dates {
    display: flex;
    flex-direction: column;
    gap: 14px;
	margin-top: 15px;
}

/* EACH MONTH BLOCK */
.date_group {
    border-top: 1px solid #eee;
    padding-top: 12px;
}

/* MONTH TITLE */
.date_month {
    font-size: 13px;
    font-weight: 700;
    color: #333;
    margin-bottom: 8px;
    letter-spacing: 0.5px;
}

/* DATE CHIPS WRAPPER */
.date_list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

/* DATE CHIP */
.date_chip {
    background: #f5f5f5;
    padding: 6px 10px;
    border-radius: 6px;
    font-size: 12px;
    color: #444;
    transition: 0.2s;
/*     cursor: pointer; */
}

.date_chip:hover {
    background: #DE0000;
    color: #fff;
}

/* MOBILE */
@media (max-width: 768px) {
    .card_price {
        font-size: 20px;
    }

    .date_chip {
        font-size: 11px;
        padding: 5px 8px;
    }
}


.package_section_title {
    font-size: 28px;
    font-weight: 500;
    margin-bottom: 15px;
    color: #0f172a;
}

/* =============================================
   TOUR DETAIL — SCHEDULE SECTION
   ============================================= */

.tour-detail .shedule-time {
    position: relative;
    padding: 24px 24px 24px 70px;
    background: #ffffff;
    border-radius: 10px;
    margin-bottom: 16px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.06);
    border-left: 4px solid #DE0000;
    transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.tour-detail .shedule-time:hover {
    box-shadow: 0 6px 20px rgba(0,0,0,0.10);
    transform: translateX(4px);
}

/* Day number circle on left */
.tour-detail .shedule-time::before {
    content: attr(data-day);
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
    width: 36px;
    height: 36px;
    background: #DE0000;
    color: #ffffff;
    border-radius: 50%;
    font-size: 12px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: 0.5px;
}

.tour-detail .shedule-time h2 {
    font-size: 16px !important;
    font-weight: 700 !important;
    color: #DE0000 !important;
    margin: 0 0 6px !important;
    line-height: 1.3 !important;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.tour-detail .shedule-time p,
.tour-detail .shedule-time {
    font-size: 14px;
    color: #555555;
    line-height: 1.8;
    margin: 0;
}

.tour-detail .mb-45 {
    margin-bottom: 16px;
}

/* Section heading if needed */
.tour-detail .schedule-heading {
    font-size: 20px;
    font-weight: 700;
    color: #222222;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 2px solid #DE0000;
    display: inline-block;
}
.tour-detail > p {
    font-size: 14px;
    color: #000000;
    line-height: 1.8;
    padding: 14px 20px;
    background: #ffffff;
    border-radius: 10px;
    border-left: 4px solid #DE0000;
    box-shadow: 0 2px 10px rgba(0,0,0,0.06);
    margin-bottom: 16px;
}
/* Anchor inline */
.single .sidebar_listing .title a {
    display: inline-block;
    text-decoration: none;
}

/* Text */
.single .sidebar_listing .package-title {
    position: relative;
    display: inline-block;
    color: #000;
    transition: color 0.3s ease;
}

/* Hover color */
.single .sidebar_listing .title a:hover .package-title {
    color: #DE0000 !important;
}

/* Underline (hidden by default) */
.single .sidebar_listing .package-title::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -3px;
    width: 0%;
    height: 2px;
    background: #DE0000;
    transition: width 0.3s ease;
}

/* Hover → left to right */
.single .sidebar_listing .title a:hover .package-title::after {
    width: 100%;
}
/* =============================================
   RESPONSIVE
   ============================================= */

@media (max-width: 768px) {
    .tour-detail .shedule-time {
        padding: 18px 16px 18px 58px;
    }

    .tour-detail .shedule-time::before {
        left: 12px;
        width: 30px;
        height: 30px;
        font-size: 11px;
    }

    .tour-detail .shedule-time h2 {
        font-size: 14px !important;
    }
}

#form_package-enquiry.frm-show-form fieldset {
    background-color: transparent !important;
}


@media only screen and (max-width: 1024px)
{
	.single .single_container
	{
		padding: 70px 20px;
	}
}
@media only screen and (max-width: 767px)
{
	.single .single_container
	{
		padding: 50px 20px;
	}
}