/**
* Template Name: TravelogyIndia.in - v2.0
* Template URL: https://www.travelogyindia.in/
* Author: Atul Chaurasia
* License: https://bootstrapmade.com/license/
*/



@import url('https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


@import url('https://fonts.googleapis.com/css2?family=Yanone+Kaffeesatz:wght@200;300;400;500;600;700&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Rancho&display=swap');



/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
:root {
  scroll-behavior: smooth;
}

body {
  font-family: 'Google Sans' , Arial,Helvetica,sans-serif;
  /* font-family: "Open Sans", sans-serif; */
  color: #444444;
}

a {
  color: #4154f1;
  text-decoration: none;
}

a:hover {
  color: #717ff5;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Google Sans' , Arial,Helvetica,sans-serif;
  letter-spacing: 0.5px;
}



@font-face{
  font-family:'icomoon';
  font-display:swap;
  src:url("../fonts/icomoon/icomoon.eot");
  src:url("../fonts/icomoon/icomoon.eot?#iefix") format("embedded-opentype") , url("../fonts/icomoon/icomoon.ttf") format("truetype") , url("../fonts/icomoon/icomoon.woff") format("woff") , url("../fonts/icomoon/icomoon.svg#icomoon") format("svg");
  font-weight:normal;
  font-style:normal;
  }
  [class*=" icon-"],[class^="icon-"]{font-family:'icomoon'!important;speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.icon-thumb-up:before{content:'\e915'}.icon-dislike-thumb:before{content:'\e916'}.icon-plant:before{content:'\e900'}.icon-jainism:before{content:'\e901'}.icon-muhammad-word:before{content:'\e902'}.icon-star-of-david:before{content:'\e903'}.icon-leaf:before{content:'\e904'}.icon-calendar194:before{content:'\e603'}.icon-cycling:before{content:'\e609'}.icon-flag-pole12:before{content:'\e60a'}.icon-google116:before{content:'\e60c'}.icon-pinterest:before{content:'\e60d'}.icon-twitter1:before{content:'\e60e'}.icon-facebook55:before{content:'\e60f'}.icon-envelope32:before{content:'\e610'}.icon-arrowhead7:before{content:'\e611'}.icon-arrow487:before{content:'\e612'}.icon-tick7:before{content:'\e614'}.icon-magnifier13:before{content:'\e616'}.icon-man94:before{content:'\e61b'}.icon-eco7:before{content:'\e61e'}.icon-info:before{content:'\e905'}.icon-transport:before{content:'\e906'}.icon-meal:before{content:'\e907'}.icon-accommodation:before{content:'\e908'}.icon-clip:before{content:'\e909'}.icon-pin:before{content:'\e90a'}.icon-star-off:before{content:'\e90b'}.icon-clock:before{content:'\e90c'}.icon-cross97:before{content:'\e90d'}.icon-star-on:before{content:'\e90e'}.icon-star-half:before{content:'\e90f'}.icon-clock-circular-outline:before{content:'\e910'}.icon-sales4:before{content:'\e911'}.icon-check-mark-button:before{content:'\e912'}.icon-default:before{content:'\e913'}.icon-airplane68:before{content:'\e914'}.icon-coin:before{content:'\e91c'}.icon-earth-with-americas:before{content:'\e91d'}.icon-phone-receiver:before{content:'\e923'}.icon-check-mark:before{content:'\e925'}.icon-heart-shape-outline:before{content:'\e92d'}.icon-heart-shape-silhouette:before{content:'\e92e'}.icon-instagram:before{content:'\e93b'}.icon-locked:before{content:'\e93d'}.icon-unlocked:before{content:'\e93e'}.icon-logo:before{content:'\10ffff'}


/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/
section {
  padding: 60px 0;
  overflow: hidden;
}

.section-header {
  text-align: center;
  padding-bottom: 30px;
}

.section-header h2 {
	letter-spacing: 0px;
    margin: 0;
    font-size: 24px;
    font-weight: 500;
    color: #9d0000;
}

.section-header.newFont h1, .section-header.newFont h2, .section-header.newFont h3, .section-header.newFont h4{
	/* font-family: 'Rancho', cursive; */
	font-family: 'Yanone Kaffeesatz', sans-serif;
	/* font-family: 'Poppins', sans-serif; */
}

.section-header.newFont h2{
	font-size: 38px;
    line-height: 38px;
    letter-spacing: 1px;
}

.section-header.text-left{
	text-align: left;
    padding-bottom: 15px;
}

.section-header.text-left h2{
	font-size: 21px;
}

.section-header p {
	margin: 0px 0 0 0;
    padding: 0;
    font-size: 15px;
    line-height: 30px;
    font-weight: 500;
    color: #012970;
}



@media (max-width: 768px) {
  .section-header p {
    font-size: 28px;
    line-height: 32px;
  }
}

.top66{
	margin-top: 66px;
}


/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 15px 0;
  background: #012970;
  min-height: 40px;
  margin-top: 82px;
  color: #fff;
}
@media (max-width: 992px) {
  .breadcrumbs {
    margin-top: 57px;
  }
}
.breadcrumbs h2 {
  font-size: 28px;
  font-weight: 500;
}
.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0 0 10px 0;
  margin: 0;
  font-size: 14px;
}
.breadcrumbs ol a {
  color: #fff;
  transition: 0.3s;
}
.breadcrumbs ol a:hover {
  text-decoration: underline;
}
.breadcrumbs ol li + li {
  padding-left: 10px;
}
.breadcrumbs ol li + li::before {
  display: inline-block;
  padding-right: 10px;
  color: #8894f6;
  content: "/";
}

.container-xl {
    max-width: 1170px;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
  background: #9d0000;
  width: 40px;
  height: 40px;
  border-radius: 40px;
  transition: all 0.4s;
}
.back-to-top i {
  font-size: 24px;
  color: #fff;
  line-height: 0;
}
.back-to-top:hover {
  background: #2c7600;
  color: #fff;
}
.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.header {
  transition: all 0.5s;
  z-index: 997;
  background: #fff;
  padding: 0px 0;
  box-shadow: 0px 2px 20px rgba(1, 41, 112, 0.1);
  
}
.header.header-scrolled {
  background: #fff;
  padding: 0px 0;
  box-shadow: 0px 2px 20px rgba(1, 41, 112, 0.1);
}
.header .logo {
	position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 55px;
}
.header .logo img {
  max-height: 38px;
  margin-right: 6px;
}
.header .logo span {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 1px;
  color: #012970;
  margin-top: 3px;
}

.planmytrip{
	margin-left: 20px;
}

.callingIcon{
	margin-left: 10px;
}

.callingIcon a{
	
}

.whatsappIcon{
	margin-left: 10px;
}

.whatsappIcon a{
	
}


/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}
.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}
.navbar li {
  position: relative;
  margin-right:25px;
}
.navbar a, .navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0 10px 0px;
  font-size: 14px;
  font-weight: 500;
  color: #000;
  white-space: nowrap;
  transition: 0.0s;
}
.navbar a i, .navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}
.navbar a:hover, .navbar .active, .navbar .active:focus, .navbar li:hover > a {
  /* color: #fff; */
  transition: 0.0s ease;
}
.navbar .getstarted, .navbar .getstarted:focus {
  background: #a00404;
  padding: 5px 14px;
  margin-left: 0px;
  border-radius: 40px;
  color: #fff;
}
.navbar .getstarted:hover, .navbar .getstarted:focus:hover {
  color: #fff;
  background: #a00404;
}
.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 0px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 0px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #faf0c6;
  background: #f6f6f6;
  /* box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25); */
  transition: 0.3s;
  border-radius: 0 0 4px 4px;
}
.navbar .dropdown ul li {
  min-width: 156px;
}
.navbar .dropdown ul a {
	padding: 7px 20px;
    font-size: 13px;
	color: #fff;
    text-transform: none;
    font-weight: 400;
}
.navbar .dropdown ul a i {
  font-size: 12px;
}
.navbar .dropdown ul a:hover, .navbar .dropdown ul .active:hover, .navbar .dropdown ul li:hover > a {
	color: #9d0000;
	background-color: #ffffff;
    color: #000;
}
.navbar .dropdown:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}
.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}
.navbar .dropdown .dropdown:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}


.olaViajesMenu .dropdown {
  padding: 12px 20px 12px 20px;
  display: flex;
  margin-right: 5px;
  justify-content: center;
  align-items: center;
  color: #fff;
  /* background: #c06162; */
  /* background: #f6f6f6; */
  position: relative;
  font-size: 18px;
  perspective: 1000px;
  z-index: 100;
}
.olaViajesMenu .dropdown:hover {
  /* background: rgb(255 204 0); */
  background: #faf0c6;
  background: #f6f6f6;
  /* box-shadow: 0 0px 6px rgb(0 0 0 / 15%); */
  cursor: pointer;
}
.olaViajesMenu .dropdown:hover .dropdown_menu li {
  display: block;
}

.travellerBox{
	padding-left: 25px;
    padding-right: 45px;
}

.travellerPackageBox{
	padding-left: 50px;
    padding-right: 50px;
}

.travellerBox .testimonials-slider{
	
}

.swiperSlider{
	
}

.swiperSlider img{
	max-width: 100%;
	border-radius: 10px;
	/* transform: scale(1.2); */
}

.testimonials-slider{
	
}

.testimonials-slider .owl-carousel .owl-item img{
	height: 458px;
}


.dropdown-new{
  padding: 12px 20px 12px 20px;
  display: flex;
  margin-right: 5px;
  justify-content: center;
  align-items: center;
  color: #fff;
  /* background: #c06162; */
  /* background: #f6f6f6; */
  position: relative;
  font-size: 18px;
  perspective: 1000px;
  z-index: 100;
}
.olaViajesMenu .dropdown-new:hover {
  /* background: rgb(255 204 0); */
  background: #faf0c6;
  /* box-shadow: 0 0px 6px rgb(0 0 0 / 15%); */
  /* cursor: pointer; */
}



.olaViajesMenu .dropdown_menu {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  perspective: 1000px;
  z-index: -1;
}
.olaViajesMenu .dropdown_menu li {
  display: none;
  color: #fff;
	background-color: rgb(255 204 0);
	background-color: #053c6d;
    padding: 1px 12px;
    font-size: 14px;
    line-height: 20px;
    opacity: 0;
    border-bottom: 1px dashed #ccc;
}
.olaViajesMenu .dropdown_menu li:hover {
      background-color: rgb(220 220 220);
}
.olaViajesMenu .dropdown:hover .dropdown_menu--animated {
  display: block;
  padding: 0;
    margin: 0;
}
.olaViajesMenu .dropdown_menu--animated {
  display: none;
}
.olaViajesMenu .dropdown_menu--animated li {
  display: block;
  opacity: 1;
}
.olaViajesMenu .dropdown_menu-6 {
  animation: growDown 300ms ease-in-out forwards;
  transform-origin: top center;
}
.olaViajesMenu .dropdown_menu-7 {
  animation: rotateMenu 400ms ease-in-out forwards;
  transform-origin: top center;
}
.olaViajesMenu .dropdown_menu-8 {
  animation: downOut 300ms ease-in-out forwards;
  transform-origin: center center;
}
.olaViajesMenu .dropdown_menu-9 {
  animation: growOut 300ms ease-in-out forwards;
  transform-origin: top center;
}
.olaViajesMenu .dropdown_menu-10 {
  animation: rotateY 300ms ease-in-out forwards;
  transform-origin: top center;
}
.olaViajesMenu .dropdown_menu-1 .dropdown_item-1 {
  transform-origin: top center;
  animation: slideDown 300ms 60ms ease-in-out forwards;
}
.olaViajesMenu .dropdown_menu-1 .dropdown_item-2 {
  transform-origin: top center;
  animation: slideDown 300ms 120ms ease-in-out forwards;
}
.olaViajesMenu .dropdown_menu-1 .dropdown_item-3 {
  transform-origin: top center;
  animation: slideDown 300ms 180ms ease-in-out forwards;
}
.olaViajesMenu .dropdown_menu-1 .dropdown_item-4 {
  transform-origin: top center;
  animation: slideDown 300ms 240ms ease-in-out forwards;
}
.olaViajesMenu .dropdown_menu-1 .dropdown_item-5 {
  transform-origin: top center;
  animation: slideDown 300ms 300ms ease-in-out forwards;
}
.olaViajesMenu .dropdown_menu-2 .dropdown_item-1 {
  transform-origin: top center;
  animation: rotateX 300ms 60ms ease-in-out forwards;
}
.olaViajesMenu .dropdown_menu-2 .dropdown_item-2 {
  transform-origin: top center;
  animation: rotateX 300ms 120ms ease-in-out forwards;
}
.olaViajesMenu .dropdown_menu-2 .dropdown_item-3 {
  transform-origin: top center;
  animation: rotateX 300ms 180ms ease-in-out forwards;
}
.olaViajesMenu .dropdown_menu-2 .dropdown_item-4 {
  transform-origin: top center;
  animation: rotateX 300ms 240ms ease-in-out forwards;
}
.olaViajesMenu .dropdown_menu-2 .dropdown_item-5 {
  transform-origin: top center;
  animation: rotateX 300ms 300ms ease-in-out forwards;
}
.olaViajesMenu .dropdown_menu-2 .dropdown_item-6 {
  transform-origin: top center;
  animation: rotateX 300ms 360ms ease-in-out forwards;
}
.olaViajesMenu .dropdown_menu-3 .dropdown_item-1 {
  transform-origin: top center;
  animation: rotateZ 300ms 60ms ease-in-out forwards;
}
.olaViajesMenu .dropdown_menu-3 .dropdown_item-2 {
  transform-origin: top center;
  animation: rotateZ 300ms 120ms ease-in-out forwards;
}
.olaViajesMenu .dropdown_menu-3 .dropdown_item-3 {
  transform-origin: top center;
  animation: rotateZ 300ms 180ms ease-in-out forwards;
}
.olaViajesMenu .dropdown_menu-3 .dropdown_item-4 {
  transform-origin: top center;
  animation: rotateZ 300ms 240ms ease-in-out forwards;
}
.olaViajesMenu .dropdown_menu-3 .dropdown_item-5 {
  transform-origin: top center;
  animation: rotateZ 300ms 300ms ease-in-out forwards;
}
.olaViajesMenu .dropdown_menu-4 .dropdown_item-1 {
  transform-origin: top center;
  animation: scaleZ 300ms 60ms ease-in-out forwards;
}
.olaViajesMenu .dropdown_menu-4 .dropdown_item-2 {
  transform-origin: top center;
  animation: scaleZ 300ms 120ms ease-in-out forwards;
}
.olaViajesMenu .dropdown_menu-4 .dropdown_item-3 {
  transform-origin: top center;
  animation: scaleZ 300ms 180ms ease-in-out forwards;
}
.olaViajesMenu .dropdown_menu-4 .dropdown_item-4 {
  transform-origin: top center;
  animation: scaleZ 300ms 240ms ease-in-out forwards;
}
.olaViajesMenu .dropdown_menu-4 .dropdown_item-5 {
  transform-origin: top center;
  animation: scaleZ 300ms 300ms ease-in-out forwards;
}
.olaViajesMenu .dropdown_menu-4 .dropdown_item-1 {
  transform-origin: top center;
  animation: scaleZ 300ms 60ms ease-in-out forwards;
}
.olaViajesMenu .dropdown_menu-4 .dropdown_item-2 {
  transform-origin: top center;
  animation: scaleZ 300ms 120ms ease-in-out forwards;
}
.olaViajesMenu .dropdown_menu-4 .dropdown_item-3 {
  transform-origin: top center;
  animation: scaleZ 300ms 180ms ease-in-out forwards;
}
.olaViajesMenu .dropdown_menu-4 .dropdown_item-4 {
  transform-origin: top center;
  animation: scaleZ 300ms 240ms ease-in-out forwards;
}
.olaViajesMenu .dropdown_menu-4 .dropdown_item-5 {
  transform-origin: top center;
  animation: scaleZ 300ms 300ms ease-in-out forwards;
}
.olaViajesMenu .dropdown_menu-5 .dropdown_item-1 {
  transform-origin: top center;
  animation: translateX 300ms 60ms ease-in-out forwards;
}
.olaViajesMenu .dropdown_menu-5 .dropdown_item-2 {
  transform-origin: top center;
  animation: translateX 300ms 120ms ease-in-out forwards;
}
.olaViajesMenu .dropdown_menu-5 .dropdown_item-3 {
  transform-origin: top center;
  animation: translateX 300ms 180ms ease-in-out forwards;
}
.olaViajesMenu .dropdown_menu-5 .dropdown_item-4 {
  transform-origin: top center;
  animation: translateX 300ms 240ms ease-in-out forwards;
}
.olaViajesMenu .dropdown_menu-5 .dropdown_item-5 {
  transform-origin: top center;
  animation: translateX 300ms 300ms ease-in-out forwards;
}
@-moz-keyframes growDown {
  0% {
    transform: scaleY(0);
  }
  80% {
    transform: scaleY(1.1);
  }
  100% {
    transform: scaleY(1);
  }
}
@-webkit-keyframes growDown {
  0% {
    transform: scaleY(0);
  }
  80% {
    transform: scaleY(1.1);
  }
  100% {
    transform: scaleY(1);
  }
}
@-o-keyframes growDown {
  0% {
    transform: scaleY(0);
  }
  80% {
    transform: scaleY(1.1);
  }
  100% {
    transform: scaleY(1);
  }
}
@keyframes growDown {
  0% {
    transform: scaleY(0);
  }
  80% {
    transform: scaleY(1.1);
  }
  100% {
    transform: scaleY(1);
  }
}
@-moz-keyframes rotateMenu {
  0% {
    transform: rotateX(-90deg);
  }
  70% {
    transform: rotateX(20deg);
  }
  100% {
    transform: rotateX(0deg);
  }
}
@-webkit-keyframes rotateMenu {
  0% {
    transform: rotateX(-90deg);
  }
  70% {
    transform: rotateX(20deg);
  }
  100% {
    transform: rotateX(0deg);
  }
}
@-o-keyframes rotateMenu {
  0% {
    transform: rotateX(-90deg);
  }
  70% {
    transform: rotateX(20deg);
  }
  100% {
    transform: rotateX(0deg);
  }
}
@keyframes rotateMenu {
  0% {
    transform: rotateX(-90deg);
  }
  70% {
    transform: rotateX(20deg);
  }
  100% {
    transform: rotateX(0deg);
  }
}
@-moz-keyframes downOut {
  0% {
    transform: translateZ(200px) transLateY(40px);
  }
  80% {
    transform: translateZ(-10px) transLateY(0px);
  }
  100% {
    transform: translateZ(0px) transLateY(0px);
  }
}
@-webkit-keyframes downOut {
  0% {
    transform: translateZ(200px) transLateY(40px);
  }
  80% {
    transform: translateZ(-10px) transLateY(0px);
  }
  100% {
    transform: translateZ(0px) transLateY(0px);
  }
}
@-o-keyframes downOut {
  0% {
    transform: translateZ(200px) transLateY(40px);
  }
  80% {
    transform: translateZ(-10px) transLateY(0px);
  }
  100% {
    transform: translateZ(0px) transLateY(0px);
  }
}
@keyframes downOut {
  0% {
    transform: translateZ(200px) transLateY(40px);
  }
  80% {
    transform: translateZ(-10px) transLateY(0px);
  }
  100% {
    transform: translateZ(0px) transLateY(0px);
  }
}
@-moz-keyframes growOut {
  0% {
    transform: scale(0);
  }
  80% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
@-webkit-keyframes growOut {
  0% {
    transform: scale(0);
  }
  80% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
@-o-keyframes growOut {
  0% {
    transform: scale(0);
  }
  80% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes growOut {
  0% {
    transform: scale(0);
  }
  80% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
@-moz-keyframes rotateY {
  0% {
    transform: rotateY(90deg);
  }
  80% {
    transform: rotateY(-10deg);
  }
  100% {
    transform: rotateY(0);
  }
}
@-webkit-keyframes rotateY {
  0% {
    transform: rotateY(90deg);
  }
  80% {
    transform: rotateY(-10deg);
  }
  100% {
    transform: rotateY(0);
  }
}
@-o-keyframes rotateY {
  0% {
    transform: rotateY(90deg);
  }
  80% {
    transform: rotateY(-10deg);
  }
  100% {
    transform: rotateY(0);
  }
}
@keyframes rotateY {
  0% {
    transform: rotateY(90deg);
  }
  80% {
    transform: rotateY(-10deg);
  }
  100% {
    transform: rotateY(0);
  }
}
@-moz-keyframes slideDown {
  0% {
    opacity: 0;
    transform: translateY(-60px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@-webkit-keyframes slideDown {
  0% {
    opacity: 0;
    transform: translateY(-60px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@-o-keyframes slideDown {
  0% {
    opacity: 0;
    transform: translateY(-60px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes slideDown {
  0% {
    opacity: 0;
    transform: translateY(-60px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@-moz-keyframes rotateX {
  0% {
    opacity: 0;
    transform: rotateX(-90deg);
  }
  50% {
    transform: rotateX(-20deg);
  }
  100% {
    opacity: 1;
    transform: rotateX(0deg);
  }
}
@-webkit-keyframes rotateX {
  0% {
    opacity: 0;
    transform: rotateX(-90deg);
  }
  50% {
    transform: rotateX(-20deg);
  }
  100% {
    opacity: 1;
    transform: rotateX(0deg);
  }
}
@-o-keyframes rotateX {
  0% {
    opacity: 0;
    transform: rotateX(-90deg);
  }
  50% {
    transform: rotateX(-20deg);
  }
  100% {
    opacity: 1;
    transform: rotateX(0deg);
  }
}
@keyframes rotateX {
  0% {
    opacity: 0;
    transform: rotateX(-90deg);
  }
  50% {
    transform: rotateX(-20deg);
  }
  100% {
    opacity: 1;
    transform: rotateX(0deg);
  }
}
@-moz-keyframes rotateZ {
  0% {
    opacity: 0;
    transform: translateZ(290px);
  }
  80% {
    transform: translateZ(10px);
  }
  100% {
    opacity: 1;
    transform: translateZ(0);
  }
}
@-webkit-keyframes rotateZ {
  0% {
    opacity: 0;
    transform: translateZ(290px);
  }
  80% {
    transform: translateZ(10px);
  }
  100% {
    opacity: 1;
    transform: translateZ(0);
  }
}
@-o-keyframes rotateZ {
  0% {
    opacity: 0;
    transform: translateZ(290px);
  }
  80% {
    transform: translateZ(10px);
  }
  100% {
    opacity: 1;
    transform: translateZ(0);
  }
}
@keyframes rotateZ {
  0% {
    opacity: 0;
    transform: translateZ(290px);
  }
  80% {
    transform: translateZ(10px);
  }
  100% {
    opacity: 1;
    transform: translateZ(0);
  }
}
@-moz-keyframes scaleZ {
  0% {
    opacity: 0;
    transform: scale(0);
  }
  80% {
    transform: scale(1.07);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@-webkit-keyframes scaleZ {
  0% {
    opacity: 0;
    transform: scale(0);
  }
  80% {
    transform: scale(1.07);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@-o-keyframes scaleZ {
  0% {
    opacity: 0;
    transform: scale(0);
  }
  80% {
    transform: scale(1.07);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes scaleZ {
  0% {
    opacity: 0;
    transform: scale(0);
  }
  80% {
    transform: scale(1.07);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@-moz-keyframes scaleZ {
  0% {
    opacity: 0;
    transform: scale(0);
  }
  80% {
    transform: scale(1.07);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@-webkit-keyframes scaleZ {
  0% {
    opacity: 0;
    transform: scale(0);
  }
  80% {
    transform: scale(1.07);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@-o-keyframes scaleZ {
  0% {
    opacity: 0;
    transform: scale(0);
  }
  80% {
    transform: scale(1.07);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes scaleZ {
  0% {
    opacity: 0;
    transform: scale(0);
  }
  80% {
    transform: scale(1.07);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@-moz-keyframes translateX {
  0% {
    opacity: 0;
    transform: translateX(60px);
  }
  80% {
    transform: translateX(-5px);
  }
  100% {
    opacity: 1;
    transform: translateX(0px);
  }
}
@-webkit-keyframes translateX {
  0% {
    opacity: 0;
    transform: translateX(60px);
  }
  80% {
    transform: translateX(-5px);
  }
  100% {
    opacity: 1;
    transform: translateX(0px);
  }
}
@-o-keyframes translateX {
  0% {
    opacity: 0;
    transform: translateX(60px);
  }
  80% {
    transform: translateX(-5px);
  }
  100% {
    opacity: 1;
    transform: translateX(0px);
  }
}
@keyframes translateX {
  0% {
    opacity: 0;
    transform: translateX(60px);
  }
  80% {
    transform: translateX(-5px);
  }
  100% {
    opacity: 1;
    transform: translateX(0px);
  }
}











@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }
  .navbar .dropdown .dropdown:hover > ul {
    left: -100%;
  }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #012970;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}
.mobile-nav-toggle.bi-x {
  color: #fff;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}
.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.35);
  transition: 0.3s;
}
.navbar-mobile .mobile-nav-toggle {
	position: absolute;
    top: 0px;
    right: 6px;
	/* z-index: 999999; */
}
.navbar-mobile ul {
  display: none;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  border-radius: 10px;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}
.navbar-mobile a, .navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #012970;
}
.navbar-mobile a:hover, .navbar-mobile .active, .navbar-mobile li:hover > a {
  color: #4154f1;
}
.navbar-mobile .getstarted, .navbar-mobile .getstarted:focus {
  margin: 15px;
}
.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}
.navbar-mobile .dropdown ul li {
  min-width: 200px;
}
.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}
.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}
.navbar-mobile .dropdown ul a:hover, .navbar-mobile .dropdown ul .active:hover, .navbar-mobile .dropdown ul li:hover > a {
  color: #4154f1;
}
.navbar-mobile .dropdown > .dropdown-active {
  display: block;
}

.navbar-mobile .bi-x::before{
	content: " ";
}

.c-navbar-wrap {
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    background: #fff;
    transition: all 0.3s;
    padding: 30px 0px;
}

.c-navbar-wrap {
    transform: translateX(-100%);
	box-shadow: 0 2px 4px rgb(0 0 0 / 25%);
    overflow: hidden;
    width: 282px;
    height: 100%;
	transform: translateX(-320px);
	background-image: url(../img/sidebar-bg.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.c-navbar-wrap:before{
	position:absolute;
	content:'';
}

.c-navbar-wrap:after{
	position:absolute;
	content:'';
	background-image: url(../img/footer-left-bg.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    bottom: 0;
    z-index: 1;
    height: 200px;
    width: 100%;
}

.c-navbar {
    padding-left: 0px;
    padding-right: 0px;
}

.c-logo {
    display: block;
}

.c-primary-nav {
    padding: 0 0px;
    flex: 1;
}

.c-logo img {
    display: block;
    margin-bottom: 15px;
    max-width: 180px;
    margin-left: 10px;
}

.c-primary-nav ul {
    list-style: none;
	margin: 0;
    padding: 0;
}

.c-primary-nav ul.menu>li {
    text-align: left;
	padding: 0 0px;
	position:relative;
    border-top: 1px solid #e0e0e0;
}

.c-primary-nav ul.menu>li:nth-child(odd){
	
}

.c-primary-nav ul.menu>li:nth-child(even){
	
}

.c-primary-nav ul.menu .sub-menu{
	margin-left: 15px;
    margin-right: 15px;
}

.c-primary-nav ul.menu .sub-menu li{
	border-bottom: 1px dashed #979797;
}

.c-primary-nav ul.menu .sub-menu li:last-child{
	border-bottom: 0px dashed #979797;
}

.c-primary-nav ul.menu .sub-menu li a{
	display: block;
    line-height: 35px;
    padding-left: 12px;
    padding-right: 12px;
    color: #444;
}

.sideMenuArrowBox{
    font-size: 14px;
    position: absolute;
    right: 10px;
    top: 14px;
    text-align: right;
    height: 34px;
    padding-right: 7px;
    padding-top: 5px;
    /* width: 44px; */
    z-index: 9999;
    text-align: left;
	transform: rotate(180deg);
	transition: bottom 0.1s ease-out,transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.collapsed .sideMenuArrowBox{
	transform: rotate(0deg);
	transition: bottom 0.1s ease-out,transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.sideMenuArrow{
	font-size: 14px;
	color:#000;
	fill:#000;
	width: 22px;
	float:right;
}

.sideMenuArrowBox span{
	
}


.c-navbar .c-primary-nav>ul>li>a, .c-navbar .c-navbar-login {
    color: #fff;
    font-size: 1rem;
    line-height: 1.625rem;
    transition: all 0.2s;
    position: relative;
}
.c-navbar .c-primary-nav>ul>li>a, .c-navbar .c-navbar-login {
    color: #fff;
    font-size: 1rem;
    line-height: 1.625rem;
    transition: all 0.2s;
    position: relative;
}

.c-navbar .c-primary-nav>ul>li>a:after, .c-navbar .c-navbar-login:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    content: '';
    height: 2px;
    background: #ffcf00;
    opacity: 0;
    transition: all 0.2s;
}

.c-navbar__side {
    display: flex;
    flex-direction: column;
}

.c-navbar-login {
    text-align: center;
    width: auto;
    order: 2;
    margin: 20px auto 0 auto;
}

.c-navbar .c-primary-nav>ul>li>a, .c-navbar .c-navbar-login {
    color: #000;
    font-size: 15px;
    line-height: 56px;
    transition: all 0.2s;
    position: relative;
    padding-left: 15px;
    padding-right: 15px;
    display: block;
	font-weight: 500;
}

.c-navbar-wrap--open {
    transform: translateX(0);
    overflow-y: auto;
}









/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
.hero {
  width: 100%;
  height: 100vh;
  background: url(../img/hero-bg.png) top center no-repeat;
  background-size: cover;
}
.hero h1 {
  margin: 0;
  font-size: 48px;
  font-weight: 700;
  color: #012970;
}
.hero h2 {
  color: #444444;
  margin: 15px 0 0 0;
  font-size: 26px;
}
.hero .btn-get-started {
  margin-top: 30px;
  line-height: 0;
  padding: 15px 40px;
  border-radius: 4px;
  transition: 0.5s;
  color: #fff;
  background: #4154f1;
  box-shadow: 0px 5px 30px rgba(65, 84, 241, 0.4);
}
.hero .btn-get-started span {
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 1px;
}
.hero .btn-get-started i {
  margin-left: 5px;
  font-size: 18px;
  transition: 0.3s;
}
.hero .btn-get-started:hover i {
  transform: translateX(5px);
}
.hero .hero-img {
  text-align: right;
}
@media (min-width: 1024px) {
  .hero {
    background-attachment: fixed;
  }
}
@media (max-width: 991px) {
  .hero {
    height: auto;
    padding: 120px 0 60px 0;
  }
  .hero .hero-img {
    text-align: center;
    margin-top: 80px;
  }
  .hero .hero-img img {
    width: 80%;
  }
}
@media (max-width: 768px) {
  .hero {
    text-align: center;
  }
  .hero h1 {
    font-size: 32px;
  }
  .hero h2 {
    font-size: 24px;
  }
  .hero .hero-img img {
    width: 100%;
  }
}

.home-text{
	
}

.home-text p{
	font-size: 15px;
    line-height: 28px;
}

.home-text ul{
	
}

.home-text ul li{
	color: rgb(118, 62, 62);
    font-size: 15px;
    line-height: 27px;
}

.home-text a{
	
}





/*--------------------------------------------------------------
# Index Page
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about .content {
  background-color: #f6f9ff;
  padding: 40px;
}
.about h3 {
  font-size: 14px;
  font-weight: 700;
  color: #4154f1;
  text-transform: uppercase;
}
.about h2 {
  font-size: 24px;
  font-weight: 700;
  color: #012970;
}
.about p {
  margin: 15px 0 30px 0;
  line-height: 24px;
}
.about .btn-read-more {
  line-height: 0;
  padding: 15px 40px;
  border-radius: 4px;
  transition: 0.5s;
  color: #fff;
  background: #4154f1;
  box-shadow: 0px 5px 25px rgba(65, 84, 241, 0.3);
}
.about .btn-read-more span {
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 1px;
}
.about .btn-read-more i {
  margin-left: 5px;
  font-size: 18px;
  transition: 0.3s;
}
.about .btn-read-more:hover i {
  transform: translateX(5px);
}

/*--------------------------------------------------------------
# Values
--------------------------------------------------------------*/
.values .box {
  padding: 30px;
  box-shadow: 0px 0 5px rgba(1, 41, 112, 0.08);
  text-align: center;
  transition: 0.3s;
  height: 100%;
}
.values .box img {
  padding: 30px 50px;
  transition: 0.5s;
  transform: scale(1.1);
}
.values .box h3 {
  font-size: 24px;
  color: #012970;
  font-weight: 700;
  margin-bottom: 18px;
}
.values .box:hover {
  box-shadow: 0px 0 30px rgba(1, 41, 112, 0.08);
}
.values .box:hover img {
  transform: scale(1);
}

/*--------------------------------------------------------------
# Counts
--------------------------------------------------------------*/
.counts {
  padding: 70px 0 60px;
}
.counts .count-box {
  display: flex;
  align-items: center;
  padding: 30px;
  width: 100%;
  background: #fff;
  box-shadow: 0px 0 30px rgba(1, 41, 112, 0.08);
}
.counts .count-box i {
  font-size: 42px;
  line-height: 0;
  margin-right: 20px;
  color: #4154f1;
}
.counts .count-box span {
  font-size: 36px;
  display: block;
  font-weight: 600;
  color: #0b198f;
}
.counts .count-box p {
  padding: 0;
  margin: 0;
  font-size: 14px;
}

.owl-theme .owl-nav {
    margin-top: 0px;
}

button.tipl-prev{
	background-color: #f79830;
    border: 2px solid transparent;
    border-radius: 50%;
    height: 56px;
    width: 56px;
	position: absolute;
    left: 30px;
	top: calc(50% - 22px);
}
button.tipl-next{
	background-color: #f79830;
    border: 2px solid transparent;
    border-radius: 50%;
    height: 56px;
    width: 56px;
	position: absolute;
    right: 30px;
	top: calc(50% - 22px);
}


button.tipl-prev-mob{
	background-color: #f79830;
    border: 2px solid transparent;
    border-radius: 50%;
    height: 56px;
    width: 56px;
	position: absolute;
    left: 30px;
	top: calc(50% - 22px);
}
button.tipl-next-mob{
	background-color: #f79830;
    border: 2px solid transparent;
    border-radius: 50%;
    height: 56px;
    width: 56px;
	position: absolute;
    right: 30px;
	top: calc(50% - 22px);
}


button.tipl-prev, button.tipl-next, button.tipl-prev:hover, button.tipl-next:hover,
button.tipl-prev-mob, button.tipl-next-mob, button.tipl-prev-mob:hover, button.tipl-next-mob:hover {
    background-color: transparent;
    border: 0px solid #000;
}

button.tipl-prev {
    left: 18px;
}

button.tipl-next {
    right: 18px;
}

button.tipl-prev-mob {
    left: 0px;
}

button.tipl-next-mob {
    right: 0px;
}

.background-white img {
    height: auto;
    width: 100%;
    margin-top: 0;
}

button.tipl-prev img {
    width: 100%;
    transform: rotate(360deg);
	border: 1px solid #b700008c;
    border-radius: 50px;
    box-shadow: 0px 0px 4px rgb(183 0 0 / 55%);
}

button.tipl-next img {
    width: 100%;
    
	border: 1px solid #b700008c;
    border-radius: 50px;
    box-shadow: 0px 0px 4px rgb(183 0 0 / 55%);
}

button.tipl-prev-mob img {
	transform: rotate(180deg);	
	width: 25px;
}

button.tipl-next-mob img {
	transform: rotate(360deg);
	width: 25px;
}


.slide-6, .slide-7, .slide-8, .slide-pacakage{
	
}

.slide-6 .olaViajesArrows, .slide-7 .olaViajesArrows, .slide-8 .olaViajesArrows, .slide-9 .olaViajesArrows, .slide-pacakage .olaViajesArrows,.testimonials-slider .olaViajesArrows{
	position: absolute;
    top: 40%;
	z-index: 1;
	background-color: rgba(255, 204, 0, 0.79);
	/* box-shadow: 0 0px 3px rgb(0 0 0 / 40%); */
    border: 1px solid rgb(204 204 204 / 74%);
	box-shadow: rgb(0 0 0 / 20%) 0px 3px 8px;
    cursor: pointer;
    transition: all 0.3s ease 0s;
    border-radius: 50%;
    height: 35px;
    width: 35px;
}

.testimonials-slider .olaViajesArrows{
	top: 44%;
}

.slide-6 .olaViajesArrows:hover, .slide-7 .olaViajesArrows:hover, .slide-8 .olaViajesArrows:hover, .slide-9 .olaViajesArrows:hover, .slide-pacakage .olaViajesArrows:hover, .testimonials-slider .olaViajesArrows:hover{
	background-color: rgba(255, 204, 0, 1);
}

.slide-6 .olaViajesArrows img, .slide-7 .olaViajesArrows img, .slide-8 .olaViajesArrows img, .slide-9 .olaViajesArrows img, .slide-pacakage .olaViajesArrows img, .testimonials-slider .olaViajesArrows img{
	max-width:100%;
	position: relative;
    left: -2px;
}

.slide-6 .olaViajesArrows.prev-arrow, .slide-7 .olaViajesArrows.prev-arrow, .slide-8 .olaViajesArrows.prev-arrow, .slide-9 .olaViajesArrows.prev-arrow, .slide-pacakage .olaViajesArrows.prev-arrow, .testimonials-slider .olaViajesArrows.prev-arrow{
	left: -25px;
}

.slide-6 .olaViajesArrows.next-arrow, .slide-7 .olaViajesArrows.next-arrow, .slide-8 .olaViajesArrows.next-arrow, .slide-9 .olaViajesArrows.next-arrow, .slide-pacakage .olaViajesArrows.next-arrow, .testimonials-slider .olaViajesArrows.next-arrow{
    right: -25px;
	transform: rotate(180deg);
}

.sideAdvertisement{
	
}

.sideAdvertisement img{
	max-width:100%;
	border-radius: 12px;
}

.experience-destination-card .cardBox{
	position: relative;
	width: 100%;
	height: 288px;
	border-radius: 8px;
	overflow: hidden;
	background-size: cover;
	background-position: 50%;
	background-repeat: no-repeat;
	background-color: #eee;"
}


.experience-destination-card .card-cover {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: -webkit-gradient(linear,left top,left bottom,color-stop(50%,transparent),to(rgba(0,0,0,.5)));
    background: linear-gradient(180deg,transparent 50%,rgba(0,0,0,.5));
}

.experience-destination-card .cardText{
    position: absolute;
    bottom: 24px;
    left: 20px;
    z-index: 1;
}

.experience-destination-card .cardText .title{
	width: 145px;
    font-size: 20px;
    line-height: 26px;
    color: #fff;
    z-index: 2;
    font-weight: 600;
}

.experience-destination-card .cardText .explore{
	font-size: 16px;
    line-height: 22px;
    color: #fff;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    align-items: center;
    margin-top: 6px;
}

.experience-destination-card .cardText .explore svg {
    width: 14px;
    height: 14px;
    margin-left: 5px;
}

.experience-destination-card .last-card-content{
	display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
	width: 142px;
    position: relative;
    z-index: 1;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    color: #fff;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
}

.experience-destination-card .last-card-content .explore-more{
	border-radius: 50%;
    width: 64px;
    height: 64px;
    border: 2px solid #fff;
    margin-bottom: 12px;
    background-color: hsla(0,0%,100%,.2);
    overflow: hidden;
}

.experience-destination-card .last-card-content .explore-more svg {
    width: 32px;
    height: 32px;
    color: #fff;
}

.svg-icon {
    width: 14px;
    margin-top: 2px;
    margin-left: 4px;
}

.svg-icon-end{
	width: 35px;
	margin-top: 13px;
	margin-left: 12px;
}







/*--------------------------------------------------------------
# Side Filter
--------------------------------------------------------------*/

.olaViajesSideFilter .filters-sidebar{
	background-color:#fff;
	border: 1px solid #a2a2a2;
}

.olaViajesSideFilter .accordion-body {
    padding: 0 16px 0 16px;
}

.olaViajesSideFilter .accordion-item{
	border: 0px solid #bdbdbd;
	border-top: 1px solid #bdbdbd;
	border-bottom: 0px solid rgba(0,0,0,.125);
	box-shadow: none;
	border-radius: 0;
}

.olaViajesSideFilter .accordion-item:first-of-type .accordion-button {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.olaViajesSideFilter .accordion-item:last-of-type .accordion-button.collapsed {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.olaViajesSideFilter .accordion-button {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
	font-weight: 600;
    padding: 7px 16px;
    font-size: 14px;
    color: #000;
    text-align: left;
    /* background-color: #959595; */
    background-color: transparent;
	box-shadow: none;
    border: 0;
    border-radius: 0;
    overflow-anchor: none;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,border-radius .15s ease;
}

.olaViajesSideFilter .accordion-button::after{
	width: 17px;
    height: 17px;
	background-size: 17px;
	background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.olaViajesSideFilter .custom-checkbox:checked+label, .olaViajesSideFilter .custom-checkbox:not(:checked)+label{
	font-size: 13px;
}

.olaViajesSideFilter .filters-count .custom-checkbox:checked+label, .filters-count .custom-checkbox:not(:checked)+label{
	    padding: 5px 20px 5px 47px;
}

.olaViajesSideFilter .custom-checkbox:checked+label:before, .olaViajesSideFilter .custom-checkbox:not(:checked)+label:before{
	
}

.olaViajesSideFilter .accordion-button:focus{
	outline:0;
	box-shadow:none;
}

.olaViajesSideFilter .accordion-button span{
	margin-right:8px;
	font-weight: 600;
}











.tourGuides .guide-article .article-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border-radius: 8px;
    border: 1px solid #e0e0e0;
    overflow: hidden;
    padding: 16px;
    height: 100%;
}

.tourGuides .guide-article .article-hover{
	transition: all 0.2s ease;
}

.tourGuides .guide-article .article-item .item_up {
    height: 172px;
    border-radius: 8px;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
	background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.tourGuides .guide-article .article-item .item_down {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 15px;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
}

.tourGuides .guide-article .article-item .item_down .item_text {
    margin-bottom: 6px;
}

.one_hide {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.two_hide {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.tourGuides .guide-article .article-item .item_down .item_text .item_title {
    font-size: 14px;
    line-height: 1.44;
    font-weight: 500;
    color: #212121;
}

.tourGuides .guide-article .article-item .item_down .item_people {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.tourGuides .guide-article .article-item .item_down .item_people .people_img {
    height: 16px;
    width: 16px;
    margin-right: 6px;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    border-radius: 50%;
    overflow: hidden;
}

.tourGuides .guide-article .article-item .item_down .item_people .people_img img {
    width: 100%;
    height: 100%;
}

.tourGuides .guide-article .article-item .item_down .item_people .people_info {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 12px;
	color:#9d0000;
    line-height: 1.44;
    font-weight: 400;
}

.intro-banner.innerBanner .swiper-button-next{
	right: 30px;
}

.intro-banner.innerBanner .swiper-button-prev{
	left: 30px;
}


















/*--------------------------------------------------------------
# Features
--------------------------------------------------------------*/
.features .feature-box {
  padding: 24px 20px;
  box-shadow: 0px 0 30px rgba(1, 41, 112, 0.08);
  transition: 0.3s;
  height: 100%;
}
.features .feature-box h3 {
  font-size: 18px;
  color: #012970;
  font-weight: 700;
  margin: 0;
}
.features .feature-box i {
  line-height: 0;
  background: #ecf3ff;
  padding: 4px;
  margin-right: 10px;
  font-size: 24px;
  border-radius: 3px;
  transition: 0.3s;
}
.features .feature-box:hover i {
  background: #4154f1;
  color: #fff;
}
.features .feture-tabs {
  margin-top: 120px;
}
.features .feture-tabs h3 {
  color: #012970;
  font-weight: 700;
  font-size: 32px;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .features .feture-tabs h3 {
    font-size: 28px;
  }
}
.features .feture-tabs .nav-pills {
  border-bottom: 1px solid #eee;
}
.features .feture-tabs .nav-link {
  background: none;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 600;
  color: #012970;
  padding: 12px 0;
  margin-right: 25px;
  margin-bottom: -2px;
  border-radius: 0;
}
.features .feture-tabs .nav-link.active {
  color: #4154f1;
  border-bottom: 3px solid #4154f1;
}
.features .feture-tabs .tab-content h4 {
  font-size: 18px;
  margin: 0;
  font-weight: 700;
  color: #012970;
}
.features .feture-tabs .tab-content i {
  font-size: 24px;
  line-height: 0;
  margin-right: 8px;
  color: #4154f1;
}
.features .feature-icons {
  margin-top: 120px;
}
.features .feature-icons h3 {
  color: #012970;
  font-weight: 700;
  font-size: 32px;
  margin-bottom: 20px;
  text-align: center;
}
@media (max-width: 768px) {
  .features .feature-icons h3 {
    font-size: 28px;
  }
}
.features .feature-icons .content .icon-box {
  display: flex;
}
.features .feature-icons .content .icon-box h4 {
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 10px 0;
  color: #012970;
}
.features .feature-icons .content .icon-box i {
  font-size: 44px;
  line-height: 44px;
  color: #0245bc;
  margin-right: 15px;
}
.features .feature-icons .content .icon-box p {
  font-size: 15px;
  color: #848484;
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .service-box {
  box-shadow: 0px 0 30px rgba(1, 41, 112, 0.08);
  height: 100%;
  padding: 60px 30px;
  text-align: center;
  transition: 0.3s;
  border-radius: 5px;
}
.services .service-box .icon {
  font-size: 36px;
  padding: 40px 20px;
  border-radius: 4px;
  position: relative;
  margin-bottom: 25px;
  display: inline-block;
  line-height: 0;
  transition: 0.3s;
}
.services .service-box h3 {
  color: #444444;
  font-weight: 700;
}
.services .service-box .read-more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 16px;
  padding: 8px 20px;
}
.services .service-box .read-more i {
  line-height: 0;
  margin-left: 5px;
  font-size: 18px;
}
.services .service-box.blue {
  border-bottom: 3px solid #2db6fa;
}
.services .service-box.blue .icon {
  color: #2db6fa;
  background: #dbf3fe;
}
.services .service-box.blue .read-more {
  color: #2db6fa;
}
.services .service-box.blue:hover {
  background: #2db6fa;
}
.services .service-box.orange {
  border-bottom: 3px solid #f68c09;
}
.services .service-box.orange .icon {
  color: #f68c09;
  background: #fde3c4;
}
.services .service-box.orange .read-more {
  color: #f68c09;
}
.services .service-box.orange:hover {
  background: #f68c09;
}
.services .service-box.green {
  border-bottom: 3px solid #08da4e;
}
.services .service-box.green .icon {
  color: #08da4e;
  background: #cffddf;
}
.services .service-box.green .read-more {
  color: #08da4e;
}
.services .service-box.green:hover {
  background: #08da4e;
}
.services .service-box.red {
  border-bottom: 3px solid #e9222c;
}
.services .service-box.red .icon {
  color: #e9222c;
  background: #fef7f8;
}
.services .service-box.red .read-more {
  color: #e9222c;
}
.services .service-box.red:hover {
  background: #e9222c;
}
.services .service-box.purple {
  border-bottom: 3px solid #b50edf;
}
.services .service-box.purple .icon {
  color: #b50edf;
  background: #f8e4fd;
}
.services .service-box.purple .read-more {
  color: #b50edf;
}
.services .service-box.purple:hover {
  background: #b50edf;
}
.services .service-box.pink {
  border-bottom: 3px solid #f51f9c;
}
.services .service-box.pink .icon {
  color: #f51f9c;
  background: #feecf7;
}
.services .service-box.pink .read-more {
  color: #f51f9c;
}
.services .service-box.pink:hover {
  background: #f51f9c;
}
.services .service-box:hover h3, .services .service-box:hover p, .services .service-box:hover .read-more {
  color: #fff;
}
.services .service-box:hover .icon {
  background: #fff;
}

/*--------------------------------------------------------------
# Pricing
--------------------------------------------------------------*/
.pricing .box {
  padding: 40px 20px;
  background: #fff;
  text-align: center;
  box-shadow: 0px 0 30px rgba(1, 41, 112, 0.08);
  border-radius: 4px;
  position: relative;
  overflow: hidden;
  transition: 0.3s;
}
.pricing .box:hover {
  transform: scale(1.1);
  box-shadow: 0px 0 30px rgba(1, 41, 112, 0.1);
}
.pricing h3 {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 15px;
}
.pricing .price {
  font-size: 36px;
  color: #444444;
  font-weight: 600;
  /* font-family: "Poppins", sans-serif; */
}
.pricing .price sup {
  font-size: 20px;
  top: -15px;
  left: -3px;
}
.pricing .price span {
  color: #bababa;
  font-size: 16px;
  font-weight: 300;
}
.pricing img {
  padding: 30px 40px;
}
.pricing ul {
  padding: 0;
  list-style: none;
  color: #444444;
  text-align: center;
  line-height: 26px;
  font-size: 16px;
  margin-bottom: 25px;
}
.pricing ul li {
  padding-bottom: 10px;
}
.pricing ul .na {
  color: #ccc;
  text-decoration: line-through;
}
.pricing .btn-buy {
  display: inline-block;
  padding: 8px 40px 10px 40px;
  border-radius: 50px;
  color: #4154f1;
  transition: none;
  font-size: 16px;
  font-weight: 400;
  font-weight: 600;
  transition: 0.3s;
  border: 1px solid #4154f1;
}
.pricing .btn-buy:hover {
  background: #4154f1;
  color: #fff;
}
.pricing .featured {
  width: 200px;
  position: absolute;
  top: 18px;
  right: -68px;
  transform: rotate(45deg);
  z-index: 1;
  font-size: 14px;
  padding: 1px 0 3px 0;
  background: #4154f1;
  color: #fff;
}

/*--------------------------------------------------------------
# F.A.Q
--------------------------------------------------------------*/
.faq .accordion-collapse {
  border: 0;
}
.faq .accordion-button {
  padding: 15px 15px 20px 0;
  font-weight: 600;
  border: 0;
  font-size: 18px;
  color: #444444;
  text-align: left;
}
.faq .accordion-button:focus {
  box-shadow: none;
}
.faq .accordion-button:not(.collapsed) {
  background: none;
  color: #4154f1;
  border-bottom: 0;
}
.faq .accordion-body {
  padding: 0 0 25px 0;
  border: 0;
}


.topTitle{
  margin-top: 30px;
  padding-bottom: 20px;
}

.topTitle h4{
	font-size: 21px;
    margin-bottom: 0px;
    font-weight: 600;
}

.oladestinationText{
	margin: 10px 0 10px;
}


.oladestinationText h1{
	
}

.oladestinationText h2{
	font-size: 24px;
}

.oladestinationText h3{
	font-size: 19px;
}

.oladestinationText h4{
	font-size: 17px;
}

.oladestinationText h5{
	
}

.oladestinationText ul{
	
}

.oladestinationText ul li{
	text-align: left;
    color: #393939;
    font-size: 14px;
    line-height: 27px;
}

.oladestinationText p{
    text-align: justify;
	color: #393939;
    font-size: 14px;
    line-height: 27px;
}

.oladestinationText .olaText a.click_me {
    font-weight: 700;
    color: #9d0000;
}

.destiSliderBox{
	
}


.more-read{
	display:none;
}

.topSpacer {
    margin-top: 40px;
}

.olaDestinationTitle{
	text-align: center;
    margin: 18px 0 22px;
}

.olaDestinationTitle h1{
	letter-spacing: 0px;
    margin: 0;
    font-size: 26px;
    font-weight: 500;
    color: #9d0000;
}

.olaDestinationTitle h2 {
    font-size: 24px;
    margin-bottom: 0px;
    color: #9d0000;
}

.olaDestinationBanner .owl-carousel .owl-item img{
	border-radius: 10px;
}

.olaDestinationFilter{
	width: 105%;
    margin-bottom: 15px;
}

.sponsoredTrips{
	margin-bottom: 40px;
    background-color: white;
    padding: 12px;
    border-radius: 7px;
	border: 2px solid #0070ba;
}

.sponsoredTrips .sponsoredTripsTable{
	width: 100%;
    /* background-color: antiquewhite;background-color: antiquewhite; */
	border-radius: 0px!important;
}

.sponsoredTrips .sponsoredTripsTable tr:nth-child(even){
	background-color: #f5f5f5;
}

.sponsoredTrips .sponsoredTripsTable thead{
	background-image: linear-gradient(100deg, #0070ba, #1546a0);
    color: #fff;
}

.sponsoredTrips .sponsoredTripsTable th{
	padding: 10px;
    text-align: left;
	font-size: 14px;
    font-weight: 500;
}

.sponsoredTrips .sponsoredTripsTable td{
	padding: 6px 8px;
	border: 1px solid #ccc;
}

.sponsoredTrips .sponsoredTripsTable .sponsoredTripsDuration{
	font-weight: 500;
    font-size: 12px;
    text-align: left;
    padding-right: 12px;
}

.sponsoredTrips .sponsoredTripsTable .sponsoredTripsTitle{
	
}

.sponsoredTrips .sponsoredTripsTable .sponsoredTripsTitle a{
	color: #9d0000;
    font-weight: 500;
    font-size: 14px;
}

.sponsoredTrips .sponsoredTripsTable .sponsoredTripsLink{
	font-size: 12px;
    font-weight: 400;
	text-align:center;
}

.sponsoredTrips .sponsoredTripsTable .sponsoredTripsLink a{
    color: #000;
}

.section-header.text-left.sponsortipl{
	padding-bottom: 6px;
}

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

.section-header.text-left.sponsortipltable{
	padding-bottom: 1px;
}

.olaDestinationBanner button.tipl-prev, .olaDestinationBanner button.tipl-next{
	height: 44px;
    width: 44px;
}

.olaDestinationBanner button.tipl-prev{
	left: -18px;
}

.olaDestinationBanner button.tipl-next{
	right: -18px;
}


















/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio #portfolio-flters {
  padding: 0;
  margin: 0 auto 25px auto;
  list-style: none;
  text-align: center;
  background: white;
  border-radius: 50px;
  padding: 2px 15px;
}
.portfolio #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 8px 20px 10px 20px;
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
  color: #444444;
  margin: 0 4px 8px 4px;
  transition: 0.3s;
  border-radius: 50px;
  border: 1px solid #fff;
}
.portfolio #portfolio-flters li:hover, .portfolio #portfolio-flters li.filter-active {
  color: #4154f1;
  border-color: #4154f1;
}
.portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}
.portfolio .portfolio-wrap {
  transition: 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
  background: rgba(255, 255, 255, 0.75);
}
.portfolio .portfolio-wrap::before {
  content: "";
  background: rgba(255, 255, 255, 0.75);
  position: absolute;
  left: 30px;
  right: 30px;
  top: 30px;
  bottom: 30px;
  transition: all ease-in-out 0.3s;
  z-index: 2;
  opacity: 0;
}
.portfolio .portfolio-wrap img {
  transition: 1s;
}
.portfolio .portfolio-wrap .portfolio-info {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  z-index: 3;
  transition: all ease-in-out 0.3s;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.portfolio .portfolio-wrap .portfolio-info::before {
  display: block;
  content: "";
  width: 48px;
  height: 48px;
  position: absolute;
  top: 35px;
  left: 35px;
  border-top: 3px solid rgba(1, 41, 112, 0.2);
  border-left: 3px solid rgba(1, 41, 112, 0.2);
  transition: all 0.5s ease 0s;
  z-index: 9994;
}
.portfolio .portfolio-wrap .portfolio-info::after {
  display: block;
  content: "";
  width: 48px;
  height: 48px;
  position: absolute;
  bottom: 35px;
  right: 35px;
  border-bottom: 3px solid rgba(1, 41, 112, 0.2);
  border-right: 3px solid rgba(1, 41, 112, 0.2);
  transition: all 0.5s ease 0s;
  z-index: 9994;
}
.portfolio .portfolio-wrap .portfolio-info h4 {
  font-size: 20px;
  color: #012970;
  font-weight: 700;
}
.portfolio .portfolio-wrap .portfolio-info p {
  color: #012970;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
}
.portfolio .portfolio-wrap .portfolio-links {
  text-align: center;
  z-index: 4;
}
.portfolio .portfolio-wrap .portfolio-links a {
  color: #fff;
  background: #4154f1;
  margin: 10px 2px;
  width: 36px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: 0.3s;
}
.portfolio .portfolio-wrap .portfolio-links a i {
  font-size: 24px;
  line-height: 0;
}
.portfolio .portfolio-wrap .portfolio-links a:hover {
  background: #5969f3;
}
.portfolio .portfolio-wrap:hover img {
  transform: scale(1.1);
}
.portfolio .portfolio-wrap:hover::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 1;
}
.portfolio .portfolio-wrap:hover .portfolio-info {
  opacity: 1;
}
.portfolio .portfolio-wrap:hover .portfolio-info::before {
  top: 15px;
  left: 15px;
}
.portfolio .portfolio-wrap:hover .portfolio-info::after {
  bottom: 15px;
  right: 15px;
}

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
  padding-top: 40px;
}
.portfolio-details .portfolio-details-slider img {
  width: 100%;
}
.portfolio-details .portfolio-details-slider .swiper-pagination {
  margin-top: 20px;
  position: relative;
}
.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #4154f1;
}
.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #4154f1;
}
.portfolio-details .portfolio-info {
  padding: 30px;
  box-shadow: 0px 0 30px rgba(1, 41, 112, 0.08);
}
.portfolio-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}
.portfolio-details .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}
.portfolio-details .portfolio-info ul li + li {
  margin-top: 10px;
}
.portfolio-details .portfolio-description {
  padding-top: 30px;
}
.portfolio-details .portfolio-description h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}
.portfolio-details .portfolio-description p {
  padding: 0;
}








/*--------------------------------------------------------------
# Itenerary Page
--------------------------------------------------------------*/

.box{
  padding: 35px 0;
  border-top: 1px solid #eaeaea;
}

.box-lowSpace{
  padding: 20px 0;
}

.box-side{
  padding: 10px 0;
}

.box.box-side{
  border-top: 0px solid #eaeaea;
}

.itenerary{

}

.itenerary .box-title{
  display: block;
  font-size: 18px;
  margin: 0 0 13px;
  position: relative;
}

.itenerary-side .box-title{
  display: block;
  font-size: 15px;
  margin: 0 0 9px;
}

.itenerary .list{
  font-size: 14px;
  line-height: 1.44;
  margin: 0 0 10px;
  list-style: none;
  padding: 0;
}

.itenerary .list li{
  margin-bottom: 12px;
  line-height: 1.44;
}

.itenerary .list li i{
  color: #589442;
  margin-right: 4px;
  font-size: 12px;
}

.itenerary-side .list li{
  margin-bottom: 7px;
  line-height: 1.44;
}

.itenerary p{
	margin: 0 0 12px;
    line-height: 1.6;
    letter-spacing: 0.5px;
}

.itenerary p strong{
  font-weight: 600;
}

.sidebar-item{

}

.make-me-sticky {
	padding-left: 0px;
}

.positionRelative{

}

.dest-arrow{
  font-size: 11px;
  color: rgb(9 115 27 / 47%);
}

.itenerary .days-title{
	font-size: 12px;
    background-color: #f9cd0e;
    color: #000;
    text-align: center;
    padding: 4px 11px;
    border-radius: 20px;
    margin-top: 5px;
    display: inline-block;
    text-transform: capitalize;
}

.carousel-indicators [data-bs-target]{
	width: 22px;
}

.sideAyurvedaIcon{
	background-image:url('../img/ayurveda-opacity.png');
	background-repeat:no-repeat;
	background-position: 99% 230px;
    background-size: 180px;
	background-attachment: fixed;
}

.itenerary h1{
  font-size: 19px;
  font-weight: 600;
  margin-bottom: 0;
  /*color: #ff5e00;*/
}

.accordion-flush .accordion-item .accordion-button{
  background-color: transparent;
  font-size: 14px;
  font-weight: 500;
  box-shadow: none;
  color: #212529;
  padding-left: 35px;
}

.accordion-flush .accordion-item .accordion-button:hover{
  color:#0070ba;
}

.accordion-flush .accordion-item .accordion-button:focus{
  box-shadow: none;
}

.tour-detail .accordion-item {
  background-color: transparent;
  position: relative;
  border: 0px solid rgba(0,0,0,.125);
}

.tour-detail .accordion-flush{
  position: relative;
}

.tour-detail .accordion-body p{
  padding-left: 15px;
}

.accordion-flush:before {
  border-left: 1px dashed #cacaca;
  bottom: 15px;
  content: "";
  left: 7px;
  position: absolute;
  top: 10px;
}

.tour-detail .accordion-item:before{
  background: #fff;
  border: 2px solid #1546a0;
  border-radius: 50%;
  content: "";
  height: 15px;
  left: 0;
  position: absolute;
  top: 24px;
  width: 15px;
}

.tour-detail .accordion-item:after {
  background: #eaeaea;
  bottom: 0;
  content: "";
  height: 1px;
  left: 30px;
  position: absolute;
  right: 0;
}

.tour-detail .accordion-item:last-child::after{
  height: 0px;
}

.tour-detail .accordion-item:first-child:before, .tour-detail .accordion-item:last-child:before {
  background: linear-gradient(100deg, #0070ba, #1546a0);
  height: 27px;
  left: -6px;
  top: 17px;
  width: 27px;
  z-index: 1;
}

.tour-detail .accordion-item:first-child i, .tour-detail .accordion-item:last-child i {
  color: #fff;
  font-size: 12px;
  left: 2px;
  position: absolute;
  top: 24px;
  z-index: 5;
}

.itenerary .accordion-button::after{
  background-image:url('../img/plus_icon.svg');
}

.itenerary .accordion-button:not(.collapsed)::after{
  background-image:url('../img/minus_sign_icon.svg');
  transform: rotate(-180deg);
}

.custom-bm-holder {
  padding: 0px 0 0;
  margin: 0 0 -20px 0;
  font-size: 0;
  letter-spacing: -4px;
}

.custom-bm-holder .bm-info-list {
  margin: 0 0 14px;
  letter-spacing: 0;
  padding: 0 0 0 0px;
  position: relative;
}

.custom-bm-holder .bm-info-list .bm-l-info-list {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 15px;
  line-height: 22px;
}

.custom-bm-holder .custom-list-title {
  display: block;
  font-size: 14px;
  line-height: 20px;
  margin: 0 0 0px;
  font-weight: 600;
  color: #000;
}

.custom-bm-holder .bm-info-list .bm-l-info-list li {
  letter-spacing: 0;
  padding: 0 0 0px 27px;
  font-size: 14px;
  margin-bottom: 8px;
  position: relative;
}

.custom-bm-holder .bm-info-list .bm-l-info-list li b, .custom-bm-holder .bm-info-list .bm-l-info-list li strong{
  font-weight: 500;
  color: brown;
}

.custom-bm-holder .bm-info-list > i:before {
  font-family: 'icomoon' !important;
  font-size: 22px;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.custom-bm-holder .bm-info-list > i.bm-ico-transport {
  left: -4px;
}

.custom-bm-holder .bm-info-list .bm-l-info-list li > span {
  color: #3eb368;
  position: absolute;
  top: 5px;
  font-size: 12px;
  left: 0;
}

.custom-bm-holder .bm-info-list > i:before {
  font-family: 'icomoon' !important;
  font-size: 22px;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.custom-bm-holder .bm-info-list > i.bm-ico-transport:before {
  content: "\e939";
  font-size: 29px;
}

.exclude-list li .glyphicon {
  position: absolute;
  top: 4px;
  left: 0;
  color: #e66f6f;
  top: 1px;
}

.content-white .content-block .exclude-list.c-exclude-list li .glyphicon {
  top: 4px;
  left: 1px;
}

.exclude-list {
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: 14px;
  line-height: 20px;
  font-size: 14px;
}

.itenerary .ItineraryExclusionTitle{
  margin-top: 15px;
}

.itenerary .ItineraryExclusion{

}

.custom-bm-holder .bm-info-list .bm-l-info-list li:before {
    content: "";
    position: absolute;
    left: 3px;
	width: 15px;
	height: 15px;
	top: 3px;
    background-image: url(../img/incluse.svg);
    background-size: 15px;
    background-position: 50%;
    background-repeat: no-repeat;
}

.itenerary .custom-bm-holder.ItineraryExclusion ul li:before {
  content: "";
  position: absolute;
  left: 3px;
  width: 15px;
  height: 15px;
  top: 4px;
  background-image: url(../img/excluse.svg);
  background-size: 14px;
  background-position: 50%;
  background-repeat: no-repeat;
}

#included-excluded .custom-bm-holder .custom-list-title {
  /* display: none; */
}

.custom-bm-holder .bm-info-list > i {
  position: absolute;
  /* top: -3px; */
  left: 0;
  color: #3eb368;
  /* display: none; */
}

.icon-check-mark:before {
	content: "\e925";
	background-image: url(../img/dot-inside-a-circle.png);
	background-repeat: no-repeat;
    background-position: left 5px;
    background-size: 11px;
    position: relative;
    content: '';
    height: 18px;
    width: 15px;
    float: left;
}

.price-row {
  display: flex;
  flex-wrap: wrap;
}

.price-left-col {
  line-height: 7px;
  display: flex;
}

.price-left-col i {
  margin-right: 10px;
  color: #ffb75a;
  font-size: 23px;
  line-height: 36px;
}

.price-left-col .price-from {
  font-size: 14px;
  line-height: 32px;
  font-weight: 500;
  color: #319380;
}

.price-left-col small {
  display: block;
  line-height: 17px;
}

.price-right-col {
  padding-left: 31px;
  display: inline-table;
  padding-top: 5px;
}

.price-row .price-right-col .price_inr {
  color: #da1b1d;
  font-size: 20px;
  font-weight: 600;
  line-height: 9px;
}

.price-row .price-right-col .no-px {
  padding-top: 8px;
  font-size: 12px;
  color: #777;
  letter-spacing: 0;
  text-align: center;
}


.highlights{

}

.overview{

}

.tour-detail{

}

.inclusion{

}

.itinerarySlider .owl-carousel .owl-item img{
	height: 375px;
}


.carousel-indicators{
  background-color: rgba(0,0,0,0.5);
  width: 100%;
  margin: 0;
  border-radius: 0 0 10px 10px;
  padding: 10px 0;
}

.carousel-indicators li[data-bs-target]{
  margin-left: 4px;
  margin-right: 4px;
  border: 2px solid #fff;
  border-radius: 4px; 
  width: 11%;
  display: inline-table;
  opacity: 0.8;
}

.carousel-indicators li img{
  border-radius: 4px;
}

.carousel-control-next, .carousel-control-prev{
    width: 50px;
    height: 50px;
    text-align: center;
    background: hsl(0deg 0% 100%);
    color: #000!important;
    border: none;
    font-size: 34px;
    margin: auto;
    opacity: .8;
}

.carousel-control-next {
  border-radius: 10px 0px 0px 10px;
}

.carousel-control-prev {
  border-radius: 0px 10px 10px 0px;
}

.carousel-control-prev-icon{
  background-image: url('../img/next-banner.png');
  background-size: 24px;
  transform: rotate(180deg);
  right: 3px;
  position: relative;
}

.carousel-control-next-icon{
  background-image: url('../img/next-banner.png');
  background-size: 24px;
  position: relative;
  left: 1px;
}

.carousel-item > img {
    border-radius: 10px;
    width: 100%;
	height: 365px;
    -webkit-transition: opacity .5s;
    -o-transition: opacity .5s;
    transition: opacity .5s;
}


.guideBox{
  float: right;
  margin-top: 4px;
  display: block;
}

.navbar a.phone-chat{
	font-size: 15px;
    letter-spacing: 0.5px;
}

.navbar a.whatsapp-chat {
  width: 34px;
  text-align: center;
  outline: none;
  padding: 0;
}

.whatsapp-chat img {
  max-width: 100%;
}

#expandGuideBox, #expandPaymentBox, #expandCancelBox{
  margin-top: 20px;
}

#expandGuides, #expandPayment, #expandCancel{
  cursor: pointer;
}

#expandGuides i.arrowRotate, #expandPayment i.arrowRotate, #expandCancel i.arrowRotate{
  transform: rotate(180deg);
}

section.breadcrumbBox.medium-section.topMarginBreadcrumb{
	padding-top: 75px;
}

section.breadcrumbBox.medium-section {
    padding-bottom: 5px;
    padding-top: 5px;
}

.breadcrumbBox .breadcrumb{
	margin-bottom: 0;
	padding-left: 15px;
    padding-right: 15px;
}

.breadcrumbBox .breadcrumb li{
	font-size: 12px;
	color:#2c2c2c;
}

.breadcrumbBox .breadcrumb li a{
	color: #2e7016;
    font-weight: 500;
}

.breadcrumbBox .breadcrumb li a img{
	width: 16px;
    position: relative;
    top: -1px;
    left: -2px;
	margin-right: 1px;
}

.breadcrumbBox .breadcrumb li.active{
	
}

.breadcrumb-item+.breadcrumb-item::before {
    float: left;
    padding-right: 0.5rem;
    color: #6c757d;
    content: var(--bs-breadcrumb-divider, ">");
}












/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials .testimonial-item {
  box-sizing: content-box;
  padding: 30px;
  margin: 40px 30px;
  box-shadow: 0px 0 20px rgba(1, 41, 112, 0.1);
  background: #fff;
  min-height: 320px;
  display: flex;
  flex-direction: column;
  text-align: center;
  transition: 0.3s;
}
.testimonials .testimonial-item .stars {
  margin-bottom: 15px;
}
.testimonials .testimonial-item .stars i {
  color: #ffc107;
  margin: 0 1px;
}
.testimonials .testimonial-item .testimonial-img {
  width: 90px;
  border-radius: 50%;
  border: 4px solid #fff;
  margin: 0 auto;
}
.testimonials .testimonial-item h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #111;
}
.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #999;
  margin: 0;
}
.testimonials .testimonial-item p {
  font-style: italic;
  margin: 0 auto 15px auto;
}
.testimonials .swiper-pagination {
  margin-top: 20px;
  position: relative;
}
.testimonials .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #4154f1;
}
.testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #4154f1;
}
.testimonials .swiper-slide {
  opacity: 0.3;
}
@media (max-width: 1199px) {
  .testimonials .swiper-slide-active {
    opacity: 1;
  }
  .testimonials .swiper-pagination {
    margin-top: 0;
  }
}
@media (min-width: 1200px) {
  .testimonials .swiper-slide-next {
    opacity: 1;
    transform: scale(1.12);
  }
}

/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.team {
  background: #fff;
  padding: 60px 0;
}
.team .member {
  overflow: hidden;
  text-align: center;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0px 0 30px rgba(1, 41, 112, 0.08);
  transition: 0.3s;
}
.team .member .member-img {
  position: relative;
  overflow: hidden;
}
.team .member .member-img:after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  background: url(../img/team-shape.svg) no-repeat center bottom;
  background-size: contain;
  z-index: 1;
}
.team .member .social {
  position: absolute;
  right: -100%;
  top: 30px;
  opacity: 0;
  border-radius: 4px;
  transition: 0.5s;
  background: rgba(255, 255, 255, 0.3);
  z-index: 2;
}
.team .member .social a {
  transition: color 0.3s;
  color: rgba(1, 41, 112, 0.5);
  margin: 15px 12px;
  display: block;
  line-height: 0;
  text-align: center;
}
.team .member .social a:hover {
  color: rgba(1, 41, 112, 0.8);
}
.team .member .social i {
  font-size: 18px;
}
.team .member .member-info {
  padding: 10px 15px 20px 15px;
}
.team .member .member-info h4 {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 20px;
  color: #012970;
}
.team .member .member-info span {
  display: block;
  font-size: 14px;
  font-weight: 400;
  color: #aaaaaa;
}
.team .member .member-info p {
  font-style: italic;
  font-size: 14px;
  padding-top: 15px;
  line-height: 26px;
  color: #5e5e5e;
}
.team .member:hover {
  transform: scale(1.08);
  box-shadow: 0px 0 30px rgba(1, 41, 112, 0.1);
}
.team .member:hover .social {
  right: 8px;
  opacity: 1;
}

/*--------------------------------------------------------------
# Clients
--------------------------------------------------------------*/
.clients .clients-slider .swiper-slide img {
  opacity: 0.5;
  transition: 0.3s;
}
.clients .clients-slider .swiper-slide img:hover {
  opacity: 1;
}
.clients .clients-slider .swiper-pagination {
  margin-top: 20px;
  position: relative;
}
.clients .clients-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #4154f1;
}
.clients .clients-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #4154f1;
}

/*--------------------------------------------------------------
# Recent Blog Posts
--------------------------------------------------------------*/
.recent-blog-posts .post-box {
  box-shadow: 0px 0 30px rgba(1, 41, 112, 0.08);
  transition: 0.3s;
  height: 100%;
  overflow: hidden;
  padding: 30px;
  border-radius: 8px;
  position: relative;
  display: flex;
  flex-direction: column;
}
.recent-blog-posts .post-box .post-img {
  overflow: hidden;
  margin: -30px -30px 15px -30px;
  position: relative;
}
.recent-blog-posts .post-box .post-img img {
  transition: 0.5s;
}
.recent-blog-posts .post-box .post-date {
  font-size: 16px;
  font-weight: 600;
  color: rgba(1, 41, 112, 0.6);
  display: block;
  margin-bottom: 10px;
}
.recent-blog-posts .post-box .post-title {
  font-size: 24px;
  color: #012970;
  font-weight: 700;
  margin-bottom: 18px;
  position: relative;
  transition: 0.3s;
}
.recent-blog-posts .post-box .readmore {
  display: flex;
  align-items: center;
  font-weight: 600;
  line-height: 1;
  transition: 0.3s;
}
.recent-blog-posts .post-box .readmore i {
  line-height: 0;
  margin-left: 4px;
  font-size: 18px;
}
.recent-blog-posts .post-box:hover .post-title {
  color: #4154f1;
}
.recent-blog-posts .post-box:hover .post-img img {
  transform: rotate(6deg) scale(1.2);
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info-box {
  color: #444444;
  background: #fafbff;
  padding: 30px;
}
.contact .info-box i {
  font-size: 38px;
  line-height: 0;
  color: #4154f1;
}
.contact .info-box h3 {
  font-size: 20px;
  color: #012970;
  font-weight: 700;
  margin: 20px 0 10px 0;
}
.contact .info-box p {
  padding: 0;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}
.contact .php-email-form {
  background: #fafbff;
  padding: 30px;
  height: 100%;
}
.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  margin-bottom: 24px;
  font-weight: 600;
}
.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  margin-bottom: 24px;
  font-weight: 600;
}
.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
  margin-bottom: 24px;
}
.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}
.contact .php-email-form input, .contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  border-radius: 0;
}
.contact .php-email-form input:focus, .contact .php-email-form textarea:focus {
  border-color: #4154f1;
}
.contact .php-email-form input {
  padding: 10px 15px;
}
.contact .php-email-form textarea {
  padding: 12px 15px;
}
.contact .php-email-form button[type=submit] {
  background: #4154f1;
  border: 0;
  padding: 10px 30px;
  color: #fff;
  transition: 0.4s;
  border-radius: 4px;
}
.contact .php-email-form button[type=submit]:hover {
  background: #5969f3;
}
@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Blog
--------------------------------------------------------------*/
.blog {
  padding: 0px 0 20px 0;
}
.blog .entry {
  /* padding: 30px; */
  margin-bottom: 60px;
  /* box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1); */
}
.blog .entry .entry-img {
  max-height: 300px;
  margin: 10px 0px 20px 0px;
  overflow: hidden;
  border-radius: 8px;
}
.blog .entry .entry-title {
  font-size: 20px;
  font-weight: 500;
  padding: 0;
  margin: 0 0 20px 0;
}
.blog .entry .entry-title a {
  color: #012970;
  transition: 0.3s;
}
.blog .entry .entry-title a:hover {
  color: #9d0000;
}
.blog .entry .entry-meta {
  margin-bottom: 15px;
  color: #4084fd;
}
.blog .entry .entry-meta ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  align-items: center;
  padding: 0;
  margin: 0;
}
.blog .entry .entry-meta ul li + li {
  padding-left: 20px;
}
.blog .entry .entry-meta i {
  font-size: 16px;
  margin-right: 8px;
  line-height: 0;
  color:#9d0000;
}
.blog .entry .entry-meta a {
  color: #777777;
  font-size: 14px;
  display: inline-block;
  line-height: 1;
}
.blog .entry .entry-content p, .inner-pachages {
    color: #393939;
    font-size: 14px;
    line-height: 24px;
}
.blog .entry .entry-content .read-more {
  -moz-text-align-last: right;
  text-align-last: right;
}
.blog .entry .entry-content .read-more a {
  display: inline-block;
  background: #4154f1;
  color: #fff;
  padding: 6px 20px;
  transition: 0.3s;
  font-size: 14px;
  border-radius: 4px;
}
.blog .entry .entry-content .read-more a:hover {
  background: #9d0000;
}

.blog .entry .entry-content h1{
	font-size: 21px;
}

.blog .entry .entry-content h2{
	font-size: 19px;
    margin-bottom: 4px;
}

.blog .entry .entry-content h3 {
  font-size: 18px;
  margin-top: 30px;
  font-weight: 600;
}

.blog .entry .entry-content h4{
    font-size: 16px;
    margin-bottom: 4px;
}

.blog .entry .entry-content h5{
	font-size: 13px;
    margin-bottom: 4px;
}

.blog .entry .entry-content ul{
	padding-left: 15px;
}

.blog .entry .entry-content ul li{
	margin-bottom: 7px;
}

.blog .entry .entry-content ul li a{
	
}

.blog .entry .entry-content blockquote {
  overflow: hidden;
  background-color: #fafafa;
  padding: 60px;
  position: relative;
  text-align: center;
  margin: 20px 0;
}
.blog .entry .entry-content blockquote p {
  color: #444444;
  line-height: 1.6;
  margin-bottom: 0;
  font-style: italic;
  font-weight: 500;
  font-size: 22px;
}
.blog .entry .entry-content blockquote::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background-color: #012970;
  margin-top: 20px;
  margin-bottom: 20px;
}
.blog .entry .entry-footer {
  padding-top: 10px;
  border-top: 1px solid #e6e6e6;
}
.blog .entry .entry-footer i {
  color: #0d64fd;
  display: inline;
}
.blog .entry .entry-footer a {
  color: #013289;
  transition: 0.3s;
}
.blog .entry .entry-footer a:hover {
  color: #4154f1;
}
.blog .entry .entry-footer .cats {
  list-style: none;
  display: inline;
  padding: 0 20px 0 0;
  font-size: 14px;
}
.blog .entry .entry-footer .cats li {
  display: inline-block;
}
.blog .entry .entry-footer .tags {
  list-style: none;
  display: inline;
  padding: 0;
  font-size: 14px;
}
.blog .entry .entry-footer .tags li {
  display: inline-block;
}
.blog .entry .entry-footer .tags li + li::before {
  padding-right: 6px;
  color: #6c757d;
  content: ",";
}
.blog .entry .entry-footer .share {
  font-size: 16px;
}
.blog .entry .entry-footer .share i {
  padding-left: 5px;
}
.blog .entry-single {
  margin-bottom: 30px;
}
.blog .blog-author {
  padding: 20px;
  margin-bottom: 30px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}
.blog .blog-author img {
  width: 120px;
  margin-right: 20px;
}
.blog .blog-author h4 {
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 0px;
  padding: 0;
  color: #012970;
}
.blog .blog-author .social-links {
  margin: 0 10px 10px 0;
}
.blog .blog-author .social-links a {
  color: rgba(1, 41, 112, 0.5);
  margin-right: 5px;
}
.blog .blog-author p {
  font-style: italic;
  color: #b7b7b7;
}
.blog .blog-comments {
  margin-bottom: 30px;
}
.blog .blog-comments .comments-count {
  font-weight: bold;
}
.blog .blog-comments .comment {
  margin-top: 30px;
  position: relative;
}
.blog .blog-comments .comment .comment-img {
  margin-right: 14px;
}
.blog .blog-comments .comment .comment-img img {
  width: 60px;
}
.blog .blog-comments .comment h5 {
  font-size: 16px;
  margin-bottom: 2px;
}
.blog .blog-comments .comment h5 a {
  font-weight: bold;
  color: #444444;
  transition: 0.3s;
}
.blog .blog-comments .comment h5 a:hover {
  color: #4154f1;
}
.blog .blog-comments .comment h5 .reply {
  padding-left: 10px;
  color: #012970;
}
.blog .blog-comments .comment h5 .reply i {
  font-size: 20px;
}
.blog .blog-comments .comment time {
  display: block;
  font-size: 14px;
  color: #013ca3;
  margin-bottom: 5px;
}
.blog .blog-comments .comment.comment-reply {
  padding-left: 40px;
}
.blog .blog-comments .reply-form {
  margin-top: 30px;
  padding: 30px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}
.blog .blog-comments .reply-form h4 {
  font-weight: bold;
  font-size: 22px;
}
.blog .blog-comments .reply-form p {
  font-size: 14px;
}
.blog .blog-comments .reply-form input {
  border-radius: 4px;
  padding: 10px 10px;
  font-size: 14px;
}
.blog .blog-comments .reply-form input:focus {
  box-shadow: none;
  border-color: #a0aaf8;
}
.blog .blog-comments .reply-form textarea {
  border-radius: 4px;
  padding: 10px 10px;
  font-size: 14px;
}
.blog .blog-comments .reply-form textarea:focus {
  box-shadow: none;
  border-color: #a0aaf8;
}
.blog .blog-comments .reply-form .form-group {
  margin-bottom: 25px;
}
.blog .blog-comments .reply-form .btn-primary {
  border-radius: 4px;
  padding: 10px 20px;
  border: 0;
  background-color: #012970;
}
.blog .blog-comments .reply-form .btn-primary:hover {
  background-color: #013289;
}
.blog .blog-pagination {
  color: #024ed5;
}
.blog .blog-pagination ul {
  display: flex;
  padding: 0;
  margin: 0;
  list-style: none;
}
.blog .blog-pagination li {
  margin: 0 5px;
  transition: 0.3s;
}
.blog .blog-pagination li a {
  color: #012970;
  padding: 7px 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.blog .blog-pagination li.active, .blog .blog-pagination li:hover {
  background: #4154f1;
}
.blog .blog-pagination li.active a, .blog .blog-pagination li:hover a {
  color: #fff;
}
.blog .sidebar {
  padding: 10px 0px 30px 0px;
  margin: 40px 0 30px 0px;
  background-color: #fff;
  float: left;
  width: 102%;
  /* backgound-color:#f4f7fb; */
  /* box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1); */
}
.blog .sidebar .sidebar-title {
	font-size: 18px;
    font-weight: 500;
    padding: 10px 11px;
    margin: 0 0 0px 60px;
    color: #fff;
	border-radius: 3px 3px 0 0;
    position: relative;
    background-color: #494a4c;
}
.blog .sidebar .sidebar-item {
	margin-bottom: 30px;
    margin-left: 60px;
    border: 1px solid #ccc;
    float: left;
    padding: 10px;
	border-radius: 0 0 3px 3px;
}
.blog .sidebar .search-form form {
  background: #fff;
  border: 1px solid #ddd;
  padding: 3px 10px;
  position: relative;
}
.blog .sidebar .search-form form input[type=text] {
  border: 0;
  padding: 4px;
  border-radius: 4px;
  width: calc(100% - 40px);
}
.blog .sidebar .search-form form button {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 15px;
  margin: -1px;
  background: #4154f1;
  color: #fff;
  transition: 0.3s;
  border-radius: 0 4px 4px 0;
  line-height: 0;
}
.blog .sidebar .search-form form button i {
  line-height: 0;
}
.blog .sidebar .search-form form button:hover {
  background: #5465f2;
}
.blog .sidebar .categories ul {
  list-style: none;
  padding: 0;
}
.blog .sidebar .categories ul li + li {
  padding-top: 10px;
}
.blog .sidebar .categories ul a {
  color: #012970;
  transition: 0.3s;
}
.blog .sidebar .categories ul a:hover {
  color: #4154f1;
}
.blog .sidebar .categories ul a span {
  padding-left: 5px;
  color: #aaaaaa;
  font-size: 14px;
}
.blog .sidebar .recent-posts .post-item + .post-item {
  margin-top: 15px;
}
.blog .sidebar .recent-posts img {
  width: 80px;
  float: right;
}
.blog .sidebar .recent-posts h4 {
	font-size: 15px;
    margin-right: 95px;
    font-weight: bold;
}
.blog .sidebar .recent-posts h4 a {
  color: #012970;
  transition: 0.3s;
  font-weight: 500;
    font-size: 14px;
}
.blog .sidebar .recent-posts h4 a:hover {
  color: #9d0000;
}
.blog .sidebar .recent-posts time {
  display: block;
  margin-right: 95px;
  font-style: italic;
  font-size: 14px;
  color: #aaaaaa;
}
.blog .sidebar .tags {
  margin-bottom: -10px;
}
.blog .sidebar .tags ul {
  list-style: none;
  padding: 0;
}
.blog .sidebar .tags ul li {
  display: inline-block;
}
.blog .sidebar .tags ul a {
  color: #0257ee;
  font-size: 14px;
  padding: 6px 14px;
  margin: 0 6px 8px 0;
  border: 1px solid #d7e6ff;
  display: inline-block;
  transition: 0.3s;
}
.blog .sidebar .tags ul a:hover {
  color: #fff;
  border: 1px solid #4154f1;
  background: #4154f1;
}
.blog .sidebar .tags ul a span {
  padding-left: 5px;
  color: #a5c5fe;
  font-size: 14px;
}


.blog .sidebar .related-post-right, .blogArticlePackages .related-post-right {
    padding-right: 0;
    padding-left: 0;
    margin-bottom: 10px;
    float: left;
    border-bottom: 0.5px dashed #8f8f8f;
    padding-bottom: 10px;
}


.blog .sidebar .related-post-right:last-child, .blogArticlePackages .related-post-right:last-child {
	border-bottom: 0px dashed #8f8f8f;
	margin-bottom: 0;
    padding-bottom: 0;
}


.blog .sidebar .related-post-right .media, .blogArticlePackages .related-post-right .media {
    display: table-cell;
}

.blog .sidebar .related-post-right img, .blogArticlePackages .related-post-right img {
	width: 75px;
    height: 57px;
    border-radius: 3px;
    float: left;
    margin-right: 8px;
}

.blog .sidebar .related-post-right .media-body, .blogArticlePackages .related-post-right .media-body {
    display: table-cell;
    vertical-align: top;
}

.blog .sidebar .related-post-right p.categoryName, .blogArticlePackages .related-post-right p.categoryName {
    font-size: 11px;
    font-weight: 600;
    color: #ae1819;
    margin-bottom: 5px;
}

.blog .sidebar .related-post-right p.category, .blogArticlePackages .related-post-right p.category {
    -webkit-line-clamp: 3;
    color: #000;
	margin-top: 0;
    line-height: 17px;
    margin-bottom: 0px;
    font-size: 13px;
}






.blog .sidebar .related-post-right, .blogArticlePackages .related-post-right{
    padding-right: 0;
    padding-left: 0;
    margin-bottom: 10px;
    float: left;
    border-bottom: 0.5px dashed #8f8f8f;
    padding-bottom: 10px;
}


.blog .sidebar .related-post-right:last-child, .blogArticlePackages .related-post-right:last-child {
	border-bottom: 0px dashed #8f8f8f;
	margin-bottom: 0;
    padding-bottom: 0;
}


.blog .sidebar .related-post-right .media, .blogArticlePackages .related-post-right .media, .mobilekeralaBoxHome .related-post-right .media {
    display: table-cell;
}

.blog .sidebar .related-post-right img, .blogArticlePackages .related-post-right img {
	width: 77px;
    height: 60px;
    border-radius: 3px;
    float: left;
    margin-right: 8px;
}

.blog .sidebar .related-post-right .media-body, .blogArticlePackages .related-post-right .media-body{
    display: table-cell;
    vertical-align: top;
}

.blog .sidebar .related-post-right p.categoryName, .blogArticlePackages .related-post-right p.categoryName{
    font-size: 11px;
    font-weight: 600;
    color: #ae1819;
    margin-bottom: 3px;
}

.blog .sidebar .related-post-right p.category, .blogArticlePackages .related-post-right p.category{
    -webkit-line-clamp: 3;
    color: #000;
	margin-top: 0;
    line-height: 16px;
    margin-bottom: 0px;
    font-size: 12px;
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.blog .sidebar .related-post-right p.destiName, .blogArticlePackages .related-post-right p.destiName {
    -webkit-line-clamp: 2;
    color: #9b9b9b;
	margin-top: 0;
    line-height: 17px;
    margin-bottom: 0px;
    font-size: 13px;
}

.blog .entries{
	margin-top: 20px;
	padding-right: 70px;
}

.blog .itinerarySidebar .recomended-sidebar-item{
	margin-top: 30px;
}

.tableArticle{
	width: 100%;
    color: #393939;
    font-size: 14px;
    line-height: 24px;
}

.tableArticle tr{
	
}

.tableArticle td{
	border: 1px solid #b5b5b5;
    line-height: 30px;
    padding: 4px 15px;
}

.tableArticle td a{
	
}

.tableArticle.colColor td:nth-child(odd){
	background-color: #fff5e5;
}

.tableArticle.colColor td:nth-child(even){
	
}

.tableArticle.rowColor tr:nth-child(odd){
	background-color: #fff5e5;
}

.tableArticle.rowColor td:nth-child(even){
	
}



.tableArticleFull{
	
}

.tableArticleFull tr{
	
}

.tableArticleFull td{
	
}

.tableArticleFull td a{
	
}

.tableArticleFull td:nth-child(odd){
	
}

.tableArticleFull td:nth-child(even){
	
}





.tableArticleHalf{
	
}

.tableArticleHalf tr{
	
}

.tableArticleHalf td{
	
}

.tableArticleHalf td a{
	
}

.tableArticleHalf tr:nth-child(odd){
	
}

.tableArticleHalf tr:nth-child(even){
	
}









.itinerarySidebar .recomended-sidebar-item{
	float: left;
    width: 105%;
    margin-top: 60px;
}


.itinerarySidebar .recomended-sidebar-item .sidebar-title {
	font-size: 16px;
    font-weight: 500;
    padding: 10px 11px;
    margin: 0 0 0px 0px;
    color: #fff;
	border-radius: 3px 3px 0 0;
    position: relative;
    background-color: #494a4c;
}
.itinerarySidebar .recomended-sidebar-item .sidebar-item {
	margin-bottom: 30px;
    margin-left: 0px;
    border: 1px solid #ccc;
    float: left;
    padding: 10px;
	background-color: #fff5e5;
	border-radius: 0 0 3px 3px;
}

.itinerarySidebar .recomended-sidebar-item .related-post-right{
    padding-right: 0;
    padding-left: 0;
    margin-bottom: 10px;
    float: left;
    border-bottom: 0.5px dashed #8f8f8f;
    padding-bottom: 10px;
}


.itinerarySidebar .recomended-sidebar-item .related-post-right:last-child{
	border-bottom: 0px dashed #8f8f8f;
	margin-bottom: 0;
    padding-bottom: 0;
}


.itinerarySidebar .recomended-sidebar-item .related-post-right .media{
    display: table-cell;
}

.itinerarySidebar .recomended-sidebar-item .related-post-right img{
	width: 75px;
    height: 57px;
    border-radius: 3px;
    float: left;
    margin-right: 8px;
}

.itinerarySidebar .recomended-sidebar-item .related-post-right .media-body{
    display: table-cell;
    vertical-align: top;
}

.itinerarySidebar .recomended-sidebar-item .related-post-right p.categoryName{
    font-size: 11px;
    font-weight: 600;
    color: #ae1819;
    margin-bottom: 5px;
}

.itinerarySidebar .recomended-sidebar-item .related-post-right p.category{
    -webkit-line-clamp: 3;
    color: #000;
	margin-top: 0;
    line-height: 17px;
    margin-bottom: 0px;
    font-size: 13px;
}






.itinerarySidebar .recomended-sidebar-item .related-post-right{
    padding-right: 0;
    padding-left: 0;
    margin-bottom: 10px;
    float: left;
    border-bottom: 0.5px dashed #8f8f8f;
    padding-bottom: 10px;
	width: 100%;
}


.itinerarySidebar .recomended-sidebar-item .related-post-right:last-child {
	border-bottom: 0px dashed #8f8f8f;
	margin-bottom: 0;
    padding-bottom: 0;
}


.itinerarySidebar .recomended-sidebar-item .related-post-right .media{
    display: table-cell;
}

.itinerarySidebar .recomended-sidebar-item .related-post-right img{
	width: 75px;
    height: 55px;
    border-radius: 3px;
    float: left;
    margin-right: 8px;
}

.itinerarySidebar .recomended-sidebar-item .related-post-right .media-body{
    display: table-cell;
    vertical-align: top;
}

.itinerarySidebar .recomended-sidebar-item .related-post-right p.categoryName{
    font-size: 11px;
    font-weight: 500;
    color: #ae1819;
    margin-bottom: 1px;
}

.itinerarySidebar .recomended-sidebar-item .related-post-right p.category{
    -webkit-line-clamp: 3;
    color: #000;
	margin-top: 0;
	line-height: 17px;
    font-weight: 500;
    margin-bottom: 0px;
    font-size: 13px;
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.itinerarySidebar .recomended-sidebar-item .related-post-right p.destiName{
    -webkit-line-clamp: 2;
    color: #9b9b9b;
	margin-top: 0;
    line-height: 17px;
    margin-bottom: 0px;
    font-size: 13px;
}






.full-banner .itinerarySidebar .recomended-sidebar-item {
    float: left;
    width: 100%;
    margin-top: 0px;
}

.full-banner .itinerarySidebar .recomended-sidebar-item .related-post-right img {
    width: 90px;
    height: 64px;
}

.full-banner .itinerarySidebar .recomended-sidebar-item .sidebar-title{
	background-color: transparent;
	color:#9d0000;
	font-size: 18px;
    font-weight: 500;
    padding: 10px 11px 10px 0;
}

.full-banner .itinerarySidebar .recomended-sidebar-item .sidebar-item{
	background-color: #f5f5f5;
}

.itineraryOffer .sidebar-title{
	background-color: transparent;
	color:#9d0000;
	font-size: 18px;
    font-weight: 500;
	margin: 0 0 0px 0px;
    padding: 10px 11px 10px 0;
}


.mobilekeralaBoxHome .related-post-right {
	 padding-right: 0;
    padding-left: 0;
    margin-bottom: 10px;
    float: left;
    border-bottom: 0.5px dashed #8f8f8f;
    padding-bottom: 10px;
}

.mobilekeralaBoxHome .related-post-right:last-child{
	border-bottom: 0px dashed #8f8f8f;
	margin-bottom: 0;
    padding-bottom: 0;
}

.mobilekeralaBoxHome .related-post-right img{
	width: 100px;
    height: 78px;
    border-radius: 3px;
    float: left;
    margin-right: 8px;
}

.mobilekeralaBoxHome .related-post-right .media-body {
	display: table-cell;
    vertical-align: top;
}

.mobilekeralaBoxHome .related-post-right p.categoryName {
	font-size: 11px;
    font-weight: 600;
    color: #ae1819;
    margin-bottom: 1px;
}

.mobilekeralaBoxHome .related-post-right p.category {
	color: #000;
    margin-top: 0;
    line-height: 16px;
    margin-bottom: 4px;
    font-size: 14px;
    font-weight: 500;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.mobilekeralaBoxHome .related-post-right p.destiName{
    color: #7a7a7a;
	margin-top: 0;
    line-height: 17px;
    margin-bottom: 0px;
    font-size: 12px;
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}












.keralaBoxHome{
	display:block;
}

.mobilekeralaBoxHome{
	display:none;
}






.blogArticlePackages {
	/* background-color: #fafafa; */
    /* border: 1px solid #ccc; */
    float: left;
    width: 100%;
	margin-bottom: 12px;
    /* padding: 10px 15px; */
}

.blogArticlePackages .relatedItineraryBox{
	width: calc(33.3% - 10px);
    float: left;
    margin-right: 10px;
}

.blogArticlePackages .relatedItineraryBox .related-post-right {
	background-color: #f6f6f6;
    padding: 6px;
    border: 1px solid #ccc;
    border-radius: 4px;
	margin-bottom: 10px;
}

.blogArticlePackages .relatedItineraryBox .related-post-right p.categoryName {
    font-size: 11px;
    font-weight: 600;
    color: #ae1819;
    margin-bottom: 0px;
    line-height: inherit;
}







.destinationSlides.tourSection.blogArticlePackages .tourContent h3{
	margin-top: 0px;
    font-size: 13px;
    letter-spacing: 0;
}

.destinationSlides.tourSection.blogArticlePackages .tourBox .bg-size, .destinationSlides.tourSection.blogArticlePackages .tourBox img{
	max-height: 210px;
}

.destinationSlides.tourSection.blogArticlePackages .title-3 h2{
	margin-bottom: 15px;
	font-weight: 500;
	font-size: 20px;
}

.destinationSlides.tourSection.blogArticlePackages .themeColor{
	font-weight: 500;
}

.msi.msi-blog-sidebar{
	padding: 0 5px;
}

.msi.msi-blog-sidebar .ola-recommended-package{
	border-width: 0px;
	background-color: rgb(239 249 255);
}

.msi.msi-blog-sidebar .ola-recommended-package a figure{
	height: 115px;
	padding: 10px;
	background-color: rgb(223, 223, 223);
}

.msi.msi-blog-sidebar .ola-recommended-destination{
	font-size: 11px;
}

.msi.msi-blog-sidebar .ola-recommended-package-title{
	padding: 6px 7px;
}

.msi.msi-blog-sidebar .ola-recommended-package-title p{
	font-size: 13px;
	margin-bottom: 5px;
	font-weight: 500;
}

.msi.msi-blog-sidebar .ola-recommended-package-cities{
	display:none;
}

.msi.msi-blog-sidebar .ola-recommended-package-link{
	margin-bottom: 4px;
	margin-top: 0px;
}

.msi.msi-blog-sidebar .ola-recommended-package-link span{
	font-weight: 500;
	border: 0px solid transparent;
    padding: 3px 3px 3px;
}

.msi.msi-blog-sidebar .packageFolderBox .mbottom-large {
    padding-right: 0px;
    padding-left: 0px;
}


.dottedImg .elementor-background-overlay {
    background-image: url(../img/h1_shape-map.png);
    background-position: center left;
    background-repeat: no-repeat;
	background-size: auto;
    opacity: .1;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
	z-index:0;
    transition: background .3s,border-radius .3s,opacity .3s;
}

.dottedImg h4{
	font-family: 'Yanone Kaffeesatz', sans-serif;
    font-size: 42px;
    font-weight: 500;
    margin-bottom: 20px;
    margin-top: 50px;
    color: #9d0000;
}

.leftContent{
	position: relative;
    z-index: 1;
}






/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer {
  background: #f6f9ff;
  padding: 0 0 30px 0;
  font-size: 14px;
}
.footer .footer-newsletter {
  padding: 50px 0;
  background: #f6f9ff;
  border-top: 1px solid #e1ecff;
}
.footer .footer-newsletter h4 {
  font-size: 24px;
  margin: 0 0 10px 0;
  padding: 0;
  line-height: 1;
  font-weight: 700;
  color: #012970;
}
.footer .footer-newsletter form {
  margin-top: 20px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 4px;
  border: 1px solid #e1ecff;
}
.footer .footer-newsletter form input[type=email] {
  border: 0;
  padding: 8px;
  width: calc(100% - 140px);
}
.footer .footer-newsletter form input[type=submit] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 30px;
  margin: 3px;
  background: #4154f1;
  color: #fff;
  transition: 0.3s;
  border-radius: 4px;
}
.footer .footer-newsletter form input[type=submit]:hover {
  background: #5969f3;
}
.footer .footer-top {
  background: white url(../img/footer-bg.png) no-repeat right top;
  background-size: contain;
  border-top: 1px solid #e1ecff;
  border-bottom: 1px solid #e1ecff;
  padding: 60px 0 30px 0;
}
@media (max-width: 992px) {
  .footer .footer-top {
    background-position: center bottom;
  }
}
.footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.footer .footer-top .footer-info .logo {
  line-height: 0;
  margin-bottom: 15px;
}
.footer .footer-top .footer-info .logo img {
  max-height: 40px;
  margin-right: 6px;
}
.footer .footer-top .footer-info .logo span {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 1px;
  color: #012970;
  margin-top: 3px;
}
.footer .footer-top .footer-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
}
.footer .footer-top .social-links a {
  font-size: 20px;
  display: inline-block;
  color: rgba(1, 41, 112, 0.5);
  line-height: 0;
  margin-right: 10px;
  transition: 0.3s;
}
.footer .footer-top .social-links a:hover {
  color: #012970;
}
.footer .footer-top h4 {
  font-size: 16px;
  font-weight: bold;
  color: #012970;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 12px;
}
.footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #d0d4fc;
  font-size: 12px;
  line-height: 0;
}
.footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}
.footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.footer .footer-top .footer-links ul a {
  color: #013289;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}
.footer .footer-top .footer-links ul a:hover {
  color: #4154f1;
}
.footer .footer-top .footer-contact p {
  line-height: 26px;
}
.footer .copyright {
  text-align: center;
  padding-top: 30px;
  color: #012970;
}
.footer .credits {
  padding-top: 10px;
  text-align: center;
  font-size: 13px;
  color: #012970;
}



 .tipl-custom-support ul{
    margin:0;
    padding:0;
 }
.tipl-custom-support ul li {
    list-style: none;
    color: #fff;
    padding: 4px 0 9px 0px;
    font-size: 12px;
}
.tipl-custom-support ul li img {
    width:15px;
    margin-right:4px;
}
.tipl-custom-support ul li a {
    color: #fff;
}
.tipl-custom-support ul li a.dmca-badge img {
    width: auto;
}+
.footer_mdeia_holder {
    float: right;
    min-width: 100%;
}
.footer_mdeia_holder {
    padding: 4px 0 9px 0px;
	margin-top: 20px;
}
.footer_mdeia_holder img {
    float: left;
    width: 16%;
    width: 18%;
	border-radius: 6px;
    margin-right: 2%;
    margin-bottom: 15px;
    background: #dedbdb;
}
.footer_mdeia_holder img.tripadvisor {
    background: #579441;
}
.footer_mdeia_holder img.iato {
    background: #024691;
}
.footer_mdeia_holder img.irctc {
    background: #0b4c76;
}
.footer_mdeia_holder img.rtdc {
    background: #fff;
    margin-right: 0;
}

.desfootbotom {
    background: #ffffff;
    color: #333;
    padding:4px 0;
    font-size: 13px;
    line-height: 28px;
    margin-bottom: 0;
    float: left;
    width: 100%;
}
.copy_right_left {
    line-height: normal;
    padding: 0;
    margin: 0;
    text-align:left;
}
.desfootbotom{
   line-height: normal;
    text-align: right;
    color: #000;
    font-size: 11px;
    line-height: 12px;
}
.desfootbotom p {
    margin-bottom: 0;
    text-align: left;
}
.tipl-developedBy{
 
    text-align: right;
}
.tipl-developedBy a{
    color:#000;
}









.footer-visitor {
    flex: none;
    margin-top: auto;
    padding-top: 30px;
    color: #fff;
    background-color: hsl(0deg 0% 18%);
    padding-bottom: 20px;
    float: left;
    width: 100%;
}

.footer-social {
    padding: 14px 0 13px;
    margin-top: 10px;
    margin-bottom: 17px;
    border-top: 1px solid rgba(255, 255, 255, 0.42);
    border-bottom: 1px solid rgba(255, 255, 255, 0.42);
}

.footer-visitor a, .footer-visitor h2, .footer-visitor p {
    color: #fff;
    font-size: 14px;
    margin-bottom: 0;
}


.footer-visitor ul li{
	margin-bottom: 10px;
	display: block;
	width: 50%;
    float: left;
}

.footer-visitor a, .footer-visitor h2, .footer-visitor p {
    color: #cfcfcf;
    font-size: 14px;
	margin-bottom: 0;
}


.footer-visitor small{
	font-size: 14px;
}

.footer-toggle h2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
	font-weight: 600;
	margin-bottom: 0;
	color: #fff;
	letter-spacing: 0.5px;
}

.footer-toggle h2 .glyphicon {
    color: #fff;
    transition: all .4s ease-out;
}

.visitor-accordion-content {
    position: relative;
    overflow: hidden;
    transition: height .35s ease !important;
}

.footer-visitor .footer-links>.row>div:first-child h2 {
    border-top: 0;
    padding-top: 0;
}

.footer-toggle>div {
    display: block;
    height: auto!important;
}

.footer-visitor ul {
    margin: 10px 0;
}

.footer-toggle>div a {
    font-weight: 400;
}





.footer-social {
        padding: 14px 0 13px;
    margin-top: 10px;
    margin-bottom: 17px;
    border-top: 1px solid rgba(255, 255, 255, 0.42);
    border-bottom: 1px solid rgba(255, 255, 255, 0.42);
}

.footer-social .footer-social-icons {
    display: flex;
    align-items: center;
}

.footer-social h2 {
	margin-right: 20px;
    font-size: 14px;
    font-weight: 500;
    position: relative;
    top: -1px;
}

.footer-social .footer-social-icons ul {
    margin: 0;
}

.footer-social .footer-social-icons ul li{
	margin-bottom: 0;
}

.list-inline>li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
}

.footer-social .footer-social-icons ul a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    color: #fff;
    background: #2b5468;
    text-align: center;
    border-radius: 50%;
}

.m-lg-top-bottom {
    margin-top: 30px!important;
    margin-bottom: 30px!important;
}

.fa-whatsapp.custom, .fa-envelope.custom{
	font-size: 17px;
    position: relative;
    top: 2px;
}

.footer-toggle .affilatedBy{
	margin-top: 0px;
}

.footerWhatsappImg{
	width: 20px;
    margin-right: 2px;
    top: -1px;
    position: relative;
}


/*------Footer Css End------*/




/*-------CMT Form-------*/

.cmtForm {
	background: #f9f4f0;
	border: 2px solid #dab08e;
    padding: 30px 20px;
    padding-bottom: 15px;
    border-radius: 15px 15px 0px 0px;
}

.cmtForm .card {
	background-color: transparent;
    padding: 15px;
    /* margin-top: 60px; */
    /* margin-bottom: 60px; */
    border: none !important;
	/* background-color: #f9f9f9; */
    /* box-shadow: 0 0px 10px 0 rgb(0 0 0 / 20%); */
}

.cmtForm .blue-text {

}

.cmtForm .form-control-label {
    margin-bottom: 0;
	font-size: 13px;
    font-weight: 500;
}

.cmtForm h3{
	font-size: 22px;
    text-align: center;
	margin-bottom: 2px;
}

.cmtForm .blue-text{
	text-align: center;
	color:#000;
}

.cmtForm  .form-group {
    margin-bottom: 0px;
}

.cmtForm input,.cmtForm textarea,.cmtForm select,.cmtForm button {
    padding: 8px 11px;
    border-radius: 5px !important;
    margin: 5px 0px 10px;
    box-sizing: border-box;
    border: 1px solid #ccc;
    font-size: 13px;
	letter-spacing: 0.5px;
	line-height: 20px;
	height: 38px;
}

.cmtForm .selectBox{
	position:relative;
}

.cmtForm .selectBox:after{
    content: '<>';
	position:absolute;
    color: #959595;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    right: 20px;
    top: 32px;
    padding: 0 0 2px;
    border-bottom: 1px solid #959595;
    position: absolute;
    pointer-events: none;
}

.cmtForm textarea{
	height: 129px;
	margin-bottom: 0px;
}

.cmtForm input:focus,.cmtForm textarea:focus,.cmtForm select:focus,.cmtForm button:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 1px solid #00BCD4;
    outline-width: 0;
    font-weight: 400
}

.cmtForm .btn-block {
    font-size: 15px !important;
    font-weight: 400;
    height: 37px;
    line-height: 19px;
    cursor: pointer;
    float: right;
    width: 100px;
    margin-top: 24px;
    margin-bottom: 0;
    background-color: #9d0000;
}

.cmtForm .btn-block:hover {
    color: #fff !important
}

.cmtForm .cmtSubmit{
	
}

.cmtForm button:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    outline-width: 0
}

.cmtForm .travel-with-you-head {
    margin-bottom: 4px;
    color: #222;
    font-weight: 600;
    letter-spacing: 0.3px;
    font-size: 15px;
}

.cmtForm .divider-2 {
    border-bottom: 1px solid #e4e4e4;
    background-color: #DADADA;
    height: 1px;
    margin: 0.5em 0px 0.7em;
}

.cmtForm .divider-2 span {
    display: block;
    width: 50px;
    height: 1px;
    background-color: #027182;
}

.cmtForm input.qtyminus, .cmtForm input.qtyplus {
    top: 7px;
    text-indent: -9999px;
    box-shadow: none;
}

.cmtForm input.qtyminus, .cmtForm input.qtyplus {
    position: absolute;
	width: 26px;
    height: 26px;
    border-radius: 50px!important;
    border: 1px solid #ccc;
    outline: 0;
    cursor: pointer;
    -webkit-appearance: none;
    border-radius: 0;
}

.cmtForm .qty-buttons {
    position: relative;
    width: 100%;
    height: 38px;
    display: inline-block;
}

.title-3 {
    text-align: left;
    display: inline-block;
    width: 67%;
}

.title-3 h2 {
    font-size: 22px;
    margin-top: 0px;
    margin-bottom: 15px;
    font-weight: 600;
    position: relative;
}

.themeColor {
    font-style: normal;
    color: #d60404;
    font-weight: 600;
}

input.qtyminus {
    background: url(../img/minus.svg) center center no-repeat #fff0ae;
    left: 10px;
}

input.qtyplus {
    background: url(../img/plus.svg) center center no-repeat #fff0ae;
    right: 10px;
}

.cmtForm input.form-control, .cmtForm textarea.form-control{
	text-align: center;
}

.cmtForm .countryCodeBox{
	position:relative;
}

.cmtForm .countryCodeBox .countryCodeDiv{
	position: absolute;
    left: 13px;
    bottom: 10px;
    line-height: 38px;
    font-weight: 500;
    background-color: #ccc;
    height: 38px;
    width: 65px;
    text-align: center;
    border-radius: 4px 0 0 4px;
}

.cmtForm .countryCodeBox input{
    width: calc(100% - 62px);
    left: 62px;
    position: relative;
    border-radius: 0 5px 5px 0!important;
}

.cmtForm .form-control:disabled, .cmtForm .form-control[readonly] {
    background-color: #ffffff;
    opacity: 1;
}

	
.cmtForm .radiobtn {
    position: relative;
    display: block;
    margin-right: 10px;
    width: calc(25% - 10px);
	float: left;
}
.cmtForm .radiobtn label {
	display: block;
    background: rgba(254, 232, 195, 0.63);
    color: #444;
    border-radius: 5px;
    padding: 5px 20px;
    border: 2px solid #fdd591;
    margin-bottom: 5px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
}
.cmtForm .radiobtn label:after, .cmtForm .radiobtn label:before {
  content: "";
  position: absolute;
  right: 11px;
  top: 8px;
  width: 20px;
  height: 20px;
  border-radius: 3px;
  background: #fdcb77;
}
.cmtForm .radiobtn label:before {
  background: transparent;
  -webkit-transition: 0.1s width cubic-bezier(0.075, 0.82, 0.165, 1) 0s, 0.3s height cubic-bezier(0.075, 0.82, 0.165, 2) 0.1s;
  transition: 0.1s width cubic-bezier(0.075, 0.82, 0.165, 1) 0s, 0.3s height cubic-bezier(0.075, 0.82, 0.165, 2) 0.1s;
  z-index: 2;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: 13px;
  background-position: center;
  width: 0;
  height: 0;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNS4zIDEzLjIiPiAgPHBhdGggZmlsbD0iI2ZmZiIgZD0iTTE0LjcuOGwtLjQtLjRhMS43IDEuNyAwIDAgMC0yLjMuMUw1LjIgOC4yIDMgNi40YTEuNyAxLjcgMCAwIDAtMi4zLjFMLjQgN2ExLjcgMS43IDAgMCAwIC4xIDIuM2wzLjggMy41YTEuNyAxLjcgMCAwIDAgMi40LS4xTDE1IDMuMWExLjcgMS43IDAgMCAwLS4yLTIuM3oiIGRhdGEtbmFtZT0iUGZhZCA0Ii8+PC9zdmc+);
}
.cmtForm .radiobtn input[type="radio"] {
  display: none;
  position: absolute;
  width: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.cmtForm .radiobtn input[type="radio"]:checked + label {
  background: rgba(253, 203, 119, 0.7);
  -webkit-animation-name: blink;
          animation-name: blink;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  border-color: #fcae2c;
}
.cmtForm .radiobtn input[type="radio"]:checked + label:after {
  background: #fcae2c;
}
.cmtForm .radiobtn input[type="radio"]:checked + label:before {
  width: 20px;
  height: 20px;
}

.cmtForm .gallery_section-col {
    background: #fff;
    padding: 10px;
}


.data_container .single-item {
    position: relative;
    width: 46%;
    margin: 7px 10px 7px 3px;
    float: left;
    height: 126px;
    overflow: hidden;
    border-radius: 6px;
}

.data_container .single-item img {
    -webkit-transition: -webkit-transform 0.15s ease 0s;
    -moz-transition: -moz-transform 0.15s ease 0s;
    -o-transition: -o-transform 0.15s ease 0s;
    transition: transform 0.15s ease 0s;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
	max-width: 100%;
    /* height: 100%; */
    /* width: 100%; */
    min-height: 128px;
    min-width: 177px;
}

.data_container .single-item .demo-gallery-poster {
    background-color: rgba(0, 0, 0, 0.1);
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: background-color 0.15s ease 0s;
    -o-transition: background-color 0.15s ease 0s;
    transition: background-color 0.15s ease 0s;
}


.data_container .single-item .demo-gallery-poster > img {
    opacity: 1;
    background: none;
    border: none;
}


.data_container .single-item .demo-gallery-poster > img {
    left: 50%;
    margin-left: -10px;
    margin-top: -10px;
    opacity: 0;
    position: absolute;
    top: 50%;
    width: 20px;
    height: 20px;

    -webkit-transition: opacity 0.3s ease 0s;
    -o-transition: opacity 0.3s ease 0s;
    transition: opacity 0.3s ease 0s;
    min-width: auto;
    min-height: auto;
}




@-webkit-keyframes blink {
  0% {
    background-color: #fdcb77;
  }
  10% {
    background-color: #fdcb77;
  }
  11% {
    background-color: #fdd591;
  }
  29% {
    background-color: #fdd591;
  }
  30% {
    background-color: #fdcb77;
  }
  50% {
    background-color: #fdd591;
  }
  45% {
    background-color: #fdcb77;
  }
  50% {
    background-color: #fdd591;
  }
  100% {
    background-color: #fdcb77;
  }
}

@keyframes  blink {
  0% {
    background-color: #fdcb77;
  }
  10% {
    background-color: #fdcb77;
  }
  11% {
    background-color: #fdd591;
  }
  29% {
    background-color: #fdd591;
  }
  30% {
    background-color: #fdcb77;
  }
  50% {
    background-color: #fdd591;
  }
  45% {
    background-color: #fdcb77;
  }
  50% {
    background-color: #fdd591;
  }
  100% {
    background-color: #fdcb77;
  }
}




ul.tipl-contact-list {
    padding-top:15px;
}
ul.tipl-contact-list li {
    padding-bottom: 15px;
}
ul.tipl-contact-list li h3{
    margin:0;
    padding:0 0 5px 0;
}
ul.tipl-contact-list li p{
    padding-left: 20px;
}

ul.tipl-contact-list li p a{
    color: #000;
    font-weight: ;
    font-weight: 100;
}

.address-left {
    float: left;
}

.address-right {
    float: left;
    padding-top: 39px;
}



.countryFlag{
    height: 45px;
    width: 45px;
    background-size: 100%;
    border-radius: 50%;
    margin-bottom: 20px;
}

.countryAddress h6.city{
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 10px;
}

.contact .countryAddress .addressBar{
    margin-top: 5px;
    line-height: 24px;
    margin-bottom: 0;
    color: #000;
    font-weight: 400;
}

.contact .countryAddress .addressBar a{
    font-weight: 500;
}

.contact .countryAddress .companyName{
    color:#f5840a;
    font-size: 17px;
    font-weight:600;
}

.contact .countryAddress .addressBar i {
    height: 17px;
    width: 15px;
    text-align: center;
}

.tnc-sidebar .list-group-item {
    padding: 0;
}

.tnc-sidebar .list-group-item a {
    padding: 0.6rem 1rem;
    padding-left: 21px;
	color: #4a4a4a;
	display:block;
	text-decoration: none;
}

.tnc-sidebar .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 9;
}

.tnc-page .hdrt{
	
}

.cmtMobilePeople .cmtMobilePeopleLabel{
	display:none;
}

.cmtForm input[type="date"]{
	width:100%;
	background-color:#fff;
}







.homeContentPart{
	background-image: url(../img/basic-info-bg.jpg);
    background-position: right center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.home-text{
	
}

.home-text p{
	color: #763e3e;
    font-size: 14px;
    line-height: 27px;
}

.bigFont{
	font-size:24px;
}

.extra_content{
	margin-top:21px;
}

.home-text .read_more{
  display: none;
}

.home-text .show {
   display: block!important;
}

.home-text h1{
	font-size: 23px;
}
.home-text h2{
	font-size: 21px;
}
.home-text h3{
	font-size: 19px;	
}
.home-text h4{
	font-size: 17px;	
}
.home-text h5{
	font-size: 15px;
}












/*-----Footer CSS-----*/

.tipl-footer{
	background: rgb(27,26,26)!important;
    float: left;
    padding: 30px 0 10px 0;
    width: 100%;
    margin-top: 0px;
}

.tipl-footer .tipl-footer-box-bottom{
	border-top: 1px solid #747474;
    line-height: 40px;
	margin-top: 10px;
}

.tipl-footer .tipl-footer-cont{
	
}

.tipl-footer .tipl-footer-row{
	
}

.tipl-footer .tipl-footer-box-left{
	
}

.tipl-footer .tipl-footer-box-right{
	
}

.tipl-footer .tipl-train-logo{
	padding:0px;
}

.tipl-footer .tipl-footer-box-content{
	color: #b6b6b6;
    font-size: 12px;
    font-weight: 300;
    margin-top: 10px;
    word-spacing: 3px;
    letter-spacing: 0.5px;
    margin-bottom: 0px;
	padding:0px;
}

.tipl-footer .tipl-footer-box-left h3 {
    margin-bottom: 5px;
    margin-top: 10px;
	font-weight: 500;
    color: #ffffff;
    font-size: 16px;
}

.tipl-footer .tipl-footer-box-about{
	
}

.tipl-footer .tipl-footer-box-about ul{
	list-style: none;
    padding: 0;
    margin: 0;
	float:left;
	width:100%;
}

.tipl-footer .tipl-footer-box-about ul li{
	float: left;
    margin: 25px 0px 0;
}

.tipl-footer .tipl-footer-box-about ul li:last-child{
	margin-bottom: 18px;
}

.tipl-footer .tipl-footer-box-about ul li a {
	color: #bababa;
	font-weight: 400;
    color: #fdfdfd;
    font-size: 14px;
    word-spacing: 0.5px;
    letter-spacing: 0.5px;
}

.tipl-footer .tipl-footer-box-about ul li i{
	display:none;
	color: #b6b6b6;
}

.tipl-footer .tipl-footer-box-about ul li a:hover{
	color:#fff;
	text-decoration:none;
}

.tipl-footer .tipl-footer-box-logos{
    margin-top:0px;
}

.tipl-footer .tipl-footer-box-logos img{
	width: 18%;
	margin-bottom:0px;
}

.tipl-footer .tipl-footer-box-links{
	
}

.copyrightText{
	color:#b6b6b6!important;
}

.tipl-footer .tipl-footer-box-links h3{
	font-weight: 500;
    color: #ffffff;
    font-size: 16px;
	margin-bottom: 10px;
    margin-top:20px;
}

.tipl-footer .tipl-footer-box-links ul{
	list-style: none;
	padding: 0;
    color: #f2f2f2;
    margin-bottom:10px;
}

.tipl-footer .tipl-footer-box-links ul li{
	/* display:block; */
	margin-bottom: 5px;
    line-height:normal;
}

.tipl-footer .tipl-footer-box-links ul li a{
	font-weight: 300;
    color: #b6b6b6;
    text-decoration: none;
	font-size: 12px;
    line-height: normal;
}

.tipl-footer .tipl-footer-box-links ul li a:hover{
	color:#fff;
}

.tipl-footer .tipl-footer-box-links ul li a i{
	
}
.tipl-footer .tipl-footer-box-right h3 {
    margin-bottom: 5px;
    margin-top: 10px;
    font-weight: 500;
    color: #ffffff;
    font-size: 16px;
}
.footer_mdeia_holder {
    float: right;
    /* min-width: 79%; */
    min-width: 100%;
    margin-top: 9px;
}
.tipl-footer .tipl-footer-box-logos img {
    width: 18%;
    margin-bottom: 0px;
}
.tipl-footer-cont-2{
	border-top: 1px solid rgba(182, 182, 182, 0.61);
    margin-top: 5px;
    padding-top: 15px;
    margin-bottom: 15px;
	color: #fff;
}

.tipl-footer-cont-2 p{
	color:#b6b6b6;
	margin: 0;
    padding: 0;
	font-size: 13px;
	line-height: 24px;
}

.tipl-footer .tipl-cards{
	text-align:right;
}

.tipl-footer .tipl-cards p{
	
}

.tipl-footer .tipl-cards p a{
	color:#b6b6b6;
	font-size:12px;
}

.tipl-footer .tipl-cards p a:hover, .tipl-footer .tipl-cards p a:active, .tipl-footer .tipl-cards p a:focus{
	color:#fff;
	outline:0;
	text-decoration:none;
}

.tipl-footer .tipl-cards img{
	height: 22px;
    margin-left: 5px;
}

.tipl-desk-footer {

}
.tipl-desk-top-footer{
	background: #36312a;
    float: left;
    padding: 10px 0 0 0;
    width: 100%;
}
.tipl-train-footer-title {
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    padding-bottom: 5px;
    margin-top: 5px;
}
.tipl-train-link ul {
    margin: 0;
    padding: 0;
    float: left;
    width: 100%;
}
.tipl-train-link ul li {
    list-style: none;
    padding: 4px 0 9px 0px;
    color: #fff;
    font-size: 13px;
}
.tipl-train-link ul li i{
    display:none;
}
.tipl-train-link ul li a {
    list-style: none;
    padding: 4px 0 9px 0px;
    color: #fff;
    font-size:13px;
 }
 .tipl-custom-support ul{
    margin:0;
    padding:0;
 }
.tipl-custom-support ul li {
    list-style: none;
    color: #fff;
    padding: 4px 0 9px 0px;
    font-size: 12px;
}
.tipl-custom-support ul li img {
    width:15px;
    margin-right:4px;
}
.tipl-custom-support ul li a {
    color: #fff;
}
.tipl-custom-support ul li a.dmca-badge img {
    width: auto;
}+
.footer_mdeia_holder {
    float: right;
    min-width: 100%;
}
.footer_mdeia_holder {
    padding: 4px 0 15px 0px;
}
.footer_mdeia_holder img {
    float: left;
    width: 16%;
    width: 18%;
    margin-right: 2%;
    margin-bottom: 15px;
    background: #dedbdb;
}
.footer_mdeia_holder img.tripadvisor {
    background: #579441;
}
.footer_mdeia_holder img.iato {
    background: #024691;
}
.footer_mdeia_holder img.irctc {
    background: #0b4c76;
}
.footer_mdeia_holder img.rtdc {
    background: #fff;
    margin-right: 0;
}

.desfootbotom {
    background: #ffffff;
    color: #333;
    padding:4px 0;
    font-size: 13px;
    line-height: 28px;
    margin-bottom: 0;
    float: left;
    width: 100%;
}
.copy_right_left {
    line-height: normal;
    padding: 0;
    margin: 0;
    text-align:left;
}
.desfootbotom{
   line-height: normal;
    text-align: right;
    color: #000;
    font-size: 11px;
    line-height: 12px;
}
.desfootbotom p {
    margin-bottom: 0;
    text-align: left;
}
.tipl-developedBy{
 
    text-align: right;
}
.tipl-developedBy a{
    color:#000;
}

.tipl-footer .tipl-footer-box-right h3 {
	margin-bottom: 0px;
    margin-top: 10px;
    font-weight: 600;
    color: #ffffff;
    font-size: 14px;
	text-align: left;
    letter-spacing: 0.5px;
}

.tipl-footer-box-about .footerSocialLink{
	display: block;
    float: left;
    margin-right: 20px;
    line-height: 27px;
}

.tipl-footer-box-about .footerSocialLink img{
	margin-right: 3px;
	width:25px;
	position: relative;
    top: -2px;
}

.tipl-footer-box-about .footerSocialLink img.tipl-emailappIcon{
	width:22px;
}

.tipl-footer-box-about .footerSocialLink a{
	color: #fff;
	font-size: 14px;
}

.tipl-footer-box-about .footerSocialLink a:hover{
	text-decoration:none;
}

.mobileHeadWhatsapp, .mobileHeadSearch{
	display:none;
}

.websiteOwner{
    display: block;
    font-style: normal;
    font-size: 13px;
}

.tourSection .tourBox .bg-size, .tourSection .tourBox img{
    max-height: 340px;
   
}

.slick-slide {
      margin: 0 5px;
  }

.homeBanner .carousel-caption{
	left:8%;
	bottom: 50px;
    padding: 12px;
    background-color: rgba(0 0 0 / 60%);
}

.homeBanner .carousel-caption h2{
	font-size: 25px;
}

.homeBanner .carousel-caption p{
	margin-bottom: 0;
}


.classic .portfolio_type
{
	border: 1px solid #dce0e0;
	border-radius: 5px;
	-webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    transition-duration: 0.2s;
}
.classic .portfolio_type:hover,
.grid .portfolio_type:hover
{
	-webkit-transform: translateY(-4px);
    -moz-transform: translateY(-4px);
    -o-transform: translateY(-4px);
    -ms-transform: translateY(-4px);
    transform: translateY(-4px);
    -webkit-box-shadow: 0 22px 40px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 22px 40px rgba(0, 0, 0, 0.15);
    box-shadow: 0 22px 40px rgba(0, 0, 0, 0.15);
}


a.tour_image {
    display: block;
    position: relative;
}
.tour_link h4{
	color: rgb(116 1 1);
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1.4em;
    font-size: 15px;
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  text-overflow: ellipsis;
}


	.ctbx{padding:9px 9px;background-color: #fff;    min-height: 135px;}
	.ctbx p{ 
	    padding-top: 2px;
		color: #414141;
		margin-bottom: 8px;
		font-size: 11px;
		font-weight: 500;
		line-height: 17px;
		display: -webkit-box;
		-webkit-line-clamp: 3;
		-webkit-box-orient: vertical;
		overflow: hidden;
	}
.ctbx .more-link{
	text-align:right;  
	/* background:url("../images/arrow-black.png") no-repeat scroll right 13px !important; */
    border: medium none !important;
    padding-right: 7px !important;
}

.ctbx .more-link a{
	color: #9d0000;
    font-weight: 500;
	font-size: 12px;
}
.ctbx p .more-link a{background:#000000;}

a.tour_image .tour_price{
	position: absolute;
	bottom: 20px;
	left: 0;
	background: #FF4A52;
	padding: 3px 10px 2px 10px;
	color: #fff;
	font-weight: 500;
	font-size: 12px;
    border-radius: 0 20px 20px 0;
	-webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    transition-duration: 0.2s;
}


.portfolio_type:hover a.tour_image .tour_price
{
	left: 3px;
	-ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

		/*jumping box end here*/
		
		.gd-list h2 {
    color: rgb(68, 68, 68);
    font-family: Poppins,Helvetica,Arial,sans-serif;
    font-size:25px;
    font-weight: 900;

	text-align:center; padding-bottom:25px;
    line-height: 46.8px;
}
		
.gd-list a.tour_image .tour_price{background:none; font-size:23px; padding-left:15px;}
.gd-list a.tour_image img{border-radius:8px;}
.gd-list .classic .portfolio_type{border-radius:8px; margin-bottom:25px;}

a.tour_image {
	border-radius: 5px 5px 0 0;
    display: block;
	overflow: hidden;
    position: relative;
}

a.tour_image img {
	width:100%;
}

.classic{
	margin-bottom: 25px;
}


.home-text .read_more  {
  display: none;
}

.home-text .show {
   display: block!important;
}

.header .logo img.desktopLogo{
	display:block;
}

.header .logo img.mobileLogo{
	display:none;
}

.desktopBannerBox{
	display:block;
}

.mobileBannerBox{
	display:none;
}

.searchMobileBox {
	margin-top: 9px;
    padding-bottom: 13px;
	display:none;
    /* background-color: #ecfbdb; */
}

section.home_section.marginTopZero{
	margin-top: 0;
}

section.cmtPage.marginTopZero{
	margin-top: 0!important;
    padding-top: 0;
}

section.aboutBox.marginTopZero{
	margin-top: 0!important;
    padding-top: 0;
}

.searchMobile{
	position: relative;
	z-index: 2;
}

.searchMobile input.mobileSearchFeild{
	align-items: center;
    background: #fff;
    border: 1px solid #767676;
    border-radius: 4px;
    display: flex;
    height: 36px;
    justify-content: flex-end;
    padding: 8px;
    /* position: relative; */
}

.searchMobile .searchIcon{
	position: absolute;
    right: 26px;
	top: 8px;
	font-size:15px;
    color: rgb(169, 169, 169);
}

.c-form-confirmation {
    position: relative;
    z-index: 3;
	min-height: 100vh;
    width: 100%;
}

.c-form-confirmation:before {
    position: absolute;
    left: 50%;
    width: 50%;
    height: 100%;
    background: #fff;
    content: '';
    z-index: 1;
    top: 0;
}

.c-form-confirmation:after {
    position: absolute;
    left: 0;
    width: 50%;
    height: 100%;
    background: #f8f8f8;
    content: '';
    z-index: 1;
    top: 0;
}

.c-form-confirmation__inner {
    max-width: 800px;
    margin: 0 auto;
    padding: 25px 20px 20px 20px;
    position: relative;
    z-index: 3;
}

.c-body-text--center {
    text-align: center;
}

.c-body-text {
    width: 100%;
}	

.c-form-confirmation__inner img {
    margin-bottom: 40px;
	max-width: 330px;
}

.c-body-text h3 {
    font-size: 1.875rem;
    line-height: 2.1875rem;
}

.c-body-text p {
    margin-bottom: 5px;
    font-size: 16px;
}

.contact .img-responsive{
	display: block;
    max-width: 100%;
    height: auto;
    border-radius: 50%;
    border: 5px solid rgb(88 148 66 / 51%);
}

.enqId{
	color: #9d0000;
    font-weight: 500;
}

.enqReciept {
    color: #fff;
    font-weight: 500;
    display: block;
    margin: 28px auto;
    line-height: 30px;
    background-color: #589442;
    font-size: 14px;
    border: 1px solid #589442;
    max-width: 205px;
    border-radius: 25px;
}

.enqReciept:hover{
	color: #fff;
}

.contactBox {
    /* background: #eae9e9; */
    padding: 0 5px;

}

.contactBox h2 {
    margin: 0;
    padding: 0 0 5px;
    display: block;
    clear: both;
    font-weight: bold;
    color: #000;
    font-size: 19px;
    text-transform: uppercase;
}

.contactBox p {
    font-size: 13px;
    color: #5a5858;
    font-weight: 400;
    margin: 5px 0;
    padding-bottom: 0;
}

.greenShade{
	background-color: rgb(250 240 198 / 41%);
}

.about-panel_block {
    margin: 0 auto;
    width: 1000px;
}

.about-panel_block-desc {
    padding: 72px 0;
    text-align: center;
}

.about-panel_block-about {
    width: 800px;
    margin: 0 auto;
}

.about-panel_block-desc>h2 {
    font-size: 27px;
    font-weight: 500;
    color: #9d0000;
    margin-bottom: 25px;
}

.about-panel_block-about p:first-of-type {
    margin-bottom: 16px;
}

.about-panel_block-desc .t20 {
    font-size: 17px;
}

.about-panel_block-desc .desc {
    line-height: 1.56;
}

.about-panel_block-desc .t18 {
    font-size: 15px;
}

.about-panel_bg {
    background-repeat: no-repeat;
    background-size: 118%;
    height: 100%;
    width: 100%;
    background-position: 50%;
    background-color: #eee;
    overflow: hidden;
}

.about-panel_bg-white {
    background-color: #fff;
}

.tour-highlights-dur{
	color: #9d0000;
}


.hamburger {
    padding: 15px 15px;
    /* display: inline-block; */
    cursor: pointer;
    transition-property: opacity, filter;
    transition-duration: 0.15s;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    overflow: visible;
}

.hamburger {
    position: fixed;
    z-index: 100;
    top: 0;
	line-height: 20px;
    right: 6px;
    padding: 4px 10px 0px 10px;
    outline: 0;
}

.hamburger:hover {
    opacity: 1;
}

.navbar-mobile .hamburger.bi-list:hover {
    opacity: 1;
}

.hamburger-box {
    width: 40px;
    height: 48px;
    display: inline-block;
    position: relative;
    z-index: 90;
}

.hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -2px;
}

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 40px;
    height: 4px;
    background-color: #46a248;
    border-radius: 4px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease;
}

.hamburger-inner::before, .hamburger-inner::after {
    content: '';
    display: block;
}

.hamburger-inner{
	margin-left: 4px;
}

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 33px;
    height: 3px;
    background-color: #9d0000;
    border-radius: 3px;
}

.hamburger--spin .hamburger-inner {
    transition-duration: 0.22s;
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger-inner::before {
    top: -8px;
}

.hamburger-inner::after {
    bottom: -8px;
}

.hamburger--spin.bi-list .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}

.hamburger--spin.bi-list .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg);
    transition: bottom 0.1s ease-out,transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--spin .hamburger-inner::before {
    transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}

.navbar-mobile .hamburger--spin.bi-list .hamburger-inner {
    transform: rotate(225deg);
    transition-delay: 0.12s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.navbar-mobile .hamburger.bi-list .hamburger-inner, .hamburger.bi-list .hamburger-inner::before, .hamburger.bi-list .hamburger-inner::after {
    background-color: #fff;
}

.extra_content{
	margin-top:21px;
}

.aboutBox{
	line-height: 26px;
}

.tourPackageBox a.tour_image img{
	height: 200px;
}

.keralaBoxHome .slick-slide {
    margin: 0px;
}

.tourPackageBox{
	padding-left:5px;
	padding-right:5px;
	width: 20%;
}

.filterPart .tourPackageBox{
	width: 33%;
}

.sideImgTheme{
    position: absolute;
    right: 0;
    bottom: 50px;
	text-align: right;
}

.sideImgTheme .sidePic{
	z-index: -1;
	max-width: 90%;
    position: relative;
}

.sideImgTheme.left{
	left: 0;
	bottom: 20px;
	text-align: left;
}

















/*------Search Results-------*/

#resultShow.vertical-height {
    /* max-height: 400px; */
    /* overflow: auto; */
	padding: 15px 0 15px 0px;
    border-radius: 8px 8px 8px 8px;
    border: 1px solid #eee;
    border-top: 0px solid #eee;
    background-image: url(../img/searchBg.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.search-box_popover {
    position: absolute;
    top: 46px;
    left: 0;
    width: 800px;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 6px 20px rgb(0 0 0 / 8%);
    /* overflow: hidden; */
}

.tipl-resultShow {
    position: absolute;
    width: 700px;
    left: 0px;
    top: 55px;
	/* min-height: 200px; */
    display: none;
    background-color: #fff;
    box-shadow: 0 6px 12px 0 rgb(0 0 0 / 12%), 0 -1px 2px 0 rgb(0 0 0 / 8%);
    border-radius: 2px;
    z-index: 990;
}

.tipl-resultShow:before {
    content: "";
    width: 12px;
    height: 12px;
    border: solid 1px #e0e0e0;
    -webkit-transform: rotate(45deg) translate(-50%, 50%);
    transform: rotate(45deg) translate(-50%, 50%);
    border-bottom: none;
    border-right: none;
    display: inline-block;
    position: absolute;
    top: -7px;
    left: 40px;
    background: #ffe8dd;
}

.tipl-resultShow .block-searchResult {
    background-color: rgb(255 255 255 / 69%);
    border-radius: 8px;
    border: 0.5px solid #ccc;
    margin-right: 12px;
    margin-left: 12px;
    display: block;
    float: left;
}


.tipl-resultShow .block{
	background-color: rgb(255 255 255 / 69%);
    border-radius: 8px;
    border: 0.5px solid #ccc;
    max-width: calc(390px - 10px);
    margin-right: 12px;
    display: block;
}

ul.tipl-resultDetails {
    padding: 0px 0px 0px 0px;
    margin: 0;
}

ul.tipl-resultDetails li {
    float: left;
    width: 100%;
	list-style: none;
    padding: 5px 0px;
    border-bottom: 1px dashed #efefef;
}

ul.tipl-resultDetails li.searchHeading{
	padding: 4px 10px 2px;
    font-weight: 500;
    letter-spacing: 0.5px;
    border: 0px;
}

ul.tipl-resultDetails li:last-child {
	border-bottom: 0px dashed #efefef;
}

ul.tipl-resultDetails li a {
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    line-height: 23px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 5px 8px 5px 10px;
    padding: 4px 10px;
    color: #333;
    font-size: 13px;
    font-weight: 400!important;
    position: relative;
}

ul.tipl-resultDetails li a img {
    background-color: #e8e9ec;
    border-radius: 8px;
    display: flex;
    height: 42px;
    justify-content: center;
    -o-object-fit: cover;
    object-fit: cover;
    width: 42px;
    margin-right: 10px;
}

.searchStringRemove{
	display:none;
	position: absolute;
    right: 17px;
    top: 13px;
    z-index: 4;
    cursor: pointer;
    height: 14px;
}

.boxContainer{
	overflow:auto;
	max-height: 360px;
}

.small-card{
    display: -webkit-box;
    display: flex;
}

.small-card .card-left .card-img {
    font-size: 12px;
    line-height: 1.44;
    font-weight: 500;
    width: 16px;
    height: 21px;
    color: #fff;
    text-align: center;
}


.small-card .card-left .card-img{
	width: 55px;
    height: 52px;
    border-radius: 6px;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    overflow: hidden;
}

.small-card .card-left .card-img .superScript {
    font-size: 10px;
    line-height: 17px;
    font-weight: 400;
    width: 16px;
    height: 16px;
    border-radius: 0 0 7px 0;
    color: #fff;
    text-align: center;
    background-color: rgb(88 148 66 / 76%);
}

ul.tipl-resultDetails li a:hover{
	
}

ul.tipl-resultDetails li a:hover .card-title{
	color: #9d0000;
}


.search-start-new .hot-area .recommend-card:nth-child(2) .superScript, .search-start-new .hot-area .recommend-card:nth-child(3) .superScript, .search-start-new .hot-area .recommend-card:nth-child(4) .superScript {
    background-image: url(../img/count-bg.png);
}

.search-start-new .hot-area .recommend-card .superScript {
    background-image: url(../img/count-bg-shade.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.small-card .card-right {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center;
    margin: -2px 0 0 12px;
}

.small-card .card-right .card-title{
    font-size: 14px;
    -webkit-line-clamp: 2;
    color: #212121;
	min-height: 22px;
}

.small-card .card-right .card-desc, .small-card .card-right .card-title {
    line-height: 17px;
    font-weight: 400;
    font-size: 13px;
    overflow: hidden;
	margin-bottom: 0px;
    text-overflow: ellipsis;
    white-space: normal;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.small-card .card-right .card-desc{
    font-size: 12px;
    -webkit-line-clamp: 1;
    color: #999;
    margin-top: 4px;
}


.tourSection .subDestinationBox .subDestination .bg-size, .tourSection .subDestinationBox .subDestination img{
	max-height: 135px;
	border-radius: 0px;
}

.tipl-overLay{
	position: fixed;
    overflow: hidden;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
	z-index: 2;
    background: rgba(0, 0, 0, 0.45);
    transition: 0.3s;
}

.banner_animation{
	width:100%;
}


.banner_animation img{
	width:100%;
}

.rightSideResults{
	
}

.rightSideResultsBox{
	position: relative;
	--bs-gutter-x: 0.5rem;
}

#rightSideResultsResults{
	--bs-gutter-x: 0;
}

.topRecentResultBox{
	
}

.topRecentResultBox .block{
	background-color: rgb(255 255 255 / 69%);
    border-radius: 8px;
    border: 0.5px solid #ccc;
    display: block;
	max-width: 100%;
    margin-right: 0;
    margin-bottom: 12px;
	padding: 10px 10px 6px;
}

.topRecentResultBox .select-title{
	width: 100%;
    float: left;
    font-weight: 500;
    letter-spacing: 0.5px;
    margin-bottom: 5px;
}

.topRecentResultBox .select-main{
	
}

.topRecentResultBox .select-main .select-content{
	width: 628px;
    overflow: hidden;
}

.topRecentResultBox .select-main .select-content span{
	font-size: 13px;
    font-weight: 400;
    display: inline-block;
    padding: 7px 11px;
    background: #f5f5f5;
    border-radius: 99rem;
    margin: 3px 10px 0px 0;
    max-width: 310px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}






















@keyframes  rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}


.olaViajesSideFilter{
	display:block;
}

#filters-mobile{
	display:none;
}

.filter-by-listing-view{
	float: left;
    /* width: 40%; */
	line-height: 26px;
	font-weight: 400;
    font-size: 13px;
    background-color: #ff5b00;
    color: #fff;
    border-radius: 40px 40px 40px 40px;
}

.filter-by-listing-view span{
	font-size: 21px;
	position: relative;
    top: 1px;
	line-height: 30px;
}

.filter-by-listing-view i{
	position: relative;
    top: 2px;
    left: 2px;
}

#filters-mobile h2{
	left: initial;
    float: left;
    font-size: 18px;
    width: 64%;
    margin: 0;
	display: none;
    line-height: 34px;
    text-align: right;
    font-weight: 500;
    color: #9d0000;
}

.mobileFilterBox{
	display:none;
}


.box_list {
    background-color: #fff;
    display: block;
    float: left;
    position: relative;
    margin: 0 0px 20px 0px;
	border:1px solid #ccc;
}

.box_list .wrapper {
    padding: 0px 0px 0px 0px;
    margin: 0 0 0 16px;
    /* min-height: 245px; */
}

.contentFix{
	float: left;
    width: calc(100% - 200px);
}

.isotope-item {

}

.isotope-item {
    padding: 16px;
}

.no-gutters {
    /* margin-right: 0; */
    /* margin-left: 0; */
}

.tipl-destinationName {
    
}

.tipl-destinationName {
    position: absolute;
    color: #fff;
	font-size: 12px;
    letter-spacing: 1px;
	border-radius: 4px 4px 0 0;
    padding: 8px 15px;
    background: linear-gradient(to bottom, rgb(0 0 0 / 52%), rgba(0,0,0,0));
    width: 100%;
}

.tipl-resultBoxesList .tipl-destinationName i {
    font-size: 100%;
}

.box_list figure {
    margin-bottom: 0;
    overflow: hidden;
    position: relative;
    /* min-height: 310px; */
}

.box_list figure img{
	height: 200px;
    width: 200px;
    border-radius: 4px;
}

.imgFix {
	padding: 0;
    border-radius: 4px;
    width: 200px;
    height: 200px;
    float: left;
}

.box_list .wrapper p.tipl-destination {
    font-weight: 400;
    max-width: 95%;
    font-size: 13px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    max-height: 77px;
	margin-bottom:10px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.box_list .wrapper p.tipl-destination {
   
}

.box_list .wrapper .citiesCountry {
	background-color: #f9cd0e;
    padding: 2px 11px;
    border-radius: 20px;
    color: #000;
    font-weight: 500;
    font-size: 12px;
	display: inline-block;
    text-transform: capitalize;
    margin-bottom: 10px;
    position: relative;
}

.box_list .wrapper h3 a {
    color: #000;
    font-size: 15px;
    text-decoration: none;
    font-weight: 700;
}

.box_list .wrapper .citiesCountry span {
    /* background-color: #f79830; */
    font-size: 12px;
}

.box_list a.wish_bt {
    position: absolute;
    right: -35px;
    top: 0;
    line-height: 27px;
    font-size: 13px;
    font-weight: 500;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.1);
    background-color: transparent;
    padding: 0;
    border: 0px;
    display: inline-block;
}

.box_list i.tipl-highlight {
	margin-top: 10px;
    /* color: #9d0000; */
    display: block;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
}

.box_list ul.tipl-highlights {
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    max-height: 44px;
	margin: 5px 0 0;
    padding: 0;
    float: left;
    width: 100%;
    border: 0;
}

.tipl-pricebox {
    display: block;
    font-size: 12px;
    margin-top: 20px;
    color: #ae1819;
    font-weight: 600;
    letter-spacing: 0;
    text-align: center;
}

.tipl-links-view {
    border: 1px solid #dcedc8;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: #dcedc8;
    border-radius: 2px;
    padding: 6px 2px;
    text-align: center;
    font-size: 13px;
    font-weight: 500;
    cursor: pointer;
    color: #000;
	display: block;
    margin-top: 15px;
	width: 100%;
}

.tipl-links-enquire {
    display: block;
    text-transform: capitalize;
    box-shadow: none;
    background: #a00404;
    border-radius: 30px;
    padding: 5px 2px;
    text-align: center;
    font-size: 13px;
    font-weight: 500;
    cursor: pointer;
    margin: 7px auto 0;
    color: #fff;
    width: 100%;
}

.tipl-links-enquire:hover{
	color:#fff;
}

.tipl-links-view:hover{
	color:#000;
}

.box_list ul.tipl-highlights li {
    font-size: 12px;
    float: left;
    margin: 0 10px 2px 0;
    font-weight: 400;
	padding-left:3px;
}


.box_list ul.tipl-highlights li:before{
	/* content: '\e925'; */
	/* position:relative; */
	/* font-family: 'icomoon'!important; */
    /* speak: none; */
    /* font-style: normal; */
    /* font-weight: normal; */
    /* font-variant: normal; */
    /* text-transform: none; */
	/* color: #358717; */
	/* left: -5px; */
    /* font-size: 12px; */
}

.box_list ul.tipl-highlights li span{
	color: #9d0000;
	font-size: 12px;
	background-image: url(../img/dot-inside-a-circle.png);
    background-repeat: no-repeat;
    background-position: 0px 3px;
    background-size: 11px;
    position: relative;
    content: '';
    height: 14px;
    width: 14px;
    float: left;
	margin-right: 4px;
}

.box_list ul.tipl-highlights li span:before {
	content: "";
	background-image: none;
	background-repeat: no-repeat;
    background-position: left 5px;
    background-size: 11px;
    position: relative;
    content: '';
    height: auto;
    width: auto;
    float: left;
}

.box_list ul.tipl-highlights li:nth-child(odd) {
    padding-right: 0px;
    float: left;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    max-height: 18px;
}
.box_list ul.tipl-highlights li:nth-child(odd) {
    max-height: 20px;
    margin-bottom: 3px;
}

.box_list ul.tipl-highlights li:nth-child(even) {
    float: left;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    max-height: 20px;
}

.box_list ul.tipl-highlights li:nth-child(even) {
    max-height: 20px;
    margin-bottom: 4px;
}

.box_list ul.tipl-highlights li:before {
    /* font-family: "FontAwesome"; */
    /* content: "\f05b"; */
    /* display: inline-block; */
    /* padding-right: 3px; */
    /* vertical-align: middle; */
}

.box_list .wrapper h3 {
    font-size: 20px;
    /* font-size: 1.25rem; */
    margin-top: 0;
    font-weight: 500;
    color: #000;
    height: auto;
    min-height: 25px;
    /* max-width: 80%; */
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
}
.box_list figure .read_more {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -12px;
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px);
    text-align: center;
    opacity: 0;
    visibility: hidden;
    width: 100%;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
    z-index: 2;
}

.box_list figure .read_more span {
    background-color: #fcfcfc;
    background-color: rgba(255, 255, 255, 0.8);
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    border-radius: 20px;
    display: inline-block;
    color: #222;
    font-size: 12px;
    padding: 5px 10px;
}

.box_list figure:hover .read_more {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

.mobileLink{
	display:none;
}





/* ===== start new home css ==========*/
.browse-by-experience{
	padding:0;
}
.browse-by-experience h2.hdng-destination{
	text-align:left;
	font-size:27px;
	margin-bottom:25px;
	color:#111;
}
.browse-by-experience h2.hdng-destination span{
	color:#ff8926;
}
.browse-by-experience{
	border-top: solid 1px #f1f0f0;
	padding-left: 45px;
    padding-right: 25px;
}
.browse-by-experience .thumb-pkg-list{
	border-radius:8px;
	border:solid 0px #ccc;
	padding:0px 10px 0px 10px;
    margin-bottom:30px;
}
.browse-by-experience .thumb-pkg-list ul{
	max-height:403px;
    /* overflow: auto; */
    padding:0;
    margin:0;
}


 
.browse-by-experience .thumb-pkg-list ul::-webkit-scrollbar {
  width: 10px;               /* width of the entire scrollbar */
  border-radius:50px;
  margin-top:15px;
}

.browse-by-experience .thumb-pkg-list ul::-webkit-scrollbar-track {
  background: #d9d9d9;        /* color of the tracking area */
}

.browse-by-experience .thumb-pkg-list ul::-webkit-scrollbar-thumb {
  background-color:#7f7f7f;    /* color of the scroll thumb */
  border-radius: 20px;       /* roundness of the scroll thumb */
}

.browse-by-experience .thumb-pkg-list ul li{
	display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
    padding: 10px 10px;
    margin: 8px 0px 0 0px;
    background-color: #faebd79e;
    border-radius: 2px;
}
.browse-by-experience .thumb-pkg-list ul li:first-child{
	margin-top:0px;
}
.browse-by-experience .thumb-pkg-list ul li:last-child{
	margin-bottom:0px;
}
.browse-by-experience .thumb-pkg-list ul li .img-list-thumb{
	width: 87px;
    height: 65px;
    background: #fafafa;
    color: #000;
    text-align: center;
    margin-right: 10px;
    border-radius: 4px;
    /*border: solid 1px #ccc;*/
}
.browse-by-experience .thumb-pkg-list ul li .img-list-thumb img{
	width:100%;
	height: 100%;
	border-radius:4px;
}
.browse-by-experience .thumb-pkg-list ul li .desc-list-thumb{
	    max-width: 68%;
}
.browse-by-experience .thumb-pkg-list ul li .desc-list-thumb .name-tour-list{
	line-height:normal;
}
.browse-by-experience .thumb-pkg-list ul li .desc-list-thumb .name-tour-list a{
    font-size:13px;
    font-weight:600;
    color:#333;
}
.browse-by-experience .thumb-pkg-list ul li .desc-list-thumb  .jouney-destination{
    font-size: 11px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    padding-top:0px;
}
.browse-by-experience .thumb-pkg-list ul li .booking-thumb{
    margin-right: 10px;
    margin-left: auto;
    align-items: center;
    display: flex;
    justify-content: center;
	position: absolute;
    right: 0;
    transform: rotate(-90deg);
}
.browse-by-experience .thumb-pkg-list ul li .booking-thumb a{
    color: #333;
    border: solid 0px #ccc;
    line-height: 19px;
    font-size: 12px;
}
.browse-by-experience .thumb-pkg-list ul li .booking-thumb a img{
	width: 20px;
}
.browse-by-experience .thumb-list-destination-pkg{
	
}
.browse-by-experience .thumb-list-destination-pkg ul{
    display: flex;
    flex-wrap: wrap;
    margin-right: -10px;
    margin-left: -10px;
    padding: 0;
}
.browse-by-experience .thumb-list-destination-pkg ul li{
    width: 33.3%;
    padding:0 8px 15px 8px;
    margin: 0;
    list-style: none;

}
.browse-by-experience .thumb-list-destination-pkg ul li a{
	display:block;
	position:relative;
	width:100%;
    transition: all 0.3s ease-in-out;
}
   
.browse-by-experience .thumb-list-destination-pkg ul li a:hover{
    box-shadow: 0px 13px 35px -12px rgb(35 35 35 / 19%);
    transform: translateY(-3px);
}
.browse-by-experience .thumb-list-destination-pkg ul li .destination-images{
	width:100%;
	border-radius:6px;
}
.browse-by-experience .thumb-list-destination-pkg ul li .destination-images img{
	border-radius:6px;
    width:100%;
}
.browse-by-experience .thumb-list-destination-pkg ul li .destination-bottom{
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 0 0 6px 6px;
    background:linear-gradient(180deg, transparent,transparent,rgba(0,0,0,.4),rgba(0,0,0,.8));
}
.browse-by-experience .thumb-list-destination-pkg ul li .destination-name{
    padding: 10px 15px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-shadow: 0 2px 8px rgb(0 0 0 / 32%);
    font-size: 15px;
    color: #fff;
    font-weight: 400;
    width: 100%;
}



















#included-excluded .h-title:before {
    content: '';
    position: absolute;
	left: 0px;
    width: 25px;
    height: 25px;
    top: 2px;
    background-image: url(../img/inclusion-sign.png);
    background-size: 22px;
	background-repeat: no-repeat;
}

#included-excluded .s-title:before {
    content: '';
    position: absolute;
    left: 0px;
    width: 25px;
    height: 25px;
    top: 2px;
    background-image: url(../img/cheack_tour.png);
    background-size: 22px;
	background-repeat: no-repeat;
}

#included-excluded .h-title:after, #included-excluded .s-title:after {
    content: ' ';
    position: absolute;
    right: 20px;
    font-size: 27px;
    top: 4px;
    background-image: url(../img/down-arrow.png);
    background-repeat: no-repeat;
    background-position: right;
    background-size: 20px;
    height: 20px;
    width: 20px;
	transition: transform .2s ease-in-out;
}

#included-excluded.itenerary .box-title.h-title, #included-excluded.itenerary .box-title.s-title{
	padding-left: 34px;
	cursor: pointer;
	margin: 0 0 5px;
    padding-bottom: 8px;
	border-bottom: solid 1px #ccc;
}

.box #included-excluded.itenerary .ItineraryExclusionTitle{
	margin-top: 20px;
}

#includeOpen.custom-bm-holder{
	margin-bottom:20px;
}

#included-excluded .h-title.borderRemove:after, #included-excluded .s-title.borderRemove:after{
	transform: rotate(180deg);
	transition: transform .2s ease-in-out;
}

#included-excluded.itenerary .h-title.borderRemove, #included-excluded.itenerary .s-title.borderRemove {
    border-bottom: solid 0px #ccc;
}
	
.customized-text {
    color: #000;
    font-size: 13px;
    clear: both;
    float: left;
    width: 100%;
    letter-spacing: 0.8px;
    padding-top: 0px;
    font-weight: 600;
    display: block;
    margin-bottom: 20px;
    border-bottom: solid 1px #ccccc4;
    border-top: solid 1px #ccccc4;
}	
	









/*------Menu CSS------*/

nav input {
    display: none;
}


.wrapper .nav-links-new{
  display: inline-flex;
}
.nav-links-new li{
  list-style: none;
}
.nav-links-new li a{
  text-decoration: none;
  transition: all 0.3s ease;
}
.nav-links-new li:hover a, .nav-links-new li a:hover{
  /* background: #3A3B3C; */
      color: #000;
}
.nav-links-new .mobile-item{
  display: none;
}
.nav-links-new .drop-menu{
  position: absolute;
  background: #fff;
  width: 180px;
  line-height: 30px;
  top: 85px;
  display: block;
  opacity: 0;
  visibility: hidden;
  box-shadow: 0 12px 10px rgb(0 0 0 / 15%);
}

.nav-links-new .drop-menu li{
	margin-right: 0;
	border-bottom: 1px dashed rgb(94 94 94 / 60%);
}

.nav-links-new li:hover .drop-menu,
.nav-links-new li:hover .mega-box{
  transition: all 0.3s ease;
  top: 64px;
  opacity: 1;
  visibility: visible;
}
.drop-menu li a{
  width: 100%;
  display: block;
  padding: 0 0 0 15px;
  font-weight: 400;
  border-radius: 0px;
}
.mega-box{
  position: absolute;
  right: -110px;
  width: 830px;
  padding: 0 0px;
  top: 85px;
  opacity: 0;
  visibility: hidden;
}
.mega-box .content-new{
  background: #faf0c6;
  padding: 14px 14px;
  display: flex;
  width: 100%;
  justify-content: space-between;
  /* box-shadow: 0 8px 10px rgb(0 0 0 / 15%); */
}

.mega-box .content-new:before{
	/* content: url(../img/footer-left-bg.jpg); */
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: .5;
}

.mega-box .content-new:after{
	content:'';
	/* background-image: url(../img/footer-right-bg.jpg); */
    position: absolute;
    background-repeat: no-repeat;
    top: 0;
    background-position: top right;
    right: 0;
    z-index: 0;
    width: 300px;
    height: 297px;
    background-size: 250px;
}

.mega-box .content-new .row{
  width: calc(25% - 0px);
  line-height: 45px;
	position: relative;
    z-index: 1;
}
.content-new .row img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.content-new .row header{
  color: #000;
  font-size: 14px;
  font-weight: 500;
	position: inherit;
}
.content-new .row .mega-links{
  display: block;
  border-left: 1px solid rgba(255,255,255,0.09);
}
.row .mega-links li{
	padding: 0 12px;
    margin-right: 0;
}
.row .mega-links li a{
	padding: 0 0px;
    color: #000;
	line-height: 33px;
    font-size: 13px;
    font-weight: 400;
    display: block;
}
.row .mega-links li a:hover{
  color: #9d0000;
}

.mobilekeralaBoxHome {
    display: none;
}

.home_section_desktop{
	display:block;
}

.home_section_mobile{
	display:none;
}




.thingsSection ul.olaViajesThingsToDoHead{
	border-bottom: 1px solid #eee;
	display: -webkit-box;
    display: flex;
    -webkit-box-flex: 1;
    flex-grow: 1;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -webkit-transition: -webkit-transform .2s ease-in-out;
    transition: -webkit-transform .2s ease-in-out;
    transition: transform .2s ease-in-out;
    transition: transform .2s ease-in-out,-webkit-transform .2s ease-in-out;
}

.thingsSection ul.olaViajesThingsToDoHead li{
	display: -webkit-box;
    display: flex;
    height: 48px;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    padding: 0 24px;
    border-bottom: 2px solid transparent;
    color: #212121;
    font-size: 14px;
    flex-shrink: 0;
}

.thingsSection ul.olaViajesThingsToDoHead li button{
	line-height: 31px;
    overflow-x: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	    color: #212121;
}

.thingsSection ul.olaViajesThingsToDoHead li button.active{
	color: #9d0000;
	border: 0;
    border-bottom: 2px solid #9d0000;
    font-weight: 600;
}

.thingsSection ul.olaViajesThingsToDoHead li button:hover{

}

.thingsSection ul.olaViajesThingsToDo{
	padding: 0;
    margin: 20px 0;
}

.thingsSection ul.olaViajesThingsToDo li{
	display: inline-block;
    margin: 0 0 5px 0;
	color: #757575;
}

.thingsSection ul.olaViajesThingsToDo li a{
	overflow: hidden;
    display: inline-block;
    margin: 0px 2px 0 2px;
    font-size: 12px;
    line-height: 14px;
    color: #232323;
    border: 1px solid #a9a9a9;
    padding: 3px 10px;
    border-radius: 22px;
}


.thingsSection ul.olaViajesThingsToDo li:last-child:after{
	position:relative;
	content: '  ';
}

.promotionalAds{
	width: 104%;
}

.promotionalAds a{
	
}

.promotionalAds img{
	max-width:100%;
}

.olaPackagesStrip{
	padding-top: 20px;
}

.olaPackagesStripSlider{
	border: 0px solid #7b7e84;
    color: #383c43;
    border-radius: 48px;
}

.olaPackagesStripSlider a{
	text-decoration: none;
}

.olaPackagesStripBox{

    padding: 4px 20px 4px 4px;
	border: 1px solid #7b7e84;
    color: #383c43;
    border-radius: 48px;
	font-weight: 500;
    box-shadow: 0 2px 8px rgb(0 0 0 / 15%);
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}

.olaPackagesStripSlider.owl-carousel .item img{
	height: 54px;
    width: 54px;
	float: left;
	border-radius:50px;
}

.olaPackagesStripSlider.owl-carousel .owl-stage-outer{
	padding-top: 6px;
    padding-bottom: 9px;
}

.olaPackagesStripSlider button.tipl-next, .olaPackagesStripSlider button.tipl-prev{
    height: 42px;
    width: 42px;	
}

.olaPackagesStripSlider button.tipl-prev {
    left: -20px;
}

.olaPackagesStripSlider button.tipl-next {
    right: -20px;
}


.tripforSlider{
	white-space: nowrap;
	line-height: 55px;
    margin-left: 10px;
    font-size: 15px;
}




.multiple.slide{
	
}

.multiple.slide:first-child{
	margin-left: -10px;
}

.multiple.slide:first-child a{
	
}

.ola-slider-1{
	
}

.ola-slider-object{
	
}

.ola-slider-object-text{
	
}
.multiple{

}

.multiple a{
	margin: 0 10px;
    float: left;
}

.multiple a img{
	display: block;
	width: 100%;
}

.multiple .ola-slider-object-text{
	word-wrap: break-word;
	text-transform: capitalize;
	font-size: 16px;
	margin-top: 8px;
	font-weight: 600;
	color:#333;
	margin-bottom: 0;
	text-decoration:none;
}

.multiple a:hover{
	text-decoration:none;
}

.multiple a:hover .ola-slider-object-text{
	text-decoration:none;
}

.tour-card-list, .destination-attraction-card-list {
    position: relative;
    /* display: flex; */
    flex-flow: row nowrap;
    justify-content: flex-start;
    user-select: auto;
}

.tour-card-list.slick-slider, .destination-attraction-card-list.slick-slider {
    margin-bottom: 0;
    margin-bottom: 10px;
}

.section__trending .tour-card-list {
    margin-top: 5px;
}

.tour-card-list .slick-arrow, .destination-attraction-card-list .slick-arrow { 
    /* display: inline-block; */
    /* width: 50px; */
    /* height: 50px; */
    box-shadow: 0 3px 50px rgb(0 0 0 / 16%);
    /* background-color: #fff; */
    /* border-radius: 50%; */
    /* z-index: 2; */
    /* top: 155px; */
    /* display: flex; */
    /* align-items: center; */
    /* justify-content: center; */
    /* font-size: 2rem; */
    /* transition: background-color 0.3s ease-in-out; */
}

.tour-card-list .slick-arrow, .destination-attraction-card-list .slick-arrow {
    width: 40px;
    height: 40px;
}

.tour-card-list .slick-prev, .destination-attraction-card-list .slick-prev {
    left: -35px;
}

.tour-card-list .slick-next, .destination-attraction-card-list .slick-next {
    right: -35px;
}


.tour-card-list .slick-prev img, .tour-card-list .slick-next img{
	margin-left: -20px;
}

.tour-card-list .slick-next, .destination-attraction-card-list .slick-next img{
	transform: rotate(-180deg);
}

.tour-card-list .slick-prev:before, .tour-card-list .slick-next:before{
	opacity:0;
}

.tour-card-list .slick-arrow [class*="icon-"], .destination-attraction-card-list .slick-arrow [class*="icon-"] {
    background: linear-gradient(to right, #ff7102, #ff7102 19%, #ff0256);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.tour-card-list .slick-list, .destination-attraction-card-list .slick-list {
    margin: 0px;
}

.tourSection .tour-card-list .slick-slide > div {
    margin: 0 3px;
}

.tour-card-v2 {
    /* width: 222px; */
    margin-left: 0px;
	padding: 9px 7px;
    border-radius: 6px;
	height: 340px;
	border: 1px solid #ccc;
    background-color: #f1f1f1;
    box-shadow: 0px 0px 5px rgb(0 0 0 / 18%);
}

.tour-card-list .slick-slide {
    margin: 0 4px;
}

.tour-card-v2__banner {
    position: relative;
    height: 225px;
    padding: 18px 12px;
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-end;
}

.tour-card-v2__image {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    border-radius: 5px;
    object-fit: cover;
    z-index: 0;
    overflow: hidden;
}

.tour-card-v2__image img{
	max-width: 100%;
    height: 100%;
}

.tour-card-v2__legibility-gradient {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 90px;
    border-radius: 5px;
    z-index: 0;
    background-image: linear-gradient(to top, rgba(0,0,0,0.63), transparent);
}

.tour-card-v2__banner-data-wrap {
    z-index: 0;
}

.tour-card-v2__additional-info {
	padding: 3px 12px 3px 12px;
    list-style: none;
    border-radius: 2px;
    letter-spacing: 1px;
    margin: 6px 0 0;
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    background-color: #9d0000;
    display: inline-block;
}

.tour-card-v2__location {
    margin-left: 6.5px;
}

.tour-card-v2__location-duration-separator {
    margin: 0 4px;
}

.tour-card-v2__details-wrap {
    margin: 10px 6px;
}

.tour-card-v2__name {
	color: #111111;
    font-weight: 600;
    line-height: 1.4rem;
    font-size: 15px;
    -webkit-line-clamp: 2;
    max-height: calc(2 * 16px * 1.56);
    overflow: hidden;
    display: block;
    letter-spacing: 0;
}

.tour-card-v2__reviews-wrap {
    margin-top: 7px;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    line-height: 1;
    font-size: 12px;
    color: #949494;
}

.tour-card-v2__price-and-cta-wrap {
    margin-top: 4px;
    display: flex;
    flex-flow: row nowrap;
}

.tour-card-v2__pricing {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
}

.tour-card-v2__pricing .current-price {
    color: #3a3a3a;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.56;
    margin-right: 9px;
}

.current-price span {
    margin-left: 2px;
}

.tour-card-v2__pricing .old-price {
	color: #777777;
    line-height: 17px;
    margin: 0;
    font-size: 11px;
    opacity: 1;
	text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.tour-card-list .owl-carousel .owl-stage-outer{
	/* overflow: inherit; */
}


.tourSection .owl-theme .owl-nav, .home_section .owl-theme .owl-nav, .olaDestinationBanner .owl-theme .owl-nav{
	
}

.tourSection .owl-theme .owl-nav [class*='owl-'], .home_section .owl-theme .owl-nav [class*='owl-'], .olaDestinationBanner .owl-theme .owl-nav [class*='owl-']{
	background-image: url(https://olavaijes-assets.b-cdn.net/storage/app/web/assets/images/icons8-expand-arrow-96.png);
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: center center;
	background-color: rgba(255, 204, 0, 0.79);
    border-radius: 50px;
    width: 40px;
    height: 40px;
    float: left;
    z-index: 1;
	text-indent: -999px;
    color: #000;
    overflow: hidden;
	position: absolute;
    top: 42%;
}

.tourSection .owl-theme .owl-nav [class*='owl-']:hover, .home_section .owl-theme .owl-nav [class*='owl-']:hover, .olaDestinationBanner .owl-theme .owl-nav [class*='owl-']:hover{
	background-color: rgba(255, 204, 0, 1);
	background-image: url(https://olavaijes-assets.b-cdn.net/storage/app/web/assets/images/icons8-expand-arrow-96.png);
    background-size: 19px;
    background-repeat: no-repeat;
    background-position: center center;
}

.tourSection .owl-theme .owl-nav .owl-prev, .olaDestinationBanner .owl-theme .owl-nav .owl-prev{
    transform: rotate(90deg);
	left: -24px;
}

.tourSection .owl-theme .owl-nav .owl-next, .olaDestinationBanner .owl-theme .owl-nav .owl-next{
    transform: rotate(-90deg);
	right: -22px;
}

.home_section .owl-theme .owl-nav .owl-prev{
	transform: rotate(90deg);
	left: 25px;
}

.home_section .owl-theme .owl-nav .owl-next{
	transform: rotate(-90deg);
	right: 21px;
}




.itinerarySlider .owl-theme .owl-nav [class*='owl-']{
	width: 50px;
    height: 50px;
    text-align: center;
    background: hsl(0deg 0% 100%);
    color: #000!important;
    border: none;
    font-size: 34px;
    margin: auto;
    opacity: .8;
	float: left;
    z-index: 1;
	text-indent: -999px;
    color: #000;
    overflow: hidden;
	position: absolute;
	background-image: url(../img/next-banner.png);
    background-size: 24px;
	display: inline-block;
    background-repeat: no-repeat;
    background-position: 50%;
    top: 42%;
}

.itinerarySlider .owl-theme .owl-nav [class*='owl-']:hover{
	opacity: 1;
	background-image: url(../img/next-banner.png);
	background-color: #ffffff;
	background-size: 24px;
	background-repeat: no-repeat;
    background-position: 50%;
}

.itinerarySlider .owl-theme .owl-nav .owl-prev{
    transform: rotate(180deg);
    left: 0px;
    border-radius: 10px 0px 0 10px;
}

.itinerarySlider .owl-theme .owl-nav .owl-next{
    transform: rotate(0deg);
	right: 0px;
	border-radius: 10px 0px 0 10px;
}

.itinerarySlider .owl-theme .owl-nav .owl-prev:before{
	content:'';	
	position:relative;
}


.itinerarySlider .owl-theme .owl-nav .owl-next:before{
	content:'';	
	position:relative;
}






.thingsSection ul.olaViajesThingsToDoHead{
	border-bottom: 1px solid #eee;
	display: -webkit-box;
    display: flex;
    -webkit-box-flex: 1;
    flex-grow: 1;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -webkit-transition: -webkit-transform .2s ease-in-out;
    transition: -webkit-transform .2s ease-in-out;
    transition: transform .2s ease-in-out;
    transition: transform .2s ease-in-out,-webkit-transform .2s ease-in-out;
}

.thingsSection ul.olaViajesThingsToDoHead li{
	display: -webkit-box;
    display: flex;
    height: 48px;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    padding: 0 24px;
    border-bottom: 2px solid transparent;
    color: #212121;
    font-size: 14px;
    flex-shrink: 0;
}

.thingsSection ul.olaViajesThingsToDoHead li button{
	line-height: 31px;
    overflow-x: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	    color: #212121;
}

.thingsSection ul.olaViajesThingsToDoHead li button.active{
	color: #9d0000;
	border: 0;
    border-bottom: 2px solid #9d0000;
    font-weight: 600;
}

.thingsSection ul.olaViajesThingsToDoHead li button:hover{

}

.thingsSection ul.olaViajesThingsToDo{
	padding: 0;
    margin: 20px 0;
}

.thingsSection ul.olaViajesThingsToDo li{
	display: inline-block;
    margin: 0 0 5px 0;
	color: #757575;
}

.thingsSection ul.olaViajesThingsToDo li a{
	overflow: hidden;
    display: inline-block;
    margin: 0px 2px 0 2px;
    font-size: 12px;
    line-height: 14px;
    color: #232323;
    border: 1px solid #a9a9a9;
    padding: 3px 10px;
    border-radius: 22px;
}


.thingsSection ul.olaViajesThingsToDo li:last-child:after{
	position:relative;
	content: '  ';
}

.thingsSection .nav-pills .nav-link.active, .thingsSection .nav-pills .show>.nav-link {
    color: #9d0000;
    border-bottom: 2px solid #9d0000;
    font-weight: 600;
    background-color: transparent;
    border-radius: 0;
}

.desktopBox{
	display:block;
}

.mobileBox{
	display:none;
}












































@media (max-width: 767px){
	


.desktopBox{
	display:none;
}

.mobileBox{
	display:block;
}	
	
#tipl-sideFormWebsite{
	width: 100%;
}	
	
.blog .entries {
    margin-top: 0;
}

.blog .entry .entry-title{
	margin: 0 0 12px 0;
}	
	
.itinerarySlider .owl-theme .owl-nav .owl-next{
	right: -2px;
	top: 38%;
}	
	
.itinerarySlider .owl-theme .owl-nav .owl-prev{
	left: -2px;
	top: 38%;
}

.sponsoredTrips{
	margin: 12px;
	padding: 8px;
}

.sponsoredTrips .sponsoredTripsTable td {
    padding: 6px 7px;
}

.destiSliderBox{
	margin-top: 25px;
    padding-left: 20px;
    padding-right: 20px;
}

.testimonials-slider .owl-carousel .owl-item img {
    height: 235px;
}	

.section__trending .tour-card-v2{
	width: calc(100% - 60px);
    margin-left: 30px;
}	
	
.section__trending .tourSection .owl-theme .owl-nav .owl-next{
	right: 8px;
}	
	
.section__trending .tourSection .owl-theme .owl-nav .owl-prev{
	left: 7px;
}	

.thingsSection{
	padding-top: 20px;
}	
	
.thingsSection ul.olaViajesThingsToDo li{
	float:left;
	line-height: 12px;
}	

.thingsSection ul.olaViajesThingsToDo li a {
	overflow: hidden;
    display: inline-block;
    margin: 0 8px 4px 0;
    font-size: 12px;
    line-height: 14px;
    color: #232323;
    border: 1px solid #a9a9a9;
    padding: 3px 9px;
    border-radius: 22px;
    letter-spacing: 0;
    position: relative;
    background-color: #eee;
}	
	
.thingsSection .nav{
	justify-content: center;
}	
	
.thingsSection ul.olaViajesThingsToDo li a:after {
	position: absolute;
    /* content: ' | '; */
    right: 0px;
}
	
.itinerarySlider .mbottom-large {
    margin-bottom: 10px;
}

.forMobileTopPadding .box {
    padding: 35px 0 5px;
}
	
.itineraryOffer .sidebar-title{
	font-size: 20px;
}	
	
 .h-title {
    padding-top: 0;
    position: relative;
    border-bottom: solid 1px #ccc;
    padding-bottom: 15px;
    margin-bottom: 0;
    margin-top: 12px;
    line-height: 15px;
    padding-left: 30px;
    cursor: pointer;
    font-size: 17px;
    font-weight: 500;
}	
	
  .s-title {
    padding-top: 0;
    position: relative;
    border-bottom: solid 1px #ccc;
    padding-bottom: 12px;
    margin-bottom: 0;
    margin-top: 20px;
    line-height: 15px;
    padding-left: 30px;
    cursor: pointer;
    font-size: 17px;
    font-weight: 500;
}
	
.itenerary .ItineraryExclusionTitle {
 
}	
	
	
.box_list{
	
}	
	
.box_list figure{
	
}	
	
.box_list figure img{
	width: 100%;
	height: 150px;
}	

.imgFix {
    padding: 2px 2px 2px 12px!important;
    max-width: 150px;
    /* max-height: 120px; */
}

#rightSideResultsResults .contentFix {
    margin-left: 0;
    width: calc(100% - 150px);
}	
	
#rightSideResultsResults .box_list .wrapper h3{
	line-height: 15px;
	min-height: auto;
	margin-bottom: 10px;
}	
	
#rightSideResultsResults .box_list .wrapper h3 a{
	font-weight: 600;
	font-size: 13px;
}
	
#rightSideResultsResults .box_list i.tipl-highlight{
	display:none;
	font-size: 12px;
	font-weight: 500;
}	
	
#rightSideResultsResults .box_list .wrapper .citiesCountry{
	/* display:none; */
	padding: 2px 8px;
}
	
#rightSideResultsResults .box_list ul.tipl-highlights li {
    font-size: 11px;
	color: #262626;
	overflow: inherit;
	margin-bottom: 0px;
}	
	
.box_list ul.tipl-highlights{
	padding: 0 0 0 13px;
	overflow: inherit;
	display: none;
}	
	
.tipl-links-view, .tipl-links-enquire{
	display:none;
}	
	
.isotope-item{
	padding: 7px;
	padding-bottom: 7px;
    margin-bottom: 10px;
	border: 0px solid #ccc;
}	
	
#rightSideResultsResults {
    background-color: #ebebeb;
}	
	
.box_list .wrapper p.tipl-destination{
	color: #262626;
	margin-bottom: 10px;
    font-size: 11px;
}	
	
.tipl-destinationName{
	padding: 8px 9px;
}	

.box_list ul.tipl-highlights li span{
	display:none;
}

.box_list .wrapper .citiesCountry span{
	font-size:10px;
}
	
body{
	margin-top: 54px!important;
}	
	
.header{
	box-shadow:none;
	border-bottom: 1px solid #cecece;
}	
	
.contact .l-col-widget{
    margin-top: 30px;
    margin-bottom: 30px;

}

.cmtMobileBox.pe-4{
	padding-right: 0rem!important;
	padding-left: 0px;
}

.cmtMobilePeople .cmtMobilePeopleLabel{
	display:block;
    float: left;
    line-height: 47px;
}

.cmtMobilePeople .qty-buttons{
	max-width: 200px;
}

.cmtMobilePeople .form-group{
	float: right;
	margin-bottom: 10px;
}

.cmtForm .radiobtn{
	width: calc(50% - 10px);
}

.cmtForm input.qtyminus, .cmtForm input.qtyplus{
	top: 6px;
}


footer.tipl-footer {
    background: rgb(27,26,26)!important;
	padding-top:0px;
}
	
footer.tipl-footer .container, .tipl-footer .tipl-footer-box-left{
	padding-left: 0px;
    padding-right: 0;
}	
	
.tipl-footer .tipl-footer-box-bottom{
	float: left;
    width: 100%;
}	
	
.tipl-footer .tipl-footer-box-logos {
    margin-top: 5px;
}

.tipl-footer .tipl-footer-box-about ul li {
    float: none;
    margin: 15px 0px 0;
}

.tipl-footer-box-about-mobile{
	border-top: 1px solid #898989;
    border-bottom: 1px solid #898989;
    width: 100%;
    float: left;
    padding: 4px 0;
    text-align: center;
    background-color: rgba(255,255,255, 0.1);
}

.copyrightText {
    color: #b6b6b6!important;
    line-height: 20px;
    text-align: center;
    margin-top: 12px;
    padding-bottom: 0;
    margin-bottom: 10px!important;
}

.tipl-footer-box-about .footerSocialLink {
    display: inline-block;
    float: none;
	margin-bottom: 0;
    margin-right: 6px;
}

.tipl-footer .tipl-footer-box-about ul li:last-child {
    margin-bottom: 5px;
}

.tipl-footer .tipl-footer-box-about ul {
    padding: 0 15px;
}

.tipl-footer .list-inline>li{
	padding-right: 0px;
    padding-left: 0px;
}

.tipl-footer-box-about .footerSocialLink a{
	font-size: 13px;
}

.tipl-footer .tipl-footer-box-about ul li a{
	font-size: 13px;
}

.tipl-footer-box-about .footerSocialLink img.tipl-whatsappIcon{
	width: 20px!important;
}

.tipl-footer-box-about .footerSocialLink img.tipl-emailappIcon {
    width: 19px;
}

.tipl-footer .tipl-footer-box-right h3{
	margin-top: 15px;
    font-weight: 500;
	font-size: 13px;
    letter-spacing: 0.5px;
    text-align: left;
}

.tour-row img {
    display: block!important;
    width: 100%;
}

.package_listing_img{
	
}

.package_listing_img img{
	width:100%;
}

.footer.bg-light.tipl-footer{
	
}

.footer.tipl-footer>.container>.row{
	margin-right: 0px;
    margin-left: 0px;
}

.mobileHeadWhatsapp{
	display: block;
    position: fixed;
	z-index: 0;
    right: 80px;
    top: 11px;
}

.mobileHeadWhatsapp img{
	width: 30px;
}

.mobileHeadSearch{
	display: block;
    position: fixed;
	z-index: 0;
	right: 140px;
    top: 15px;
}

.mobileHeadSearch img{
	width: 26px;
}

.tgcant .whbg .bx img{
	width:100%;
}

.section-header{
	padding-bottom: 20px;
}

.destiList .section-header h2{
	font-size:20px;
	padding-left: 10px;
	line-height: 29px;
}

.section-header h2{
	font-size:20px;
	line-height: 29px;
}

.section-header p {
    font-size: 12px;
    line-height: 17px;
    margin-top: 5px;
}

.home-top-bg .container{
	padding-left:0px;
	padding-right:0px;
}

.home-text p {
    font-size: 14px;
    line-height: 25px;
}

.travel-travelexcity .col-md-12 .travel-text{
	font-size: 23px;
}

.home-text .extra_content {
    display: none;
  }
  
.home-text #read_more {
	display: block;
	background-color: #fbfbfb;
    border: 1px solid #9d0000;
    color: #9d0000;
    border-radius: 25px;
    margin: 20px auto 0;
    padding: 2px 12px;
    font-weight: 500;
    letter-spacing: 0.5px;
}

.tourPackageBox{
	width: 50%;
}

.tourPackageBox .tourImg{
	background: linear-gradient(360deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 50.22%) 49% center / cover no-repeat, url(assets/img/testimonials/visa+on+arrival.jpg);
    background-repeat: no-repeat;
    background-position: 50% center;
    overflow: hidden;
    max-height: 200px;
    height: 228px;
}





.mostVisited .msi .mbottom-large {
    padding-right: 0px;
}

.tourPackageBox:nth-child(odd){
	padding-right: 6px;
    padding-left: 12px;
}

.tourPackageBox:nth-child(even){
    padding-left: 6px;
    padding-right: 12px;	
}

.ctbx {
    padding: 7px;
	min-height: 100px;
	border: 1px solid #dce0e0;
}

.classic {
    margin-bottom: 12px;
}

.tour_link h4{
	font-size:13px;
	margin-bottom: 3px;
}

.classic .portfolio_type{
	border:0px;
}

.ctbx p{
	padding-top: 0px;
    color: #222222;
    margin-bottom: 5px;
    font-size: 9px;
    letter-spacing: 0.5px;
    font-weight: 300;
	line-height: 14px;
}

.ctbx .more-link{
	line-height: 14px;
}

a.tour_image .tour_price{
	padding: 1px 7px 0px 8px;
    border-radius: 0 20px 20px 0;
    top: 10px;
	bottom: auto;
}

.ctbx .more-link a{
    font-size: 10px;
    font-weight: 400;
}

.destinationSlider .slick-slide {
    margin: 0;
}

.why-section .travel-travelexcity .col-md-4 .content{
	display:none;
}

.why-section .travel-travelexcity .col-md-4 .img-travel-whith {
    min-height: 85px;
    min-width: 60px;
    width: 74px;
    height: 100px;
    -o-object-fit: fill;
    object-fit: fill;
}

.why-section .travel-travelexcity .col-md-4 .title {
    margin-top: 5px;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
}


.destinationSlider .olaViajesArrows, .slide-7 .olaViajesArrows, .slide-8 .olaViajesArrows, .slide-9 .olaViajesArrows, .slide-pacakage .olaViajesArrows{
	height: 28px;
    width: 28px;
}

.destinationSlider .olaViajesArrows.prev-arrow, .slide-7 .olaViajesArrows.prev-arrow, .slide-8 .olaViajesArrows.prev-arrow, .slide-9 .olaViajesArrows.prev-arrow, .slide-pacakage .olaViajesArrows.prev-arrow{
	left: 6px;
	top: 43%;
}

.destinationSlider .olaViajesArrows.next-arrow, .slide-7 .olaViajesArrows.next-arrow, .slide-8 .olaViajesArrows.next-arrow, .slide-9 .olaViajesArrows.next-arrow, .slide-pacakage .olaViajesArrows.next-arrow{
    right: 6px;
	top: 43%;
}

.destinationSlider, .slide-7, .slide-8, .slide-pacakage{
	padding-left: 7px;
	padding-right: 7px;
}

.destinationSlider .olaViajesArrows img, .slide-7 .olaViajesArrows img, .slide-8 .olaViajesArrows img, .slide-9 .olaViajesArrows img, .slide-pacakage .olaViajesArrows img{
	left:-1px;
}

.header .logo img {
    max-height: 37px;
}

.section-header.newFont h2 {
    font-size: 30px;
    line-height: 30px;
    letter-spacing: 1px;
}

.dottedImg h4{
	font-size: 34px;
    text-align: center;
    margin-bottom: 12px;
    margin-top: 20px;
}

.dottedImg{
	
}

.dottedImg .tourSection.msi.ratio_asos{
	padding-left: 15px;
    padding-right: 15px;
}

.dottedImg .slide-9 .olaViajesArrows.prev-arrow{
	left:-25px;
}

.dottedImg .slide-9 .olaViajesArrows.next-arrow{
	right: -23px;
}

.header .logo img.desktopLogo{
	display:none;
}

.header .logo img.mobileLogo{
	display:block;
}

.mobile-nav-toggle {
    color: #2c7600;
	font-size: 30px;
}

.whatsappIcon{
	display:none;
}

.desktopBannerBox{
	display:none;
}

.mobileBannerBox{
	display:block;
}

section.home_section {
    margin-top: 55px;
}

.header, .header.header-scrolled{
	background-color:#fff;
}

.navbar-form.desktopSearch{
	display:none;
}

.sideAyurvedaIcon{
	background-position: 97% 393px;
    background-size: 150px;
}

section .intro-holder p{
	font-size: 20px;
	line-height: 28px;
}

section .intro-banner.innerBanner {
    height: auto;
}

.southPackages .msi-packages.msi{
	
}

.southPackages .msi-packages.msi .pe-2 {
    padding-right: 0.75rem!important;
}

.southPackages .msi-packages.msi .ps-4{
	padding-left: 0.75rem!important;
}

.olaViajesSideFilter .filters-sidebar {
    border: 0px solid #a2a2a2;
}

.southPackages .section-header.text-left h2 {
    font-size: 22px;
    margin-top: 10px;
    line-height: 28px;
    margin-bottom: 6px;
}

.southPackages .tourPackageBox{
	margin-bottom: 2px;
}

.southPackages .tourPackageBox:nth-child(odd) {
	padding-right: 6px;
    padding-left: 11px;
}

.southPackages .tourPackageBox:nth-child(even) {
    padding-left: 6px;
	padding-right: 12px;
}

.destiList{
	padding-top: 0;
}

.destiList .ps-4 {
    padding-left: 0!important;
    padding-right: 0!important;
}

.sponsoredTripsBox{
	margin-bottom: 25px;
}

.tourPackageTrips{
	
}

.tourPackageTrips .section-header.text-left{
	padding-bottom: 4px;
}

.destiTripsBox .tipl-resultBoxesList .imgFix{
	padding: 2px 2px 2px 2px!important;
}

.cmtPage{
	
}

.itinerarySlider .owl-carousel .owl-item img {
    height: 260px;
}

.cmtPage .cmtMobile{
	padding-top:0px!important;
}

.full-banner {
    min-height: auto!important;
    height: 145px;
}

.directorPic{
	margin: 15px auto 15px!important;
    float: none;
    display: block;
}

.tour-highlights-dur {
    color: #9d0000;
    text-align: center;
    line-height: 26px;
}

h2.aboutHead{
    line-height: 32px;
}

.tourPackageBox a.tour_image img {
    height: 130px;
}

.home-text {
    line-height: 27px;
}

.keralaBoxHome{
	display:none;
}

.mobilekeralaBoxHome{
	display:block;
	padding-left: 0px;
    padding-right: 0px;
	background-color: #f9f4f0;
}

.forMobileTopPadding{
	padding-top: 5px!important;
}

.forMobileTopPadding .box{
	padding: 35px 0 15px;
}

.forMobileTopPadding .itenerary-side .box-title{
	margin: 0 0 4px;
}

.make-me-sticky {
    padding-left: 0px;
}

.make-me-sticky #tipl-sideFormWebsite{
	width: 100%;
    margin-top: 30px;
    margin-bottom: 15px;
}

.itenerary-side .box-title{
  font-size: 16px;
}

.itenerary .box-title {
    font-size: 16px;
}

.itenerary .list{
	letter-spacing: 0.5px;
}

.itenerarySideSpace {
    padding-left: 5px;
    padding-right: 5px;
}

.forMobileTopPadding .box.itineraryDestiCovered{
	padding-top: 15px;
}

.forMobileTopPadding .box.itineraryHighlights{
	padding-top: 15px;
}

.searchMobile input.mobileSearchFeild {
    align-items: center;
	background: #fff4ee;
    border: 2px solid #ff5b00;
    border-radius: 4px;
    display: flex;
    height: 45px;
    font-size: 15px;
    justify-content: flex-end;
    padding: 8px;
    margin-top: 14px;
    margin-bottom: 14px;
}

.itenerary .days-title{

}

.tour-detail .accordion-item:first-child:before, .tour-detail .accordion-item:last-child:before{
	/* background: #2c7600; */
	left: -2px;
}

.tour-detail .accordion-item:first-child i, .tour-detail .accordion-item:last-child i{
	left: 5px;
}

.accordion-flush:before{
	left: 12px;
    top: 18px;
}

.tour-detail .accordion-item:before{
	/* border: 2px solid #2c7600; */
}

.back-to-top{
	/* background: #ff5b00; */
}

.accordion-button:not(.collapsed){
	color: #2c7600;
}

#accordionPanelsStayOpenExample .accordion-button:not(.collapsed){
	color: #fff;
}

.sideAyurvedaIcon{
	background-image:none;
}

.searchMobile .searchIcon{
	top: 25px;
}

.row.subDestinationBox{
	padding-left: 6px;
    padding-right: 6px;
}

.subDestinationBox .subDestination{
	margin-bottom: 15px;
    padding-left: 6px;
    padding-right: 6px;
}


section .intro-holder .intro-frame p {
    font-size: 13px;
	font-weight:400;
    line-height: 20px;
}

section .intro-holder .intro-frame{
	padding: 10px;
	/* max-width: 75%; */
}

.home_section .intro-holder{
	padding:0px;
	left: 15%;
    width: 70%;
}



.intro-banner.innerBanner .swiper-button-prev {
    left: 15px;
}

.intro-banner.innerBanner .swiper-button-next {
    right: 15px;
}

.intro-banner.innerBanner .swiper-button-next:after, .swiper-rtl .swiper-button-prev:after, .intro-banner.innerBanner .swiper-button-prev:after, .swiper-rtl .swiper-button-next:after{
	font-size: 20px;
}

#resultShowMobile.vertical-height {
    max-height: 400px;
    overflow: auto;
	padding: 15px 0 15px 0px;
    border-radius: 0 0 8px 8px;
    border: 1px solid #eee;
    border-top: 0px solid #eee;
    background-image: url(../img/searchBg.png);
    background-size: contain;
    background-repeat: no-repeat;
	width: calc(100% - 28px);
    left: 14px;
    top: 59px;
}

.tipl-resultShow:before{
	background: #63b800;
}

.olaViajesSideFilter{
	display:none;
}

#filters-mobile{
	display:block;
	margin-bottom: 10px;
	position: fixed;
    right: 20px;
    width: auto;
	bottom: 60px;
    z-index: 3;
}

section.home_section.packageBanner {
   
}

section.packageBox{
	padding-top: 20px;
}

section.packageBox.southPackages{
	padding-bottom: 0;
}

.rightSideResultsBox {
    position: relative;
    margin: 0;
    --bs-gutter-x: 0;
}


.mobileFilterBox{
	position: fixed;
    width: 100%;
    height: calc(100% - 55px);
    background-color: #fff;
    top: 55px;
    z-index: 999990;
    left: 0;
    padding: 0 0 15px 0;
}

.mobileFilterBox .title{
	padding-left: 15px;
    font-weight: 600;
    margin-bottom: 20px;
    float: left;
    width: 100%;
    padding-top: 12px;
    padding-bottom: 12px;
	border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    font-size: 15px;
    background-color: #fff4ee;
	position:relative;
}

.mobileFilterBox .title i{
	position: absolute;
    right: 15px;
    font-size: 22px;
    font-weight: 600;
    top: 7px;
    color: #ff5b00;
}

.mobileFilterRow{
	float: left;
    width: 100%;
    margin-bottom: 18px;
	padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 18px;
    border-bottom: 1px solid #ccc;
}

.mobileFilterRow:last-child{
	border-bottom: 0px solid #ccc;
}

.mobileFilterRow h4{
	font-size: 15px;
	font-weight:600;
    margin-bottom: 4px;
}

.mobileFilterRow h4 span{
	margin-right: 3px;
}

.mobileFilterRow ul{
	float: left;
    margin-bottom: 0;
    padding-bottom: 0;
    margin-top: 2px;
}

.mobileFilterRow ul li{
	float: left;
    width: 50%;
}

.mobileFilterRow ul li input{
	
}

.mobileFilterBox .custom-checkbox:checked+label:before, .mobileFilterBox .custom-checkbox:not(:checked)+label:before{
	width: 16px;
    height: 16px;
}

.mobileFilterBox .filters-count .custom-checkbox:checked+label:after, .mobileFilterBox .filters-count .custom-checkbox:not(:checked)+label:after {
    top: 11px;
    left: 23px;
	font-size:11px;
}

.mobileFilterBox .filters-count .custom-checkbox:checked+label:before, .mobileFilterBox .filters-count .custom-checkbox:not(:checked)+label:before{
	top: 8px;
}

.mobileFilterBox .filters-count .custom-checkbox:checked+label, .mobileFilterBox .filters-count .custom-checkbox:not(:checked)+label{
	padding: 5px 20px 5px 44px;
}

.filterBtnBox{
	position: absolute;
    bottom: 20px;
    width: 100%;
	text-align: center;
}

.filterBtnBox button{
	width: 90%;
    background-color: #ff5b00;
    line-height: 43px;
    font-size: 16px;
    color: #fff;
    border: 0;
    margin: 0 auto;
    float: none;
}

.carousel-item > img{
	height: 255px;
}

.medium-section.itenerarySideSpace{
	padding-top: 16px;
}

.medium-section.itenerarySideSpace .forMobileTopPadding {
    padding-top: 0px!important;
}

#searchForMobile .form-control:focus{
	box-shadow: none;
}

.forMobileColumn {
    flex-flow: column-reverse;
}

.mobileLink{
	display: block;
    position: absolute;
    right: 8px;
    top: 50%;
    transform: rotate(-90deg);
}

.mobileLink img{
	width: 19px;
}

.accordion-flush .accordion-item .accordion-button{
	padding-right:0px;
}

section.breadcrumbBox.medium-section.topMarginBreadcrumb {
    padding-top: 15px;
	margin-bottom: 12px;
}

.breadcrumbBox .breadcrumb.p-0{
	padding-left: 15px!important;
    padding-right: 15px!important;
}

.blog .sidebar .sidebar-title, .blog .sidebar .sidebar-item{
	margin-left:0px;
}

.blog .sidebar, .blog .sidebar .related-post-right, .blogArticlePackages .related-post-right{
	width: 100%;
}

.custom-bm-holder .bm-info-list .bm-l-info-list li:before{
	left: 1px;
	background-size: 14px;
}

.itinerarySidebar .recomended-sidebar-item{
	width: 100%;
	margin-top: 50px;
}

.itinerarySidebar .recomended-sidebar-item .related-post-right{
	width:100%;
}

#included-excluded .h-title:after, #included-excluded .s-title:after{
	right:0px;
}

#included-excluded.itenerary .box-title.h-title, #included-excluded.itenerary .box-title.s-title{
	padding-bottom: 14px;
}

#included-excluded .h-title:before, #included-excluded .s-title:before {
    left: 0px;
    top: -4px;
    background-size: 22px;
}

.box #included-excluded.itenerary .ItineraryExclusionTitle {
    margin-top: 28px;
}

.travellerPackageBox {
    padding-left: 10px;
    padding-right: 10px;
}

.travelBoxesForMobile{
	
}

.travelBoxesForMobile:nth-child(odd){
	padding-right: 5px;
}

.travelBoxesForMobile:nth-child(even){
	padding-left: 5px;
}

.tourSection .travellerPackageBox .tourBox {
    position: relative;
    margin-bottom: 10px;
}

.travellerBox {
    padding-left: 30px;
    padding-right: 30px;
    margin-top: 5px;
    margin-bottom: 35px;
}

.why-section .travel-travelexcity .col-md-3 .content{
	display: none;
}

.why-section .travel-travelexcity .gappingHowToWork {
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
}

.why-section .travel-travelexcity .col-md-3 .title{
	font-size:15px;
}

.forMobileColumn {
    flex-flow: column-reverse;
}

.sideImgTheme{
	bottom: 75px;
}

.sideImgTheme .sidePic {
    z-index: -1;
    max-width: 60%;
    position: relative;
}

.mobilekeralaBoxHome {
    
}

body .why-section{
	background-size: 930px;
	background-position: 72% 54%;
}

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 28px;
    height: 2px;
}

.hamburger{
	right: 0px;
}

.mobilekeralaBoxHome .related-post-right p.categoryName {
    font-size: 12px;
}

.travel-travelexcity .col-md-12 .travel-text {
    font-size: 22px;
    margin-bottom: 5px;
}

.footer-visitor a, .footer-visitor h2, .footer-visitor p{
	font-size: 13px;
}

.mobFooterSpace{
	margin-bottom: 10px;
}

.footer-visitor ul li{
	margin-bottom: 7px;
}

.footer_mdeia_holder {
    padding: 4px 0 0px 0px;
}

.mobLeftAlign{
	text-align:left!important;
	margin-top: 3px;
	margin-bottom: 3px;
}

.footer-visitor ul {
    margin: 6px 0 6px;
    float: left;
    width: 100%;
}



.home_section_desktop{
	display:none;
}

.home_section_mobile{
	display:block;
}




.box_list .wrapper{
	margin: 0px 0 0 8px;
}

.mobileBgPackage{
	background-color: #f2f2f2!important;
}

	
.box_list{
	
}	
	
.box_list figure{
	
}	
	
.box_list figure img{
	width: 100%;
	height: 150px;
}	

.imgFix {
    padding: 2px 2px 2px 2px!important;
    max-width: 150px;
	height: auto;
    /* max-height: 120px; */
}

#rightSideResultsResults .contentFix, #mobileHomeItineraryDesign .contentFix {
    margin-left: 0;
    width: calc(100% - 150px);
}	
	
#rightSideResultsResults .box_list .wrapper h3, #mobileHomeItineraryDesign .box_list .wrapper h3{
	line-height: 15px;
	min-height: auto;
	margin-bottom: 10px;
}	
	
#rightSideResultsResults .box_list .wrapper h3 a, #mobileHomeItineraryDesign .box_list .wrapper h3 a{
	font-weight: 600;
	font-size: 13px;
}
	
#rightSideResultsResults .box_list i.tipl-highlight, #mobileHomeItineraryDesign .box_list i.tipl-highlight{
	display:none;
	font-size: 12px;
	font-weight: 500;
}	
	
#rightSideResultsResults .box_list .wrapper .citiesCountry, #mobileHomeItineraryDesign .box_list .wrapper .citiesCountry{
	/* display:none; */
	padding: 2px 8px;
}
	
#rightSideResultsResults .box_list ul.tipl-highlights li, #mobileHomeItineraryDesign .box_list ul.tipl-highlights li {
    font-size: 11px;
	color: #262626;
	overflow: inherit;
	margin-bottom: 0px;
}	
	
.box_list ul.tipl-highlights{
	padding: 0 0 0 13px;
	overflow: inherit;
	display: none;
}	
	
.tipl-links-view, .tipl-links-enquire{
	display:none;
}	
	
#mobileHomeItineraryDesign .isotope-item{
	padding: 7px;
	padding-bottom: 7px;
    margin-bottom: 10px;
	border: 0px solid #ccc;
	width: 100%;
}	
	
#mobileHomeItineraryDesign {
    background-color: #ebebeb;
}	
	
#mobileHomeItineraryDesign .box_list .wrapper p.tipl-destination{
	color: #262626;
	margin-bottom: 10px;
    font-size: 11px;
}	
	
#mobileHomeItineraryDesign .tipl-destinationName{
	padding: 8px 9px;
}	

#mobileHomeItineraryDesign .box_list ul.tipl-highlights li span{
	display:none;
}

#mobileHomeItineraryDesign .box_list .wrapper .citiesCountry span{
	font-size:10px;
}

#mobileHomeItineraryDesign .box_list .wrapper{
	margin: 0 0 0 4px;
}

#mobileHomeItineraryDesign .imgFix{
	height: auto;
	padding:2px 2px 2px 12px!important;
}

.browse-by-experience .thumb-pkg-list {
    border: solid 0px #ccc;
	padding: 0px 0px 10px 2px;
	    margin-bottom: 0;
}
.browse-by-experience .thumb-pkg-list ul {
    max-height: inherit;
}

.browse-by-experience .thumb-pkg-list ul li {
    margin: 10px 6px 5px 0px;
}

.browse-by-experience .thumb-pkg-list ul li .img-list-thumb {
    width: 100px;
    height: 78px;
}

.browse-by-experience .thumb-pkg-list ul li .desc-list-thumb {
    max-width: 59%;
}

.browse-by-experience .thumb-pkg-list ul li .desc-list-thumb .jouney-destination{
	padding-top:8px;
}

.welcome {
    font-size: 19px;
}

#JPO .spt-help {
    display: block;
}

.modal .modal-body {
    padding: 20px 18px;
}

body #JPO .spt-help {
    display: block;
    width: 100%;
}

body #JPO .spt-col{
	width:100%
}















}