body{
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    height: 100vh;
}
*, ul{
    padding:0;
    margin:0;
}
a {
    color: #337ab7;
    text-decoration: none;
}
p{
    font-size: 15px;
    font-weight: 500;
    font-style: normal;
}
/*.navbar-brand img{width:120px;}*/
/*.navbar .megamenu, .navbar .fullmegamenu{ padding: 1rem; }*/
/*.megamenu h4, .fullmegamenu h4{*/
/*    font-size: 14px;*/
/*    padding-bottom: 8px;*/
/*    margin-bottom: 0px;*/
/*    border-bottom: 0;*/
/*    color: #ea2430;*/
/*}*/
/*.megamenu ul, .fullmegamenu ul{list-style: none;}*/
/*.megamenu ul li a, .fullmegamenu ul li a{*/
/*    font-size: 12px;*/
/*    color: #575757;*/
/*    display: inline-block;*/
/*    margin-bottom: 5px;*/
/*}*/
/*.menuallbtn a{*/
/*        color: #006591 !important;*/
/*}*/
/*.menubar .nav-link, .fullmenubar .nav-link{*/
/*    padding-right: 8px !important;*/
/*    color: #000;*/
/*    font-weight: 600;*/
/*    font-size: 13px;*/
/*}*/
/*.topmid p{*/
/*    margin: 0;*/
/*    font-size: 14px;*/
/*    color: #fff;*/
/*    text-align: center;*/
/*}*/
/*.topmid p a{*/
/*    text-decoration: underline;*/
/*    color: #ff9000;*/
/*}*/
/*ul.header_right {*/
/*    display: flex;*/
/*    gap: 10px;*/
/*    justify-content: space-around;*/
/*    align-items: center;*/
/*}*/

/*.header_phone {*/
/*    display: flex;*/
/*    gap: 5px;*/
/*    color: #000;*/
/*    font-weight: 600;*/
/*    font-size: 14px;*/
/*}*/
#myHeader {
    padding: 5px 0;
        box-shadow: 0 0 2px #d4d4d4;
}
/*a.enqbtn {*/
/*    border-radius: 4px;*/
/*    background-image: linear-gradient(to left, #ea4f23, #ea2330);*/
/*    height: 30px;*/
/*    display: block;*/
/*    padding: 4px 12px;*/
/*    color: #fff;*/
/*    font-weight: 600;*/
/*    font-size: 14px;*/
/*}*/
/************BANNER**************/
.homeBanner{position: relative;}
.homeBannerImg img{
    width: 100%;
    height: 350px;
    object-fit: cover;
}
.homeBannerTxt {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.homeBannerTxt h1{
    color: #fff;
    font-family: "Playfair";
}
.homeBannerTxt h1 {
    color: #fff;
    font-family: "Playfair";
    font-size: 3.5rem;
    font-weight: 700;
}
.homeBannerTxt p {
    font-size: 18px;
    color: #fff;
    font-weight: 500;
    margin: 0 120px 20px;
}
.bannerBtn{
    height: 48px;
    border-radius: 4px;
    background-image: linear-gradient(to left, #ea4f23, #ea2330);
    font-family: Montserrat;
    font-size: 14px;
    font-weight: bold;
    display: inline-block;
    padding: 0px 20px;
    line-height: 48px;
    color: #fff;
    width: 224px;
}
/***************READ MORE****************/
  .text {
    margin: 0;
  }
  
  .more-text {
    display: none;
  }
  
  .read-more-btn {
    color: white;
    border: none;
    cursor: pointer;
    font-size: 14px;
    border-radius: 4px;
    margin-top: 10px;
    border: none;
    font-size: 17px;
    background: none;
    text-align: center;
    color: rgb(234, 79, 35);
    font-family: 'Playfair';
  }
  .read-more-btn.active::after{
    content: "\f077";
  }
  .read-more-btn::after{
    content: "\f078";
    font-family: "Font Awesome 6 Free";
    font-weight: 600;
    font-size: 12px;
    margin-left: 7px;
  }
/**************ABOUT US**************/
.abtTxt{padding: 50px 0;}
.abtinner{text-align: center;}
.abtinner p{
    font-size: 15px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.67;
    letter-spacing: -0.6px;
    text-align: center;
    color: #24272c;
}
.mainHeading{
    font-size: 42px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: -1px;
    text-align: center;
    color: #24272c;
    margin-bottom: 15px;
    font-family: "Playfair";
}
.table25 a {
    color: #24272c;
}
.btn-table {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
.btn-success {
    color: #fff !important;
    background-image: linear-gradient(to left, #ea4f23, #ea2330);
    border: 0;
    font-family: Montserrat;
}
.btn-success a {
    color: #fff !important;
}
.table25>tbody>tr>td{
    font-weight:500;
  }
  .table25>tbody>tr>td,.table25>thead>tr>th{
      padding: 8px !important;
      font-size:15px;
      line-height: 1.42857143;
      font-family: Montserrat;
      vertical-align: top;
  color:#24272c}
/***************************************/
.bgclr1{
    background: #25272c;
}
.bgclr2{background: #09CEE0;}
.bgclr3{background: #092F67;}
.pkgsec{padding: 50px 0;}
/**************PACKAGE***************/
.pkgbox{
    border: 1px solid #ddd;
    overflow: hidden;    
    background: #fff;
    border-radius: 12px;
    font-family: Montserrat;
    line-height: normal;
}
.pkgimg img{
    width: 100%;
    height: 155px;
    object-fit: cover;
}
.pkgTxt{padding: 15px;margin-top: -25px;}
.pkgtime {
    border-radius: 8px;
    background: #1D252D;
    color: #FFF;
    font-family: Montserrat;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    display: flex;
    padding: 4px 8px;
    width: 75px;
    z-index: 9;
    display: inline-block;
    margin-bottom: 10px;
}
.clock-div svg {
    margin-right: 8px;
}
.pkgTxt h4 a{
    color: #1D252D;
}
.pkgTxt h4{
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 15px;
}
ul.pkg_feature {
    padding: 0;
    list-style: none;
    display: flex;
    gap: 8px;
    font-size: 10px;
    margin-bottom: 15px;
}

ul.pkg_feature img {
    margin-bottom: 8px;
    width: 20px;
    height: 20px;
    object-fit: scale-down;
}

span.pkg_featTxt {
    font-weight: 500;
        display: block;
}
ul.pkg_des {
    display: flex;
    flex-wrap: wrap;
    font-size: 14px;
    list-style: none;
    gap: 5px;
    margin-bottom: 10px;
}

ul.pkg_des li {
    font-size: 10px;
    font-style: normal;
    font-weight: 600;
    border-radius: 4px;
    background: #DDE5ED;
    padding: 6px 7px;
}
ul.pkg_des {
    display: flex;
    flex-wrap: wrap;
    font-size: 14px;
    list-style: none;
    gap: 5px;
    margin-bottom: 15px;
}

ul.pkg_des li {
    font-size: 10px;
    font-style: normal;
    font-weight: 600;
    border-radius: 4px;
    background: #DDE5ED;
    padding: 6px 7px;
}

ul.pkg_consumeTime {
    list-style: none;
    font-size: 12px;
    font-weight: 500;
    display: flex;
    flex-direction: column;
    row-gap: 5px;
    margin-bottom: 15px;
}

ul.pkg_consumeTime li {
    position: relative;
    display: flex;
    align-items: center;
}
ul.pkg_consumeTime li::before{
    content:"";
   min-width:5px;
    height:5px;
    border-radius:50%;
    background:#979797;
    margin-right:10px;
}
ul.pkg_des {
    display: flex;
    flex-wrap: wrap;
    font-size: 14px;
    list-style: none;
    gap: 5px;
    margin-bottom: 15px;
    height: 55px;
    place-content: flex-start;
}

ul.pkg_des li {
    height: auto;
    font-size: 10px;
    font-style: normal;
    font-weight: 600;
    border-radius: 4px;
    background: #DDE5ED;
    padding: 6px 7px;
}

ul.pkg_consumeTime {
    list-style: none;
    font-size: 12px;
    font-weight: 500;
    display: flex;
    flex-direction: column;
    row-gap: 5px;
    margin-bottom: 25px;
}

ul.pkg_consumeTime li {
    position: relative;
    display: flex;
    align-items: center;
}
ul.pkg_consumeTime li::before{
    content:"";
   min-width:5px;
    height:5px;
    border-radius:50%;
    background:#979797;
    margin-right:10px;
}

.price_rs {
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 0px;
}

.price_rs span {
    font-size: 12px;
    font-weight: 400;
}

.dis_price del {
    color: #9F9F9F;
    font-size: 12px;
}

span.off_price {
    color: #3CB54F;
    font-weight: 800;
    font-size: 12px;
    margin-left: 5px;
}
.pkg_flower{text-align: end;text-align: -webkit-right;margin-bottom: 10px;}
.pkg_flower img{
    width: 50px;
}
.pkgupdate p {
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 5px;
}

button.btn.custom_enqbtn {
    width: 100%;
    display: block;
    padding: 13px 12px;
    background: linear-gradient(272deg, #D73B3A 2.13%, #FF7539 100%);
    color: #ffffff;
    font-weight: 600;
    border-radius: 9px;
    font-size: 14px;
}
.pkgslider .slick-slide{margin-right: 10px;}
.slick-arrow{
    background-color: #ffffff;
    z-index: 2;
    width: 50px;
    height: 50px;
    box-shadow: 0px 2px 5px #d1d1d1;
    border-radius: 50%;
    border: 0;
}
.slick-prev{
    left: -25px;
    line-height: 0;
    position: absolute;
    top: 110px;
}
.slick-next{
    right: -25px;
    line-height: 0;
    position: absolute;
    top: 110px;
}
.para-content, .para-content2, .para-content3, .para-content4, .para-content5 {
    display: none;
  }

  .dots, .dots2, .dots3, .dots4, .dots5 {
    display: inline;
  }

  .para-more-btn, .para-more-btn2, .para-more-btn3, .para-more-btn4, .para-more-btn5 {
    letter-spacing: normal;
    text-align: left;
    margin-bottom: 0;
    color: #24272c;
    font-size: 15px;
    background: transparent;
    border: 0;
    font-weight: 500;
  }
/**************PACKAGE LIST**************/
.pkglist_sidebar {
    width: 100%;
    height: 100%;
    background: #fff;
    padding: 2rem;
}

.pkglistsideinner h4 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 15px;
}

.checkbox input {
    width: 20px;
    height: 20px;
    margin-right: 10px;
}

.checkbox label {
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #000;
    font-weight: 500;
    margin-bottom: 15px;
}  
.pkglistsideinner {
    margin-bottom: 25px;
}
/*.dropdownSort {*/
/*    position: relative;*/
/*    display: block;*/
/*    width: 100%;*/
/*  }*/

/*  .dropdownSort select {*/
/*    padding: 10px;*/
/*    font-size: 12px;*/
/*    border: 1px solid #ccc;*/
/*    border-radius: 4px;*/
/*    background: #fff;*/
/*    cursor: pointer;*/
/*    width: 100%;*/
/*  }*/
/*.dropdownSort select option:hover{*/
/*    background-color: #f5f5f5 !important;*/
/*}*/
.pkglistPackages h3{
    font-family: 'Playfair';
    font-size: 34px;
    font-weight: 700;
}
.packages-meal {
    width: 100%;
    border-top: 1px solid rgba(36, 39, 44, 0.1);
    background: #ffffff;
    margin-top: 20px;
}

.packages-meal ul li {
    background: none;
    display: inline-block;
    padding: 17px;
    font-family: Montserrat;
    font-size: 12px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: -0.3px;
    text-align: center;
    color: #24272c;
    padding-bottom: 0;
}

.packages-meal ul li img {
    margin-right: 10px;
    vertical-align: middle;
}

.packages-meal ul {
    width: 100%;
    margin-bottom: 0px;
}

.not-avilable {
    opacity: 0.3;
}
.pkglistinner{margin-top: 50px;}
.pkglist{position: relative;}
.pkglistPackages{padding: 2rem 0;}
.pkglist::before{
    content: "";
    width: 75%;
    height: 100%;
    position: absolute;
    right: 0;
    background: #fafafa;
    z-index: -1;
    box-shadow: 25px 0px 27px -25px #d4d4d4 inset;
}
.pkglistbox{
    margin-bottom: 20px;
    padding: 20px;
    position: relative;
    background: #fff;
    box-shadow: 0 1px 3px 0 rgba(36, 39, 44, 0.05);
    -webkit-box-shadow: 0 1px 3px 0 rgba(36, 39, 44, 0.05);
    -moz-box-shadow: 0 1px 3px 0 rgba(36, 39, 44, 0.05);
}
.pkglistimg img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    border-radius: 5px;
}

h6.pkglistime {
    display: block;
    font-family: Montserrat;
    font-size: 13px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.54;
    letter-spacing: -0.4px;
    color: #0bcee0;
}

h4.pkglistTitle {
    font-family: Montserrat;
    font-size: 20px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 26px;
    letter-spacing: normal;
    color: #000000;
    padding-bottom: 10px;
    min-height: 60px;
}

h5.pricestarting {
    opacity: 1;
    font-family: Montserrat;
    font-size: 10px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #000000;
    margin-bottom: 5px;
}

.pkglistorgprice {
    font-family: Montserrat;
    font-size: 18px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.17;
    letter-spacing: -0.5px;
    color: #24272c;
    padding-bottom: 5px;
}

.pkglistorgprice del {
    opacity: 0.5;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.31;
    letter-spacing: -0.5px;
    color: #24272c;
    text-decoration: line-through;
    display: inline-block;
    padding: 0px 5px;
}

span.pkglprcoff {
    font-family: Montserrat;
    font-size: 10px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #ea2330;
    bottom: 2px;
}
.visited_place_desktop li {
    list-style: none;
    opacity: 1;
    font-family: Montserrat;
    font-size: 12px;
    font-weight: 500;
    font-style: normal;
    font-stretch: 500;
    line-height: normal;
    letter-spacing: -0.4px;
    color: #24272c;
    background: url(../images/arrow-tour.png) no-repeat left center;
    margin-bottom: 5px;
}
.pkglistbtn {
    margin-top: 50px;
}
.pkglistbtn {
    margin-top: 50px;
}

a.pkglistenq {
    display: block;
    width: 100%;
    height: 40px;
    border-radius: 4px;
    border: solid 1px #ea2330;
    background-image: linear-gradient(to left, #ea4f23, #ea2330);
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 40px;
    letter-spacing: -0.4px;
    text-align: center;
    color: #ffffff;
    margin-right: 0;
}

a.pkglistdetails {
    display: block;
    width: 100%;
    height: 40px;
    border-radius: 4px;
    background-color: #ffffff;
    border: solid 1px rgba(36, 39, 44, 0.3);
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: -0.4px;
    text-align: center;
    color: #24272c;
    display: inline-block;
    vertical-align: top;
    padding: 10px 0px;
}
/**************ADVENTURE SPORTS*************/
.advSports {
    background: #26272c;
    padding: 50px 0;
}
.advSportsTxt h4{
    color: #25272c;
    font-size: 16px;
    font-weight: 600;
}
.advSportsTxt p{
    color: #25272c;
    font-size: 14px;
    font-weight: 500;
    min-height: 150px;
    padding-bottom: 25px;
}
.advSportsBox {
    background: #fff;
    border-radius: 12px;
    line-height: normal;
    width: 100%;
    overflow: hidden;
    height: 100%;
}
.advSportsImg img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.advSportsTxt {
    padding: 15px;
}

.advbottomTxt {
    font-size: 12px;
    display: flex;
    align-items: center;
    gap: 5px;
}
.rowgap{row-gap: 20px;margin-top: 30px;}
/**************FLAVOUROF******************/
.flavourof{padding: 50px 0;}
.flavourBox{
    overflow: hidden;
    background: #fff;
    border-radius: 12px;
    font-family: Montserrat;
    line-height: normal;
}
.flavourImg img {
    width: 100%;
    height: 270px;
    object-fit: cover;
    border-radius: 12px;
}

.flavourImg {
    position: relative;
}

.flavourPrice {
    border-radius: 6px;
    background: #09cee0;
    bottom: 0;
    font-weight: 600;
    font-family: Montserrat;
    left: 0;
    position: absolute;
    padding: 7px 15px;
    color: #fff;
    font-size: 12px;
}

.flavourTxt h4 {
    color: #25272c;
    font-size: 14px;
    font-weight: 600;
    line-height: 22px;
    padding-top: 10px;
    margin-bottom: 15px;
}

.flavourTxt p {
    color: #929292;
    font-weight: 500;
    padding-top: 4px;
    font-size: 14px;
    margin-bottom: 0;
}

.flavourTxt h5 {
    color: #25272c;
    font-weight: 600;
    padding-top: 24px;
    font-size: 14px;
}
/**************DESTINATIONS*****************/
.section3-image-box {
    position: relative;
    display: inline-block;
    width: 100%;
    }
    
    .section3-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 78%);
    opacity: 0.4;
    transition: opacity 0.3s ease;
    border-radius: 20px;
    }
    
    .section3-image-box:hover .section3-overlay {
    opacity: 1;
    }
    .section3-image-box:hover .section3-overlay-content {
    display: block;
    width: 80%;
    margin: auto;
    }
    .section3-image-box:hover .section3-card-box-heading {
    display: none;
    }
    
    .section3-overlay-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: white;
    display: none;
    }
    .section3-overlay-content h3 {
    color: #fff;
    text-align: center;
    font-family: Montserrat;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    }
    .section3-overlay-content p {
    color: #fff;
    text-align: center;
    font-family: Montserrat;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 19px; /* 146.154% */
    }
    .section3-card-box-heading {
    margin: 0;
    position: absolute;
    bottom: 0;
    transform: translate(-50%, -50%);
    left: 50%;
    opacity: 1;
    color: #fff;
    font-size: 26px;
    font-weight: 700;
    width: 100%;
    text-align: center;
    font-family: "Playfair";
    }
    .section3-image-box .img-fluid {
        display: block;
        max-width: 100%;
        transition: opacity 0.3s ease;
        border-radius: 20px;
    }
    .destinations {
        background: #09cee0;
        padding: 50px 0;
    }
/**************TODO****************/
.todo{padding: 50px 0;}
.todoBox .advSportsTxt{
padding: 15px 0;
}
.todoBox .flavourImg img {
    height: 200px;
}
.todoBox .advbottomTxt {
    font-size: 14px;
    color: #000;
    font-weight: 500;
}
/*************faq***************/
.faq{
    background: #f5eacc;
    padding: 50px 0;
}
.accordion .accordion-item {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #cfc8b4;
}

.accordion button.accordion-button {
    background: transparent;
    box-shadow: none;
    padding-left: 0;
    padding-right: 0;
    color: #25272c;
    cursor: pointer;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
}
.accordion .accordion-item p{
    color: #25272c;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
}
/*************WHYUS****************/
.whyus{
    background: #082f66;
    padding: 50px 0;
}
.whyImg {
    width: 100px;
    height: 100px;
    object-fit: scale-down;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 30px;
}

.whyBox {
    text-align: center;
    color: #fff;
}

.whyTxt h4 {
    font-size: 18px;
    font-weight: 700;
    line-height: 26px;
}

.whyTxt p {
    color: #bdbdbd;
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    margin-bottom: 0;
}
/**************NEWS**************/
.newslider .slick-slide{margin: 0 15px;}
.newsImg img {
    border-radius: 10px;
    width: 100%;
    height: 250px;
    object-fit: cover;
}

a.newsCat {
    font-size: 14px;
    color: #09CEE0;
    padding-top: 15px;
    display: inline-block;
}

.newsTxt h4 {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 15px;
    padding-top: 5px;
}

.newsTxt h4 a {
    color: #25272c;
}

p.post-date {
    font-size: 14px;
    padding-top: 5px;
    margin-bottom: 0;
}
.news{padding: 50px 0;}
/**************FOOTER****************/
footer.footer-section {
    width: 100%;
    padding: 30px 0px;
    border-top: 2px solid #e1e2e3;
}

.footer-logo img {
    width: 150px;
}
.footer-widget-heading h3 {
    font-size: 20px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.7;
    letter-spacing: normal;
    color: #000000;
    font-family: 'Playfair';
    margin-bottom: 0;
}

.footer-text p {
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 2.43;
    letter-spacing: normal;
    color: #000000;
    padding-bottom: 10px;
}

.subscribe-form input[type="text"] {
    width: 100%;
    height: 50px;
    border-radius: 3px;
    background-color: #fafafa;
    border: solid 1px rgba(31, 34, 40, 0.1);
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #000000;
    padding: 0 140px 0px 19px;
}

.subscribe-form button {
    height: 37px;
    border-radius: 3px;
    background-color: #1f2228;
    font-family: Montserrat;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #ffffff;
    width: 108px;
    position: absolute;
    top: 6px;
    right: 6px;
    padding: 0px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.subscribe-form {
    position: relative;
}
.footer-box-last p {
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 2.29;
    letter-spacing: normal;
    color: #000000;
    margin-bottom: 0;
}
.footerFlower img{width: 150px;margin-top: 20px;}
.copyright-text p {margin-bottom: 0;font-size: 13px;font-weight: 500;font-style: normal;font-stretch: normal;line-height: normal;letter-spacing: normal;color: #000000;}
.copyright-area {
    border-top: 1px solid #e0e0e0;
    padding-top: 25px;
}
/**************MODAL****************/
#exampleModal{border-radius:10px;overflow:hidden;}
#exampleModal .btn-close{
        opacity: 1;
    position: absolute;
    top: 14px;
    right: 20px;
    z-index: 9;
    width: 34px;
    height: 34px;
    background-color: #dde5ed;
    border-radius: 50% !important;
}
.eqLft {
    background: linear-gradient(0deg, rgb(255 251 247) 33%, rgb(255 218 174) 100%);
    height: 100%;
    width: 100%;
}
.eqLftTxt, .eqRgt{
    padding: 50px 20px 0;
}
.eqLft h4 {
    font-family: Montserrat;
    font-size: 20px;
    font-weight: 800;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: -0.4px;
    color: #000;
    padding-bottom: 15px;
}
.eqLft ul{padding-left:15px;margin-bottom:20px;}
.eqLft ul li {
    color: #1d252d;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: normal;
    font-weight: 600;
    margin-bottom: 8px;
    list-style: decimal;
}
.enqPhone {
    display: flex;
    gap: 10px;
    margin-bottom:20px;
    
}

.enqPhoneIcon {
    min-width: 40px;
    height: 40px;
    background: linear-gradient(272deg, #D73B3A 2.13%, #FF7539 100%);
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
}

.enqPhoneIcon svg {
    color: #fff;
}

.enqPhoneTxt h6 {
    margin-bottom: 3px;
    font-size: 12px;
}

.enqPhoneTxt h5 {
    font-size: 16px;
    font-weight: 700;
}
.row.enqForm {
    row-gap: 20px;
}
.EnqInputs{position:relative;}
.EnqInputs input {
  width: 100%;
  padding: 0.75rem;
  font-size: 1rem;
  border: 1px solid #ccc;
  border-radius: 5px;
  outline: none;
}

.EnqInputs input:focus {
  border-color: #007bff;
}

.EnqInputs label {
  position: absolute;
  top: 50%;
  left: 0.75rem;
  transform: translateY(-50%);
  font-size: 0.875rem;
  color: #aaa;
  transition: 0.2s ease-in-out;
  pointer-events: none;
}

.EnqInputs input:focus + label,
.EnqInputs input:not(:placeholder-shown) + label {
  top: 0;
  font-size: 0.75rem;
  color: #000;
  background-color: #fff;
  padding: 0 0.25rem;
}

.EnqInputs input[type="date"]::-webkit-calendar-picker-indicator {
  position: absolute;
  right: 10px;
  cursor: pointer;
}
.eqRgt h4 {
    font-family: Montserrat;
    font-size: 30px;
    padding: 0px;
    font-weight: 800;
    margin-bottom: 30px;
}
button.EnqSubBtn {
    font-weight: 600;
    text-transform: inherit;
    letter-spacing: normal;
    height: 50px;
    width: 100%;
    border-radius: 5px;
    border: 0;
    background: linear-gradient(272deg, #D73B3A 2.13%, #FF7539 100%);
    color: #fff;
    font-size: 16px;
}
.enqChoose {
    margin-top: 35px;
}

.chooseBoxEnq {
    display: flex;
    align-items: center;
}

.EnqIcon img {min-width: 35px;height: 35px;margin-right: 10px;}

.EnqTxt {
    font-size: 13px;
    font-weight: 600;
    line-height: 16px;
}

.enqChoose h5 {
    margin-bottom: 20px;
    font-weight: 800;
    font-size: 20px;
}
/**************BREADCRUMB**************/
#breadcrumbs {
    border-bottom: 1px solid #d4d4d4;
    font-weight: 400;
    margin: 0;
    padding: 10px 0;
    background: transparent;
    border-radius: 0;
    color: #000;
}
.breadcrumb{margin-bottom:0;}
/*.breadcrumb{justify-content:center;}*/
.breadcrumb li a {
	color: #000;
}

.breadcrumb li a:hover {
	color: #fcca03;
}

.ds .breadcrumb > .active {
	color: #e6e4e4;
}

.breadcrumb > li + li:before {
	color: inherit;
	padding: 0 4px;
	content: "/";
	color: #fcca03;
}
.pkginner{padding:50px 0 20px;}
.pkginner h4{
    font-size: 42px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: -1px;
    color: #24272c;
    margin-bottom: 15px;
    font-family: "Playfair";
}
/*.quick-nav {*/
/*  border: 1px solid #ddd;*/
/*  padding: 20px;*/
/*  border-radius: 8px;*/
/*  max-width: 300px;*/
/*}*/
/*.quick-nav h2 {*/
/*      margin-bottom: 15px;*/
/*    font-size: 24px;*/
/*    font-weight: 800;*/
/*    font-family: 'Playfair';*/
/*}*/
/*.nav-list {*/
/*  list-style-type: none;*/
/*  padding: 0;*/
/*}*/

/*.nav-list li {*/
/*  margin-bottom: 10px;*/
/*}*/

/*.nav-btn {*/
/*  background: none;*/
/*  border: none;*/
/*  font-size: 18px;*/
/*  font-weight: bold;*/
/*  text-align: left;*/
/*  cursor: pointer;*/
/*}*/

/*.nav-btn svg{*/
/*        width: 30px;*/
/*    margin-bottom: 15px;*/
/*}*/
/*.nav-content {*/
/*  list-style-type: none;*/
/*  padding-left: 20px;*/
/*  margin-top: 0px;*/
/*  display: block;*/
/*}*/
/*#srinagar h5 a, .nav-content li a{color:#000;}*/
/*#srinagar h5{*/
/*        font-size: 16px;*/
/*    font-weight: 600;*/
/*}*/
/*.nav-content li {*/
/*  margin-bottom: 5px;*/
/*  font-size:14px;*/
/*}*/
/*.postinner {*/
/*    margin: 50px 0;*/
/*}*/

/*.postinner h3 {*/
/*    font-size: 30px;*/
/*    font-family: 'Playfair';*/
/*    font-weight: 800;*/
/*}*/

/*.postinner img {*/
/*    width: 100%;*/
/*    height: 300px;*/
/*    object-fit: cover;*/
/*}*/

span.postImgCaption {
    font-size: 13px;
    margin-bottom: 20px;
    display: block;
}
a.postbtn1 {
    padding: 10px;
    width: 100%;
    display: block;
    text-align: center;
    border-radius: 30px;
    background: #fdb930;
    color: #000;
    font-weight: 600;
    font-size: 14px;
}

a.postbtn2 {
    padding: 10px;
    width: 100%;
    display: block;
    text-align: center;
    border-radius: 30px;
    background: #00adcf;
    color: #fff;
    font-weight: 600;
    font-size: 14px;
}

a.postbtn3 {
    padding: 10px;
    width: 100%;
    display: block;
    text-align: center;
    border-radius: 30px;
    border: 1px solid #d4d4d4;
    color: #000;
    font-weight: 600;
    font-size: 14px;
}
.postinner h5 {
    font-size: 24px;
    font-family: 'Playfair';
    font-weight: 800;
    margin-bottom: 0;
    display: flex;
    align-items: center;
}
.postinner h5::before{
    content:"";
    width: 5px;
    height: 5px;
    background:#000;
    border-radius:50%;
    display: inline-block;
    margin-right: 10px;
}
.placeVisitBox img {
    width: 100%;
    height: 180px;
    border-radius: 10px;
    margin-bottom: 10px;
}

.placeVisitBox h4 {
    font-size: 16px;
    font-weight: 600;
}

.placeVisitBox {
    margin-bottom: 30px;
}
.peopleRead td a{color:#000;}
.bg-none{background:none;}
.postCatg {
    border: solid 1px rgba(36, 39, 44, 0.1);
    box-shadow: 0 1px 4px 0 rgba(36, 39, 44, 0.05);
    -webkit-box-shadow: 0 1px 4px 0 rgba(36, 39, 44, 0.05);
    -moz-box-shadow: 0 1px 4px 0 rgba(36, 39, 44, 0.05);
    padding: 15px;
    border-radius: 4px;
}

.postCatg h4 {
    font-size: 24px;
}

.postCatg ul li a {
    display: flex;
    align-items: center;
}

.postCatg ul li a img {
    max-width: 35px;
    margin-right: 10px;
}

.postCatg ul li a p {color: #000;margin-bottom: 0;}

.postCatg ul li {
    margin-bottom: 10px;
}
.postCatg ul li:last-child {
    margin-bottom: 0px;
}
.request-call {
    margin-top: 20px;
    width: 100%;
    float: left;
    border-radius: 6px;
    background-color: #36475c;
    text-align: center;
    padding: 27px 18px 20px 18px;
    margin-bottom: 30px;
}

.request-call figure {
    background: #ffffff;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    text-align: center;
    margin: 0px auto;
    margin-bottom: 13px;
}

.request-call figure img {
    padding-top: 14px;
}

.request-call h3 {
    font-family: 'Playfair', sans-serif !important;
    font-size: 30px;
    font-weight: bold;
    line-height: 1.4;
    letter-spacing: -0.8px;
    color: #ffffff;
}

.request-call p {
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: -0.4px;
    color: #ffffff;
    padding-bottom: 25px;
}

.request-call input {
    margin-bottom: 17px;
    width: 100%;
    float: left;
    height: 48px;
    box-shadow: 0 2px 12px 0 rgba(36, 39, 44, 0.08);
    background: #ffffff;
    border: solid 1px rgba(36, 39, 44, 0.15);
    border: none;
    text-align: center;
    font-family: Montserrat;
    font-size: 14px;
    font-weight: normal;
    letter-spacing: -0.4px;
    color: #24272c;
    text-transform: capitalize;
}

.request-call .blog-submit {
    margin: 0 auto;
    float: none;
    display: inline-block;
    border-radius: 4px;
    background-image: linear-gradient(to left, #ea4f23, #ea2330);
    font-family: Montserrat;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: -0.4px;
    color: #ffffff;
    border: none;
    padding: 12px 56px;
}

.request-call form {
    text-align: center;
}
.pkgList{padding:50px 0;}
/**************PACKAGE LIST*****************/
.itineraryDays .accordion-item:nth-child(1) .accordion-button::before{
    color:#9cc903;
}
.itineraryDays .accordion-item:nth-child(2) .accordion-button::before{
    color:#fb7a03;
}
.itineraryDays .accordion-item:nth-child(3) .accordion-button::before{
    color:#02afd1;
}
.itineraryDays .accordion-item:nth-child(4) .accordion-button::before{
    color:#d0288c;
}
.itineraryDays .accordion-item:nth-child(5) .accordion-button::before{
    color:#fdc904;
}
.itineraryDays .accordion-button::before{
    content:"\f192";
    display:inline-block;
        font-family: "Font Awesome 6 Free";
    font-weight: 900;
    margin-right:20px;
}
.pkgdetailinner {
    padding: 50px 0;
}

h6.pkgdays {
    color: #fdb930;
    font-weight: 600;
}

h4.pkgName {
    font-family: 'Playfair';
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 20px;
}

span.pkgprice {
    font-size: 22px;
    font-weight: 800;
}

.pkgpricebox del {
    font-size: 16px;
    color: #a4a4a4;
}

span.priceoff {
    font-size: 14px;
    color: red;
}
.enquiry-form {
  display: flex;
  flex-direction: column;
}

.enquiry-form input {
  margin-bottom: 15px;
  padding: 10px;
  font-size: 16px;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.enquiry-form input:focus {
  border-color: #ff4500;
  outline: none;
  box-shadow: 0 0 5px rgba(255, 69, 0, 0.5);
}

.enquiry-form button {
      background-image: linear-gradient(to left, #ea4f23, #ea2330);
  color: #fff;
  font-size: 16px;
  padding: 10px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  transition: background-color 0.3s;
}

.enquiry-form button:hover {
     background-image: linear-gradient(to left, #ea2330, #ea4f23);
}
.pkginnerSide {
    margin-top: -100px;
        height: 100%;
}
.pkgSideChoose{
    position: sticky;
    top: 0;
}

.pkgSideForm, .pkgSideChoose {
    background: #ffffff;
    box-shadow: 0 1px 10px 0 rgba(36, 39, 44, 0.07);
    padding: 20px 25px 24px 25px;
    border-radius: 8px;
    margin-bottom: 25px;
}
.pkgSideChoose h4 {
    font-family: 'Playfair';
    font-weight: 700;
}

.pkgSideChoose ul li {
    display: flex;
}

.pkgchooseimg img {
    min-width: 30px;
}

.pkgchooseimg {
    margin-right: 15px;
}

.pkgchooseTxt h5 {
    font-size: 16px;
    margin-bottom: 5px;
    font-weight: 600;
}

.pkgchooseTxt p {
    font-size: 12px;
}
.card-bg-light {
    padding: 20px;
    border-radius: 10px;
        background: #F8FAFB;
        margin-top:30px;
}
/**************CONTACT US***************/
.contactus{padding:50px 0;}
.avatar.avatar-lg {
    min-width: 2.813rem;
    height: 2.813rem;
    line-height: 2.813rem;
    font-size: 1rem;
    text-align:center;
}
.contactus h2{
        font-size: 22px;
    font-weight: 700;
}
.contact-form button[type=submit]{
    border-radius: 4px;
    background-image: linear-gradient(to left, #ea4f23, #ea2330);
    height: 30px;
    display: block;
    padding: 4px 12px;
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    border:0;
}
/**************ABOUT US*****************/
.abtpg{padding:50px 0;}
.choose-card .choose-icon span {
  width: 64px;
  height: 64px;
      background-color: #006591;
    padding: 20px;
    font-size: 26px;
}
.choose-card h6 {
    font-size: 18px;
    font-weight: 600;
    color: #000;
}
.teambox {
  position: relative;
  margin-bottom: 40px;
}
.teambox .card {
  box-shadow: var(--box-shadow-md); /* Replace $box-shadow-md with appropriate value */
}
.teambox .card .team-overlay {
  position: absolute;
  bottom: -22px;
  left: 50%;
  width: 80%;
  margin: auto;
  transform: translateX(-50%);
  border-radius: 38px;
  box-shadow: var(--box-shadow-sm); /* Replace $box-shadow-sm with appropriate value */
  z-index: 1;
}
@media (max-width: 1200px) { /* Replace xl with the actual breakpoint value */
  .teambox .card .team-overlay {
    bottom: 30px;
  }
}
.teambox .card .team-overlay {
    position: absolute;
    bottom: -22px;
    left: 50%;
    width: 90%;
    margin: auto;
    transform: translateX(-50%);
    border-radius: 38px;
    box-shadow: 0px 4.4px 12px -1px rgba(222, 222, 222, 0.36);
    z-index: 1;
}
.team-overlay h5 {
    font-size: 20px;
    margin-bottom: 0;
    font-weight: 600;
}

.team-overlay p {
    margin-bottom: 0;
    color: #8e8e8e;
}
.teamslider .slick-slide{margin:0 15px;}
/**************FERRY BOOKING***************/
.top_search{
    padding: 20px;
    box-shadow: 0 0 10px #d4d4d4;
    border-radius: 15px;
    margin-top: -10%;
    position: relative;
    background: #fff4dd;
    z-index: 9;
}
.top_search .form-label {
    color: #ea232f;
    display: block;
    font-weight: 600;
    margin-top: 10px;
    font-size: 14px;
    letter-spacing: 0.6px;
}
.top_search .form-btn input{
    width: 100%;
        background-image: linear-gradient(to left, #ea4f23, #ea2330);
    border: 0;
    color: #fff;
}
.top_search .nav-tabs .nav-item .nav-link.active{
        background-image: linear-gradient(to left, #ea4f23, #ea2330);
    color: #fff;
}
.top_search .nav-tabs .nav-item .nav-link{
    padding: 7px 20px;
    border-radius: 5px;
    font-size: 14px;
    margin-right: 10px;
    border: 0;
    position: relative;
    background: #ea4c2421;
    color: #000;
    font-weight: 500;
}
.form-deletebtn{text-align: center;}
.form-deletebtn a{font-size: 26px;
    color:  #ea232f;
    display: inline-block;}
    .abt_btn{
        padding: 8px 20px;
            background-image: linear-gradient(to left, #ea4f23, #ea2330);
        border-radius: 5px;
        color: #fff;
        font-weight: 500;
        display: inline-block;
    }
.ferrysearch{    margin: 100px 0 50px 0;}
.form-steps {
	display: block;
	width: 100%;
	position: relative;
	margin: 40px 0;
}

.form-steps:after {
		content: "";
		display: table;
		clear: both;
}

.form-steps__item {
		padding: 0;
		position: relative;
		display: block;
		float: left;
		width: 33.33%;
		text-align: center;
}

.form-steps__item-content {
		display: inline-block;
}

.form-steps__item-icon {
		background: lightgray;
		color: lightslategray;
		display: block;
		border-radius: 100%;
		text-align: center;
		width: 40px;
		height: 40px;
		line-height:32px;
		margin: 0 auto 10px auto;
		position: relative;
		font-size: 13px;
		font-weight: 700;
		z-index: 2;
		border: 5px solid;
}

.form-steps__item-text {
		font-size: 13px;
		color: lightslategray;
		font-weight: 500;
}

.form-steps__item-line {
		display: inline-block;
		height: 3px;
		width: 100%;
		background: lightgray;
		float: left;
		position: absolute;
		left: -50%;
		top: 20px;
		z-index: 1;
		border: 5px solid lightslategray;
}

.form-steps__item--active .form-steps__item-icon {
		background: green;
		color: white;
		border-color: mediumseagreen;
}

.form-steps__item--active .form-steps__item-text {
		color: green;
		font-weight: 600;
}

.form-steps__item--active .form-steps__item-line,
.form-steps__item--completed .form-steps__item-line {
		background: green;
		border: 5px solid mediumseagreen;
}

.form-steps__item--completed .form-steps__item-text {
		color: #4f5e77;
}

.form-steps__item--completed .form-steps__item-icon {
	background: green;
  background-image: url(data:image/svg+xml;base64,PHN2ZyBkYXRhLW5hbWU9IkxheWVyIDEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDkuMTIgNyI+PHBhdGggZmlsbD0iI2ZmZiIgZD0iTTkuMTIgMS4wNkw4LjA2IDAgMy4xOCA0Ljg4IDEuMDYgMi43NiAwIDMuODIgMy4xOCA3bDUuOTQtNS45NHoiLz48L3N2Zz4=);
  color: transparent;
  background-size: 10px;
  background-repeat: no-repeat;
	background-position: center center;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border: 5px solid mediumseagreen;
}

@media only screen and (max-width: 767px) {
    .pkglist_sidebar {
    padding: 0rem;
}
    .advSportsTxt p {
    min-height: auto;
    padding-bottom: 0;
}
    .packages-meal ul li {
    padding: 15px 5px;
    }
    .packages-meal ul li img {
    margin-right: 5px;
 }
    .pkglistimg {
    margin-bottom: 15px;
}
.pkglistbtn {
    margin-top: 20px;
}
a.pkglistenq {
    margin-bottom: 10px;
}
    .pkglistbox {
    padding: 10px;
    border: 1px solid #d4d4d4;
    }
.homeBannerTxt h1 {
    font-size: 2rem;
}
.homeBannerTxt p {
    font-size: 18px;
    margin: 0 0 20px;
}
.slick-prev {
    left: 0;
    top: 80px;
}
.slick-next {
    right: 0;
    top: 80px;
}
.pkglist::before{display:none;}
.pkglistPackages {
    padding: 0rem 0;
}
.pkglistinner {
    margin-top: 10px;
}
		.form-steps__item-icon,
		.form-steps__item--completed .form-steps__item-icon {
				width: 30px;
				height: 30px;
				line-height: 22px;
		}

		.form-steps__item-line {
				top: 15px;
		}
}

.form-steps__item-icon:after {
	  content: '';
    position: absolute;
    top: 50%;
    right: -5px;
    width: 5px;
    height: 3px;
    background: lightgrey;
    display:none;
}

.form-steps__item-icon:before {
	content: '';
	position: absolute;
    top: 50%;
    left: -5px;
    width: 5px;
    height: 3px;
    background: lightgrey;
    display:none;
}

.form-steps__item--active .form-steps__item-icon:before,
.form-steps__item--completed .form-steps__item-icon:after,
.form-steps__item--completed .form-steps__item-icon:before {
	background: green;
}

.form-steps__item:last-child .form-steps__item-icon:after {
	background: lightslategray;
}

.form-steps__item--active .form-steps__item-icon:after,
.form-steps__item:last-child.form-steps__item--active .form-steps__item-icon:after,
.form-steps__item:first-child.form-steps__item--active .form-steps__item-icon:before,
.form-steps__item:first-child.form-steps__item--completed .form-steps__item-icon:before{
	background: mediumseagreen;
}
.trend-full {
        border: 3px dashed #d3d3d3;
}
.trend-item1::before {
	 display: none;
}
 .trend-item2 {
	 position: relative;
	 transition: transition;
	 height: 100%;
	 overflow: hidden;
}
 .trend-item2 > a {
	 background-size: cover;
	 height: 100%;
	 width: 100%;
	 background-position: center;
	 display: inline-block;
	 transition: transition;
}
 .trend-item2::before {
	 display: none;
}
 .trend-image1 {
	 position: relative;
	 height: 100%;
	 overflow: hidden;
	 transition: all ease-in-out 0.5s;
}
 .trend-image1 > a {
	 background-size: cover;
	 height: 100%;
	 width: 100%;
	 background-position: center;
	 display: inline-block;
	 transition: all ease-in-out 0.5s;
}
.travel-info {
  display: flex;
  align-items: center;
  gap: 20px;
  text-align: center;
      justify-content: start;
}

.time {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.time-text {
  font-size: 1.5rem;
  color: #3f51b5;
  font-weight: bold;
}

.location {
  font-size: 1rem;
  color: #666;
  margin-top: 0px;
}

.travel-duration {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #3f51b5;
}

.duration {
  font-size: 1rem;
  margin-bottom: 10px;
}

.icon {
  font-size: 2rem;
}

.rating span {
    color: #ffbc00;
    display: inline;
    font-size: 14px;
}
.trend-content h3 a{color:#000;}
.profastnew {
    display: flex;
    align-items: center;
    list-style: none;
    gap: 20px;
    margin-bottom:10px;
}

.profastnew li {
    background: #c2f5ff;
    font-size: 12px;
    padding: 5px 15px;
    border-radius: 5px;
}
.modalSlider{margin-bottom:20px;}
.modalSlider img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

label[for="pkgSelect"]{
        display: contents;
}
h3.ticket-type {
    font-size: 18px;
}

span.seats-left {
    font-size: 14px;
    color: #505050;
}
ul.features {
    list-style: none;
    display: flex;
    font-size: 14px;
    gap: 5px;
    flex-wrap: wrap;
}

ul.features li {
    width: 47%;
}

.price {
    text-align: center;
}

.discount-price {
    text-decoration: line-through;
    font-size: 14px;
    color: #828282;
}

.original-price {
    font-size: 20px;
    font-weight: 700;
}
.ticket-card {
    border: 1px solid #d4d4d4;
    padding: 10px;
    border-radius: 10px;
    margin-bottom: 15px;
}
.seat-booking {
  display: inline-block;
  max-width: 600px;
  width: 100%;
}

.legend {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-bottom: 40px;
}
.legend-item .seat{width:20px;height:20px;}

.legend-item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
}

.seats-container {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.seats-container .row{row-gap:10px;}
.seat {
  width: 30px;
  height: 30px;
  border-radius: 5px;
  cursor: pointer;
  display: inline-flex;
  align-items:center;
  border: 2px solid #ccc;
  justify-content:center;
}

/* Seat colors */
.seat.available {
      background-color: #fff;
    border-color: #4caf50;
    color: #4caf50;
}
.seat.available:hover{
      background-color: #4caf50;
    color: #fff;
}
.seat.reserved {
     background-color: #cfcfcf;
    cursor: not-allowed;
    color: #a4a4a4;
}

.seat.selected {
      background-color: #ffffff;
        box-shadow: 0 0 4px 0px inset #ffa100;
    border-color: #ffa100;
}
.seat.selected:hover {
      background-color: #ffa100;
    color:#fff;
}
.contact-wrap {
    box-shadow: 0 0 4px #d4d4d4;
    border-radius: 20px;
}
/**************PLACE DETAIL****************/
.review_listing {
    background-color: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    padding: 25px;
    box-sizing: content-box;
    box-shadow:0 0px 4px rgb(3 27 78 / 21%);
    margin-bottom: 30px
}

.review_listing figure {
    width: 40px;
    height: 40px;
    overflow: hidden;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    float: left;
    margin-right: 15px
}

.review_listing figure img {
    width: 40px;
    height: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%)
}

.review_listing small {
    display: block;
    font-weight: 500;
    margin-top: 3px;
    font-size: 13px;
    font-size: .8125rem
}

.review_listing h3 {
    font-size: 14px;
    font-size: .875rem;
    color: #999;
    margin: 8px 0 3px
}

.review_listing h3 strong {
    color: #222;
    font-weight: 500
}

.review_listing h4 {
    font-size: 18px;
    font-size: 1.125rem;
    margin-bottom: 15px
}

.review_listing ul {
    margin: 0;
    text-align: center;
    color: #999
}

.review_listing ul li {
    display: inline-block
}

.review_listing ul li:first-child {
    float: left
}

.review_listing ul li:last-child {
    float: right
}

.review_listing ul li strong {
    margin-right: 3px;
    font-weight: 600
}

.rating {
    color: #999;
    font-size: 12px;
    font-size: .75rem
}

.rating svg {
    width: 20px !important;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    height: 20px;
    padding:4px;
    display: inline-block;
    background-color: #32a067;
    color: #fff;
    line-height: 20px;
    text-align: center;
    margin-right: 2px
}

.rating svg.icon_star-empty {
    background-color: #ccc
}

.rating em {
    display: inline-block;
    margin-left: 10px
}
.image-grid {
  display: flex;
  gap: 10px;
  justify-content: center;
}

.image-grid img {
  cursor: pointer;
  object-fit: cover;
}

.image-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

.image-modal img {
  max-width: 90%;
  max-height: 90%;
}

.image-modal .modal-close,
.image-modal .modal-prev,
.image-modal .modal-next {
  position: absolute;
  background: none;
  border: none;
  color: white;
  font-size: 2rem;
  cursor: pointer;
}

.image-modal .modal-close {
  top: 10px;
  right: 10px;
}

.image-modal .modal-prev {
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
}

.image-modal .modal-next {
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.gallerimg img{
    width:100%;
    height:200px;
    object-fit:cover;
}
 /* Popup styles */
    .popup {
      display: none;
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.8);
      justify-content: center;
      align-items: center;
      z-index: 9999;
      text-align:center;
    }
    .popup img {
      max-width: 90%;
      max-height: 90%;
          height: 100%;
    }
    .popup .close {
      position: absolute;
      top: 20px;
      right: 20px;
      font-size: 30px;
      color: white;
      cursor: pointer;
    }
    .popup .prev,
    .popup .next {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      font-size: 30px;
      color: white;
      cursor: pointer;
      user-select: none;
    }
    .popup .prev {
      left: 20px;
    }
    .popup .next {
      right: 20px;
    }
/**************HOTEL*****************/
.hotelinner{padding:50px 0;}
.hotelbox, .cityhotelbox {
    border: 1px solid #d4d4d4;
    border-radius: 15px;
    overflow: hidden;
}

.hotelimg img,  .cityhotelimg img{
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.hotelTxt, .cityhotelTxt {
    padding: 10px;
}

.hotelTxt a {
    color: #000;
    font-weight: 600;
    font-size: 14px;
}
h6.cityHotelLocate {
    margin-bottom: 5px;
    font-weight: 600;
    color: #d73b3a;
    font-size: 14px;
}

h4.cityHotelName {
    margin-bottom: 5px;
    font-size: 20px;
    font-weight: 700;
}

.cityhotelTxt .rating {
    margin-bottom: 15px;
}
/**************BOOK TOUR****************/
.bookAndamanBox {
    border: 1px solid #d4d4d4;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom:30px;
}

.bookAndamanInner {
    display: flex;
}

.bookAndamanImg img {
    border-radius: 0 120px 120px 0;
    width: 100%;
    height: 250px;
}

.bookAndamanImg {
    min-width: 30%;
    position: relative;
}

.bookAndamanTxt h4 {
    font-size: 26px;
    font-family: 'Montserrat';
    font-weight: 600;
    line-height: 30px !important;
}

.bookAndamanTxt {
    min-width: 70%;
    padding: 30px;
    padding-bottom: 0;
    position: relative;
}

.bookAndamanTxt h4 a {
    color: #000;
}

a.bookAndamanDetail {
    position: absolute;
    right: 20px;
    bottom: 20px;
    color: #ea242f;
}
.blog_list{padding:50px;}
.border_1 {
    border: 1px solid #dde4ef;
}

.bg_lighto {
    background: #f3f6fb !important;
}
.blog_pg1r1 .tags li a {
border: 1px solid #dde4ef;
margin: 0px 2px 6px 0px;
padding: 8px 16px 8px 16px;
display: inline-block;
font-size: 14px;
transition: 0.3s;
}
.blog_pg1r1 .tags li a:hover{
background:#4338ca;
color:#fff;
border: 1px solid #4338ca;
}
ul.social-network {
list-style: none;
display: block;
margin-left:0 !important;
padding: 0;
}
ul.social-network li {
display: inline-block;
}
.social-circle a {
    background: #111;
    border-radius: 3px;
}
.blog_d2il img {
    width: 100%;
    height: 130px;
    object-fit: cover;
}
/* footer social icons */
.social-network a.icoRss:hover {
background-color: #F56505;
}
.social-network a.icoFacebook:hover {
background-color:#3B5998;
}
.social-network a.icoTwitter:hover {
background-color:#33ccff;
}
.social-network a.icoGoogle:hover {
background-color:#BD3518;
}
.social-network a.icoVimeo:hover {
background-color:#0590B8;
}
.social-network a.icoLinkedin:hover {
background-color:#007bb7;
}
.social-network a.icoRss:hover i, .social-network a.icoFacebook:hover i, .social-network a.icoTwitter:hover i,
.social-network a.icoGoogle:hover i, .social-network a.icoVimeo:hover i, .social-network a.icoLinkedin:hover i {
color:#fff;
}
a.socialIcon:hover, .socialHoverClass {
color:#44BCDD;
}
.social-circle li a {
display:inline-block;
position:relative;
margin:0 2px 0 2px;
-moz-border-radius:50%;
-webkit-border-radius:50%;
border-radius:50%;
text-align:center;
width: 40px;
height: 40px;
}
.social-circle li i {
margin:0;
line-height:40px;
text-align: center;
}

.social-circle li a:hover i, .triggeredHover {
-moz-transform: rotate(360deg);
-webkit-transform: rotate(360deg);
-ms--transform: rotate(360deg);
transform: rotate(360deg);
-webkit-transition: all 0.2s;
-moz-transition: all 0.2s;
-o-transition: all 0.2s;
-ms-transition: all 0.2s;
transition: all 0.2s;
}
.social-circle i {
color: #fff;
-webkit-transition: all 0.8s;
-moz-transition: all 0.8s;
-o-transition: all 0.8s;
-ms-transition: all 0.8s;
transition: all 0.8s;
}
.footerLinks ul {
    list-style: none;
}

.footerLinks ul li {
    position: relative;
    padding-left: 20px;
    font-size: 14px;
    margin: 5px 0;
}
.footerLinks ul li:before{
    content:"\f054";
    font-family:"Font Awesome 6 Free";
    position:absolute;
    font-weight: 600;
    left:0;
    
}
.footerLinks ul li a {
    color: #000;
}
ul.footerLogos {
    list-style: none;
    display: flex;
    gap: 10px;
}
.footer-clients{
        background: #d4d4d4;
    padding: 10px;
    border-radius: 10px;
}
.footerLogos li {
    width: 11.5%;
}

.footerLogos li img {
    width: 100%;
    height: 100px;
    background: #f4f4f4;
    padding: 10px;
    border-radius: 10px;
    object-fit: scale-down;
}
 .whtBox {
    z-index: 9999;
    position: fixed;
    bottom: 20px;
    right: 20px;
 
    cursor: none;
    background: #1ebb0b !important;
}
.whtBox .conBox {
    display: flex;
    background: #1ebb0b !important;
}

.whtBox .conTxt {
    flex: 1;
    margin-left: 5px;
    line-height: 16px;
}

.whtBox {
    padding: 5px 14px;
    color: #fff;
    border-radius: 45px;
    font-weight: 500;
    box-shadow: 0px 8px 15px rgba(0,0,0,.1);
    transition: all .3s ease 0s;
    cursor: pointer;
    outline: none;
    font-size: 16px;
    background: #1ebb0b;
}
.whtBox .conBox img {
    vertical-align: text-top !important;
    background: #fff;
    border-radius: 50%;
    padding: 5px;
    width: 30px;
    height: 30px;
}

.whtBox button span {
    display: block;
    text-align: center;
    font-size: 18px;
}

.whtBox img {
    background: transparent !important;
    border-radius: 0 !important;
    padding: 0 !important;
    width: 25px !important;
    height: 25px !important;
}


.whtBox button {

    color: #fff;
    font-size: 13px;
    border: none;
    background: transparent;
    padding: 0;
    line-height: 17px;
    text-transform: capitalize;
    font-weight: bold;
    text-align: left;
}
.whtBox .conImg {
    padding-top: 5px;
    cursor: none;
}
/**************WHATSAPP****************/
/**************RESPONSIVE***************/
.eqLftTxt, .eqRgt {
    padding: 40px 15px;
}
  @media (max-width:767px){
      .footerLogos li {
    width: 30.5%;
}
ul.footerLogos {
    flex-wrap: wrap;
}
.footerLogos li img {
    height: 60px;
}
      .bookAndamanInner {
    flex-direction: column;
      }
      .bookAndamanImg {
    width: 100%;}
    .bookAndamanImg img {
    border-radius: 0;
}
.bookAndamanInner {
    flex-direction: column;
    display: flex;
    gap: 0;
}
.bookAndamanTxt {
    padding: 20px;
    padding-bottom: 50px;
}
.bookAndamanTxt h4 {
    font-size: 20px;
}
      .abtpg .postCatg{
              margin-top: 50px;

      }
      .pkginnerSide {
    margin-top: 0px;
 }
      a.postbtn1, a.postbtn2{margin-bottom:10px;}
      .mainHeading, .pkginner h4{line-height:1;}
      #exampleModal .btn-close {
    top: 10px;
    right: 10px;
    width: 30px;
    font-size: 12px;
    height: 30px;
}
.eqRgt h4 {
    font-size: 20px;
    margin-bottom: 20px;
}
      .eqLft, .enqChoose{display:none;}
       .topmid p {
        padding-top: 10px;
    }
    /*#navbarSupportedContent{*/
    /*    position: absolute;*/
    /*    height: 500px;*/
    /*    overflow: scroll;*/
    /*    z-index: 999;*/
    /*    background: #fff;*/
    /*    width: 100%;*/
    /*    left: 0;*/
    /*    padding: 20px;*/
    /*    box-shadow: 0 0 10px #d4d4d4;*/
    /*}*/
    
        
  }
  @media (max-width:991px) and (min-width:768px){
      .footerLogos li img{height:50px;}
       .bookAndamanInner {
    flex-direction: column;
      }
      .bookAndamanImg {
    width: 100%;}
    .bookAndamanImg img {
    border-radius: 0;
}
.bookAndamanInner {
    flex-direction: column;
    display: flex;
    gap: 0;
}
.bookAndamanTxt {
    padding: 20px;
    padding-bottom: 50px;
}
.bookAndamanTxt h4 {
    font-size: 20px;
}
      .homeBannerTxt p {
    margin: 0 0 20px;
}
 .homeBannerTxt h1 {
    font-size: 2.5rem;
 }  
  }
  @media (max-width:1199px) and (min-width:992px){
      .bookAndamanImg {
    width: 40%;
      }
  }
  @media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1170px;
    }
}
input.wpcf7-form-control.wpcf7-submit.has-spinner {
    background-image: linear-gradient(to left, #ea4f23, #ea2330);
    color: #fff;
    font-size: 16px;
    padding: 10px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.3s;
}