::-webkit-input-placeholder {
  color: #231f20;
  opacity: 1; }

:-moz-placeholder {
  color: #231f20;
  opacity: 1; }

::-moz-placeholder {
  color: #231f20;
  opacity: 1; }

:-ms-input-placeholder {
  color: #231f20;
  opacity: 1; }

.text_pole ::-webkit-input-placeholder {
  color: #737373;
  opacity: 1; }
.text_pole :-moz-placeholder {
  color: #737373;
  opacity: 1; }
.text_pole ::-moz-placeholder {
  color: #737373;
  opacity: 1; }
.text_pole :-ms-input-placeholder {
  color: #737373;
  opacity: 1; }

/*
Flexbox grid @mixin
EXAMPLE
.flexbox {
    @include boxGrid(5, 4%);
}
*/


.title-pege {
  background: #ebebeb;
  padding: 130px 0 10px; }

.content-page {
  padding: 95px 0; }

.wp-caption {
  max-width: 100% !important; }

.checkout-step-one form .top-text {
  margin-bottom: 30px; }
  .checkout-step-one form .top-text h4 {
    margin-right: 20px;
    padding: 0; }
  .checkout-step-one form .top-text a {
    font-style: italic;
    font-weight: 400;
    font-size: 14px; }

.top-select-block {
  margin-bottom: 55px; }
  .top-select-block .selectric {
    width: 565px;
    max-width: 100%; }
  .top-select-block > div {
    margin-right: 25px;
    margin-bottom: 0 !important; }

form .default-checkbox input[type="checkbox"] {
  display: none; }

form .default-checkbox label {
  position: relative;
  padding-left: 30px;
  padding-right: 5px;
  font-family: 'Montserrat';
  font-weight: 400;
  font-size: 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }
  form .default-checkbox label:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 16px;
    height: 16px;
    border-radius: 3px;
    background-color: #fff;
    border: solid 2px #c2c2c2;
    cursor: pointer; }

form .default-checkbox label:before {
  border-radius: 3px; }

form .default-checkbox input[type=checkbox]:checked + label:before {
  content: "\f00c";
  font-family: 'fontawesome-solid';
  position: absolute;
  top: 3px;
  left: 4px;
  font-size: 12px;
  color: #4e4e4e;
  z-index: 1;
  cursor: pointer; }

.tooltip-item {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  width: 19px;
  height: 19px;
  border-radius: 50%;
  border: 1px solid #c2c2c2;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .tooltip-item:before {
    content: "\f128";
    font-family: 'fontawesome-solid';
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 10px;
    color: #4e4e4e;
    -webkit-transition: all 0.3s ease;
    -khtml-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  .tooltip-item div {
    position: absolute;
    z-index: 9;
    width: 290px;
    left: 23px;
    bottom: 7px;
    opacity: 0;
    visibility: hidden;
    background: #fff;
    -webkit-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.33);
    -moz-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.33);
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.33);
    border-radius: 10px;
    -webkit-transition: all 0.3s ease;
    -khtml-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    padding: 13px 25px; }
    .tooltip-item div:before {
      content: '';
      position: absolute;
      bottom: 0;
      left: -11px;
      width: 0;
      height: 0;
      border-left: 13px solid transparent;
      border-right: 13px solid transparent;
      border-bottom: 10px solid #fff; }
    .tooltip-item div p {
      padding-bottom: 0;
      font-size: 14px;
      line-height: 16px; }
  .tooltip-item:hover {
    border: 1px solid #0094ff; }
    .tooltip-item:hover:before {
      color: #0094ff; }
    .tooltip-item:hover div {
      opacity: 1;
      visibility: visible; }

form .selectric-wrapper {
  margin-bottom: 18px; }
form .selectric {
  border: 1px solid #c2c2c2;
  border-radius: 7px;
  background: #fff; }
form .selectric .label {
  height: 48px;
  line-height: 48px;
  color: #737373;
  font-family: 'Montserrat';
  font-weight: 400;
  font-size: 14px; }
form .selectric .button {
  height: 48px;
  background: #fff;
  font-size: 0; }
  form .selectric .button:after {
    display: none; }
  form .selectric .button:before {
    content: "\f107";
    font-family: 'fontawesome-solid';
    font-size: 19px;
    color: #4c4c4c;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }

.group-assignment-items {
  width: 48%; }
  .group-assignment-items p {
    font-size: 14px; }
    .group-assignment-items p strong {
      color: #000000; }
  .group-assignment-items .group-checkbox {
    width: 385px;
    max-width: 100%;
    margin-bottom: 45px; }
    .group-assignment-items .group-checkbox input[type="checkbox"] {
      display: none; }
    .group-assignment-items .group-checkbox label {
      display: block;
      margin-bottom: 15px;
      text-align: center;
      line-height: 48px;
      cursor: pointer;
      width: 48px;
      height: 48px;
      position: relative;
      font-family: 'Montserrat';
      font-weight: 400;
      font-size: 14px;
      -webkit-user-select: none;
      -moz-user-select: none;
      user-select: none;
      border-radius: 10px;
      background: #fff;
      border: 1px solid #acacac; }
    .group-assignment-items .group-checkbox input[type=checkbox]:checked + label {
      background: #0094ff;
      color: #ffffff; }
    .group-assignment-items .group-checkbox > div {
      -webkit-flex-basis: 45%;
      -moz-flex-basis: 45%;
      -ms-flex-preferred-size: 45%;
      flex-basis: 45%; }
  .group-assignment-items .gold-group label {
    border: 1px solid #f7941d; }
  .group-assignment-items .blue-group label {
    border: 1px solid #0072bc; }

.checkout-step-two p {
  font-size: 14px;
  line-height: 24px; }
.checkout-step-two label {
  display: inline-block;
  font-size: 14px;
  color: #000000;
  padding-bottom: 6px;
  margin-right: 5px; }
.checkout-step-two > .row > .flex {
  width: 1133px;
  max-width: 100%; }
  .checkout-step-two > .row > .flex > div {
    -webkit-flex-basis: 48%;
    -moz-flex-basis: 48%;
    -ms-flex-preferred-size: 48%;
    flex-basis: 48%; }
    .checkout-step-two > .row > .flex > div > .flex > div {
      -webkit-flex-basis: 48%;
      -moz-flex-basis: 48%;
      -ms-flex-preferred-size: 48%;
      flex-basis: 48%; }
    .checkout-step-two > .row > .flex > div > .flex-three label {
      -webkit-flex-basis: 100%;
      -moz-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%; }
    .checkout-step-two > .row > .flex > div > .flex-three > div {
      -webkit-flex-basis: 31.5%;
      -moz-flex-basis: 31.5%;
      -ms-flex-preferred-size: 31.5%;
      flex-basis: 31.5%; }
.checkout-step-two .default-checkbox {
  margin-bottom: 10px; }

.checkout-step-three p {
  font-size: 14px;
  line-height: 24px; }
.checkout-step-three label {
  display: inline-block;
  font-size: 14px;
  color: #000000;
  padding-bottom: 6px;
  margin-right: 5px; }
.checkout-step-three form {
  width: 1133px;
  max-width: 100%; }
  .checkout-step-three form > div {
    -webkit-flex-basis: 48%;
    -moz-flex-basis: 48%;
    -ms-flex-preferred-size: 48%;
    flex-basis: 48%; }
.checkout-step-three .flex-three-first {
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  align-items: flex-end; }
  .checkout-step-three .flex-three-first > div {
    -webkit-flex-basis: 22%;
    -moz-flex-basis: 22%;
    -ms-flex-preferred-size: 22%;
    flex-basis: 22%; }
    .checkout-step-three .flex-three-first > div:first-child {
      -webkit-flex-basis: 50%;
      -moz-flex-basis: 50%;
      -ms-flex-preferred-size: 50%;
      flex-basis: 50%; }
.checkout-step-three .select-product-item {
  border-left: 20px solid #0094ff;
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
  border-right: 1px solid #ebebeb;
  margin-bottom: 20px; }
  .checkout-step-three .select-product-item .select-product-item-top {
    padding: 12px 20px;
    border-bottom: 1px solid #ebebeb; }
    .checkout-step-three .select-product-item .select-product-item-top > div {
      -webkit-flex-basis: 22%;
      -moz-flex-basis: 22%;
      -ms-flex-preferred-size: 22%;
      flex-basis: 22%; }
      .checkout-step-three .select-product-item .select-product-item-top > div:first-child {
        -webkit-flex-basis: 40%;
        -moz-flex-basis: 40%;
        -ms-flex-preferred-size: 40%;
        flex-basis: 40%; }
    .checkout-step-three .select-product-item .select-product-item-top .first-item span {
      text-transform: capitalize;
      font-size: 14px; }
      .checkout-step-three .select-product-item .select-product-item-top .first-item span strong {
        text-transform: uppercase;
        display: block;
        font-weight: 400;
        color: #000000;
        font-size: 16px; }
    .checkout-step-three .select-product-item .select-product-item-top .persons-item span {
      position: relative;
      padding-left: 23px;
      color: #737373;
      font-size: 14px; }
      .checkout-step-three .select-product-item .select-product-item-top .persons-item span:before {
        content: "\f007";
        font-size: 15px;
        position: absolute;
        top: 0;
        left: 0;
        font-family: 'fontawesome-solid';
        color: #d7d7d7; }
    .checkout-step-three .select-product-item .select-product-item-top .clear-item {
      text-align: right; }
      .checkout-step-three .select-product-item .select-product-item-top .clear-item a {
        font-size: 10px;
        text-transform: uppercase;
        color: #ed1c24;
        position: relative;
        padding-left: 19px;
        display: inline-block;
        vertical-align: middle; }
        .checkout-step-three .select-product-item .select-product-item-top .clear-item a:before {
          content: "\f00d";
          position: absolute;
          top: -1px;
          left: 0;
          color: #ed1c24;
          font-size: 15px;
          font-family: 'fontawesome-solid'; }
  .checkout-step-three .select-product-item .select-product-item-bottom {
    padding: 12px 20px; }
    .checkout-step-three .select-product-item .select-product-item-bottom ul li {
      display: block;
      font-size: 14px;
      color: #737373;
      font-family: 'Montserrat';
      font-weight: 400;
      padding-bottom: 30px;
      padding-left: 25px;
      position: relative; }
      .checkout-step-three .select-product-item .select-product-item-bottom ul li:before {
        position: absolute;
        top: 2px;
        left: 0;
        margin-right: 10px;
        display: inline-block;
        vertical-align: top;
        color: #d7d7d7;
        font-size: 16px;
        font-family: 'fontawesome-solid'; }
      .checkout-step-three .select-product-item .select-product-item-bottom ul li strong {
        color: #000000;
        font-weight: 700;
        font-size: 18px;
        font-family: 'Montserrat'; }

.header-top {
  background: #0094ff;
  text-align: center; }
  .header-top nav {
    display: inline-block; }
    .header-top nav > ul > li {
      margin: 20px 45px;
      position: relative; }
      @media (max-width: 1024px) {
        .header-top nav > ul > li {
          margin: 20px 15px; } }
      .header-top nav > ul > li > a {
        color: #ffffff;
        display: block;
        font-family: 'Montserrat';
        font-weight: 500;
        -webkit-transition: all 0.3s ease;
        -khtml-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease; }
        .header-top nav > ul > li > a:hover {
          color: #000000; }
      .header-top nav > ul > li > ul.sub-menu {
        position: absolute;
        left: -30px;
        top: 42px;
        border-top: 1px solid #e1e1e1;
        z-index: 9;
        width: 314px;
        background: #0094ff;
        padding: 30px 35px 25px 35px;
        opacity: 0;
        visibility: hidden;
        text-align: left;
        -webkit-transition: all 0.3s ease;
        -khtml-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
        -webkit-box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.35);
        -moz-box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.35);
        box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.35); }
        .header-top nav > ul > li > ul.sub-menu > li {
          padding-bottom: 10px; }
          .header-top nav > ul > li > ul.sub-menu > li > a {
            display: block;
            font-family: 'Montserrat';
            font-weight: 400;
            font-size: 14px;
            color: #fff;
            -webkit-transition: all 0.3s ease;
            -khtml-transition: all 0.3s ease;
            -moz-transition: all 0.3s ease;
            -ms-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            transition: all 0.3s ease;
            position: relative; }
            .header-top nav > ul > li > ul.sub-menu > li > a:before {
              content: "\f105";
              font-family: 'fontawesome-solid';
              font-size: 20px;
              color: #fff;
              position: absolute;
              top: 1px;
              right: 0;
              -webkit-transition: all 0.3s ease;
              -khtml-transition: all 0.3s ease;
              -moz-transition: all 0.3s ease;
              -ms-transition: all 0.3s ease;
              -o-transition: all 0.3s ease;
              transition: all 0.3s ease; }
            .header-top nav > ul > li > ul.sub-menu > li > a:hover {
              color: #000; }
              .header-top nav > ul > li > ul.sub-menu > li > a:hover:before {
                color: #000; }
    .header-top nav > ul > li.menu-item-has-children:before {
      content: '';
      width: 100%;
      height: 55px;
      position: absolute;
      left: 0;
      top: 14px;
      background: transparent; }
    .header-top nav > ul > li.menu-item-has-children:hover > ul.sub-menu {
      opacity: 1;
      visibility: visible; }

.home .video_home {
  height: calc( 100vh - 62px );
  overflow: hidden;
  position: relative; }
  .home .video_home video {
    object-fit: cover;
    width: 100%;
    height: 100%; }
  @media (max-width: 767px) {
    .home .video_home {
      height: auto; } }
/*.home footer {*/
/*  display: none; }*/
.home .text-block {
  padding: 20px 55px;
  position: absolute;
  top: 0;
  left: 100px;
  z-index: 1;
  height: 100%;
  background: rgba(255, 255, 255, 0.9);
  width: 565px; }
  @media (max-width: 767px) {
    .home .text-block {
      position: static;
      margin-left: 0 !important;
      width: 100%;
      padding: 20px 20px; } }
  @media (max-height: 767px) {
    .home .text-block {
/*       margin-left: -282.5px; */
      left: 50%; } }
  .home .text-block > div {
    width: 100%; }
  .home .text-block .text-block-item h4 {
    font-size: 30px;
    color: #000000;
    font-family: 'Montserrat';
    font-weight: 700; }
    @media (max-height: 767px) {
      .home .text-block .text-block-item h4 {
        padding-bottom: 10px; } }
  @media (max-height: 767px) {
    .home .text-block .text-block-item p {
      padding-bottom: 10px; } }
  @media (max-width: 767px) {
    .home .text-block .text-block-item p br {
      display: none; } }
.home .text-block-item-count {
  text-align: center; }
  .home .text-block-item-count > span {
    color: #000000;
    display: inline-block;
    margin-bottom: 25px; }
    @media (max-height: 767px) {
      .home .text-block-item-count > span {
        padding-bottom: 15px; } }
  .home .text-block-item-count #getting-started {
    text-align: center;
    margin-bottom: 15px; }
    .home .text-block-item-count #getting-started span {
      border: 1px solid #000000;
      border-radius: 10px;
      display: inline-block;
      padding: 5px 5px;
      min-width: 104px;
      color: #000000;
      margin: 0 4px 8px 4px;
      font-size: 14px;
      font-family: 'Montserrat';
      font-weight: 400; }
      @media (max-width: 568px) {
        .home .text-block-item-count #getting-started span {
          min-width: 80px; } }
      .home .text-block-item-count #getting-started span strong {
        display: block;
        color: #000;
        font-family: 'Montserrat';
        font-weight: 700;
        font-size: 22px; }
  .home .text-block-item-count h4 {
    color: #0094ff;
    font-family: 'Montserrat';
    font-weight: 700;
    font-size: 22px;
    padding-bottom: 20px; }
  .home .text-block-item-count a.btn {
    padding: 13px 15px 15px 15px;
    min-width: 190px;
    font-size: 14px; }

.scl-items {
  text-align: center;
  margin-top: 15px; }
  .scl-items a {
    display: inline-block;
    margin: 0 10px; }
    .scl-items a:before {
      color: #000000;
      -webkit-transition: all 0.3s ease;
      -khtml-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }
    .scl-items a:hover:before {
      color: #0094ff; }

.header-bottom {
  padding: 20px 0;
  background: #ffffff;
  border-bottom: 1px solid #e1e1e1;
  position: relative; }
  .header-bottom .row {
    width: 100%;
    max-width: 91%; }
    @media (max-width: 1770px) {
      .header-bottom .row {
        max-width: 96%; } }
  .header-bottom #logo {
    margin-right: 100px; }
    @media (max-width: 1770px) {
      .header-bottom #logo {
        margin-right: 80px; } }
    @media (max-width: 1024px) {
      .header-bottom #logo {
        margin-right: 0px;
        width: 130px; } }
  .header-bottom nav {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: right; }
    .header-bottom nav > ul > li {
      position: relative; }
      .header-bottom nav > ul > li > a {
        font-size: 17px;
        color: #4c4c4c;
        font-family: 'Montserrat';
        font-weight: 700;
        position: relative;
        -webkit-transition: all 0.3s ease;
        -khtml-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease; }
        @media (max-width: 1770px) {
          .header-bottom nav > ul > li > a {
            font-size: 20px;
            font-weight: 500;
             } }
        .header-bottom nav > ul > li > a:hover {
          color: #0094ff; }
        .header-bottom nav > ul > li > a sup {
          line-height: 0; }
      .header-bottom nav > ul > li > ul.sub-menu {
        position: absolute;
        left: -30px;
        top: 68px;
        border-top: 1px solid #e1e1e1;
        z-index: 9;
        width: 400px;
        background: #fff;
        padding: 50px 60px 40px 60px;
        opacity: 0;
        visibility: hidden;
        text-align: left;
        -webkit-transition: all 0.3s ease;
        -khtml-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
        -webkit-box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.35);
        -moz-box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.35);
        box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.35); }
        .header-bottom nav > ul > li > ul.sub-menu > li {
          padding-bottom: 10px; }
          .header-bottom nav > ul > li > ul.sub-menu > li > a {
            display: block;
            font-family: 'Montserrat';
            font-weight: 400;
            font-size: 18px;
            color: #737373;
            -webkit-transition: all 0.3s ease;
            -khtml-transition: all 0.3s ease;
            -moz-transition: all 0.3s ease;
            -ms-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            transition: all 0.3s ease;
            position: relative; }
            .header-bottom nav > ul > li > ul.sub-menu > li > a:before {
              content: "\f105";
              font-family: 'fontawesome-solid';
              font-size: 20px;
              color: #4c4c4c;
              position: absolute;
              top: 1px;
              right: 0;
              -webkit-transition: all 0.3s ease;
              -khtml-transition: all 0.3s ease;
              -moz-transition: all 0.3s ease;
              -ms-transition: all 0.3s ease;
              -o-transition: all 0.3s ease;
              transition: all 0.3s ease; }
            .header-bottom nav > ul > li > ul.sub-menu > li > a:hover {
              color: #0094ff; }
              .header-bottom nav > ul > li > ul.sub-menu > li > a:hover:before {
                color: #0094ff; }
    .header-bottom nav > ul > li.menu-item-has-children:before {
      content: '';
      width: 100%;
      height: 55px;
      position: absolute;
      left: 0;
      top: 14px;
      background: transparent; }
    .header-bottom nav > ul > li.menu-item-has-children:hover > ul.sub-menu {
      opacity: 1;
      visibility: visible; }
@media (max-width:1025px){
  .header-bottom nav > ul > li > a {
    font-size: 16px;
  }
}
@media (max-width: 568px) {
  .homeSlider .swiper-button-prev, .homeSlider .swiper-button-next {
    display: none; } }
.homeSlider .swiper-slide {
  height: 750px; }
  @media (max-width: 1024px) {
    .homeSlider .swiper-slide {
      height: 500px; } }
  @media (max-width: 768px) {
    .homeSlider .swiper-slide {
      height: 400px; } }
  .homeSlider .swiper-slide .row {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
    .homeSlider .swiper-slide .row > div {
      display: inline-block;
      background: rgba(58, 55, 55, 0.6);
      padding: 15px; }
      .homeSlider .swiper-slide .row > div p:last-child {
        padding-bottom: 0; }
    @media (max-width: 1024px) {
      .homeSlider .swiper-slide .row {
        max-width: 80%; } }
    .homeSlider .swiper-slide .row h2 {
      font-size: 50px;
      line-height: 1.2;
      color: #fff;
      font-family: 'PlayfairDisplay';
      font-weight: 400;
      padding-bottom: 0px; }
      @media (max-width: 767px) {
        .homeSlider .swiper-slide .row h2 {
          font-size: 30px; } }
    @media (max-width: 767px) {
      .homeSlider .swiper-slide .row .btn {
        font-size: 15px;
        padding: 8px 30px 8px 30px;
        min-width: 190px; } }
  .homeSlider .swiper-slide video {
    object-fit: cover;
    width: 100%;
    height: 100%; }

.page_blocks_line .block_line {
  min-height: 422px;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  align-items: stretch; }
  .page_blocks_line .block_line:nth-child(even) {
    -webkit-box-direction: reverse;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; }
  .page_blocks_line .block_line > div {
    -webkit-flex-basis: 50%;
    -moz-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%; }
    @media (max-width: 1023px) {
      .page_blocks_line .block_line > div {
        -webkit-flex-basis: 100%;
        -moz-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        min-height: 400px; } }
  .page_blocks_line .block_line .block_line_text {
    padding: 10px 90px; }
    @media (max-width: 1024px) {
      .page_blocks_line .block_line .block_line_text {
        padding: 10px 30px; } }
  .page_blocks_line .block_line:last-child .block_line_text {
    border-bottom: 1px solid #ebebeb; }

@media (max-width: 616px) {
  .flight_schedule .swiper-slide {
    text-align: center; } }
.flight_schedule .swiper-slide > span {
  font-family: 'Montserrat';
  font-weight: 700;
  font-size: 18px;
  color: #000000;
  display: block;
  margin-bottom: 25px; }
.flight_schedule .swiper-slide > div {
  margin-bottom: 15px; }
  .flight_schedule .swiper-slide > div > span > strong {
    font-family: 'Montserrat';
    font-weight: 400;
    font-size: 16px;
    color: #000000;
    display: block;
    margin-bottom: 5px;
    text-transform: uppercase; }
  .flight_schedule .swiper-slide > div > span > a {
    font-family: 'Montserrat';
    font-weight: 400;
    font-size: 14px;
    color: #737373;
    display: block; }
    .flight_schedule .swiper-slide > div > span > a:hover {
      color: #0194ff;
      text-decoration: underline; }
.flight_schedule .flight_schedule_title {
  padding: 35px 0 23px;
  border-bottom: 1px solid #b7b7b7;
  margin-bottom: 60px; }
  @media (max-width: 767px) {
    .flight_schedule .flight_schedule_title {
      margin-bottom: 30px;
      padding: 35px 0 35px;
      text-align: center; }
      .flight_schedule .flight_schedule_title .selectric-wrapper {
        display: inline-block; } }
  .flight_schedule .flight_schedule_title img {
    margin-right: 25px; }
    @media (max-width: 767px) {
      .flight_schedule .flight_schedule_title img {
        margin: 0 0 10px 0; } }
  .flight_schedule .flight_schedule_title h3 {
    padding: 0;
    margin: 0; }
    @media (max-width: 767px) {
      .flight_schedule .flight_schedule_title h3 {
        padding-bottom: 10px; } }
  @media (max-width: 767px) {
    .flight_schedule .flight_schedule_title > div {
      -webkit-flex-basis: 100%;
      -moz-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
      display: inline-block;
      text-align: center; } }
  .flight_schedule .flight_schedule_title > div > span {
    color: #737373;
    font-size: 14px;
    padding-right: 15px; }
    @media (max-width: 767px) {
      .flight_schedule .flight_schedule_title > div > span {
        display: block;
        padding: 0 0 10px 0; } }
  .flight_schedule .flight_schedule_title .selectric {
    border-radius: 6px;
    width: 230px; }
.flight_schedule .swiper-container {
  border-bottom: 1px solid #bcbcbc;
  padding: 0 30px 65px 30px; }
  @media (max-width: 767px) {
    .flight_schedule .swiper-container {
      padding: 0 30px 20px 30px; } }
.flight_schedule .full_list_sh {
  text-align: center;
  padding: 35px 0; }
  .flight_schedule .full_list_sh p {
    display: inline-block;
    color: #737373;
    font-size: 14px;
    padding-bottom: 0; }
    .flight_schedule .full_list_sh p a {
      color: #0094ff;
      font-size: 14px; }
      .flight_schedule .full_list_sh p a:hover {
        color: #000000; }
.flight_schedule .swiper-button-next {
  right: -5px; }
.flight_schedule .swiper-button-prev {
  left: -5px; }
.flight_schedule .swiper-button-next:after, .flight_schedule .swiper-button-prev:after {
  color: #000000;
  font-size: 32px; }

.page_blocks_column > div {
  -webkit-flex-basis: 25%;
  -moz-flex-basis: 25%;
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  border-right: 6px solid #fff; }
  .page_blocks_column > div:first-child {
    border-left: 6px solid #fff; }
  @media (max-width: 1023px) {
    .page_blocks_column > div {
      -webkit-flex-basis: 50%;
      -moz-flex-basis: 50%;
      -ms-flex-preferred-size: 50%;
      flex-basis: 50%; } }
  @media (max-width: 568px) {
    .page_blocks_column > div {
      -webkit-flex-basis: 100%;
      -moz-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%; } }
  .page_blocks_column > div .thumb-img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 512px; }
  .page_blocks_column > div > div {
    padding: 35px 25px 10px 25px;
    background: #fff; }
.page_blocks_column h4 {
  padding-bottom: 25px;
  line-height: 1.4; }
  .page_blocks_column h4 sup {
    line-height: 0; }
.page_blocks_column p {
  font-size: 14px; }
  .page_blocks_column p a {
    font-size: 14px; }

footer {
  background: #111111;
  padding: 25px 0; }
  @media (max-width: 1023px) {
    footer {
      padding: 25px 0 5px; } }
  footer .row {
    width: 100%;
    max-width: 91%; }
    @media (max-width: 1023px) {
      footer .row {
        text-align: center; }
        footer .row > div {
          display: block;
          -webkit-flex-basis: 100%;
          -moz-flex-basis: 100%;
          -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
          margin-bottom: 10px; } }
  footer span {
    font-size: 14px;
    color: #ffffff;
    display: inline-block;
    padding-right: 25px; }
    @media (max-width: 1023px) {
      footer span {
        display: block;
        padding-right: 0;
        margin-bottom: 10px; } }
  footer .online_pay span {
    color: #5e5e5e; }
  footer .scl-items {
    margin: 0; }
    @media (max-width: 1023px) {
      footer .scl-items {
        margin-bottom: 10px; } }
  footer .scl-items a:before {
    color: #ffffff; }

.video_page {
  height: 750px;
  margin-bottom: 70px; }
  @media (max-width: 768px) {
    .video_page {
      height: 450px; } }
  .video_page video {
    object-fit: cover;
    width: 100%;
    height: 100%; }

.page-template-tpl-photo-video .video_page {
  margin-bottom: 20px; }

.photo_page {
  margin-bottom: 70px; }
  .photo_page .row {
    width: 1290px; }
  .photo_page h2 {
    padding: 50px 0 80px 0;
    text-align: center; }
  .photo_page .photo_items {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.3s ease;
    -khtml-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -0.5%;
    width: 101%; }
    .photo_page .photo_items > * {
      width: 32.33333%;
      margin: 0 0.5% 0.66667em; }
    @media (max-width: 767px) {
      .photo_page .photo_items {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        -webkit-justify-content: flex-start;
        -moz-justify-content: flex-start;
        justify-content: flex-start;
        -webkit-flex-flow: wrap;
        -moz-flex-flow: wrap;
        -ms-flex-flow: wrap;
        flex-flow: wrap;
        -webkit-transition: all 0.3s ease;
        -khtml-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        margin: 0 -0.5%;
        width: 101%; }
        .photo_page .photo_items > * {
          width: 49%;
          margin: 0 0.5% 0.75em; } }
    @media (max-width: 567px) {
      .photo_page .photo_items {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        -webkit-justify-content: flex-start;
        -moz-justify-content: flex-start;
        justify-content: flex-start;
        -webkit-flex-flow: wrap;
        -moz-flex-flow: wrap;
        -ms-flex-flow: wrap;
        flex-flow: wrap;
        -webkit-transition: all 0.3s ease;
        -khtml-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        margin: 0 -0;
        width: 100%; }
        .photo_page .photo_items > * {
          width: 100%;
          margin: 0 0 0em; } }
    .photo_page .photo_items .photo_item {
      height: 280px;
      position: relative; }
      .photo_page .photo_items .photo_item:before {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background: rgba(0, 148, 255, 0.8);
        -webkit-transition: all 0.3s ease;
        -khtml-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
        opacity: 0;
        visibility: hidden; }
      .photo_page .photo_items .photo_item:after {
        content: "\f002";
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        color: #ffffff;
        font-size: 45px;
        font-family: 'fontawesome-solid';
        -webkit-transition: all 0.3s ease;
        -khtml-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
        opacity: 0;
        visibility: hidden; }
      .photo_page .photo_items .photo_item:hover:before {
        opacity: 1;
        visibility: visible; }
      .photo_page .photo_items .photo_item:hover:after {
        opacity: 1;
        visibility: visible; }

.woocommerce-page .page-title {
  padding-bottom: 40px;
  margin-bottom: 65px; }
  @media (max-width: 1024px) {
    .woocommerce-page .page-title {
      text-align: center;
      display: block; } }
  .woocommerce-page .page-title h1 {
    padding: 0; }
    @media (max-width: 1024px) {
      .woocommerce-page .page-title h1 {
        padding: 0 0 40px 0; } }
@media (max-width: 1024px) {
  .woocommerce-page .pr_cat {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center; } }
.woocommerce-page .pr_cat li {
  margin-left: 60px; }
  @media (max-width: 1024px) {
    .woocommerce-page .pr_cat li {
      margin: 0 10px 10px 10px; } }
  .woocommerce-page .pr_cat li a {
    display: block;
    color: #000000;
    font-size: 17px;
    font-family: 'Montserrat';
    font-weight: 700;
    -webkit-transition: all 0.3s ease;
    -khtml-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .woocommerce-page .pr_cat li a:hover {
      color: #0094ff; }
.woocommerce-page .pr_cat li.active a {
  color: #0094ff; }

body.woocommerce .products_page {
  margin-bottom: 45px;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -0.6%;
  width: 101.2%; }
  body.woocommerce .products_page > * {
    width: 18.8%;
    margin: 0 0.6% 0.72em; }
  @media (max-width: 1024px) {
    body.woocommerce .products_page {
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      -webkit-justify-content: flex-start;
      -moz-justify-content: flex-start;
      justify-content: flex-start;
      -webkit-flex-flow: wrap;
      -moz-flex-flow: wrap;
      -ms-flex-flow: wrap;
      flex-flow: wrap;
      -webkit-transition: all 0.3s ease;
      -khtml-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      margin: 0 -0.5%;
      width: 101%; }
      body.woocommerce .products_page > * {
        width: 32.33333%;
        margin: 0 0.5% 0.66667em; } }
  @media (max-width: 767px) {
    body.woocommerce .products_page {
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      -webkit-justify-content: flex-start;
      -moz-justify-content: flex-start;
      justify-content: flex-start;
      -webkit-flex-flow: wrap;
      -moz-flex-flow: wrap;
      -ms-flex-flow: wrap;
      flex-flow: wrap;
      -webkit-transition: all 0.3s ease;
      -khtml-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      margin: 0 -0.5%;
      width: 101%; }
      body.woocommerce .products_page > * {
        width: 49%;
        margin: 0 0.5% 0.75em; } }
  body.woocommerce .products_page div.product {
    text-align: center;
    overflow: hidden;
    margin-bottom: 40px; }
    @media (max-width: 767px) {
      body.woocommerce .products_page div.product {
        margin-bottom: 20px; } }
    body.woocommerce .products_page div.product a {
      display: block;
      position: relative; }
    body.woocommerce .products_page div.product .products_list_image {
      background: #f0f0f0;
      margin-bottom: 25px;
      padding: 0 15px; }
      body.woocommerce .products_page div.product .products_list_image > div {
        position: relative;
        height: 370px; }
        body.woocommerce .products_page div.product .products_list_image > div img {
          position: absolute;
          left: 50%;
          top: 50%;
          -webkit-transform: translate(-50%, -50%);
          -moz-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }
    body.woocommerce .products_page div.product h2 {
      color: #737373;
      font-size: 14px;
      font-weight: 400;
      padding-bottom: 10px;
      font-family: 'Montserrat'; }
    body.woocommerce .products_page div.product .price span {
      font-size: 18px;
      color: #000000;
      font-family: 'Montserrat';
      font-weight: 400; }
    body.woocommerce .products_page div.product .hover_block {
      position: absolute;
      background: rgba(255, 255, 255, 0.8);
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      opacity: 0;
      visibility: hidden;
      -webkit-transition: all 0.3s ease;
      -khtml-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      body.woocommerce .products_page div.product .hover_block .btn {
        padding: 10px 30px 12px 30px;
        min-width: 190px;
        font-size: 14px;
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        top: 38%; }
    body.woocommerce .products_page div.product:hover .hover_block {
      opacity: 1;
      visibility: visible; }

.woocommerce nav.woocommerce-pagination ul {
  border: none;
  margin: 0; }

.woocommerce nav.woocommerce-pagination {
  border-bottom: 1px solid #b7b7b7;
  padding-bottom: 35px; }

.woocommerce nav.woocommerce-pagination ul li {
  border: none; }

.woocommerce nav.woocommerce-pagination ul li a:focus, .woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li span.current {
  background: transparent;
  color: #000000; }

.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span {
  color: #737373; }

.woocommerce nav.woocommerce-pagination ul li a.prev, .woocommerce nav.woocommerce-pagination ul li a.next {
  padding: 9px 20px; }

.woocommerce div.product div.images {
  float: none;
  max-width: 47%;
  -webkit-flex-basis: 47%;
  -moz-flex-basis: 47%;
  -ms-flex-preferred-size: 47%;
  flex-basis: 47%;
  margin: 0;
  background: #efefef; }
  @media (max-width: 768px) {
    .woocommerce div.product div.images {
      -webkit-flex-basis: 100%;
      -moz-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
      max-width: 100%; } }
  .woocommerce div.product div.images figure {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
    @media (max-width: 768px) {
      .woocommerce div.product div.images figure {
        position: static;
        -webkit-transform: none;
        -moz-transform: none;
        transform: none; } }
    .woocommerce div.product div.images figure img {
      width: auto;
      margin: 0 auto;
      display: block; }

.custom_single_product .single_right-info {
  -webkit-flex-basis: 47%;
  -moz-flex-basis: 47%;
  -ms-flex-preferred-size: 47%;
  flex-basis: 47%;
  padding: 60px 240px 60px 0;
  max-width: 47%;
}
  @media (max-width: 1400px) {
    .custom_single_product .single_right-info {
      padding: 60px 60px 60px 0; } }
  @media (max-width: 768px) {
    .custom_single_product .single_right-info {
      -webkit-flex-basis: 100%;
      -moz-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
      max-width: 100%;
      padding: 20px 20px 20px 20px; } }
  .custom_single_product .single_right-info .back_store_btn {
    margin-bottom: 50px; }
    .custom_single_product .single_right-info .back_store_btn a {
      font-family: 'Montserrat';
      font-weight: 400;
      font-size: 18px;
      color: #000000;
      -webkit-transition: all 0.3s ease;
      -khtml-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      .custom_single_product .single_right-info .back_store_btn a:hover {
        color: #0094ff; }
    .custom_single_product .single_right-info h1 {
        font-family: 'Montserrat';
        font-weight: 700;
        font-size: 18px;
        color: #000000;
        padding-bottom: 10px !important;
    }
    .single_right-info > b {
    font-size: 16px;
    font-weight: 500;
    }
  .custom_single_product .single_right-info .price {
    padding-bottom: 25px; }
    .custom_single_product .single_right-info .price span {
      color: #0f293b;
      font-family: "Montserrat";
      font-weight: 400;
      font-size: 50px; }
  .custom_single_product .single_right-info .single_slug_product {
    font-family: 'Montserrat';
    font-weight: 400;
    font-size: 14px;
    padding-bottom: 30px;
    color: #737373; }
  .custom_single_product .single_right-info .woocommerce-product-details__short-description p {
    font-size: 14px;
    color: #737373;
    line-height: 24px;
    padding-bottom: 30px; }

.woocommerce div.product form.cart {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start; }

.woocommerce div.product form.cart .variations {
  width: auto; }
  .woocommerce div.product form.cart .variations .selectric {
    width: 125px;
    margin-right: 15px; }
  .woocommerce div.product form.cart .variations .selectric .label {
    height: 46px; }

.woocommerce div.product form.cart .variations td.label {
  display: none; }

.woocommerce div.product form.cart .reset_variations {
  display: none !important; }

.woocommerce .quantity .qty {
  width: 125px; }

.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
  font-family: 'Montserrat';
  font-weight: 500;
  font-size: 20px;
  color: #fff;
  padding: 13px 10px 15px 10px;
  min-width: 190px;
  border-radius: 10px;
  text-decoration: none;
  background: #0094ff;
  -webkit-box-shadow: inset 0px -16px 2px -13px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: inset 0px -16px 2px -13px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0px -16px 2px -13px rgba(0, 0, 0, 0.5);
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
  background: rgba(0, 148, 255, 0.8);
  -webkit-box-shadow: inset 0px -14px 2px -13px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: inset 0px -14px 2px -13px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0px -14px 2px -13px rgba(0, 0, 0, 0.5); }

.woocommerce div.product form.cart div.quantity {
  margin: 0 15px 0 0; }

.woocommerce-error, .woocommerce-info, .woocommerce-message {
  margin: 0;
  border-top-color: #0094ff; }
  .woocommerce-error:before, .woocommerce-info:before, .woocommerce-message:before {
    color: #0094ff; }

.woocommerce .woocommerce-error .button, .woocommerce .woocommerce-info .button, .woocommerce .woocommerce-message .button, .woocommerce-page .woocommerce-error .button, .woocommerce-page .woocommerce-info .button, .woocommerce-page .woocommerce-message .button {
  font-family: 'Montserrat';
  font-weight: 500;
  font-size: 20px;
  color: #fff;
  text-align: center;
  padding: 13px 10px 15px 10px;
  min-width: 190px;
  border-radius: 10px;
  text-decoration: none;
  background: #0094ff;
  -webkit-box-shadow: inset 0px -16px 2px -13px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: inset 0px -16px 2px -13px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0px -16px 2px -13px rgba(0, 0, 0, 0.5);
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .woocommerce .woocommerce-error .button:hover, .woocommerce .woocommerce-info .button:hover, .woocommerce .woocommerce-message .button:hover, .woocommerce-page .woocommerce-error .button:hover, .woocommerce-page .woocommerce-info .button:hover, .woocommerce-page .woocommerce-message .button:hover {
    color: #fff;
    background: rgba(0, 148, 255, 0.8);
    -webkit-box-shadow: inset 0px -14px 2px -13px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: inset 0px -14px 2px -13px rgba(0, 0, 0, 0.5);
    box-shadow: inset 0px -14px 2px -13px rgba(0, 0, 0, 0.5); }

.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
  font-family: 'Montserrat';
  font-weight: 500;
  font-size: 20px;
  color: #fff;
  text-align: center;
  padding: 13px 10px 15px 10px;
  min-width: 190px;
  border-radius: 10px;
  text-decoration: none;
  background: #0094ff;
  -webkit-box-shadow: inset 0px -16px 2px -13px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: inset 0px -16px 2px -13px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0px -16px 2px -13px rgba(0, 0, 0, 0.5);
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover {
    color: #fff;
    background: rgba(0, 148, 255, 0.8);
    -webkit-box-shadow: inset 0px -14px 2px -13px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: inset 0px -14px 2px -13px rgba(0, 0, 0, 0.5);
    box-shadow: inset 0px -14px 2px -13px rgba(0, 0, 0, 0.5); }

.bg_about {
  min-height: 768px; }
  @media (max-width: 768px) {
    .bg_about {
      min-height: 400px; } }

.about_gal .ab-item-gal {
  height: 590px;
  -webkit-flex-basis: 50%;
  -moz-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%; }
  @media (max-width: 1023px) {
    .about_gal .ab-item-gal {
      -webkit-flex-basis: 100%;
      -moz-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%; } }

.page_blocks_line {
  border-top: 6px solid #007aff;
  border-bottom: 6px solid #007aff; }

.top-bg-page-c {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  min-height: 250px;
  position: relative; }
  .top-bg-page-c:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.6); }
  .top-bg-page-c h1 {
    color: #fff; }

.wp-video {
  margin: 0 auto 20px; }

.single-product .single_right-info .select2-container {
  width: 300px !important; }

.contact-us-block {
  padding: 100px 0 80px; }
  @media (max-width: 1024px) {
    .contact-us-block {
      padding: 60px 0 50px; } }
  @media (max-width: 768px) {
    .contact-us-block {
      padding: 40px 0 20px; } }
  .contact-us-block .form {
    text-align: center;
    width: 595px;
    max-width: 94%;
    margin: 0 auto; }
    .contact-us-block .form h3 {
      color: #fff; }
    .contact-us-block .form form {
      padding: 15px 0; }
    .contact-us-block .form p {
      font-size: 14px;
      color: #fff;
      margin: 0 30px; }
    .contact-us-block .form .btn-white:hover {
      background: rgba(0, 0, 0, 0.8); }
    .contact-us-block .form .selection {
      text-align: left; }
    .contact-us-block .form .flex-form .item-form {
      -webkit-flex-basis: 48.7%;
      -moz-flex-basis: 48.7%;
      -ms-flex-preferred-size: 48.7%;
      flex-basis: 48.7%; }
      @media (max-width: 768px) {
        .contact-us-block .form .flex-form .item-form {
          -webkit-flex-basis: 100%;
          -moz-flex-basis: 100%;
          -ms-flex-preferred-size: 100%;
          flex-basis: 100%; } }

.contact-us .contact_blocks {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
.contact-us .contact-items {
  padding: 60px 0 0;
  -webkit-flex-basis: 22.5%;
  -moz-flex-basis: 22.5%;
  -ms-flex-preferred-size: 22.5%;
  flex-basis: 22.5%; }
  @media (max-width: 1240px) {
    .contact-us .contact-items {
      -webkit-flex-basis: 30%;
      -moz-flex-basis: 30%;
      -ms-flex-preferred-size: 30%;
      flex-basis: 30%; } }
  @media (max-width: 1024px) {
    .contact-us .contact-items {
      -webkit-flex-basis: 48%;
      -moz-flex-basis: 48%;
      -ms-flex-preferred-size: 48%;
      flex-basis: 48%;
      padding: 50px 0 0; } }
  @media (max-width: 480px) {
    .contact-us .contact-items {
      -webkit-flex-basis: 100%;
      -moz-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
      text-align: center;
      padding: 35px 0 0; } }
  .contact-us .contact-items h5 {
    font-size: 18px;
    margin-bottom: 30px;
    min-height: 60px; }
    @media (max-width: 1024px) {
      .contact-us .contact-items h5 {
        margin-bottom: 10px; } }
    @media (max-width: 768px) {
      .contact-us .contact-items h5 {
        font-size: 16px;
        min-height: 1px; } }
.contact-us figure {
  margin-bottom: 10px; }
.contact-us .item {
  padding-bottom: 40px;
  line-height: 1.5;
  position: relative; }
  @media (max-width: 1024px) {
    .contact-us .item {
      padding-bottom: 20px; } }
  .contact-us .item a {
    font-size: 20px;
    color: #737373; }
    @media (max-width: 1024px) {
      .contact-us .item a {
        font-size: 18px; } }
    @media (max-width: 768px) {
      .contact-us .item a {
        font-size: 16px; } }
  .contact-us .item:last-child {
    padding-bottom: 0; }
  .contact-us .item i {
    position: absolute;
    margin-left: -25px;
    color: #000;
    font-size: 16px;
    top: 3px; }
    @media (max-width: 480px) {
      .contact-us .item i {
        margin-left: -20px;
        top: -1px; } }
  .contact-us .item strong {
    color: #000; }
.contact-us .f-w {
  font-size: 20px;
  margin-left: 25px; }
  @media (max-width: 1024px) {
    .contact-us .f-w {
      font-size: 18px; } }
  @media (max-width: 768px) {
    .contact-us .f-w {
      font-size: 16px; } }
.contact-us .f-w-l {
  font-size: 14px; }
  .contact-us .f-w-l strong {
    font-size: 16px; }

.experience {
  background-image: url("http://zero-gravity.s7.devpreviewr.com/wp-content/uploads/2020/03/Layer-12.png");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 90px 0;
  position: relative;
  margin-top: 70px; }
  .experience:before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.8);
    height: 100%;
    width: 100%; }
  .experience .row1730 {
    width: 1730px;
    max-width: 96%;
    margin: 0 auto;
    position: relative;
    z-index: 1; }
  .experience .header-text {
    margin-bottom: 45px; }
    .experience .header-text h2 {
      text-align: center; }
  .experience .experience-block {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start; }
    .experience .experience-block .experience-item {
      -webkit-flex-basis: 32.7%;
      -moz-flex-basis: 32.7%;
      -ms-flex-preferred-size: 32.7%;
      flex-basis: 32.7%;
      background: #fff;
      padding: 40px 30px 90px 40px;
      min-height: 610px;
      margin-bottom: 15px;
      position: relative;
      border: 1px solid #ebebeb; }
      @media (max-width: 1024px) {
        .experience .experience-block .experience-item {
          padding: 30px 20px 90px;
          -webkit-flex-basis: 49%;
          -moz-flex-basis: 49%;
          -ms-flex-preferred-size: 49%;
          flex-basis: 49%; } }
      @media (max-width: 600px) {
        .experience .experience-block .experience-item {
          -webkit-flex-basis: 100%;
          -moz-flex-basis: 100%;
          -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
          min-height: 450px; } }
      .experience .experience-block .experience-item h2 {
        padding-bottom: 10px;
        line-height: 1; }
      .experience .experience-block .experience-item h6 {
        margin-bottom: 20px; }
        @media (max-width: 1024px) {
          .experience .experience-block .experience-item h6 {
            margin-bottom: 0; } }
      .experience .experience-block .experience-item figure {
        max-width: 100px;
        max-height: 40px;
        margin-top: 13px; }
        @media (max-width: 1024px) {
          .experience .experience-block .experience-item figure {
            margin-top: 10px; } }
        @media (max-width: 480px) {
          .experience .experience-block .experience-item figure {
            margin-top: 5px; } }
      .experience .experience-block .experience-item .top-block {
        margin-bottom: 30px; }
        @media (max-width: 1024px) {
          .experience .experience-block .experience-item .top-block {
            margin-bottom: 10px; } }
      .experience .experience-block .experience-item .btn {
        position: absolute;
        bottom: 15px;
        min-width: 190px;
        font-size: 14px;
        padding: 15px; }

.page-title {
  border-bottom: 1px solid #c2c2c2;
  padding-bottom: 40px; }
  @media (max-width: 1024px) {
    .page-title {
      padding: 40px 0; } }

.content {
  padding: 80px 0; }
  @media (max-width: 1024px) {
    .content {
      padding: 40px 0; } }

.blog .row {
  width: 1439px; }
.blog .left-content {
  -webkit-flex-basis: 48%;
  -moz-flex-basis: 48%;
  -ms-flex-preferred-size: 48%;
  flex-basis: 48%; }
  @media (max-width: 1024px) {
    .blog .left-content {
      -webkit-flex-basis: 100%;
      -moz-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%; } }
.blog .posts-title {
  color: #000000;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  text-transform: uppercase;
  letter-spacing: -0.4px;
  padding: 58px 0 70px;
  display: block; }
  @media (max-width: 1024px) {
    .blog .posts-title {
      padding: 30px 0; } }
.blog .post {
  display: block;
  padding: 24px 50px 53px 0;
  border-bottom: 1px solid #c2c2c2; }
  @media (max-width: 1024px) {
    .blog .post {
      padding: 24px 30px 24px 0; } }
  .blog .post:first-child {
    border-top: 1px solid #c2c2c2; }
  .blog .post .post-top-info {
    display: block;
    margin-bottom: 18px; }
    .blog .post .post-top-info .date {
      display: inline-block;
      color: #000000;
      font-size: 14px;
      font-weight: 400;
      line-height: 1.7;
      letter-spacing: 0.13px; }
    .blog .post .post-top-info .source {
      color: #0094ff;
      font-size: 16px;
      font-weight: 400;
      line-height: 1.5;
      text-transform: uppercase;
      letter-spacing: 0.14px; }
  .blog .post .title {
    color: #737373;
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 400;
    line-height: 2;
    letter-spacing: 0.18px;
    -webkit-transition: all 0.3s ease;
    -khtml-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .blog .post .title:hover {
      color: #000;
      text-decoration: underline; }
.blog .right-content {
  -webkit-flex-basis: 48%;
  -moz-flex-basis: 48%;
  -ms-flex-preferred-size: 48%;
  flex-basis: 48%; }
  @media (max-width: 1024px) {
    .blog .right-content {
      -webkit-flex-basis: 100%;
      -moz-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%; } }
  .blog .right-content .media-wrap .item {
    padding: 24px 0 49px 0;
    position: relative; }
    @media (max-width: 768px) {
      .blog .right-content .media-wrap .item {
        padding: 24px 0; } }
    .blog .right-content .media-wrap .item:first-child:before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      right: 45px;
      height: 1px;
      background: #c2c2c2; }
    .blog .right-content .media-wrap .item:last-child:after {
      display: none; }
    .blog .right-content .media-wrap .item:after {
      content: "";
      position: absolute;
      bottom: 0;
      left: 0;
      right: 45px;
      height: 1px;
      background: #c2c2c2; }
    .blog .right-content .media-wrap .item .year {
      color: #000000;
      font-size: 14px;
      font-weight: 400;
      line-height: 1.7;
      letter-spacing: 0.13px;
      display: block;
      margin-bottom: 24px; }
    .blog .right-content .media-wrap .item .img-wrap {
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      -webkit-justify-content: flex-start;
      -moz-justify-content: flex-start;
      justify-content: flex-start;
      -webkit-flex-flow: wrap;
      -moz-flex-flow: wrap;
      -ms-flex-flow: wrap;
      flex-flow: wrap;
      -webkit-transition: all 0.3s ease;
      -khtml-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      margin: 0 -1.5%;
      width: 103%; }
      .blog .right-content .media-wrap .item .img-wrap > * {
        width: 22%;
        margin: 0 1.5% 1.875em; }
      @media (max-width: 1440px) {
        .blog .right-content .media-wrap .item .img-wrap {
          -webkit-box-pack: start;
          -ms-flex-pack: start;
          -webkit-justify-content: flex-start;
          -moz-justify-content: flex-start;
          justify-content: flex-start;
          -webkit-flex-flow: wrap;
          -moz-flex-flow: wrap;
          -ms-flex-flow: wrap;
          flex-flow: wrap;
          -webkit-transition: all 0.3s ease;
          -khtml-transition: all 0.3s ease;
          -moz-transition: all 0.3s ease;
          -ms-transition: all 0.3s ease;
          -o-transition: all 0.3s ease;
          transition: all 0.3s ease;
          display: -webkit-box;
          display: -webkit-flex;
          display: -moz-flex;
          display: -ms-flexbox;
          display: flex;
          margin: 0 -1.5%;
          width: 103%; }
          .blog .right-content .media-wrap .item .img-wrap > * {
            width: 30.33333%;
            margin: 0 1.5% 2em; } }
      @media (max-width: 576px) {
        .blog .right-content .media-wrap .item .img-wrap {
          -webkit-box-pack: start;
          -ms-flex-pack: start;
          -webkit-justify-content: flex-start;
          -moz-justify-content: flex-start;
          justify-content: flex-start;
          -webkit-flex-flow: wrap;
          -moz-flex-flow: wrap;
          -ms-flex-flow: wrap;
          flex-flow: wrap;
          -webkit-transition: all 0.3s ease;
          -khtml-transition: all 0.3s ease;
          -moz-transition: all 0.3s ease;
          -ms-transition: all 0.3s ease;
          -o-transition: all 0.3s ease;
          transition: all 0.3s ease;
          display: -webkit-box;
          display: -webkit-flex;
          display: -moz-flex;
          display: -ms-flexbox;
          display: flex;
          margin: 0 -2%;
          width: 104%; }
          .blog .right-content .media-wrap .item .img-wrap > * {
            width: 46%;
            margin: 0 2% 3em; } }
      @media (max-width: 480px) {
        .blog .right-content .media-wrap .item .img-wrap {
          -webkit-box-pack: start;
          -ms-flex-pack: start;
          -webkit-justify-content: flex-start;
          -moz-justify-content: flex-start;
          justify-content: flex-start;
          -webkit-flex-flow: wrap;
          -moz-flex-flow: wrap;
          -ms-flex-flow: wrap;
          flex-flow: wrap;
          -webkit-transition: all 0.3s ease;
          -khtml-transition: all 0.3s ease;
          -moz-transition: all 0.3s ease;
          -ms-transition: all 0.3s ease;
          -o-transition: all 0.3s ease;
          transition: all 0.3s ease;
          display: -webkit-box;
          display: -webkit-flex;
          display: -moz-flex;
          display: -ms-flexbox;
          display: flex;
          margin: 0 -0%;
          width: 100%; }
          .blog .right-content .media-wrap .item .img-wrap > * {
            width: 100%;
            margin: 0 0% 0em; } }
      .blog .right-content .media-wrap .item .img-wrap .item-img {
        min-height: 208px;
        display: inline-block; }
        .blog .right-content .media-wrap .item .img-wrap .item-img img {
          width: 100%;
          height: 100%;
          object-fit: cover; }

.page-template-tpl-faq > .row {
  width: 1439px; }
.page-template-tpl-faq .faq {
  border-bottom: 1px solid #b7b7b7; }
  @media (max-width: 1024px) {
    .page-template-tpl-faq .faq {
      border-bottom: none; } }
.page-template-tpl-faq .left-content {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-right: 16px; }
  @media (max-width: 1024px) {
    .page-template-tpl-faq .left-content {
      -webkit-box-flex: auto;
      -webkit-flex: auto;
      -moz-box-flex: auto;
      -moz-flex: auto;
      -ms-flex: auto;
      flex: auto;
      -webkit-flex-basis: 100%;
      -moz-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%; } }
  .page-template-tpl-faq .left-content .acc {
    padding: 50px 0; }
    @media (max-width: 1024px) {
      .page-template-tpl-faq .left-content .acc {
        padding: 30px 0; } }
    .page-template-tpl-faq .left-content .acc .item {
      position: relative; }
      .page-template-tpl-faq .left-content .acc .item h3 {
        font-size: 18px;
        cursor: pointer;
        position: relative;
        padding: 5px 45px 5px 0;
        position: relative;
        color: #000000;
        font-family: 'Montserrat';
        font-size: 18px;
        font-weight: 500;
        line-height: 2;
        letter-spacing: 0.18px; }
        .page-template-tpl-faq .left-content .acc .item h3 span {
          position: absolute;
          top: 50%;
          -webkit-transform: translate(0, -50%);
          -moztransform: translate(0, -50%);
          transform: translate(0, -50%);
          right: 20px; }
        .page-template-tpl-faq .left-content .acc .item h3.active span:before, .page-template-tpl-faq .left-content .acc .item h3.active span:after {
          -webkit-transform: rotate(0deg);
          -khtml-transform: rotate(0deg);
          -moz-transform: rotate(0deg);
          -ms-transform: rotate(0deg);
          -o-transform: rotate(0deg);
          transform: rotate(0deg); }
      .page-template-tpl-faq .left-content .acc .item .info {
        display: none;
        padding-right: 46px; }
        @media (max-width: 768px) {
          .page-template-tpl-faq .left-content .acc .item .info {
            padding-right: 0; } }
.page-template-tpl-faq .right-content {
  -webkit-flex-basis: 422px;
  -moz-flex-basis: 422px;
  -ms-flex-preferred-size: 422px;
  flex-basis: 422px;
  padding-top: 125px; }
  @media (max-width: 1024px) {
    .page-template-tpl-faq .right-content {
      padding-top: 0; } }
  @media (max-width: 480px) {
    .page-template-tpl-faq .right-content {
      -webkit-flex-basis: 100%;
      -moz-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%; } }
  .page-template-tpl-faq .right-content .blue-form {
    background: #0094ff;
    padding: 47px 58px;
    text-align: center;
    color: #fff;
    position: relative;
    z-index: 0;
    overflow: hidden; }
    @media (max-width: 480px) {
      .page-template-tpl-faq .right-content .blue-form {
        padding: 20px 15px; } }
    .page-template-tpl-faq .right-content .blue-form:before {
      content: url("../img/blue.png");
      position: absolute;
      bottom: -4px;
      left: 0;
      z-index: -1; }
    .page-template-tpl-faq .right-content .blue-form:after {
      content: url("../img/privacy.png");
      position: absolute;
      bottom: 29px;
      right: 0;
      z-index: -1; }
      @media (max-width: 480px) {
        .page-template-tpl-faq .right-content .blue-form:after {
          bottom: -5px; } }
    .page-template-tpl-faq .right-content .blue-form h3 {
      color: #fff;
      padding-bottom: 25px; }
    .page-template-tpl-faq .right-content .blue-form p {
      padding-bottom: 9px; }
    .page-template-tpl-faq .right-content .blue-form .btn-white:hover {
      border: 1px solid #fff; }

/*# sourceMappingURL=style.css.map */


/* <!--[if IE]> */
/* IE9, IE10, IE11 */
.woocommerce div.product div.images figure {
  /*max-height: 298px;
  max-width: 447px;
  overflow: hidden;*/
}
/*  <![endif]--> */


/*customizer css start*/
.page-id-1377 .page-title h1 {
  padding-bottom: 0px;
}
.btn {
  font-family: 'Montserrat';
  font-weight: 500;
  font-size: 16px !important;
  padding: 10px 20px 10px 20px !important;
  min-width: 140px !important;
}
.header-bottom .row.v-center {
  margin: 0 auto;
  margin-bottom: 10px;
}
/* .act-link-frm {
  max-width: 300px;
} */
.act-link-frm ul {
  column-count: 2;
}
.tbl-user-info tr th,
.tbl-user-info tr td{
  padding: 7px 10px;
  border: 1px solid #DDD;
  font-size: 14px;
}
/* Three Form design*/
#flight-model .close-model {
  float: right;
  cursor: pointer;
}
.box-from-view {
  position: relative;
}
.liability-waiver {
  max-width: 1140px;
  margin: 0 auto;
}
.lw-header {
  position: relative;
  text-align: center;
  margin-bottom: 30px;
}
.lw-title > h2 {
  font-size: 30px;
  font-weight: bold;
  padding-bottom: 20px;
}
.lw-title > h2 > span {
  font-weight: normal;
  font-size: 26px;
  display: block;
}
.lw-title h5 {
  font-size: 20px;
}
.page-id-511 .woocommerce > h2 {
  text-align: center;
  font-size: 30px;
  padding-bottom: 0px;
  padding-top: 30px;
}
.page-id-511 .woocommerce form.login {
  max-width: 540px;
  margin: 2em auto;
}
.form-text {
  font-size: 18px;
  color: #000;
  font-family: sans-serif;
  font-weight: normal;
  text-align: justify;
  line-height: normal;
  margin-bottom: 20px;
}
.form-text p {
  font-size: 18px;
  color: #000;
  font-family: sans-serif;
  font-weight: normal;
  text-align: left;
  line-height: normal;
}
.form-text .inline-textbox {
  display: inline-block;
  vertical-align: bottom;
  width: auto;
}
.form-text .inline-textbox .form-control {
  width: 300px;
  border: none;
  border-bottom: 1px solid #000;
  border-radius: 0px;
  margin: 0px 10px 0px 10px;
  height: auto;
  color: #000;
  box-shadow:none;
}
.form-text ul, .form-text ul li {
  list-style: inherit;
}
.form-text ul {
  list-style-position: inside;
}
.form-text ul li {
  margin-bottom: 10px;
}
.form-field {
  position: relative;
  padding-top: 20px;
}
.fform-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.form-col-6 {
  max-width: 60%;
  flex: 0 0 60%;
  -ms-flex: 0 0 60%;
}
.form-col-4 {
  max-width: 30%;
  flex: 0 0 30%;
  -ms-flex: 0 0 30%;
}
.form-group-pf .form-control {
  border: none;
  border-radius: 0px;
  border-bottom: 1px solid #000;
  border-top: none;
  box-shadow: none;
}
.form-group-pf label {
  color: #000;
  font-size: 16px;
}
.form-group-pf label small {
  display: block;
}
.form-group-pf label {
  color: #000;
  font-size: 16px;
  font-style: italic;
  font-family: sans-serif;
}
.fform-button {
  text-align: center;
  padding: 40px 0px 50px;
}
.fform-button button.btn {
  margin: 0px auto;
}
.fform-button .btn-back {
  margin-top: 0px;
}
.fform-button > .btn {
  margin-right: 10px !important;
}
.fform-button > .btn:last-child{
  margin-right: 0px !important;
}
.lw-pull-right {
  text-align: right;
}
.lw-footer {
  text-align: center;
  position: relative;
  margin-bottom: 40px;
}
.lw-footer ul {
  list-style: inherit;
  list-style-position: inside;
  max-width: 466px;
  margin: 0 auto;
}
.lw-footer ul > li {
  display: inline-block;
  list-style: inherit;
  position: relative;
  font-size: 16px;
  color: #000;
  font-family: sans-serif;
  font-weight: bold;
  padding: 0px 5px;
}
.lw-footer ul > li:nth-child(1)::after {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 40px;
  display: inline-block;
  background-color: #000;
  right: -10px;
  position: absolute;
  top: 7px;
}
.lw-footer ul > li:nth-child(2n + 1){
  padding-left: 20px;
}
.lw-footer ul > li:nth-child(2n + 1)::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 40px;
  display: inline-block;
  background-color: #000;
  left: 0px;
  position: absolute;
  top: 5px;
}
.lw-footer ul > li:nth-child(1)::before{
  display: none;
}
.form-text.justify-p > p {
  text-align: justify;
}
.add-pass > div > div > div.flex > div.epd-note {
  flex: 0 0 100%;
  max-width: calc(100% - 0px);
}
.add-pass > div > div > div.flex > div.epd-note > p{
  padding-bottom:0px;
}
.homeSlider .swiper-slide .row > div {
  padding: 45px;
}
.flight_schedule .swiper-slide > div > span > a{
  color: #0194ff;
  text-decoration: underline;
}
.lwfm-header h2 {
  font-family: sans-serif;
  font-size: 40px;
  text-align: center;
  padding-bottom: 15px;
}
hr.lwfm-hr {
  border-top: 2px solid #7d7d7d;
  margin: 10px 0px 20px;
}
.lwfm-header > p {
  font-weight: bold;
  color: #000;
  line-height: normal;
  font-family: sans-serif;
  font-size: 20px;
}
.qf-ulform .checkbox-group {
  margin: 5px 0px 5px;
}
.qf-ulform .checkbox-group label.checkbox-inline {
  padding-right: 10px;
}
.qf-ulform .checkbox-group label.checkbox-inline input {
  margin-right: 5px;
}
.table-responsive {
  max-width: 100%;
  overflow-x: auto;
}
.tbl-responsive {
  margin-bottom: 15px;
}
table.table {
  width: 100%;
  position: relative;
  border-collapse: collapse;
}
.question-form {
  margin-top: 30px;
}
.question-form h5 {
  padding-bottom: 0px;
}
.form-text ul.qf-ulform {
  list-style-type: decimal;
  list-style-position: outside;
  padding-left: 20px;
  margin-top: 10px;
}
.qf-ulform textarea.form-control {
  border: none;
  border-bottom: 1px solid #000;
  border-radius: 0px;
  box-shadow: none;
  max-height: 100px;
  font-size:16px;
  color: #353535;
}
.tbl-bold-border tr td {
  border: 2px solid #ddd !important;
}
.infobar {
  background-color: #000;
  color: #fff;
  position: relative;
  text-align: center;
  padding: 10px;
}
.infobar .close-covid {
  float: right;
  margin: -5px 10px 0px 0px;
  font-size: 20px;
  cursor: pointer;
}
.infobar .covid-inf {
  color: #fff;
  font-size: 16px;
}
.infobar .covid-inf > a{
  color: inherit;
  font-size: inherit;
  text-decoration: none !important;
}

.single_slug_product{
  display:none;
}

/* covid bar */
/* Form success message*/
.successmsg{
  color:#28a745;
  font-weight:bold;
}
.failmsg{
  color:#dc3545 ;
  font-weight:bold;
}
.seat-flex {
  display: flex;
}
.seat-flex {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 700px;
    margin: auto;
}
.booking-guide {
    position: relative;
    margin-right: 0;
    margin-left: auto;
}
.guide-list {
  position: relative;
}
.guide-list .gl-box {
  line-height: 20px;
  margin-bottom: 15px;
  color: #000;
  font-size: 14px;
}
.guide-list .gl-box > span{
  display:inline-block;
  width:20px;
  height:20px;
  border-radius:4px;
  vertical-align:middle;
  border:1px solid transparent;
  box-shadow:0px 0px 2px rgba(0,0,0,0.52);
    margin-right:5px;
}
.guide-list .gl-box.booked > span{
  background-color:#808080 ;
}
.guide-list .gl-box.selected > span{
  background-color:#0072bc ;
}
.max-qqa {
  max-width: 100% !important;
}
/* 16-06-2020 style changes */
/*.page-id-813 div.content {*/
/*  padding-top: 0px;*/
/*}*/
/* .breadcrumb-g {
  background-color: #fafafa;
  margin-bottom: 50px;
} */
.breadcrumb-g {
    background-color: #fafafa;
    padding: 40px 0px;
    position: relative;
}
.breadcrumb-g {
    background-color: #e9f6ff;
    padding: 40px 0px;
    position: relative;
}
.brad-title > h1 {
    padding-bottom: 0px;
    margin-bottom: 20px;
    text-align: center;
    font-size: 36px;
}
ul.breadcrumb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0rem;
    margin-bottom: 0rem;
    list-style: none;
    justify-content: center;
    background-color: transparent;
    border-radius: 0rem;
}
.breadcrumb {
    list-style: none;
}
.breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    padding-right: .5rem;
    padding-left: .5rem;
    color: #222222;
    content: "\f105";
    font-family: 'fontawesome-solid';
    font-size: 14px;
}
.breadcrumb-item > a{
    color:#0094ff;
}
.breadcrumb-item.active,
.breadcrumb-item > a:hover {
    color: #222222;
}
.checkout-step-two .row{
  max-width:100%;
}
.checkout-step-one form .top-text {
  margin-bottom: 10px;
}
.checkout-step-one form .top-text h4 {
  font-weight: 400;
  font-size: 20px;
}
.top-select-block {
  margin-bottom: 35px;
}
.checkout-step-three > .row{
  max-width:100%;
}
#seatadd {
  margin-top: 25px;
}
.ul-design,
.ul-design-page{
  padding-left: 25px;
  list-style: inherit;
  margin-bottom:10px;
}
.socail-med{
  margin-bottom:30px;
}
.intro-follorw {
  padding-bottom: 5px;
}
.socail-med > a {
  display: inline-block;
}
.ul-design > li,
.ul-design-page > li{
  list-style: inherit;
  margin-bottom:5px;
}
.go-nine-sub p a {
  line-height: 1.8;
}
.go-nine-sub li a{
  font-size:inherit;
}
.seat-flex > .group-assignment-items > h4 {
  padding-bottom: 10px;
  font-weight: 400;
  font-size: 20px;
}
.seat-flex > .group-assignment-items > b #totalperson {
  text-decoration: underline;
}
.page-subheads {
  color: #5C6D97;
  font-size: 20px;
  padding-bottom: 5px;
}
.page-small-desc {
  font-size: 20px;
  margin-bottom: 15px;
}
.MsoNormal-ids {
  padding-bottom: 10px;
}
.max-1000{
  max-width:1000px;
}
#totalperson {
/*  font-weight: normal; */
  color: #000;
  font-size: 16px;
}
#bookingForm {
/*  max-width: 820px; */
  margin: 0 auto;
}
#step0{
  max-width: 820px;
  margin: 0 auto;
}
.tips-weight {
  margin-top: 10px;
}
.tips-weight > div {
  margin-bottom: 15px;
  font-size: 20px;
}
.tips-weight > div > strong{
  color:#000;
}
/* .seat-flex {
  max-width: 820px;
} */
.add-pass>div>div{
  -webkit-flex-basis: 100%;
  -moz-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}
.add-pass>div>div>h4{
  font-size: 20px;
  font-weight: 400;
  padding-bottom:5px;
}
.checkout-step-three h4 {
  font-size: 20px;
  font-weight: 400;
  padding-bottom: 5px;
}
.add-pass>div>div>div.flex{
  margin-bottom:0px;
}
.add-pass>div>div>div.flex>div{
  margin-bottom:15px;
}
.add-pass>div>div>div:not(.flex){
  margin-bottom:15px;
}
.add-pass > div > div > div.participant {
  margin-bottom: 0px;
}
.add-more-pass>div.flex{
  margin-bottom:0px;
}
.add-more-pass>div>div{
  margin-bottom:15px;
}
.add-more-pass>div:not(.flex){
  margin-bottom:15px;
}
.add-more-pass,
.stepDetails fieldset {
  position: relative;
}
.select-product-item-amount {
  padding: 12px 20px;
  border-top: 1px solid #eee;
  text-align: right;
}
.tooltip-item {
  width: 18px;
  height: 18px;
}
.checkout-step-three > .flex > div > .flex {
  margin-bottom: 0px;
}
.checkout-step-three > .flex > div > .flex > div{
  margin-bottom:15px;
}
form .selectric-wrapper {
  margin-bottom: 0px;
}
.checkout-step-three > .flex > .left-form > div.selectric-wrapper {
  margin-bottom: 15px;
}
.checkout-step-three > .flex > .left-form>h4{
  padding-bottom:15px;
}
/* OLD button style for remove */
.add-more-pass .set-btn.flex .btn-white,
.add-more-pass .set-btn.flex .btn-white:hover{
  padding: 0px;
  box-shadow: none;
  width: auto;
  min-width: unset;
  border: none;
  margin: 0px;
  font-size: 16px;
  color: rgba(0, 148, 255, 0.9);
  text-transform: capitalize;
}
.add-more-pass .set-btn.flex .btn-white:hover{
  background-color:transparent;
  color: rgba(0, 148, 255, 0.6);
}
@media (min-width:800px){
  .add-more-pass .set-btn.flex {
    position: absolute;
    right: 0;
    top: 0px;
  }
}
.add-pass > .flex > div > div.set-btn.flex {
  position: absolute;
  bottom: 0;
}
.commands {
  padding-bottom: 0px;
}
/* OLD button style for remove */

/* accordian style */
.accordion-container {
  position: relative;
  max-width: 100%;
  height: auto;
  margin: 0px auto 30px;
}
.accordion-container>h2 {
    text-align: center;
    color: #fff;
    padding-bottom: 5px;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ddd;
}
.ac-penel {
  position: relative;
  width: 100%;
  height: auto;
  background-color: #f7f7f7;
  margin-bottom: 10px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.15);
}
.ac-penel > a {
    display: block;
    padding: 10px 15px;
    text-decoration: none;
    color: #000;
    font-weight: 400;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.ac-penel>a i {
    float: right;
    margin-top: 2px;
}
.ac-penel>a.active {
    background-color: #0094ff;
    color: #fff;
}
.accordion-container .ac-content {
    background-color: #fff;
    display: none;
    padding: 10px 15px;
    font-size: 16px !important;
}
.accordion-container .ac-content p {
    margin: 0;
    color: #333;
    font-size: 16px !important;
}
/* end of accordian style */
.step2-content {
  max-width: 700px;
  margin: 0 auto 20px;
}
.step2-content p {
  font-size: 16px;
  padding-bottom: 7px;
}

/* tab csss */
.ac-tabs {
  position: relative;
  /* border: 1px solid #F7F7F7; */
}
ul.tabs{
  margin: 0px;
  padding: 0px;
  list-style: none;
}
ul.tabs li {
  background: none;
  color: #222;
  display: inline-block;
  padding: 10px 15px;
  cursor: pointer;
  background-color: #f7f7f7;
}
ul.tabs li.current {
  background: #0094ff;
  color: #fff;
}
.tab-content {
  display: none;
  background: #ffffff;
  padding: 15px;
  border-top: 1px solid #F7F7F7;
}
.tab-content.current{
  display: inherit;
}
.woocommerce form .form-row .select2-container {
  width: 100% !important;
}
/* end of tab css */
#payment .wc_payment_methods {
  border-bottom: none !important;
}
.pr-box {
  border: 1px solid #d5edff;
  padding: 0px;
}
.prb-head {
  position: relative;
  padding: 15px 20px;
  border-bottom: 1px solid #d5edff;
  background-color: #f1f9ff;
}
.prb-head > h4{
  padding-bottom:0px;
}
.prb-content {
  padding: 15px 20px;
}
.prbc-b a:not(:last-child) {
  margin-right: 10px;
}
.prbc-b {
  margin-bottom: 15px;
}
/*.policy-contetn{
  display:none;
}*/
.pay-check p:first-child {
  color: #000;
}
.pay-check p {
  padding-bottom: 5px;
}
.wire-pay p strong {
  color: #262626;
}
.c-name-chekc {
  display: block;
  font-weight: 500;
}
.wire-pay {
  margin-bottom: 10px;
}
.wire-pay h6 {
  font-size: 16px;
  font-weight: 600;
}
.wire-pay p {
  padding-bottom: 5px;
}
.zg-account {
  padding: 80px 0px 0px;
}
.go-nine-sub {
/*  padding-top: 10px; */
/*  border-top: 3px solid #0094ff; */
  padding-bottom: 40px;
}
.go-nine-sub table {
  border-collapse: collapse;
  width: 100%;
  max-width: 700px;
  border: 1px solid #ddd;
}
.tbl-responsive{
  max-width:100%;
  overflow-x:auto;
  border:1px solid #ddd;
}
.go-nine-sub .tbl-responsive table{
  max-width: 100%;
}
.go-nine-sub table tr > td.section-subheads {
  padding: 10px 10px;
  color: #000;
  font-weight: bold;
}
.go-nine-sub table tr > td {
  padding: 7px 10px;
  font-size: 14px;
}
.go-nine-sub table tr > td a {
  font-size: 14px;
}
.go-nine-sub table tr > td span.instructions {
  color: #a7a7a7;
}
.go-nine-sub .content.default-page,
.go-content .content.default-page{
  padding: 0px 0px 15px;
}
.go-nine-sub p,
.go-nine-sub p a{
  font-size: 20px;
}
.zg-account .page-title {
  max-width: 1453px;
  margin: 0 auto;
  padding-bottom: 0px;
  border-bottom: none;
  text-align: center;
}
.go-three-sub > ul {
  list-style: inherit;
  padding-left: 15px;
}
.go-three-sub > ul > li{
  list-style: inherit;
  color:#000;
  position: relative;
  margin-bottom: 5px;
  line-height: 1.4;
}
#signature > div,
#parent_signature > div{
  border:none;
}
.zgc-rowcontainer {
  max-width: 1453px;
  margin: 0 auto;
  padding: 0px 15px;
  width: 100%;
}
.zgc-content .row {
/*  max-width: 100%;
  margin-right: -15px;
  margin-left: -15px;
  width: 100%; */
}
.col-md-3, .col-md-9 {
  position: relative;
  width: 100%;
/*  padding-right: 15px;
  padding-left: 15px; */
}
.row::after, .row::before {
  content: ' ';
  display: table;
  clear: both;
}
.homeSlider .swiper-button-prev,
.homeSlider .swiper-button-next{
  display: none;
}
 .add-pass > div > div > div.flex > div,
 .add-more-pass > div.flex > div{
  margin-bottom: 15px;
  max-width: calc(50% - 15px);
  flex: 0 0 50%;
  -ms-flex: 0 0 50%;
}
/*.add-pass > div > div > div.flex.flex-three > div {
  max-width: calc(33.333% - 15px);
  flex: 0 0 33.333%;
  -ms-flex: 0 0 33.333%;
}
.add-pass > div > div > div.flex.flex-three > label {
  display: block;
  width: 100%;
} */
.flex-three > label {
  display: block;
  width: 100%;
}
 .add-pass > div > div > div.flex.flex-three > div,
.add-more-pass > div.flex.flex-three > div{
  display: inline-block;
  -webkit-flex-basis: 31.5%;
  -moz-flex-basis: 31.5%;
  -ms-flex-preferred-size: 31.5%;
  flex-basis: 31.5%;
}
.flex-three > div .select-dob,
.ticket_cmb {
  height: 48px;
  width: 100%;
  border-radius: 7px;
  border: 1px solid #c2c2c2;
 /* -moz-appearance: none;*/
  padding-right: 20px;
  position: relative;
}
.flex-three > div .down-button{
  position: relative;
}
.flex-three > div .down-button::before {
  content: "\f107";
  font-family: 'fontawesome-solid';
  font-size: 19px;
  color: #4c4c4c;
  position: absolute;
  right: 0px;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

#flight_schedule .row {
  max-width: 100%;
  width: 100%;
}
.flight_schedule .flight_schedule_title {
  padding-left: 30px;
  padding-right: 30px;
}
.flight_schedule .swiper-container-scheduler {
  padding-left: 30px;
  padding-right: 30px;
}
.homeSlider .swiper-slide .row h2 {
  line-height: 45px;
}
.homeSlider .swiper-slide .row a.btn {
  margin-bottom: 0px !important;
}
.woocommerce div.product div.images {
  background: #fff;
}
body.woocommerce .products_page div.product .products_list_image {
  background: #fff;
}
.contact-infozrech > p {
  padding-bottom: 0px;
}
.contact-infozrech > p.ci-name {
  font-weight: 500;
}

@media (min-width:768px){
  .col-md-3{
    float: left;
    width: 30%;
  }
  .col-md-9{
    float: right;
    width: 70%;
  }
}
.page-id-1136 .content{
  text-align:center;
}
.page-id-1136 .content a.btn.cnt-btn{

}
@media (max-width:575px){
  .flight_schedule .swiper-wrapper {
    flex-flow: column;
    transform: unset !important;
  }
}
/* tabs */
.orders-tab {
  margin-bottom: 30px;
}
ul.tabs{
    margin: 0px;
    padding: 0px;
    list-style: none;
}
ul.tabs li {
  background: #f6f6f6;
  color: #222;
  display: inline-block;
  padding: 10px 25px;
  cursor: pointer;
  font-size: 16px;
}
ul.tabs li.current {
  background: #0094ff;
  color: #fff;
}
.tab-content {
  display: none;
  background: #fff;
  padding: 15px;
  border: 1px solid #e1e1e1;
}
.tab-content.current{
    display: inherit;
}
.plnc-flex {
  padding-top: 20px;
  margin-top: 20px;
  border-top: 1px solid #efefef;
}
.plnc-flex {
  display: flex;
  flex-wrap: wrap;
}
.plnc-flex > ul {
  max-width: 50%;
  flex: 0 0 50%;
  -ms-flex: 0 0 50%;
}
.loca-list,
.participant-list,
.form-list{
  /* column-count: 2; */
  display: flex;
  flex-wrap: wrap;
}
.loca-list > li,
.participant-list > li,
.form-list > li{
  max-width: 50%;
  flex: 0 0 50%;
}
.form-list li:last-child{
  max-width: 100%;
  flex: 0 0 100%;
}
.loca-list > li,
.paymen-list > li,
.card-typre > li,
.form-list > li,
.participant-list > li{
  font-size: 16px;
  margin-bottom: 10px;
}
.loca-list li > strong,
.paymen-list li > strong,
.card-typre > li > strong,
.form-list li > strong,
.participant-list li > strong{
  font-size: 16px;
  color: #000;
  min-width: 160px;
  display: inline-block;
}
.act-link-frm {
  display: inline-block;
  vertical-align: top;
}
.location-box h2,
.plnc-flex h2 {
  font-size: 20px;
  font-weight: bold;
  border-bottom: 1px solid #efefef;
  margin-bottom: 20px;
  padding-bottom: 10px;
}
.plnc-flex h2 {
  flex: 0 0 100%;
  -ms-flex:0 0 100%;
  max-width:100%;
}
.tabc-inn .form-boxs:not(:last-child),
.tabc-inn .parti-box:not(:last-child){
  padding-bottom: 15px;
  margin-bottom: 30px;
  border-bottom: 1px solid #efefef;
}
h1,h2,h3 {
  font-family: 'Montserrat' !important;
}
.checkout-step-two p {
  font-size: 14px;
  line-height: 24px;
}
.checkout-step-two label {
  display: inline-block;
  font-size: 14px;
  color: #000;
  padding-bottom: 6px;
  margin-right: 5px;
}
.checkout-step-two > .row > .flex {
  width: 1133px;
  max-width: 100%;
}
.checkout-step-two > .row > .flex > div {
  -webkit-flex-basis: 48%;
  -moz-flex-basis: 48%;
  -ms-flex-preferred-size: 48%;
  flex-basis: 48%;
}
.checkout-step-two > .row > .flex > div > .flex > div {
  -webkit-flex-basis: 48%;
  -moz-flex-basis: 48%;
  -ms-flex-preferred-size: 48%;
  flex-basis: 48%;
}
.checkout-step-two > .row > .flex > div > .flex-three label {
  -webkit-flex-basis: 100%;
  -moz-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}
.checkout-step-two > .row > .flex > div > .flex-three > div {
  -webkit-flex-basis: 31.5%;
  -moz-flex-basis: 31.5%;
  -ms-flex-preferred-size: 31.5%;
  flex-basis: 31.5%;
}
.checkout-step-two .default-checkbox {
  margin-bottom: 10px;
}
.checkout-step-three p {
  font-size: 14px;
  line-height: 24px;
}
.checkout-step-three label {
  display: inline-block;
  font-size: 14px;
  color: #000;
  padding-bottom: 6px;
  margin-right: 5px;
}
.checkout-step-three form {
  width: 1133px;
  max-width: 100%;
}
.checkout-step-three > .flex{
  flex-wrap:wrap;
  justify-content: space-between;
}
.checkout-step-three div > div {
  -webkit-flex-basis: 48%;
  -moz-flex-basis: 48%;
  -ms-flex-preferred-size: 48%;
  flex-basis: 48%;
}
.cc-block label {
  display: block;
  width: 100%;
}
/* .checkout-step-three > .flex > div:first-child {
  max-width: calc(60% - 30px);
  flex: 0 0 60%;
  -ms-flex: 0 0 60%;
}
.checkout-step-three > .flex > .left-form{
  max-width: calc(40% - 30px);
  flex: 0 0 40%;
  -ms-flex: 0 0 40%;
} */
.checkout-step-three > div > div > div.flex > div {
  margin-bottom: 15px;
  max-width: calc(50% - 15px);
  flex: 0 0 50%;
  -ms-flex: 0 0 50%;
}
.checkout-step-three form > div {
  -webkit-flex-basis: 48%;
  -moz-flex-basis: 48%;
  -ms-flex-preferred-size: 48%;
  flex-basis: 48%;
}
.checkout-step-three .flex-three-first {
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  align-items: flex-end;
  margin-bottom: 15px;
}
.checkout-step-three div.cc-details-tab > div.selectric-wrapper {
  margin-bottom: 15px;
}
.checkout-step-three > div > div > div:not(.flex) {
  margin-bottom: 15px;
}
.checkout-step-three .flex-three-first > div {
  -webkit-flex-basis: 22%;
  -moz-flex-basis: 22%;
  -ms-flex-preferred-size: 22%;
  flex-basis: 22%;
}
.checkout-step-three .flex-three-first > div:first-child {
  -webkit-flex-basis: 50%;
  -moz-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
}
.checkout-step-three .select-product-item {
  border-left: 20px solid #0094ff;
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
  border-right: 1px solid #ebebeb;
  margin-bottom: 20px;
}
.checkout-step-three .select-product-item .select-product-item-top {
  padding: 12px 20px;
  border-bottom: 1px solid #ebebeb;
}
.checkout-step-three .select-product-item .select-product-item-top > div {
  -webkit-flex-basis: 22%;
  -moz-flex-basis: 22%;
  -ms-flex-preferred-size: 22%;
  flex-basis: 22%;
}
.checkout-step-three .select-product-item .select-product-item-top > div:first-child {
  -webkit-flex-basis: 40%;
  -moz-flex-basis: 40%;
  -ms-flex-preferred-size: 40%;
  flex-basis: 40%;
}
.checkout-step-three .select-product-item .select-product-item-top .first-item span {
  text-transform: capitalize;
  font-size: 14px;
}
.checkout-step-three .select-product-item .select-product-item-top .first-item span strong {
  text-transform: uppercase;
  display: block;
  font-weight: 400;
  color: #000;
  font-size: 16px;
}
.checkout-step-three .select-product-item .select-product-item-top .persons-item span {
  position: relative;
  padding-left: 23px;
  color: #737373;
  font-size: 14px;
}
.checkout-step-three .select-product-item .select-product-item-top .persons-item span:before {
  content: "\f007";
  font-size: 15px;
  position: absolute;
  top: 0;
  left: 0;
  font-family: 'fontawesome-solid';
  color: #d7d7d7;
}
.checkout-step-three .select-product-item .select-product-item-top .clear-item {
  text-align: right;
}
.checkout-step-three .select-product-item .select-product-item-top .clear-item a {
  font-size: 10px;
  text-transform: uppercase;
  color: #ed1c24;
  position: relative;
  padding-left: 19px;
  display: inline-block;
  vertical-align: middle;
}
.checkout-step-three .select-product-item .select-product-item-top .clear-item a:before {
  content: "\f00d";
  position: absolute;
  top: -1px;
  left: 0;
  color: #ed1c24;
  font-size: 15px;
  font-family: 'fontawesome-solid';
}
.checkout-step-three .select-product-item .select-product-item-bottom {
  padding: 12px 20px;
}
.checkout-step-three .select-product-item .select-product-item-bottom ul li {
  display: block;
  font-size: 14px;
  color: #737373;
  font-family: 'Montserrat';
  font-weight: 400;
  padding-bottom: 30px;
  padding-left: 0px;
  position: relative;
}
.checkout-step-three .select-product-item .select-product-item-bottom ul li:before{
  display:none !important;
}
/* .checkout-step-three .select-product-item .select-product-item-bottom ul li:before {
  position: absolute;
  top: 0px;
  left: 0;
  margin-right: 10px;
  display: inline-block;
  vertical-align: top;
  color: #d7d7d7;
  font-size: 16px;
  font-family: 'fontawesome-solid';
} */
.checkout-step-three .select-product-item .select-product-item-bottom ul li strong {
  color: #000;
  font-weight: 700;
  font-size: 18px;
  font-family: 'Montserrat';
}
.page-id-813 #step0 > fieldset > .top-text > h4 {
  font-size: 24px;
  background: #0094ff !important;
  color: #ffffff !important;
}
.checkout-step-three .select-product-item .select-product-item-bottom ul{
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex !important;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
.select-product-item-bottom ul li {
  padding-bottom: 0px !important;
}
.select-product-item-bottom ul li:nth-child(2) {
  -webkit-flex-basis: 22%;
  -moz-flex-basis: 22%;
  -ms-flex-preferred-size: 22%;
  flex-basis: 22%;
}
.select-product-item-bottom ul li:first-child {
  -webkit-flex-basis: 40%;
  -moz-flex-basis: 40%;
  -ms-flex-preferred-size: 40%;
  flex-basis: 40%;
}
.checkout-step-three .select-product-item .select-product-item-bottom ul li:last-child {
  color: #646464;
  font-weight: bold;
  font-size: 16px;
}
.checkout-step-three .select-product-item .select-product-item-bottom ul li.priced-str {
  -webkit-flex-basis: 22%;
  -moz-flex-basis: 22%;
  -ms-flex-preferred-size: 22%;
  flex-basis: 22%;
  text-align:right;
}
.checkout-step-three .select-product-item .select-product-item-bottom ul li:last-child::before{
  color: #646464;
}
.select-product-item-bottom ul:not(:last-child) {
  margin-bottom: 10px;
}
.select-product-item-bottom ul li:first-child b {
  font-weight: normal;
  text-transform:capitalize;
}
.group-assignment-items .group-checkbox input[class=""] + label {
  background: #fff !important;
  color: #737373 !important;
}
.group-assignment-items .group-checkbox input[class="selectingSeat"] + label{
  background: #0094ff;
  color: #ffffff;
}
.group-assignment-items .group-checkbox input[class="reserve-seats"]  + label{
      background: #737373;
      color: #ffffff;
}
.tootltip {
  position: relative;
}
.form-row .woocommerce-input-wrapper .checkbox {
  position: relative;
}
.tooltip-box {
  display: none;
  position: absolute;
  width: 100%;
  bottom: -40px;
  left: 100%;
  min-width: 350px;
  padding: 15px;
  background-color: #000;
  color: #fff;
  z-index: 1;
  border-radius: 8px;
  line-height: 20px;
  font-size: 13px;
}
.tootltip:hover .tooltip-box {
  display:block;
}
.help-block-error {
  color: #db1010;
}
.top-select-block .selectric {
  width: 100%;
  max-width: 100%;
}
.top-select-block > span {
  margin-right: 0px;
  max-width: 100%;
  width: 100% !important;
}
#bookingForm .top-select-block .selectric-items li {
  font-size: 18px;
}
#bookingForm .top-select-block .selectric .label {
  font-size: 18px;
}
.stepDetails .content-page {
  padding: 15px 0;
}
.stepDetails .form-group > input[type="checkbox"] {
  margin-right: 10px;
}
.btn{
  cursor:pointer !important;
}
.prb-content > div > input[type="checkbox"] {
  margin-right: 10px;
}
.add-more-pass > h4 {
  font-size: 20px;
  font-weight: 400;
}
.ntc-required > span {
  font-weight: 500;
  font-size: 14px;
  color: #0094ff;
}
.woocommerce-page .page-title h1 {
  font-size: 36px;
}
.custom_single_product .single_right-info .back_store_btn {
  margin-bottom: 0px;
}
.custom_single_product .single_right-info .back_store_btn a {
  font-size: 16px;
}
.wocom-brad-main {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.wocom-bradcum > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0rem;
  margin-bottom: 0rem;
  list-style: none;
  justify-content: center;
  background-color: transparent;
  border-radius: 0rem;
}
.wocom-bradcum > ul > li + li::before {
  display: inline-block;
  padding-right: .5rem;
  padding-left: .5rem;
  color: #222222;
  content: "\f105";
  font-family: 'fontawesome-solid';
  font-size: 14px;
}
.single_right-info .woocommerce-product-details__short-description {
  max-width: 440px;
}
.woocommerce-page table.cart td.actions .input-text#coupon_code {
  width: auto;
  min-width: 150px;
  max-width: 181px;
}
.woocommerce button.button:disabled, .woocommerce button.button:disabled[disabled]{
  padding: 13px 10px 15px 10px;
}
.back_store_btn .fas {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
.fa-store-alt::before {
  content: "\f54f";
}
.add-pass > div > div > div.flex > div:first-child label {
  display: block;
}
.checkout-step-two label .tootltip {
  float: right;
}
/* .woocommerce-page .pr_cat > li > a > .fas.fa-shopping-cart::before{
  content: "\f290";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
} */

.add-pass > div > div > div.flex.epd-name div {
  margin-bottom: 0px;
}
.add-pass > div > div > div.flex.epd-name{
  margin-bottom:15px;
}
.add-pass > div > div > div.flex > div.epd-note > p.name-note {
  font-size: 12px;
  color: #000;
}
/* 19-8-2020 */
.checkout-step-one .bookingForm {
  max-width: 820px;
  margin: 0 auto;
}
.up-sells.upsells.products {
  width: 100%;
  padding: 15px 15px;
}
.up-sells.upsells.products h2 {
  font-size: 34px;
}
.page-id-509 .top-bg-page-c,
.page-id-510 .top-bg-page-c{
  min-height: 160px;
}
.page-id-509 .top-bg-page-c h1,
.page-id-510 .top-bg-page-c h1{
  padding-bottom: 0px;
}
.cross-sells h2,
.cart_totals h2{
  font-size: 34px;
}
.cross-sells .product h2 {
  font-size: 20px;
  padding-bottom: 10px;
}
.products_list_image > div > img {
  max-height: 200px;
}

/* seating css */
#fooevents_seating_dialog > div:last-child {
  margin-bottom: 30px;
}
.fooevents_seating_chart_view_row_checkout > span {
  margin-right: 15px;
}
.fooevents_seating_chart_view_row_name {
  margin-top: 30px;
  text-align: center;
  margin-bottom: 15px;
}
.fooevents_seating_chart_view_row_checkout > span:nth-child(3) {
  margin-right: 40px;
}
#silver_row_name {
  margin-top: 50px;
}
/*end seating css */

#\33 _row_name {
  margin-top: 50px;
}
/*.seating-class {
  display: none !important;
}*/
.select2-container .select2-selection--single {
  height: 48px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 48px;
  padding-left: 20px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 48px;
}
#billing_country_field > .woocommerce-input-wrapper {
  width: 100%;
  display: block;
}
#billing_country_field > .woocommerce-input-wrapper > span,
#billing_state_field > .woocommerce-input-wrapper > span{
  width: 100% !important;
}
.wpcf7-form-control-wrap .select2 {
  width: 100% !important;
}
.prbc-b > button {
  font-size: 20px;
  font-weight: normal;
  letter-spacing: 1px;
  cursor:pointer;
}
.policy-contetn p {
  font-size: 16px;
}
#fooevents_custom_Date_of_Birth_1__1 {
  height: 48px;
  border: 1px solid #c2c2c2;
  border-radius: 8px;
  font-size: 14px;
}
/* .fooevents_seating_chart_view_row.fooevents_seating_chart_view_row_checkout {
  text-align: center;
} */
.fooevents-attendee{
  position:relative;
}
.tootltip-name {
  position: absolute;
  top: 94px;
  left: calc(50% - 60px);
}
.tootltip-name:hover > .tooltip-box{
  display:block;
}
.attendee-class .input-text {
  height: 48px;
  border: 1px solid #c2c2c2;
  border-radius: 8px;
  font-size: 14px;
}
#shipping_country_field .woocommerce-input-wrapper {
  width: 100%;
  display: block;
}
#shipping_country_field .woocommerce-input-wrapper .select2,
#shipping_state_field .woocommerce-input-wrapper .select2{
  width: 100% !important;
}
.wpmc-nav-wrapper.last-btn-prev {
  justify-content: left;
}
.wpmc-nav-wrapper.last-btn-prev button#wpmc-back-to-cart {
  margin-right: 15px;
}
.page-id-510 .woocommerce-checkout #payment {
    background: #f3faff !important;
}
.page-id-510 .woocommerce-checkout #payment div.payment_box {
    background-color: #fefeff;
}
.page-id-510 .woocommerce-checkout #payment div.payment_box::before {
  border: 1em solid #fefeff;
  border-right-color: transparent;
  border-left-color: transparent;
  border-top-color: transparent;
}
.prbc-b > button {
  background-color: transparent;
}
#place_order {
  font-size: 26px;
  padding: 15px 30px 17px 30px;
}
#fooevents_variation_default {
  text-align: center;
}

/*#fooevents_seating_dialog > div:nth-child(4) .fooevents_seating_chart_view_row_name,#fooevents_seating_dialog > div:nth-child(6) .fooevents_seating_chart_view_row_name{
  display: none;
}*/
.close-seat-btn {
  padding: 9px 20px;
  border-radius: 8px;
  font-weight: 400;
  font-size: 16px;
  background-color: #0094ff;
  color: #fff;
  margin: 20px 0 auto auto;
  display: block;
}

@media (min-width:1770px){
  .header-bottom nav > ul > li > a {
    font-size: 15px;
  }
}
@media (max-width:1600px) and (min-width:1400px){
  .custom_single_product .single_right-info {
    padding-right: 100px;
  }
}
@media (min-width:1200px){
  .ds-open {
    display: none;
  }
}
@media (max-width:1199px){
  .ds-none{
    display: none;
  }
}
@media (max-width:1024px){
  .checkout-step-three label {
    display: inline-block;
    margin-right: 0px;
    max-width: calc(100% - 30px);
    vertical-align: top;
  }
}
@media (max-width:991px){
  .checkout-step-three div.row.flex > div {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-bottom: 30px;
  }
  .wocom-bradcum > ul > li > a {
    font-size: 15px;
  }
  .wocom-bradcum > ul > li + li::before {
    vertical-align: top;
    margin-top: 2px;
  }
}
@media (max-width:879px) and (min-width:769px){
  .wocom-brad-main {
    justify-content: flex-start;
    flex-flow: column;
    margin-bottom: 30px;
  }
  .wocom-bradcum {
    margin-bottom: 15px;
  }
  .wocom-bradcum > ul {
    justify-content: left;
  }
}
@media (max-width:767px){
  #step1 .seat-flex {
    flex-flow: column-reverse;
  }
  .booking-guide {
    margin-right: auto;
    margin-left: 0;
  }
  .seat-flex .group-assignment-items {
    width: 100%;
  }
  .group-assignment-items .group-checkbox > div {
    -webkit-flex-basis: auto;
    -moz-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    justify-content: left;
    margin-right:10px;
  }
  .group-assignment-items .group-checkbox > div.flex > div:not(:last-child) {
    margin-right: 10px;
  }
  .brad-title > h1 {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (min-width:601px){
  .fooevents-attendee:after{
    content: "";
    clear: both;
    display: table;
  }
  .fooevents-attendee{
    position:relative;
    margin-left:-15px;
    margin-right:-15px;
    overflow: hidden !important;

  }
  .fooevents-attendee > *{
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .fooevents-attendee > p {
    /* float: left; */
    width: 50%;
    display: inline-block;
    vertical-align: bottom;
  }
  .fooevents-attendee > p:nth-child(12),
  .fooevents-attendee > p:nth-child(13){
    width: 100%
  }
  .fooevents-attendee > .fooevents_seating_chart{
    margin-top:15px !important;
    margin-left:15px !important;
  }
}
@media (max-width:600px){
  .tooltip-box {
    left: 0;
    right: 0;
  }
  .tootltip-name {
    left: calc(100% - 30px);
  }
  .checkbox .tooltip-box {
    bottom: auto;
  }
  .tooltip-box {
    position: relative;
  }
  .tootltip-name > .tooltip-box {
    left: auto;
    right: 0;
    position: absolute;
  }
}
@media (max-width:575px){
  .add-pass > div > div > div.flex.epd-name div {
  margin-bottom: 15px;
}
  .add-pass > div > div > div.flex.epd-name div.epd-note {
  margin-bottom: 0px;
  margin-top: -12px;
}
  .flight_schedule .swiper-slide > div > span > a {
    color: #0194ff;
    text-decoration: underline;
  }
  #flight-model{
    display:none !important;
  }
  .brad-title > h1 {
    font-size: 24px;
    line-height: 30px;
  }
  .add-pass > div > div > div.flex > div {
    max-width: calc(100% - 0px);
    flex: 0 0 100%;
    -ms-flex: 0 0 100%;
  }
  .page-id-813 .content-page {
    padding-bottom: 0px;
  }
  .add-pass > .flex > div > div.set-btn.flex {
    position: relative;
    bottom: 0;
  }
  .stepDetails .commands{
    text-align:center;
  }
  .add-pass > .flex > div > div.set-btn.flex a.btn-white{
    margin: 0 auto !important;
    float: none;
  }
  #step1commands > .btn,
  #step2commands > .btn{
    float: none;
    margin: 10px auto 0px !important;
  }
  .checkout-step-two label {
    margin-right: 0px;
    max-width: calc(100% - 30px);
    vertical-align: top;
  }
  .add-pass > div > div > div:not(.flex) > input[type="checkbox"] {
    display: inline-block;
  }
  .add-pass > div > div > div.flex > div,
  .add-more-pass > div.flex > div{
        max-width: calc(100% - 0px);
        flex: 0 0 100%;
        -ms-flex: 0 0 100%;
    }
    .page-id-813 .content-page {
        padding-bottom: 0px;
    }
    .add-pass > .flex > div > div.set-btn.flex {
        position: relative;
        bottom: 0;
    }
    .stepDetails .commands{
        text-align:center;
    }
    .add-pass > .flex > div > div.set-btn.flex a.btn-white{
        margin: 0 auto !important;
        float: none;
    }
    .checkout-step-two label {
        margin-right: 0px;
        max-width: calc(100% - 30px);
        vertical-align: top;
    }
    .add-pass > div > div > div:not(.flex) > input[type="checkbox"] {
        display: inline-block;
    }
  .group-assignment-items .group-checkbox {
    margin-bottom: 25px;
  }
  .group-assignment-items .group-checkbox#place1 {
    margin-bottom: 0px;
  }
  #step1commands {
    margin-top: 20px !important;
  }
  h3.fooevents-eventname {
    font-size: 26px;
  }
  .woocommerce .woocommerce-message .button {
    display: block;
    max-width: 230px;
    margin-bottom: 15px;
    float: none;
  }
}
@media (max-width:565px){
  ul.tabs li {
    display: block;
  }
  .tooltip-box{
    min-width:280px;
  }
  .group-assignment-items .group-checkbox > div {
    margin-right: 6px;
  }
  .wpmc-nav-wrapper > .button.alt {
    min-width: 155px !important;
  }
  h3#ship-to-different-address {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .woocommerce form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last {
    width: 100%;
  }
  .woocommerce-page table.cart td.actions .input-text#coupon_code {
    width: 100%;
    min-width: 150px;
    max-width: 100%;
    float: none;
    margin-bottom: 10px;
  }
  .woocommerce table.cart td.actions .coupon .input-text + .button {
    float: none;
  }
  .wysiwyg ul.woocommerce-error {
    margin-left: 0px;
  }
}
@media (max-width:399px){
  .wocom-brad-main {
    justify-content: flex-start;
    flex-flow: column;
    margin-bottom: 30px;
  }
  .wocom-bradcum {
    margin-bottom: 15px;
  }
  .wocom-bradcum > ul {
    justify-content: left;
  }
  .wocom-bradcum > ul > li > a {
    font-size: 14px;
  }
  .single_right-info .cart .single_add_to_cart_button{
    min-width: 140px !important;
  }
}
@media (max-width:374px){
  .group-assignment-items .group-checkbox label {
    line-height: 44px;
    width: 44px;
    height: 44px;
  }
  .group-assignment-items .group-checkbox > div {
    margin-right: 4px;
  }
  .group-assignment-items .group-checkbox > div.flex > div:not(:last-child) {
    margin-right: 5px;
  }
}

.woocommerce-page .wysiwyg ul li::after {
  display: none !important;
}
/* Absolute Center Spinner */
.loading {
  position: fixed;
  z-index: 999;
  height: 2em;
  width: 2em;
  overflow: visible;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

/* Transparent Overlay */
.loading:before {
  content: '';
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.3);
}

/* :not(:required) hides these rules from IE9 and below */
.loading:not(:required) {
  /* hide "loading..." text */
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.loading:not(:required):after {
  content: '';
  display: block;
  font-size: 10px;
  width: 1em;
  height: 1em;
  margin-top: -0.5em;
  -webkit-animation: spinner 1500ms infinite linear;
  -moz-animation: spinner 1500ms infinite linear;
  -ms-animation: spinner 1500ms infinite linear;
  -o-animation: spinner 1500ms infinite linear;
  animation: spinner 1500ms infinite linear;
  border-radius: 0.5em;
  -webkit-box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.5) -1.5em 0 0 0, rgba(0, 0, 0, 0.5) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
  box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) -1.5em 0 0 0, rgba(0, 0, 0, 0.75) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
}

/* Animation */

@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.woocommerce-cart .shipping-calculator-form .state_select {
  padding: 0 10px 0px 7px;
  height: 48px;
  border-radius: 7px;
  border: 1px solid #c2c2c2;
  color: #737373;
  font-family: "Montserrat";
  font-weight: 400;
  font-size: 14px;
}
/* contact form msg */
.wpcf7 .wpcf7-response-output.wpcf7-validation-errors{
  color:#FFFFFF !important;
  font-size:20px !important;
  font-weight:bold;
}


h2 {
  font-size: 48px;
}
h3{
  font-size: 33px;
}
p, .page-id-1221  p,
.blog .post .title, p a,
li, .ul-design-page > li,
ul > li > a{
  font-size: 20px;
}
.custom_single_product .single_right-info .woocommerce-product-details__short-description p {
    font-size: 16px;
}
.login-notice {
  max-width: 540px;
  margin: 30px auto 0;
  padding: 10px;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  line-height: 24px;
  background-color: rgba(0, 148, 255, 0.08);
}
.login-notice h5 {
  padding: 0px;
  font-size: inherit;
  font-weight: inherit;
  margin: 0px;
  line-height: inherit;
}

/* 17-8-20 */
.bookingForm .selectric {
  border: 1px solid #c2c2c2;
  border-radius: 7px;
  background: #fff;
}
.bookingForm .selectric .label {
  height: 48px;
  line-height: 48px;
  color: #737373;
  font-family: 'Montserrat' !important;
  font-weight: 400;
  font-size: 14px;
}
.bookingForm .selectric .label {
  font-size: 18px;
}
.bookingForm .selectric .button {
  height: 48px;
  background: #fff;
  font-size: 0;
}
.bookingForm .selectric .button::before {
  content: "\f107";
  font-family: 'fontawesome-solid';
  font-size: 19px;
  color: #4c4c4c;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.selectric .button::after{
  border:none;
}
.bookingForm .top-text h4 {
  font-weight: 400;
}
.bookingForm .top-select-block .selectric-items li {
  font-size: 18px;
}
.woocommerce-tabs.wc-tabs-wrapper {
  border: none;
  width: calc(100% - 30px);
  margin: 0 auto;
  margin-bottom: 30px;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.21);
  padding: 0px;
  margin-top: 20px;
  border-radius: 6px;
}
.woocommerce-tabs .tabs.wc-tabs {
  padding-left: 0px !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
  margin: 0 0 0em;
  margin-top: -2px;
}
.woocommerce div.product .woocommerce-tabs .panel {
  margin: 0 0 0em;
  padding: 15px;
}
.woocommerce div.product .woocommerce-tabs ul.wc-tabs li {
  border: none;
  margin: 0px;
  border-radius: 0px 0px 0 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::after,
.woocommerce div.product .woocommerce-tabs ul.tabs li::before{
  display:none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active,.woocommerce div.product .woocommerce-tabs ul.tabs li:hover {
  background: #0094ff;
  color: #fff !important;
  border-bottom: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:hover a{
  color: #fff !important;
}
.wc-tab p {
  padding-bottom: 10px;
}
.fooevents-attendee {
  padding: 15px;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  margin-bottom: 30px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:not(:first-child) {
  margin-left: -5px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs::before {
  border-bottom: 1px solid #efefef;
}
.woocommerce-terms-and-conditions {
  max-height: 100% !important;
  overflow: unset !important;
  padding: 20px !important;
}
.woocommerce-terms-and-conditions h2 {
  font-size: 26px;
  padding-bottom: 15px;
}
.woocommerce-terms-and-conditions p {
  font-size: 16px;
  padding-bottom: 10px;
}
.woocommerce-terms-and-conditions h3 {
  font-size: 20px;
  padding-bottom: 15px;
}
.woocommerce-terms-and-conditions {
  border: 1px solid rgba(0,0,0,.2);
  box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
  background: rgba(255, 255, 255, 0.74);
}
/* .policy-contetn{
  display:block !important;
} */
.checkout-step-one .row-cart {
  position: absolute;
  right: 0;
}
#gold1_row_name,
#silver1_row_name{
  display: none;
}
.fooevents_seating_chart_view_row span{
  margin-top:14px;
}
.fooevents_seating_chart_view_row_checkout span{
  width:30px;
  height:30px;
  font-size: 13px;
}
.product #woo-cart-button {
  position: absolute;
  right: 0;
  top: 0px;
  margin: 24px 15px 0px 0px;
}
.optional{
  display:none;
}
input[type="date"]::-webkit-inner-spin-button,
input[type="date"]::-webkit-calendar-picker-indicator {
    display: none;
    -webkit-appearance: none;
}
/* .woocommerce div.product div.images figure {
  right: 0;
  bottom: 0;
} */
/* .woocommerce div.product div.images figure img {
  max-width: 400px;
} */
.select2-selection__rendered{
  font-family: 'Montserrat';
  font-weight: 400;
  font-size: 14px;
}
.bookingForm .select2-selection__rendered {
  font-size: 18px;
}
@media (max-width:479px){
  .infobar .covid-inf {
    font-size: 13px !important;
  }
  .infobar .close-covid {
    margin: -5px 5px 0px 0px;
    font-size: 18px;
  }
  .wpmc-nav-wrapper {
    justify-content: center;
  }
}
.wpmc-nav-wrapper {
  flex-wrap: wrap;
}
.wpmc-nav-wrapper .button.alt {
  margin-bottom: 10px;
}

/* 16-09-2020 */
.page_blocks_line {
  position: relative;
  padding-top: 0px;
  margin-top: 6px;
  padding-bottom: 6px;
}
.page_blocks_line::before {
  content: "";
  width: 100%;
  height: 6px;
  position: absolute;
  top: -12px;
  display: block;
  left: 0;
  background-color: #000;
}
.page_blocks_line::after{
  content: "";
  width: 100%;
  height: 6px;
  position: absolute;
  bottom: 0px;
  display: block;
  left: 0;
  background-color: #000;
}
.flight_schedule .swiper-button-prev {
  left: 6px;
}
.flight_schedule .swiper-button-next {
  right: 6px;
}
.woocommerce div.product div.images div.flex-viewport figure{
  left: 0%;
  top: 0%;
  -webkit-transform: translate(0%, 0%);
  -moz-transform: translate(0%, 0%);
  transform: translate(0%, 0%);
}

.woocommerce form .form-row .woocommerce-input-wrapper {
        display: block;
    }
.woocommerce form .form-row .woocommerce-input-wrapper input[type="date"]{
        width: 100%;
        min-width:280px;
    }
@media (max-width:414px) and (min-width:413px){
  .woocommerce form .form-row .woocommerce-input-wrapper input[type="date"]{
        width: 100%;
        min-width:345px;
    }
}
@media (max-width:375px) and (min-width:374px){
  .woocommerce form .form-row .woocommerce-input-wrapper input[type="date"]{
        width: 100%;
        min-width:308px;
    }
}
/* customizer css end */
.ftext-inn {
  margin-bottom: 15px;
}
.form-text .inline-checkbox {
  display: inline-block;
  vertical-align: bottom;
}
.form-text .inline-checkbox .form-control {
  height: auto;
  width: auto;
  margin: 0px 15px 5px 0px;
}
.liability-waiver > p:nth-child(1){
  text-align:center;
  color:#28a745;
  padding-bottom: 0px;
}
.liability-waiver > p:nth-child(2),
.liability-waiver > p:nth-child(3) {
  text-align: center;
  padding: 0px;
  font-weight: 500;
}
.liability-waiver > p:nth-child(2) > a,
.liability-waiver > p:nth-child(3) > a {
  font-weight: 500;
}
.sigWrapper canvas {
  border-bottom: 2px solid #ccc;
}
.btn.btn-back.mt-0 {
  margin-top: 0px;
}
.btn:hover{
  color: #fff !important;
}

/*gform css*/
#gform_fields_1 > li{
  padding-right:0px !important;
}
#gform_fields_1 .ginput_container_radio,
#gform_fields_1 .ginput_container_checkbox{
  margin-top:0px !important;
}
#gform_fields_1 .ginput_container_radio .gfield_radio {
  display: flex;
  margin-top:0px !important;
  margin-bottom: 0px !important;
}
#gform_fields_1 .ginput_container_radio .gfield_radio li{
  margin-bottom: 0px !important;
}
#gform_fields_1 .ginput_container_radio .gfield_radio li + li {
  margin-left: 15px !important;
}
#gform_fields_1 .ginput_container_textarea textarea{
  border: none;
  border-bottom: 1px solid #000;
  border-radius: 0px;
  box-shadow: none;
  max-height: 100px;
  font-size: 16px;
  color: #353535;
}
#gform_fields_1 li#field_1_5,
#gform_fields_1 li#field_1_6 {
  display: flex;
  flex-flow: row-reverse;
}
#gform_fields_1 li#field_1_5 .gfield_description,
#gform_fields_1 li#field_1_6 .gfield_description{
  padding-top:0px !important;
}
.gform_wrapper ul.gfield_checkbox,
.gform_wrapper ul.gfield_checkbox > li,
.gform_wrapper .gfield_checkbox li input[type="checkbox"]{
  margin-bottom: 0px !important;
  margin-top:3px !important;
}
#gform_fields_1 li.flight-date input.medium,
#gform_fields_1 li.sec-date input.medium{
  background-color: #eef1f5;
  border: none;
  border-radius: 0px;
  border-bottom: 1px solid #000;
  border-top: none;
  box-shadow: none;
}
.gform_wrapper .gform_footer input.button{
  font-family: 'Montserrat';
  font-weight: 500;
  font-size: 16px !important;
  padding: 10px 20px 10px 20px !important;
  min-width: 140px !important;
  background: #0094ff;
  color: #ffffff;
}
.gform_wrapper .top_label input.medium{
  border: none;
  border-radius: 0px;
  border-bottom: 1px solid #000;
  border-top: none;
  box-shadow: none;
}
#gform_fields_2{
  display: flex;
  flex-wrap: wrap;
}
#gform_fields_2 li{
  flex: 0 0 100%;
  max-width:100%;
}
#gform_fields_2 li#field_2_4 {
  display: flex;
  max-width: 40px;
  padding-top: 15px;
}
#gform_fields_2 li#field_2_5 {
  display: flex;
  max-width: 300px;
  padding-right: 0px;
}
#gform_fields_2 li#field_2_5 div.ginput_container {
  margin-top: 0px;
}
#gform_fields_2 li#field_2_5 div.ginput_container input.medium{
  width: calc(100% - 0px) !important;
  height: 38px;
}
#gform_fields_2 li#field_2_5 label{
  display: none !important;
}

/* menu css sub */
.header-top {
    max-height: 64px;
    min-height: 64px;
}
.header-bottom nav > ul > li > ul.sub-menu > li.menu-item-has-children > ul.sub-menu {
    position: absolute;
    right: 100%;
    left: auto;
    width: 100%;
    max-width: 350px;
    background: #fff;
    top: auto;
    margin-top: -25px;
    padding: 20px;
    opacity: 0;
visibility: hidden;
text-align: left;
-webkit-transition: all 0.3s ease;
-khtml-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
-webkit-box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.35);
-moz-box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.35);
box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.35);
}
.header-bottom nav > ul > li > ul.sub-menu > li.menu-item-has-children:hover > ul.sub-menu{
    opacity: 1;
    visibility: visible;
}
.header-bottom nav > ul > li > ul.sub-menu > li >  ul.sub-menu > li + li{
    margin-top:10px;
}
.header-bottom nav > ul > li > ul.sub-menu > li > ul.sub-menu > li > a {
    color: #737373;
    font-size: 16px;
}
.header-bottom nav > ul > li > ul.sub-menu > li >  ul.sub-menu > li > a:hover {
    color: #0094ff;
}

@media (max-width:1699.98px){
    .header-bottom nav > ul > li.menu-item-has-children.menu-item-11165 > ul.sub-menu{
        left:auto;
        right:0;
    }
}

.banner  {
  background-color: #007aff;
  color: #fff;
  position: relative;
  text-align: center;
  padding: 10px;
}

.banner .banner-inf {
  display: block;
  color: #fff;
  font-size: 16px;
  overflow: hidden;
}

.banner .banner-inf > a {
  color: inherit;
  font-size: inherit;
  text-decoration: none !important;
  transition: all 0.3s ease-in-out;
}

.banner .banner-inf > a:hover {
  opacity: 0.6;
}

.banner .close-banner {
  float: right;
  margin: -5px 10px 0 10px;
  font-size: 20px;
  cursor: pointer;
}

.social-bar {
  position: fixed;
  width: 37px;
  z-index: 1040;
  top: 50%;
  transform: translateY(-50%);
}

.social-bar .scl-items a {
  display: block;
  width: 35px;
  height: 35px;
  margin: 2px;
  padding: 8px;
  background-color: #000;
  transition: all 0.3s ease-in-out;
  color: #fff;
}

.social-bar .scl-items a:before {
  color: inherit;
}

.social-bar .scl-items a:hover {
  background-color: #007aff;
}

.post-password-form {
  max-width: 380px;
  margin: 0 auto;
  text-align: center;
}

.post-password-form p {
  padding: 0;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 24px;
  color: rgba(59, 59, 59, 1);
}

.post-password-form .shcedule-button {
  margin-top: 0;
}

.post-password-form .shcedule-button .btn {
  min-width: 160px !important;
}

.line__first {
  width: 100%;
  height: 6px;
  background: #000;
}

.line__second {
  width: 100%;
  height: 17px;
  background: #007aff;
}
