html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}


*, *::before, *::after {
	box-sizing: border-box;
}


ol, ul {
	list-style-type: none;
	margin: 0px;
}
li { margin:0px;}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
strong {
	font-weight: bold;
}
a img {
	border: 0;
}
img {
	max-width: 100%;
	border: 0 none;
	height: auto;
	vertical-align: middle;
}

body {
	padding: 0;
	margin: 0px;
	color: var(--body-txt-color);
	font-family: raleway, sans-serif;
	background:var(--white-color);
    font-size: 14px;
	
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	padding: 0;
	margin: 0;
    font-family: raleway, sans-serif;
    font-weight:600;
    
}
p {
	clear: both;
	padding: 0 0 12px 0;
	margin: 0;
	color: var(--body-txt-color);
	font-size: 14px;
	line-height: 22px;
    font-family: raleway, sans-serif;
}
a {
	color: var(--hg-primary);
	text-decoration: underline;
}
p a:hover, a:hover, a:focus {
	text-decoration: none;
	color: var(--hg-primary);
}
h1 {
	font-size: 26px;

}
h2 {
	font-size: 22px;
	color: #024F42;

}
h3 {
	font-size: 18px;

}
h4 {
	font-size: 16px;

	
}
h5 {
	font-size: 16px;

	
}
iframe {
	max-width: 100%;
}

:focus {
	outline: 0;
}

::-webkit-input-placeholder {
color: var(--placeholder-color);
}

::-moz-placeholder {
color: var(--placeholder-color);
opacity: 1;
}

:-ms-input-placeholder {
color: var(--placeholder-color);
opacity: 1;
}

:-moz-placeholder {
color: var(--placeholder-color);
opacity: 1;
}

:root {

	--hg-primary: #80B157;

	--hg-primary-hover: #80B157;
  
	--hg-secondary: #005042;

	--body-txt-color: #191919;
  
	--white-color: #ffffff;
  
	--black-color: #000;
  
	--grey-color: #cccccc;
  
	--lightgrey-color: #e9e9e9;

	--sidebar-color: #ECECEC;

	--placeholder-color: #7a7a7a;

	--font-1: 'Inter', sans-serif;
  
	--transition: all 0.5s;

	--darkbg: #2B2B2B;
  
  }



.align-items-center { align-items:center; }

.primery-btn { background: var(--hg-primary); color: var(--white-color); display: inline-block; border-radius: 3px; padding: 10px 20px; text-decoration: none; border: none; outline: none!important; cursor: pointer; text-align: center; }
.primery-btn:hover { background: var(--hg-primary-hover)!important; color: var(--white-color)!important; outline: none;}



/*------------------------------------*\

         Custom Css Start

\*------------------------------------*/


.wapper { padding:0px 0 0 0; }


/*Header css start*/

header { background:var(--white-color); padding:10px 0px; box-shadow:0px 5px 12px #00000029; position:fixed; top:0px; width:100%; z-index:99; 
  transition: 0.3s; }

header .container { max-width:100%; padding: 0px 30px; width: 100%; }

.header-row { display: flex; align-items: center; justify-content: space-between;}

.header-left { display: flex; align-items: center; }

.exo-logo2 { width:auto; height: auto;}

.nav-menu { margin: 0 30px 0 0;}
.nav-menu > ul { display: flex;}
.nav-menu ul li a { display: inline; padding:33px 20px; color: var(--hg-secondary); font-size: 14px; font-weight: 500; text-decoration:none;   }
.nav-menu ul li > ul { position: absolute; background: var(--white-color); padding:0px 0px; box-shadow: 0px 0px 10px rgba(0,0,0,0.2); display: none; top: 55px; }
.nav-menu ul li > ul li a { padding:10px 20px; display: block; color:#191919; pointer-events: none;  }
.nav-menu ul li > ul li.highlight-link a { color: var(--hg-secondary); pointer-events:auto; }
.nav-menu ul > li > ul > li > a:hover { background: var(--lightgrey-color); }
.nav-menu > ul > li.sub-menu > a:after { content:""; width: 10px; height: 10px; background:url(../agent-hub-images/menu-arrow.svg) 0 0 no-repeat; display: inline-block; vertical-align: middle; margin: 0 0px 0 10px; vertical-align: unset; }

.nav-menu ul li > ul li { border-bottom:var(--grey-color) solid 1px;}
.nav-menu ul li > ul li ul li  { border-bottom:none; padding: 0 0px; }
.nav-menu ul li > ul li ul li a {  padding: 10px 30px;}

.nav-menu ul li > ul li ul { position: static; display: block!important; box-shadow: none;} 
.nav-menu ul li > ul li:last-child { border: none;}
.nav-menu ul li > ul li ul { padding-bottom: 0px;}


.mobile-toggle { display: none;}
.mobile-toggle a { width: 25px; height: 18px; display: block; background: url(../agent-hub-images/hamburger-icon.svg) 0 0 no-repeat; }
.mobile-toggle a.close-icon {  background: url(../agent-hub-images/close-icon.svg) 0 0 no-repeat;}


.settings-btn a { padding: 10px 20px; display: inline-block; background: var(--hg-primary); border: var(--hg-primary) solid 1px; border-radius: 5px; 
  color: var(--white-color); margin: 0 20px 0 0; text-transform: uppercase;  text-decoration: none;}
.settings-btn a i { margin: 0 10px 0 0; }
.settings-btn a:hover { background: var(--hg-secondary); color:var(--white-color); }

.logout-btn a { padding: 10px 20px; display: inline-block; background: var(--white-color); border: var(--hg-primary) solid 1px; border-radius: 5px; 
  color: var(--hg-primary); text-decoration: none;   }
.logout-btn a i { margin: 0 10px 0 0; }
.logout-btn a:hover {  color:var(--hg-secondary);  border: var(--hg-secondary) solid 1px; }


.sidebar { width:320px;  background: var(--darkbg); position: fixed; left: 0px; top: 0; padding-top: 100px; height: calc(100% - 0px); margin-top: 0px; }
.side-scroll { overflow-y:auto; }
.side-menu { border-bottom: var(--grey-color) solid 1px; padding: 10px 0px; }
.side-menu h5 { padding: 10px 30px 15px 30px; font-weight:500; color:var(--white-color); font-size: 14px; }
.side-menu ul li a { padding: 6px 40px; display: block; color: var(--white-color); font-weight: 500; text-decoration: none;  }
.side-menu ul li.active a { font-weight: bold; color: var(--white-color);}

.sidebar-close { position:absolute; left:266px; top:4px;  }
.sidebar-close a { width:28px; height:28px; display: block;  background: url(../agent-hub-images/white-close-icon.svg) 50% 50% no-repeat; background-size: 65% auto;    }

.sidebar-toggle { display: none;}
.sidebar-toggle a img { width: 22px; }

.sidebar p { color: var(--white-color);}


.content-block { padding:86px 0px 0px 320px;}

.right-content { padding: 10px 30px 20px 30px;}
.right-content h1 {  font-weight: 700; padding: 0 0 20px 0; }

.exo-create { padding:40px 0 60px 0;}
.exo-create h2 { padding: 0 0 12px 0; display: flex; align-items: center;}
.exo-create p { margin-bottom: 15px;}
.exo-create .primery-btn { margin-bottom: 15px;}

 a.text-link {  margin-left:20px; display: inline-block; }





.create-row { padding:0px 0 50px 0;}
.create-row h2 { padding: 0 0 12px 0;}
.create-tag { padding:12px 0 0 0;}
.create-tag form { display: inline-block; }
.create-tag a, .create-tag button { background: var(--hg-primary); padding: 5px 12px; display: inline-block; color: var(--white-color);  outline: none; border: none; margin: 0 5px 10px 0; border-radius: 3px; text-decoration: none; cursor: pointer;}
.create-tag a:hover, .create-tag button:hover {background: var(--hg-primary-hover); }

.create-row h2 img { margin: 0 10px 0 0; display: inline-block; height: 36px; }

#exo-create { padding-top: 40px;}


.scroll-tag { padding: 32px 0 0px 0; display: flex; flex-wrap: wrap; }
.scroll-tag a {background: var(--hg-primary); border:var(--grey-color) solid 1px; display:inline-block; padding:5px 10px; display: inline-block; margin: 0 10px 10px 0; border-radius: 3px; text-decoration: none; color: var(--white-color);}
.scroll-tag a:hover, .scroll-tag a.active { background: var(--hg-primary-hover); color: var(--white-color); border:var(--hg-primary-hover) solid 1px;}

.email-link a { border: var(--hg-primary) solid 1px; padding: 8px 15px; border-radius: 5px; display: inline-block; margin:25px 0px; color: var(--hg-primary); text-decoration: none;  }
.email-link a:hover {  background: var(--hg-primary); color: var(--white-color); }

.travel-block { margin-bottom: 20px; margin-top: 20px; }

.data-table {  border-bottom:var(--white-color) solid 1px;  overflow-x: auto;   }
.data-table thead tr td, .data-table thead tr th  { background: #6D6D6D; color: var(--white-color); font-size: 14px; font-weight: 500; padding:12px 15px; border-left: var(--white-color) solid 1px;}
.data-table tr td { padding:15px 15px; border-left:var(--white-color) solid 1px; border-top:var(--white-color) solid 1px; color: var(--body-txt-color); vertical-align: middle;}
.data-table tbody tr {  background: #f3f3f3;  }
.data-table tbody tr:nth-child(even) { background: var(--lightgrey-color);  }

.back-top { padding: 20px 0;}
.back-top a { text-decoration: underline;}
.back-top a:hover { text-decoration: none;}


.notes-block { padding: 20px 0 0 0;}
.notes-block h2 { padding: 0 0 30px 0;}
.notes-block h3 { padding: 0 0 12px 0;}
.notes-block p { padding-bottom: 30px;}


.custom_destination {display:none;}
.custom_destination.active {display: block;}


.create-row .primery-btn:focus { color:var(--white-color); text-decoration: none; }

.travel-block h3 img { max-width: 42px; margin: 0 0 0 5px; border: #dfdfdf solid 1px; display: none;}

/* popup css start here */

.modal .tab-header {
	padding: 20px 0 0;
	font-size: 14px
}

.modal .modal-body {
	padding: 26px 15px 15px
}

#Modal-1 div.modal-dialog {
	margin: 30px auto;
	width: 750px
}

#Modal-agenthub div.modal-dialog {
	margin: 30px auto;
	width: 752px
}

#Modal-agenthub .agent-hub-login-box {
	background: var(--hg-primary);
	padding: 20px 30px 5px;
	color: var(--white-color)
}

#Modal-agenthub>div>div>div.modal-body.agent-hub-login-box>button>span {
	position: relative;
	top: -5px;
	font-size: 18px;
	right: -5px
}

#Modal-agenthub .btn-agent-login,#Modal-agenthub .btn-agent-regist {
	border: 1px solid var(--hg-primary);
	text-transform: none;
	font-size: 16px;
	font-weight: 500
}

#Modal-agenthub .form-agent {
	width: 240px
}

#Modal-agenthub .btn-agent {
	width: 20%;
	margin: 26px 0 0
}

#Modal-agenthub .btn-agent-login {
	width: 110px;
	background: var(--white-color);
	color: var(--hg-primary);
	padding: 5px
}

#Modal-agenthub .btn-agent-login:hover {
	background: var(--hg-secondary)!important
}

#Modal-agenthub .agent-hub-regist-box {
	padding: 30px 30px 10px 29px
}

#Modal-agenthub .agent-hub-regist-box .form-agent-regist {
	width: 480px
}

#Modal-agenthub .btn-agent-regist {
	width: 110px;
	background: var(--hg-primary);
	color: var(--white-color);
	padding: 5px
}

#Modal-agenthub .agent-hub-regist-box-2 {
	padding: 30px 30px 30px 29px;
	display: table;
	font-size: 14px;
	color: var(--hg-primary);
	min-height: 200px
}

#Modal-agenthub .agent-hub-regist-box-2>div>ul {
	margin: 10px 0 0;
	padding: 0
}

#agent-hub-regist-show>div:nth-child(4)>ul>li:first-child,#agent-hub-regist-show>div:nth-child(4)>ul>li:nth-child(2),#agent-hub-regist-show>div:nth-child(4)>ul>li:nth-child(3) {
	padding: 5px 0 5px 10px
}

#Modal-agenthub .agent-hub-regist-box-2 h4 {
	display: inline-block;
	margin: 0 10px 0 0
}

#Modal-agenthub .agent-hub-regist-box-2 a {
	text-decoration: none;
	font-size: 12px
}

.agent-hub-regist-show-box {
	display: table!important;
	background: var(--lightgrey-color)
}

.icon-locked {
	background: url(../img/top-page/icon-lock.jpg) no-repeat;
	width: 10px;
	height: 11px;
	display: inline-block;
	margin: 0 4px 0 0
}

#Modal-agenthub .agent-hub-login-box h4 { clear: none;}

.form-agent label { font-size: 14px;}

#Modal-agenthub .agent-hub-login-box span a { font-size: 14px; }


#Modal-agenthub .agent-hub-login-box h4, #Modal-agenthub .agent-hub-login-box span a, #ethosNavigation a, #ethosNavigation a:hover, .button.btn-adventure-num:hover, .mice .mice-btn a:hover {
    color: var(--white-color);
}


.bg-grey-2 {background: var(--lightgrey-color);}

#loginform label span { font-size: 14px; margin: 0 0 0 6px;}


#freeform_registration label { font-size: 14px; padding-bottom: 5px; }

#travel_network_box .form-control { padding: 0px;}


.btn-group { width: 100%;}



.modal .dropdown-toggle {
    height: 32px;
    left: 0px!important;
    overflow: hidden;
    padding: 0 0 0 10px;
    position: relative!important;
    text-align: left;
    top: 0px!important;
    width: 209px;
	border: none;
}

.open>.dropdown-toggle.btn-default:hover { background-color: transparent;}
.btn-default:hover { background-color: transparent; }

button.multiselect.dropdown-toggle.btn.btn-default b.caret {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px dashed;
    display: inline-block;
    height: 0;
    margin-left: 2px;
    position: absolute!important;
    right: 10px!important;
    text-align: right;
    top: 15px!important;
    vertical-align: middle;
    width: 0;
}

.btn-primary { background: var(--hg-primary); border-color: var(--hg-primary); }

#contactForm .form-control-feedback, .has-feedback label~.form-control-feedback { right: 15px;  display: none!important;}

#Modal-agenthub .agent-hub-regist-box h4 { padding-bottom: 20px;}

.request-tab.side-menu ul li a { padding: 6px 30px; }

.data-table table td ul { padding: 0 0 0 20px;}
.data-table table td ul li { list-style:square; }


/* popup css end here */


/* filter css start */

.back-btn { padding:20px 30px 15px 30px;}
.back-btn a { font-size:18px; font-weight:600; }
.back-btn a i { margin:0 6px 0 0;}


.search-option { padding: 10px 30px; }
.search-option input[type="text"] { width:100%; padding:6px 10px 6px 42px; border-radius:5px; border:none; height:45px; background:var(--white-color) url(../agent-hub-images/search-icon.svg) 12px 50% no-repeat; }


/* .sidebar { overflow: hidden;} */




.side-filter::-webkit-scrollbar {
  width: 17px;
}

.side-filter::-webkit-scrollbar-track {
  background: #2b2b2b;
}

.side-filter::-webkit-scrollbar-thumb {
	background: #2b2b2b;
  }
  
/* .sidebar:hover .side-filter::-webkit-scrollbar-thumb {
    background: #acacac;
} */


.side-filter::-webkit-scrollbar-button {
  display: none;
}


.side-filter { height: calc(100vh - 160px) !important; overflow: hidden;  }

.filter-scroll {   height:100%!important;  overflow-y: auto; padding: 20px 30px;  width: 337px; }

/* .side-filter {  padding: 20px 30px; height: calc(100vh - 160px) !important;  overflow-y: auto;} */
.filter-block { padding: 0 0 20px 0; margin-bottom: 25px; border-bottom: var(--grey-color) solid 1px;}
.filter-block h5 { padding: 0 0 15px 0; font-size: 16px;  color:var(--white-color);}
.filter-block h5 a { font-size: 14px; float: right; font-weight: normal; }
.filter-block ul { list-style:none; margin:0px; padding:0px; max-height:162px; overflow:hidden; }
.filter-block ul li { position:relative; padding:5px 0 1px 28px; }
.filter-block ul li input[type="checkbox"] {display: none; }
.filter-block ul li label { color: var(--white-color);}
.filter-block ul li label:before { content:""; display:inline-block; width:18px; height:18px; margin-right:10px; position:absolute; left:0px; top:8px; background-color:transparent; border:var(--white-color) solid 1px; border-radius:3px;}
.filter-block ul li input[type="checkbox"]:checked + label:before { content:""; width:18px; height:18px;  background: url(../agent-hub-images/check.png) 50% 50% no-repeat;  }

.show-more { padding: 12px 0px 0 0;}
.show-more a {  color: var(--white-color);  font-weight: 600; text-decoration: none;  }

.filter-block.expend ul { height: auto; max-height: none;}
.filter-block i { vertical-align: middle; color: var(--hg-primary);}
.filter-block.expend i { transform: rotate(180deg);}

.range-block { padding: 0 0 25px 0; margin-bottom: 25px; border-bottom: var(--grey-color) solid 1px; }
.range-block h5 { padding: 0 0 10px 0; font-size: 18px;}
.range-block h5 a { font-size: 14px; float: right; }
.range-block label { font-size: 14px; font-weight: 500; padding: 5px 0 5px 0; display: block;}
.days-slider {
	-webkit-appearance: none;
	width: 100%;
	height: 5px;
	background: #333333;
	outline: none;
	-webkit-transition: .2s;
	transition: opacity .2s;
	border-radius: 3px;
  }
  .days-slider::-webkit-slider-thumb {
	-webkit-appearance: none;
	appearance: none;
	width: 20px;
	height: 20px;
	background: var(--hg-primary);
	border: #024F42 solid 1px;
	cursor: pointer;
	border-radius: 100%;
  }
  .days-slider::-moz-range-thumb {
	width: 20px;
	height: 20px;
	background: var(--hg-primary);
	border: #024F42 solid 1px;
	cursor: pointer;
	border-radius: 100%;
  }

.range-slider {
  width: 100%;
  text-align: center;
  position: relative;}

.rangeValues { display:flex; justify-content:space-between; padding:8px 0px 20px 0px; font-size:14px; font-weight:500; }

.range-slider input[type="range"] {
  -webkit-appearance: none;
  border: none;
  width: 100%;
  position: absolute;
  left: 0;
  background: transparent;
}
.range-slider input[type="range"]::-webkit-slider-runnable-track {
  width: 100%;
  height: 5px;
  background: #333333;
  border: none;
  border-radius: 3px;

}
.range-slider input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  border: none;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background: var(--hg-primary);
  border: #024F42 solid 1px;
  margin-top: -8px;
  cursor: pointer;
  position: relative;
  z-index: 1;
}
.range-slider input[type="range"]:focus {
  outline: none;
}
.range-slider input[type="range"]::-moz-range-track {
  width: 100%;
  height: 5px;
  background: var(--grey-color);
  border: none;
  border-radius: 3px;
}
.range-slider input[type="range"]::-moz-range-thumb {
  border: none;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background: var(--hg-primary);
  border: #024F42 solid 1px;
  
}
.range-slider input[type="range"]:-moz-focusring {
  outline: 1px solid white;
  outline-offset: -1px;
}
.range-slider input[type="range"]::-ms-track {
  width: 100%;
  height: 5px;
  /*remove bg colour from the track, we'll use ms-fill-lower and ms-fill-upper instead */
  background: transparent;
  /*leave room for the larger thumb to ovarflow with a transparent border */
  border-color: transparent;
  border-width: 6px 0;
  /*remove default tick marks*/
  color: transparent;
  z-index: -4;
}
.range-slider input[type="range"]::-ms-fill-lower {
  background: #777;
  border-radius: 10px;
}
.range-slider input[type="range"]::-ms-fill-upper {
  background: var(--grey-color);
  border-radius: 10px;
}
.range-slider input[type="range"]::-ms-thumb {
  border: none;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background: var(--hg-primary);
  border: #024F42 solid 1px;
  
}


.show-more-region a { color: var(--white-color)!important;}


.select-option { display: flex; padding: 20px 0 0 0;}
.select-tag a { color: #333333; border: #868686 solid 1px; padding: 8px 15px; display: inline-block; border-radius: 20px; margin: 3px 5px 3px 0; font-size: 15px; font-weight: 500; text-decoration: none;}
.select-tag a i { margin: 0 0 0 5px; display: none;}

.short-by select { background: var(--white-color) url(../agent-hub-images/down-arrow.png) 100% 50% no-repeat; color: #333333; border: #868686 solid 1px; padding:9px 32px 9px 10px; width: 256px;  border-radius: 20px; font-size: 14px; font-weight: 500; float: right; appearance: none; -webkit-appearance: none; }


.result-list { padding:20px 0px  40px 0px;}
.result-list .col-sm-4 { margin-bottom: 30px;}
.tours-post { background: #F5F5F5; box-shadow: 0 0 4px rgba(0, 0, 0, 0.3); border-radius: 5px; overflow: hidden; height: 100%;  position: relative;  }
.tours-post-img img { width:100%; display:block; border-radius: 5px 5px 0 0; min-height: 180px; max-height:270px; object-fit: cover;}
.tours-post-img:before { background:rgba(0, 0, 0, 0.3); content:""; position:absolute; width:100%; height:100%; border-radius: 8px 8px 0 0;}
.tours-post-top { padding: 0 0 0px 0; position: relative; overflow: hidden;}
.tours-post-top .ribbon { -webkit-clip-path:inset(0 0%);  clip-path:inset(0 0%); inset:0 0 auto auto;  transform-origin:0 0; transform:translate(42%) rotate(45deg);  z-index:9; width:200px;  top:-20px; text-align:center; right:0px; line-height:17px; padding-bottom:6px; padding-top:6px;font-size:16px;
  position:absolute; background:#005042; color:#fff; }
.tours-post-top h3 { position: absolute; top:50%; left: 50%; transform: translate(-50%, -50%); text-align: center; color: #fff; 
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.70); font-size:22px; }
.tours-detail { padding:20px; padding-bottom: 100px; }
.tours-detail h3 { padding-bottom:6px; color: var(--body-txt-color); }  
.tours-detail span { display:block; font-weight:600; padding:5px 0 8px 0; text-transform: capitalize; }
.tours-detail .list-icon { justify-content:start; padding:8px 0px; flex-wrap: wrap;}
.tours-detail .group-btn { padding:20px 0px 0 0px; }
.tours-detail .group-btn .primery-btn { text-align:center; display: flex;align-items: center; justify-content: center; padding:12px 10px; color: var(--white-color);}
.tours-detail .group-btn .view-link { text-decoration: underline; text-transform: none; margin-bottom: 0px;}
.tours-detail .group-btn .view-link:hover { text-decoration: none; color: var(--hg-primary)!important;}

.list-bottom { position: absolute; bottom: 15px; left: 0; right: 0; margin: 0 20px; }


.list-icon { display: flex; justify-content: end; gap: 12px;}
.list-icon a, .list-icon span  {display: flex; border: #8AC055 solid 2px; width: 38px; height: 38px; padding: 7px;  border-radius: 100%; text-align: center;
 background: #fff;   }
/* .list-icon a:hover, .list-icon span:hover { background: #005042;  border: #005042 solid 2px;}
.list-icon a:hover img, .list-icon span:hover img { filter: brightness(0) invert(1); } */
.custom_tours { list-style: disc; padding:0 0 20px 20px;}
.custom_tours li { padding:2px 0px; }

.customize-book { vertical-align: middle;}
.customize-book:before {  content: ""; width: 22px; height: 22px; background:url(../agent-hub-images/sparkler-icon.png) 0 0 no-repeat; background-size: 22px auto; display:inline-block; top:0px; position: relative; margin: 0 8px 0 0; flex: 0 0 22px;}

.result-list .col-sm-6 { margin-bottom: 30px;}


.group-btn { padding:20px 0px; }
.group-btn .outline-btn { padding: 8px 10px; border: var(--hg-primary) solid 1px; border-radius: 5px;  }
.group-btn a { display: block; font-size: 14px; font-weight: 500; margin-bottom: 12px;}

.short-by select { margin: -60px 0 0 0; }
.select-filter { padding:15px 15px; margin:0 0 8px 0; background: #f5f5f5; }
.result { width: 100%; padding: 0 0 12px 0; }
.select-tag { width: 100%;}

.doc-link a { display: block; padding: 8px 0;}
.doc-link a i { margin: 0 6px 0 0;}

.reports-block { overflow: auto;}
.reports-block h4 { min-width: 300px;}
.reports-block p { padding:5px 0 0 0px;}
.doc-link { width: 150px;}

.guide-img { text-align: center; width:100px;}

.see-less-txt { display: none;}
.filter-block.expend .see-more-txt { display:none; }
.filter-block.expend .see-less-txt { display: inline-block; }

/* filter css end */


.month-block { padding:20px 0px 40px 0px; }
.month-block ul { display: grid;grid-template-columns: repeat(12, 1fr); grid-gap: 15px;}
.month-block ul li a { height:100px; display:block; box-shadow: 0px 0px 10px rgba(0,0,0,0.2); border-radius: 5px; display: flex; align-items: center; justify-content: center; font-weight: 500; pointer-events:none; color:#333; font-size: 16px; text-decoration: none; }
.month-block ul li.select a { background: var(--hg-primary); color: var(--white-color);}


/* conditions page */

.conditions-block h2 { padding: 10px 0px; }

.accordion { padding: 20px 0 0 0;} 
.accordion .accordion-btn { width: 100%; text-align: left; border: none; padding:10px 15px; background: #EDEDED; outline: 0; font-size: 18px; font-weight: 600; line-height: 32px; cursor: pointer; }
.accordion .accordion-btn span { float:right; width: 30px; height: 30px; background: #fff; text-align: center; border-radius: 100%; line-height: 30px; color: #005042; }
.accordion .accordion-btn span i:before {  line-height: 30px;}
.accordion-item.expanded .accordion-btn { background:#005042; color: #fff; }
.accordion-item.expanded .accordion-btn span { transform: rotate(180deg); font-size: 16px; }
.accordion-item { margin-top: 10px;}
.accordion-content { padding:15px 10px;}
.accordion-content { display: none;}
.accordion-item.expanded .accordion-content { display: block;}
.accordian-top-btn { text-align: right; padding: 0 0 8px 0;}
.accordian-top-btn button { border: none; background: none; outline: none; text-transform: uppercase; font-size: 17px; font-weight:600; margin: 0 0 0 10px; cursor: pointer; }
.accordian-top-btn button img { width: 28px; margin: 0 5px 0 0; }




/* weather page css */

.weather-block-main h2 { padding:0px 0px 12px 0px; }

.weather-block {  overflow:auto; }
.weather-table { padding: 10px 0px; }
.weather-table table { width: 100%; }
.weather-table table tr th, .weather-table table tr td { text-align: center; padding:15px; vertical-align: middle; border-left:#fff solid 1px;
 border-right: none; border-bottom: none; }
.weather-table table tr th { background:#6D6D6D; border-bottom: none; font-size: 14px; color: var(--white-color); font-weight: 600; }
.weather-table table tr th:first-child {text-align: left; }
.weather-table table tr th span { display: block;}
.weather-table table tr td img { max-width: 30px;}
.weather-table table tr td.table-dark-green { background:#6D6D6D; font-size: 14px; font-weight: 600; color: var(--white-color); }
.weather-table table tr td:first-child { width: 200px; text-align: left;}
.weather-table table tr.destination-temprature td:first-child { width:auto; }



.custom_destinations .french-weather-icon { font-size: 14px; }
.custom_destination_weather { padding: 20px 0 0 0;}
.weather-status { padding:25px 0px 20px 0px; }
.french-weather-icon { color: #585858; font-size: 14px;}
.french-weather { margin-top: 0px!important;} 
.travel-block .data-table tr td:nth-child(1), .travel-block .data-table tr td:nth-child(2), .travel-block .data-table tr td:nth-child(4), 
.travel-block .data-table tr td:nth-child(5) { width: 200px!important; }

.partner-row { padding-top: 30px;}
.partner-row .col-md-4 {margin-bottom: 30px; }
.partner-post { background: #F5F5F5; box-shadow: 0 0 4px rgba(0,0,0,0.3); border-radius: 5px; overflow: hidden; height: 100%; }
.partner-img img { width: 100%; }
.partner-detail { padding:20px 15px; }
.partner-detail span.job-title { display: block; font-weight: 600; padding: 0 0 10px 0;} 
.social-link { display: flex; gap: 12px; padding:0px 0px; justify-content: end;}
.social-link a { display: flex;  border: #8AC055 solid 2px; width: 38px; height: 38px; padding:7px; border-radius: 100%; text-align: center; background: #fff;  }
.social-link a:hover { background:#005042; border: #005042 solid 2px; }
.social-link a:hover img { filter: brightness(0) invert(1); }

.partner-top { display: flex; align-items: center; justify-content: space-between; padding: 0 0 12px 0; }
.partner-top h3 { color: var(--body-txt-color); }


.load-more { background:#005042; padding:10px 20px; max-width:150px; display:block; border-radius:5px; margin:50px auto;text-decoration:none; text-align:center; color:#fff;
border: none; cursor: pointer; }
.load-more:hover { background:#033b31; color:#fff;  }

.page-loader-custom1 {background: rgba(255, 255, 255, 0.6); display: block;height: 100%;left: 0; overflow: hidden; position: fixed; top: 0; width: 100%;z-index: 100000;
 min-width: 100px;}
.loader {width: 60px;height: 60px;top: 47%;left: 49.6%;margin: -25px 0 10px -25px;font-size: 10px;	background: url(https://www.exotravel.com/assets/img/tail-plane-small-new.gif) 0 0/60px 60px,url(https://www.exotravel.com/assets/img/exo-logo.svg) 17px 16px/25px 25px no-repeat; position:absolute;  display:inline; }




/* home page css start*/

.book-now { padding: 0 0 30px 0;}
.book-now h2 { padding: 0 0 15px 0;}
.book-now-post { box-shadow:0 0 5px rgba(0, 0, 0, 0.3); border-radius:5px; overflow: hidden;  }
.book-now-post img { height: 100%; object-fit: cover;}
.book-now-post h3 { padding: 0 0 10px 0; color: #191919;}

.book-now-post .col-sm-7 { display: flex; align-items:center;}
.book-detail { padding:30px 30px 30px 0;}

.what-new-exo { padding: 0 0 30px 0;}
.what-new-exo h2 { padding: 0 0 15px 0;}
.what-new-post { box-shadow:0 0 5px rgba(0, 0, 0, 0.3); border-radius:5px; }
.what-new-post img { height:auto; object-fit: cover;}
.what-new-post h3 { padding: 0 0 10px 0; color: #191919;}
.what-new-post p { padding: 0px;}
.col-sm-7 { display: flex; align-items:center;}

.what-new-post .row { align-items: center;}


.something-new { padding:20px 20px;}

.guides-meet { padding: 0 0 20px 0;}
.guides-meet h2 { padding: 0 0 15px 0;}
.meet-block h2 { padding: 0 0 15px 0;}

.meet-person {  box-shadow:0 0 5px rgba(0, 0, 0, 0.3); border-radius:5px; margin-bottom: 20px; }
.meet-person img { height: auto; object-fit: cover;}
.meet-discription { padding: 15px 15px 15px 15px;}
.meet-discription h4 { padding: 0 0 10px 0; }
.meet-discription .primery-btn { padding:6px 15px; text-align: center; }
.trade-shows-link { padding: 20px 0 0 0;}
.trade-shows-link a { background: url(../agent-hub-images/link-arrow.png) 100% 50% no-repeat; padding: 0 30px 0 0; text-decoration: underline; }
.trade-shows-link a:hover {  text-decoration: none; color: var(--hg-primary)!important;  }


.meet-person .row { align-items: center;}

.guides-meet .doc-link { width: auto;}
.guides-meet .doc-link a { display: inline-block; margin: 0 5px;}


.data-table tr td:last-child { width: 280px;}

.guides-meet .data-table { overflow: auto;}
.guides-meet .data-table tr td { padding:10px 15px; }

.side-info { padding: 20px 20px; color: #fff;}
.side-info p { background: url(../agent-hub-images/info-icon.png) 0 0 no-repeat; padding: 0 0 0 40px; }


/* home page css end*/




/* login page css start */


.user-login-container { height:100vh; display: flex; align-items: center; padding:100px 0px;  } 

.user-login-block { background:var(--hg-secondary); margin:0px auto; box-shadow:0px 0px 6px rgba(0,0,0,0.2); max-width: 500px; border-radius: 5px; overflow: hidden; width: 100%; border: #e1e1e1 solid 1px; }
.user-login-block h2 { background:var(--hg-secondary); color:var(--white-color); padding:20px 15px 20px 15px;  font-size: 22px; text-align: center;}
.login-frm a { font-size: 16px; text-decoration: underline; transition: 0.3s; }
.login-frm a:hover { color: var(--hg-primary)!important; text-decoration: none;  }
.login-frm { padding:30px 30px; min-height: 260px; background: var(--white-color); }
.login-frm input[type="text"], .login-frm input[type="password"] {width:100%; padding:10px; border:#ccc solid 1px; margin-bottom:20px; border-radius: 5px;}
.login-frm input[type="password"] { margin-bottom: 10px;}
.login-frm input[type="submit"],  .login-frm input[type="button"], .login-frm a.primery-btn  { width: 100%; margin-top:30px; padding: 9px 20px; display: inline-block; cursor: pointer;
background: var(--hg-primary); border: var(--hg-primary) solid 1px; border-radius: 5px; color: var(--white-color); text-transform: uppercase; font-weight: 600; text-transform: none; font-size: 18px; }
.login-frm input[type="submit"]:hover { background: var(--hg-primary-hover); }
.login-frm a.back-log { width: 100%; margin-top:30px; padding:12px 20px; display: inline-block; cursor: pointer;
background: var(--hg-primary); border: var(--hg-primary) solid 1px; border-radius: 5px; color: var(--white-color); text-transform: uppercase; font-weight: 600; text-transform: none; font-size: 18px; text-align: center; display: block; text-decoration: none;  }
.login-frm a.back-log:hover { background: var(--hg-primary-hover); color: var(--white-color)!important; }
.vailidate-msg { color: #191919; font-size:16px; padding:5px 0px 0 0;}
.error-msg { display:block; padding:5px 0px 0 0; color: #ff0000; font-size: 16px;}
.success {  height:200px; text-align: center; color: var(--hg-secondary); font-size: 20px;  display: flex; justify-content: center; align-items: center; }
.login-frm.reset-email input[type="submit"] { margin-top: 0px!important;}


.login-frm.custom_reset .success { height: 200px!important; }


.login-frm .btn-primary:not(:disabled):not(.disabled).active, .login-frm  .btn-primary:not(:disabled):not(.disabled):active, .login-frm  .show>.btn-primary.dropdown-toggle {  background: var(--hg-primary-hover); }




/* Appointment Request Form */


.appointment-request { padding: 20px 0 0 0;}

.request-frm {padding: 20px; max-width: 1030px;}

.request-frm-row label { display: block; color: #191919; font-size: 14px; font-weight: 500;  padding: 0 0 8px 0;}

.request-frm-row input[type="text"], .request-frm-row select,  .request-frm-row input[type="text"], .request-frm-row select,  .request-frm-row textarea,
.request-frm-row input[type="date"] { padding:5px 10px; font-size: 14px; border:#C8C8C8 solid 1px; width: 100%; }
 textarea { padding:5px 10px; font-size: 18px; border:#C8C8C8 solid 1px; width: 100%;  }
.request-frm-row select { background:#fff url(images/accordian-arrow-green.png) 98% 50% no-repeat; background-size: 18px auto; }
.request-frm-row textarea {height: 120px; }

 .request-block h4 { background:#ECECEC; padding: 15px 20px; }

.request-btn-row { display:flex; align-items: center;}

.submit-btn input {  background: var(--hg-primary); border-radius: 5px; padding: 8px 20px; border: none; color: #fff; cursor: pointer;  }
.confirm-msg { font-size: 14px; color: #005042; padding: 0 0 0 20px; }

.appointment-request input, .appointment-request select { height:39px; }
.request-frm-row.row{margin: 0;}
.form-inline{display: flex; align-items: center; margin-right: 25px; padding: 5px 0;}
.form-inline label{padding: 0 15px 0 0;}
.form-inline input[type="date"],
.form-inline select{width: auto;}
.request-frm-row .form-inline .price-amount input{max-width: 130px; border-right: 0;}

.request-frm-row .form-inline .price-amount input#budget { height: 34px; float: left;} 
.request-frm-row .form-inline .price-amount select{width: auto; min-height: 34px;}

.checkbox-frm-row {display: flex; align-items: center; flex-wrap: wrap; max-width: 650px;}
.checkbox-frm-row .checkbox-label {display: flex; margin-right: 24px; padding: 4px 0;}
.checkbox-frm-row label {padding: 0; padding-left: 9px;}
.checkbox-frm-row input{height: auto;}

.confirm-msg.mandatory {padding: 0; font-weight: 500; padding: 0 0 12px;}
/* Custom CSS for Products Pages  */
.tag-link {color: var(--hg-primary);font-weight: bold;border: none;background: no-repeat;outline: none ! Important;cursor: pointer;
}

@media (max-width: 767px) {
  .form-inline {display: block; margin-right: 0; flex: 0 0 100%; margin-bottom: 15px;}
  .form-inline label {padding: 0 0 8px;}
  .form-inline input[type="date"],
  .form-inline select {width: 100%;}

  .request-btn-row{display: block;}
  .confirm-msg{padding: 10px 0 0}
  .request-frm-row .form-inline .price-amount input {max-width: 100%;}
}

.records-status { text-align: center; width: 100%; padding: 20px 0px;}

.help-block { color: #fe8e43; }

.btn-primary.disabled, .btn-primary:disabled { background: var(--hg-primary-hover);  }
.btn-submit-appointment { font-weight:500!important; outline: none!important; box-shadow: none!important;}
.btn-primary.btn-submit-appointment { background: var(--hg-primary)!important; }
.success { height: auto!important;}

/* Appointment Request Form */




/* TC Hub css */

.search-frm { padding: 15px 0px 25px 0;}
.search-frm input[type="text"] { padding:8px 10px; font-size: 14px; border:#C8C8C8 solid 1px; max-width: 100%; height: 44px;    }

.travel-block .data-table tr td:last-child { width: 250px!important; }

.log-btn { display: flex; align-items: center; width: 250px;  }
.log-btn .primery-btn { margin: 0 0 0 15px; padding: 8px 15px; }

.product-finder .request-frm-row  { align-items: center; width: 100%; }
.product-finder .request-frm-row .col-lg-3 { margin-bottom: 20px;}



.tc-results .container { max-width: 100%;}
.tc-results .row.th { background:#6D6D6D!important; }
.tc-results .row.th > div { padding:15px;  color:#fff; font-size:14px;  }
.tc-results .container .row { padding: 0px!important; align-items: center; background: var(--lightgrey-color); }
.tc-results .row.tc-main > div { padding: 15px; font-size: 14px; color: var(--body-txt-color); }

body .tc-results .tc-show-members { font-size: 14px; padding: 5px 10px;  background: var(--hg-primary);  color:#fff; border: none;}
body .tc-results .tc-show-members:hover {  background: var(--hg-primary-hover); }
body .tc-results .tc-main:nth-child(even) {  background: #f3f3f3; }

.search-frm { max-width:50%; }

.data-table .results tr td { word-break:break-all; }
.data-table .results tr th.tt-title { width: 230px; }
.data-table .results tr th .tt-num { width: 40px;}
.data-table .results tr th:nth-child(10) { width: 200px;}
.data-table .results tr th:nth-child(8) { width: 160px;}
.data-table .results tr th .tt-country { width: 120px;}
.data-table .results tr td:last-child { width: 140px;}





.appointment-request input, .appointment-request select { height: auto; }
.product-finder .checkbox { display: flex; flex-wrap: wrap; padding: 10px 0 0 0;}
.product-finder .checkbox-inline input[type="checkbox"] { margin: 0 8px 0 0; }
.product-finder .checkbox label.checkbox-inline {  display: flex; padding: 0 20px 8px 0;  align-items: center;}

input[type="checkbox"]{ width: 18px; height: 18px; }

.seachresult .row { padding: 0 0 20px 0;}
.seachresult .row.row2.custom_finder { display: none;}
.seachresult .row.row2 { display: flex; }




.btn-reset-tours { padding:9px 20px; display: inline-block; background: var(--white-color); border: var(--hg-primary) solid 1px; border-radius: 5px;color: var(--hg-primary);
  margin-left: 15px; outline: none!important; cursor: pointer;}

.destination-guide-content img{margin-bottom: 20px;}
.destination-guide-content h3{padding: 14px 0 8px;}
.destination-guide-content .logout-btn{margin-bottom: 8px;}
.destination-guide-content ul li{position: relative; padding: 5px 0 5px 20px;}
.destination-guide-content ul li:after{ position: absolute; content: ""; width: 6px; height: 6px; background: #191919; left: 5px; top: 50%; transform: translate(0, -50%); border-radius: 100%;}
.destination-guide-content .logout-btn i { display: none;}


.product-finder .data-table thead tr td, .product-finder .data-table thead tr th, .product-finder .data-table tr td {  font-size: 14px; padding: 20px 10px; }

.key-type { color: #fe8e43; margin-top: -20px; }
.reps-colum { width:500px;}
.error-loginpopup { color: #fe8e43; padding-top: 8px; }
.create-img { padding: 20px; }




.data-table .whatsApp-colum { width: 90px;}
.data-table .with-country-colum { width: 210px;}
.data-table .outside-colum { width: 268px;}
.data-table .country-colum { width: 90px;  }

.logo img { width: 68px; }


.error { color: #fe8e43; font-size: 14px; display: none;}


.d-flex.price-amount { display:block!important;}


.appointment-request .form-inline  { align-items: start; }
.appointment-request  .form-inline label { padding: 5px 15px 0 0; }


.get-social-block {padding: 200px 0px;max-width: 900px; margin: 0 auto;}

/* add new css 01-05-2024 */

.result-top { display:flex; justify-content:space-between; align-items: center; padding: 0 0 30px 0; }
.result-top h1 { padding: 0px;}
.result-top .short-by  { display: flex;  align-items: center; }
.result-top .short-by select { margin: 0px 20px 0 0;}
.result-top button.table_view {  background:url(../agent-hub-images/list-icon.svg) 0 0 no-repeat; border: none; font-size: 0px; width: 32px; height: 32px; margin: 0px 20px 0 0; outline: 0px; cursor: pointer;}
.result-top button.grid_view {  background:url(../agent-hub-images/grid-icon.svg) 0 0 no-repeat; border: none; font-size: 0px; width: 32px; height: 32px; outline: 0px; cursor: pointer;  }

#table_wise th { vertical-align: middle!important; }

.data-table #table_wise tr td:last-child { width:180px; }
.data-table #table_wise tr td.lets_cap_it, .data-table #table_wise tr td.destination_td { text-transform: capitalize;}
.data-table #table_wise tr td.stars_td {  width: 124px; min-width: 124px; }
.data-table #table_wise tr td.price_td { width:170px; min-width:170px; }
.data-table #table_wise tr td.duration_td { width:108px; min-width:108px; }



.dropdown-tab { position: relative;}
.dropdown-link { position: relative;}
.dropdown-link a { border:#333333 solid 1px; color: #333333; padding:10px 48px 10px 20px; display: inline-block; background: #fff; border-radius: 5px; text-decoration: none; position: relative;  width:150px;  transition: .5s; }
.dropdown-link a i {  background:url(../agent-hub-images/btn-arrow.svg) 0 50% no-repeat; position: absolute; content: ""; right: 10px; width: 10px; height: 17px;top: 50%; transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); transition: 0.3s;transform: rotate(90deg); right: 20px; top: 11px; background-size: cover; }
 .dropdown-link a:hover {background: rgba(137, 175, 98, .7);  border: 1px solid #024f42; color: #fff; box-shadow: 0 25px 20px -12px rgba(0, 0, 0, .7);}
 .dropdown-link a:hover span i.arrow {  background: url(../agent-hub-images/btn-arrow-hover.svg) 0 0 no-repeat; background-size:cover; }



 .dropdown-list {  border:#D9D9D9 solid 1px;   display: inline-block; background: #fff; border-radius:0px; text-decoration: none; position: relative;  width:150px; z-index: 9; position: absolute;}
 .data-table .dropdown-list ul { list-style: none; margin: 0px; padding: 0px; }
 .data-table .dropdown-list ul li { list-style: none;}
 .dropdown-list ul li a { padding:10px 20px 10px 20px; color: #333333; display: block; border-bottom: #D9D9D9 solid 1px; text-decoration: none;}
 .dropdown-list ul li:last-child a { border: none;}


 .rates-link a, .rates-link button { border:#333333 solid 1px; color: #333333; padding:10px 38px 10px 20px; display: inline-block; background: #fff; border-radius: 5px; text-decoration: none; position: relative;  width:184px; transition: 0.3s; }
 .rates-link a i, .rates-link button i {  background:url(../agent-hub-images/btn-arrow.svg) 0 50% no-repeat; position: absolute; content: ""; right: 10px; width: 10px; height: 17px; top: 50%;
  transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); transition: 0.3s; right:10px;  background-size: cover; }

.rates-link button:hover {background: rgba(137, 175, 98, .7);  border: 1px solid #024f42; color: #fff; box-shadow: 0 25px 20px -12px rgba(0, 0, 0, .7);}
.rates-link button:hover span i.arrow {  background: url(../agent-hub-images/btn-arrow-hover.svg) 0 0 no-repeat; background-size:cover; }
 

.rating-star { display: flex;}
.rating-star a { margin: 0 0 0 5px;}


.travel_for_good_th { min-width: 300px; }

.guides-meet .guides-block .data-table tr td:last-child {  width: 140px;}

#table_wise .ribbon {
    background-color: #024f41 !important;
    color: #FFFFFF !important;
    border-radius: 20px;
    display: block;
    width: 120px;
    text-align: center;
    padding: 5px 10px;
    margin: 5px 0 0 0;
    font-size: 12px;
}


.partner-img img { object-fit: cover; height: auto;   }




/* responsive css start here */



@media (min-width:600px){

	.result-list .col-sm-4 {  -ms-flex: 0 0 50%; flex:0 0 50%;  max-width:50%;	}

    .partner-img img {  height: 390px; }



}

@media (min-width:1024px){

	.result-list .col-sm-4 {  -ms-flex: 0 0 50%; flex:0 0 50%;  max-width:50%;	}

    .partner-img img {  height: 300px; }


}

@media (min-width:1259px){

	.result-list .col-sm-4 {  -ms-flex: 0 0 33.333333%; flex:0 0 0 0 33.333333%;  max-width:33.333333%;	}
    .partner-img img { height: 450px; }


}

@media (min-width:1600px){

	.result-list .col-sm-4 { flex:0 0 25%;  max-width:25%;  -ms-flex: 0 0 33.333333%; 	}

    .partner-img img {  height: 500px; }
}


@media (min-width:1650px){

    .partner-img img {  height: 600px; }
}

@media (max-width:599px){

	.result-list .col-sm-4 {  -ms-flex: 0 0 100%; flex:0 0 100%;  max-width:100%;	}

}







@media (min-width:1024px){

.nav-menu ul li:hover > ul {  display: block;}

}

@media (max-width:1400px){ 
 

.month-block ul li a {  height:80px;}

.guide-img img { width: 80px; }

.travel-block .data-table tr td:nth-child(1), .travel-block .data-table tr td:nth-child(2), .travel-block .data-table tr td:nth-child(4), .travel-block .data-table tr td:nth-child(5) { width: 150px!important; }

}


 @media (max-width:1240px){

  .sidebar { width: 300px; }

  .content-block {padding: 86px 0px 0px 300px; }

  .nav-menu { margin: 0 15px 0 0; }
  .nav-menu ul li a {padding: 33px 10px; align-items: center; font-size: 15px; }

  .settings-btn a, .logout-btn a { padding: 10px 12px;}

  .month-block ul { grid-template-columns: repeat(6, 1fr); grid-gap: 15px; }
  .month-block ul li a { height: 60px;}

 }

 @media (max-width:1200px){ 

.create-row .text-link { display: block; padding: 15px 0px 30px 0px;}

 }


 @media (max-width:1023px){

  .sidebar { width: 300px;  left: -100%; transition: 0.5s; z-index: 99; padding-top: 30px;  }
  .sidebar.side-open { left: 0px; }
  .sidebar-toggle { display: block;} 
  
  .content-block {padding: 65px 0px 0px 0px; }
  .right-content { padding:30px 15px;}

  .exo-create .col-lg-8 { order: 2; margin-top: 20px;}
  .exo-create .col-lg-8, .exo-create .col-lg-4 { max-width: 100%; flex: 0 0 100%; }
  

  .mobile-toggle { display: block;} 

  header { background:var(--white-color); padding:15px 0px; display: flex; height: 65px; align-items: center;  }
  header .logo img { height: 30px; width: auto;} 
  header .container { padding: 0 15px;}

  .header-left { position: absolute; top: 65px; background: var(--white-color); left: 0px; display: none; width: 100%;  box-shadow: 0px 0px 2px rgba(0,0,0,0.5);  z-index: 999; height: calc(100vh - 65px); overflow-y: scroll;  }

  .nav-menu { margin: 0px;}
  .nav-menu > ul { display: block;}
  .nav-menu ul li { position: relative; border-bottom: var(--grey-color) solid 1px;}
  .nav-menu ul li a { display: block; padding: 15px 20px; font-weight: bold;  }
  .nav-menu ul li a:after {right:20px; position:absolute; top: 24px;}

  .nav-menu ul li ul { position: static; box-shadow: none; padding:0px 0px 10px 0; }

  .nav-menu ul li ul li a { border: none; padding: 10px 30px; font-weight: 500;}
  .nav-menu ul li ul li ul li a { border: none; padding: 10px 45px; font-weight: 500; }

  .settings-btn { float: left; margin:10px 10px 10px 20px; }
  .logout-btn { float: left; margin:10px 10px 10px 20px;}
  



 }

 @media (max-width:991px){  

	.what-new-exo {	padding: 20px 0 0 0; }
	.what-new-post .col-lg-8 { order: 2;}

	.what-new-post .col-lg-4 img { width: 100%;}

	.guides-block { padding-bottom: 30px;}

	.tc-results .container .row.th { padding:10px 0px!important;}
	.tc-results .row.th > div {padding: 3px 10px; }
	.tc-results .container .row { padding: 15px 0px!important;}
    .tc-results .row.tc-main > div { padding: 3px 10px;}
	.tc-results .row.tc-main > div a { display: inline-block; margin:0px 0px 20px 0px;}

	.search-frm { max-width: 100%;}

 }


 @media (max-width:767px){ 

	.show-colum { min-width:210px;}
	.start-colum { min-width:160px;}
	.end-colum { min-width:160px;}
	.reps-colum { min-width:400px;}
	.show-colum { min-width:150px;}

	.outside-colum {min-width:182px;}

	.with-country-colum {min-width:160px;}

	.month-block ul { grid-template-columns: repeat(4, 1fr); grid-gap: 10px; }


	#Modal-agenthub .form-agent { width: 100%;}
	#Modal-agenthub div.modal-dialog { max-width: 90%;}
	#Modal-agenthub { padding: 0px!important;}

	.short-by { padding: 0 0 27px 0;}
	.short-by select { margin: 0px; float: none;}


	/* .data-table tbody tr td { white-space: nowrap; } */

	.book-now-post { margin-bottom: 20px;}


	.search-frm .primery-btn { margin-top: 15px;}

	.seachresult .col-md-3 { padding-bottom: 15px; }

	.destination-guide-content .logout-btn { margin-left: 0px; }

	.data-table .results tr td { word-break:normal; }


	.accordian-top-btn button { font-size: 15px; margin: 0 0 0 6px; }



	.side-filter { height: calc(100vh - 95px) !important; }

 }

 
 @media (max-width:575px){ 


	.book-detail {
		padding: 15px 20px 15px 15px;
	}

	.book-now-post img { width: 100%;}


 }
 
.sidebar { z-index:9;}
.search-option { position: relative;} 
.serch-result-dropdown { background:#fff;  position: absolute; top: 53px; left: 30px; z-index: 99999999999999999999; box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.1); overflow: auto; max-height:350px;  }	
.serch-result-dropdown ul { list-style: none; margin: 0px; padding: 0px; }
.serch-result-dropdown ul li a { display:block; padding:10px 20px; text-decoration: none; white-space:nowrap; color: #6D6D6D; }
.serch-result-dropdown ul li a:hover, .serch-result-dropdown ul li.active a  { background: var(--hg-primary); color: #fff!important;}
.search-loader { position: absolute; top: 20px;  width: 25px;  right: 43px; }



.edit-top-pera { font-size: 16px; padding-bottom: 25px; }

.edit-password-container.login-frm input[type="password"] {margin-bottom: 20px;}


.noti-element {  font-size: 16px; padding-top: 0px;}
.notify-box { color: #191919; }


.success-edit-pass { display: flex; align-items: center; justify-content: center; height: 190px; }
.success-edit-pass p { font-size:20px; padding: 0px;   }





/* custom map css start  */


#restaurantList .loading img { width: 60px; opacity: 0.8; }

.midd-content.google-map-page {
    margin-top: 43px;
}
.midd-content.google-map-page .content-block {
    padding: 0px 0px 0px 320px;
}
.midd-content.google-map-page .right-content {
    padding: 0px 0px 0px 0px;
}
.mapclick-content ul li.restaurant-group {
    margin-top: 12px;
    font-size: 22px;
    font-weight: 500;
    color: #ffffff;
    padding-bottom: 13px;
}

.mapclick-content ul li.restaurant-item a {
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    text-decoration: none;
    display: block;
    padding: 4px 0 4px 12px;
}

.mapclick-content ul li.restaurant-item a:hover {
    color: #90bb6d;
}
.sidemap-check-inner-conent {
    padding: 30px;
}

.google-map-page .sidemap-check-inner-conent h1 {
    color: #fff;
    margin-bottom: 15px;
    font-size: 14px;
}

.google-map-page .radio-wrapper {
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #fff;
    margin-bottom: 10px;
}

/* Hide default radio */
.google-map-page .radio-wrapper input[type="radio"] {
    appearance: none;
    -webkit-appearance: none;
    width: 15px;
    height: 15px;
    border: 1.5px solid #ccc;
    border-radius: 3px;
    margin-right: 12px;
    cursor: pointer;
    position: relative;
    background: transparent;
}

/* Green filled dot when selected */
.radio-wrapper input[type="radio"]:checked::after {
    content: "✔";
    border-radius: 50%;
    position: absolute;
    left: 2px;
    top: -2px;
    font-size: 12px;
    color: #9acd32;
}

.sidemap-check-inner-conent .checkbox-group {
    margin-top: 5px;
}

/* dropdown */
.sidemap-check-inner-conent .dropdown-list {
    display: none;
    position: absolute;
    background: #fff;
    border: 1px solid #ccc;
    z-index: 100;
    width: 100%;
    max-height: 190px;
    border-radius: 0 0 7px 7px;
    /* overflow-y: auto; */
    direction: rtl;
    scrollbar-width: thin;
    scrollbar-color: #8bc34a #000;
    padding: 10px 0px;
    padding-left: 10px;
}
.sidemap-check-inner-conent .dropdown-list.open {
    display: block;
}

.sidemap-check-inner-conent .dropdown-list ul li a {
    position: relative;
    display: block;
    padding-right: 24px;
    border: 0;
    padding: 2px 16px;
    font-size: 14px;
    cursor: pointer;
}
.sidemap-check-inner-conent .dropdown-link a {
    border: #ffffff solid 1px;
    color: #333333;
    padding: 10px 48px 10px 20px;
    display: inline-block;
    background: transparent;
    border-radius: 5px;
    text-decoration: none;
    position: relative;
    width: 100%;
    transition: 0.5s;
    color: #fff;
    text-align: left;
    font-weight: 500;
    font-size: 14px;
}
.sidemap-check-inner-conent .dropdown-list ul li a.active::after {
    content: "✓";
    position: absolute;
    right: 18px;
    color: #80b157;
    font-weight: bold;
}
.sidemap-check-inner-conent .dropdown-tab {
    width: 230px;
    margin-bottom: 0px;
}

/* scrollbar */

.sidemap-check-inner-conent .dropdown-list ul {
    overflow-y: auto;
    max-height: 160px;
}

.sidemap-check-inner-conent .dropdown-list ul::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #000000;
    border-radius: 0;
}

.sidemap-check-inner-conent .dropdown-list ul::-webkit-scrollbar {
    width: 8px;
    background-color: #000000;
    border-radius: 0;
}

.sidemap-check-inner-conent .dropdown-list ul::-webkit-scrollbar-thumb {
    background-color: #90bb6d;
    border-radius: 0;
}

.mapclick-content ul li a {
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    text-decoration: none;
    padding-bottom: 4px;
}
.mapclick-content {
    padding-top: 30px;
    border-top: 1px solid #fff;
    border-style: dashed;
    margin-top: 30px;
}
.google-map-page .sidebar {
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: #90bb6d #000;
}
.google-map-page .sidebar::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #000000;
}

.google-map-page .sidebar::-webkit-scrollbar {
    width: 8px;
    background-color: #000000;
}

.google-map-page .sidebar::-webkit-scrollbar-thumb {
    background-color: #90bb6d;
}

/* accordian-side-menu */
.accordian-header {
    display: flex;
    background: #90bb6d;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
}
.according-left-head {
    display: flex;
    align-items: center;
    gap: 11px;
}
.accordin-head-title {
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    max-width: 100%;
    white-space: nowrap;
    width: 180px;
}
.single-location-detail .location-lable-name {
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 8px;
}
.single-location-detail .location-lable-content {
    color: rgba(255, 255, 255, 0.87);
    font-size: 14px;
    font-weight: 600;
}
.single-location-detail {
    padding-bottom: 25px;
}
.single-location-detail:last-child {
    padding-bottom: 0;
}
.location-detail-box {
    padding: 18px 1px 20px;
    border-top: 1px solid #535353;
    padding: 25px 24px 20px;
}
.location-detail-box:first-child {
    border-top: 0;
}
.accordian-review-title {
    color: rgb(255, 255, 255);
    opacity: 0.54;
    font-weight: 500;
    font-size: 14px;
}
.accordian-review-addres {
    margin-top: 14px;
    color: #ffffff;
    font-size: 14px;
    line-height: 1.4;
    font-weight: 500;
}
.accordian-ratigs {
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    display: flex;
    align-items: start;
    gap: 5px;
}
.accordian-ratigs span img {
    width: 15px;
    margin-top: 4px;
}
.accordian-ratigs span.half-star img {
    width: 8px;
}
.accordian-ration-box {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-top: 20px;
}
.accordian-ration-box img {
    width: 23px;
}
.according-map-link a {
    font-size: 14px;
    color: #ffffff;
    text-decoration: none;
    font-weight: 600;
    margin-top: 20px;
    display: inline-block;
}
.according-map-link a:hover {
    text-decoration: underline;
}
.accordian-header img {
    width: 22px;
    height: auto;
}

.gallery-listing img {
    width: 100%;
    cursor: pointer;
    height: 80px;
    object-fit: cover;
}
.gallery-image a {
    display: none;
}
.gallery-image a:first-child {
    display: block;
}
.gallery-listing {
    padding: 10px;
}
.gallery-img-count {
    position: relative;
    top: -34px;
    color: #fff;
    left: 12px;
    text-shadow: 13px 17px 18px #000000;
    font-weight: 500;
        font-size: 14px;
}
.accsidebar.useactive {
    transform: translateX(0);
    transition: transform 0.3s ease;
}
.accsidebar {
    position: fixed;
    top: 63px;
    left: 0;
    width: 320px;
    height: 100%;
    background: #2b2b2b;
    box-shadow: 4px 0 12px rgba(0, 0, 0, 0.2);
    transform: translateX(-100%);
    transition: transform 0.3s ease;
    z-index: 1002;
    overflow-y: auto;
    padding-bottom: 50px;
    scrollbar-width: thin;
    scrollbar-color: #90bb6d #000;
}
.accsidebar .location-img img {
    max-height: 150px;
    object-fit: cover;
    width: 100%;
}

.accsidebar::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #000000;
}

.accsidebar::-webkit-scrollbar {
    width: 8px;
    background-color: #000000;
}

.accsidebar::-webkit-scrollbar-thumb {
    background-color: #90bb6d;
}
.accsidebar {
    overflow-y: auto;
}
@media (max-width: 450px) {
    .accsidebar {
      width: 360px;
  }
  .google-map-page .sidebar {
      padding-top: 65px;
  }
}

.mapclick-content ul li.no-data {
    text-align: center;
    padding: 10px;
    list-style: none;
    color: #90bb6d;
}

.mapclick-content ul li.no-data a.no-data-link {
    color: #ffb3b3;
    font-weight: 500;
    font-size: 14px;
    text-decoration: none;
    cursor: default;
}

.sidebar .checkbox-para-text,
#resultBox {
    color: #fff;
    padding: 25px 0;
    font-size: 14px;
    line-height: 1.5;
}
.opening-hours {
    color: #fff;
    padding: 10px 0;
    font-size: 14px;
    font-weight: 400;
}
.google-sidebar-link {
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    margin-top: 14px;
    display: inline-block;
}
.mapclick-content .group-header {
    cursor: pointer;
}
.mapclick-content .group-header:hover {
    color: #90bb6d;
}
.map-breadcrumbs .breadcrumb-item + .breadcrumb-item::before {
    content: ">" !important;
}
.map-rop-label {
    color: #fff;
    font-weight: 600;
    margin-bottom: 11px;
}
.map-breadcrumbs .breadcrumb {
    background-color: initial !important;
    margin-bottom: 0;
    padding: 0;
}
.map-breadcrumbs .breadcrumb-item a {
    color: #fff;
}
.map-breadcrumbs .breadcrumb-item.active {
    color: #90bb6d;
}
.map-breadcrumbs .breadcrumb-item a {
    text-decoration: none;
}
.map-breadcrumbs .breadcrumb-item {
    font-size: 14px;
    font-weight: 600;
}
.dining-list ul.group-items {
    padding-top: 15px;
}
.sidemap-check-inner-conent #resultBox {
    padding: 0;
}

.group-header {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0.4s ease;
      font-size: 14px;
}

.group-header .arrow {
  transition: transform 0.4s ease;
}

.group-items {
  list-style: none;
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.4s ease;
}

.group-items li {
  transition: all 0.4s ease;
}

.group-header.open .arrow {
  transform: rotate(180deg);
}

/* custom map css end  */

.journey-begin { padding: 0 0 100px; padding-bottom: 0; }
.journey-form { padding: 30px 50px; border-radius: 10px; box-shadow: none; border: #b9b9b9 solid 1px; margin-top: 0; }
.journey-form .frm-row { align-items: start; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; margin-right: -15px; margin-left: -15px; }
.journey-form .frm-col-half{padding:0 15px;-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%;margin:0 0 20px}
.journey-form .frm-col-full{padding:0 15px;-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%;margin:0 0 20px}
.journey-form .submit-btn,.journey-form .submit-btn:hover{padding:10px 40px 10px 20px;max-width:250px;text-align:left;display:flex;color:#fff;width:100%}
.journey-form label{display:block;color:#191919;font-size:14px;font-weight:500;padding:0 0 8px}
.journey-form input[type=date],.journey-form input[type=file],.journey-form input[type=text],.journey-form select,.journey-form textarea,.question_form_select select{padding:10px;font-size:14px;border:1px solid #c8c8c8;width:100%;font-family:Raleway,sans-serif;background:#fff;min-height:43px}
.journey-form .submit-btn{background:url(https://www.exotravel.com/w3_assets/images/btn-arrow-hover.svg) 95% 50%/12px auto no-repeat #80b157;border:none;font-size:18px;font-family:inherit;font-weight:500;cursor:pointer;border-radius:5px;justify-content:space-between}
.journey-form .submit-btn:hover{background:url(https://www.exotravel.com/w3_assets/images/btn-arrow-hover.svg) 95% 50%/12px auto no-repeat #024f42;box-shadow:0 25px 20px -12px rgba(0,0,0,.7);transition:.3s;justify-content:space-between}
.journey-form .child-field-box{padding-top:10px}
.journey-form .error{color:#191919;font-size:14px;display:block}
.journey-form label.error{color:red;padding:0}
.journey-form .guest_details{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;align-items:center}
.journey-form .remove-full-padding{padding-left:0;padding-right:0}
.journey-form .redio-option label{padding-right:50px}
.journey-form .frm-col-full.redio-option{display:flex;flex-wrap:wrap}
.journey-form .redio-option label:first-child{width:100%;max-width:100%}
.step .frm-row input[type=checkbox],.step .frm-row input[type=radio]{accent-color:#191919;margin:0 6px 0 0;width:20px;height:20px;vertical-align:middle}
.journey-form #form-input-budget{padding-left:100px}
.journey-form select,.question_form_select select{background:url(https://www.exotravel.com/w3_assets/images/accordian-arrow-black.webp) 98% 50%/18px auto no-repeat #fff;appearance:none;padding-right:38px}.journey-form #form-input-currency{max-width:90px;background:url(https://www.exotravel.com/w3_assets/images/accordian-arrow-white-down-2.png) 86% 50%/18px auto no-repeat #191919;position:absolute;color:#fff}.journey-form #form-input-guest_details,.journey-form #form-input-preferred_dates,.journey-form .select-list .title{background:url(https://www.exotravel.com/w3_assets/images/accordian-arrow-black.webp) 98% 50%/18px auto no-repeat #fff}
.journey-form #form-input-guest_details,.journey-form #form-input-preferred_dates{padding:10px 35px 10px 10px;cursor:pointer}
.journey-form .select-list .title{padding:10px;font-size:14px;border:1px solid #c8c8c8;width:100%;font-family:Raleway,sans-serif;appearance:none}
.journey-form .select-list .select-options{margin-top:5px;display:none;position:absolute;z-index:500;border:1px solid #c8c8c8;background:#fff;width:100%;padding:8px 0;max-height:300px;overflow:auto;}
.journey-form .select-list .select-options .option label{display:inline-block;padding:5px 30px 5px 10px;font-family:Raleway,sans-serif}
.partnership-msg{border:1px solid #b9b9b9;box-shadow:none;padding:100px;text-align:center;border-radius:10px}
.check-icon2 img{max-width:90px}
.partnership-msg h3{padding:30px 0;color:#191919}
.partnership-msg p{font-size:16px}
.partnership-msg p a{color:#88b662;text-decoration:underline}
.journey-form .select-list{ position: relative;}
@media (max-width: 700px) {
	.journey-form .frm-col-half { -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; }
}


/* 9-march-26 */
/* 
body .filter-block ul li label, .data-table #table_wise tr td:last-child{
    cursor: pointer;
}
.data-table #table_wise tr td:last-child, .data-table #table_wise tbody tr:nth-last-child(-n+3) td:last-child{
    position: relative;
}
body .filter-block ul li .exp-tooltip, .data-table #table_wise tr td:last-child .exp-tooltip {
    position: absolute;
    top: 0;
    background: #444444;
    border-radius: 0;
    padding: 10px;
    z-index: 9999999999999;
    overflow: auto;
    font-size: 13px;
    top: 100%;
    z-index: 9999999;
    color: #fff;
}
body .filter-block ul li:hover .exp-tooltip, .data-table #table_wise tr td:last-child:hover .exp-tooltip {
  display: block !important;
}
.data-table #table_wise tr td:last-child:hover .exp-tooltip {
  display: block !important;
}

.filter-block ul li:hover .exp-tooltip,
.data-table #table_wise tbody tr td:last-child:hover .exp-tooltip {
    top: -132px !important;
}


@media screen and (max-width: 767px){
body .filter-block ul li:hover .exp-tooltip, .data-table #table_wise tr td:last-child:hover .exp-tooltip {
    left: 0;
    width: 95%;
}
} */


.filter-block ul li label { cursor: pointer;}

.tooltip-inner { background-color:#444444!important; text-align: left; }
.tooltip .arrow:before {  border-bottom-color:#444444!important; border-top-color: #444444!important; }