
body{
    font-family: "Poppins", sans-serif;
    background: #fff;
}
.holiday-detail-wrap{
    margin-bottom: 25px;
}
#big .item img {
    width: 100%;
    height: 320px;
}
.scroll_able{ height: 180px;   overflow-y:auto;padding-right: 8px;}
.scroll_able::-webkit-scrollbar-track {box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); border-radius: 10px;}
.scroll_able::-webkit-scrollbar {width: 6px; height: 9px; background: #f5f5f5; border-radius:10px;}
.scroll_able::-webkit-scrollbar-thumb {  border-radius: 10px; box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); background:var(--main-color);}


.breadcrumb-holiday{
    background: transparent;
    padding: 10px 0;
}

.breadcrumb-holiday li a, .breadcrumb-holiday li{
    color: var(--main-color);
}
.holiday_pic img{
    border-radius: 5px;
    width: 100%;
    overflow: hidden;
}
.holiday_small img{
height: 217px;}
.holiday_bigg img{
height: 450px;}



.mt-ho-50{
    margin-top: 50px;
}
.ho-title{
    font-size: 30px;
    color: var(--secondary-color);
    margin-top: 0px;
    margin-bottom: 5px;
     font-family: "Poppins", sans-serif;
     font-weight: 600;
}

.ho-day{
color: #121212cc;
gap: 6px;
display: flex;
flex-wrap: wrap;
justify-content: start;
align-items: center;
font-size: 14px;
margin-bottom: 10px;
}

.homt-50{
    margin-top: 50px;
}


.ho-accordion-list{
  border: 0px;
    border-radius: 5px;
    box-shadow: rgb(0 0 0 / 11%) 2px 2px 20px 0px;
    padding: 20px 20px;
    margin-bottom: 20px;
    background: #fff;
}

.ho-accordion, .it-title{
     font-size: 22px;
    color: var(--secondary-color);
    margin: 0px;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    border: 0;
    background: transparent;
    width: 100%;
    text-align: left;
    padding: 0;
    position: relative;
    line-height: 28px;
}

.ho-accordion::after{
    content: "\f0dd";
    font-size: 13px;
    float: right;
      font-family: FontAwesome;
    color: #111;
    font-size: 20px;   
    position: absolute;
    line-height: 20px;
       right: 0px;
     transform: rotate(0deg);
      transition: transform 0.3s ease;
}

.ho-accordion.active:after {
    /* content: "\f0de"; 
        font-family: FontAwesome;   */
         transform: rotate(180deg);
}

.ho-accordion::before, .it-title:before{
content: '';
    width: 3px;
    height: 33px;
    background: var(--main-color);
    left: -20px;
    top: -2px;
    position: absolute;
}

.panel_ho_part {
    padding-top:  15px;
    display: none;
    background: #fff;
    overflow: hidden;
}

#accordion .panel-hotitle a {
    display: block;
    width: 100%;
    padding: 0px;
       border: 0px;
    font-size: 16px;
    font-weight: 600;
    color: var(--secondary-color);
    text-decoration: none;
    position: relative;
    line-height: 16px;
        font-family: "Poppins", sans-serif;
}

#accordion .panel-hotitle a span {
        background: var(--main-color);
    border-radius: 20px;
    padding: 15px 20px;
    margin-right: 10px;
    color: #fff;
    display: inline-block;
}
.arrow {
    float: right;
    transition: transform 0.3s ease;
    font-size: 20px;
    color: #000;
}
.panel-hotitle{
border-bottom: 1px solid #eee;
    padding: 10px 0px;
    margin: 0;
}

.accordion-toggle.collapsed .arrow {
    transform: rotate(0deg); /* DOWN arrow */
}

.accordion-toggle:not(.collapsed) .arrow {
    transform: rotate(180deg); /* UP arrow */
}
.it-title{
    margin-bottom: 10px;
}

.inc-exc{
    margin: 0px;
    padding: 0px;

}
.inc-exc li{
       display: flex;
    gap: 10px;
    font-size: 15px;
       margin: 10px 0px;
    align-items: center;
}
.inc-exc li img{
width: 17px;
height: 100%;
}


/*----slider-*/

#big .item {background: #ec6e46; margin: 2px; color: #FFF; border-radius: 3px; text-align: center;}
#big .item img {width: 100%; height: 300px;}
#thumbs .item {padding: 0px; margin: 2px; color: #fff; border-radius: 3px; text-align: center; cursor: pointer;}
#thumbs .item img {height: 70px; width: 100%;}
#big .owl-nav i:hover {background: transparent;}
#thumbs .item h1 {font-size: 18px;}
#thumbs .current .item {border-bottom: 5px solid var(--main-color);}
.owl-theme .owl-nav [class*='owl-'] {-webkit-transition: all .3s ease; transition: all .3s ease;}
.owl-theme .owl-nav [class*='owl-'].disabled:hover {background-color: #D6D6D6;}
#big.owl-theme {position: relative;}
#big.owl-theme .owl-next,
#big.owl-theme .owl-prev {
        background: #979797;
    width: 35px;
    line-height: 35px;
    height: 35px;
    margin-top: -20px;
    position: absolute;
    text-align: center;
    top: 50%;
    border-radius: 20px;
    color: #fff;
    font-size: 25px;}
#big.owl-theme .owl-prev,
#thumbs.owl-theme .owl-prev {
	left: -40px;}
#big.owl-theme .owl-next,
#thumbs.owl-theme .owl-next {
	right: -40px;}
#thumbs.owl-theme .owl-next,
#thumbs.owl-theme .owl-prev {
	display: none;
}

/*----slider end-*/


.holiday-sidebar-wrap{
       box-shadow:rgb(0 0 0 / 11%) 2px 2px 20px 0px;
    padding: 16px;
    border-radius: 10px;
    background-color: #fff;
}

.buy_now {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    border-bottom: 1px dashed #c9c4c4;
    padding-bottom: 15px;
    align-items: center;
}
.buy_now h3{
    font-size: 12px;
      color: #5f5d5d;
}

.buy_now h3 del{
   color: #f00;
    
}

.ribbon{
   position: absolute;
    top: 0;
    left: -28px;
    background-color: #18a95e;
    color: #fff;
    padding: 3px 28px 3px 18px;
    font-weight: 700;
    font-size: 14px;
    transform: translateX(10px);
    -webkit-clip-path: polygon(100% 0, 93% 49%, 100% 100%, 0 100%, 0 52%, 0 0);
    clip-path: polygon(100% 0, 93% 49%, 100% 100%, 0 100%, 0 52%, 0 0);
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -2px rgba(0, 0, 0, .05);
    border-bottom-left-radius: 7px;
}

.rating{
  color: #333;
    font-size: 14px;
    background-color: #f5f5f5;
    padding: 2px 6px;
    border-radius: 4px;
    font-weight: 600;
}
.rating-section{
  display: flex;
    justify-content: end;
    position: relative;
}
.rating-section span{
        font-size: 12px;
     color: #5f5d5d;
}
.save{
    background-color: #f3fffa;
    color: #16a167;
    border: 1px solid #abf0d3;
    border-radius: 16px;
    padding: 2px 9px;
    font-size: 10px;
    height: 21px;
    margin-top: 5px;
}
.price_inr{
    font-size: 25px;
    font-weight: 600;
}
.small{
    font-size: 12px;
    color: #5f5d5d;
    font-weight: 600;
}
.btn-ho .btn {
    height: 45px;
    padding: 0 25px;
    font-size: 16px;
    border: 1px solid var(--main-color);
    color: #fff;
    background: var(--main-color);
}

.holiday-duration-wrap{
      box-shadow: rgb(0 0 0 / 5%) 2px 2px 13px 0px;
      border-radius: 10px;
    background-color: #fff;
    margin-top: 15px;
}

.duration{
    padding: 15px;
    
}
.duration strong{
    font-size: 16px;
    font-weight: 600;
}


.gray-bg{
        display: flex;
    gap: 10px;
    padding: 15px;
    flex-direction: column;
    padding: 10px 16px;
    background-color: #f5f5f5;
}

.inclusion{
    margin: 0px;
    padding: 0px;
    display: flex;
    flex-grow: 1;
    gap: 15px;
}
.inclusion li{
  list-style: none;
  text-align: center;
}
.inclusion li i{
  background: #fff;
    border-radius: 45px;
    width: 40px;
    height: 40px;
    display: inline-block;
    line-height: 40px;
    text-align: center;
    font-weight: 600;
    font-size: 20px;
    color: var(--secondary-color);
}
.inclusion li p{
  font-size: 10px;
  margin: 5px 0px 0px;
}
.btn-holidayy{
display: flex;
flex-direction: column;
gap: 10px;
}

.btn-holidayy .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 45px;
    padding: 0 20px;
    font-size: 16px;
    width: 100%;
}
.btn-holidayy .btn-enquiry {
    border: 1px solid var(--secondary-color);
    color: var(--secondary-color);
    background: transparent;
}

.btn-holidayy .btn-detail {
    background: var(--main-color);
    border: 1px solid var(--main-color);
    color: #fff;
}



#myModal .modal-header{
  background: #eee;
  border-radius: 10px;
}


#myModal .modal-header .close{
      position: absolute;
    top: -15px;
    right: -15px;
    background: #000;
    opacity: 1;
    width: 30px;
    height: 30px;
    border-radius: 20px;
    color: #fff;
    line-height: 30px;
}
#myModal .modal-header h2{
  margin: 0px;
  font-size: 20px;
  color: #000;
  font-weight: 600;
}


.modal-header .old_price {
    font-size: 13px;
    margin-bottom: 8px;
    color: #666;
    font-weight: 600;
    /* letter-spacing: 1px; */
}
.modal-header .new_price {
    font-size: 28px;
    margin: 0;
    font-weight: 600;
    color: #000;
    line-height: 22px;
}
.outline-base{
  position: relative;
      margin: 15px 0px;
}

.outline-base .labelname{
    position: absolute;
    top: -7px;
    left: 5px;
    font-size: 11px;
    background: #fff;
    padding: 0px 5px;
    margin: 0px;
    color: #333;
    font-weight: 600;
}

.outline-base .form-control{
  height: 50px;
}
.ho_d-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}

.ho_holiday_price {
    text-align: right;
}
.ho_holiday_price span {
    font-size: 11px;
    color: #737070;
}
.flat_off {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 10px;
}

.flat_off p {
    background-color: #10a562;
    color: #fff;
    font-size: 10px;
    padding: 5px 12px 5px 18px;
    margin-right: -12px;
    -webkit-clip-path: polygon(0 4%, 100% 0, 100% 96%, 0 100%, 5% 50%);
    clip-path: polygon(0 4%, 100% 0, 100% 100%, 0 100%, 10% 50%);
    box-shadow: 0 2px 4px rgba(0, 0, 0, .15);
    border-radius: 6px 0 0 6px;
    margin: 0;
    line-height: 10px;
    right: -16px;
    position: relative;
}
.ho_img {
    height: 80px;
    border-radius: 10px;
}



.three-media{  
      margin-top: 20px;
    display: flex;
    justify-content: space-between;
    gap: 8px;
    padding: 0;
}

.three-media li{
flex: 1 1;
background-color: #fff;
border: 1px solid #e9edf2;
border-radius: 8px;
box-shadow: 0 10px 15px -3px rgb(0 0 0 / 7%), 0 0 6px -2px rgba(0, 0, 0, .05);
padding: 10px 15px;
display: flex;
flex-direction: column;
align-items: center;
text-align: center;
transition: all .3s ease;
cursor: pointer;
}
.three-media li a{
    text-decoration: none;
}

.three-media li p{
    font-size: 12px;
    line-height: 14px;
    margin: 0px;
    color: var(--secondary-color);
    font-weight: 600;
}
.three-media li i{
        width: 50px;
    height: 50px;
    background: #f5f5f5;
    border-radius: 50px;
    line-height: 50px;
    margin-bottom: 10px;
       color: var(--secondary-color);
    font-size: 18px;
}



/* holiday list */
.multipal_heading h2 {
    color: var(--secondary-color);
    font-weight: 700;
    margin: 0;
    font-family: "Poppins", sans-serif;
    font-size: 28px;
}

.ho_holiday {
  transition: 0.3s ease; box-shadow: 0px 0px 10px rgb(0 0 0 / 12%); margin-bottom:10px;
  background: #fff; border-radius: 10px; overflow: hidden; height: 390px;}
.ho_holiday:hover {box-shadow: 0px 0px 10px rgb(0 0 0 / 31%);}
.ho_holiday h3 {
  font-size: 18px; font-weight: 700; margin: 0px; line-height: 25px;
  position: relative; padding-bottom: 0rem; white-space: nowrap; color: #111; display: -webkit-box;
    max-width: 400px;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.ho_holiday_location {text-overflow: ellipsis; white-space: nowrap; overflow: hidden;}
.ho_holiday-cont {padding: 15px 10px; position:relative;}
.ho_holiday-img img {height: 180px; margin: 0px; position: relative;}
.ho_holiday-img {position: relative; transition: 0.5s;}
.ho_holiday-img::before {
  position: absolute;
  top: 0;
  left: -18%;
  z-index: 2;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(
    left,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.3) 100%
  );
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.3) 100%
  );
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
  transition: 0.5s;
}
.flat_off{
  display: flex;
  justify-content: flex-end;
  margin-bottom: 10px;
}
.flat_off p{
    background-color: #10a562;
    color: #fff;
    font-size: 10px;
    padding: 5px 12px 5px 18px;
    margin-right: -12px;
    -webkit-clip-path: polygon(0 4%, 100% 0, 100% 96%, 0 100%, 5% 50%);
    clip-path: polygon(0 4%, 100% 0, 100% 100%, 0 100%, 10% 50%);
    box-shadow: 0 2px 4px rgba(0, 0, 0, .15);
    border-radius: 6px 0 0 6px;
    margin: 0;
    line-height: 10px;
    right: -16px;
    position: relative;
}

.ho_holiday:hover .ho_holiday-img:before {left: 100%;}
.ho_holiday_deail {display: flex; justify-content: space-between;
align-items: center;}
.peragraph {
    margin: 0;
    background: #2a1007c9;
    color: #fff;
    border: 1px solid #fff;
    position: absolute;
    bottom: -10px;
    right: 7px;
    border-radius: 26px;
       display: flex;
    justify-content: center;
    align-items: center;
    font-size: 11px;
    padding: 3px 10px;}

    .ho_holiday_price{
      text-align: right;
    }
.ho_holiday_price span {
  font-size: 11px; color: #737070;
  }
.ho_rating {
       font-size: 11px;
    color: #ffb503;
}

.ho_holiday_deail {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.ho_holiday_price {
    text-align: right;
}
  .ho_holiday a {
    text-decoration: none;
    color: var(--secondary-color);
}
.inclusionn{
    margin: 0px;
    padding: 0px;
    display: flex;
    flex-grow: 1;
    gap: 10px;
}
.inclusionn li{
  list-style: none;
  text-align: center;
}
.inclusionn li i{
    background: #eee;
    border-radius: 45px;
    width: 30px;
    height: 30px;
    display: inline-block;
    line-height: 30px;
    text-align: center;
    font-weight: 600;
    font-size: 16px;
}
.inclusionn li p{
  font-size: 10px;
  margin: 5px 0px 0px;
}

.btn-holiday {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: space-between;
    padding: 0px 10px;
    margin-bottom: 10px;
}

.btn-holiday .btn-enquiry {
    border: 1px solid var(--secondary-color);
    color: var(--secondary-color);
    background: transparent;
}

.btn-holiday .btn-detail:hover, .btn-holidayy .btn-detail:hover,.btn-holiday .btn-enquiry:hover, .btn-holidayy .btn-enquiry:hover {
    background: var(--secondary-color);
    border: 1px solid var(--secondary-color);
    color: #fff;
}
.btn-holiday .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 45px;
    padding: 0 20px;
    font-size: 16px;
}

.btn-holiday .btn-detail {
    background: var(--main-color);
    border: 1px solid var(--main-color);
    color: #fff;
    width: 100%;
}
.ho_blog-carousel .owl-nav.disabled, .testimonials-carousel .owl-nav.disabled{
    display: none !important;
}

.ho_blog-carousel .owl-nav, .testimonials-carousel .owl-nav {
    position: absolute;
    right: 0px;
    top: -43px;
}
.ho_blog-carousel .owl-nav button, .testimonials-carousel .owl-nav button {
    font-size: 13px;
    background: var(--main-color) !important;
    padding: 0;
    color: #fff !important;
    width: 38px;
    transition: none;
    height: 38px;
    line-height: 38px;
    border-radius: 3px;
    z-index: 4;
    border: 0px;
    /* display: flex; */
    /* gap: 5px; */
    margin-left: 5px;
    font-size: 19px;
}
.old_price {
    font-size: 12px;
    margin-bottom: 8px;
    color: #666;
    font-weight: 500;
}
.new_price {
    font-size: 23px;
    margin: 0;
    font-weight: 600;
    color: #000;
    line-height: 24px;
}
.hotel-flex{
    display: flex;
    gap: 10px;
   }

.hotel-flex-just{
 justify-content: space-between;}


.icon-hotel{   
background-color: #edefe7;
height: 42px;
width: 42px;
border-radius: 50%;
display: flex;
justify-content: center;
align-items: center;
font-size: 18px;
}

.hotel-room h3{
 font-size: 14px;
    font-weight: 600;
    margin-top: 0px;   
      font-family: "Poppins", sans-serif;
}

.holiday-detail-left h3{
    font-size: 16px;
    font-weight: 600;
    margin-top: 0px;
      font-family: "Poppins", sans-serif;
}
.holiday-detail-left ul{
        padding-left: 17px;
    margin: 0px;
}

.holiday-detail-left ul li{
    font-size: 13px;
color: #666;
}
 .star_box i {
    color: #ffcb39;
    font-size: 14px;
    margin-right: 3px;
}


.ho-p-10{
    padding: 10px;
}


.ho_testimonial_item {
      background: #fff;
       border: 1px solid #ccc;
    padding: 15px;
    /* text-align: center; */
    border-radius: 4px;
    height: 180px;
    margin-top: 30px;
}
.ho_testimonial_item:hover {box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.09);}
.ho_testimonial_item img {
    max-width: 60px;    
    border-radius: 50%;   
}
.ho_testimonial_item p {
    /* text-align: center; */
    margin-top: 10px;
    font-weight: 500;
    color: #333;
    display: -webkit-box;
    /* max-width: 400px; */
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
   
}
.city-route{
word-wrap: break-word;
}
.sticky-holidaypart{
    position: sticky;
    top: 90px;
}

@media (min-width: 1300px) {
    .container {
        width: 1270px;
    }
}

@media screen and (min-width: 768px) {
    .pad-x-0{
    padding: 0px;
}
.mt-ho-15{
    margin-top: 15px;
}
}



@media screen and (max-width: 768px) {

#big.owl-theme .owl-next, #thumbs.owl-theme .owl-next {
right: -14px;}
#big.owl-theme .owl-prev, #thumbs.owl-theme .owl-prev {
left: -14px;}

    .holiday_pic img{
    margin-top: 15px;
}
    #big .item img {
        height: 200px;
    }
    .scroll_able{ height: 250px;   overflow-y:auto;}    
}
