/*start here landing  page */
.main-banner{
  background-position: center center;
    padding-bottom: 30px;
    /*height: 100vh;*/
    padding-top:250px;
    padding-bottom:250px;
    background-size: cover !important;
    background-blend-mode: saturation;
    display: flex;
  align-items: center;
  justify-content: center;
}

.banner-search-sec{
width: 100%;
}

#searchtabs{
  border-bottom: none;
  border-radius: 0px;
}
#searchcontent {
  margin-top: 5px;
}
#searchcontent .card{
  border-radius: 0px;
}

#searchtabs .nav-item .nav-link.active{
  background-color: #2B0764;
  border:none;
  color: #fff;
}
#searchtabs .nav-item .nav-link:hover{
 background-color: #2B0764;
  border:none; 
  color: #fff;
}
#searchtabs .nav-item{
  margin-right:2px;
  margin-bottom:2px;
    
}
#searchtabs .nav-item .nav-link{
  background-color: #F63309;
  border-radius: 0px;
  color: #080704;
  border:none;
}
.banner-searchbtn , .banner-searchbtn:hover , .banner-searchbtn:focus{
  position: absolute;
    top: 1px;
    right: 1px;
    background-color: #fff;
    font-size: 25px;
    height: 96%;

}

.follow-payment{
  display: flex;
  justify-content: center;
  align-items: center;
}
.banner-searchbtn i:before{
      color: #333;
    /*text-shadow: 1px 1px #F63309;*/
    font-weight: 500;
}

.plan-trip{
  position: fixed;
  bottom:0px;
  right: 20px;
  z-index: 9

}
.plan-trip ul {
  list-style: none;
  padding-left: 0px;
}
.plan-trip ul li{
  display: inline-block;

  margin-right: 15px; 
}
.plan-trip ul li:last-child{
margin-right: 0px;
}

.plan-trip ul li a{

  color: #fff !important;
  padding: 5px 10px;
  display: block;
  text-decoration: none;
  border-radius: 10px;
  font-weight: 600;
  border: 1px solid #F63309;
}

.plan-trip-popup{
   display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap:0px;
  grid-auto-rows: minmax(00px, auto);
  align-items: center;
}

.plan-trip-popup-close{
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 9;
  box-shadow: 0 0 0;
  background-color: transparent;
}

.plan-trip-form form .wdinput input{
  height: 40px;
}
.plan-trip-form form .wdinput button{
  height: 40px;
}
.plan-trip-ul ul{
  list-style: none;
  padding-left: 0px;
}
.plan-trip-ul ul li{
  position: relative;
  padding-left: 20px;
  margin-bottom: 10px;
  font-size: 14px;
}
.plan-trip-ul ul li:before{
      content: "\f101";
    position: absolute;
    left: 0px;
    color: #000;
    font-family: "Font Awesome 6 Pro";
}
.plan-trip-social-media{
  text-align: center;
}
.plan-trip-social-media ul{
  list-style: none;
  padding-left: 0px;
}
.plan-trip-social-media ul li{
  display: inline-block;
  margin-right: 15px;
}
.plan-trip-social-media ul li a {
  font-size: 30px;
  color: #333;
   
}

.plan-trip-contact h6{
  font-size: 24px;
}

.plan-trip-contact h5{
  font-size:35px;
  color: #F63309;
   text-shadow: 1px 1px #333;
}

#smallbanner .owl-nav .owl-prev{
  bottom: -53px;
      transform: inherit;
      top: auto;
      right: 50px;
      left: auto;
      font-size: 20px!important;
}

#smallbanner .owl-nav .owl-next{
  bottom: -53px;
      transform: inherit;
      top: auto;
      font-size: 20px!important;
}


.small-banner-boxx {
	box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
	padding: 10px;
	margin: 10px 0;
	border-radius: 10px;
}
.small-banner-box a{
  color: #333;
  text-decoration: none;
}
.small-banner-heading h6{
  font-size: 14px;
  color: #080704;
  font-weight: 600;
  margin-bottom: 2px;
}
.small-banner-heading p{
  font-size: 12px;
}
.banner-section-home{
  display: flex;
  align-items: center;
  flex-wrap: wrap;

}

.landing-left-offer-box{
  border-radius: 10px;
  overflow-y: hidden;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}

.banner-heading-section{
  width: 70%;
}
.banner-heading-section h1{
  font-size:40px;
  font-weight: 600;
  color:#333;
}
.banner-heading-section h1 span{
  color: #F63309;
    text-shadow: 1px 1px #333;
}
.landing-page-section{
width:35%;
margin: 10px;
border-radius: 10px;
}

.landing-right-banner{
  width:60%;
  padding-left: 30px;
  justify-content: start;
  display: flex;

}

.landing-page-section img{
  border-radius: 10px;
}
.landing-banner-section{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  grid-auto-rows: minmax(0px, auto);
  
}

.landing-banner-img img{
width: 100%;
-webkit-animation: mover 1s infinite  alternate;
animation: mover 2s infinite  alternate;

}
@-webkit-keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-10px); }
}

.landing-banner-box{
  display: flex;
  align-items: center;
  padding: 30px;
  justify-content: center;
}

.landing-banner-content h2{
  font-size: 50px;
  color: #000;
   text-shadow: 1px 1px #fff;
}
.landing-banner-content p{
  font-size:30px;
  color: #000;
   text-shadow: 1px 1px #fff;
}

#landingpage .owl-item:nth-child(odd) .item .landing-banner-section .landing-banner-box:first-child{
  order:2;
}

#landingpage .owl-item:nth-child(odd) .item .landing-banner-section .landing-banner-box:last-child{
  order:1;
}

#landingpage .owl-item:nth-child(even) .item .landing-banner-section .landing-banner-box:first-child{
  order:1;
}

#landingpage .owl-item:nth-child(even) .item .landing-banner-section .landing-banner-box:last-child{
  order:2;
}
.landing-banner-box.right{
  padding:0px 50px;
}



.landing-offer{
display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  grid-auto-rows: minmax(0px, auto);
  align-items: center;  
  justify-content: center;
}

.landing-right-offer-box{
  padding:0px 30px;
}
.landing-right-offer-box h3{
  font-size: 30px;
  color: #000;
  font-weight: bold;
  margin-bottom: 20px;
}

.landing-right-offer-box p{
  font-size: 16px;
  color: #000;
}
.landing-right-offer-box ul{
  list-style: none;
  padding-left: 0px;

}
.landing-right-offer-box ul li{
  position: relative;
  padding-left: 30px;
  color:  #000;
  margin-bottom: 10px;
  font-size: 18px;
}
.landing-right-offer-box ul li:before{
      content: "\f138";
      font-family: "Font Awesome 6 Pro";
      position: absolute;
      left: 0px;
      top: 0px;
      color:  #000;
}





.landing-client-content{
  background-color: #fff;
}


  .landing-moment-right-box img{
    width: 100%;
    position: relative;
    z-index: 2;
    animation: cycle 1s linear 0s infinite alternate;
  }
  @keyframes cycle{
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(1.05);
  }
}

.landing-offer-content h5{
  display: flex;
  align-items: center;
}
.landing-offer-content h5 img{
  height: 20px;
  width: auto!important;
  margin-right: 10px;
}

.offer-grid-pnl{
  display: grid;
  grid-gap: 1rem;
  grid-template-areas:
      "sidebar content-1 content-1"
      "sidebar content-2 content-3"
}

.offer-grid-pnl img{
  height: 100%;
  border-radius: 10px;
  width: 100%;
}



.sidebar {
  grid-area: sidebar;
}

.content-1 {
  grid-area: content-1;
}

.content-2 {
  grid-area: content-2;
}

.content-3 {
  grid-area: content-3;
}

.offer-grid-pnl a{
text-decoration: none;
color: #fff;
font-weight:600;
background-color: #F63309;
}

.sidebar-offer-content{
  position: absolute;
  top: 20px;
  left: 10px;
  right: 0px;
  text-align: center;
}

.sidebar-offer-content h6{
  font-size: 14px;
  color:#fff;
}

.sidebar-offer-content h3{
  font-size: 24px;
  color: #fff;
}
.sidebar-offer-content h5{
  font-size: 30px;
  margin: 10px 0px;
  color: #fff;
}
.offer-content-1{
  position: absolute;
  top: 40px;
  left: 20px;
  right: 0px;
}

.offer-content-1 h6{
  font-size: 14px;
  color:#fff;
}

.offer-content-1 h3{
  font-size: 24px;
  color: #fff;
}
.offer-content-1 h5{
  font-size: 14px;
  margin: 10px 0px;
  color: #fff;
}

.offer-content-2{
  position: absolute;
  bottom:10px;
  left: 20px;
  right: 0px;
}

.offer-content-2 h3{
  font-size: 20px;
  color: #fff;
}
.offer-content-2 h6{
  font-size: 14px;
  color:#fff;
}

.offer-content-2 h5{
  font-size: 16px;
  color:#fff;
}
/*end here landing page*/

/*start here home page section*/

/*start here banner section*/


#banner-ads{
display: flex;
flex-wrap: wrap;    
}
.banner-ads-box{
  width: 100%;
  margin-bottom: 15px;
  overflow: hidden;
  border-radius: 10px;
}
.banner-ads-box:last-child{
  margin-bottom: 0px;
}



.bannerpnl .col-12{
  padding: 8px;
}
/*end here banner section*/

/*start here categories list*/
.categories-img{
      background-color: #e0dcd9;
    border-radius: 50%;
    margin-bottom: 15px;
    overflow-y: hidden;
    transition: all .35s ease;
    width: 140px;
    height: 140px;
}

.categories-img img{
  width: 100%;
    height: 100%;
}

.categories-list-box a{
   color: #080704;
  text-decoration: none;
}

.categories-img:hover{
border-radius: 20px;
 transition: all .35s ease;
}




/*end here categories list*/

/*start here featured section*/
.feature-grid-section{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  grid-auto-rows: minmax(10px, auto);
}
.featured-box:hover{
  background-color: #e0dcd9;
}
.featured-content h6{
color: #1c2137;
font-size: 16px;
margin-bottom: 5px;
}
.featured-content p{
  color: #000;
font-size: 14px;
}

.featured-icon i{
  font-size: 30px;
  margin-right: 15px;
  color: #1c2137;
}
/*end here featured section*/


/*start here product section*/
/*.productslider .owl-prev{*/
/*      position: absolute;*/
/*    right: 40px!important;*/
/*    left: auto!important;*/
/*    transform: inherit!important;*/
/*    top: -50px!important;*/
/*    background-color: #e0dcd9;*/
/*    font-size: 16px!important;*/
/*}*/
/*.productslider .owl-next{*/
/*      position: absolute;*/
/*    right: 20px!important;*/
/*    left: auto!important;*/
/*    transform: inherit!important;*/
/*    top: -50px!important;*/
/*    background-color: #e0dcd9;*/
/*    font-size: 16px!important;*/
/*}*/
.product-accordion-tab{
  border-bottom: none;
  display: flex;
}
.product-accordion-tab li a{
  color: #fff;
      background-color: #F63309;
  margin: 2px;
  font-size: 14px;
}
.product-accordion-tab li a.active{
  color: #fff!important;
  background-color: #2B0764 !important;
}
.product-review-discount{
  position: absolute;
  top: 10px;
  width: 100%;
  display: flex;
  padding: 10px;
}

.product-reviews{
  color:#F63309!important;
  font-weight: 500;
  font-size: 12px;
}
.product-discount{
  font-weight:600;
  color: #071671;
  background-color: #fff;
  display: flex;
    align-items: center;
    margin-bottom: 0px;

}

.productslider .item{
  padding: 10px;

}

.product-box{
box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
overflow: hidden;
background-color: #fff;
border-radius: 10px;
}

.day-night{
  padding: 0px 10px;
  margin-bottom: 15px;
}
.day-night h6{
  font-size: 14px;
    color: #333;
    font-weight: 600;
    text-shadow: 1px 1px #F63309;
}

.product-img {
  padding:0px;
  overflow: hidden;
  text-align: center;
}
.product-img img{
  width: 100%!important;
  
  margin: auto;
}
.product-box a{
  color: #000;
  text-decoration: none;
}
.product-cart-view-hover{
  position: absolute;
    bottom: 0px;
    bottom: -100px;
  transition-duration:0.9s;
  width: 100%;
}

.product-box:hover .product-cart-view-hover{
  bottom:  20px;
   transition-duration:0.9s;
}


.product-cart-view{
display: flex;
    align-items: center;
    justify-content: center;
    width: 150px;
    margin: auto;

}

.product-name h6{
font-size: 16px;
text-transform: uppercase;
text-align: center;
margin-bottom: 0px;
white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.product-name p{
  font-size: 12px;
  margin-bottom: 0px;
  display: none;
}

.product-price .actual-price{
  color: #1c2137;
    margin-bottom: 12px;
    letter-spacing: 0;
    font-weight: 600;
    font-size: 22px;
}
.product-price .discount-price{
color: #999;
font-size: 14px;
}


.view-more-product , .view-more-product:hover{

color: #000;
width: 100%;
border: 1px solid #ddd; 
border-radius: 0px;
background-color: #fff;
}

.add-to-cart , .add-to-cart:hover{
  background-color: #e0dcd9;
  width: 100%;
  color: #000!important;
  text-decoration: none;
  border-radius: 0px;
}
/*end here product section*/

/*start here offer section*/
.offer-section-grid{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  grid-auto-rows: minmax(100px, auto);
}
.offer-section-box{
  overflow: hidden;
}
.img-offer img{
  width: 100%;
}
.offer-section-box:hover img{
transform: scale(1.1);
    transition: all .35s ease;
}

.offer-content{
  position: absolute;
    bottom: 20px;
    left: 0px;
    right: 0px;
    text-align: center;
    padding: 15px;
    z-index: 2;
}

.offer-content h6{
    font-size: 18px;
    display: inline-block;
    background-color: #F63309;
    padding: 5px 10px;
    border-radius: 10px;
    color: #000;
}

.offer-content h4{
color: #fff;
font-size:22px;
}
.offer-content .shopnow-btn{
  background-color: #fff;
  color: #000;
  margin-top: 20px;
}
/*end here offer section*/

/*Start here blog section*/
.blog-section{
border-top: 1px solid #d8eccc;
}
.blog-content{
  margin-top: 20px;
}
.blog-content h4{
color: #1c2137;
font-size: 16px;
margin-bottom: 15px;
overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-line-clamp: 1; /* number of lines to show */
           line-clamp: 1; 
   -webkit-box-orient: vertical;
}
.blog-content h6{
  color: #1c2137;
  font-size: 12px;
}
.blog-content p{
color: #000;
font-size:13px;
margin-bottom: 10px;
overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-line-clamp: 3; /* number of lines to show */
           line-clamp: 3; 
   -webkit-box-orient: vertical;
}
.blog-content a{
  color: #1c2137;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
}
.blog-pnl{
  background-color: #fff;
  border: 1px solid #d8eccc; 
  border-radius: 10px;
  overflow-y: hidden;
}
/*end here blog section*/

/*start here product ads section*/
.product-ads-img img{
  border-radius: 10px;
}
/*end here product ads section*/

/*start here partner section*/
.partner-grid-section{
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  gap:0px;
  grid-auto-rows: minmax(00px, auto);
  align-items: center;
  justify-content: center;

}
.partner-grid-box{
  padding:15px;
  filter: grayscale(100%);
  border-bottom: 1px solid #ddd;
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;


}
.partner-grid-box:hover{
  filter: grayscale(0); 
}
.partner-grid-box img{
  width: 100%;
}

/*end here partner section*/
/*end here home page section*/

/*****************************************************************************************/
/*****************************************************************************************/

/*start here product listing page*/
/*start here main product*/
.main-product-section{
  width: 100%;

}

.product-grid-section{
display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 10px;
  grid-auto-rows: minmax(100px, auto);
}
/*end here main product*/

/*start here product slider*/
.product-sidebar{
   width: calc(35% - 30px);
   margin-right:15px;
}
.product-sidebar-list ul{
  list-style: none;
  padding-left:0px;
}
.product-sidebar-list ul li{
  border-bottom: 1px solid #ddd;
}

.product-sidebar-list ul li a{
  color: #000;
  text-decoration: none;
  display: block;
  padding:5px 5px;

}
.dropdownlist span{
      color: #000;
    text-decoration: none;
    display: block;
    padding: 5px 5px;
}
.dropdownlist ul li{
  border-bottom: none;
      border-top: 1px solid #ddd;
}
.dropdownlist ul{
  display: none;
}
.dropdownlist.show ul{
  display: block;
}
.dropdownlist{
  position: relative;
}
.dropdownlist:before{
  position: absolute;
    right: 0px;
    top: 0px;
    content: "\2b";
    font-family: "Font Awesome 6 Pro";
    width: 22px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
}
.dropdownlist.show:before{
  content: "\f068";
}
.dropdownlist.show span{
    background-color: #e0dcd9;
}
.product-sidebar-box{
  margin-bottom: 5px;
}
.product-sidebar-list ul li .checkbox-custom .checkmark{
  top:10px;
  left: 10px;
}
.product-sidebar-list ul li .checkbox-custom{
    color: #1c2137;
    text-decoration: none;
    display: block;
    padding: 10px 5px 10px 50px;
    margin-bottom: 0px;
    font-size: 14px;
}

/*end here product slider*/

/*start here price range slider*/

.noUi-target,.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.noUi-target {
  position: relative;
  direction: ltr;
}

.noUi-base {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
/* Fix 401 */
}

.noUi-origin {
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
}

.noUi-handle {
  position: relative;
  z-index: 1;
}

.noUi-stacking .noUi-handle {
/* This class is applied to the lower origin when
   its values is > 50%. */
  z-index: 10;
}

.noUi-state-tap .noUi-origin {
  -webkit-transition: left 0.3s,top .3s;
  transition: left 0.3s,top .3s;
}

.noUi-state-drag * {
  cursor: inherit !important;
}

/* Painting and performance;
 * Browsers can paint handles in their own layer.
 */
.noUi-base,.noUi-handle {
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

/* Slider size and handle placement;
 */
.noUi-horizontal {
  height: 4px;
}

.noUi-horizontal .noUi-handle {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  left: -7px;
  top: -7px;
  background-color: #a2b4c3;
}

/* Styling;
 */
.noUi-background {
  background: #D6D7D9;
}

.noUi-connect {
  background: #e0dcd9;
  -webkit-transition: background 450ms;
  transition: background 450ms;
}

.noUi-origin {
  border-radius: 2px;
}

.noUi-target {
  border-radius: 2px;
}

.noUi-target.noUi-connect {
}

/* Handles and cursors;
 */
.noUi-draggable {
  cursor: w-resize;
}

.noUi-vertical .noUi-draggable {
  cursor: n-resize;
}

.noUi-handle {
  cursor: default;
  -webkit-box-sizing: content-box !important;
  -moz-box-sizing: content-box !important;
  box-sizing: content-box !important;
}

.noUi-handle:active {
  border: 8px solid #345DBB;
  border: 8px solid rgba(53,93,187,0.38);
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  left: -14px;
  top: -14px;
}

/* Disabled state;
 */
[disabled].noUi-connect,[disabled] .noUi-connect {
  background: #B8B8B8;
}

[disabled].noUi-origin,[disabled] .noUi-handle {
  cursor: not-allowed;
}
.slider-labels{
  font-size: 14px;
}
.product-sidebar-list #slider-range{
    width:85%;
    margin: 30px 0px 15px 20px;
}

.caption h6{
  font-size: 14px;
  color: #000;
}
.caption h6 span{
  color: #1c2137;
}
/*end here price range slider*/
/*start here product-listing-page*/

.day-location{
  display: flex;


}
.day-location h5{
  font-size: 14px;
}
.day-location h5 i{
  color: #F63309;
}
.product-listing-content{
  border-right: 1px solid #ddd;
  width: 60%;
}
.product-listing-img{
  width: 20%;
}
.product-listing-img img{
  width: 100%;
  border-radius: 10px;
}
.product-listing-detail{
  width: 20%;
}
.product-listing-box{
  box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
  padding: 15px;
  display: flex;
}
.product-listing-name h6{
  font-size: 20px;
    color: #1c2137;
    font-weight: 600;
    overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2; 
-webkit-box-orient: vertical;
height: 60px;
margin-bottom: 15px;
}
.trip-shedule h5{
position: relative;
font-size: 12px;
background-color: #F63309;
color:#fff;
padding: 2px 5px;
border-radius:5px;
margin-right: 20px;
}
.trip-shedule h5:after{
  content: "\f061";
  position: absolute;
      top: 2px;
    right: -14px;
  font-family: "Font Awesome 6 Pro";
  color: #F63309;
}
.trip-shedule{
  display: flex;
}
.trip-shedule h5:last-child:after{
  display: none;
}
.amenities-facilities ul{
list-style: none;
display: flex;
padding-left: 0px;
margin: 20px 0px 0px;
}
.amenities-facilities ul li i{
  display: block;
  font-size: 20px;
}
.amenities-facilities ul li:before{
  display: none;
}
.amenities-facilities ul li span{
  position: static;
}
.amenities-facilities ul li{
  margin-right: 10px;
  font-size: 14px;
  text-align: center;
      border: 1px solid #ddd;
    padding:10px 5px;
    border-radius: 5px;
        width:18%;
        margin-top: 10px; 
}
.amenities-facilities ul li:nth-child(n+6){
  display: none;
}

.amenities-facilities.amenities-facilities-details ul li:nth-child(n+6){
  display: block!important;
}

}
.amenities-facilities ul li span{
  width: 50px;
}
.amenities-facilities ul li a{
  color: #F63309;
  text-decoration: none;
}
.adult-field{
  font-size: 14px;
}
.product-listing-cart-view a{
  background-color: #F63309;
  color: #fff;
}
/*end here product-listing-page*/
/*end here product listing page*/

/*****************************************************************************************/
/*****************************************************************************************/

/*start here product details page */
.ready-to-wishlist{
  position: absolute;
  top: 10px; 
  right: 0px;
  left: 0px;
  display: flex;
  z-index: 9;
  align-items: center;
  
}
.wishlist-btn{
  font-size: 30px;
  background-color: transparent;
}
.ready-to-ship{
  background-color:#e0dcd9;
  padding: 3px 10px;
  border-radius: 0.25rem;
  font-size: 14px;
  font-weight: normal;
}
.product-details-flex{
  display: flex;
}
/*start here product slider section*/
.product-right-section{
  width: 50%;
}

.product-left-section{
  width: 50%;
}
#productsliderdetail .owl-thumbs {
display: flex;
justify-content: center;
}
#productsliderdetail .owl-thumbs button{
  border:none;
  padding: 0px;
  height: auto;
  background-color: transparent;
  margin: 5px;
}
#productsliderdetail .owl-thumbs button img{
  width:100%;
}

#productsliderdetail .item img{
  width: 100%;
}

.enquiry-form{
  position:fixed;
  right: 0px;
  width: 450px;
  top: 0px;
  background-color: #fff;
  height: 100%;
  z-index: 9999;
  overflow-y: scroll;
  right: -450px;
      transition-duration: 0.5s;
}
.enquiry-form.show{
  right: 0px;
      transition-duration: 0.5s;
}

.enquiry-form form{
  padding: 10px;
}

.enquiry-form form i{
  font-size: 30px;
  margin: 15px 0px;
  color: #F63309;
}
.enquiry-form::-webkit-scrollbar {
  display: none;
}

#closeenquiryform{
  border-radius: 0px;
}

/*end here product slider section*/

/*start here product right section*/
#productsliderdetail{
  position: sticky;
  top:0px;
}

.product-detail-heading p{
  font-size: 14px;
}
.product-details-price .actual-price{
  font-size: 30px;
}
.product-details-price .discount-price{
  color: #999;
    font-size:20px;
}
.yousavemoney{
  font-size: 14px;
}
.inclusivetax{
font-size: 14px;  
}
.prodcut-color-pnl {
    display: grid;
    grid-template-columns: repeat(15, 1fr);
    gap: 10px;
    grid-auto-rows: minmax(0px, auto);
}
.prodcut-color-pnl button{
  width: 30px;
  height: 30px;
  border-radius: 50%;
  position: relative;
}
.prodcut-color-pnl .color-btn.color-change:before{
  content: "\f00c";
  font-family: "Font Awesome 6 Pro";
  position: absolute;
  top: 3px;
  bottom: 0px;
  left: 0px;
  right: 0px;
}



.prodcut-size-pnl button.show {
    background-color: #000;
    color: #fff;
}
.prodcut-size-pnl button{
  font-size: 14px;
}

.qty-container{
  border:1px solid #ddd;
  border-radius: 20px;
}
.qty-container{
  width: 40%;
  display: flex;  
}
.qty-container input{
  width: 100%;
}

.product-details-btn{
display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  grid-auto-rows: minmax(0px, auto);
  width: 50%;
}
.product-details-btn a , .product-details-btn button{
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-details-information-box p{
  font-size: 14px;
}
.product-details-information-box h6{
  font-size: 24px;
  color: #333;
    font-weight: 600;
    text-shadow: 1px 1px #F63309;
    margin-bottom: 15px;
}

.why-choose-box{
  border-bottom: 1px solid #dee2e6;
  margin-bottom: 15px;
}
.why-choose-box:last-child{
  border-bottom: none;
}


.product-details-information-box:last-child{
  border-bottom: none;
}

.product-information-content .product-card-header{
  display: none;
}

.product-details-information-sect ul li a{
  color: #000;
  background-color: #e0dcd9 ;
  margin-right: 5px;
}
.product-details-information-sect ul li a.active{
  color: #fff!important;
  background-color: #000!important ;
}

.product-information-content .tab-pane.show .collapse{
  display: block;
}


.product-information-content .card-body ul{
    list-style: none;
    padding-left: 0px;
   }
   .product-information-content .card-body ul li{
    margin-bottom: 10px;
    position: relative;
    padding-left: 25px;
    font-size: 14px;
   }
   .product-information-content .card-body ul li:before{
    content: "\f101";
    position: absolute;
    left: 0px;
    color: #000;
    font-family: "Font Awesome 6 Pro";

   }
   .rating-reviews-star{
    display: flex;
   }
   .rating-reviews-star img{
    height: 50px;
    width: 50px;
    border-radius: 50%;
    border:1px solid #e0dcd9;
    padding: 2px;
    margin-right: 10px;
   }

   .reviews-name h5{
    font-size: 18px;
   }
   .reviews-name h6{
    display: inline-block;
    border-radius: 10px;
    padding: 2px 0px;
    font-size: 14px;
    color: #e0dcd9;
   }

   .rating-review-content p{
    font-size: 14px;
   }
   .rating-reviews-box{
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px;
   }
   .rating-reviews-box:last-child{
    border-bottom: none
   }
/*end here product right section*/

/*start here itarnary section*/
.itinerart-box{
  padding-left: 70px;
}
.itinerart-box:before{
  width: 10px;
    height: 10px;
    background:#F63309;
    border-radius: 100%;
    top: 0px;
    left: 46px;
    z-index: 9;
    content: "";
    display: block;
    position: absolute;
}

.itinerart-box:after {
    background: #c4c4c4;
    width: 2px;
    height: 100%;
    left: 50px;
    top: 0px;
    position: absolute;
    content: "";
    display: block;
}

.itinerart-box span{
  position: absolute;
    left: 0;
    top: 0;
    color: #333;
    font-size: 14px;
    line-height: 24px;
    font-weight: 600;
}
.itineray-box-content{
  padding: 15px 0px;
  border-bottom: 1px solid #ddd;
}
.itinerart-box:last-child .itineray-box-content{
  border-bottom: none
}

.itineray-box-content h5{
  font-size: 18px;
}

.arival-transfer {
  list-style: none;
  padding-left: 0px;
  display: flex;
  flex-wrap: wrap;
  

}
.arival-transfer li{
  border-radius: 10px;
  border:1px solid #666;
  color: #333;
  padding:5px 10px!important;
  text-align: center;
  margin-right: 15px;
}
.arival-transfer li:before{
  display: none;
}
/*end here itarnary section*/
.product-details-pnl{
  display: flex;
}
.product-details-information-sect{
  width: 100%;
  margin-right: 10px;
  border:none!important;
      padding: 0px!important;
}


.product-details-sidebar{
  width: calc(40% + 30px);
}
.list-style{
  list-style: none;
  padding-left: 0px;
}
.list-style li{
position: relative;
    padding-left: 20px;
    margin-bottom: 10px;
}

.list-style li:before{
  content: "\f101";
    position: absolute;
    left: 0px;
    color: #000;
    font-family: "Font Awesome 6 Pro";
}
/*end here product details page */

/*****************************************************************************************/
/*****************************************************************************************/

/*start here add to cart section*/
.product-table {
  border: 1px solid #ccc;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
  table-layout: fixed;
}

.product-table .qty-container{
  width: auto;
}

.qty-btn-minus{
border-radius: 20px 0px 0px 20px;
}

.qty-btn-plus{
border-radius: 0px 20px 20px 0px;
}

.product-table caption {
  font-size: 1.5em;
  margin: .5em 0 .75em;
}

.product-table tr {
  background-color: #f8f8f8;
  border: 1px solid #ddd;
  padding: .35em;
}

.product-table th,
.product-table td {
  padding: .625em;
  text-align: center;
}

.product-table th {
  font-size: .85em;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.list-product-order a{
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #1c2137;
  flex-wrap: wrap;
  justify-content: center;
}
.list-product-order img{
  height: 50px;
}

.list-product-order h6{
  font-size: 14px;
  margin-bottom: 0px;
  width: 100%;
    text-align: center;
}

.add-to-cart-flex{
  display: flex;
  
}

.add-to-cart-left-section{
  width: 75%;
}

.add-to-cart-right-section{
  width: 25%;
  border:1px solid #ddd;
  margin-left: 15px; 
}

.add-to-cart-table .qty-container{
  width: 100%;
}

.add-to-cart-table tbody tr td span{
  font-size: 14px;
  color: #000;
}

.add-to-cart-table tbody tr{
  position: relative;
}

.couponcode{
  position: relative;
  width: 50%;
  margin: auto;
}

.couponcode button{
  position: absolute;
  top: 0px;
  right: 0px;
  height: 100%;
}
.cart-total-heading h5{
  font-size: 14px;
  color:#1c2137;
}
.cart-total-heading h6{
  font-size: 16px;
  font-weight: normal;
}
.proceed-to-checkout a{
  color: #1c2137;
  text-decoration: none;
}
/*end here add to cart section*/

/***************************************************************************************/
/***************************************************************************************/

/*start here checkout page */


#createpassword.checkbox-custom{
  display: inline-block;
}

.billing-checkout-section{
  display: flex;
}

.checkout-billing-section{
  width: 75%;
}

.checkout-billing-order{
  width: 25%;
    border: 1px solid #ddd;
    margin-left: 15px;
}

.order-policy p{
  font-size: 13px;
}
.order-policy p a{
  color: #000;
  text-decoration: none;
}
.order-terms-condition label{
  font-size: 13px;
  margin-bottom: 0px;
}
.order-terms-condition a{
  color: #000;
  text-decoration: none;
}
/*end here checkout page */

/**************************************************************************************/
/**************************************************************************************/

/*start here login page*/
.login-account{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-auto-rows: minmax(00px, auto);
  align-items: center;
}

.login-account-section{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.login-form-section{
  padding:0px 35px;
}

.logo-login img{
  height: 50px;

}
.logo-login{
      width: 100%;
    text-align: center;
}
.login-information{
  padding-left: 0px;
  list-style: none;
  margin-top: 30px;
}
.login-information li{
  font-size: 16px;
  margin-bottom:30px;
  position: relative;
  padding-left: 55px;
  font-weight: 500;
  color: #1c2137;
}
.login-information li span{
  display: block;
  font-size: 12px;
}

.login-icon{
  position: absolute;
  left:0px;
  height: 40px!important;
}
.login-account-box{
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  flex-wrap:wrap;
}

.login-footer ul{
  padding-left: 0px;
  list-style: none;
  margin-bottom: 0px;
}
.login-footer ul li{
  display: inline-block;
}
.login-footer ul li a{
  display: block;
  font-size: 12px;
  color: #1c2137;
  padding: 0px 10px;
}

.login-footer p{
  font-size: 12px;
  margin-top: 10px;
}
.login-page-link{
  display: flex;
}
.login-page-link a{
  color: #1c2137;
}
.sign-with-btn{
  display: flex;
  justify-content: center;
}
.facebook-btn, .facebook-btn:hover , .facebook-btn:focus{
  background-color: #3b5998;
  font-size: 28px;
  color: #fff;
}

.google-plus-btn, .google-plus-btn:hover , .google-plus-btn:focus{
  background-color: #ea4335;
  font-size: 28px;
  color: #fff;
  margin-left: 15px;
}
/*end here login page */

/************************************************************************************/
/************************************************************************************/

/*start here order received invoice*/
.order-received-invice{
  border:1px solid #ddd;
  width: 66.6%;
  margin:30px auto;
}
.success-msg{
  text-align: center;
}
.success-msg img{
  height: 50px;
  margin-bottom: 20px;
}
/*end here order received invoice*/

/*************************************************************************************/
/************************************************************************************/

/*start here account section*/

.my-account-flex{
  display: flex;
}
.my-account-sidebar{
  border:1px solid #ddd;
}
.my-account-sidebar ul{
  list-style: none;
  padding-left: 0px;
}

.my-account-sidebar ul li a{
  color: #1c2137;
  text-decoration: none;
  display: block;
  border-bottom: 1px solid #ddd;
  padding: 10px;
}

.my-account-sidebar ul li a:hover{
  background-color: #e0dcd9;
}
.my-account-sidebar{
  width: calc(30% - 30px);
}
.my-account-main-section{
  width: 100%;
  padding:0px 15px;

}
.my-account-box{
  border:1px solid #ddd;
  margin-right: 15px;
  padding: 15px;
}

.my-account-product-table tbody tr td{
  font-size: 14px;
}
.my-account-product-table img{
      height: 40px;
    margin-right: 5px;
}

.my-account-product-table thead tr th{
  font-size: 12px;
}

.my-account-main-section .my-account-box{
  margin-bottom: 15px;
}

.myaccountbtn , .myaccountbtn:hover , .myaccountbtn:focus{
  position: sticky;
    bottom: 80px;
    background-color: #e0dcd9;
    border: 1px solid #000;
    border-radius: 50%;
    left: 20px;
    box-shadow: rgb(0 0 0 / 7%) 0px 1px 2px, rgb(0 0 0 / 7%) 0px 2px 4px, rgb(0 0 0 / 7%) 0px 4px 8px, rgb(0 0 0 / 7%) 0px 8px 16px, rgb(0 0 0 / 7%) 0px 16px 32px, rgb(0 0 0 / 7%) 0px 32px 64px;
    transition-duration: 0.5s;
    color: #000;
    width: 50px;
    height: 50px;
    line-height: 42px;
    font-size: 25px;
}




.myorder .card,
.myorder .card:last-child .card-header {
  border: none;
}

.myorder .accordion-btn{
  height: auto;
}

.myorder .card-header {
  border-bottom-color: #EDEFF0;
  background: transparent;
}


.myorder button , .myorder button:hover , .myorder button:focus{
  text-decoration: none;
  color: #1c2137;
}

.order-trackig-id{
  color: #000;
  font-size: 14px;
}

.order-status{
  font-size: 12px;
  padding:2px 5px;
  border-radius: 10px;
  display: inline-block;
  text-align: left;
  font-weight: normal;
  margin-bottom: 0px;
}

.myaccordion li + li {
  margin-top: 10px;
}

.accordion-btn{
  position: relative;

}

.accordion-btn.collapsed:after{
  content: "\2b";
  
  
}

.accordion-btn:after{
      content: "\f068";
      font-family: "Font Awesome 6 Pro";
      position: absolute;
  right:10px;
  top: 15px;
}

.order-tracking-status{
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.order-tracking-box{
  border:1px solid #ddd;
  width: 100%;
  padding: 10px;
  
}

.order-tracking-box p{
  margin-bottom: 0px;
  font-size: 14px;
}
.order-tracking-box h6{
  font-size: 14px;
}

.orderbar-line{
  height: 5px;
  width: 100%;
  background-color: #d0d0d0;
  margin-top: 30px;
  position: relative;
}



.order-1{
  position: absolute;
  left: 0px;
  top: 30px;
      width: 110px;
}

.order-2{
  position: absolute;
  left: 25%;
  top: 30px;
      width: 110px;
}

.order-3{
  position: absolute;
      left: 60%;
  top: 30px;
      width: 110px;
}

.order-4{
  position: absolute;
  right: 0;
  top: 30px;
      width: 110px;
}

.order-status-name h6{
font-size: 11px;
font-weight: 700;
}

.order-circle{
      width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #ccc;
    position: absolute;
    top: -38px;
}
.order-circle.right{
  right: 0px;
}

.orderbar-line.process-1:before{
  background-color: #4BB543;
  width: 25%;
  position: absolute;
  left: 0px;
  height: 100%;
  content: "";
}
.orderbar-line.process-1 .order-circle.step-1{
  background-color: #4BB543;
}


.orderbar-line.process-2:before{
  background-color: #4BB543;
  width: 60%;
  position: absolute;
  left: 0px;
  height: 100%;
  content: "";
}
.orderbar-line.process-2 .order-circle.step-2 , .orderbar-line.process-2 .order-circle.step-1{
  background-color: #4BB543;
}

.orderbar-line.process-3:before{
  background-color: #4BB543;
  width: 70%;
  position: absolute;
  left: 0px;
  height: 100%;
  content: "";
}
.orderbar-line.process-3 .order-circle.step-3 , .orderbar-line.process-3 .order-circle.step-2 , .orderbar-line.process-3 .order-circle.step-1{
  background-color: #4BB543;
}

.orderbar-line.process-4:before{
  background-color: #4BB543;
  width: 100%;
  position: absolute;
  left: 0px;
  height: 100%;
  content: "";
}

.orderbar-line.process-4 .order-circle.step-4 , .orderbar-line.process-4 .order-circle.step-3 , .orderbar-line.process-4 .order-circle.step-2 , .orderbar-line.process-4 .order-circle.step-1{
  background-color: #4BB543;
}

.cancel-order:before{
background-color: #FF0000;
  width: 100%;
  position: absolute;
  left: 0px;
  height: 100%;
  content: "";
}

.orderbar-line.cancel-order .order-circle.step-4 , .orderbar-line.cancel-order .order-circle.step-3 , .orderbar-line.cancel-order .order-circle.step-2 , .orderbar-line.cancel-order .order-circle.step-1{
  background-color: #FF0000;
}

.orderbar-sec{
  border:1px solid #ddd;
  padding: 10px;
  height: 150px;
}

.order-reviews{
  font-size: 12px;
  margin-top: 5px;
  color: #1c2137;
}
.order-reviews span{
  padding: 2px 10px;
  border-radius: 5px;
}
.orderreviews-box{
  display: flex;
}
.ordereviews-right h6{
  font-size: 14px;
}

.star-rating {
  display:flex;
  flex-direction: row-reverse;
  font-size:1.5em;
  justify-content:space-around;
  padding:0 .2em;
  text-align:center;
  width:5em;
}

.star-rating input {
  display:none;
}

.star-rating label {
  color:#ccc;
  cursor:pointer;
}

.star-rating :checked ~ label {
  color:#f90;
}

.star-rating label:hover,
.star-rating label:hover ~ label {
  color:#fc0;
}

.orderbar-reviews-sec{
  border:1px solid #ddd;
  padding: 10px;
}

.save-address-list{
    display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  grid-auto-rows: minmax(0px, auto);

}

.save-address-box p{
  font-size: 14px;
}
.edit-address{
  position: absolute;
  right:10px;
  top: 5px;
  height: auto;

}

.address-form{
  border:1px solid #ddd;
  padding: 15px;
  margin-bottom: 15px;
}
/*end here account section*/
/*********************************************************************************************/
/********************************************************************************************/
/*start here content page*/
.content-page-section{
  padding-top: 30px;
}
.content-page-section h6{
  font-size:16px;
}
.content-page-section p{
  font-size: 14px;
}
/*end here content page */
/*****************************************************************************************/
/****************************************************************************************/

/*start here faqs section*/
#main {
  margin: 20px 0;
}

#main #faq .card {
  margin-bottom: 30px;
  border: 0;
}

#main #faq .card .card-header {
  border: 0;
  -webkit-box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);
          box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);
  border-radius: 2px;
  padding: 0;
}

#main #faq .card .card-header .btn-header-link {
  color: #fff;
  display: block;
  text-align: left;
  background: #F63309;
  color: #fff;
  padding: 20px;
  text-decoration:none !important;
}

#main #faq .card .card-header .btn-header-link:after {
  content: "\f068";
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  float: right;
}

#main #faq .card .card-header .btn-header-link.collapsed {
  background: #F63309;
  color: #333;
}

#main #faq .card .card-header .btn-header-link.collapsed:after {
      content: "\2b";
}

#main #faq .card .collapsing {
  background: #ddd;
  line-height: 30px;
}

#main #faq .card .collapse {
  border: 0;
}

#main #faq .card .collapse.show {
  background: #ddd;
  line-height: 30px;
  color: #222;
}

/*end here faqs section*/

/*start here about-section*/
.about-grid-section{
display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  grid-auto-rows: minmax(100px, auto);
}

.about-content-box{
  padding:0px 15px;

}

.about-grid-img img{
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}

.client-testimonials{
  position: relative;
}
.client-testimonials:before{
content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url(../img/bg-img.jpg);
    background-size: cover;
    background-position: right top;
    z-index: -1;
    top: 0;
    left: 0;
}


.client-img{
  position: absolute;
  top: -48px;
  left: 0px;
  right: 0px;
}

.client-img img{
height: 100px;
    width: auto!important;
    margin: 0px auto 30px;
    border-radius: 50%;
    border:5px solid #e0dcd9;
}

.client-content {
    color: black;
    padding: 65px 10px 30px 10px;
    border-radius: 8px;
    box-shadow: 1px 1px 5px rgb(131 131 131 / 20%);
    position: relative;
    margin-top: 80px;
    background-color: #fff;
}

.quote-section{
  position: absolute;
  color: #979dc3;
  font-size: 50px;
  right: 50px;
  bottom: 10px;
}


#clientreviews{
  overflow: hidden;
}

#clientreviews .item{
  padding: 10px;
}

#clientreviews .owl-stage-outer{
      overflow: inherit;
}
/*end here about-section*/

/*start here contact us page section*/
.contact-us-section:before{
      content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url(../img/contact-us.png);
    background-size: cover;
    background-position: right top;
    z-index: -1;
    top: 0;
    left: 0;
    opacity: 0.2;
}
.contact-us-flex{
   display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  grid-auto-rows: minmax(100px, auto);
  align-items: center;
}
.live-support-system{
  list-style: none;
  padding-left: 0px;
  margin-top: 15px;
}
.live-support-system li{
  display: inline-block;
  margin: 0px 10px;
}
.live-support-system li a img{
  height: 30px;
}

.address-section{
  list-style: none;
  margin-top: 15px;

}
.address-section li{
  position: relative;
  padding-left: 35px;
  margin-bottom: 15px;
}

.address-section li i{
  position: absolute;
  left: 0px;
  top: 0px;
  font-size:25px;
}
/*end here contact us page section*/

/*start here blog section*/
.blog-grid-section{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  grid-auto-rows: minmax(10px, auto);
}

.blog-details-img img{
width: 100%;
}
.blog-details-content{
margin: 30px 0px;
}
.blog-details-content h2{
  font-size:30px;
}

.blog-details-content p{
  font-size: 14px;
}
/*end here blog section*/

/*start here pakcage tour grid*/
.package-tour-grid{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  grid-auto-rows: minmax(10px, auto);
}
/*end here package tour grid*/
/*New css for search bar*/
 @media only screen and (min-width: 978px) {
        #pane-all {
	 width: 50%; 
	margin: auto;
}
    } 
     @media only screen and (min-width: 1230px) {
         
    .breadcrumb {
	padding-left: 20%;
}
    } 
  
.btn.banner-searchbtn i {
	padding-right: 18px;
}
.wdinput.position-relative form input {
	padding: 0px 30px;
}
 #pane-all {  
    border-radius: 5px !important;
    /*box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12); */
 }
 /*new oux*/
.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next, .owl-carousel button.owl-dot {
	background: red !important;
	color: #fff !important;
	padding: 0 5px !important;
	height: auto !important;
	font-size:22px !important;
}
.d-xl-inline-block.d-lg-inline-block.d-md-inline-block.d-none a {
	color: #fff;
}
.sidebar-offer-content a {
	margin-top: 25px;
}
.bg-color-dark.btn.py-2.text-dark {
	background-color: transparent;
	border: 1px solid #F63309 !important;
}
.btn.subscrib-btn {
	color: #fff;
}
.product-information-content > .tab-pane .product-card-header h5 a.collapsed {
	background-color: #F63309 !important;
	color: #fff !important;
}
#myBtn {
	color: #fff;
}
.btn.bg-color-dark-1.submit-contact {
	color: #fff;
}

.landing-page-offer.bg-light {
	padding-top: 60px;
}
.offer-content-sec {
	padding-bottom: 60px;
}
.small-banner-img img {
	width: 100%;
}
.home-contact-us.bg-light {
	background-color: #F63309 !important;
}
.home-contact-us.bg-light i {
	color: #fff;
}
#wa-btn-wrapper {
	margin-bottom: 47px;
}

.tab-faq.btn-header-link:hover {
	text-decoration: none;
}
.blog-img img {
	width: 100% !important;
	height: 240px;
}
.blog-pnl {
	margin-bottom: 40px;
	padding: 20px;
}

.bg-color-dark-2, .bg-color-dark-2:hover {
    background-color: #0354A6 !important;
    color: #fff;
}
.search-text.text-center {
	color: #ffffff;
	font-size: 30px;
	padding: 0;
	margin: 0;
	font-weight: normal;
	font-weight: 700;
	text-align: center;
}
.sear-cont {
	width: 45%;
	margin: 0 auto;
	display: table;
	margin-top: 21px;
	padding: 0;
	border-radius: 7px;
	background: #fff;
	position: relative;
}
#go {
	cursor: pointer;
	background: #F63309;
	text-align: center;
	color: #fff;
	outline: 0;
	border: 0;
	padding: 10px 30px;
	font-size: 15px;
	font-weight: 600;
	text-transform: uppercase;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 0px;
	border-top-left-radius: 0px;
}
#searchclick {
	cursor: pointer;
	padding: 11px;
	width: 100%;
	margin-bottom: 0;
}
.select-drop {
	position: absolute;
	left: 0;
	top: 0 !important;
	z-index: 99;
	background: #fff;
	width: 100% !important;
	border-radius: 7px;
	border: 1px solid #d4d4d4;
	box-shadow: 0 4px 5px 0 rgb(0 0 0 / 28%);
}
.searcity {
	padding: 0px 15px;
	display: flex;
	align-items: center;
}
.nw_ppx {
	display: flex;
	align-items: center;
	flex-direction: column;
	border-top: 1px solid #cbcbcb;
	padding: 15px;
}
.ovscroll {
	overflow: auto;
	max-height: 280px;
}
.w45 {
	width: 45px;
}
.srctinput {
	border: 0;
	outline: 0;
	background: none;
	cursor: pointer;
	font-size: 13px;
	color: #000;
	width: 100%;
	padding: 15px 0;
}
.searcity svg {
	width: 20px;
}
#searchclick\ indo1{
	font-size: 18px;
	font-weight: 600;
	margin-left: 7px;
}
.search-box {
	display: flex;
	width: 100%;
	justify-content: space-between;
	margin: 0 !important;
}
/*box */
.mfrom-bx {
	border-right: 1px solid #dfdfdf;
	padding-right: 20px;
	padding: 10px 0;
	background: #ebf6ff;
	padding-left: 15px !important;
	width: 33.3% !important;
	position: relative;
	/*border-radius: 10px 0px 0px 10px;*/
	border: 1px solid #dfdfdf;
}
.city-flist {
	padding: 6px 8px;
	border-radius: 4px;
	border: 1px solid #a7a7a7;
	font-family: 'Open Sans';
	width: 100%;
	display: flex;
	align-items: center;
	background: #fff;
	position: relative;
}
.mgr10 {
	margin-right: 10px;
}
.inpnbox {
	border: 0;
	background: none;
	cursor: pointer;
	color: #000;
	width: 100%;
	font-weight: 600;
}

.inpnbox:hover, .inpnbox {
	height: auto !important;
}
.mfrom-bx {
  border-right: 1px solid #dfdfdf;
  padding-right: 20px;
}
.city-flist::after {
	width: 11px;
	height: 11px;
	background: url(https://indotoursadventures.com/public/frontend/img/arrow-down.svg) no-repeat;
	content: '';
	background-size: 11px 11px;
	display: inline-block;
	position: absolute;
	top: 12px;
	right: 10px;
}
.drop-city {
	position: absolute;
	background: #fff;
	 width: 100%; 
	left: 0;
	margin-top: 4px;
	overflow: auto;
	max-height: 180px;
	z-index: 999;
	box-shadow: 0 0 7px rgb(0 0 0 / 25%);
}
.suggested-city li {
	padding: 9px 15px 12px 15px;
	cursor: pointer;
	display: list-item;
	border-bottom: 1px solid #ececec;
}
.suggested-city {
	list-style: none;
	padding: 0;
	margin: 0;
}
.dflex.text-center {
	display: flex;
	align-items: center;
}
.city-drop-name {
	text-transform: capitalize;
}
.mfrom-bx:nth-child(2),.mfrom-bx:nth-child(3), .mfrom-bx:nth-child(4), .mfrom-bx:nth-child(5) {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	border-left: none;
	background-color:#fff;
}
.select-option-city select, .select-option-city select:hover, .select-option-city select:focus {
	width: 100%;
	padding: 7px 10px;
	box-shadow: none;
	border: 1px solid #a7a7a7;
	height: auto;
	background: #fff;
	border-radius: 4px;
}
.heading-bx {
	font-size: 13px;
	font-weight: 600;
	margin-bottom: 10px;
}
.modeof-transfer {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	gap: 5px;
	justify-content: flex-start;
}
.mlist {
	border: 1px solid #ccc;
	padding: 4px 15px;
	border-radius: 100px;
	font-size: 12px;
	background-color: #fff;
}
.clear_all_right {
	position: absolute;
	right: 10px;
	font-size: 13px;
	color: #2196f3;
	top: 10px;
	cursor: pointer;
}
/*input custom style */

.cat label span {
  text-align: center;
  padding: 3px 0;
  display: block;
  cursor:pointer;
}

.cat label input {
  position: absolute;
  display: none;
  color: #fff !important;
}
.cat label input + span {
	color: #000;
	border: 1px solid #ccc;
	padding: 3px 10px;
	border-radius: 20px;
	font-size:12px;
}

.cat input:checked + span {
    color: #ffffff;
}



.action input:checked + span{background-color: #0354A6;}




.dest-heading {
	font-size: 21px;
	font-weight: 700;
	text-align: left;
	margin: 19px 0 4px 0;
}
.package-short-desc {
	font-size: 14px;
	color: #000;
	padding: 8px 0;
}
.pname {
	font-size: 17px;
	color: #000;
	font-weight: 600;
	text-overflow: ellipsis;
	overflow: hidden;
	/*white-space: nowrap;*/
}
.pcity {
	font-size: 12px;
	min-height: 18px;
}
.inclsn {
	width: 100%;
	float: left;
	margin: 8px 0;
	display: flex;
	justify-content: flex-start;
	border-top: 1px solid #e3e3e3;
	padding: 7px 0;
}
.listmid {
	padding: 8px;
	width: 100%;
	float: left;
}
.hg {
	float: left;
	margin-right: 10px;
}
.inclsn {
	width: 100%;
	float: left;
	margin: 8px 0;
	display: flex;
	justify-content: flex-start;
	border-top: 1px solid #e3e3e3;
	padding: 7px 0;
}
/*.desc-bx {*/
/*	float: left;*/
/*	border: 1px solid #d6d6d6;*/
/*	background: #fff;*/
/*	margin: 0;*/
/*	position: relative;*/
/*	border-radius: 4px;*/
/*	margin-right: 2%;*/
/*	margin-bottom: 30px;*/
/*	min-height: 480px;*/
/*}*/
.desc-bx {
	/* float: left; */
	border: 1px solid #d6d6d6;
	background: #fff;
	margin: 0;
	position: relative;
	border-radius: 4px;
	margin-right: 2%;
	margin-bottom: 30px;
	min-height: 100%;
}
.row.tour-di .col-sm-6.col-md-4 {
	margin-top: 30px;
}
.top-image .w100 {
	width: 100%;
}
.a-txt {
	font-size: 11px;
	color: #000;
	display: block;
	/*text-align: center;*/
}
.hinc {
	font-size: 12px;
	font-weight: 600;
	margin-bottom: 6px;
}
.mflex {
	display: flex;
}
.w122{
    width:122px;
}
.i-meal {
	width: 40px;
	height: 40px;
	background: url(https://indotoursadventures.com/public/frontend/img/meal-1.svg) no-repeat 0 0;
	background-size: 40px 40px;
	display: table;
	margin: 0 auto;
}
.i-car {
	width: 40px;
	height: 40px;
	background: url(https://indotoursadventures.com/public/frontend/img/transfer-1.svg) no-repeat 0 0;
	background-size: 40px 40px;
	display: table;
	margin: 0 auto;
}
.i-hotel {
	width: 40px;
	height: 40px;
	background: url(https://indotoursadventures.com/public/frontend/img/hotel-1.svg) no-repeat 0 0;
	background-size: 40px 40px;
	display: table;
	margin: 0 auto;
}
.stars-rating.wd122 ul {
	list-style: none;
	padding: 0;
}
.stars-rating ul li .icon-star {
	margin-left: 3px;
	margin-top: 2px;
}
.icon-star svg path {
	fill: #fff !important;
	stroke: #fff;
}
.acenter {
	align-items: center;
}
.pricesec {
	padding: 8px;
	width: 100%;
	float: left;
	border-top: 1px solid #e3e3e3;
	bottom: 0;
}
.ritbtn:hover a {
	text-decoration: none;
	color: #fff;
}
.leftprc {
	width: 54%;
	float: left;
}
.grd-ttl-prc {
	width: 100%;
	float: left;
	text-align: left;
}

.sup_text {
	font-size: 12px;
	color: #000;
	display: block;
}
.htlstar {
	width: 100%;
	float: left;
	padding: 0 0 10px 0;
	display: flex;
	font-size: 13px;
	align-items: flex-start;
	justify-content: space-between;
}

.prc-ttl {
	font-size: 24px;
	color: #000;
	font-weight: 700;
}
.price-o {
	color: #9d9d9d;
	text-decoration: line-through;
	margin-right: 2px;
	font-size: 14px;
}
.sub_text {
	font-size: 9px;
	color: #000;
	display: block;
}
.ritbtn {
	width: 45%;
	float: right;
}
.vdtl-btn {
	padding: 7px 0px;
	text-align: center;
	font-size: 14px;
	color: #FFF;
	background-color: #F63309;
	text-decoration: none;
	border-radius: 4px;
	float: right;
	width: 100%;
	font-weight: 600;
}
.stars-rating.wd122 ul li span label {
	background-color: #2196f3;
	border-color: #2196f3;
	color: #fff;
	font-weight: 600;
	color: #fff;
	border-radius: 25px;
	display: block;
	line-height: 25px;
	padding: 0px 13px;
	font-size: 13px;
	display: flex;
	cursor: pointer;
	text-align: center;
}
.desc-bx:hover {
	box-shadow: 0 0 7px rgba(0,0,0,.25);
	}
.d-text {
	background: rgba(0,0,0,.75);
	border-radius: 20px;
	padding: 3px 8px;
	color: #fff;
	position: absolute;
	right: 15px;
	font-size: 12px;
	top: 20px;
}
.mfrom-bx:nth-child(6) {
	/*width: 150px !important;*/
	background: none;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	border-left: none;
	/*border-top-right-radius: 10px;*/
	/*border-bottom-right-radius: 10px;*/
}
#openfilter {
	text-align: center;
}
/*deatils page */
.boxd1::before {
	content: '';
	position: absolute;
	left: 0;
	top: 12px;
	background: #2196f3;
	height: 30px;
	width: 5px;
}
.mgt15 {
	margin-top: 15px;
}
.boxd1 {
	width: 100%;
	border-radius: 10px;
	border: 1px solid #C4C4C4;
	padding: 15px;
	box-shadow: 0 0 7px rgba(0,0,0,.20);
	position: relative;
}
.heading {
	font-size: 17px;
	font-weight: 600;
	color: #000;
}
.desc-para {
	margin-top: 10px;
	font-weight: 600;
	line-height: 19px;
}
.boxd2{
	padding: 0px;
	margin: 0px;
	margin-top:15px;
	float: left;
	border: 1px solid #d6d7d8;
	background: #fff;
	border-radius: 5px;
	width:100%;
	box-shadow: 0 0 5px rgb(0 0 0 / 10%);
}
.exc h3::before {
	background: #DA1515 !important;
}
.exc{
    background:#fff;
}
.boxd2 h3 {
	margin: 0px;
	padding: 10px;
	font-size: 15px;
	position: relative;
}
.boxd2 h3::before {
	content: '';
	position: absolute;
	left: 0;
	top: 9px;
	background: #63C266;
	height: 22px;
	width: 4px;
	padding: 0 !important;
}
.boxd2 ul {
	margin: 0px;
	padding: 5px 0 15px 22px;
}
.boxd2 li {
	margin: 0px;
	font-size: 12px;
	padding: 0 0 0 0;
	list-style: circle;
}
.desc-para {
	font-size: 13px;
}
div.iterny {
	display: flex;
	flex: auto;
	flex-direction: column;
	max-height: 100%;
	margin-bottom: 10px;
	border-bottom: 1px dashed #ddd;
}
.iterny h4 {
	margin: 0;
	text-align: center;
	font-size: 13px;
	font-weight: 500;
	width: 10%;
	background: linear-gradient(180deg, rgba(33,150,243,1) 0%, rgba(0,108,195,1) 100%);
	color: #fff;
	padding: 4px;
	border-radius: 50px;
	z-index: 9;
}
.iterny .item {
	display: flex;
	flex: auto;
	padding: 0;
}
#timeline {
	position: relative;
	display: table;
	height: 100%;
	margin: 0;
	padding: 0;
	width: 100%;
}
#timeline div::after {
	content: '';
	width: 1px;
	position: absolute;
	top: -18px;
	height: 89%;
	left: 92px;
	z-index: 1;
	background: #C5C5C5;
}
#timeline section.year {
	position: relative;
	margin-bottom: 25px;
}
#timeline section.year:first-child section {
	margin-top: -1.3em;
	padding-bottom: 0px;
}
#timeline section.year section {
	margin-top: 0 !important;
	padding-bottom: 0px;
	margin-bottom: 20px !important;
}
#timeline div::after {
	content: '';
	width: 1px;
	position: absolute;
	top: -18px;
	height: 89%;
	left: 92px;
	z-index: 1;
	background: #C5C5C5;
}
#timeline section.year section ul:first-of-type::after {
	content: '';
	width: 8px;
	height: 8px;
	background: #C5C5C5;
	border: 0;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
	position: absolute;
	left: 88px;
	top: -16px;
	z-index: 2;
}
#timeline section.year section ul {
	font-size: 1.1em;
	padding: 0 0 0 110px;
	margin-right: 0;
	list-style-type: none;
	max-width: 49rem;
	width: 100%;
}
#timeline section.year section ul li {
	margin-left: 0;
	font-size: 13px;
	text-align: justify;
	margin-right: 0;
	width: 96%;
}
#timeline section.year section ul:first-of-type::after {
	content: '';
	width: 8px;
	height: 8px;
	background: #C5C5C5;
	border: 0;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
	position: absolute;
	left: 88px;
	top: -16px;
	z-index: 2;
}
.arival-transfer li {
	font-size: 12px;
}
.arrive-section h5,.arrive-section .arival-transfer {
	padding: 0 0 0 110px;
}

/*#timeline section.year section ul {*/
/*	margin: -1.35rem 0 1em;*/
/*}*/
@media only screen and (max-width: 687px) {
            /*.mn-nav-mank-nav1 {*/
            /*    width: 92%;*/
            /*}*/

            #timeline section.year section ul {
                list-style-type: none;
                padding: 0 0 0 65px;
                margin: -1.35rem 0 1em;
                max-width: 40rem;
                font-size: 1em;
            }
                .arrive-section .arival-transfer, .arrive-section h5 {
            	padding: 0 0 0 15px;
            }
            .iterny h4 {
                width: 23%;
            }

            #timeline section.year section ul:first-of-type:after {
                content: '';
                width: 10px;
                height: 10px;
                background: #C5C5C5;
                border: 2px solid #FFFFFF;
                -webkit-border-radius: 50%;
                -moz-border-radius: 50%;
                -ms-border-radius: 50%;
                border-radius: 50%;
                position: absolute;
                left: -10px;
                top: 3px;
                z-index: 2;
            }

            #timeline div:after {
                content: '';
                width: 1px;
                position: absolute;
                top: -2px;
                height: 89%;
                left: -4px;
                z-index: 1;
                background: #C5C5C5;
            }

            .hol-2 {
                margin: 10px 0;
                padding: 0px;
                width: 50%;
                float: right;
            }

            #timeline section.year section ul {
                list-style-type: none;
                padding: 0 0 0 15px;
                margin: auto;
                float: left;
                max-width: 100%;
                font-size: 1em;
                margin-bottom: 15px !important;
            }

            #timeline section.year {
                position: relative;
                margin-bottom: 14px;
            }
}
.canc-desc p {
	font-size: 13px;
	margin-top: 10px;
}
.sldrm {
	/*float: left;*/
	top: -61px;
	box-shadow: 0 0 5px rgba(0,0,0,0.20);
	-moz-box-shadow: 0 0 5px rgba(0,0,0,0.20);
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.20);
	-o-box-shadow: 0 0 5px rgba(0,0,0,0.20);
	background: #ffffff;
	border-radius: 10px;
	border: 1px solid #d6d6d6;
}
.sld-r h3 {
	padding: 10px 0 0 0;
	margin: 0;
	/*background: linear-gradient(90deg, #c7dffe 0%, #d8f2ff 100%);*/
	background:#0354A6;
	font-weight: 500;
	color: #fff;
	display: block;
	font-size: 15px;
	font-weight: 600;
	float: left;
	text-align: center;
	width: 100%;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
}
.sld-r h4 {
	width: 100%;
	text-align: center;
	margin: 0px;
	color: #fff;
	/*background: linear-gradient(90deg, #c7dffe 0%, #d8f2ff 100%);*/
	background:#0354A6;
	display: block;
	font-weight: normal;
	font-size: 12px;
	padding: 0 3% 12px;
	float: left;
	border-bottom: 1px solid #dfdfdf;
	margin-bottom: 8px;
}
.frc {
	width: 92%;
	margin: 0 auto;
}
.frc .label {
	color: #000;
	font-size: 12px;
	margin-bottom: 4px;
	margin-top: 4px;
	font-weight: 500;
}
.frc input[type="text"], .frc input[type="email"], .frc input[type="tel"], .frc input[type="url"],.frc input[type="date"], .frc textarea {
	width: 100%;
	border: 1px solid #bdbdbd;
	margin: 0 0 5px;
	padding: 10px;
	border-radius: 4px;
	font-size: 13px;
}
.frc select {
	width: 100%;
	border: 1px solid #bdbdbd;
	background:#fff;
	margin: 0 0 5px;
	padding: 10px;
	border-radius: 4px;
	font-size: 13px;
}
.frc select,.frc select:hover, .frc select:focus {
	box-shadow: 0 0 0 !important;
	outline: none !important;
	border-radius: 0px;
	height: 50px;
}
.w33 {
	width: 30%;
	float: left;
	margin-right: 3.3%;
}
.qtySelector {
	height: 35px;
	float: left;
	border-radius: 4px;
	border: 1px solid #bdbdbd;
	display: flex;
}
.qtySelector .fa-minus {
	border-right: 1px solid #bdbdbd;
}
.qtySelector .fa {
	padding: 13px 5px;
	height: 100%;
	width: 33.3%;
	float: left;
	cursor: pointer;
	text-align: center;
	font-size: 9px;
}
.qtySelector .fa {
	cursor: pointer;
	text-align: center;
	font-size: 9px;
}

.qtyValue {
	background: #edf8ff;
	border: none !important;
	padding: 5px !important;
	box-shadow: none !important;
	width: 33.3% !important;
	margin: auto !important;
	float: left !important;
	height: 100% !important;
	text-align: center !important;
}
.svg-inline--fa.fa-minus.decreaseQty {
	padding: 12.3px 5px;
	width: 33.3%;
	/* float: left; */
	cursor: pointer;
	text-align: center;
	font-size: 9px;
}
.svg-inline--fa.fa-plus.increaseQty {
	padding: 12.3px 5px;
	width: 33.3%;
	cursor: pointer;
	font-size: 9px;
}
.svg-inline--fa.fa-plus.increaseQty {
	border-left: 1px solid #bdbdbd;
}
.contacts {
	margin-top: 25px;
}
.contacts span {
	font-size: 15px;
	background-color: #ffffff;
	padding: 15px 0;
	color: #000;
	font-weight: 500;
}
.width_18 {
	width: 18%;
	float: left;
	margin-top: 10px;
}
.width_78 {
	width: 78%;
	float: right;
	margin-top: 10px;
}
.submit_form {
	position: inherit;
	margin-top: 71px;
	width: 100%;
}
#buttonSunmit {
	width: 100%;
	cursor: pointer;
	width: 100%;
	border: none;
	background: #ffffff;
	color: #2196f3;
	margin: 10px 0 5px;
	padding: 10px;
	font-size: 15px;
	border: 1px solid #2196f3;
	border-radius: 4px;
	margin-bottom: 17px;
	font-weight: 500;
}
.sld-r.r {
	margin-top: 20px;
	background: #ffffff;
	border-radius: 10px;
	border: 1px solid #d6d6d6;
}
.man-sec-h-d {
	margin: 0px;
	padding: 10px;
	width: 100%;
}
.man-sec-h-d ul {
	margin: 0px;
	padding: 0px;
	list-style:none;
}
.man-sec-h-d li {
	margin: 0px;
	padding: 6px 0 0;
	color: #000;
	width: 100%;
	font-size: 13px;
	font-weight: 500;
	list-style: none;
}
.time-ico::before {
	content: "";
	background: url(https://indotoursadventures.com/public/frontend/img/clock-holiday-v1.svg) 0 0;
	padding: 0;
	margin: 2px 6px 0 0;
	width: 16px;
	height: 16px;
	float: left;
	background-size: 16px 16px;
}
.location-ico::before {
	content: "";
	background: url(https://indotoursadventures.com/public/frontend/img/location-holiday.svg) 0 0;
	padding: 0;
	margin: 0 6px 0 0;
	height: 16px;
	width: 16px;
	float: left;
}
.bdrtp {
	border: 1px solid #dfdfdf;
	border-top: none;
}
.pdtb15 {
	padding: 15px;
}
.mgb10 {
	margin-bottom: 10px;
}
.flheadv2 {
	font-size: 15px;
	font-weight: 600;
}
.container_f2 {
	display: inline-block;
	position: relative;
	padding-left: 30px;
	margin-right: 17px;
	cursor: pointer;
	font-size: 14px;
	user-select: none;
}
.container_f2 input {
	line-height: 5px;
	height: 21px;
	width: 21px;
	position: absolute;
	left: 0px;
}
.topFilterv2 {
	width: 100%;
}
.new-nav-fx {
	position: relative;
	margin: 0 auto;
	padding: 0 0;
}
.hol-pri-sec {
	margin: 0px;
	padding: 0px;
	width: 100%;
}
.hol-pri-sec-new {
	margin: 0px auto;
	padding: 5px 0 0 0;
	width: 100%;
	display: table;
}
.hol-min-hd {
	width: auto;
	float: left;
	margin: 0px;
	padding: 0px;
}
.hol-min-hd h1 {
	font-size: 22px;
	color: #000000;
}
.hol-min-hd h1 {
	font-size: 22px;
	color: #595858;
	margin: 0px;
	padding: 2px 0;
	display: inline-block;
	width: 100%;
	white-space: nowrap;
	overflow: hidden !important;
	text-overflow: ellipsis;
}
.landonly {
	width: auto;
	padding: 3px 10px;
	border: 1px solid #ffe185;
	border-radius: 50pc;
	font-size: 11px;
	font-weight: 600;
	color: #917a34;
	background: #fff6a4;
}
.pri-sect-holi {
	margin: 0px;
	padding: 0px 0;
	float: right;
	width: auto;
	display: flex;
	align-items: center;
	flex-direction: row-reverse;
	justify-content: space-between;
}
.hol-1 {
	margin: 0px;
	text-align: right;
	padding: 0px;
	width: auto;
	float: right;
}
.sta-frm {
	font-size: 12px;
	color: #595858;
}
.hol-pr-mn {
	width: 100%;
	margin: 0px;
	padding: 0px;
	float: left;
}
.mai-per {
	width: 100%;
	float: left;
	font-size: 12px;
	color: #595858;
}
.mn-prie {
	color: #d81a0c;
	font-size: 24px;
	font-weight: 600;
	padding: 0;
	width: auto;
	float: right;
}
.main-ul-tex li {
	margin: 0 17px 0 0;
}
.main-ul-tex ul {
	padding: 0;
}

.main-ul-tex ul a {
	padding: 0 0 7px 0;
	color: #000;
	text-transform: uppercase;
	margin: 0 0 0 0;
}
.main-ul-tex li {
	margin: 0 17px 0 0;
}
.new-nav-fx {
	max-width: 1105px;
}
.td-nav.fixed {
	display: block;
	position: fixed;
	width: 100%;
	top: 0px;
	left: 0px;
	box-shadow: 0 4px 19px -10px rgba(117, 117, 117, 1);
	background-color: #fff;
	z-index: 999;
	padding: 10px 0;
}
.main-ul-tex .active {
	border-bottom: 3px solid #4263c1;
}
.main-ul-tex {
	text-align: left;
	/* width: 80%; */
	/* margin: 0 auto; */
}
.noUi-base {
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 1;
}
.m-t-20.font-12 {
	padding-bottom: 10px;
	font-size: 12px;
}
.flr {
	float: right;
}
.fd-sd {
	font-size: 13px;
	margin-top: 5px;
}
.price-input .field span, .price-input-duration .field span {
	display: none;
}
.price-input .separator {
	display: none !important;
}

.price-input-duration .input-min-duration{
    border: none;
	font-size: 12px;
	text-align: left;
	margin-left: 0;
}
.separator-duration {
	display: none !important;
}
#price_min {
	border: none;
	font-size: 12px;
	text-align: left;
	margin-left: 0;
}
.price-input {
	margin: 0px !important;
}
.range-input {
	padding-bottom: 20px;
}
.input-max-duration{
    	border: none !important;
	font-size: 12px !important;
	text-align: right !important;
}
#price_min, .input-min-duration {
	height: auto;
}
.price-input .field, .price-input-duration {
	margin-top: -12px;
}
.price-input-duration .field {
	height: 45px;
}
#price_max{
	border: none;
	font-size: 12px;
	text-align: right;
}
.price-input-duration {
	display: flex;
}

.man-sec-h-d .inclsn {
	float: none !important;
}
.stm {
	position: relative;
	margin: 10px 0;
	text-align: center;
	z-index: 1;
	width: 99%;
	float: left;
}
.stm .lay {
	display: inline-block;
	background: #fff;
	padding: 6px 8px;
	border: 1px solid #bcbcbc;
	border-radius: 36px;
	width: 39%;
	font-size: 12px;
	font-weight: 500;
	background: #eee;
}
.stm::before {
	content: '';
	display: block;
	border-bottom: 1px solid #bcbcbc;
	margin-top: 14px;
	position: absolute;
	width: 100%;
	z-index: -1;
}
.sld-r.r .inclsn {
	border-top: 0px;
	padding: 20px 20px;
}
.mt-15{
    margin-top:15px;
}
.contack-light {
	margin: 25px 0;
	width: 100%;
	background: #f2f1f1;
	position: relative;
	border: 1px solid #dbdada;
	border-radius:10px;
	padding:10px 15px;
}
.mgr7 {
	margin-right: 15px;
}
.helptxt {
	font-size: 18px;
	font-weight: 600;
	margin:0px;
}
.helptxtb {
	font-size: 13px;
	font-weight: 500;
	margin:0px;
}
.top-image img {
	height: 195px;
}
.text_load_more, .text_hide {
	color: #007bff !important;
	text-decoration: underline !important;
	cursor: pointer;
}
#openfilter{
cursor: pointer;
    
}
.blog-bottom.section {
	padding: 50px 0;
}
#searchclick\ indo1 {
	margin: 0px !important;
	padding-top: 11px;
	padding-left: 20px;
	cursor: pointer;
}
#openfilter {
	padding-top: 15px;
}
#searchclick\ indo1 img {
	margin-right: 15px;
}
.blog-bottom.section .search-text {
	color: #000;
	text-align: left !important;
}
.blog-city {
	color: #F63309;
}

.blog-box {
	box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.23) 0px 1px 3px -1px;
	border-radius: 10px;
}
.blog-short-desc img {
	width: 100%;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
.mt-30{
    margin-top:20px;
}
.blog-short-det h6 {
	font-size: 15px;
	font-weight: 500;
	padding: 10px;
	color: #494949;
}
.blog-bottom.section.x {
	padding-bottom: 0px;
}
.blog-short-det h6:hover {
	color: #F63309;
}
.blog-box a:hover {
	text-decoration: none;
}
.tag-d {
	border: 1px solid #ababab;
	padding: 3px 10px;
	border-radius: 4px;
	color: #f96e31;
	text-decoration:none;
}
.tag-d a {
	color: #f96e31;
	text-decoration:none;
}
.tag-d {
	line-height: 40px;
}
.domastic-tags.mt-30 span {
	white-space: nowrap;
}
  .d-flex.row {
	padding: 0 15px;
}
 @media only screen and (max-width: 798px) {
        .main-banner{
    padding-top:100px;
    padding-bottom:100px;
}
.d-flex.row {
	margin: 0;
	padding: 0;
}
.mfrom-bx.col-sm-12.col-md-3 {
	width: 100% !important;
}
  .d-flex.row {
	padding: 0px;
}
.mfrom-bx.col-sm-6.col-md-3 {
	width: 50% !important;
}
.mfrom-bx.col-sm-12.col-md-3.l {
	width: 100% !important;
	border-left: 1px solid #dfdfdf;
}
.mfrom-bx.col-sm-6.col-md-3.b{
    	border-left: 1px solid #dfdfdf;
}
.sear-cont {
	width: 70%;
}
    } 
  
     @media only screen and (max-width: 989px) {
    .hol-min-hd h1 {
	font-size: 18px;
	color: #595858;
	margin: 0px;
	padding: 2px 0;
	/* display: inline-block; */
	/* width: 100%; */
	white-space: break-spaces;
	/* overflow: hidden !important; */
	text-overflow: ellipsis;
}
.mfrom-bx:first-child {
	width: 100%;
}
.hol-pri-sec {
	padding: 0 15px;
}
.hol-min-hd {
	width: 60%;
}
.main-ul-tex {
	padding: 0 15px;
}
.pri-sect-holi {
	width: 40%;
}
         
     }
     .blog-short-desc img {
	height: 155px;
}
.blog-short-det {
	min-height: 60px;
}
.desc-para {
	width: 100%;
	overflow-x: auto;
}
/*home page */
.categories-img {
	background-color: #e0dcd9;
	border-radius: 9px;
	margin-bottom: 15px;
	overflow-y: hidden;
	transition: all .35s ease;
	width: 160px;
	height: 200px;
}
.categories-img:hover {
	background-color: #e0dcd9;
	border-radius: 9px;
	margin-bottom: 15px;
	overflow-y: hidden;
	transition: all .35s ease;
}
#mainbanner .item img{
    height:400px;
}
@media only screen and (max-width: 989px) {
    #mainbanner .item img{
    height:300px;
}
}
.categories-list-name h6 {
	margin-top: -55px;
	color: #fff;
	padding-bottom: 30px;
}
.offer-percentage {
	background-color: #1d9135;
	padding: 2px 4px;
	color: #fff;
	margin-left: 10px;
}
.offer-p {
	position: absolute;
	top: 8px;
	left: 15px;
	background-color: #1d9135;
	color: #fff;
	padding: 2px 6px;
	border-radius:2px;
}
.o-p {
	margin: 4px 0;
}
/*new table css */
table {
	width: 100% !important;
	overflow: scroll;
	display: inline-table;
}
tr, td,th {
	padding: 10px;
}
img {
	max-width: 100% !important;
}
.df-btn-text.df-btn-text-icon-only {
	margin-bottom: 40px;
}