@charset "utf-8";
/* CSS Document */


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
html {
  line-height: 1;
}

ol, ul {
}
a{text-decoration: none;font-weight: 500;color: #333;}
a:hover{color: #000;}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}
b, strong{font-weight: bold;}
q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none; 
}
em, i{font-style: italic;}

h1{}
h2{font-size: 42px;font-weight: 600;line-height: 42px;}
h3{font-size: 40px;font-weight: 600;line-height: 42px;}
h4{font-family: "Kaushan Script", cursive;font-size: 20px;}
h5{font-family: "Kaushan Script", cursive;font-size: 18px;font-weight: 500 !important;}
h6{font-family: "Kaushan Script", cursive;font-size: 15px;}
h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
    font-family: Urbanist, sans-serif;
}
html{ scroll-behavior: smooth;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}
.clr{
  clear: both;
}
img{
  max-width: 100%;
  height: auto;
  border-radius: 20px;
}
.overlay{
	position:relative;
	z-index:2;
}
.mod-menu__toggle-sub{display: none;}
body{
  font-size:17px;
  line-height: 28px;
  color: var(--bricks-color-yrveho);
  font-family: "Jost", sans-serif;
  font-weight: 300;
  overflow-y: scroll;
  overflow-x: hidden;
}
.inner{
  max-width: 1250px;
  width: 100%;
  margin: 0 auto;
}
.topmenu{

}
.topmenu ul{
  padding: 0;
  margin: 0;
  float: right;

}
.topmenu ul li{
  list-style: none;
  float: left;
  position:relative;
}
.topmenu ul li a{
  text-transform: uppercase;
  font-weight: 500;
  font-size: 1rem;
  letter-spacing: 1px;
}
.topmenu ul ul{
	position:absolute;
	white-space:nowrap;
	background:#fff;
	display:none;
	padding:0 15px;
	z-index:6;
}
.topmenu ul li.active>a{
  color: #01aa90 !important;
}
.topmenu ul ul li a{
	padding:5px 10px;
	text-transform: none;
	color:#333;
	border-bottom:1px solid #eee;
}
.topmenu ul li:hover>ul{
	display:block;
}
.upper{
  width: 100%;
  background: #ffffffb5;
  padding: 6px;
  z-index: 3;
}
.upper.fixed{
  background: #fff;
  box-shadow: 5px 5px 6px 0 rgba(148, 149, 144, 0.33);
}
.up_left{
  width: 20%;
  float: left;
  font-family: "Jost", sans-serif;
  line-height:0;
}
.up_right{
  width: 80%;
  float: left;
}
.topmenu ul li a{
  display: block;
  padding: 20px 15px 17px 15px;
  text-decoration: none;
}
.up_left img{
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
}

.fixed .topmenu ul li a{
  color: #333;
}
.fixed .up_left img{
  max-height: 60px;
   
} 
.fixed .topmenu ul li a{
   transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
}
.book_now_bt{
	float:right;
	padding:5px 0 !important;
}
.book_now_bt a{
	background: #01aa90;
    padding: 5px 20px;
    text-transform: uppercase;
    font-weight: 500;
    color: #fff;
    border-radius: 5px;
    text-align: center;
    float: left;
    cursor: pointer;
    font-weight: 600;
    font-family: "Jost", sans-serif;
}
.sli_item{
  padding: 50px 0;
  color: #fff;
  background-size: cover;
  background-position: center center;
}
.sli_item .inner{
  position: relative;
}
.slider,.tourbanner{
  position: relative;
  max-height: 800px;
  overflow: hidden;
  margin: 0;
}
[rel="next"]{
  text-decoration: none;
    display: inline-block;
    background: #01aa90;
    padding: 7px 25px;
    text-transform: uppercase;
    margin-top: 10px;
    font-weight: 500;
    color: #fff;
}
.slider::before,.tourbanner::before {
    background:#00000060;
	/*background:#00000060 url(../images/svgviewer.png) bottom no-repeat;*/
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    pointer-events: none;
}
.content{
  padding: 50px 0;
}

.footer{
  background: #0f0e0e;
  padding: 80px 0;
  text-align: center;
  font-size: 1rem;
  color: #fff;
}
.footer ul{
  padding: 0;
  margin: 0 0 20px 0;
}
.footer ul li{
  list-style: none;
  display: inline-block;
}
.footer ul li a{
  text-decoration: none;
  text-transform: none;
  font-weight: 300;
  text-decoration: none;
  font-size: 1rem;
  padding: 0 20px;
  color: #fff;
}
.col2{
  width: 50%;
  float: left;
  padding:50px 20px;
}

.imgbackground{
  text-align: center;
  padding: 50px 0 50px 0;
  background-attachment: fixed !important;
  color: #fff;
  position: relative;
  background:  url(../images/tour.avif) center center no-repeat;
  background-size: cover;
  color: #fff;
}
.imgbackground a{color: #fff !important;}
.imgbackground::before {
    background:#00000082;
    background-size: 70%;
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    bottom: 0px;
    left: 0;
    pointer-events: none;
}
.imgbackground ul{
	padding:0;
	margin:0;
}
.imgbackground ul li{
	list-style:none;
}
/*.imgbackground::after {
    background: url(../images/svgviewer-top.png) top repeat-x;
    background-size: 60%;
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    bottom: 0px;
    left: 0;
    pointer-events: none;
}*/
.modul_img,.item-image,.tour_highlights_image .owl-item{
  position: relative;
  line-height: 0;
}
.tour_highlights_image{
  padding-bottom: 0 !important;
  width: 70%;
  float: left;
}
.tour_highlights_image img{border-radius: 20px;}

.tour_left{
  width: 65%;
  float: left;
  padding-right: 30px;
  padding-top: 20px;
}
.tour_right{
  padding-top: 20px;
  width: 35%;
  float: left;
  text-align: left;
}
.gray{
  background: #f1f1f1;
  margin: 30px 0;
}
.col2_con{margin: 0 -20px}
.item-image img{border-radius: 0;}
/*.modul_img::after,.item-image::after {
    background: url(../images/image_frame.webp) top no-repeat;
    background-size: cover;
    position: absolute;
    content: "";
    top: 20px;
    right: 20px;
    bottom: 20px;
    left: 20px;
    pointer-events: none;
}
.item-image::after{
    background: url(../images/image_frame.webp) top no-repeat;
    background-size: cover;
    position: absolute;
    content: "";
    top: -1px;
    right: -1px;
    bottom: -2px;
    left: -1px;
    pointer-events: none;
    z-index: 2;
}
.tour_highlights_image .owl-item::before {
    background: url(../images/torn-paper-effect-3.png) top no-repeat;
    background-size: contain;
    position: absolute;
    content: "";
    top: 0px;
    right: -1px;
    bottom: -1px;
    left: -1px;
    pointer-events: none;
    z-index: 0;
}*/
.includes ,.excludes{
 
}
.carousel3{
  text-align: center;
  padding: 0;
  margin: 0;
}
.carousel3 li{
  padding: 25px;
  list-style: none;
}
.magin_top{
  margin-top: 50px;
}
.guide .image_intro{
  border-radius: 50%;
}
.carousel3 li a{
  list-style: none;
  color: #000;
}
.carousel3 .mod-articles-category-title{
	text-decoration: none;
	font-size: 20px;
	font-weight: 600;
	
	}
.title_con{
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-box-align: start;
    -webkit-line-clamp: 2;
}
.owl-pagination{
  text-align: center;
}
.owl-pagination .owl-page{
  height: 7px;
  width: 10px;
  background: #ccc;
  display: inline-block;
  border-radius: 20px;
  margin: 5px;
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
}
.owl-pagination .owl-page.active{
  width: 30px;
  background: #2dc26b;
}
.masonry-2{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 25px;
}
.masonry-3{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 25px;
  position:relative;
  z-index:2;
}
.col3{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 0px;
}
.tours_cat_con h2{
  text-align: center;
  margin-bottom: 20px;
}
.tours_cat_in{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 25px;
  position:relative;
  z-index:2;
}
.tours_cat{
  border-radius: 20px;
  line-height: 0;
}
.tours_cat  h3{
  position: absolute;
  bottom: 0;
  left: 0;
  font-family: Urbanist, sans-serif;
  font-size: 32px;
  margin-bottom: 0;
  padding: 10px 20px;
  font-weight: 700;
  color: #fff;
  z-index: 2;
}
.tours_cat img{
  border-radius: 20px;
  line-height: 0;
}
.tours_cat:hover{
  
  -webkit-box-shadow: 0 13px 21px 6px rgb(0 0 0 / 20%);
    box-shadow: 0 13px 21px 6px rgb(0 0 0 / 20%);
    -webkit-transform: translate(0,-10px);
    -ms-transform: translate(0,-10px);
    transform: translate(0,-10px);
    -webkit-transition: box-shadow 0.5s,-webkit-transform 0.5s;
    transition: transform 0.5s,box-shadow 0.5s,-webkit-transform 0.5s,background-color 0.5s
}
.page-header h2{
	font-size: 20px;
	line-height: 30px;
	text-decoration: none;
	color: #333;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
}
figcaption.caption {
    position: absolute;
    right: 0;
    bottom: 16px;
    color: #fff;
    right: 10px;
    font-size: 14px;
}
.tours_cat{
  position: relative;
}
.page-header h2 a{
  text-decoration: none;
  color: #333;
}
.filler{
  width: 25%;
  float: left;
}
a img:hover{
	
}
.tourblog{
}
.blog h1,.blog .category-desc{
  text-align: center;
}
.blog h1{
font-size: 22px;
color: #01aa90;
}
.blog .category-desc{
  max-width: 1000px;
  margin: 0px auto 30px auto;
}
.readmore a{
  text-decoration: none;
  display: inline-block;
  background: #01aa90;
  padding: 7px 25px;
  text-transform: uppercase;
  margin-top: 10px;
  font-weight: 500;
  color: #fff;
}
.icon-chevron-right{
  float: right;
  margin-top: 6px;
  margin-left: 10px;
}
.starts_from{
  margin-bottom: 5px;
  font-weight: 500;
  margin-top: 5px;
}
.starts_from span{color:#01aa90;}
.item-page .item-image{
  float: left;
  max-width: 45%;
}
.item-page .page-header{
  text-align: center;
}
.item-page .tour_aticle_body{
  border: 1px solid #dadada;
  padding: 25px;
  border-radius: 15px;
}
.tour_info2{
   border: 1px solid #dadada;
  padding: 25px;
  border-radius: 15px;
  margin-top: 20px;
}
.tour_detail{
  width: 30%;
  float: left;
  padding: 0 0 0 20px;
  margin: 0;
}
.tour_detail ul{

}
.tour_detail li{
  list-style: none;

}
.tour_detail li span{
  display: block;
}

.tour_types{
  background: url(../images/price.png) left center no-repeat;
  padding-left: 60px;
}
.code{
  background: url(../images/code.png) left center no-repeat;
  padding-left: 60px;
}
.duration{
  background: url(../images/duration.png) left center no-repeat;
  padding-left: 60px;
}
.destination{
  background: url(../images/destination.png) left center no-repeat;
  padding-left: 60px;
}
.pickup_time{
  background: url(../images/duration.png) left center no-repeat;
  padding-left: 60px;
}
#reviews{
	text-align:center;
	padding:50px 0;
}
.tour_info{
	background: rgb(255 255 255 / 73%);
	border-bottom: 1px solid #eee;
	padding: 0;
	margin: 0px 0 50px 0;
	font-weight: 500;
	cursor: pointer;
	position: sticky;
	top: 70px;
	z-index: 1;
	backdrop-filter: blur(3px);
}
.tour_info ul{
	padding:0;
	margin:0;
}
.tour_info li{
  list-style: none;
  display: inline-block;
  padding: 10px 0px;
  width: 12%;
}
.tour_info li a{
  text-decoration: none;
  color: #333s;

}

.tour_info li:hover{
  color: #fff;
}
.tourbanner .page-header{
  position:absolute;
  z-index:2;
  top: 50%;
  transform: translate(0, -50%);
  -ms-transform: translate(50, -50%); /* IE 9 */
   -webkit-transform: translate(0, -50%); /* Safari */
   font-size: 48px;
   color: #fff;
}
.tourbanner .page-header h4{
  color: #01aa90;
  font-size: 36px;
  margin-bottom: 30px;
}
.tourbanner .page-header h1{
	line-height:55px;
}
.tourbanner{
  background-size: cover;
  background-position: center center;
}
.tourbanner img{
  opacity: 0;
  max-height: 500px;
}
.tour_de{
  padding: 20px 0;
  border-bottom: 1px solid #dadada;
}
.tour_de ul{
  padding: 0;
  margin: 20px 0 0 0;
}
.introtext{
	overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}
.tour_de ul li{
  list-style: none;
  background: url(../images/check.png) left 6px no-repeat;
  padding-left: 40px;
  line-height: 35px;
  background-size: 20px;
}
.excludes ul li{
  list-style: none;
  background: url(../images/uncheck.png) left 6px no-repeat;
  padding-left: 40px;
  line-height: 35px;
  background-size: 20px;
}


.filler ul{
  padding: 0;
  margin: 0;
}
.filler ul li{
  list-style: none;
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  width: 100%;
  background: #ddd;
  background-color: #01aa90;
  border-bottom: 1px solid #fff;
  row-gap: 0px;
  padding:5px 15px;
}
.tour_info2 h5{
  color: #01aa90;
}
.itinerary{
  padding-top: 0;
}
.itinerary table{
  
}
.tra_pri{
  padding: 20px 0;
  border-bottom: 1px solid #eee;
}

.bookno{width: 60%;float: left;}
.bookcal{width: 40%;float: left;padding-left: 30px;}
.usd{background: url(../images/usd.png) left center no-repeat;padding-left: 40px;}



/* Reset */
.ui-datepicker,
.ui-datepicker table,
.ui-datepicker tr,
.ui-datepicker td,
.ui-datepicker th {
  margin: 0;
  padding: 0;
  border: none;
  border-spacing: 0;
}

/* Calendar Wrapper */
.ui-datepicker {
  display: none;
  cursor: default;

  text-transform: uppercase;
  font-size: 16px;

  background: #01aa90;  
}

/* Calendar Header */
.ui-datepicker-header {
  position: relative;
  padding-bottom: 10px;
  border-bottom: 1px solid #01aa90;
}

.ui-datepicker-title { 
  text-align: center;
  font-size: 22px;
  font-weight: 500;
}

/* Month */
.ui-datepicker-month {
  position: relative;
  padding-right: 15px;
  color: #fff;
}
.ui-datepicker-calendar{width: 100%;}

/* Year */
.ui-datepicker-year {
  padding-left: 8px;
  color: #fff;
}

/* Prev Next Month */
.ui-datepicker-prev,
.ui-datepicker-next {
  position: absolute;
  top: -2px;
  padding: 5px;
  cursor: pointer;
}

.ui-datepicker-prev {
  left: 0;
  padding-left: 0;
}

.ui-datepicker-next {
  right: 0;
  padding-right: 0;
}

.ui-datepicker-prev span,
.ui-datepicker-next span{
  display: block;
  width: 10px;
  height: 20px;
  text-indent: -9999px;

  background-image: url(../images/arrows.png);
}

.ui-datepicker-prev span { background-position: 0px 0px; }

.ui-datepicker-next span { background-position: -10px 0px; }

.ui-datepicker-prev-hover span { background-position: 0px -20px; }

.ui-datepicker-next-hover span { background-position: -10px -20px; }

/* Calendar "Days" */
.ui-datepicker-calendar th {
  padding-top: 15px;
  padding-bottom: 10px;
  
  text-align: center;
  font-weight: normal;
  color: #fff;
}

.ui-datepicker-calendar td {
  padding: 0 7px;
  
  text-align: center;
  line-height: 35px;
}

.ui-datepicker-calendar .ui-state-default {
  display: block;
  outline: none;

  text-decoration: none;
  color: #fff;
  
  border: 1px solid transparent;
  border-radius: 20px;
}

/* Day Active State*/
.ui-datepicker-calendar .ui-state-active{
  color: #01aa90;
  border-color: #01aa90;
  background: #fff;
}
.ui-state-default:hover{
  border-color: #01aa90;
}
main{}
/* Other Months Days*/
.ui-datepicker-other-month .ui-state-default { color: #565656; }

.cal_inner{
  background: #01aa90;
  padding: 35px;
}
#transport{
  width: 100%;
  padding: 15px;
  margin-top: 30px;
  border-radius: 20px;
  border:none;
  font-size: 16px;
}
.bbt{
  background: #c54600;
  padding: 15px 30px;
  text-transform: uppercase;
  font-weight: 500;
  color: #fff;
  border-radius: 5px;
  margin-top: 20px;
  text-align: center;
  float: left;
  cursor: pointer;
  font-size: 23px;
  font-weight: 600;
  font-family: "Jost", sans-serif;
}
.btt_sub a{
  text-decoration: none;
  color: #fff;
}
.booktitle{
  text-align: center;
  padding: 150px 0;
  position: relative;
  background: #eee;
  overflow: hidden;
  background-attachment: fixed;
  color: #fff;
  background-size: cover;
  background-position: center center;
}
.booktitle h5{
  color: #01aa90;
  position: relative;
}
.booktitle h2{
  position: relative;
}
/*.booktitle::before {
    background:#00000070 url(../images/svgviewer.png) bottom no-repeat;
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    bottom: -30px;
    left: 0;
    pointer-events: none;
}
.booktitle::after {
    background: url(../images/svgviewer-top.png) top repeat-x;
    background-size: 60%;
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    bottom: 0px;
    left: 0;
    pointer-events: none;
}*/
.booktitle::before {
    background:#00000070;
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    bottom: -30px;
    left: 0;
    pointer-events: none;
}
.booking_note,.com-content-category-blog{
	padding:50px 0;
}
.cart_cont{
  padding: 130px 0 30px 0;
}
.cart{
  margin-top: 30px;
}
.cart_cont h3{margin-bottom: 10px;}
.cart_image{
  width: 20%;
  float: left;
}
.cart_detail{
  width: 60%;
  float: left;
}
.cart_detail strong{
  float: left;
}
.cart_price{
  width: 20%;
  float: left;
}
.cart_detail{
  padding-left: 20px;
}
.cart{
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 30px 0;
  margin-bottom: 30px;
}
.che_left{
  width: 60%;
  float: left;
}
.che_right{
  width: 40%;
  float: left;
  
}
.che_right_in{
   border:1px solid #ccc;
   padding: 20px;
}
.payment_con{
   border:1px solid #ccc;
   padding: 20px;
   margin-top: 20px;
}
.payment_con h3{
  font-size: 30px;
}
#tourform label{
  display: block;
}
.book_form .starts_from{
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 25px;
  display: inline-block;
}
.row2{
  width: 50%;
  float: left;
}
.row2,.row{
  overflow: hidden;
}
.full{
  width: 100%;
}
input,select,textarea{
  width: 100%;
  padding: 10px;
  border:1px solid #e8edf1;
  font-family: "Jost", sans-serif;
  font-size: 16px;
  border-radius: 5px;
  margin-bottom: 15px;
}
::placeholder {
  color: #ccc;
}
label{
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  margin-top: 20px;
  display: block;
}
textarea{
  height: 150px;
  font-family: "Jost", sans-serif;
}
.che_right .title{
  font-weight: 500;
}
.t_pri{float: right;font-weight: 500;}
.disable{cursor: not-allowed;}
/*.checkout_con{display: none;padding-top: 120px;}*/

.bottom_cont{
  text-align: center;
  padding: 50px 0;
  background: #eee;
  position: relative;
}
.bottom_cont::after {
    /*background: url(../images/svgviewer-top.png) top repeat-x;*/
    background-size: 60%;
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    bottom: 0px;
    left: 0;
    pointer-events: none;
}
.it_con{
	border-radius: 20px;
    overflow: hidden;
    
	
}
.bt_swich{
  border: 2px solid #01aa90;
  margin-bottom: 20px;
  border-radius: 10px;
  overflow: hidden;
}
.bt_swich button{
  border: none;
  width: 50%;
  text-align: center;
  float: left;
  padding: 15px;
  font-size: 16px;
  font-weight: 600;
  color: #01aa90;
  cursor: pointer;
}
.bt_swich button.active{
  background: #01aa90;
  color: #fff;
}
.it_con img{
  border-radius: 20px 20px 0 0;
}
.magin_top .it_con{
	background: #19191982;
}
.magin_top a{
  pointer-events: none;
  cursor: default;
}
.it_con:hover{
	 -webkit-box-shadow: 0 13px 21px 6px rgb(0 0 0 / 20%);
    box-shadow: 0 13px 21px 6px rgb(0 0 0 / 20%);
    -webkit-transform: translate(0,-10px);
    -ms-transform: translate(0,-10px);
    transform: translate(0,-10px);
    -webkit-transition: box-shadow 0.5s,-webkit-transform 0.5s;
    transition: transform 0.5s,box-shadow 0.5s,-webkit-transform 0.5s,background-color 0.5s
}
.te_con{padding:10px 20px 20px 20px;text-align:left;min-height: 170px;}
.mod-articles-category-introtext{
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-box-align: start;
    -webkit-line-clamp: 3;
}
.text_bgcon{
	
}
.intro_image_con{
	position:relative;
}
.tour_duration{
	position: absolute;
    bottom: 0px;
    left: 0px;
    background: #01aa90;
    padding: 5px 10px;
    color: #fff;
    font-size: 15px;
    line-height: 20px;
	border-radius: 0 10px 0 0;
}
.w_bg .text_bgcon{
	background:#fff;
	padding:15px;
}
.bottom_cont .mod-list{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 25px;
  padding: 0;
  margin: 0;
  text-align:left;
}
.bottom_cont .mod-list li{
  list-style: none;
}
.mod-articles-category-title{
  font-size: 20px;
  text-decoration: none;
  color: #333;
  font-weight: 500;
  display: block;
}
.card-header{
  margin-bottom: 30px;
}
.mod-articles-category-readmore a.mod-articles-category-title, #contact_submit{
  text-decoration: none;
  display: inline-block;
  background: #01aa90;
  padding: 10px 25px;
  text-transform: uppercase;
  margin-top: 10px;
  font-weight: 500;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
  font-family: "Jost", sans-serif;
  border-radius: 25px;

}
.transport .filler{display: none;}
.transport .tourblog{width: 100%;padding-left: 0;text-align: center;}
.transport .category-desc{
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
  }
.transport .blog-items{text-align: left;}
.blog-item{
	border-radius:20px;
	overflow:hidden;
	background:#fff;
	-webkit-transition: -webkit-transform 0.5s;
  border: 1px solid #e8edf1;
}
.blog-item:hover {
    -webkit-box-shadow: 0 13px 21px 6px rgb(0 0 0 / 20%);
    box-shadow: 0 13px 21px 6px rgb(0 0 0 / 20%);
    -webkit-transform: translate(0,-10px);
    -ms-transform: translate(0,-10px);
    transform: translate(0,-10px);
    -webkit-transition: box-shadow 0.5s,-webkit-transform 0.5s;
    transition: transform 0.5s,box-shadow 0.5s,-webkit-transform 0.5s,background-color 0.5s
}
.item-content{
	padding: 10px 20px 10px 20px;
	position:relative;
}
.blog_left{
  width: 65%;
  float: left;
}
.blog_right{
  width: 35%;
  float: left;
  padding-left: 30px;
}
.blog_right ul{
  padding: 0;
  margin: 0;
}
.blog_right .mod-list a{
  width: 70%;
  float: right;
  text-decoration: none;
  padding: 0px 0px 0px 10px;
  font-size: 18px;
}
.blog_right .mod-list img{
  width: 30%;
  float: left;
}
.blog_right .mod-list li{
  list-style: none;
  padding: 10px 0;
  overflow: hidden;
}
.myform{
  max-width: 800px;
  margin: 0 auto;
}
.sli_item h4{
	color:rgb(45, 194, 107);
	line-height: 40px;
}
.sli_item h2{line-height: 60px;}
.translate{
	float:right;
	padding:16px 0px 10px 20px;
}
.skiptranslate{display:none;}
.footer ul ul{display:none;}

caption, th, td {
    border: 1px solid #ccc;
    padding: 0 10px;
}
.mobile_title{display:none;}
.no-table table, .no-table td,.no-table tr{
	border:none;
}
.pagination__wrapper{text-align:center;margin-top:30px}
.pagination{padding:0;margin:0;}
.pagination li{list-style:none;display: inline-block;}
.pagination li>span,.pagination li a{
	display: block;
    width: 40px;
    height: 30px;
    border: 1px solid #000;
    border-radius: 5px;
}
.pagination li a{
	background: #01aa90;
    color: #fff;
    border-color: #01aa90;
}
.pagination li.active a{
	background:#097161;
}
.to_de{padding-bottom: 20px;}
input.error,select.error{border-color:red;}
.book_form{
	text-align:center;
  background:#f2f4f4;
  padding:30px;
  border:2px solid #01aa90;
  border-radius: 20px;
  text-align: left;
}
.book_form form{
	text-align:left;
	
	}
label.error{
	position: absolute;
    margin-top: -6px;
    color: red;
    margin-left: 1px;
    text-transform: none;
}
.fixbooking{display:none;}
.transport .tour_highlights_image{
	width:35%;
	float:right;
	margin-top: 20px;
}

/* Large desktops and laptops */
@media (min-width: 1200px) {

}

/* Portrait tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {

}

/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {

}

/* Landscape phones and portrait tablets */
@media (max-width: 767px) {
  .col2{width: 100%;}
  .up_left{width: 100%;}
  .up_left img,.fixed .up_left img{max-height: 50px;}
  .up_right{
	position: fixed;
	width: 100%;
	top: 57px;
	left: 0;
	right: 0;
	background: #eee;
	bottom: 0;
	padding: 10px;
	display: none;
	overflow-y: scroll !important;
	z-index:4;
  }
   .topmenu ul{ 
	border: 1px solid #ccc;
	padding: 10px;
	border-radius: 20px;
	}
  .topmenu ul li{width: 100%;}
  .topmenu ul li a{
	padding: 5px 15px!important;
	margin-bottom: 5px;
	color: #333;
	border: 1px solid #ccc;
	border-radius: 10px;
		}
  .topmenu ul ul{
	display:block;
	position: static;
	padding: 10px;
	margin-bottom: 5px;
		}
  .sli_item{padding: 60px 0 10px 0;}
  .menu_bt{
	width: 40px;
	height: 40px;
	background:#fff url(../images/menu.png) center center no-repeat;
	float: right;
	margin-top: 5px;
	margin-right: 5px;
	background-size: 20px;
  }
  
  .menu_bt.active{background:#fff url(../images/menu_close.png) center center no-repeat;background-size: 20px;}
    .masonry-3 {
      display: grid;
      grid-template-columns: repeat(1, 1fr);
      grid-gap: 0px;
    }
    .blog-item{
		margin: 10px 0;
        border: 1px solid #ccc;
		}
	img{border-radius:20px;}
	.blog-item img{border-radius:10px 10px 0 0;}
    .bottom_cont .mod-list {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 0px;
       
    }
	.item-content {padding: 15px;}
    .bottom_cont .mod-list li{padding: 20px;}
    .row2{width: 100%;float: none;}
    .myform{padding: 20px;}
    .row2, .row{padding: 0;}
	h2 {font-size: 20px;font-weight: 600;line-height: 26px;}
	.slider .inner{max-width:95%;}
	
	.bookno,.bookcal,.tour_detail,.item-image{width:100%;max-width:100% !important;padding:0;}
	.tour_detail{grid-template-columns: repeat(2, 1fr);padding: 0 10px;grid-gap: 5px;}
	.tour_highlights_image{width:100%;}
	.tour_info2{padding:20px;}
	h3{font-size: 35px;}
	.tour_info{display:none;}
	.tour_de{padding:0;}
	.tour_de ul li {
		list-style: none;
		background: url(../images/check.png) left 7px no-repeat;
		padding-left: 25px;
		line-height: 30px;
		background-size: 18px;
	}
	.item-page .tour_aticle_body {
		float: left;
		max-width: 100%;
		padding-left: 20px;
		padding-right: 20px;
	}
	.imgbackground{padding: 35px 10px 20px 10px;}
	.mod-articles-category-title{padding:5px 0;}
	.slider::before, .tourbanner::before{background-size:contain;}
	.col2{padding:10px;}
	.highlights{width:100%;}
	.tourbanner .page-header{font-size:25px;}
	.mobile_title{
		display:block;
		font-size: 20px;
        margin-bottom: 20px;
        padding: 0 20px;
	}
	.tourbanner{display:none;}
	.tour_detail{
		margin-bottom: 20px;
        background: #f1a94730;
        padding: 10px;
		}
	.che_left,.che_right{width:100%;}
	.myform{padding:10px;}
	.it_con{margin-bottom:10px;}
	.menu_active{overflow:hidden;position: fixed;}
	.sli_item h2 {line-height: 35px;}
	.upper{background:#fff;}
	.booktitle{padding: 50px 0;}
	.table{max-width:100%;overflow-x:scroll;}
	a.glink img{border-radius:none;}
	.slider, .tourbanner{margin:0;}
	.tours_cat_in {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		grid-gap: 10px;
		position: relative;
		z-index: 2;
	}
	.mailcont{padding:0 10px;}
	.col2_con{margin:0;}
	.tours_cat h3{font-size:20px;padding:10px;}
	.tour_left,.tour_right{width:100%;padding:0;margin-bottom:10px;}
	.book_form{padding:10px;}
	.myform{padding:0;}
	.bottom_cont .mod-list li{padding:10px;}
	.transport .tour_highlights_image {
		width: 100%;
		float: right;
		margin-top: 20px;
	}
	.slider{display:none;}
	.content{padding:0;}
	.header{border-bottom:1px solid #eee;padding-bottom: 4px;}
}

/* Landscape phones and smaller */
@media (max-width: 480px) {

}
