/* Global Styles */

html,
body {
  height: 100%;
  width: 100%;
}
.retina {
  margin: 0;
  float: left;
  padding: 0 15px 5px 0;
}

.divide50 {
  width: 100%;
  height: 50px;
}
i.fa.fa-bars {
  font-size: 35px;
}
.divide5 {
  width: 100%;
  height: 5px;
}
em.header-text {
  padding: 9px 20px;
  position: relative;
  top: 6px;
  color: rgb(223, 88, 137);
  border-radius: 4px;
}
.divide10 {
  width: 100%;
  height: 10px;
}
.divide15 {
  width: 100%;
  height: 15px;
}
.divide20 {
  width: 100%;
  height: 20px;
}
.inner {
  padding-top: 40px;
  /*    padding-bottom: 40px;*/
}
.paras {
  text-align: center;
  font-weight: bold;
  font-size: 16px;
}
.imgs {
  width: 100%;
  height: auto;
}
.headsparas {
  text-align: center;
  font-weight: bold;
  font-size: large;
  text-decoration: underline;
}
.endservice {
  text-align: center;
  font-weight: bold;
  text-decoration: underline;
}
.meals {
  font-weight: bold;
}
.vert-text {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.main-title {
  font-family: "Lobster", cursive;
  font-size: 45px;
  text-align: center;
}
#about {
  font-family: "Lato";
  margin: 50px 0px;
}
#about p {
  font-size: 16px;
  line-height: 26px;
}
#about h4 {
  font-size: 18px;
  font-weight: bold;
  line-height: 26px;
}
ol.color {
  line-height: 26px;
  font-size: 16px;
}
ul.color {
  line-height: 26px;
  font-size: 16px;
}
#about h5 {
  font-size: 16px;
  font-weight: bold;
  line-height: 26px;
}
.service-icon:hover {
  background: white;
  color: #7fbbda;
  transition: 0.5s;
  cursor: pointer;
}

.vert-text h1 {
  font-family: "Lobster", cursive;
  padding: 0;
  margin: 0;
  font-size: 4.5em;
  font-weight: 700;
  text-shadow: 2px 2px rgba(156, 190, 200, 1);
}
h1.header-text {
  font-family: "Lobster", cursive;
  text-shadow: 0 1px 0 #ccc, 0 2px 0 #c9c9c9, 0 3px 0 #bbb, 0 4px 0 #b9b9b9,
    0 5px 0 #aaa, 0 6px 1px rgba(0, 0, 0, 0.1), 0 0 5px rgba(0, 0, 0, 0.1),
    0 1px 3px rgba(0, 0, 0, 0.3), 0 3px 5px rgba(0, 0, 0, 0.2),
    0 5px 10px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.2),
    0 20px 20px rgba(0, 0, 0, 0.15);
  margin-top: 70px;
  color: white;
  font-size: 73px;
  font-weight: bold;
}
h3.header-text {
  color: #ec7787;
}

.btn-default {
  color: #6c472c;
}

.btn-primary {
  background-color: #228c87;
  border-color: #228989;
}
.btn-primary:hover {
  background-color: #6dd1c9;
  border-color: #6dd1c9;
}
.space {
  margin-top: 70px;
}
.btn {
  border-radius: 0px;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
/* --------------------------  button  --------------------------------------------- */

a.header-btn {
  border: 1px solid rgb(223, 49, 74);
  background-color: rgba(35, 140, 133, 0);
  color: #ec7787;
  /* box-shadow: 2px 2px #625862; */
  font-size: 20px;
  padding: 17px 25px;
}

.header-btn:hover {
  color: rgb(35, 140, 133);
  background-color: #fff;
  border: 1px solid;
  box-shadow: none;
}

.booking-btn {
  border: 1px solid #fff;
  color: #fff;
  padding: 15px 27px;
  font-size: 18px;
  border-radius: 30px;
}

.booking-btn:hover,
.booking-btn:active,
.booking-btn:focus {
  background-color: #fff;
  color: rgb(10, 81, 117);
  box-shadow: 2px 2px #1c1c1f;
}

/*-----------------------------------------------------------------------------------*/
/*  12. PROGRESS BAR
/*-----------------------------------------------------------------------------------*/
.progress-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.progress-list p {
  margin-bottom: 5px;
}
.progress-list li {
  margin-bottom: 20px;
}
.progress-list li em {
  padding-left: 8px;
  color: #72b6af;
  font-style: normal;
}
.progress-list li em:before {
  content: "-";
  padding-right: 10px;
  display: inline-block;
}
.progress.plain {
  height: 15px;
  margin-bottom: 0;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background: rgba(114, 182, 175, 0.15);
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.progress.plain .bar {
  float: left;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  width: 0;
  height: 100%;
  font-size: 12px;
  color: #ffffff;
  text-align: center;
  text-shadow: none;
  background: #72b6af;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

/* Side Menu */

.menu {
  filter: url("#shadowed-goo");
}
.menu-item,
.menu-open-button {
  /*  background: #ffc107;*/
  background: #6dd1c9;
  border-radius: 100%;
  width: 80px;
  height: 80px;
  position: absolute;
  top: 20px;
  color: white;
  text-align: center;
  line-height: 80px;
  transform: translate3d(0, 0, 0);
  transition: transform ease-out 200ms;
}
.menu-open {
  display: none;
}
.hamburger {
  width: 25px;
  height: 3px;
  background: white;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -12.5px;
  margin-top: -1.5px;
  transition: transform 200ms;
}
.hamburger-1 {
  transform: translate3d(0, -8px, 0);
}
.hamburger-2 {
  transform: translate3d(0, 0, 0);
}
.hamburger-3 {
  transform: translate3d(0, 8px, 0);
}
.menu-open:checked + .menu-open-button .hamburger-1 {
  transform: translate3d(0, 0, 0) rotate(45deg);
}
.menu-open:checked + .menu-open-button .hamburger-2 {
  transform: translate3d(0, 0, 0) scale(0.1, 1);
}
.menu-open:checked + .menu-open-button .hamburger-3 {
  transform: translate3d(0, 0, 0) rotate(-45deg);
}
.menu {
  position: fixed;
  /*  left: 50%;*/
  /*  margin-left: -80px;*/
  padding-top: 20px;
  padding-left: 27px;
  /*  width: 650px;*/
  height: 150px;
  box-sizing: border-box;
  font-size: 20px;
  text-align: left;
  z-index: 2;
}
.menu-item:hover {
  background: white;
  color: #6dd1c9;
}
.menu-item:nth-child(3) {
  transition-duration: 180ms;
}
.menu-item:nth-child(4) {
  transition-duration: 180ms;
}
.menu-item:nth-child(5) {
  transition-duration: 180ms;
}
.menu-item:nth-child(6) {
  transition-duration: 180ms;
}
.menu-open-button {
  z-index: 20000;
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition-duration: 400ms;
  transform: scale(1.1, 1.1) translate3d(0, 0, 0);
  cursor: pointer;
}
.menu-open-button:hover {
  transform: scale(1.2, 1.2) translate3d(0, 0, 0);
}
.menu-open:checked + .menu-open-button {
  transition-timing-function: linear;
  transition-duration: 200ms;
  transform: scale(0.8, 0.8) translate3d(0, 0, 0);
}
.menu-open:checked ~ .menu-item {
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}
.menu-open:checked ~ .menu-item:nth-child(3) {
  transition-duration: 170ms;
  transform: translate3d(80px, 0, 0);
}
.menu-open:checked ~ .menu-item:nth-child(4) {
  transition-duration: 250ms;
  transform: translate3d(160px, 0, 0);
}
.menu-open:checked ~ .menu-item:nth-child(5) {
  transition-duration: 330ms;
  transform: translate3d(240px, 0, 0);
}
.menu-open:checked ~ .menu-item:nth-child(6) {
  transition-duration: 410ms;
  transform: translate3d(320px, 0, 0);
}

/* Full Page Image Header Area */

.header {
  display: table;
  height: 100%;
  width: 100%;
  position: relative;
  background: url(../img/bg.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

/* Intro */

.intro {
  padding: 50px 0;
  /*background: none repeat scroll 0% 0% #F1F2ED;*/
  opacity: 0.8;
}

/* Services */

.services {
  background: #7fbbda;
  padding: 50px 0;
  color: #ffffff;
}

@media (min-width: 320px) and (max-width: 1024px) {
  .services {
    background: #7fbbda;
    padding: 50px 0;
    color: #ffffff;
  }
}

.service-item {
  margin-bottom: 15px;
}

i.service-icon {
  border: 3px solid #ffffff;
  border-radius: 50%;
  display: inline-block;
  font-size: 56px;
  width: 140px;
  height: 140px;
  line-height: 136px;
  vertical-align: middle;
  text-align: center;
}

h4.service-title {
  padding: 20px 0px 10px 0px;
  font-weight: bold;
}

/* Callout */

.callout {
  color: #ffffff;
  display: table;
  height: 388px;
  width: 100%;
  background: url(../img/callout.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

/* places */
#places {
  margin-top: 20px;
  margin-bottom: 100px;
}

.grid figure {
  position: relative;
  overflow: hidden;
  margin: 10px;
  background-color: black;
  text-align: center;
  cursor: pointer;
}
figure.effect-zoe:hover {
  background: black;
}
.grid figure img {
  opacity: 0.7;
}

.grid figure figcaption {
  padding: 2em;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.25em;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
  pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption > a {
  z-index: 1000;
  text-indent: 200%;
  white-space: nowrap;
  font-size: 0;
  opacity: 0;
}

.grid figure h2 {
  word-spacing: -0.15em;
  font-weight: 300;
}

.grid figure h2 span {
  font-weight: 800;
}

.grid figure h2,
.grid figure p {
  margin: 0;
}

.grid figure p {
  letter-spacing: 1px;
  font-size: 68.5%;
}

figure.effect-zoe figcaption {
  top: auto;
  bottom: 0;
  padding: 1em;
  height: 3.75em;
  background: #0a5175;
  color: #fff;
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}

figure.effect-zoe h2 {
  float: left;
}

figure.effect-zoe p.icon-links a {
  float: right;
  color: #3c4a50;
  font-size: 1.4em;
}

figure.effect-zoe:hover p.icon-links a:hover,
figure.effect-zoe:hover p.icon-links a:focus {
  color: #252d31;
}

figure.effect-zoe:hover {
  opacity: 0.8;
  background: rgb(0, 0, 0);
}

/*figure.effect-zoe:hover p.description {
  opacity: 1;
  background: rgba(46, 155, 146, 0.38);
}*/

figure.effect-zoe p.description {
  text-align: center;
  left: 0px;
  position: absolute;
  bottom: 4.8em;
  padding: 52px;
  color: #fff;
  text-transform: none;
  font-size: 20px;
  opacity: 0;
  line-height: 40px;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
  -webkit-backface-visibility: hidden;
}

figure.effect-zoe h2,
figure.effect-zoe p.icon-links a {
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(0, 200%, 0);
  transform: translate3d(0, 200%, 0);
}

figure.effect-zoe p.icon-links a i::before {
  display: inline-block;
  padding: 8px 10px;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

figure.effect-zoe h2 {
  display: inline-block;
  font-size: 24px;
  font-weight: lighter;
}

figure.effect-zoe:hover p.description {
  opacity: 1;
}

figure.effect-zoe:hover figcaption,
figure.effect-zoe:hover h2,
figure.effect-zoe:hover p.icon-links a {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

figure.effect-zoe:hover h2 {
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s;
}

figure.effect-zoe:hover p.icon-links a:nth-child(3) {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

figure.effect-zoe:hover p.icon-links a:nth-child(2) {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}

figure.effect-zoe:hover p.icon-links a:first-child {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
@media (max-width: 450px) {
  figure.effect-zoe p.description {
    font-size: 14px;
    line-height: 20px;
    bottom: 2.5em;
  }
}

/* Call to Action */

.call-to-action {
  background: url(../img/plane.jpg);
  /*    no-repeat center center fixed; */
  color: #ffffff;
  background: #0a5175;
  padding: 62px 0;
}

.call-to-actions {
  background: url(../img/plane.jpg);
  background-repeat: no-repeat;
  background-size: auto;
  /*    no-repeat center center fixed; */
  color: #ffffff;
  background: #0a5175;
  padding: 62px 0;
}

.call-to-action .btn {
  margin: 25px;
}

/*Contact */
#contact {
  margin-top: 20px;
  margin-bottom: 20px;
}

.contact-text {
  margin: 45px auto;
}

/* Contact Form */

#contact .contact-forms {
  /*width:90%;
    max-width: 830px;*/
  margin: 0 auto;
  padding: 25px 25px 0px 25px;
  /* -moz-box-shadow: 0px 1px 4px rgba(0,0,0, 0.2);
    -webkit-box-shadow: 0px 1px 4px rgba(0,0,0, 0.2); */
}

.mail-message-area {
  width: 100%;
  padding: 0 15px;
}

.mail-message {
  width: 100%;
  background: rgba(255, 255, 255, 0.8) !important;
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  transition: all 0.7s;
  margin: 0 auto;
  border-radius: 0;
}

.not-visible-message {
  height: 0px;
  opacity: 0;
}

.visible-message {
  height: auto;
  opacity: 1;
  margin: 25px auto 0;
}

.main_trial_area {
  background: url(../img/plane.jpg) no-repeat top center;
  overflow: hidden;
  background-size: cover;
  color: #fff;
  height: 400px;
  background-position-y: -170px;
}
.main_trial h2 {
  text-transform: none;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  margin-top: 322px;
}
.main_trial h2 span {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
}
.main_trial h4 {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  text-transform: none;
}

/* Input Styles */

.form {
  width: 100%;
  padding: 15px;
  background: #f8f8f8;
  border: 1px solid rgba(0, 0, 0, 0.075);
  margin-bottom: 25px;
  color: #727272 !important;
  font-size: 13px;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.form:hover {
  border: 1px solid #8bc3a3;
}

.form:focus {
  color: white;
  outline: none;
  border: 1px solid #8bc3a3;
}

.textarea {
  height: 200px;
  max-height: 200px;
  max-width: 100%;
}

/* Generic Button Styles */

.button {
  padding: 8px 12px;
  background: #0a5175;
  display: block;
  width: 120px;
  margin: 10px 0 0px 0;
  border-radius: 3px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  font-size: 0.8em;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);
}

.button:hover {
  background: #8bc3a3;
  color: white;
}

/* Send Button Styles */

.form-btn {
  width: 180px;
  display: block;
  height: auto;
  padding: 15px;
  color: #fff;
  background: #8bc3a3;
  border: none;
  outline: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  margin: auto;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);
}

.form-btn:hover {
  background: #111;
  color: white;
  border: none;
}

.form-btn:active {
  opacity: 0.9;
}

/* Place Holder Colors */

::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #727272;
}
:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #727272;
}
::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #727272;
}
:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #727272;
}

/* Footer */

footer {
  padding: 100px 0;
  background: url(../img/sky.jpg);
  height: 330px;
  margin-top: -20px;
}

.list-inline {
  margin-bottom: 50px;
}

.list-inline li i {
  margin-right: 15px;
  width: 44px;
  padding-top: 8px;
  height: 44px;
  font-size: 30px;
  border: 1px solid rgb(47, 106, 142);
  color: rgb(47, 106, 142);
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  transform: scaleX;
  transform: rotate(25deg);
}

.list-inline li i:hover {
  color: #fff;
  background-color: rgb(47, 106, 142);
  transform: rotate(0deg);
  cursor: pointer;
}

.top-scroll {
  margin-top: 25px;
}

.top-scroll a {
  text-decoration: none;
  color: inherit;
}

i.scroll {
  color: #2f6a8e;
  font-size: 3em;
}

i.scroll:hover {
  color: #0a5175;
}

.accordion {
  background-color: #00bcfc;
  color: whitesmoke;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  text-align: center;
  border: none;
  outline: none;
  transition: 0.4s;
  font-weight: bold;
  font-size: 25px;
  border-radius: 20px;
}
.accordion2 {
  background-color: #fd612e;
  color: whitesmoke;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  text-align: center;
  border: none;
  outline: none;
  transition: 0.4s;
  font-weight: bold;
  font-size: 20px;
  border-radius: 20px;
}

#fa.fa-plus {
  float: right;
  padding-top: 4px;
}
#fa2.fa-plus {
  float: right;
  padding-top: 4px;
}
.active,
.accordion:hover {
  background-color: #00bcfc;
  border-radius: 50px;
}

.active,
.accordion2:hover {
  background-color: #fd612e;
  border-radius: 50px;
}

.panel {
  padding: 0 18px;
  background-color: white;
  display: none;
  overflow: hidden;
}

#demo {
  margin: 20px auto;
  max-width: 960px;
}
#demo h1 {
  font-size: 2.4rem;
  line-height: 3.2rem;
  letter-spacing: 0;
  font-weight: 300;
  color: #212121;
  text-transform: inherit;
  margin-bottom: 1rem;
  text-align: center;
}
#demo h2 {
  font-size: 1.5rem;
  line-height: 2.8rem;
  letter-spacing: 0.01rem;
  font-weight: 400;
  color: #212121;
  text-align: center;
}
.shadow-z-1 {
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12),
    0 1px 2px 0 rgba(0, 0, 0, 0.24);
  -moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12),
    0 1px 2px 0 rgba(0, 0, 0, 0.24);
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12), 0 1px 2px 0 rgba(0, 0, 0, 0.24);
}
/* -- Material Design Table style -------------- */
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 2rem;
  background-color: #fff;
}
.table > thead > tr,
.table > tbody > tr,
.table > tfoot > tr {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  text-align: left;
  padding: 1.6rem;
  vertical-align: top;
  border-top: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.table > thead > tr > th {
  font-weight: 600;
  font-size: 22px;
  color: #757575;
  vertical-align: bottom;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  text-align: center;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 1px solid rgba(0, 0, 0, 0.12);
}
.table .table {
  background-color: #fff;
}
.table .no-border {
  border: 0;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 0.8rem;
}
.table-bordered {
  border: 0;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 0;
  border-bottom: 1px solid #e0e0e0;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: transparent;
}

/* Responsive */

@media screen and (max-width: 449px) {
  .menu-item,
  .menu-open-button {
    /* background: #ffc107; */
    background: #6dd1c9;
    border-radius: 100%;
    width: 70px;
    height: 70px;
    position: absolute;
    top: 15px;
    left: 12px;
    color: white;
    text-align: center;
    line-height: 67px;
    transform: translate3d(0, 0, 0);
    transition: transform ease-out 200ms;
  }

  .header {
    display: table;
    height: 100%;
    width: 100%;
    position: relative;
    background: url(../img/bg.jpg) no-repeat top center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }

  .menu-open:checked ~ .menu-item:nth-child(3) {
    transition-duration: 170ms;
    transform: translate3d(54px, 0, 0);
  }

  .menu-open:checked ~ .menu-item:nth-child(4) {
    transition-duration: 250ms;
    transform: translate3d(110px, 0, 0);
  }
  .menu-open:checked ~ .menu-item:nth-child(5) {
    transition-duration: 330ms;
    transform: translate3d(162px, 0, 0);
  }
  .menu-open:checked ~ .menu-item:nth-child(6) {
    transition-duration: 410ms;
    transform: translate3d(215px, 0, 0);
  }

  .accordion {
    background-color: #00bcfc;
    color: whitesmoke;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    text-align: center;
    border: none;
    outline: none;
    transition: 0.4s;
    font-weight: bold;
    font-size: 20px;
    border-radius: 20px;
  }
  .accordion2 {
    background-color: #fd612e;
    color: whitesmoke;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    text-align: center;
    border: none;
    outline: none;
    transition: 0.4s;
    font-weight: bold;
    font-size: 20px;
    border-radius: 20px;
  }
  .saleimg {
    height: 60px;
    width: 80px;
    padding-top: 5px;
  }
}

@media (max-width: 768px) {
  .video-responsive {
    width: 100%; /* Shrinks video width to fit small devices */
    height: auto; /* Maintains aspect ratio */
  }
  .img-fluid {
    margin-bottom: 15px; /* Adds bottom margin to images */
  }

  .main_trial_area {
    background: url(../img/plane.jpg) no-repeat top center;
    overflow: hidden;
    background-size: cover;
    color: #fff;
    height: 400px;
    background-position-y: 0px;
  }

  .main_trial h2 {
    text-transform: none;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    margin-top: 238px;
  }

  h1.header-text {
    font-family: "Lobster", cursive;
    text-shadow: 0 1px 0 #ccc, 0 2px 0 #c9c9c9, 0 3px 0 #bbb, 0 4px 0 #b9b9b9,
      0 5px 0 #aaa, 0 6px 1px rgba(0, 0, 0, 0.1), 0 0 5px rgba(0, 0, 0, 0.1),
      0 1px 3px rgba(0, 0, 0, 0.3), 0 3px 5px rgba(0, 0, 0, 0.2),
      0 5px 10px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.2),
      0 20px 20px rgba(0, 0, 0, 0.15);
    margin-top: 40px;
    color: white;
    font-size: 53px;
    font-weight: bold;
  }
  em.header-text {
    padding: 9px 20px;
    position: relative;
    top: -10px;
    color: rgb(223, 88, 137);
    border-radius: 4px;
    font-size: 18px;
    font-weight: bold;
  }
  .callout {
    background: url(../img/callout.jpg) no-repeat center center scroll;
  }

  .accordion {
    background-color: #00bcfc;
    color: whitesmoke;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    text-align: center;
    border: none;
    outline: none;
    transition: 0.4s;
    font-weight: bold;
    font-size: 21px;
    border-radius: 20px;
  }

  .accordion2 {
    background-color: #fd612e;
    color: whitesmoke;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    text-align: center;
    border: none;
    outline: none;
    transition: 0.4s;
    font-weight: bold;
    font-size: 18px;
    border-radius: 20px;
  }
  .saleimg {
    height: 60px;
    width: 80px;
    padding-top: 5px;
  }
  #fa2.fa-plus {
    float: right;
    padding-top: 16px;
  }
}

/* Create four equal columns that sits next to each other */
.column {
  flex: 25%;
  max-width: 25%;
  padding: 0 4px;
}

.column img {
  margin-top: 8px;
  vertical-align: middle;
  width: 100%;
}

/* Responsive layout - makes a two column-layout instead of four columns */
@media screen and (max-width: 800px) {
  .column {
    flex: 50%;
    max-width: 50%;
  }
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .column {
    flex: 100%;
    max-width: 100%;
  }
}
