/*FOOTER SECTION CSS*/
p,
li span {
  font-size: 15px;
}

@font-face {
  font-family: Avenir-Black;
  src: url("../../static/fonts/Avenir-Black.otf");
}

@font-face {
  font-family: Avenir-Medium;
  src: url("../../static/fonts/Avenir-Medium.otf");
}

@font-face {
  font-family: Avenir-Book;
  src: url("../../static/fonts/Avenir-Book.otf");
}

@font-face {
  font-family: Avenir-Light;
  src: url("../../static/fonts/Avenir-Light.otf");
}

@font-face {
  font-family: Avenir-Heavy;
  src: url("../../static/fonts/Avenir-Heavy.otf");
}

.avenirBlackFont {
  font-family: Avenir-Black;
}

.avenirMediumFont {
  font-family: Avenir-Medium;
}

.avenirBookFont {
  font-family: Avenir-Book;
}

.avenirLightFont {
  font-family: Avenir-Light;
}

.avenirHeavyFont {
  font-family: Avenir-Heavy;
}

.paddingTop20 {
  padding-top: 20px;
}

.centerAlign {
  text-align: center;
}

.greyFooter {
  background-color: #dcdcdc;
  padding: 20px 0px 2.5px;
}

.footerWhiteHeading {
  color: var(--white);
  text-transform: uppercase;
  font-size: 14px;
  margin-bottom: 5px;
  font-weight: 900;
}

.footerPara {
  font-size: 14px;
  color: var(--dark-grey);
  /* font-weight: 900; */
}

.footerLink {
  color: var(--grey);
  font-weight: 900;
  font-size: 15px;
  margin: 0 0 10px 0;
  display: inline-block;
  padding-left: 5px;
}

.footerLink:hover {
  color: var(--blue);
}

.footerEmailContainer i {
  font-size: 15px;
}

.footerTrawangan:not(:first-child) {
  margin-top: 15px;
}

.envelopeIconSize {
  font-size: 17px;
}

.fullwidth-footer {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
  background-color: var(--white);
}

.footerIcon {
  font-size: 16px;
  color: var(--dark-blue);
  margin-right: 10px;
}

.footerIcon:hover {
  color: var(--white);
}

.footerCopyright {
  padding-left: 20px;
  color: var(--grey);
  font-size: 14px;
  letter-spacing: 1px;
  font-weight: bold;
}

.footerNavLi {
  margin-left: 15px;
  display: inline-block;
  text-align: center;
}

.footerNavLi a {
  font-size: 13px;
  color: var(--grey);
  font-weight: bold;
}

.footerNavLi a:hover {
  color: var(--dark-grey);
}

.owl-item {
  display: flex;
  justify-content: center;
}

.footerEmailHeading {
  /* color: var(--grey); */
  color: rgba(255, 255, 255, 0.8);
}

.collapse {
  visibility: visible !important;
}

.paraText {
  line-height: 1.3em;
  font-size: 16px;
}

.displayInBlock {
  display: inline-block;
}

.margin0 {
  margin: 0px;
}

.padding0 {
  padding: 0px !important;
}

.verticalCenter {
  display: flex;
  justify-content: center;
  align-items: center;
}

.qrCodeContainer {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.qrCodeContainer div a {
  margin-bottom: 0;
  padding-left: 0px;
}

/* common css  */
.sectionHeight100 {
  min-height: 90vh !important;
}

.sectionHeight60 {
  min-height: 60vh !important;
}

.height100 {
  height: 100%;
}

.flexCenter {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

@media only screen and (min-width: 300px) and (max-width: 480px) {

  .sustainableHeroText,
  .hero-heading,
  .aboutHeroText,
  .heroHeading {
    font-size: 35px !important;
  }

  .hero-button {
    width: 200px !important;
    height: 40px !important;
  }
}

@media only screen and (max-width: 600px) {
  .qrCodeContainer {
    justify-content: space-between !important;
    border-left: 0px !important;
  }
}

@media screen and (max-width: 600px) {
  .sectionSpacing {
    padding: 15px 0px !important;
  }

  .desc-container {
    margin: 15px auto !important;
  }

  .desc-heading {
    font-size: 25px !important;
  }

  .heroHeading {
    font-size: 25px !important;
  }

  .locationsHeading {
    font-size: 25px !important;
  }

  .buttonMedium {
    padding: 10px 20px !important;
  }

  .locationsEachBlockHeading {
    font-size: 20px !important;
  }
}

:root {
  --white: #ffffff;
  --light-blue: #4891cd;
  --blue: #0d1b52;
  --dark-blue: #0a1642;
  --yellow: #ff0;
  --black: #000;
  --dark-gery: #666666;
  --grey: #999999;
  --lightest-blue: #77b9e6;
}

::selection {
  background-color: var(--blue);
  color: #fff;
}

body {
  font-family: Avenir-Medium;
  overflow-x: hidden;
}

.row {
  margin-left: 0px;
  margin-right: 0px;
}

.gradient-text {
  background: -webkit-linear-gradient(var(--light-blue), var(--blue));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  /*background: linear-gradient(to right, #30CFD0 0%, #330867 100%);*/
}

.img-responsive {
  width: 100%;
  height: auto;
}

.blueOverlay {
  background-color: rgba(13, 27, 82, 0.5);
}

.lightBlueOverlay {
  background-color: rgba(72, 145, 205, 0.5);
}

.blueBg {
  background-color: var(--blue);
}

.lightBlueBg {
  background-color: var(--light-blue);
}

.buttonMedium {
  padding: 14px 24px;
  font-size: 12px;
  line-height: 100%;
  display: inline-block;
  margin-top: 5px;
}

.blueButton {
  box-shadow: 0px 3px 0px 0px #050d29;
  margin-bottom: 3px;
  background-color: var(--blue);
  color: var(--white) !important;
  transition: color 0.1s ease-in-out, background 0.1s ease-in-out,
    border 0.1s ease-in-out;
}

.blueButton:hover {
  background-color: var(--dark-blue);
}

.lightBlueButton {
  box-shadow: 0px 3px 0px 0px var(--light-blue);
  margin-bottom: 3px;
  background-color: var(--lightest-blue);
  color: var(--white) !important;
  transition: color 0.1s ease-in-out, background 0.1s ease-in-out,
    border 0.1s ease-in-out;
}

.lightBlueButton:hover {
  background-color: #6facd6;
}

.buttonText {
  color: var(--white);
  text-transform: uppercase;
  font-size: 12px;
  text-shadow: 0 1px rgba(0, 0, 0, 0.4);
  text-align: center;
  letter-spacing: 1px;
}

a:hover {
  text-decoration: none;
}

.sectionSpacing {
  padding: 50px 0px;
}

.whiteText {
  color: var(--white);
}

.blueText {
  color: var(--blue);
}

.diveStayEachSectionHeadingText {
  color: var(--light-blue);
}

.lightestBlueText {
  color: var(--lightest-blue);
}

.padding0 {
  padding: 0px;
}

/* COMMON CSS IN ALL INNER HOME PAGE */
/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
  .innerHomeHeroHeading {
    /* background: red; */
    font-size: 40px !important;
  }

  .innerHomeHeroSection {
    height: 70vh !important;
  }

  .sectionSpacing {
    padding: 15px 0px !important;
  }

  .buttonMedium {
    padding: 10px 20px !important;
    display: inline-block !important;
    margin-bottom: 10px !important;
  }

  .dolphinBgHeading {
    font-size: 25px !important;
  }

  .courseHeading {
    font-size: 25px !important;
  }

  .courseSecondHeading {
    font-size: 20px !important;
    padding-bottom: 10px !important;
  }

  .aboutSectionOverlayInner {
    padding: 5px !important;
  }

  .featureHeading {
    font-size: 20px !important;
    padding-bottom: 0px !important;
  }

  .descriptionLeftHeading {
    font-size: 20px !important;
  }

  .faqAccordion {
    padding: 10px !important;
    font-size: 14px !important;
  }

  .answersText {
    margin: 10px !important;
    font-size: 14px !important;
  }

  .dolphinBgInner {
    padding: 50px 0px !important;
  }

  .teamInfoContainer {
    /* padding: 0px !important; */
    padding: 0px 0px 10px !important;
  }

  .teamImageContainer {
    padding: 0px 5px !important;
    margin-bottom: 7px !important;
  }

  .teamName {
    font-size: 14px !important;
  }

  .teamPosition {
    font-size: 10px !important;
  }

  .aboutSectionBg {
    min-height: 35vh !important;
    /* background-attachment: fixed; */
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    display: flex !important;
    justify-content: center !important;
    flex-direction: column !important;
    align-items: center !important;
    padding: 20px 0px !important;
  }

  .featureHeading {
    height: 70px !important;
    padding-top: 0px !important;
    margin-bottom: 0px;
  }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
  .innerHomeHeroHeading {
    /* background: green; */
    font-size: 60px !important;
  }

  .featureHeading {
    font-size: 30px !important;
  }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
  .innerHomeHeroHeading {
    /* background: blue; */
    font-size: 80px !important;
  }

  .dolphinBgHeading {
    font-size: 40px !important;
  }
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
  .innerHomeHeroHeading {
    font-size: 100px;
  }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
  .innerHomeHeroHeading {
    font-size: 60px !important;
  }

  .featureHeading {
    font-size: 40px !important;
  }
}

.innerHomeHeroSection {
  height: 100vh;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  position: relative;
}

.innerHomeHeroHeading {
  text-transform: uppercase;
  font-size: 60px;
  text-align: center;
  letter-spacing: 3px;
}

.heroBlueBold {
  font-weight: 900;
}

.overlaySection {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* DOLPHIN BG */
.dolphinBg {
  background-image: url("/static/images/transparentfish.png") !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: contain !important;
}

.dolphinBgInner {
  padding: 100px 0px;
}

.dolphinBgHeading {
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 0px;
  font-size: 50px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.dolphinBgPara {
  letter-spacing: 3px;
  font-size: 18px;
  text-align: center;
  font-weight: bold;
}

/* Features css */
.blackOverlay {
  background-color: rgba(0, 0, 0, 0.45);
  width: 100%;
  /* background-color: rgba(102, 102, 102, 0.5); */
}

.featureBg {
  background-position: center;
  background-size: cover;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
}

.featureOverlay {
  padding: 20px;
  text-align: center;
  /* position: absolute; */
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.featureBlur {
  overflow: hidden;
  position: relative;
  /* min-height: 82vh; */
  margin: 20px 0px;
}

.featureBlur:hover>.featureBg {
  filter: blur(5px);
}

.featureHeading {
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 40px;
  text-align: center;
  font-style: inherit;
  font-weight: bold;
  padding-top: 30px;
  padding-bottom: 10px;
  height: 107px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.featureHeading2 {
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 40px;
  text-align: center;
  font-style: inherit;
  font-weight: bold;
  padding-top: 00px;
  padding-bottom: 0px;
  height: 79.5px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.featurePara {
  text-align: center;
  font-weight: bold;
  margin: 20px 0px;
  font-size: 15px;
}

.featureParaHeight {
  min-height: 265px;
}

.buttonContainer {
  margin: 20px auto;
}

/* aboutSection */
.aboutSectionBg {
  min-height: 45vh;
  /* background-attachment: fixed; */
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 40px 0px;
}

/*.aboutSectionBg > div {
  height: 100%;
}*/
.aboutSectionOverlayInner {
  padding: 50px 30px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.aboutSmallHeading {
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 16px;
  text-align: center;
  font-style: inherit;
  font-weight: bold;
  /* padding-top: 0px; */
  /* padding-bottom: 20px; */
}

.aboutSectionPara {
  letter-spacing: 1px;
  font-size: 15px;
  line-height: 220%;
  text-align: center;
  font-style: normal;
  font-weight: 600;
  padding-top: 0px;
  padding-bottom: 20px;
}

.brandListContainer {
  display: flex;
  list-style: none;
  justify-content: space-around;
  flex-wrap: wrap;
  padding-left: 0px;
}

/* course css */
.eachCourseContainer {
  margin: 30px 0px;
}

.courseHeading {
  letter-spacing: 0px;
  text-transform: uppercase;
  font-size: 40px;
  text-align: center;
  font-weight: bold;
  padding-top: 0px;
  padding-bottom: 0px;
}

.courseSecondHeading {
  letter-spacing: 5px;
  text-transform: capitalize;
  font-size: 28px;
  text-align: center;
  font-weight: bold;
  padding-top: 10px;
  padding-bottom: 20px;
}

.courseDataHeader {
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 24px;
  text-align: center;
  font-style: inherit;
  font-weight: bold;
  margin: 20px 0px;
}

.otherLocationHeader {
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 60px;
  text-align: center;
  font-weight: bold;
  padding-top: 20px;
  padding-bottom: 10px;
}

.eachTestimonialContainer {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  align-self: center;
}

.testimonialItem {
  max-width: 500px;
}

.testimonialCompany {
  font-size: 14px;
  margin-bottom: 30px;
}

/*CONTACT FORM SECTION*/
.contactFormSectionContainer {
  background-attachment: fixed;
  background-size: cover;
  text-align: center;
}

.getInTouchBlueText {
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 90%;
  text-align: center;
  font-weight: bold;
  padding-top: 0px;
  padding-bottom: 0px;
}

.getInTouchHeading {
  text-transform: capitalize;
  font-weight: 900;
  text-align: center;
  font-size: 60px;
  letter-spacing: 1px;
  margin-top: 25px;
}

.contactBlueOverlaySection {
  padding: 50px;
}

.formInputField {
  font-size: 14px;
  padding: 14px;
  text-align: center;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  color: #767676;
  border: none;
  outline: none;
  margin-bottom: 15px;
  font-family: "Nunito", sans-serif;
}

.formInputField:focus {
  background-color: rgba(0, 0, 0, 0.8);
  color: var(--white);
  border: none;
}

.transparent-button {
  background-color: transparent;
  color: var(--white);
  text-transform: uppercase;
  text-align: center;
  border: 2px solid var(--white);
  transition: background-color 0.5s ease-in-out;
}

.transparent-button:hover {
  background-color: var(--white);
}

.transparent-button:hover>.buttonText {
  color: var(--blue);
}

/* SPECIFIC CSS FOR HOME-TRAWANGAN */
.courseSection {
  text-align: center;
}

.otherLocationParaHeight {
  min-height: 180px;
}

.testimonialText {
  font-size: 14px;
  font-style: italic;
  letter-spacing: 0px;
  text-transform: none;
}

.testimonialProfileImage {
  width: 100px;
  height: 100px;
  border-radius: 100%;
  margin: 30px 0px;
}

.courseName {
  font-size: 24px;
  margin: 10px 0px 20px;
  text-transform: uppercase;
  min-height: 57px;
  letter-spacing: 1px;
}

.coursesPara {
  margin: 20px 0px;
  min-height: 295px;
}

/* faq css*/
/* ALL FAQ PAGE COMMON CSS */
.faqHeroSection {
  height: 100vh;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  position: relative;
}

.faqOverlaySection {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.faqHeroHeading {
  font-weight: 900;
  text-transform: uppercase;
  font-size: 60px;
  text-align: center;
}

.faqPillsUl {
  display: flex;
  justify-content: center;
  margin: 30px auto;
}

.faqPillsUl .nav-item a {
  color: var(--dark-gery);
  letter-spacing: 1px;
  font-size: 13px;
}

.faqPillsUl .nav-item .active {
  background-color: #ececec;
  color: var(--dark-gery);
}

.faqAccordionAnswers {
  border: 1px solid #eee;
}

.faqAccordion {
  background-color: var(--white);
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  /* border: 1px solid #eee; */
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
  border: none;
}

.questionsAnswersHeading {
  letter-spacing: 5px;
  text-transform: uppercase;
  font-size: 60px;
  text-align: center;
  font-weight: bold;
  padding-bottom: 10px;
}

.answerActive {
  border-bottom: 1px solid #ececec;
}

.faqAccordion:hover {
  background-color: #f8f8f8;
}

.faqAccordion:after {
  content: "\002B";
  color: #777;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.answerActive:after {
  content: "\2212";
}

.faqPanel {
  /* padding: 0 18px; */
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  border-bottom: 1px solid #eee;
}

.FaqQuestionSvg {
  fill: var(--grey);
  margin-right: 10px;
}

.faqQuestion {
  font-weight: 600;
  vertical-align: middle;
}

.answersText {
  margin: 18px;
  font-size: 16px;
  color: var(--dark-gery);
  line-height: 1.3em;
  text-align: left;
}

.fade.show {
  opacity: 1;
}

/*CONTACT FORM SECTION*/
.faqContactFormHeading {
  letter-spacing: 5px;
  text-transform: uppercase;
  font-size: 30px;
  text-align: center;
  font-style: inherit;
  font-weight: bold;
  padding-top: 25px;
  padding-bottom: 10px;
}

.contactBlueOverlaySection {
  padding: 50px;
}

.formInputField {
  font-size: 14px;
  padding: 14px;
  text-align: center;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  color: #767676;
  border: none;
  outline: none;
  margin-bottom: 15px;
}

.formInputField:focus {
  background-color: rgba(0, 0, 0, 0.8);
  color: var(--white);
  border: none;
}

.transparent-button {
  background-color: transparent;
  color: var(--white);
  text-transform: uppercase;
  text-align: center;
  border: 2px solid var(--white);
  transition: background-color 0.5s ease-in-out;
}

.transparent-button:hover {
  background-color: var(--white);
}

.transparent-button:hover>.buttonText {
  color: var(--blue);
}

/* ABOUT SECTION TEAM MEMBER */
.aboutPageHeading {
  letter-spacing: 5px;
  text-transform: uppercase;
  font-size: 40px;
  text-align: center;
  font-style: inherit;
  font-weight: bold;
  padding-top: 0px;
  padding-bottom: 10px;
  text-align: center;
}

.teamInfoContainer {
  padding: 10px;
}

.teamImageContainer {
  padding: 0px 20px;
  margin-bottom: 30px;
}

.teamImage {
  filter: grayscale(100%);
  border-radius: 100%;
  width: 100%;
}

.teamName {
  text-transform: uppercase;
  text-align: center;
  display: block;
  font-weight: bold;
  font-size: 16px;
}

.teamPosition {
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1px;
  display: block;
  text-align: center;
}

.teamInfoContainer:hover img {
  filter: grayscale(0);
}

/* GALLERY SECTION CSS */
.galleryWhiteBorder {
  border: 2px solid var(--white);
  padding: 0;
  position: relative;
}

img.zoom {
  width: 100%;
  height: 200px;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}

/* FAQ SECTION CSS */
.sustainableHeroSection {
  position: relative;
  height: 100vh;
  background-attachment: fixed;
  background-position: center top;
  background-repeat: no-repeat !important;
  background-size: cover;
}

.sustainableOverlaySection {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.sustainableHeroText {
  text-transform: uppercase;
  font-size: 60px;
  text-align: center;
}

.sustainableParaText {
  line-height: 1.3em;
  font-size: 16px;
}

.descriptionLeftHeading {
  letter-spacing: 5px;
  text-transform: uppercase;
  font-size: 40px;
  text-align: center;
  font-style: inherit;
  font-weight: bold;
  padding-top: 10px;
  padding-bottom: 10px;
}

.tabCarousel .controls {
  overflow-x: auto;
  overflow-y: hidden;
  padding: 0;
  margin: 0;
  white-space: nowrap;
  text-align: center;
  position: relative;
  margin: 30px 0px;
}

.contributionListUl {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.tabCarousel .controls li.active {
  background-color: #eee;
  border-top: 3px solid var(--blue);
}

.tabCarousel .controls li.active a span,
.tabCarousel .controls li a:hover>span {
  color: var(--dark-gery);
}

.tabCarousel .controls a:hover {
  background-color: transparent;
  color: var(--dark-gery);
}

.tabCarousel .controls a span {
  padding: 7px;
  margin-right: 5px;
  overflow: hidden;
  display: block;
  font-size: 15px;
  /* margin-top: 5px; */
  font-weight: bold;
  color: var(--grey);
}

.contributionBlueSection {
  padding: 35px;
}

.contributionBlueSection hr {
  border-top: 3px solid var(--white);
  max-width: 10%;
}

.contributionHeading {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 18px;
  margin-top: 0px;
}

.diveStayEachSectionHeading {
  /* letter-spacing: 5px;
  text-transform: uppercase;
  font-size: 32px;
  text-align: center;
  font-style: inherit;
  font-weight: bold;
  padding-top: 10px;
  padding-bottom: 10px; */
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 41px;
  text-align: center;
  font-style: inherit;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-top: 0;
}

/* PRICING PLAN CSS */
.eachPricingPlanContainer {
  text-align: center;
  box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.3);
  margin: 20px 0px;
}

.pricingPlanHeadingContainer {
  padding: 15px 20px;
  text-align: center;
}

.pricingPlanHeadingContainer span {
  font-weight: 700;
  font-size: 14px;
  line-height: 4px;
  text-transform: uppercase;
}

.pricingMetaData {
  padding: 15px 40px;
  background-color: var(--white);
}

.pricingPlanList {
  list-style: none;
  padding-left: 0px;
}

.standardDoubleTextContainer {
  padding: 20px 0px 0px;
}

.standardDoubleText {
  font-size: 30px;
}

.standardDoubleText sup {
  font-size: 12px !important;
}

.standardDoubleText sub {
  font-size: 12px !important;
}

.pricingPlanList li {
  padding: 10px;
  border-top: 1px solid #ececec;
}

.pricingPlanList li span {
  font-size: 14px;
  font-weight: 500;
}

.price {
  font-weight: bold !important;
}

.pricingBookNowContainer {
  padding: 25px;
}

.pricingBookNowContainer a {
  display: inline-block;
}

.galleryWhiteBorder {
  border: 2px solid var(--white);
  padding: 0px;
}

img.zoom {
  width: 100%;
  height: 230px;
  /* border-radius: 5px; */
  object-fit: cover;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}

.modal-header {
  border-bottom: none;
}

.modal-title {
  color: #000;
}

.modal-footer {
  display: none;
}

/* preview card css */
.previewTimeEachBlock {
  margin-top: 20px;
  padding: 20px;
}

.eachTalkToUs {
  margin-bottom: 30px;
  text-align: center;
  padding: 0px 20px;
}

.talkToUsHeading {
  letter-spacing: 5px;
  text-transform: uppercase;
  font-size: 18px;
  text-align: center;
  font-style: inherit;
  padding-top: 5px;
  padding-bottom: 15px;
}

.talkToUsPara {
  margin-top: 20px;
  text-align: center;
  font-size: 16px;
  min-height: 50px;
}

#accordion {
  border: 1px solid #f0f0f0;
}

.card {
  border: none;
}

.card-header {
  padding: 5px;
}

.card-header:hover {
  cursor: pointer;
  transition: all 0.1s ease-in-out;
  background-color: #f0f0f0;
}

.card-header h5:before {
  font-family: "FontAwesome";
  content: "\f0d7";
  float: right;
  transition: all 0.5s;
  padding: 7px;
}

.card-header.active h5:before {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  transform: rotate(180deg);
}

.diveSitesCollapsibleHeading {
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.diveSitesCollapsibleHeading span {
  background-color: var(--white);
  padding-right: 10px;
}

.depthText {
  margin-top: 15px;
  font-size: 12px;
}

.imgBorder {
  border: 6px solid rgba(0, 0, 0, 0.06);
}

/* tabs css  */
.carousel-indicators {
  position: absolute;
  right: 0;
  top: -75px;
  left: 0;
  z-index: 15;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
  /* margin-right: 15%;
  margin-left: 15%; */
  list-style: none;
  bottom: auto;
  flex-wrap: wrap;
}
.carousel-indicators li {
  border-bottom: 0px solid transparent;
  border-top: 0px solid transparent;
  text-indent: 0px;
  height: auto !important;
  width: auto !important;
  box-sizing: content-box;
  margin-right: 3px;
  margin-left: 3px;
  cursor: pointer;
  padding: 7px;
  background-color: var(--white);
  transition: all 0.6s ease;
}
.carousel-indicators li a,
.carousel-indicators li a span {
  color: var(--dark-gery);
}

.carousel-indicators li a:hover,
.carousel-indicators li a:hover > span {
  color: var(--dark-gery);
}
.carousel-indicators .active {
  background-color: #eee;
  border-top: 3px solid var(--blue);
}

@media screen and (max-width: 600px) {
  .sectionSpacing {
    padding: 15px 0px !important;
  }

  .diveStayEachSectionHeading {
    font-size: 25px !important;
  }

  .buttonMedium {
    padding: 10px 20px !important;
  }

  .carousel-indicators li {
    padding: 0px 2px !important;
  }

  .contributionBlueSection {
    padding: 15px !important;
  }

  .carousel-indicators {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }

  .carousel-indicators li a,
  .carousel-indicators li a span {
    font-size: 13px !important;
  }
}

.transparent-button: {
  background-color: transparent;
  color: var(--white);
  text-transform: uppercase;
  text-align: center;
  border: 2px solid var(--white);
  transition: background-color 0.5s ease-in-out;
}

.transparent-button:hover {
  background-color: var(--white);
}

.transparent-button:hover>.buttonText {
  color: var(--blue);
}

.heroSection {
  height: 100vh;
  background-position: center top;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  position: relative;
}

.rightAlign {
  text-align: right;
}

.leftAlign {
  text-align: left;
}

.centerAlign {
  text-align: center;
}

.offerSection {
  padding: 20px;
  text-align: center;
  background-color: #ececec;
}

.offerText {
  letter-spacing: 0px;
  text-transform: initial;
  font-size: 30px;
  text-align: center;
  font-style: inherit;
  font-weight: bold;
  padding-top: 5px;
  padding-bottom: 0px;
}

.descriptionLeftHeading {
  letter-spacing: 5px;
  text-transform: uppercase;
  font-size: 40px;
  padding-top: 10px;
  padding-bottom: 20px;
}

.dailyGuidedHeading {
  letter-spacing: 5px;
  text-transform: uppercase;
  font-size: 35px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.dailyDivesSecondHeading {
  letter-spacing: 5px;
  text-transform: uppercase;
  font-size: 27px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.refresherHeading {
  letter-spacing: 5px;
  text-transform: uppercase;
  font-size: 28px;
  margin-top: 10px;
}

.refresherSubHeading {
  letter-spacing: 5px;
  text-transform: uppercase;
  font-size: 18px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.svgBlueFill {
  fill: var(--blue) !important;
}

.svgLightBlueFill {
  fill: var(--lightest-blue) !important;
}

.guidedDivesInnerHeading {
  font-size: 20px;
  padding: 0px 0 5px 0;
  text-transform: uppercase;
}

.guidedIconContainer {
  line-height: 98px;
  height: 100px;
  width: 100px;
  display: inline-block;
}

.galleryWhiteBorder {
  border: 2px solid var(--white);
  padding: 0;
}

.pricingTableContainer {
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
}

.pricingTableOuterSpace {
  padding: 30px 50px;
}

.pricingTableInnerSpace {
  padding: 50px 20px;
}

.dailyDivesPricingTable {
  margin: 30px 0px;
}

.dailyDivesPricingTable th {
  padding: 18px 12px;
  text-align: center;
  text-transform: uppercase;
  /* font-weight: 700; */
  font-size: 14px;
}

.dailyDivesPricingTable td {
  padding: 12px;
  border-bottom: 1px solid #dcdcdc;
  text-align: center;
}

.previewTimeEachBlock {
  margin-top: 20px;
  padding: 20px;
}

.previewImageContainer {
  margin: 20px 0px;
}

/* testimonial */
.eachTestimonialContainer {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  align-self: center;
}

.testimonialItem {
  max-width: 700px;
}

.testimonialCompany {
  font-size: 14px;
  margin-bottom: 30px;
}

.testimonialText {
  font-size: 12px;
  letter-spacing: 0px;
  text-transform: none;
}

.testimonialProfileImage {
  width: 100px;
  height: 100px;
  border-radius: 100%;
  margin: 30px 0px;
}

.testimonialAuthor {
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 1px;
}

.testimonialNavigationalCircle {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  border: 1px solid var(--dark-gery);
  display: flex;
  justify-content: center;
  align-items: center;
}

img.zoom {
  width: 100%;
  height: 230px;
  /* border-radius: 5px; */
  object-fit: cover;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}

.modal-header {
  border-bottom: none;
}

.modal-title {
  color: #000;
}

.modal-footer {
  display: none;
}

.buttonContainer {
  margin-top: 20px;
}

.courseDirectorIcon {
  padding-right: 10px;
  font-size: 20px;
}

/* PRICING PLAN CSS */
.eachPricingPlanContainer {
  text-align: center;
  box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.3);
  margin: 20px 0px;
  background-color: transparent;
}

.eachPricingPlanContainer div {
  opacity: 0.9;
}

.pricingPlanHeadingContainer {
  padding: 15px 20px;
  text-align: center;
}

.pricingPlanHeadingContainer span {
  font-weight: 700;
  font-size: 14px;
  line-height: 4px;
  text-transform: uppercase;
}

.pricingMetaData {
  padding: 0px 25px;
  background-color: var(--white);
}

.pricingPlanList {
  list-style: none;
  padding-left: 0px;
  margin-bottom: 0;
}

.standardDoubleTextContainer {
  /* padding: 20px 0px 20px; */
  padding: 10px 0px 5px;
}

.standardDoubleText {
  font-size: 30px;
}

.standardDoubleText sup {
  font-size: 12px !important;
}

.standardDoubleText sub {
  font-size: 12px !important;
}

.pricingPlanList li {
  padding: 10px;
  border-top: 1px solid #ececec;
}

.pricingPlanList li span,
.pricingPlanList li div {
  font-size: 14px;
  font-weight: 500;
}

.price {
  font-weight: bold !important;
}

.pricingBookNowContainer {
  /* padding: 25px; */
  padding: 10px 0px 25px;
}

.pricingBookNowContainer a {
  display: inline-block;
}

.starIcon {
  height: 16px;
}

@media screen and (max-width: 600px) {
  .sectionSpacing {
    padding: 15px 0px !important;
  }

  .descriptionLeftHeading {
    font-size: 25px !important;
    padding-bottom: 10px !important;
  }

  .offerSection {
    padding: 10px !important;
  }

  .offerText {
    font-size: 17px !important;
  }

  .dailyGuidedHeading {
    font-size: 20px !important;
  }

  .dailyDivesSecondHeading {
    font-size: 17px !important;
  }

  .guidedDivesInnerHeading {
    font-size: 17px !important;
  }

  .paraText {
    font-size: 14px !important;
  }

  .refresherHeading {
    font-size: 20px !important;
  }

  .pricingTableOuterSpace {
    padding: 0px 0px !important;
  }

  .pricingTableInnerSpace {
    padding: 20px 0px !important;
  }

  .dailyDivesPricingTable {
    margin: 15px 0px !important;
  }

  .dailyDivesPricingTable th {
    padding: 8px 3px !important;
    font-size: 12px !important;
  }

  .dailyDivesPricingTable td {
    padding: 4px !important;
    font-size: 15px !important;
  }

  .buttonMedium {
    padding: 10px 20px !important;
  }
}

.dottedBottomBorder {
  border-bottom: 5px dotted #a8a6a6;
}

.dottedTopBorder {
  border-top: 5px dotted #a8a6a6;
}

html {
  scroll-behavior: smooth;
}

img.brand {
  opacity: 0.5;
  filter: alpha(opacity=50);
  /* For IE8 and earlier */
}

.pushBgUp150 {
  background-position: left 0px bottom 150px;
}

.heroOverlaySection {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.heroHeading {
  text-transform: uppercase;
  font-size: 60px;
  text-align: center;
}

.desc-heading {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 50px;
  text-align: center;
}

:target {
  padding-top: 70px;
  /* = to height of navbar */
  margin-top: -70px;
}

/*FINDING SECTION*/
.find-heading {
  letter-spacing: 0px;
  text-transform: uppercase;
  font-size: 60px;
  text-align: center;
  font-weight: 900;
  padding-top: 0px;
  padding-bottom: 20px;
}

.home-gallery {
  padding-left: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-top: -5px;
}

.home-gallery-heading {
  text-transform: uppercase;
  font-size: 25px;
  color: var(--white);
}

.finding-left-section {
  text-align: right;
  /* margin-bottom: 28px; */
}

.finding-right-section {
  text-align: left;
  /* margin-bottom: 28px; */
}

.finding-inner-heading {
  text-transform: uppercase;
  color: var(--light-blue);
  font-weight: 900;
  font-size: 18px;
  /* padding: 0px 0 5px 0; */
}

.finding-location-icon {
  line-height: 55px;
  /* height: 100px;
  width: 100px; */
  display: inline-block;
  text-align: center;
  color: var(--blue) !important;
  fill: var(--blue);
  cursor: pointer;
}

.finding-location-icon svg {
  width: 25px;
  fill: var(--blue);
}

.finding-location-icon:hover>a svg {
  fill: var(--light-blue) !important;
}

.finding-para {
  color: var(--blue);
  font-size: 15px;
  line-height: 1.3em;
  font-weight: 500;
  margin-bottom: 10px;
}

/*FINDING SECTION*/
.find-heading {
  letter-spacing: 0px;
  text-transform: uppercase;
  font-size: 60px;
  text-align: center;
  font-weight: 900;
  padding-top: 0px;
  padding-bottom: 20px;
}

.home-gallery {
  padding-left: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-top: -5px;
}

.home-gallery-heading {
  text-transform: uppercase;
  font-size: 25px;
  color: var(--white);
}

.finding-left-section {
  text-align: right;
  /* margin-bottom: 28px; */
}

.finding-right-section {
  text-align: left;
  /* margin-bottom: 28px; */
}

.finding-inner-heading {
  text-transform: uppercase;
  color: var(--light-blue);
  font-weight: 900;
  font-size: 18px;
  /* padding: 0px 0 5px 0; */
}

.finding-location-icon {
  line-height: 55px;
  /* height: 100px;
  width: 100px; */
  display: inline-block;
  text-align: center;
  color: var(--blue) !important;
  fill: var(--blue);
  cursor: pointer;
}

.finding-location-icon svg {
  width: 25px;
  fill: var(--blue);
}

.finding-location-icon:hover>a svg {
  fill: var(--light-blue) !important;
}

.finding-para {
  color: var(--blue);
  font-size: 15px;
  line-height: 1.3em;
  font-weight: 500;
  margin-bottom: 10px;
}

.findBMSection img {
  height: 100%;
}

.findBMSection .no-wrap {
  margin-bottom: 15px;
}


@media only screen and (max-width: 1100px) {
  .aboutSectionBg {
    min-height: 35vh !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    display: flex !important;
    justify-content: center !important;
    flex-direction: column !important;
    align-items: center !important;
    padding: 20px 0px !important;
  }
}

.underLineText {
  font-size: 17px;
  text-decoration: underline;
}

.paddingTop20 {
  padding-top: 20px;
}

.paddingBot40 {
  padding-bottom: 40px;
}

.arrow3 {
  position: absolute;
  top: 50%;
  width: 6vmin;
  height: 6vmin;
  background: transparent;
  border-top: 1vmin solid var(--blue);
  border-right: 1vmin solid var(--blue);
  box-shadow: 0 0 0 lightgray;
  transition: all 200ms ease;
}

.arrow3.left {
  left: 20px;
  transform: translate3d(0, -50%, 0) rotate(-135deg);
}

.arrow3.right {
  right: 20px;
  transform: translate3d(0, -50%, 0) rotate(45deg);
}

.arrow3:hover {
  border-color: grey;
  box-shadow: 0.5vmin -0.5vmin 0 black;
}

.arrow3:before {
  // for better hit area
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-40%, -60%) rotate(45deg);
  width: 200%;
  height: 200%;
}
