/* css for home page */
.searchCntr {
	background-color: #e7eced;
}

.searchBox {
	position: relative;
	text-align: center;
}
.searchBox:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background-color: rgba(0, 0, 0, .5);
}
.searchBox:after {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100px;
	z-index: 2;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.65+100 */
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */
}
.searchBox h1 {
	margin-top: 0;
	margin-bottom: 40px;
	letter-spacing: 6px;
	color: #fff;
	font-size: 60px;
	line-height: normal;
	font-family: roboto-bold;
}
.searchBox h1 small {
	color: #fff;
	display: block;
	font-size: 34px;
}
.searchBox h1 small span {
	color: #f7882c;
	display: inline-block;
	vertical-align: top;
}
.searchBox .search {
	max-width: 500px;
	width: 100%;
	left: 50%;
	transform: translate(-50%, 0);
	position: absolute;
	bottom: 70px;
	z-index: 3;
}
.searchBox .search form {
	position: relative;
}
.searchBox .search .btn {
	width: 80px;
	height: 100%;
	text-transform: uppercase;
	position: absolute;
	right: 0;
	top: 0;
	border-color: #fff;
	border-radius: 30px;
	color: #f7882c;
	font-size: 30px;
	background-color: #fff;
}
.searchBox .search .btn:hover {
	color: #fff;
	border-color: #f7882c;
	background-color: #f7882c;
}
.searchBox .search .form-group {
	margin: 0;
}
.searchBox .search .form-control {
	padding-left: 25px;
	padding-right: 25px;
	margin-bottom: 0;
	width: calc(100% - 90px);
	height: 50px;
	font-size: 15px;
	border-radius: 30px;
}

.featuredBox {
	padding-left: 60px;
}
.featuredBox ul {
	margin-bottom: 0;
}
.featuredBox li {
	position: relative;
}
.featuredBox li + li {
	margin-top: 10px;
}
.featuredBox li img {
	width: 100%;
}
.featuredBox li:after {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100px;
	z-index: 2;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.65+100 */
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */
}
.featuredBox li a {
	display: block;
	position: relative;
	color: #fff;
}
.featuredBox li span {
	position: absolute;
	font-size: 16px;
	font-family: roboto-medium;
	z-index: 5;
        height: 100%;
        width: 100%;
        top: 0;
        left:0;
        background: url(../images/bg-Dshadow.png) repeat-X bottom;
        padding: 100px 10px 10px;
        
}




.featuredBox2 ul {
	margin-bottom: 0;
	margin-top: 35px;
}
.featuredBox2 li {
	line-height: normal;
	margin-bottom: 10px;
}

.featuredBox2 li a {
	display: block;
	position: relative;
	color: #fff;
	z-index: 2;
}

.featuredBox2 li span {
	position: absolute;
	height:100%;
	width:100%;
	left: 0;
	padding: 50% 15px 15px 20px;
	font-size: 16px;
	font-family: roboto-medium;
	z-index: 3;
	background: url(../images/bg-shadow2.png) repeat-X bottom;
}

.featuredBox2 li span.title2 {
    
	font-size: 22px;
	padding-top:55%;
}

.featuredBox2 li span small{
	display: block;
	margin-top: 10px;
}
.featuredBox2 li .package-wrap {
	position: relative;
	border: 1px solid #e8e8e8;
	overflow: hidden;
	background-color: #fff;
}
.featuredBox2 li .img-wrap {

}
.featuredBox2 li a {
}
.featuredBox2 li img {
	width: 100%;
}



.mainhead {
    padding: 0 30px;
    font-size: 36px;
	line-height: 40px;
    color: #010101;
    font-family: roboto-medium;
    position: relative;
	text-align: center;
	margin: 0 0 20px 0;
}

.mainhead span {
	display: block;
	font-size: 24px;
	line-height:30px;
}


.packagesBox ul:after {
	margin-bottom: 0;
	margin-top: 35px;
    content: '';
    display: block;
    clear: both;
	
}
.packagesBox li {
	margin-bottom: 30px;
	line-height: normal;
}
.packagesBox li .package-wrap {
	position: relative;
	border: 1px solid #e8e8e8;
	overflow: hidden;
	background-color: #fff;
}
.packagesBox li .img-wrap {

}
.packagesBox li a {
}
.packagesBox li img {
	width: 100%;
}
.packagesBox li .package-title {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	font-size: 15px;
	color: #333;
	background: url(../images/bg-shadow2.png) repeat-X bottom;
	color: #ffffff;
	padding: 15px;
    font-size: 16px;
    font-family: roboto-medium;
}
.packagesBox li .package-title .package-title-inside {
	position: absolute;
	bottom: 18px;
	left: 18px;
	right: 18px;
}

.packagesBox li .package-title small{
	display: block;
	margin-top: 10px;
}

.packagesBox li .info {
	padding: 15px;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
	width: 100%;
	height: 100%;
	transition: all .3s ease;
	background-color: rgba(255, 255, 255, .95);
}
.packagesBox li .info h4 {
	margin-top: 0;
	margin-bottom: 10px;
	font-size: 15px;
	color: #078bac;
	line-height: 20px;
}
.packagesBox li .info h4 a {
	color: #078bac;
}
.packagesBox li .info .days {
	margin-bottom: 10px;
	font-size: 13px;
	font-weight: bold;
}
.packagesBox li .info p {
	font-size: 13px;
	line-height: 20px;
}
.packagesBox li .info .btnDiv {
	text-align: right;
}
.packagesBox li .info .btnDiv a {
	font-size: 13px;
}
.packagesBox li .package-wrap:hover .info {
	display: block;
}

.packagesBox li:nth-child(4n+1) {clear:both;}



.form-container {
	text-align: center;
}

.form-container form {
	width: 50%;
	background: #cdd1d2;
	border-radius: 10px;
	display: inline-block;
	padding: 10px;
}

.form-container form input, .form-container form button {
	height: 50px;
	border: none;
	font-size: 20px;
}
.form-container form input {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}
.form-container form button {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	width:50px;
}

.whyBookBox {
	text-align: center;
	background-color: #eff1fb;
}
.whyBookBox ul {
	margin: 0;
	margin-top: 30px;
}
.whyBookBox li h3 {
	text-transform: uppercase;
	font-size: 18px;
}
.whyBookBox .points {
	margin: 0;
}
.whyBookBox .points li {
	padding: 10px 0;
	font-size: 14px;
}
.whyBookBox .points li + li {
	border-top: 1px dotted #745758;
}

.indiaTourBox p {
	margin-bottom: 20px;
	font-size: 16px;
	font-family: roboto-light;
	line-height: 24px;
}

.classicReviewsBox {
	margin-bottom: 50px;
}

@media (min-width: 768px) and (max-width: 991px) {
	.searchBox img {
		height: 279px;
	}
	.searchBox .search {
		max-width: 380px;
	}
	.featuredBox {
		padding-left: 0;
	}
}

@media (max-width: 767px) {

    .form-container form {
    	width: 90%;
    }
    .form-container form input, .form-container form button {
    	height: 45px;
    	border: none;
    	font-size: 17px;
    }

	.go-to-top-btn {
		bottom: 55px;
	}
	footer .bot {
		padding-bottom: 110px;
	}
	.searchCntr {
		padding: 20px 0;
	}
	.searchBox {
		margin: 0 -15px;
		z-index: 0;
	}
	.searchBox img {
		display: none;
	}
	.searchBox:before {
		background-color: #2662a5;
	}
	.searchBox h1 {
		margin-bottom: 10px;
		color: #fff;
		font-size: 27px;
		letter-spacing: 1px;
	}
	.searchBox h1 small {
		font-size: 27px;
	}
	.searchBox h1 small span img {
		display: inline-block;
		width: 106px;
	}
	.searchBox:after {
		display: none;
	}
	.searchBox .search {
		padding: 30px 20px 20px;
		margin: auto;
		position: relative;
		left: 0;
		top: 0;
		transform: inherit;
		text-align: center;
	}
	.searchBox .search .form-control {
		margin: auto;
		width: calc(100% - 30px);
		border-radius: 20px;
		text-align: center;
		background-color: #fff;
	}
	.searchBox .search .btn {
		margin: auto;
		margin-top: 20px;
		background-color: inherit;
		border: 0;
		color: #f7882c;
		position: static;
		outline: none;
		box-shadow: inherit;
	}

	.featuredBox {
		padding: 30px 10px;
	}

	.packagesBox .container {
		padding: 0 18px;
	}
	.packagesBox li {
		width: 50%;
		float: left;
	}
	.packagesBox .plan-trip-btn {
		position: fixed;
		left: 0;
		bottom: 0;
		width: 100%;
		border-radius: 0;
		z-index: 10;
		border-color: #43cc1e;
		text-transform: none;
		background-color: #43cc1e;
	}
	.packagesBox .plan-trip-btn:hover {
		border-color: #30ad0e;
		background-color: #30ad0e;
	}

	.whyBookBox ul {
		margin-top: 0;
	}
	.whyBookBox li {
		width: 33%;
		float: left;
	}
	.whyBookBox li h3 {
		margin-top: 10px;
		margin-bottom: 0;
		font-size: 14px;
	}
	.whyBookBox li img {
		width: 40px;
	}

	.indiaTourBox {
		text-align: center;
	}
	.indiaTourBox .more-txt {
		display: none;
	}

	.classicReviewsBg {
		padding: 30px 15px;
		margin-bottom: -30px;
		background: url(../images/reviewsBg.jpg) top center no-repeat;
		background-size: cover;
	}
	.classicReviewsBox {
		margin-bottom: 30px;
	}
	.classicReviewsBox .title > span,
	.classicReviewsBox p,
	.testimonialsBox .quote-icon .bgQuot {
		color: #fff;
	}
	.classicReviewsBox .title > span:before,
	.classicReviewsBox .title > span:after {
		background-color: #fff;
	}
	
	.indiaTourBox {
	    margin-bottom:20px;
	}
	
	.featuredBox2 ul {
	    margin-top:20px;
	}
	

.indiaTourBox {
	text-align:left;
}

}

@media (max-width: 480px) {
	.packagesBox li {
		width: 100%;
		float: none;
	}
	.whyBookBox li {
		float: none;
		width: 100%;
	}
	.whyBookBox li + li {
		margin-top: 20px;
	}
}

/* Why book section */


      
.whyboxes {
	display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: center;
gap:28px;
}

.whybox {
flex-basis: calc(33.333% - 20px);
padding: 27px;
background-color: #fff;
text-align: center;
font-size: 15px;
color: #666666;
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
align-self: stretch;
}

.whybox h4 {
	font-size: 18px;
	font-weight: bold;
	margin-top: 15px;
	color: #000000;
}
.whybox p {
	margin: 0;
	font-size:14px;
	line-height:20px;
}

@media screen and (max-width: 768px) {
    
.whyboxes {
    gap:10px;
}

.whybox {
    flex-basis: calc(50% - 20px);
    align-self: stretch;
    padding: 15px;
}
}


