section.banner.home {
	z-index: 3;
}
section.banner.page.contact{
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center;
	margin-bottom:60px;
}
body.single section.banner{
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center;
	overflow:hidden;
}
body.single .post-content table td{
	width:auto;
	display:table-cell;
}
body.single section.banner{
	height:auto;
}
.post-content.excludes ul {
  margin: 0;
  padding: 0;
}
.post-content.excludes li {
  list-style: none;
  position: relative;
  padding-left: 30px;
}
.post-content.excludes li:before {
  content: "\f00d";
  font-family: FontAwesome;
  position: absolute;
  color: #f50201;
  left: 0;
  font-size: 14px;
  font-size: 0.875rem;
}
.post-content table{
	width:100%;
	height:auto;
	margin-bottom:30px;
}
.post-content table tbody tr:first-child{
	background:#eeefef;
}
.post-content.overview table tbody tr:first-child{
	background:transparent;
}
.post-content table tbody tr{
	border:1px solid #2d2d2d;
}
.post-content.overview table tbody tr{
	border:none;
}
.post-content table tbody td{
	padding:4px 3px;
}
.post-content.overview table tbody td{
	
}


.post-content table.table-alternate{
	width:100%;
	height:auto;
	margin-bottom:30px;
}
.post-content table.table-alternate tbody tr:first-child{
	background:rgba(0,0,0,0.10);
}

.post-content table.table-alternate tbody tr{
	border-bottom:1px solid #2d2d2d;
	display: table-row!important;
}
.post-content table.table-alternate tbody td{
	padding:5px 10px;
	display: table-cell!important;
	width:auto!important;
}

#search-results {
	position: relative;
	background: #fff;
	width: 100%;
	max-height: 300px;
	overflow-y: scroll;
	list-style-type: none;
	padding: 0;
	margin: 0;
	top: auto;
	bottom: -2px;
	font-size: 14px;
	text-align: left;
	z-index: 99999;
	box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.5);
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
}

#search-results li {
	padding: 10px;
	font-size: 14px;
	text-align: left;
	border-bottom: 1px solid #eeefef;
	cursor: pointer;
}

#search-results li:last-child {
	border: none;
}

#search-results li:hover {
	background: #f0f0f0;
}


.block-expert_member ul {
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	list-style: none;
}

.block-expert_member li {
	margin: 0 5px;
	width: 45%;
	text-align: center;
	font-size: 14px;
}

a.whatsapp-btn {
    position: fixed;
    width:75px;
    height:40px;
    bottom:190px;
    right:0;
    font-size:12px;
    text-align:center
}
.whatsapp{
  position: fixed;
  right: 10px;
  bottom: 100px;
  font-size:14px;
}
.whatsapp a{
	color:#000;
}
.whatsapp span{
	width:100%;
	padding:5px;
	display:block;
}

.maplegend {
	padding: 5px;
	display: block;
	width: 100%;
}

.maplegend div {
	display: inline-block;
	margin-right: 15px;

}

.maplegend span.goto {
	background: rgb(11, 53, 125);
	width: 30px;
	height: 15px;
	display: inline-block;
}

.maplegend span.return {
	background: rgb(255, 87, 51);
	width: 30px;
	height: 15px;
	display: inline-block;
}

.maplegend small {
	font-size: 11px;
}
/**pagination**/
/* Pagination Container */
.navigation.pagination {
    margin: 2rem 0;
    text-align: center;
    width: 100%;
    clear: both;
}

/* Pagination List */
.nav-links {
    display: inline-flex;
    gap: 0.5rem;
    align-items: center;
    padding: 1rem;
}

/* Individual Page Numbers and Navigation Links */
.page-numbers {
    padding: 0.5rem 1rem;
    border: 1px solid #ddd;
    border-radius: 4px;
    color: #333;
    text-decoration: none;
    transition: all 0.3s ease;
}

/* Current Page Number */
.page-numbers.current {
    background-color: #007bff;
    color: white;
    border-color: #0056b3;
}

/* Hover State for Links */
a.page-numbers:hover {
    background-color: #f8f9fa;
    border-color: #007bff;
    color: #007bff;
}

/* Previous/Next Navigation */
.page-numbers.prev,
.page-numbers.next {
    font-weight: bold;
}

/* Disabled State (optional) */
.page-numbers.dots {
    border: none;
    padding: 0.5rem;
}



/**mega menu**/

#mega .dropdown-menu.show {
    width: 100%;
    display:flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#mega .nav-pills{
    width:22.5%;
    border-right:1px solid #eeefef;
}
#mega .nav-pills a.nav-link{
    color:#000;
    padding:10px 15px;
    display: block;
    border-radius:0;
    border-top:1px solid #eeefef;
}
#mega .nav-pills a.nav-link.active{
    background:rgb(230, 228, 228) !important;
}
#mega .nav-pills a.nav-link:first-child{
    border-top:none;
}
#mega .nav-pills a:hover{
    background:#1153c3;
    /* color:#fff; */
    
}

#mega .tab-content{
    width:77.5%;
    padding:20px 30px;
}
#mega .tab-pane ul{
    margin:0;
    padding:0;
    list-style:none;
}
#mega .tab-pane ul li a{
    color:#252525;
    font-size:15px;
    line-height:2;
    display: block;
}
#mega .tab-pane ul li a span{
    font-size:13px;
    color:#bfbfbf;
    padding-left:5px;
}
#mega .tab-pane ul li a:hover{
    color:#1153c3;
}
#mega .tab-content .two-col li.has-heading,
#mega .tab-content .three-col li.has-heading{
    width:100%;
    border-bottom:1px solid #eeefef;
    margin-bottom: 5px;
    margin-top:5px;
}
#mega .tab-content .two-col li.has-heading a,
#mega .tab-content .three-col li.has-heading a{
    font-weight:700;
    font-size:16px;
}
#mega .tab-content .two-col ul,
#mega .tab-content .three-col ul{
    margin:0;
    display:flex;
    flex-wrap:wrap;
}
#mega .tab-content .two-col li{
    width:50%;
}
#mega .tab-content .three-col li{
    width:33.3333%;
}
@media(min-width:768px)and (max-width:991px){
	.block-trip div:first-child{
		width:65%;
	}
	.block-trip div:nth-child(2n+3){
		width:65%;
	}
	.block-trip div:nth-child(2n+2){
		text-align:right;
		width:35%;
		overflow:hidden;
	}
	.block-trip_dates.col-md-3 {
		font-size: 16px;
		white-space: nowrap;
	}
	.block-trip_action .btn {
		min-width: 1px;
		padding:5px 10px;
	}
}
@media(max-width:991px){
	.single .post-content table tr{
		display: table;
		/* flex-wrap: nowrap; */
		width: 100%;
	}
	.single .post-content table tr td{
		display:table-cell;
		font-size: 14px;
		width: 25%;
	}
}

.block-footer_menu li{
	margin-bottom:10px;

}
.block-footer_menu li:nth-child(odd){
		padding-right:1%;
}
.block-footer_menu li a{
	display:block;
    line-height: 1.5;
}
.dropdown-item{
	font-size:15px;
	display:block;
	    padding: 10px 15px !important;
    line-height: 30px !important;
}

/**contact us page**/
section.banner.page.contact{
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center;
	margin-bottom:60px;
}
.block-contact.row input,
.block-contact.row textarea{
	border-radius:7px;
	font-size:14px;
	padding: 10px 15px;
	border: 1px solid #092b66;
}
.block-contact.row label{
	font-size: 14px;
}

.block-contact.row h2{
	font-size:18px;
}
section.banner.page.contact h1{
	color:#fff;
}
.block-contact_details.social-links{
	margin-top:45px;
}
.page-template-tpl-contact h2,
.block-contact_details.social-links h2{
	font-size:24px;
}
.block-contact_details{
    padding-left:30px;
    margin-top:0px;
}
.block-contact_details ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.block-contact_details ul li span{
    font-weight:600;
    width:100px;
	font-size:14px;
    display:block;
}
.block-contact_details ul li{
    margin-bottom:10px;
}

.block-contact_details.social-links ul{
    display:flex;
    justify-content:flex-start
}
.block-contact_details.social-links li{
    margin-right:15px;
}
.block-contact_details.social-links li a{
    font-size:24px;
}


/**Ask question**/
#askQuestion {
  position: fixed;
  right: 0;
  top: 0;
  width: 50%;
  padding:30px;
}

#askQuestion .offcanvas-header{
	flex-wrap:wrap;
	position:relative;
}
#askQuestion .offcanvas-header p{
  font-size:16px;
  margin-top:15px;
}

#askQuestion .offcanvas-header .btn-close{
	position:absolute;
	top:-10px;
  right:-10px;
}

/**subscribe**/
#subscribe{
  display: flex;
  position: relative;
}
#subscribe p {
  margin-bottom: 0;
}
#subscribe .wpcf7-spinner{
  position: absolute;
  bottom:-20px;
  left:10px;
}
#subscribe .wpcf7-not-valid-tip {
  font-size: 14px;
  position: absolute;
  width: 170px;
  left: 0;
  bottom: 0px;
}
.block-footer_subscribe .wpcf7-response-output{
	font-size:14px;
}
#subscribe input[type="submit"]{
	min-width: 1px;	
}


section.featuredon{
	padding:45px 0;
}
.featured-list{
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
	align-items:center;
}
.featured-list a{
	display:block;
	max-width:150px;
}
#hs-form-virality-container {
    display: none!important;
}
.hsfc-Step__Content{
	padding:0!important;
}
.review-count{
	font-size:14px;
	font-weight:400;
}
.section-review h3 {
    display: flex;
    flex-wrap: wrap;
   align-items: center;
}