img[src$="#center"] {
  display: block;
  margin: 0.7rem auto; /* you can replace the vertical '0.7rem' by
                            whatever floats your boat, but keep the
                            horizontal 'auto' for this to work */
  /* whatever else styles you fancy here */
}

img[src$="#floatleft"] {
  float: left;
  margin: 0.7rem; /* this margin is totally up to you */
  /* whatever else styles you fancy here */
}

img[src$="#floatright"] {
  float: right;
  margin: 0.7rem; /* this margin is totally up to you */
  /* whatever else styles you fancy here */
}

.main {
  min-height: calc(100vh - 370px);
  /* 66px header  footer = 439px  */
}

.title {
  text-align: center;
  color: #232b2b;
  font-weight: bolder;
  font-size: 4em;
}

.single_content {
  text-align: center;
}

.single_content h1 {
  color: #009999 !important;
}
.single_content h3 {
  font-size: 1.8rem;
}

.single_content p {
  font-size: 1.5rem;
}

.single_content blockquote {
  text-align: left;
}

table tr th:empty {
  display: none;
}

table tr td {
  text-align: center;
}

#leftTable tr td {
  text-align: left !important;
}

.footer {
  padding: 0 0 0 0;
}

a {
  color: #232b2b;
}

* {
  padding: 0;
  margin: 0;
  font-family: "Arial", sans-serif;
}

li {
  list-style: none;
}

.packageContainer {
  text-align: center;
}

.package {
  width: 935px;
  margin: 50px auto 20px;
  border: 1px solid #ccc;
  display: inline-block;
}

.fa {
  color: #b9b9b9;
  font-size: 18px;
  font-style: normal;
  margin-right: 5px;
  width: 25px;
  float: left;
}

.packageLeftBar {
  width: 210px;
  background: #fbfbfb;
  float: left;
}

.packageLeftBar li,
.packageDetails li {
  padding: 15px 25px;
  font-size: 14px;
  font-weight: bold;
  border-top: 1px dotted #ccc;
  text-align: left;
}

.packageLeftBar li:first-child,
.packageDetails li:first-child {
  text-align: center;
  padding: 30px;
  border: none;
}

.packageLeftBar li:last-child,
.packageDetails li:last-child {
  padding: 30px 0;
  background: #fff;
}

.packageDetails {
  width: 144px;
  float: left;
  position: relative;
  border-left: 1px dotted #ccc;
}

.packageDetails:hover {
  background: #fafafa;
}

.packageDetails .fa-times {
  color: #d31c06;
}

.packageDetails .fa-check {
  color: #7e9513;
}

.packageDetails li {
  text-align: center;
}

.packageDetails li .fa {
  text-align: center;
  float: none;
  line-height: 0;
}

.packageDetails li:first-child {
  padding: 10px 10px;
}

.packageLeftBar li:first-child {
  padding: 38px 10px 37px;
}

.packageDetails li:first-child span {
  padding: 10px 0;
  left: 50%;
  margin-left: -65px;
  width: 130px;
  display: block;
  background-color: #d9a702;
  position: absolute;
  top: -5px;
  box-shadow: 3px 3px 0px #b68c03;
  font-family: "Exo", sans-serif;
  font-weight: 400;
}

.packageDetails.yellow li:first-child {
  background-color: #ebc137;
  color: #fff;
  line-height: 16px;
}

.signUp {
  padding: 8px 15px;
  color: #fff;
  cursor: pointer;
  text-decoration: none;
}

.packageDetails li:nth-child(2) {
  padding: 68px 10px 25px;
  border-top: 0;
  color: #fff;
  font-size: 21px;
}

.packageDetails.yellow li:nth-child(2) {
  background: #ebc137;
}

.packageDetails.yellow .signUp {
  background-color: #d9a702;
  box-shadow: 3px 3px 0px #b68c03;
}

.packageDetails.orange li:first-child {
  background-color: #e69844;
  color: #fff;
  line-height: 16px;
}

.packageDetails.orange li:first-child span {
  background-color: #cf7a1c;
  box-shadow: 3px 3px 0px #b36004;
}

.packageDetails.orange li:nth-child(2) {
  background: #e38c2d;
}

.packageDetails.orange .signUp {
  background-color: #cf7a1c;
  box-shadow: 3px 3px 0px #b36004;
}

.packageDetails.red li:first-child {
  background-color: #e84c3d;
  color: #fff;
  line-height: 16px;
}

.packageDetails.red li:first-child span {
  background-color: #b52918;
  box-shadow: 3px 3px 0px #9c4239;
}

.packageDetails.red li:nth-child(2) {
  background: #e84c3d;
}

.packageDetails.red .signUp {
  background-color: #b52918;
  box-shadow: 3px 3px 0px #9c4239;
}

.packageDetails.maroon li:first-child {
  background-color: #771e10;
  color: #fff;
  line-height: 16px;
}

.packageDetails.maroon li:first-child span {
  background-color: #531106;
  box-shadow: 3px 3px 0px #380a03;
}

.packageDetails.maroon li:nth-child(2) {
  background: #771e10;
}

.packageDetails.maroon .signUp {
  background-color: #531106;
  box-shadow: 3px 3px 0px #380a03;
}

.packageDetails #economy li:nth-child(2) {
  padding: 40px 10px 15px;
}

.packageDetails #economy li:nth-child(2) select {
  margin-top: 14px;
}

#economy select {
  border: 0;
  outline: none;
  padding: 3px 8px;
}

.material-icons {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -moz-font-feature-settings: "liga";
  -moz-osx-font-smoothing: grayscale;
}

.middle-indicator {
  position: absolute;
  top: 50%;
}

.middle-indicator-text {
  font-size: 4.2rem;
}

a.middle-indicator-text {
  color: #009999 !important;
}

.content-indicator {
  background: none;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
}

.carousel .indicators .indicator-item.active {
  background-color: #009999;
}
.carousel .indicators .indicator-item {
  background-color: black;
}

.indicator-item {
  margin-top: 400px !important;
}

.carousel-slider {
  max-width: 80%;
  margin-left: 10%;
}

nav a {
  color: #232b2b;
}

nav {
  background-color: unset;
  box-shadow: unset;
}

.navbar-brand {
  justify-content: space-between;
}

.navbar-item img {
  max-height: unset !important;
}
.navbar.is-fresh .navbar-brand img {
  max-height: 3rem !important;
  height: 3rem !important;
  width: auto;
}

/* @media (max-width: 768px) {
  .navbar-brand img {
    max-width: 60%;
  }
} */

.video {
  min-height: 600px !important;
}

.videoLogo {
  max-height: 300px !important;
}

.carousel-text {
  font-size: 1.5rem !important;
}

.border {
  border-style: solid;
  border-color: teal;
  margin: 5px;
}

.hero-body {
  position: relative;
  background-image: url("/images/container-ship.jpg"); /* The image used */
  background-position: top; /* Center the image */
  background-repeat: no-repeat; /* Do not repeat the image */
  background-size: auto auto; /* Resize the background image to cover the entire container */
}

.title-bottom {
  padding: 2rem 0;
  text-align: center;
}

.btn-large {
  width: 100%;
  text-transform: unset;
  font-weight: bolder;
  font-size: large;
  background-color: #009688;
}

.customerLogo {
  max-height: 100px;
}
.customerLogoArea {
  margin: 0px !important;
  padding: 0px !important;
}

.compareTable {
  padding: 0;
  margin: 0;
  font-family: "Arial", sans-serif;
  font-size: larger;
}
.title:not(:last-child),
.subtitle:not(:last-child) {
  margin-bottom: 20px;
}

.membershipType {
  border: #009999 solid 1px;
  border-radius: 20px;
}

.freeColor {
  background-color: #009999;
  border-radius: 20px;
}
.freeTitle {
  font-weight: bolder;
  font-size: larger;
}

.freePricing {
}

.freeSubtitle {
  color: #009999;
  font-size: smaller;
}
.content h3:not(:first-child) {
  margin-top: 0em;
}

.membershipContainer {
  margin: 0 auto;
  margin-top: -20px;
  text-align: center;
  white-space: nowrap;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
}

.card {
  display: inline-flex;
  flex-direction: column;
  position: relative;
  color: #232b2b;
  border-radius: 20px;
  width: 300px;
  min-height: 400px;
  overflow: hidden;
  margin: 0 auto;
  text-align: center;
}

.card .selection {
  margin-top: auto;
  margin-bottom: 20px;
}

.card:hover {
  -webkit-transition: -webkit-box-shadow 0.25s;
  transition: -webkit-box-shadow 0.25s;
  transition: box-shadow 0.25s;
  transition: box-shadow 0.25s, -webkit-box-shadow 0.25s;
  -webkit-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2),
    0 6px 20px 0 rgba(0, 0, 0, 0.19);
  box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.card h2 {
  background: #bdbdbd;
  padding: 15px 0;
}
.card h3 {
  margin: 0px 0;
  font-size: 60px;
}
.card h3 span {
  font-size: 20px;
  font-weight: 100;
}

.card p {
  font-style: italic;
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}
.card ul {
  text-align: left;
  padding: 0 40px;
  margin: 0;
}
.card ul li {
  display: block;
}
.card ul li:not(:last-child) {
  margin-bottom: 10px;
}
.card ul li.aval::before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='16' width='16' viewBox='0 0 512 512'%3E%3C!--!Font Awesome Free 6.5.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2023 Fonticons, Inc.--%3E%3Cpath fill='%23197278' d='M256 48a208 208 0 1 1 0 416 208 208 0 1 1 0-416zm0 464A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM369 209c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0l-111 111-47-47c-9.4-9.4-24.6-9.4-33.9 0s-9.4 24.6 0 33.9l64 64c9.4 9.4 24.6 9.4 33.9 0L369 209z'/%3E%3C/svg%3E");
  font-weight: 900;
  font-weight: 900;
  font-size: 20px;
  color: #197278;
  width: 40px;
  display: inline-block;
}
.card ul li.unaval::before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='16' width='16' viewBox='0 0 512 512'%3E%3C!--!Font Awesome Free 6.5.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2023 Fonticons, Inc.--%3E%3Cpath fill='%23C44536' d='M256 48a208 208 0 1 1 0 416 208 208 0 1 1 0-416zm0 464A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM175 175c-9.4 9.4-9.4 24.6 0 33.9l47 47-47 47c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0l47-47 47 47c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9l-47-47 47-47c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0l-47 47-47-47c-9.4-9.4-24.6-9.4-33.9 0z'/%3E%3C/svg%3E");
  font-size: 20px;
  color: #c44536;
  width: 40px;
  display: inline-block;
}
.card .selection {
  cursor: pointer;
  padding: 10px 20px;
  border: none;
  font-weight: 700;
  background: #009999;
  border-radius: 5px;
  color: #efefef;
  font-size: 15px;
  font-family: inherit;
}

.card-1,
.card-2,
.card-3,
.card-4 {
  position: relative;
  transform: scale(0.95);
}
.card-1 {
  left: 10px;
  margin-left: -10px;
  z-index: 0;
}
.card-1 h2 {
  background: #bdbdbd;
  margin-left: -20px;
  margin-right: -20px;
}
.card-2 h2 {
  margin-left: -20px;
  margin-right: -20px;
}
.card-2 {
  left: 10px;
  margin-left: -10px;
  z-index: 1;
}
.card-3 {
  left: -10px;
  z-index: 0;
}
.card-3 h2 {
  background: #bdbdbd;
  margin-left: -20px;
  margin-right: -20px;
}
.card-4 {
  left: -10px;
  z-index: 0;
}
.card-4 h2 {
  background: #009999;
  margin-left: -20px;
  margin-right: -20px;
}

.hot-badge::after {
  content: "POPULAR";
  position: absolute;
  background: linear-gradient(to right, #009999, #009688);
  padding: 5px 54px;
  box-shadow: 0 0 5px 3px #715e006e;
  top: 25px;
  right: -46px;
  color: #fff;
  font-family: "Nunito", sans-serif;
  font-size: 16px;
  transform: rotateZ(45deg);
}
.card p {
  color: #009999;
  font-size: 14pt;
}
.card h4 {
  font-size: 16pt;
  margin-bottom: 10px;
  font-weight: 100;
}
.enterpriseText {
  font-size: 15pt !important;
  font-weight: 100 !important;
  white-space: normal !important;
}
.aval::before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='16' width='16' viewBox='0 0 512 512'%3E%3C!--!Font Awesome Free 6.5.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2023 Fonticons, Inc.--%3E%3Cpath fill='%23197278' d='M256 48a208 208 0 1 1 0 416 208 208 0 1 1 0-416zm0 464A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM369 209c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0l-111 111-47-47c-9.4-9.4-24.6-9.4-33.9 0s-9.4 24.6 0 33.9l64 64c9.4 9.4 24.6 9.4 33.9 0L369 209z'/%3E%3C/svg%3E");
  font-weight: 900;
  font-weight: 900;
  font-size: 20px;
  color: #197278;
  width: 40px;
  display: inline-block;
}
.unaval::before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='16' width='16' viewBox='0 0 512 512'%3E%3C!--!Font Awesome Free 6.5.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2023 Fonticons, Inc.--%3E%3Cpath fill='%23C44536' d='M256 48a208 208 0 1 1 0 416 208 208 0 1 1 0-416zm0 464A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM175 175c-9.4 9.4-9.4 24.6 0 33.9l47 47-47 47c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0l47-47 47 47c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9l-47-47 47-47c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0l-47 47-47-47c-9.4-9.4-24.6-9.4-33.9 0z'/%3E%3C/svg%3E");
  font-size: 20px;
  color: #c44536;
  width: 40px;
  display: inline-block;
}
tr {
  border-bottom: none;
}
.content table td,
.content table th {
  border: none;
}
.sticky-header {
  position: sticky;
  top: 65px;
  background-color: #f5f5f5;
  border-bottom: 1px solid grey !important;
}
.planDescriptionGroup {
  font-size: medium;
  font-weight: bolder;
  text-transform: uppercase;
  padding-top: 40px !important;
}
.planValue {
  background-color: #f5f5f5;
  width: 150px;
  text-align: center;
  color: #197278;
}
tr:hover td {
  background: #ececec;
}
.table-spacer {
  width: 25px;
  background-color: white;
}
u {
  border-bottom: 1px dashed #999 !important;
  text-decoration: none;
  display: inline;
}
.unavailable {
  color: #c44536;
}
.feature-title {
  color: #009999 !important;
  text-align: left;
}
.feature-text {
  text-align: left;
}
.pricingTitle {
  font-size: 2.5rem !important;
  font-weight: 400 !important;
  line-height: 1.25;
  font-family: "Open Sans", sans-serif;
}
.material-tooltip {
  --h: 20px;
  --w: 40px;
  --p: 10%;
  text-align: left;
  padding-bottom: 35px;
  font-size: 1rem;
  z-index: 2000;
  background-color: transparent;
  border-radius: 2px;
  color: #fff;
  min-height: 36px;
  line-height: 120%;
  opacity: 0;
  position: absolute;
  overflow: hidden;
  left: 0px;
  top: 0;
  pointer-events: none;
  visibility: hidden;
  background-color: #009999;
  cursor: pointer !important;
  margin-top: 25px;
  clip-path: polygon(
    0 0,
    100% 0,
    /* [1],[2] */ 100% calc(100% - var(--h)),
    /* [3] */ calc(var(--p) - var(--w) / 2) calc(100% - var(--h)),
    /* [4] */ var(--p) 100%,
    /* [5] */ calc(var(--p) + var(--w) / 2) calc(100% - var(--h)),
    /* [6] */ 0 calc(100% - var(--h)) /* [7] */
  );
}
label {
  font-size: 20px;
  color: #363636;
}
.hero-title {
  font-size: 4rem !important;
  margin-bottom: 3rem !important;
  font-weight: 700;
}
