body
{
	width: 100%;
	overflow-x: hidden;
	padding: 0;
	margin: 0;
	font-family: 'Montserrat', sans-serif;
}

.navbar-fixed-bottom, .navbar-fixed-top {
	position: absolute;
}
.navbar{
    padding-top: 10px;
    min-height: 100px;
	margin-bottom: 0px;
}
.offset-banner.andaman-bar{
	background: rgba(0,0,0,0.9);
}
.andaman-bar
{
	border: 0;
	border-radius: 0;
	background: rgba(0,0,0,0.3);
}
.topbar
{	
	background: #3b444e3b444e;
	text-align: right;
}
.topbar ul
{
	list-style: none;
	padding: 0;
	margin-bottom:0;
	color: #eeeeee;
	font-size: 14px;
	font-weight: 400;
}
.topbar ul li
{
	display: inline-block;
	padding: 8px;
}
.topbar ul li:last-child
{
	padding-right:0;
}
.andaman-bar .nav-icons ul{
	list-style: none;
	text-align: right;
	margin-bottom: 0;
}
.andaman-bar .nav-icons ul li{
	display: inline-block;
	padding: 10px 5px 0;
}
.andaman-bar .nav-icons ul li:last-child
{
	padding-right: 0;
}
.navbar-default .navbar-nav
{
	padding: 0;
}
.navbar-default .navbar-nav>li>a
{
	color: #000;
	font-size: 15px;
	font-weight: 400;
	padding: 35px 15px;
}
.andaman-bar .navbar-nav .link > a,
.andaman-bar .navbar-nav .link > a:focus,
.andaman-bar .navbar-nav .link > a:hover
{
color: #5fbf20;
    background: #EAEAEA;
	font-weight: 700;
	font-size: 17px;
}
.andaman-bar .navbar-nav li a:hover
{
color: #5fbf20;
    background: #EAEAEA;
}
.andaman-bar .navbar-brand {
	padding: 0 15px;
}
.andaman-bar .navbar-brand img{
	padding-top: 10px;
	padding-bottom: 0px;
}
.banner {
	position: relative;
}
.banner .banner-img {
	width: 100%;
}
.banner .banner-title {
	position: absolute;
	left: 40%;
	top: 50%;
	transform: translate(-50%,-50%);
}
.banner-title h1{
	color: rgba( 0,0,0,0.3);
	font-weight:800;
	font-size:60px;
	font-family: 'Montserrat', sans-serif;
	text-align: right;
}
.offset-banner {
	position: fixed;
	top: 0;
	z-index: 1;
	left: 0;
	right: 0;
	width: 100%;
}
.banner-contents {
	background: #2471A3;
}
.banner-contents .caption{
	background:#0c4b80;
	border-radius: 32px;
}
.banner-contents .caption p{
	font-size: 22px;
	position:relative;
	padding: 35px 0 35px 0px;
	color:#ffffff;
	font-weight:500;
	text-align: center;
}
.form .banner-btn{
	background-color: #ffffff;
	color:#3b444e;
	font-size: 12px;
	padding: 10px 20px;
	border-radius: 0;
	font-weight: 500;
	border-radius: 5px;
}
.banner-contents .banner-form{
	margin-top:19px;
}
.form .banner-form .form-control {
	padding: 0;
	background: transparent;
	border: 0;
	box-shadow: none;
	border-bottom: 1px solid #ebebeb;
	border-radius: 0;
	color: #fff;
}
.form .banner-form .form-control::placeholder {
	color: #ffffff;
	font-size:13px;
}


/*destiantions*/
.destinations{
	padding: 3% 0 7%;
	text-align: center;
	border-bottom: 1px #ebebeb;
	-webkit-box-shadow:inset 0 0 15px 6px #ebebeb;
	-moz-box-shadow:inset 0 0 15px 6px #ebebeb;
	box-shadow:inset 0 0 15px 6px #ebebeb;	
}
.destinations h4{
	font-weight: 600;
	font-size: 30px;
	color: #707070;
	text-align: center;
	padding-bottom: 30px;
}
.destinations h6{
	color: #ffffff;
	background:#ea2330;
	font-size: 16px;
	padding: 12px 16px;
	font-weight: 500;
	text-align: center;
	border-radius: 10px;
}
.destinations h5{
	color: #3b444e;
	font-size: 23px;
	font-weight: 500;
	text-align: center;
	padding: 15px 0;
}
.destinations ul{
	list-style: none;
	padding: 0;
	margin:0;
}
.destinations ul li{
	display:inline-block;
	padding: 8px 0;
}
.destinations a{
	text-decoration: none;
	color:#3b444e;
	font-size: 15px;
	font-weight: 500;
	margin: 10px 0;
	padding: 7px 15px;
}



/*destiantions*/







.listing-desinations{
    padding: 0 20px;
	/*padding: 0% 0 2%;*/
	background:#ffffff;	
}
.section-title h2{
	font-weight:600;
	font-size:30px;
	color:#707070;
	text-align: center;
	padding-bottom: 30px;
}

.listing-desinations .side-bar{
	padding-top: 3%;
	background:#f8f6f4;
}

.listing-desinations .side-bar h5{
	font-size: 15px;
	color: #FF5722;
	font-weight: 600;
	background:#ffeb3b45;
	padding: 10px 0;
	text-align: center;
}

.listing-desinations  .side-bar .tab-enquire p{
	font-size: 11px;
	color: #707070;
	font-weight: 500;
	margin: 0 0 2px;
}
.listing-desinations  ul{
	list-style: none;
	padding: 0;
	margin: 0;
}
.listing-desinations .tab-enquire .media-body a{
	text-decoration: none;
}

.listing-desinations .tab-enquire .media-body,
.listing-desinations .tab-enquire .media-left,
.listing-desinations .tab-enquire .media-right {
	display: inline;
	vertical-align: top;
}

.listing-desinations  .side-bar .tab-enquire .media{
	border-bottom: 1px solid #70707047;
}

.listing-desinations  .side-bar .tab-enquire .media{
	padding: 10px 10px;
}

.listing-desinations .side-bar ul li{
	font-size: 10px;
}
.listing-desinations .tab-enquire ul li{
	display: inline-block;
	color: #F5B041;
	font-size: 9px;
}
.listing-desinations .tab-enquire ul li span{
	font-size: 10px;
	color: #707070;
}
.listing-desinations p .rate{
	color: red;
	font-weight: 600;
}
.listing-desinations p .strike-through{
	text-decoration: line-through;
	padding-left: 5px;
	font-size: 12px;
	color: #707070
}
.listing-desinations h4{
	font-size: 25px;
	color: #707070;
	font-weight: 600;
	margin: 0;
	padding: 0px 0 10px;
	text-align: center;
}
.listing-desinations .package-box{
	border: 1px solid rgba( 0,0,0,0.3);
	border-radius: 7px;
}
.listing-desinations .package-box:hover{
	border: 1px rgba( 0,0,0,0.3);
	-webkit-box-shadow: 0 0 15px 2px rgba( 0,0,0,0.3);
	box-shadow: 0 0 15px 2px rgba( 0,0,0,0.3);
}
.package-detail h5{
	font-size: 16px;
	color: #F39C12;
	font-weight: 600;
	/*color:#1c0b7b;*/
}
.package-detail .days p{
	font-size: 12px;
	font-weight: 500;
	color:#3b444e;
	border: 1px solid #3b444e;
	padding:8px 10px;
	width: 120px;
}
.package-detail .package-description p{
	font-size: 13px;
	font-weight: 500;
	color:#3b444e;
	line-height: 20px;
	text-align: justify;
}
.package-box ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.package-box {
	margin-top: 4%;
}

.package-box .package-image img{
	width: 100%;
}
.package-box .inclusion-icons li{
	display: inline-block;
	padding: 10px 0px;
	text-align: center;
}
.package-box .inclusion-icons li i{
	margin:0 auto;
	text-align: center;
	color: #3b444e;
	font-size: 20px;
}
.package-box .inclusion-icons p{
	font-size: 12px;
	font-weight: 500;
	color:#3b444e;
	text-align: center;
}
.package-box .package-box-bottom-list{
	border-top: 1px solid rgba( 0,0,0,0.3);
}
.package-box .package-box-bottom-list a{
	text-decoration: none;
	font-size: 15px;
	font-weight: 500;
	color:#fff;
	padding: 10px 20px;
	background:#F39C12;
	border-radius: 7px;
}
.package-box .package-box-bottom-list a:hover{
	background:#F39C12;
	color:#fff;
	border: 1px solid #F39C12;
}
.package-box .package-detail ul li p{
	font-size: 12px;
	font-weight: 500;
	color:#3b444e;
}
.package-box .package-detail ul li p span{
	padding-left: 2px;
}
.package-box .package-detail ul li{
	position: relative;
	display: inline-block;
	padding-right: 20px;
}
.package-box .package-detail p{
	position: relative;
}
.package-box .package-detail ul li:not(:last-child) p::after{
	position: absolute;
	top: 50%;
	transform: translate(25% ,-37%);
	content: url('../img2/right-arrow.png');
}
.package-box .right-package-box-content{
	padding: 30px 10px 10px; 
}
.package-box .price-package-box p{
	font-size: 13px;
	font-weight: 500;
	color:#2471A3;
	text-align: center;
}
.package-box .price-package-box p span{
	font-size: 24px;
	font-weight: 600;
	color:#2471A3;
}
.package-box .right-package-box-content .enquire-now-button,
.package-box .right-package-box-content .book-now-button{
	padding-top: 25px;
	text-align: center;
}
.package-box .right-package-box-content .enquire-now-button a{
	text-decoration: none;
	font-size: 15px;
	font-weight: 500;
	color:#fff;
	padding: 8px 30px;
	background:#F39C12;
	/*background: linear-gradient(90deg, rgba(235, 184, 21) 85%, rgba(212, 175, 55, 1) 100%, rgba(212, 175, 55, 1) 100%);*/
	border-radius: 7px;

}
.package-box .right-package-box-content .book-now-button a{
	text-decoration: none;
	font-size: 15px;
	font-weight: 500;
	color:#fff;
	padding: 8px 39px;
	background:#cf5b0e;
	border-radius: 7px;
	
	/*background: linear-gradient(90deg, rgba(234, 127, 88, 1) 45%, rgba(234, 127, 88, 1) 100%, rgba(177, 97, 45, 1) 100%);*/
    border-radius: 7px;

}
.package-box-bottom-list  .view-details a{
	padding: 10px 26px;
	border-radius: 7px;
}
.package-box-bottom-list  .view-details{
	float: right;
	margin-top: 20px;
	margin-right: 8px;
}
.package-box-bottom-list .want-us-to-call{
	margin-top: 20px;
	margin-left: 8px;
}
.package-box-bottom-list .want-us-to-call img{
	padding-right: 5px;
}
.enquire-icons-scroll ul{

	position:fixed;
	top:200px;
	right: 0;
	list-style: none;
	margin: 0;
	padding:0;
	border-radius: 18px 0 0 18px;
	background: linear-gradient(135deg, #f7dc6f 0%, #f1c40f 47%, #e67e22 100%);
	/*background: linear-gradient(to bottom, rgba(9,194,249,1) 0%,rgba(54,144,240,1) 50%,rgba(84,163,238,1) 50%,rgba(54,144,240,1) 50%,rgba(54,144,240,1) 50%,rgba(6,124,238,1) 100%); */
	
}
.enquire-icons-scroll ul li{
	list-style: none;
	outline: none;
	padding: 15px 12px 10px 23px;
}
.enquire-icons-scroll p{
	position: absolute;
	font-size: 15px;
	font-weight: 500;
	color: #ffffff;
	transform: rotate(90deg);
	transform-origin: left;
	top: 19%;
	height: 1px;
	width: 162px;
}
.enquire-icons-scroll  .vertical{
	padding: 0px 12px 0px 19px;
}

.pulse {
	-webkit-animation: pulse 1s linear infinite;
	-moz-animation: pulse 1s linear infinite;
	-ms-animation: pulse 1s linear infinite;
	animation: pulse 1s linear infinite;
}

@keyframes "pulse" {
	0% {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-o-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
	}
	50% {
		-webkit-transform: scale(0.9);
		-moz-transform: scale(0.9);
		-o-transform: scale(0.9);
		-ms-transform: scale(0.9);
		transform: scale(0.9);
	}
	100% {
		-webkit-transform: scale(0.8);
		-moz-transform: scale(0.8);
		-o-transform: scale(0.8);
		-ms-transform: scale(0.8);
		transform: scale(0.8);
	}

}

@-moz-keyframes pulse {
	0% {
		-moz-transform: scale(1);
		transform: scale(1);
	}
	50% {
		-moz-transform: scale(0.9);
		transform: scale(0.9);
	}
	100% {
		-moz-transform:scale(0.8);
		transform:scale(0.8);
	}

}

@-webkit-keyframes "pulse" {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	50% {
		-webkit-transform: scale(0.9);
		transform: scale(0.9);
	}
	100% {
		-webkit-transform:scale(0.8);
		transform:scale(0.8);
	}

}

@-ms-keyframes "pulse" {
	0% {
		-ms-transform: scale(1);
		transform: scale(1);
	}
	50% {
		-ms-transform: scale(0.9);
		transform: scale(0.9);
	}
	100% {
		-ms-transform: scale(0.8);
		transform: scale(0.8);
	}

}

.listing-desinations .procedure ul{
	list-style: none;
	padding: 0;
	margin: 0;
	
}
.listing-desinations .procedure ul li{
	display: inline-block;
	text-align: center;
	width: calc(100%/3);
	float: left;
	margin-top: 4%;
	position: relative;
	z-index: 1;
}
.listing-desinations .procedure ul li::before{
	position: absolute;
	content: '';
	top: 50%;
	z-index: -1;
	left: 0;
	width: 100%;
	height: 2px;
	background: #ebebeb;

}
.listing-desinations .procedure ul li .step-number{
	width: 90px;
	height: 90px;
	border-radius: 50%;
	background:#2471A3;
	position: relative;
	text-align: center;
	margin:0 auto;
	border: 1px solid #f16f30;
}
.listing-desinations .procedure ul li .step-number p{
	font-size: 26px;
	font-weight: 700;
	color:#fff;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	line-height: 20px;
}
.listing-desinations .procedure ul li span{
	font-size: 15px;
	font-weight: 500;
	color:#ffffff;
	text-align: center;
	font-weight: 600;
}



/*familypackages*/
.family-packages{
	padding: 2% 0 0%;
}
.activity-packages,
.adventure-packages{
	padding: 2% 0 2%;
}
.activity-packages h4,
.adventure-packages h4,
.family-packages h4{
	font-size: 25px;
	color: #707070;
	font-weight: 600;
	margin: 0;
	padding: 0px 0 10px;
	text-align: center;
}
.activity-packages .package-box,
.adventure-packages .package-box,
.family-packages .package-box{
	border: 1px solid rgba( 0,0,0,0.3);
	border-radius: 7px;
	min-height: 304px;
}
.activity-packages  h5,
.adventure-packages  h5,
.family-packages  h5{
	font-size: 16px;
	font-weight: 600;
	color:#3b444e;
}
.activity-packages .package-detail .days p,
.adventure-packages .package-detail .days p,
.family-packages .package-detail .days p{
	font-size: 12px;
	font-weight: 500;
	color:#3b444e;
	border: 1px solid #3b444e;
	padding:8px 10px;
	width: 120px;
}
.activity-packages .package-detail .package-description p,
.adventure-packages .package-detail .package-description p,
.family-packages .package-detail .package-description p{
	font-size: 13px;
	font-weight: 400;
	color:#3b444e;
	line-height: 20px;
	text-align: justify;
}
.activity-packages .package-box ul,
.adventure-packages .package-box ul,
.family-packages .package-box ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.activity-packages .package-box,
.adventure-packages .package-box,
.family-packages .package-box {
	margin-top: 5%;
}
.activity-packages .package-box .inclusion-icons li,
.adventure-packages .package-box .inclusion-icons li,
.family-packages .package-box .inclusion-icons li{
	display: inline-block;
	padding: 10px 0px;
	text-align: center;
}
.activity-packages .package-box .inclusion-icons li i,
.adventure-packages .package-box .inclusion-icons li i,
.family-packages .package-box .inclusion-icons li i{
	margin:0 auto;
	text-align: center;
	color: #3b444e;
	font-size: 13px;
}
.activity-packages .package-box .inclusion-icons p,
.adventure-packages .package-box .inclusion-icons p,
.family-packages .package-box .inclusion-icons p{
	font-size: 9px;
	font-weight: 500;
	color:#3b444e;
	text-align: center;
}
.activity-packages .package-box .package-box-bottom-list,
.adventure-packages .package-box .package-box-bottom-list,
.family-packages .package-box .package-box-bottom-list{
	border-top: 1px solid rgba( 0,0,0,0.3);
}
.activity-packages .package-box .package-box-bottom-list a,
.adventure-packages .package-box .package-box-bottom-list a,
.family-packages .package-box .package-box-bottom-list a{
	text-decoration: none;
	font-size: 11px;
	font-weight: 500;
	color:#fff;
	padding: 10px 4px;
	background:#1c0b7b;
	border-radius: 7px;
}
.activity-packages .package-box .package-box-bottom-list a:hover,
.adventure-packages .package-box .package-box-bottom-list  a:hover,
.family-packages .package-box .package-box-bottom-list a:hover{
	background:#1c0b7b;
	color:#fff;
	border: 1px solid #ea2330;
}
.activity-packages .package-box .package-detail ul li p,
.adventure-packages .package-box .package-detail ul li p,
.family-packages .package-box .package-detail ul li p{
	font-size: 12px;
	font-weight: 500;
	color:#3b444e;
}
.activity-packages .package-box .package-detail ul li p span,
.adventure-packages .package-box .package-detail ul li p span,
.family-packages .package-box .package-detail ul li p span{
	padding-left: 2px;
}
.activity-packages .package-box .package-detail ul li,
.adventure-packages .package-box .package-detail ul li,
.family-packages .package-box .package-detail ul li{
	position: relative;
	display: inline-block;
	padding-right: 20px;
}
.activity-packages .package-box .package-detail p,
.adventure-packages .package-box .package-detail p,
.family-packages .package-box .package-detail p{
	position: relative;
}
.activity-packages .package-box .package-detail ul li:not(:last-child) p::after,
.adventure-packages .package-box .package-detail ul li:not(:last-child) p::after,
.family-packages .package-box .package-detail ul li:not(:last-child) p::after{
	position: absolute;
	top: 50%;
	transform: translate(25% ,-37%);
	content: url('../img2/right-arrow.png');
}
.activity-packages .package-box .right-package-box-content,
.adventure-packages .package-box .right-package-box-content,
.family-packages .package-box .right-package-box-content{
	padding: 30px 10px 10px; 
}
.activity-packages .package-box .price-package-box p,
.adventure-packages .package-box .price-package-box p,
.family-packages .package-box .price-package-box p{
	font-size: 10px;
	font-weight: 500;
	color:#2471A3;
	text-align: center;
}
.activity-packages .package-box .price-package-box p span,
.adventure-packages .package-box .price-package-box p span,
.family-packages .package-box .price-package-box p span{
	font-size: 22px;
	font-weight: 600;
	color:#2471A3;
}

.activity-packages .package-box .right-package-box-content .enquire-now-button,
.activity-packages .package-box .right-package-box-content .book-now-button,
.adventure-packages .package-box .right-package-box-content .enquire-now-button,
.adventure-packages .package-box .right-package-box-content .book-now-button,
.family-packages .package-box .right-package-box-content .enquire-now-button,
.family-packages .package-box .right-package-box-content .book-now-button{
	padding-top: 25px;
	text-align: center;
}
.activity-packages .package-box .right-package-box-content .enquire-now-button a,
.adventure-packages .package-box .right-package-box-content .enquire-now-button a,
.family-packages .package-box .right-package-box-content .enquire-now-button a{
	text-decoration: none;
	font-size: 13px;
	font-weight: 500;
	color:#fff;
	padding: 8px 23px;
	    /*background: linear-gradient(90deg, rgba(15, 32, 75, 1) 45%, rgba(177, 97, 45, 1) 100%, rgba(177, 97, 45, 1) 100%);*/
	background:#F39C12;
	border-radius: 7px;
}
.activity-packages .package-box .right-package-box-content .book-now-button a,
.adventure-packages .package-box .right-package-box-content .book-now-button a,
.family-packages .package-box .right-package-box-content .book-now-button a{
	text-decoration: none;
	font-size: 13px;
	font-weight: 500;
	color:#fff;
	padding: 8px 33px;
	background:#cf5b0e;
	border-radius: 7px;
}
.activity-packages .package-box-bottom-list .view-details a,
.adventure-packages .package-box-bottom-list .view-details a,
.family-packages .package-box-bottom-list  .view-details a{
	padding: 10px 12px;
	border-radius: 7px;
}
.activity-packages  .package-box-bottom-list .view-details,
.adventure-packages .package-box-bottom-list .view-details,
.family-packages .package-box-bottom-list  .view-details{
	float: right;
	margin-top: 20px;
	margin-right: 8px;
}
.activity-packages .package-box-bottom-list .want-us-to-call,
.adventure-packages .package-box-bottom-list .want-us-to-call,
.family-packages .package-box-bottom-list .want-us-to-call{
	margin-top: 15px;
	margin-left: 9px;
}
.activity-packages .package-box-bottom-list .want-us-to-call img, 
.adventure-packages .package-box-bottom-list .want-us-to-call img,
.family-packages .package-box-bottom-list .want-us-to-call img{
	padding-right: 5px;
}

/*family-pacakgse*/
.places-to-visit{
	padding: 3% 0;
}
.places-to-visit ul{
	list-style: none;
	margin:0;
	padding: 0;
	text-align: center;
}
.places-to-visit ul li{
	display: inline-block;
	padding: 12px 10px;
	text-align: center;
}
.places-to-visit h4{
	font-size: 25px;
	color: #707070;
	font-weight: 600;
	margin: 0;
	padding: 0px 0 35px;
	text-align: center;
}
.places-to-visit h6{
	font-size: 14px;
	color: #707070;
	font-weight: 600;
	margin: 0;
	padding: 0px 0 10px;
	text-align: center;
}
.places-to-visit a{
	font-size: 13px;
	color: #fff;
	font-weight: 600;
	background: #2471A3;
	text-decoration: none;
	padding: 10px 15px;
	border-radius: 8px;
	text-align: center;
}


/*budget*/
.most-popular-packages,
.standard-budget,
.budget-packages{
	padding: 2% 0 2%;
}
.most-popular-packages h4,
.standard-budget h4,
.budget-packages h4{
	font-size: 25px;
	color: #707070;
	font-weight: 600;
	margin: 0;
	padding: 17px 0 10px;
	text-align: center;
}
.daywise-packages .package-box-4 .booking-num,
.most-popular-packages .package-box-4 .booking-num,
.standard-budget .package-box-4 .booking-num,
.budget-packages .package-box-4 .booking-num{
	font-size: 13px;
	color: #757575;
	font-weight: 500;
}
.daywise-packages ul,
.most-popular-packages ul,
.standard-budget ul,
.budget-packages ul{
	list-style: none;
	padding: 0;
	margin: 0;
}
.daywise-packages ul li,
.most-popular-packages ul li,
.standard-budget ul li,
.budget-packages ul li{
	display: inline-block;
	color: #F5B041;
	font-size: 13px;
}
.daywise-packages ul li span,
.most-popular-packages ul li span,
.standard-budget ul li span,
.budget-packages ul li span{
	font-size: 12px;
	color: #707070;
}
.daywise-packages .inclusion-icons li,
.most-popular-packages .inclusion-icons li,
.standard-budget .inclusion-icons li,
.budget-packages .inclusion-icons li{
	color: #757575;
}
.daywise-packages .inclusion-icons li:not(:last-child),
.most-popular-packages .inclusion-icons li:not(:last-child),
.standard-budget .inclusion-icons li:not(:last-child),
.budget-packages  .inclusion-icons li:not(:last-child){
	padding-right: 5px;
}
.daywise-packages .package-box-image,
.most-popular-packages .package-box-image,
.standard-budget .package-box-image,
.budget-packages .package-box-image{
	position: relative;
}
.daywise-packages .package-box-4,
.most-popular-packages .package-box-4,
.standard-budget  .package-box-4,
.budget-packages .package-box-4{
	text-align: center;
	background: #ffffff;
	margin-top: 8%;
	border: 1px rgba( 0,0,0,0.3);
	-webkit-box-shadow: 0 0 11px 2px rgba( 0,0,0,0.2);
	box-shadow: 0 0 11px 2px rgba( 0,0,0,0.2);
	border-radius: 10px;
}
.budget-packages .offer-image{
	margin-top: 8%;
	position: relative;
}
.budget-packages .offer-image img{
	width: 100%;
}
.budget-packages .offer-image a{
	font-size: 16px;
	font-weight: 500;
	color: #fff;
	text-decoration: none;
	padding: 14px 27px;
	background: red;
	position: absolute;
	top: 50%;
	left: 54%;
	transform: translate(-50%,-50%);
	border-radius: 14px;
}
.daywise-packages  .package-box-4 .discount,
.most-popular-packages  .package-box-4 .discount,
.standard-budget  .package-box-4 .discount,
.budget-packages .package-box-4 .discount{
	position: absolute;
	top: 10%;
	left: 33%;
	transform: translate(-50%,-50%);
	color: #ffffff;
	background: red;
	padding: 8px 11px;
	font-size: 11px;
}
.daywise-packages .package-box-4 .box-content,
.most-popular-packages .package-box-4 .box-content,
.standard-budget .package-box-4 .box-content,
.budget-packages .package-box-4 .box-content{
	padding-top: 10px;
}
.daywise-packages .package-box-4:hover,
.most-popular-packages .package-box-4:hover,
.standard-budget .package-box-4:hover,
.budget-packages .package-box-4:hover{
	border: 1px rgba( 0,0,0,0.3);
	-webkit-box-shadow: 0 0 25px 4px rgba( 0,0,0,0.3);
	box-shadow: 0 0 25px 4px rgba( 0,0,0,0.3);
}
.daywise-packages .package-box-4 img,
.most-popular-packages .package-box-4 img,
.standard-budget .package-box-4 img,
.budget-packages .package-box-4 img{
	width: 100%;
	border-radius: 10px 10px 0 0;
}
.daywise-packages .package-box-4  .package-price p,
.most-popular-packages .package-box-4  .package-price p,
.standard-budget .package-box-4  .package-price p,
.budget-packages .package-box-4  .package-price p{
	font-size: 15px;
	color: #707070;
	font-weight: 500;
	margin:0 0 3px;
}
.daywise-packages .package-box-4 .box-content>p,
.most-popular-packages .package-box-4 .box-content>p,
.standard-budget .package-box-4 .box-content>p,
.budget-packages .package-box-4 .box-content>p{
	font-size: 15px;
	color:#3b444e;
	font-weight: 500;
	margin:0 0 3px;

}
.daywise-packages .package-box-4 .box-content>p,
.standard-budget .package-box-4 .box-content>p,
.budget-packages .package-box-4 .box-content>p{
	width: 250px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.daywise-packages p .rate,
.most-popular-packages p .rate,
.standard-budget p .rate,
.budget-packages p .rate{
	color: red;
	font-weight: 600;
}
.daywise-packages p .strike-through,
.most-popular-packages p .strike-through,
.standard-budget p .strike-through,
.budget-packages p .strike-through{
	text-decoration: line-through;
	padding-left: 5px;
	font-size: 12px;
	color: #707070
}
.daywise-packages .package-box-4 a,
.most-popular-packages .package-box-4 a,
.standard-budget .package-box-4 a,
.budget-packages .package-box-4 a{
	text-decoration: none;
	color: #ffffff;
	font-size: 15px;
	text-align: center;
}
.daywise-packages .package-box-4 .book-now,
.most-popular-packages .package-box-4 .book-now,
.standard-budget .package-box-4 .book-now,
.budget-packages .package-box-4 .book-now{
	background:#ff9800;
	padding: 7px 0;
}
.package-box-4 .box-content .package-price{
	margin:0 auto;
}
.package-box-4 .box-content .package-price p{
	font-size: 7px;
	text-align:left;
	font-weight:400;
	margin-top: 10px;
}
.package-box-4 .box-content .package-price p span{
	font-size: 23px;
	font-weight: 900;
}
.box-content .enquire .package-btn
{	
	color:#ffffff;	
	background: #f16f30;
	background: -moz-linear-gradient(left, #f16f30 0%, #f39c12 100%); 
	background: -webkit-linear-gradient(left, #f16f30 0%,#f39c12 100%); 
	background: linear-gradient(to right, #f16f30 0%,#f39c12 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f16f30', endColorstr='#f39c12',GradientType=1 ); 
	font-size: 14px;
	padding: 9px 10px 9px 10px;
	margin-bottom: 0px;
	border-radius:0 0 5px 5px ;
	width: 100%;
	font-weight: 600;

}
.box-content .enquire .package-btn i{
	padding: 0 0 0 8px;
}

.package-box-4 .box-content .package-price{
	border-top:0.5px solid #6b6253;
	display: inline-block;
	margin-top: 10px;
}
.package-box-4 .package-detail-content{
	padding: 20px;
	background:#ffff;	
}
.package-box-4 .package-detail-content h3{
	color:#707070;
	font-size: 13px;
	font-weight: 600;
}
.package-box-4 .package-detail-content p{
	color:#707070;
	font-size: 12px;
	font-weight: 400;
	text-align: center;
	line-height: 17px;
	padding:2px 8px;
}
.package-box-4 .package-detail-content .view-more{
	background: #ea2330; 
	margin: 0 auto;
	width: 100px;
	border-radius: 20px;
	margin-top: 12px;
}
.package-box-4 .package-detail-content .view-more a{
	text-decoration: none;
	color: #ffffff;
	font-size: 12px;
	padding: 12px 10px;
}
.package-box-4 .package-detail-content
{
	opacity: 0;
	background:rgba(255,255,255, 0.8);	
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	transition: 0.5s;
	border-radius: 15px 15px 0 0;
}
.package-box-image :hover.package-detail-content
{
	position: absolute;
	opacity: 1;
}
/*budget*/

/*client*/
.client-section{
	padding:3% 0 0% 0;
}
.client-section .section-title h2{
	font-weight:300;
	font-size:33px;
	color:#707070;
	padding-left: 6%;
	position: relative;
}
.client-section .section-title h2 span{
	position: absolute;
	top:0;
	left:0;
	transform: translateY(-46%);
}
.client-section .section-title h2 span {
	color: rgba( 0,0,0,0.1);
	font-weight:800;
	font-size:123px;
}
.client-section .owl-carousel .owl-item img{
	width:auto;
}
.client-section .testmonial-content {
	border: 1px solid #f1f1f1;
	position: relative;
	margin: 55px 0;
	-webkit-box-shadow: 0 0 8px rgba( 0,0,0,0.1);
	box-shadow: 0 0 8px rgba( 0,0,0,0.1);
	min-height: 300px;
	border-radius: 25px;
}
.testmonial-content .client-face-img {
	position: absolute;
	right:0;
	top:0;
	width: 20%!important;
	transform: translate(-23% ,-67%);
}
.client-section .testmonial-content .client-words{	
	font-weight:300;
	font-size:14px;
	color:#707070;
	line-height: 24px;
}
.client-section .testmonial-content .client-name{
	font-weight:400;
	font-size:14px;
	color:#707070;
}
.client-section .testmonial-content .client-content{
	padding: 8% 6% 3%;
}
.client-test-next{
	position: absolute;
	left: 0;
	top: 50%;
	transform: translate(-35%,-50%);
	background:#ffffff;
	padding:15px 18px;
	border-radius:50%;
	-webkit-box-shadow: 0 0 5px #f16f30;
	box-shadow: 0 0 5px #f16f30;
}
.client-test-prev{
	position: absolute;
	right: 0;
	top: 50%;
	transform: translate(35%,-50%);
	background:#ffffff;
	padding:15px 18px;
	border-radius:50%;
	-webkit-box-shadow: 0 0 5px #f16f30;
	box-shadow: 0 0 5px #f16f30;
}
.client-test-next,
.client-test-prev{
	color: #f16f30;
}
.client-section .client-vedio{
	margin-left:40px;
}
.client-says .owl-carousel.owl-drag .owl-item{                                
	margin-top: 30px;
}

.budget-form {
	margin-left: 50px;
	width: 90%;
	padding: 36px 43px 80px 46px;
	border-radius: 16px;
	margin-bottom: 40px;
	background: #0c4b80; 
	background: -moz-linear-gradient(top, #0c4b80 0%, #2496e0 55%, #2989d8 100%, #207cca 100%); 
	background: -webkit-linear-gradient(top, #0c4b80 0%,#2496e0 55%,#2989d8 100%,#207cca 100%); 
	background: linear-gradient(to bottom, #0c4b80 0%,#2496e0 55%,#2989d8 100%,#207cca 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0c4b80', endColorstr='#207cca',GradientType=0 );
}
.budget-form p{
	color: #ffffff;
	text-align: center;
	font-weight:400;
	font-size:26px;
}
.budget-form .off p{
	color: #ffffff;
	text-align: center;
	font-weight:300;
	font-size:15px;
	padding-top: 3px;
}
.budget-form .off p span{
	color: #ffffff;
	font-weight:700;
	font-size:22px;
}
.budget-form .off{
	border-bottom: 1px solid #ffffff;
}
.budget-form .banner-btn{
	color:#3b444e;
	font-size: 14px;
	padding: 8px 15px 8px 15px;
	border-radius: 20px;
	margin-top: 12px;
	font-weight: 700;
	float: right;
	background:#ffffff;
	
}
.budget-form budget-content-form .form-control {
	padding: 0;
	background: transparent;
	border: 0;
	box-shadow: none;
	border-bottom: 1px solid #83caf9;
	border-radius: 0px;
	color: #ffffff;
}
.budget-form budget-content-form .form-control::placeholder {
	color: #ffffff;
	font-size:13px;
}



/*client*/
/* why-us*/

.why-us{
	padding: 3% 0;
}
.why-us a{
	text-decoration: none;
}
.why-us h4{
	font-size: 15px;
	font-weight: 500;
	color: #3b444e;
}
.why-us .panel-body{
	font-size: 13px;
	font-weight: 500;
	color: #757575;
	line-height: 23px;
	text-align: justify;
}
.why-us .panel{
	border: none;
	border-bottom:1px rgba(0,0,0,0.6);
	-webkit-border-bottom-box-shadow: 0 0 20px 2px rgba( 0,0,0,0.6);
	border-bottom-box-shadow: 0 0 20px 2px rgba( 0,0,0,0.6);
	border-radius: 0;
}
.why-us .panel-group .panel{
	margin-bottom: 15px;
}
.why-us .panel-heading{
	position: relative;
}
.why-us .panel-heading::after{
	position: absolute;
	content:url('../img2/down-arrow.png');
	position: absolute;
	top: 8px;
	right:0;
}
.why-us .panel-heading::before{
	position: absolute;
	content:url('../img2/information.png');
	position: absolute;
	top: 8px;
	left:-10px;
}
.why-us .panel-heading.active .panel-heading:before {
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	transform: rotate(90deg);
} 
.why-us p{
	font-size: 14px;
	font-weight: 500;
	color: #3b444e;
	display: block;
	line-height: 26px;
}
.radio-section{
	margin:0 auto;
	text-align: center;
	border: 1px solid #0c4b80;
	margin-left: 40px;
	padding: 0 0px 16px;
}
.why-us .radio-section h6{
	font-size: 18px;
	font-weight: 500;
	color: #fff;
	background:	#0c4b80;
	padding: 16px 15px;
	margin:0;
	line-height: 25px;
}
.why-us .radio-section a{
	text-decoration: none;
	font-size: 15px;
	font-weight: 500;
	color: #fff;
	background:	#0c4b80;
	padding: 12px 10px;
	border-radius: 10px;

}
.why-us .radio-section .enquire-radio{
	margin-top: 26px;
}
.why-us .ask-questian{
	margin-top: 15px;
}
.ask-questian textarea::placeholder {
	color: #000;
}
.why-us .btn-default {
	color: #fff;
	background-color:#0c4b80;
	border-color: #0c4b80;
	margin-top: 10px;
	float: right;
}
.why-us .form-control{
	border: 1px solid #3F51B5;
}


/* why-us*/

/*most-popular*/
.family-packages h6{
	font-weight:600;
	font-size:25px;
	color:#707070;
	text-align: center;
	padding-top: 30px;
}
.family-packages table {
	border-collapse: collapse;
	width: 100%;
	margin: 4% 0
}
.family-packages table a{
	text-decoration: none;
	font-weight:500;
	font-size:12px;
	color:#fff;
	background:#0c4b80;
	padding: 8px 10px;
	border-radius: 16px;
}
.family-packages th{
	color: #3b444e;
	font-size: 15px;
}
.family-packages td,
.family-packages th {
	border: 1px solid #dddddd;
	text-align: left;
	padding: 14px;
}
.family-packages tr:nth-child(even) {
	background-color: #dddddd;
}
.most-popular-packages .budget-form {
	width: auto;
	padding: 23px 25px 68px 25px;
	border-radius: 16px;
	margin-bottom: 0px;
	background: #ea2330;
	margin-left: 0; 
}
.most-popular-packages .box-content .enquire .package-btn{
	padding: 12px 10px 12px 10px;
}
.most-popular-packages ul li{
	font-size: 16px;
}
.most-popular-packages .offer-two{
	margin:0 auto;
	text-align: center;
	margin-top: 35px;
}
.most-popular-packages .offer-two img{
	width: 100%;
}










.sticky.stickydiv {
  position: fixed;
  top: 100px;
  z-index: 10000;
  margin-top:12px;
}

.most-popular-packages .fixed {
	position: fixed;
	top: 0;
	bottom: auto;
	width: 27%;
	padding: 140px 25px 68px 25px;
}
.most-popular-packages .abs {
	position: absolute;
	bottom: 0;
	top: auto;
}
.most-popular-packages .box-content .enquire .package-btn{
	font-size: 14px;
}
.most-popular-packages h6{
	font-weight:600;
	font-size:30px;
	color:#707070;
	text-align: center;
	padding-top: 30px;
}

/*most-popular*/

/*daywise*/

.daywise-packages h6{
	font-weight:600;
	font-size:30px;
	color:#707070;
	text-align: center;
	padding-bottom: 30px;
}
.daywise-packages{
	padding: 2% 0 4%;
}
.daywise-packages .budget-form{
	display: none;
}

.daywise-packages .tab-pane{
	margin-top:35px;
}

.daywise-packages .nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
	color: #ffffff;
	cursor: default;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#6db3f2+0,df1a39+0,1e69de+100 */
background: #6db3f2; /* Old browsers */
background: -moz-linear-gradient(-45deg, #6db3f2 0%, #df1a39 0%, #1e69de 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg, #6db3f2 0%,#df1a39 0%,#1e69de 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg, #6db3f2 0%,#df1a39 0%,#1e69de 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6db3f2', endColorstr='#1e69de',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	border: 1px solid #df1a39;
	border-bottom-color: transparent;
}
.daywise-packages .nav-tabs{
	border-bottom:none;
}
.daywise-packages .nav-tabs>li{
	
	border-top: 1px solid #cf0010;
	border-left: 1px solid #cf0010;
}
.daywise-packages .nav-tabs>li>a {
	color: #3d3d3d;
	font-size:15px;
	background-color:#cdcdcd;
	margin-right:2px;
	border-radius: 0;
	padding: 12px 37px;
	color: #3d3d3d;
	font-size:15px;
	font-weight: 400;
}


/*daywise*/
 .footer-scroll-img{
	position: fixed;
	bottom: 60px;
	right: 30px;
}

@media(max-width: 768px){
	.budget-form {
		margin-left: 50px;
		width: 100%;
	}
	.andaman-bar .navbar-nav .link > a,
	.andaman-bar .navbar-nav .link > a:focus,
	.andaman-bar .navbar-nav .link > a:hover{
		font-size: 14px;
	}
	.navbar-default .navbar-nav>li>a {
		padding: 7px 15px;
	}

	.banner .banner-title {
		position: absolute;
		left: 15%;
		top: 65%;
		transform: translate(-8%,-50%);
	}
	.banner-title h1 {
		font-size: 16px;
	}
	.banner-contents .caption p {
		font-size: 18px;
		padding: 26px 0 25px 0px;
	}
	.form .banner-btn {
		margin-bottom: 16px;
	}
	.section-title h2 {
		font-size: 25px;
		padding-bottom: 0px;
	}
	.listing-desinations h4 {
		font-size: 20px;
	}
	.package-box .package-detail{
		padding: 0 15px;
	}
	.activity-packages h4, .adventure-packages h4, .family-packages h4 {
		font-size: 20px;
	}
	.activity-packages h5, .adventure-packages h5, .family-packages h5{
		padding-left: 27px;
	}
	.family-packages h6 {
		font-size: 20px;
	}
	.family-packages td, .family-packages th{
		padding: 5px;
	}
	.family-packages tr{
		font-size: 13px;
	}
	.places-to-visit ul li {
		padding: 10px 4px;
	}
	.most-popular-packages h4, .standard-budget h4, .budget-packages h4 {
		font-size: 20px;
	}
	.daywise-packages .package-box-4 .box-content>p,
	.standard-budget .package-box-4 .box-content>p,
	.budget-packages .package-box-4 .box-content>p{
		width: auto;

	}
	.why-us .panel-group {
		padding: 0 16px;
	}
	.most-popular-packages h6 {
		font-size: 25px;
	}
	.daywise-packages .nav-tabs>li>a {
		padding: 10px 24px;
		font-size: 13px;
	}
	.package-detail{
		text-align: center;
	}
	.package-detail .days p{
		margin: 0 auto;
	}
	.activity-packages .package-box .right-package-box-content,
	.adventure-packages .package-box .right-package-box-content,
	.family-packages .package-box .right-package-box-content {
		padding: 5px 10px 10px;
	}
	.package-box-4 .package-detail-content{
		padding: 16px;
	}
	.package-box-4 .package-detail-content p {
		font-size: 11px;
	}
	.package-box-4 .package-detail-content .view-more {
		margin-top: 0px; 
	}
	.package-box-4 .package-detail-content h3{
		font-size: 12px;
	}
	.budget-form {
		margin-left: 0px; 
	}
	.daywise-packages h6 {
		font-size: 25px;
	}
	.radio-section {

		margin-left: 0px; 
	}


}

@media(min-width: 768px) and (max-width: 992px){
	.budget-form {
		margin-left: 50px;
		width: 100%;
	}
	.banner .banner-title {
		position: absolute;
		left: 31%;
		top: 50%;
		transform: translate(-50%,-50%);
	}
	.listing-desinations .caption{
		margin-right: 15px;
	}
	.banner-title h1 {
		font-size: 30px;
	}
	.banner-contents .caption p {
		font-size: 18px;
		padding: 26px 0 25px 0px;
	}
	.form .banner-btn {
		margin-top: 13px;
	}
	.section-title h2 {
		font-size: 25px;
		padding-bottom: 0px;
	}
	.listing-desinations h4 {
		font-size: 20px;
	}
	.package-box .package-detail{
		padding: 10px 15px 0;
	}
	.activity-packages h4, .adventure-packages h4, .family-packages h4 {
		font-size: 20px;
	}
	.activity-packages h5, .adventure-packages h5, .family-packages h5{
		padding-left: 27px;
	}
	.family-packages h6 {
		font-size: 20px;
	}
	.family-packages td, .family-packages th{
		padding: 12px;
	}
	.places-to-visit ul li {
		padding: 10px 4px;
	}
	.most-popular-packages h4, .standard-budget h4, .budget-packages h4 {
		font-size: 20px;
	}
	.daywise-packages .package-box-4 .box-content>p,
	.standard-budget .package-box-4 .box-content>p,
	.budget-packages .package-box-4 .box-content>p{
		width: auto;

	}
	.most-popular-packages, .standard-budget, .budget-packages {
		padding: 3% 0 0%;
	}
	.client-section {
		padding: 0% 0 0% 0;
	}
	.most-popular-packages h6 {
		font-size: 25px;
	}
	.daywise-packages .nav-tabs>li>a {
		padding: 14px 27px;
		font-size: 14px;
	}
	.package-detail{
		text-align: center;
	}
	.package-detail .days p{
		margin: 0 auto;
	}
	.activity-packages .package-box .right-package-box-content,
	.adventure-packages .package-box .right-package-box-content,
	.family-packages .package-box .right-package-box-content {
		padding: 5px 10px 10px;
	}
}

@media (min-width: 992px) and (max-width: 1200px){
	.banner-title h1 {
		font-size: 48px;
	}
	.form .banner-btn {
		float: right;
		margin-top: 13px;
	}
	.package-box .package-box-bottom-list a {
		font-size: 14px;
		padding: 10px 10px;
	}
	.package-box .right-package-box-content .book-now-button a {
		padding: 8px 14px;
	}
	.package-box .right-package-box-content .enquire-now-button a {
		padding: 8px 4px;
	}
	.activity-packages .package-box .right-package-box-content .book-now-button a,
	.adventure-packages .package-box .right-package-box-content .book-now-button a,
	.family-packages .package-box .right-package-box-content .book-now-button a {

		padding: 8px 15px;
	}
	.package-box .right-package-box-content .enquire-now-button a, .family-packages .package-box .right-package-box-content .enquire-now-button a {
		padding: 8px 7px;
	}


	.activity-packages .package-box .package-box-bottom-list a,
	.adventure-packages .package-box .package-box-bottom-list a,
	.family-packages .package-box .package-box-bottom-list a {
		font-size: 9px;
		padding: 10px 1px;
	}
	.activity-packages .package-box .inclusion-icons p,
	.adventure-packages .package-box .inclusion-icons p,
	.family-packages .package-box .inclusion-icons p {
		font-size: 7px;
	}
	.activity-packages .package-box .inclusion-icons li,
	.adventure-packages .package-box .inclusion-icons li,
	.family-packages .package-box .inclusion-icons li {
		padding: 4px 0px;
	}
	.activity-packages .package-box .right-package-box-content .enquire-now-button a,
	.adventure-packages .package-box .right-package-box-content .enquire-now-button a,
	.family-packages .package-box .right-package-box-content .enquire-now-button a {
		font-size: 13px;
		padding: 8px 7px;
	}
	.places-to-visit a {
		font-size: 13px;
		padding: 10px 10px;
	}
	.budget-packages .offer-image {
		margin-top: 14%;
	}
	.daywise-packages .package-box-4 .box-content>p,
	.standard-budget .package-box-4 .box-content>p,
	.budget-packages .package-box-4 .box-content>p {
		width: 204px;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}
	.daywise-packages .nav-tabs>li>a {
		padding: 12px 25px;
	}
	.banner-contents .caption p {
		padding: 38px 0 38px 0px;
	}

}



/*BANNER*/
.banner-contents .caption {
    background: linear-gradient(135deg, #f7dc6f 0%, #f1c40f 47%, #e67e22 100%);}
    .banner-contents {
    background: linear-gradient(135deg, #f7dc6f 0%, #f1c40f 47%, #e67e22 100%);
}
/**/
	footer {
    padding: 5% 0 0% 0;
    background: url(../img/nabil-naidu-Gt5oT-durng-unsplash.jpg) no-repeat fixed center bottom;
    background-size: cover;
}
	.footer .copy-right_text .footer_border {
    border-top: 1px solid #e1e1e1;
    padding-bottom: 26px;
    margin-top: 50px;
}
footer .footer-border {
    border-bottom: 1px solid #65bcf3;
    margin-bottom: 10px;
}
footer .footer-list ul {
    list-style: none;
    padding: 0;
    padding-bottom: 30px;
    margin: 0;
}
footer .footer-list ul li {
    line-height: 28px;
}
footer h5 {
    font-size: 15px;
    color: #ffffff;
    font-weight: 700;
    margin-bottom: 13px;
}
footer .footer-list ul li a {
    color: #ffffff;
    font-size: 14px;
    text-decoration: none;
    font-weight: 400;
}
footer .social-media ul {
    list-style: none;
    padding: 0;
}
footer .social-media ul li {
    display: inline-block;
    margin-right: 11px;
}
footer .social-media ul li img {
    width: 25px;
}footer .reach-us h5 {
    margin-top: 24px;
    font-weight: 700;
    font-size: 15px;
    color: #ffffff;
    margin-bottom: 9px;
}
footer .reach-us p {
    line-height: 28px;
    font-weight: 300;
    font-size: 14px;
    color: #ffffff;
}
footer .footer-links ul li {
    display: inline-block;
    position: relative;
}
footer .footer-links ul {
    list-style: none;
    margin-bottom: 0;
    padding: 0;
}
footer .footer-links li a {
    text-decoration: none;
    outline: none;
    color: #ffffff;
     font-size: 13px;
    /*font-size: 15px;*/
    font-weight: 400;
    padding: 12px 12px 12px 9px;
}footer .bottom-bar {
    padding: 13px 0;
    background: #1c0b7b;
    margin-top: 2%;
}
footer .bottom-bar p {
    /*text-align: right;*/
}

footer .bottom-bar p, footer .bottom-bar p a {
    color: #ffffffbf;
    font-size: 13px;
    font-weight: 400;
    margin: 0;
    text-decoration: none;
}
footer .bottom-bar p, footer .bottom-bar p a {
    color: #ffffffbf;
    font-size: 13px;
    font-weight: 400;
    /*text-align: left;*/
    margin: 0;
    text-decoration: none;
}
/**/
@media (max-width: 768px) {
    .navbar-collapse {
        padding-top: 35px;
    }
}

.headbutton {
    padding-top: 15px;
  
    margin-top: 0;
    text-align: right;
}
a.btn.btn-primary.navbar-btn {
    padding: 10px 20px;
    border: 1px solid #d4670e;
    background: #f58021;
    color: white; 
   
}

a.btn.btn-primary.navbar-btn:hover {
    background: #f58021;
    color: white; 
}

/*FOOTOR BUTTONS CSSS*/
/*  footer*//* 
Styles for screens smaller than 576px (mobile) */

@media (max-width: 575px) {
     .banner {
    padding-top: 100px;
   }
    .navbar {
    margin-top: 50px;
    }
  
}

/* Styles for screens between 576px and 767px (larger phones and smaller tablets) */
@media (min-width: 576px) and (max-width: 767px) {
    .navbar {
    margin-top: 50px;
    }
     .banner {
    padding-top: 100px;
   }
 
}

/* Styles for screens between 768px and 991px (tablets) */
@media (min-width: 768px) and (max-width: 991px) {
    .banner {
    padding-top: 100px;
   }
 .navbar {
    margin-top: 50px;
    }
}
@media (min-width: 992px) {
     .banner {
    padding-top: 100px;
   }
    
}

/* Hide on desktop */
.fixed_footer1 {
    display: none;
}

/* Show only on mobile */
@media screen and (max-width: 768px) {
    .fixed_footer1 {
        display: block;
    }
}
.fixed_footer {
    display: none;
}

/* Show only on mobile */
@media screen and (max-width: 768px) {
    .fixed_footer {
        display: block;
    }
   
}

    .bottomMenu1 {
        position: fixed;
        top: 0;
        width: 100%;
        height: auto;
        z-index: 9999;
        transition: all 1s;
    }
    
    .bottomMenu {
        position: fixed;
        bottom: 0;
        width: 100%;
        height: auto;
        z-index: 9999;
        transition: all 1s;
    }
    
    .show {
        display: block !important;
    }
    .get-btn {
        background-color: green;
        /*background-color: #25D366;*/
    }
    .call-now {
        background-color: #00509D;
    }
    .call-now, .get-btn {
        text-transform: uppercase;
        width: 100%;
        color: #fff !important;
        display: block;
        height: 50px;
        padding: 17px;
        font-size: 20px;
        /*font-size: 15px;*/
        font-weight: 700 !important;
        float: left;
        text-align: center;
    }
 /**/
 a.contactbutton {
    margin-top: 20px;
    padding: 10px 10px !important;
    border: 1px solid #F39C12;
    background: #F39C12;
}

    
.section_title1 h3 {
    font-size: 38px;
    font-weight: 600;
    color: #009dbf;
    position: relative;
    z-index: 0;
    padding-bottom: 7px;
}
.section_title1 p{
    text-align: justify;
    font-size: 16px;
    color: #7A838B;
    line-height: 28px;
    margin-bottom: 0;
    font-weight: 400;
}

/*OAKAGE DETAILS */
section.blog_area {
    margin: 50px 0;
}
.tour-from-content h2 {
    color: #222328;
    font-size: 32px;
    font-weight: 600;
    letter-spacing: 3px;
    text-align: center;
    padding-bottom: 11px;
    border-bottom: 2px solid #F39C12;
    position: relative;
    display: inline-block;
    text-transform: uppercase;
}
.how-reach {
    padding: 15px 0;
}
.how-reach h3 {
    color: #222328;
    font-size: 25px;
    font-weight: 600;
    padding-top: 1px;
    border-bottom: 1px solid #f85153;
    text-transform: uppercase;
    position: relative;
    float: left;
    margin: 0;
    padding-bottom: 5px;
}
.how-reach .icon-from {
    float: left;
}
.tour-from-content p {
    color: #222328;
    font-size: 14px;
    font-weight: 400;
    text-align: justify;
    line-height: 28px;
    padding-top: 16px;
}
.how-reach .transport {
    margin: 0 auto;
}

.transport {
    padding: 15px 0;
}
.by-ship {
    padding-top: 3%;
    border-top: 1px solid #edededed;
}
.by-ship .icon-from {
    float: left;
}
.by-ship hr {
    border-color: #1f5dea;
    border-image: none;
    border-style: dotted none none;
    border-width: 1px 0 0;
    width: 200px;
    float: left;
    margin-left: .5%;
    margin-top: 16px;
    margin-bottom: 20px;
}

.by-ship h3 {
    color: #222328;
    font-size: 25px;
    font-weight: 600;
    padding-top: 1px;
    border-bottom: 1px solid #f85153;
    text-transform: uppercase;
    position: relative;
    float: left;
    margin: 0;
    padding-bottom: 5px;
}
.what-to-see {
    padding: 10px 0;
}
.attraction-box {
    margin: 12px 0;
    border: 1px solid #edededed;
    padding: 35px;
}

.attraction-box h5 {
    color: #222328;
    font-size: 24px;
    font-weight: 600;
    padding-bottom: 5px;
}
.what-to-see p {
    color: #222328;
    font-size: 14px;
    font-weight: 400;
    text-align: justify;
    line-height: 28px;
}

.why-us-index {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
       padding: 0 0 2% 0;
}
.why-us-index h6 {
    padding: 20px 0;
    color: #222328;
    font-size: 32px;
    font-weight: 600;
    letter-spacing: 3px;
    text-align: center;
    padding-bottom: 8px;
    border-bottom: 2px solid #f85153;
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.why-us h6::before {
    content: ' ';
    position: absolute;
    height: 2px;
    width: 40%;
    bottom: -2px;
    left: 0;
    background-color: #1F5DEA;
}


.why-us-index {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    /* margin: 10px 10px; */
    padding: 0 0 2% 0;
}

.day {
    float: left;
    margin-left: -15px;
    height: 83px;
    width: 83px;
    line-height: 83px;
    font-size: 30px;
    font-weight: 700;
    color: white;
    border-radius: 50%;
    margin-right: 25px;
    text-align: center;
      background: #F39C12 !important;
    border: 1px solid #F39C12 !important;
}
.white-border {
    position: absolute;
    top: 10px;
    left: -5px;
    height: 63px;
    width: 63px;
    font-size: 30px;
    font-weight: 700;
    background-color: transparent;
    border: 1px dashed #fff;
    border-radius: 50%;
}
.day-number {
    font-weight: 700;
    font-size: 25px;
    color: #ffffff;
    padding: 0px 10px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
/**/
.inclusion {
    width: 100%; /* Full width */
    display: flex;
    justify-content: center; /* Center align */
}

.inclusion-inner {
    box-shadow: 0 0 11px 2px rgba(0, 0, 0, 0.2);
    border-radius: 15px;
    margin: 24px 0 0px 0;
    background-color: white;
    padding: 20px;
    width: 100%; /* Ensure full width */
}

.inclusion-label {
    width: 100%;
}

.col-md-8 {
    width: 100%; 
}
.list-inline {
    padding-left: 0;
    margin-left: -5px;
    list-style: none;
}

.price-inc li span i {
    font-size: 22px;
    color: #6a8496;
    padding-right: 20px;
}
.singlePackage .price {
    color: #2471A3;
    font-size: 32px;
    font-weight: 600;
}
.singlePackage .price .text {
    font-weight: 300;
    color: #4d4d4d;
    font-size: 14px;
}
.d-block {
    display: block !important;
}
.pg {
    margin: 10px 0;
}

.singlePackage .location span {
    color: #026dc5;
    font-weight: 500;
    font-size: 16px;
    padding: 10px 0px;
    display: inline-block;
    padding-right: 20px;
}

@media (max-width: 767px) {
    .package-image {
        display: none !important;
    }
    .package-box-image
    {
        display: none !important;
    }
    .timeline .img-responsive {
    display: none !important;
    }
}


@media (max-width: 768px) {
    #enq-modal .modal-dialog {
        margin-top: 250px;
    }
}

div#enq-modal {
    background: blue;
}
@media (max-width: 768px) {
    .whatsapp-xs img {
        width: 45px;
    }
}
@media (max-width: 768px) {
    input[name="txt-destination"],
    input[name="txt-date"] {
        display: none;
    }
}
