@import url('https://fonts.googleapis.com/css2?family=Gorditas:wght@400;700&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&amp;display=swap');


:root {
  --primary-color: #813205;
  --seconday-color: #000;
  /* --primary-font:"Gorditas", serif; */
  --primary-font: "Inter", sans-serif;
  --secondary-font: "Inter", sans-serif;
}

* {
  margin: 0;
  padding: 0px;
  box-sizing: border-box;
  text-decoration: none;
}

body {
  background: #F2F4F4;
  font-family: var(--secondary-font);
}

/* header start */

.header_nav {
  position: absolute;
  width: 100%;
  top: 0px;
  left: 0px;
  z-index: 111;
}

.top_header {
  background: #FCA80DA1;
}

.top_header_text {
  text-align: center;
  font-size: 16px;
  color: #000;
  font-weight: bold;
  margin: 0px;
  padding: 7px 0px;
}

.es_contte {
  list-style: none;
  padding: 0px;
  margin: 0px;
  display: flex;
  gap: 30px;
  align-items: center;
}

a.query_cdnt {
  padding: 14px 11px;
  background: #fff;
  border-radius: 10px;
  color: var(--primary-color);
  font-weight: bold;
  font-size: 14px;
}

.call_bos {
  height: 40px;
  width: 40px;
  border-radius: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.call_bos img {
  width: 22px;
}

.connect_call {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
}

.connect_call p {
  margin: 0px;
}




/* main_header */

.main_header {
  background: #813205AB;
  padding: 5px 0px;
}

.nav_bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
}


.brand-logo {
  height: 60px;
}

.menu_list_ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
  display: flex;
  align-items: center;
  gap: 15px;
}

.navi_link {
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  background: none;
  border: none;
  outline: none;
}

.left_side {
  display: flex;
  align-items: center;
  gap: 20px;
}

/* header end */



/* banner start */

.banner_panel {
  background: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url(../../Images/banner-img.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.banenr_Suubgs {
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  color: #fff;
}

.banenr_headingg {
  font-size: 40px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  margin-top: 25px;
}

.banenr_headingg span {
  color: #FCB10F;
}

.bannner_lise_tab {
  list-style: none;
  padding: 0px;
  margin: 0px;
  display: flex;
  justify-content: center;
}

.search_inpt {
  width: 65%;
  margin: auto;
  position: relative;

}

.banner_inpt {
  border-radius: 20px;
  border: 1px solid #252020;
  outline: none;
  width: 100%;
  font-size: 17px;
  color: #0000004F;
  font-weight: bold;
  padding: 13px 20px;
}

.serch_iso {
  position: absolute;
  right: 6px;
  top: 6px;
  z-index: 2;

}

.listBnt {
  height: 37px;
  width: 122px;
  color: #000;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
}

.srchbt {
  border-radius: 20px 0px 0px 0px;
}

.conctBnt {
  background: var(--primary-color);
  color: #fff;
  border-radius: 0px 20px 0px 0px;
}

.search_panel {
  margin-top: 35px;
}



.dropdown-menu {
  transform: translate(0px, 47px) !important;
  border-radius: 0px !important;
}

/* whyChoose start */

.bottom_why_choose {
  position: absolute;
  left: 0px;
  bottom: 20px;
  width: 100%;
}

.flex_choose_box {
  display: flex;
  align-items: center;
  gap: 15px;
}

.flex_choose_box h1 {
  font-size: 29px;
  color: #fff;
  font-weight: 400;
  font-family: var(--primary-font);
}

.cont_choose h3 {
  font-size: 18px;
  color: #fff;
  font-family: var(--primary-font);
}

.choose_img {
  height: 45px;
  width: 45px;
}

.banner_starr svg {
  color: #FCA80D;
  /* height: 30px;
  width: 30px; */
}

/* banner end */


.section_panel {
  margin-top: 40px;
}

.main_heading {
  font-size: 32px;
  font-family: var(--primary-font);
  font-weight: 700;
  padding-left: 10px;
  border-left: 4px solid var(--primary-color);
  margin-bottom: 40px;
}

.uniq_text_span {
  color: var(--primary-color)
}

/* hero section start */



.hero_section {
  /* background:url('../../Images/rajasthan-ads-group-banner.png'); */
  background: url(https://here4trip.com/assets/images/ads/3.jpg);
  /* background-position: center; */
  background-size: cover;
  height: 300px;
  border-radius: 10px;
  padding: 30px;

}

.camel_img {
  height: 190px;
}

.offer_heading {
  color: #FCB10F;
  font-family: 'Gorditas';
  font-size: 25px;
  font-weight: bold;
  background: #000;
  margin: 0px;
  padding: 10.5px 50px;
  display: inline-block;
  border-radius: 10px 30px 10px 30px;
  box-shadow: 0px 1px 11.2px #FCB10FB2;
}

.camel_first {
  margin-top: 10px;
  margin-top: 45px;
}

h1.hero_heading {
  font-size: 32px;
  color: #fff;
  width: 80%;
  margin-bottom: 20px;

}

button.price_show {
  background: #FCB10F;
  border-radius: 30px;
  border: none;
  outline: none;
  font-family: var(--primary-font);
  font-size: 15px;
  padding: 10px 20px;
  font-weight: bold;
  text-shadow: -1px 4px 4.9px rgba(0, 0, 0, .25);
}


.banner_Hero_flex {
  display: flex;
  justify-content: space-between;
}

.row_panel {
  display: flex;
  align-items: center;
}

.camel_second {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

.hero_ul {
  padding: 0px;
  list-style: none;
  margin: 0px;
  margin-top: 20px;
}

.hero_li {
  display: flex;
  align-items: center;
  gap: 20px;
  color: #fff;
  font-weight: bold;
  font-size: 17px;
  line-height: 37px;
}

/* hero section end */

/* destination start */

.destination_card {
  position: relative;
}

.dest_img {
  height: 280px;
  border-radius: 10px;
  object-fit: cover;
  width: 100%;
}

.destination_name {
  position: absolute;
  bottom: 0px;
  padding: 10px;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: end;
  justify-content: center;
  background: linear-gradient(0deg, #00000085, transparent);
  border-radius: 10px;

  text-align: center;
}

.destination_name h1 {
  font-size: 24px;
  font-family: var(--primary-font);
  color: #fff;

}

.destination_name h6 {
  color: #fff;
  font-size: 14px;
}

.slider_parent {
  margin-top: 0px;
}

.country-tabs {
  display: table;
  margin: 15px auto 0;
}

.country-tabs ul {
  border-bottom: 0;
}

.country-tabs button {
  width: 110px;
  margin: 0 5px;
  border: 1px solid #333;
  padding: 5px 0;
  background: #333;
  border-radius: 6px;
  color: #fff;
}

.country-tabs button.active {
  background: #0075c5;
  color: #fff;
  border-color: #0075c5;
}

/* destination End */


/* spacial package start */

.heading_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
}

.viewAll {
  font-size: 14px;
  font-weight: 700;
  border-radius: 5px;
  background: #fff;
  border: 1px solid var(--primary-color);
  color: var(--primary-color);
  text-decoration: none;
  padding: 10px 20px;
}

.mrgin_botto {
  margin-bottom: 0px;
  font-family: var(--primary-font);
  font-size: 32px;
}


img.pack_img {
  height: 228px;
  object-fit: cover;
  border-radius: 10px 10px 0px 0px;
}

.pack_img_box {

  position: relative;
}

span.day_iteneary {
  font-size: 17px;
  border-radius: 10px;
  border: 1px solid #FCB10F;
  padding: 0px 15px;
  background: #fff;
  font-weight: bold;
  font-family: var(--primary-font);
  position: absolute;
  top: 10px;
  right: 8px;
}

.package_detail {
  padding: 10px;
  background: #fff;
  border: 1px solid #BAACAC;
  border-radius: 0px 0px 10px 10px;
}

.package_name {
  text-align: center;
  font-size: 14px;
  height: 64px;
  color: #4B2E0F;
  /* white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; */
}

.price_showaa {
  display: flex;
  justify-content: center;
  gap: 20px;
  font-size: 16px;
}

.del_price {
  color: gray;
  text-decoration: line-through;
}

span.actial_price {
  color: #FCB10F;
  font-weight: bold;
}

.button_navi {
  display: flex;
  justify-content: space-between;
}

.button_navi a {
  font-size: 12px;
  padding: 5px 10px;
  text-decoration: none;
  width: 49%;
  text-align: center;
  border-radius: 5px;
}

.query_btn {
  background: var(--seconday-color);
  color: #fff;
}

.tour_btn {
  background: var(--primary-color);
  color: #fff;
}

/* spacial package End */

.add_margin_bottom {
  margin-bottom: 20px;
}

.most_city {
  height: 342px;
  border-radius: 25px;
  object-fit: cover;
  width: 100%;
}

.radius_new {
  border-radius: 20px;
}


/* new card one start */

.recomended_package {

  font-size: 18px;
  color: #4B2E0F;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.recomended_package_price {
  display: flex;
  gap: 20px;
  font-size: 16px;
}

.box_fof_ter {
  display: flex;
  justify-content: center;
  margin-bottom: 10px;

}

.new_day_iternary {
  padding: 3px 10px;
  background: #FCB10F;
  border-radius: 5px;
  font-size: 16px;
  font-family: var(--primary-font);
  color: #fff;
}

.recomended_package_deta {
  padding: 10px;
  background: #fff;
  border: 1px solid #BAACAC;
  border-radius: 0px 0px 10px 10px;
  margin-top: -18px;
  padding-top: 0px;
}

/* new card one end */


/* middle section start */

.middle_sec {
  margin-top: 80px;
  margin-bottom: 80px;
  background: linear-gradient(90deg, #F5EE723B, #F5AB0C1A);
  padding: 25px 0px;
}

.middle_row {
  display: flex;
  align-items: center;
  gap: 10px;
}

.tex_der {
  font-size: 16px;
  margin: 0px;
  font-weight: bold;
}

.icon_middle {
  height: 50px;
  width: 50px;
}

/* middle section end */


/* experiece start */

.mrgin_right_bottom {
  margin-left: 15px;
  margin-top: 8px;
  display: block;
}

.pera_conte {
  font-size: 19px;
  font-weight: 400;
  margin-top: 30px;
  margin-bottom: 30px;

}

.expe_box {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
}

img.icon_exp {
  height: 50px;
  width: 50px;
}

h3.exp_title {
  font-size: 26px;
  font-weight: bold;
  margin: 0px;
}

p.exp_sub_title {
  font-size: 21px;
  margin: 0px;
}

.viewAll_travel {
  border: 1px solid var(--primary-color);
  font-weight: bold;
  font-size: 15px;
  padding: 20px 15px;
  font-family: var(--primary-font);
  text-decoration: none;
  color: var(--primary-color);
  background-color: #fff;
  border-radius: 20px;
  margin-top: 30px;
  display: block;
  width: fit-content;
  margin-left: 72px;
}


.parent_exp {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

.div1_exp {
  grid-area: 1 / 1 / 3 / 2;
}

.div2_exp {
  grid-area: 1 / 2 / 2 / 3;
}

.div3_exp {
  grid-area: 2 / 2 / 3 / 3;
}

.exp_card_img {
  position: relative;
}

.long_img {
  height: 534px;
  border-radius: 10px;
  object-fit: cover;
  width: 100%;
}

.half_img {
  height: 262px;
  border-radius: 10px;
  object-fit: cover;
  width: 100%;
}

.widh_box {
  width: 90%;
  margin-left: auto;
}

/* experiece End */


/* review start */

.text_aree {
  font-size: 23px;
  text-align: center;
  margin-bottom: 40px;
}

.user_pic {
  height: 55px;
  width: 55px !important;
  border-radius: 50%;
  object-fit: cover;
}

.review_box {
  padding: 20px;
  border-radius: 20px;
  background: #fff;
}

.review_header {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 20px;
}

h3.review_user {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 0px;
}

.review_cmt {
  font-size: 16px;
}

.review_posted {
  font-size: 16px;
  margin-bottom: 0px;
}

.active_start svg {
  color: #FCB10F;
}

.disables_start svg {
  color: gray;
}

/* review end */



/* blogs start */

.blog_box {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 15px 10px;
  box-shadow: inset 2px 6px 4px 0px rgba(129, 50, 5, 0.5),
    inset -2px -6px 4px 0px rgba(129, 50, 5, 0.5);
  border-radius: 20px;
  background: #fff;
  margin-bottom: 20px;
}

.blog_img_here {
  width: 106px;
  height: 101px;
  border-radius: 20px 0px 0px 20px;
}


.blog_heading_title {
  font-size: 17px;
  font-weight: bold;
  color: #000;
}

.blog_date_update {
  color: #777777;
  font-size: 16px;
  margin-bottom: 0px;
}

.main_box {
  align-items: center;
  gap: 14px;
  padding: 15px 15px;
  box-shadow: inset 2px 6px 4px 0px rgba(129, 50, 5, 0.5),
    inset -2px -6px 4px 0px rgba(129, 50, 5, 0.5);
  border-radius: 20px;
  background: #fff;
}

.main_blog_img {
  height: 237px;
  border-radius: 20px 20px 0px 0px;
  margin-bottom: 30px;
  width: 100%;
}

.date_main_blog {
  font-size: 16px;
  font-weight: bold;
  color: #777777;
}

.main_blog_title {
  font-size: 27px;
  margin-bottom: 15px;
  font-weight: bold;
  color: #000;
  display: block;
}

.extra_padding {
  padding-bottom: 70px;
}

/* blogs end */


/* footer */

footer {
  background: #2F343C;
  position: relative;
  margin-top: 20px;
  padding-top: 20px;
}

.menu_footer {
  /* position: absolute;
  width: 100%;
  top: -164px;
  left: 0px; */

}

.parent_footer {
  display: grid;
  grid-template-columns: repeat(3, 0.7fr) 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 0px;
}

.footer_box {
  border-right: 2px solid #2F343C;
  height: 350px;
  font-family: "Poppins", sans-serif;
}

.menu_link_here {
  padding: 80px 50px;
  background: #fff;
  border-radius: 35px;

}

.title_footer {
  color: #424242;
  font-size: 18px;
  letter-spacing: 0.5px;
  font-weight: bold;
}

a {
  text-decoration: none;
}

.parent_footer_grid .destination_card {
  display: block;
}

ul.footer_ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

.footer_link_nav {
  font-size: 14px;
  color: #424242B2;
  line-height: 25px;
  letter-spacing: 0.5px;
  font-weight: 400;
}

.img_footer_grid {
  height: 101px;
  width: 101px;
  border-radius: 10px;
  object-fit: cover;
  width: 100%;
}

.titie_ffote {
  font-size: 15px !important;
  margin-bottom: 0px;
}

.parent_footer_grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(3, 1fr);
  grid-column-gap: 8px;
  grid-row-gap: 8px;
}

.div1_footer_grid {
  grid-area: 1 / 1 / 2 / 2;
}

.div2_footer_grid {
  grid-area: 1 / 2 / 2 / 3;
}

.div3_footer_grid {
  grid-area: 1 / 3 / 2 / 4;
}

.div4_footer_grid {
  grid-area: 2 / 1 / 3 / 2;
}

.div5_footer_grid {
  grid-area: 2 / 2 / 3 / 3;
}

.div6_footer_grid {
  grid-area: 2 / 3 / 3 / 4;
}

.div7_footer_grid {
  grid-area: 3 / 1 / 4 / 2;
}

.div8_footer_grid {
  grid-area: 3 / 2 / 4 / 3;
}

.div9_footer_grid {
  grid-area: 3 / 3 / 4 / 4;
}


.border_noneforrs {
  border-right: none !important;
}

.color_red {
  color: #FF000099;
}

.logo_panel {
  display: flex;
  justify-content: center;
  padding: 50px 30px;
  gap: 20px;
  align-items: center;
}

.line_borde {
  width: 100%;
  height: 2.5px;
  background: #fff;
}

.footer_logo {
  height: 70px;
}

.socail_links_foooter {
  display: flex;
  justify-content: center;
  gap: 70px;
}

.link_class_img {
  height: 50px;
  width: 50px;
  border-radius: 50%;
}

.copy_link {
  margin-top: 30px;
  margin-bottom: 20px;
  color: #fff;
  text-align: center;
  font-size: 20px;
}

.description {
  margin-top: 30px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  font-size: 20px;
  margin-bottom: 0px;
}




/* footer End */



/* header Responsive style */
.navBars svg {
  color: #fff;
  height: 40px;
  width: 40px;


}

.offcanvas-header {
  background: #2F343C;
}

.toggel_child {
  display: none;
  background: #f2f2f2;
  padding: 20px;
}

.list_navsdf.active .toggel_child {
  display: block;
}

.btn-close {
  filter: invert(1);
  opacity: 1;
}

.mob_nav_lnk {
  list-style: none;
  padding: 0px;
  margin: 0px;

}

.navAnchor {
  display: flex;
  justify-content: space-between;
  padding: 10px 0px;
  border-bottom: 1px solid #ddd;
  color: #000;
}

.list_ehrer {
  padding: 0px 19px;
  margin: 0px;
}

.casd_nots {
  color: #000;
  font-size: 13px;
  padding-bottom: 5px;
  display: block;
}

.mob_menu {
  display: none;
}








/* dettails page start */

.overviewSclips {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}



.overviewSclips.readmore {
  overflow: hidden;
  text-overflow: initial;
  display: initial;
  -webkit-line-clamp: initial;
  -webkit-box-orient: initial;
}

.osreadmore {
  text-decoration: none;
  font-size: 14px;
  color: var(--primary-color);
  font-weight: bold;
}


img.blog_im_here {
  height: 235px;
  object-fit: cover;
  border-radius: 10px 10px 0px 0px;
  width: 100%;
}

.logldfr_blog {
  font-size: 15px;
  color: #000;
  font-weight: 700;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.blog_contnter {
  border: 1px solid #E1DFDF;
  border-top: none;
  padding: 15px;
  background-color: #fff;
  border-radius: 0px 0px 10px 10px;
}

.overviewSclips p {
  font-size: 14px;
  margin-top: 8px;
}



/* top details page start */

.long_t_img {
  height: 431px;
  border-radius: 20px;
  object-fit: cover;
}

.sm_t_img {
  height: 183px;
  object-fit: cover;
  border-radius: 20px;
  margin-bottom: 20px;
}

.smlg_t_img {
  height: 414px;
  object-fit: cover;
  border-radius: 20px;

}

.moreimg {
  position: relative;
}

.viewMoewPicf {
  position: absolute;
  bottom: 20px;
  right: 20px;
  width: 160px;
  height: 46px;
  background: #00000070;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 17px;
  font-family: var(--primary-font);
  color: #FCB10F;
  font-weight: 400;
  gap: 7px;
}


.review_cmpt {
  font-size: 17px;
  color: #000000;
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  width: 70%;

}

.revoe_know {
  text-align: center;
  width: 30%;
}

.view_mement {
  height: 77px;
  width: 77px;
  border-radius: 50%;
}

.view_nems {
  font-size: 17px;
  font-weight: bold;
}

.review_packge {
  background: #fff;
  padding: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
  border-radius: 20px;
}

.newfmial {
  font-family: var(--primary-font);
}

.box_details_panel {
  margin-bottom: 20px;
  padding: 20px;
  border-radius: 20px;
  background: #fff;
}

.mrig {
  margin-bottom: 0px;
}

.sdf_df {
  font-size: 23px;
  font-family: var(--primary-font);
  color: #000;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.mrig_nres {
  margin-bottom: 15px;

}

.brdheader {
  border-bottom: 1px solid #ddd;

}

.viewMoewPicf_new {


  width: auto;
  height: auto;
  padding: 5px 10px;
  right: 10px;
  bottom: 10px;

  position: absolute;


  background: #00000070;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 17px;
  font-family: var(--primary-font);
  color: #FCB10F;
  font-weight: 400;
  gap: 7px;
}

/* about detial page */
.incl_itme {
  list-style: none;
  padding: 0px;
  display: flex;
  justify-content: space-between;

}

.item_facilits {
  width: 24%;
  border: 1px solid var(--primary-color);
  background-color: #F5F5F5;
  border-radius: 10px;
  display: flex;
  align-items: center;
  padding: 7px;
  gap: 7px;
}

.item_facilits img {
  height: 25px;
  width: 25px;
}

.item_facilits p {
  display: flex;
  flex-direction: column;
  margin-bottom: 0px;
}

.dur_gary {
  color: #717171;
  font-size: 14px;


}

.coir_numm {
  font-size: 14px;
  font-weight: bold;
  color: #000
}

.inclusion_here {
  margin-top: 20px;
}

.headig_incl {
  font-size: 14px;
  color: #717171;
  font-family: var(--primary-font);
  margin-top: 20px;
  margin-bottom: 10px;
}

.scroll_nav {
  display: flex;
  justify-content: space-between;
  list-style: none;
  padding: 0px;
  margin: 0px;


}

.scroll_nav li {
  font-size: 15px;
  font-weight: bold;
}

.mainoverview {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 11;
  -webkit-box-orient: vertical;
}



.mainoverview.readmore {
  overflow: hidden;
  text-overflow: initial;
  display: initial;
  -webkit-line-clamp: initial;
  -webkit-box-orient: initial;
}

.mainoverview p {
  font-size: 15px;
  list-style: 30px;
  margin-top: 20px;
}

/* top deaitl spagg end */


/* day wise */

.itinerary_box {
  margin-top: 20px;
}

.day_box {
  padding: 5px;
  border-radius: 10px;
  border: 1px solid #E1DFDF;
  margin-bottom: 10px;
  position: relative;
}

.hideup_panel {
  display: none;
}

.toggleDay {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
}

.cout_day {
  padding: 12px 19px;
  background: #D9D9D9;
  border-radius: 10px;
  font-size: 15px;
}

p.title_Day {
  font-size: 15px;
  font-weight: bold;
  margin: 0px;
}

.ui_aarow {
  position: absolute;
  top: 20px;
  right: 10px;

}

.day_box.active .hideup_panel {
  display: block;
}

.conte_per {
  font-size: 14px;
  margin-top: 10px;
}


.getPdf {
  font-weight: bold;
  font-size: 12px;
  color: var(--primary-color);
  border: 2px solid var(--primary-color);
  width: 105px;
  height: 40px;
  border-radius: 20px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
}


/* gallry */

.parent_gallary {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

.div1_gallary {
  grid-area: 1 / 1 / 3 / 3;
}

.div2_gallary {
  grid-area: 1 / 3 / 2 / 4;
}

.div3_gallary {
  grid-area: 1 / 4 / 2 / 5;
}

.div4_gallary {
  grid-area: 2 / 3 / 3 / 4;
}

.div5_gallary {
  grid-area: 2 / 4 / 3 / 5;
}

.galalrt_img {
  width: 100%;
  border-radius: 20px;
}

.larrgeess {
  height: 235px;
  object-fit: cover;
}

.shoert {
  height: 112.5px;

}

.box_taleess {
  border-radius: 10px;
  border: 1px solid #E1DFDF;
  margin-top: 20px;
  padding: 10px;
}

.table_headr {
  font-size: 17px;
  color: #000000;
  font-weight: 400;
  border-bottom: 1px solid #E1DFDF;
  padding-bottom: 10px;
}

.list_inc_point {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

.incl_pinters {
  font-size: 15px;
  color: #000000;
  display: flex;
  align-items: start;
  gap: 10px;
  margin-bottom: 10px;
}

.incl_pinters img {
  height: 15px;
  width: 15px;
}

td,
th {
  font-size: 14px;
  color: #000000;
  padding: 10px;
  border-right: 1px solid #E1DFDF;
  text-align: center;
}

.readius_here {
  border-radius: 10px;
  border: 1px solid #E1DFDF;
}

.uniBox {
  padding: 30px 0px;
}

.svg_right svg {
  height: 30px;
  width: 30px;
  color: green
}

.svg_wrong svg {
  color: red;
  height: 30px;
  width: 30px;
}

.text_descriptp {
  font-size: 14px;
}

table {
  width: 100%;
}

.thing_get {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 15px;
}

.cionsdf_thing {
  height: 80px;
  width: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #ebf2fa;
}

.cionsdf_thing svg {
  height: 30px;
  width: 30px;
}

.text_descriptp_Sdf {
  font-size: 14px;
  width: 85%;
}

.price_der {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}

.price_der p {
  display: flex;
  gap: 10px;
  align-items: center;
  margin: 0px;
}

.del_rupee {
  color: #717171;
  font-size: 15px;
  font-family: var(--primary-font);
}

.actual_rupee {
  font-size: 24px;
  font-weight: bold;
  font-family: var(--primary-font);
  color: var(--primary-color);
}

.per_person {
  font-size: 14px;
  border: 1px solid var(--primary-color);
  color: var(--primary-color);
  padding: 8px 15px;
  border-radius: 20px;
  background: #fff;
  font-family: var(--primary-font);
}

.details_booknow {
  border-radius: 20px;
  background-color: var(--primary-color);
  color: #fff;
  font-family: var(--primary-font);
  font-size: 15px;
  width: 100%;
  padding: 10px 0px;
  display: block;
  text-align: center;

}

.inptBoxx_type {
  font-size: 14px;
  border: 3px solid #E1DFDF;
  width: 100%;
  color: #717171;
  padding: 10px 15px;
  font-size: 400;
}

.form_box {
  margin-bottom: 10px;
}

.submit_qury {
  border-radius: 5px;
  width: 100%;
  border: none;
  outline: none;
  color: #fff;
  background: var(--primary-color);
  padding: 15px;
  font-weight: bold;
}

.btn_stylle {
  font-weight: bold;
  font-size: 12px;
  color: var(--primary-color);
  border: 2px solid var(--primary-color);
  border-radius: 20px;
  background: #fff;

  padding: 10px 20px;
}

.social_a_docu {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

/* detaills page end */




.view-by-destination {
  overflow: hidden;
}

.view-by-destination h2 {
  margin: 20px 0px 10px 0;
  padding: 10px 10px;
  font-size: 22px;
  font-weight: 600;
  color: #000;
  border-left: 4px solid var(--hover-color);
}

.view-by-destination ul {
  list-style: none;
  padding: 0;
  display: flex;
  overflow-x: auto;
  overflow-y: hidden;
  scrollbar-width: none;
  /* Firefox */
  -ms-overflow-style: none;
  margin-bottom: 5px;
  /* IE and Edge */
}

.view-by-destination ul::-webkit-scrollbar {
  display: none;
  /* Chrome, Safari, Opera */
}

.view-by-destination ul li {
  padding: 0 10px 10px 0;
}

.view-by-destination ul li a {
  white-space: nowrap;
  padding: 10px;
  display: block;
  min-width: 145px;
  border: 1px solid #0075c5;
  border-radius: 10px;
  font-size: 16px;
  color: #000000;
  text-decoration: none;
  text-align: center;
}

.view-by-destination ul li a.active,
.view-by-destination ul li a:hover {
  color: #fff;
  background: linear-gradient(142deg, #0075c5 0%, #0075c58a 100%) !important;
}


.tour-cat-card {
  border: 1px solid #ddd;
  border-radius: 10px;
  background: #fff;
}

.tour-cat-img {
  position: relative;
  display: table;
  width: 100%;
  height: 100%;
}

.tour-cat-img img {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  object-fit: cover;
  height: 100%;
}
.tour-cat-img span {
    position: absolute;
    top: 15px;
    right: 15px;
    background-color: yellow;
    padding: 0 5px;
    border-radius: 4px;
    font-size: 14px;
    border: 1px solid #fff;
}
.tour-cat-info label {
    display: flex;
    font-size: 14px;
    line-height: 19px;
    font-weight: 500;
}
.tour-cat-info label i {
    margin-top: 6px;
    margin-right: 5px;
    color: #0b7bc7;
}

.tour-cat-img label {
  padding: 1px 9px;
  color: #333;
  display: inline-block;
  font-weight: 500;
  font-size: 16px;
  background: yellow;
  border-radius: 5px;
  position: absolute;
  top: 10px;
  right: 20px;
}

.tour-cat-info {
  padding: 20px;
  position: relative;
  height: 100%;
}

.tour-cat-info h2 {
    color: #fe9a10;
    font-weight: 700;
    width: 100%;
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 10px;
    text-transform: capitalize;
}

.tour-cat-info span {
  position: initial;
  right: 15px;
  top: 15px;
  font-size: 20px;
}

.tour-cat-info ul {
  display: flex;
  padding: 0;
  margin: 0;
  width: 100%;
  position: absolute;
  bottom: 20px;
}

.tour-cat-info ul li {
  text-align: center;
}

.tour-cat-info ul li {
  float: left;
  list-style: none;
  margin-right: 12%;
}

.tour-cat-info ul li span {
  display: table;
  font-size: 14px;
  font-weight: 300;
  margin: 4px auto 0;
}

.tour-cat-info ul li img {
  height: 25px;
}

.tour-cat-pricing {
  position: relative;
  height: 100%;
  padding: 20px;
}



.tour-cat-pricing-bl {
  border-left: 1px solid #ddd;
}

.tour-cat-pricing p {
  margin-bottom: 6px;
  color: #000;
}

.tour-cat-pricing p>span {
  font-size: 16px;
  color: #7C7C7C;
  text-decoration: line-through;
  display: block;
  padding: 5px 0;
}

.tour-cat-pricing p strong {
  font-size: 26px;
}

.tour-cat-pricing p strong span {
  font-size: 16px;
  color: #7C7C7C;
  font-weight: 500;
  display: table;
}

.tour-cat-pricing a {
  display: inline-block;
  background: linear-gradient(142deg, #0075c5 0%, #0075c58a 100%);
  border-radius: 10px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  text-decoration: none;
  font-weight: 500;
  padding: 7px 10px;
  margin-top: 7px;
  width: 100%;
}

.tour-list .container {
  max-width: 1300px;
}

.tour-list {
  background: #fbfbfb;
  margin-bottom: 200px;
}

.tour-list .container-fluid {
  padding: 0px 0px !important;
}

.pac-inclusions {
    height: auto;
    margin-top: 8px;
    margin-bottom: 60px;
    
}
.pac-inclusions h6 {
    font-size: 16px;
    margin-bottom: 3px;
    font-weight: 600;
    display: table;
    border-bottom: 1px solid #fe9a10;
    color: #fe9a10;
}
.pac-inclusions ul {
    display: table;
    width: 100%;
    position: unset;
}
.pac-inclusions ul li {
    list-style: inside;
    font-size: 13px;
    margin: 0 !important;
    font-weight: 500;
    clear: both;
    text-align: justify  !important; 
}




















.siderform {
  border-radius: 6px;
  /* border: 1px solid var(--hover-color); */
  background: rgb(255, 255, 255);
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 20.6px 0px;
  border-radius: 12px;
  padding: 25px;
  margin-top: 15px;
  padding-bottom: 0;
}

.formsidebarfinal .mb-3 {
  position: relative;
  margin-bottom: 25px !important;
}

.formsidebarfinal label.form-label {
  position: absolute;
  top: -12px;
  left: 9px;
  background: #fff;
  font-size: 14px;
  padding: 2px 3px;
}

.formsidebarfinal input {
  padding: 12px 11px;
  padding-left: 15px;
}

.formsidebarfinal input:focus,
.formsidebarfinal input:active,
.formsidebarfinal input:hover {
  border: 1px solid var(--hover-color);
}

.formsidebarfinal i {
  position: absolute;
  top: 16px;
  left: 15px;
  font-size: 16px;
}

.formsidebarfinal span {
  font-weight: 600;
}

.formsidebarfinal {
  padding: 0;
}

button.formsubmitsidebar {
  width: 100%;
  border: 0px;
  padding: 10px 0px;
  font-size: 15px;
  border-radius: 10px;
  background: #0075c5;
  color: #fff;
}

.formheadeing h4 {
  font-size: 18px;
  font-weight: bold;
  color: #0075c5;
}

.formheadeing p {
  font-weight: 600;
  margin-top: 0;
  text-align: center;
  font-size: 22px;
  margin-bottom: 18px;
}

ul.form-belo-btn {
  padding: 0;
  display: flex;
}

ul.form-belo-btn li {
  float: left;
  list-style: none;
  text-align: center;
  width: 100%;

  margin: 7px 5px 15px 5px;

}

ul.form-belo-btn li a {
  background-color: #f4f7f0;
  color: #14371f;
  border: 1px solid #ddd;
  padding: 6px 0;
  width: 100%;
  display: table;
  border-radius: 8px;
  padding-left: 7px;
  font-size: 14px;
}

ul.form-belo-btn li a i {
  position: unset;
  font-size: 14px;
}


.rightBlcok {
  background: #fff;
  margin-bottom: 20px;
  border-radius: 10px;
  padding: 15px;
  overflow: hidden;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 20.6px 0px;
}

.rightMenu ul {
  list-style: none;
  padding: 0px;
  margin: -15px;
}

.rightMenu ul li a {
  font-size: 16px;
  color: #222222;
  text-decoration: none;
  display: block;
  padding: 5px 30px;
  line-height: 22px;
  position: relative;
  margin-bottom: 5px;
  padding-left: 40px;
}

.rightMenu ul li a i {
  position: absolute;
  left: 7px;
  top: 21px;
  transform: translateY(-50%);
  color: #a7a7a7;
}

.rightMenu ul li a span {
  font-size: 13px;
  color: #999;
  display: table;
  line-height: 16px;
}

.pack-banner {
  position: relative;
}

.pack-banner::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0 !important;
  width: 100%;
  height: 205px;
  background-position: center;
  /* z-index: 1; */
  background: transparent linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000a6 100%) 0% 0% no-repeat padding-box;
}

.pack-banner h4 {
  font-size: 45px;
  font-weight: 800;
  color: #fff;
  line-height: normal;
  text-transform: uppercase;
  position: absolute;
  bottom: 15px;
  z-index: 11;
  max-width: 1220px;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
}

.pack-banner h4 span {
  background: linear-gradient(to right, #0075c5 39%, #FFFFFF 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  animation: shine 2s infinite;
}























.luxury-car {
  position: relative;
}

.luxury-car-banner {
  position: relative;
  padding-top: 108px;
  height: 90vh;
}

.luxury-car-desc {
  display: table;
  width: 100%;
  margin: 10% 0;
}

.luxury-car-banner>.container {
  z-index: 1;
  position: relative;
}

.luxury-car-banner img {
  position: absolute;
  height: 459px;
  width: 100%;
  object-fit: cover;
}

.luxury-car-desc h4 {
  color: #fff;
  text-transform: uppercase;
  font-size: 30px;
}

.luxury-car-desc p {
  color: #fff;
}

.luxury-car-desc ul {
  max-width: 450px;
  width: 100%;
  margin-top: 35px;
  padding: 0;
}

.luxury-car-desc ul li {
  float: left;
  width: 50%;
  color: #fff;
  line-height: 32px;
  list-style: none;
}

.luxury-car-desc ul li i {
  color: #0076c4;
}

.luxury-background-overlay {
  background-color: #000000;
  opacity: 0.5;
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  position: absolute;
}

.luxury-car-form {
  background: #18181899;
  padding: 15px 25px;
  border-radius: 10px;
  margin: 30px 0;
  border: 1px solid #fff;
}

.luxury-car-form h4 {
  font-size: 17px;
  text-align: center;
  padding: 4px 0;
  border-radius: 4px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 15px;
}

.luxury-car-form input {
  width: 100%;
  height: 50px;
  padding: 0 15px;
  border: none !important;
  background: #faf5ee;
  font-weight: 500;
  font-size: 14px;
  border-radius: 8px;
  margin-bottom: 10px;
}

.luxury-car-form button {
  width: 100%;
  border: 1px solid #0076c4;
  background: #0076c4;
  color: #fff;
  padding: 8px 0;
  border-radius: 5px;
  font-weight: 600;
}

.luxury-car-form button:hover {
  border: 1px solid #0076c4;
  background: #fff;
  color: #0076c4;
}



section.why-choose-us-new {
  margin: 40px 0;
}

.why-choose-us-card {
  background: #ffffff;
  min-height: 200px;
  padding: 20px;
  border-radius: 9px;
  text-align: center;
  border: 1px solid #ddd;
}

.why-choose-us-card img {
  margin: 0 auto 15px;
  display: table;
  max-width: 55px;
}

.why-choose-us-card p {
  margin: 0;
  line-height: 22px;
}

.why-choose-us-card h6 {
  font-weight: 600;
  font-size: 14px;
}

.why-choose-us-card p {
  margin: 0;
  line-height: 22px;
  font-weight: 500;
  font-size: 15px;
}

.key-info.luxury-list-info {
  background-color: #fff;
  padding: 0 30px;
}

section.key-info.luxury-list-info ul li {
  float: left !important;
  width: 30%;
  margin-right: 26px;
}


.taxi-faq {
  display: table;
  width: 100%;
}

section.home-content-desc {
  background: #f2f2f266;
}

.sightseening-details {
  margin-top: -20px;
}

.sightseening-header h4 {
  margin: 10px 15px;
  font-size: 20px;
  font-weight: 600;
  color: #00171f;
}

.sightseening-desc {
  padding: 15px;
  font-size: 14px;
}

.sightseening-desc p {
  margin: 0;
  font-size: 14px;
}

.car-card {
  border: 1px solid #e7e7e7;
  margin-bottom: 15px;
}

.car-card img {
  display: block;
  width: 100%;
}

.car-details {
  display: table;
  width: 100%;
  background-color: #f0f7f5;
  padding: 5px 4px;
  margin: 0;
}

.car-details h4 {
  float: left;
  width: 52%;
  font-family: system-ui;
  font-size: 15px;
  margin: 0;
}

.car-details h4 span {
  display: table;
  font-weight: 700;
  font-size: 10px;
  margin-top: 3px;
  text-transform: uppercase;
}

.car-details a.common-btn {
  padding: 3px 6px;
  float: right;
  display: table;
  margin-top: 8px;
  background: #00171f;
  letter-spacing: 0.2em;
  font-size: 10px;
  color: #fff;
  font-weight: 400;
  border-radius: 5px;
  border: solid 1px #00171f;
  text-decoration: unset;
  float: right;
  width: 42%;
}

.car-details a.common-btn:hover {
  background-color: #fff;
  color: #00171f;
}



section.why-choose-us-new {
  margin: 40px 0;
}

.why-choose-us-card {
  background: #ffffff;
  min-height: 200px;
  padding: 20px;
  border-radius: 9px;
  text-align: center;
  border: 1px solid #ddd;
}

.why-choose-us-card img {
  margin: 0 auto 15px;
  display: table;
  max-width: 55px;
}

.why-choose-us-card p {
  margin: 0;
  line-height: 22px;
}

.why-choose-us-card h6 {
  font-weight: 600;
  font-size: 14px;
}

.why-choose-us-card p {
  margin: 0;
  line-height: 22px;
  font-weight: 500;
  font-size: 15px;
}

.key-info.luxury-list-info {
  background-color: #fff;
  padding: 0 30px;
}

section.key-info.luxury-list-info ul li {
  float: left !important;
  width: 30%;
  margin-right: 26px;
}


.taxi-faq {
  display: table;
  width: 100%;
}

section.home-content-desc {
  background: #f2f2f266;
}

.listing-button {
  display: table;
  width: 100%;
}

.listing-button a {
  width: 32.33%;
  display: table;
  float: left;
  background-color: #20e36c;
  margin-right: 1%;
  color: #fff;
  padding: 5px 8px;
  border-radius: 4px;
  font-size: 13px;
  border: 1px solid #20e36c;
}

.listing-button a i {
  margin-right: 4px;
}

.listing-button a:nth-child(2) {
  background-color: #093c56;
  border: 1px solid #093c56;
}

.listing-button a:nth-child(3) {
  background-color: #fd0100;
  border: 1px solid #fd0100;
}

.car-card {
  margin-bottom: 10px;
}

.car-card img.img-fluid {
  width: 18px;
}

.car-card-img {
  color: #333;
}



.contact-us-page {
  background-color: #fef4e7;
}

.contact-form {
  max-width: 800px;
  margin: 0 auto;
  width: 100%;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea,
.contact-form textarea:focus {
  box-shadow: unset;
  outline: 0;
  border-color: #545454;
}

.contact-form input,
.contact-form select {
  height: 40px;
  font-size: 14px;
  box-shadow: unset;
  outline: 0;
  border-color: #545454;
  border-radius: 4px !important;
}

.contact-form .form-group {
  margin-bottom: 15px;
}

.contact-form textarea {
  height: 80px;
  font-size: 14px;
  box-shadow: unset;
  outline: 0;
  border-color: #545454;
  border-radius: 4px !important;
}

.contact-form button.custom-btn {
  max-width: 175px;
  margin: 0 auto 15px;
  font-size: 18px;
  padding: 4px 0;
}

.contact-info {
  padding: 30px 0;
}

.contact-info-social h4 {
  font-size: 15px;
  letter-spacing: 3px;
  color: #f50;
}

.contact-info-social ul {
  display: table;
  margin: 0;
  padding: 0;
}

.contact-info-social ul li {
  float: left;
  list-style: none;
}

.contact-info-social ul li a {
  color: #000;
  margin-right: 15px;
  border: 1px solid #000;
  width: 42px;
  display: table;
  height: 35px;
  text-align: center;
  border-radius: 50%;
  padding: 6px 0;
  font-size: 18px;
}

.contact-us-page {
  background-color: #fef4e7;
  padding-top: 146px;
  padding-bottom: 25px;
}

.contact-us-page .contact-form {
  max-width: 800px;
  margin: 0 auto;
  width: 100%;
  padding-top: 25px;
  border-radius: 10px;

}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea,
.contact-form textarea:focus {
  box-shadow: unset;
  outline: 0;
  border-color: #545454;
}

.contact-form input,
.contact-form select {
  height: 40px;
  font-size: 14px;
  box-shadow: unset;
  outline: 0;
  border-color: #545454;
  border-radius: 4px !important;
}

.contact-form textarea {
  height: 80px;
  font-size: 14px;
  box-shadow: unset;
  outline: 0;
  border-color: #545454;
  border-radius: 4px !important;
}

.contact-form button.custom-btn {
  max-width: 175px;
  margin: 0 auto 15px;
  font-size: 18px;
  padding: 4px 0;
}

.contact-info {
  padding: 30px 0;
  margin-bottom: 155px;
}

.contact-info-social h4 {
  font-size: 15px;
  letter-spacing: 3px;
  color: #f50;
}

.contact-info-social ul {
  display: table;
  margin: 0;
  padding: 0;
}

.contact-info-social ul li {
  float: left;
  list-style: none;
}

.contact-info-social ul li a {
  color: #000;
  margin-right: 15px;
  border: 1px solid #000;
  width: 42px;
  display: table;
  height: 35px;
  text-align: center;
  border-radius: 50%;
  padding: 6px 0;
  font-size: 18px;
}
button.btn-close .fa-times {
    color: #00fff5 !important;
}
.contact-form {
  width: 100%;
  max-width: 100%;
  margin: 0 0;
  background: #fff;
  padding: 0 30px;
  border-radius: 0;
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.2);
  color: white;
  padding-bottom: 15px;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 15px;
  margin-bottom: 15px;
  border: none;
  border-radius: 6px;
  font-size: 14px;
  color: #333;
  background: #fff;
  border: 1px solid #c7c7c7;
}

.contact-form button {
  width: 100%;
  background-color: #cf3425;
  color: #fff;
  border: none;
  padding: 15px;
  font-weight: bold;
  border-radius: 6px;
  cursor: pointer;
  transition: background 0.3s ease;
}
.bg-white{
    background:#fff !important;
}
.home-card {
  background-color: #f2fcfe;
  border-radius: 15px;
  padding: 20px;
  border: 1px solid #767676;
  text-align: center;
}

.home-card h2 {
  font-size: 20px;
  font-weight: 700;
}

.home-card p {
  font-size: 15px;
  margin-top: 20px;
}

.home-card img {
  margin: 0 auto;
  display: table;
  max-width: 100px;
}
.about-l-img img {
    border-radius: 5px;
    border: 2px solid #0075c5;
}
.key-info {
    background-color: #01cc941c;
    padding: 10px 0;
}
.key-info h4, .key-info h2 {
    margin-left: opx;
    padding: 20px 0;
    margin-bottom: 0;
    color: #000;
    font-size: Â 1.5rem;
}
.key-info ul {
    margin: 0;
    padding: 0;
    padding-left: 15px;
}
.key-info ul li {
    position: relative;
    width: 100%;
    float: left;
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 15px;
    color: #343434;
    list-style: none;
    line-height: 22px;
}
.key-info ul li:before {
    position: absolute;
    width: 15px;
    height: 15px;
    content: "";
    left: -20px;
    top: 5px;
    background-color: #09c9a0;
    border-radius: 50%;
}
.key-info ul li:after {
    position: absolute;
    width: 8px;
    height: 4px;
    content: "";
    left: -16px;
    top: 9px;
    background-color: transparent;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
    transform: rotate(-45deg);
}

a.wats-btn {
    position: fixed;
    bottom: 17px;
    left: 27px;
    font-size: 33px;
    background: #25d366;
    border-radius: 50%;
    padding: 4px 13px 3px 14px;
    color: #fff;
}
a.call-btn {
    position: fixed;
    bottom: 17px;
    left: 92px;
    font-size: 26px;
    background: #12a87b;
    border-radius: 50%;
    padding: 8px 13px 7px 15px;
    color: #fff;
}








/* Responsive Style start */
@media (min-width: 768px) and (max-width: 1024px) {}

@media (max-width:768px) {
    .pac-inclusions {
        margin-bottom: 20px;
    }
    .about-l-img {
        margin-bottom: 15px;
    }
    .home-card {
        margin-bottom: 15px;
    }
   .luxury-car-banner {
        padding-top: 81px;
        height: 90vh;
    }
    .luxury-car-banner img {
        height: 92vh;
    }
    section.why-choose-us-new {
        margin-top: 118px;
    }
    .luxury-car {
        margin-bottom: 100px;
    }
  .pack-banner {
    padding-top: 82px;
  }

  .pack-banner h4 {
    font-size: 21px;
    padding-left: 15px;
  }

  .tour-cat-img img {
    height: auto;
    width: 100%;
    border-radius: 0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding-top: 3px;
  }

  .tour-cat-card .col-md-4.p-0 {
    padding: 0 15px !important;
  }

  .main_header {
    background: #000000;
  }

  .tour-cat-info ul {
    position: unset;
  }

  .banner_panel {
    height: 60vh;
    position: relative;
  }

  .hero_section {
    height: 225px;
  }

  .heading_box {
    margin-bottom: 15px;
  }

  .section_panel {
    margin-top: 10px;
  }

  .top_header {
    display: none;
  }

  .left_side {
    display: none;
  }

  .brand-logo {
    height: 50px;
  }

  .main_header {
    padding: 16px 0px;
  }

  .main_heading {
    font-size: 20px;
    margin-bottom: 15px;
    margin-top: 15px;
  }

  .banenr_Suubgs {
    font-size: 18px;
  }

  .viewAll {
    padding: 0px;
    border: none;
    background: none;
    border-bottom: 1px solid var(--primary-color);
    border-radius: 0px;
  }

  .banenr_headingg {
    font-size: 20px;
    margin-top: 15px;
  }


  .search_inpt {
    width: 100%;
  }

  .cont_choose h3 {
    font-size: 12px;
  }

  .choose_img {
    height: 30px;
    width: 30px;
  }

  .container-fluid {
    padding: 0px 12px !important;
  }

  .camel_img {
    display: none;
  }

  h1.hero_heading {
    margin-top: 18px;
    width: 100%;
    font-size: 16px;
  }

  .hero_li {
    font-size: 15px;
    line-height: 20px;
    gap: 10px;
  }

  .owl-nav.disabled .left_move {
    left: 10px !important;

  }

  .owl-nav.disabled .right_move {
    right: 10px !important;

  }



  .owl-nav .left_move {
    left: 10px !important;

  }

  .owl-nav .right_move {
    right: 10px !important;

  }

  .slider_parent {
    margin-top: 30px;
  }

  .dest_img {
    height: 220px;
  }

  .destination_name h1 {
    font-size: 18px;
  }

  .package_name {
    font-size: 22px;
  }

  .button_navi {
    gap: 20px;
  }

  .button_navi a {
    font-size: 20px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;

  }

  .most_city {
    height: 210px;
  }

  .recomended_package {
    font-size: 22px;
  }

  .middle_sec {
    margin: 20px 0;
  }

  .middle_row {
    margin-bottom: 15px;
  }

  .pera_conte {
    margin: 10px 0px;
  }

  .exp_title {
    font-size: 20px !important;
  }

  .viewAll_travel {
    margin-left: 0px;
    margin-top: 0px;
    margin-bottom: 20px;
  }

  .widh_box {
    width: 100%;
  }

  .long_img {
    height: 380px;
  }

  .half_img {
    height: 185px;
  }

  .text_aree {
    font-size: 19px;
    text-align: left;

    margin-bottom: 20px;
  }

  .blog_heading_title {
    font-size: 15px;
  }

  .blog_date_update {
    font-size: 13px;
  }

  .blog_img_here {
    width: 86px;
    height: 81px;
  }

  .offer_heading {
    font-size: 18px;
  }

  .main_blog_title {
    font-size: 22px;
  }

  .footer_logo {
    height: 40px;
  }

  .socail_links_foooter {
    gap: 10px;
  }

  .link_class_img {
    height: 30px;
    width: 30px;
    border-radius: 0px;
  }

  .logo_panel {
    padding: 30px 20px;
  }

  .copy_link {
    font-size: 14px;
  }

  .description {
    font-size: 14px;
  }


  .parent_footer {
    display: grid;
    grid-template-columns: 1fr;
    /* grid-template-rows: repeat(4, 1fr); */
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .footer_box1 {
    grid-area: 1 / 1 / 2 / 2;
  }

  .footer_box2 {
    grid-area: 2 / 1 / 3 / 2;
  }

  .footer_box3 {
    grid-area: 3 / 1 / 4 / 2;
  }

  .footer_box4 {
    grid-area: 4 / 1 / 5 / 2;
  }

  .menu_link_here {
    padding: 30px;
  }

  .footer_box {
    height: initial !important;
    border: none !important;
  }

  footer {
    padding-top: 20px;
  }

  .extra_padding {
    padding-bottom: 190px;
  }

  .footer_box {
    margin-bottom: 20px;
  }

  .flex_choose_box {
    margin-bottom: 10px;
  }

  .titie_ffote {
    font-size: 12px !important;
  }

  .destination_name h6 {
    font-size: 12px;
  }

  .bottom_why_choose {
    bottom: 0px;
  }

  .mob_menu {
    display: block;
  }


  /* detaile page start */
  .long_t_img {
    height: 280px;
  }

  .review_packge {
    flex-direction: column-reverse;
  }

  .revoe_know {
    width: 100%;
  }

  .review_cmpt {
    width: 100%;
  }

  .review_packge {
    margin-bottom: 20px;
  }

  .sdf_df {
    font-size: 16px;
  }

  .incl_itme {
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .item_facilits {
    width: 49%;
    margin-bottom: 10px;

  }

  .scroll_nav {
    overflow: scroll;
    gap: 20px;
  }

  .scroll_nav li {
    text-wrap: nowrap;
  }

  p.title_Day {
    font-size: 12px;
  }

  .cout_day {
    padding: 8px 8px;
    background: #D9D9D9;
    border-radius: 7px;
    font-size: 11px;
    text-wrap: nowrap;
  }

  .parent_gallary {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(4, 1fr);
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .div1_gallary {
    grid-area: 1 / 1 / 3 / 3;
  }

  .div2_gallary {
    grid-area: 3 / 1 / 4 / 2;
  }

  .div3_gallary {
    grid-area: 3 / 2 / 4 / 3;
  }

  .div4_gallary {
    grid-area: 4 / 1 / 5 / 2;
  }

  .div5_gallary {
    grid-area: 4 / 2 / 5 / 3;
  }

  .viewMoewPicf {
    width: auto;
    height: auto;
    padding: 5px 10px;
    font-size: 12px;
    right: 10px;
    bottom: 10px;
  }

  .viewMoewPicf_new {
    width: auto;
    height: auto;
    padding: 5px 10px;
    font-size: 12px;
    right: 10px;
    bottom: 10px;
  }

  .incl_pinters {
    font-size: 13px;
  }

  td,
  th {
    font-size: 13px;
  }

  .table-responsive table {
    width: 600px;
  }

  .text_descriptp {
    font-size: 13px;
  }

  .cionsdf_thing {
    height: 50px;
    width: 50px;
  }

  .thing_get {
    align-items: start;
  }

  .cionsdf_thing svg {
    height: 20px;
    width: 20px;
  }

  .text_descriptp_Sdf {
    font-size: 13px;
  }

  .mainoverview p {
    font-size: 13px;
  }
}





/* Responsive Style End */