@import url(https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap);
.wrapContainer, .wrapper .staticPages, .wrapper .templateBody, .wrapper, .bookingWrapper, .destinationDetail, .exploreDestination, .homeTemplate .popularAttractions, .homeTemplate .banner, .support, .schedule, .footer {
  width: 100%;
  float: left;
}

.innerContainer, .wrapper .staticPages .wrapContainer, .wrapper .staticPages .footer, .wrapper .staticPages .schedule, .wrapper .staticPages .support, .wrapper .staticPages .homeTemplate .banner, .homeTemplate .wrapper .staticPages .banner, .wrapper .staticPages .homeTemplate .popularAttractions, .homeTemplate .wrapper .staticPages .popularAttractions, .wrapper .staticPages .exploreDestination, .wrapper .staticPages .destinationDetail, .wrapper .staticPages .bookingWrapper, .wrapper .staticPages .wrapper, .wrapper .staticPages .templateBody, .wrapper .staticPages .staticPages, .faqsWrap, .testimonialWrap, .teamWrap, .bookingWrapper .bookingContainer, .destinationDetail .sectionContainer, .exploreDestination .sectionContainer, .homeTemplate .popularAttractions .attractionsContainer, .homeTemplate .banner .bannerContainer, .support .supportContainer, .schedule .scheduleContainer, .footer .secondaryFooter .footerContainer, .footer .primaryFooter .footerContainer, .header .headerContainer {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
}

.headingtitle {
  color: #ff0000;
  text-transform: capitalize;
  text-align: center;
  padding: 0rem 1rem;
  background: #fff;
  margin-bottom: 0;
}
.headingtitle span {
  color: #2f5bc7;
  font-weight: 800;
}

.success {
  color: darkgreen;
}

.danger {
  color: red;
}

.text-primary {
  color: #2f5bc7;
}

.text-secondary {
  color: #ff0000;
}

.dataForm {
  width: 100%;
  float: left;
}
.dataForm .data_row {
  display: flex;
  grid-column-gap: 1.25rem;
}
.dataForm .data_row .inputField {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  grid-row-gap: 0.25rem;
  margin-bottom: 0.75rem;
}
.dataForm .data_row .inputField label {
  font-weight: 400;
  color: #2f5bc7;
}
.dataForm .data_row .inputField label i.fa {
  margin-right: 0.25rem;
}
.dataForm .data_row .inputField small.help_text {
  font-size: 0.75rem;
  color: #2f5bc7;
}
.dataForm .data_row button[type=submit] {
  display: block;
  font-family: inherit;
  font-size: 0.875rem;
  line-height: inherit;
  border: 1px solid #dedddd;
  background: #fff;
  border-radius: 0.5rem;
  transition: all ease 0.4s;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #2f5bc7;
  color: #fff;
  position: relative;
  padding: 0.5rem 0.75rem;
  padding-left: 2.25rem;
  cursor: pointer;
}
.dataForm .data_row button[type=submit] img {
  width: 22px;
  position: absolute;
  left: 0.5rem;
  top: 50%;
  transform: translateY(-50%);
}
.dataForm .data_row button[type=submit]:hover {
  background: #d4edda;
}

* {
  padding: 0;
  margin: 0;
}

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

html {
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
       text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-synthesis: antialiased;
}
body {
  padding: 0;
  margin: 0;
  font-family: "Inter", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  color: #000000;
  text-align: left;
  background: #ededed;
}

html, body {
  min-height: 100%;
}

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-top: 0;
  margin-bottom: 1rem;
  font-weight: 400;
  line-height: 1.2;
  color: inherit;
}

h1, .h1 {
  font-size: 2.5rem;
}

h2, .h2 {
  font-size: 2rem;
}

h3, .h3 {
  font-size: 1.75rem;
}

h4, .h4 {
  font-size: 1.5rem;
}

h5, .h5 {
  font-size: 1.25rem;
}

h6, .h6 {
  font-size: 1rem;
}

h1 small, h2 small, h3 small,
.h1 small, .h2 small, .h3 small {
  font-weight: normal;
  font-size: 75%;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol, ul {
  margin-top: 0;
  margin-bottom: 1rem;
  list-style-position: inside;
}

ol ol, ul ul, ol ul, ul ol {
  margin-bottom: 1rem;
}

blockquote {
  margin: 0 0 1rem;
}

a {
  color: #2f5bc7;
  text-decoration: none;
  transition: all ease 0.4s;
}
a:hover {
  text-decoration: underline;
  color: rgb(37.256097561, 72.1341463415, 157.743902439);
}

hr {
  height: 1px;
  border: none;
  background: #b7c1c4;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

.header {
  background: url("/images/header-bg.png") repeat-y right top #ff0722;
  padding: 3rem 0 2rem;
}
.header .headerContainer {
  display: flex;
  align-items: center;
}
.header .headerContainer .logo {
  position: relative;
}
.header .headerContainer .logo img {
  max-width: 150px;
}
.header .headerContainer .navigation {
  margin-left: auto;
}
.header .headerContainer .navigation ul {
  list-style-type: none;
  margin-bottom: 0;
  display: flex;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}
.header .headerContainer .navigation ul li {
  position: relative;
}
.header .headerContainer .navigation ul li a {
  display: inline-block;
  color: #fff;
  font-size: 1rem;
}
.header .headerContainer .navigation ul li a:hover {
  text-decoration: none;
}
.header .headerContainer .login {
  position: relative;
  margin-left: 2rem;
}
.header .headerContainer .login a {
  display: inline-block;
  background-color: #4598ff;
  border: 2px solid #fff;
  color: #fff;
  padding: 0.25rem 1rem;
  padding-left: 2rem;
  border-radius: 3rem;
  position: relative;
  font-size: 1rem;
  overflow: hidden;
}
.header .headerContainer .login a img {
  position: absolute;
  left: 0.25rem;
  top: 50%;
  transform: translateY(-50%);
  width: 26px;
}
.header .headerContainer .login a:hover {
  background: #237ae5;
  text-decoration: none;
}

.footer {
  display: flex;
  flex-direction: column;
  color: #d3dbda;
}
.footer a {
  color: #d3dbda;
  transition: all ease 0.4s;
}
.footer a:hover {
  color: #fff;
}
.footer .primaryFooter {
  background: #003c5c;
  padding: 3rem 0;
}
.footer .primaryFooter .footerContainer {
  display: grid;
  grid-template-columns: 300px auto;
  justify-content: space-between;
  align-items: center;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
.footer .primaryFooter .footerContainer .item {
  position: relative;
}
.footer .primaryFooter .footerContainer .item.quickLinks {
  display: flex;
  -moz-column-gap: 5rem;
       column-gap: 5rem;
}
.footer .primaryFooter .footerContainer .item.quickLinks h5 {
  margin-bottom: 1rem;
}
.footer .primaryFooter .footerContainer .item.quickLinks h5 + ul {
  margin-bottom: 0rem;
  list-style-type: none;
}
.footer .primaryFooter .footerContainer .item.quickLinks h5 + ul li {
  position: relative;
  padding: 0.25rem 0;
}
.footer .primaryFooter .footerContainer .item.quickLinks h5 + ul li a {
  display: block;
}
.footer .primaryFooter .footerContainer .item.quickLinks h5 + ul li a:hover {
  color: #046ba2;
  text-decoration: none;
}
.footer .primaryFooter .footerContainer .item.newsletter {
  display: flex;
  flex-direction: column;
}
.footer .primaryFooter .footerContainer .item.newsletter .logo {
  position: relative;
  margin-bottom: 1rem;
}
.footer .primaryFooter .footerContainer .item.newsletter .logo img {
  max-width: 150px;
}
.footer .primaryFooter .footerContainer .item.newsletter form {
  display: flex;
  flex-direction: column;
}
.footer .primaryFooter .footerContainer .item.newsletter form button {
  display: inline-block;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  border: 1px solid #4598ff;
  border-radius: 0.5rem;
  background: #4598ff;
  padding: 0.5rem 1rem;
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  transition: all ease 0.4s;
}
.footer .primaryFooter .footerContainer .item.newsletter form button:hover {
  background: #2980ec;
}
.footer .primaryFooter .footerContainer .item.newsletter form label[for=title] {
  display: block;
  margin-bottom: 0.5rem;
}
.footer .primaryFooter .footerContainer .item.newsletter form label[for=title] + input[type=text] {
  width: 100%;
  display: block;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  border: 1px solid #085475;
  background: #085475;
  border-radius: 0.5rem;
  padding: 0.5rem 1rem;
  color: #fff;
  transition: all ease 0.4s;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin-bottom: 0.75rem;
}
.footer .primaryFooter .footerContainer .item.newsletter form label[for=title] + input[type=text]::-moz-placeholder {
  color: #fff;
}
.footer .primaryFooter .footerContainer .item.newsletter form label[for=title] + input[type=text]::placeholder {
  color: #fff;
}
.footer .primaryFooter .footerContainer .item.newsletter form label[for=title] + input[type=text]:focus {
  outline: none;
  background: #034765;
  border: 1px solid #034765;
}
.footer .secondaryFooter {
  background: #1b2433;
  padding: 1.25rem 0;
}
.footer .secondaryFooter .footerContainer {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer .secondaryFooter .footerContainer .item {
  position: relative;
  white-space: nowrap;
}
.footer .secondaryFooter .footerContainer .item ul {
  margin-bottom: 0;
  list-style-type: none;
  display: flex;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}

.schedule {
  background: url("/images/polygon-icon-down.svg") repeat-x left top #3ec3f0;
}
.schedule .scheduleContainer {
  display: flex;
  flex-direction: column;
  padding: 5rem 0;
  color: #fff;
  text-align: center;
}
.schedule .scheduleContainer h4 {
  margin-bottom: 3rem;
  font-size: 2rem;
  font-weight: 500;
}
.schedule .scheduleContainer .facilities {
  display: flex;
  justify-content: center;
  -moz-column-gap: 6rem;
       column-gap: 6rem;
}
.schedule .scheduleContainer .facilities .item {
  position: relative;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 500;
}
.schedule .scheduleContainer .facilities .item .icon-graphic {
  display: block;
  margin-bottom: 3rem;
}

.support {
  text-align: center;
  height: 350px;
  background: url("/images/support-bg.jpg") repeat-y right center #ff0722;
  position: relative;
}
.support::before {
  content: "";
  width: 100%;
  height: 14px;
  background: url("/images/polygon-icon-down.svg") repeat-x center top;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 100;
}
.support .supportContainer {
  height: 100%;
  position: relative;
  z-index: 1000;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.support .supportContainer .supportType {
  display: flex;
  align-items: center;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  margin-left: auto;
}
.support .supportContainer .supportType .item {
  position: relative;
  width: 175px;
  height: 150px;
  background: #fff200;
  border-radius: 0.5rem;
}
.support .supportContainer .supportType .item a {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  white-space: nowrap;
}
.support .supportContainer .supportType .item a span {
  display: block;
}

.homeTemplate {
  display: flex;
  flex-direction: column;
}
.homeTemplate .banner {
  position: relative;
  background: url("/images/home-bg.jpg") no-repeat center bottom;
  background-size: cover;
  margin-bottom: 2rem;
}
.homeTemplate .banner:before {
  content: "";
  width: 100%;
  height: 20px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: url("/images/polygon-icon-up.svg") repeat-x left bottom;
  z-index: 100;
}
.homeTemplate .banner .bannerContainer {
  height: 550px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.homeTemplate .banner .bannerContainer .searchAdventure {
  width: 100%;
  max-width: 1000px;
  background: #fff;
  position: relative;
  padding: 3rem 2rem;
  border-radius: 0.5rem;
  border: 2px solid #2f5bc7;
}
.homeTemplate .banner .bannerContainer .searchAdventure > h3 {
  margin-bottom: 1.5rem;
  font-size: 1.25rem;
}
.homeTemplate .banner .bannerContainer .searchAdventure > h3 span {
  color: #ababab;
}
.homeTemplate .banner .bannerContainer .searchAdventure .collectInput {
  border: 1px solid #dedddd;
  border-radius: 0.5rem;
  display: flex;
  margin-bottom: 1.5rem;
}
.homeTemplate .banner .bannerContainer .searchAdventure .collectInput:last-of-type {
  margin-bottom: 0;
}
.homeTemplate .banner .bannerContainer .searchAdventure .collectInput .item {
  flex-grow: 1;
  border-right: 1px solid #dedddd;
  padding: 0.25rem;
  position: relative;
}
.homeTemplate .banner .bannerContainer .searchAdventure .collectInput .item.location {
  padding-left: 1.25rem;
}
.homeTemplate .banner .bannerContainer .searchAdventure .collectInput .item:last-of-type {
  border-right: none;
}
.homeTemplate .banner .bannerContainer .searchAdventure .collectInput .item input,
.homeTemplate .banner .bannerContainer .searchAdventure .collectInput .item select {
  padding: 0.5rem 0.25rem;
  padding: 0.5rem 0.5rem;
  width: 100%;
  border: none;
}
.homeTemplate .banner .bannerContainer .searchAdventure .collectInput .item input:focus,
.homeTemplate .banner .bannerContainer .searchAdventure .collectInput .item select:focus {
  outline: none;
}
.homeTemplate .banner .bannerContainer .searchAdventure .collectInput .item input + i.fa,
.homeTemplate .banner .bannerContainer .searchAdventure .collectInput .item select + i.fa {
  position: absolute;
  left: 0.75rem;
  top: 50%;
  transform: translateY(-50%);
  z-index: 100;
}
.homeTemplate .banner .bannerContainer .searchAdventure .wraptextField {
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  display: grid;
  grid-template-columns: 160px 160px repeat(2, 1fr);
  column-gap: 1rem;
  margin-bottom: 1.25rem;
}
.homeTemplate .banner .bannerContainer .searchAdventure .wraptextField .textField {
  border: 1px solid #dedddd;
  border-radius: 0.5rem;
  padding: 0.25rem;
  overflow: hidden;
  flex-grow: 1;
  position: relative;
}
.homeTemplate .banner .bannerContainer .searchAdventure .wraptextField .textField input[type=text] {
  padding: 0.5rem 0.5rem;
  width: 100%;
  border: none;
}
.homeTemplate .banner .bannerContainer .searchAdventure .wraptextField .textField input[type=text]:focus {
  outline: none;
}
.homeTemplate .banner .bannerContainer .searchAdventure .wraptextField .textField input[type=text] + i.fa {
  position: absolute;
  right: 0.75rem;
  top: 50%;
  transform: translateY(-50%);
  z-index: 100;
}
.homeTemplate .banner .bannerContainer .searchAdventure .wraptextField .textField.clickEvent {
  display: flex;
  -moz-column-gap: 0rem;
       column-gap: 0rem;
  align-items: center;
}
.homeTemplate .banner .bannerContainer .searchAdventure .wraptextField .textField.clickEvent input[type=text] {
  width: 30px;
  text-align: center;
}
.homeTemplate .banner .bannerContainer .searchAdventure .wraptextField .textField.clickEvent ul {
  list-style-type: none;
  margin-bottom: 0;
  display: flex;
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
  margin-left: 1.25rem;
}
.homeTemplate .banner .bannerContainer .searchAdventure .wraptextField .textField.clickEvent ul li {
  position: relative;
}
.homeTemplate .banner .bannerContainer .searchAdventure .wraptextField .textField.clickEvent ul li a {
  display: block;
  padding: 0.25rem;
  border-radius: 0.25rem;
  color: #ff0000;
  font-size: 1.25rem;
  line-height: 0;
  font-weight: 500;
  text-decoration: none;
}
.homeTemplate .banner .bannerContainer .searchAdventure .searchAction {
  position: absolute;
  left: 50%;
  bottom: -1rem;
  transform: translateX(-50%);
  z-index: 200;
}
.homeTemplate .banner .bannerContainer .searchAdventure .searchAction button {
  display: block;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  border: 1px solid #dedddd;
  background: #fff;
  border-radius: 0.25rem;
  padding: 0.5rem 0.75rem;
  transition: all ease 0.4s;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: auto;
  display: inline-block;
  background-color: #4598ff;
  border: 1px solid #4598ff;
  color: #fff;
  cursor: pointer;
  transition: all ease 0.4s;
  padding: 0.75rem 1rem;
  position: relative;
  padding-left: 2.5rem;
}
.homeTemplate .banner .bannerContainer .searchAdventure .searchAction button:hover {
  background-color: #2d87f8;
}
.homeTemplate .banner .bannerContainer .searchAdventure .searchAction button img {
  position: absolute;
  left: 0.75rem;
  top: 50%;
  transform: translateY(-50%);
  width: 22px;
}
.homeTemplate .popularAttractions {
  display: flex;
  flex-direction: column;
  padding: 2rem;
}
.homeTemplate .popularAttractions .attractionsContainer .topHighlight {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
.homeTemplate .popularAttractions .attractionsContainer .topHighlight .highlight {
  background: url("/images/polygon-icon-up.svg") repeat-x left bottom #fff;
  display: flex;
  flex-direction: column;
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}
.homeTemplate .popularAttractions .attractionsContainer .topHighlight .highlight .imageGraphic {
  position: relative;
  border-radius: 0.5rem;
  overflow: hidden;
}
.homeTemplate .popularAttractions .attractionsContainer .topHighlight .highlight .imageGraphic img {
  position: relative;
}
.homeTemplate .popularAttractions .attractionsContainer .topHighlight .highlight .information {
  padding: 1rem;
}
.homeTemplate .popularAttractions .attractionsContainer .topHighlight .highlight .information h5 {
  margin-bottom: 0.25rem;
}
.homeTemplate .popularAttractions .attractionsContainer .topHighlight .highlight .information h5 + p {
  margin-bottom: 0.5rem;
}
.homeTemplate .popularAttractions .attractionsContainer .topHighlight .highlight .information h5 + p + ul {
  list-style-type: none;
  display: flex;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
.homeTemplate .popularAttractions .attractionsContainer .topHighlight .highlight .information .priceFare {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2rem;
}
.homeTemplate .popularAttractions .attractionsContainer .topHighlight .highlight .information .priceFare strong {
  font-weight: 600;
  font-size: 1.5rem;
}
.homeTemplate .popularAttractions .attractionsContainer .topHighlight .highlight .information .priceFare strong small {
  font-size: 0.875rem;
  font-weight: 400;
}
.homeTemplate .popularAttractions .attractionsContainer .topHighlight .highlight .information .priceFare a {
  display: inline-block;
  background: #4598ff;
  border-radius: 2rem;
  color: #fff;
  text-decoration: none;
  padding: 0.5rem 1rem;
}
.homeTemplate .wrapDestinations {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  row-gap: 2rem;
  margin-bottom: 3rem;
}
.homeTemplate .wrapDestinations .destination {
  position: relative;
}
.homeTemplate .wrapDestinations .destination .destinationImage {
  border-radius: 0.75rem;
  overflow: hidden;
  margin-bottom: 1rem;
}
.homeTemplate .wrapDestinations .destination .destinationInfo {
  display: grid;
  grid-template-columns: auto max-content;
}
.homeTemplate .wrapDestinations .destination .destinationInfo .title {
  position: relative;
}
.homeTemplate .wrapDestinations .destination .destinationInfo .title h5 {
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 500;
}
.homeTemplate .wrapDestinations .destination .destinationInfo .title h5 small {
  display: block;
  font-size: 0.875rem;
  padding: 0.25rem 0;
}
.homeTemplate .wrapDestinations .destination .destinationInfo .price {
  font-size: 1.5rem;
  font-weight: 500;
}
.homeTemplate .wrapDestinations .destination .explore {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.homeTemplate .wrapDestinations .destination .explore a {
  display: inline-block;
  padding: 0.5rem 1rem;
  border-radius: 2rem;
  background: #4598ff;
  color: #fff;
}
.homeTemplate .wrapDestinations .destination .explore a:hover {
  background: #2f5bc7;
  text-decoration: none;
}

.exploreDestination {
  display: flex;
  flex-direction: column;
  padding: 2rem 0;
}
.exploreDestination .sectionContainer {
  display: flex;
  flex-direction: column;
}
.exploreDestination .sectionContainer .locationTitle {
  position: relative;
  margin-bottom: 2rem;
}
.exploreDestination .sectionContainer .locationTitle h4 {
  margin-bottom: 0;
  font-weight: 600;
}
.exploreDestination .sectionContainer .destinationCategory {
  position: relative;
  margin-bottom: 2rem;
}
.exploreDestination .sectionContainer .destinationCategory ul {
  list-style-type: none;
  margin-bottom: 0;
  display: flex;
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}
.exploreDestination .sectionContainer .destinationCategory ul li {
  position: relative;
}
.exploreDestination .sectionContainer .destinationCategory ul li a {
  display: block;
  padding: 0.5rem 1rem;
  background: #fff;
  border: 1px solid #dedddd;
  border-radius: 0.5rem;
  font-size: 1rem;
  transition: all ease 0.4s;
  font-weight: 500;
}
.exploreDestination .sectionContainer .destinationCategory ul li a:hover, .exploreDestination .sectionContainer .destinationCategory ul li a.active {
  text-decoration: none;
  background: #2f5bc7;
  color: #fff;
}
.exploreDestination .sectionContainer .wrapDestinations {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  -moz-column-gap: 2.5rem;
       column-gap: 2.5rem;
  row-gap: 2.5rem;
  margin-bottom: 3rem;
}
.exploreDestination .sectionContainer .wrapDestinations .destination {
  position: relative;
}
.exploreDestination .sectionContainer .wrapDestinations .destination .destinationImage {
  border-radius: 0.75rem;
  overflow: hidden;
  margin-bottom: 1rem;
}
.exploreDestination .sectionContainer .wrapDestinations .destination .destinationInfo {
  display: grid;
  grid-template-columns: auto max-content;
  margin-bottom: 0.75rem;
}
.exploreDestination .sectionContainer .wrapDestinations .destination .destinationInfo .title {
  position: relative;
}
.exploreDestination .sectionContainer .wrapDestinations .destination .destinationInfo .title h5 {
  margin-bottom: 0;
  font-size: 0.875rem;
  font-weight: 500;
}
.exploreDestination .sectionContainer .wrapDestinations .destination .destinationInfo .title h5 small {
  display: block;
  font-size: 0.75rem;
  padding: 0.25rem 0;
}
.exploreDestination .sectionContainer .wrapDestinations .destination .destinationInfo .price {
  font-size: 1.5rem;
  font-weight: 500;
}
.exploreDestination .sectionContainer .wrapDestinations .destination .explore {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.exploreDestination .sectionContainer .wrapDestinations .destination .explore a {
  display: inline-block;
  padding: 0.375rem 0.75rem;
  border-radius: 2rem;
  background: #4598ff;
  color: #fff;
  font-size: 0.75rem;
}
.exploreDestination .sectionContainer .wrapDestinations .destination .explore a:hover {
  background: #2f5bc7;
  text-decoration: none;
}

.destinationDetail {
  display: flex;
  flex-direction: column;
  padding: 2rem 0;
}
.destinationDetail .sectionContainer {
  display: flex;
  flex-direction: column;
}
.destinationDetail .sectionContainer .triptSchedule {
  position: relative;
}
.destinationDetail .sectionContainer .triptSchedule form {
  display: grid;
  grid-template-columns: auto max-content;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
.destinationDetail .sectionContainer .triptSchedule form input[type=text],
.destinationDetail .sectionContainer .triptSchedule form input[type=readonly] {
  display: block;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  border: 1px solid #dedddd;
  background: #fff;
  border-radius: 0.25rem;
  padding: 0.5rem 0.75rem;
  transition: all ease 0.4s;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  padding: 1rem;
}
.destinationDetail .sectionContainer .triptSchedule form input[type=text]:focus,
.destinationDetail .sectionContainer .triptSchedule form input[type=readonly]:focus {
  border: none;
  outline: none;
}
.destinationDetail .sectionContainer .triptSchedule form button {
  display: block;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  border: 1px solid #dedddd;
  background: #fff;
  border-radius: 0.25rem;
  padding: 0.5rem 0.75rem;
  transition: all ease 0.4s;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: auto;
  display: inline-block;
  background-color: #4598ff;
  border: 1px solid #4598ff;
  color: #fff;
  cursor: pointer;
  transition: all ease 0.4s;
  padding: 1rem 2rem;
}
.destinationDetail .sectionContainer .triptSchedule form button:hover {
  background-color: #2d87f8;
}
.destinationDetail .sectionContainer .triptSchedule form .inputContainer {
  display: flex;
  border-radius: 0.5rem;
  background: #fff;
  border: 1px solid #dedddd;
}
.destinationDetail .sectionContainer .triptSchedule form .inputContainer .item {
  position: relative;
  border-right: 1px solid #dedddd;
  padding: 0 0.75rem;
  display: flex;
  align-items: center;
}
.destinationDetail .sectionContainer .triptSchedule form .inputContainer .item:last-of-type {
  border-right: none;
}
.destinationDetail .sectionContainer .triptSchedule form .inputContainer .item label[for=title] {
  color: #c8c8c8;
}
.destinationDetail .sectionContainer .packageAmenities {
  display: flex;
  flex-direction: column;
  margin: 2rem 0;
}
.destinationDetail .sectionContainer .packageAmenities .picturs {
  display: grid;
  grid-template-columns: 20% 60% 20%;
  height: 400px;
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
  position: relative;
  overflow: hidden;
}
.destinationDetail .sectionContainer .packageAmenities .picturs img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
.destinationDetail .sectionContainer .packageAmenities .picturs:first-of-type {
  border-top-left-radius: 0.5rem;
}
.destinationDetail .sectionContainer .packageAmenities .picturs:last-of-type {
  border-top-right-radius: 0.5rem;
}
.destinationDetail .sectionContainer .packageAmenities .summary {
  background: url("/images/polygon-icon-up.svg") repeat-x left bottom #fff;
  padding: 1rem;
}
.destinationDetail .sectionContainer .wrapPackages {
  display: flex;
  flex-direction: column;
  margin-top: 2rem;
}
.destinationDetail .sectionContainer .wrapPackages .packageContainer {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  row-gap: 2rem;
}
.destinationDetail .sectionContainer .wrapPackages .packageContainer .package {
  background: url("/images/polygon-icon-up.svg") repeat-x left bottom #2f5bc7;
  display: flex;
  flex-direction: column;
  padding-bottom: 1rem;
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
  overflow: hidden;
}
.destinationDetail .sectionContainer .wrapPackages .packageContainer .package .imageGraphic {
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
  overflow: hidden;
}
.destinationDetail .sectionContainer .wrapPackages .packageContainer .package .category {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #ff0000;
  color: #fff;
  padding: 0.75rem;
}
.destinationDetail .sectionContainer .wrapPackages .packageContainer .package .information {
  position: relative;
  padding: 0.75rem 0.75rem;
  color: #fff;
  display: flex;
  flex-direction: column;
}
.destinationDetail .sectionContainer .wrapPackages .packageContainer .package .information:before {
  content: "";
  width: 90%;
  height: 5px;
  border-bottom: 1px solid #7894da;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
.destinationDetail .sectionContainer .wrapPackages .packageContainer .package .information h6 {
  margin-bottom: 0.75rem;
}
.destinationDetail .sectionContainer .wrapPackages .packageContainer .package .information h6 small {
  display: block;
  padding-top: 0.25rem;
  font-weight: 300;
  font-size: 0.75rem;
}
.destinationDetail .sectionContainer .wrapPackages .packageContainer .package .information .tripFare {
  display: flex;
  justify-content: space-between;
  padding: 0.75rem 0;
}
.destinationDetail .sectionContainer .wrapPackages .packageContainer .package .information .tripFare .item {
  position: relative;
  display: flex;
  flex-direction: column;
}
.destinationDetail .sectionContainer .wrapPackages .packageContainer .package .information .tripFare .item strong {
  font-weight: 500;
  font-size: 1.5rem;
}
.destinationDetail .sectionContainer .wrapPackages .packageContainer .package .information .tripFare .item small {
  display: block;
  padding-top: 0.5rem;
}
.destinationDetail .sectionContainer .wrapPackages .packageContainer .package .information .tripFare .item small.text-right {
  text-align: right;
}
.destinationDetail .sectionContainer .wrapPackages .packageContainer .package .information .tripFare .item a {
  display: inline-block;
  color: #fff;
  background: #fff;
  border-radius: 0.5rem;
  padding: 0.5rem 0.75rem;
  color: #000000;
}
.destinationDetail .sectionContainer .wrapPackages .packageContainer .package .inclusions {
  padding: 0.75rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
}
.destinationDetail .sectionContainer .wrapPackages .packageContainer .package .inclusions a {
  display: inline-block;
  padding: 0.25rem;
  color: #fff;
  font-size: 1rem;
  font-weight: 500;
  text-decoration: none;
}
.destinationDetail .sectionContainer .packageSummary {
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid #dedddd;
  border-radius: 0.5rem;
  padding: 1rem;
  margin: 2rem 0;
}
.destinationDetail .sectionContainer .packageSummary h5 {
  color: #2f5bc7;
}
.destinationDetail .sectionContainer .packageSummary p.subTitle {
  color: #ff0000;
}
.destinationDetail .sectionContainer .packageSummary .viewMore {
  text-align: center;
}
.destinationDetail .sectionContainer .packageSummary .viewMore a {
  display: inline-block;
}
.destinationDetail .sectionContainer .packageSummary .viewMore a span {
  display: block;
}

.bookingWrapper .bookingContainer {
  display: grid;
  grid-template-columns: 300px auto;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  padding: 2rem 0;
  min-height: 300px;
}
.bookingWrapper .bookingContainer .item {
  border-radius: 0.5rem;
  padding: 1rem;
  background: #fff;
  overflow: hidden;
}
.bookingWrapper .bookingContainer .item.resetPadding {
  padding: 0;
}
.bookingWrapper .bookingContainer .item:first-of-type {
  background: rgb(226, 6, 30);
  background: linear-gradient(180deg, rgb(226, 6, 30) 0%, rgb(236, 160, 75) 67%, rgb(67, 121, 203) 100%);
  padding: 4rem 3rem;
}
.bookingWrapper .bookingContainer .item .stepCompleted {
  position: relative;
  padding-left: 2rem;
}
.bookingWrapper .bookingContainer .item .stepCompleted:before {
  content: "";
  width: 1px;
  height: 100%;
  background: #fff;
  position: absolute;
  left: 0;
  top: 0;
}
.bookingWrapper .bookingContainer .item .stepCompleted ul {
  list-style-type: none;
  margin: 0;
}
.bookingWrapper .bookingContainer .item .stepCompleted ul li {
  padding-bottom: 3rem;
  color: #fff;
  line-height: 1;
  font-size: 1rem;
  position: relative;
}
.bookingWrapper .bookingContainer .item .stepCompleted ul li:last-of-type {
  padding-bottom: 0;
}
.bookingWrapper .bookingContainer .item .stepCompleted ul li span {
  position: absolute;
  top: -0.5rem;
  left: -3rem;
  width: 35px;
  height: 35px;
  border-radius: 100%;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000000;
}
.bookingWrapper .bookingContainer .item .packageInfo {
  display: flex;
  flex-direction: column;
}
.bookingWrapper .bookingContainer .item .packageInfo > h4 {
  margin-bottom: 1rem;
  font-weight: 500;
}
.bookingWrapper .bookingContainer .item .packageInfo .packageInclude {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}
.bookingWrapper .bookingContainer .item .packageInfo .packageInclude .inclusion {
  display: grid;
  grid-template-columns: 230px auto;
  background: #fff;
  border: 1px solid #dedddd;
  transition: all ease 0.4s;
  min-height: 190px;
  overflow: hidden;
}
.bookingWrapper .bookingContainer .item .packageInfo .packageInclude .inclusion:first-of-type {
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}
.bookingWrapper .bookingContainer .item .packageInfo .packageInclude .inclusion:hover {
  background: #f1f1f1;
}
.bookingWrapper .bookingContainer .item .packageInfo .packageInclude .inclusion .grpahic {
  position: relative;
}
.bookingWrapper .bookingContainer .item .packageInfo .packageInclude .inclusion .grpahic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.bookingWrapper .bookingContainer .item .packageInfo .packageInclude .inclusion .grpahic span {
  display: inline-block;
  width: 25px;
  height: 25px;
  background: #fff;
  position: absolute;
  z-index: 100;
  top: 1rem;
  left: 1rem;
  border: 1px solid #dedddd;
  border-width: 2px;
  border-radius: 0.25rem;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #155724;
  font-size: 0.75rem;
}
.bookingWrapper .bookingContainer .item .packageInfo .packageInclude .inclusion .grpahic + .detail {
  padding: 1rem;
  display: flex;
  flex-direction: column;
}
.bookingWrapper .bookingContainer .item .packageInfo .packageInclude .inclusion .grpahic + .detail .serviceCharges {
  position: relative;
  border-bottom: 1px solid #dedddd;
  padding-bottom: 0.5rem;
  margin-bottom: 1rem;
}
.bookingWrapper .bookingContainer .item .packageInfo .packageInclude .inclusion .grpahic + .detail .serviceCharges ul {
  list-style-type: none;
  margin-bottom: 0;
}
.bookingWrapper .bookingContainer .item .packageInfo .packageInclude .inclusion .grpahic + .detail .serviceCharges ul li {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 0.25rem;
}
.bookingWrapper .bookingContainer .item .packageInfo .packageInclude .inclusion .grpahic + .detail .memberInclude {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.bookingWrapper .bookingContainer .item .packageInfo .packageInclude .inclusion .grpahic + .detail .memberInclude ul {
  display: flex;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  align-items: center;
  list-style-type: none;
  margin-bottom: 0;
}
.bookingWrapper .bookingContainer .item .packageInfo .packageInclude .inclusion .grpahic + .detail .memberInclude .members {
  display: flex;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  align-items: center;
}
.bookingWrapper .bookingContainer .item .packageInfo .packageInclude .inclusion .grpahic + .detail .memberInclude .members label {
  font-weight: 500;
}
.bookingWrapper .bookingContainer .item .packageInfo .packageInclude .inclusion .grpahic + .detail .memberInclude .members label + ul {
  border-radius: 0.25rem;
  border: 1px solid #dedddd;
  overflow: hidden;
}
.bookingWrapper .bookingContainer .item .packageInfo .packageInclude .inclusion .grpahic + .detail .memberInclude .members label + ul li {
  position: relative;
}
.bookingWrapper .bookingContainer .item .packageInfo .packageInclude .inclusion .grpahic + .detail .memberInclude .members label + ul li:nth-of-type(2) {
  font-weight: 600;
}
.bookingWrapper .bookingContainer .item .packageInfo .packageInclude .inclusion .grpahic + .detail .memberInclude .members label + ul li a {
  display: block;
  padding: 0.25rem 1rem;
  background: #ff0000;
  color: #fff;
  text-decoration: none;
}
.bookingWrapper .bookingContainer .item .packageInfo .packageInclude .inclusion .grpahic + .detail .memberInclude .action ul li {
  position: relative;
  padding-right: 1.25rem;
  font-size: 0.75rem;
}
.bookingWrapper .bookingContainer .item .packageInfo .packageInclude .inclusion .grpahic + .detail .memberInclude .action ul li::before {
  content: "|";
  position: absolute;
  right: 0;
  top: 0;
}
.bookingWrapper .bookingContainer .item .packageInfo .packageInclude .inclusion .grpahic + .detail .memberInclude .action ul li:last-of-type {
  padding-right: 0;
}
.bookingWrapper .bookingContainer .item .packageInfo .packageInclude .inclusion .grpahic + .detail .memberInclude .action ul li:last-of-type::before {
  display: none;
}
.bookingWrapper .bookingContainer .item .packageInfo .totalFare {
  margin-top: 1rem;
  border: 1px solid #dedddd;
  padding: 1rem;
  background: #f1f1f1;
  border-bottom-left-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}
.bookingWrapper .bookingContainer .item .packageInfo .totalFare ul {
  list-style-type: none;
  margin-bottom: 0;
}
.bookingWrapper .bookingContainer .item .packageInfo .totalFare ul li {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 0.25rem;
}
.bookingWrapper .bookingContainer .item .packageInfo .confirmButton {
  text-align: right;
  padding-top: 1rem;
}
.bookingWrapper .bookingContainer .item .packageInfo .confirmButton a {
  display: inline-block;
  font-size: 1rem;
  font-weight: 500;
  padding: 1rem 1.25rem;
  background: #4598ff;
  color: #fff;
  border-radius: 0.5rem;
  text-decoration: none;
}
.bookingWrapper .bookingContainer .item .packageInfo .confirmButton a:hover {
  background: #2f5bc7;
}
.bookingWrapper .bookingContainer .item .ticketContainer {
  padding: 2rem;
  background: #dddddd;
  display: grid;
  grid-template-columns: 240px auto;
  align-items: center;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}
.bookingWrapper .bookingContainer .item .ticketContainer .wrapTicket {
  border-radius: 0.5rem;
  display: flex;
  flex-direction: column;
  background: url("/images/polygon-icon-down-gray.svg") repeat-x left top #fff;
}
.bookingWrapper .bookingContainer .item .ticketContainer .wrapTicket .logo {
  position: relative;
  text-align: center;
  padding-bottom: 1rem;
  margin-top: 2.5rem;
}
.bookingWrapper .bookingContainer .item .ticketContainer .wrapTicket .logo img {
  max-width: 120px;
}
.bookingWrapper .bookingContainer .item .ticketContainer .wrapTicket .scheduleDate {
  padding: 1rem;
  display: flex;
  flex-direction: column;
  font-size: 10px;
}
.bookingWrapper .bookingContainer .item .ticketContainer .wrapTicket .scheduleDate > p {
  margin-bottom: 0.75rem;
}
.bookingWrapper .bookingContainer .item .ticketContainer .wrapTicket .scheduleDate > p strong {
  display: block;
}
.bookingWrapper .bookingContainer .item .ticketContainer .wrapTicket .scheduleDate > p + ul {
  display: flex;
  justify-content: space-between;
  list-style-type: none;
  margin-bottom: 0;
}
.bookingWrapper .bookingContainer .item .ticketContainer .wrapTicket .scheduleDate > p + ul li {
  position: relative;
}
.bookingWrapper .bookingContainer .item .ticketContainer .wrapTicket .scheduleDate > p + ul li span, .bookingWrapper .bookingContainer .item .ticketContainer .wrapTicket .scheduleDate > p + ul li strong {
  display: block;
}
.bookingWrapper .bookingContainer .item .ticketContainer .wrapTicket .barCodd {
  display: grid;
  grid-template-columns: 60px auto;
  align-items: center;
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
  border-top: 1px solid #dedddd;
  padding: 1.25rem 1rem;
}
.bookingWrapper .bookingContainer .item .ticketContainer .wrapTicket .barCodd > img.qrcode {
  width: 55px;
}
.bookingWrapper .bookingContainer .item .ticketContainer .wrapTicket .barCodd .codeDetail {
  display: flex;
  flex-direction: column;
  font-size: 10px;
  font-weight: 300;
}
.bookingWrapper .bookingContainer .item .ticketContainer .wrapTicket .barCodd .codeDetail small {
  display: block;
}
.bookingWrapper .bookingContainer .item .ticketContainer .wrapTicket .barCodd .codeDetail small.condition {
  padding-top: 0.25rem;
}
.bookingWrapper .bookingContainer .item .ticketContainer .downloadShare {
  display: flex;
  flex-direction: column;
}
.bookingWrapper .bookingContainer .item .ticketContainer .downloadShare h2 {
  margin-bottom: 1rem;
}
.bookingWrapper .bookingContainer .item .ticketContainer .downloadShare h2 + span {
  display: block;
}
.bookingWrapper .bookingContainer .item .ticketContainer .downloadShare h2 + span + p {
  margin-bottom: 1rem;
}
.bookingWrapper .bookingContainer .item .ticketContainer .downloadShare ul {
  display: flex;
  list-style: none;
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
}
.bookingWrapper .bookingContainer .item .ticketContainer .downloadShare ul li {
  flex: 1;
  font-weight: 500;
}
.bookingWrapper .bookingContainer .item .ticketContainer .downloadShare ul li.share {
  display: flex;
  justify-content: center;
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
  align-items: center;
  background: #fff;
  border-radius: 0.25rem;
}
.bookingWrapper .bookingContainer .item .ticketContainer .downloadShare ul li.share span {
  margin-right: 1rem;
}
.bookingWrapper .bookingContainer .item .ticketContainer .downloadShare ul li.share a {
  padding: 0.5rem;
}
.bookingWrapper .bookingContainer .item .ticketContainer .downloadShare ul li > a.downloadButton {
  display: block;
  background: #4598ff;
  border-radius: 0.25rem;
  padding: 0.75rem 1rem;
  text-align: center;
  color: #fff;
  text-decoration: none;
}

.teamWrap {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-template-areas: auto;
  grid-gap: 1rem;
}
.teamWrap .team {
  position: relative;
  background: #fff;
}
.teamWrap .team .imgBox {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.teamWrap .team .imgBox img {
  width: 100%;
  transition: all ease 0.4s;
}
.teamWrap .team .infoBox {
  padding: 1rem 0;
  position: relative;
}
.teamWrap .team .infoBox h6 {
  color: #2f5bc7;
  text-transform: uppercase;
  margin-bottom: 0.25rem;
}
.teamWrap .team .infoBox h6 + span {
  display: block;
}
.teamWrap .team .infoBox:before {
  content: "";
  width: 0;
  height: 2px;
  background: #2f5bc7;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  transition: all ease 0.4s;
}
.teamWrap .team:hover .imgBox img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  filter: gray;
  -webkit-filter: grayscale(1);
  -moz-filter: grayscale(1);
}
.teamWrap .team:hover .infoBox:before {
  width: 100%;
}
@media only screen and (max-width: 992px) {
  .teamWrap {
    grid-template-columns: repeat(3, 1fr);
  }
  .teamWrap .team .infoBox::before {
    width: 70%;
  }
}
@media only screen and (max-width: 767px) {
  .teamWrap {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 0;
    padding: 0;
  }
  .teamWrap .team .infoBox {
    background: #f1f1f1;
    padding: 1rem;
    text-align: center;
    position: relative;
  }
  .teamWrap .team .infoBox span {
    padding-bottom: 0;
  }
}

.viewProfile {
  width: 700px;
  background: #fff;
  border-radius: 0.5rem;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.viewProfile .profileHeader {
  display: grid;
  grid-template-columns: 75px auto;
  grid-template-rows: auto;
  grid-gap: 1rem;
  align-items: center;
  padding: 1rem;
  background: #f1f1f1;
  border-bottom: 1px solid #c7c7c7;
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}
.viewProfile .profileHeader .profileImage img {
  width: 75px;
  height: 75px;
  border-radius: 50%;
}
.viewProfile .profileHeader .title {
  position: relative;
}
.viewProfile .profileHeader .title a#closeProfile {
  position: absolute;
  right: 0;
  top: 0;
}
.viewProfile .profileHeader .title h5 {
  margin-bottom: 0.25rem;
}
.viewProfile .profileHeader .title h5 + span {
  display: block;
  color: #2f5bc7;
}
.viewProfile .profileHeader .title small {
  color: green;
}
.viewProfile .profileHeader .title small i {
  display: inline-block;
  width: 12px;
  height: 12px;
  background: green;
  border-radius: 1rem;
  margin-right: 0.5rem;
  position: relative;
  top: 2px;
}
.viewProfile .profileHeader .title small.deactive {
  color: red;
}
.viewProfile .profileHeader .title small.deactive i {
  background: red;
}
.viewProfile .detail {
  height: auto;
  min-height: 200px;
  max-height: 700px;
  overflow-y: scroll;
  padding: 1rem;
}
.viewProfile .profileFooter {
  border-top: 1px solid #c7c7c7;
  text-align: center;
  padding: 1rem 0.75rem;
}
.viewProfile .profileFooter h6 {
  color: #2f5bc7;
  margin-bottom: 0.5rem;
}
.viewProfile .profileFooter ul {
  display: inline-flex;
  flex-wrap: nowrap;
  margin: 0 auto;
  list-style-type: none;
}
.viewProfile .profileFooter ul li {
  overflow: hidden;
  position: relative;
}
.viewProfile .profileFooter ul li a {
  display: block;
  position: relative;
  width: 32px;
  height: 24px;
}
.viewProfile .profileFooter ul li a:before {
  content: "";
  font-family: "FontAwesome";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
}
.viewProfile .profileFooter ul li a.facebook:before {
  content: "\f09a";
}
.viewProfile .profileFooter ul li a.twitter:before {
  content: "\f099";
}
.viewProfile .profileFooter ul li a.instagram:before {
  content: "\f16d";
}
.viewProfile .profileFooter ul li a.linkedin:before {
  content: "\f0e1";
}
.viewProfile .profileFooter ul li a.youtube:before {
  content: "\f16a";
}
.viewProfile .profileFooter ul li a.others:before {
  content: "\f164";
}
@media only screen and (max-width: 767px) {
  .viewProfile {
    width: 90%;
    transform: translateX(-50%) translateY(-50%);
  }
  .viewProfile .detail {
    height: 300px;
    overflow-y: scroll;
  }
}

.testimonialWrap .testimonial {
  width: 100%;
  margin-bottom: 1.25rem;
  display: grid;
  grid-template-columns: 120px auto;
  grid-column-gap: 1.25rem;
  position: relative;
}
.testimonialWrap .testimonial .imageBox {
  position: relative;
  overflow: hidden;
}
.testimonialWrap .testimonial .imageBox img {
  transition: all ease 0.4s;
}
.testimonialWrap .testimonial .infoBox {
  position: relative;
}
.testimonialWrap .testimonial .infoBox h6 {
  color: #2f5bc7;
  margin-bottom: 0.5rem;
  position: relative;
  padding-bottom: 0.5rem;
}
.testimonialWrap .testimonial .infoBox h6 small {
  display: block;
  font-size: 0.875rem;
  color: #2f5bc7;
  font-weight: 400;
  padding-top: 0.25rem;
}
.testimonialWrap .testimonial .infoBox h6:before {
  content: "";
  width: 100px;
  height: 2px;
  background: #2f5bc7;
  position: absolute;
  left: 0%;
  bottom: 0;
}
.testimonialWrap .testimonial .infoBox h6 + p {
  margin-bottom: 0;
}
.testimonialWrap .testimonial:hover .imageBox img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  filter: gray;
  -webkit-filter: grayscale(1);
  -moz-filter: grayscale(1);
}
@media only screen and (max-width: 767px) {
  .testimonialWrap .testimonial {
    display: flex;
    flex-direction: column;
    grid-column-gap: 0;
  }
  .testimonialWrap .testimonial .imageBox {
    position: relative;
  }
  .testimonialWrap .testimonial .imageBox:before {
    content: "\f10e";
    font-family: "FontAwesome";
    font-size: 3rem;
    color: #2f5bc7;
    position: absolute;
    left: 250px;
    top: 50%;
    transform: translateY(-50%);
  }
  .testimonialWrap .testimonial .imageBox img {
    max-width: 200px;
    border: 1px solid #dedddd;
  }
  .testimonialWrap .testimonial .infoBox {
    padding-top: 0.5rem;
  }
}

.faqsWrap {
  position: relative;
}
.faqsWrap .faqs {
  width: 100%;
  position: relative;
  display: grid;
  grid-template-columns: max-content auto;
  grid-column-gap: 1rem;
  margin-bottom: 0.75rem;
}
.faqsWrap .faqs .faqIcon {
  position: relative;
}
.faqsWrap .faqs .faqIcon small {
  width: 12px;
  height: 12px;
  display: inline-block;
  position: relative;
}
.faqsWrap .faqs .faqIcon small:after {
  content: "";
  width: 100%;
  height: 2px;
  background: #2f5bc7;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.faqsWrap .faqs .faqIcon small:before {
  content: "";
  width: 2px;
  height: 100%;
  background: #2f5bc7;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.faqsWrap .faqs .faqInfo {
  position: relative;
}
.faqsWrap .faqs .faqInfo h6 {
  color: #2f5bc7;
  margin-bottom: 0;
  font-weight: 500;
  cursor: pointer;
}
.faqsWrap .faqs .faqInfo .answer {
  width: 100%;
  position: relative;
  padding-top: 0.25rem;
  display: none;
}
.faqsWrap .faqs.active .faqIcon small:before {
  display: none;
}
.faqsWrap .faqs.active .faqInfo .answer {
  display: block;
}

.wrapper .staticPages {
  display: flex;
  justify-content: center;
}
.wrapper .staticPages .wrapContainer, .wrapper .staticPages .footer, .wrapper .staticPages .schedule, .wrapper .staticPages .support, .wrapper .staticPages .homeTemplate .banner, .homeTemplate .wrapper .staticPages .banner, .wrapper .staticPages .homeTemplate .popularAttractions, .homeTemplate .wrapper .staticPages .popularAttractions, .wrapper .staticPages .exploreDestination, .wrapper .staticPages .destinationDetail, .wrapper .staticPages .bookingWrapper, .wrapper .staticPages .wrapper, .wrapper .staticPages .templateBody, .wrapper .staticPages .staticPages {
  padding: 1rem;
}
.wrapper .staticPages .wrapContainer.resetPadding, .wrapper .staticPages .resetPadding.footer, .wrapper .staticPages .resetPadding.schedule, .wrapper .staticPages .resetPadding.support, .wrapper .staticPages .homeTemplate .resetPadding.banner, .homeTemplate .wrapper .staticPages .resetPadding.banner, .wrapper .staticPages .homeTemplate .resetPadding.popularAttractions, .homeTemplate .wrapper .staticPages .resetPadding.popularAttractions, .wrapper .staticPages .resetPadding.exploreDestination, .wrapper .staticPages .resetPadding.destinationDetail, .wrapper .staticPages .resetPadding.bookingWrapper, .wrapper .staticPages .resetPadding.wrapper, .wrapper .staticPages .resetPadding.templateBody, .wrapper .staticPages .resetPadding.staticPages {
  padding: 0;
}
