@charset "utf-8";
/* CSS Document */

::-moz-selection 
{ 
	color:#01a750; 
}
::selection 
{
	color:#01a750;
 }

*{
	margin: 0;
	padding: 0;
	outline: 0;
	list-style: none;
	text-decoration: none;
	font-family: 'Open Sans', sans-serif;
	}
.clear {
	clear: both;
	}
.container {
	width: 100%;
	max-width: 1200px;
	position: relative;
	margin: 0px auto;
	}
#wrapper
{
	width:100%;
}

.logo {
	position: relative;
	float: left;
	margin-top: 0px;
	margin-bottom:21px;
	}

.top-right
{
	width:365px;
	height:auto;
	display:block;
	position:relative;
	float:right;
	margin-top: 43px;
}

.top-phone
{
	width:154px;
	height:auto;
	float:left;
	position:relative;
	display:block;
}

.ph-icon
{
	width:24px;
	height:39px;
	color:#222;
	font-size:18px;
	text-align:center;
	padding-top:8px;
	box-sizing:border-box;
	float:left;
	margin-right:5px;
}

.ph-num
{
	color:#222;
	font-size:13px;
	padding-top:8px;
	font-weight:400;
}

.top-mail
{
	width:211px;
	height:auto;
	float:left;
	position:relative;
	display:block;
}

.mail-icon
{
	width:24px;
	height:39px;
	color:#222;
	font-size:18px;
	text-align:center;
	padding-top:4px;
	box-sizing:border-box;
	float:left;
	margin-right:5px;
}

.mail-con
{
	color:#222;
	font-size:13px;
	padding-top:8px;
	font-weight:400;
}

.navbar {
	width: 100%;
	position: relative;
	background:#ed008c;
	font-size: 13px;
	font-weight: 600;
	
	border-bottom: 1px solid #eaeaea;
	margin-top: 23px;
	}
	
#navli
{
	width:100%;
	position:relative;
	
}
	
#navli li{
	position: relative;
	float: left;
	padding: 15px 9px;
	cursor:pointer;
	display:block;
	}
#navli li a:link,
#navli li a:active,
#navli li a:visited
 {
	 color: #FFF;
	 }
.current,
#navli li:hover,
#navli a:hover li  {
	color: #ffea00;
	}
.current a:link,
#navli li:hover a{
	color:#ffea00;
}


	
	
.sub-menu {
    width:209%;
    padding:0px 0px;
    position:absolute;
    top:49px;
    left:4px;
    z-index:-1;
    opacity:0;
	display:none;
    transition:opacity linear 0.15s;
    box-shadow:0px 2px 3px rgba(0,0,0,0.2);
    background:#769907;
}
 
.sub-menu li {
    display:block;
    font-size:14px;
	width:100%;
}
 
.sub-menu li a {
    padding: 1px 12px;
    font-weight: 400;
    position: relative;
	color:#FFF !important;
	text-transform:uppercase;
	display:block;
}
 
.sub-menu > li > a i {
    height: 2px;
    position: absolute;
    width: 0;
    background: #006fbb;
    bottom: 0;
    left: 50%;
	color:#FFF !important;
    transition: all .4s;
}

.sub-menu li a:hover{

	color: #ffea00 !important;
}


#navli li:hover .sub-menu
{
	 z-index:1;
    opacity:1;
	display:block;
}

	

#menu-button {
	width: 40px;
	height: 48px;
	background: #1C2A33;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 13px;
	position: relative;
	float: left;
	cursor:pointer;
	}
.bar {
	width: 100%;
	height: 3px;
	background: #fff;
	margin-bottom: 3px;
	margin: 3px 0px;
	}
	

	
	
#navli1 {
	display: none;
	position: absolute;
	width:80%;
	left: 0;
	right: 0;
	top:48px;
	z-index:999;
	}
#navli1 li {
	padding: 10px;
	text-align: center;
	background: #2D3F4B;
	cursor:pointer;
	text-align:left;
	padding-left:24px;
	}

#navli1 li a:link,
#navli1 li a:active,
#navli1 li a:visited
 {
	 color: #FFF;
	 }
.current,
#navli1 li:hover,
#navli1 a:hover li  {
	color: #ffea00;
	}
.current a:link,
#navli1 li:hover a{
	color:#ffea00;
}

.current a:link,
.current a:visited {
	color:#ffea00;
	
}

.banner img {
	width: 100%;

	}	

.news-wrapper
{
	width:100%;
	background-color:#2d3f4b;
	margin-top: -5px;
}

.news-main
{
	width:100%;
	position:relative;
	display:block;
	padding-top:18px;
	padding-bottom:18px;
}

.news-main h4
{
	font-size:22px;
	color:#FFF;
	text-transform:uppercase;
	float:left;
	font-weight:300;
}

.news-scroll
{
	width:79%;
	display:inline-block;
	position:relative;
	margin-left:18px;
}

.news-scroll marquee
{
	font-size:13px;
	font-weight:300;
	color:#FFF;
	padding-top:8px;
}
	
.find-your-package-wrapper
{
	width:100%;
	background-color:#f5f5f5;
}

.find-your-package-contant
{
	width:90%;
	margin:0px auto;
	display:block;
	padding:28px 0;
}

.find-your-package-contant h2
{
	font-size:28px;
	color:#333;
	text-transform:uppercase;
	font-weight:300;
	text-align:center;
}

.find-your-pack-form-main
{
	width:46%;
	display:inline-block;
	position:relative;
	margin-top:20px;
}

.find-your-pack-form-main span
{
	font-size:14px;
	color:#222;
	font-weight:300;
}

.find-your-pack-form
{
	display:block;
	width:363px;
	height:auto;
	float:left;
	margin-bottom:15px;
	margin-right:14px;
}

.find-your-pack-boxs
{
	display:block;
	width:363px;
	height:34px;
	border:1px solid #d4d4d4;
	color:#000;
	list-style:none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding-left:5px;
	background:#FFF;
	box-sizing:border-box;
}

.find-your-pack-box option
{
	background:#FFF;
}

.find-your-pack-form2
{
	display:block;
	width:119px;
	height:auto;
	float:left;
}

.find-your-pack-button
{
	width: 57px;
    height: 34px;
    line-height: 34px;
    display: block;
    float: left;
	color:#FFF;
	background-color: #2d3f4b;
	font-size: 16px;
	border: none;
	cursor: pointer;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	-moz-appearance: none;
	-webkit-appearance: none;
	-o-appearance: none;
	-ms-appearance: none;
	appearance: none;
	text-transform:uppercase;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.wel-contant
{
	width:90%;
	margin:0px auto;
	display:block;
	padding:50px 0;
}

.wel-contant h2
{
	font-size:28px;
	color:#222;
	text-transform:uppercase;
	font-weight:300;
	text-align:center;
}

.wel-contant h3
{
	font-size:20px;
	color:#222;
	text-transform:uppercase;
	font-weight:300;
}

.wel-contant h4
{
	font-size:20px;
	color:#222;
	font-weight:600;
}

.wel-contant h6
{
	font-size:16px;
	color:#666;
	font-weight:300;
	padding-top:8px;
}

.wel-contant-line
{
	width:26%;
	height:1px;
	margin:20px auto;
	display:block;
	background:#01a750;
}

.wel-contant p
{
	font-size:13px;
	color:#222;
	font-weight:300;
	line-height:24px;
	text-align:center;
	padding-top:20px;
	padding-bottom:20px;
}

.wel-contant1
{
	text-align:left !important;
}

.wel-read-but
{
	width:140px;
	background:#FFF;
	padding:8px 8px;
	text-align:center;
	border:2px solid #01a750;
	color:#01a750;
	font-weight:600;
	text-transform:uppercase;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	margin:0px auto;
	display:block;
}

.wel-read-but:hover
{
	background-color:#01a750;
	-webkit-transition-duration: 0.1s;
	transition-duration: 0.1s;
	-webkit-transition-timing-function: ease-in;
	transition-timing-function: ease-in;
	transition:all 1s ease-in;
	color:#FFF;
}




.welcome-contant-main
{
	width:94%;
	position:relative;
	display:block;
	margin:55px auto;
}

.welcome-contant-main h2
{
	font-size:42px;
	color:#222;
	font-weight:300;
	text-align:center;
}

.wel-line
{
	width:27%;
	display:block;
	margin:20px auto;
	background:#fec31d;
	height:1px;
}

.welcome-contant-main p
{
	font-size:13px;
	color:#666;
	line-height:24px;
	font-weight:300;
	text-align:center;
}






.special-attraction-main
{
	width:100%;
	height:auto;
	position:relative;
	display:inline-block;
	margin-top:76px;
	margin-bottom:60px;

}

.special-attraction-main h2
{
	font-size:28px;
	color:#222;
	text-transform:uppercase;
	font-weight:300;
}

.special-cate-main
{
	width:100%;
	position:relative;
	display:inline-block;
	margin-top:20px;
}

.special-cate-honey
{
	width:280px;
	height:auto;
	float:left;
	position:relative;
	display:block;
	overflow:hidden;
	margin-right:20px;
}

.special-cate-honey img
{
	width:100%;
	height:192;
	position:relative;
	display:block;

}

.spe-cate-head
{
	width:100%;
	background:#01a750;
	padding:10px 10px;
	color:#FFF;
	font-weight:300;
	font-size:16px;
	padding-left:8px;
	text-transform:uppercase;
	display:block;
	box-sizing:border-box;
}

.spe-cate-head-but
{
	width:100%;
	background:#2d3f4b;
	padding:10px 10px;
	color:#FFF;
	font-weight:300;
	font-size:14px;
	padding-left:8px;
	text-transform:uppercase;
	display:block;
	box-sizing:border-box;
}

.spe-cate-head-but:hover
{
	color:#769907;
}

.special-cate-honey:hover img
{
	-webkit-filter: grayscale(100%);  /* For Webkit browsers */
    filter: gray;  /* For IE 6 - 9 */
    -webkit-transition: all .6s ease;
	-webkit-transition-duration: 0.1s;
	transition-duration: 0.1s;
	-webkit-transition-timing-function: ease-in;
	transition-timing-function: ease-in;
	transition:all 1s ease-in;
}

.enquire-your-main
{
	width:90%;
	position:relative;
	display:block;
	margin: 60px auto;
}

.enquire-your-main h2
{
	font-size:28px;
	color:#222;
	text-transform:uppercase;
	font-weight:300;
	text-align:center;
}

.enquire-your-line
{
	width:16%;
	height:1px;
	margin:15px auto;
	display:block;
	background:#01a750;
}

.enquire-category
{
	width:100%;
	position:relative;
	display:inline-block;
}

.enquire-cate-tour
{
	width:333px;
	position:relative;
	display:block;
	float:left;
	overflow:hidden;
	margin-right:38px;
	margin-top: 40px;
}

.enquire-cate-tour:last-child
{
	margin-right:0px;
}

.enquire-cate-tour img
{
	width:100%;
	height:211px;
	position:relative;
	display:block;
	-webkit-transition: all 0.7s ease;
	transition: all 0.7s ease;
}

.enquire-cate-tour:hover img
{
	-webkit-transform:scale(1.2);
	transform:scale(1.2);
}

.enquire-cate-tour-head
{
	width:100%;
	background-color:#2d3f4b;
	position:relative;
	color:#FFF;
	font-weight:300;
	text-align:center;
	font-size:18px;
	padding:12px 10px;
	box-sizing:border-box;
}

.its-honeymoon-wrapper
{
	width:100%;
}

.ad1
{
	width:542px;
	height:287px;
	float:left;
	margin-right:8px;
	margin-left:20px;
	margin-top:20px;
}

.ad1 img
{
	width:100%;
	height:287px;
	float:left;
}

.ad2
{
	width:93%;
	height:164px;
	float:left;
	margin-top:20px;
	margin-left:18px;
}

.ad2 img
{
	width:100%;
	height:164px;
	float:left;
}

.special-rate
{
	width:100%;
	margin:50px auto;
	display:inline-block;
}


.footer-wrapper
{
	width:100%;
	background-color:#2d3f4b;
}

.footer-items-main
{
	width:100%;
	position:relative;
	display:inline-block;
	margin-top:31px;
}

.footer-menu-main
{
	width:512px;
	float:left;
	display:inline-block;
}

.footer-menu-main h4
{
	font-size:16px;
	color:#FFF;
	text-transform:uppercase;
	font-weight:300;
}

.footer-link-main
{
	width:100%;
	display:inline-block;
	position:relative;
	margin-top:20px;
}

.footer-link
{
	width:209px;
	display:inline-block;
	position:relative;
	float: left;
}

.footer-link li
{
	position:relative;
	cursor:pointer;
	line-height:24px;
	padding:0px 50px 0px 0px;
	font-size:11px;
}

.footer-link li a
{
	color:#6a93ad;
}

.footer-newsletter-main
{
	width:354px;
	display:inline-block;
	position:relative;
	float:left;
}

.footer-newsletter-main h4
{
	font-size:16px;
	color:#FFF;
	text-transform:uppercase;
	font-weight:300;
}

.newsletter-form
{
	display:block;
	width:209px;
	height:auto;
	float:left;
	margin-bottom:15px;
	margin-right:14px;
}

.newsletter-form1
{
	display:block;
	width:349px;
	height:auto;
	float:left;
	margin-bottom:15px;
	margin-right:14px;
	margin-top: 30px;
}

.newsletter-boxs
{
	display:block;
	width:226px;
	height:37px;
	color:#6a93ad;
	list-style:none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding-left:5px;
	background:#172731;
	box-sizing:border-box;
	border:1px solid #172731;
}


.newsletter-form2
{
	display:block;
	width:119px;
	height:auto;
	float:left;
}

.newsletter-button
{
	width: 108px;
    height: 36px;
    line-height: 34px;
    display: block;
    float: left;
	color:#000;
	background-color: #f8a21e;
	font-size: 16px;
	border: none;
	cursor: pointer;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	-moz-appearance: none;
	-webkit-appearance: none;
	-o-appearance: none;
	-ms-appearance: none;
	appearance: none;
	text-transform:uppercase;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}

.follow-main
{
	width:150px;
	display:inline-block;
	position:relative;
}

.follow-main h4
{
	font-size:16px;
	color:#FFF;
	text-transform:uppercase;
	font-weight:300;
}

.fb
{
	width:45px;
	height:45px;
	font-size:23px;
	color:#FFF;
	text-align:center;
	padding:9px;
	box-sizing:border-box;
	background:#4c77d1;
	float:left;
	margin-top:10px;
	margin-right:3px;
}

.fb:hover
{
	background:#ed008c;
}


.tw
{
	width:45px;
	height:45px;
	font-size:23px;
	color:#FFF;
	text-align:center;
	padding:7px;
	box-sizing:border-box;
	background:#00abf1;
	float:left;
	margin-top:10px;
	margin-right:3px;
}

.tw:hover
{
	background:#ed008c;
}

.google-plus
{
	width:45px;
	height:45px;
	font-size:23px;
	color:#FFF;
	text-align:center;
	padding:9px;
	box-sizing:border-box;
	background:#eb412b;
	float:left;
	margin-top:10px;
}

.google-plus:hover
{
	background:#ed008c;
}

.copyright
{
	width:227px;
	height:auto;
	float:right;
}

.copyright p
{
	color:#6a93ad;
	font-size:11px;
	margin-top: 50px;
	float:right;
}

.copyright a
{
	color:#6a93ad;
	font-size:11px;
	float:right;
}






.destination-main
{
	width:90%;
	position:relative;
	display:block;
	margin:66px auto;
}

.destination-main h2
{
	font-size:26px;
	color:#333;
	font-weight:300;
	text-transform:uppercase;
	text-align:center;
	padding-bottom:10px;
}


.destination-main1
{
	width:90%;
	position:relative;
	display:block;
	margin:66px auto;
}

.destination-main1 h2
{
	font-size:26px;
	color:#333;
	font-weight:300;
	text-transform:uppercase;
	text-align:center;
	padding-bottom:10px;
}

.destin-cate-main
{
	width:100%;
	position:relative;
	display:inline-block;
	margin-top:58px;
}

.desti-cate1
{
	width:510px;
	position:relative;
	display:inline-block;
	float:left;
	margin-right:30px;
	background:#e9f3f8;
	margin-bottom:20px;
}

.desti-cate1 img
{
	width:100%;
	height:270px;
}

.desti-cate1-cont
{
	width:90%;
	position:relative;
	display:block;
	margin:22px auto;
}

.desti-cate1-cont h3
{
	font-size:23px;
	color:#01a750;
	font-weight:300;
	padding-bottom:10px;
}

.desti-cate1-cont p
{
	font-size:13px;
	color:#666;
	font-weight:300;
	line-height:20px;
	padding-bottom:20px;
}

.desti-cate1-cont-but
{
	width:150px;
	color:#FFF;
	text-transform:uppercase;
	background-color:#6fbc00;
	font-size:16px;
	font-weight:600;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding:10px 20px;
	text-align:center;
}

.desti-cate1-cont-but:hover
{
	background-color:#222;
	transition-duration: 0.1s;
	-webkit-transition-timing-function: ease-in;
	transition-timing-function: ease-in;
	transition:all 1s ease-in;
}

.desti-cate1:hover img
{
	-webkit-filter: grayscale(100%);  /* For Webkit browsers */
    filter: gray;  /* For IE 6 - 9 */
    -webkit-transition: all .6s ease;
	-webkit-transition-duration: 0.1s;
	transition-duration: 0.1s;
	-webkit-transition-timing-function: ease-in;
	transition-timing-function: ease-in;
	transition:all 1s ease-in;
}






.desti-cate2
{
	width:510px;
	position:relative;
	display:inline-block;
	float:left;
	background:#f5f5f5;
	margin-bottom:20px;
}

.desti-cate2 img
{
	width:100%;
	height:270px;
}

.desti-cate2-cont
{
	width:90%;
	position:relative;
	display:block;
	margin:22px auto;
}

.desti-cate2-cont h3
{
	font-size:23px;
	color:#01a750;
	font-weight:300;
	padding-bottom:10px;
}

.desti-cate2-cont p
{
	font-size:13px;
	color:#666;
	font-weight:300;
	line-height:20px;
	padding-bottom:20px;
}

.desti-cate2-cont-but
{
	width:150px;
	color:#FFF;
	text-transform:uppercase;
	background-color:#6fbc00;
	font-size:16px;
	font-weight:600;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding:10px 20px;
	text-align:center;
}

.desti-cate1-cont-but:hover
{
	background-color:#222;
	transition-duration: 0.1s;
	-webkit-transition-timing-function: ease-in;
	transition-timing-function: ease-in;
	transition:all 1s ease-in;
}

.desti-cate2:hover img
{
	-webkit-filter: grayscale(100%);  /* For Webkit browsers */
    filter: gray;  /* For IE 6 - 9 */
    -webkit-transition: all .6s ease;
	-webkit-transition-duration: 0.1s;
	transition-duration: 0.1s;
	-webkit-transition-timing-function: ease-in;
	transition-timing-function: ease-in;
	transition:all 1s ease-in;
}

.inn-honey-main
{
	width:86%;
	position:relative;
	display:block;
	margin:35px auto;
}

.inn-honey-package
{
	width:199px;
	float:left;
	position:relative;
	display:block;
	margin-bottom:33px;
	margin-right:30px;
}

.inn-honey-package-icon
{
	width:116px;
	position:relative;
	display:block;
	margin:0px auto;
}

.inn-honey-package-icon img
{
	width:100%;
	height:56px;
}

.inn-honey-package h5
{
	font-size:14px;
	color:#333;
	text-transform:uppercase;
	font-weight:300;
	text-align:center;
}

.destin-wrapper
{
	width:100%;
	background-attachment:fixed;
	background-image:url(../images/destination-bg.png);
	margin-bottom:30px;
}

.destination-main
{
	width:50%;
	margin:0px auto;
	display:block;
	position:relative;
	padding: 30px 0;
}

.destination-main h2
{
	font-size:28px;
	color:#FFF;
	text-transform:uppercase;
	font-weight:300;
	text-align:center;
}

.destination-form-main
{
	width:100%;
	display:inline-block;
	position:relative;
	margin-top:20px;
	margin-bottom:93px;
}

.destination-form
{
	display:block;
	width:395px;
	height:auto;
	float:left;
	margin-bottom:15px;
	margin-right:14px;
}

.destination-boxs
{
	display:block;
	width:395px;
	height:34px;
	border:1px solid #d4d4d4;
	color:#000;
	list-style:none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding-left:5px;
	background:#FFF;
	box-sizing:border-box;
}

.destination-box option
{
	background:#FFF;
}

.destination-form2
{
	display:block;
	width:57px;
	height:auto;
	float:left;
}

.destination-button
{
	width: 108px;
    height: 34px;
    line-height: 34px;
    display: block;
    float: left;
	color:#000;
	background-color: #f8a21e;
	font-size: 16px;
	border: none;
	cursor: pointer;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	-moz-appearance: none;
	-webkit-appearance: none;
	-o-appearance: none;
	-ms-appearance: none;
	appearance: none;
	text-transform:uppercase;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}



.desti-detail-pic
{
	width:901px;
	position:relative;
	display:block;
	margin:30px auto;
}


.desti-detail-pic img
{
	width:100%;
	height:278px;
}

.des-detail-sub-head
{
	font-size:24px;
	color:#01a750;
	font-weight:300;
}

.des-top-attraction
{
	width:100%;
	position:relative;
	display:inline-block;
	margin-bottom:30px;
}

.des-top-attraction-pic
{
	width:265px;
	position:relative;
	display:block;
	float:left;
	margin-right:20px;
}

.des-top-attraction-pic img
{
	width:100%;
	height:230px;
}

.des-top-attraction h3
{
	font-size:22px;
	font-weight:300;
	color:#000;
}

.des-top-attraction p
{
	font-size:13px;
	font-weight:300;
	color:#666;
	line-height:24px;
	text-align:left !important;
	padding-top:10px !important;
	padding-bottom: 0px !important;
}


.inner-contant
{
	width:100%;
	display:block;
	position:relative;
}

.gallery-main
{
	width: 260px;
    height: 206px;
	float:left;
	display:block;
	position:relative;
	margin-right:8px;
	margin-top:10px;
}

.gallery-main img
{
	width:100%;
	height:100%;
	float:left;
	display:block;
	position:relative;
}

.about-kerala-main
{
	width:100%;
	display:inline-block;
	position:relative;
}

.about-kerala-raw-main
{
	width:100%;
	display:block;
	position:relative;
	background:#2d3f4b;
	margin-bottom:2px;
}

.about-kerala-left
{
	width:50%;
	display:inline-block;
	position:relative;
	background:#2d3f4b;
	color:#FFF;
	font-size:16px;
	padding-left:30px;
	box-sizing:border-box;
	padding-top:10px;
	padding-bottom:10px;
	float:left;
	font-weight:400;
}

.about-kerala-right
{
	width:50%;
	display:inline-block;
	position:relative;
	background:#265e83;
	color:#FFF;
	font-size:16px;
	padding-left:30px;
	box-sizing:border-box;
	float:left;
	padding-top:10px;
	padding-bottom:10px;
	font-weight:400;
	padding-right:20px;
}

.about-kerala-right ul
{
	display:block;
	position:relative;
}

.about-kerala-right li
{
	font-size:16px;
	color:#FFF;
	font-weight:400;
	list-style:circle;
	line-height:34px;
}

.about-kerala-right-1
{
	width:50%;
	display:inline-block;
	position:relative;
	background:#265e83;
	color:#FFF;
	font-size:16px;
	box-sizing:border-box;
	float:left;
	font-weight:400;
}

.about-kerala-right1
{
	width:180px;
	display:block;
	position:relative;
	background:#265e83;
	color:#FFF;
	font-size:16px;
	padding-left:30px;
	box-sizing:border-box;
	float:left;
	padding-top:10px;
	padding-bottom:10px;
	font-weight:400;
	line-height:35px;
}

.about-kerala-right2
{
	width:180px;
	display:block;
	position:relative;
	background:#39769e;
	color:#FFF;
	font-size:16px;
	padding-left:30px;
	box-sizing:border-box;
	float:left;
	padding-top:10px;
	padding-bottom:10px;
	font-weight:400;
	line-height:35px;
}

.about-kerala-right3
{
	width:180px;
	display:block;
	position:relative;
	background:#113f5d;
	color:#FFF;
	font-size:16px;
	padding-left:30px;
	box-sizing:border-box;
	float:left;
	padding-top:10px;
	padding-bottom:10px;
	font-weight:400;
	line-height:35px;
}

.tour-pack-tab-main
{
	width:100%;
	display:inline-block;
	position:relative;
	margin-top: 20px;
	margin-bottom: 20px;
}

.tour-pack-tab-raw-main
{
	width:100%;
	display:block;
	position:relative;
	background:#2d3f4b;
	margin-bottom:2px;
	float:left;
}

.tour-pack-tab-left
{
	width:100%;
	display:inline-block;
	position: relative;
	background:#416e79;
	color:#FFF;
	font-size:16px;
	box-sizing:border-box;
	font-weight:300;
	text-align:center;
	padding: 11px 10px;
}

.tou-pack-sub-raw
{
	width:100%;
	display:inline-block;
	position: relative;
	background:#f5f5f5;
	color:#333;
	font-size:13px;
	box-sizing:border-box;
	font-weight:600;
	text-align:center;
	border-bottom:1px solid #CCC;
	border-left:1px solid #CCC;
	border-right:1px solid #CCC;
	padding: 11px 10px;
}

.tour-pack-tab-cent
{
	width:100%;
	display:inline-block;
	position: relative;
	background:#52818d;
	color:#FFF;
	font-size:16px;
	box-sizing:border-box;
	float:left;
	font-weight:300;
	text-align:center;
	padding: 11px 10px;
}

.tour-pack-tab-right
{
	width:100%;
	display:inline-block;
	position: relative;
	background:#90acb3;
	color:#FFF;
	font-size:16px;
	box-sizing:border-box;
	float:left;
	font-weight:300;
	text-align:center;
	padding: 11px 10px;
}



.enq-form-main1
{
	width:100%;
	display:block;
	position:relative;
	margin-top:65px;
	margin-bottom: 142px;
}

.enq-form
{
	display:block;
	width:255px;
	height:auto;
	float:left;
	margin-bottom:15px;
	margin-right:14px;
}



.enq-form2
{
	display:block;
	width:176px;
	height:auto;
	float:left;
}



.enq-form1
{
	display:block;
	width:100%;
	height:auto;
	float:left;
	margin-bottom:15px;
}

.enq-box
{
	display:block;
	width:240px;
	height:34px;
	border:1px solid #d4d4d4;
	color:#000;
	list-style:none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding-left:5px;
	background:#FFF;
	box-sizing:border-box;
}

.enq-boxs
{
	display:block;
	width:240px;
	height:34px;
	border:1px solid #d4d4d4;
	color:#000;
	list-style:none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding-left:5px;
	background:#FFF;
	box-sizing:border-box;
}

.enq-box option
{
	background:#FFF;
}

.enq-box1
{
	display:block;
	width:100%;
	height:80px;
	border:1px solid #d4d4d4;
	color:#000;
	list-style:none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background:#FFF;
	padding-left:5px;
	margin-bottom:15px;
	box-sizing:border-box;
}

.enq-button
{
	width: 176px;
	height: 41px;
	line-height: 34px;
	display: block;
	float: right;
	color: white;
	background-color: #2D3F4B;
	font-size: 16px;
	border: none;
	cursor: pointer;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	-moz-appearance: none;
	-webkit-appearance: none;
	-o-appearance: none;
	-ms-appearance: none;
	appearance: none;
	text-transform:uppercase;
}

.enq-button11
{
	width: 176px;
	height: 41px;
	line-height: 34px;
	display: block;
	float: right;
	color: white;
	background-color: #2D3F4B;
	font-size: 16px;
	border: none;
	cursor: pointer;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	-moz-appearance: none;
	-webkit-appearance: none;
	-o-appearance: none;
	-ms-appearance: none;
	appearance: none;
	text-transform:uppercase;
}

.contact-address
{
	width:100%;
	position:relative;
	display:block;
	margin-top:35px;
}

.contact-address h3
{
	font-size:24px;
	color:#000;
	font-weight:300;
	text-transform:uppercase;
	padding-bottom:25px;
	text-align:center;
}

.contact-address p
{
	font-size:13px;
	color:#666;
	font-weight:300;
	line-height:24px;
	text-align:center;
}

.group-tour-main
{
	width:81%;
	position:relative;
	display:block;
	margin:44px auto;
	background-color:#f2f1ec;
	padding:27px;
	box-sizing:border-box;
}

.group-tour-main-pic
{
	width:292px;
	position:relative;
	display:inline-block;
	float:left;
	margin-right:20px;
}

.group-tour-main-pic img
{
	width:100%;
	height:219px;
}

.group-tour-main h2
{
	font-size:22px;
	color:#01a64f;
	font-weight:300;
	text-align:left !important;
}

.group-tour-main h3
{
	font-size:18px;
	color:#333;
	font-weight:300;
	padding-top:20px;
	line-height:29px;
	padding-bottom:20px;
}

.group-tour-main h6
{
	font-size:18px;
	color:#005b8e;
	font-weight:600;
}

.group-tour-main-but
{
	width:143px;
	text-align:center;
	color:#FFF;
	background:#2d3f4b;
	font-size:15px;
	font-weight:600;
	text-transform:uppercase;
	padding:10px 20px;
	float:left;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}



.tp-101-main
{
	width:100%;
	position:relative;
	display:inline-block;
	margin:20px 0;
}

.tp-day-one
{
	width:136px;
	color:#FFF;
	font-weight:400;
	font-size:18px;
	background:#00b55b;
	padding:10px 15px;
}

.tp-day-one i
{
	font-weight:bold;
	padding-right:10px;
}

.tp-101-main p
{
	font-size:13px;
	color:#585858;
	line-height:24px;
	font-weight:400;
	text-align:left !important;
}

.honey-pack-but
{
	width:272px;
	background:#f99b1f;
	padding:10px 10px;
	text-align:center;
	color:#FFF;
	font-weight:600;
	text-transform:uppercase;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin:30px auto;
	display:block;
}

.honey-pack-but:hover
{
	background-color:#222;
	-webkit-transition-duration: 0.1s;
	transition-duration: 0.1s;
	-webkit-transition-timing-function: ease-in;
	transition-timing-function: ease-in;
	transition:all 1s ease-in;
}


.reserv-main
{
	width:32%;
	height:auto;
	margin:0px auto;
	position: fixed;
	z-index: 99999;
	background:#FFF;
	padding: 20px 25px;
	border-radius: 20px;
    box-sizing: border-box;
   -webkit-box-sizing: border-box;
}

.reserv-main h1 {
    font-size: 35px;
    font-weight: 300;
    text-transform: uppercase;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
    margin-bottom: 5px;
    /* color: #fff; */
    text-align: center;
}

.reserv-main p {
    /* color: #fff; */
    font-size: 14px;
    text-align: center;
	padding-top:0px !important;
}



.reserv-main ul {
    width: 100%;
    display: inline-block;
    text-align: justify;
}

.reserv-main ul li {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    margin-bottom: 15px;
}

.fields {
    display: block;
    position: relative;
}

.resbox{
    width: 100%;
    display: block;
    height: 40px;
    line-height: 2;
    background-color: white;
    border: none;
    padding: 10px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    color: #666666;
    font-size: 13px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    border: solid 1px #989797;
}

.resarea {
    width: 100%;
    display: block;
    height: 40px;
    line-height: 2;
    background-color: white;
    border: none;
    padding: 10px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    color: #666666;
    font-size: 13px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    border: solid 1px #989797;
}

.resarea {
    height: 77px;
}

.ressub, .ressub.sub2 {
    width: 180px;
    height: 40px;
    line-height: 40px;
    display: block;
    float: right;
    color: white;
    background-color: #85c226;
    font-size: 16px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    border: none;
    cursor: pointer;
    margin-top: 8px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -moz-appearance: none;
    -webkit-appearance: none;
    -o-appearance: none;
    -ms-appearance: none;
    appearance: none;
}

.ressub i, .ressub.sub2 i {
    color: white;
    font-size: 16px;
    margin-right: 15px;
}




/*==========================ENQUIRY-NOW-STYLE==========================*/


.enquiry-now-main
{
	width:100%;
	position:relative;
	display:block;
	margin:0px auto;
	padding:55px 127px;
	box-sizing:border-box;
}

.enquiry-now-form-main
{
	width:100%;
	position:relative;
	display:block;
}

.enquiry-now-form
{
	width:363px;
	position:relative;
	display:block;
	float:left;
	margin-bottom:20px;
	margin-right:38px;
}

.enquiry-now-form1
{
	width:100%;
	height:39px;
	position:relative;
	display:block;
	float:left;
	padding-left:10px;
	box-sizing:border-box;
	color:#2d3f4b;
	font-size:13px;
	font-weight:300;
	border:1px solid #cccdcd;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.enquiry-now-form label
{
	position:relative;
	display:block;
	margin-bottom:10px;
	margin-right:38px;
	color:#2d3f4b;
	font-size:13px;
	font-weight:300;
}



.right-why-us-main
{
	width:26%;
	position:relative;
	display:inline-block;
	margin-top:8px;
	float:left;
	margin-right:62px;
}

.right-why-us-main h3
{
	font-size:24px;
	font-weight:400;
	color:#48c1ba;
}

.right-why-us-main span
{
	color:#222;
}

.right-why-us-main ul
{
	display:block;
	position:relative;
	margin-bottom:35px;
}

.right-why-us-main li
{
	color:#333;
	font-size:14px;
	font-weight:400;
	border-bottom:1px dotted #E6E6E6;
	padding:11px 0;
	display:flex;
}

.right-why-us-main i
{
	color:#222;
	font-weight:bold;
	padding-right:10px;
}
















@media (min-width:1200px) {

.container {
	width: 100%;
	max-width: 1200px;
	position: relative;
	margin: 0px auto;
	
	}
#menu-button {
	display:none;
	}


}

@media (min-width: 960px) and (max-width:1199px){

.container {
	width: 100%;
	max-width: 920px;
	position: relative;
	margin: 0px auto;
	}
	#navli {
		display: none;
		}
		
.find-your-pack-form
{
	width: 294px;
}


.find-your-pack-boxs
{
	width:294px;
}

.special-cate-main {
    width: 100%;
    position: relative;
    display: block;
    margin: 24px auto;
}

.special-cate-honey {
    margin-top: 20px;
}

.ad1 {
    width: 429px;
}

.ad1 img {
    height: 233px;
}

.ad2 {
    width: 96%;
    margin-top: 0px;
}

.destination-main {
    width: 63%;

}

.footer-menu-main {
    width: 429px;
}

.footer-newsletter-main {
    width: 258px;

}

.newsletter-form1 {
    width: 242px;
}

.newsletter-form {
    width: 139px;
}

.newsletter-boxs {
    width: 226px;
}

.newsletter-form2 {
    width: 83px;
}

.newsletter-button {
    width: 81px;
}


.destination-main1
{
	width:100%;
}

.desti-cate1
{
	width:440px;
}

.desti-cate2
{
	width:440px;
}

.about-kerala-right1
{
	width:138px;
}

.about-kerala-right2
{
	width:138px;
}

.about-kerala-right3
{
	width:138px;
}

.enq-form
{
	width: 191px;
	margin-right: 16px;
}

.enq-box
{
	width: 191px;
}

.enq-boxs
{
	width: 191px;
}

.enq-box1
{
	width:98%;
}

.group-tour-main
{
	width:100%;
}


.reserv-main
{
	width:50%;
}

.enquiry-now-main
{
	padding: 55px 39px
}

.enquiry-now-form
{
	width:330px;
}
		
		
}

@media (min-width: 768px) and (max-width:959px){

.container {
	width: 100%;
	max-width: 728px;
	position: relative;
	margin: 0px auto;
	}
	#navli {
		display: none;
		}


.news-scroll
{
	width:70%;
}
		
.find-your-pack-form-main
{
	display:block;
	width:72%;
	margin: 40px auto;
}

.enquire-cate-tour
{
	width: 209px;
	margin-right: 12px;
}

.enquire-cate-tour img
{
	height: 132px;
}

.special-cate-main {
    width: 83%;
    display: block;
    margin: 0px auto;
}

.special-attraction-main h2
{
	text-align:center;
}

.special-cate-honey
{
	margin-top: 20px;
}

.special-rate {
    width: 78%;
    margin: 50px auto;
    display: block;
}


.ad2 img {
    height: 104px;
}


.footer-menu-main
{
	width: 100%;
    float: none;
    display: block;
    margin: 0px auto;
}

.footer-menu-main h4
{
	text-align:center;
}

.footer-link-main {
    width: 61%;
    display: block;
    position: relative;
    margin: 29px auto;
}

.footer-newsletter-main {
    width: 50%;
    display: block;
    position: relative;
    float: none;
    margin: 30px auto;
}

.copyright {
    width: 100%;
    height: auto;
	margin-top: -38px;
    margin-bottom: 32px;
}

.copyright p {
    margin-top: 50px;
    float: none;
    text-align: center;
}

.copyright a {
    text-align: center;
    float: none;
    margin: 11px auto;
    display: block;
}

.desti-cate1
{
	width: 440px;
	float: none;
	margin: 19px auto;
	display: block;
	padding-bottom: 10px;
}

.desti-cate2
{
	width: 440px;
	float: none;
	margin: 19px auto;
	display: block;
	padding-bottom: 10px;
}

.inn-honey-package
{
	margin-right: -12px;
}


.inn-honey-package h5
{
	font-size:13px;
}

.desti-detail-pic
{
	width:100%;
}

.gallery-main
{
	width: 318px;
    height: 234px;
}

.about-kerala-right1
{
	width:100%;
}

.about-kerala-right2
{
	width:100%;
}

.about-kerala-right3
{
	width:100%;
}

.tour-pack-tab-raw-main
{
	width:100%;
	margin-bottom: 0px;
}

.enq-form
{
	width: 100%;
	margin-right: 16px;
}

.enq-box
{
	width: 100%;
}

.enq-boxs
{
	width: 100%;
}

.enq-box1
{
	width:100%;
}

.group-tour-main
{
	width:100%;
}

.group-tour-main h2
{
	font-size:18px;
}

.group-tour-main h3
{
	font-size:14px;
}

.group-tour-main-but
{
	width:110px;
}

.reserv-main
{
	width:50%;
}

.popupbox {
	top: 30%; left: 61% !important;
}

.enquiry-now-form
{
	width:100%;
	margin-bottom: 11px;
}

.enq-button11
{
	float:none;
}

.right-why-us-main
{
	float:none;
	width:100%;
	margin-right:0px;
}








}

@media (min-width: 640px) and (max-width:767px){

.container {
	width: 100%;
	max-width: 600px;
	position: relative;
	margin: 0px auto;
	}
	#navli {
		display: none;
		}


.top-right {
    width: 78%;
    display: block;
    position: relative;
    float: none;
    margin: 0px auto;
	
}

.logo
{
	margin:0px auto;
	display:block;
	float:none;
}

.find-your-pack-form-main
{
	display:block;
	width:87%;
	margin: 40px auto;
}

.special-attraction-main h2
{
	text-align:center;
}

.news-scroll
{
	width:64%;
}

.enquire-cate-tour {
    display: block;
    margin: 27px auto;
	float:none;
}
.enquire-cate-tour:last-child {
    display: block;
    margin: 27px auto;
    float: none;
}



.footer-menu-main
{
	width: 100%;
    float: none;
    display: block;
    margin: 0px auto;
}

.footer-menu-main h4
{
	text-align:center;
}

.footer-link-main {
    width: 61%;
    display: block;
    position: relative;
    margin: 29px auto;
}

.footer-newsletter-main {
    width: 50%;
    display: block;
    position: relative;
    float: none;
    margin: 30px auto;
}

.copyright {
    width: 100%;
    height: auto;
	margin-top: -38px;
    margin-bottom: 32px;
}

.copyright p {
    margin-top: 50px;
    float: none;
    text-align: center;
}

.copyright a {
    text-align: center;
    float: none;
    margin: 11px auto;
    display: block;
}

.desti-cate1
{
	width: 100%;
	float: none;
	margin: 19px auto;
	display: block;
	padding-bottom: 10px;
}

.desti-cate2
{
	width: 100%;
	float: none;
	margin: 19px auto;
	display: block;
	padding-bottom: 10px;
}

.desti-detail-pic
{
	width:100%;
}

.des-top-attraction-pic
{
	float:none;
	margin:0px auto;
}

.des-top-attraction h3
{
	text-align:center;
}

.des-top-attraction p
{
	text-align:center !important;
}

.about-kerala-right1
{
	width:100%;
}

.about-kerala-right2
{
	width:100%;
}

.about-kerala-right3
{
	width:100%;
}

.tour-pack-tab-raw-main
{
	width:100%;
	margin-bottom: 0px;
}


.enq-form
{
	width: 100%;
	margin-right: 0px;
}

.enq-box
{
	width: 100%;
}

.enq-boxs
{

	width: 100%;
}

.enq-box1
{
	width:100%;
}

.group-tour-main
{
	width:100%;
}

.group-tour-main-pic
{
	float:none;
	display:block;
	margin:0px auto;
}

.group-tour-main h2
{
	font-size:18px;
	text-align:center !important;
	padding-top:10px;
}

.group-tour-main h3
{
	font-size:14px;
	text-align:center;
}

.group-tour-main-but
{
	width:91%;
}

.reserv-main
{
	width:50%;
}

.popupbox {
	top: 30%; left: 61% !important;
}

.enquiry-now-form
{
	width:100%;
	margin-bottom: 11px;
}

.enq-button11
{
	float:none;
}

.right-why-us-main
{
	float:none;
	width:100%;
	margin-right:0px;
}



}

@media (min-width: 480px) and (max-width:639px){

.container {
	width: 100%;
	max-width: 440px;
	position: relative;
	margin: 0px auto;
	}
	#navli {
		display: none;
		}


.logo
{
	margin:0px auto;
	display:block;
	float:none;
}

.top-right {
    width: 57%;
    float: none;
    margin: 0px auto;
}

.top-phone {
    width: 100%;
    float: none;
}

.news-main h4
{
	font-size:18px;
	text-align:center;
	float:none;
}

.news-scroll
{
	width:100%;
	margin-left:0px;
}


.enquire-cate-tour {
    display: block;
    margin: 27px auto;
	float:none;
	width:100%;
}
.enquire-cate-tour:last-child {
    display: block;
    margin: 27px auto;
    float: none;
}

.find-your-pack-form-main
{
	display:block;
	width:87%;
	margin: 40px auto;
}

.find-your-pack-boxs
{
	width:100%;
}

.find-your-pack-form
{
	width:78%;
}


.special-attraction-main h2
{
	text-align:center;
}

.special-cate-honey {
    width: 100%;
    float: none;
    margin-bottom: 20px;
}

.ad1 {
    width: 100%;
    height: 287px;
    float: none;
	margin-right: 0px; 
	margin-left: 0px; 
	margin-top: 20px;
}

.ad1 img {
    width: 100%;
    height: 240px;
}

.ad2 {
    width: 100%;
	margin-left:0px;
}

.footer-menu-main
{
	width: 100%;
    float: none;
    display: block;
    margin: 0px auto;
}

.footer-menu-main h4
{
	text-align:center;
}

.footer-link-main {
    width: 61%;
    display: block;
    position: relative;
    margin: 29px auto;
}


.footer-newsletter-main
{
	    width: 100%;
    margin: 19px auto;
    display: block;
}

.footer-newsletter-main h4
{
	text-align:center;
}

.follow-main{
    width: 150px;
    display: block;
    position: relative;
    margin: 0px auto;
}

.newsletter-form1 {
    display: block;
    float: none;
    margin-right: 0;
    margin-left: 55px;
}

.copyright {
    width: 100%;
    height: auto;
	margin-top: -38px;
    margin-bottom: 32px;
}

.copyright p {
    margin-top: 50px;
    float: none;
    text-align: center;
}

.copyright a {
    text-align: center;
    float: none;
    margin: 11px auto;
    display: block;
}


.destination-form
{
	width:290px;
}

.destination-boxs
{
	width:290px;
}


.destination-main
{
	width:100%;
}

.desti-cate1
{
	width: 100%;
	float: none;
	margin: 19px auto;
	display: block;
	padding-bottom: 10px;
}

.desti-cate2
{
	width: 100%;
	float: none;
	margin: 19px auto;
	display: block;
	padding-bottom: 10px;
}

.inn-honey-package {
    width: 199px;
    float: none;
    position: relative;
    display: block;
    margin: 31px auto;
}

.wel-contant1
{
	text-align:center !important;
}

.desti-detail-pic
{
	width:100%;
}

.des-detail-sub-head
{
	text-align:center;
}

.des-top-attraction-pic
{
	float:none;
	margin:20px auto;
}

.des-top-attraction h3
{
	text-align:center;
}

.des-top-attraction p
{
	text-align:center !important;
}

.gallery-main
{
	width:100%;
	height:312px;
}


.about-kerala-right1
{
	width:100%;
	font-size:13px;
	padding-left:12px;
}

.about-kerala-right2
{
	width:100%;
	font-size:13px;
	padding-left:12px;
}

.about-kerala-right3
{
	width:100%;
	font-size:13px;
	padding-left:12px;
}



.about-kerala-left
{
	font-size:13px;
	padding-left:12px;
}

.about-kerala-right
{
	font-size:13px;
	padding-left:12px;
}

.about-kerala-right li
{
	font-size:13px;
}

.tour-pack-tab-raw-main
{
	width:100%;
	margin-bottom: 0px;
}

.wel-contant h6
{
	text-align:center;
}

.enq-form
{
	width: 100%;
	margin-right: 0px;
}

.enq-box
{
	width: 100%;
}

.enq-boxs
{
	width: 100%;
}

.enq-box1
{
	width:100%;
}


.group-tour-main
{
	width:100%;
}

.group-tour-main-pic
{
	float:none;
	display:block;
	margin:0px auto;
}

.group-tour-main h2
{
	font-size:18px;
	text-align:center !important;
	padding-top:10px;
}

.group-tour-main h3
{
	font-size:14px;
	text-align:center;
}

.group-tour-main-but
{
	width:91%;
}


.reserv-main
{
	width:84%;
}

.popupbox {
	top: 30%; left: 61% !important;
}

.enquiry-now-main
{
	padding:0px;
}

.enquiry-now-form
{
	width:100%;
	margin-bottom: 11px;
}

.enq-button11
{
	float:none;
}

.right-why-us-main
{
	float:none;
	width:100%;
	margin-right:0px;
}







}

@media (min-width: 320px) and (max-width:479px){

.container {
	width: 100%;
	max-width: 280px;
	position: relative;
	margin: 0px auto;
	}
	#navli {
		display: none;
		}
		
		
.logo
{
	margin:0px auto;
	display:block;
	float:none;
}

.top-right {
    width: 100%;
    float: none;
    margin: 0px auto;
}

.top-phone {
    width: 100%;
    float: none;
}

.news-main h4
{
	font-size:18px;
	text-align:center;
	float:none;
}

.news-scroll
{
	width:100%;
}


.enquire-cate-tour {
    display: block;
    margin: 27px auto;
	float:none;
	width:100%;
}
.enquire-cate-tour:last-child {
    display: block;
    margin: 27px auto;
    float: none;
}


.find-your-package-contant h2
{
	font-size:24px;
}

.find-your-pack-form-main
{
	display:block;
	width:87%;
	margin: 40px auto;
}

.find-your-pack-boxs
{
	width:100%;
}

.find-your-pack-form
{
	width:100%;
}


.find-your-pack-form-main {
    display: block;
    width: 87%;
    margin: 19px auto;
}

.find-your-pack-button
{
	width:100%;
}



.special-attraction-main h2
{
	text-align:center;
	font-size:24px;
}

.special-cate-honey {
    width: 100%;
    float: none;
    margin-bottom: 20px;
}


.ad1 {
    width: 100%;
    height: 287px;
    float: none;
	margin-right: 0px; 
	margin-left: 0px; 
	margin-top: 20px;
}

.ad1 img {
    width: 100%;
    height: 240px;
}

.ad2 {
    width: 100%;
	margin-left:0px;
}

.footer-menu-main
{
	width: 100%;
    float: none;
    display: block;
    margin: 0px auto;
}

.footer-menu-main h4
{
	text-align:center;
}

.footer-link-main {
    width: 61%;
    display: block;
    position: relative;
    margin: 29px auto;
}


.footer-newsletter-main
{
	 width: 100%;
    margin: 19px auto;
    display: block;
}

.footer-newsletter-main h4
{
	text-align:center;
}


.follow-main{
    width: 150px;
    display: block;
    position: relative;
    margin: 0px auto;
}

.newsletter-form1 {
    display: block;
    float: none;
    margin-right: 0;
    margin-left: -15px;
}

.copyright {
    width: 100%;
    height: auto;
	margin-top: -38px;
    margin-bottom: 32px;
}

.copyright p {
    margin-top: 50px;
    float: none;
    text-align: center;
}

.copyright a {
    text-align: center;
    float: none;
    margin: 11px auto;
    display: block;
}



.destination-form
{
	width:290px;
}

.destination-boxs
{
	width:290px;
}


.destination-main
{
	width:100%;
}

.desti-cate1
{
	width: 100%;
	float: none;
	margin: 19px auto;
	display: block;
	padding-bottom: 10px;
}

.desti-cate2
{
	width: 100%;
	float: none;
	margin: 19px auto;
	display: block;
	padding-bottom: 10px;
}

.inn-honey-package {
    width: 199px;
    float: none;
    position: relative;
    display: block;
    margin: 31px auto;
}

.desti-cate1-cont-but
{
	font-size: 11px;
	padding: 10px 76px;
}


.wel-contant1
{
	text-align:center !important;
}

.wel-contant h2
{
	font-size:21px;
}

.desti-detail-pic
{
	width:100%;
}

.des-detail-sub-head
{
	text-align:center;
}

.gallery-main
{
	width:100%;
	height:221px;
}

.about-kerala-right1
{
	width:100%;
	font-size:11px;
	padding-left:9px;
}

.about-kerala-right2
{
	width:100%;
	font-size:11px;
	padding-left:9px;
}

.about-kerala-right3
{
	width:100%;
	font-size:11px;
	padding-left:9px;
}

.about-kerala-left
{
	font-size:11px;
	padding-left:9px;
}

.about-kerala-right
{
	font-size:11px;
	padding-left:9px;
	padding-right:9px;
}

.about-kerala-right li
{
	font-size:12px;
	line-height:25px;
}

.tour-pack-tab-raw-main
{
	width:100%;
	margin-bottom: 0px;
}

.wel-contant h6
{
	text-align:center;
}

.enq-form
{
	width: 100%;
	margin-right: 0px;
}

.enq-box
{
	width: 100%;
}

.enq-boxs
{
	width: 100%;
}

.enq-box1
{
	width:100%;
}

.enq-form2
{
	width:100%;
}

.enq-button
{
	width:100%;
}

.group-tour-main
{
	width:100%;
}

.group-tour-main-pic
{
	float:none;
	display:block;
	margin:0px auto;
	width:100%;
}

.group-tour-main-pic img
{
	height:159px;
}

.group-tour-main h2
{
	font-size:18px;
	text-align:center !important;
	padding-top:10px;
}

.group-tour-main h3
{
	font-size:14px;
	text-align:center;
}

.group-tour-main-but
{
	width:83%;
}

.reserv-main
{
	width:84%;
}

.popupbox {
	top: 30%; left: 85% !important;
}

.newsletter-form
{
	width:168px;
}

.honey-pack-but
{
	width:100%;
}


.enquiry-now-main
{
	padding:0px;
}

.enquiry-now-form
{
	width:100%;
	margin-bottom: 11px;
}

.enq-button11
{
	float:none;
}

.right-why-us-main
{
	float:none;
	width:100%;
	margin-right:0px;
}





	
}	





