
 /**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
	text-align: center;
	-webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-nav [class*='owl-'] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px; }
.owl-theme .owl-nav [class*='owl-']:hover {
    background: #869791;
    color: #FFF;
    text-decoration: none; }
.owl-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default; 
}
.owl-theme .owl-nav.disabled + .owl-dots {
	margin-top: 10px; }

.owl-theme .owl-dots {
	text-align: center;
	-webkit-tap-highlight-color: transparent; }
.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline; }
.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 200ms ease;
    border-radius: 30px; }
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #869791; 
}

/* 
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

/* 
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

/* 
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel .owl-refresh .owl-item {
  display: none;
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}
.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}
.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/* 
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item img {
  transform-style: preserve-3d;
}

/* 
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}



/*08-07-2022 start*/



.Tour_desti .caption.caption-side-text {
    bottom: 0;
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    z-index: 10;
    /*padding: 20px;*/
    padding:5px 7px;
    color: #fff;
    /*text-align: left;*/
    background: rgba(0,0,0,.4);
    /* border-radius: 5px;*/
}

.Tour_desti .item {
    position: relative;
    max-height: 281px;
    max-width: 225px;
}

.Tour_desti .item img {
    /*border-radius: 5px;*/
    overflow: hidden;
}
.caption-side-text-header {
    margin-bottom: 165px;
    /*font-weight: 700;*/
    /* font-size: 20px;*/
    font-size: 14px;
    max-height: 30px;
}
.caption-side-text-details {
    position: absolute;
    /*left: 22px;*/
    left: 0px;
    /*  bottom: 10px;*/
    bottom: 0px;
    width: 100%;
    /* padding: 10px 25px;*/
    padding: 7px 25px;
}
p.trending_price_starting {
    font-size: 15px;
    margin-bottom: 0;
}
p.trending_price_slide {
    font-size: 25px;
    margin-bottom: 0;
    line-height: 28px;
}

#Tour_desti .owl-controls .owl-nav {
    display: flex;
    justify-content: space-between;
}
#Tour_desti .owl-controls .owl-nav .owl-prev {
    position: relative;
    bottom: 152px;
    right: 22px;
    height: 30px;
    width: 30px;
    border-radius: 25px;
    background: #fff;
    border: 1px solid #d5d3d4;
}

#Tour_desti .owl-controls .owl-nav .owl-next {
    position: relative;
    bottom: 152px;
    left: 22px;
    height: 30px;
    width: 30px;
    border-radius: 25px;
    background: #fff;
    border: 1px solid #d5d3d4;
}
#Tour_desti .owl-controls .owl-nav .owl-next .svg-inline--fa.fa-w-10 {
    color: #000;
    margin: 3px 4px;
}
#Tour_desti .owl-controls .owl-nav .owl-prev .svg-inline--fa.fa-w-10 {
    color: #000;
    margin: 3px 0px;
}

/*08-07-2022 end*/



/*yathir special*/
.yth-special .border_gray {
    border: 1px solid #d0d0d0;
    padding: 5px 0;
    overflow: hidden;
    height: auto;
    background: #fff;
}
.no-padding, .padding-remove, .pm0 {
    padding: 0;
}
.yth-special .border_gray a {
    color: #337ab7;
    text-decoration: none;
}
.yth-special .border_gray img {
    padding: 0 5px;
    width: 100%;
}
.yth-special .carausal_header_country {
    font-size: 18px;
    margin: 10px auto 3px 6px;
    text-align: left;
    font-weight: 400;
    color: #025280;
}
.yth-special .carausal_header_country span{
 font-size:14px!important;
     display: block;
    line-height: 16px;
}
 .yth-special .text_skyblue {
    color: #0195db;
    text-align: right;
}

 .yth-special .price {
    font-size: 12px;
    color: #929292;
}

 .yth-special .margin10 {
    margin-top: 10px;
}
 .yth-special.font22 {
    font-size: 18px;
}
 .bg-light {
    background-color: #f2f0f1!important;
}
/*#owl-yathir-sp .owl-controls .owl-nav{
    display: block;
   
}*/ 
.padd_10-25{
    padding: 20px 0px 25px;
}

#owl-yathir-sp .owl-controls .owl-nav{
    display: flex;
    justify-content: space-between;
} 
#owl-yathir-sp .owl-controls .owl-nav .owl-prev{
    position: relative;
    bottom: 152px;
    right: 15px;
    height: 30px;
    width: 30px;
    border-radius: 25px;
    background: #fff;
    border: 1px solid #d5d3d4;
}  

#owl-yathir-sp .owl-controls .owl-nav .owl-next{
 position: relative;
 bottom: 152px;
 left: 15px;
 height: 30px;
    width: 30px;
    border-radius: 25px;
    background: #fff;
    border: 1px solid #d5d3d4;
} 
#owl-yathir-sp .owl-controls .owl-nav .owl-next .svg-inline--fa.fa-w-10{
    color:red;
    margin: 3px 4px;
}
#owl-yathir-sp .owl-controls .owl-nav .owl-prev .svg-inline--fa.fa-w-10{
    color:red;
    margin: 3px 0px;
}


/**honey moon*/

#owl-Honeymoon .owl-controls .owl-nav{
    display: flex;
    justify-content: space-between;
} 
#owl-Honeymoon .owl-controls .owl-nav .owl-prev{
    position: relative;
    bottom: 152px;
    right: 15px;
    height: 30px;
    width: 30px;
    border-radius: 25px;
    background: #fff;
    border: 1px solid #d5d3d4;
}  

#owl-Honeymoon .owl-controls .owl-nav .owl-next{
 position: relative;
 bottom: 152px;
 left: 15px;
 height: 30px;
    width: 30px;
    border-radius: 25px;
    background: #fff;
    border: 1px solid #d5d3d4;
} 
#owl-Honeymoon .owl-controls .owl-nav .owl-next .svg-inline--fa.fa-w-10{
    color:red;
    margin: 3px 4px;
}
#owl-Honeymoon .owl-controls .owl-nav .owl-prev .svg-inline--fa.fa-w-10{
    color:red;
    margin: 3px 0px;
}
.yth-Honeymoon .border_gray {
    border: 1px solid #d0d0d0;
    padding: 5px 0;
    overflow: hidden;
    height: auto;
    background: #fff;
}
.no-padding, .padding-remove, .pm0 {
    padding: 0;
}
.yth-Honeymoon .border_gray a {
    color: #337ab7;
    text-decoration: none;
}
.yth-Honeymoon .border_gray img {
    padding: 0 5px;
    width: 100%;
}
.yth-Honeymoon .carausal_header_country {
    font-size: 18px;
    margin: 10px auto 3px 6px;
    text-align: left;
    font-weight: 400;
    color: #025280;
}
.yth-Honeymoon .carausal_header_country span{
 font-size:14px!important;
     display: block;
    line-height: 16px;
}
 .yth-Honeymoon .text_skyblue {
    color: #0195db;
    text-align: right;
}

 .yth-Honeymoon .price {
    font-size: 12px;
    color: #929292;
}

 .yth-Honeymoon .margin10 {
    margin-top: 10px;
}
 .yth-Honeymoon.font22 {
    font-size: 18px;
}
