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

html, body { margin:0; padding:0; background:#fff;  }
*{ margin:0; padding:0;}

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

a:hover,
a.active,
a:focus {
	outline:none;
	transition: all 0.5s ease;	
	text-decoration:none;
}

/* HTML5 display-role reset for older browsers */
ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
}
.show-grid [class^="col-"] {
    background-color: rgba(86, 61, 124, 0.15);
    border: 1px solid rgba(86, 61, 124, 0.2);
    padding-bottom: 10px;
    padding-top: 10px;
}

p { color:#424242; font-size:14px; font-family: 'Roboto', sans-serif; line-height:23px; margin-bottom:10px;}

/* Header */
.header_wrp {
	width:100%;
	float:left;
	border-top:5px solid #2e7d32;
	padding:10px 0;
}
.header_wrp img {
	display:inline-block;
}
.nav_wrp {
	width:100%;
	float:left;
}
.nav_wrp > ul > li {
	display:inline-block;
	padding:15px 9px;
}
.nav_wrp > ul > li:first-child {
	padding-left:0;
}
.nav_wrp > ul > li:last-child {
	padding-right:0;
}
.nav_wrp > ul > li > a {
	font-size:13px;
	color:#424242;
}
.nav_wrp > ul > li > a:hover,.nav_wrp > ul > li > a.active {
	color:#2e7d32;
}
.mob_menu_small {
	position:relative;
	width:100%;
	float:left;
}
.mobile_nav {
	width:100%;
	float:left;
	background:#2e7d32;
	color:#fff;
	font-size:15px;
	padding:10px 0;
	text-align:center;
	position:relative;
	font-weight:400;
}
.mobile_nav > i {
	font-size:32px;
	position:absolute;
	left:15px;
	top:-2px;
}
.mobile_nav:hover,.mobile_nav.active,.mobile_nav:focus {
	color:#fff;
}
.mobile_menus {
	width:100%;
	float:left;
	background:#fff;
	position:absolute;
	top:38px;
	z-index:99;
	-webkit-box-shadow: 0px 2px 6px 1px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 2px 6px 1px rgba(0,0,0,0.5);
	box-shadow: 0px 2px 6px 1px rgba(0,0,0,0.5);
}
.mobile_menus > ul > li {
	display:inline-block;	
	width:100%;
}
.mobile_menus > ul > li:last-child > a,.mobile_menus > ul > li:last-child > a:hover,.mobile_menus > ul > li:last-child > a.active {
	border-bottom:none;
}
.mobile_menus > ul > li > a {
	font-size:13px;
	color:#424242;
	padding:10px 15px;
	border-bottom:1px solid #eaeaea;
	width:100%;
	float:left;
}
.mobile_menus > ul > li > a:hover,.mobile_menus > ul > li > a.active {
	color:#2e7d32;
	border-bottom:1px solid #2e7d32;
}

/* Banner */
.banner_wrp {
	width:100%;
	float:left;
	text-align:center;
}
.banner_left, .banner_right {
	top:48%;
	font-size:30px;
	opacity:1;
	width:auto
}
.banner_left {
	left:20px !important;
}
.banner_right {
	right:20px !important;
	left:auto
}
.banner_capt {
	position:absolute;
	width:100%;
	float:left;
	top:42%;
}
.banner_capt > h2 {
	font-size:25px;
	color:#fff;
	width:70%;
	margin:0 auto;
	background:rgba(0,0,0,0.5);
	padding:10px 0;
	font-weight:400;
	border-radius:3px;
}
.search_dest {
	padding:10px 0;
	display:inline-block;
	font-size:13px;
	border-radius:3px;
	color:#fff;
	position:fixed;
	bottom:11%;
	right:15px;
	z-index:9;	
	min-width:130px;
	text-align:center;
	-webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.3);
	background: #f45c8c;
	background: -moz-linear-gradient(top,  #f45c8c 0%, #f45c8c 0%, #d13264 100%);
	background: -webkit-linear-gradient(top,  #f45c8c 0%,#f45c8c 0%,#d13264 100%);
	background: linear-gradient(to bottom,  #f45c8c 0%,#f45c8c 0%,#d13264 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f45c8c', endColorstr='#d13264',GradientType=0 );

}
.kollam_banner .banner_capt > h2 {
	font-size:22px !important
}
.search_dest > i {
	margin-right:5px;
}
.search_dest:hover {
	color:#fff;
	background: #d13264;
	background: -moz-linear-gradient(top,  #d13264 0%, #f45c8c 100%, #f45c8c 100%);
	background: -webkit-linear-gradient(top,  #d13264 0%,#f45c8c 100%,#f45c8c 100%);
	background: linear-gradient(to bottom,  #d13264 0%,#f45c8c 100%,#f45c8c 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d13264', endColorstr='#f45c8c',GradientType=0 );

}
.offers_btn {
	padding:10px 0;
	display:inline-block;
	font-size:13px;
	border-radius:3px;
	color:#fff;
	position:fixed;
	bottom:4%;
	right:15px;
	z-index:9;	
	min-width:130px;
	text-align:center;
	-webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.3);
	background: #f45c8c;
	background: -moz-linear-gradient(top,  #f45c8c 0%, #f45c8c 0%, #d13264 100%);
	background: -webkit-linear-gradient(top,  #f45c8c 0%,#f45c8c 0%,#d13264 100%);
	background: linear-gradient(to bottom,  #f45c8c 0%,#f45c8c 0%,#d13264 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f45c8c', endColorstr='#d13264',GradientType=0 );
}
.offers_btn > i {
	margin-right:5px;
}
.offers_btn:hover {
	color:#fff;
	background: #d13264;
	background: -moz-linear-gradient(top,  #d13264 0%, #f45c8c 100%, #f45c8c 100%);
	background: -webkit-linear-gradient(top,  #d13264 0%,#f45c8c 100%,#f45c8c 100%);
	background: linear-gradient(to bottom,  #d13264 0%,#f45c8c 100%,#f45c8c 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d13264', endColorstr='#f45c8c',GradientType=0 );

}

/* Main Contents */
.cnt_wrp {
	width:100%;
	float:left;
	padding:25px 0;
}
.mob_title {
	width:100%;
	float:left;
	margin-bottom:5px;
	text-align:center;
}
.mob_title > h2 {
	font-size:25px;
}
.title_line {
	width:60px;
	height:2px;
	margin:8px auto;
	display:inline-block;
	background:#2E7D32;
}
.more_link {
	border:1px solid #2E7D32;
	padding:8px 25px;
	font-size:13px;
	color:#2E7D32;
	border-radius:25px;
	display:inline-block;
	margin-top:5px;
}
.more_link:hover {
	background:#2E7D32;
	color:#fff;
}
.exce_wrp {
	background:#e9eae9;
}
.exce_wrp img {
	display:inline-block;
	margin-top:15px;
}

/* Destination */
.desti {
	margin:30px auto 0;
	position:relative;
	width:90%;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
	border-radius:3px;
}
.desti > img {
	width:100%;
	border-radius:3px 3px 0px 0px;
}
.desti > h3 {
	padding:15px 10px 10px;
	font-size:18px;
	color:#2e7d32;
}
.desti > p {
	font-size:13px;
	padding: 0 10px 15px 10px;
}
.icon_more {
	width:50px;
	height:50px;
	background:#fff;
	border-radius:50%;
	float:left;
	position:absolute;
	right:15px;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
	text-align:center;
	font-size:18px;
	color:#2e7d32;
	margin:-25px 0 0;
}
.icon_more i {
	position:relative;
	top:13px;
}
.icon_more:hover {
	background:#f5f5f5;
	box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* Animated Butoons */

.menu-item, .menu-open-button {
  background: #fff;
  border-radius: 100%;
  width: 45px;
  height: 45px;
  position: absolute;
  right:15px;
  top:-25px;
  color: white;
  text-align: center;
  line-height: 45px;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1), 0 2px 10px 0 rgba(0, 0, 0, 0.1) !important;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transition: -webkit-transform ease-out 200ms;
          transition: transform ease-out 200ms;
}
.menu-open {
  display: none;
}

.hamburger {
  width: 14px;
  height: 2px;
  background: #2e7d32;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -7.5px;
  margin-top: -1.5px;
  -webkit-transition: -webkit-transform 200ms;
          transition: transform 200ms;
}

.hamburger-1 {
  -webkit-transform: translate3d(0, 0px, 0);
          transform: translate3d(0, 0px, 0);
}

.hamburger-2 {
  -webkit-transform: translate3d(1px, 0.5px, 0);
          transform: translate3d(1px, 0.5px, 0) rotate(90deg);
		  width:12px;
		  
}

.hamburger-3 {
  -webkit-transform: translate3d(0, 8px, 0);
          transform: translate3d(0, 8px, 0);
		  display:none
}

.menu-open:checked + .menu-open-button .hamburger-1 {
  -webkit-transform: translate3d(0, 0, 0) rotate(45deg);
          transform: translate3d(0, 0, 0) rotate(45deg);
		  background:#d23866;
}
.menu-open:checked + .menu-open-button .hamburger-2 {
  -webkit-transform: translate3d(0, 0, 0) scale(0.1, 1);
          transform: translate3d(0, 0, 0) scale(0.1, 1);
		  background:#d23866;
}
.menu-open:checked + .menu-open-button .hamburger-3 {
  -webkit-transform: translate3d(0, 0, 0) rotate(-45deg);
          transform: translate3d(0, 0, 0) rotate(-45deg);
		  display:inline-block;
		  background:#d23866;
}

.menu {
  position: absolute;
  width: 100%;
  font-size: 20px;
  text-align: left;
}
.menu-item {
	background:#d23866;
	box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.16) !important;
	font-size:18px;
}
.menu-item:hover {
  color: #d23866;
  background:#fff;
}
.menu-item:nth-child(3) {
  -webkit-transition-duration: 180ms;
          transition-duration: 180ms;
}
.menu-item:nth-child(4) {
  -webkit-transition-duration: 180ms;
          transition-duration: 180ms;
}
.menu-item:nth-child(5) {
  -webkit-transition-duration: 180ms;
          transition-duration: 180ms;
}
.menu-item:nth-child(6) {
  -webkit-transition-duration: 180ms;
          transition-duration: 180ms;
}
.menu-item:nth-child(7) {
  -webkit-transition-duration: 180ms;
          transition-duration: 180ms;
}
.menu-item:nth-child(8) {
  -webkit-transition-duration: 180ms;
          transition-duration: 180ms;
}
.menu-item:nth-child(9) {
  -webkit-transition-duration: 180ms;
          transition-duration: 180ms;
}

.menu-open-button {
  z-index: 2;
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
          transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -webkit-transition-duration: 400ms;
          transition-duration: 400ms;
  -webkit-transform: scale(1.1, 1.1) translate3d(0, 0, 0);
          transform: scale(1.1, 1.1) translate3d(0, 0, 0);
  cursor: pointer;
}

.menu-open-button:hover {
  -webkit-transform: scale(1.2, 1.2) translate3d(0, 0, 0);
          transform: scale(1.2, 1.2) translate3d(0, 0, 0);
}

.menu-open:checked + .menu-open-button {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transition-duration: 200ms;
          transition-duration: 200ms;
 /* -webkit-transform: scale(0.8, 0.8) translate3d(0, 0, 0);
          transform: scale(0.8, 0.8) translate3d(0, 0, 0);*/
		   box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.menu-open:checked ~ .menu-item {
  -webkit-transition-timing-function: cubic-bezier(0.935, 0, 0.34, 1.33);
          transition-timing-function: cubic-bezier(0.935, 0, 0.34, 1.33);
}
.menu-open:checked ~ .menu-item:nth-child(3) {
  -webkit-transition-duration: 180ms;
          transition-duration: 180ms;
  -webkit-transform: translate3d(0.08361px, -104.99997px, 0);
          transform: translate3d(0.08361px, -104.99997px, 0);
}
.menu-open:checked ~ .menu-item:nth-child(4) {
  -webkit-transition-duration: 280ms;
          transition-duration: 280ms;
  -webkit-transform: translate3d(-90.9466px, -52.47586px, 0);
          transform: translate3d(-90.9466px, -52.47586px, 0);
}
.menu-open:checked ~ .menu-item:nth-child(5) {
  -webkit-transition-duration: 380ms;
          transition-duration: 380ms;
  -webkit-transform: translate3d(-90.9466px, 52.47586px, 0);
          transform: translate3d(-90.9466px, 52.47586px, 0);
}
.menu-open:checked ~ .menu-item:nth-child(6) {
  -webkit-transition-duration: 480ms;
          transition-duration: 480ms;
  -webkit-transform: translate3d(0.08361px, 104.99997px, 0);
          transform: translate3d(0.08361px, 104.99997px, 0);
}
.menu-open:checked ~ .menu-item:nth-child(7) {
  -webkit-transition-duration: 580ms;
          transition-duration: 580ms;
  -webkit-transform: translate3d(-90.86291px, 52.62064px, 0);
          transform: translate3d(-90.86291px, 52.62064px, 0);
}
.menu-open:checked ~ .menu-item:nth-child(8) {
  -webkit-transition-duration: 680ms;
          transition-duration: 680ms;
  -webkit-transform: translate3d(-91.03006px, -52.33095px, 0);
          transform: translate3d(-91.03006px, -52.33095px, 0);
}
.menu-open:checked ~ .menu-item:nth-child(9) {
  -webkit-transition-duration: 780ms;
          transition-duration: 780ms;
  -webkit-transform: translate3d(-0.25084px, -104.9997px, 0);
          transform: translate3d(-0.25084px, -104.9997px, 0);
}
.owl-carousel {
	float:left;
}

/* Testimonials */
.testi_wrp {
	padding-top:0px;
}
.testi_mobile {
	width:100%;
	float:left;
	background:#f5f5f5;
	border:1px solid #dddddd;
	padding:15px;
	text-align:center;
	margin-bottom:10px;
}
.testi_mobile > p {
	font-size:13px;
}
.testi_name,.testi_place {
	color:#2E7D32;
	margin:0;
	font-size:14px;
	font-weight:500
}

/* Footer */
.mobile_ftr_wrp {
	background:#212121;
	width:100%;
	float:left;
	padding:20px 0;
}
.ftr_mob_sub {
	width:100%;
	float:left;
}
.ftr_mob_sub > h3 {
	color:#9e9e9e;
	font-size:20px;
	margin-bottom:10px;
}
.ftr_mob_sub > p {
	color:#757575;
	margin-bottom:5px;
	position:relative;
	padding-left:30px;
}
.ftr_mob_sub > p > i {
	font-size:23px;
	position:absolute;
	left:0;
}
.mob_social {
	margin-top:15px;
}
.ftr_mob_social {
	width:100%;
	float:left;
	margin:5px 0 0;
}
.ftr_mob_social > li {
	float:left;
	margin-right:10px;
}
.ftr_mob_social > li > a {
	font-size:20px;
	background:#292929;
	width:44px;
	height:44px;
	text-align:center;
	float:left;
	border-radius:50%;
	margin-bottom:10px;
}
.ftr_mob_social > li > a > i {
	position:relative;
	top:8px;
}
.blog_icon {
	width:19px;
	height:21px;
	display:inline-block;
	background:url(../images/ftr_social.png) no-repeat;
	top:12px !important;
}
.delicious_icon {
	width:19px;
	height:19px;
	display:inline-block;
	background:url(../images/ftr_social.png) no-repeat -30px 0;
	top:11px !important;
}
.flickr_icon {
	width:24px;
	height:19px;
	display:inline-block;
	background:url(../images/ftr_social.png) no-repeat -62px 0;
	top:10px !important;
}
.fb {
	color:#3b579d;
}
.fb:hover {
	background:#3b579d;
	color:#fff;
}
.tw {
	color:#2caae1;
}
.tw:hover {
	background:#2caae1;
	color:#fff;
}
.gplus {
	color:#dd4c3a;
}
.gplus:hover {
	background:#dd4c3a;
	color:#fff;
}
.blg:hover {
	background:#f87f14;
}
.blg:hover i {
	background:url(../images/ftr_social.png) no-repeat 0 -30px;
}
.delicious:hover, .flickr:hover {
	background:#fff;
}
.mobile_ftr_cpy {
	background:#111111;
	width:100%;
	float:left;
	padding:15px;
}
.mobile_ftr_cpy > p {
	color:#c5c4c4;
	font-size:12px;
	margin:0;
}

/* Search */
.search_mob_bg {
	width:100%;
	float:left;
	background:rgba(0,0,0,0.5);
	position:fixed;
	height:100vh;
	z-index:99;
	display: none;
	
	top:0;
}


.search_mob_main {
	width:100%;
	float:left;
	background:#fff;
	margin-top:10%;
	border-radius:4px;
}
.search_title {
	width:100%;
	float:left;
	position:relative;
	border-bottom:1px solid #eaeaea;
	padding-bottom:10px;
	padding:10px 15px;
}
.search_title > h2 {
	font-size:25px;
}
.close_serach {
	width:28px;
	height:28px;
	background:#eaeaea;
	color:#424242;
	font-size:13px;
	position:absolute;
	right:10px;
	text-align:center;
	padding:5px 10px;
	top:15px;
	border-radius:4px;
}
.close_serach:hover {
	background:#2E7D32;
	color:#fff;
}
.search_mob_form {
	width:100%;
	float:left;
	padding:10px 15px;
}
.feild_row {
	width:100%;
	float:left;
	margin-bottom:5px;
}
.feild_row > label {
	font-size:13px;
	margin-bottom:5px;
}
.mob_search_btn {
	background:#2E7D32;
	color:#fff;
	font-size:15px;
	width:100%;
	display:inline-block;
	margin:5px 0 0;
	border:none;
	padding:10px 0;
	border-radius:4px;
}
.search_logos {
	width:100%;
	float:left;
	border-top:1px solid #eaeaea;
	padding:10px;
	text-align:center;
}
.search_logos > img {
	display:inline-block;
}

/* Inner header */
.action_btn {
	width:100%;
	float:left;
	text-align:center;
	margin-top:10px;
}
.action_btn > li {
	display:inline-block;
}
.action_btn > li > a {
	color:#fff;
	font-size:14px;
	padding:7px 15px;
	display:inline-block;
	font-size:13px;
	border-radius:3px;
	background: #f45c8c;
	background: -moz-linear-gradient(top,  #f45c8c 0%, #f45c8c 0%, #d13264 100%);
	background: -webkit-linear-gradient(top,  #f45c8c 0%,#f45c8c 0%,#d13264 100%);
	background: linear-gradient(to bottom,  #f45c8c 0%,#f45c8c 0%,#d13264 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f45c8c', endColorstr='#d13264',GradientType=0 );
}
.action_btn > li > a:hover {
	background: #d13264;
	background: -moz-linear-gradient(top,  #d13264 0%, #f45c8c 100%, #f45c8c 100%);
	background: -webkit-linear-gradient(top,  #d13264 0%,#f45c8c 100%,#f45c8c 100%);
	background: linear-gradient(to bottom,  #d13264 0%,#f45c8c 100%,#f45c8c 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d13264', endColorstr='#f45c8c',GradientType=0 );
}
.acc_wrp {
	width:100%;
	float:left;
	margin:0 0 10px;
	background:#f5f5f5;
	padding:20px 0;
}
.acc_box {
	width:100%;
	float:left;
	margin:10px 0 0 0;
}
.acc_box h3.mobile {
	font-size:20px;
	color:#2e7d32;
	font-weight:400;
	margin-bottom:10px;
}
.acc_box h3.tablet {
	font-size:20px;
	color:#2e7d32;
	font-weight:400;
	margin-bottom:10px;
	text-align:left
}
.acc_box img {
	margin-bottom:10px;
	border-radius:2px;
	width:100%;
}
.acc_box p {
	text-align:left;
	font-size:13px;
	line-height:19px;
}

.facility_wrp {
	width:100%;
	float:left;
	margin:10px 0;
}
.facility {
	margin:0 0 10px !important;
	border-bottom:1px solid #eaeaea;
	padding-bottom:5px;
}
.facility p {
	font-size:13px !important;
	line-height:19px !important;
}
.list_item {
	width:100%;
	float:left;
	text-align:left;
	margin:0
}
.list_item > li {
	float: left;
    font-size: 13px;
    line-height: 20px;
    list-style: outside url("../images/bullet.png") disc;
    margin: 0 0 0 15px;
	padding-bottom:3px;
	min-width:80%;
}

.act_images div {
	padding:3px;
}
.act_images div img {
	min-height:111px;
}
.munnar_act_images div img  {
	min-height:121px !important;
}


/* Offers */
#returnmessage{
	font-size:14px;
	color:green;
	text-align:center;
}
.offer {
    background: #f5f5f5 none repeat scroll 0 0;
    border: 1px solid #eaeaea;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    float: left;
    margin: 15px 0 25px;
    text-align: center;
    width: 100%;
}
.offer:hover {
    background: #2e7d32 none repeat scroll 0 0;
    transition: all 0.5s ease 0s;
}
.offer img {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    height: 216px;
    margin-bottom: 15px;
    width: 100%;
}
.offer h3 {
    color: #2e7d32;
    font-size: 22px;
    margin-bottom: 10px;
}
.offer:hover img {
    opacity: 0.9;
    transition: all 0.5s ease 0s;
}
.offer:hover h3, .offer:hover p {
    color: #fff;
    transition: all 0.5s ease 0s;
}
.offer p {
    margin-bottom: 20px;
    padding: 0 15px;
}

.new_menu {
	width:62%;
	margin:10px auto 0;
}
.new_menu >  li  {
	display:inline-block;
	padding-right:10px;
}
.new_menu >  li > a {
	font-size: 13px;
	color:#333;
}
.new_menu >  li > a > i {
	width:5px;
	height:5px;
	background:#333;
	border-radius:50%;
	display:inline-block;
	position:relative;
	top:-2px;
	margin-right:5px;
}
.new_menu >  li > a:hover {
	color:#2E7D32;
}
.new_menu >  li > a:hover > i {
	background:#2E7D32;
}

/* Media Queries */
@media only screen and (min-width: 320px) and (max-width: 360px) {
	.banner_left, .banner_right {
		top:48%;
		font-size:20px;
	}	
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
	.header_wrp img {
		width:180px;
		height:61px;
	}
	.banner_capt > h2 {
		font-size:15px;
		padding:7px 0;
	}
	.banner_capt {
		top:36%;
	}
	.kollam_banner .banner_capt > h2 {
		font-size:14px !important;
	}
	
}
@media only screen and (min-width: 768px) {
	.header_wrp img {
		display:inline-block;
	}
	.search_dest {
		bottom:10%;
	}
	.offers_btn {
		bottom:5.5%;
	}
	.mob_social {
		margin-top:0;
	}
	.acc_box {
		margin:20px 0 0;
	}
	.acc_box p {
		font-size:14px;
		line-height:24px;
	}
}
@media only screen and (min-width: 1024px) {
	.nav_wrp > ul > li {
		padding:20px;
	}
}
.vertical_middle{
	vertical-align: middle;
	display: flex;
	align-items: center;
}
.heading_covid{
	background: #ffffff;
    margin: 7px;
    padding: 3px;
    border: 1px solid #d11f63;
    font-size: 12px;
}
.clr_rose{
	color: #d11f63;
}
.boldweight{
	font-weight: 700;
}

 .blink_me {
  animation: blinker 1s linear infinite;
}
@keyframes blinker {
  50% {
    opacity: 0;
  }
}