.form-module input + .form-error,
.form-module select + .form-error,
.form-module textarea + .form-error {
	position: absolute;
	right: 10px;
	top: 72%;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
}

.form-module input + .form-error:before,
.form-module select + .form-error:before,
.form-module textarea + .form-error:before {
	border-width: 4px 7px 4px 0;
	border-color: transparent #fa0000 transparent transparent;
	top: 72%;
	right: 100%;
	margin-right: -1px;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
}
.form-error input,
.form-error select,
.form-error textarea {
	border-color: #fa0000;
}

label.form-error {
	font-size: 12px;
	line-height: 1.25;
	background: #fa0000;
	border-radius: 4px;
	padding: 2px 8px;
	color: #fff;
}

label.form-error:before {
	content: '';
	position: absolute;
	border-style: solid;
	width: 0;
	height: 0;
}
.groupset {
	position: relative;
	z-index: 0;
}

.form-label {
	font: 400 12px/1 "Poppins", sans-serif;
	display: inline-block;
	vertical-align: bottom;
	margin: 0 0 9px;
	text-transform: uppercase;
}

.form-label sup {
	color: #fa0000;
}

.alert {
	font: 500 13px/1.2 "Poppins", sans-serif;
	cursor: default;
	border-width: 2px;
	border-style: solid;
	padding: 10px 12px;
	margin: 0 0 15px;
	text-align: center;
}
.alert-error {
	background: #ff6161;
	border-color: #ff404a;
	color: #7e0000;
}
.pagination {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.pagination > ul {
	background: #0085A0;
	border-radius: 50px;
	padding: 9px 8px;
	margin: 0 -1px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.pagination > ul > li {
	padding: 0 2px;
}

.pagination > ul > li.prev,
.pagination > ul > li.next {
	font-size: 22px;
}

.pagination > ul > li a,
.pagination > ul > li span {
	color: #9B0C23;
	border-radius: 50%;
	font-weight: 600;
	line-height: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	height: 34px;
	width: 34px;
	-webkit-transition: color 0.4s ease-in-out, background 0.4s ease-in-out;
	transition: color 0.4s ease-in-out, background 0.4s ease-in-out;
}

.pagination > ul > li a:hover {
	background: #9B0C23;
}

.pagination > ul > li span {	
	cursor: default;
	background: #F68B1E;
    color: #fff;
    padding-bottom:0;
}
.pagination > ul > li a{
	color: #fff;
}
.mfp-bg {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1042;
	overflow: hidden;
	position: fixed;
	background: #0b0b0b;
	opacity: 0.8;
}

.mfp-wrap {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1043;
	position: fixed;
	outline: none !important;
	-webkit-backface-visibility: hidden;
}

.mfp-container {
	text-align: center;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	padding: 0 8px;
	box-sizing: border-box;
}

.mfp-container:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: top;
}

.mfp-align-top .mfp-container:before {
	display: none;
}

.mfp-content {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin: 0 auto;
	text-align: left;
	z-index: 1045;
}

.mfp-inline .mfp-content {
	padding: 10px 0;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
	width: 100%;
	cursor: auto;
}

.mfp-ajax-cur {
	cursor: progress;
}

.mfp-zoom {
	cursor: pointer;
	cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
	cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
	-webkit-user-select: none;
	-ms-user-select: none;
	    user-select: none;
}

.mfp-loading.mfp-figure {
	display: none;
}

.mfp-hide {
	display: none !important;
}

.mfp-preloader {
	color: #CCC;
	position: absolute;
	top: 50%;
	width: auto;
	text-align: center;
	margin-top: -0.8em;
	left: 8px;
	right: 8px;
	z-index: 1044;
}

.mfp-preloader a {
	color: #CCC;
}

.mfp-preloader a:hover {
	color: #FFF;
}

.mfp-s-ready .mfp-preloader {
	display: none;
}

.mfp-s-error .mfp-content {
	display: none;
}

button.mfp-close,
button.mfp-arrow {
	overflow: visible;
	cursor: pointer;
	background: transparent;
	border: 0;
	-webkit-appearance: none;
	display: block;
	outline: none;
	padding: 0;
	z-index: 1046;
	box-shadow: none;
	-ms-touch-action: manipulation;
	    touch-action: manipulation;
}

button::-moz-focus-inner {
	padding: 0;
	border: 0;
}

.mfp-close {
	width: 30px;
	height: 30px;
	line-height: 30px;
	position: absolute;
	right: 0;
	top: 0;
	text-decoration: none;
	text-align: center;
	opacity: 0.65;
	padding: 0 0 18px 10px;
	color: #FFF;
	font-style: normal;
	font-size: 28px;
	font-family: Arial, Baskerville, monospace;
	-webkit-transition: background 0.4s ease-in-out, color 0.4s ease-in-out, opacity 0.4s ease-in-out;
	transition: background 0.4s ease-in-out, color 0.4s ease-in-out, opacity 0.4s ease-in-out;
}

.mfp-close:hover,
.mfp-close:focus {
	opacity: 1;
}

.mfp-close:active {
	top: 1px;
}

.mfp-close-btn-in .mfp-close {
	color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
	color: #FFF;
	text-align: right;
}

.mfp-counter {
	position: absolute;
	top: 0;
	right: 0;
	color: #CCC;
	font-size: 12px;
	line-height: 18px;
	white-space: nowrap;
}

.mfp-arrow {
	position: absolute;
	opacity: 0.65;
	margin: 0;
	top: 50%;
	margin-top: -55px;
	padding: 0;
	width: 90px;
	height: 110px;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.mfp-arrow:active {
	margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
	opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	left: 0;
	top: 0;
	margin-top: 35px;
	margin-left: 35px;
	border: medium inset transparent;
}

.mfp-arrow:after {
	border-top-width: 13px;
	border-bottom-width: 13px;
	top: 8px;
}

.mfp-arrow:before {
	border-top-width: 21px;
	border-bottom-width: 21px;
	opacity: 0.7;
}

.mfp-arrow-left {
	left: 0;
}

.mfp-arrow-left:after {
	border-right: 17px solid #FFF;
	margin-left: 31px;
}

.mfp-arrow-left:before {
	margin-left: 25px;
	border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
	right: 0;
}

.mfp-arrow-right:after {
	border-left: 17px solid #FFF;
	margin-left: 39px;
}

.mfp-arrow-right:before {
	border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
	padding-top: 40px;
	padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
	line-height: 0;
	width: 100%;
	max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
	top: -40px;
}

.mfp-iframe-scaler {
	width: 100%;
	height: 0;
	overflow: hidden;
	padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	background: #000;
}

img.mfp-img {
	width: auto;
	max-width: 100%;
	height: auto;
	display: block;
	line-height: 0;
	box-sizing: border-box;
	padding: 40px 0 40px;
	margin: 0 auto;
	max-height:80vh!important;
}

.mfp-figure {
	line-height: 0;
}

.mfp-figure:after {
	content: '';
	position: absolute;
	left: 0;
	top: 40px;
	bottom: 40px;
	display: block;
	right: 0;
	width: auto;
	height: auto;
	z-index: -1;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	background: #444;
}

.mfp-figure small {
	color: #BDBDBD;
	display: block;
	font-size: 12px;
	line-height: 14px;
}

.mfp-figure figure {
	margin: 0;
}

.mfp-bottom-bar {
	margin-top: -36px;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	cursor: auto;
}

.mfp-title {
	text-align: left;
	line-height: 18px;
	color: #F3F3F3;
	word-wrap: break-word;
	padding-right: 36px;
}

.mfp-image-holder .mfp-content {
	max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
	cursor: pointer;
}

.mfp-inline-holder .mfp-content {
	padding: 10px 0;
	max-width: 800px;
}

.mfp-zoom-in { /* animate out */
}

.mfp-zoom-in .mfp-with-anim {
	opacity: 0;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	-webkit-transform: scale(0.8);
	    -ms-transform: scale(0.8);
	        transform: scale(0.8);
}

.mfp-zoom-in.mfp-bg {
	opacity: 0;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.mfp-zoom-in.mfp-ready .mfp-with-anim {
	opacity: 1;
	-webkit-transform: scale(1);
	    -ms-transform: scale(1);
	        transform: scale(1);
}

.mfp-zoom-in.mfp-ready.mfp-bg {
	opacity: 0.8;
}

.mfp-zoom-in.mfp-removing .mfp-with-anim {
	-webkit-transform: scale(0.8);
	    -ms-transform: scale(0.8);
	        transform: scale(0.8);
	opacity: 0;
}

.mfp-zoom-in.mfp-removing.mfp-bg {
	opacity: 0;
}

.mfp-gallery .mfp-content {
	-webkit-animation-name: fadeIn;
	        animation-name: fadeIn;
	-webkit-animation-duration: .5s;
	        animation-duration: .5s;
	-webkit-animation-fill-mode: both;
	        animation-fill-mode: both;
	-webkit-backface-visibility: hidden;
	        backface-visibility: hidden;
}

/**
 * Simple fade transition,
 */

.mfp-fade.mfp-bg {
	opacity: 0;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.mfp-fade.mfp-bg.mfp-ready {
	opacity: 0.8;
}

.mfp-fade.mfp-bg.mfp-removing {
	opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
	opacity: 0;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
	opacity: 1;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
	opacity: 0;
}

.mfp-inline-card {
	background: #fff;
	/*max-width: 500px;*/
	margin: 0 auto;
	padding: 20px;
	position: relative;
	z-index: 0;
}

button.mfp-arrow {
	background: #000;
	height: 60px;
	width: 60px;
	-webkit-transition: opacity 0.4s ease-in-out;
	transition: opacity 0.4s ease-in-out;
}

button.mfp-arrow:before {
	margin: 0;
	border-color: #fff;
	border-style: solid;
	top: 50%;
	height: 24px;
	width: 24px;
	margin: 0 auto;
	-webkit-transform: translateY(-50%) rotate(45deg);
	    -ms-transform: translateY(-50%) rotate(45deg);
	        transform: translateY(-50%) rotate(45deg);
	-webkit-transform-origin: center;
	    -ms-transform-origin: center;
	        transform-origin: center;
}

button.mfp-arrow:after {
	display: none;
}

button.mfp-arrow.mfp-arrow-right:before {
	border-width: 3px 3px 0 0;
	left: 0;
	right: 10px;
}

button.mfp-arrow.mfp-arrow-left:before {
	border-width: 0 0 3px 3px;
	right: 0;
	left: 10px;
}
/*
.editor .rtbl-wrap {
	overflow: auto;
}

.editor .rtbl-wrap table {
	border-collapse: collapse;
	border-width: 1px;
	border-style: solid;
	border-color: #a4a4a4;
	table-layout: fixed;
	width: 500px;
}

.editor .rtbl-wrap th,
.editor .rtbl-wrap td {
	border-color: #a4a4a4;
	border-style: solid;
	border-width: 1px;
	padding: 8px 15px;
}

.editor .rtbl-wrap th {
	color: #000;
}
.editor .rtbl-wrap table {
	width: 100%;
}

.editor .rtbl-wrap thead td{
	color: #fff;
}
.editor .rtbl-wrap thead tr{
	background-color: rgb(0 33 71);
}*/

.mfp-gallery figure div{
	background-color: rgb(219 15 24 / 3%)!important;

}


/* mega menu start 
#mega-menu-wrap-header .mega-menu > li.mega-menu-item > a.mega-menu-link {
  height: auto !important;
}
#mega-menu-wrap-header .mega-menu > li.mega-menu-megamenu > ul.mega-sub-menu {
  max-width: 1280px;
  margin: 0 auto;
  right: 0;
}
#mega-menu-wrap-header .mega-menu > li.mega-menu-megamenu > ul.mega-sub-menu::before {
  content: '';
  background:#fff;
}
.mega-sub-menu .mega-menu-item ul {
  list-style: none;
  margin-left: 0;
}

#mega-menu-wrap-header #mega-menu-header > li.mega-menu-grid > ul.mega-sub-menu:after {
    content: '';
    position: absolute;
    display: block !important;
    width: 3000px;
    top: 0;
    left: -930px;
    height: 100%;
    background: #fff;
    z-index: -1;
    border-top: 1px solid #d8d8d8;
    border-bottom: 1px solid #d8d8d8;
}
#mega-menu-wrap-header #mega-menu-header > li.mega-menu-megamenu > ul.mega-sub-menu {
    z-index: 999;
    -webkit-border-radius: 0px 0px 0px 0px;
    -moz-border-radius: 0px 0px 0px 0px;
    -ms-border-radius: 0px 0px 0px 0px;
    -o-border-radius: 0px 0px 0px 0px;
    border-radius: 0px 0px 0px 0px;
    background: #f1f1f1;
    padding: 30px 0 30px 10px;
    position: absolute;
    width: 100%;
    border-top: 0px solid #fff;
    border-left: 0px solid #fff;
    border-right: 0px solid #fff;
    border-bottom: 0px solid #fff;
    max-width: none;
}
#mega-menu-wrap-header #mega-menu-header,
#mega-menu-wrap-header {
  position: unset;
  width: 100%;
  background-color: #101011;
}
.tabbed-content {
  /*background: #fff;
  box-shadow: 1px 1px 6px #ccc;
  max-width: 600px;
  padding: 1em;*/
  margin: 1em auto;
}

.tabbed-content .tabs ul {
  margin: 0;
  padding: 0 0 1em 0;
}
.tabbed-content .tabs ul li a {
  padding: .5em 1em;
}
.tabbed-content .tabs ul li a:hover, .tabbed-content .tabs ul li a.active {
  /*background: #444;
  color: #eee;*/
}
.tabbed-content .item {
  position: relative;
  margin-bottom: 2px;
}
.tabbed-content .item::before {
  cursor: pointer;
  font-weight: bold;
  background: #eee;
  padding: .5em;
  display: block;
  margin-bottom: 20px;
  padding: 1em;
  background: none;
  border-bottom: 3px solid #d5d5d5;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #999;
}
.tabbed-content .item.active::before {
  color: #111;
}
.tabbed-content .item.active .item-content {
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  -ms-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

@media all and (max-width: 800px) {
  .tabbed-content .item.active .item-content {
    padding-top: 0;
  }
  .tabbed-content .tabs-side .tabs li {
    margin-bottom: 2px;
  }
  .tabbed-content .item::after {
    font-family: 'icomoon';
    position: absolute;
    top: 20px;
    right: 20px;
    color: #d5d5d5;
  }
  .tabbed-content .item::after {
    content: "\f078";
  }
  .tabbed-content .item.active::after {
    content: "\f077";
  }
}
/* 
The project specific CSS starts here
This is the minimum CSS that you will need in order for this to work
*/
.tabbed-content .tabs {
  display: none;
}
.tabbed-content .item {
  min-height: 2em;
}
.tabbed-content .item::before {
  content: attr(data-title);
}
.tabbed-content .item .item-content {
  opacity: 0;
  visibility: hidden;
  height: 0;
}
.tabbed-content .item.active .item-content {
  opacity: 1;
  visibility: visible;
  height: auto;
}

@media all and (max-width: 800px) {
  .tabbed-content.open-in-mobile .item .item-content {
    opacity: 1;
    visibility: visible;
    height: auto;
  }

}
@media all and (min-width: 800px) {
  .tabbed-content .tabs {
    display: block;
  }
  .tabbed-content .tabs li {
    display: inline-block;
  }
  .tabbed-content .tabs li a {
    display: block;
  }
  .tabbed-content .item {
    min-height: 0;
  }
  .tabbed-content .item::before {
    display: none;
  }
  .tabbed-content.tabs-side .tabs {
    width: 150px;
    float: left;
  }
  .tabbed-content.tabs-side .tabs li {
    display: block;
  }
  .tabbed-content.tabs-side .item {
    margin-left: 150px;
  }

}

/* vertical tabs */
.tabbed-content.v-tabs {
  display: flex;
}
.tabbed-content.v-tabs .tabs {
  width: 20%;
  border-right: 1px solid #d9d9d9;
}
.tabbed-content.v-tabs .tab-contents {
  padding: 10px 0 10px 40px;
  width: 80%;
}
.tabbed-content.v-tabs .tabs li {
  margin: 0;
}
.tabbed-content.v-tabs .tabs ul li a {
  padding: 15px;
  background: none;
  border-bottom: 1px solid #d9d9d9;
}
.tabbed-content.v-tabs .tabs ul li:last-child a {
  border: none;
}
.tabbed-content.v-tabs .tour-package-list {
  column-count: 3;
  margin: 0;
}
.tabbed-content.v-tabs .tour-package-list a {
  font-size: 14px;
}
.mega-menu .tabbed-content.v-tabs {
  visibility: hidden; 
  pointer-events: none;
}
.mega-menu .mega-toggle-on .tabbed-content.v-tabs {
  visibility: visible;
  pointer-events: initial;
}

/* mega menu end */

 .toggle-review {
    display: inline-block;
    margin-top: 5px;
    color: #0073aa;
    cursor: pointer;
    text-decoration: underline;
    font-weight: 500;
}
.toggle-review:hover {
    color: #005177;
}