.wrapper-content .banner-container.custom-bnr img {
    height: 358px;
}
.custom-bnr .offer-circle {
    position: absolute;
    right: 80px;
    top: 45px;
}
.wrapper-content .banner-container.custom-bnr.custom-bnr .offer-circle img {
    width: 200px;
    height: 186px;
}

.offer-banner-strip {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 116px;
    background: linear-gradient(90deg, #E94640 0%, var(--background-color) 100%);
    border-radius: 12px;
    margin-top: 40px;
    padding-left: 55px;
}
.offer-banner-strip .book-btn{
    width: 334px;
    height: 116px;
    background: #3C2E2A;
    border-radius: 64px 12px 12px 64px;
}
.offer-banner-strip .bigtxt {
    font-size: 30px;
    font-weight: bold;
    margin: 0;
    line-height: 42px;
}
.text-sm {
    font-size: 14px;
    margin: 0;
}
.offer-banner-strip .text {
    width: 314px;
}
    .offer-banner-strip .text .text-sm {
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 500;
        font-size: 15.8416px;
        line-height: 27px;
        text-transform: uppercase;
        color: #FFFFFF;
    }
.offer-img {
    width: 327px;
}
.offer-banner-strip .book-btn { 
    display: flex; 
    align-items: center; 
    justify-content: center;
    color: #fff;
    font-size: 36px;
    font-weight: bold;
    border-left: 6px solid #fff;
}
.text-dark { color: #332121 !important;}

.playball-regular {
    font-family: "Playball", cursive !important;
    font-style: italic;
}
.up-text { font-size: 24px;}
.text-orange2 { color: var(--background-color);}
.tourimage { 
    width: 260px;
    height: 200px;
    border-radius: 28px;
    overflow: hidden;
    position: relative;
}
.custom-hd { 
    position: relative;
}
.custom-hd .hdbg {
    position: absolute;
    left: 22%;
    transform: translate(0, -50%);
    top: 50%;
    z-index: -1;
}
.new-pkg-design { 
    margin-top: 40px;
    display: flex;
    flex-direction: column;
    gap: 30px;
} 
.new-pkg-design .item { 
    background: #F9F9F9;
    border: 1px solid #CBCBCB;
    border-radius: 36px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 10px;
    position: relative;
}
.new-pkg-design .item:nth-last-child(1) { margin-bottom: 0;}
.new-pkg-design .item .tour-details{
    gap: 25px;
    width: 550px;
}
.new-pkg-design .item .tour-details .pkg-heading {
    font-size: 20px;
    font-weight: bold;
    position: relative;
    color: #000;
}
.new-pkg-design .item .tour-details .pkg-heading .hdline {
    background: #D6D6D6;
    height: 2px;
    position: relative;
    margin-top: 20px;
}
.new-pkg-design .item .tour-details .pkg-heading .hdline::before {
    content: "";
    position: absolute;
    background: var(--background-color);
    height: 2px;
    top: 0;
    left: 0;
    width: 73px;
}
.new-pkg-design .duration-item { 
    padding: 4px 8px;
    background: var(--background-color);
    border-radius: 7px;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-size: 13px;
}
.new-pkg-design .more-items .icon {
    width: 30px;
    height: 30px;
    background: var(--background-color);
    border-radius: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.new-pkg-design .more-items .icon img,
.pkgtype ul li button img {
    width: 14px;
}
.new-pkg-design .tour-details .more-items { margin-top: 15px;}
.new-pkg-design .tour-details .more-items ul { display: flex; gap: 8px;}
.new-pkg-design .tour-details .more-items ul li { 
    display: flex;
    gap: 5px;
    align-items: center;
}
.new-pkg-design .tour-details .more-items li .text {
    font-size: 14px;
    font-weight: 500;
}
.new-pkg-design .item .tour-cost {
    width: 230px;
    height: 220px;
    gap: 25px;
    background: linear-gradient(180deg, #FEDE5E 0%, #FFBC51 100%);
    border-radius: 0px 36px 36px 0px;
    text-align: center;
    display: flex;
    justify-content: center;
    flex-direction:column;
}
.pkgtype ul li button {
    width: 30px;
    height: 30px;
    padding: 0;
    background: var(--background-color);
    border-radius: 31px;
    border: 0;
}
.pkgtype ul li button:hover { background: #332121;}
.pkgtype ul li { margin-bottom: 15px;}
.pkgtype ul li:nth-last-child(1) { margin-bottom: 0;}
.new-pkg-design .item .tour-cost .cost-hd { /* Rectangle 16 */
    font-weight: 700;
    font-size: 30px;
    color: #000000;
    display: flex;
    align-items: center;
    gap: 3px;
    justify-content: center;
}
.new-pkg-design .item .tour-cost .cost-hd span.fa-rupee { 
    font-size: 26px;
}
.new-pkg-design .item .tour-cost .price p {
    text-align: center;
    margin: 0;
    font-size: 14px !important;
    line-height: normal;
}
.new-pkg-design .item .tour-cost .action-btn-group {
    gap: 10px;
}
.new-pkg-design .item .tour-cost .action-btn-group .btn-round2 {
    width: 120px;
    height: 30px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #000;
    color: #fff;
    font-size: 14px;
    transition: all 0.4s ease;
}
.new-pkg-design .item .tour-cost .action-btn-group .btn-round2:nth-child(2) {
    background: var(--background-color);
}
.new-pkg-design .item .tour-cost .action-btn-group .btn-round2:hover {
    background: #000;
    color: #fff !important;
}
.new-pkg-design .item .tour-cost .action-btn-group .view-detail-btn:hover {
    background: var(--background-color);
    color: #fff !important;
}
.text-dark { color: #6D493D;}
.holiday-pkg p {
    font-weight: 400;
    font-size: 15px;
    line-height: 38px;
    text-align: justify;
    color: #000000;
}
.holiday-pkg img { border: 0 !important;}
.holiday-pkg .car_content_row {margin-top: 65px;}

.btn-orange { background: var(--background-color);}
.hidden-content {
    display: none; /* Initially hide the content */
    margin-top: 15px;
  }
  .hidden-content p {font-size: 15px !important;}
  .read-more-btn {
    color: var(--background-color);
    cursor: pointer;
    font-size: 16px;
    font-weight: 500;
  }
  .read-more-container { position: relative;}
  .content-main { font-size: 15px; line-height: 26px;}

   /*----- package detail ----*/
   .pkg-detail .pkg-title {
    width: 180px;
    height: 50px;
    background: var(--background-color);
    border-radius: 7px 7px 0px 0px;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FFFFFF;
    margin-top: -53px;
  }

  .pkg-detail .pkg-table { 
    border-bottom: 1px solid #E6E5E5;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
  }

  .pkg-detail .main-content {
    border-top: 3px solid var(--background-color); 
  } 

  .pkg-detail .pkg-table .pkgtype ul { display: flex; gap: 8px; margin: 0;}
  .pkg-detail .pkg-table .pkgtype ul li { margin: 0;}
  .package-detail-page { background: #FBFBFB;}
  .package-detail-page .wrapper-content { background: none;}
  .pkg-detail .main-content { background: #fff; border-bottom-right-radius: 25px; border-bottom-left-radius: 25px; padding-bottom: 25px;}
  .pkg-detail .pkg-table .item { 
    display: flex;
    gap: 10px;
    align-items: end;
}
.pkg-detail .pkg-table .item p {
    font-weight: 600;
    font-size: 16px;
    line-height: 21px;
    color: #332121;
}
.pkg-detail .pkg-table .item span {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: var(--background-color);
}
.pkg-detail .pkg-table .item.price p {
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    color: #332121;
}
.pkg-detail .pkg-table .item.price {
    padding: 26px 80px;
}
.pkg-detail .pkg-table .item.price {
    border-left: 1px solid #E6E5E5;
    /*border-right: 1px solid #E6E5E5;*/
}
.pkg-detail .pkg-table .item {
    padding: 20px 0;
}
.pkg-detail .pkg-table .item p { margin: 0;}
.pkg-detail .pkg-table .item.price .icon {
    padding-top: 24px;
}
.pkg-detail .pkg-table .item.price {
    gap: 4px;
}
.pkg-detail .pkg-table .item.price .icon img {
    margin-top: -7px;
}
.pkg-detail .content-body {
    padding: 0 38px;
    margin-top: 38px;
}
.main-text { 
    font-weight: 400;
    font-size: 15px !important;
    line-height: 28px;
    text-align: justify;
    color: #606060 !important;
}
.line-hd {
    position: relative;
    margin-bottom: 46px;
}
.line-hd::before {
    content: "";
    background: #D6D6D6;
    height: 2px;
    width: 87px;
    position: absolute;
    bottom: -18px;
}
.line-hd::after {
    content: "";
    background: var(--background-color);
    width: 18px;
    height: 2px;
    position: absolute;
    bottom: -18px;
}
.content-item { margin-top: 40px;}
.tour-highlight li::before {
    content: "";
    background: url(../images/check-orange-icon.svg) no-repeat;
    width: 18px;
    height: 18px;
    position: absolute;
    left: 0;
    top: 2px;
}
.tour-highlight li {
    margin-bottom: 14px;
    position: relative;
    padding-left: 26px;
    font-size: 15px;
}
.tour-highlight li:nth-last-child(1) {
    margin-bottom: 0;
}
.conten-image img {
    width: 100%;
    border-radius: 15px;
}
.interary-item .item_content .item_content_heading { font-weight: 600 !important;}
.itinerary .interary-item .icon-left { 
    width: 38px;
    height: 38px;
    margin-top: 10px;
}
.interary-item:hover .icon-left { 
    background: var(--background-color);     
}
.interary-item .icon-left::before { 
    content: "";
    position: absolute;
    width: 55px;
    height: 55px;
    background: var(--background-color);
    opacity: 0;
    border-radius: 50%;
    transition: all 0.4s ease;
}
.interary-item:hover .icon-left::before { 
    opacity: 0.11;
}
.itinerary .interary-item::before { 
    content: "";
    background: var(--background-color);
    width: 2px;
    height: 100%;
    position: absolute;
    top: 38px;
    left: 18px;
}
.itinerary .interary-item:nth-last-child(1):before { 
    display: none;
}
.itinerary .interary-item .icon-left img {
    width: 14px;
}
.img-round {
    border-radius: 15px;
}
.pkg-desc p { padding-right: 18px;}

.inc-exd .item .head {
    height: 50px;
    border-radius: 21px 21px 0px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: 600;
    font-size: 20px;
    text-transform: uppercase;
}
.inc-exd .inc-box .head {
    background: #539322;
}
.inc-exd .exd-box .head {
    background: #C84D4D;
}
.inc-exd .item .content-body {
    background: #F8F8F8;
    border: 1px solid #D6D6D6;
    border-radius: 0px 0px 21px 21px;
    padding: 30px;
    min-height: 330px;
}
.inc-exd .item .content-body li {
    color: #606060;
    font-size: 15px;
    border-bottom: 1px solid #D6D6D6;
    padding-bottom: 12px;
    position: relative;
    margin-bottom: 15px;
    padding-left: 21px;
}
.inc-exd .item .content-body li:nth-last-child(1) { border-bottom: 0; margin-bottom: 0; padding-bottom: 0;}
.inc-exd .item .content-body li::before {
    content: "";
    position: absolute;
    width: 14px;
    height: 14px;
    left: 0;
    top: 4px;
}

.inc-exd .item.inc-box .content-body li::before {
    background: url(../images/green-check-icon.svg) no-repeat;
}
.inc-exd .item.exd-box .content-body li::before {
    background: url(../images/close-icon.svg) no-repeat;
}

.why-choose-section .icon { 
    width: 62px;
    height: 62px;
    background: var(--background-color);
    border-radius: 50%;
    padding: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.why-choose-section .item {
    display: flex;
    gap: 10px;
}
.why-choose-section .item .text {
    width: 80%;
    padding-left: 15px;
}
.why-choose-section .item .text .heading {
    font-weight: 600;
    font-size: 24px;
    line-height: 20px;
    color: #000000;
    margin-bottom: 15px;
}
.why-choose-section .item .text .main-text {
    font-weight: 400;
    font-size: 14px;
    line-height: 23px;
    text-align: justify;
}
.why-choose-section  .block { margin-bottom: 20px;}
.side-form {     
    margin-top: -50px;
    position: relative;
}
.side-form .form-block__title {
    height: 50px;
    background: var(--background-color);
    border-radius: 16.5486px 16.5486px 0px 0px;
    font-weight: 700;
    font-size: 16px;
    line-height: 30px;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    justify-content: center;
}     
.side-form #tourBookingForm { 
    background: #F5F5F5;
    border-radius: 0px 0px 16.5486px 16.5486px;
    padding: 26px 22px;
}
.side-form #tourBookingForm input { 
    height: 51.33px;
    background: #FFFFFF;
    border: 1.02667px solid #D6D6D6;
    border-radius: 7.18667px;
}
.side-form #tourBookingForm .item { 
    height: 51.33px;
    background: #FFFFFF;
    border: 1.02667px solid #D6D6D6;
    border-radius: 7.18667px;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.side-form #tourBookingForm .item .icon { 
    padding-left: 15px;
}
.side-form #tourBookingForm .item input { 
    border: none;
    background: none;
    outline: none;
    margin: 0;
}
.side-form #tourBookingForm .item:nth-child(5) {
    height: 133px;
    align-items: start;
    padding-top: 15px;
}
.side-form #tourBookingForm .item textarea { 
    outline: none;
    border: none;
    background: none;
    resize: none;
    height: 103px;
    padding-left: 12px;
}
.side-form #tourBookingForm .form-btn .btn-booking { 
    background: var(--background-color);
    border-radius: 70px;
}
.side-form #tourBookingForm .form-btn .btn-booking:hover { 
    background: #332121;
}
.side-form #tourBookingForm .form-btn { margin-top: 20px;}
.side-form #tourBookingForm .total_price_arrow {
    display: flex;
    gap: 12px;
}
.side-form #tourBookingForm .st_adults_children {
    width: 100%;
}
.sidebar-pkg .item {
    display: flex;
    gap: 14px;
}
.sidebar-pkg .item .heading {
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    color: #000000;
    margin-bottom: 8px;
}
.sidebar-pkg .item .content span {
    font-size: 14px;
    line-height: 20px;
    color: #837676;
}
.sidebar-pkg .item .content p {
    font-weight: 500;
    font-size: 13px;
    line-height: 20px;
    color: #000000;
    padding-bottom: 0;
}
.sidebar-pkg .item .img {
    width: 117px;
    min-height: 110px;
    flex: none;
}
.sidebar-pkg .item .img img {
    width: 117px;
    height: 110px;
    object-fit: cover;
    border-radius: 8px;
}
.sidebar-pkg .item .content {
    width: 204px;
    flex: 1;
}
.sidebar-pkg .item { margin-bottom: 25px;}
.sidebar-pkg .item:nth-last-child(1) { margin-bottom: 0;}
.sidebar-pkg .line-hd .page_heading {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #332121;
}
.sidebar-pkg { margin-top: 30px;}
.sidebar-pkg .line-hd::before { width: 100%;}
/*----- package detail end ----*/
/*----- Chardham yatra ----*/
.package-section .tourimage img { object-fit: cover; height: 100%;}
.route-map svg {
    width: 100%;
}

.bg-light { background: #F8F8F8;}
.bg-gap { padding: 40px 0;}
.arrow-list li {
    position: relative;
    padding-left: 15px;
    padding-left: 25px;
    margin-bottom: 15px;
}
.arrow-list li::before {
    content: "\f105";
    position: absolute;
    font-size: 13px;
    background: var(--background-color);
    color: #fff;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 0;
    top: 5px;
    font-family: fontawesome;
}
.book-pkg-box { 
    width: 947px;
    height: 130px;
    background: linear-gradient(90deg, var(--background-color) 0%, #E94640 100%);
    border-radius: 15px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom-right-radius: 85px;
}
.book-pkg-box .content-left {
    display: flex;
    align-items: center;
    padding-left: 32px;
    gap: 20px;
} 
.book-pkg-box .content-left .icon {
    width: 40px;
    height: 40px;
}
.book-pkg-box .content-left .title {
    font-weight: 700;
    font-size: 34px;
    line-height: 38px;
    text-align: justify;
    color: #FFFFFF;
}
.book-pkg-box .content-left .sm-text {
    font-weight: 400;
    font-size: 20px;
    line-height: 38px;
    text-align: justify;
    color: #FFFFFF;
}
.book-pkg-box .box-right {
    width: 332px;
    height: 130px;
    background: linear-gradient(100.37deg, #000000 -16.14%, #484141 94.49%);
    border: 4px solid #FFFFFF;
    transform: skewX(-20deg);
    border-bottom-right-radius: 15px;
    border-top-right-radius: 15px;
}
.book-pkg-box .box-right p strong {
    font-weight: 700;
    font-size: 28px;
    line-height: 31px;
    text-align: justify;
    color: #FFFFFF;
    display: block;
}
.book-pkg-box .box-right p span {
    font-weight: 400;
    font-size: 20px;
    line-height: 31px;
    text-align: justify;
    color: #FFFFFF;
}
.book-pkg-box .box-right a { 
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    height: 100%;
    gap: 12px;
    transform: skewX(20deg);
}
.book-pkg-box .box-right .icon {
    transition: all 0.4s ease;
    position: relative;
    left: 0;
}
.book-pkg-box .box-right:hover .icon {
    left: 8px;
}
.places-section .card {
    border-radius: 40px 40px 16px 16px;
    background: #F9F9F9 !important;
    border: none;
}
.places-section .car_card_img {
    border-radius: 40px 40px 0px 0px;
}
.places-section .card .card-body {
    padding: 14px 20px !important;
}
.places-section .card .card-body .card-title {
    color: var(--background-color);
    margin-bottom: 22px;
}
.places-section .card .card-body .schd li {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    font-weight: 500;
}
.chardham-route-map .page_heading { margin-top: 62px;}
.chardham-route-map .main-text { line-height: 35px;}
.transport-section .box {
    background: #FFFFFF;
    border: 1px solid #D6D6D6;
    border-radius: 14px;
}
.transport-section .box {
    border: 1px solid #D6D6D6;
    border-radius: 14px;
}
.transport-section .box .vhl-img img {
    width: 100%;
    border-radius: 14px;
}
.transport-section .box .title {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #000000;
    margin-bottom: 0;
}
.transport-section .box .title span {
    display: block;
}
.transport-section .box .content {
    padding: 23px 0;
}
.transport-section .wrapper-tours-slider { margin-top: 25px;}

.helicopter-pkg-section .strip {
    background: linear-gradient(88.73deg, #E74646 0.61%, var(--background-color) 99.5%);
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 32px 0;
    position: relative;
}
.helicopter-pkg-section .view-more-box {
    background: linear-gradient(100.25deg, #332121 -4.73%, #6C4040 87.09%);
    border-radius: 123.5px 18px 18px 123.5px;
    width: 255px;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.helicopter-pkg-section .view-more-box .view-detail {
    font-weight: 700;
    font-size: 24px;
    line-height: 41px;
    color: #FFFFFF;
}
.helicopter-pkg-section .helicopter-image {
    position: absolute;
    z-index: 2;
    left: 0;
    width: 500px;
}
.text-yellow { color: #FEDE5E;}
.helicopter-pkg-section .strip .text {
    width: 80%;
    text-align: right;
    padding-right: 64px;
}
.helicopter-pkg-section .strip .text .text-sm {
    font-weight: 400;
    font-size: 20px;
    line-height: 41px;
    letter-spacing: 0.24em;
    text-transform: uppercase;
    color: #FFFFFF;
}
.helicopter-pkg-section .strip .text .text-big {
    font-style: normal;
    font-weight: 700;
    font-size: 60px;
    line-height: 60px;
    text-transform: uppercase;
    color: #FFFFFF;
}
.helicopter-pkg-section .strip .text .text-big sup {
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    color: #FFFFFF;
    top: -26px;
    right: -7px;
}
.why-choose-section2 .item .text p {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 30px;
    color: #000000;
}
.why-choose-section2 .service-wrap .icon {
    width: 130px;
    height: 130px;
    background: var(--background-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    margin-bottom: 22px;
}
.why-choose-section2 .item { 
    border-right: 1px solid #D6D6D6;
    padding: 0 40px;
    width: 304px;
}
.why-choose-section2 .item:nth-last-child(1) {
    border-right: 0; 
}
.why-choose-section2 .service-wrap { 
    display: flex;
    align-items: start;
    justify-content: center;
    margin-top: 50px;
}
/*----- Chardham yatra end ----*/
  @media (max-width: 1170px) {
    .new-pkg-design .item .tour-cost { height: 280px; width: 214px;}
    .new-pkg-design .duration-item { margin-top: 24px;}
    .tourimage { height: auto; width: 275px;}
    .new-pkg-design .item .tour-cost .cost-hd { font-size: 36px;}
    .new-pkg-design .item { gap: 15px;}
    .helicopter-pkg-section .helicopter-image {
        width: 40%;
    }
    .helicopter-pkg-section .strip .text .text-big {
        font-size: 50px;
    }
    .helicopter-pkg-section .strip .text .text-sm {
        font-size: 17px;
    }
    .helicopter-pkg-section .strip .text {
        padding-right: 40px;
    }
    .helicopter-pkg-section .view-more-box {
        width: 215px;
    }
  }
  @media (max-width: 1050px) {
    .new-pkg-design .item .tour-details .pkg-heading { font-size: 18px;}
    .new-pkg-design .item .tour-cost .cost-hd {
        font-size: 28px;
    }
    .new-pkg-design .item .tour-cost .price p { font-size: 14px !important;}
  }
  @media(max-width:992px){
    .new-pkg-design .item .tour-details{
        width: 480px;
    }
    .new-pkg-design .item .tour-cost{
        height: 240px;
    }
    .helicopter-pkg-section .strip .text .text-sm {
        font-size: 14px;
        line-height: normal;
    }
    .helicopter-pkg-section .strip .text .text-big {
        font-size: 40px;
    }
    .helicopter-pkg-section .strip .text .text-big sup {
        top: -14px;
    }
    .helicopter-pkg-section .strip .text .text-big {
        margin-bottom: 0;
    }
  }
  @media (max-width: 991px) {
    .offer-banner-strip { 
        padding-left: 35px;
    }
    .offer-banner-strip .bigtxt {
        font-size: 23px;
    }
    .offer-banner-strip .text .text-sm { font-size: 14px;}
    .offer-banner-strip .book-btn { font-size: 23px;}

    .new-pkg-design .item { 
        display: block; 
        padding-left: 0;
        height: 550px;
        margin-bottom: 60px;
    }
    .new-pkg-design { 
        display: grid;
        gap: 15px;
        grid-template-columns: auto auto;
        margin-top: 85px;
    }
    .tourimage {margin: 0 auto; margin-top: -30px; margin-bottom: 25px; height: 206px;}
    .pkgtype ul { display: flex; gap: 12px; justify-content: center;}
    .new-pkg-design .pkg-heading { text-align: center;}
    .new-pkg-design .duration-item { margin: 0 auto;}
    .new-pkg-design .item .tour-cost { width: 100%; border-radius: 36px;}
    .new-pkg-design .item .tour-details {
        gap: 10px;
        padding: 0 14px;
    }
    .new-pkg-design .item .tour-details{
        width: 100%;
    }
    .container { max-width: 100% !important;}
    .new-pkg-design .tour-details .more-items ul { grid-template-columns: repeat(2, 1fr);}
    .new-pkg-design .tour-details .more-items ul li { margin-bottom: 15px;}
    .new-pkg-design .tour-details .more-items ul li:nth-last-child(1) { margin-bottom: 0;}
    .pkg-detail .tabwrap .pkg-table {
        width: 650px;
    }
    .pkg-detail .tabwrap {
        overflow: auto;
    }
    .new-pkg-design .item .tour-cost{
        height: 120px;
    }
    .new-pkg-design .pkgtype{
        position: absolute;
        top: 160px;
        left: 50%;
        transform: translate(-50%, 0);
    }
    .side-form{
        margin-top: 0;
    }
    .sidebar-pkg .item .content{
        width: 100%;
    }

  }
  @media (max-width: 767px) {
    .offer-banner-strip {
        padding-left: 24px;
    }
    .offer-banner-strip .bigtxt {
        font-size: 18px;
    }
    .offer-banner-strip .text .text-sm {
        font-size: 14px;
    }
    .offer-img {
        width: 267px;
    }
    .offer-banner-strip .book-btn {
        font-size: 16px;
        width: 254px;
        height: 118px;
    }
    .new-pkg-design .item .tour-details .pkg-heading {
        font-size: 17px;
    }
    .new-pkg-design .item .tour-cost{
        height: 120px;
    }
    .new-pkg-design .item{
        height: auto;
    }
    .new-pkg-design .item .tour-details{
        gap: 5px;
    }
    .new-pkg-design .tour-details .more-items{
        margin-top: 10px;
    }
    .new-pkg-design .tour-details .more-items ul{
        grid-template-columns: repeat(2, 1fr);
    }
    .side-form { margin-top: 0;}
    .new-pkg-design .tour-details .more-items li .text{
        font-size: 13px;
    }
    .new-pkg-design{
        display: flex;
    }
    .helicopter-pkg-section .view-more-box {
        width: 156px;
    }
    .helicopter-pkg-section .view-more-box .view-detail {
        font-size: 18px;
    }
    .helicopter-pkg-section .strip .text .text-big {
        font-size: 33px;
    } 
    .helicopter-pkg-section .strip .text .text-big sup {
        top: -8px;
    }
    .helicopter-pkg-section .strip .text {
        padding-right: 20px;
    }
    .why-choose-section2 .service-wrap .icon {
        width: 80px;
        height: 80px;
    }
    .why-choose-section2 .item .text p {
        font-size: 15px;
        line-height: normal;
    }
    .why-choose-section2 .item {
        padding: 0 10px;
    }
    .why-choose-section2 .service-wrap .icon img {
        width: 30px;
    }
  }

@media (max-width: 680px) {
    .helicopter-pkg-section .strip {
        display: block;
        padding-top: 175px;
    }
    .helicopter-pkg-section .helicopter-image {
        width: 52%;
        left: 50%;
        transform: translate(-50%, 0);
        top: -40px;
    }
    .helicopter-pkg-section .view-more-box {
        width: 100%;
        border-radius: 0;
        height: auto;
        padding: 30px 0;
    }
    .helicopter-pkg-section .strip .text {
        width: 100%;
        text-align: center;
        padding: 20px 12px 20px;
    }
    .why-choose-section2 .service-wrap {
        display: grid;
        grid-template-columns: auto auto;
    }
    .why-choose-section2 .item:nth-child(2) {border-right: 0;}
    .why-choose-section2 .item { width: auto;}
}

@media (max-width: 580px) {
    .new-pkg-design { display: block;}
    .new-pkg-design .item { height: auto;}
    .helicopter-pkg-section .strip {
        padding-top: 125px;
    }
    .helicopter-pkg-section .helicopter-image {
         width: 60%;
    }
}
@media(max-width:575px){
    .new-pkg-design .item .tour-details{
        gap: 0px;
    }
    .new-pkg-design .tour-details .more-items{
        margin-top: 15px;
        width: 225px;
        margin: 26px auto 0 auto;
    }
    .tour-details .more-items ul{
        grid-template-columns: repeat(2, 1fr);
    }
    .new-pkg-design .tour-details .more-items li .text{
        font-size: 13px;
    }
    .tour-details{
        gap: 10px;
    }
    .new-pkg-design .item .tour-cost{
        height: 100px;
        border-radius: 25px;
        gap: 10px;
    }
    .new-pkg-design .item .tour-cost .cost-hd{
        line-height: normal;
    }
    .new-pkg-design .item .tour-cost .cost-hd span.fa-rupee{
        font-size: 24px;
    }
    .pkg-detail .content-body {
        padding: 0 15px;
    }
    .offer-banner-strip { display: block; height: auto; text-align: center; padding: 18px 0 0;}
    .offer-banner-strip .book-btn { width: 100%; border: 0; border-radius: 0; height: auto; padding: 18px;
        border-top-right-radius: 50px;
        border-top-left-radius: 50px;}
    .offer-img {
        width: 100%;
        margin-bottom: 45px;
    }
    .offer-banner-strip .text { width: 100%; margin-bottom: 35px;}
    .offer-banner-strip .bigtxt {
        font-size: 24px;
    }
    .pkg-detail .pkg-title{
        width: 140px;
        height: 28px;
        margin-top: -31px;
    }
    .new-pkg-design .duration-item {
        margin-top: 14px;
    }
}
@media (max-width: 380px) {
    .page_heading {
        font-size: 18px !important;
    }
    .tourimage{
        margin-bottom: 30px;
    }
    .pkgtype ul li button{
        width: 35px;
        height: 35px;
    }
    .helicopter-pkg-section .strip {
        padding-top: 85px;
    }
}