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

@font-face {
  font-family: mytour;
  src: url(Catamaran-Regular.woff);
}
@font-face {
  font-family: mytour-bold;
  src: url(Catamaran-Bold.woff);
}
@font-face {
  font-family: mytour-semi;
  src: url(Catamaran-SemiBold.woff);
}

body{
    overflow-x: hidden;
    font-family:  'Poppins', sans-serif !important;
}
.before_nav {
	z-index: 10;
	color: #fff;
	position: static;
	text-align: right; 
	width: 100%;
	background-color: #ffffffa1;

	padding: 4px 0;
	border-bottom: 1px solid #ed1c24;
}
.before_nav a {
    color: #000;
    text-decoration: none !important;
    font-size: 15px;
    display: inline-block;
    padding: 5px;
    letter-spacing: 1px;
}
.header {
	background-color: transparent;
	left: 0;
	width: 100%;
	z-index: 10;
	top: 30px;
	margin-bottom: 0;
	border: 0;
	padding-bottom:10px;
	border-bottom:1px solid #ccc;
	border-radius: 0;
	position: static;
}
.header .nav li a {
    font-size: 16px;
    color: #ffffff;
  	font-family: mytour-bold;
    padding: 10px 20px;
    font-weight: bold;
    margin: 15px 5px 10px;
}
.header .nav li a:hover{
    border-bottom: 2px solid #ffffff;
}
.header .nav li:last-child a{
	background-color: #ffffff;
	color: #2f9fd1;
    border-radius: 6px;
}
.header .nav li:last-child a i{
	color: #2f9fd1!important;
}
.header .nav li:last-child a:hover{
	background-color: #083a6d;
	color: #fff;
}
.header .nav li ul li a {
	border-bottom: 1px solid #ddd;
	padding: 10px;
	margin: 0px;
}
.header .nav li a.dropdown-toggle {
	margin-bottom: 0px;
}
.navbar-nav>li>.dropdown-menu {
	padding: 0px;
}
.navbar-default .navbar-brand {
	padding: 10px 0px;;
}
.navbar-default .navbar-brand img{
	width: 210px;
}
.dropdown-menu {
	background-color: #fffffff0;
	min-width: 170px;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
	color: #fff;
	background-color: #ed1c24;
}
.header .nav li a:hover {
    color: #ffffff;
    background-color: transparent;
}
.header .nav li a i {
    color: #fff!important;
}
.sticky {
    position: fixed !important;
    top: 0;
    width: 100%;
    z-index: 10;
    background-color: #094480 !important;
}
.ph_no_xs{
    padding: 8px 10px;
    display: none;
    text-align: center;
    }
.ph_no_xs a{
	font-size: 18px;
	font-weight: bold;
	color: #fff;
}

.border-line{
    width: 12%;
    margin: 10px auto 25px;
    border: 1px solid;
    color: #2f9fd1;
}
.review_home-title{
	color: #fff;
	text-align: center;
	font-weight: bold;
}.border-line2{
    width: 12%;
    margin: 10px auto 25px;
    border: 1px solid;
    color: #fff;
}
.break-tab .col-md-4 img{
	float: left;
	border-radius: 50%;
	width: 65px;
	height: 65px;
	margin-right: 10px;
}
.break-tab .col-md-4 h4{
	font-weight: bold;
	font-size: 20px;
}
.break-tab .col-md-4 p{
	display: flex;
	color: #000;
}

.break-tab .tabsbr{
	background-color: #fff;
	padding: 10px;
	margin:10px 0; 
	color: #000;
}


.testimonials{
    padding: 30px 0;
    text-align: center;
}
.testimonials .owl-carousel .item{
    border: 2px solid #04003f;
    padding: 45px;
    text-align: left;
    margin: 20px;
}
.testimonials .owl-carousel .item i{
    color:#0944806b;
    position: absolute;
    left:45px;
    z-index: -2;
    font-size: 40px;
    top: 50px;
}
.testimonials .owl-carousel .item p{
    font-size: 18px;
    line-height: 2;
    color: #ababab;
}
.testimonials .owl-carousel .item h5{
    color: #094480;
    font-weight: 600;
    font-size: 18px;
}
.testimonials .owl-carousel .item img{
    width: 60px !important;
    height: 60px;
    border-radius: 50%;
    float: left;
    margin-right: 10px;
}


.free-order{
    background: #00c3ed;
    padding: 30px 0;
    color: #fff;
}
 @-webkit-keyframes zoom {
 from {
 -webkit-transform: scale(1, 1);
}
to {
	-webkit-transform: scale(1.5, 1.5);
}
}
 @keyframes zoom {
 from {
 transform: scale(1, 1);
}
to {
	transform: scale(1.5, 1.5);
}
}
.carousel-inner .item > img {
	-webkit-animation: zoom 30s;
	animation: zoom 30s;
	width: 100%;
}
.slidernsearch, .packSlider {
	position: relative;
	margin-top: 75px;
}
.search_tour {
   position: absolute;
   bottom: 7%;
   width: 48%;
   /* left: 1%; */
   margin: 0 auto;
}
.search_tour h2 {
	color: #ed1c24;
	font-size: 60px;
	font-family: cinzeldecbold;
	text-align: center;
	text-shadow: 2px 2px #fff;
}
.search_tour .header_search {
	width: 100%;
	float: left;
	padding: 20px ;
	background-color: #032b54;
}
.search_tour h1{
	font-size: 40px;
	color: #fff;
}
.search_tour p{
	font-size: 20px;
	color: #fff;
}
.search_tour .header_search h3 {
	text-align: center;
	color: #fff;
	font-size: 35px;
	margin: 0;
	margin-bottom: 20px;
}
.search_tour select {
	width: 39%;
	margin-right: 2%;
	border: 1px solid #ccc;
	padding: 7px 15px;
	float: left;
}
.search_tour input[type='submit'] {
    width: 20%;
    padding: 12px;
    color: #fff;
    background-color: #e24a25;
    border: 1px solid #e24a25;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-left: 10px;
    border-radius: 6px;
}
.offer_pkg {
	background-color: #eee;
	padding-bottom: 40px;
	padding-top: 10px;
}
.inner_banner .carousel-inner .item > img{
	height:500px !important;
}
#w {
	display: block;
	max-width: 100%;
	min-width: 300px;
	margin: 0 auto;
	padding: 2px 3px;
}
.crsl-items {
	display: block;
	padding: 5px;
}
.crsl-item {
	background: #fff;
	background-color: #fff;
	margin-bottom: 10px;
	margin-top: 10px;
}
.crsl-item a {
	text-decoration: none !important;
}
.crsl-item img {
	width: 100%;
	height: 250px;
}
.crsl-item p {
	color: #000;
	text-transform: uppercase;
	font-size: 22px;
	padding: 0 15px;
	margin: 0;
	float: left;
	width: 100%;
	height: 55px;
	overflow: hidden;
	line-height: 55px;
}
.slidernav {
	display: block;
	text-align: center;
	margin-bottom: 0px;
	position: relative;
}
.slidernav a {
	display: inline-block;
    padding: 5px 15px;
    position: absolute;
    top: 135px;
    font-size: 25px;
    background: #e34d29;
    color: #fff;
    z-index: 1;
    text-decoration: none;
}
.slidernav .previous{
	left: -22px;
}
.slidernav .next{
	right: -22px;
}
.slidernav a:active {
	background-color: #000;
}
.section_title {
    color: #2f9fd1;
    font-size: 30px;
    text-align: center;
    font-weight: bold;
}
.col-lg-3{
	padding: 0 6px;
}
.dom_int {
}
.dom_int .pkg_box {
	position: relative;
	height: 325px;
	margin-bottom: 10px;
	overflow: hidden;
	-webkit-transition-duration: .5s;
	transition-duration: .5s;
}
.dom_int .pkg_box a img {
	width: 100%;
	position: absolute;
	height: 100%;
	z-index: 1;
}
.dom_int .pkg_box a {
	text-decoration: none !important;
}
.dom_int .pkg_box a h4 {
	background-color: #00000080;
    position: absolute;
    color: #fff;
    margin: 0;
    padding: 15px;
    z-index: 2;
}
.dom_int .pkg_box a p {
	background-color: #094480d1;
	color: #fff;
	font-size: 20px;
	padding: 8px 15px;
	position: absolute;
	bottom: 42px;
	z-index: 2;
	bottom: -80px;
	width: 100%;
	-webkit-transition-duration: .5s;
	transition-duration: .5s;
}
.dom_int .pkg_box:hover p {
	bottom: -10px;
}
.review_home {
	background-image: url(../image/review.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	padding: 30px 0;
	margin: 50px 0 0;
    background-size: cover;
}
.review_box {
    float: right;
    background-color: #4a6d82;
    width: 450px;
    padding: 20px;
}
.review_box h2 {
	color: #ed1c24;
	font-family: blackchancery;
	text-align: center;
	font-size: 40px;
}
.review_box span {
	color: #fff;
	font-size: 50px;
	font-family: arial;
	line-height: 15px;
	height: 5px;
	display: block;
}
.review_box .comma2 {
	float: right;
}
.review_box p {
	font-size: 16px;
	color: #fff;
	text-align: justify;
	line-height: 25px;
	font-size: 14px;
}
.review_box a {
	background-color: #ed1c24;
	display: inline-block;
	color: #fff;
	border-radius: 45px;
	width: 200px;
	padding: 10px 0;
	font-size: 20px;
	text-align: center;
	margin-top: 20px;
}
.review_box a:hover {
	text-decoration: none;
	color: #fff;
}
.clients {

    margin: 20px 0 0;
}
.clients img {
	width: 70px;
	height: 70px;
	display: inline-block;
	margin: 10px;
	border: 1px solid #eee;
}
.inner_banner div {
    position: relative;
}
.inner_banner {
    background: url('../image/thailand-banner.jpg') no-repeat center center;
    background-size: cover;
    padding: 180px 0px 40px 0px;
    position: relative;
}
/*
.inner_banner::before {
    content: '';
    position: absolute;
    background: linear-gradient(to top, rgb(29, 36, 42,0.63) 15%, rgba(0, 0, 0, 0) 100%);
    top: 0px;
    bottom: 0px;
    left: 0px;
    width: 100%;
} */
.inner_banner h2 {
    display: inline-block;
    font-weight: 600;
    margin: 6px 0 15px;
}
.inner_banner h2 span {
    color: #000;
    font-size: 3.6rem;
    font-weight: 600;
}
.inner_banner ul {
    margin-bottom: 0px;
	padding:0;
}
.inner_banner ul li { 
    display: inline-block;
    padding: 0px 5px;
}
.inner_banner ul li i{
    color: #909090;
    line-height: 1.6;
}
.inner_banner a {
    color: #909090;
    font-size: 16px;
    font-weight: bold;
}
.inner_banner p {
    color: #d6d6d6;
    font-size: 20px;
    font-weight: 100;
}

.banner_book {
    background: #253d52;
    z-index: 9999;
    box-shadow: 1px 3px 5px rgba(0, 0, 0, 0.37);
}
.banner_book_1 ul {
    padding: 0px;
    position: relative;
    overflow: hidden;
    margin-bottom: 0px;
}
.banner_book_1 ul li a i{
	color: #fff;
}
.banner_book_1 ul li {
    display: inline;
    line-height: 55px;
    font-size: 18px;
    border-right: 1px solid #314c64;
    color: #fff;
    float: left;
    width: 24%;
    text-align: center;
}
.banner_book_1 ul li:last-child {
    border-right: 0px solid rgba(3, 3, 3, 0.12);
    padding-left: 0px;
}
.banner_book_1 ul li.dl4 form {
    margin: 0px;
}
.banner_book_1 ul li a {
        background: #e24a25;
    display: block;
    cursor: pointer;
    text-align: center;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
    line-height: inherit;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.detail-tour{
	padding: 20px 0;
}

.tour_head1 h3 {
    color: #094480;
    margin-bottom: 20px;
    margin-top: 10px;
    font-weight: 600;
    font-size: 20px;
}
.hotel-com-color p {
    font-size:16px;
}
.full-detail ul li a{
    color: #094480;
    font-weight: bold;
}
.detail-tour .carousel-indicators {
    display: block !important;
}
.detail-tour .carousel-control {
    display: block !important;
}
.detail-tour .carousel-inner .item > img{
	height: 300px;
}
.tour_head h2 {
    color: #213d44;
    /* text-transform: uppercase; */
    font-weight: 600;
    margin-top: 0px;
    font-size: 36px;
}
.mobhiddn{
	color: #fff;
	font-size: 20px;
}

.right-cart {
    background: #fff;
    padding: 15px;
    border: 1px solid;
    border-top: 3px solid #094480;
}
.right-cart label{
	font-size: 20px;
}
.cart-item {
    list-style: none;
    padding-bottom: 16px;
    border-bottom: 1px solid #e8e9ec;
    margin-bottom: 16px;
}
.cart-list ul li{
	padding-bottom:10px;
	border-bottom: 1px solid #e0e0e0;
}

.edit-cart span a{
	font-size: 16px;
	font-weight: bold;
    color: #000;
    margin: 10px;
}
.cont-tour p{

    font-size: 16px;
    font-weight: bold;
    color: gray;
}
.rate-cart{
    float: right;
    font-size: 18px;
    font-weight: bold;
    color: black;
}

.cart-list ul{
	margin: 0;
}
.cart-list ul li{
	list-style: none;
}
.image-container{
	float: left;
	margin-right: 10px;
}
.details-list{
	font-size: 18px;
}
.tour-title .title a{	
    font-weight: bold;
    color: #000;
    font-size: 18px;
}
.right-cart p a{
	font-size: 18px;
	text-decoration: none;
}
.cart-btn .btn{
	width: 100%;
	border-radius: 30px;
    font-weight: bold;
	font-size: 16px;
}
.cart-btn .btn{
	margin: 10px 0;
}
.cart-btn .btn:last-child{
	background: #fff;
	color: #204d74;
	border: 1px solid;
}
.right-cart p{
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}
.gren{
	color: green;
	font-weight: bold;
	text-align: center;
}
.edit-cart input{
    width: 13%;
    border: none;
    border-bottom: 1px solid;
    font-weight: 800;
    padding: 5px 0;
    text-align: center;
    font-size: 16px;
}
.billing-details form .back{
	background: transparent;
	color: #337ab7;
}
.billing-details input{
	font-size: 16px;
}
.right-bill .img{
	width: 100%;
	margin-bottom: 010px;
	height: 200px;
}
.trust-block-title{
    font-size: 1.6rem;
    font-weight: bold;
}
.trust-block .payment-methods {
    list-style: none;
    overflow: hidden;
    padding: 0;
    margin: 10px 0 0 0;
}
.payment-method.paypal {
    background-image: url(https://cdn.getyourguide.com/static/41411e80cfb8/customer/desktop/cached/paypal_border.svg);
    height: 36px;
    display: block;
    padding: 17px;
    background-size: cover;
    background-position: center;
    width: 55px;
}
.billing-details label{
	font-size: 16px;
}
.first{
	font-size: 16px;
}
.bill-img p{
	font-size: 16px;
}
.right-bill .bill-title{
	font-size: 18px;
	color: #000;
	font-weight: bold;
}
.right-bill {
    padding: 15px;
    background: #e7f4ff;
}

.gren i{
	color: green;
}
.price-cart label:last-child{
	float: right;
}
#tag img{
	width: 100%;
}

.list-pack hr{
	margin:10px 0; 
}
	.list-dec {
		color: gray;
		font-size: 14px;
	}
	.floatright{
		float: right;
	}
	.list-pack .days span {
	    font-size: 16px;
	    color: black;
	}
	.list-pack .list-dec{
	    font-size: 16px;
	}

	.list-pack .list-dec h2{
	    font-size: 14px;
    margin: 0 0 10px;
	}
	.list-pack{
		margin:10px 0; 
		height: 460px;
	}
.list-pack a img{
	width: 100%;
	height: 200px;
}
.list-pack a{
    margin-bottom: 10px;
    display: block;
    border-top: 1px solid #e6e6e6;
}
.dropbtn {
     background-color: #4caf5000;
    border: none;
    font-size: 16px;
    color: #000;
    font-family: mytour-bold;
    padding: 10px;
    font-weight: bold;
    margin: 15px 10px 10px;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #fff;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  border-bottom: none !important;
}

.dropdown-content a:hover {background-color: #ddd;}

.dropdown:hover .dropdown-content {display: block;}

.dropdown:hover .dropbtn {
  border-bottom:2px solid #094480; 
}






.news_letter h5 {
	color: #fff;
	font-size: 16px;
	margin-top: 25px;
	margin-bottom: 15px;
}
.news_letter input[type="email"] {
	float: left;
	background-color: #fff;
	border: 0px;
	padding: 10px;
	width: 50%;
	border-radius: 4px 0 0 4px;
}
.news_letter input[type="submit"] {
	background-color:#094480;
	border: 0px;
	padding: 10px;
	color: #fff;
	text-transform: uppercase;
	width: 23%;
	border-radius: 0 4px 4px 0;
}
.footer_social p {
	display: inline-block;
	font-size: 16px;
	padding-right: 10px;
}
.footer_social a {
	display: inline-block;
	margin-right: 10px;
	padding: 0;
}
.footer_social a i {
	font-size: 20px;
	color: #fff;
	width: 30px;
	height: 30px;
	text-align: center;
	display: block;
	line-height: 30px;
	border-radius: 50%;
	margin: 0;
}
.footer_social a .fa-facebook:hover {
	background-color: #3b5998;
}
.footer_social a .fa-twitter:hover {
	background-color: #6acff4;
}
.footer_social a .fa-google-plus:hover {
	background-color: #d13f2d;
}
.footer_social a .fa-linkedin:hover {
	background-color: #3272bd;
}
.footer_social a .fa-instagram:hover {
	background: rgba(122,34,185,1);
	background: -moz-linear-gradient(top, rgba(122,34,185,1) 0%, rgba(195,38,106,1) 50%, rgba(221,147,62,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(122,34,185,1)), color-stop(50%, rgba(195,38,106,1)), color-stop(100%, rgba(221,147,62,1)));
	background: -webkit-linear-gradient(top, rgba(122,34,185,1) 0%, rgba(195,38,106,1) 50%, rgba(221,147,62,1) 100%);
	background: -o-linear-gradient(top, rgba(122,34,185,1) 0%, rgba(195,38,106,1) 50%, rgba(221,147,62,1) 100%);
	background: -ms-linear-gradient(top, rgba(122,34,185,1) 0%, rgba(195,38,106,1) 50%, rgba(221,147,62,1) 100%);
	background: linear-gradient(to bottom, rgba(122,34,185,1) 0%, rgba(195,38,106,1) 50%, rgba(221,147,62,1) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7a22b9', endColorstr='#dd933e', GradientType=0 );
}
 @media (min-width:768px) {
.design_by {
	text-align: right;
}
.footer_content {
	width: 35%;
}
.footer_links {
	width: 35%;
}
}
/* ABOUT CSS */
.listing-tabs{
	margin-top: 10px;
}
.about-banner {
	background:url('../image/footer.jpg') center;
    background-size: cover;
    position: relative;
    padding: 100px 0 50px;
}
.about-banner .overlay-bg {
	background:#00000021;
}
.about-form{
	background: #00000045;
	padding:0 20px 20px;
}
.about-form h2{
	color: #fff;
}

.itnry {
    padding: 10px 0 0;
    margin: 0;
    list-style-type: none;
}
.itnry li {
    padding: 0px;
    margin: 0px;
    cursor: pointer;
    list-style-type: none;
    display: inline-block;
    width: 19%;
    text-align: center;
    font-size: 14px;
    overflow: hidden;
}
.itnry li figure {
    padding: 0px;
    margin: 0px;
}
.itnry li p {
    padding: 0px;
    margin: 0px;
    color: #000;
}
.packages figure {
    position: relative;
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 0.8s ease;
    transition: all 0.8s ease;
    transform: scale(1);
}
.packages figure:hover {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1.06);
}
.banner-text h1{
    font-weight: bold;
    font-size: 4em;
}
 .banner-text h3{
      color: #fff12e;
    font-size: 2em;
} 

.banner-text{
	color: #FFF;
	margin-top: 15%;
}
.about-form input{
	width: 100%;
    margin: 5px 0;
	padding: 10px;
    border: none;
    border-radius: 5px;
}
.about-form input[type="submit"]{
	width: 40%;
}
.about-form select{
	width: 100%;
    margin: 5px 0;
    height: 40px;
    font-size: 13px;
	padding: 10px;
}
.overlay {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}
.align-items-center {
	align-items: center !important;
}
.about-content {
	padding: 20px 0px;
	text-align: center;
}
.list-pack .rate{
	color: #419fff;
	float: right;
}
.list-pack img{
	margin-bottom: 5px;
}
.travel img{
	width:100%;
	height:220px;
}
.list-pack span{
    color: black;
    font-size: 1.3em;
    font-weight: bold;
}

.btn-wrap{
	float:right;
}
.btn-cta input[type="submit"]{
    color: #fff;
    background-color: #094480;
    border-color: #094480;
	border-radius: 40px;
    border: none;
    padding: 10px 60px;
    font-size: 18px;
	margin:10px 0;
}

.top-border-highlight {
	border:1px solid #ccc;
    border-top: 4px solid #094480;  
	padding: 15px;
    float: left;
    width: 100%;
	margin-bottom:20px;
	margin-top:30px;
	
}
.price-block .price {
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    flex-grow: 1;
    -ms-flex-positive: 1;
    margin: 0;
    text-align: left;
    margin-bottom: 16px;
    margin-left: 16px;
}
.pp p{
    font-size: 14px;
    font-family: sans-serif;
}
.pp ul li{
    font-size: 14px;
    font-family: sans-serif;
}

.list-pack form input[type='submit']{
	
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
    
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
.banner_book_1 ul li input[type='submit']{
	    background: #e24a25;
    display: block;
    cursor: pointer;
    text-align: center;
    color: #fff;
    font-size: 18px;
    width: 100%;
    text-decoration: none;
    border: none;
    line-height: inherit;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

/*.about-content h1 {

font-size: 48px;

font-weight: 600;

}

.text-white {

color: #fff !important;

}

*/



.link-nav {
	margin-top: 10px;
	margin-bottom: 0px;
}
.about-content a {
	color: #fff;
	font-weight: 300;
	font-size: 14px;
}
.about-content .lnr {
	margin: 0px 10px;
	font-weight: 600;
}
a, a:focus, a:hover {
	text-decoration: none;
	outline: 0;
}
.about-content .fa {
	font-size: 13px;
	color: #fff;
}
.section-gap {
	padding: 70px 0;
}
.align-items-center {
	align-items: center !important;
}
.about-info-area .info-left img {
	width: 100%;
}
.img-fluid {
	max-width: 100%;
	height: auto;
}
.info-right {
	padding: 0px;
}
.dtl_des {
	padding: 20px;
	text-align: center;
}
.dtl_top {
	background-color: #eff1ff;
}
.about-info-area .info-right h1 {
	text-transform: uppercase;
	margin: 0px 0px 10px;
}
.about-info-area .info-right p {
	max-width: 100%;
	text-align: justify;
	line-height: 25px;
}
#colorlib-testimony {
	padding: 2em 0;
	clear: both;
}
.colorlib-light-grey {
	background: #f8f8f8;
}
.js .animate-box {
	opacity: 0;
}
.colorlib-heading {
	margin-bottom: 1em;
}
.colorlib-heading span {
	display: block;
	margin-bottom: 10px;
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 2px;
}
.colorlib-heading span i {
	color: #F7AF1D;
}
 [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;
}
.colorlib-heading h2 {
	font-size: 34px;
	margin-bottom: 20px;
	line-height: 1.5;
	color: #000;
	position: relative;
}
.testimony {
	position: relative;
	padding: 2em;
	background: #fff;
	box-shadow: 0px 20px 18px -17px rgba(0, 0, 0, 0.07);
}
.testimony .img-user {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	width: 120px;
	height: 120px;
	display: block;
	margin: 0 auto;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
}
.testimony .user {
	display: block;
	margin-top: 10px;
	font-size: 20px;
	margin-bottom: 10px;
}
.testimony small {
	display: block;
	margin-bottom: 20px;
	font-size: 14px;
	color: #999999;
}
.testimony blockquote {
	padding: 0;
	margin: 0 0 20px 0;
	border: none;
	font-size: 17.5px;
}
/* CONTACT CSS */
.max-me p{ 
	font-size: 16px;
    font-weight: bold;
    margin: 25px 10px 0;
  }
.max-me p i{ 
	color: #e24a25;
  }
.contact-page-area {
	background: #f9f9ff;
}
.section-gap {
	padding: 50px 0;
}

.contact-form input{
	width: 100%;
}
.form-group {
	margin-bottom: 1rem;
}
.contact-page-area .address-wrap .single-contact-address {
	margin-bottom: 8px;
}
.flex-row {
	flex-direction: row !important;
}
.contact-page-area .address-wrap .single-contact-address h5 {
	font-weight: 300;
	font-size: 16px;
	display: flex;
	margin-top: 5px;
}
.contact-page-area .form-area input, .contact-page-area .form-area textarea {
	border-radius: 0;
	font-size: 13px !important;
}
.contact-page-area .form-area input {
	padding: 15px;
}
.mb-20 {
	margin-bottom: 20px !important;
}
.form-control {
	display: block;
	width: 100%;
	padding: 0.375rem 0.75rem;
	font-size: 1.5rem;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	border-radius: 0.25rem;
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.form-group {
	margin-bottom: 1rem;
}
.contact-page-area .form-area textarea {
	height: 190px;
	margin-top: 0px;
	padding: 15px;
}
.contact-page-area .form-area .genric-btn {
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	border-radius: 0 !important;
	font-size: 14px;
	text-transform: uppercase !important;
}
.genric-btn.primary {
	color: #fff;
	background:#e24a25;
	border: 1px solid transparent;
}
.genric-btn {
	display: inline-block;
	outline: none;
	line-height: 40px;
	padding: 0 30px;
	font-size: .8em;
	text-align: center;
	text-decoration: none;
	font-weight: 500;
	cursor: pointer;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.contact-page-area .address-wrap .single-contact-address .fa {
	font-size: 30px;
	font-weight: 500;
	color: #e24a25;
	margin-right: 10px;
}
/*.contact-page-area .map-wrap {margin-bottom: 120px;}*/

.form-area input, textarea:focus {
	outline-style: 1px solid #ced4da!important;
	box-shadow: none!important;
	border: 1px solid #ced4da;
}
.form-area input {
	padding: 25px!important;
	;
}
.form-area .genric-btn:hover {
	border: 1px solid #1869f1!important;
	color: #1869f1 !important;
	background: transparent;
}
.icon, .contact-details {
	display: inline-block;
}
.contact-page-area .mb-20 {
	margin-bottom: 17px!important;
}
/* LISTING CSS */	

.list_row {
	margin: 0;
	margin-top: 30px;
	background: #f3f4ff;
	padding: 15px;
	width: 90%;
	margin-left: 5%;
	border-radius: 10px;
	border: 1px solid #ccc;
	box-shadow: 1px 1px 8px #ccc;
}
.list_row:last-child {
	margin-bottom: 0px;
}
.mac {
	padding: 0;
	width: 30%;
	float: left;
	position: relative;
	height: 230px;
}
.mac img {
	position: absolute;
	width: 100%;
	height: 100%;
}
.max-me {
	width: 46%;
	float: left;
	margin: 0 2%;
}
.max-me a.view_dtl {
	text-decoration: none;
	color: #fff;
	background: #e24a25;
	display: inline-block;
	padding: 7px 10px;
	border-radius: 5px;
	margin-top: 20px;
}
.max-me h2 {
	font-size: 22px;
	margin-bottom: 10px;
	margin-top: 0;
	font-weight: bold;
	color: #e24a25;
}
.text-muted {
	color: #777;
}
.logs {
	margin-left: 0;
	margin-top: 11px;
	padding-left: 0px;
	clear: both;
}
.logs span {
	display: inline-block;
	text-align: center;
	margin-right: -1px;
}
.price {
    float: left;
    margin: 0;
}
.price span {
    display: block;
    font-size: 18px;
} 
b, strong{
	font-size:16px;
}
.price strong {
    font-size: 20px;
}
.price h4 {
	color: #3a3a3a;
	font-size: 25px;
	padding-top: 42px;
	font-weight: bold;
	text-align: center;
}
.price .btn-success {
    background: #e24a25;
    border-color: #e24a25;
    margin-top: 16px;
    float: left;
    width: 90%;
	margin-left:5%;
    padding: 10px 0;
    text-align: center;
}
.dtl_prbtn {
	border-radius: 0;
	background: #ed1c24;
	border-color: #ed1c24;
	margin-top: 16px;
	margin: 20px auto;
}
.dtl_prbtn:hover { background-color:#222; border-color:#222;}
.dtl_alltime {
	width: 80px;
	display: block;
	margin: 10px auto 25px auto;
}
.dtl_call {
	display: block;
	font-size: 18px;
	color: #444;
	text-align: center;
	margin-top: 5px;
}
.dtl_call:hover {
	color: #ed1c24;
}
.dtl_call .fa-phone {
	color: #ed1c24;
	font-size: 25px;
	margin-right: 7px;
	display: inline-block;
	vertical-align: middle;
}
.dtl_call .fa-whatsapp {
	color: #fff;
	background-color: #0C0;
	border-radius: 50px 50px 50px 50px;
	height: 25px;
	width: 25px;
	font-size: 30px;
	margin: 0;
	line-height: 25px;
	margin-left: -1px;
	margin-bottom: -2px;
	margin-right: 7px;
	vertical-align: middle;
}
.max-me p strong i {
	font-size: 20px;
}
.testimony {
	position: relative;
	padding: 2em;
	background: #fff;
	box-shadow: 0px 20px 18px -17px rgba(0, 0, 0, 0.07);
}
.dtl_bridcrumb {
	font-size: 12px;
	color: #444;
	margin-top: 10px;
	margin-bottom: 0;
}
.dtl_bridcrumb a {
	font-size: 12px;
	text-decoration: none !important;
	color: #444;
}
.dtl_bridcrumb i {
	font-size: 12px;
	font-weight: 100;
	margin: 0 5px;
}
/* DETAILS CSS */

.tab {
	overflow: hidden;
	border: 1px solid #ed1c24;
	background-color: #f1f1f1;
}
.tab button {
	float: left;
	border: 2px solid #fff;
	outline: none;
	cursor: pointer;
	padding: 14px 16px;
	transition: 0.3s;
	font-size: 17px;
	background-color: #eff1ff;
	width: 20%;
	margin: 0;
	color: #444;
}
.tab button:hover {
	background-color: #000;
	color: #fff;
}
.tab button.active {
	background-color: #ed1c24;
	color: #fff;
}
.tab button:first-child {
	margin-left: 0px;
}
.tab button:last-child {
	margin-right: 0px;
}
.tabcontent {
	display: none;
	padding: 6px 12px;
	border: 1px solid #ccc;
	border-top: none;
	float: left;
	width:100%;
}
.above-footer {
	background-color: #eff1ff;
	width: 100%;
	height: 130px;
	padding: 20px;
}
.above-footer i {
	font-size: 28px;
	color: transparent;
	display: block;
	text-align: center;
	-webkit-text-stroke:1px #e24a25;
	font-weight: 600;
}
.above-footer p {
	font-size: 18px;
	text-align: center;
	margin-top: 20px;
	font-weight: 600;
	color: #444;
}
.carousel-control {
	background-image: linear-gradient(to right, rgba(0,0,0,.0001) 0, rgba(0, 0, 0, 0) 100%);
}
.carousel-control span {
	top: 50%;
	position: absolute;
}
 @media (max-width:768px) {
.before_nav {
	text-align: left;
}
.before_nav .container {
	padding-left: 5px;
	padding-right: 5px;
}
.before_nav a {
	font-size: 14.5px;
	letter-spacing: 0px;
}
/*.header {
	background-color: #00000057;
}*/
.navbar-default .navbar-toggle .icon-bar {
	background-color: #fff;
}
.navbar-default .navbar-brand {
	padding-left: 10px;
}
.navbar-brand>img {
	max-width: 150px;
}
.header .nav li a {
	margin: 0;
	border-bottom: 1px solid #444;
	background-color: #676762;
}
/*.navbar-default .navbar-nav .open .dropdown-menu>li>a {
	color: #fff;
}*/
.search_tour {
    width: 100%;
    margin-left: 0;
    bottom: 6%;
    left: 0%;
}
.search_tour h1{
	color: #fff;
}
.search_tour p{
	color: #000;
}
.search_tour h1{
	font-size: 28px;
	padding: 0 25px;
}
.search_tour p{
	font-size:16px;
	padding: 0 25px;
}
.search_tour h2 {
	font-size: 40px;
	margin-top: 10px;
	margin-bottom: 7px;
}
.search_tour .header_search h3 {
	font-size: 10px;
}
.header_search input[type="text"]{	
    padding: 10px !important;
    width: 70% !important;
}
.search_tour input[type='submit']{
    padding: 10px !important;
    width: 25% !important;
}
.search_tour select {
	width: 100%;
	margin: 0 0 10px 0;
}
.search_tour input {
	width: 100%;
	margin: 0;
}
.slidernsearch {
	height: 260px;
	margin-top: 60px;
}
.packSlider {
	margin-top: 60px;
}
.carousel-inner .item > img {
	height: 200px;
	object-fit: cover;
}

#bannerSlider.package .carousel-inner .item > img {
	height: 50vh;;
}
.search_tour .header_search {
	padding: 10px;
}
.section_title {
	font-size: 24px;
}
.dom_int .pkg_box {
	padding: 0;
}
.dom_int .pkg_box a p {
	bottom: -80px;
	transition: 0.3s;
}
.dom_int .pkg_box:hover a p {
	bottom: -10px;
	transition: 0.3s;
}
.review_box {
	background-color: #121921ad;
	width: 100%;
	float: left;
}
.review_home {
	padding: 50px 0;
	margin: 20px 0;
}
footer {
	background-position: 0;
	margin-top: 20px;
	position: relative;
}
footer p, .footer_social p {
	padding: 0px;
	margin: 0;
}
.footer_social a {
	margin-right: 5px;
}
.footer_logo {
	margin: 0 0 5px 0;
}
footer h3 {
	margin: 20px 0 10px 0;
	border-bottom: 1px dotted #fff;
	padding-bottom: 10px;
}
footer .footer_color {
	padding: 30px 0 20px 0;
}
.about-content {
	padding: 10px 0;
}
.about-content h1 {
	font-size: 25px;
	margin-top: 0;
}
.news_letter{
	margin-bottom: 20px;
}
.news_letter input[type="email"]{
	width: 77%;
}
.box {
	height: auto;
}
.mac, .max-me, .price {
	width: 100%;
}
.max-me {
	margin: 10px 0%;
}

.price {
	height: auto;
}
.price h4 {
	padding-top: 5px;
}
.price span {
	display: block;
}
.price .btn-success {
	margin-bottom: 10px;
}
.testimony {
	padding: 15px;
	margin-bottom: 15px;
}
}
 @media (max-width:991px) and (min-width:768px) {
.max-me {
	width: 44%;
}
.price {
	width: 22%;
}
/*.navbar-brand>img {
	max-width: 150px;
}*/
}
.dtl_des h2 {
	margin-top: 0;
	font-size: 23px;
	color: #444;
	text-align: center;
	border-bottom: 1px dashed;
	padding-bottom: 15px;
	letter-spacing: 1px;
}
.dtl_des h3 {
	color: #ed1c24;
	text-align: center;
	font-weight: 900;
	margin: 20px 0;
}
.dtl_des ul, .max-me ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
    padding-left: 0;
}
.dtl_des ul li, .max-me ul li {
	/*line-height: 20px;*/
	font-size: 12px;
	text-align: left;
	margin-bottom: 10px;
	background-image:url(../images/check.png);
	background-repeat:no-repeat;
	padding-left: 25px;
}
.dtl_des ul li i, .max-me ul li i {
	color: #ed1c24;
	font-size: 12px;
	margin-right: 5px;
}
.red {
	color: red;
}
.checkbox {
	padding-left: 20px;
}
.panel h2 {
	color: #ed1c24;
	font-size: 18px;
	margin: 8px 0 8px 0;
}
.panel p {
	color: #4c4c4c;
	font-size: 14px;
	margin-bottom: 10px;
	line-height: 24px;
}
.login-form .form-group {
	margin-bottom: 10px;
}
.login-form .form-group {
	margin-bottom: 10px;
}
#Login .smt-btn:hover {
	background: #e08c19;
}
#Login .smt-btn {
	float: right;
	background: #ed1c24;
	border: #ed1c24;
	border-radius: 2px;
	width:100px;
	margin-top: 10px;
	margin-right: 10px;
}
#Login .smt-btn i { color:#fff;}
#Login .smt-btn:hover {background: #000;}
.header_search input[type="text"] {
	background: #f7f7f7 none repeat scroll 0 0;
	border: 1px solid #ffffff;
	border-radius: 6px;
	font-size: 14px;   
	padding:12px; 
	width: 78%;
}
.panel10 {
	width: 100%;
	padding-left: 10px;
	margin-top: 0px;
	margin-bottom: 2px;
	display: inline-block;
}
.panel50 {
	width: 48%;
	margin-left: 15px;
}
.checkbox label {
	padding-left: 0;
}
.modal-dialog {
	margin: 110px auto;
}
.panel {
	border-radius: 0;
	margin-bottom: 20px;
	border-bottom: 1px solid #00000014;
}
.panel50 label {
	color: #fff;
}

label b {
	color: #fff;
}
.main-div {
    background: url(../image/modal-bac.jpg);
    background-size: cover;
    background-position-x: right;
    padding-bottom: 10px;
}
.dtldaywitnary {
	float: left;
	width: 100%;
	margin-bottom: 20px;
	border-bottom: 1px solid #eee;
	padding-bottom: 20px;
}
.dtldaywitnary .col-lg-2 {
	padding-left: 0px;
}
.dtldaywitnary .col-lg-2 img {
	width: 100%;
	height: 130px;
}
.dtldaywitnary .col-lg-10 .dtldaywitnary_h {
	font-size: 17px;
	color: #444;
	margin-bottom: 5px;
}
.dtldaywitnary .col-lg-10 .dtldaywitnary_p {
	font-size: 17px;
	color: #777;
	margin: 0px;
	font-size: 14px;
}
.c-tab__content p {
	line-height: 25px;
}
.map-wrap {
    margin-top: 50px;
    float: left;
    width: 100%;
    padding: 0 15px;
}
#myForm input {
	background-color: #fff !important;
	border: 1px solid #ccc;
	font-size: 14px;
}
.caret {
    border-top: 4px dashed #000;
}
.home {
}
.home i {
    font-size: 24px;
    vertical-align: middle;
    margin-top: -4px;
    color: #000;
}


.before_nav { position:absolute; background-color:transparent;}
.header { position:absolute;}
.carousel-indicators, .carousel-control i{ color: #fff;font-size: 35px;}
.before_nav { border-bottom:0px;display:none;}
@media screen and (min-width:1100px) {.carousel-inner .item > img {height:600px;}}
@media (max-width:1099px) and (min-width:992px) {.carousel-inner .item > img {height:600px;}}
.header { top:0px;}
@media (max-width:768px) {.section_title{ height:60px;}}


@media (max-width:992px) and (min-width:768px) {
.navbar .container { width:100%; padding:0 5px;}
.navbar .collapse { padding:0px;}.navbar-right{float: left!important;width: 100%;text-align: center;}
.navbar-nav>li {display: inline-block;}
.navbar-default .navbar-brand{ padding:0px;}
.navbar-header { float:left; width:100%;}
.navbar-brand{ height:auto; width:100%; text-align:center;}
.logo img { margin:auto !important; margin-top:5px !important;}
.header .nav li a{ margin:0px;padding:6px 3px 6px 4px !important; margin-bottom:5px;font-size: 13px;border-right: 1px solid #888;}
.header .nav li:last-child a { border-right:0px;}
.list_row { width:100%; margin-left:0px;}
}
@media (max-width:1200px) and (min-width:1024px) {
.header .nav li a { font-size:13px;padding: 10px 5px;}
.logo img{width: 180px; margin-top: 5px;}
}
@media (max-width:1023px) and (min-width:768px) {
.navbar .container { width:100%;} 
.header .nav li a{padding: 10px 5px;font-size: 13px;}
.logo img{width: 190px; margin-left: 15px; margin-top: 5px;}
.news_letter input[type="email"] { width:100%;}
.news_letter input[type="submit"] { width:100%; max-width:100px; margin-top:10px;}
.above-footer { height:160px;}
.carousel-inner .item > img {height: 250px;}
}	 
@media (max-width:1024px) {
footer p { padding:0px;}
}
@media (max-width:768px) {
.tab button { width:auto; padding:7px 10px;}
.above-footer { padding:10px;    margin-bottom: 15px;}
.above-footer p {    font-size: 16px;margin-top: 15px;}
.section-gap {padding: 0 0 30px 0;}
.navbar-default .navbar-toggle {border-color: #032b54;background-color: #ddd;}
.navbar-default .navbar-toggle .icon-bar {background-color: #032b54;}
.section_title {margin: 15px 0;
    height: 40px;
    background-image: none;
    border-bottom: 1px dashed;
    padding-bottom: 15px;}
.list_row {    margin-top: 20px;padding: 5px;border-radius: 5px;    width: 100%;margin-left: 0;}
.mac { height:150px;}
.price h4, .price span { display:inline-block;}
.max-me a.view_dtl { margin-top:10px;}
.panel50 { width:90%;}
input[type="text"] {    background: #f7f7f7c2 none }
.map-wrap { margin-top:20px;}
.inner_banner {
	margin-top:17% !important;
}
}


span .payment{    border: 1px solid #fff;
    display: inline-block;
    padding: 0px 15px;
    background: rgb(72, 98, 110);}

.sticky-bac {
    background-color: #094480 !important;
    box-shadow: 0px 3px 10px #00000070;
    transition: .5s;
} 

.blog-img {
	position: relative;
}
.blog-img img {
	width: 100%;
	height: 250px;
}
.post-category a {
	display: inline-block;
	background-color: #FF7200;
	color: #fff;
	font-size: 15px;
	padding: 5px 20px;
}
.single-blog:hover img {
	opacity: .85;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)"
}
.post-category {
	position: absolute;
	left: 0;
	bottom: 0;
}
.blog-content {
	padding: 30px 20px;
}
.single-blog {
	border: 1px solid #eee;
}
.blog-title h4 a{
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 5px;
}
.meta ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.meta {
	margin-bottom: 20px;
	opacity: .85;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
}
.blog-content a.box_btn {
	display: inline-block;
	background-color: #FF7200;
	padding: 5px 15px;
	color: #fff;
	text-transform: capitalize;
	margin-top: 20px;
}
a.box_btn::before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	background-color: #CC5B00;
	left: -100%;
	top: 0;
	-webkit-transition: .5s;
	transition: .5s;
	z-index: -1;
}
a.box_btn {
	overflow: hidden;
	z-index: 2;
	-webkit-transition: .5s;
	transition: .5s;
	position: relative;
	text-decoration:none;
}
a.box_btn:hover::before {
	left: 0;
	z-index: -1;
}
/*Static footer with call button*/
/*.footerCallNow {
    position: fixed;
    left: 0;
    bottom: 0;
    height: 60px;
    width: 100%;
    background: #fff;
    display: none;
}
.footerCallNow a{
	font-size: 50px;
	padding: 0px 20px;
}
.footerCallNow a i{
	color: #04AA6D;
}
.footerCallNow a:nth-child(1){
	color: #04AA6D;
	float: left;
}
.footerCallNow a:nth-child(2){
	color: #25D366;
	float: right;
}*/
/*Footer social buttons*/
 .social-buttons {
    /*display: flex;*/
    align-items: center;
    gap: 3vw;
    background-color: white;
    padding: 2.5vw;
    position: fixed;
    bottom: 0;
    width: 100%;
    box-shadow: 0 -0.5vw 1.25vw rgba(0, 0, 0, 0.2);
    z-index: 1000;
    display: none;
}

.social-buttons i{
	margin-right: 0;
}

.social-buttons .button {
    width: 14vw;
    height: 10vw;
    border-radius: 1.25vw;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 5vw;
     /*Icon size */
    text-decoration: none;
}

.button.phone {
    background-color: #34b7f1;
}

.button.whatsapp {
    background-color: #25d366;
}

.button.facebook {
    background-color: #3b5998;
}

.button.instagram {
    background: linear-gradient(45deg, #833AB4, #C13584, #E1306C, #FD1D1D, #F56040, #FCAF45);
}

.button.send-query {
    width: auto;
    height: 10vw;
    padding: 0 2vw;
    background-color: #ff6347;
    border-radius: 1.25vw;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 4vw;
    text-decoration: none;
}

 /*rating star*/
 .rating-star .active{
 	color: orange;
 }

 /*Related trips style*/

 .imgContainer{
 	height: 68%;
 	margin-top: -20px;
 	margin-right: -20px;
 	margin-left: -20px;
 }

 .imgContainer img{
 	object-fit: cover;
 	height: 100%;
 	width: 100%;
 	border-radius: 16px 16px 0px 0px;
 }



/*Banner grid style*/
.grid .item img {
  width:  100%;
  height: 30vh;
  object-fit: cover;
  border-radius: 10px;
}
.grid .item-right{
	height: 100%;
}
.grid .item-right .img{
	margin-right: -13px!important;
	margin-top: 3px;
}
.grid .item-left .img{
	margin-top: 3px;
	margin-right: -13px!important;
}
.grid .item-left img {
  height: 60vh;
}

.seeAllImg{
	position: absolute;
    width: 100%;
    height: calc(100% - 3px);
    top: 3px;
    text-align: center;
    background-color: #000000a6;
    cursor: pointer;
    border-radius: 10px;
}
.seeAllImg span{
	display: grid;
    font-size: 25px;
    top: 35%;
    color: #fff !important;
    position: absolute;
    left: 45%;
}
.seeAllImg i{
	color: #fff !important;
}

/*Gallery slider modal*/
.modal-fullscreen{
	padding-right: 0px !important;
}
.modal-fullscreen .modal-dialog {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
  }
  
  .modal-fullscreen .modal-content {
    height: 100%;
    min-height: 100%;
    border: 0 none;
    border-radius: 0;
    box-shadow: none;
    background: #000;
  }

  #gallSlider .slick-slide img{
  	width: auto;
    height: 74vh;
    vertical-align: top;
    /* object-fit: cover; */
    margin: 0 auto;
  }

  #gallSlider .slick-track{
  	width: 100%;
  }
  #gallSlider .modal-header .close{
  	font-size: 20px;
    opacity: 1;
    color: #fff;
  }
  #gallSlider .modal-body{
  	padding: 0px;
  }
  #gallSlider .modal-footer{
  	padding: 5px 0px;
  }
  #gallSlider .slick-slider-nav{
  	visibility: visible;
  }

  #gallSlider .slick-slider-nav img{
  	height: 15vh;
  	width: 200px;
  }

  #gallSlider .slider-for .slick-slide{
  	width: 100%;
  }
  #gallSlider .slick-slider .slick-prev{
  	left:-50px;
  	z-index: 9;
  }
  #gallSlider .slick-slider .slick-next{
  	right: -50px;
  }

  #gallSlider .slick-slider .slick-prev:before, #gallSlider .slick-slider .slick-next:before {
  	font-size: 30px;
  }


/*right side whats app button*/
.whats-app {
    position: fixed;
    width: 80px;
    height: 80px;
    bottom: 25px;
    background-color: #25d366;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 3px 4px 3px #999;
    right: 15px;
    z-index: 100;
}

.whats-app .fa-whatsapp {
    margin-top: 18px;
    color: #FFF !important;
    font-size: 50px;
}

 @media (max-width:1462px) {
 	.search_tour{
 		bottom: 3%;
 	}
 	.search_tour .header_search {
    	padding: 10px;
	}
	.header_search input[type="text"]{
	width: 77%;
}
 }

@media (max-width:992px) {
 	.search_tour {
    width: 100%;
}
 }

 /*Mobile screen css*/
@media (max-width:768px) {
 	.ph_no_xs{
 		display: block;
 	}
 	.social-buttons{
 		display: flex;
 		color: #fff;
 	}
 	footer .footer_color {
	    margin-bottom: 45px;
	}
	#bannerSlider{
		height: 100%;
	}
	.carousel-indicators{
		font-size: 23px;
		bottom: auto;
	}
	.mobClass{
		margin-right: -15px;
    	margin-left: -15px;
	}
	#gallSlider .slick-slide img {
		height: 40vh;
	}
	#gallSlider .slick-slider-nav img {
		height: 5vh;
		width: 5vh;
	}
	#gallSlider .modal-content {
    height: auto;
    min-height: auto;
    }
    #gallSlider .slick-arrow::before {
    	font-size: 20px !important;
	}
	#gallSlider .slick-slider .slick-prev {
    	margin-left: 40px;
	}
	#gallSlider .slick-slider .slick-next {
    	margin-right: 40px;
	}
	.blog-content {
		padding: 10px 0px;
	}
 }