*{margin:0;padding:0;font-family: "Poppins", sans-serif;}
:root{
      --themecolor : #fe446a;
      --blackcolor:#000;
      --whitecolor:#fff;
      --secondcolor:#ffbb02;
      --bluecolor:#173e95;
}
.btn:hover{color:#fff;}
a{text-decoration:none;}
.btn:focus{box-shadow:none;}
.form-control:focus{box-shadow:none;}
.navbar-nav .nav-link{padding: 8px 12px !important;color:var(--whitecolor) !important;position: relative;display:flex;align-items:center;gap: 7px; border-radius: 6px; font-size: 15px}
.navbar-nav .nav-item{padding: 0px 8px;}
.navbar-nav .nav-item:last-child{border-right:none;}
.navbar-light .navbar-nav .nav-link.active{color:var(--whitecolor) !important;background:var(--themecolor); font-weight:600;}
.srerbae2{
  font-size: 12px;
}
.picker--opened .picker__frame{
  max-width: 600px;font-size: 12px;top: auto;bottom: 10dvh;
}

.container {
  max-width: 1240px;
}
.navbar-nav .nav-link:hover {
    color: var(--whitecolor) !important;
    background:var(--themecolor);
}
        ul.bannerSlider{
  padding-left:0;
}
.bannerSlider{
	height:30rem;
}
.bannerSlider .slide__image::before{
	content: "";
	position: absolute;
	width: 100%;
	height: 30rem;
	background:linear-gradient(90deg, #173e957d, #fe446a59);
  top:0;
      z-index: 9;
}
.bannerSlider .slick-slide {
	position: relative;
}
.bannerSlider .slide__image img {
	width: 100%;
	height: 100%;
	object-fit:cover;
}
img.slide__image__top-position {
	object-position:center bottom;
}
.bannerSlider .slide__text {
    position: absolute;
    z-index: 100;
    text-align: center;
    width: 100%;
    top: 45%;
  	transform: translateY(-50%);
}
.bannerSlider .slide__text h2 {
	    font-size: 60px;
    font-weight: 600;
    color: #fff;
    border-bottom: 4px solid;
    width: fit-content;
    margin: auto;
    margin-bottom: 10px;
}
.slide__text p{font-size:16px; color:#fff;}
.slide__text h4{color: #fff; font-size: 25px;}
.slide__text h4 span{font-size:45px;}


.bannerSlider .slick-prev{
    position: absolute;
    top: 50%;
    z-index: 1;
    background: rgb(255 255 255) !important;
    color: var(--themecolor) !important;
    border: none;
    padding: 12px !important;
    font-size: 22px !important;
    cursor: pointer;
    padding: 25px !important;
    display: flex !important;
    justify-content: center !important;
    border-radius: 30px !important;
    left:15%;
    width: 20px;
    height: 20px;
}

 #loginPopupOverlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.6);
    z-index: 9998;
    display: none;
        backdrop-filter: blur(4px);
  }

  #loginPopup {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999;
    max-width: 1000px;
    width: 90%;
    border-radius: 10px;
    overflow: hidden;
    display: none;
  }

  .popup-close-btn {
    position: absolute;
    right: 15px;
    top: 15px;
    font-size: 24px;
    cursor: pointer;
    z-index: 10000;
  }


.bannerSlider .slick-next {
    position: absolute;
    top: 50%;
    z-index: 1;
    background: rgb(255 255 255) !important;
    color: var(--themecolor) !important;
    border: none;
    padding: 12px !important;
    font-size: 22px !important;
    cursor: pointer;
    padding: 25px !important;
    display: flex !important;
    justify-content: center !important;
    border-radius: 30px !important;
     right: 15%; 
     width: 20px;
    height: 20px;
}
.slick-prev:before , .slick-next:before{display:none;}

 .slick-arrow i{line-height:3px;}


.cusDropdown .rounded-2{background:var(--themecolor) !important;color:var(--whitecolor) !important;}
.cusDropdown .currencyChange {    background: transparent !important;color:var(--blackcolor) !important;}
.cusDropdown .currencyChange:hover{background:#ddd !important;}
.cusDropdown .currencyChange.active{background:var(--themecolor) !important;color:var(--whitecolor) !important;}
.topmainheader{position: absolute; top: 0; right: 0; left: 0; z-index: 999;background-color: #00000062;backdrop-filter: blur(11px);}
.navloginbtn{background:var(--themecolor);color:var(--whitecolor);    padding: 8px 15px; font-size: 14px !important; font-weight: 600;border-radius: 7px;border: 0;}
.topmainheader.is-sticky .navbar-nav .nav-link{color:var(--blackcolor) !important ;}
.topmainheader.is-sticky .navbar-nav .nav-link.active{color:var(--whitecolor) !important;}

.dealsmaincards img{width:100%;height:200px;object-fit: cover;}
.dealsmaincards{background: #fff; box-shadow: rgb(0 0 0 / 9%) 0px 3px 8px;transition:0.3s;}
.dealsmaincards:hover{    box-shadow: rgb(0 0 0 / 38%) 0px 4px 12px;}
.flightoffercontent{padding:20px;}

.leavingsearch {
    position: absolute;
    background: #fff;
    width: 270px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius: 5px;
    top: 63px;
    z-index: 99;
}
.seacrhfield {
    display: flex
;
    align-items: center;
    gap: 15px;
    margin-bottom: 10px;
    cursor: pointer;
    padding: 10px;
}
.leavingiicon {
    transform: rotate(-40deg);
    color: var(--themecolor);
}
.city {
    font-size: 15px;
    font-weight: 600;
}

.air_name {
    font-size: 12px;
    font-weight: 400;
}
.leavingflag {
    margin-left: auto;
}
.leavingflag img {
    width: 20px;
}

.reverseceicon {
  transition: transform 0.4s ease;
}
.reverseceicon.rotated {
  transform: rotate(180deg);
}

.topmainheader.is-sticky {
  position: fixed;
  box-shadow: 0 5px 16px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  animation: slideDown 0.35s ease-out;
  background-color:var(--whitecolor);
}
@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}
 .search-box {
      display: flex;
      flex-direction:column;
      align-items: center;
    }
    .searchinputs input ,.guest-toggle,select, .star-toggle {
      border-radius: 20px;
      border: none; 
        padding: 40px 10px 15px 20px;
        font-weight: 400;
        color: #000;
        font-size:14px;
      width:100%;outline: none;
    }

    .searchinputs select:focus-visible{outline:none;}

     .searchinputs .inputstylebox{width:100%;position: relative;}
     .searchinputs input::placeholder{
        font-weight: 400;
        color: #4a4a4a;
        font-size:14px;
     }
     .inputstylebox>button{background:var(--themecolor);color:var(--whitecolor);padding:12px 20px;border-radius:10px;width: 100%; height: 100%; border-top-left-radius: 0px; border-bottom-left-radius: 0px;font-size: 22px; font-weight: 700; text-transform: uppercase;border:0px; }

     .search-box .tabs{
      background: #ffffff47; width: fit-content; margin-left: 15px; padding: 10px 10px;border-top-left-radius: 20px; border-top-right-radius: 20px;
     }
     .search-box .tabs label{display:flex;gap:5px;font-size: 14px;color:#fff;cursor: pointer;}

     .tabs { display: flex ; gap: 15px; }


    .inputstylebox label{margin-bottom:10px;position: absolute; left: 20px;font-size: 14px;top:15px;}
    .guest-dropdown {
      position: relative;
    }
    .guest-box {
      position: absolute;
      top: 110%;
      right: 0;
      background: #fff;
      padding: 15px;
      border-radius: 16px;
      box-shadow: 0 4px 20px rgba(0,0,0,0.1);
      display: none;
      z-index: 1000;
      width: 330px;
      left: 0;
    }
    .guest-box .row {
      align-items: center;
      margin-bottom: 10px;
    }
    .guest-box button {
      width: 32px;
      height: 32px;
      padding: 6px 10px;
      border-radius:20px;
      line-height:20px;
    }
    .guest-box .ok-btn {
         width: 100%;
    background-color:var(--secondcolor);
    color: white;
    border: none;
    border-radius: 10px;
    padding: 4px 10px;
    font-weight: bold;
    margin-top: 10px;
    height: 40px;
    }
    .seachbtns{display:flex;gap:20px;}
    .seachbtns button{background: #ffffff47; display: flex ; flex-direction: column; padding: 12px 10px; gap: 10px; border-radius: 30px; font-size: 16px; color:var(--whitecolor);}

    .searchinputs{width: 100%;background: #fff; border-radius: 20px; box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);}

  .searchhomesec{position: relative;top: -155px;}

  .seachbtns button.active{background:var(--themecolor);color:var(--whitecolor);border:1px solid var(--themecolor);}
  /* .ui-state-default, .ui-widget-content .ui-state-default{display: flex ; justify-content: center;} */
  /* .ui-state-active, .ui-widget-content .ui-state-active{background:var(--themecolor) !important;color:var(--whitecolor) !important;} */



/* .ui-widget.ui-widget-content{border: none; background: #fff; box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px; border-radius: 10px; padding: 10px;} */
.ui-datepicker .ui-datepicker-header{border: none; background: #ebebeb; border-radius: 10px;}
/* .ui-state-default, .ui-widget-content .ui-state-default{border: none !important; border-radius: 3px;} */

.marwueeSection { display: flex ; align-items: center; background: #f6e6cc7a; border-radius: 26px; overflow: hidden; }
.marwueeSection>div:first-child { background: #feb31a; color: #fff; padding: 10px 25px; white-space: nowrap; font-size: 16px; font-weight: 700; border-radius: 26px; }
.marwueeSection marquee { width: 84%; }
.marwueeSection>div:last-child { height: 30px; width: 68px; padding-right: 20px; padding-left: 20px; }
.marwueeSection>div:last-child img { height: 100%; width: 100%; object-fit: cover; animation: swingBell 2s ease-in-out infinite; transform-origin: top center; }
@keyframes swingBell{
0% {
    transform: rotate(0deg);
}
25% {
    transform: rotate(20deg);
}
50% {
    transform: rotate(0deg);
}
75% {
    transform: rotate(-20deg);
}
100% {
    transform: rotate(0deg);
}
}

.sectionpadding{padding-top:50px;padding-bottom:50px;}
.discountsecstyle{margin-bottom: -140px; position: relative; z-index: 1;}

.searchalltabs{width: 100%; display: flex ; justify-content: center; position: relative;background:#ffffff47;padding:10px 15px;border-radius: 30px;width:fit-content;}
  
@keyframes scale {
  50% {
    -webkit-transform:scale(1.2);
    -moz-transform:scale(1.2);
    -ms-transform:scale(1.2);
    -o-transform:scale(1.2);
    transform:scale(1.2);
  }
}

.morelogin { height: 100%; width: 100%; background: url(images/loginimg.jpeg) #000000a1; background-blend-mode: multiply; background-size: cover; background-position: center; border-radius: 14px 0px 0px 14px; padding: 22px; color:#fff;}
.unlockDiv { font-size: 14px; font-weight: 600;color:#fff; }
.whyImage img { width: 50px; overflow: hidden; height: 50px; object-fit: contain; }

.sectitleheading{text-align:center;margin-bottom:30px;}

.titleheading{margin-bottom:20px;}
.titleheading h2{font-size: 28px;}

.sectitleheading p{color: #feb31a; font-size: 17px; margin-bottom: 5px;}
.sectitleheading h2{font-size: 35px; font-weight: 600;}


.price-tag {
background-color: var(--secondcolor);
    color: #fff;
    padding: 15px 30px;
    display: inline-block;
    border-top-left-radius: 0px;
    border-top-right-radius: 40px;
    border-bottom-right-radius: 0px;
    font-family: Arial, sans-serif;
    font-size: 18px;
    position: relative;
    font-weight: bold;
    clip-path: polygon(0 0, 85% 0, 100% 100%, 100% 101%, 0 100%);
}
.pkgimgcrd::after { content: ''; background: linear-gradient(0deg, #000000b3, #ffffff00, transparent); width: 100%; height: 200px; position: absolute; top: 0; left: 0; z-index: 9; opacity: 0; transition: opacity 0.3s ease-out; pointer-events: none; }

.packgslidecards:hover .pkgimgcrd::after { opacity: 1; }

.price-tag .unit {
  font-weight: normal;
  font-size: 13px;
  margin-left: 4px;
}

.rightrating{padding: 10px 10px; font-size: 14px;}
.rightrating i{color:#ff9901;}

.tg-listing-shape { position: absolute; top: 0; right: 172px; }
.tg-listing-shape-2 { position: absolute; top: 216px; right: 61px; }
.tg-listing-shape-3 { position: absolute; bottom: 0; left: 33px; }


 .slick-prev {
    position: absolute;
    top: 50%;
    z-index: 1;
    background: rgb(255 255 255) !important;
    color: var(--themecolor) !important;
    border: none;
    padding: 12px !important;
    font-size: 22px !important;
    cursor: pointer;
    padding: 25px !important;
    display: flex !important;
    justify-content: center !important;
    border-radius: 30px !important;
     left:-16px; 
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    width: 20px;
    height: 20px;
}

 .slick-next {
    position: absolute;
    top: 50%;
    z-index: 1;
    background: rgb(255 255 255) !important;
    color: var(--themecolor) !important;
    border: none;
    padding: 12px !important;
    font-size: 22px !important;
    cursor: pointer;
    padding: 25px !important;
    display: flex !important;
    justify-content: center !important;
    border-radius: 30px !important;
     right:-16px; 
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    width: 20px;
    height: 20px;
}


.ribbon-tag {
      background-color: #00C851;
    color: white;
    font-weight: bold;
    padding: 1px 24px;
    display: inline-block;
    font-family: Arial, sans-serif;
    font-size: 14px;
    clip-path: polygon(0 0, 100% 0, 90% 50%, 100% 100%, 0 100%);
    position: absolute;
    top: 20px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  }

  .tg-listing-item-wishlist a { position: absolute; top: 20px; right: 24px; width: 32px; height: 32px; border-radius: 50%; background: var(--whitecolor); text-align: center; line-height: 33px; display: flex ; align-items: center; justify-content: center;}

  .banner_show { height: 200px !important; border-radius: 6px !important; overflow: hidden; }
  .banner_show img { width: 100%; height: 100%; object-fit: cover; }
  .offer_box { border-radius: 10px; overflow: hidden; padding: 10px; width: 100%; }
  .offer_box_inn { border: 2px solid #F5F5F5; overflow: hidden; border-radius: 10px;}
  .offer_image { height: 330px !important; width: 100%; }
  .offer_image img { height: 100%; width: 100%; object-fit: cover; border-radius: 10px; }
  .offer_con { padding: 20px 15px 25px 15px; }
  .offer_tit { font-size: 16px; font-weight: 500; color: #000; height: 3rem; }
  .offer_des { padding-top: 10px; font-size: 13px; color: #696969; letter-spacing: .2px; height: 3rem; }.view_more_offer { padding-top: 10px; display: block; width: 100%; cursor: pointer; font-size: 12px; font-weight: 500; }
  .maindesticardflx{background: #fff; border: 1px solid #ddd; padding: 20px; border-radius: 20px;position: relative;}
  .destiimgbox img{width:100%;height:100%;object-fit:cover;}
  .destiimgbox{width:100%;height:300px;overflow: hidden;border-radius:20px;}
  .desiaboutcontent{text-align:center;}
  .desiaboutcontent h3 a{color: #000; font-size: 22px; font-weight: 500;}
  .desiaboutcontent h3{margin-top:-5px;margin-bottom:0px;}
  .destitourbox{position: relative; top: -13px; background: var(--themecolor); width: fit-content; margin: auto; padding: 5px 10px; border-radius: 5px; color: #fff; font-size: 13px; font-weight: 500;}

  .tg-location-border { position: absolute; border: 1px solid #d1d1d1; border-radius: 20px; width: 97%; height: 100%; bottom: -5px; left: 0; right: 0; margin: 0 auto; z-index: -1; }
  .tg-location-border.two { bottom: -10px; width: 94%; }
.tg-location-shape{position:absolute;bottom:0px;left: 40px;}
.leftdeals{background: url(https://images.pexels.com/photos/4321815/pexels-photo-4321815.jpeg?cs=srgb&dl=pexels-jess-vide-4321815.jpg&fm=jpg); background-size: cover; background-position: center; padding: 105px 0;text-align: center;display: flex ; justify-content: center;border-top-left-radius: 10px; border-bottom-left-radius: 10px;    height: 271px;}
.leftdeals a{height: 60px; width: 60px; display: inline-block; background: var(--whitecolor); border-radius: 50%; text-align: center; line-height: 60px; color: var(--themecolor);display: flex ; justify-content: center; align-items: center;position: relative;}

.leftdeals a::before{
      position: absolute;
    content: "";
    left: 50%;
    top: 50%;
    width: 120%;
    height: 120%;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, .4);
    animation: borderanimate2 2s linear infinite;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-transition: all .3s 0s ease-out;
    -moz-transition: all .3s 0s ease-out;
    -ms-transition: all .3s 0s ease-out;
    -o-transition: all .3s 0s ease-out;
    transition: all .3s 0s ease-out;
   animation-delay: .7s;
}
@keyframes borderanimate2{

  0% {
    transform: translate(-50%, -50%) scale(.8);
}
60% {
    opacity: 1;
}
100% {
    transform: translate(-50%, -50%) scale(2.5);
    opacity: 0;
}
} 
.leftdeals a::after{
      position: absolute;
    content: "";
    left: 50%;
    top: 50%;
    width: 120%;
    height: 120%;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, .4);
    animation: borderanimate2 2s linear infinite;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-transition: all .3s 0s ease-out;
    -moz-transition: all .3s 0s ease-out;
    -ms-transition: all .3s 0s ease-out;
    -o-transition: all .3s 0s ease-out;
    transition: all .3s 0s ease-out;
}
.tg-banner-content { background: #071952; height: 100%; padding: 73px 20px; border-radius: 0 12px 12px 0; text-align:center;position: relative;}
.tg-banner-subtitle { font-weight: 600; font-size: 18px; color: var(--whitecolor); }
.tg-banner-title { font-weight: 800; font-size: 26px; color: var(--whitecolor) !important; }
.tg-banner-shape { position: absolute; bottom: 0; right: 0; }
.tg-banner-content button{color: #ffffff; background: #ffbb02; padding: 10px 30px; margin-top: 10px;}
.summerdealsbox .col-lg-7,.col-lg-5{padding:0px;}

.tg-banner-transparent-bg { height: 140px; width: 100%; display: inline-block; background: #f8f8f8; margin-bottom: -10px; }

.exploresec{background-image: url(images/bannersecimg.png);background-position: center;background-size: cover;background-repeat: no-repeat;}

.topexplorebox{padding-top: 380px; padding-bottom: 235px;text-align:center;}
.topexplorebox h5{color:var(--whitecolor);}
.topexplorebox h2{font-size: 48px; color: #fff; font-weight: 600;}

.tg-banner-2-big-title h2 { text-shadow: 0 5px 15px rgba(33, 120, 128, .2784313725); font-weight: 600; font-size: 130px; letter-spacing: .1em; text-transform: uppercase; font-family: var(--tg-ff-chillax); background-clip: text; -webkit-background-clip: text; -webkit-text-fill-color: transparent; -webkit-text-stroke-color: var(--whitecolor); -webkit-text-stroke-width: 2px; }




.footer {
  background-color: #173577;
  color: #fff;
  font-family: sans-serif;
}

.footer-top {
  background: linear-gradient(90deg, #6f3ff5, #7b2bf9);
  padding: 40px 20px;
  text-align: center;
  border-radius: 30px;
  margin: 0 10%;
  transform: translateY(-50%);
}

.download-app h4 {
  color: #fff;
  font-weight: 500;
  font-size:17px;
}

.download-app h2 {
      font-size: 30px;
    margin: 10px 0;
    color: #fff;
    font-weight: 700;
}

.app-buttons img {
  height: 40px;
  margin: 10px;
  cursor: pointer;
}

.stars .fa-star {
  font-size: 16px;
  margin-right: 3px;
}

.stars .fa-star:not(.filled) {
  color: #ccc;
}
.footerphnimg{margin-top: -19px; margin-bottom: -38px;}
.download-app{text-align:left;margin-top:20px;}
.app-buttons{margin-top:50px;}
.summerdealsbox{display:flex;align-items: center;}
.leftdeals{width:60%;}
.tg-banner-content{width:40%;}

.mobdropdown{display:none;}

.custom-dropdown{display:none;}




.flightoffercontent h4{font-size: 20px; font-weight: 600;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.flightoffercontent p{font-size: 13px; margin-bottom: 5px;}
.flightoffercontent a{    font-size: 13px;}





.offer-card {
  display: flex;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  background: #397acd;
  justify-content:space-between;
}

.offer-content {
  padding: 16px 20px;
  width: 60%;
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.viewofferbox{
   position: absolute;bottom: 10px;right: 20px;
}
.viewofferbox a{
  font-size: 14px;color: white;transition: all 0.3s ease;
}
.viewofferbox a:hover{
  color: var(--themecolor);
}

.offer-subtitle {
  font-size: 14px;
  margin: 0;
}

.offer-title {
  font-size: 19px;
  font-weight: bold;
  margin: 5px 0;
}

.offer-text {
  font-size: 14px;
  margin-bottom: 8px;
}

.offer-code {
  background: white;
  color: #2b2b2b;
  border-radius: 20px;
  padding: 6px 15px;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  font-size: 14px;
  width: fit-content;
}

.ticket-icon {
  margin-right: 8px;
  color: #274f8f;
}

.offer-image {
  width: 40%;
  height: 200px;
  position: relative;
  border-top-left-radius: 100px;
  overflow: hidden;
}
.offer-image img{width:100%;height:100%;object-fit:cover;position: relative;}
.offer-image img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 80px;
  height: 100%;
  background-color: #009688; /* Teal color */
  border-top-right-radius: 100px;
  z-index: 2;
}
.floatreturnflx {position: absolute; right: -12px; top: 30px;}
.floatreturnflx a{color:#000;}

@media (max-width: 575.98px) { 


  .floatreturnflx { top: 62px; left: 50%; z-index: 9; }

  .slide__text p{    font-size: 13px;}
  .bannerSlider .slide__text h2{font-size:25px;}
  .bannerSlider .slide__text{top:40%;}
  .bannerSlider{height:60vh;}
  .bannerSlider .slide__image::before{height:60vh;}
  .bannerSlider .slick-next{display:none !important;}
  .bannerSlider .slick-prev{display:none !important;}
  .searchhomesec{top:-260px;}
  .seachbtns{gap:10px;}
  .searchinputs .col-lg-4{border-right:none !important;}
  .seachbtns button{width:40px;font-size: 15px;padding:10px;}
  .search-box label{font-size:12px !important;}
  .search-box input, .guest-toggle{font-size:13px;padding:35px 10px 15px 20px;}
  .search-box .inputstylebox{margin-bottom:15px;}
  .searchinputs .row{display:flex;flex-direction:column;}
  .searchinputs{margin-top:-0px;}
  .search-box .inputstylebox:last-child{margin-bottom:0px;}
     .inputstylebox:last-child{ border-bottom:0px;}
   .inputstylebox{ border-bottom: 1px solid #efefef;}
  .search-box .tabs{margin-top:20px;gap:10px;}
  .inputstylebox button{padding:10px 20px; font-size:13px;margin-top:10px;border-top-left-radius: 0px; border-top-right-radius: 0px; border-bottom-left-radius: 10px;margin-top:0px !important;}
  .sectionpadding { padding-top: 30px !important; padding-bottom: 30px !important; }
  .secmarqurestyle{    margin-top: -140px !important;}
  .marwueeSection>div:first-child{    font-size: 13px;    padding: 10px 15px;}
  .marwueeSection marquee{font-size:13px;}
  .marwueeSection>div:last-child{height: 15px; width: 68px;}
  .tg-listing-shape{width: 150px; left: 0;  }
  .sectitleheading h2{    font-size: 18px;}
  .sectitleheading p{    font-size: 14px;}
  .slick-next{right:-8px !important;width: 14px !important; height: 14px !important; font-size: 18px !important; padding: 20px !important;}
  .slick-prev{left:-8px !important;width: 14px !important; height: 14px !important; font-size: 18px !important; padding: 20px !important;}
  .summerdealsbox{flex-direction:column;}
  .leftdeals{width:100%;border-top-right-radius: 10px; border-bottom-left-radius: 0px;}
  .tg-banner-content{width:100%;border-top-right-radius: 0px; border-bottom-left-radius: 10px;padding: 30px 0px;}
  .leftdeals {padding: 50px 0px; height: 170px;}
  .tg-banner-subtitle{font-size:14px;}
  .tg-banner-title{font-size:18px;}
  .tg-banner-shape{height:70px;}
  .tg-banner-content button{font-size:13px;padding: 10px 20px;}
  .maindesticardflx{margin-bottom:20px;}
  .destiimgbox {height:230px;}
  .tg-location-shape{display:none;}
  .topexplorebox {padding-top: 100px; padding-bottom: 160px;}
  .topexplorebox h2{font-size:22px;}
  .topexplorebox h5{font-size: 15px;}
  .tg-banner-2-big-title h2{font-size:30px;}
  .testimobstyle{margin-bottom:200px !important;}
  .footerphnimg img{height:100px;}
  .download-app{margin-top:50px;}
  .download-app h4{font-size:14px;}
  .download-app h2{font-size:20px;}
  .app-buttons{margin-top:10px;}
  .footer-top{margin:0 5%;}
  .footer-main{margin-top:-150px;padding: 20px 10%;}
  .offer_image{height:230px !important;}
  .navbar-collapse{background-color:var(--whitecolor);box-shadow: rgb(100 100 111 / 43%) 0px 7px 29px 0px;}
  .navbar-collapse .navbar-nav{margin:0px !important;  padding: 10px 10px;padding-top:15px;}
  .navbar-collapse .navbar-nav .nav-link{color:var(--blackcolor) !important;}
  .navbar-collapse .navbar-nav .nav-item{margin-bottom:10px;}
  .mbocolps{padding:0px 10px 10px 30px !important;}
  .mbocolps .mobhide{display:none !important;}
  ._c_nm{font-size:16px !important;}
  ._count{font-size:14px !important;}
  .artical_item{font-size:14px;}
  .faq-container{padding:20px !important;}
  .faq-question{font-size:13px;}
  .faq-answer {font-size:13px;}
  .guest-box .row{
display: flex !important ; flex-direction: row !important;
  }
  .guest-box .plus{padding: 7px 10px; border-radius: 30px;}
  .guest-box .minus{padding: 7px 10px; border-radius: 30px;}
  .guest-box .minus{padding: 7px 10px; border-radius: 30px;}



  .titleheading h2{font-size:22px;}

  .review_cardNew .content{text-align:center;}
  .review_cardNew{padding:20px 30px !important;}

  .testipadding{padding:0px !important;}

   .navbar-collapse .navbar-nav .nav-link.active{
    background: var(--themecolor); color: #fff !important; padding: 10px 10px !important; border-radius: 10px;
   }
   .navbar-collapse .navbar-nav .nav-link{
     background: #ddd; padding: 10px 10px !important; border-radius: 10px;font-size:13px;
   }
  .navbar-light .navbar-brand{padding-left:10px;}
   .navbar-expand-lg .container-fluid{padding:0px !important;}
   .navbar-light .navbar-toggler{margin-right:10px;}
   .topmainheader.is-sticky{box-shadow:none;}


   .topmainheader.is-sticky .navbar-nav .nav-link:hover{color:var(--whitecolor) !important ;}

   #loginPopup .d-flex{flex-direction:column;}
   #loginPopup .w-50 {width:100% !important;}
   .mobhide{display:none;}
 

   .mobdropdown{display:block;}
   .navbar-collapse .dropdown{display:none;}

   .custom-dropdown {
    position: relative;
  }

  .custom-dropdown .dropdown-toggle {
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 5px;
            background: #ddd;
        padding: 10px 10px !important;
        border-radius: 10px;
        font-size: 13px;
  }
  .custom-footer::before{top:-3px;}

  .custom-dropdown .dropdown-menu {
    display: none;
    left: 0;
    background: white;
    list-style: none;
    padding: 10px 0;
    margin: 0;
    z-index: 9999;
  }

  .custom-dropdown .dropdown-menu li {
    padding: 5px 20px;
  }

  .custom-dropdown .dropdown-menu li:hover {
    background-color: #f0f0f0;
  }

  .custom-dropdown .dropdown-divider {
    border-top: 1px solid #ccc;
    margin: 5px 0;
  }

  .navbar-light .navbar-toggler-icon{
    background-image:url(images/togglemenu.png) !important;
  }

    .topmainheader.is-sticky .navbar-light .navbar-toggler-icon{
    background-image:url(images/toggle2menu.png) !important;
  }
  .topmainheader.is-sticky .navbar-light .navbar-toggler{border-color:var(--blackcolor) !important;}
  .navbar-light .navbar-toggler{border-color:var(--whitecolor) !important;}
 .navbar-toggler:focus-visible{outline:none;border:none;}
  .navbar-toggler:focus{outline:none;border:none;}
}
._city_bx{display:flex;align-content:center;padding: 5px; cursor: pointer;border-radius: 10px;transition:all 0.3s ease-in-out;margin-bottom:30px;border: 1px solid #ddd;}
._city_bx ._img{margin-right: 15px;}
._city_bx ._img img{height: 55px; width: 55px;}
._igtxt { display: flex ; justify-content: space-between; flex-direction:column;}
._c_nm { font-size: 20px; font-weight: 500; margin-bottom: 0px; color:#000;}
._count { font-size: 16px; margin: auto 0; color: #2196f3; }
._city_bx:hover { background: #ffffff;box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px; border:0px}
.packagimg{height:350px;width:100%;position: relative;overflow: hidden;border-radius:20px;}
.piceflxbox{ position: absolute; bottom: 0px; right: 0px; background: var(--themecolor); padding: 10px; color: #fff; border-radius: 30px; font-size: 14px; box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px; border-top-right-radius: 0px; border-bottom-left-radius: 0px; border-bottom-right-radius: 0px;}
.packagimg img{width:100%;height:100%;object-fit:cover;}

.packagecontent{margin-top:10px;}
.packagecontent h4{font-size: 20px; color: #000; margin-bottom: 0px; font-weight: 500;}
.packagecontent p{font-size:14px;color:#000;}

.artical_item{padding: 10px; background: #fff; box-shadow: rgb(239 225 228) 0px 7px 29px 0px; border-radius: 32px;    margin: 12px 4px;    transition: transform 250ms ease, margin 250ms ease;}
.atricle-img { height: 200px; width: 100%; overflow: hidden; border-radius: 24px; position: relative; }
.atricle-img img{width:100%;height:100%;object-fit: cover;}
.artical_item:hover{    transform: scale(1.04);}
.blogcontentmainbox a{color:#000;}

.blogcontentmainbox .p-2{padding:20px !important;}

.testisecflx{padding:0px;position: relative;z-index:99;}

.testisecflx::before{ content:''; background-image: radial-gradient(at center center, #174f46d1, #174F46);position: absolute; width: 100%; height: 100%;z-index:-1;top:0;}
.testisecflx{padding:100px 0px;}

.review_cardNew .first {  position: relative; }

.review_cardNew{border:1px solid #ffffff45;  border-radius: 18px;padding:20px;}

 .review_cardNew .total_star { margin-bottom: 8px; } 
 
 .total_star { display: flex ; align-items: center; gap: 10px;justify-content:center; }
  .review_cardNew .content { font-size: 16px; font-weight: 600; max-height: 93px; overflow: hidden; transition: max-height ease-in-out .4s;color:#fff;margin-top:15px; }
  .user_name{font-size: 15px; font-weight: 400; color: #fff;}
  .cusType{font-size:13px;font-weight:400;color:#fff;}

 .review_cardNew .second { display: flex ; align-items: center; gap: 14px; margin-top: 25px;justify-content:center; }
.review_cardNew .second .user_img { height: 45px; width: 45px; border-radius: 50%; overflow: hidden; }
.user_img img{width:100%;}

.tesmonialslidebox::before{content:'';background-image: linear-gradient(90deg, #174F46, #D6282800);}




.custom-footer::before{content:'';position: absolute; width: 100%; height: 60px; background: #fff; border-bottom-left-radius: 100%; border-bottom-right-radius: 100%;}

.footer-overlay {
  background-color: rgba(0, 0, 0, 0.65);
  padding: 150px 20px 30px;
}

.footer-content {
  max-width: 1200px;
  margin: auto;
}

.footer-logo {
  margin-bottom: 30px;
}

.footer-logo img {
  height: 50px;
}

.footer-logo p {
  font-size: 24px;
  font-weight: bold;
  margin: 10px 0 0;
}

.footer-columns {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  text-align: left;
}

.footer-col {
  flex: 1 1 200px;
  margin: 10px;
}

.footer-col h4 {
  font-weight: bold;
  margin-bottom: 15px;
}

.footer-col ul {
  list-style: none;
  padding: 0;
}

.footer-col ul li {
  margin-bottom: 10px;
}

.footer-col ul li a {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  text-decoration:none;
}

.dropdown-item{font-size:13px;}


.newsletter input {
  padding: 8px;
  border: none;
  width: 60%;
  margin-right: 5px;
}

.newsletter input:focus-visible{outline:none;}

.footerinput a{color: #fff; padding: 5px; background: #fe446a; width: 35px; display: block; height: 35px; display: flex ; align-items: center; justify-content: center; border-radius: 20px;}

.footerinput{background: #fff; border-radius: 30px; overflow: hidden; padding: 5px 20px;display: flex ; align-items: center; justify-content: space-between;}

.newsletter button {
  background-color: #007bff;
  border: none;
  color: #fff;
  padding: 8px 16px;
  border-radius: 20px;
  cursor: pointer;
}

.footer-bottom {
  border-top: 1px solid #666;
  margin-top: 30px;
  padding-top: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.social-icons a {
  color: #fff;
  margin-left: 15px;
  font-size: 18px;
}

@media (max-width: 768px) {
  .footer-columns {
    flex-direction: column;
    align-items: center;
    text-align: left;
  }

  .footer-col {
    margin-bottom: 20px;
    width:100%;
        flex: none;
  }

  .footer-bottom {
    flex-direction: column;
    text-align: center;
    gap: 10px;
  }
}


.popup-overlay {
  display: none;
  position: fixed;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: rgba(0,0,0,0.6);
  z-index: 999;
  	backdrop-filter: blur(4px);
}

.popup-box {
  display: none;
  position: fixed;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  background: white;
  max-width: 700px;
  width: 90%;
  z-index: 1000;
  border-radius: 8px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.2);
  overflow: hidden;
}

.close-popup {
     position: absolute;
    top: 0px;
    right: 15px;
    font-size: 26px;
    cursor: pointer;
}


.faq-container {
  background: linear-gradient(to bottom right, #fe446a6b, #173e956b);
  padding: 40px;
  margin: auto;
  border-radius: 12px;
  box-shadow: 0 4px 16px rgba(0,0,0,0.05);
}

.faq-container h2 {
  text-align: center;
  font-size: 32px;
  margin-bottom: 10px;
}

.subtitle {
  text-align: center;
  color: #555;
  margin-bottom: 30px;
  font-size: 16px;
}

.faq-categories {
  display: flex;
  gap: 10px;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.popupconimg{width: 100%; height: 400px;}
.popupconimg img{width:100%;height:100%;}
.popcontent{margin-top:20px;padding:0px 20px;}
.popcontent h4{font-size: 25px; font-weight: 500;}
.popcontent p{font-size:18px;}

.tab {
  padding: 10px 20px;
  background: #f0f0f8;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  font-weight: 500;
  transition: 0.3s;
}

.tab.active {
  background: white;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.faq-panel {
  display: none;
}

.faq-panel.active {
  display: block;
}

.faq-item {
  background: #fff;
  margin-bottom: 12px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}

.faq-question {
  padding: 15px 20px;
  font-weight: 600;
  cursor: pointer;
  position: relative;
}

.faq-question .plus,
.faq-question .close-btn {
  position: absolute;
  right: 20px;
  font-size: 20px;
}

.faq-answer {
  display: none;
  padding: 15px 20px;
  background: #f9f9fb;
  font-size: 15px;
  color: #333;
}

.faq-item.open .faq-answer {
  display: block;
}


.pkgdtlscrdimg{width:100%;height:200px;overflow: hidden;}
.pkgdtlscrdimg img{width:100%;height:100%;object-fit:cover;}
.toppgkcontent h4{font-size: 16px; color: #000; font-weight: 600;margin-bottom:0px;} 
.packgcontentbox{padding:16px 16px 16px;}
.tripListWrapper { display: flex ; flex-wrap: wrap; margin-bottom: 12px;padding-left:0px;margin-top:20px; }
.tripListWrapper li { width: 50%; display: flex ; margin-bottom: 3px; position: relative; padding-left: 15px; font-size:14px;color:#000;}
.tripListWrapper li:nth-child(odd) { padding-right: 15px; }
.tripListWrapper li::before { content: ""; width: 5px; height: 5px; background-color: #757575; border-radius: 50%; position: absolute; left: 0; top: 7px; }
.toppgkcontent{display:flex;align-items:center;justify-content: space-between;display: flex ; align-items: center; justify-content: space-between; padding-bottom: 15px; border-bottom: 1px solid #ddd;}
.selected{border: 1px solid var(--bluecolor); border-radius: 4px; padding: 2px 4px; color: var(--bluecolor); font-size: 12px; font-weight: 700;}

.includeWrapper { background: #f9f9f9; border: 1px solid #e5e5e5; border-radius: 8px; padding: 12px 16px; display: flex ; flex-direction: column; }
.includeItemCard { display: flex ; justify-content: space-between; align-items: center; }

.includeItemCard .leftSec {
    flex: 1;
    font-size: 14px; color: #000;
}
.rightSec p{margin-bottom:0px;font-size:13px;}
.leftSec .bold{display:block;}

.trvlpckgcardflx{border: 1px solid #e7e7e7; border-radius: 20px; overflow: hidden;transition:0.3s;margin:10px 0px;}

.includeItemCard .rightSec{text-align: right; color: #757575; }
.includeItemCard .rightSec .priceStyle { font-weight: 600; font-size: 18px; line-height: 22px; color: #000; }
.trvlpckgcardflx:hover{box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;}

.trvlpckgcardflx:hover .pkgdtlscrdimg img{transform:scale(1.2);transition: all 0.3s ease-out;;}

.bannerShowMain {
  height: 300px !important;
}

.flightSelectionBox{
  position: absolute;top: 100%;left: 0;width: 23rem;left: 0;background: #fff;border: 1px solid #d9d9d9;border-radius: 5px;box-shadow: 4px 4px 10px #00000040;z-index: 2;display: none;
}
.flightSelectionBox.active{
  display: block;
}
.flightSelectionBox>div{
  padding: 12px 16px;transition: all ease-in-out .1s;cursor: pointer;
}
.flightSelectionBox>div:hover{
  background: #f0f0f0b0;
}
.flightSelectionBox>div i{
  color: var(--themecolor);font-size: 18px;transform: rotate(-30deg);
}
.flightSelectionBox>div img{
  height: 30px;border-radius: 4px;
}
.flightSelectionBox>div .city{
  font-size: 16px;font-weight: 600;
}
.flightSelectionBox>div .air_name{
  font-size: 12px;color: #666;line-height: 1;
}

.travellers_box{
  position: absolute;top: 104%;right: 0;width: 35rem;display: none;background: #fff;z-index: 3;cursor: auto;
}
.travellers_box.active{
  display: block;
}
.travellers_box .first{
  padding: 26px;display: flex;flex-direction: column;gap: 12px;
}
.travellers_box .ygugyuyvyuyvu{
  display: flex;flex-direction: column;align-items: center;
}
.travellers_box .ygugyuyvyuyvu input{
  width: 20px;text-align: center;cursor: context-menu;border: 0;
}
.travellers_box .ygugyuyvyuyvu>div:nth-child(1){
  font-size: 16px;font-weight: 600;
}
.travellers_box .ygugyuyvyuyvu>div:nth-child(2){
  font-size: 12px;font-weight: 400;
}
.travellers_box .ygugyuyvyuyvu>div:nth-child(3){
  display: flex;align-items: center;width: 6rem;justify-content: space-between;margin-top: 12px;border-radius: 6px;border: 2px solid #dbdbdb;padding: 4px 14px;
}
.travellers_box .ygugyuyvyuyvu .act {
  cursor: pointer;user-select: none;display: grid;place-items: center;
}
.travellers_box .ygugyuyvyuyvu .act i{
  cursor: pointer;font-size: 10px;user-select: none;
}
.travellers_box .travel_class{
  display: flex;align-items: center;justify-content: space-between;
}
.travellers_box .travel_class>div{
  font-size: 13px;border-radius: 6px;border: 1.5px solid #ddd;padding: 4px 10px;font-weight: 500;cursor: pointer;color: #666;transition: all ease-in-out .2s;
}
.travellers_box .travel_class>div.active{
  border-color: var(--themecolor);background: #eee;color: var(--themecolor);font-weight: 600;
}
.travellers_box .second{
  padding: 12px 26px;border-top: 1px solid #ddd;display: flex;align-items: center;justify-content: end;gap: 24px;
}
.travellers_box .second>div:nth-child(1){
  font-size: 16px;font-weight: 600;cursor: pointer;
}
.travellers_box .second>div:nth-child(2){
  padding: 4px 16px;border-radius: 4px;
}
.special_fare .spe_chi .ghyujioiuhyg{
  position: absolute;top: 100%;left: 0;width: 22rem;z-index: 1;opacity: 0;user-select: none;pointer-events: none;transition: all ease-in-out .2s;background: rgba(34, 34, 34, 0.9);color: #fff;padding: 12px;
}
.special_fare .spe_chi:hover .ghyujioiuhyg{
  opacity: 1;pointer-events: all;
}
.special_fare .spe_chi .ghyujioiuhyg h4{
  font-size: 16px;font-weight: 600;margin-bottom: 6px;
}
.special_fare .spe_chi .ghyujioiuhyg p{
  font-size: 10px;font-weight: 600;margin-bottom: 0;
}
.btn_custom {
  background: var(--themecolor);
  color: #fff;
  transition: all ease-in-out .2s;
  cursor: pointer;
}

.dropdownlistsHotelcities ul {
  float: left;
  height: auto !important;
  margin: 0;
  overflow: auto;
  width: 100%;
  border-radius: 3px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  padding: 0;
}
.dropdownlistsHotelcities {
  left: 0;
  top: 67px;
  width: 125%;
  min-height: 50px;
  background: #fff;
  float: left;
  max-height: 317px;
  position: absolute;
  z-index: 999;
  overflow: auto;
  border: none !important;
  border-radius: 3px;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .25);
  -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .25);
}
.dropdownlistsHotelcities ul li {
  font-size: 15px;list-style: none;padding: 0;margin: 0;border-bottom: 1px solid #e6e6e6;line-height: 28px;
  position: relative;padding: 10px 12px 10px 13px;cursor: pointer;color: #333;text-transform: capitalize;
  font-weight: 500;display: flex; align-items: center;
}
.more-links-box ul{
  position: absolute;top: 15px;left: 0;display: flex;flex-direction: column;
  gap: 12px;border-radius: 10px;padding: 10px 15px;z-index: 99999999;box-shadow: 0 0 10px rgba(0, 0, 0, 0);
  transform: scale(.8);transition: all 200ms linear;background: white;width: 210px;
}
.more-links-box li{
  list-style: none;padding: 0;border-right: 0;
}
.guest-dropdown{
  position: absolute;top: 38px;left: 18px;
}
.guest-dropdown span{
   font-size: 14px;
}
.dewqew {
  font-size: 13px;position: absolute;top: 38px;left: 20px;
  font-weight: 500;
  color: #808080;
}
.ygugyuyvyuyvu input{
  padding: 0 !important;
}

.etaeaerbaeh {
  color: var(--themecolor) !important;-webkit-text-fill-color: var(--themecolor) !important;
}
.breadcrumb ul {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
  gap: 5px;
}
.breadcrumb ul li {
  font-size: 13px;
  line-height: 11px;
  letter-spacing: 0.2px;
  font-weight: 500;
  color: #3a3a3a;
  white-space: nowrap;
  position: relative;
  padding-right: 13px;
  list-style: none;
}
.breadcrumb ul li a::after {
  content: '>';
  font-size: 12px;
  color: #868686 !important;
  right: -12px;
  top: 1px;
  padding: 0 0 0px;
  position: absolute;
}
.breadcrumb ul li a {
  text-decoration: none;
  display: block;
  position: relative;
  font-weight: 500;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #2196f3;
}
.package_box {
  border: 1px solid #c9c9c9;
  border-radius: 5px;
  overflow: hidden;
}
.tnight {
  background: rgba(0, 0, 0, .75);
  border-radius: 20px;
  padding: 3px 8px;
  color: #fff;
  position: absolute;
  bottom: 15px;
  right: 15px;
  font-size: 12px;
}
.pack_img {
  height: 220px;
  overflow: hidden;
  border-radius: 5px 5px 0 0;
}
.package_content {
  padding: 10px;
  border-bottom: 1px solid #f3f3f3;
}
.packa_facility {
  padding: 15px 10px 15px 10px;
  display: flex;
  align-items: center;
  gap: 30px;
  flex-wrap: wrap;
}
.pa_fa {
  display: flex;
  flex-direction: column;
  gap: 5px;
  align-items: center;
}
.pa_fa img{
  max-width: 100%;
}
.paca_pricing {
  padding: 15px 10px 10px 10px;
  border-top: 1px solid #f3f3f3;
}
.sup_text {
  font-size: 12px;
  color: #000;
  display: block;
}
.prc-ttl {
  font-size: 24px;
  color: #000;
  font-weight: 700;
}
.sup_text {
  font-size: 12px;
  color: #000;
  display: block;
}
.ritbtn {
  width: 45%;
  display: grid;
  place-items: center;
}
.vdtl-btn {
  padding: 6px;
  text-align: center;
  font-size: 14px;
  color: #FFF;
  background-color: var(--themecolor);
  text-decoration: none;
  border-radius: 40px;
  float: right;
  width: 100%;
  font-weight: 500;
}

.pkgName {
  font-size: 18px;
  color: #000;
  text-align: left;
  font-weight: 600;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.itinerary-img>div {
  background: #f8f8f8;
  border: 0.5px solid #e9e3e3;
  padding: 10px 20px;
  width: 80px;
  border-radius: 8px;
}
.itinerary-img>div img{
  max-width: 100%;
}

.pkkgcontentbox p{
  font-size: 16px;font-weight: 600;
}
.submitbutton{width: 100%; height: 100%; background: var(--themecolor) !important; color: #ffff !important; font-weight: 500 !important; font-size: 18px !important; text-transform: uppercase;}

.searchinput {
  border: 2px solid #e1e7ee;
  border-radius: 10px;
  padding: 12px 6px 12px 16px !important;
  cursor: pointer;
  position: relative;
}
.searchinput select{
  padding: 10px ;
}
.formsearchtable {
  padding: 25px 30px;
  background: white;
  box-shadow: rgba(0, 0, 0, 0.06) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -2px;
  border-radius: 18px;
}
.packagedetails .form-control {
  border: 0.5px solid rgba(94, 94, 94, 0.42) !important;
  background: rgba(255, 255, 255, 0.596) !important;
  padding: 8px 13px !important;font-size: 14px !important;
}

/* flight */


input[type="radio"] {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  outline: none;
  background-color: white;
  cursor: pointer;
  accent-color: var(--themecolor);
}

input[type="radio"]:checked+label {
  color: var(--themecolor);
}

.bi534b45 {
  gap: 14px;
}

.from-field,
.to-field,
.from-date,
.return-date,
.traveller {
  position: relative;
  border: 2px solid #e1e7ee;
  border-radius: 10px;
  line-height: 20px;
  padding: 16px 6px 16px 16px !important;
  cursor: pointer;
}

.from-field:hover,
.to-field:hover,
.from-date:hover,
.return-date:hover,
.traveller:hover {
  border: 2px solid rgb(153, 153, 155);
}

.from-field .popCus,
.to-field .popCus {
  box-shadow: 0 9px 30px 6px rgba(0, 0, 0, .1);
  position: absolute;
  top: -3.5rem;
  z-index: 2;
  background: white;
  padding: 7px 14px;
  border-radius: 9px;
  font-size: 12px;
  font-weight: 600;
  display: none;

  &::after {
      content: '';
      position: absolute;
      background: transparent;
      top: 100%;
      left: 13px;
      border-left: 10px solid transparent;
      border-right: 10px solid transparent;
      border-top: 8px solid #fff;
  }
}

.from-field:hover .popCus,
.to-field:hover .popCus {
  display: block;
}

.from-tag,
.to-tag,
.date-tag,
.traveller-tag {
  position: absolute;
  top: -12px;
  background-color: white;
  font-size: 12px;
  font-weight: 500;
  padding: 0px 4px;
  left: 12px;
  color: #4b6685;
}

/* .jhivar(--themecolor)e {
  font-size: 24px;
  font-weight: 700;
} */

.fev4v {
  font-size: 18px;
  font-weight: 700;
  line-height: 30px;
}

.input-field input:focus {
  outline: 0;
  border: 0;
  padding: 0 !important;
}


.jhirede {
  font-size: 22px;
  font-weight: 600;
}

.Search-btn {
  background-color: var(--themecolor);
  color: white;
  border: 0;
  outline: 0;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}

.swap-btn {
  background: white;
  padding: 3px;
  position: absolute;
  right: -1.5rem;
  z-index: 99;
  top: 14px;
  height: 36px;
  width: 36px !important;
  transition:all ease-in-out .3s;
  &.active{
      transform:rotate(180deg);
  }
}

.swap-btn>div {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  background-color: var(--themecolor);
  color: white;
  border-radius: 50%;
  height: 100%;
  width: 100%;
}

.yggbh {
  font-size: 26px;
  font-family: "Overlock", sans-serif;
  font-weight: 600 !important;
}

.weerfc {
  color: var(--themecolor);
  font-size: 15px;
  font-family: "Overlock", sans-serif;
}

.hnbgg {
  background-color: #fff4ee;
  cursor: pointer;
  transition: all .4s cubic-bezier(.5, 0, 0, 1.25);
}

.hnbgg:hover {
  transform: scale(1.05);
}

.hnbgg:hover .lkhyfu {
  color: var(--themecolor);
}

.hnbgg:hover .qrtere img {
  border-radius: 20px;
}

.lkhyfu {
  color: #333333;
  font-weight: 600;
  font-size: 16px;
}

.fjuig {
  font-size: 12px;
  color: #5a5a5a;
  font-weight: 600;
}

.qrtere {
  width: 84px;
  height: 84px;
}

.qrtere img {
  width: 100%;
  height: 100%;
}

/* .var(--themecolor)edc img {
  width: 82px;
} */

.kjjgfy {
  font-size: 16px;
  font-weight: 600;
  color: #333333;
  position: relative;
}

.jhbv {
  font-size: 12px;
  color: #5a5a5a;
  font-weight: 500;
}

.uhgtr {
  color: var(--themecolor);
  font-size: 18px;
  font-weight: 700;
}

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

.kjjgfy::before {
  content: '';
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #5a5a5a;
}

.hfiuh {
  width: 90px;
  height: 90px;
}

.hfiuh img {
  border-radius: 50%;
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: all .4s cubic-bezier(.5, 0, 0, 1.25);
}

.dealModalImg{
 width: 100%;height: 500px;object-fit: cover;
}
.dealModalInfo{
  font-weight: 600;
}

/* bus */

.dropdownlistsbuscities{width: 100%;min-height: 50px;background: #fff;float: left;max-height: 217px;position: absolute;z-index: 999;top: 75px;overflow: auto;border: none !important;border-radius: 3px;box-shadow: 0 5px 10px 0 rgba(0,0,0,.25);-webkit-box-shadow: 0 5px 10px 0 rgba(0,0,0,.25);-moz-box-shadow: 0 5px 10px 0 rgba(0,0,0,.25);padding-top: 5px;left: 0;}
.dropdownlistsbuscities ul{float: left;height: auto !important;margin: 0;overflow: auto;padding-bottom: 6%;width: 100%;border-radius: 3px;border-top-left-radius: 3px;border-top-right-radius: 3px;border-top-left-radius: 0px;border-top-right-radius: 0px;padding: 0;}
.dropdownlistsbuscities ul li{font-size: 14px;list-style: none;padding: 0;margin: 0;border-bottom: 1px solid #e6e6e6;line-height: 28px;position: relative;padding: 6px 12px;cursor: pointer;color: #333;text-transform: capitalize;}
.dropdownlistsbuscities.busInpTo{width: 100%;}

.formsearchtable {
  padding: 25px 30px;background: white;box-shadow: rgba(0, 0, 0, 0.06) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -2px;border-radius: 18px;
}

.searchinput .popCus{box-shadow: 0 9px 30px 6px rgba(0, 0, 0, .1);position: absolute;top: -3.5rem;z-index: 2;background: white;padding: 7px 14px;border-radius: 9px;font-size: 12px;font-weight: 600;display:none;}
.searchinput:hover .popCus{ display: block ; }
.searchinput .searchtag{ background-color: white; font-size: 12px; font-weight: 500; padding: 0px 4px; left: 12px; color: #4b6685;position: absolute;top: -12px;}
.searchinput .popCus{ &::after { content: ''; position: absolute; background: transparent; top: 100%; left: 13px; border-left: 10px solid transparent; border-right: 10px solid transparent; border-top: 8px solid #fff; }}

.searchinput input{
  outline: none;width: 100%;border: 0;
}

/* hotel search */
.hotel-guest {
  z-index: 999999999999;right: 0px; position: absolute; width: 340px; cursor: pointer; display: flex;
  flex-direction: column; gap: 15px; padding: 11px 14px; background-color: white; border-bottom: 0px solid #ddd;
  box-shadow: 2px 2px 4px #00000057; border-radius: 5px;max-height: 260px;overflow-y: auto;
}
.guest-head {
  font-size: 15px;
  font-weight: 600;
}
.select2 {
  outline: 0;border: 1px solid #bababa;border-radius: 3px;font-size: 14px;width: 82px;
}
.roomguestblockdiv .add-room {
  margin-top: 15px;
  cursor: pointer;
  background-color:var(--themecolor);
  padding: 10px 11px;
  color: #fff;
  font-size: 12px;
  margin-left: 2px;
  border-radius: 40px;
}
.room-submit {
  background-color:var(--themecolor); color: #fff; border-radius: 4px; cursor: pointer; width: 60px; display: flex;align-items: center; justify-content: center; font-size: 15px; font-weight: 600; border: 0;
  outline: 0;
  padding: 4px;
}
.roomguestblockdiv .remove-room {
  margin-top: 15px;cursor: pointer;background-color: #e52b30;padding: 10px 11px;color: #fff;font-size: 12px;
  margin-left: 2px;
  border-radius: 40px;
}
.bannerShowMain {
  height: 300px !important;
}
.paxdetails p {
  font-weight: 600;
}
.paxContent label{
  position:  relative !important;left: 0 !important;
}
.paxContent {display: none;background: #fff;position: absolute;top: 79px;width: 265px;-moz-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3);-webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3);box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3);-webkit-border-radius: 0 0 4px 4px;-moz-border-radius: 0 0 4px 4px;-ms-border-radius: 0 0 4px 4px;border-radius: 4px;z-index: 99;padding: 7px; left: 17px;}
#roomshtml { max-height: 345px;overflow: auto;}
.addroom {margin-top: 4px;color: var(--themecolor);padding: 0px;-webkit-border-radius: 40px;-moz-border-radius: 40px;-ms-border-radius: 40px;border-radius: 40px;margin-left: 6px;margin-bottom: 6px;font-size: 13px;border: 1px solid var(--themecolor);padding: 6px 8px;float: left;-moz-transition: all 0.5s;-ms-transition: all 0.5s;-o-transition: all 0.5s;-webkit-transition: all 0.5s;text-decoration: none;cursor: pointer;}
.removeroom {color: #e00005;border-color: #e00005;}
.exitroom {color: #fff;background: var(--themecolor);float: right;margin-right: 6px;border-color: var(--themecolor);display: block;width: 32%;text-align: center;padding: 6px 8px;}
.box {margin-top: 0px;border-bottom: 1px solid #e8e9eb;padding: 6px 6px 6px 6px;clear: both;height: auto;overflow: auto;font-size: 14px;-o-animation-name: animateElement;-moz-animation-name: animateElement;-webkit-animation-name: animateElement;animation-name: animateElement;-o-animation-duration: 0.2s;-moz-animation-duration: 0.2s;-webkit-animation-duration: 0.2s;animation-duration: 0.2s;-o-animation-iteration-count: 1;-moz-animation-iteration-count: 1;-webkit-animation-iteration-count: 1;animation-iteration-count: 1;-o-animation-timing-function: linear;-moz-animation-timing-function: linear;-webkit-animation-timing-function: linear;animation-timing-function: linear;}
.box:last-child{border: 0px ;}
.roomTxt {color: #000;font-weight: 600;margin-bottom: 1px;}
.pull-left {float: left;}
.pull-left {width: 63%;}
.txt {display: block;padding-top: 2px;text-align: left;color: #000;}
.txt em {font-size: 11px;color: #737373;display: block;font-style: normal;}
.pull-right {float: right; width: 36%;}
.pull-right {border: 1px solid #e3e3e3;-webkit-border-radius: 3px;-moz-border-radius: 3px;-ms-border-radius: 3px;border-radius: 3px;}
.spacer {
height: 10px;
clear: both;}
.PlusMinusRow {
border-radius: 2px;
position: relative;
margin: 0;
overflow: hidden;
min-height: 30px;
line-height: 28px;
text-align: center;
}
.sub {
font-size: 22px;
font-weight: 600;
left: 0;
top: 0px;
width: 33px;
position: absolute;
cursor: pointer;
user-select: none;
color: #000000;
background: #f5f9ff;
height: 30px;
border-right: 1px solid #e3e3e3;
}
.PlusMinus_number, .PlusMinus_label {
margin-top: 0px;
display: inline-block;
}
.PlusMinus_number {
font-size: 14px;
color: #000000;
width: 32px;
margin: auto;
margin-top: auto;
text-align: center;
border: 0;
outline: 0;
height: 30px;
line-height: 30px;
font-weight: 600;
}
.add {font-weight: 600;font-size: 17px;width: 33px;position: absolute;cursor: pointer;user-select: none;color: #000000;right: 0;top: 0;background: #f5f9ff;height: 30px;border-left: 1px solid #e3e3e3;}
.childresAgeTxt {margin: 2px 0px 3px 0;  margin-top: 2px;font-size: 12px;color: #959595;text-align: left;width: 100%;margin-top: 13px;float: left;}
.paxContent select {border: 1px solid #c3c3c3;margin-right: 16px;-webkit-border-radius: 4px;-moz-border-radius: 4px;-ms-border-radius: 4px;border-radius: 4px;font-size: 13px;width: 58px;color: #434343;-webkit-appearance: none;padding: 3px 8px;height: 30px;background: #ffffff url(https://www.easemytrip.com/dm-img/arrow_down.png) no-repeat 81% 50%;}

.submitbutton {
  width: 100%;
  height: 100%;
  background: var(--themecolor) !important;
  color: #ffff !important;
  font-weight: 500 !important;
  font-size: 18px !important;
  text-transform: uppercase;
}
.searchinput {
  border: 2px solid #e1e7ee;
  border-radius: 10px;
  padding: 12px 6px 12px 16px !important;
  cursor: pointer;
  position: relative;
}
.dewqew {
  font-size: 13px;
  font-weight: 500;
  color: #808080;
}
.swap-icon {
  &.active {
      transform: rotate(180deg);
  }
}
.swap-icon {
  background: #fff;
 border-radius: 50%;
 padding: 6px;
 /* box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); */
 position: absolute;
 top: 14%;
 right: 40px;
 z-index: 1;
 font-size: 18px;    transition: all ease-in-out .3s;
 padding: 12px;
 border: 1px solid #ddd;
 cursor: pointer;
 }
.star-toggle{
  cursor: pointer;
}
.form-check{
  min-height: 1.2rem !important;
}
.paxContent input{
  padding: 0  !important;
}
.swap-icon-flight {
  background: #fff;
 border-radius: 50%;
 padding: 6px;
 /* box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); */
 position: absolute;
 top: 21%;
 right: 0px;
 z-index: 1;
 font-size: 18px;    transition: all ease-in-out .3s;
 padding: 12px;
 border: 1px solid #ddd;
 cursor: pointer;
 }

 .countrySelectBox {
  display: none;
  width: 316px !important;
  height: 280px !important;
  position: absolute;
  top: 0;
  overflow: auto;
  z-index: 2;
  box-shadow: 0 8px 8px 0 rgb(0 0 0 / 24%), 0 0 8px 0 rgb(0 0 0 / 12%);
  background: #fff;
  scrollbar-width: thin;
  border-radius: 6px;
}
.countrySelectBox ul {
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding: 1rem;
  list-style: none;
}
.countrySelectBox ul li {
  display: flex;
  align-items: center;
  gap: 14px;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
}
.countrySelectBox {
  &.active {
      display: block;
  }
}
.loaderFlight{
  position: fixed;top: 0;left: 0;width: 100%;z-index: 99999;height: 100vh;background: #fff;display: grid;place-items: center;
}
.loaderFlight object{
  height: auto;width: 400px;object-fit: cover;
}
.loaderFlight.active{
  display:none;
}

.logoHeader {
  width: 170px;
  height: 44px;display: block;
}


/*!------------------------- Special Fare Css Start -----------------------  */

.special_fare{
    background: linear-gradient(135deg, rgb(233, 252, 243) 0%, rgba(255, 255, 255, 0) 100%);padding: 12px 16px;border-radius: 5px;margin-top: 2rem;
}
.special_fare .more_bene{
    background: var(--dynamic-text);font-size: 12px;font-weight: bold;color: #fff;text-align: center;border-radius: 26px;
}
.special_fare .spe_fare{
    font-size: 16px;font-weight: 600;
}
.special_fare .frgtyhuiuyhg {
    border: 2px solid var(--dynamic-text);display: inline-block;width: 20px;height: 20px;text-align: center;border-radius: 3px;position: relative;
}
.special_fare .frgtyhuiuyhg.active{
    background: var(--dynamic-text);border-color: var(--dynamic-text);
}
.special_fare .frgtyhuiuyhg.active::after{
    content: "";transform: rotate(45deg);height: 11px;width: 6px;border-bottom: 2px solid rgb(229, 243, 255);border-right: 2px solid rgb(229, 243, 255);display: inline-block;position: absolute;left: 5px;top: 2px;
}
.special_fare .spe_chi{
    border: 1.5px solid #ddd;padding: 12px;background: #fff;border-radius: 5px;cursor: pointer;position: relative;
}
.special_fare .img{
    height: 26px;width: 26px;
}
.special_fare .img img{
    height: 100%;width: 100%;object-fit: cover;
}
.special_fare input{display: none;}
.spe_chi.active{
    border-color: var(--dynamic-text);
}
.spe_chi .first{
    line-height: 1;font-size: 14px;
}
.spe_chi .second{
    font-size: 12px;color: #777777;
}

/*!------------------------- Special Fare Css End -----------------------  */