* {
	margin: 0;
	
	outline: 0;
}

.nobdr {
	border: none !important;
}

.nobg {
	background: none !important;
}

.nobdr_top {
	border-top: none !important;
}

.nomargin {
	margin: 0px !important;
}

.nomargin-top {
	margin-top: 0 !important;
}

.nomargin-left {
	margin-left: 0px !important;
}

.nomargin-right {
	margin-right: 0px !important;
}

.nopadding {
	padding: 0px !important;
}

.alignbottom {
	vertical-align: text-top;
}

img {
	height: auto;
	border: 0;
}

ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

ul li {
	list-style: none;
	padding: 0;
	margin: 0;
}

a {
	text-decoration: none;
	outline: none;
	transition: all .5s ease-in-out;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
}

aside,
details,
figcaption,
figure,
ins,
summary,
small,
mark,
title,
video,
footer,
header,
hgroup,
nav,
section,
article {
	display: block;
}

.clear {
	padding: 0;
	margin: 0;
	clear: both;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	padding: 0;
	margin: 0;
}

html,
body {
	height: 100%;
	width: 100%;
	padding: 0;
	margin: 0;
}

.cf:before,
.cf:after {
	content: " ";
	display: table;
}

.cf:after {
	clear: both;
}

.cf {
	*zoom: 1;
}

body {
	margin: 0px;
	padding: 0px;
	width: 100%;
	font-family: 'Poppins', sans-serif;
	font-style: normal:
}

html {
	margin: 0px;
	padding: 0px;
}

:focus {
	outline: none !important;
}

a:focus,
a:hover {
	text-decoration: none !important;
}


/*HOME PAGE*/

input[type="text"].hasDatepicker {
	background-image: none !important;
}
/* banner section */
#about ul li{list-style-type: disc;}
#about ul{margin-left:25px;}
header {
	position: fixed;
	background: url(../images/banner_bg.jpg) no-repeat left top;
	background-size: 100% 100%;
	padding: 0px 0px 0px 0px;
	z-index: 99;
	width: 100%;
	-webkit-box-shadow: 0px 3px 5px rgba(100, 100, 100, 0.49);
	-moz-box-shadow: 0px 3px 5px rgba(100, 100, 100, 0.49);
	box-shadow: 0px 3px 5px rgba(100, 100, 100, 0.49);
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.main-section {
	padding-top: 90px;
	overflow: hidden;
}

.logo_part {
	width: 20%;
	float: left;
}

.logo_part img {
	max-width: 100%;
	padding-top: 5px;
	transition: all 0.5s;
}

.fa.fa {
	vertical-align: middle;
}

.upperhead {
	width: 80%;
	float: right;
}

.upperhead ul {
	float: right;
	margin: 0px;
}

.upperhead ul li {
	float: left;
	padding-left: 8px;
}

.upperhead ul li a {
	float: left;
	text-decoration: none;
	color: #6c9005;
	font-size: 22px;
	font-weight: 400;
	line-height: 22px;
	font-family: 'Poppins', serif;
}

.upperhead ul li a i.fa-phone:before {
	color: #6c9005;
	font-size: 25px;
}

.upperhead ul li a figure {
	float: left;
	padding-right: 8px;
}

.upperhead ul li {
	padding-top: 10px;
	padding-bottom: 22px;
}

.lower-head .navbar-collapse {
	padding-right: 0px;
}

.lower-head {
	width: 80%;
	float: right;
}

.lower-head ul {
	float: right;
}

.lower-head ul li {
	float: left;
}

.lower-head ul li a:hover {
	background: none;
}

.lower-head ul li a {
	float: left;
	text-decoration: none;
	padding: 0px 0 0 20px;
	color: #222222 !important;
	font-size: 16px;
	font-weight: 500;
	line-height: 22px;
	font-family: 'Poppins', serif;
	text-transform: uppercase;
}

.lower-head ul li a:hover {
	color: #6c9005 !important;
}

.banner-text-style h1 {
	color: #ffffff;
	margin: 0px;
	width: 100%;
	font-size: 41px;
	line-height: 45px;
	text-align: center;
	font-weight: 400;
	font-family: 'Poppins', sans-serif;
}

.banner-text-style h1 span {
	color: #ffffff;
	margin: 0px;
	width: 100%;
	font-size: 44px;
	line-height: 48px;
	text-align: center;
	font-weight: 400;
	font-family: 'Poppins', sans-serif;
}

.banner-text-style p {
	padding-top: 55px;
	text-align: center;
}

.banner-text-style .quote_btn {
	border-radius: 4px;
	text-transform: uppercase;
	color: #6c9005;
	font: 600 18px/28px 'Poppins', sans-serif;
	background: #fff;
	padding: 15px 20px;
	width: 208px;
	display: block;
	margin: auto;
}

.banner-text-style .quote_btn:hover {
	background: #6c9005;
	color: #fff;
}

.banner-text {
	position: absolute;
	top: 0px;
	right: 0;
	left: 0px;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	flex-wrap: wrap;
	background:rgba(0,0,0,.4);
}

.banner-section {
	float: left;
	position: relative;
	width: 100%;
	/*overflow:hidden;*/
	padding: 0 25px;
	text-align: center;
}

.banner-section img {
	max-width: 100%;
	width: 100%;
}

.sticky {
	position: fixed;
	top: 0px;
	width: 100%;
	transition: all .5s ease-in-out;
}

.sticky .logo_part img {
	max-width: 75%;
}

.sticky .upperhead ul li a {
	font-size: 16px;
}

.sticky .upperhead ul li {
	padding-bottom: 5px;
}

.sticky .lower-head ul li a {
	font-size: 14px;
}


/* Carausel */

#hero-wrapper .carousel-wrapper,
#hero-carousel {
	width: 100%;
	position: relative;
}

#hero-carousel img {
	left: 0;
	bottom: 0;
	width: 100%;
}

.carousel-fade .carousel-inner .item {
	opacity: 0;
	transition-property: opacity;
}

.carousel-inner>.item.active,
.carousel-inner>.item.next.left,
.carousel-inner>.item.prev.right {
	opacity: 1;
	transition-property: opacity;
}

.carousel-indicators {
	bottom: -5px !important;
}

.carousel-indicators li {
	background: #7e8f5b !important;
	width: 9px !important;
	height: 9px !important;
	margin: 3px 1px !important;
	border: none !important
}

.carousel-indicators .active {
	margin: auto !important;
	width: 15px !important;
	height: 15px !important;
	background: #f3af6e !important;
}


/* Carausel */


/* banner section */


/* single page section */

.single-page-section {
	width: 100%;
	float: left;
	margin: 26px 0px 9px 0;
	padding: 0 20px;
}

.single-page-section ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.single-page-section ul li {
	width: 33.33%;
	margin-bottom: 10px;
	padding: 0 5px;
}

.single-page-section ul li a {
	display: block;
}

.single-page-section ul li figure {
	position: relative;
	display: flex;
	overflow: hidden;
}

.single-page-section ul li figure img {
	transition: all .5s;
}

.single-page-section ul li figure:hover img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.single-page-section ul li figcaption {
	position: absolute;
	left: 0;
	right: 0;
	font: 400 24px/28px 'Poppins', sans-serif;
	color: #fff;
	z-index: 10;
	text-align: center;
	align-self: center;
}

.single-page-section ul li figcaption small {
	font: 400 11px/28px 'Poppins', sans-serif;
	color: #fff;
	z-index: 10;
	text-align: center;
	text-decoration: underline;
}

.single-page-section ul li img {
	max-width: 100%;
	width: 100%;
}

.not-page {
    width: 100%;
    margin-top: 250px;
    height: 300px;
    float: left;
    text-align: center;
}
/* single page section */


/* wildlife section */

.wild-head h2 {
	color: #000;
	font: 400 36px/28px 'Poppins', sans-serif;
	text-transform: capitalize;
	margin: 0px;
	padding-bottom: 27px;
	border-bottom: 1px solid #8f9e71;
	position: relative;
}

.wild-head h2:after {
	content: "";
	width: 382px;
	height: 3px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -2px;
	margin: auto;
	background: #6c9005;
	border-left: 3px solid #fff;
	border-right: 3px solid #fff;
}

.wild-head p {
	color: #333;
	font: 400 15px/30px 'Poppins', sans-serif;
	margin: 0px;
	padding: 30px 10px 0;
}


/* wildlife section */


/* welcome section */

.wildlife-package-section {
	width: 100%;
	float: left;
	padding: 60px 0;
	background: #f7f7f7;
}

.wildlife-package {
	width: 100%;
	float: left;
}

.wild-head {
	width: 100%;
	float: left;
	text-align: center;
	padding-bottom: 50px;
}

.wild-head h3 {
	color: #3e3e3e;
	font: 300 22px/25px 'Poppins', sans-serif;
	padding: 10px 0px;
	transition: all .5s;
	border: 1px solid #ff7200;
	width: 60%;
	margin: 20px auto 0 auto;
	background: #f7f7f7;
}

.wild-head h3:hover {
	background: rgba(255, 114, 0, .1);
}

.wild-head h3 a {
	color: #ff7200;
	font: 300 22px/25px 'Poppins', sans-serif;
}

.wild-head h3 a:hover {
	color: #6c9005;
}

.wildlife-slider {
	width: 100%;
	float: left;
	position: relative;
	background: #f7f7f7;
	padding:0 0 60px;
	text-align: center;
}

.wildlife-slider h2 {
	color: #000;
	font: 400 36px/28px 'Poppins', sans-serif;
	text-transform: capitalize;
	margin: 0px;
	padding-bottom: 27px;
	border-bottom: 1px solid #8f9e71;
	position: relative;
}

.wildlife-slider h2:after {
	content: "";
	width: 382px;
	height: 3px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -2px;
	margin: auto;
	background: #6c9005;
	border-left: 3px solid #fff;
	border-right: 3px solid #fff;
}

.wildlife-slider p {
	color: #686868;
	font: 400 15px/30px 'Poppins', sans-serif;
	margin: 0px;
	padding: 30px 10px 60px;
}

.flexslider {
	background: transparent !important;
	border: none !important;
}

.package-detail {
	padding: 0px 10px;
}

.package-detail .photo img {
	margin: 0 auto;
	width: 100%;
}

.package-detail .info {
	width: 100%;
	float: left;
	border-radius: 0 0 5px 5px;
	margin-top: 1px;
}

.wildlife-slider .price {
	width: 100%;
	float: left;
	text-align: left;
}

.wildlife-slider .price h5 {
	color: #000;
	font: 500 20px/25px 'Poppins', sans-serif;
	margin: 0px;
	padding: 20px 0px 10px;
}

.wildlife-slider .price p {
	color: #6c6c6c;
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	line-height: 30px;
	font-weight: 400;
	margin: 0px;
	padding-bottom: 12px;
	padding: 0;
}

.wildlife-slider .price p b {
	font-weight: 600;
}

.wildlife-slider .book_now_btn {
	font: 500 36px/65px 'Poppins', sans-serif;
	color: #fff;
	border-radius: 3px;
	text-align: center;
	display: block;
	width: 285px;
	height: 65px;
	margin: auto;
	background: #9cb84c;
	/* Old browsers */
	background: -moz-linear-gradient(top, #9cb84c 0%, #85a429 48%, #6f9209 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(top, #9cb84c 0%, #85a429 48%, #6f9209 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #9cb84c 0%, #85a429 48%, #6f9209 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9cb84c', endColorstr='#6f9209', GradientType=0);
	/* IE6-9 */
}


/*.wildlife-slider .book_now_btn:hover {transform:scale(.9);}*/

.flex-direction-nav a {
	opacity: 1 !important;
	top: 31% !important;
}

.flex-direction-nav .flex-prev {
	left: 0px;
}

.flex-direction-nav a {
	font-size: 0px;
	height: 44px !important;
}

.flex-direction-nav a::before {
	display: none !important;
}

.flex-prev {
	position: absolute;
	background: url(../images/prev.png) no-repeat;
	width: 26px;
	height: 44px;
	left: 0px;
	top: 0px;
}

.flex-prev:hover {
	background: url(../images/prev_hover.png) no-repeat;
}

.flex-next {
	position: absolute;
	background: url(../images/next.png) no-repeat;
	width: 26px;
	height: 44px;
	right: 0px;
	top: 0px;
}

.flex-next:hover {
	background: url(../images/next_hover.png) no-repeat;
}

.flex-control-nav.flex-control-paging {
	display: none;
}

.flex-direction-nav .flex-prev {
	left: -30px !important;
}

.flex-direction-nav .flex-next {
	right: -40px !important;
}

.about-pench {
	margin-bottom: 70px;
	width: 100%;
	float: left;
	position: relative;
	background: url(../images/wild-banner.jpg);
	height: 543px;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	margin-top: 60px;
}

.about-left {
	float: right;
	width: 50%;
	top: 0px;
	opacity: 0.9;
	position: absolute;
	right: 0px;
}

.about-left img {
	width: 100%;
	height: 543px;
}

.about-text {
	position: relative;
	width: 50%;
	float: right;
}

.about-text h3 {
	margin: 0px;
	padding: 70px 0px 30px 0px;
	font-family: 'Poppins', sans-serif;
	font-size: 33px;
	color: #ffffff;
}

.about-text p {
	line-height: 26px;
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	color: #ffffff;
}

.places-near {
	width: 100%;
	float: left;
	background: #ededed;
	position: relative;
	padding-bottom: 50px;
	padding-top: 70px;
}

.places-text-right {
	position: relative;
}

.white-space {
	background: #fff;
	width: 50%;
	left: 0px;
	top: 0;
	height: 100%;
	position: absolute;
}

.places-outer {
	float: left;
	width: 100%;
}

.places-text {
	float: left;
	width: 100%;
	background: #ffffff;
	padding: 30px 10px 0px 0px;
	position: relative;
}

#carousel-example {
	padding-bottom: 50px;
}


/* welcome section */


/* best time to visit section */

.best-time-visit {
	width: 100%;
	float: left;
	padding: 50px 0px;
}

.best-head {
	width: 100%;
	float: left;
	text-align: center;
}

.best-head h3 {
	color: #000;
	font: 400 36px/28px 'Poppins', sans-serif;
	text-transform: capitalize;
	margin: 0px;
	padding-bottom: 27px;
	border-bottom: 1px solid #8f9e71;
	position: relative;
}

.best-head h3:after {
	content: "";
	width: 382px;
	height: 3px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -2px;
	margin: auto;
	background: #6c9005;
	border-left: 3px solid #fff;
	border-right: 3px solid #fff;
}

.best-head p {
	color: #686868;
	font: 400 15px/30px 'Poppins', sans-serif;
	margin: 0px;
	padding: 30px 10px 0px;
}

.season-section {
	width: 100%;
	float: left;
	padding-top: 40px;
}

.monsoon {
	width: 100%;
	float: left;
	border: 1px solid #f7f7f7;
	background: rgb(255, 255, 255);
	/* Old browsers */
	background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 3%, rgba(242, 242, 242, 1) 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 3%, rgba(242, 242, 242, 1) 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 3%, rgba(242, 242, 242, 1) 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f2f2f2', GradientType=0);
	/* IE6-9 */
	text-align: center;
}

.monsoon-head {
	width: 100%;
	float: left;
}

.monsoon-head figure {
	display: block;
}

.monsoon-head figure img {
	max-width: 100%;
	transition: all .5s;
}

.monsoon-head figure:hover img {
	transform: scale(1.0);
}

.monsoon-head h5 {
	font: 500 24px/28px 'Poppins', sans-serif;
	color: #000;
	position: relative;
	margin: 0px;
	padding: 14px 0px 27px 0px;
	text-transform: capitalize;
}

.monsoon-head h4 {
	font: 400 22px/32px 'Poppins', sans-serif;
	color: #6d6d6d;
	padding: 40px 0px;
	text-transform: capitalize;
}

.monsoon-head h4 span {
	font: 500 22px/32px 'Poppins', sans-serif;
	color: #000;
}

.about-season {
	width: 100%;
	float: left;
	padding: 20px 0 30px;
	position: relative;
}

.about-season.season1 {
	background: #20780e;
	min-height: ;
}

.about-season.season1:before {
	background: url(../images/season1-top.png) no-repeat;
	position: absolute;
	top: -7px;
	left: 0;
	content: "";
	width: 100%;
	height: 20px;
}

.about-season.season2 {
	background: #f7941d;
	min-height: px;
}

.about-season.season2:before {
	background: url(../images/season3-top.png) no-repeat;
	position: absolute;
	top: -7px;
	left: 0;
	content: "";
	width: 100%;
	height: 20px;
}

.about-season.season3 {
	background: #25aae1;
	min-height: ;
}

.about-season.season3:before {
	background: url(../images/season2-top.png) no-repeat;	
	position: absolute;
	top: -7px;
	left: 0;
	content: "";
	width: 100%;
	height: 20px;
}

.about-season p {
	float: left;
	width: 100%;
	font: 400 16px/26px 'Poppins', sans-serif;
	color: #fff;
	position: relative;
	font-weight: 300;
	margin: 0px;
	padding: 0 15px;
}

.about-season p label {
	color: #32363e;
	font-weight: 400;
	font-family: 'Poppins', sans-serif;
	font-size: 18px;
	text-transform: capitalize;
}

.about-season p span {
	font-weight: 300;
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	color: #32363e;
}


/* best time to visit section */


/* safarizone section */

.safarizone-section {
	width: 100%;
	float: left;
	position: relative;
	background: #f7f7f7;
	padding: 60px 0;
}

.safarizone-section h3 {
	color: #000;
	font: 400 36px/28px 'Poppins', sans-serif;
	text-transform: capitalize;
	margin: 0px;
	padding-bottom: 27px;
	border-bottom: 1px solid #8f9e71;
	position: relative;
	text-align: center;
}

.safarizone-section h3:after {
	content: "";
	width: 382px;
	height: 3px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -2px;
	margin: auto;
	background: #6c9005;
	border-left: 3px solid #fff;
	border-right: 3px solid #fff;
}

.tab-section {
	width: 100%;
	float: left;
}

.tab-heading {
	background: #f3f9fb;
	float: left;
	width: 100%;
}

.tab-content {
	width: 100%;
	float: left;
}

.safarizone-section .nav-tabs {
	border: none;
	padding: 20px 0px;
	display: flex;
	justify-content: space-between;
}

.safarizone-section .nav-tabs>li {
	width: 33.3%;
}

.safarizone-section .nav-tabs>li>a {
	height: 53px;
	background: #d6d6d6 !important;
	color: #2b2b2b !important;
	font: 500 22px/35px 'Poppins', sans-serif;
	text-transform: uppercase;
	position: relative;
	text-align: center;
	border-radius: 4px !important;
}

.safarizone-section .nav-tabs>li>a:hover {
	background: #85a447 !important;
	color: #fff !important;
	transition: none;
}

.safarizone-section .nav-tabs>li>a:hover:before {
	position: absolute;
	content: '';
	width: 0;
	height: 0;
	border-left: 16px solid transparent;
	border-right: 16px solid transparent;
	border-top: 20px solid #85a447;
	bottom: -16px;
	left: 0px;
	right: 0;
	margin: auto;
	transition: all 1s;
}

.safarizone-section .nav-tabs>li.active>a,
.safarizone-section .nav-tabs>li.active>a:focus,
.safarizone-section .nav-tabs>li.active>a:hover {
	background: #85a447 !important;
	color: #ffffff !important;
	font: 500 22px/35px 'Poppins', sans-serif;
	text-transform: uppercase;
	position: relative;
	text-align: center;
}

.safarizone-section .nav-tabs>li.active>a:before {
	position: absolute;
	content: '';
	width: 0;
	height: 0;
	border-left: 16px solid transparent;
	border-right: 16px solid transparent;
	border-top: 20px solid #85a447;
	bottom: -16px;
	left: 0px;
	right: 0;
	margin: auto;
}

.safari-content {
	float: right;
	width: 55%;
	padding: 0px 30px;
}

.safari-content h5 {
	padding: 0px;
	color: #2b2b2b;
	font: 500 27px/28px 'Poppins', sans-serif;
	text-transform: uppercase;
}

.safari-content p {
	padding: 0px;
	color: #333;
	font: 400 16px/30px 'Poppins', sans-serif;
}

.safari-image {
	float: left;
	width: 45%;
}

.safari-image img {
	max-width: 100%;
}

.safari-inner {
	width: 100%;
	float: left;
	padding-top: 30px;
}

.view {
	color: #6c9005;
	text-decoration: none;
	font: 500 14px/20px 'Poppins', sans-serif;
	padding-top: 20px;
	float: left;
}

.view img {
	margin: 0px;
	transition: all .5s ease-in-out;
}

.view:hover,
.view:focus {
	color: #6c9005;
}

.view:hover img {
	margin-left: 5px;
}


/* safarizone section */


/* Hotel & resort section */

.hotel-resort {
	width: 100%;
	float: left;
	padding: 60px 0 110px;
	position: relative;
}

.hotel-inner {
	float: left;
	width: 100%;
	padding: 70px 0px;
	display: flex;
}

.hotel-about {
	width: 50%;
	float: left;
	align-self: center;
}

.hotel-about h3 {
	color: #000;
	font: 400 36px/28px 'Poppins', sans-serif;
	text-transform: capitalize;
	margin: 0px;
	padding-bottom: 40px;
}

.hotel-about h5 {
	color: #000;
	font: 500 18px/30px 'Poppins', sans-serif;
	text-transform: uppercase;
	margin: 0px;
}

.hotel-about h5 a {
	color: #ff8b00;
}

.hotel-about p {
	color: #696969;
	font: 400 15px/30px 'Poppins', sans-serif;
	padding-top: 10px;
	margin: 0px;
}

.hotel-picture {
	position: absolute;
	right: 151px;
	top: 69px;
}

.hotel-image2 {
	float: left;
	width: 50%;
	margin-top: 144px;
	margin-left: -68px;
}

.hotel-image1 img {
	max-width: 100%;
}

.hotel-image2 img {
	max-width: 100%;
}

.hotel-image1 {
	float: left;
	position: relative;
	z-index: 9;
	margin-left: 40px;
	width: 100%;
}

.hotel-image1:after {
	position: absolute;
	right: -40px;
	bottom: -62px;
	background: url(../images/hotel_bg.png) no-repeat;
	content: '';
	width: 355px;
	height: 512px;
}


/* Hotel & resort section */


/* Gallery section */

.gallery-part {
	width: 100%;
	float: left;
	padding: 80px 0 60px;
	background: #f3f3f3;
	text-align: center;
	position: relative;
}

.gallery-part:before {
	position: absolute;
	left: 0;
	right: 0;
	top: -44px;
	margin: auto;
	content: '';
	background: #fff;
	width: 88px;
	height: 88px;
	border-radius: 50%;
}

.gallery-part:after {
	position: absolute;
	left: 0;
	right: 0;
	top: -22px;
	margin: auto;
	content: '';
	background: url(../images/gallery_img_icon.png) no-repeat;
	width: 51px;
	height: 51px;
}

.gallery-part h3 {
	color: #000;
	font: 400 36px/28px 'Poppins', sans-serif;
	text-transform: capitalize;
	margin: 0px;
	padding-bottom: 27px;
	border-bottom: 1px solid #8f9e71;
	position: relative;
	text-align: center;
}

.gallery-part h3:before {
	content: "";
	width: 382px;
	height: 3px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -2px;
	margin: auto;
	background: #6c9005;
	border-left: 3px solid #fff;
	border-right: 3px solid #fff;
}

.gallery-section {
	width: 100%;
	float: left;
	padding-bottom: 30px;
}

.galleryleft {
	float: left;
	padding-top: 15px;
}

.galleryleft ul {
	float: left;
	margin: 0px;
	display: flex;
	flex-wrap: wrap;
}

.galleryleft ul li {
	float: left;
	width: 25%;
	padding: 0 1px 1px 0;
	overflow: hidden;
}

.galleryleft ul li img {
	width: 100%;
	max-height: 100%;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-o-transition: all 1s;
	-ms-transition: all 1s;
	transition: all 1s;
}

.galleryleft ul li:hover img {
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-o-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}

.gallery-right {
	float: left;
	width: 50%;
	padding-left: 25px;
	display: none;
}

.gallery-right h3 {
	color: #32363e;
	font-weight: 400;
	font-family: 'Poppins', sans-serif;
	font-size: 33px;
	text-transform: capitalize;
	margin: 0px;
	padding-top: 45px;
}

.gallery-right p {
	color: #32363e;
	font-weight: 300;
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	padding-top: 17px;
	margin: 0px;
	line-height: 27px;
}

.viewmore_btn {
	color: #6c9005;
	font: 500 18px/54px 'Poppins', sans-serif;
	width: 163px;
	height: 53px;
	border-radius: 4px;
	border: 2px solid #6c9005;
	margin: auto;
	display: inline-block;
}

.viewmore_btn:hover {
	color: #6c9005;
	background: #fff;
}


/* Gallery section */


/*navbar-toggle-icon css*/

.lower-head .navbar-default {
	background: none !important;
	border: none !important;
	border-radius: none !important;
	margin-bottom: 0px !important;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
	background: none !important;
}

.lower-head .navbar {
	min-height: auto;
}


/*navbar-toggle-icon css*/


/* Blog section */

.latest-post-section {
	width: 100%;
	float: left;
	background: #ffffff;
	padding: 30px 0;
}

.latest-inner h3 {
	color: #000;
	font: 400 36px/28px 'Poppins', sans-serif;
	text-transform: capitalize;
	margin: 0;
	padding-bottom: 27px;
	border-bottom: 1px solid #8f9e71;
	position: relative;
	text-align: center;
}

.latest-inner h3:before {
	content: "";
	width: 382px;
	height: 3px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -2px;
	margin: auto;
	background: #6c9005;
	border-left: 3px solid #fff;
	border-right: 3px solid #fff;
}

.latest-inner {
	width: 100%;
	float: left;
}

.latest-outer {
	width: 33%;
	float: left;
	padding: 0px;
	margin-top: 40px;
	border: 1px solid #ebebeb;
	margin-right: 5px;
}

.latest-outer:last-child {
	margin-right: 0px;
}

.latest-left {
	float: left;
	width: 100%;
	overflow: hidden;
}

.latest-left img {
	max-width: 100%;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-o-transition: all 1s;
	-ms-transition: all 1s;
	transition: all 1s;
}

.latest-left:hover img {
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-o-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}

.latest-right {
	width: 100%;
	float: left;
	padding: 5px 20px;
}

.latest-right p label {
	color: #ff6634;
	font: 600 13px/20px 'Poppins', sans-serif;
}

.latest-right p span {
	color: #909090;
}

.latest-right h3 {
	padding-top: 0px;
	color: #363c43;
	font: 600 18px/18px 'Poppins', sans-serif;
	margin: 0px;
	padding-bottom: 10px;
	border: none;
	text-align: left;
	line-height: 25px;
}

.latest-right h3:before {
	display: none;
}

.latest-right p {
	color: #545b65;
	font: 400 14px/20px 'Poppins', sans-serif;
	padding: 0 0 15px;
	margin: 0;
}

.latest-right .view {
	padding-top: 5px;
}


/* Blog section */


/* Footer section */

.footer-section {
	width: 100%;
	float: left;
	position: relative;
	background: #6d8429;
	padding: 70px 0px;
	overflow: hidden;
}

.footer-section .container,
.copyright_section .container {
	width: 1600px;
}

.footer-section .foot_logo {
	position: relative;
	width: 100%;
	float: left;
	padding-top: 30px;
}

.footer-section .foot_logo::after {
	position: absolute;
	left: 0;
	right: 0;
	bottom: -185px;
	margin: auto;
	content: '';
	background: #fff;
	width: 196px;
	height: 196px;
	border-radius: 50%;
	overflow: hidden;
}

.footer-section .foot_logo a {
	position: absolute;
	left: -4px;
	right: 0;
	margin: auto;
	z-index: 99;
	top: 55px;
	display: block;
	text-align: center;
}

.main-footer {
	width: 100%;
	float: left;
}

.main-footer h4, .main-footer ul h4 {color:#fff; font:500 26px/26px 'Poppins', sans-serif;}

.main-footer p {
	color: #fff;
	font: 500 16px/34px 'Poppins', sans-serif;
	overflow: hidden;
}

.main-footer ul li {
	background: url(../images/footer_bullet.png) no-repeat left center;
	background-size: 6px 9px;
	color: #fff;
	font: 500 16px/32px 'Poppins', sans-serif;
	padding-left: 20px;
}

.main-footer ul li a {
	color: #fff;
	font: 500 14px/32px 'Poppins', sans-serif;
}


/*.main-footer [class*="col-"] {padding:0;}*/

.main-footer figure {
	float: left;
	width: 8%;
	padding-top: 4px;
}

.main-footer p a {
	color: #fff;
}

.copyright_section {
	width: 100%;
	float: left;
}

.footer-left {
	width: 50%;
	float: left;
}

.footer-left p {
	text-transform: capitalize;
	color: #000;
	float: left;
	font-family: 'Poppins', sans-serif;
	font-size: 20px;
	font-weight: 400;
	margin: 0px;
	padding: 20px 0px;
}

.footer-left ul {
	float: right;
	width: 100%;
	margin: 0px;
}

.footer-left ul li {
	float: left;
	padding-right: 22px;
	position: relative;
	width: 50%;
	padding-bottom: 5px;
}

.footer-left ul li a {
	color: #ffffff;
	float: left;
	font-family: 'Poppins', sans-serif;
	font-size: 17px;
	font-weight: 400;
	text-transform: capitalize;
}

.cards {
	width: 100%;
	padding: 20px 0;
}

.cards[class*="col-"] {
	display: table-cell;
	vertical-align: middle;
}

.copycards {
	margin: 0;
	float: right;
	display: flex;
}

.cards li {
	float: left !important;
	width: auto !important;
	align-self: center;
	color: #434242;
	font: 400 16px/25px 'Poppins', sans-serif;
}

.cards li a {
	display: inline-block;
	padding: 0 5px;
}

.cards p {
	color: #434242;
	font: 400 16px/25px 'Poppins', sans-serif;
}

.footer-right {
	padding: 25px 0px;
	float: left;
	overflow: hidden;
}

.footer-right h4 {
	color: #fff;
	font: 400 30px/30px 'Poppins', sans-serif;
	text-transform: capitalize;
}

.footer-right ul {
	width: auto;
	margin: 0px;
}

.footer-right ul li {
	position: relative;
	background: none;
}

.social-media {
	width: auto;
	float: left;
	padding-top: 15px;
}

.social-media li {
	display: inline-block !important;
	text-align: center !important;
	padding: 11px 0!important;
	width: 60px;
	height: 60px;
	border-radius: 100%;
	border: 2px solid #ffffff;
	margin: 0px 15px 5px;
}

.social-media li:hover {
	background: #fff;
	color: #000; cursor:pointer;
}

.social-media li a {
	text-align: center !important;
	padding: 15px 0px !important;
	display: block !important;
}

.social-media li a:hover {
	color: #000;
	display: block;
}

.social-media li i {
	font-size: 24px;
}

.social-media li:after {
	display: none;
}

.modal-content {
	float: left;
	padding-bottom: 20px;
}

.modal-dialog {
	overflow: hidden;
}

.modal-content .modal-header {
	padding: 0 15px;
}

.modal-content .modal-header h2 {
	font: 400 24px/30px 'Poppins', sans-serif;
	margin: 10px 0;
	text-align: center;
}

.modal-content .modal-header .close {
	margin-top: 0px;
	position: absolute;
	right: 10px;
	top: 10px;
}

.modal-body label {
	font: 400 13px/13px 'Poppins', sans-serif;
}

.modal-body .form-control:focus {
	border: none;
	-webkit-box-shadow: inset 0 1px 1px rgba(108, 144, 5, .075), 0 0 4px rgba(108, 144, 5, .4);
	box-shadow: inset 0 1px 1px rgba(108, 144, 5, .075), 0 0 4px rgba(108, 144, 5, .4);
}

.modal-body .btn-default {
	color: #fff;
	font: 500 17px/30px 'Poppins', sans-serif;
	border-radius: 4px;
	border: none;
	margin: 5px auto;
	display: inline-block;
	text-transform: uppercase;
	background: #6c9005;
	overflow: hidden;
	transition: .5s all ease;
}

.modal-body div.wpcf7-response-output {
	margin: .5em 0.8em .5em;
}

.modal-body span.wpcf7-not-valid-tip {
	font-size: 12px !important;
	position: absolute;
	left: 0;
}

.modal-body .wpcf7-form-control-wrap {
	display: block;
}

.modal-body div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
	border: 2px solid #f7e700;
	float: left;
}

.modal-body div.wpcf7-mail-sent-ok {
	float: left;
}


/* Footer section */


/*-------------------------------------------------- Home Page Ends -----------------------------------------------------------------------*/


/*-------------------------------------------------- About Us Starts -----------------------------------------------------------------------*/


/*ABOUTUS PAGE*/

.about-banner {
	width: 100%;
	float: left;
	position: relative;
	text-align: center;
}

.about-banner img {
	width: 100%;
}

.about-banner-text {
	display: flex;
	width: 100%;
	height: 100%;
	justify-content: center;
	align-items: center;
	align-content: center;
	position: absolute;
	top: 0px;
	flex-wrap: wrap;
	background: rgba(0,0,0,.2);
}

.about-banner-text h1 {
	color: #ffffff;
	font: 500 41px/45px 'Poppins', sans-serif;
	width: 100%;
	text-align: center;
}

.about-banner-text .breadcrumb {
	padding: 0;
	margin-bottom: 0px;
	list-style: none;
	background-color: transparent;
}

.about-banner-text .breadcrumb>li {
	color: #fff;
}

.about-banner-text .breadcrumb>li.active a {
	color: #fff;
}

.about-banner-text .breadcrumb li a {
	color: #cecece;
}

.about-banner-text .breadcrumb li a:hover {
	color: #fff;
}

.about-banner-text .breadcrumb>li+li::before {
	display: none;
}

.history-pench-section {
	width: 100%;
	float: left;
	padding-bottom: 10px;
}

.history-head {
	width: 100%;
	float: left;
	padding:70px 0px 30px 0px;
}
.history-head.blog-cont {padding:20px 0px 0px 0px;}
.history-head h1 {font:500 36px/40px 'Poppins', sans-serif; color:#000;}

.history-head h2 {
	color: #000;
	font: 400 36px/28px 'Poppins', sans-serif;
	text-transform: capitalize;
	margin: 0;
	padding-bottom: 27px;
	border-bottom: 1px solid #8f9e71;
	position: relative;
	text-align: center;
}

.history-head h2:before {
	content: "";
	width: 382px;
	height: 3px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -2px;
	margin: auto;
	background: #6c9005;
	border-left: 3px solid #fff;
	border-right: 3px solid #fff;
}

.hostory-outer {
	width: 100%;
	float: left;
}

.about-history {
	float: left;
	padding: 0px 10px;
	text-align: center;
}

.about-history p {
	color: #686868;
	font: 400 14px/22px 'Poppins', serif;
}

.history-image {
	width: 40%;
	float: left;
}

.history-image img {
	max-width: 100%;
}

.forest-wildlife-section {
	width: 100%;
	float: left;
	padding: 0px 0 40px;
}

.forest-head {
	width: 100%;
	float: left;
}

.forest-head h2 {
	text-align: center;
	color: #32363e;
	font-family: 'Poppins', serif;
	font-size: 33px;
	font-weight: 400;
	margin: 0px;
	padding: 35px 0px 64px 0px;
}

.forest-inner {
	width: 100%;
	float: left;
}

.about-forest {
	width: 45%;
	float: left;
	padding-right: 50px;
}

.about-forest p {
	float: left;
	color: #32363e;
	font-family: 'Poppins', serif;
	font-size: 16px;
	line-height: 27px;
	font-weight: 300;
	padding-bottom: 25px;
	margin: 0px;
}

.detail-forest {
	float: left;
	width: 55%;
	padding: 15px 0 0 40px;
}

.detail-forest h3 {
	color: #6c9005;
	font: 500 26px/28px 'Poppins', sans-serif;
	text-transform: uppercase;
	margin: 0px;
	padding-bottom: 22px;
	border-bottom: 1px solid #8f9e71;
	position: relative;
}

.detail-forest h3:after {
	content: "";
	width: 79px;
	height: 3px;
	position: absolute;
	left: 0;
	bottom: -2px;
	margin: auto;
	background: #6c9005;
	border-left: 3px solid #fff;
	border-right: 3px solid #fff;
}

.detail-forest h5 {
	color: #000;
	font: 600 16px/22px 'Poppins', sans-serif;
	margin: 0px;
	padding: 20px 0px 0 5px;
	width: 50%;
}

.detail-forest h6 {
	color: #000;
	font: 500 14px/22px 'Poppins', sans-serif;
	margin: 0px;
	padding: 20px 0px 0 5px;
	width: 50%;
}

.detail-forest p {
	color: #686868;
	font: 400 14px/22px 'Poppins', sans-serif;
	margin: 0px;
	padding: 20px 0px 0 5px;
}

.detail-forest ul {
	float: left;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.detail-forest ul li {
	float: left;
	width: 50%;
	padding: 0px 0px 40px 0px;
	position: relative;
}

.detail-forest ul li:nth-child(2) {
	padding-top: 40px;
	padding-bottom: 20px;
}

.detail-forest ul li:nth-child(2):after {
	position: absolute;
	width: 1px;
	height: 100px;
	background: #ddd;
	top: 36px;
	left: -26%;
	content: '';
}

.detail-forest ul li:nth-child(4):after {
	position: absolute;
	width: 1px;
	height: 100px;
	background: #ddd;
	top: 0px;
	left: -26%;
	content: '';
}

.detail-forest ul li h5 {
	color: #32363e;
	font-family: 'Poppins', serif;
	font-size: 18px;
	font-weight: 600;
}

.detail-forest ul li p {
	margin: 0px;
}

.detail-forest ul li p label {
	color: #32363e;
	font-family: 'Poppins', serif;
	font-size: 16px;
	font-weight: 400;
}

.detail-forest ul li p span {
	color: #32363e;
	font-family: 'Poppins', serif;
	font-size: 16px;
	font-weight: 300;
}

.silent_feature {
	background: url(../images/slient_bg.jpg) no-repeat left top;
	background-size: cover;
	position: relative;
	width: 100%;
	height: 468px;
	float: left;
	padding: 60px 0;
}

.silent_feature h3 {
	color: #fff;
	font: 400 36px/28px 'Poppins', sans-serif;
	text-transform: capitalize;
	margin: 0px;
	padding-bottom: 27px;
	border-bottom: 1px solid #fff;
	position: relative;
	text-align: center;
}

.silent_feature h3:after {
	content: "";
	width: 382px;
	height: 3px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -2px;
	margin: auto;
	background: #fff;
	border-left: 3px solid transparent;
	border-right: 3px solid transparent;
}

.silent_feature .area_box_main {
	padding: 60px 20px;
	overflow: hidden;
}

.silent_feature .area_box h4 {
	color: #f68a08;
	font: 600 20px/20px 'Poppins', sans-serif;
	margin: 0px;
	padding: 0 0 10px;
}

.silent_feature .area_box p {
	color: #dbdbdb;
	font: 600 14px/24px 'Poppins', sans-serif;
	margin: 0px;
	padding: 0px;
}

.interesting-fact-section {
	background: url(../images/facts_bg.jpg) no-repeat;
	background-size: 100% 100%;
	position: relative;
	width: 100%;
	height: auto;
	float: left;
	padding: 60px 0 100px;
}

.interesting-fact-section h3 {
	color: #fff;
	font: 400 36px/28px 'Poppins', sans-serif;
	text-transform: capitalize;
	margin: 0px;
	padding-bottom: 27px;
	border-bottom: 1px solid #fff;
	position: relative;
	text-align: center;
}

.interesting-fact-section h3:after {
	content: "";
	width: 382px;
	height: 3px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -2px;
	margin: auto;
	background: #fff;
	border-left: 3px solid transparent;
	border-right: 3px solid transparent;
}

.interesting-fact-section p {
	color: #fff;
	font: 400 15px/30px 'Poppins', sans-serif;
	margin: 0px;
	padding: 40px 60px;
}

.interesting-inner {
	float: left;
	width: 100%;
	background: #efefee;
	position: relative;
	padding: 0 0 57px 0;
}

.interesting_content {
	margin-top: -57px;
	display: flex;
}

.intersting-image {
	float: left;
	width: 50%;
}

.intersting-image img {
	max-width: 100%;
}

.about-interesting {
	float: left;
	width: 50%;
	background: #fff;
	padding: 40px 28px 0px 55px;
}
.about-interesting div {padding-bottom:20px;}

.about-interesting h5 {
	position: relative;
	font: 600 20px/20px 'Poppins', sans-serif;
	color: #6c9005;
	padding-left: 70px;
	padding-bottom: 14px;
}

.about-interesting h5:before {
	content: "";
	width: 56px;
	height: 3px;
	position: absolute;
	left: 0;
	top: 8px;
	background: #6c9005;
}

.about-interesting h3 {
	color: #1d1d1d;
	font: 400 48px/58px 'Poppins', sans-serif;
	text-transform: capitalize;
	margin: 0px;
	padding-bottom: 27px;
	border-bottom: 1px solid #fff;
	position: relative;
}

.about-interesting ul {
	float: left;
	width: 100%;
}

.about-interesting ul li {
	float: left;
	color: #818181;
	font: 400 15px/26px 'Poppins', serif;
	padding: 0px 0px 10px 30px;
	background: url(../images/right-arrow-bullet.png) no-repeat scroll 0px 5px;
	margin-right:0px
}

.about-interesting .carousel-indicators {
	left: 10%;
}

.about-interesting .carousel-indicators li {
	background: #e1e1e1 !important;
	margin: 0 20px 0 0 !important;
}

.about-interesting .carousel-indicators .active {
	width: 9px !important;
	height: 9px !important;
	background: #6c9005 !important;
	margin: 0 20px 0 0 !important;
}

.top-reason-section {
	width: 100%;
	float: left;
	background: #efefee;
}

.reason-head {
	width: 100%;
	float: left;
	padding: 40px 26px 60px;
}

.reason-head .reason_left {
	float: left;
	width: 50%;
	text-align: left;
}

.reason-head .reason_left h5 {
	position: relative;
	font: 600 20px/20px 'Poppins', sans-serif;
	color: #6c9005;
	padding-left: 70px;
	padding-bottom: 20px;
}

.reason-head .reason_left h5:before {
	content: "";
	width: 56px;
	height: 3px;
	position: absolute;
	left: 0;
	top: 8px;
	background: #6c9005;
}

.reason-head .reason_left h3 {
	color: #1d1d1d;
	font: 400 48px/58px 'Poppins', sans-serif;
	text-transform: capitalize;
	margin: 0px;
	padding: 0 60px 27px 0;
	position: relative;
}

.reason-head .reason_left p {
	font: 400 14px/26px 'Poppins', serif;
	color: #333;
	padding-top: 60px;
}

.reason-inner {
	width: 100%;
	float: left;
}

.reason-inner ul {
	float: left;
	width: 100%;
	display: flex;
}

.reason-inner ul li {
	width: 25%;
	padding: 0px 15px 50px 15px;
	float: left;
}

.reason-inner ul li h4 {
	color: #1d1d1d;
	font: 400 29px/58px 'Poppins', serif;
	margin: 0px;
	text-transform: capitalize;
	padding-bottom: 14px;
}

.reason-inner ul li h6 {
	color: #6c9005;
	font: 600 22px/45px 'Poppins', serif;
	margin-right: 10px;
	background: #fff;
	display: inline-block;
	width: 40px;
	height: 40px;
	border-radius: 50px;
	float: left;
	text-align: center;
}

.reason-inner ul li p {
	color: #333;
	font: 400 15px/26px 'Poppins', serif;
	margin: 0px;
}

.park-rules {
	width: 100%;
	float: left;
	padding: 60px 0 170px;
	position: relative;
	overflow: hidden;
}

.park-rules-inner {
	float: left;
	width: 100%;
	padding: 40px 0px;
	display: flex;
}

.park-rules-about {
	width: 50%;
	float: left;
	align-self: center;
}

.park-rules-about h3 {
	color: #6c9005;
	font: 500 26px/28px 'Poppins', sans-serif;
	text-transform: capitalize;
	margin: 0px;
	padding-bottom: 22px;
	border-bottom: 1px solid #8f9e71;
	position: relative;
}

.park-rules-about h3:after {
	content: "";
	width: 79px;
	height: 3px;
	position: absolute;
	left: 0;
	bottom: -2px;
	margin: auto;
	background: #6c9005;
	border-left: 3px solid #fff;
	border-right: 3px solid #fff;
}

.park-rules-about ul {
	float: left;
	width: 100%;
	padding: 30px 30px 0 0;
}

.park-rules-about ul li {
	float: left;
	color: #818181;
	font: 400 15px/26px 'Poppins', serif;
	padding: 0px 20px 10px 30px;
	background: url(../images/right-arrow-bullet.png) no-repeat scroll 0px 5px;
	margin-right: 10px
}

.park-rules-picture {
	position: absolute;
	right: 151px;
	top: 69px;
}

.park-rules-image2 {
	float: left;
	width: 50%;
	margin-top: 144px;
	margin-left: -68px;
}

.park-rules-image1 img {
	max-width: 100%;
}

.park-rules-image2 img {
	max-width: 100%;
}

.park-rules-image1 {
	float: left;
	position: relative;
	z-index: 9;
	margin-left: 40px;
	width: 100%;
}

.park-rules-image1:after {
	position: absolute;
	right: -40px;
	bottom: -62px;
	background: url(../images/hotel_bg.png) no-repeat;
	content: '';
	width: 355px;
	height: 512px;
}

.info-pench-section {
	background: url(../images/packages_bg.jpg) no-repeat left top;
	background-size: cover;
	position: relative;
	width: 100%;
	height: 537px;
	float: left;
	padding: 60px 0;
}

.info-pench-section h3 {
	color: #fff;
	font: 400 36px/28px 'Poppins', sans-serif;
	text-transform: capitalize;
	margin: 0px;
	padding-bottom: 27px;
	border-bottom: 1px solid #fff;
	position: relative;
	text-align: center;
}

.info-pench-section h3:after {
	content: "";
	width: 382px;
	height: 3px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -2px;
	margin: auto;
	background: #fff;
	border-left: 3px solid transparent;
	border-right: 3px solid transparent;
}

.info-pench-section .area_box_main {
	padding: 60px 20px;
	overflow: hidden;
	text-align: center;
}

.info-pench-section .area_box img {
	max-width: 100%;
}

.info-pench-section .area_box h4 {
	color: #fff;
	font: 400 29px/58px 'Poppins', sans-serif;
	margin: 0px;
	padding: 7px 0 10px;
}

.info-pench-section .area_box p {
	color: #dbdbdb;
	font: 400 14px/24px 'Poppins', sans-serif;
	margin: 0px;
	padding: 0px;
}


/*ABOUTUS PAGE END*/


/*-------------------------------------------------- About Us Ends -----------------------------------------------------------------------*/


/*-------------------------------------------------- Places Near Pench -----------------------------------------------------------------------*/

.places-near-banner {
	width: 100%;
	float: left;
	position: relative;
	text-align: center;
}

.places-near-banner img {
	width: 100%;
}

.places-near-text {
	display: flex;
	width: 100%;
	height: 100%;
	justify-content: center;
	align-items: center;
	align-content: center;
	position: absolute;
	top: 0px;
	flex-wrap: wrap;
	background:rgba(0,0,0,.5);
}

.places-near-text h1 {
	color: #ffffff;
	font: 500 41px/45px 'Poppins', sans-serif;
	width: 100%;
}

.places-near-text .breadcrumb {
	padding: 0;
	margin-bottom: 0px;
	list-style: none;
	background-color: transparent;
}

.places-near-text .breadcrumb>li {
	color: #fff;
}

.places-near-text .breadcrumb>li.active a {
	color: #fff;
}

.places-near-text .breadcrumb li a {
	color: #cecece;
}

.places-near-text .breadcrumb li a:hover {
	color: #fff;
}

.places-near-text .breadcrumb>li+li::before {
	display: none;
}

.places-near-pench {
	width: 100%;
	float: left;
	padding: 70px 0;
	text-align: center;
}

.places-near-pench h2 {
	color: #000;
	font: 400 36px/28px 'Poppins', sans-serif;
	text-transform: capitalize;
	margin: 0;
	padding-bottom: 27px;
	border-bottom: 1px solid #8f9e71;
	position: relative;
	text-align: center;
}

.places-near-pench h2:before {
	content: "";
	width: 382px;
	height: 3px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -2px;
	margin: auto;
	background: #6c9005;
	border-left: 3px solid #fff;
	border-right: 3px solid #fff;
}

.places-near-pench p {
	color: #686868;
	font: 400 14px/22px 'Poppins', serif;
	padding: 30px 0 30px;
}

.places-near-head {
	width: 100%;
	float: left;
	padding: 0px;
	border: 1px solid #ebebeb;
	text-align: left;
	display: flex;
	align-items: center;
	margin-bottom: 30px;
}

.places-near-head:last-child {
	margin-bottom: 0px;
}

.places-near-head .places-left {
	width: 35%;
	float: left;
	padding: 0;
}

.places-near-head .places-left img {
	max-width: 100%;
}

.places-near-head .places-right {
	width: 65%;
	float: left;
	padding: 0;
}

.places-near-head .places-right h3 {
	margin: 0px;
	font: 500 25px/28px 'Poppins', serif;
	color: #4e4e4e;
	text-transform: uppercase;
}

.places-near-head .places-right p {
	margin: 0px;
	font: 400 14px/26px 'Poppins', serif;
	padding: 15px 0 10px;
}

.places-near-head .places-right h4 {
	margin: 0px;
	font: 400 14px/26px 'Poppins', serif;
	color: #818181;
	padding: 0;
}

.places-near-head .places-right h5 {
	margin: 0px;
	font: 400 14px/26px 'Poppins', serif;
	color: #b5bec4;
	padding: 0;
}

.places-near-head .places-right p a {
	background: #6c9005;
	width: 147px;
	height: 39px;
	border-radius: 4px;
	color: #fff;
	font: 500 15px/40px 'Poppins', serif;
	display: block;
	text-align: center;
}

.places-near-outer {
	width: 100%;
	float: left;
	padding-top: 80px;
}

.places-near-outer ul {
	width: 100%;
	float: left;
	display: flex;
	flex-wrap: wrap;
}

.places-near-outer ul li {
	float: left;
	width: 32%;
	margin-right: 20px;
	padding-bottom: 60px;
}

.places-near-outer ul li:nth-child(3n) {
	margin-right: 0px;
}

.places-near-image {
	max-width: 100%;
	float: left;
	position: relative;
}


/*-------------------------------------------------- Places Near Pench -----------------------------------------------------------------------*/


/*-------------------------------------------------- Inner Pench -----------------------------------------------------------------------*/


/*PLACES NEAR PENCH*/

.places-banner {
	width: 100%;
	float: left;
	position: relative;
	text-align: center;
}

.places-banner img {
	width: 100%;
}

.places-banner-text {
	display: flex;
	width: 100%;
	height: 100%;
	justify-content: center;
	align-items: center;
	align-content: center;
	position: absolute;
	top: 0px;
	flex-wrap: wrap;
	background:rgba(0,0,0,.5);
}

.places-banner-text h1, .places-banner-text h2 {
	color: #ffffff;
	font: 500 41px/45px 'Poppins', sans-serif;
	width: 100%;
}

.places-banner-text .breadcrumb {
	padding: 0;
	margin-bottom: 0px;
	list-style: none;
	background-color: transparent;
}

.places-banner-text .breadcrumb>li {
	color: #fff;
}

.places-banner-text .breadcrumb>li.active a {
	color: #fff;
}

.places-banner-text .breadcrumb li a {
	color: #cecece;
}

.places-banner-text .breadcrumb li a:hover {
	color: #fff;
}

.places-banner-text .breadcrumb>li+li::before {
	display: none;
}

.about-pench-places {
	width: 100%;
	float: left;
	padding: 60px 0;
	text-align: center;
}

.places-pench-inner {
	width: 100%;
	float: left;
	padding: 0px;
	text-align: center;
}

.places-pench-inner h2, .places-pench-inner h1 {
	color: #000;
	font: 400 36px/28px 'Poppins', sans-serif;
	text-transform: capitalize;
	margin: 0;
	padding-bottom: 27px;
	border-bottom: 1px solid #8f9e71;
	position: relative;
	text-align: center;
	margin-bottom: 30px;
}

.places-pench-inner h2:before, .places-pench-inner h1:before {
	content: "";
	width: 382px;
	height: 3px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -2px;
	margin: auto;
	background: #6c9005;
	border-left: 3px solid #fff;
	border-right: 3px solid #fff;
}

.places-pench-inner p {
	color: #686868;
	font: 400 14px/22px 'Poppins', serif;
	padding: 0px;
}

.places-right {
	width: 50%;
	float: left;
}

.places-right img {
	max-width: 100%;
}

.how-to-reach {
	width: 100%;
	float: left;
	padding-bottom: 40px
}

.how-to-reach h3 {
	margin-bottom: 20px;
}

.how-to-reach span {
	color: #000;
	font: 400 30px/28px 'Poppins', sans-serif;
	text-transform: capitalize;
	margin: 0;
	padding-bottom: 10px;
	border-bottom: 1px solid #8f9e71;
	position: relative;
	display: inline-block;
}

.how-to-reach span:before {
	content: "";
	width: 0px;
	height: 0px;
	position: absolute;
	left: 0;
	bottom: -2px;
	margin: auto;
	background: #6c9005;
	border-left: 3px solid #fff;
	border-right: 3px solid #fff;
}

.reach-detail p {
	margin: 0px;
	font: 300 16px/25px 'Poppins', serif;
	padding-bottom: 24px;
}

.how-to-reach .tab-content {
	background: #fafafa;
	border: 1px solid #ebebeb;
	padding: 30px 40px;
}

.how-to-reach .tab-content p {
	color: #333;
	font: 300 16px/30px 'Poppins', serif;
	float: left;
	width: 100%
}

.how-to-reach .tab-content p span {
	color: #000;
	font: 500 15px/30px 'Poppins', serif;
	border-bottom: 2px solid #6c9005;
	display: inline-block;
	margin: 20px 0 30px;
}

.how-to-reach .tab-content p span:before {
	display: none;
}

.how-to-reach .tab-content .tab_pane_outer {
	display: flex;
	flex-wrap: wrap;
	clear: both;
}

.how-to-reach .tab-content .tab_pane_info {
	float: left;
	overflow: hidden;
	margin-right: 80px;
}

.how-to-reach .tab-content .tab_pane_info:nth-child(3n) {
	margin-right: 0px;
}

.how-to-reach .tab-content .tab_pane_info i {
	width: 50px;
	display: inline-block;
	float: left;
}

.how-to-reach .tab-content .tab_pane_info p {
	font: 400 13px/20px 'Poppins', serif;
	color: #818181;
	padding-bottom: 40px;
	width: 230px;
}

.how-to-reach .tab-content .tab_pane_info strong {
	color: #000;
	display: block;
}

.how-to-reach .nav-tabs>li>a {
	margin-right: 2px;
	border-radius: 10px 10px 0 0;
	border: 1px solid #ebebeb;
	width: 145px;
	text-align: center;
	height: 57px;
	font: 400 16px/35px 'Poppins', sans-serif;
	color: #5d5d5d;
}

.how-to-reach .tab-content p.headin {
	color: #6c9005;
	font: 500 18px/28px 'Poppins', serif;
}

.how-to-reach .tab-content ul {
	float: left;
}

.how-to-reach .tab-content ul li {
	color: #333;
	font: 300 16px/30px 'Poppins', serif;
}

.how-to-reach .nav-tabs>li.active>a,
.how-to-reach .nav-tabs>li.active>a:focus,
.how-to-reach .nav-tabs>li.active>a:hover {
	color: #fff !important;
	background-color: #666666 !important;
}

.how-to-reach .nav-tabs>li.active>a img.hover_img,
.how-to-reach .nav-tabs>li.active>a:focus img.hover_img,
.how-to-reach .nav-tabs>li.active>a:hover img.hover_img {
	display: inline-block;
	margin-top: -5px;
}

.how-to-reach .hover_img {
	display: none;
	padding-right: 10px;
}

.how-to-reach .normal_img {
	padding-right: 10px;
	margin-top: -5px;
}

.how-to-reach .nav-tabs>li.active>a img.normal_img {
	display: none;
	padding-right: 10px;
}

.how-to-reach .tab-content figure {
	overflow: hidden;
	margin-bottom: 30px;
}

.how-to-reach .tab-content figure img {
	max-width: 100%;
	transition: all .5s ease-in-out;
	overflow: hidden;
}

.how-to-reach .tab-content figure img:hover {
	transform: scale(1.1);
}

.how-to-reach .tab-content .tariff_table {
	width: 100%;
	float: left;
}

.how-to-reach .tab-content .tariff_table table {
	width: 1019px;
	border: 1px solid #6c9005;
}

.how-to-reach .tab-content .tariff_table table th {
	background: #dcebb3;
	font: 600 16px/28px 'Poppins', sans-serif;
	color: #151515;
	padding: 13px 30px;
	border-right: 1px solid #6c9005;
}

.how-to-reach .tab-content .tariff_table table td {
	background: #fff;
	font: 500 16px/28px 'Poppins', sans-serif;
	color: #151515;
	padding: 13px 30px;
	border-right: 1px solid #6c9005;
	border-bottom: 1px solid #6c9005;
}

.how-to-reach .tab-content .note_section {
	padding: 20px 20px;
	width: 100%;
	float: left;
}

.how-to-reach .tab-content .note_section h5 {
	color: #151515;
	font: 500 18px/28px 'Poppins', sans-serif;
}

.how-to-reach .tab-content .note_section p {
	color: #151515;
	font: 400 16px/28px 'Poppins', sans-serif;
	margin: 0;
}

.more-view {
	color: #6c9005;
	text-decoration: none;
	font: 500 15px/20px 'Poppins', sans-serif;
	padding-top: 20px;
	padding-bottom: 60px;
	float: left;
}

.more-view:hover {
	color: #6c9005;
	text-decoration: underline!important;
}

.query_now_btn {
	font: 500 15px/50px 'Poppins', sans-serif;
	color: #fff;
	border-radius: 3px;
	text-align: center;
	display: block;
	width: 197px;
	height: 52px;
	background: #9cb84c;
	/* Old browsers */
	background: -moz-linear-gradient(top, #9cb84c 0%, #85a429 48%, #6f9209 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(top, #9cb84c 0%, #85a429 48%, #6f9209 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #9cb84c 0%, #85a429 48%, #6f9209 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9cb84c', endColorstr='#6f9209', GradientType=0);
	/* IE6-9 */
}

.query_now_btn:hover {
	color: #fff;
}


/*-------------------------------------------------- Inner Pench -----------------------------------------------------------------------*/


/*-------------------------------------------------- Hotels & Resorts in Pench -----------------------------------------------------------------------*/

.hotel-banner {
	width: 100%;
	float: left;
	position: relative;
	text-align: center;
}

.hotel-banner img {
	width: 100%;
}

.hotel-banner-text {
	display: flex;
	width: 100%;
	height: 100%;
	justify-content: center;
	align-items: center;
	align-content: center;
	position: absolute;
	top: 0px;
	flex-wrap: wrap;
	background: ;
}

.hotel-banner-text h1 {
	color: #ffffff;
	font: 500 41px/45px 'Poppins', sans-serif;
	width: 100%;
}

.hotel-banner-text .breadcrumb {
	padding: 0;
	margin-bottom: 0px;
	list-style: none;
	background-color: transparent;
}

.hotel-banner-text .breadcrumb>li {
	color: #fff;
}

.hotel-banner-text .breadcrumb>li.active a {
	color: #fff;
}

.hotel-banner-text .breadcrumb li a {
	color: #cecece;
}

.hotel-banner-text .breadcrumb li a:hover {
	color: #fff;
}

.hotel-banner-text .breadcrumb>li+li::before {
	display: none;
}

.hotel-resort-pench {
	width: 100%;
	float: left;
	padding: 10px 0 0;
	text-align: center;
}

.hotel-resort-pench h2 {
	color: #000;
	font: 400 36px/28px 'Poppins', sans-serif;
	text-transform: capitalize;
	margin: 0;
	padding-bottom: 27px;
	border-bottom: 1px solid #8f9e71;
	position: relative;
	text-align: center;
}

.hotel-resort-pench h2:before {
	content: "";
	width: 382px;
	height: 3px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -2px;
	margin: auto;
	background: #6c9005;
	border-left: 3px solid #fff;
	border-right: 3px solid #fff;
}

.hotel-resort-pench p {
	color: #333;
	font: 400 14px/22px 'Poppins', serif;
	padding: 30px 0 30px;
}

.hotel-list-outer {
	width: 100%;
	float: left;
	padding: 0px;
	text-align: left;
}

.hotel-list-outer ul {
	padding: 0;
	margin: 0;
}

.hotel-list-outer li {
	padding: 0;
	border: 1px solid #ebebeb;
	overflow: hidden;
	margin-bottom: 30px;
	display: flex;
}

.hotel-list-outer .hotel-image {
	width: 35%;
	float: left;
}

.hotel-list-outer .hotel-image img {
	max-width: 100%;
}

.hotel-list-outer .hotel-image a img {
	display: block;
}

.hotel-list-outer .about-hotel {
	width: 45%;
	float: left;
	padding: 0;
	border-right: 1px dotted #dbdbdb;
}

.hotel-list-outer .about-hotel h3 {
	margin: 0px;
	font: 500 25px/28px 'Poppins', serif;
	color: #4e4e4e;
	text-transform: uppercase;
	padding-top: 40px;
}

.hotel-list-outer .about-hotel p {
	margin: 0px;
	font: 400 14px/26px 'Poppins', serif;
	padding: 15px 0 10px;
}

.hotel-list-outer .about-hotel li {
	width: 46px;
	height: 46px;
	border-radius: 50px;
	background: #fff;
	border: 1px solid #ebebeb;
	display: inline-block;
	margin: 10px 8px 0 0;
	text-align: center;
	line-height: 40px;
}

.hotel-list-outer .about-hotel .tooltip.top {
	margin-top: -4px;
}

.hotel-list-outer .about-hotel .tooltip-inner {
	background: #efefef;
	border: 1px solid #efefef;
	color: #888a99;
}

.hotel-list-outer .about-hotel .tooltip.top .tooltip-arrow {
	border-top-color: #efefef;
}

.hotel-list-outer .details-hotel {
	width: 18%;
	float: right;
	padding: 0;
	text-align: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-self: center;
}

.hotel-list-outer .details-hotel p {
	padding: 0 0 10px;
	color: #6c9005;
	font: 500 22px/26px 'Poppins', serif;
}

.hotel-list-outer .details-hotel p a {
	background: #6c9005;
	width: 147px;
	height: 39px;
	border-radius: 4px;
	color: #fff;
	font: 500 15px/40px 'Poppins', serif;
	display: block;
	text-align: center;
	margin: auto;
}


/*HOTEL & RESORT*/


/*-------------------------------------------------- Hotels & Resorts in Pench -----------------------------------------------------------------------*/


/*-------------------------------------------------- Hotels & Resorts in Pench Inner -----------------------------------------------------------------------*/


/*TULI-TIGER*/

.tulitiger-banner {
	width: 100%;
	float: left;
	position: relative;
	text-align: center;
}

.tulitiger-banner img {
	width: 100%;
}

.tulitiger-text {
	display: flex;
	width: 100%;
	height: 100%;
	justify-content: center;
	align-items: center;
	align-content: center;
	position: absolute;
	top: 0px;
	flex-wrap: wrap;
	background:; 
}

.tulitiger-text h1, .tulitiger-text h2 {
	color: #ffffff;
	font: 500 41px/45px 'Poppins', sans-serif;
	width: 100%;
}

.tulitiger-text .breadcrumb {
	padding: 0;
	margin-bottom: 0px;
	list-style: none;
	background-color: transparent;
}

.tulitiger-text .breadcrumb>li {
	color: #fff;
}

.tulitiger-text .breadcrumb>li.active a {
	color: #fff;
}

.tulitiger-text .breadcrumb li a {
	color: #cecece;
}

.tulitiger-text .breadcrumb li a:hover {
	color: #fff;
}

.tulitiger-text .breadcrumb>li+li::before {
	display: none;
}

.tuli-tiger {
	width: 100%;
	float: left;
	padding: 70px 0 0px;
	text-align: left;
}

.tuli-tiger h2, .tuli-tiger h1 {
	font: 400 36px/28px 'Poppins', serif;
	color: #000;
	margin: 0px;
}

.tuli-tiger-inner {
	width: 100%;
	float: left;
}

.tuli-left {
	width: 100%;
	float: left;
}

.tuli-left p {
	margin: 0px;
	font: 400 14px/26px 'Poppins', serif;
	color: #b5bec4;
	padding: 15px 0 10px;
}

.tuli-right {
	width: 100%;
	float: left;
}

.tuli-right img {
	max-width: 100%;
}

.tuli-right .carousel-indicators {
	bottom: 10px !important;
}

.tuli-right .carousel-indicators li {
	background: transparent !important;
	width: 12px !important;
	height: 12px !important;
	margin: 3px 1px !important;
	border: 2px solid #f3f3f3 !important;
}

.tuli-right .carousel-indicators .active {
	border: none !important;
	background-color: #96c60c !important;
}

.tuli-right .carousel-inner {
	border: 1px solid #f3f3f3;
	border-radius: 3px;
}

.tuli-right .flex-direction-nav a {
	opacity: 1 !important;
	top: 46% !important;
}

.tuli-right .flex-direction-nav .flex-prev {
	left: 0px;
}

.tuli-right .flex-direction-nav a {
	font-size: 0px;
	height: 44px !important;
}

.tuli-right .flex-direction-nav a::before {
	display: none !important;
}

.tuli-right .flex-prev {
	position: absolute;
	background: url(../images/left-arrow.png) no-repeat;
	width: 26px;
	height: 44px;
	left: 0px;
	top: 0px;
}


/*.tuli-right .flex-prev:hover{background:url(../images/prev_hover.png) no-repeat;}*/

.tuli-right .flex-next {
	position: absolute;
	background: url(../images/right-arrow.png) no-repeat;
	width: 26px;
	height: 44px;
	right: 0px;
	top: 0px;
}


/*.tuli-right .flex-next:hover{background:url(../images/next_hover.png) no-repeat;}*/

.tuli-right .flex-control-nav.flex-control-paging {
	display: none;
}

.tuli-right .flex-direction-nav .flex-prev {
	left: 30px !important;
}

.tuli-right .flex-direction-nav .flex-next {
	right: 40px !important;
}

.tuli-services {
	width: 100%;
	float: left;
	padding: 0px 0;
}

.tuli-services ul {
	padding: 0;
	margin: 0;
	width: 100%;
	border-bottom: 1px solid #e1e1e1;
	padding-bottom: 10px;
	margin-bottom: 20px;
	float:left;
}

.tuli-services li {
	display: inline-block;
	width: 158px;
	text-align: center;
	transition: all .5s;
}

.tuli-services li span:hover {
	transform: scale(1.1);
}

.tuli-services li span {
	width: 67px;
	height: 67px;
	border-radius: 50px;
	background: #fff;
	border: 1px solid #ebebeb;
	display: inline-block;
	margin: 10px 8px 0 0;
	text-align: center;
	line-height: 50px;
	transition: all .5s;
}

.tuli-services h3 {
	margin: 0px;
	font: 300 14px/28px 'Poppins', serif;
	color: #818181;
	text-transform: uppercase;
	padding-top: 10px;
}

.tuli-services p {
	margin: 0px;
	font: 300 15px/30px 'Poppins', serif;
	padding: 0px 0 10px;
	color: #818181;
}

.hotel-room {
	width: 100%;
	float: left;
	padding: 45px 0 0;
}

.hotel-room-inner {
	width: 100%;
	float: left;
	padding: 0 0 30px;
}

.hotel-room-inner span {
	color: #000;
	font: 400 30px/28px 'Poppins', sans-serif;
	text-transform: capitalize;
	margin: 0;
	padding-bottom: 10px;
	border-bottom: 1px solid #8f9e71;
	position: relative;
	display: inline-block;
}

.hotel-room-inner span:before {
	content: "";
	width: 82px;
	height: 3px;
	position: absolute;
	left: 0;
	bottom: -2px;
	margin: auto;
	background: #6c9005;
	border-left: 3px solid #fff;
	border-right: 3px solid #fff;
}

.hotel-main {
	width: 100%;
	overflow: hidden;
	padding: 0px 0;
	margin: 30px 0;
}

.hotel-left {
	width: 10%;
	float: left;
	text-align: center;
}

.hotel-right {
	width: 90%;
	float: left;
	border: 1px solid #efefef;
	border-left: 8px solid #efefef;
	padding: 30px 30px 30px 20px;
	position: relative;
}

.hotel-right:before {
	position: absolute;
	left: -18px;
	top: 20px;
	content: "";
	width: 0;
	height: 0;
	border-top: 12px solid transparent;
	border-bottom: 12px solid transparent;
	border-right: 12px solid #efefef;
}

.hotel-right p.info {
	font: 400 italic 13px/20px 'Poppins', sans-serif;
}

.hotel-right p {
	color: #b4b4b4;
	font: 400 14px/28px 'Poppins', sans-serif;
}

.other-similar-hotel {
	width: 100%;
	float: left;
	padding: 0 0 40px;
	background: #fafafa;
}

.similar-inner {
	width: 100%;
	float: left;
	padding: 60px 0 10px;
}

.similar-inner h3 {
	margin: 0 0 40px;
}

.similar-inner span {
	color: #000;
	font: 400 30px/28px 'Poppins', sans-serif;
	text-transform: capitalize;
	margin: 0;
	padding-bottom: 10px;
	border-bottom: 1px solid #8f9e71;
	position: relative;
	display: inline-block;
}

.similar-inner span:before {
	content: "";
	width: 82px;
	height: 3px;
	position: absolute;
	left: 0;
	bottom: -2px;
	margin: auto;
	background: #6c9005;
	border-left: 3px solid #fff;
	border-right: 3px solid #fff;
}

.similar-inner ul {
	float: left;
	width: 100%;
}

.similar-inner ul li {
	float: left;
	width: 32%;
	padding-right: 20px;
	list-style: none !important;
}

.similar-inner ul li figure {
	width: 100%;
	float: left;
}

.similar-inner ul li figure img {
	width: 100%;
}

.similar-inner ul li p {
	font-size: 16px;
	font-family: 'Poppins', serif;
	font-weight: 300;
	color: #32363e;
	margin: 0px;
	line-height: 23px;
	padding: 14px 0px;
}

.regular .slick-dots li button {
	display: none;
}

.img_title {
	background: #fff;
	border: 1px solid #ebebeb;
	color: #4a4a4a;
	font: 400 24px/28px 'Poppins', sans-serif;
	padding: 20px 30px;
	text-align: center;
	width: 95%;
	display: block;
}

.img_title:hover {
	color: #6c9005;
}


/*TULI-TIGER*/


/*-------------------------------------------------- Hotels & Resorts in Pench Inner -----------------------------------------------------------------------*/


/*-------------------------------------------------- Wildlife packages in Pench -----------------------------------------------------------------------*/

.wildlife-banner {
	width: 100%;
	float: left;
	position: relative;
	text-align: center;
}

.wildlife-banner img {
	width: 100%;
}

.wildlife-banner-text {
	display: flex;
	width: 100%;
	height: 100%;
	justify-content: center;
	align-items: center;
	align-content: center;
	position: absolute;
	top: 0px;
	flex-wrap: wrap;
	background: rgba(0,0,0,.2);
}

.wildlife-banner-text h1 {
	color: #ffffff;
	font: 500 41px/45px 'Poppins', sans-serif;
	width: 100%;
}

.wildlife-banner-text .breadcrumb {
	padding: 0;
	margin-bottom: 0px;
	list-style: none;
	background-color: transparent;
}

.wildlife-banner-text .breadcrumb>li {
	color: #fff;
}

.wildlife-banner-text .breadcrumb>li.active a {
	color: #fff;
}

.wildlife-banner-text .breadcrumb li a {
	color: #cecece;
}

.wildlife-banner-text .breadcrumb li a:hover {
	color: #fff;
}

.wildlife-banner-text .breadcrumb>li+li::before {
	display: none;
}

.wildlife-pench {
	width: 100%;
	float: left;
	padding: 70px 0 0;
	text-align: center;
}

.wildlife-pench h2 {
	color: #000;
	font: 400 36px/28px 'Poppins', sans-serif;
	text-transform: capitalize;
	margin: 0;
	padding-bottom: 27px;
	border-bottom: 1px solid #8f9e71;
	position: relative;
	text-align: center;
}

.wildlife-pench h2:before {
	content: "";
	width: 382px;
	height: 3px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -2px;
	margin: auto;
	background: #6c9005;
	border-left: 3px solid #fff;
	border-right: 3px solid #fff;
}

.wildlife-pench p {
	color: #686868;
	font: 400 14px/22px 'Poppins', serif;
	padding: 30px 0 30px;
}

.wildlife-list-outer {
	width: 100%;
	float: left;
	padding: 0px;
	text-align: left;
}

.wildlife-list-outer ul {
	padding: 0;
	margin: 0;
}

.wildlife-list-outer li {
	padding: 0;
	border: 1px solid #ebebeb;
	overflow: hidden;
	margin-bottom: 30px;
	display: flex;
}

.wildlife-list-outer .wildlife-image {
	width: 35%;
	float: left;
}

.wildlife-list-outer .wildlife-image img {
	max-width: 100%;
}

.wildlife-list-outer .wildlife-image a img {
	display: block;
}

.wildlife-list-outer .about-wildlife {
	width: 45%;
	float: left;
	padding: 0;
	border-right: 1px dotted #dbdbdb;
}

.wildlife-list-outer .about-wildlife h3 {
	margin: 0px;
	font: 500 25px/28px 'Poppins', serif;
	color: #4e4e4e;
	text-transform: uppercase;
	padding-top: 40px;
}

.wildlife-list-outer .about-wildlife p.destinations_covered_text {
	/*color: #949494;*/
	font: 400 14px/26px 'Poppins', sans-serif;
	margin: 0;
	padding: 0;
}

.wildlife-list-outer .about-wildlife p.destinations_covered_details {
	/*color: #b5bec4;*/
	font: 400 14px/26px 'Poppins', sans-serif;
	margin: 0;
	padding: 0;
}

.wildlife-list-outer .about-wildlife p {
	margin: 0px;
	font: 400 14px/26px 'Poppins', serif;
	/*color: #b5bec4;*/
	padding: 15px 0 10px;
}

.wildlife-list-outer .about-wildlife li {
	width: 46px;
	height: 46px;
	border-radius: 50px;
	background: #fff;
	border: 1px solid #ebebeb;
	display: inline-block;
	margin: 10px 8px 0 0;
	text-align: center;
	line-height: 40px;
}

.wildlife-list-outer .about-wildlife .tooltip.top {
	margin-top: -4px;
}

.wildlife-list-outer .about-wildlife .tooltip-inner {
	background: #efefef;
	border: 1px solid #efefef;
	color: #888a99;
}

.wildlife-list-outer .about-wildlife .tooltip.top .tooltip-arrow {
	border-top-color: #efefef;
}

.wildlife-list-outer .details-wildlife {
	width: 18%;
	float: right;
	padding: 0;
	text-align: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-self: center;
}

.wildlife-list-outer .details-wildlife p {
	padding: 0 30px 10px;
	color: #6c9005;
	font: 500 22px/26px 'Poppins', serif;
}

.wildlife-list-outer .details-wildlife p a {
	background: #6c9005;
	width: 147px;
	height: 39px;
	border-radius: 4px;
	color: #fff;
	font: 500 15px/40px 'Poppins', serif;
	display: block;
	text-align: center;
	margin: auto;
}


/*-------------------------------------------------- Wildlife packages in Pench -----------------------------------------------------------------------*/


/*-------------------------------------------------- Wildlife packages details in Pench -----------------------------------------------------------------------*/

.wildlife_detail_banner {
	width: 100%;
	float: left;
	position: relative;
	text-align: center;
}

.wildlife_detail_banner img {
	width: 100%;
}

.wildlife_detail_text {
	display: flex;
	width: 100%;
	height: 100%;
	justify-content: center;
	align-items: center;
	align-content: center;
	position: absolute;
	top: 0px;
	flex-wrap: wrap;
	background: rgba(0,0,0,.5);
}

.wildlife_detail_text h1 {
	color: #ffffff;
	font: 500 41px/45px 'Poppins', sans-serif;
	width: 100%;
}

.wildlife_detail_text .breadcrumb {
	padding: 0;
	margin-bottom: 0px;
	list-style: none;
	background-color: transparent;
}

.wildlife_detail_text .breadcrumb>li {
	color: #fff;
}

.wildlife_detail_text .breadcrumb>li.active a {
	color: #fff;
}

.wildlife_detail_text .breadcrumb li a {
	color: #cecece;
}

.wildlife_detail_text .breadcrumb li a:hover {
	color: #fff;
}

.wildlife_detail_text .breadcrumb>li+li::before {
	display: none;
}

.wildlife_detail_page {
	width: 100%;
	float: left;
	padding: 70px 0 0px;
	text-align: left;
}

.wildlife_detail_page h2 {
	font: 400 36px/28px 'Poppins', serif;
	color: #000;
	margin: 0px;
}

.wildlife_detail_inner {
	width: 100%;
	float: left;
}

.wildlife_left {
	width: 100%;
	float: left;
}

.wildlife_left p {
	margin: 0px;
	font: 400 14px/26px 'Poppins', serif;
	color: #b5bec4;
	padding: 15px 0 10px;
}

.wildlife_right {
	width: 100%;
	float: left;
}

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

.wildlife_right .carousel-indicators {
	bottom: 10px !important;
}

.wildlife_right .carousel-indicators li {
	background: transparent !important;
	width: 12px !important;
	height: 12px !important;
	margin: 3px 1px !important;
	border: 2px solid #f3f3f3 !important;
}

.wildlife_right .carousel-indicators .active {
	border: none !important;
	background-color: #96c60c !important;
}

.wildlife_right .carousel-inner {
	border: 1px solid #f3f3f3;
	border-radius: 3px;
}

.wildlife_right .flex-direction-nav a {
	opacity: 1 !important;
	top: 46% !important;
}

.wildlife_right .flex-direction-nav .flex-prev {
	left: 0px;
}

.wildlife_right .flex-direction-nav a {
	font-size: 0px;
	height: 44px !important;
}

.wildlife_right .flex-direction-nav a::before {
	display: none !important;
}

.wildlife_right .flex-prev {
	position: absolute;
	background: url(../images/left-arrow.png) no-repeat;
	width: 26px;
	height: 44px;
	left: 0px;
	top: 0px;
}

.wildlife_right .flex-next {
	position: absolute;
	background: url(../images/right-arrow.png) no-repeat;
	width: 26px;
	height: 44px;
	right: 0px;
	top: 0px;
}

.wildlife_right .flex-control-nav.flex-control-paging {
	display: none;
}

.wildlife_right .flex-direction-nav .flex-prev {
	left: 30px !important;
}

.wildlife_right .flex-direction-nav .flex-next {
	right: 40px !important;
}

.wildlife_services {
	width: 100%;
	float: left;
	padding: 20px 0 0;
}

.wildlife_services ul {
	padding: 0;
	margin: 0;
	width: 100%;
	border-bottom: 1px solid #e1e1e1;
	padding-bottom: 10px;
	margin-bottom: 20px;
}

.wildlife_services li {
	display: inline-block;
	width: 158px;
	text-align: center;
}

.wildlife_services li span {
	width: 67px;
	height: 67px;
	border-radius: 50px;
	background: #fff;
	border: 1px solid #ebebeb;
	display: inline-block;
	margin: 10px 8px 0 0;
	text-align: center;
	line-height: 50px;
	transition: all .5s;
}

.wildlife_services li span:hover {
	transform: scale(1.1);
}

.wildlife_services h3 {
	margin: 0px;
	font: 300 14px/28px 'Poppins', serif;
	color: #818181;
	text-transform: uppercase;
	padding-top: 10px;
}

.wildlife_services p {
	margin: 0px;
	font: 300 15px/30px 'Poppins', serif;
	color: #b5bec4;
	padding: 0px 0 10px;
	color: #818181;
}

.wildlife_services h5 {
	font: 400 20px/28px 'Poppins', sans-serif;
	color: #4e4e4e;
	text-transform: capitalize;
	text-align: center;
	padding: 0 70px;
}

.wildlife_services h5 span {
	font: 600 20px/28px 'Poppins', sans-serif;
}

.highlight_tours {
	width: 100%;
	float: left;
	padding: 55px 0;
	display: flex;
}

.highlight_tours .container {
	display: flex;
	align-items: center;
}

.highlight_tours .highlight_tours_left {
	width: 50%;
	float: left;
	padding: 0 30px 0 0;
	border-right: 1px solid #f1f1f1;
}

.highlight_tours .highlight_tours_left p {
	font: 300 15px/30px 'Poppins', serif;
	color: #818181;
}

.highlight_tours .highlight_tours_right {
	width: 50%;
	float: left;
	padding: 10px 0 0 30px;
}

.highlight_tours .highlight_tours_right h3 {
	color: #000;
	font: 400 30px/28px 'Poppins', sans-serif;
	text-transform: capitalize;
	margin: 0;
	padding-bottom: 15px;
	border-bottom: 1px solid #8f9e71;
	position: relative;
	display: inline-block;
}

.highlight_tours .highlight_tours_right h3:before {
	content: "";
	width: 82px;
	height: 3px;
	position: absolute;
	left: 0;
	bottom: -2px;
	margin: auto;
	background: #6c9005;
	border-left: 3px solid #fff;
	border-right: 3px solid #fff;
}

.highlight_tours .highlight_tours_right ul {
	padding-top: 35px;
}

.highlight_tours .highlight_tours_right li {
	background: url(../images/right-arrow-bullet.png) no-repeat left center;
	padding-left: 30px;
	font: 400 14px/33px 'Poppins', sans-serif;
	color: #686868;
}

.itinerary_details {
	width: 100%;
	float: left;
	padding: 55px 0 40px;
}

.itinerary_details h3 {
	color: #000;
	font: 400 30px/28px 'Poppins', sans-serif;
	text-transform: capitalize;
	margin: 0;
	padding-bottom: 15px;
	border-bottom: 1px solid #8f9e71;
	position: relative;
	display: inline-block;
}

.itinerary_details h3:before {
	content: "";
	width: 82px;
	height: 3px;
	position: absolute;
	left: 0;
	bottom: -2px;
	margin: auto;
	background: #6c9005;
	border-left: 3px solid #fff;
	border-right: 3px solid #fff;
}

.itinerary_collapse {
	padding-top: 40px;
}

.itinerary_collapse .panel-group .panel {
	border-radius: 0px;
	border: 1px solid #ebebeb;
}

.itinerary_collapse .panel-title {
	font: 500 20px/28px 'Poppins', sans-serif;
	color: #4e4e4e;
	text-transform: capitalize;
}

.itinerary_collapse .panel-title label {
	font: 600 22px/26px 'Poppins', sans-serif;
	color: #f4f4f4;
	text-transform: capitalize;
	display: inline-block;
	padding: 19px 24px;
	background: #6c9005;
	margin: 0;
	position: absolute;
	left: -160px;
	top: -19px;
	cursor: pointer;
}

.itinerary_collapse .panel-title label:before {
	margin: 0;
	padding: 0;
	width: 0;
	height: 0;
	content: "";
	position: absolute;
	right: -10px;
	top: 2px;
	border-top: 30px solid transparent;
	border-bottom: 30px solid transparent;
	border-left: 30px solid #6c9005;
}

.itinerary_collapse .panel-title>a,
.itinerary_collapse .panel-title>small,
.itinerary_collapse .panel-title>.small,
.itinerary_collapse .panel-title>small>a,
.itinerary_collapse .panel-title>.small>a {
	display: block;
	position: relative;
}

.itinerary_collapse .panel-title>a i {
	float: right !important;
}

.itinerary_collapse .panel-heading {
	padding: 19px 24px 16px 160px;
	background: #f4f4f4;
}

.itinerary_collapse .panel-body {
	padding: 25px;
	display: flex;
	align-items: center;
}

.itinerary_collapse .panel-body .panel_text {
	color: #818181;
	font: 400 15px/27px 'Poppins', sans-serif;
	float: left;
	width: 65%;
	padding-right: 20px;
}

.itinerary_collapse .panel-body .panel_img {
	max-width: 100%;
}

.itinerary_collapse .pa_italic span {
	display: none;
}

.itinerary_collapse .collapsed span {
	display: inline-block;
	float: right;
}

.itinerary_collapse .collapsed i {
	display: none;
}


/*-------------------------------------------------- Wildlife packages details in Pench -----------------------------------------------------------------------*/


/*-------------------------------------------------- Contacts in Pench -----------------------------------------------------------------------*/


/*CONTACT US*/

.contact-banner {
	width: 100%;
	float: left;
	position: relative;
	text-align: center;
}

.contact-banner img {
	width: 100%;
}

.contact-banner-text {
	display: flex;
	width: 100%;
	height: 100%;
	justify-content: center;
	align-items: center;
	align-content: center;
	position: absolute;
	top: 0px;
	flex-wrap: wrap;
}

.contact-banner-text h1 {
	color: #ffffff;
	font: 500 41px/45px 'Poppins', sans-serif;
	width: 100%;
}

.contact-banner-text .breadcrumb {
	padding: 0;
	margin-bottom: 0px;
	list-style: none;
	background-color: transparent;
}

.contact-banner-text .breadcrumb>li {
	color: #fff;
}

.contact-banner-text .breadcrumb>li.active a {
	color: #fff;
}

.contact-banner-text .breadcrumb li a {
	color: #cecece;
}

.contact-banner-text .breadcrumb li a:hover {
	color: #fff;
}

.contact-banner-text .breadcrumb>li+li::before {
	display: none;
}

.contact-outer {
	width: 100%;
	float: left;
	position: relative;
	color: #fff;
	display: flex;
}

.contact-form {
	width: 33.3%;
	float: left;
	padding: 50px 50px;
	background: #8d9a2e;
}

.contact-form h3 {
	margin-bottom: 20px;
	padding-bottom: 20px;
	font: 500 19px/28px 'Poppins', serif;
	color: #fff;
	text-transform: uppercase;
	border-bottom: 1px solid #fff;
}

.contact-form p {
	font: 400 14px/28px 'Poppins', serif;
}
.contact-form p a {
	color: #fff;
}

.contact-form .left_icon {
	width: 10%;
	float: left;
}

.contact-form .right_info {
	width: 90%;
	float: left;
}

.contact-info {
	width: 33.3%;
	float: left;
	padding: 50px 50px;
	background: #75811e;
}

.contact-info h3 {
	margin-bottom: 20px;
	padding-bottom: 20px;
	font: 500 19px/28px 'Poppins', serif;
	color: #fff;
	text-transform: uppercase;
	border-bottom: 1px solid #fff;
}

.contact-info p {
	font: 400 14px/28px 'Poppins', serif;
}

.contact-info .left_icon {
	width: 10%;
	float: left;
}

.contact-info .right_info {
	width: 90%;
	float: left;
}

.plan_trip {
	width: 100%;
	float: left;
	overflow: hidden;
	padding: 70px 0 10px;
}

.plan_trip h2 {
	color: #000;
	font: 400 36px/28px 'Poppins', sans-serif;
	text-transform: capitalize;
	margin: 0;
	padding-bottom: 27px;
	border-bottom: 1px solid #8f9e71;
	position: relative;
	text-align: center;
}

.plan_trip h2:before {
	content: "";
	width: 382px;
	height: 3px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -2px;
	margin: auto;
	background: #6c9005;
	border-left: 3px solid #fff;
	border-right: 3px solid #fff;
}

.plan_trip p {
	color: #686868;
	font: 400 14px/22px 'Poppins', serif;
	padding: 30px 0 30px;
	text-align: center;
}

.contact-form-box {
	padding-top: 30px;
}

.contact-form-box p {
	font: 400 14px/22px 'Poppins', sans-serif;
	color: #686868;
	padding: 0;
}

.contact-form-box .form-inline {
	padding-top: 40px;
}

.contact-form-box .form-control {
	width: 360px !important;
	height: 60px;
	border: 1px solid #e6e3e3 !important;
	margin: 0 15px 15px 0;
	background: #fbfbfb;
}

.contact-form-box .form-control:focus {
	border-color: #6c9005;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(108, 144, 5, .075), 0 0 4px rgba(108, 144, 5, .4);
	box-shadow: inset 0 1px 1px rgba(108, 144, 5, .075), 0 0 4px rgba(108, 144, 5, .4);
}

.contact-form-box .form-group.textareaa {
	width: 100%;
	display: block;
}

.contact-form-box .form-inline .form-group textarea {
	width: 97% !important;
	background: #fbfbfb;
	height: 130px;
}

.contact-form-box .submit_btn {
	color: #fff;
	font: 500 17px/30px 'Poppins', sans-serif;
	width: 203px;
	height: 60px;
	border-radius: 4px;
	border: none;
	margin: 20px auto 35px;
	display: inline-block;
	text-transform: uppercase;
	background: #6c9005;
	overflow: hidden;
	transition: .5s all ease;
	float: left;
}

.contact-form-box .form-inline .form-group {
	margin-bottom: 10px;
}

.contact-form-box .submit_btn:hover {
	opacity: .9
}

.contact-form-box .form-control::-moz-placeholder {
	color: #868686;
}

.contact-form-box .form-control:-ms-input-placeholder {
	color: #868686;
}

.contact-form-box .form-control::-webkit-input-placeholder {
	color: #868686;
}

.contact-form-box span.wpcf7-not-valid-tip {
	position: absolute;
	bottom: -35px;
	font-size: 12px !important;
}

.contact-form-box div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
	border: 2px solid #f7e700;
	float: left;
}

.plan_trip .map_section {
	width: 100%;
	float: left;
	overflow: hidden;
	height: 449px;
	margin: 0px 0 45px;
}

.contact-form-box .form-inline .form-group textarea {
	width: 98% !important;
}

.contact-form-box div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
	clear: both;
	margin: 0em 0em 2em;
}


/*CONTACT US*/


/*-------------------------------------------------- Contacts in Pench -----------------------------------------------------------------------*/


/*-------------------------------------------------- Travel Information in Pench -----------------------------------------------------------------------*/


/*TRAVEL INFORMATION*/

.travel-banner {
	width: 100%;
	float: left;
	position: relative;
	text-align: center;
}

.travel-banner img {
	width: 100%;
}

.travel-text {
	display: flex;
	width: 100%;
	height: 100%;
	justify-content: center;
	align-items: center;
	align-content: center;
	position: absolute;
	top: 0px;
	flex-wrap: wrap;
}

.travel-text h1 {
	color: #ffffff;
	font: 500 41px/45px 'Poppins', sans-serif;
	width: 100%;
}

.travel-text .breadcrumb {
	padding: 0;
	margin-bottom: 0px;
	list-style: none;
	background-color: transparent;
}

.travel-text .breadcrumb>li {
	color: #fff;
}

.travel-text .breadcrumb>li.active a {
	color: #fff;
}

.travel-text .breadcrumb li a {
	color: #cecece;
}

.travel-text .breadcrumb li a:hover {
	color: #fff;
}

.travel-text .breadcrumb>li+li::before {
	display: none;
}

.travel-info-main {
	width: 100%;
	float: left;
	padding-bottom: 60px;
}

.travel-outer {
	width: 100%;
	float: left;
	padding: 70px 0px 30px 0px;
}

.travel-outer h2 {
	color: #000;
	font: 400 36px/28px 'Poppins', sans-serif;
	text-transform: capitalize;
	margin: 0;
	padding-bottom: 27px;
	border-bottom: 1px solid #8f9e71;
	position: relative;
	text-align: center;
}

.travel-outer h2:before {
	content: "";
	width: 382px;
	height: 3px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -2px;
	margin: auto;
	background: #6c9005;
	border-left: 3px solid #fff;
	border-right: 3px solid #fff;
}

.about-travel {
	width: 100%;
	float: left;
}

.travel-image {
	float: left;
	padding: 0px 10px;
	text-align: center;
}

.travel-image p {
	color: #686868;
	font: 400 14px/22px 'Poppins', serif;
}

.history-image {
	width: 40%;
	float: left;
}

.history-image img {
	max-width: 100%;
}

.forest-wildlife-section {
	width: 100%;
	float: left;
	padding: 0px 0 40px;
}

.padd-heading {
	padding: 70px 0 50px;
}

.forest-head {
	width: 100%;
	float: left;
}

.forest-head h2 {
	text-align: center;
	color: #32363e;
	font-family: 'Poppins', serif;
	font-size: 33px;
	font-weight: 400;
	margin: 0px;
	padding: 35px 0px 64px 0px;
}

.forest-inner {
	width: 100%;
	float: left;
}

.book_now {
	padding: 0px 0 50px;
	float: left;
	width: 100%;
}

.book_now h3 {
	color: #3e3e3e;
	font: 300 22px/25px 'Poppins', sans-serif;
	transition: all .5s;
	text-align: center;
	padding: 10px 0px;
	border: 1px solid #ff7200;
	width: 60%;
	margin: 20px auto 0 auto;
	background: #f7f7f7;
}

.book_now h3 a {
	color: #ff7200;
	font: 300 22px/25px 'Poppins', sans-serif;
}

.book_now h3 a:hover {
	color: #6c9005;
}

.travel-from {
	width: 100%;
	float: left;
	padding: 50px 0 20px;
	background: #f5f5f5;
}

.travel-from .transport-outer ul {
	display: flex;
}

.travel-from .transport-outer ul li {
	width: 33%;
	display: inline-block;
}

.travel-from .transport-outer ul li figure {
	padding-left: 20px;
}

.travel-from .about-transport {
	padding: 0 20px;
}

.travel-from .about-transport h5 {
	color: #000;
	font: 500 20px/16px 'Poppins', sans-serif;
	padding: 20px 0px 10px;
	text-transform: capitalize;
}

.travel-from .about-transport p {
	color: #686868;
	font: 400 14px/22px 'Poppins', serif;
}

.wildlife-slider.travel {
	padding: 60px 0 0px;
}


/*TRAVEL INFORMATION*/


/*-------------------------------------------------- Travel Information in Pench -----------------------------------------------------------------------*/


/*-------------------------------------------------- Wildlife Safari in Pench -----------------------------------------------------------------------*/

.wildlife_safari_table {
	width: 100%;
	float: left;
	background: #f7f7f7;
	padding: 40px 0;
}

.wildlife_safari_inner {
	background: #fff;
	padding: 40px 0 0;
	border: 1px solid #6d8429;
	border-bottom: none;
}

.wildlife_safari_inner h3 {
	color: #000;
	font: 400 36px/28px 'Poppins', sans-serif;
	text-transform: capitalize;
	margin: 0;
	text-align: center;
	border-bottom: 1px solid #6d8429;
	padding-bottom: 40px;
}

.wildlife_safari_inner table {
	width: 100%;
	color: #707070;
	font: 400 14px/60px 'Poppins', sans-serif;
	text-transform: capitalize;
	margin: 0;
	text-align: center;
}

.wildlife_safari_inner table th {
	color: #6d8429;
	font: 500 26px/28px 'Poppins', sans-serif;
	text-transform: capitalize;
	text-align: center;
	padding: 15px 0;
	border-bottom: 1px solid #6d8429;
}

.wildlife_safari_inner table th.table_months {
	border-right: 1px solid #6d8429;
}

.wildlife_safari_inner table th.table_head {
	color: #707070;
	font: 300 22px/28px 'Poppins', sans-serif;
	text-transform: capitalize;
	text-align: center;
	padding: 15px 0;
	border-right: 1px solid #6d8429;
}

.wildlife_safari_inner table th.table_head:last-child {
	border-right: none;
}

.wildlife_safari_inner table td {
	border-right: 1px solid #6d8429;
	border-bottom: 1px solid #6d8429;
}

.wildlife_safari_inner table td:last-child {
	border-right: none;
}

.wildlife-pench-section {
	width: 100%;
	float: left;
	padding: 0px 0px 30px 0px;
}

.wildlife-pench-section h2 {
	color: #000;
	font: 400 36px/28px 'Poppins', sans-serif;
	text-transform: capitalize;
	margin: 0;
	padding-bottom: 27px;
	border-bottom: 1px solid #8f9e71;
	position: relative;
	text-align: center;
}

.wildlife-pench-section h2:before {
	content: "";
	width: 382px;
	height: 3px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -2px;
	margin: auto;
	background: #6c9005;
	border-left: 3px solid #fff;
	border-right: 3px solid #fff;
}

.wildlife_timing {
	width: 100%;
	float: left;
	display: flex;
	justify-content: center;
	text-align: center;
	padding: 50px 60px;
	margin: 0;
}

.wildlife_period_box {
	width: 33%;
	float: left;
	background: #b1dd42;
	border: 1px solid #6d8429;
	position: relative;
}

.wildlife_period_box:before {
	position: absolute;
	left: 0;
	right: 0;
	top: -12px;
	margin: auto;
	content: "";
	background: url(../images/period_bg.png) no-repeat;
	width: 244px;
	height: 55px;
}

.wildlife_period_box h3 {
	color: #fff;
	font: 500 26px/28px 'Poppins', sans-serif;
	position: relative;
	z-index: 999;
	margin: 0;
}

.wildlife_period_box .wild_inner {
	padding: 79px 0px 0px;
}

.wildlife_period_box .wild_inner p {
	font: 400 14px/19px 'Poppins', sans-serif;
	margin: 0;
	color: #49581d;
	border-bottom: 1px solid #6d8429;
	padding: 20px 40px;
}

.wildlife_period_box .wild_inner p:first-child {
	border-top: 1px solid #6d8429;
}

.wildlife_period_box .wild_inner p:last-child {
	border: none;
}

.wildlife_morning_box {
	width: 33%;
	float: left;
	background: #5dc4f2;
	border: 1px solid #6d8429;
	border-left: none;
	border-right: none;
	position: relative;
}

.wildlife_morning_box:before {
	position: absolute;
	left: 0;
	right: 0;
	top: -12px;
	margin: auto;
	content: "";
	background: url(../images/morning_bg.png) no-repeat;
	width: 244px;
	height: 55px;
}

.wildlife_morning_box h3 {
	color: #fff;
	font: 500 26px/28px 'Poppins', sans-serif;
	position: relative;
	z-index: 999;
	margin: 0;
}

.wildlife_morning_box .morning_inner {
	padding: 30px 0px;
}

.wildlife_morning_box .morning_inner .morning_inner_half {
	width: 50%;
	float: left;
	border-right: 1px solid #6d8429;
}

.wildlife_morning_box .morning_inner .morning_inner_half:last-child {
	border-right: none;
}

.wildlife_morning_box .morning_inner .morning_inner_half h5 {
	font: 400 22px/28px 'Poppins', sans-serif;
	color: #49581d;
	border: 1px solid #6d8429;
	border-left: none;
	border-right: none;
	padding: 10px 0;
	margin: 0;
}

.wildlife_morning_box .morning_inner p {
	font: 400 14px/19px 'Poppins', sans-serif;
	margin: 0;
	color: #49581d;
	border-bottom: 1px solid #6d8429;
	padding: 20px 10px;
}

.wildlife_morning_box .morning_inner p:first-child {
	border-top: 1px solid #6d8429;
}

.wildlife_morning_box .morning_inner p:last-child {
	border: none;
}

.wildlife_evening_box {
	width: 33%;
	float: left;
	background: #f6cc9c;
	border: 1px solid #6d8429;
	position: relative;
}

.wildlife_evening_box:before {
	position: absolute;
	left: 0;
	right: 0;
	top: -12px;
	margin: auto;
	content: "";
	background: url(../images/evening_bg.png) no-repeat;
	width: 244px;
	height: 55px;
}

.wildlife_evening_box h3 {
	color: #fff;
	font: 500 26px/28px 'Poppins', sans-serif;
	position: relative;
	z-index: 999;
	margin: 0;
}

.wildlife_evening_box .evening_inner {
	padding: 30px 0px;
}

.wildlife_evening_box .evening_inner .evening_inner_half {
	width: 50%;
	float: left;
	border-right: 1px solid #6d8429;
}

.wildlife_evening_box .evening_inner .evening_inner_half:last-child {
	border-right: none;
}

.wildlife_evening_box .evening_inner .evening_inner_half h5 {
	font: 400 22px/28px 'Poppins', sans-serif;
	color: #49581d;
	border: 1px solid #6d8429;
	border-left: none;
	border-right: none;
	padding: 10px 0;
	margin: 0;
}

.wildlife_evening_box .evening_inner p {
	font: 400 14px/19px 'Poppins', sans-serif;
	margin: 0;
	color: #49581d;
	border-bottom: 1px solid #6d8429;
	padding: 20px 10px;
}

.wildlife_evening_box .evening_inner p:first-child {
	border-top: 1px solid #6d8429;
}

.wildlife_evening_box .evening_inner p:last-child {
	border: none;
}


/*-------------------------------------------------- Wildlife Safari in Pench -----------------------------------------------------------------------*/


/*WILD LIFE TOUR PACKAGES*/

.tour-banner {
	width: 100%;
	float: left;
	position: relative;
}

.tour-banner img {
	width: 100%;
}

.tour-banner-text {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.tour-banner-text h1 {
	margin: 0px;
	color: #ffffff;
	text-transform: capitalize;
	font-size: 59px;
	font-family: 'Poppins', serif;
}


/*WILD LIFE TOUR PACKAGES*/


/*TIGER HEAVEN*/

.tiger-banner {
	width: 100%;
	float: left;
	position: relative;
}

.tiger-banner img {
	width: 100%;
}

.tiger-text {
	width: 100%;
	height: 100%;
	display: flex;
	position: absolute;
	top: 0px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.tiger-text h1 {
	margin: 0px;
	color: #ffffff;
	text-transform: capitalize;
	font-size: 59px;
	font-family: 'Poppins', serif;
	text-align: center;
}

.tiger-discription {
	width: 100%;
	float: left;
}

.tiger-section {
	width: 100%;
	float: left;
	text-align: center;
}

.tiger-section h2 {
	margin: 0px;
	color: #32363e;
	text-transform: capitalize;
	font-size: 33px;
	font-family: 'Poppins', serif;
	font-weight: 400;
	padding: 90px 0px 28px 0px;
}

.tiger-section p {
	margin: 0px;
	color: #32363e;
	text-transform: capitalize;
	font-size: 16px;
	font-family: 'Poppins', serif;
	font-weight: 300;
}

.time-dureation-section {
	width: 100%;
	float: left;
	padding-top: 75px;
}

.time-section {
	width: 100%;
	float: left;
	padding-bottom: 45px;
}

.time {
	width: 6%;
	float: left;
	margin-top: -20px;
}

.time p {
	margin-top: -10px;
	float: left;
	background: #51b8e6;
	width: 60px;
	height: 60px;
	border-radius: 100px;
	text-align: center;
	border: 5px solid #d3edf9;
	color: #ffffff;
	padding: 4px 6px 0px 6px;
	text-transform: capitalize;
	margin: 0px;
	font-size: 14px;
	font-family: 'Poppins', serif;
}

.about-days {
	float: left;
	width: 67%;
	padding: 0px 10px;
}

.about-days h4 {
	font-size: 18px;
	font-family: 'Poppins', serif;
	color: #32363e;
	margin: 0px;
	padding-bottom: 15px;
}

.about-days p {
	float: left;
	font-size: 16px;
	font-weight: 300;
	font-family: 'Poppins', serif;
	color: #32363e;
	margin: 0px;
	line-height: 25px;
}

.tiger-image {
	float: left;
	width: 25%;
	font-size: 18px;
	font-family: 'Poppins', serif;
}

.tiger-image img {
	max-width: 100%;
}


/*TIGER HEAVEN*/


/*QUERY FORM*/

.query-banner {
	width: 100%;
	float: left;
	position: relative;
}

.query-banner img {
	width: 100%;
}

.query-text {
	position: absolute;
	top: 0px;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.query-text h1 {
	margin: 0px;
	color: #ffffff;
	text-transform: capitalize;
	font-size: 59px;
	font-family: 'Poppins', serif;
	text-align: center;
}

.query-form-section {
	width: 100%;
	float: left;
	background: #f7f7f7;
	padding: 70px 0;
}

.query-section {
	width: 100%;
	float: left;
}

.query-message {
	width: 100%;
	float: left;
}

.query-message textarea {
	resize: none;
	height: auto !important;
}

.space-making .form-group {
	margin-bottom: 20px!important;
	;
}


/*textarea.form-control {height:auto!important;}*/

.query-head {
	width: 100%;
	float: left;
}


/*.query-head h2{font-size: 33px;font-family: 'Poppins',serif;color: #32363e; margin: 0px; text-align: center; padding: 80px 0px 50px 0px;}*/

.query-head h2 {
	color: #000;
	font: 400 36px/28px 'Poppins', sans-serif;
	text-transform: capitalize;
	margin: 0;
	padding-bottom: 27px;
	border-bottom: 1px solid #8f9e71;
	position: relative;
	text-align: center;
}

.query-head h2:before {
	content: "";
	width: 382px;
	height: 3px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -2px;
	margin: auto;
	background: #6c9005;
	border-left: 3px solid #fff;
	border-right: 3px solid #fff;
}

.query-head p {
	color: #686868;
	font: 400 14px/22px 'Poppins', serif;
	padding: 30px 0 30px;
	text-align: center;
}

.space-making {
	padding: 0px 60px;
	float: left;
}

.space-making .form-control {
	height: 45px;
}

.space-making .form-control:focus {
	-webkit-box-shadow: inset 0 1px 1px rgba(108, 144, 5, .075), 0 0 4px rgba(108, 144, 5, .4);
	box-shadow: inset 0 1px 1px rgba(108, 144, 5, .075), 0 0 4px rgba(108, 144, 5, .4);
	background: #fbfbfb;
	border: 1px solid #e6e3e3 !important;
}

.space-making label {
	font-size: 14px;
	font-family: 'Poppins', serif;
	color: #555;
	margin: 0px;
	font-weight: 300;
}

.space-making .submit {
	margin-top: 15px;
	float: left;
	background: #6c9005 !important;
	color: #ffffff !important;
	font: 500 15px/30px 'Poppins', serif !important;
	border: none !important;
	padding: 9px 0px !important;
	width: 147px;
	border-radius: 4px;
	display: inline-block;
}

.space-making .reset {
	float: left;
	margin-top: 37px;
	font-size: 17px !important;
	font-family: 'Poppins', serif !important;
	border: 2px solid #b1bdc2 !important;
	padding: 12px 50px !important;
	border-radius: 0px !important;
	margin-right: 5px !important;
	text-transform: capitalize !important;
}

.space-making .space {
	padding: 0px 65px;
}

.space-making .wpcf7-form-control-wrap {
	display: block;
}

.space-making span.wpcf7-not-valid-tip {
	position: absolute;
	bottom: -20px;
	font-size: 12px!important;
}

.space-making div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
	border: 2px solid #f7e700;
	float: left;
	margin-left: 65px;
}


}
/*QUERY FORM*/
/*SITEMAP*/
.sitemap-banner {
	width: 100%;
	float: left;
}
.sitemap-banner img {
	width: 100%;
}
.types-of-sitemap {
	width: 100%;
	float: left;
	padding: 60px 0 40px;
}
.types-of-sitemap h2 {
	color: #000;
	font: 400 36px/28px 'Poppins', sans-serif;
	text-transform: capitalize;
	margin: 0;
	padding-bottom: 27px;
	border-bottom: 1px solid #8f9e71;
	position: relative;
	text-align: center;
}
.types-of-sitemap h2:before {
	content: "";
	width: 382px;
	height: 3px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -2px;
	margin: auto;
	background: #6c9005;
	border-left: 3px solid #fff;
	border-right: 3px solid #fff;
}
/*.types-of-sitemap h2{font-size:33px;font-family: 'Poppins',serif; color: #32363e; text-align: center; margin: 0px; padding: 90px 0px 70px 0px; text-transform: capitalize;}*/
.sitemap-detail {
	width: 100%;
	float: left;
	display: flex;
	flex-wrap: wrap;
	padding-top: 20px;
}
.sitemap-list {
	width: 33.3%;
	float: left;
	padding: 0px 50px 40px 50px;
}
.sitemap-list h3 {
	text-transform: capitalize;
	padding: 15px 0px;
	margin: 0px;
	font-size: 20px;
	font-family: 'Poppins', serif;
	font-weight: 400;
	color: #32363e;
}
.sitemap-list ul {
	width: 100%;
}
.sitemap-list ul li {
	float: left;
	width: 100%;
	margin: 0px;
	font: 300 15px/25px 'Poppins', serif !important;
	padding-bottom: 5px;
	color: #32363e;
}
.sitemap-list.dark-list {
	background: #f5f5f5;
}
.sitemap-list.light-list {
	background: #fafafa;
}
/*SITEMAP*/
/*PENCH-MAP*/
.map-banner {
	width: 100%;
	float: left;
	position: relative;
}
.map-banner img {
	width: 100%;
}
.map-bannertext {
	position: absolute;
	top: 0px;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	width: 100%;
}
.map-bannertext h1 {
	color: #fff;
	text-transform: capitalize;
	font-size: 59px;
	font-family: 'Poppins', serif;
	font-weight: 400;
	margin: 0px;
}
.pench-map-head {
	width: 100%;
	float: left;
	padding-bottom: 35px;
}
.pench-section {
	width: 100%;
	float: left;
}
.pench-section h2 {
	text-align: center;
	text-transform: capitalize;
	padding: 90px 0px 35px 0px;
	margin: 0px;
	font-size: 33px;
	font-family: 'Poppins', serif;
	font-weight: 400;
	color: #32363e;
}
.pench-section p {
	text-align: center;
	margin: 0px;
	font-size: 16px;
	font-family: 'Poppins', serif;
	font-weight: 300;
	color: #32363e;
}
.pench-map {
	width: 100%;
	float: left;
	text-align: center;
	background: #efefef;
	margin-bottom: 75px;
}
.pench-map img {
	max-width: 100%;
}
/*PENCH-MAP*/
/*FLORA AND FAUNA*/
.flora-founa-section {
	width: 100%;
	float: left;
	background: #f3f3f3;
	padding-bottom: 35px;
}
.flora-head {
	width: 100%;
	float: left;
}
.flora-head h3 {
	margin: 0px;
	font-size: 33px;
	font-family: 'Poppins', serif;
	font-weight: 400;
	color: #32363e;
	text-align: center;
	padding: 33px 0px;
}
.flora-head p {
	margin: 0px;
	font-size: 16px;
	font-family: 'Poppins', serif;
	font-weight: 300;
	color: #32363e;
	line-height: 25px;
	text-align: center;
}
.flora-founa-inner {
	width: 100%;
	float: left;
	padding-top: 60px;
}
.flora-left {
	width: 50%;
	float: left;
	padding: 0px 15px;
}
.flora-left img {
	max-width: 100%;
}
.safarizone-section.places {
	background: #f3f3f3;
	position: relative;
}
.safarizone-section.places .tab-heading {
	background: #eaeff2;
}
.safarizone-section.places .safari-inner {
	background: #f3f3f3;
}
.safarizone-section.places .safari-image {
	position: absolute;
	top: 0px;
	padding-top: 0px;
	right: 0px;
	overflow: hidden;
	bottom: 0px;
}
.safarizone-section.places .safari-image img {
	height: 100%;
	max-width: 100%;
}
.safarizone-section.places .tab-section {
	border: none;
}
/*FLORA AND FAUNA*/
/*PENCH WEEKEND TOUR*/
.weekend-tour {
	width: 100%;
	float: left;
	position: relative;
}
.weekend-tour img {
	width: 100%;
}
.weekend-text {
	position: absolute;
	top: 0px;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.weekend-text h1 {
	margin: 0px;
	font-size: 59px;
	font-family: 'Poppins', serif;
	font-weight: 400;
	color: #ffffff;
	text-transform: capitalize;
}
.weekend-tour-package {
	width: 100%;
	float: left;
}
.weekend-tour-package h2 {
	margin: 0px;
	font-size: 33px;
	font-family: 'Poppins', serif;
	font-weight: 400;
	color: #32363e;
	text-transform: capitalize;
	padding: 90px 0px 50px 0px;
	text-align: center;
}
.weekend-package-inner {
	width: 100%;
	float: left;
	padding-bottom: 70px;
}
.weekend-left {
	width: 60%;
	float: left;
	padding-right: 20px;
}
.weekend-left p {
	margin: 0px;
	font-size: 16px;
	font-family: 'Poppins', serif;
	font-weight: 300;
	color: #32363e;
	line-height: 23px;
}
.weekend-right {
	width: 40%;
	float: left;
}
.weekend-right img {
	max-width: 100%;
}
.package-detail-section {
	width: 100%;
	float: left;
}
.package-detail-inner {
	width: 100%;
	float: left;
}
.package-left-tab {
	width: 60%;
	float: left;
}
.package-left-tab .nav-pills>li>a {
	border-radius: 0px !important;
	background: #f4f4f4;
	font-size: 18px;
	font-family: 'Poppins', serif;
	font-weight: 400;
	color: #32363e;
	text-transform: capitalize;
}
.package-left-tab .nav-pills>li.active>a,
.nav-pills>li.active>a:focus,
.nav-pills>li.active>a:hover {
	background: #2daae1 !important;
}
.package-left-tab .nav-pills>li+li {
	margin-left: 7px;
}
.package-left-tab .tab-pane {
	width: 100%;
	padding-top: 30px;
}
.panel-section {
	width: 100%;
	float: left;
	padding-bottom: 25px;
}
.no-days {
	float: left;
	width: 12%;
}
.no-days p {
	width: 60px;
	height: 60px;
	border-radius: 100px;
	background: #51b8e6;
	color: #fff;
	text-align: center;
	margin-bottom: 0px;
	border: 5px solid #d1ecf8;
	padding-top: 0px;
	margin: 0px;
	font-size: 14px;
	font-family: 'Poppins', serif;
	font-weight: 400;
	padding-top: 3px;
}
.activity-days {
	width: 88%;
	float: right;
	padding-left: 12px;
}
.activity-days h4 {
	margin: 0px;
	font-size: 18px;
	font-family: 'Poppins', serif;
	font-weight: 400;
	color: #32363e;
	line-height: 23px;
	padding-bottom: 14px;
}
.activity-days p {
	margin: 0px;
	font-size: 16px;
	font-family: 'Poppins', serif;
	font-weight: 300;
	color: #32363e;
	line-height: 23px;
}
.package-right-list {
	width: 40%;
	float: left;
	padding-left: 20px;
}
.include-exclude {
	width: 100%;
	float: left;
	border-bottom: 2px solid #bae3f5;
}
.include-exclude h3 {
	margin: 0px;
	font-size: 20px;
	font-family: 'Poppins', serif;
	font-weight: 400;
	color: #32363e;
	padding: 15px 0px;
}
.include-exclude ul {
	float: left;
}
.include-exclude ul li {
	background: url(../images/reach-after.png) no-repeat scroll 0px 5px;
	float: left;
	color: #32363e;
	font-family: 'Poppins', serif;
	font-size: 16px;
	font-weight: 300;
	padding: 0px 0px 5px 23px;
	width: 100%;
}
.include-exclude:last-child {
	border-bottom: 0px;
}
.include-exclude p {
	color: #32363e;
	font-family: 'Poppins', serif;
	font-size: 16px;
	font-weight: 300;
	padding: 0px 0px 5px 23px;
}
/*PENCH WEEKEND TOUR*/
/*WILD ANIMAL PENCH*/
.wild-banner {
	width: 100%;
	float: left;
	position: relative;
}
.wild-banner img {
	width: 100%;
}
.wild-bannertext {
	width: 100%;
	float: left;
	position: absolute;
	top: 0px;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
}
.wild-bannertext h1 {
	margin: 0px;
	font-size: 59px;
	font-family: 'Poppins', serif;
	font-weight: 400;
	color: #ffffff;
	text-transform: capitalize;
}
.wild-time-section {
	width: 100%;
	float: left;
	position: relative;
}
.wild-time-section h2 {
	margin: 0px;
	font-size: 33px;
	font-family: 'Poppins', serif;
	font-weight: 400;
	color: #32363e;
	text-transform: capitalize;
	text-align: center;
}
.wild-outer {
	width: 100%;
	float: left;
}
.wild-right {
	float: right;
	width: 50%;
}
.wild-right img {
	max-width: 100%;
}
.animals-section {
	width: 100%;
	float: left;
	background: #efefee;
	padding: 60px 0 20px;
	margin-top: 0px;
}
.animal-inner {
	width: 100%;
	margin: 0px auto;
	float: left;
	padding: 40px 0
}
/*.animals-section h3{margin:0px; font-size:33px; font-family:'Poppins',serif; font-weight:400; color:#32363e; text-transform:capitalize; text-align:center; padding:45px 0px;}*/
.animals-section h3 {
	color: #000;
	font: 400 36px/28px 'Poppins', sans-serif;
	text-transform: capitalize;
	margin: 0;
	padding-bottom: 27px;
	border-bottom: 1px solid #8f9e71;
	position: relative;
	text-align: center;
}
.animals-section h3:before {
	content: "";
	width: 382px;
	height: 3px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -2px;
	margin: auto;
	background: #6c9005;
	border-left: 3px solid #fff;
	border-right: 3px solid #fff;
}
.types-animal {
	float: left;
	width: 50%;
	padding: 0px 31px;
}
.types-animal h5 {
	color: #6c9005;
	margin: 0px;
	font: 600 20px/30px 'Poppins', serif;
	padding-bottom: 17px;
	padding-right: 100px;
}
.types-animal ul {
	float: right;
	width: 100%;
}
.types-animal ul li {
	background: url(../images/right-arrow-bullet.png) no-repeat scroll 0px 4px;
	float: left;
	color: #686868;
	font: 400 15px/26px 'Poppins', serif;
	padding: 0px 0px 5px 30px;
	width: 100%;
}
.types-animal p {
	margin: 0px;
	font: 300 15px/26px 'Poppins', serif;
}
/*WILD ANIMAL PENCH*/
/*BLOG-PART*/
.blog-head {
	width: 100%;
	float: left;
}
.blog-head h1 {
	margin: 0px;
	font-size: 33px;
	font-family: 'Poppins', serif;
	font-weight: 400;
	color: #32363e;
	text-transform: capitalize;
	text-align: center;
	padding: 65px 0px 56px 0px;
	position: relative;
}
.blog-head h1:after {
	position: absolute;
	bottom: 35px;
	left: 0px;
	right: 0px;
	text-align: center;
	margin: 0px auto;
	background: #8dd1ef;
	width: 76px;
	height: 4px;
	content: '';
}
.blog-section {
	width: 100%;
	float: left;
	padding-bottom: 40px;
}
.blog-section-inner {
	width: 100%;
	float: left;
}
.blog-inner-left {
	width: 65%;
	float: left;
}
.about-blogimg {
	width: 100%;
	float: left;
	position: relative;
}
.about-blogimg {
	width: 100%;
}
.about-blogimg img {
	max-width: 100%;
	width: 100%;
}
.blog-learn {
	position: absolute;
	bottom: 0px;
	right: 0px;
	background: #ffffff;
	padding: 5px 10px;
}
.blog-about {
	width: 100%;
	float: left;
	padding-bottom: 50px;
	padding-top: 10px;
}
.blog-about a p {
	font-size: 16px;
	font-family: 'Poppins', serif;
	font-weight: 300;
	color: #32363e;
	margin: 0px;
	padding-bottom: 13px;
}
.blog-about a h3 {
	font-size: 31px;
	font-family: 'Poppins', serif;
	font-weight: 400;
	color: #32363e;
	margin: 0px;
	line-height: 33px;
	padding-bottom: 5px;
}
.blog-inner-right {
	width: 35%;
	float: left;
	padding-left: 30px;
}
.latest-post-list {
	width: 100%;
	float: left;
	padding-bottom: 5px;
}
.latest-image {
	width: 100%;
	float: left;
	position: relative;
}
.latest-image a img {
	width: 100%;
}
.latest-content {
	position: absolute;
	bottom: 0px;
	width: 100%;
}
.latest-content p {
	font-size: 16px;
	font-family: 'Poppins', serif;
	font-weight:700;
	color: #fff;
	margin: 0px;
	padding: 0px 0px 10px 10px;
}
.latest-post-content {
	width: 100%;
	float: left;
}
.latest-post-content h3 {
	font-size: 20px;
	font-family: 'Poppins', serif;
	font-weight: 300;
	color: #32363e;
	margin: 0px;
	padding: 5px 0px;
	line-height: 25px;
}
.blog-types-section {
	width: 100%;
	float: left;
}
.blog-type-inner {
	width: 100%;
	float: left;
}
.types-blog {
	width: 33.3%;
	float: left;
	padding: 0px 15px;
	margin-bottom: 60px;
}
.type-image {
	width: 100%;
	float: left;
	position: relative;
}
.type-image img {
	width: 100%;
}
.type-content {
	width: 100%;
	float: left;
}
.type-content label {
	font-size: 12px;
	font-family: 'Poppins', serif;
	font-weight: 300;
	color: #32363e;
	margin: 0px;
	padding: 15px 0px 13px 0px;
}
.type-content h3 {
	font-size: 20px;
	font-family: 'Poppins', serif;
	font-weight: 300;
	color: #32363e;
	margin: 0px;
	line-height: 25px;
	padding-bottom: 5px;
}
.type-content p {
	font-size: 16px;
	font-family: 'Poppins', serif;
	font-weight: 300;
	color: #32363e;
	margin: 0px;
	padding: 5px 0px;
	line-height: 25px;
}
/*BLOG-PART*/
/******* blog Details *********/
.details_page_iiner {
	padding-top: 30px;
}
.blog_details_page {
	width: 65%;
}
.blog_details_page .blog-inner-left {
	width: 100%;
}
.blog_details h4 {
	font-size: 16px;
	font-family: 'Poppins', serif;
	font-weight: 300;
	color: #32363e;
	margin: 20px 0 13px;
}
.blog_details p {
	line-height: 23px;
	margin: 16px 0 0;
	font-size: 16px;
	color: #32363e;
	font-family: 'Poppins', serif;
	font-weight: 300
}
.blog_details h3 {
	font-style: normal !important;
	line-height: 40px !important;
}
.blog_details h2 {
	margin: 15px 0 0;
	font-size: 25px;
	color: #32363e;
	font-weight: 300;
	font-family: 'Poppins',
}
.blog_details ul {
	margin: 10px 0 0;
	padding: 0;
}
.blog_details ul li {
	font-weight: 300;
	font-family: 'Poppins', serif;
	padding: 0;
	margin-bottom: 7px;
	font-size: 16px;
	display: block;
	color: #32363e;
}
.blog_details ul li h5 {
	font-family: 'Poppins', serif;
	font-weight: 500;
	margin: 0;
	display: inline-block;
	font-size: 16px;
	color: #32363e;
}
.popular_post {}
.heading {
	font: 500 24px/25px 'Poppins', sans-serif;
	color: #32363e;
	margin: 0;
	display: block;
}
.post_list {
	padding: 0;
	margin: 25px 0 0;
}
.post_list li {
	display: block;
	margin-bottom: 20px;
	width: 100%;
}
.post_list li:last-child {
	margin-bottom: 0
}
.post_list li .left_img {
	display: inline-block;
	width: 32%
}
.post_list li .left_img img {}
.post_list li .right_text {
	display: inline-block;
	width: 65%;
	vertical-align: top;
	padding-left: 10px;
}
.post_list li .right_text p {
	font-size: 16px;
	color: #32363e;
	margin: 0;
	font-family: 'Poppins', serif;
	font-weight: 300;
}
.grayline {
	width: 95%;
	margin: 30px auto;
	border-top: 2px solid #e5e5e5;
}
.social_icon {
	padding: 0;
	background: #efefef;
	text-align: center;
	width: 100%;
	margin: 20px auto 30px;
}
.social_icon li {
	padding: 19px 13px;
	margin: 0;
	display: inline-block;
}
.social_icon li a {
	color: #6c9005;
	display: block;
	font-size: 20px;
}
.social_icon li a i.fa-facebook::before {
	color: #6c9005;
}
.social_icon li:hover i.fa-facebook::before {
	color: #3B5998;
}
.social_icon li a i.fa-twitter::before {
	color: #6c9005;
}
.social_icon li:hover i.fa-twitter::before {
	color: #1DA1F2;
}
.social_icon li a i.fa-google-plus::before {
	color: #6c9005;
}
.social_icon li:hover i.fa-google-plus::before {
	color: #DB4437;
}
.social_icon li a i.fa-linkedin::before {
	color: #6c9005;
}
.social_icon li:hover i.fa-linkedin::before {
	color: #0077B5;
}
.social_icon li a i.fa-instagram::before {
	color: #6c9005;
}
.social_icon li:hover i.fa-instagram::before {
	color: #262626;
}
.social_icon li a i.fa-youtube-play::before {
	color: #6c9005;
}
.social_icon li:hover i.fa-youtube-play::before {
	color: #ff0000;
}
.social_icon li a i.fa-pinterest-p::before {
	color: #6c9005;
}
.social_icon li:hover i.fa-pinterest-p::before {
	color: #BD081C;
}
.newsletter_div form {
	margin-top: 15px;
}
.newsletter_div p {
	margin: 10px 0px;
	font-family: 'Poppins', serif;
	width: 100%;
	font-size: 16px;
	color: #32363e;
}
.es_widget_form input {
	border: none;
	box-shadow: none;
	border-bottom: 1px solid #f2f2f2;
	border-radius: 0;
	width: 100%;
	padding: 0;
	font-weight: 300;
	font-family: 'Poppins', serif;
	font-size: 16px;
	text-transform: capitalize;
}
.es_widget_form input:focus {
	box-shadow: none
}
.es_widget_form input::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	
	color: #32363e;
}
.es_widget_form input::-moz-placeholder {
	/* Firefox 19+ */
	
	color: #32363e;
}
.es_widget_form input:-ms-input-placeholder {
	/* IE 10+ */
	
	color: #32363e;
}
.es_widget_form input:-moz-placeholder {
	/* Firefox 18- */
	
	color: #32363e;
}
.es_widget_form input:focus {
	border-color: #6c9005;
}
.sub,
.es_button input[type="submit"] {
	padding: 9px 0;
	margin-top: 15px;
	border-radius: 4px;
	width: 147px;
	background: #6c9005;
	border: none;
	color: #fff;
	font: 500 15px/30px 'Poppins', serif;
	display: inline-block;
}
.g-recaptcha-response{display:block !important;position:absolute;margin:-78px 0 0 0 !important;width:302px !important;height:76px !important;z-index:-999999;opacity:0;}
.modal-body .g-recaptcha{
	float: left;
    padding-left: 15px;
}

.space-making .g-recaptcha{
	float: left;
    padding-left: 65px;
}
.footer-list{display: none;}

/*Places near pench*/
/*.places-near-banner{width:100%; float:left; position:relative;}.places-near-banner img{width:100%;}.places-near-text{width:100%; height:100%; display:flex; flex-wrap:wrap; justify-content: center;align-items:center; position:absolute; top:0px; }.places-near-text h1{margin:0px; color:#ffffff; text-transform:capitalize; font-size:59px; font-family:'Poppins',serif; text-shadow:0px 3px 2px #2e4e44;}.places-near-pench {width:100%; float:left; text-align:center;}.places-near-pench h2 {color:#32363e; font-size:33px; font-family:'Poppins',serif; margin:0px; padding:84px 0px 38px 0px;}.places-near-head {width:100%; float:left;}.places-near-head .places-left {width:60%; float:left; padding:0;}.places-near-head .places-left p {margin:0px; font-size:16px; font-family: 'Poppins',serif; color:#32363e; line-height:25px; text-align:left; padding-right:35px;}.places-near-head .places-right {width:40%; float:left; padding:0;}.places-near-head .places-right img {max-width:100%;}.places-near-outer {width:100%; float:left; padding-top:80px;}.places-near-outer ul{ width: 100%; float: left; display: flex; flex-wrap: wrap;}.places-near-outer ul li{ float:left; width:32%; margin-right:20px; padding-bottom:60px;}.places-near-outer ul li:nth-child(3n){margin-right:0px;}*/
/*.places-near-image {width:100%; float:left; position:relative;}.places-near-image .read{ position: absolute; bottom: 0px; right: 0px; padding: 7px 15px; text-align: center; background: #ffffff;}.places-near-image img {width:100%;}.places-about {width:100%; float:left; text-align:left;}.places-about h3 {margin:0px; color:#32363e; font-size:20px; font-family:MyriadProRegular,serif; font-weight:600; padding:15px 0px;}.places-about p {margin:0px; color:#32363e; font-size:16px; line-height:25px; font-family: 'Poppins',serif; font-weight:300;}.places-about a {color:#32363e; transition:.5s all; text-decoration:none;}.places-about a:hover {color:#337ab7;}.places-about .more {color:#32363e; font-size:16px; font-family:MyriadProRegular,serif; font-weight:700; padding:15px 0; display:block;}.blog-post-section{width:100%; float:left; background:#ffffff; padding-bottom:80px;}.blog-post-section h3 {text-align:center; color:#32363e; font-family:'Poppins', serif; font-size:33px; font-weight:400; text-transform:capitalize; margin:0px; padding:60px 0px;}.blog-inner {padding-bottom:80px;}.blog-inner .blog-outer-left {width:50%; float:left; padding-right:25px;}.blog-outer-left .blog-left{float:left; width:100%; padding:0;}.blog-right{float:left; width:100%; padding:15px 0;}.blog-right p {line-height:25px; color:#32363e; float:left; font-family:'Poppins', sans-serif; font-size:16px; font-weight:300; margin:0px; text-align:left;}.blog-right p label {color:#32363e; float:left; font-family:'Poppins', serif; font-size:16px; font-weight:300;}.blog-right p span {color:#32363e; float:left; font-family:'Poppins', serif; font-size:16px; font-weight:300; text-transform:capitalize; padding-left:10px;}.blog-right h3 {padding-top:0px; color:#32363e; font-family:'Poppins', serif; font-size:26px; font-weight:300; margin:0px; float:left; text-align:left; line-height:35px; padding-bottom:20px;}.blog-outer-left img{ max-width:100%;}.blog-inner .blog-outer-right {width:50%; float:left; padding-left:25px;}.blog-outer-right .blog-left{float:left; width:100%; padding:0;}.blog-outer-right .blog-right{float:left; width:100%; padding:15px 0;}.blog-outer-right img{ max-width:100%;}.blog-right a{color:#2daae1; transition:.5s all ease; color:#2daae1; text-decoration: none; font-family:'Poppins', serif; font-size:16px; padding-top:30px; float:left;}.blog-right a:hover{color:#32363e;}*/
/*Places near pench*/
/*.page-desc {padding-top:100px;}*/
/*Media Query*/
@media only screen and (max-width:1620px) {
	.footer-section {
		padding: 70px 45px;
	}
	
	.footer-section .container,
	.copyright_section .container {
		width: 100%;
	}
	
	.social-media li {
		margin: 0px 10px 5px;
	}
	
	.copyright_section {
		padding: 0px 45px;
	}
	
	.main-footer figure {
		padding-top: 0px;
	}
}
@media only screen and (max-width:1580px) {
	.hotel-resort {
		padding: 60px 0 40px;
	}
	
	.hotel-picture {
		position: absolute;
		right: 0px;
		top: 60px;
	}
	
	.hotel-image1 {
		float: left;
		position: relative;
		z-index: 9;
		margin-left: 40px;
		width: 80%;
	}
	
	.hotel-image1:after {
		position: absolute;
		right: -80px;
		bottom: -62px;
		background: url(../images/hotel_bg.png) no-repeat;
		content: '';
		width: 355px;
		height: 512px;
	}
	
	.park-rules {
		padding-bottom: 90px;
	}
	
	.park-rules-picture {
		position: absolute;
		right: 0px;
		top: 60px;
	}
	
	.park-rules-image1 {
		float: left;
		position: relative;
		z-index: 9;
		margin-left: 40px;
		width: 80%;
	}
	
	.park-rules-image1:after {
		position: absolute;
		right: -80px;
		bottom: -62px;
		background: url(../images/hotel_bg.png) no-repeat;
		content: '';
		width: 355px;
		height: 512px;
	}
}
@media only screen and (max-width:1440px) {
	.main-footer p {
		font: 500 14px/30px 'Poppins', sans-serif;
	}
	
	.footer-section .foot_logo {
		padding-top: 10px;
	}
	
	.footer-section .foot_logo a {
		top: 33px;
	}
	
	.social-media li a {
		padding: 12px 0px !important;
	}
}
@media only screen and (max-width: 1024px) {
	.social_icon li {
		padding: 19px 7px;
	}
}
@media only screen and (max-width: 1200px) {
	.lower-head ul li a {
		font-size: 15px;
	}
	
	.upperhead ul li a {
		font-size: 15px;
	}
	
/*	.banner-text {
		left: 40px;
	}
*/	
	.banner-text-style h1 {
		font-size: 45px;
	}
	
	.banner-text-style h2 {
		font-size: 45px;
	}
	
	.single-page ul li a {
		padding: 11px 15px;
	}
	
	.controls {
		top: -66px;
	}
	
	.left {
		left: 0px;
	}
	
	.right {
		left: 50px;
	}
	
	.about-text h3 {
		padding: 10px 0px 10px 0px;
		font-size: 28px;
	}
	
	.latest-right h3 {
		font-size: 18px !important;
		line-height: 26px;
		padding-bottom: 6px !important;
		padding-top: 0px !important;
	}
	
	.latest-right p {
		font-size: 14px;
		line-height: 23px;
	}
	
	.places-slider .left.carousel-control {
		left: 53%;
	}
	
	.about-interesting {
		padding: 41px 50px 0 50px;
	}
	
	.interesting-fact-section h3 {
		padding: 30px 0px;
	}
	
	.reason-head h3 {
		padding: 33px 0px 33px 0px;
	}
	
	.best-time-section h2 {
		padding: 40px 0px;
	}
	
	.hotel-head h2 {
		padding: 40px 0px;
	}
	
	.contact-form .form-group {
		padding-right: 0px;
	}
	
	.message {
		padding-right: 0px;
	}
	
	.address-part h3 {
		font-size: 22px;
	}
	
	.address-part p {
		font-size: 15px;
		padding-bottom: 3px;
	}
	
	.travel-info-main h2 {
		padding: 40px 0px;
	}
	
	.tiger-section h2 {
		padding: 40px 0px;
		font-size: 27px;
	}
	
	.space-making .space {
		padding: 0px 20px;
	}
	
	.types-of-sitemap h2 {
		padding: 40px 0px;
	}
	
	.map-bannertext h1 {
		font-size: 45px;
	}
	
	.safarizone-section.places .safari-image {
		padding-left: 15px;
	}
	
	.safarizone-section .nav-tabs>li>a::before {
		background: none;
	}
	
	.safarizone-section .nav-tabs>li.active>a::after {
		background: none;
	}
	
	.safarizone-section .nav-tabs>li>a {
		padding: 7px 13px;
	}
	
	.hotel-left h4 {
		font-size: 27px;
		padding-bottom: 20px;
	}
	
	.hotel-room-inner {
		padding-top: 50px;
	}
	
	.politic-left {
		padding: 0px 50px;
	}
	
	.blog-about p {padding-top:10px; font-size:15px;}

	.blog-about a h3 {
		font-size: 27px;
	}
	
	.blog_details h2 {
		font-size: 22px;
	}
}
@media only screen and (max-width: 992px) {
	.lower-head ul li a {
		font-size: 13px;
		padding-left: 9px;
	}
	
	.upperhead ul li a {
		font-size: 13px;
	}
	
	.price h5 {
		font-size: 15px;
		line-height: 21px;
		padding: 6px 0px;
	}
	
	.price p {
		font-size: 14px;
		padding-bottom: 5px;
	}
	
	.about-text p {
		font-size: 14px;
		line-height: 22px;
	}
	
	.about-text h3 {
		padding: 10px 0px 10px 0px;
		font-size: 22px;
	}
	
	/*.best-head h3 {
		font-size: 27px;
		padding-top: 46px;
	}*/
	
	.best-head p {
		font-size: 14px;
		line-height: 23px;
	}
	
	.monsoon-head h5 {
		font-size: 20px;
		padding: 25px 0px 0px 5px;
	}
	
	.monsoon-head figure img {
		width: 80%;
	}
	
	.about-season p:first-child {
		padding-top: 10px;
	}
	
	.about-season p {
		font-size: 14px;
		line-height: 24px;
	}
	
	.about-season p label {
		font-size: 14px;
	}
	
	.about-season p span {
		font-size: 14px;
	}
	
	.hotel-about p {
		font-size: 14px;
		line-height: 22px;
	}
	
	.hotel-about h3 {
		font-size: 27px;
	}
	
	.safari-content p {
		font-size: 14px;
		line-height: 22px;
		padding: 23px 10px 0px 0px;
	}
	
	/*.wild-head h2 {
		font-size: 27px;
	}*/
	
	.gallery-right h3 {
		font-size: 27px;
		padding-top: 12px;
	}
	
	.gallery-right p {
		font-size: 14px;
		padding-top: 6px;
	}
	
	/*.latest-post-section h3 {
		font-size: 27px;
		padding: 30px 0px;
	}*/
	
	.places-text h3 {
		font-size: 27px;
	}
	
	.places-text p {
		font-size: 14px;
		line-height: 23px;
	}
	
	.places-slider .left.carousel-control {
		left: 56%;
		top: 75px;
	}
	
	.places-slider .right.carousel-control {
		top: 200px;
	}
	
	.footer-right ul li a {
		font-size: 15px;
	}
	
	.footer-left p {
		font-size: 15px;
	}
	
	.about-banner-text h1 {
		font-size: 45px;
	}
	
	.history-head h2 {
		font-size: 26px;
		padding: 30px 0px;
	}
	
	.forest-head h2 {
		font-size: 26px;
		padding: 30px 0px;
	}
	
	.detail-forest ul li:nth-child(2)::after {
		display: none;
	}
	
	.detail-forest ul li:nth-child(4)::after {
		display: none;
	}
	
	.about-forest p {
		font-size: 14px;
	}
	
	.detail-forest ul li p {
		padding-bottom: 5px;
	}
	
	.detail-forest ul li p label {
		font-size: 14px;
		font-weight: 400;
	}
	
	.detail-forest ul li p span {
		font-size: 14px;
	}
	
	.about-interesting {
		width: 100%;
	}
	
	.intersting-image {
		width: 100%;
	}
	
	.interest-1 img {
		width: 100%;
	}
	
	.small-interest img {
		width: 100%;
	}
	
	.small-interest {
		padding-bottom: 5px;
	}
	
	.interesting-fact-section h3 {
		font-size: 27px;
	}
	
/*	.interesting-fact-section {
		padding-bottom: 30PX;
	}*/
	
	.park-image {
		width: 47%;
	}
	
	.park-list {
		width: 53%;
	}
	
	.reason-head h3 {
		font-size: 27px;
		line-height: 25px;
	}
	
	.reason-inner ul li p {
		font-size: 14px;
	}
	
	.reason-head p {
		line-height: 25px;
		font-size: 14px;
	}
	
	.info-pench-section h3 {
		font-size: 27px;
	}
	
	.info-about p {
		font-size: 14px;
		line-height: 23px;
	}
	
	.info-inner ul li {
		padding: 0px 5px;
	}
	
	.visit-bannertext h1 {
		font-size: 47px;
	}
	
	.best-left p {
		font-size: 14px;
		line-height: 22px;
	}
	
/*	.hotel-banner-text h1 {
		font-size: 45px;
	}*/
	
	.hotel-head h2 {
		font-size: 27px;
		padding: 30px 0px;
	}
	
	.hotel-head p {
		font-size: 14px;
		line-height: 23px;
	}
	
	.about-hotel p {
		font-size: 14px;
		line-height: 23px;
	}
	
	.hotel-list-outer ul li {
		width: 100%;
	}
	
	.hotel-buk {
		padding: 7px 23px;
		font-size: 16px;
	}
	
	.hotel-content p {
		padding-right: 20px;
	}
	
/*	.contact-form h3 {
		font-size: 28px;
	}*/
	
	.address-part h3 {
		font-size: 19px;
	}
	
	.contact-outer {
		margin-top: -55px;
	}
	
	.travel-text h1 {
		font-size: 45px;
	}
	
	.travel-info-main h2 {
		font-size: 27px;
	}
	
	.travel-info-main p {
		font-size: 14px;
		line-height: 23px;
	}
	
	.about-transport p {
		font-size: 14px;
		line-height: 23px;
	}
	
	.tour-banner-text h1 {
		font-size: 45px;
	}
	
	.tiger-text h1 {
		font-size: 45px;
	}
	
	.tiger-section h2 {
		padding: 40px 0px;
		font-size: 27px;
	}
	
	.tiger-section h2 {
		padding: 30px 0px;
		font-size: 25px;
	}
	
	.tiger-section p {
		font-size: 14px;
		line-height: 25px;
	}
	
	.time {
		width: 8%;
	}
	
	.space-making {
		padding: 0px 20px;
	}
	
	.query-text h1 {
		font-size: 45px;
	}
	
	.social-media li a {
		padding: 8px 11px !important;
	}
	
	.footer-left ul li a {
		font-size: 15px;
	}
	
	.footer-right ul li::after {
		top: 0px;
	}
	
	.sitemap-list {
		padding: 10px 20px;
	}
	
	.sitemap-list h3 {
		font-size: 16px;
	}
	
	.sitemap-list ul li {
		font-size: 14px;
	}
	
	.map-bannertext h1 {
		font-size: 35px;
	}
	
	.pench-section h2 {
		font-size: 27px;
		padding: 40px 0px;
	}
	
	.places-banner-text h1, .places-banner-text h2 {
		font-size: 45px;
	}
	
	/*.about-pench-places h2 {
		font-size: 27px;
		padding: 40px 0px;
	}*/
	
	.places-left p {
		font-size: 14px;
	}
	
	.flora-head p {
		font-size: 15px;
	}
	
	.reach-detail h3 {
		font-size: 27px;
	}
	
	.reach-detail p {
		font-size: 14px;
	}
	
	.reach-detail ul li {
		font-size: 14px;
		padding-bottom: 15px;
	}
	
	.weekend-text h1 {
		font-size: 45px;
	}
	
	.weekend-tour-package h2 {
		padding: 30px 0px;
		font-size: 25px;
	}
	
	.weekend-left p {
		font-size: 14px;
	}
	
	.package-left-tab .nav-pills>li>a {
		font-size: 16px;
	}
	
	.include-exclude h3 {
		font-size: 18px;
	}
	
	.include-exclude ul li {
		font-size: 14px;
		padding-bottom: 10px;
	}
	
	.activity-days h4 {
		font-size: 16px;
	}
	
	.activity-days p {
		font-size: 14px;
	}
	
	.include-exclude p {
		font-size: 14px;
	}
	
	.wild-bannertext h1 {
		font-size: 45px;
	}
	
	.animal-inner {
		width: 100%;
	}
	
	.latest-post-content h3 {
		font-size: 17px;
	}
	
	.blog-about a h3 {
		font-size: 22px;
		line-height: 34px !important;
	}
	
	.type-content h3 {
		font-size: 16px;
	}
	
	.type-content p {
		font-size: 14px;
	}
	
	.blog-head h1 {
		font-size: 28px;
		padding: 40px 0px;
	}
	
	.blog-head h1::after {
		bottom: 26px;
	}
	
	.tulitiger-text h1, .tulitiger-text h2 {
		font-size: 46px;
	}
	
	.tuli-tiger h2, .tuli-tiger h1 {
		padding: 40px 0px;
		font-size: 30px;
	}
	
	.tuli-left p {
		font-size: 14px;
	}
	
	.accom-text h2 {
		font-size: 29px;
	}
	
	.hotel-list ul li {
		font-size: 14px;
	}
	
	.hotel-left h4 {
		font-size: 24px;
		padding-bottom: 20px;
	}
	
	.hotel-left {
		padding: 0px 30px;
	}
	
	.hotel-left h4 {
		font-size: 22px;
	}
	
	.distance-from-section h2 {
		font-size: 30px;
	}
	
	.travel-section p {
		font-size: 14px;
	}
	
	.travel-section h4 {
		font-size: 18px;
	}
	
	.politic-left {
		padding: 0px 20px;
	}
	
	.hotel-politics h2 {
		font-size: 28px;
	}
	
	.other-similar-hotel h3 {
		padding: 40px 0px;
		font-size: 30px;
	}
	
	.similar-inner ul li {
		width: 50%;
		padding-bottom: 20px;
		padding-right: 5px;
	}
	
	.blog_details p {
		font-size: 13px;
		line-height: 25px;
	}
	
	.blog_details ul li {
		font-size: 13px;
		line-height: 23px;
	}
	
	.blog-about {
		padding-bottom: 30px;
	}
	
	.newsletter_div p {
		width: 100%
	}
	
	.social_icon li {
		padding: 19px 6px;
	}
	
	.newsletter_div .form-control {
		width: 95%
	}
	
	.social_icon li a {
		font-size: 14px;
	}
	
	.post_list li .right_text p {
		font-size: 13px;
		line-height: 22px;
	}
}
@media only screen and (max-width: 767px) {
    /**********mobile footer start(narendra)**********/
    .footer-list {
    width: 100%;
    background: #6d8429;
    z-index: 9999;
    position: fixed;
    bottom: 0;
    display: block;
}
 .footer-list ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    width: 100%;
    height: 50px;
    align-items: center;
}   
 .footer-list ul li a, .footer-list ul li {
    display: block;
    color: #fff;
    font-size: 12px;
    font-family: 'Poppins', sans-serif;
    height: 100%;
    padding: 5px 5px;
    -moz-box-sizing: border-box;
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    cursor: pointer;
    text-align: center;
    width: 100%;
}   
   .fa-img {
    display: block;
    margin-left: auto;
    margin-right: auto;
} 
    
    /**plugin**/

      /**plugin**/
    
    /*************mobile footer end(narendra)************/
	.main-section {
		padding-top: 69px;
	}
	
	.wildlife-slider .hidden-xs {
		display: block !important;
	}
	
	.banner-text-style h1 {
		font-size: 35px;
	}
	
	.banner-text-style h2 {
		font-size: 35px;
	}
	
	.about-text {
		width: 100%;
	}
	
	.about-left {
		width: 100%;
		opacity: 0.4;
	}
	
	.places-slider {
		float: right;
		width: 100%;
		margin-top: 40px;
	}
	
	.places-text {
		width: 100%;
		padding: 15px;
	}
	
	.white-space {
		background: none;
	}
	
	.place-image2 {
		margin: 0px;
	}
	
	.palce-outer {
		margin: 0px;
		text-align: center;
	}
	
	.places-slider .left.carousel-control {
		left: 0;
		top: -37px;
	}
	
	.places-slider .right.carousel-control {
		left: 49px;
		top: -37px;
	}
	
	.monsoon {
		padding-bottom: 20px;
	}
	
	.places-near {
		padding-bottom: 0px;
	}
	
	.hotel-image1 {
		margin-left: 34px;
	}
	
	.hotel-about {
		width: 100%;
	}
	
	.hotel-picture {
		width: 100%;
		padding-top: 20px;
	}
	
	.tab-section {
		border: none;
	}
	
	/*.safarizone-section {
		margin-top: 30px;
	}*/
	
	.places-text h3 {
		font-size: 20px;
		line-height: 27px;
	}
	
	.gallery-part {
		margin-top: 20px;
	}
	
	.gallery-section {
		display: flex;
		flex-wrap: wrap;
	}
	
	.galleryleft {
		width: 100%;
		order: 2;
	}
	
	.gallery-right {
		width: 100%;
		padding-bottom: 20px;
		padding-left: 0px;
	}
	
	.gallery-right h3 {
		font-size: 20px;
		padding-top: 20px;
	}
	
	.latest-right h3 {
		font-weight: 400;
		font-size: 15px !important;
	}
	
	.latest-right p {
		font-size: 12px;
		line-height: 22px;
	}
	
	.footer-left p {
		text-align: left;
		width: 100%;
	}
	
	.footer-left {
		width: 100%;
		float: left;
		text-align: center;
	}
	
	.footer-right {
		width: 100%;
		float: left;
	}
	
	.footer-right ul {
		float: left;
		width: 100%;
	}
	
	.footer-right ul li {
		float: left;
	}
	
	.footer-right ul li {
		display: inline-block;
		float: none;
		padding-bottom: 10px;
	}
	
	.footer-section {
		padding-bottom: 22px;
	}
	
	.lower-head ul li a {
		font-size: 15px;
		padding-left: 9px;
		padding-bottom: 5px;
	}
	
	.lower-head ul li {
		float: left;
		width: 100%;
		border-bottom: 1px solid #000;
		padding: 10px 0px;
	}
	
	.lower-head .dropdown-menu li {
		border: none;
	}
	
	header {
		padding: 16px 0px 10px 0px;
	}
	
	.lower-head {
		padding-top: 10px;
	}
	
	.wildlife-package-section {
		margin-top: 45px;
	}
	
	.wild-head h2 {
		font-size: 20px;
		padding-bottom: 20px;
	}
	
	.wild-head p {
		font-size: 12px;
		line-height: 23px;
		padding: 0px;
	}
	
	.upperhead ul {
		width: 100%;
	}
	
	.upperhead ul li:first-child {
		border: none;
	}
	
	.upperhead ul li a {
		font-size: 15px;
		line-height: 22px;
	}
	
	.upperhead ul li:nth-child(3) {
		clear: left;
	}
	
	.upperhead ul li:nth-child(2) {
		clear: left;
	}
	
	.upperhead {
		width: auto;
		z-index: 999;
	}
	
	.lower-head {
		width: auto;
		float: right;
	}
	
	#navbar4 {
		z-index: 99;
		position: relative;
		background: #fff;
		top: -4px;
		right: : 0px;
		left: 0px;
	}
	
	.lower-head {
		width: auto;
		position: absolute;
		right: 0;
		left: 0px;
	}
	
	.upperhead ul li:nth-child(2) {
		display: none;
	}
	
	.upperhead ul li:nth-child(3) {
		display: none;
	}
	
	.upperhead ul li:nth-child(1) {
		display: none;
	}
	
	.upperhead ul li:nth-child(5) {
		clear: left;
	}
	
	.lower-head ul {
		width: 100%;
		margin: 0px;
	}
	
	.lower-head ul li:last-child {
		border-bottom: none;
	}
	
	.about-banner-text h1 {
		font-size: 35px;
	}
	
	.about-history {
		width: 100%;
		padding: 0px;
	}
	
	.about-history p {
		font-size: 14px;
		line-height: 25px;
	}
	
	.history-image {
		width: 100%;
		text-align: center;
	}
	
	.detail-forest {
		width: 100%;
	}
	
	.about-forest {
		width: 100%;
		padding: 0px;
	}
	
	.forest-wildlife-section {
		padding-bottom: 60px;
	}
	
	.interesting-fact-section h3 {
		font-size: 24px;
	}
	
	.about-interesting {
		padding: 41px 25px 0 10px;
	}
	
	.park-image {
		width: 100%;
	}
	
	.park-list {
		width: 100%;
	}
	
	.park-rules-section h3 {
		padding: 20px 0px;
		font-size: 27px;
	}
	
	.reason-inner ul li {
		width: 50%;
		padding-bottom: 30px;
	}
	
	.reason-inner {
		padding-top: 20px;
	}
	
	.reason-head p {
		line-height: 24px;
		font-size: 13px;
	}
	
	.info-inner ul li {
		width: 50%;
		padding-bottom: 10px;
	}
	
	.info-type img {
		width: 100%;
	}
	
	.info-pench-section h3 {
		padding: 30px 0px;
		font-size: 24px;
	}
	
	.visit-bannertext h1 {
		font-size: 40px;
	}
	
	.best-outer {
		display: flex;
		flex-wrap: wrap;
	}
	
	.best-right {
		order: 2;
		width: 100%;
	}
	
	.best-left {
		width: 100%;
		padding-bottom: 35px;
	}
	
	.best-time-section h2 {
		padding: 25px 0px;
		font-size: 25px;
	}
	
	.hotel-banner-text h1 {
		font-size: 38px;
	}
	
	.hotel-head h2 {
		font-size: 23px;
		padding: 20px 0px;
	}
	
	.hotel-content p {
		font-size: 16px;
	}
	
	.contact-form {
		width: 100%;
		padding-left: 0px;
		padding-top: 30px;
	}
	
	.contact-form .form-group {
		width: 47%;
		margin-right: 5%;
		float: left;
	}
	
	.contact-info {
		width: 100%;
	}
	
	.contact-outer {
		box-shadow: none;
	}
	
	.contact-form .form-group:nth-child(2) {
		margin-right: 0px;
	}
	
	.contact-form .form-group:nth-child(4) {
		margin-right: 0px;
	}
	
	.contact-outer {
		margin-top: 0px;
	}
	
	.contact-form h3 {
		padding-bottom: 30px;
	}
	
	.travel-text h1 {
		font-size: 38px;
	}
	
	.about-travel {
		width: 100%;
		padding: 0px;
	}
	
	.about-travel p {
		padding-bottom: 15px;
	}
	
	.travel-image {
		width: 100%;
		text-align: center;
	}
	
	.transport-outer ul li {
		width: 100%;
		padding: 15px 0px;
		text-align: left;
	}
	
	.transport-outer {
		padding: 20px 0px;
	}
	
	.tour-banner-text h1 {
		font-size: 35px;
	}
	
	.hotel-head {
		padding: 0px;
	}
	
	.tiger-text h1 {
		font-size: 35px;
	}
	
	.tiger-section h2 {
		padding: 22px 0px;
		font-size: 22px;
	}
	
	.tiger-section p {
		font-size: 12px;
		line-height: 24px;
	}
	
	.about-days p {
		font-size: 14px;
	}
	
	.time-section {
		display: flex;
		flex-wrap: wrap;
		border-bottom: 1px solid #ddd;
		padding: 20px 0px;
	}
	
	.time-section:last-child {
		border-bottom: none;
	}
	
	.time {
		width: 100%;
		margin-top: 0px;
	}
	
	.about-days {
		order: 3;
		width: 100%;
		padding: 10px 0px 10px 0px;
	}
	
	.tiger-image {
		order: 2;
		width: 100%;
		padding-top: 10px;
	}
	
	.query-head h2 {
		padding: 30px 0px;
		font-size: 25px;
	}
	
	.space-making {
		padding: 0px;
	}
	
	.space-making .submit {
		padding: 6px 36px !important;
		font-size: 13px;
	}
	
	.space-making .reset {
		padding: 6px 36px !important;
		font-size: 13px;
	}
	
	.space-making .space {
		padding: 0px;
	}
	
	.space-making label {
		font-size: 14px;
	}
	
	.footer-section {
		max-height: 400px;
	}
	
	.sitemap-list {
		width: 50%;
		border-bottom: 1px solid #dddddd;
	}
	
	.pench-section h2 {
		font-size: 24px;
		padding: 30px 0px;
	}
	
	.pench-section p {
		line-height: 23px;
		font-size: 14px;
	}
	
	.places-banner-text h1, .places-banner-text h2 {
		font-size: 35px;
	}
	
	.about-pench-places h2, .about-pench-places h1 {
		font-size: 25px;
		padding: 30px 0px;
	}
	
	.places-left {
		width: 100%;
		padding-bottom: 15px;
	}
	
	.places-right {
		width: 100%;
		text-align: center;
	}
	
	.about-pench-places {
		padding-bottom: 20px;
	}
	
	.flora-head h3 {
		font-size: 27px;
	}
	
	.safarizone-section.places .safari-image {
		position: relative;
		width: 100%;
		text-align: center;
		padding-bottom: 20px;
		padding-left: 0px;
	}
	
/*	.safari-content {
		width: 100%;
	}
*/	
	.reach-image {
		width: 100%;
		float: left;
		text-align: center;
		order: 2;
	}
	
	.reach-detail {
		width: 100%;
		padding: 0px;
	}
	
	.how-reach-inner {
		display: flex;
		flex-wrap: wrap;
	}
	
	.reach-detail h3 {
		font-size: 23px;
	}
	
	.weekend-left {
		width: 100%;
		float: left;
		padding-bottom: 20px;
	}
	
	.weekend-right {
		width: 100%;
		text-align: center;
	}
	
	.weekend-text h1 {
		font-size: 35px;
	}
	
	.package-left-tab {
		width: 100%;
	}
	
	.package-right-list {
		width: 100%;
		padding-left: 0px;
	}
	
	.panel-section {
		padding-bottom: 15px;
	}
	
	.activity-days p {
		font-size: 13px;
	}
	
	.include-exclude ul li {
		font-size: 13px;
	}
	
	.wild-bannertext h1 {
		font-size: 37px;
	}
	
	.types-blog {
		width: 50%;
		margin-bottom: 30px;
		padding: 0px 10px 0px 0px;
	}
	
	.blog-inner-left {
		width: 100%;
		float: left;
	}
	
	.blog-inner-right {
		width: 100%;
		float: left;
		padding-left: 0px;
	}
	
	.latest-post-list {
		width: 50%;
		float: left;
		padding-right: 10px;
	}
	
	.blog-about {
		padding-bottom: 30px;
	}
	
	.blog-section {
		padding-bottom: 30px;
	}
	
	.tulitiger-text h1, .tulitiger-text h2 {
		font-size: 38px;
	}
	
	.tuli-tiger h2, .tuli-tiger h1 {
		padding: 30px 0px;
		font-size: 26px;
	}
	
	.tuli-left {
		width: 100%;
		padding-bottom: 20px;
	}
	
	.tuli-right {
		width: 100%;
		text-align: center;
		padding: 0px;
	}
	
	.accom-left {
		width: 100%;
		padding-right: 0px;
		padding-bottom: 20px;
	}
	
	.accom-right {
		width: 100%;
		float: left;
		text-align: center;
	}
	
	.hotel-left {
		width: 100%;
		padding: 0px;
	}
	
	.hotel-left h4 {
		font-size: 20px;
	}
	
	.hotel-list ul li {
		font-size: 13px;
	}
	
	.hotel-room-inner {
		padding-top: 20px;
	}
	
	.distance-from-section h2 {
		font-size: 26px;
	}
	
	.travel-section {
		width: 50%;
		padding-bottom: 20px;
		padding-right: 20px;
	}
	
	.politic-left {
		width: 100%;
		padding: 0px;
	}
	
	.politic-right {
		width: 100%;
		text-align: center;
	}
	
	.politic-left ul li {
		font-size: 15px;
	}
	
	.hotel-politics-section {
		margin-top: 20px;
	}
	
	.other-similar-hotel h3 {
		font-size: 23px;
		padding: 30px 0px;
	}
	
	.other-similar-hotel {
		padding-bottom: 10px;
	}
	
	.blog_details_page {
		width: 100%;
	}
	
	.social_icon li {
		padding: 19px 25px;
	}
	
	.social_icon li a {
		font-size: 20px;
	}
	
	.post_list li .left_img {
		width: 21%;
	}
	
	.social_icon {
		width: 100%;
	}
	
	.blog-about a h3 {
		font-size: 20px;
		line-height: 29px !important;
	}
	
	.blog_details h2 {
		font-size: 20px;
	}
}
@media only screen and (max-width: 640px) {
	.banner-text-style h1 {
		font-size: 25px;
		padding-bottom: 5px;
	}
	
	.banner-text-style h2 {
		font-size: 25px;
	}
	
	.single-page .book-now {
		padding: 6px 17px;
		font-size: 14px;
	}
	
	.single-page ul li a {
		padding: 8px 7px;
		font-size: 13px;
	}
	
	.price h5 {
		font-size: 13px;
		line-height: 19px;
	}
	
	.price p {
		font-size: 13px;
	}
	
	.hotel-about h3 {
		font-size: 25px;
	}
	
	.safarizone-section .nav-tabs>li>a {
		font-size: 13px;
		padding: 7px 17px 0px 17px;
	}
	
	/*.safarizone-section .nav-tabs>li.active>a,
	.nav-tabs>li.active>a:focus,
	.nav-tabs>li.active>a:hover {
		font-size: 13px;
		padding: 7px 17px 0px 17px;
	}*/
	
	.safarizone-section .nav-tabs>li>a::before {
		left: 2px;
		top: 3px;
	}
	
	.safari-content {
		width: 100%;
		padding-bottom: 20px;
	}
	
	.safari-image {
		width: 100%;
		float: left;
		text-align: center;
	}
	
	.safari-content p {
		font-size: 12px;
		line-height: 21px;
	}
	
	.places-text p {
		font-size: 12px;
		line-height: 22px;
	}
	
	.gallery-right p {
		font-size: 12px;
		line-height: 22px;
	}
	
	.latest-post-section h3 {
		font-size: 20px;
		padding: 20px 0px;
	}
	
	.about-pench {
		margin-top: 10px;
	}
	
	.latest-outer {
		width: 100%;
		padding-left: 0px;
		padding-right: 0px;
	}
	
	.latest-right {
		padding-left: 0px;
		padding-right: 0px;
	}
	
	.latest-left img {
		width: 100%;
	}
	
	.about-banner-text h1 {
		font-size: 27px;
	}
	
	.history-head h2 {
		font-size: 22px;
	}
	
	.forest-head h2 {
		font-size: 22px;
		padding: 30px 0px;
	}
	
	.interesting-fact-section h3 {
		font-size: 22px;
	}
	
	.about-interesting ul li {
		line-height: 25px;
		font-size: 14px;
		padding: 0px 0px 15px 48px;
	}
	
	.park-rules-section h3 {
		padding: 20px 0px;
		font-size: 23px;
	}
	
	.park-list ul li {
		font-size: 14px;
		padding-bottom: 14px;
	}
	
	.park-rules-section h3 {
		padding: 15px 0px;
		font-size: 21px;
	}
	
	.park-rules-section {
		padding-bottom: 20px;
	}
	
	.park-list {
		padding-right: 0px;
	}
	
	.reason-inner ul li p {
		font-size: 13px;
	}
	
	.reason-head h3 {
		font-size: 20px;
	}
	
	.reason-inner ul li h4 {
		font-size: 14px;
		font-weight: 400;
	}
	
	.visit-bannertext h1 {
		font-size: 34px;
	}
	
	.hotel-banner-text h1 {
		font-size: 30px;
	}
	
	.about-hotel p {
		font-size: 12px;
	}
	
	.about-hotel h3 {
		font-size: 16px;
	}
	
	.hotel-head p {
		font-size: 12px;
		line-height: 21px;
	}
	
	.hotel-head h2 {
		font-size: 20px;
	}
	
	.hotel-content {
		display: flex;
		flex-wrap: wrap;
	}
	
	.hotel-content p {
		width: 100%;
	}
	
	.hotel-buk {
		float: none;
		display: inline-block;
		margin-top: 2px;
	}
	
	.hotel-book-part {
		height: 85px;
	}
	
	.hotel-book-part img {
		height: 100%;
	}
	
/*	.contact-form h3 {
		font-size: 22px;
	}*/
	
	.travel-text h1 {
		font-size: 30px;
	}
	
	.travel-info-main p {
		font-size: 13px;
		line-height: 23px;
	}
	
	.travel-info-main h2 {
		padding: 30px 0px;
		font-size: 25px;
	}
	
	.tour-banner-text h1 {
		font-size: 29px;
	}
	
	.tiger-text h1 {
		font-size: 30px;
		line-height: 33px;
	}
	
	.tiger-section h2 {
		font-size: 20px;
	}
	
	.tiger-section p {
		font-size: 14px;
		line-height: 24px;
	}
	
	.tiger-section p {
		font-size: 12px;
		line-height: 23px;
	}
	
	.tiger-section h2 {
		font-size: 18px;
	}
	
	.query-text h1 {
		font-size: 39px;
	}
	
	.query-head {
		padding: 0px !important;
	}
	
	.types-of-sitemap h2 {
		padding: 20px 0px;
		font-size: 26px;
	}
	
	.map-bannertext h1 {
		font-size: 30px;
	}
	
	.pench-section h2 {
		font-size: 21px;
	}
	
	.about-pench-places h2, .about-pench-places h1 {
		font-size: 21px;
	}
	
	.flora-head p {
		font-size: 14px;
	}
	
	.weekend-text h1 {
		font-size: 30px;
	}
	
	.weekend-left p {
		font-size: 13px;
	}
	
	.weekend-tour-package h2 {
		font-size: 19px;
	}
	
	.wild-bannertext h1 {
		font-size: 28px;
	}
	
	.types-animal {
		padding: 0px 10px;
	}
	
	.latest-post-content h3 {
		font-size: 15px;
	}
	
	.blog-about a h3 {
		font-size: 20px;
		line-height: 27px;
	}
	
	.type-content h3 {
		font-size: 15px;
	}
	
	.type-content p {
		font-size: 13px;
		line-height: 22px;
	}
	
	.blog-about a h3 {
		font-size: 18px;
		line-height: 24px !important;
	}
	
	.tulitiger-text h1, .tulitiger-text h2 {
		font-size: 35px;
	}
	
	.tuli-left p {
		font-size: 13px;
	}
	
	.accom-left p {
		font-size: 14px;
	}
	
	.accom-text h2 {
		font-size: 27px;
		padding: 30px 0px;
	}
	
	.distance-from-section h2 {
		font-size: 24px;
	}
	
	.hotel-politics h2 {
		font-size: 25px;
	}
	
	.social_icon li {
		padding: 19px 22px;
	}
	
	.post_list li .right_text {
		width: 77%;
	}
}
@media only screen and (max-width: 480px) {
	.about-text h3 {
		padding: 10px 0px 10px 0px;
		font-size: 19px;
	}
	
	.about-text p {
		font-size: 13px;
		line-height: 18px;
	}
	
	.best-head p {
		font-size: 12px;
		line-height: 22px;
	}
	
	.best-head h3 {
		font-size: 20px;
		padding-top: 30px;
	}
	
	.season-section {
		padding-top: 20px;
	}
	
	.about-season p {
		font-size: 12px;
		line-height: 23px;
	}
	
	.about-season p label {
		font-size: 12px;
	}
	
	.about-season p span {
		font-size: 12px;
	}
	
	.hotel-image1 {
		margin: 0px;
	}
	
	.hotel-image2 {
		margin: 0px;
	}
	
	.hotel-about h3 {
		font-size: 20px;
		padding-top: 25px;
	}
	
	.hotel-about p {
		font-size: 12px;
		line-height: 21px;
	}
	
	.safarizone-section .nav-tabs>li>a {
		padding: 12px 7px 0px 7px;
		font-size: 11px;
	}
	
/*	.safarizone-section .nav-tabs>li.active>a,
	.nav-tabs>li.active>a:focus,
	.nav-tabs>li.active>a:hover {
		padding: 12px 7px 0px 7px;
		font-size: 11px;
	}*/
	
	.safarizone-section .nav-tabs>li.active>a::after {
		background: none;
	}
	
	.safarizone-section .nav-tabs>li>a::before {
		background: none;
	}
	
	.footer-right ul li a {
		font-size: 13px;
	}
	
	.footer-left p {
		font-size: 16px;
	}
	
	.footer-left ul li a {
		font-size: 13px;
	}
	
	.about-banner-text h1 {
		font-size: 22px;
	}
	
	.history-head h2 {
		font-size: 19px;
		padding: 20px 0px;
	}
	
	.about-history p {
		font-size: 13px;
		line-height: 24px;
	}
	
	.forest-head h2 {
		font-size: 20px;
	}
	
	.detail-forest ul li {
		width: 100%;
		padding-bottom: 20px;
	}
	
	.detail-forest ul li:nth-child(2) {
		padding: 0px;
	}
	
	.detail-forest ul li p label {
		font-size: 12px;
		font-weight: 600;
	}
	
	.detail-forest ul li p span {
		font-size: 12px;
	}
	
	.detail-forest ul li h5 {
		font-size: 14px;
	}
	
	.about-forest p {
		font-size: 13px;
		line-height: 25px;
	}
	
	.interesting-fact-section h3 {
		font-size: 20px;
	}
	
	.reason-inner ul li {
		width: 100%;
		padding-bottom: 20px;
	}
	
	.info-inner ul li {
		width: 100%;
	}
	
	.info-about p {
		font-size: 13px;
		line-height: 22px;
	}
	
	.info-pench-section h3 {
		font-size: 20px;
	}
	
	.visit-bannertext h1 {
		font-size: 25px;
	}
	
	.best-left p {
		font-size: 12px;
		line-height: 20px;
	}
	
	.best-time-section h2 {
		font-size: 20px;
	}
	
	.hotel-banner-text h1 {
		font-size: 27px;
	}
	
	.hotel-list-outer ul li {
		padding-bottom: 15px;
		width: 100%;
		padding-right: 0px;
	}
	
	.hotel-content p {
		font-size: 14px;
	}
	
	.hotel-book-part {
		height: 92px;
	}
	
	.hotel-buk {
		padding: 7px 6px;
		font-size: 14px;
	}
	
	.contact-form .form-group {
		width: 100%;
		margin-right: 0;
		padding-bottom: 0px;
	}
	
	.submit {
		padding: 9px 34px;
	}
	
	.cancel {
		padding: 9px 34px;
	}
	
	.address-part p {
		font-size: 14px;
	}
	
	.contact-info {
		padding-top: 40px;
	}
	
	.address-part h3 {
		font-size: 16px;
	}
	
	.contact-info {
		padding: 70px 10px 45px 10px;
	}
	
	.travel-text h1 {
		font-size: 23px;
	}
	
	.travel-info-main p {
		font-size: 12px;
		line-height: 22px;
	}
	
	.travel-info-main h2 {
		padding: 20px 0px;
		font-size: 20px;
	}
	
	.about-transport p {
		font-size: 12px;
		line-height: 22px;
	}
	
	.tour-banner-text h1 {
		font-size: 24px;
	}
	
	.tiger-text h1 {
		font-size: 25px;
		line-height: 28px;
	}
	
	.tiger-section h2 {
		font-size: 18px;
		padding: 20px 0px;
	}
	
	.tiger-section p {
		font-size: 12px;
		line-height: 22px;
	}
	
	.about-days h4 {
		font-size: 16px;
		line-height: 22px;
	}
	
	.about-days p {
		font-size: 13px;
	}
	
	.query-text h1 {
		font-size: 32px;
	}
	
	.space-making .submit {
		padding: 6px 20px !important;
		font-size: 13px !important;
	}
	
	.space-making .reset {
		padding: 6px 20px !important;
		font-size: 13px !important;
	}
	
	.footer-right ul li {
		padding-right: 7px;
	}
	
	.footer-right ul li::after {
		right: 0px;
	}
	
	.social-media li {
		width: 30px;
		height: 30px;
	}
	
	.social-media li a {
		padding: 4px 5px !important;
	}
	
	.sitemap-list {
		width: 100%;
	}
	
	.map-bannertext h1 {
		font-size: 24px;
	}
	
	.pench-section p {
		line-height: 22px;
		font-size: 12px;
	}
	
	.pench-section h2 {
		font-size: 19px;
	}
	
	.places-banner-text h1, .places-banner-text h2 {
		font-size: 27px;
	}
	
	.places-left p {
		font-size: 13px;
	}
	
	.about-pench-places h2, .about-pench-places h1 {
		font-size: 18px;
	}
	
	.flora-head h3 {
		font-size: 25px;
		padding: 20px 0px;
	}
	
	.flora-left {
		width: 100%;
		margin-bottom: 10px;
	}
	
	.flora-founa-inner {
		padding-top: 20px;
	}
	
	.weekend-text h1 {
		font-size: 25px;
	}
	
	.no-days {
		width: 100%;
	}
	
	.activity-days {
		width: 100%;
		padding-left: 0px;
		padding: 10px 0px;
	}
	
	.package-left-tab .nav-pills>li>a {
		font-size: 13px;
		padding: 10px;
	}
	
	.wild-bannertext h1 {
		font-size: 25px;
	}
	
	.types-animal {
		width: 100%;
	}
	
	.animals-section h3 {
		padding: 30px 0px;
		font-size: 28px;
	}
	
	.latest-post-list {
		width: 100%;
		padding: 0px;
	}
	
	.types-blog {
		width: 100%;
		padding: 0px 0px 10px 0px;
	}
	
	.blog-head h1 {
		font-size: 21px;
		padding: 40px 0px;
	}
	
	.tulitiger-text h1, .tulitiger-text h2 {
		font-size: 28px;
	}
	
	.tuli-tiger h2, .tuli-tiger h1 {
		padding: 25px 0px;
		font-size: 23px;
	}
	
	.accom-text h2 {
		font-size: 23px;
		padding: 20px 0px;
	}
	
	.travel-section p {
		font-size: 12px;
	}
	
	.distance-from-section h2 {
		font-size: 22px;
	}
	
	.travel-section {
		width: 100%;
		padding-right: 0px;
	}
	
	.politic-left ul li {
		font-size: 14px;
	}
	
	.hotel-politics h2 {
		font-size: 22px;
	}
	
	.similar-inner ul li {
		width: 100%;
		padding-right: 0px;
	}
	
	.other-similar-hotel h3 {
		padding: 20px 0px;
	}
	
	.social_icon li a {
		font-size: 14px;
	}
	
	.social_icon li {
		padding: 19px 13px;
	}
}
@media only screen and (max-width: 360px) {
	.banner-text-style h1 {
		font-size: 20px;
		line-height: 27px;
	}
	
	.banner-text-style h2 {
		font-size: 20px;
		line-height: 27px;
	}
	
	.about-banner-text h1 {
		font-size: 20px;
	}
	
	.hotel-banner-text h1 {
		font-size: 23px;
	}
	
	.tour-banner-text h1 {
		font-size: 22px;
	}
	
	.tiger-text h1 {
		font-size: 20px;
		line-height: 28px;
	}
	
	.tiger-section h2 {
		font-size: 15px;
	}
	
	.query-text h1 {
		font-size: 25px;
	}
	
	.query-head h2 {
		font-size: 22px;
	}
	
	.map-bannertext h1 {
		font-size: 21px;
	}
	
	.places-banner-text h1, .places-banner-text h2 {
		font-size: 23px;
	}
	
	.weekend-text h1 {
		font-size: 23px;
	}
	
	.package-left-tab .nav-pills>li>a {
		font-size: 13px;
		padding: 12px 4px;
	}
	
	.wild-bannertext h1 {
		font-size: 22px;
	}
	
	.tulitiger-text h1, .tulitiger-text h2 {
		font-size: 25px;
	}
	
	.tuli-tiger h2, .tuli-tiger h1 {
		padding: 25px 0px;
		font-size: 20px;
	}
	
	.hotel-left h4 {
		font-size: 18px;
	}
	
	.social_icon li {
		padding: 19px 10px;
	}
}

/* blog css */
.blog-about {padding-bottom:0;}
.blog-about h1 {margin-bottom:0;}
.blog-about .blog_details {padding:10px 0 20px;}
.blog_details h4 {font-size:14px;}
.blog_details h1 {font:500 36px/40px 'Poppins', sans-serif; color:#000;}
.blog_details p {font:400 15px/22px 'Poppins', sans-serif; margin:0; padding:10px 10px 10px 0; text-align:justify;}
.blog_details p.imagecredit {text-align:center; padding-top:0; margin-top:-15px;}
.blog-inner-left h2.main-heading {font:500 25px/30px 'Poppins', sans-serif!important; color:#6c9005!important;}
.blog-inner-left .blog_details h2 {font:500 25px/30px 'Poppins', sans-serif; color:#000; padding-top:10px; margin:0;}
.blog-inner-left .blog_details h3 {font:500 18px/25px 'Poppins', sans-serif; color:#6c9005; margin:0;}
.blog-inner-left .blog_details h3+p {padding-top:0;}
.blog-inner-left .blog_details h2+p img {padding-bottom:20px; max-width:100%;}
.creditclass {padding:10px 10px; margin:0px auto 0 auto; font:600 15px/22px 'Poppins', sans-serif; color:#000; display:table;}
.creditclass a {text-decoration:none;}
/* blog css */

/*sitemap*/
.sitemap-banner {width:100%; float:left; position:relative; text-align:center;}
/*sitemap*/

a.fixed-btn {width:160px; background:#fff; font-size:20px; border-radius:50px; padding:9px; text-align:center; color:#333; bottom:80px; position:fixed; right:10px;z-index:111;border: 1px solid #333;}
.slick-prev, .slick-next {border:1px solid #ccc!important; z-index:9;}

/*new responsive on 22/10/18* (Faiyaz) */
@media only screen and (max-width:1200px) {
	.hotel-about {width:40%;}
	.hotel-about h3 {padding-bottom:10px;}
	.hotel-inner {padding-top:0px;}
	.wildlife-package-section {padding:60px 0 10px;}
	.wildlife-slider {padding:30px 0;}
	.wildlife-slider p {padding:20px 10px 20px;}
	.flexslider {margin:0 0 20px!important;}
	.best-time-visit {padding:50px 0px;}
	.season-section {padding-top:30px;}
	.monsoon-head h5, .monsoon-head h4 {padding:20px 0px;}
	.footer-section {padding:40px 40px 70px;}
	.main-footer ul li {background:url(../images/footer_bullet.png) no-repeat left 9px; font: 500 16px/25px 'Poppins', sans-serif;}
	.main-footer .footer-right ul li {background:none;}
	.wild-head h3, .book_now h3 {width:80%;}
	.lower-head ul li {padding-right:15px;}
	.lower-head ul li:last-child {padding-right:0px;}
	.lower-head ul li a {padding:0;}
	.navbar-collapse.collapse {padding-left:0;}
	.banner-text-style h1, .about-banner-text h1, .places-near-text h1, .places-banner-text h1, .places-banner-text h2 .hotel-banner-text h1, .tulitiger-text h1, .tulitiger-text h2, .wildlife-banner-text h1, .wildlife_detail_text h1, .contact-banner-text h1, .travel-text h1 {font-size:40px;}
	/*about us*/
	.park-rules-picture {right:0px; top:150px; width:50%;}
	.about-forest img {max-width:100%;}
	/*about us*/
	/*blog*/
	.blog_details h1 {font-size:30px; line-height:35px}
	/*contact*/
	.contact-form-box .form-control {margin:0 10px 10px 2px;}
	/*contact*/
	.flex-direction-nav .flex-next {right:-27px !important;}
}
@media only screen and (max-width:1170px) {
	.hotel-image1 {width:70%;}
	.hotel-picture {right:-80px;}
	.latest-outer {margin-right:4px;}
	.container {width:100% !important;}
	.wildlife-slider {padding:30px 20px;}
	.about-interesting {padding:20px 40px 0 40px;}
	.interesting-inner {padding:0 0 20px 0;}
	.reason-head .reason_left h5 {padding-bottom:0px;}
	.reason-head {padding:30px 26px 20px;}
	.reason-head .reason_left h3 {font:400 40px/50px 'Poppins', sans-serif;}
	.reason-inner ul li h4 {font-size:25px;}
	.park-rules {padding:20px 0;}
	.places-near-head .places-left {width:42%; padding:0 20px 0 0;}
	.places-near-pench {padding:50px 0 20px;}

	.about-season.season2, .about-season.season3 {min-height:257px;}
	.hotel-list-outer .hotel-image {padding-right:20px;}
	.hotel-list-outer .about-hotel h3 {padding-top:20px;}
	.hotel-list-outer .about-hotel p {padding:10px 0 5px;}

	.tuli-tiger {padding:30px 0 0;}
	.tuli-services {padding:20px 0;}
	.tuli-services li {width:14%; float:left;}
	.slick-prev {left:-10px!important; z-index:9;}
	.slick-next {right:-10px!important;}
	.img_title {padding:20px 50px;}

	.wildlife_detail_page {padding:30px 0 0;}
	.highlight_tours {padding:20px 0;}
	.wildlife-list-outer .wildlife-image {width:42%; padding:0 20px 0 0;}

	.highlight_tours .highlight_tours_right li {background-position:left 8px;}
	/*contact*/
	.contact-form-box .form-control {width:335px !important; margin:0 10px 10px 8px;}
	.contact-info, .contact-form {padding:20px 20px;}
	.contact-outer {margin-top:0px;}
	/*contact*/

	/*sitemap*/
	.types-of-sitemap {padding:20px 0 40px;}
	/*sitemap*/
	.flex-direction-nav .flex-next {right:-50px !important;}
}

@media only screen and (max-width:1024px) {
	.main-section {padding-top:72px;}
	.monsoon-head h4 {padding:10px 0px; min-height:84px;}
	.about-season.season1, .about-season.season2, .about-season.season3 {min-height:285px;}
	.safari-inner {padding-top:10px;}
	.safari-content p {line-height:27px;}
	.view {padding-top:10px;}
	.hotel-resort {padding:40px 0 40px;}
	.upperhead ul li {padding-bottom:5px;}
	.single-page-section ul li figcaption {font:400 20px/25px 'Poppins', sans-serif;}
	.latest-right {padding:15px 15px;}
	.main-footer h4, .main-footer ul h4, .footer-right h4 {font:500 20px/26px 'Poppins', sans-serif;}
	.main-footer ul li {background-size:8px 10px; padding-left:15px; padding-bottom:10px; font:500 14px/25px 'Poppins', sans-serif;}
	.main-footer ul li a, .main-footer p {font:500 14px/25px 'Poppins', sans-serif;}
	.main-footer figure {padding-top:2px; padding-right:25px;}
	.social-media li {width:50px; height:50px; margin:0px 5px 5px;}
	.social-media li a {padding:7px 0px !important;}
	.footer-section .foot_logo {padding-top:0px;}
	.footer-section .foot_logo a {top:20px;}
	.sticky .lower-head ul li a, .sticky .upperhead ul li a {font-size:13px;}
	.monsoon-head figure img {width:auto;}
	.hotel-left {width:15%;}
	.hotel-right {width:85%;}
	.how-to-reach .tab-content .tariff_table table {width:100%;}
	/*contact*/
	.contact-form-box .form-control {width:310px !important;}
	/*contact*/
	.wildlife_timing {padding:40px 0px 0px;}
	.wildlife_morning_box .morning_inner p, .wildlife_evening_box .evening_inner p {padding:20px 5px;}
}

@media only screen and (max-width:992px) {
	.hotel-resort {padding:40px 0 80px;}
	.history-head {padding:30px 0px 30px 0px;}
	.detail-forest {padding:15px 30px 0 20px;}
	.interesting-fact-section {padding-top:20px; padding-bottom:60px;}
	.about-interesting {padding:20px 30px 0 30px;}
	.about-interesting ul {max-height:376px;}
	.reason-head .reason_left h3 {font:400 35px/50px 'Poppins', sans-serif;}
	.reason-inner ul li h6 {font:600 18px/34px 'Poppins', serif; width:30px; height:30px;}
	.latest-post-section {padding:30px 0;}

	.main-section {padding-top:70px;}
    .about-pench-places {padding:20px 0 40px;}
	.about-pench-places h2, .about-pench-places h1 {padding:27px 0px;}
	.hotel-list-outer .about-hotel {width:47%; padding-right:20px;}
	.tuli-tiger h2, .tuli-tiger h1 {padding:20px 0px 0;}
	.wildlife_detail_page h2 {font-size:30px;}
	/*contact*/
	.contact-form-box .form-control {width:300px !important;}
	/*contact*/
	.wildlife_period_box .wild_inner p {padding:20px 20px;}
}
@media only screen and (max-width:991px) {
	.info-pench-section {height:auto;}
	.area_box {padding-bottom:20px;}
	.hotel-list-outer .details-hotel p {padding:0 0 0px;}
	.hotel-list-outer .details-hotel p a {width:auto; height:auto; padding:0 10px;}
	/*sitemap*/
	.types-of-sitemap h2 {padding:20px 0px;}
	/*sitemap*/
}

@media only screen and (max-width:853px) {
	.sticky .logo_part img {max-width:100%;}
	.sticky .lower-head ul li a, .sticky .upperhead ul li a, .upperhead ul li a, .lower-head ul li a {font-size:12px;}
	.lower-head ul li {padding-right:10px;}
}

@media only screen and (min-width:769px) {
	.main-footer h4, .main-footer h5, .main-footer ul h4, .main-footer ul h5 {color:#fff; font:500 26px/26px 'Poppins', sans-serif; padding:0 0 10px;}
	.footer-right {padding:0px 0px;}
	.latest-outer {margin-right:3px;}
}

@media only screen and (max-width:768px) {
	.main-section {padding-top:72px;}
	.banner-text-style h1, .about-banner-text h1, .places-near-text h1, .places-banner-text h1, .places-banner-text h2, .hotel-banner-text h1, .tulitiger-text h1, .tulitiger-text h2, .wildlife-banner-text h1, .wildlife_detail_text h1, .contact-banner-text h1, .travel-text h1 {font-size:30px; line-height:35px;}
	.banner-text-style p {padding-top:25px;}
	.single-page ul li a {padding:0px 0px;}
	.single-page-section ul li figcaption {font:400 15px/20px 'Poppins', sans-serif;}
	.wildlife-package-section {padding:30px 0 10px;}
	.wild-head h2, .wildlife-slider h2 {font-size:25px; padding-bottom:10px;}
	.wild-head p, .wildlife-slider p {font-size:13px; line-height:22px; padding:15px 15px 0;}
	.wild-head h3, .book_now h3 {width:100%; font-size:18px; line-height:22px;}
	.wild-head h3 a, .book_now h3 a {font-size:20px; line-height:25px;}
	.wild-head {padding-bottom:0px;}
	.monsoon-head h5, .monsoon-head h4 {padding:10px 10px; font-size:18px; line-height:25px; min-height:auto;}
	.flexslider.carousel {padding-top:20px!important;}
	.wildlife-slider .price h5 {font-size:18px; line-height:25px;}
	.wildlife-slider .price p {font-size:13px; line-height:22px; padding-right:50px;}
	.wildlife-slider .book_now_btn {width:220px; height:auto; font-size:25px; line-height:45px;}
	.best-time-visit {padding:0px 0px;}
	.best-head h3 {font-size:25px; padding-top:30px; padding-bottom:10px;}
	.safarizone-section h3, .hotel-about h3 {font-size:25px; padding-bottom:10px;}
	.safarizone-section .nav-tabs > li.active > a, .safarizone-section .nav-tabs > li.active > a:focus, .safarizone-section .nav-tabs > li.active > a:hover {font:400 16px/35px 'Poppins', sans-serif;}
	.safarizone-section .nav-tabs > li > a {height:auto; font:400 16px/35px 'Poppins', sans-serif;}
	.safarizone-section .nav-tabs > li.active > a, .safarizone-section .nav-tabs > li.active > a:focus, .safarizone-section .nav-tabs > li.active > a:hover {font:400 16px/35px 'Poppins', sans-serif;}
	.safari-content p, .hotel-about p, .latest-right p {font-size:13px; line-height:22px; padding-top:0;}
	.hotel-resort {padding:30px 0;}
	.hotel-inner {padding:20px 0px;}
	.hotel-resort .container {width:50%!important; float:left;}
	.hotel-about {width:100%; padding-right:20px;}
	.hotel-picture {right:0; position:relative; width:50%; float:left; top:40px;}
	.hotel-image1 {margin:0; width:90%;}
	.hotel-image1::after {bottom:inherit; width:355px; height:326px; top:0px; background-size:100% 100%;}
	.gallery-part {padding:60px 0 40px;}
	.gallery-part h3, .latest-post-section h3 {font-size:25px; padding-bottom:10px;}
	.gallery-part::after {background-size:100%;}
	.latest-post-section {padding:30px 0;}
	.viewmore_btn {font-size:16px; line-height:40px; height:auto;}	
	.latest-outer {margin-right:3px; margin-top:20px;}
	.latest-right h3 {font-size:18px!important; line-height:25px;}
	.forest-wildlife-section {padding:0px 0 0px;}
	.book_now {padding:0px 0 30px;}
	/*accordion footer*/
	.main-footer .rep-show {display:none;}
	.main-footer h4, .main-footer h5 {cursor:pointer; position:relative; font:500 16px/25px 'Poppins', sans-serif; background:#f2f2f2; padding:5px 10px; margin-bottom:10px; color:#333;}
	.main-footer h5 {margin-top:0;}
	.main-footer h4::after {background:url(../images/plus_icon.png) no-repeat; position:absolute; content:''; right:15px; top:12px; width:16px; height:16px;}
	.main-footer h4.active::after {background:url(../images/minus_icon.png) no-repeat; top:16px;}
	.main-footer ul {margin:-10px 0 10px 0px; border:1px solid #f2f2f2; width:100%;}
	.main-footer ul li {padding:0px 0 5px 15px; margin:10px 0 10px 10px;}
	.footer-right {padding:0; width:100%;}
	.footer-right ul.social-media li {margin:0px 0 10px 10px!important; width:40px; height:40px; border:1px solid #ffffff;}
	.footer-right ul.social-media li a {padding:6px 2px 0 0px !important;}
	.main-footer .touch_div {border:1px solid #f2f2f2; margin-top:-10px; padding:10px;}
	.main-footer p {line-height:20px;}
	/*accordion footer*/    
	.footer-section .foot_logo {padding-top:40px;}
	.footer-section .foot_logo::after {bottom:-200px;}
	.footer-section .foot_logo a {top:65px;}
	.copyright_section {padding:0 0 50px 0;}
	.cards {padding:10px 0;}
	.cards p, .cards li {font:400 14px/35px 'Poppins', sans-serif;}
	.main-footer .col-xs-6 {width:100%;}
	.footer-right {margin-top:10px;}
	.footer-section {padding:30px 0px 70px;}
	.footer-section .foot_logo {padding-top:10px;}
	.footer-section .foot_logo a {top:35px;}
	.main-footer ul li {padding:0px 0 0px 15px; margin:10px 0 5px 10px;}
	/*about us */
	.history-head {padding:0px 0px 20px 0px;}
	.history-head h2, .detail-forest h3, .silent_feature h3, .interesting-fact-section h3, .park-rules-about h3, .info-pench-section h3,
	.places-near-pench h2, .hotel-resort-pench h2, .wildlife-pench h2, .types-of-sitemap h2, .wildlife-pench-section h2 {font-size:25px; padding-bottom:10px;}
	.detail-forest {float:none; width:100%;}
	.detail-forest h3 {width:50%; display:inline-block;}
	.about-forest {padding-right:20px; padding-bottom:20px;}
	.about-history p, .detail-forest p {font-size:13px; line-height:22px;}
	.silent_feature {padding:30px 0; height:auto;}
	.silent_feature .area_box_main {padding:30px 10px;}
	.silent_feature .area_box h4 {font-size:16px;}
	.reason-head .reason_left p {font-size:13px; line-height:23px;}
	.silent_feature .area_box p {font-size:12px; line-height:23px;}
	.interesting-fact-section p {font-size:13px; line-height:23px; padding:20px 60px;}
	.about-interesting ul li {font-size:13px; line-height:23px;}
	.about-interesting h5 {padding-bottom:0px;}
	.about-interesting ul {max-height:266px;}
	.reason-head .reason_left h3 {font-size:25px; line-height:35px;}
	.reason-head {padding:10px 10px 20px;}
	.reason-head .reason_left p {padding-top:40px;}
	.reason-inner ul {flex-wrap:wrap;}
	.reason-inner ul li {width:50%; padding:0px 10px 20px 10px;}
	.reason-inner ul li h6 {margin-top:10px;}
	.reason-inner ul li h4 {font-size:20px; padding-bottom:0;}
	.reason-inner ul li {padding:0px 10px 20px 10px;}
	.reason-inner ul li p {font-size:13px; line-height:23px;}
	.park-rules-inner {padding:20px 0px;}
	.park-rules-about ul li {font-size:13px; line-height:23px; background-position:0 2px;}
	.park-rules-image1 {margin:0; width:90%;}
	.park-rules-image1::after {bottom:inherit; width:355px; height:326px; top:0px; background-size:100% 100%;}
	.info-pench-section .area_box p {font-size:13px; line-height:23px;}
	.info-pench-section {padding:60px 0 30px;}
	.info-pench-section .area_box_main {padding:20px 20px;}
	.info-pench-section .area_box h4 {padding:0px 0 0px; font:400 25px/50px 'Poppins', sans-serif;}
	/*places near pench */
	.places-near-pench {padding:30px 0 20px;}
	.places-near-pench p, .places-near-head, .places-right p, .places-near-head .places-right p {font-size:13px; line-height:23px;}
	.places-near-head .places-right p {padding:10px 10px 0px 0;}
	.places-near-head .places-right h3 {font:500 20px/20px 'Poppins', serif;}
	/*places near pench */

	/*places near pench inner */
	.about-pench-places h2, .about-pench-places h1, .how-to-reach span {font-size:25px; padding-bottom:10px;}
	.places-pench-inner p, .how-to-reach .tab-content p {font-size:13px; line-height:22px; font-weight:400;}
	.safarizone-section {padding:30px 0;}
	.about-season.season1, .about-season.season2, .about-season.season3 {min-height:324px;}
	.how-to-reach {padding-bottom:10px;}
	.how-to-reach .tab-content {padding:10px 10px;}
	.how-to-reach .nav-tabs {border-bottom:none;}
	.how-to-reach .nav-tabs > li > a {height:auto; width:auto;}
	/*places near pench inner */

	/*hotel and resorts */
	.hotel-list-outer .about-hotel p {font-size:13px; line-height:22px; padding:5px 0 5px;}
	.hotel-list-outer .about-hotel h3 {padding-top:10px; text-transform:capitalize;}
	.hotel-list-outer .about-hotel li {width:36px; height:36px; margin:5px 5px 0 0; line-height:32px;}
	.hotel-resort-pench {padding:30px 0 0;}
	.hotel-resort-pench p {padding:20px 0 20px;}
	.hotel-list-outer .about-hotel h3 {font:500 20px/20px 'Poppins', serif;}
	.hotel-left {padding:0px 10px;}
	.hotel-room {padding:0px 0 0;}
	.hotel-room-inner {padding:0px 0 0px;}
	.similar-inner {padding:0px 0 10px;}
	.similar-inner h3 {margin:0 0 30px;}
	.tuli-tiger h2, .tuli-tiger h1, .hotel-room-inner span, .similar-inner span {font-size:25px; padding-bottom:10px;}
	.hotel-right {padding:10px 30px 10px 20px;}
	.img_title {font:400 20px/25px 'Poppins', sans-serif;}
	.other-similar-hotel h3 {padding:20px 0px 0;}
	.other-similar-hotel {padding:20 0 0px;}
	.tuli-services {padding:20px 0 0;}
	.tuli-services li span {width:57px; height:57px; margin:5px 8px 0 0;}
	.tuli-services li {width:20%; padding-bottom:10px;}
	.tuli-services img {max-width:80%;}
	.tuli-left p, .tuli-services h3, .tuli-services p, .hotel-right p {font-size:13px; line-height:22px;}
	.slick-prev {left:-5px !important;}
	.slick-next {right:-5px;}
	.img_title {padding:20px 20px;}
	.more-view {padding-top:20px; padding-bottom:20px;}
	.how-to-reach .tab-content .note_section h5 {font:600 13px/20px 'Poppins', sans-serif;}
	.how-to-reach .tab-content .tariff_table table th, .how-to-reach .tab-content .tariff_table table td {font:500 13px/20px 'Poppins', sans-serif; padding:13px 10px;}
	.how-to-reach .tab-content .note_section p {font:400 13px/20px 'Poppins', sans-serif;}
	.how-to-reach .tab-content .note_section {padding:10px 10px;}
	/*hotel and resorts */

	.wildlife-pench {padding:40px 0 0;}
	.wildlife-list-outer .details-wildlife p {padding:0 5px 10px;}
	.wildlife-list-outer .about-wildlife {padding:0 5px 0 0;}
	.wildlife-list-outer .about-wildlife h3 {padding-top:20px; text-transform:capitalize; font:500 20px/20px 'Poppins', serif;}
	.wildlife-list-outer .details-wildlife p a {width:auto; height:auto; padding:0 5px;}
	.wildlife-list-outer .about-wildlife p, .wildlife-list-outer .about-wildlife p.destinations_covered_text {font:400 13px/20px 'Poppins', sans-serif;}
	.wildlife-list-outer .details-wildlife p, .hotel-list-outer .details-hotel p {font:500 18px/22px 'Poppins', serif; padding:0 5px 0px;}
	.wildlife-list-outer li {margin-bottom:10px;}

	.itinerary_details h3 {font-size:25px; padding-bottom:10px;}
	.wildlife_detail_page h2, .highlight_tours .highlight_tours_right h3, .itinerary_details h3 {font-size:25px; padding-bottom:10px;}
	.wildlife_left p, .highlight_tours .highlight_tours_left p, .highlight_tours .highlight_tours_right li, .itinerary_collapse .panel-body .panel_text {font:400 13px/22px 'Poppins', sans-serif;}
	.highlight_tours .highlight_tours_right li {background-position:left 2px;}
	.wildlife_services h5, .wildlife_services h5 span {font-size:18px;}
	.itinerary_collapse {padding-top:20px;}
	.itinerary_details {padding:20px 0 0px;}
	.itinerary_collapse .panel-heading {padding:10px 24px 10px 130px;}
	.itinerary_collapse .panel-title label {font:600 16px/25px 'Poppins', sans-serif; padding:11px 24px; top:-9px; left:-130px;}
	.itinerary_collapse .panel-title label::before {top:0px; border-top:23px solid transparent; border-bottom:25px solid transparent; border-left:23px solid #6c9005;}
	.itinerary_collapse .panel-title {font-size:18px;}
	
	/*blog*/
	.blog_details h1 {font-size:25px; line-height:35px;}
	.blog_details p, .newsletter_div p {font-size:14px; line-height:22px;}
	.blog-inner-left h2.main-heading {font-size:20px!important; line-height:25px!important; padding-top:20px;}
	.blog-inner-left .blog_details h2 {padding-top:20px;}
	.social-media li i {font-size:20px;}
	.footer-right ul.social-media li {line-height:18px;}
	.creditclass {width:100%; font:600 13px/22px 'Poppins', sans-serif;}
	.history-head h1 {font-size:30px; line-height:35px;}
	.latest-post-content h3, .type-content h3 {font-size:15px; line-height:20px;}
	/*blog*/
	/*contact*/
	.form-inline .form-group {width:49%;}
	.contact-form-box .form-control {width:96% !important;}
	.contact-form, .contact-info {padding:10px 30px; width:100%;}
	.contact-outer {flex-wrap:wrap;}
	.contact-form .left_icon, .contact-info .left_icon {width:5%;}
	.contact-form .right_info, .contact-info .right_info {width:95%;}
	.contact-info p br, .contact-form p br {display:none;}
	.plan_trip {padding:40px 0 0px;}
	.plan_trip h2 {font-size:25px; padding-bottom:10px;}
	.g-recaptcha {padding-left:8px!important; float:left;}
	.contact-form-box .submit_btn {margin-left:8px; clear:both; height:45px;}
	.contact-form-box .form-inline {padding-top:10px;}
	.contact-form-box {padding-top:20px;}
	/*contact*/
	.modal-content {overflow:hidden; float:none; width:100%; margin:auto;}
	.modal-content .g-recaptcha {padding-left:15px!important; margin-top:20px;}
	.modal-content .space {float:left; clear:both; width:100%;}
	.modal-body .btn-default {width:56%; margin:20px 0;}
	/*safari-timing.html*/
	.wildlife_safari_inner h3 {font-size:25px;}
	.wildlife_safari_inner {padding:0px 0;}
	.wildlife_safari_inner h3 {padding:20px 0;}
	.wildlife_safari_inner table th {font-size:18px; padding:10px 0;}
	.wildlife_safari_inner table th.table_head {font:300 18px/20px 'Poppins', sans-serif;}
	.wildlife-pench-section {padding:30px 0px;}
	.wildlife_period_box .wild_inner p, .wildlife_morning_box .morning_inner p, .wildlife_evening_box .evening_inner p {min-height:80px;}
	.wildlife_period_box .wild_inner p:first-child {min-height:81px;}
	.wildlife_morning_box .morning_inner .morning_inner_half h5, .wildlife_evening_box .evening_inner .evening_inner_half h5 {font-size:20px;}
	.wildlife_period_box h3, .wildlife_morning_box h3, .wildlife_evening_box h3 {font-size:22px; margin-top:-4px;}
	.wildlife_period_box::before, .wildlife_morning_box::before, .wildlife_evening_box::before {background-size:80% 80%; background-position:center 2px;}
	/*safari-timing.html*/
}

@media only screen and (max-width:767px) {
	#st-2.social_show {display: block !important;}
	.main-section {padding-top:69px;}
	.banner-section {padding:0 0px;}
	.upperhead {width:auto; z-index:999; overflow:hidden; position:absolute; right:70px; top:12px;}
	.upperhead ul li:nth-child(1) {display:block;}
	#navbar4 {top:10px;}
	.navbar-collapse.collapse.in, .navbar-collapse.collapsing {padding:0px;}
	.navbar-collapse.collapse, .navbar-collapse.collapse ul li a {padding:0;}
	.navbar-collapse.collapse ul li a, .navbar-collapse.collapse.in ul li a, .navbar-collapse.collapsing ul li a  {padding-left:20px; width:100%;}
	.safarizone-section .nav-tabs > li.active > a::before {border-left:8px solid transparent; border-right:8px solid transparent;
    border-top:10px solid #85a447; bottom:-10px;}
    .safarizone-section .nav-tabs > li > a:hover::before {border-left:8px solid transparent; border-right:8px solid transparent;
    border-top:10px solid #85a447; bottom:-10px;}
    .nav-tabs > li > a, .nav-tabs > li > a:hover {border:none!important;}
    header {padding:5px 0px 14px 0px;}
    .navbar-toggle {margin-top:0px!important;}
    .navbar-default .navbar-toggle .icon-bar {background-color:#6c9005!important;}
    .lower-head ul li:last-child {border-bottom:1px solid #000;}
    .about-season.season1, .about-season.season2, .about-season.season3 {min-height:auto;}
    .about-season.season1::before, .about-season.season2::before, .about-season.season3::before {background-repeat:repeat-x;} 
    .safarizone-section {padding:30px 0;}
    .safari-image {margin-right:20px;}
    .safari-content {float:none; width:100%; padding:0px 30px 0 0%;}
    .galleryleft ul li {width:33.3%;}
    .banner-text-style .quote_btn {font:600 16px/20px 'Poppins', sans-serif; padding:10px 20px; width:188px;}
    .wildlife-package-section {margin-top:0px;}
    .wildlife-slider .book_now_btn {width:180px; font-size:20px;}
	.footer-section {max-height:inherit;}

	/*about us */
	.about-forest {text-align:center;}
	.detail-forest {padding:0px 0px 0 0px;}
	.forest-wildlife-section {padding-bottom:0px;}
	.interesting_content {margin-top:0;}
	.about-interesting {padding:10px 20px 0 20px;}
	.info-pench-section {padding:10px 0 10px;}
	.silent_feature .area_box_main .col-xs-4 {width:50%;}
	.silent_feature {padding:30px 0 0;}
	.interesting-fact-section {padding-top:0px; padding-bottom:20px;}
	.reason-inner {padding-top:0px;}
	.reason-inner ul li {padding:0px 10px 30px 10px;}
	.hotel-image1::after, .park-rules-image1::after {height:316px;}
	.history-pench-section .history-head {padding:0px 0px 20px 0px;}
	/*about us */

	/*places near pench */
	.places-right {text-align:left;}
	.places-near-head .places-right p {padding:5px 10px 0px 0;}
	/*places near pench */

	/*hotel and resorts */
	.hotel-list-outer ul li {flex-wrap:wrap;}
	.hotel-list-outer .hotel-image, .hotel-list-outer .about-hotel {width:50%;}
	.hotel-list-outer .about-hotel {border-right:none; /*border-bottom:1px solid #dbdbdb;*/}
	.hotel-list-outer .about-hotel p {padding:10px 0;}
	.hotel-list-outer .details-hotel {width:100%; padding-top:20px;}
	.hotel-list-outer .details-hotel p {padding:0 10px 0;}
	.hotel-list-outer .details-hotel p:first-child {padding-top:8px;}
	.hotel-list-outer .details-hotel p a {width:147px; height:39px;}
	.tuli-tiger {padding:10px 0 0;}
	.tuli-services h3 {display:none;}
	.tuli-services li {width:14%;}
	.how-to-reach .tab-content {padding:10px 10px;}
	.hotel-main {margin:20px 0;}
	.slick-next {right:-7px!important;}
	.latest-outer {width:100%;}
	.latest-left {width:30%;}
	.latest-right {width:70%; padding:5px 15px 0px;}
	.latest-right p {padding:0;}
	.latest-right h3 {font-size:16px!important; line-height:20px; padding:0 0 5px!important;}
	/*hotel and resorts */
	.wildlife-list-outer .about-wildlife {border-right:none; width:58%;}
	.wildlife-list-outer li {flex-wrap:wrap;}
	.wildlife-list-outer .details-wildlife p:first-child {padding-top:8px;}
	.wildlife-list-outer .details-wildlife {width:100%; padding-top:20px;}
	.wildlife-list-outer .details-wildlife p a {padding:0 10px;}
	/*blog*/
	.popular_post {padding-top:20px;}
	.grayline {width:100%;}
	.post_list li .right_text p {font-size:16px; line-height:25px;}
	.history-pench-section .blog-cont {padding:0px 0px 0px 0px;}
	/*blog*/
	/*contact*/
	.form-inline .form-group {float:left;}
	.form-inline .form-group {width:50%;}
	/*contact*/
	.modal-body .btn-default {width:44%;}
	a.fixed-btn {display:none;}
	/*.how-to-reach .tab-content figure {   margin-bottom: 30px;
    width: 50%;
    float: left;*/

    #st-2 .st-btn[data-network="sharethis"] {display: none !important;}
   #st-2 { bottom: 50px !important; display: none !important;}
   #st-2 .st-btn[data-network='googleplus'] {background-color: #dc4e41;display: inline-block !important;}
   #st-2 .st-btn[data-network='linkedin'] {background-color: #dc4e41;display: inline-block !important;}
}

@media only screen and (max-width:667px) {
	#navbar4 {top:5px;}
	.single-page-section {margin:26px 0px 0px 0;}
	.single-page-section ul li {width:50%;}
	.hotel-resort {padding:30px 0 0;}
	.galleryleft ul li {width:50%;}
	.copyright_section .cards .col-xs-6 {width:100%;}
	.copycards {float:left;}
	.hotel-image1::after, .park-rules-image1::after {display:none;}
	.hotel-image1, .park-rules-image1 {width:95%;}
	.hotel-picture {top:60px;}
	.park-rules-about ul li {padding:0px 0px 10px 30px;}
	.interesting-inner .container {padding:0;}
	.intersting-image {display:none;}
	.detail-forest h3 {width:100%;}

	/*hotel and resorts */
	.main-section {padding-top:66px;}
	.about-hotel ul {display:none;}
	.slick-slide figure figcaption {font:400 16px/20px 'Poppins', sans-serif !important;}
	.img_title {font:400 16px/20px 'Poppins', sans-serif;}
	.hotel-left {width:17%;}
	.hotel-right {width:80%;}
	.slick-dotted.slick-slider {margin-bottom:0px!important;}
	/*hotel and resorts */
	.itinerary_collapse .panel-body .panel_img {width:50%;}
	.itinerary_collapse .panel-body .panel_img img {max-width:100%;}
	.itinerary_collapse .panel-body .panel_text {width:100%;}
	.highlight_tours {padding:10px 0; flex-wrap:wrap;}
	.highlight_tours .highlight_tours_left {width:100%; padding:0; border-right:none;}
	.wildlife_services h5 {padding:0 0px;}
	.highlight_tours .highlight_tours_right ul {padding-top:15px;}
	.highlight_tours .highlight_tours_right li {line-height:30px; background-position: left 6px;}
	.highlight_tours .highlight_tours_left p {text-align:justify; line-height:23px;}
	.highlight_tours .highlight_tours_right {width:100%; padding:20px 0 0px 0px;}
	.highlight_tours_right li {line-height:30px;}
	.show1 + [data-readmore-toggle], .show1[data-readmore] {display:none;}
	.wildlife_period_box::before, .wildlife_morning_box::before, .wildlife_evening_box::before {background-position:7px 2px;}
	.wildlife_morning_box .morning_inner .morning_inner_half h5, .wildlife_evening_box .evening_inner .evening_inner_half h5 {font-size:18px;}
	.wildlife_period_box .wild_inner p:first-child {min-height:91px;}
	.wildlife_period_box .wild_inner p {min-height:90px;}
	.wildlife_morning_box .morning_inner p, .wildlife_evening_box .evening_inner p {min-height:90px; padding:15px 5px;}
}
@media only screen and (max-width:640px) {
	.main-section {padding-top:64px;}
	.sticky .lower-head ul li a, .sticky .upperhead ul li a, .upperhead ul li a, .lower-head ul li a {font-size:inherit;}
	.upperhead ul li {padding-top:5px;}
	.hotel-resort {padding:0px 0 30px;}
	.hotel-resort .container {width:100% !important;}
	.hotel-picture {top:0px; width:100%; left:15px; padding-top:10px;}
	.hotel-about {padding-right:0px;}
	.safarizone-section .nav-tabs > li.active > a, .safarizone-section .nav-tabs > li.active > a:focus, .safarizone-section .nav-tabs > li.active > a:hover {
    font:500 17px/25px 'Poppins', sans-serif; text-transform:capitalize; padding:2px 0px 5px 0px;}
    .safarizone-section .nav-tabs > li > a {font:500 17px/25px 'Poppins', sans-serif; text-transform:capitalize; padding:2px 0px 5px 0px;}
    .safarizone-section .nav-tabs > li.active > a::before, .safarizone-section .nav-tabs > li > a:hover::before {bottom:-38px;}
	.safari-image {margin-bottom:20px;}
	.safari-content {padding:0px 0px 0 0%;}
	.banner-text {left:0px;} 
	.lower-head {padding-top:5px;}
	/*about us */
	.reason-head .reason_left {width:100%; text-align:center;}
	.reason-head .reason_left h5 {padding-left:0px; margin:0 auto 10px; width:40%;}
	.reason-head .reason_left h3 {padding:0 60px 10px 0;}
	.reason-head .reason_left p {padding-top:0px;}
	.reason-head {padding: 10px 10px 10px;}
	.reason-inner ul li {padding: 0px 10px 10px 10px;}
	.park-rules-about {width:100%;}
	.park-rules-image1 {width:100%;}
	.park-rules-picture {width:100%; position:relative; top:0;}
	/*about us */

	/*places near pench */
	.places-near-head .places-left {width:47%;}
	.slick-prev {left:-13px !important;}
	.slick-next {right:-13px;}
	.latest-left, .latest-right {width:100%;}
	.latest-right {padding:15px 15px;}
	.latest-right h3 {padding:5px 0 10px !important;}
	/*places near pench */
	/*contact*/
	.contact-form h3, .contact-info h3 {padding-bottom:10px;}
	/*contact*/
}
@media only screen and (max-width:568px) {
	.main-section {padding-top:59px;}
	.places-near-head .places-left, .places-near-head .places-right {width:100%; text-align:center; padding:0 0px 20px;}
	.places-near-head {flex-wrap:wrap;}
	.places-near-head .places-right p a {margin:auto;}
	.places-near-head .places-right p {padding:5px 10px 0px 10px;}
	.places-near-head {margin-bottom:20px;}
	/*hotel and resorts */
	.hotel-list-outer .about-hotel h3 {line-height:25px;}
	.hotel-left {display:none;}
	.hotel-right {width:100%;}
	.itinerary_collapse .panel-body {flex-wrap:wrap;}
	.itinerary_collapse .panel-title {font-size:15px;}
	.itinerary_collapse .panel-body .panel_text {padding-right:0px; width:100%; order:2; padding-top:10px;}
	/*hotel and resorts */
	.wildlife_period_box h3, .wildlife_morning_box h3, .wildlife_evening_box h3 {font-size:20px;}
	.wildlife_period_box::before, .wildlife_morning_box::before, .wildlife_evening_box::before {background-size:70% 70%; background-position:left 4px;}
	.wildlife_period_box .wild_inner p {padding:20px 10px;}
	.wildlife_morning_box .morning_inner, .wildlife_evening_box .evening_inner {padding:20px 0px;}
	.wildlife_period_box .wild_inner {padding:69px 0px 0px;}
	.wildlife_timing {padding:20px 0px 0px;}
}
@media only screen and (max-width:480px) {
	.main-section {padding-top:67px;}
	.banner-text-style p {padding-top:5px;}
	.single-page-section ul li {width:100%;}
	.single-page-section ul li figcaption {font:400 20px/25px 'Poppins', sans-serif;}
	.banner-text-style h1 {font-size:24px; line-height:30px;}
	.wildlife-slider h2::after, .wild-head h2::after, .safarizone-section h3::after, .best-head h3::after, .best-head h3::after, .gallery-part h3::before, .latest-inner h3::before {width:100%;}
	.logo_part {width:30%;}
    .lower-head {padding-top:5px;}
    #navbar4 {top:10px;}
 	.wildlife-slider .price p {padding-right:0px;}
 	.hotel-picture {left:12px;}
/* 	.history-head h2::before {width:100%;}*/
 	.silent_feature .area_box_main .col-xs-4 {width:100%;}
 	.reason-head .reason_left h5 {width:50%;}
 	.reason-head .reason_left h3 {padding:0 0px 10px 0;}
 	/*hotel and resorts */
 	.hotel-list-outer .hotel-image {width:100%; padding:0 0 10px;}
 	.hotel-list-outer .about-hotel {width:100%; padding-left:20px;}
 	.hotel-list-outer .details-hotel p {padding:0 0px 0; width:100%;}
 	.hotel-list-outer .hotel-image a img {width:100%;}
 	.latest-post-section {padding:0px 0;}
 	.tab-content .col-xs-4 {width:50%;}
 	.latest-post-section {padding:0px 0 20px;}
 	/*hotel and resorts */
 	.wildlife-list-outer .wildlife-image a img {width:100%;}
 	.wildlife-list-outer .wildlife-image {width:100%; padding:0 0 0px 0;}
 	.wildlife-list-outer .details-wildlife p {padding:0; width:100%;}
 	.wildlife-list-outer .details-wildlife p a {width:147px;}
 	.wildlife-list-outer li {padding-bottom:15px; width:100%; margin-bottom:20px;}
 	.wildlife-list-outer .about-wildlife {width:100%; padding-left:20px;}
 	.itinerary_collapse .panel-heading {padding:0px 0px 10px 0px;}
 	.itinerary_collapse .panel-title label {padding:3px 10px; top:0px; left:0px; width:100%;}
 	.wildlife_detail_text h1 {padding:0 10px;}
 	/*.itinerary_collapse .panel-title label::before {top:30px; border-top:10px solid #6c9005; border-bottom:10px solid transparent; border-left:10px solid transparent;
	border-right:10px solid transparent; left:0; right:0; margin:auto;}*/
	.itinerary_collapse .panel-title label::before {display:none;}
	.itinerary_collapse .panel-title > a {padding:50px 10px 0;}
	.itinerary_collapse .panel-title {font-size:13px; line-height:20px;}
	.itinerary_collapse .panel-body .panel_img {width:100%;}
 	/*blog*/
 	.history-head {padding:10px 0px 0px 0px;}
 	.history-head h1 {font-size:25px; line-height:25px;}
 	.blog-inner-left .blog_details h2 {padding-top:0px;}
 	.blog-inner-left h2.main-heading {padding-bottom:20px!important;}
 	/*blog*/
 	/*contact*/
 	.contact-form .left_icon, .contact-info .left_icon {width:7%;}
 	.contact-form .right_info, .contact-info .right_info {width:93%;}
 	.form-inline .form-group {width:100%;}
 	.hotel-list-outer .details-hotel {padding-top:0px;}
 	.wildlife_period_box::before, .wildlife_morning_box::before, .wildlife_evening_box::before {background-size:60% 70%;}
 	.wildlife_morning_box .morning_inner p, .wildlife_evening_box .evening_inner p {padding:10px 0px;}
 	.wildlife_period_box .wild_inner p {padding:20px 5px;}
 	.wild-head h3, .book_now h3 {padding:10px 50px;}
 	.wildlife_safari_inner h3 {font-size:20px; line-height:25px; padding:10px 10px;}
}

@media only screen and (max-width:414px) {
	.main-section {padding-top:61px;}
	.safarizone-section .nav-tabs > li.active > a, .safarizone-section .nav-tabs > li.active > a:focus, .safarizone-section .nav-tabs > li.active > a:hover {
    font:500 16px/20px 'Poppins', sans-serif; padding:2px 15px 5px 15px;}
    .safarizone-section .nav-tabs > li.active > a::before, .safarizone-section .nav-tabs > li > a:hover::before {bottom:-50px;}
    .safarizone-section .nav-tabs > li > a {font:500 16px/20px 'Poppins', sans-serif; padding:2px 15px 5px 15px;}
    .banner-text-style p {display:none;}
    .banner-text-style h1, .about-banner-text h1, .places-near-text h1, .places-banner-text h1, .places-banner-text h2, .tulitiger-text h2, .hotel-banner-text h1, .wildlife-banner-text h1, .wildlife_detail_text h1, .contact-banner-text h1, .travel-text h1 {display:none;}
    .reason-head .reason_left h5 {width:60%;}
    .reason-inner ul li {width:100%;}
    .interesting-fact-section p {padding:20px 10px;}

    .places-banner-text .breadcrumb {padding:0 50px;}
    .how-to-reach .normal_img {padding-right:5px; margin-top:-8px;}
    .how-to-reach .hover_img {padding-right:5px;}
    .tuli-services li span {width:47px; height:47px; margin:0; line-height:40px;}
    .tuli-services img {max-width:60%;}
    .banner-text {background:rgba(0,0,0,.1);}
    .tuli-left p {padding:0px 0 0px;}
    .how-to-reach .tab-content figure {margin-bottom:20px; text-align:center;}
    .how-to-reach .tab-content figure img {width:100%;}
    .tab-content .col-xs-4 {width:100%;}
    .wildlife-pench-section {display:none;}
    .wildlife_safari_table {padding:30px 0 10px;}
}

@media only screen and (max-width:375px) {
	.logo_part {width:35%;}
    #navbar4 {top:0px;}
    .upperhead {width:30px; overflow:hidden; position:absolute; right:70px; top:12px;}
	.upperhead ul li:nth-child(1) {display:block; width:30px; height:30px;}
    .hotel-image1 {width:93%;}
    .hotel-about h3 {padding-top:0px;}
    .wildlife-slider {padding:30px 0px;}
    .flex-direction-nav .flex-next {right:-29px !important;}
	.flex-direction-nav .flex-prev {left:-16px !important;}
	.silent_feature h3::after, .interesting-fact-section h3::after, .places-near-pench h2::before, .places-pench-inner h1::before, .info-pench-section h3::after, .history-head h2::before, .hotel-resort-pench h2::before, .types-of-sitemap h2::before {width:auto;}
	.reason-head .reason_left h5 {width:70%;}
	.how-to-reach .nav-tabs>li>a {padding:5px 8px; font:400 14px/35px 'Poppins', sans-serif;}

	/*blog*/
	.post_list li .right_text p {font-size:13px; line-height:20px;}
	.plan_trip h2::before, .wildlife-pench h2::before {width:auto;}
	/*blog*/
}
@media only screen and (max-width:320px) {
	.main-section {padding-top:56px;}
	.hotel-list-outer .about-hotel {padding-left:10px;}
	.cards p, .cards li {font:400 12px/35px 'Poppins', sans-serif;}
	.banner-text-style .quote_btn {font:600 14px/15px 'Poppins', sans-serif; padding:5px 20px; width:170px;}
	.reason-head .reason_left h5 {width:80%;}
	.tuli-services li span {width:37px; height:37px; line-height:30px;}
	.tab-content .col-xs-4 {width:100%;}
	.how-to-reach .tab-content figure {margin-bottom:10px;}
	/*.how-to-reach .tab-content figure img {width:100%;}*/
	/*contact*/
	.g-recaptcha, .contact-form-box .submit_btn {padding-left:0px !important; margin-left:0;}
	.contact-form-box .form-control {width:100% !important; margin:0 10px 10px 0px;}
	.contact-form, .contact-info {padding:10px 20px;}
	.contact-form h3, .contact-info h3 {text-transform:capitalize;}
	.contact-form .left_icon, .contact-info .left_icon {width:10%;}
	.contact-form .right_info, .contact-info .right_info {width:90%;}
	/*contact*/
}