header {
  background: #151313 !important; }
  header nav {
    background-color: #151313 !important;
    transition: all 0.5s;
    padding: 33px 54px 33px !important;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: space-between !important; }
    header nav .d-flex:first-child {
      width: calc(100% - 165px); }
      @media (max-width: 991px) {
        header nav .d-flex:first-child {
          width: auto; } }
    header nav .offcanvas {
      margin-left: auto !important;
      justify-content: space-around; }
    header nav .btn-close {
      display: none; }
    header nav .logo-mobile {
      display: none; }
    header nav .offcanvas {
      flex-direction: inherit !important; }
    @media (min-width: 992px) and (max-width: 1199px) {
      header nav {
        padding: 30px 20px !important; } }
    @media (min-width: 768px) and (max-width: 991px) {
      header nav .btn-close {
        display: block;
        position: absolute;
        right: 22px;
        width: 26px;
        height: 26px;
        z-index: 2;
        opacity: 1;
        top: 40px;
        margin: 0 !important;
        padding: 0px !important; }
      header nav .logo-mobile {
        display: block;
        position: absolute;
        top: 30px;
        left: 20px; } }
    @media (max-width: 767px) {
      header nav .btn-close {
        display: block;
        position: absolute;
        right: 20px;
        width: 20px;
        height: 20px;
        z-index: 2;
        opacity: 1;
        top: 40px;
        margin: 0 !important;
        padding: 0px !important; }
      header nav .logo-mobile {
        display: block;
        position: absolute;
        top: 30px;
        left: 10px; }
        header nav .logo-mobile img {
          width: 122px !important; } }
    header nav a.custom-logo-link {
      padding: 0;
      margin: 0px; }
      header nav a.custom-logo-link img {
        width: 156px;
        height: auto;
        object-fit: cover; }
        @media (min-width: 992px) and (max-width: 1199px) {
          header nav a.custom-logo-link img {
            width: 156px; } }
        @media (max-width: 767px) {
          header nav a.custom-logo-link img {
            width: 122px; } }
    header nav .left {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      width: calc(100% - 187px); }
    header nav.sticky {
      background: #151313 !important; }
    header nav button.navbar-toggler {
      border: none;
      margin: 0;
      padding: 0;
      margin-left: 21px;
      margin-right: 0px;
      outline: none;
      box-shadow: none; }
      header nav button.navbar-toggler:focus {
        outline: none;
        box-shadow: none; }
      header nav button.navbar-toggler span.navbar-toggler-icon {
        background: url(../svg/toggler-bg-1.svg) right 50% no-repeat;
        width: 21px; }
      header nav button.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
        background-image: url(../svg/menu-close-icon.svg); }
    @media (min-width: 768px) and (max-width: 991px) {
      header nav {
        padding: 31px 20px 28px !important; }
        header nav div#navbarSupportedContent {
          position: fixed;
          bottom: 0;
          z-index: 1045;
          display: flex;
          flex-direction: column;
          max-width: 100%;
          visibility: hidden;
          background: url(../png/mobile-menu-bg-2.png);
          background-size: cover;
          height: 100%;
          background-clip: padding-box;
          outline: 0;
          transition: transform .3s ease-in-out;
          transform: translateX(100%);
          top: 0;
          right: 0;
          left: 0; }
          header nav div#navbarSupportedContent.show {
            transform: none; }
          header nav div#navbarSupportedContent ul {
            padding: 40px 0 0 0;
            flex-wrap: wrap;
            text-align: center; }
            header nav div#navbarSupportedContent ul li {
              padding: 0px;
              width: 100%; }
              header nav div#navbarSupportedContent ul li a {
                padding: 0px 0px 30px !important;
                display: inline-block;
                font-size: 24px;
                line-height: 28px; }
                header nav div#navbarSupportedContent ul li a:after {
                  display: none; }
          header nav div#navbarSupportedContent .offcanvas-header {
            padding: 0; }
          header nav div#navbarSupportedContent .offcanvas-body {
            overflow-y: auto;
            position: relative;
            right: 0;
            left: 0%;
            top: 0%;
            transform: initial;
            width: 100%;
            padding-top: 25px;
            display: block; } }
    @media (max-width: 767px) {
      header nav {
        padding: 30px 20px 30px 10px !important; }
        header nav div#navbarSupportedContent {
          position: fixed;
          bottom: 0;
          z-index: 1045;
          display: block;
          flex-direction: column;
          max-width: 100%;
          visibility: hidden;
          background: url(../png/mobile-menu-bg-2.png);
          background-size: cover;
          height: 100%;
          background-clip: padding-box;
          outline: 0;
          transition: transform .3s ease-in-out;
          transform: translateX(100%);
          top: 0;
          right: 0;
          left: 0; }
          header nav div#navbarSupportedContent.show {
            transform: none; }
          header nav div#navbarSupportedContent .menu-primary-container {
            display: flex;
            align-items: center;
            height: calc(100vh - 150px);
            overflow-y: auto;
            flex-direction: column;
            padding: 20px 0 50px; }
          header nav div#navbarSupportedContent ul {
            padding: 0 0 20px 0;
            flex-wrap: wrap;
            text-align: center; }
            header nav div#navbarSupportedContent ul li {
              padding: 0px;
              width: 100%; }
              header nav div#navbarSupportedContent ul li a {
                padding: 0px 0px 30px !important;
                display: inline-block;
                font-size: 24px;
                line-height: 28px;
                letter-spacing: -0.25px;
                font-family: "Baskerville"; }
                header nav div#navbarSupportedContent ul li a:after {
                  display: none; }
              header nav div#navbarSupportedContent ul li:last-child a {
                padding: 0px !important; }
          header nav div#navbarSupportedContent .offcanvas-header {
            padding: 0;
            height: 95px; }
          header nav div#navbarSupportedContent .offcanvas-body {
            overflow-y: inherit;
            position: relative;
            right: 0;
            left: 0%;
            top: 0%;
            transform: initial;
            width: 100%;
            padding-top: 25px;
            display: block; }
        header nav a.navbar-brand img {
          width: 125px; } }
  header ul.custom-nav {
    list-style: none;
    margin: 0px;
    padding: 0px 0px 0px 0;
    display: flex; }
    header ul.custom-nav li {
      padding: 0px 12px 0px;
      position: relative; }
      @media (max-width: 1500px) {
        header ul.custom-nav li {
          padding: 0px 10px 0px; } }
      @media (min-width: 1200px) and (max-width: 1280px) {
        header ul.custom-nav li {
          padding: 0px 14px 0px; } }
      @media (min-width: 992px) and (max-width: 1199px) {
        header ul.custom-nav li {
          padding: 0px 12px 0px; } }
      header ul.custom-nav li:nth-child(1) {
        padding-left: 0; }
      header ul.custom-nav li a {
        letter-spacing: 0.96px;
        color: #ffffff !important;
        opacity: 1;
        text-decoration: none;
        outline: none;
        font-size: 20px;
        line-height: 23px;
        font-family: "Baskerville";
        font-weight: 400;
        position: relative;
        padding-right: 0px !important;
        padding-left: 0px !important;
        padding-bottom: 10px; }
        @media (max-width: 1500px) {
          header ul.custom-nav li a {
            font-size: 17px; } }
        header ul.custom-nav li a:after {
          content: '';
          position: absolute;
          width: 100%;
          height: 2px;
          background: none;
          bottom: 0px;
          left: 0px;
          opacity: 1;
          transition: 0.5s transform ease;
          transform: scale3d(0, 1, 1);
          transform-origin: 0 50%;
          transform-origin: 50% 50%; }
        header ul.custom-nav li a:hover:after, header ul.custom-nav li a:active:after {
          content: '';
          position: absolute;
          width: 100%;
          height: 2px;
          background: #ffffff;
          bottom: 0px;
          left: 0px;
          opacity: 1;
          transform: scale3d(1, 1, 1); }
    @media (min-width: 1200px) and (max-width: 1280px) {
      header ul.custom-nav li {
        padding: 0px 7px 0px; }
        header ul.custom-nav li a {
          font-size: 16px;
          line-height: 18px; } }
    @media (min-width: 992px) and (max-width: 1199px) {
      header ul.custom-nav li {
        padding: 0px 6px 0px; }
        header ul.custom-nav li a {
          font-size: 15px;
          line-height: 18px; } }
  header .btn-booktable {
    min-width: 165px;
    height: 54px;
    border: 1px solid #A99968;
    background: #A99968;
    font-family: "Baskerville";
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 1.28px;
    font-weight: 400;
    text-align: center;
    padding: 0px 10px;
    color: #ffffff;
    border-radius: 0px;
    text-decoration: none;
    box-shadow: none;
    outline: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
    header .btn-booktable:hover {
      background: #ffffff;
      color: #151313; }
    header .btn-booktable:focus {
      outline: none;
      box-shadow: none; }
    @media (min-width: 992px) and (max-width: 1199px) {
      header .btn-booktable {
        min-width: 150px;
        font-size: 16px;
        line-height: 18px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      header .btn-booktable {
        min-width: 150px;
        font-size: 16px;
        line-height: 18px; } }
    @media (max-width: 767px) {
      header .btn-booktable {
        min-width: 120px;
        font-size: 14px;
        line-height: 18px;
        height: 45px; } }
  header nav.sticky .btn-booktable {
    background: #A99968;
    color: #ffffff; }

body.bookTablePageLoad header nav {
  background: #151313; }
  @media (max-width: 767px) {
    body.bookTablePageLoad header nav {
      padding: 30px 27px !important; } }

footer {
  background: #A99968;
  padding-top: 50px;
  margin-top: auto !important;
  border-top: 1px solid rgba(255, 254, 240, 0.3); }
  footer .container {
    max-width: 100%;
    padding: 0px; }
    footer .container .row {
      margin: 0px; }
      footer .container .row .col-12 {
        padding: 0px; }
        footer .container .row .col-12:nth-child(2) {
          border-left: 1px solid #ffffff;
          border-right: 1px solid #ffffff; }
          @media (max-width: 767px) {
            footer .container .row .col-12:nth-child(2) {
              border: none; } }
  footer .col:first-child h3 {
    padding-bottom: 12.3px; }
  footer h3 {
    font-family: "Baskerville";
    font-weight: normal;
    color: #ffffff;
    font-size: 22px;
    line-height: 25px;
    letter-spacing: 1.76px;
    margin: 0px;
    padding: 0px 0px 12.3px;
    text-align: left; }
  footer ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
    text-align: left; }
    footer ul li a {
      font-family: 'Gill Sans';
      color: #ffffff;
      text-decoration: none;
      padding: 5px 0;
      display: inline-block;
      font-size: 16px;
      letter-spacing: 0px;
      letter-spacing: 1.28px;
      line-height: 18px; }
      footer ul li a:hover {
        color: #ffffff;
        text-decoration: none;
        outline: none; }
    footer ul li:first-child a {
      padding-top: 0px; }
    footer ul li:last-child a {
      padding-bottom: 0px; }
  footer .newslatter-thanks {
    color: #ffffff;
    font-size: 16px;
    line-height: normal;
    letter-spacing: 1.28px;
    text-align: left;
    font-family: 'Gill Sans'; }
  footer .footer-form {
    padding-right: 20px;
    max-width: 220px; }
    footer .footer-form .forminator-custom-form {
      display: block !important; }
    footer .footer-form .mb-3 {
      margin-bottom: 12.6px !important; }
      footer .footer-form .mb-3:last-child {
        margin-bottom: 14.7px !important; }
      footer .footer-form .mb-3 input.form-control {
        width: 100%;
        border-radius: 0px;
        outline: none;
        box-shadow: none;
        border: none;
        border-bottom: 1px solid rgba(255, 254, 240, 0.5);
        background: none;
        font-family: 'Gill Sans';
        font-weight: normal;
        color: #ffffff;
        padding-left: 0px;
        padding-top: 7.7px;
        padding-bottom: 7.7px;
        font-size: 14px;
        line-height: 16px;
        letter-spacing: 1.12px;
        -webkit-background-clip: text !important;
        -moz-background-clip: text !important;
        -ox-background-clip: text !important;
        -webkit-text-fill-color: #ffffff !important;
        -moz-text-fill-color: #ffffff !important;
        -ox-text-fill-color: #ffffff !important; }
        footer .footer-form .mb-3 input.form-control::placeholder {
          color: #ffffff; }
    footer .footer-form .btn {
      width: 81px;
      height: 32px;
      margin-top: 2.1px;
      border: 1px solid #A99968;
      font-family: "Baskerville";
      font-weight: normal;
      font-size: 13px;
      line-height: 14px;
      text-align: center;
      padding: 0px 0px 0px;
      background: #ffffff;
      color: #151313;
      text-decoration: none;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 0px;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s;
      outline: none;
      box-shadow: none; }
      footer .footer-form .btn:hover {
        color: #ffffff;
        border-color: #ffffff;
        background: none; }
      @media (max-width: 767px) {
        footer .footer-form .btn {
          font-size: 14px;
          line-height: 20px;
          width: 76px;
          height: 32px;
          margin-left: 0; } }
    @media (max-width: 767px) {
      footer .footer-form {
        margin-left: 0px;
        width: 210px; } }
  footer .menu-footer-menu1-container {
    padding-right: 20px; }
  footer .cols-2 h3 {
    padding: 0px 0px 27px; }
  footer .cols-3 p {
    padding-right: 20px !important; }
  footer .cols-3 h3 {
    padding: 0px 0px 27px; }
  footer .cols-4 h3 {
    padding: 0px 0px 27px; }
  footer .copyright-section {
    text-align: center; }
    footer .copyright-section p {
      padding: 17px 0px 17px;
      margin: 0px;
      color: #ffffff;
      font-family: 'Gill Sans';
      font-weight: 300;
      font-size: 12px;
      line-height: 14px;
      letter-spacing: -0.24px; }
      footer .copyright-section p a {
        text-decoration: none;
        color: #ffffff;
        outline: none;
        box-shadow: none; }
        footer .copyright-section p a:hover {
          text-decoration: underline;
          color: #ffffff;
          outline: none;
          box-shadow: none; }
  footer .foot-columns {
    max-width: 1450px;
    margin: 0 auto;
    padding-bottom: 41.65px;
    padding: 0 15px; }
    footer .foot-columns p {
      font-size: 16px;
      line-height: 27px;
      color: #ffffff;
      letter-spacing: 1.28px;
      margin-bottom: 1rem;
      padding: 0px;
      width: auto;
      text-align: left; }
      footer .foot-columns p + p {
        margin-top: 27px; }
      footer .foot-columns p a {
        color: #ffffff;
        outline: none;
        box-shadow: none;
        text-decoration: underline;
        display: inline-block; }
      footer .foot-columns p span {
        display: block; }

.footer-form br {
  display: none; }

footer .footer-form p {
  font-size: 11px;
  line-height: 15px; }

@media (max-width: 767px) {
  .footer-first-col {
    order: 4; }

  .footer-second-col {
    order: 1; }

  .footer-third-col {
    order: 3; }

  .footer-fourth-col {
    order: 2; }

  .footer-second-col .widget_nav_menu h3 {
    display: none; }

  .footer-fourth-col .col,
  .footer-third-col .col {
    width: 50%;
    float: left;
    padding-right: 10px; }

  footer .footer-form {
    padding-right: 40px; }

  footer .container {
    padding-bottom: 0; } }
.private-d-section {
  padding: 97px 0px 69px;
  max-width: 1096px;
  margin-right: auto;
  margin-left: auto; }
  .private-d-section p {
    font-size: 14px;
    line-height: 25px;
    color: #242424;
    padding: 0px 0px 28px;
    margin: 0px; }
  @media (max-width: 1500px) {
    .private-d-section {
      max-width: 1076px;
      padding: 87px 0px 50px; }
      .private-d-section p {
        padding: 0px 0px 18px; } }
  @media (max-width: 1388px) {
    .private-d-section {
      max-width: 1066px;
      padding: 77px 0px 45px; }
      .private-d-section p {
        padding: 0px 0px 18px; } }
  @media (min-width: 1200px) and (max-width: 1280px) {
    .private-d-section {
      max-width: 1056px;
      padding: 67px 0px 45px; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .private-d-section {
      max-width: 900px;
      padding: 67px 0px 45px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .private-d-section {
      max-width: 100%;
      padding: 67px 16px 45px; } }
  @media (max-width: 767px) {
    .private-d-section {
      max-width: 100%;
      padding: 107px 47px 64px; }
      .private-d-section p {
        color: #151313;
        letter-spacing: -0.14px; } }

.tow-col-box {
  padding: 0px 0px 140px;
  max-width: 1182px;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  column-gap: 46px; }
  @media (max-width: 1500px) {
    .tow-col-box {
      max-width: 1162px;
      padding: 0px 0px 120px; } }
  @media (max-width: 1388px) {
    .tow-col-box {
      max-width: 1152px;
      padding: 0px 0px 110px; } }
  @media (min-width: 1200px) and (max-width: 1280px) {
    .tow-col-box {
      max-width: 1100px;
      padding: 0px 0px 90px; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .tow-col-box {
      max-width: 992px;
      padding: 0px 0px 90px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .tow-col-box {
      max-width: 100%;
      padding: 0px 16px 90px; } }
  @media (max-width: 767px) {
    .tow-col-box {
      max-width: 100%;
      padding: 0px 0px 51.65px;
      flex-wrap: wrap;
      column-gap: 0; } }
  .tow-col-box .box {
    position: relative;
    width: 568px; }
    .tow-col-box .box img {
      width: 568px;
      height: 621px;
      object-fit: cover;
      object-position: 50% 50%; }
    @media (max-width: 1500px) {
      .tow-col-box .box {
        width: 548px; }
        .tow-col-box .box img {
          width: 548px;
          height: 600px; } }
    @media (max-width: 1388px) {
      .tow-col-box .box {
        width: 538px; }
        .tow-col-box .box img {
          width: 538px;
          height: 580px; } }
    @media (min-width: 1200px) and (max-width: 1280px) {
      .tow-col-box .box {
        width: 527px; }
        .tow-col-box .box img {
          width: 527px;
          height: 560px; } }
    @media (min-width: 992px) and (max-width: 1199px) {
      .tow-col-box .box {
        width: 473px; }
        .tow-col-box .box img {
          width: 473px;
          height: 500px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .tow-col-box .box {
        width: 345px; }
        .tow-col-box .box img {
          width: 345px;
          height: 360px; } }
    @media (max-width: 767px) {
      .tow-col-box .box {
        width: 100%;
        margin-bottom: 10px; }
        .tow-col-box .box img {
          width: 100%;
          height: 468px; } }
    .tow-col-box .box:before {
      content: '';
      position: absolute;
      width: 100%;
      height: 35%;
      bottom: 0;
      left: 0;
      background: transparent linear-gradient(180deg, #FFFFFF00 0%, #0B0B0B 100%) 0% 0% no-repeat padding-box; }

.three-col-box {
  padding: 0px;
  max-width: 100%;
  margin: 0 55px;
  display: flex;
  column-gap: 41px;
  justify-content: center; }
  @media (max-width: 1500px) {
    .three-col-box {
      padding: 0px; } }
  @media (max-width: 1388px) {
    .three-col-box {
      padding: 0px;
      margin: 0 45px; } }
  @media (min-width: 1200px) and (max-width: 1280px) {
    .three-col-box {
      padding: 0px;
      margin: 0 35px; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .three-col-box {
      padding: 0px;
      margin: 0 35px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .three-col-box {
      max-width: 100%;
      padding: 0px;
      margin: 0 35px;
      column-gap: 35px; } }
  @media (max-width: 767px) {
    .three-col-box {
      max-width: 100%;
      padding: 0px 0px 0px;
      flex-wrap: wrap;
      column-gap: 0;
      margin: 0 0px;
      column-gap: 0px; } }
  .three-col-box .box {
    position: relative;
    max-width: 884px;
    width: 100%; }
    @media (max-width: 1919px) {
      .three-col-box .box {
        width: 100%; } }
    .three-col-box .box img {
      max-width: 884px;
      width: 100%;
      height: 699px;
      object-fit: cover;
      object-position: 50% 50%; }
      @media (max-width: 1919px) {
        .three-col-box .box img {
          width: 100%; } }
    @media (max-width: 1700px) {
      .three-col-box .box img {
        height: 621px; } }
    @media (max-width: 1500px) {
      .three-col-box .box img {
        height: 546px; } }
    @media (max-width: 1388px) {
      .three-col-box .box img {
        height: 536px; } }
    @media (min-width: 1200px) and (max-width: 1280px) {
      .three-col-box .box img {
        height: 536px; } }
    @media (min-width: 992px) and (max-width: 1199px) {
      .three-col-box .box img {
        height: 468px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .three-col-box .box img {
        height: 468px; } }
    @media (max-width: 767px) {
      .three-col-box .box {
        width: 100%;
        height: 699px;
        margin-bottom: 31px; }
        .three-col-box .box img {
          width: 100%;
          height: 699px; }
        .three-col-box .box:last-child {
          margin-bottom: 0px; } }
    .three-col-box .box:before {
      content: '';
      position: absolute;
      width: 100%;
      height: 180px;
      bottom: 0;
      left: 0;
      right: 0;
      background: transparent linear-gradient(180deg, #FFFFFF00 0%, #0B0B0B 100%) 0% 0% no-repeat padding-box; }
    .three-col-box .box .inner-box {
      position: absolute;
      top: auto;
      bottom: 38px;
      left: 50%;
      transform: translate(-50%, 0%);
      text-align: center;
      width: 100%; }
      .three-col-box .box .inner-box .heading {
        color: #ffffff;
        font-size: 35px;
        line-height: 40px;
        letter-spacing: 2.72px;
        margin: 0px;
        padding: 0px 0px 15px; }
      .three-col-box .box .inner-box p {
        font-family: 'Gill Sans';
        color: #ffffff !important;
        font-size: 16px;
        line-height: 18px;
        letter-spacing: 1.28px;
        margin: 0px;
        padding: 0px 0px 15px; }
      .three-col-box .box .inner-box .custom_btn {
        width: 200px;
        height: 46px;
        margin: 0 auto;
        background: #A99968;
        border-color: #A99968;
        padding: 0px;
        font-size: 16px;
        line-height: 28px;
        letter-spacing: 1.28px;
        font-family: "Baskerville";
        margin: 0 auto;
        color: #ffffff;
        text-decoration: none;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 19px; }
        .three-col-box .box .inner-box .custom_btn:hover {
          background: #ffffff;
          border-color: #ffffff;
          color: #151313; }

.private-dining-step-1 {
  display: none; }

@media (max-width: 767px) {
  .private-dining-step-2 .section-top.half-banner p {
    font-size: 22px;
    padding: 0px 63px;
    line-height: 25px; } }
.private-dining-step-2 .section-top.half-banner .banner-img picture img {
  height: 687px; }
  @media (max-width: 1700px) {
    .private-dining-step-2 .section-top.half-banner .banner-img picture img {
      height: 687px; } }
  @media (max-width: 1500px) {
    .private-dining-step-2 .section-top.half-banner .banner-img picture img {
      height: 687px; } }
  @media (max-width: 1388px) {
    .private-dining-step-2 .section-top.half-banner .banner-img picture img {
      height: 687px; } }
  @media (min-width: 1200px) and (max-width: 1280px) {
    .private-dining-step-2 .section-top.half-banner .banner-img picture img {
      height: 687px; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .private-dining-step-2 .section-top.half-banner .banner-img picture img {
      height: 687px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .private-dining-step-2 .section-top.half-banner .banner-img picture img {
      height: 687px; } }
  @media (max-width: 767px) {
    .private-dining-step-2 .section-top.half-banner .banner-img picture img {
      height: 687px; } }
.private-dining-step-2 .section-top.half-banner .mid-section .heading {
  padding: 0px 0px 0;
  margin: 0;
  font-size: 40px;
  letter-spacing: 3.2px;
  line-height: 28px;
  text-transform: uppercase; }
@media (max-width: 767px) {
  .private-dining-step-2 .section-top.half-banner .mid-section .heading {
    line-height: 40px; } }
.private-dining-step-2 .section-top.half-banner p {
  font-size: 22px;
  line-height: 25px;
  letter-spacing: 0px;
  font-family: 'Garamond';
  font-weight: normal; }

.private-location-tabs-section ul.nav-tabs {
  border: none;
  column-gap: 10px;
  flex-wrap: nowrap;
  margin-bottom: 12px; }
  .private-location-tabs-section ul.nav-tabs li {
    width: 100%; }
    .private-location-tabs-section ul.nav-tabs li button {
      border-color: #a99968 !important;
      color: #a99968 !important;
      width: 100%;
      height: 50px;
      border-radius: 0px;
      outline: none;
      box-shadow: none;
      font-size: 20px;
      line-height: 40px;
      font-family: "Baskerville";
      padding: .25rem 5px; }
      .private-location-tabs-section ul.nav-tabs li button.active {
        background: #A99968;
        border-color: #A99968 !important;
        color: #ffffff !important; }
  @media (max-width: 767px) {
    .private-location-tabs-section ul.nav-tabs {
      column-gap: 8px;
      justify-content: center;
      display: block; }
      .private-location-tabs-section ul.nav-tabs li {
        width: 100%;
        margin-bottom: 12px; }
        .private-location-tabs-section ul.nav-tabs li button {
          width: 100%;
          height: 50px;
          font-size: 18px;
          padding: 0px;
          margin: 0px; } }
.private-location-tabs-section .room-available-btn:hover {
  background: #ffffff;
  border-color: #ffffff;
  color: #151313; }

.private-dining-content.two-col-section {
  padding: 50px 0px; }
  .private-dining-content.two-col-section .row .col-md-6 p {
    font-size: 17px;
    line-height: 28px;
    color: #ffffff;
    padding: 0px;
    margin: 0px;
    font-family: 'Gill Sans';
    margin-bottom: 30px; }
    .private-dining-content.two-col-section .row .col-md-6 p:last-child {
      margin-bottom: 0px; }
  .private-dining-content.two-col-section .row .col-md-12 {
    padding: 0;
    width: 100%; }
    .private-dining-content.two-col-section .row .col-md-12 p {
      font-size: 17px;
      line-height: 28px;
      letter-spacing: 1.28px;
      color: #ffffff;
      padding: 0px;
      margin: 0px;
      font-family: 'Gill Sans';
      margin-bottom: 30px;
      text-align: center; }
      .private-dining-content.two-col-section .row .col-md-12 p:last-child {
        margin-bottom: 0px; }
    .private-dining-content.two-col-section .row .col-md-12 .detail-box-btn .custom_border_btn {
      width: 100%;
      height: 50px;
      display: block;
      border: 1px solid #A99968;
      font-family: "Baskerville";
      font-size: 20px;
      line-height: 50px;
      letter-spacing: 1.28px;
      text-align: center;
      margin: 0 auto 0;
      padding: 0 10px;
      outline: none;
      color: #ffffff;
      background: #A99968;
      text-decoration: none;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }
      .private-dining-content.two-col-section .row .col-md-12 .detail-box-btn .custom_border_btn:hover {
        background: #ffffff;
        color: #151313;
        border-color: #ffffff; }
  .private-dining-content.two-col-section .row .col-md-6:nth-child(2) p {
    margin-bottom: 22px; }
    .private-dining-content.two-col-section .row .col-md-6:nth-child(2) p:last-child {
      margin-bottom: 0px !important; }
  .private-dining-content.two-col-section h3 {
    text-align: center;
    color: #ffffff;
    font-size: 37px;
    line-height: 32px;
    letter-spacing: 0px;
    font-family: "Baskerville";
    margin: 0 0 41.85px;
    padding: 0; }
    @media (max-width: 767px) {
      .private-dining-content.two-col-section h3 {
        margin: 0 0 23.51px; } }
.private-dining-content .inner-section-dining {
  max-width: 937px;
  margin: 0 auto; }
  .private-dining-content .inner-section-dining .view-broc-btn {
    background: #B9A373;
    width: 171px;
    height: 49px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 40px auto 0;
    text-decoration: none;
    color: #ffffff;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: -0.16px; }
    .private-dining-content .inner-section-dining .view-broc-btn.mobile-view {
      display: none; }
    @media (max-width: 767px) {
      .private-dining-content .inner-section-dining .view-broc-btn {
        width: 100%;
        margin-top: 0; }
        .private-dining-content .inner-section-dining .view-broc-btn.desktop-view {
          display: none; }
        .private-dining-content .inner-section-dining .view-broc-btn.mobile-view {
          display: flex;
          margin-bottom: 5px; } }
@media (max-width: 1388px) {
  .private-dining-content {
    padding: 121.5px 15px 167px; } }
@media (min-width: 1200px) and (max-width: 1280px) {
  .private-dining-content {
    padding: 91.5px 15px 137px; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .private-dining-content {
    padding: 91.5px 15px 107px; } }
@media (min-width: 768px) and (max-width: 991px) {
  .private-dining-content {
    padding: 91.5px 15px 77px; } }
@media (max-width: 767px) {
  .private-dining-content {
    padding: 59px 38px 60px;
    margin-bottom: 0px; } }
.private-dining-content .detail-box-btn .custom_border_btn {
  width: 116px;
  height: 46px;
  display: block;
  border: 1px solid #A99968;
  font-family: "Baskerville";
  font-size: 16px;
  line-height: 18px;
  letter-spacing: 1.28px;
  text-align: center;
  margin: 0 auto 0;
  padding: 15px 0px 0px;
  outline: none;
  color: #ffffff;
  background: #A99968;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }
  .private-dining-content .detail-box-btn .custom_border_btn:hover {
    background: #ffffff;
    color: #151313;
    border-color: #ffffff; }
  @media (max-width: 767px) {
    .private-dining-content .detail-box-btn .custom_border_btn {
      margin: 0;
      width: 100%;
      height: 46px; } }

.private-dining-gallery {
  padding-bottom: 0px; }
  .private-dining-gallery .photo-gallery-section .photo-gallery {
    width: 100%;
    overflow: hidden;
    position: relative; }
    .private-dining-gallery .photo-gallery-section .photo-gallery .gallery-group.popup-gallery {
      display: flex;
      justify-content: center; }
      @media (min-width: 768px) and (max-width: 991px) {
        .private-dining-gallery .photo-gallery-section .photo-gallery .gallery-group.popup-gallery {
          justify-content: left; } }
      @media (max-width: 767px) {
        .private-dining-gallery .photo-gallery-section .photo-gallery .gallery-group.popup-gallery {
          justify-content: left; } }
      .private-dining-gallery .photo-gallery-section .photo-gallery .gallery-group.popup-gallery .img-box .gallery-box {
        pointer-events: none;
        cursor: default;
        text-decoration: none; }
        .private-dining-gallery .photo-gallery-section .photo-gallery .gallery-group.popup-gallery .img-box .gallery-box .gallery-img {
          width: 384px;
          height: 384px;
          display: flex;
          align-items: center;
          justify-content: center; }
          @media (max-width: 1700px) {
            .private-dining-gallery .photo-gallery-section .photo-gallery .gallery-group.popup-gallery .img-box .gallery-box .gallery-img {
              width: 329px;
              height: 329px; } }
          @media (max-width: 1500px) {
            .private-dining-gallery .photo-gallery-section .photo-gallery .gallery-group.popup-gallery .img-box .gallery-box .gallery-img {
              width: 289px;
              height: 289px; } }
          @media (max-width: 1388px) {
            .private-dining-gallery .photo-gallery-section .photo-gallery .gallery-group.popup-gallery .img-box .gallery-box .gallery-img {
              width: 274px;
              height: 274px; } }
          @media (min-width: 992px) and (max-width: 1199px) {
            .private-dining-gallery .photo-gallery-section .photo-gallery .gallery-group.popup-gallery .img-box .gallery-box .gallery-img {
              width: 205px;
              height: 205px; } }
          @media (min-width: 768px) and (max-width: 991px) {
            .private-dining-gallery .photo-gallery-section .photo-gallery .gallery-group.popup-gallery .img-box .gallery-box .gallery-img {
              width: 256px;
              height: 256px; } }
          @media (max-width: 767px) {
            .private-dining-gallery .photo-gallery-section .photo-gallery .gallery-group.popup-gallery .img-box .gallery-box .gallery-img {
              width: 214px;
              height: 214px; } }
          @media (max-width: 375px) {
            .private-dining-gallery .photo-gallery-section .photo-gallery .gallery-group.popup-gallery .img-box .gallery-box .gallery-img {
              width: 195px;
              height: 195px; } }
          @media (max-width: 320px) {
            .private-dining-gallery .photo-gallery-section .photo-gallery .gallery-group.popup-gallery .img-box .gallery-box .gallery-img {
              width: 188px;
              height: 188px; } }
          .private-dining-gallery .photo-gallery-section .photo-gallery .gallery-group.popup-gallery .img-box .gallery-box .gallery-img img {
            min-height: 384px;
            width: 100%;
            height: 100%;
            object-fit: cover; }
            @media (max-width: 1700px) {
              .private-dining-gallery .photo-gallery-section .photo-gallery .gallery-group.popup-gallery .img-box .gallery-box .gallery-img img {
                height: 329px; } }
            @media (max-width: 1500px) {
              .private-dining-gallery .photo-gallery-section .photo-gallery .gallery-group.popup-gallery .img-box .gallery-box .gallery-img img {
                height: 289px; } }
            @media (max-width: 1388px) {
              .private-dining-gallery .photo-gallery-section .photo-gallery .gallery-group.popup-gallery .img-box .gallery-box .gallery-img img {
                height: 274px; } }
            @media (min-width: 992px) and (max-width: 1199px) {
              .private-dining-gallery .photo-gallery-section .photo-gallery .gallery-group.popup-gallery .img-box .gallery-box .gallery-img img {
                height: 205px; } }
            @media (min-width: 768px) and (max-width: 991px) {
              .private-dining-gallery .photo-gallery-section .photo-gallery .gallery-group.popup-gallery .img-box .gallery-box .gallery-img img {
                height: 256px; } }
            @media (max-width: 767px) {
              .private-dining-gallery .photo-gallery-section .photo-gallery .gallery-group.popup-gallery .img-box .gallery-box .gallery-img img {
                height: 214px; } }
            @media (max-width: 375px) {
              .private-dining-gallery .photo-gallery-section .photo-gallery .gallery-group.popup-gallery .img-box .gallery-box .gallery-img img {
                height: 195px; } }
            @media (max-width: 320px) {
              .private-dining-gallery .photo-gallery-section .photo-gallery .gallery-group.popup-gallery .img-box .gallery-box .gallery-img img {
                height: 188px; } }
    .private-dining-gallery .photo-gallery-section .photo-gallery .view-gallery {
      text-align: center; }
      .private-dining-gallery .photo-gallery-section .photo-gallery .view-gallery span {
        width: 138px;
        height: 46px;
        background: #151313;
        font-family: "Baskerville";
        font-size: 16px;
        line-height: 16px;
        color: #ffffff;
        outline: none;
        box-shadow: none;
        display: flex;
        border-radius: 0;
        text-decoration: none;
        align-items: center;
        justify-content: center;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s; }
        .private-dining-gallery .photo-gallery-section .photo-gallery .view-gallery span:hover {
          background: #ffffff;
          color: #151313; }

.finer-details-box .heading {
  font-size: 20px;
  line-height: 23px;
  color: #fff;
  padding-bottom: 15px;
  font-family: "Gill Sans"; }
.finer-details-box dl {
  padding-bottom: 16px;
  margin: 0; }
  .finer-details-box dl:last-child {
    padding-bottom: 0px; }
  .finer-details-box dl .prgr {
    margin-bottom: 0px;
    font-family: 'Gill Sans';
    padding-bottom: 5px;
    margin-bottom: 0px;
    font-weight: normal; }
  .finer-details-box dl dt {
    padding-bottom: 6px;
    margin-bottom: 0px;
    font-family: "Gill Sans MT";
    font-weight: normal; }
    .finer-details-box dl dt a {
      outline: none;
      color: #ffffff;
      text-decoration: underline;
      box-shadow: none; }
  .finer-details-box dl dd {
    margin-bottom: 0px;
    font-family: 'Gill Sans'; }
    .finer-details-box dl dd a {
      margin-bottom: 0px;
      font-family: 'Gill Sans';
      text-decoration: underline; }

.private-dining-slider {
  padding: 80px 0;
  margin-bottom: 50px; }
  @media (max-width: 767px) {
    .private-dining-slider .slick-track {
      column-gap: 0px;
      display: flex; } }
  .private-dining-slider .slick-track .slick-slide .itembox {
    object-fit: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    position: relative; }
    .private-dining-slider .slick-track .slick-slide .itembox img {
      object-position: center;
      display: block;
      height: 621px;
      width: 568px;
      max-width: 100%;
      object-fit: cover;
      padding: 0;
      margin: 0; }
  .private-dining-slider .slick-track .slick-slide .itemInfo {
    position: absolute;
    text-align: center;
    width: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%); }
    .private-dining-slider .slick-track .slick-slide .itemInfo .txtbox {
      color: #ffffff;
      font-size: 16px; }
    .private-dining-slider .slick-track .slick-slide .itemInfo .title {
      color: #ffffff;
      font-size: 16px;
      font-weight: 600;
      padding: 10px 0px; }
    .private-dining-slider .slick-track .slick-slide .itemInfo .btn {
      width: 157px;
      height: 34px;
      border: 1px solid #ffffff;
      font-size: 16px;
      line-height: 19px;
      letter-spacing: -0.16px;
      text-align: center;
      padding: 6px 0px 0px;
      color: #ffffff;
      border-radius: 0px;
      text-decoration: none;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }
      .private-dining-slider .slick-track .slick-slide .itemInfo .btn:hover {
        background: #ffffff;
        color: #151313; }
  @media (max-width: 1500px) {
    .private-dining-slider .slick-track .slick-slide .itembox img {
      height: 366px;
      width: 548px; } }
  @media (min-width: 1200px) and (max-width: 1280px) {
    .private-dining-slider .slick-track .slick-slide .itembox img {
      height: 421px;
      width: 348px; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .private-dining-slider .slick-track .slick-slide .itembox img {
      height: 421px;
      width: 348px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .private-dining-slider .slick-track .slick-slide .itembox img {
      height: 401px;
      width: 340px; } }
  @media (max-width: 767px) {
    .private-dining-slider .slick-track {
      width: 301px;
      height: 366px; } }
  @media (max-width: 767px) {
    .private-dining-slider {
      display: flex !important; }
      .private-dining-slider .slick-slide {
        width: 301px !important;
        padding: 0px 15px;
        margin: 0 auto; }
        .private-dining-slider .slick-slide .itembox img {
          width: 301px;
          height: 366px; } }

.slick-slide img {
  max-width: 100%; }

.homesliderbox {
  position: relative; }
  .homesliderbox button.slick-prev {
    position: absolute;
    bottom: -182px;
    left: -30px;
    right: 0px;
    margin: 0 auto;
    width: 32px;
    border: none;
    text-indent: inherit;
    background: none;
    height: 64px;
    border-radius: 33px 0px 0px 33px;
    overflow: hidden;
    color: #ffffff;
    outline: none;
    box-shadow: none; }
    .homesliderbox button.slick-prev:after {
      content: '';
      position: absolute;
      background: url(../svg/slider-arrow-prev.svg);
      width: 32px;
      height: 64px;
      background-repeat: no-repeat;
      top: 0;
      left: 0; }
  .homesliderbox button.slick-next {
    position: absolute;
    bottom: -182px;
    left: 0px;
    right: -30px;
    margin: 0 auto;
    width: 32px;
    border: none;
    text-indent: inherit;
    background: none;
    height: 64px;
    border-radius: 0px 33px 33px 0;
    overflow: hidden;
    color: #ffffff;
    outline: none;
    box-shadow: none; }
    .homesliderbox button.slick-next:after {
      content: '';
      position: absolute;
      background: url(../svg/slider-arrow-next.svg);
      width: 32px;
      height: 64px;
      background-repeat: no-repeat;
      top: 0;
      left: 0; }
  @media (max-width: 1700px) {
    .homesliderbox button.slick-prev, .homesliderbox button.slick-next {
      bottom: -157px; } }
  @media (max-width: 1500px) {
    .homesliderbox button.slick-prev, .homesliderbox button.slick-next {
      bottom: -137px; } }
  @media (min-width: 1200px) and (max-width: 1280px) {
    .homesliderbox button.slick-prev, .homesliderbox button.slick-next {
      bottom: 13px; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .homesliderbox button.slick-prev, .homesliderbox button.slick-next {
      bottom: 16px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .homesliderbox button.slick-prev, .homesliderbox button.slick-next {
      bottom: -39px; } }
  @media (max-width: 767px) {
    .homesliderbox button.slick-next {
      width: 27px;
      height: 54px;
      right: -27px; }
      .homesliderbox button.slick-next:after {
        background: url(../png/slider-arrow-next-mobile-2.png);
        width: 27px;
        height: 54px;
        background-repeat: no-repeat;
        top: 0;
        left: 0; }
    .homesliderbox button.slick-prev {
      width: 27px;
      height: 54px;
      left: -27px; }
      .homesliderbox button.slick-prev:after {
        background: url(../png/slider-arrow-prev-mobile-2.png);
        width: 27px;
        height: 54px;
        background-repeat: no-repeat;
        top: 0;
        left: 0; }
    .homesliderbox button.slick-prev, .homesliderbox button.slick-next {
      bottom: -135px; } }

.private-dining-hd-contents .enquiry-form .bor-btn {
  display: block;
  margin: 0 auto;
  width: 116px;
  height: 46px;
  font-size: 18px;
  color: #ffffff;
  line-height: 20px;
  display: flex;
  opacity: 1;
  justify-content: center;
  align-items: center;
  background: #A99968;
  border-color: #A99968;
  outline: none;
  box-shadow: none; }
  @media (max-width: 767px) {
    .private-dining-hd-contents .enquiry-form .bor-btn {
      width: 116px;
      height: 46px;
      font-size: 18px;
      line-height: 20px; } }
.private-dining-hd-contents .enquiry-form .inner-box {
  border: 1px solid rgba(169, 153, 104, 0.3);
  padding: 32.07px 72.12px 24.19px; }
  @media (max-width: 767px) {
    .private-dining-hd-contents .enquiry-form .inner-box {
      border: none;
      padding: 41px 15px 20px; } }
  .private-dining-hd-contents .enquiry-form .inner-box .country-dropdown {
    display: flex;
    position: relative;
    flex-wrap: wrap; }
    .private-dining-hd-contents .enquiry-form .inner-box .country-dropdown .noble-gases {
      min-width: 65px;
      box-shadow: none;
      background: transparent;
      font-size: 13px;
      line-height: 15px;
      padding: 0;
      margin-right: 7px;
      border-radius: 0px;
      height: 36px;
      position: initial;
      border-color: #00000080 !important; }
      .private-dining-hd-contents .enquiry-form .inner-box .country-dropdown .noble-gases span {
        position: relative;
        width: 62px; }
        .private-dining-hd-contents .enquiry-form .inner-box .country-dropdown .noble-gases span:before {
          content: '';
          position: absolute;
          width: 11px;
          height: 6px;
          background-size: cover;
          background-repeat: no-repeat;
          right: 0px;
          position: absolute;
          top: 50%;
          background: url(../svg/arrow-bottom.svg);
          background-repeat: no-repeat;
          background-size: cover; }
    .private-dining-hd-contents .enquiry-form .inner-box .country-dropdown .wrap-drop.bookdate {
      border-bottom: 1px solid rgba(255, 254, 240, 0.5) !important;
      padding: 0px 0px 5.74px;
      height: auto;
      font-size: 14px;
      line-height: 16px; }
    .private-dining-hd-contents .enquiry-form .inner-box .country-dropdown input {
      width: calc(100% - 72px); }
  .private-dining-hd-contents .enquiry-form .inner-box .top-content {
    font-size: 18px;
    line-height: 23px;
    color: #ffffff;
    max-width: 570px;
    width: 100%;
    margin: 0 auto 18px;
    text-align: center;
    font-family: 'Gill Sans'; }
    .private-dining-hd-contents .enquiry-form .inner-box .top-content.error {
      color: #ff0000; }
  .private-dining-hd-contents .enquiry-form .inner-box .two-tabs-section {
    max-width: 213px;
    width: 100%;
    margin: 36.52px auto 15px;
    display: flex;
    column-gap: 11px; }
    @media (max-width: 767px) {
      .private-dining-hd-contents .enquiry-form .inner-box .two-tabs-section {
        padding: 25.52px auto 20px; } }
    .private-dining-hd-contents .enquiry-form .inner-box .two-tabs-section .radio-field {
      width: 101px;
      position: relative;
      height: 34px; }
      .private-dining-hd-contents .enquiry-form .inner-box .two-tabs-section .radio-field label.field-radio {
        border: 1px solid #A99968;
        width: 100%;
        height: 34px;
        position: absolute;
        left: 0;
        text-align: center;
        padding: 9px 0px 0px;
        cursor: pointer;
        line-height: 14px;
        font-size: 12px;
        letter-spacing: -0.12px;
        color: #A99968;
        background: #151313;
        font-family: "Baskerville"; }
      .private-dining-hd-contents .enquiry-form .inner-box .two-tabs-section .radio-field input[type="radio"] {
        display: none; }
        .private-dining-hd-contents .enquiry-form .inner-box .two-tabs-section .radio-field input[type="radio"]:checked + label.field-radio {
          background: #A99968;
          border-color: #A99968;
          color: #ffffff; }
  .private-dining-hd-contents .enquiry-form .inner-box .datepicker-section {
    width: 324px;
    margin: 0px auto 0px;
    border: 1px solid #A99968;
    opacity: 1; }
    @media (max-width: 767px) {
      .private-dining-hd-contents .enquiry-form .inner-box .datepicker-section {
        width: 100%;
        margin: 0px auto 0px; } }
    .private-dining-hd-contents .enquiry-form .inner-box .datepicker-section.pd-opacity {
      opacity: 0.3; }
    .private-dining-hd-contents .enquiry-form .inner-box .datepicker-section .datepicker-dining .datepicker {
      width: 100%;
      max-width: 100%; }
      .private-dining-hd-contents .enquiry-form .inner-box .datepicker-section .datepicker-dining .datepicker .datepicker-days table {
        width: 100%; }
  .private-dining-hd-contents .enquiry-form .inner-box .row {
    column-gap: 55px;
    margin: 0px; }
    @media (max-width: 767px) {
      .private-dining-hd-contents .enquiry-form .inner-box .row {
        column-gap: 0px; } }
    .private-dining-hd-contents .enquiry-form .inner-box .row .col-lg-4 {
      padding: 0px;
      width: 245px; }
      @media (max-width: 767px) {
        .private-dining-hd-contents .enquiry-form .inner-box .row .col-lg-4 {
          width: 100%; } }
    .private-dining-hd-contents .enquiry-form .inner-box .row .col-lg-12 {
      padding: 0px; }
  .private-dining-hd-contents .enquiry-form .inner-box .form-control {
    border: none;
    border-radius: 0px;
    font-size: 14px;
    line-height: 18px;
    box-shadow: none;
    outline: none;
    border-bottom: 1px solid rgba(255, 254, 240, 0.5);
    padding: 0px 0px 5.74px;
    color: #FFFEF0;
    font-family: 'Gill Sans';
    -webkit-background-clip: text !important;
    -moz-background-clip: text !important;
    -ox-background-clip: text !important;
    -webkit-text-fill-color: #FFFEF0 !important;
    -moz-text-fill-color: #FFFEF0 !important;
    -ox-text-fill-color: #FFFEF0 !important; }
    .private-dining-hd-contents .enquiry-form .inner-box .form-control::placeholder {
      color: #FFFEF0; }
    @media (max-width: 767px) {
      .private-dining-hd-contents .enquiry-form .inner-box .form-control {
        padding: 0px 0px 5.74px;
        font-size: 16px;
        line-height: 18px; } }
  .private-dining-hd-contents .enquiry-form .inner-box textarea.form-control {
    height: 113px;
    border: 1px solid rgba(255, 254, 240, 0.5);
    resize: inherit;
    padding: 15px; }
    @media (max-width: 767px) {
      .private-dining-hd-contents .enquiry-form .inner-box textarea.form-control {
        height: 129px; } }
  .private-dining-hd-contents .enquiry-form .inner-box .wrap-drop.bookdate {
    border-bottom: 1px solid rgba(255, 254, 240, 0.5);
    padding: 0px 0px 5.74px;
    height: auto;
    font-size: 14px;
    line-height: 16px;
    background: transparent; }
    .private-dining-hd-contents .enquiry-form .inner-box .wrap-drop.bookdate span {
      color: #FFFEF0;
      font-weight: normal;
      font-size: 14px; }
      @media (max-width: 767px) {
        .private-dining-hd-contents .enquiry-form .inner-box .wrap-drop.bookdate span {
          font-size: 16px; } }
    .private-dining-hd-contents .enquiry-form .inner-box .wrap-drop.bookdate:after {
      right: 0px;
      margin-top: -7px;
      width: 11.34px;
      height: 5.67px;
      display: none; }
    .private-dining-hd-contents .enquiry-form .inner-box .wrap-drop.bookdate.mobile-view {
      display: none; }
      @media (max-width: 767px) {
        .private-dining-hd-contents .enquiry-form .inner-box .wrap-drop.bookdate.mobile-view {
          display: none;
          margin-top: 36px;
          height: 41px;
          padding: 10px 16px;
          line-height: normal;
          background: #A99968;
          border: solid 0.5px #A99968; }
          .private-dining-hd-contents .enquiry-form .inner-box .wrap-drop.bookdate.mobile-view span {
            color: #ffffff;
            font-size: 14px;
            line-height: 30px; }
          .private-dining-hd-contents .enquiry-form .inner-box .wrap-drop.bookdate.mobile-view:after {
            background: url(../index-5.html);
            background-repeat: no-repeat;
            right: 19px;
            position: absolute;
            background-size: cover;
            margin-top: -1px; } }
    .private-dining-hd-contents .enquiry-form .inner-box .wrap-drop.bookdate .drop {
      top: 105%;
      border-top: none; }
      .private-dining-hd-contents .enquiry-form .inner-box .wrap-drop.bookdate .drop li {
        height: 31px;
        color: #151313;
        background: #ffffff; }
        .private-dining-hd-contents .enquiry-form .inner-box .wrap-drop.bookdate .drop li a {
          color: #151313;
          border: none !important; }
        .private-dining-hd-contents .enquiry-form .inner-box .wrap-drop.bookdate .drop li:hover {
          background: #151313;
          color: #ffffff; }
          .private-dining-hd-contents .enquiry-form .inner-box .wrap-drop.bookdate .drop li:hover a {
            color: #ffffff; }
        .private-dining-hd-contents .enquiry-form .inner-box .wrap-drop.bookdate .drop li.selected a {
          color: #ffffff; }
.private-dining-hd-contents .enquiry-form .tablist .comm-step {
  margin-bottom: 13px; }
  .private-dining-hd-contents .enquiry-form .tablist .comm-step.current {
    margin-bottom: 13px; }
    @media (max-width: 767px) {
      .private-dining-hd-contents .enquiry-form .tablist .comm-step.current {
        margin-bottom: 13px; } }
  .private-dining-hd-contents .enquiry-form .tablist .comm-step:last-child {
    margin: 0px; }
  .private-dining-hd-contents .enquiry-form .tablist .comm-step.step-three .inner-box {
    padding: 50.07px 70.62px 36.18px 73.62px; }
    @media (max-width: 767px) {
      .private-dining-hd-contents .enquiry-form .tablist .comm-step.step-three .inner-box {
        border: 1px solid rgba(169, 153, 104, 0.3);
        padding: 45.69px 29.75px 42.22px 29.75px !important; } }
    .private-dining-hd-contents .enquiry-form .tablist .comm-step.step-three .inner-box .row .col-lg-4 #div01 {
      overflow: hidden; }
    .private-dining-hd-contents .enquiry-form .tablist .comm-step.step-three .inner-box .row .col-lg-4 #div04 {
      overflow: hidden; }
    @media (max-width: 767px) {
      .private-dining-hd-contents .enquiry-form .tablist .comm-step.step-three .inner-box {
        padding: 37.5px 15px 0; } }
    .private-dining-hd-contents .enquiry-form .tablist .comm-step.step-three .inner-box .bor-btn {
      display: block;
      margin: 0 auto;
      width: 170px;
      height: 46px;
      font-size: 18px;
      color: #ffffff;
      line-height: 20px;
      display: flex;
      opacity: 1;
      justify-content: center;
      align-items: center;
      background: #A99968;
      border-color: #A99968; }
      @media (max-width: 767px) {
        .private-dining-hd-contents .enquiry-form .tablist .comm-step.step-three .inner-box .bor-btn {
          width: 170px;
          height: 46px;
          font-size: 18px;
          line-height: 20px; } }
  .private-dining-hd-contents .enquiry-form .tablist .comm-step .heading {
    color: #ffffff;
    background: #333333;
    font-size: 22px;
    line-height: 23px;
    letter-spacing: -0.22px;
    height: 48px;
    display: flex;
    align-items: center;
    padding-left: 22px;
    cursor: pointer;
    font-family: "Baskerville"; }
  .private-dining-hd-contents .enquiry-form .tablist .comm-step.current .heading {
    color: #ffffff;
    background: #A99968; }
.private-dining-hd-contents .enquiry-form .tabs-custom-section ul.available_view_section {
  margin: 0;
  padding: 16px 0px 0px;
  list-style: none;
  display: flex;
  justify-content: center;
  flex-direction: inherit; }
  .private-dining-hd-contents .enquiry-form .tabs-custom-section ul.available_view_section li {
    letter-spacing: 0px;
    color: #ffffff;
    opacity: 1;
    font-size: 10px;
    line-height: 28px;
    letter-spacing: -0.1px;
    font-family: 'Gill Sans';
    display: flex;
    align-items: center; }
    .private-dining-hd-contents .enquiry-form .tabs-custom-section ul.available_view_section li i {
      width: 8px;
      height: 8px;
      border-radius: 100%;
      border: 1px solid #ffffff;
      display: inline-block;
      margin-right: 5px;
      vertical-align: middle; }
    .private-dining-hd-contents .enquiry-form .tabs-custom-section ul.available_view_section li:last-child {
      padding-left: 38px; }
      .private-dining-hd-contents .enquiry-form .tabs-custom-section ul.available_view_section li:last-child i {
        background: #333333;
        border-color: #333333; }
.private-dining-hd-contents .enquiry-form .tabs-custom-section p {
  font-size: 14px;
  letter-spacing: 0;
  line-height: 20px;
  margin: 0px;
  text-align: center;
  padding: 22px 0px 0;
  font-family: 'Gill Sans';
  color: #ffffff; }
.private-dining-hd-contents .enquiry-form .step-one .inner-box {
  padding: 0 8px 33.48px; }
  @media (max-width: 767px) {
    .private-dining-hd-contents .enquiry-form .step-one .inner-box {
      border: 1px solid rgba(169, 153, 104, 0.3);
      padding: 0 33px 27px; } }
@media (max-width: 767px) {
  .private-dining-hd-contents .enquiry-form .step-two .inner-box {
    border: 1px solid rgba(169, 153, 104, 0.3);
    padding: 30px 22px; } }
.private-dining-hd-contents .enquiry-form .step-two .inner-box .mb-3 {
  margin-bottom: 55px !important; }
  @media (max-width: 767px) {
    .private-dining-hd-contents .enquiry-form .step-two .inner-box .mb-3 {
      margin-bottom: 39.26px !important; } }
.private-dining-hd-contents .enquiry-form .step-two .inner-box .col-lg-4:nth-child(5) .mb-3 {
  margin-bottom: 35.31px !important; }
  @media (max-width: 767px) {
    .private-dining-hd-contents .enquiry-form .step-two .inner-box .col-lg-4:nth-child(5) .mb-3 {
      padding: 0px 0px 0px;
      margin-bottom: 35.57px !important; } }
.private-dining-hd-contents .enquiry-form .step-two .inner-box .col-lg-4:nth-child(4) .mb-3 {
  margin-bottom: 35.31px !important; }
  @media (max-width: 767px) {
    .private-dining-hd-contents .enquiry-form .step-two .inner-box .col-lg-4:nth-child(4) .mb-3 {
      padding: 0px 0px 5px;
      margin-bottom: 39.26px !important; } }
.private-dining-hd-contents .enquiry-form .step-three .inner-box .mb-3 {
  margin-bottom: 55px !important; }
@media (max-width: 767px) {
  .private-dining-hd-contents .enquiry-form .step-three .inner-box {
    padding: 41px 29px 0px; }
    .private-dining-hd-contents .enquiry-form .step-three .inner-box .mb-3 {
      margin-bottom: 38.26px !important; } }
.private-dining-hd-contents .enquiry-form .step-three .inner-box .row .col-lg-4:nth-child(4) .mb-3 {
  margin-bottom: 21.46px !important; }
.private-dining-hd-contents .enquiry-form .step-three .inner-box .row .col-lg-4:nth-child(5) .mb-3 {
  margin-bottom: 21.46px !important; }
.private-dining-hd-contents .enquiry-form .step-three .inner-box .row .col-lg-12 .mb-3 {
  margin-bottom: 24.84px !important; }
@media (max-width: 767px) {
  .private-dining-hd-contents .enquiry-form .step-three .inner-box .row .col-lg-4:nth-child(4) .mb-3 {
    margin-bottom: 39.26px !important; }
  .private-dining-hd-contents .enquiry-form .step-three .inner-box .row .col-lg-12 .mb-3 {
    margin-bottom: 26.06px !important; } }
@media (max-width: 767px) and (max-width: 767px) {
  .private-dining-hd-contents .enquiry-form .step-three .inner-box .row .col-lg-12.last-child .mb-3 {
    margin-bottom: 12.96px !important; } }

.thanks-section {
  margin: -22px 0px 0px;
  padding: 0 0px 105.47px;
  text-align: center;
  display: none; }
  @media (max-width: 767px) {
    .thanks-section {
      padding: 0 0px 54.06px; } }
  .thanks-section .heading {
    font-size: 22px;
    color: #A99968;
    padding: 0px;
    margin: 0;
    line-height: 25px;
    letter-spacing: 1.76px; }
  .thanks-section .sub-heading {
    font-size: 18px;
    font-family: "Gill Sans MT";
    line-height: 27.04px;
    color: #ffffff;
    padding: 11px 0px 21.96px;
    letter-spacing: -0.18px; }
  .thanks-section ul {
    list-style: none;
    font-size: 18px;
    line-height: 34px;
    letter-spacing: -0.18px;
    margin: 0;
    font-family: "Gill Sans MT";
    padding: 0;
    color: #ffffff; }
    .thanks-section ul li {
      list-style: none;
      font-size: 18px;
      line-height: 34px;
      margin: 0;
      padding: 0;
      color: #ffffff;
      font-family: 'Gill Sans';
      font-weight: normal; }
      .thanks-section ul li b {
        font-family: "Gill Sans MT";
        font-weight: normal; }
      @media (max-width: 767px) {
        .thanks-section ul li {
          font-size: 16px;
          line-height: 28px; } }

.parent-dining-listing {
  padding: 74px 0 79px; }
  @media (max-width: 767px) {
    .parent-dining-listing {
      padding: 36px 20px 41px; } }

.datepicker table.table-condensed td.active.day {
  pointer-events: none; }

.contact-banner {
  margin-bottom: 0px; }
  .contact-banner .banner-inner {
    position: relative; }
    .contact-banner .banner-inner:before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.5); }
    .contact-banner .banner-inner img {
      width: 100%;
      object-fit: cover;
      height: 570px; }
      @media (max-width: 1700px) {
        .contact-banner .banner-inner img {
          height: 470px; } }
      @media (max-width: 1388px) {
        .contact-banner .banner-inner img {
          height: 420px; } }
      @media (min-width: 1200px) and (max-width: 1280px) {
        .contact-banner .banner-inner img {
          height: 356px; } }
      @media (min-width: 992px) and (max-width: 1199px) {
        .contact-banner .banner-inner img {
          height: 304px; } }
      @media (min-width: 768px) and (max-width: 991px) {
        .contact-banner .banner-inner img {
          height: 228px; } }
      @media (max-width: 767px) {
        .contact-banner .banner-inner img {
          height: 580px; } }
  .contact-banner .banner-text {
    position: absolute;
    transform: translate(-50%, 0%);
    bottom: 40px;
    left: 50%;
    text-align: center;
    width: 100%; }
    .contact-banner .banner-text h1 {
      font-family: 'CAT Linz' !important;
      color: #ffffff;
      font-weight: 400;
      font-size: 29px;
      letter-spacing: 2.1px;
      line-height: 32px;
      margin: 0;
      text-transform: uppercase; }
      @media (min-width: 768px) {
        .contact-banner .banner-text h1 {
          font-size: calc(-7.9577464789px + 100vw * 0.0481220657); } }
      @media (min-width: 1620px) {
        .contact-banner .banner-text h1 {
          font-size: 70px; } }
      @media (max-width: 767px) {
        .contact-banner .banner-text h1 {
          letter-spacing: 1.32px;
          font-size: 44px;
          line-height: 51px; } }
      @media (min-width: 768px) {
        .contact-banner .banner-text h1 {
          line-height: calc(-13.0704225352px + 100vw * 0.058685446); } }
      @media (min-width: 1620px) {
        .contact-banner .banner-text h1 {
          line-height: 82px; } }
      @media (min-width: 992px) and (max-width: 1619.98px) {
        .contact-banner .banner-text h1 {
          font-size: 39px;
          line-height: 59.28px; } }
    @media (max-width: 767px) {
      .contact-banner .banner-text {
        bottom: 36px; } }

.section-contact {
  padding-top: 48.75px;
  padding-bottom: 0; }
  .section-contact .form-section h4.heading {
    font-family: 'Baskerville';
    font-weight: 400;
    color: #ffffff;
    font-size: 22px;
    letter-spacing: 0;
    line-height: 25px;
    margin-bottom: 19.28px; }
    @media (min-width: 768px) {
      .section-contact .form-section h4.heading {
        font-size: calc(22px + 100vw * 0); } }
    @media (min-width: 1620px) {
      .section-contact .form-section h4.heading {
        font-size: 22px; } }
    @media (min-width: 768px) {
      .section-contact .form-section h4.heading {
        line-height: calc(25px + 100vw * 0); } }
    @media (min-width: 1620px) {
      .section-contact .form-section h4.heading {
        line-height: 25px; } }
    @media (min-width: 768px) {
      .section-contact .form-section h4.heading {
        margin-bottom: calc(-3.8681690141px + 100vw * 0.0301408451); } }
    @media (min-width: 1620px) {
      .section-contact .form-section h4.heading {
        margin-bottom: 44.96px; } }
    @media (min-width: 992px) and (max-width: 1619.98px) {
      .section-contact .form-section h4.heading {
        font-size: 24.96px !important;
        line-height: 37.44px !important;
        margin-bottom: 18.67px; } }
    @media (max-width: 767px) {
      .section-contact .form-section h4.heading {
        letter-spacing: 1.76px;
        margin-bottom: 46.96px; } }
  .section-contact .forminator-ui {
    margin: 0px !important; }
  @media (min-width: 768px) {
    .section-contact {
      padding-top: calc(-4.6584507042px + 100vw * 0.0695422535); } }
  @media (min-width: 1620px) {
    .section-contact {
      padding-top: 108px; } }
  .section-contact .container-1208 {
    margin-left: 348px;
    margin-right: 348px;
    width: auto;
    padding-right: var(--bs-gutter-x, 0.5rem);
    padding-left: var(--bs-gutter-x, 0.5rem); }
    @media (max-width: 1619.98px) {
      .section-contact .container-1208 {
        margin-left: 236px;
        margin-right: 236px; } }
    @media (max-width: 1419.98px) {
      .section-contact .container-1208 {
        margin-left: 64px;
        margin-right: 64px; } }
    @media (max-width: 1199.98px) {
      .section-contact .container-1208 {
        margin-left: 25px;
        margin-right: 25px; } }
    @media (max-width: 767.98px) {
      .section-contact .container-1208 {
        margin-left: 0px;
        margin-right: 0px;
        padding-right: var(--bs-gutter-x, 1rem);
        padding-left: var(--bs-gutter-x, 1rem); } }
  .section-contact .container-1240 {
    margin-left: 332px;
    margin-right: 332px;
    width: auto;
    padding-right: var(--bs-gutter-x, 0.5rem);
    padding-left: var(--bs-gutter-x, 0.5rem); }
    @media (max-width: 1619.98px) {
      .section-contact .container-1240 {
        margin-left: 236px;
        margin-right: 236px; } }
    @media (max-width: 1419.98px) {
      .section-contact .container-1240 {
        margin-left: 64px;
        margin-right: 64px; } }
    @media (max-width: 1199.98px) {
      .section-contact .container-1240 {
        margin-left: 25px;
        margin-right: 25px; } }
    @media (max-width: 767.98px) {
      .section-contact .container-1240 {
        margin-left: 0px;
        margin-right: 0px;
        padding-right: var(--bs-gutter-x, 1rem);
        padding-left: var(--bs-gutter-x, 1rem); } }
  .section-contact .text-data {
    padding-right: 162px; }
    @media (max-width: 1700px) {
      .section-contact .text-data {
        padding-right: 110px; } }
    @media (max-width: 1388px) {
      .section-contact .text-data {
        padding-right: 80px; } }
    @media (min-width: 992px) and (max-width: 1199px) {
      .section-contact .text-data {
        padding-right: 40px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .section-contact .text-data {
        padding-right: 0px; } }
    @media (max-width: 767px) {
      .section-contact .text-data {
        padding-right: 0px; } }
    .section-contact .text-data .text-group {
      margin-bottom: 27.28px; }
      @media (min-width: 768px) {
        .section-contact .text-data .text-group {
          margin-bottom: calc(-20.2422535211px + 100vw * 0.0618779343); } }
      @media (min-width: 1620px) {
        .section-contact .text-data .text-group {
          margin-bottom: 80px; } }
      @media (min-width: 992px) and (max-width: 1619.98px) {
        .section-contact .text-data .text-group {
          margin-bottom: 62.4px; } }
      .section-contact .text-data .text-group:last-child {
        margin-bottom: 0; }
        @media (min-width: 768px) and (max-width: 991px) {
          .section-contact .text-data .text-group:last-child {
            margin-bottom: 42.75px; } }
        @media (max-width: 767px) {
          .section-contact .text-data .text-group:last-child {
            margin-bottom: 42.75px; } }
      .section-contact .text-data .text-group button.btn.btn-green-border.font-12.min-width116.height-33 span {
        color: #ffffff; }
      .section-contact .text-data .text-group button.btn.btn-green-border.font-12.min-width116.height-33:hover span, .section-contact .text-data .text-group button.btn.btn-green-border.font-12.min-width116.height-33:focus span {
        color: #ffffff; }
    .section-contact .text-data .heading {
      font-family: 'Baskerville';
      font-weight: 400;
      color: #ffffff;
      font-size: 22px;
      letter-spacing: 1.76px;
      line-height: 25px;
      margin-bottom: 26.96px; }
    .section-contact .text-data p {
      font-weight: 400;
      font-family: 'Gill Sans';
      color: #ffffff;
      font-size: 17px;
      line-height: 28px;
      letter-spacing: 0;
      padding-bottom: 20px;
      margin: 0px; }
    .section-contact .text-data .btn-green-border {
      border-color: #ffffff;
      color: #ffffff; }
      .section-contact .text-data .btn-green-border:hover, .section-contact .text-data .btn-green-border:focus {
        box-shadow: inset 0 -3.7em 0 0 #ffffff !important;
        background: #ffffff;
        color: #ffffff; }
      @media (max-width: 767.98px) {
        .section-contact .text-data .btn-green-border {
          min-width: 106px;
          height: 45px; } }
  .section-contact .form-section {
    font-family: 'CAT Linz' !important;
    margin-top: 0px;
    margin-bottom: 102px; }
    .section-contact .form-section span.bottom-section {
      color: #ffffff;
      font-size: 12px;
      line-height: 22px;
      letter-spacing: 0px; }
      @media (min-width: 992px) and (max-width: 1199px) {
        .section-contact .form-section span.bottom-section {
          font-size: 11px; } }
      .section-contact .form-section span.bottom-section a {
        color: #ffffff;
        outline: none;
        box-shadow: none; }
    @media (min-width: 768px) and (max-width: 991px) {
      .section-contact .form-section {
        margin-bottom: 64.58px; } }
    @media (max-width: 767px) {
      .section-contact .form-section {
        margin-bottom: 66px; } }
    @media (min-width: 992px) and (max-width: 1619.98px) {
      .section-contact .form-section {
        margin-bottom: 54.6px;
        margin-top: -3.9px; } }
    .section-contact .form-section .forminator-row {
      margin-bottom: 33.43px; }
      @media (min-width: 768px) {
        .section-contact .form-section .forminator-row {
          margin-bottom: calc(42.3449295775px + 100vw * -0.0116079812); } }
      @media (min-width: 1620px) {
        .section-contact .form-section .forminator-row {
          margin-bottom: 23.54px; } }
      .section-contact .form-section .forminator-row:nth-child(2) {
        margin-bottom: 22.35px !important; }
        @media (max-width: 767px) {
          .section-contact .form-section .forminator-row:nth-child(2) {
            margin-bottom: 27.52px !important; }
            .section-contact .form-section .forminator-row:nth-child(2) div.forminator-col-6:nth-child(1) {
              margin-bottom: 34.8px !important; } }
      .section-contact .form-section .forminator-row:nth-child(3) {
        margin-bottom: 25px !important; }
        @media (max-width: 767px) {
          .section-contact .form-section .forminator-row:nth-child(3) {
            margin-bottom: 20.28px !important; } }
      .section-contact .form-section .forminator-row:nth-child(4) {
        margin-bottom: 37.8px !important; }
        @media (max-width: 767px) {
          .section-contact .form-section .forminator-row:nth-child(4) div.forminator-col-6:nth-child(1) {
            margin-bottom: 34.8px !important; } }
      @media (min-width: 992px) and (max-width: 1199px) {
        .section-contact .form-section .forminator-row {
          margin-bottom: 7.8px !important; }
          .section-contact .form-section .forminator-row:nth-child(4) {
            margin-bottom: 10.35px !important; } }
      @media (max-width: 767px) {
        .section-contact .form-section .forminator-row {
          margin-bottom: 27.52px !important; }
          .section-contact .form-section .forminator-row:nth-child(4) {
            margin-bottom: 27.52px !important; } }
      .section-contact .form-section .forminator-row div.forminator-col-6 {
        margin: 0px !important;
        position: relative; }
      .section-contact .form-section .forminator-row:nth-child(5) {
        margin-bottom: 47.8px !important; }
        @media (max-width: 767px) {
          .section-contact .form-section .forminator-row:nth-child(5) {
            margin-bottom: 29.28px !important; }
            .section-contact .form-section .forminator-row:nth-child(5) div.forminator-col-6:nth-child(1) {
              margin-bottom: 34.8px !important; } }
      .section-contact .form-section .forminator-row:nth-child(6) {
        margin-bottom: 19px !important; }
        @media (max-width: 767px) {
          .section-contact .form-section .forminator-row:nth-child(6) {
            margin-bottom: 23.09px !important; } }
      .section-contact .form-section .forminator-row.forminator-row-last {
        margin-bottom: 0px !important; }
      .section-contact .form-section .forminator-row:nth-child(7) {
        margin-bottom: 23.54px !important; }
        @media (max-width: 767px) {
          .section-contact .form-section .forminator-row:nth-child(7) {
            margin-bottom: 33.43px !important; } }
      .section-contact .form-section .forminator-row .forminator-col-6.near_ivy_section:nth-child(1) .forminator-input--wrap {
        position: relative;
        margin: 0px; }
        .section-contact .form-section .forminator-row .forminator-col-6.near_ivy_section:nth-child(1) .forminator-input--wrap:before {
          background: url(../svg/icon-dropdown-arrow-contact.svg) 0 0 no-repeat;
          width: 12px;
          height: 7px;
          top: 50%;
          transform: translateY(-50%);
          content: "";
          position: absolute;
          right: 0;
          border: none; }
    .section-contact .form-section .forminator-checkbox-label {
      font-family: 'Garet Book';
      font-weight: 400;
      color: #ffffff !important;
      font-size: 12px;
      letter-spacing: 0;
      line-height: 22px;
      margin-bottom: 0; }
      @media (min-width: 768px) {
        .section-contact .form-section .forminator-checkbox-label {
          font-size: calc(10.1971830986px + 100vw * 0.0023474178); } }
      @media (min-width: 1620px) {
        .section-contact .form-section .forminator-checkbox-label {
          font-size: 14px; } }
      @media (min-width: 768px) {
        .section-contact .form-section .forminator-checkbox-label {
          line-height: calc(22px + 100vw * 0); } }
      @media (min-width: 1620px) {
        .section-contact .form-section .forminator-checkbox-label {
          line-height: 22px; } }
      @media (min-width: 992px) and (max-width: 1619.98px) {
        .section-contact .form-section .forminator-checkbox-label {
          font-size: 12px !important;
          line-height: 17.16px !important; } }
      .section-contact .form-section .forminator-checkbox-label a {
        text-decoration: underline !important;
        color: #ffffff !important; }
    .section-contact .form-section .et-db #et-boc .et_pb_module .forminator-ui.forminator-custom-form[data-design="material"] .forminator-checkbox .forminator-checkbox-label,
    .section-contact .form-section .forminator-ui.forminator-custom-form[data-design="material"] .forminator-checkbox .forminator-checkbox-label {
      line-height: 22px !important; }
      @media (min-width: 992px) and (max-width: 1619.98px) {
        .section-contact .form-section .et-db #et-boc .et_pb_module .forminator-ui.forminator-custom-form[data-design="material"] .forminator-checkbox .forminator-checkbox-label,
        .section-contact .form-section .forminator-ui.forminator-custom-form[data-design="material"] .forminator-checkbox .forminator-checkbox-label {
          line-height: 20px !important; } }
      @media (max-width: 767.98px) {
        .section-contact .form-section .et-db #et-boc .et_pb_module .forminator-ui.forminator-custom-form[data-design="material"] .forminator-checkbox .forminator-checkbox-label,
        .section-contact .form-section .forminator-ui.forminator-custom-form[data-design="material"] .forminator-checkbox .forminator-checkbox-label {
          line-height: 18px !important; } }
    .section-contact .form-section .forminator-field .forminator-textarea--wrap:after {
      display: none !important; }
    .section-contact .form-section .forminator-field .forminator-textarea--wrap textarea {
      border-color: var(--textarea-border-color) !important;
      height: 197px !important;
      resize: none !important;
      padding-top: 20px;
      padding-right: 22px;
      padding-bottom: 20px;
      padding-left: 22px;
      font-family: "kudryashev-d-contrast-sans" !important;
      color: #ffffff !important;
      opacity: 1 !important;
      font-style: unset !important;
      font-weight: 400;
      font-size: 12px;
      letter-spacing: 0;
      line-height: 18px;
      margin-bottom: 0; }
      @media (min-width: 768px) {
        .section-contact .form-section .forminator-field .forminator-textarea--wrap textarea {
          padding-top: calc(19.0985915493px + 100vw * 0.0011737089); } }
      @media (min-width: 1620px) {
        .section-contact .form-section .forminator-field .forminator-textarea--wrap textarea {
          padding-top: 21px; } }
      @media (min-width: 768px) {
        .section-contact .form-section .forminator-field .forminator-textarea--wrap textarea {
          padding-right: calc(20.1971830986px + 100vw * 0.0023474178); } }
      @media (min-width: 1620px) {
        .section-contact .form-section .forminator-field .forminator-textarea--wrap textarea {
          padding-right: 24px; } }
      @media (min-width: 768px) {
        .section-contact .form-section .forminator-field .forminator-textarea--wrap textarea {
          padding-bottom: calc(19.0985915493px + 100vw * 0.0011737089); } }
      @media (min-width: 1620px) {
        .section-contact .form-section .forminator-field .forminator-textarea--wrap textarea {
          padding-bottom: 21px; } }
      @media (min-width: 768px) {
        .section-contact .form-section .forminator-field .forminator-textarea--wrap textarea {
          padding-left: calc(20.1971830986px + 100vw * 0.0023474178); } }
      @media (min-width: 1620px) {
        .section-contact .form-section .forminator-field .forminator-textarea--wrap textarea {
          padding-left: 24px; } }
      @media (min-width: 768px) {
        .section-contact .form-section .forminator-field .forminator-textarea--wrap textarea {
          font-size: calc(8.3943661972px + 100vw * 0.0046948357); } }
      @media (min-width: 1620px) {
        .section-contact .form-section .forminator-field .forminator-textarea--wrap textarea {
          font-size: 16px; } }
      @media (min-width: 768px) {
        .section-contact .form-section .forminator-field .forminator-textarea--wrap textarea {
          line-height: calc(11.6901408451px + 100vw * 0.0082159624); } }
      @media (min-width: 1620px) {
        .section-contact .form-section .forminator-field .forminator-textarea--wrap textarea {
          line-height: 25px; } }
      @media (min-width: 992px) and (max-width: 1619.98px) {
        .section-contact .form-section .forminator-field .forminator-textarea--wrap textarea {
          font-size: 12.48px !important;
          line-height: 19.5px !important;
          padding-top: 21px;
          padding-right: 24px;
          padding-bottom: 21px;
          padding-left: 24px; } }
      .section-contact .form-section .forminator-field .forminator-textarea--wrap textarea:focus {
        outline: none;
        box-shadow: none; }
    .section-contact .form-section .forminator-field span.select2.select2-container span.selection span.select2-selection {
      height: 45px !important;
      border-bottom: 0.5px solid #ffffff !important;
      color: #ffffff !important;
      font-size: 16px !important;
      line-height: 25px !important;
      letter-spacing: 0px !important; }
      @media (min-width: 992px) and (max-width: 1199px) {
        .section-contact .form-section .forminator-field span.select2.select2-container span.selection span.select2-selection {
          height: 44px !important; } }
      @media (max-width: 767px) {
        .section-contact .form-section .forminator-field span.select2.select2-container span.selection span.select2-selection {
          border-bottom: 0.5px solid var(--textarea-border-color) !important; } }
      .section-contact .form-section .forminator-field span.select2.select2-container span.selection span.select2-selection:before {
        display: none !important; }
      .section-contact .form-section .forminator-field span.select2.select2-container span.selection span.select2-selection span.forminator-icon-chevron-down {
        background: url(../svg/icon-dropdown-arrow-contact.svg) 0 0 no-repeat;
        width: 12px;
        height: 7px;
        top: 50%;
        transform: translateY(-50%);
        content: "";
        position: absolute;
        right: 0;
        border: none; }
        .section-contact .form-section .forminator-field span.select2.select2-container span.selection span.select2-selection span.forminator-icon-chevron-down:before {
          display: none !important; }
    .section-contact .form-section .forminator-field h4 {
      font-family: "kudryashev-d-contrast-sans" !important;
      font-weight: 400 !important;
      color: var(--black-light) !important;
      font-size: 14px !important;
      line-height: 16px !important;
      letter-spacing: 0 !important;
      padding-bottom: 4px; }
      .section-contact .form-section .forminator-field h4 span.forminator-required {
        color: var(--black-light) !important; }
    .section-contact .form-section .forminator-checkbox {
      display: flex !important;
      align-items: center !important;
      justify-content: flex-start !important;
      margin-bottom: 0; }
      .section-contact .form-section .forminator-checkbox .forminator-checkbox-box {
        width: 24px !important;
        min-width: 24px !important;
        height: 24px !important;
        min-height: 24px !important;
        max-height: 24px !important;
        max-width: 24px !important;
        border: 1px solid #151313 !important;
        border-radius: 0px !important; }
        .section-contact .form-section .forminator-checkbox .forminator-checkbox-box:after {
          background: #151313 !important; }
        .section-contact .form-section .forminator-checkbox .forminator-checkbox-box:before {
          color: #151313 !important;
          width: 20px;
          height: 20px;
          background: #151313 !important; }
          @media (max-width: 767px) {
            .section-contact .form-section .forminator-checkbox .forminator-checkbox-box:before {
              width: 13px;
              height: 13px; } }
        @media (max-width: 767px) {
          .section-contact .form-section .forminator-checkbox .forminator-checkbox-box {
            width: 18px !important;
            min-width: 18px !important;
            height: 18px !important;
            min-height: 18px !important;
            max-height: 18px !important;
            max-width: 18px !important;
            border-color: var(--textarea-border-color) !important; } }
    .section-contact .form-section .forminator-button {
      width: 100% !important;
      font-family: 'Garet Book' !important;
      font-size: 12px !important;
      font-weight: 400 !important;
      position: relative !important;
      display: inline-flex !important;
      align-items: center !important;
      justify-content: center !important;
      transition: .25s !important;
      height: 41.04px !important;
      border-radius: 21px !important;
      overflow: hidden !important;
      background: #151313 !important;
      color: #ffffff !important;
      line-height: 14px !important; }
      .section-contact .form-section .forminator-button:before {
        background: none !important; }
      @media (max-width: 767px) {
        .section-contact .form-section .forminator-button {
          height: 42px !important; } }
      .section-contact .form-section .forminator-button:disabled {
        background: var(--cream-color) !important;
        border-color: var(--cream-color) !important;
        opacity: 1 !important;
        color: #ffffff !important; }
    .section-contact .form-section .row {
      margin-left: -15px;
      margin-right: -15px; }
      .section-contact .form-section .row [class*="col-"] {
        padding-left: 15px;
        padding-right: 15px; }
    .section-contact .form-section .forminator-input {
      border: none;
      border-radius: 0px;
      background: transparent;
      color: #ffffff;
      font-weight: 600;
      font-family: "kudryashev-d-contrast-sans" !important;
      border-bottom: solid 1px #ffffff;
      padding-left: 0px;
      padding-right: 0px;
      cursor: pointer;
      caret-color: transparent;
      padding-top: 13.7px;
      padding-bottom: 13.7px;
      font-size: 14px;
      line-height: 18px; }
      @media (min-width: 768px) {
        .section-contact .form-section .forminator-input {
          padding-top: calc(14.6014084507px + 100vw * -0.0011737089); } }
      @media (min-width: 1620px) {
        .section-contact .form-section .forminator-input {
          padding-top: 12.7px; } }
      @media (min-width: 768px) {
        .section-contact .form-section .forminator-input {
          padding-bottom: calc(14.6014084507px + 100vw * -0.0011737089); } }
      @media (min-width: 1620px) {
        .section-contact .form-section .forminator-input {
          padding-bottom: 12.7px; } }
      @media (min-width: 768px) {
        .section-contact .form-section .forminator-input {
          font-size: calc(12.1971830986px + 100vw * 0.0023474178); } }
      @media (min-width: 1620px) {
        .section-contact .form-section .forminator-input {
          font-size: 16px; } }
      @media (min-width: 768px) {
        .section-contact .form-section .forminator-input {
          line-height: calc(15.2957746479px + 100vw * 0.0035211268); } }
      @media (min-width: 1620px) {
        .section-contact .form-section .forminator-input {
          line-height: 21px; } }
      @media (min-width: 992px) and (max-width: 1619.98px) {
        .section-contact .form-section .forminator-input {
          font-size: 12.48px;
          line-height: 16.38px;
          padding-top: 9.906px;
          padding-bottom: 9.906px; } }
      .section-contact .form-section .forminator-input::placeholder {
        color: #ffffff; }
      .section-contact .form-section .forminator-input:focus {
        box-shadow: none; }
    .section-contact .form-section textarea.forminator-textarea {
      border: solid 1px #ffffff !important;
      height: 197px;
      padding-left: 19px !important;
      font-size: 14px;
      line-height: 30px;
      padding-top: 13px;
      height: 193px; }
      @media (min-width: 768px) {
        .section-contact .form-section textarea.forminator-textarea {
          padding-top: calc(16.6056338028px + 100vw * -0.0046948357); } }
      @media (min-width: 1620px) {
        .section-contact .form-section textarea.forminator-textarea {
          padding-top: 9px; } }
      @media (min-width: 768px) {
        .section-contact .form-section textarea.forminator-textarea {
          height: calc(189.3943661972px + 100vw * 0.0046948357); } }
      @media (min-width: 1620px) {
        .section-contact .form-section textarea.forminator-textarea {
          height: 197px; } }
      @media (min-width: 992px) and (max-width: 1619.98px) {
        .section-contact .form-section textarea.forminator-textarea {
          padding-top: 7.02px;
          height: 153.66; } }
      .section-contact .form-section textarea.forminator-textarea::placeholder {
        font-family: "kudryashev-d-contrast-sans" !important;
        font-weight: 400;
        color: #ffffff;
        font-style: italic;
        font-size: 12px;
        line-height: 22px; }
        @media (min-width: 768px) {
          .section-contact .form-section textarea.forminator-textarea::placeholder {
            font-size: calc(10.1971830986px + 100vw * 0.0023474178); } }
        @media (min-width: 1620px) {
          .section-contact .form-section textarea.forminator-textarea::placeholder {
            font-size: 14px; } }
        @media (min-width: 768px) {
          .section-contact .form-section textarea.forminator-textarea::placeholder {
            line-height: calc(14.7887323944px + 100vw * 0.0093896714); } }
        @media (min-width: 1620px) {
          .section-contact .form-section textarea.forminator-textarea::placeholder {
            line-height: 30px; } }
        @media (min-width: 992px) and (max-width: 1619.98px) {
          .section-contact .form-section textarea.forminator-textarea::placeholder {
            font-size: 12px;
            line-height: 23.4px; } }
    .section-contact .form-section .form-group {
      margin-bottom: 35px; }
      @media (max-width: 767.98px) {
        .section-contact .form-section .form-group {
          margin-bottom: 0px; } }
      @media (max-width: 767.98px) {
        .section-contact .form-section .form-group [class*="col-"] {
          margin-bottom: 18px; } }
      .section-contact .form-section .form-group.form-group-textarea {
        margin-bottom: 23px; }
        @media (max-width: 767.98px) {
          .section-contact .form-section .form-group.form-group-textarea {
            margin-bottom: 0px; } }
    .section-contact .form-section .text-data-protection {
      color: var(--black-light);
      font-weight: 500;
      font-size: 10px;
      line-height: 11px;
      margin-bottom: 7px; }
      @media (min-width: 768px) {
        .section-contact .form-section .text-data-protection {
          font-size: calc(6.3943661972px + 100vw * 0.0046948357); } }
      @media (min-width: 1620px) {
        .section-contact .form-section .text-data-protection {
          font-size: 14px; } }
      @media (min-width: 768px) {
        .section-contact .form-section .text-data-protection {
          line-height: calc(6.4929577465px + 100vw * 0.0058685446); } }
      @media (min-width: 1620px) {
        .section-contact .form-section .text-data-protection {
          line-height: 16px; } }
      @media (min-width: 768px) {
        .section-contact .form-section .text-data-protection {
          margin-bottom: calc(-0.661971831px + 100vw * 0.0099765258); } }
      @media (min-width: 1620px) {
        .section-contact .form-section .text-data-protection {
          margin-bottom: 15.5px; } }
      @media (min-width: 992px) and (max-width: 1619.98px) {
        .section-contact .form-section .text-data-protection {
          margin-bottom: 12.09px;
          font-size: 12px;
          line-height: 12.48px; } }
    .section-contact .form-section .terms-box {
      overflow: hidden;
      transition: height 0.5s ease-in;
      height: auto;
      margin-bottom: 13px;
      margin-top: 0px; }
      @media (min-width: 768px) {
        .section-contact .form-section .terms-box {
          margin-bottom: calc(7.5915492958px + 100vw * 0.0070422535); } }
      @media (min-width: 1620px) {
        .section-contact .form-section .terms-box {
          margin-bottom: 19px; } }
      @media (min-width: 992px) and (max-width: 1619.98px) {
        .section-contact .form-section .terms-box {
          margin-bottom: 13.26px; } }
      .section-contact .form-section .terms-box .chk-1 [class*="list-item-label"] {
        padding-left: 40px;
        display: inline-block;
        vertical-align: top;
        color: #ffffff;
        font-size: 10px;
        line-height: 22px; }
        @media (min-width: 768px) {
          .section-contact .form-section .terms-box .chk-1 [class*="list-item-label"] {
            font-size: calc(8.1971830986px + 100vw * 0.0023474178); } }
        @media (min-width: 1620px) {
          .section-contact .form-section .terms-box .chk-1 [class*="list-item-label"] {
            font-size: 12px; } }
      .section-contact .form-section .terms-box .chk-1 [class*="list-item"].first.last {
        position: relative; }
        .section-contact .form-section .terms-box .chk-1 [class*="list-item"].first.last input[type="checkbox"] {
          display: none; }
        .section-contact .form-section .terms-box .chk-1 [class*="list-item"].first.last [type=checkbox] + span:before {
          content: "";
          width: 24px;
          height: 24px;
          position: absolute;
          top: 5px;
          left: 0px;
          border: solid 1px #ffffff; }
        .section-contact .form-section .terms-box .chk-1 [class*="list-item"].first.last [type=checkbox]:checked + span:after {
          content: "";
          width: 20px;
          height: 20px;
          position: absolute;
          top: 7px;
          left: 2px;
          background: #ffffff; }
      .section-contact .form-section .terms-box .chk {
        display: flex;
        flex-wrap: wrap; }
        @media (min-width: 768px) {
          .section-contact .form-section .terms-box .chk {
            justify-content: flex-end; } }
        .section-contact .form-section .terms-box .chk [type=checkbox]:checked + span:before {
          width: 20px;
          height: 20px;
          left: 1px;
          top: 1px; }
        .section-contact .form-section .terms-box .chk label {
          color: #ffffff;
          display: inline-flex;
          align-items: flex-start;
          font-size: 12px;
          line-height: 22px; }
          @media (min-width: 768px) {
            .section-contact .form-section .terms-box .chk label {
              font-size: calc(12px + 100vw * 0); } }
          @media (min-width: 1620px) {
            .section-contact .form-section .terms-box .chk label {
              font-size: 12px; } }
          @media (min-width: 768px) {
            .section-contact .form-section .terms-box .chk label {
              line-height: calc(22px + 100vw * 0); } }
          @media (min-width: 1620px) {
            .section-contact .form-section .terms-box .chk label {
              line-height: 22px; } }
          @media (min-width: 992px) and (max-width: 1619.98px) {
            .section-contact .form-section .terms-box .chk label {
              font-size: 9.36px;
              line-height: 17.16px; } }
          .section-contact .form-section .terms-box .chk label span {
            width: 24px;
            height: 24px;
            flex: 0 0 24px;
            margin-top: 0px;
            margin-right: 10px; }
            @media (min-width: 768px) {
              .section-contact .form-section .terms-box .chk label span {
                margin-right: calc(4.5915492958px + 100vw * 0.0070422535); } }
            @media (min-width: 1620px) {
              .section-contact .form-section .terms-box .chk label span {
                margin-right: 16px; } }
            @media (min-width: 992px) and (max-width: 1619.98px) {
              .section-contact .form-section .terms-box .chk label span {
                margin-top: 0px;
                margin-right: 13.26px; } }
          .section-contact .form-section .terms-box .chk label em {
            font-size: 18px;
            line-height: 35px;
            font-family: 'Gill Sans'; }
          @media (max-width: 767px) {
            .section-contact .form-section .terms-box .chk label em {
              line-height: 28px; } }
    .section-contact .form-section .group-for-btn {
      margin-bottom: 15px; }
      @media (min-width: 768px) {
        .section-contact .form-section .group-for-btn {
          margin-bottom: calc(11.8450704225px + 100vw * 0.0041079812); } }
      @media (min-width: 1620px) {
        .section-contact .form-section .group-for-btn {
          margin-bottom: 18.5px; } }
      @media (min-width: 992px) and (max-width: 1619.98px) {
        .section-contact .form-section .group-for-btn {
          margin-bottom: 14.43px; } }
    .section-contact .form-section .privacy-notice {
      color: #ffffff;
      font-size: 12px;
      line-height: 22px; }
      @media (min-width: 768px) {
        .section-contact .form-section .privacy-notice {
          font-size: calc(12px + 100vw * 0); } }
      @media (min-width: 1620px) {
        .section-contact .form-section .privacy-notice {
          font-size: 12px; } }
      @media (min-width: 768px) {
        .section-contact .form-section .privacy-notice {
          line-height: calc(22px + 100vw * 0); } }
      @media (min-width: 1620px) {
        .section-contact .form-section .privacy-notice {
          line-height: 22px; } }
      @media (min-width: 992px) and (max-width: 1619.98px) {
        .section-contact .form-section .privacy-notice {
          font-size: 12px;
          line-height: 22px; } }
      .section-contact .form-section .privacy-notice a {
        color: #ffffff; }
    .section-contact .form-section .btn.dropdown-toggle {
      background: transparent;
      color: #ffffff;
      font-weight: 600;
      font-family: var(--font-family-swear-display);
      border-bottom: solid 1px #ffffff;
      height: 47.375px;
      padding-top: 13.7px;
      padding-bottom: 13.7px;
      font-size: 14px;
      line-height: 18px; }
      @media (min-width: 768px) {
        .section-contact .form-section .btn.dropdown-toggle {
          height: calc(47.375px + 100vw * 0); } }
      @media (min-width: 1620px) {
        .section-contact .form-section .btn.dropdown-toggle {
          height: 47.375px; } }
      @media (min-width: 768px) {
        .section-contact .form-section .btn.dropdown-toggle {
          padding-top: calc(14.6014084507px + 100vw * -0.0011737089); } }
      @media (min-width: 1620px) {
        .section-contact .form-section .btn.dropdown-toggle {
          padding-top: 12.7px; } }
      @media (min-width: 768px) {
        .section-contact .form-section .btn.dropdown-toggle {
          padding-bottom: calc(14.6014084507px + 100vw * -0.0011737089); } }
      @media (min-width: 1620px) {
        .section-contact .form-section .btn.dropdown-toggle {
          padding-bottom: 12.7px; } }
      @media (min-width: 768px) {
        .section-contact .form-section .btn.dropdown-toggle {
          font-size: calc(12.1971830986px + 100vw * 0.0023474178); } }
      @media (min-width: 1620px) {
        .section-contact .form-section .btn.dropdown-toggle {
          font-size: 16px; } }
      @media (min-width: 768px) {
        .section-contact .form-section .btn.dropdown-toggle {
          line-height: calc(17.0985915493px + 100vw * 0.0011737089); } }
      @media (min-width: 1620px) {
        .section-contact .form-section .btn.dropdown-toggle {
          line-height: 19px; } }
      @media (min-width: 992px) and (max-width: 1619.98px) {
        .section-contact .form-section .btn.dropdown-toggle {
          height: 36.95px;
          padding-top: 9.906px;
          padding-bottom: 9.906px;
          font-size: 12.48px;
          line-height: 14.82px; } }
  .section-contact .contact-accordian {
    padding: 122px 0px 0px; }
    @media (min-width: 992px) and (max-width: 1199px) {
      .section-contact .contact-accordian {
        padding: 84px 0px 0px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .section-contact .contact-accordian {
        padding: 84px 0px 0px; } }
    @media (max-width: 767px) {
      .section-contact .contact-accordian {
        padding: 51px 0px 0px; } }
    .section-contact .contact-accordian .heading {
      font-size: 25px;
      line-height: 28px;
      letter-spacing: 2px;
      padding-bottom: 65.11px;
      color: #A99968; }
      @media (min-width: 992px) and (max-width: 1199px) {
        .section-contact .contact-accordian .heading {
          font-size: 28px;
          line-height: 34px;
          padding-bottom: 44.11px; } }
    .section-contact .contact-accordian .titie {
      font-size: 22px;
      line-height: 25px;
      letter-spacing: 0.66px;
      font-family: 'CAT Linz';
      padding-bottom: 10px; }
    .section-contact .contact-accordian .accordion-item {
      background: transparent;
      border: none;
      margin-bottom: 6px; }
      .section-contact .contact-accordian .accordion-item:first-child .accordion-button {
        padding-top: 0px; }
      .section-contact .contact-accordian .accordion-item:last-child {
        margin-bottom: 21px; }
        @media (min-width: 768px) {
          .section-contact .contact-accordian .accordion-item:last-child {
            margin-bottom: calc(-75.7121126761px + 100vw * 0.12592723); } }
        @media (min-width: 1620px) {
          .section-contact .contact-accordian .accordion-item:last-child {
            margin-bottom: 128.29px; } }
        @media (min-width: 992px) and (max-width: 1619.98px) {
          .section-contact .contact-accordian .accordion-item:last-child {
            margin-bottom: 70.76px; } }
        @media (min-width: 768px) and (max-width: 991px) {
          .section-contact .contact-accordian .accordion-item:last-child {
            margin-bottom: 70.76px; } }
        @media (max-width: 767px) {
          .section-contact .contact-accordian .accordion-item:last-child {
            margin-bottom: 51px; } }
      .section-contact .contact-accordian .accordion-item .accordion-header {
        background: none;
        color: #ffffff; }
      .section-contact .contact-accordian .accordion-item .accordion-button {
        border-radius: 0px;
        background-color: transparent;
        color: #ffffff;
        font-weight: 300;
        padding-left: 0px;
        padding-right: 0px;
        box-shadow: none;
        font-size: 22px;
        letter-spacing: 0;
        line-height: 25px;
        padding-top: 37.67px;
        padding-bottom: 11.25px;
        letter-spacing: 1.76px; }
        @media (min-width: 768px) {
          .section-contact .contact-accordian .accordion-item .accordion-button {
            font-size: calc(22px + 100vw * 0); } }
        @media (min-width: 1620px) {
          .section-contact .contact-accordian .accordion-item .accordion-button {
            font-size: 22px; } }
        @media (min-width: 768px) {
          .section-contact .contact-accordian .accordion-item .accordion-button {
            line-height: calc(25px + 100vw * 0); } }
        @media (min-width: 1620px) {
          .section-contact .contact-accordian .accordion-item .accordion-button {
            line-height: 25px; } }
        @media (min-width: 768px) {
          .section-contact .contact-accordian .accordion-item .accordion-button {
            padding-top: calc(34.8936619718px + 100vw * 0.0036150235); } }
        @media (min-width: 1620px) {
          .section-contact .contact-accordian .accordion-item .accordion-button {
            padding-top: 40.75px; } }
        @media (min-width: 768px) {
          .section-contact .contact-accordian .accordion-item .accordion-button {
            padding-bottom: calc(11.25px + 100vw * 0); } }
        @media (min-width: 1620px) {
          .section-contact .contact-accordian .accordion-item .accordion-button {
            padding-bottom: 11.25px; } }
        .section-contact .contact-accordian .accordion-item .accordion-button.collapsed {
          color: #ffffff;
          border-bottom: 1px solid #ffffff; }
        @media (min-width: 992px) and (max-width: 1619.98px) {
          .section-contact .contact-accordian .accordion-item .accordion-button {
            font-size: 21.84px;
            line-height: 32.76px;
            padding-top: 21.06px;
            padding-bottom: 14.82px; } }
        .section-contact .contact-accordian .accordion-item .accordion-button.collapsed {
          border-radius: 0px; }
        .section-contact .contact-accordian .accordion-item .accordion-button:focus {
          box-shadow: none; }
        .section-contact .contact-accordian .accordion-item .accordion-button:after {
          background: url(../svg/icon-dropdown-arrow-contact.svg) right 50% no-repeat;
          background-size: 100% auto;
          width: 14.72px !important;
          height: 7.36px !important;
          background-position: 100%; }
    .section-contact .contact-accordian .accordion-body {
      padding: 0px 0 0px;
      background: none;
      position: relative; }
      .section-contact .contact-accordian .accordion-body .heading {
        font-size: 22px;
        line-height: 25px;
        letter-spacing: 0.66px;
        color: #151313;
        padding: 44.75px 0px 17.18px; }
      .section-contact .contact-accordian .accordion-body p {
        color: #ffffff; }
    .section-contact .contact-accordian p {
      font-weight: 300;
      margin-bottom: 0px;
      font-family: 'Gill Sans';
      font-size: 14px;
      line-height: 28px; }
      @media (min-width: 768px) {
        .section-contact .contact-accordian p {
          font-size: calc(10.3943661972px + 100vw * 0.0046948357); } }
      @media (min-width: 1620px) {
        .section-contact .contact-accordian p {
          font-size: 18px; } }
      @media (min-width: 768px) {
        .section-contact .contact-accordian p {
          line-height: calc(21.6901408451px + 100vw * 0.0082159624); } }
      @media (min-width: 1620px) {
        .section-contact .contact-accordian p {
          line-height: 35px; } }
      @media (min-width: 992px) and (max-width: 1619.98px) {
        .section-contact .contact-accordian p {
          font-size: 12px;
          line-height: 20.28px; } }
    .section-contact .contact-accordian .table-contact-accordian {
      margin-left: -1rem;
      width: calc(100% + 2rem);
      margin-top: 40px;
      margin-bottom: 60px; }
      @media (min-width: 992px) and (max-width: 1619.98px) {
        .section-contact .contact-accordian .table-contact-accordian {
          margin-top: 19.5px;
          margin-bottom: 41.34px; } }
      @media (max-width: 767.98px) {
        .section-contact .contact-accordian .table-contact-accordian {
          margin-left: 0px;
          width: 100%; } }
      @media (max-width: 767px) {
        .section-contact .contact-accordian .table-contact-accordian {
          margin-top: 25px;
          margin-bottom: 10.72px; } }
      .section-contact .contact-accordian .table-contact-accordian th {
        color: #ffffff;
        font-family: "kudryashev-d-contrast-sans" !important;
        font-weight: 400;
        padding: 0px 0px 12px 16px;
        font-size: 20px;
        letter-spacing: 0;
        line-height: 31px;
        border-bottom-color: var(--black-light2-05); }
        @media (max-width: 1388px) {
          .section-contact .contact-accordian .table-contact-accordian th {
            font-size: 16px; } }
        @media (max-width: 767px) {
          .section-contact .contact-accordian .table-contact-accordian th {
            font-size: 14px;
            line-height: 22px;
            padding: 0px 0px 10.28px 7px; } }
        .section-contact .contact-accordian .table-contact-accordian th.column-1 {
          width: 126px; }
          @media (min-width: 768px) {
            .section-contact .contact-accordian .table-contact-accordian th.column-1 {
              width: calc(-99.3521126761px + 100vw * 0.29342723); } }
          @media (min-width: 1620px) {
            .section-contact .contact-accordian .table-contact-accordian th.column-1 {
              width: 376px; } }
          @media (min-width: 992px) and (max-width: 1619.98px) {
            .section-contact .contact-accordian .table-contact-accordian th.column-1 {
              width: 293.28px; } }
        .section-contact .contact-accordian .table-contact-accordian th.column-2 {
          width: 107px; }
          @media (min-width: 768px) {
            .section-contact .contact-accordian .table-contact-accordian th.column-2 {
              width: calc(-61.5633802817px + 100vw * 0.2194835681); } }
          @media (min-width: 1620px) {
            .section-contact .contact-accordian .table-contact-accordian th.column-2 {
              width: 294px; } }
          @media (min-width: 992px) and (max-width: 1619.98px) {
            .section-contact .contact-accordian .table-contact-accordian th.column-2 {
              width: 229px; } }
      .section-contact .contact-accordian .table-contact-accordian td {
        color: #ffffff;
        font-weight: 300;
        padding: 17px 0px 15px 16px;
        font-size: 16px;
        line-height: 19px; }
        @media (min-width: 992px) and (max-width: 1199px) {
          .section-contact .contact-accordian .table-contact-accordian td {
            font-size: 15px;
            line-height: 18px; } }
        @media (min-width: 768px) and (max-width: 991px) {
          .section-contact .contact-accordian .table-contact-accordian td {
            font-size: 14px;
            line-height: 17px; }
            .section-contact .contact-accordian .table-contact-accordian td:nth-child(1) {
              width: 40%; }
            .section-contact .contact-accordian .table-contact-accordian td:last-child {
              padding-right: 16px; } }
        @media (max-width: 767px) {
          .section-contact .contact-accordian .table-contact-accordian td {
            padding: 18px 7px 14px 6px;
            font-size: 10px;
            line-height: 11px; }
            .section-contact .contact-accordian .table-contact-accordian td:nth-child(1) {
              width: 70%; }
            .section-contact .contact-accordian .table-contact-accordian td:nth-child(2) {
              line-height: 15px; } }
      .section-contact .contact-accordian .table-contact-accordian tbody {
        border: solid 1px var(--black-light2-05); }

.forminator-ui.forminator-design--material .error_msg.text-danger {
  font-size: 12px;
  font-family: inherit;
  font-weight: 500;
  margin: 5px 0 0;
  line-height: 2em; }

.forminator-ui.forminator-design--material .forminator-textarea::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  font-family: "kudryashev-d-contrast-sans" !important;
  color: #ffffff !important;
  opacity: 1 !important;
  font-style: unset !important;
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 0;
  line-height: 18px;
  margin-bottom: 0; }
  @media (min-width: 768px) {
    .forminator-ui.forminator-design--material .forminator-textarea::placeholder {
      font-size: calc(8.3943661972px + 100vw * 0.0046948357); } }
  @media (min-width: 1620px) {
    .forminator-ui.forminator-design--material .forminator-textarea::placeholder {
      font-size: 16px; } }
  @media (min-width: 768px) {
    .forminator-ui.forminator-design--material .forminator-textarea::placeholder {
      line-height: calc(11.6901408451px + 100vw * 0.0082159624); } }
  @media (min-width: 1620px) {
    .forminator-ui.forminator-design--material .forminator-textarea::placeholder {
      line-height: 25px; } }
  @media (min-width: 992px) and (max-width: 1619.98px) {
    .forminator-ui.forminator-design--material .forminator-textarea::placeholder {
      font-size: 12.48px !important;
      line-height: 19.5px !important; } }

.forminator-ui.forminator-design--material .forminator-textarea:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  font-family: "kudryashev-d-contrast-sans" !important;
  color: #ffffff !important;
  opacity: 1 !important;
  font-style: unset !important;
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 0;
  line-height: 18px;
  margin-bottom: 0; }
  @media (min-width: 768px) {
    .forminator-ui.forminator-design--material .forminator-textarea:-ms-input-placeholder {
      font-size: calc(8.3943661972px + 100vw * 0.0046948357); } }
  @media (min-width: 1620px) {
    .forminator-ui.forminator-design--material .forminator-textarea:-ms-input-placeholder {
      font-size: 16px; } }
  @media (min-width: 768px) {
    .forminator-ui.forminator-design--material .forminator-textarea:-ms-input-placeholder {
      line-height: calc(11.6901408451px + 100vw * 0.0082159624); } }
  @media (min-width: 1620px) {
    .forminator-ui.forminator-design--material .forminator-textarea:-ms-input-placeholder {
      line-height: 25px; } }
  @media (min-width: 992px) and (max-width: 1619.98px) {
    .forminator-ui.forminator-design--material .forminator-textarea:-ms-input-placeholder {
      font-size: 12.48px !important;
      line-height: 19.5px !important; } }

.forminator-ui.forminator-design--material .forminator-textarea::-ms-input-placeholder {
  /* Microsoft Edge */
  font-family: "kudryashev-d-contrast-sans" !important;
  color: #ffffff !important;
  opacity: 1 !important;
  font-style: unset !important;
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 0;
  line-height: 18px;
  margin-bottom: 0; }
  @media (min-width: 768px) {
    .forminator-ui.forminator-design--material .forminator-textarea::-ms-input-placeholder {
      font-size: calc(8.3943661972px + 100vw * 0.0046948357); } }
  @media (min-width: 1620px) {
    .forminator-ui.forminator-design--material .forminator-textarea::-ms-input-placeholder {
      font-size: 16px; } }
  @media (min-width: 768px) {
    .forminator-ui.forminator-design--material .forminator-textarea::-ms-input-placeholder {
      line-height: calc(11.6901408451px + 100vw * 0.0082159624); } }
  @media (min-width: 1620px) {
    .forminator-ui.forminator-design--material .forminator-textarea::-ms-input-placeholder {
      line-height: 25px; } }
  @media (min-width: 992px) and (max-width: 1619.98px) {
    .forminator-ui.forminator-design--material .forminator-textarea::-ms-input-placeholder {
      font-size: 12.48px !important;
      line-height: 19.5px !important; } }

.ui-menu .ui-menu-item {
  background: #FFFEF0 !important; }

.ui-menu .ui-menu-item .ui-menu-item-wrapper {
  color: #ffffff !important; }

body.forminator-hustle-dropdown-fix.contact-section .forminator-select.forminator-select-dropdown-container--open span.forminator-select-dropdown {
  margin: 0;
  padding: 0px !important; }
  body.forminator-hustle-dropdown-fix.contact-section .forminator-select.forminator-select-dropdown-container--open span.forminator-select-dropdown ul.select2-results__options {
    border: 1px solid #ffffff !important;
    border-top: none !important;
    border-radius: 0px 0px 23px 23px; }
    body.forminator-hustle-dropdown-fix.contact-section .forminator-select.forminator-select-dropdown-container--open span.forminator-select-dropdown ul.select2-results__options li {
      border-bottom: solid 1px #ffffff !important;
      padding: 2px 10px !important;
      background: var(--bg-color) !important;
      font-weight: 400 !important;
      color: #212529 !important;
      text-align: inherit;
      text-decoration: none;
      white-space: nowrap;
      font-family: 'Work Sans', sans-serif !important;
      font-size: 13px !important;
      line-height: 24px !important; }
      body.forminator-hustle-dropdown-fix.contact-section .forminator-select.forminator-select-dropdown-container--open span.forminator-select-dropdown ul.select2-results__options li:last-child {
        border: none !important; }
      body.forminator-hustle-dropdown-fix.contact-section .forminator-select.forminator-select-dropdown-container--open span.forminator-select-dropdown ul.select2-results__options li:hover, body.forminator-hustle-dropdown-fix.contact-section .forminator-select.forminator-select-dropdown-container--open span.forminator-select-dropdown ul.select2-results__options li:focus {
        background-color: var(--cream-color) !important; }

section.find-us-section {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background: #A99968;
  align-items: center;
  position: relative; }
  section.find-us-section:before {
    content: '';
    background: url(../svg/wave-pattern-large.svg);
    width: 100%;
    height: 30.65px;
    position: absolute;
    top: 0;
    left: 0px; }
  section.find-us-section .left-part {
    margin-left: 347px; }
    section.find-us-section .left-part .heading {
      font-size: 27px;
      line-height: 31px;
      letter-spacing: 2.16px;
      color: #ffffff;
      padding-bottom: 20px;
      font-family: 'Baskerville';
      font-weight: 300; }
    section.find-us-section .left-part p {
      font-size: 17px;
      line-height: 28px;
      letter-spacing: 0px;
      color: #ffffff;
      font-weight: 300; }
      section.find-us-section .left-part p span {
        display: block; }
    @media (max-width: 1500px) {
      section.find-us-section .left-part {
        margin-left: 257px; } }
    @media (min-width: 992px) and (max-width: 1199px) {
      section.find-us-section .left-part {
        margin-left: 127px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      section.find-us-section .left-part {
        margin: 0 auto;
        width: 100%;
        padding: 40px 25px; } }
    @media (max-width: 767px) {
      section.find-us-section .left-part {
        margin: 0 auto;
        width: 100%;
        padding: 125px 25px 112px 120px; } }
    @media (max-width: 320px) {
      section.find-us-section .left-part {
        margin: 0 auto;
        width: 100%;
        padding: 125px 25px 112px 70px; } }
  section.find-us-section .right-part {
    width: 50%; }
    section.find-us-section .right-part #map-contact {
      height: 713px;
      width: 100%;
      object-fit: cover; }
      @media (max-width: 1700px) {
        section.find-us-section .right-part #map-contact {
          height: 613px; } }
      @media (max-width: 1500px) {
        section.find-us-section .right-part #map-contact {
          height: 500px; } }
      @media (min-width: 992px) and (max-width: 1199px) {
        section.find-us-section .right-part #map-contact {
          height: 380px; } }
      @media (min-width: 768px) and (max-width: 991px) {
        section.find-us-section .right-part #map-contact {
          width: 100%; } }
      @media (max-width: 767px) {
        section.find-us-section .right-part #map-contact {
          width: 100%;
          height: 319px; }
          section.find-us-section .right-part #map-contact img {
            height: 318px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      section.find-us-section .right-part {
        width: 100%; } }
    @media (max-width: 767px) {
      section.find-us-section .right-part {
        width: 100%; } }

.contact-form-section {
  padding: 0px 0px 0px; }
  @media (max-width: 767px) {
    .contact-form-section {
      padding: 0px; } }
  .contact-form-section .heading {
    color: #151313;
    font-size: 30px;
    line-height: 35px;
    letter-spacing: -0.3px;
    font-weight: bold;
    padding: 0px 0px 67.5px;
    margin: 0px;
    text-align: center; }
    @media (max-width: 767px) {
      .contact-form-section .heading {
        font-size: 20px;
        line-height: 24px;
        letter-spacing: -0.2px;
        padding: 0px 0px 48.5px; } }
  .contact-form-section .contact-form .row {
    margin: 0px;
    justify-content: space-between; }
  .contact-form-section .contact-form .col-lg-12 {
    padding: 0px !important; }
  .contact-form-section .contact-form .col-lg-6:first-child {
    padding-left: 0px !important; }
  .contact-form-section .contact-form .col-lg-6:last-child {
    padding-right: 0px !important; }
  @media (max-width: 767px) {
    .contact-form-section .contact-form .col-lg-6 {
      width: 100%;
      padding: 0px; }
      .contact-form-section .contact-form .col-lg-6:first-child {
        padding-left: 0px !important;
        padding-right: 0px; }
      .contact-form-section .contact-form .col-lg-6:last-child {
        padding-left: 0px;
        padding-right: 0px !important; } }
  .contact-form-section .contact-form .col-lg-6 input {
    width: 100%;
    color: #ffffff;
    font-size: 18px;
    line-height: 35px;
    border: none;
    border-radius: 0px;
    border-bottom: 1px solid #ffffff;
    box-shadow: none;
    outline: none;
    padding: 0px 0px 13.2px;
    -webkit-background-clip: text !important;
    -moz-background-clip: text !important;
    -ox-background-clip: text !important;
    -webkit-text-fill-color: #ffffff !important;
    -moz-text-fill-color: #ffffff !important;
    -ox-text-fill-color: #ffffff !important; }
    .contact-form-section .contact-form .col-lg-6 input::placeholder {
      color: #ffffff; }
  .contact-form-section .contact-form textarea {
    width: 100%;
    resize: inherit;
    box-shadow: none;
    outline: none;
    padding: 22px;
    height: 197px;
    color: #ffffff;
    border-radius: 0px;
    font-size: 18px;
    line-height: 35px;
    border: 1px solid #ffffff;
    -webkit-background-clip: text !important;
    -moz-background-clip: text !important;
    -ox-background-clip: text !important;
    -webkit-text-fill-color: #ffffff !important;
    -moz-text-fill-color: #ffffff !important;
    -ox-text-fill-color: #ffffff !important; }
  .contact-form-section .contact-form .btn {
    width: 100%;
    height: 50px;
    display: block;
    border: 1px solid #A99968;
    font-size: 20px;
    line-height: 50px;
    text-align: center;
    margin: 4.5px auto 0px;
    padding: 0px 0px 0px;
    border-radius: 0px;
    outline: none;
    box-shadow: none;
    color: #ffffff;
    text-decoration: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    background: #A99968;
    font-family: 'Baskerville';
    font-weight: 300; }
    .contact-form-section .contact-form .btn:hover {
      background: #ffffff;
      color: #151313;
      border-color: #A99968; }
    .contact-form-section .contact-form .btn i {
      display: none;
      font-style: normal; }
    .contact-form-section .contact-form .btn.contactSuccessMsg {
      background: #A99968;
      color: #ffffff;
      border-color: #A99968;
      pointer-events: none; }
      .contact-form-section .contact-form .btn.contactSuccessMsg span {
        display: none; }
      .contact-form-section .contact-form .btn.contactSuccessMsg i {
        display: block; }
  .contact-form-section .contact-form .mb-3 {
    margin-bottom: 22.35px !important; }
  .contact-form-section .contact-form .row:nth-child(2) .mb-3 {
    margin-bottom: 35px !important; }
  .contact-form-section .contact-form .row:nth-child(3) .mb-3 {
    margin-bottom: 47.8px !important; }
  .contact-form-section .contact-form .row:nth-child(4) .mb-3 {
    margin-bottom: 48px !important; }
  .contact-form-section .contact-form .row:nth-child(5) .mb-3 {
    margin-bottom: 0px !important; }
  @media (max-width: 767px) {
    .contact-form-section .contact-form .row .mb3 {
      margin-bottom: 40.07px !important; }
    .contact-form-section .contact-form .row:nth-child(2) .mb-3 {
      margin-bottom: 35px !important; }
    .contact-form-section .contact-form .row:nth-child(3) .mb-3 {
      margin-bottom: 44.96px !important; }
    .contact-form-section .contact-form .row:nth-child(4) .mb-3 {
      margin-bottom: 42.35px !important; }
    .contact-form-section .contact-form .row:nth-child(5) .mb-3 {
      margin-bottom: 0px !important; } }
  .contact-form-section .contact-form .wrap-drop.bookdate {
    background: transparent;
    border-bottom: 1px solid #ffffff;
    padding: 0px 0px 14.2px 0px;
    height: auto; }
    .contact-form-section .contact-form .wrap-drop.bookdate span {
      color: #ffffff;
      line-height: 35px; }
    .contact-form-section .contact-form .wrap-drop.bookdate:after {
      right: 0px;
      width: 10.34px;
      height: 5.67px; }
  .contact-form-section .contact-form .terms-box {
    overflow: hidden;
    transition: height 0.5s ease-in;
    height: auto; }
    .contact-form-section .contact-form .terms-box .chk {
      display: inline-block; }
      .contact-form-section .contact-form .terms-box .chk label {
        color: #151313;
        display: inline-flex;
        align-items: flex-start;
        font-size: 12px;
        line-height: 22px; }
        @media (min-width: 768px) {
          .contact-form-section .contact-form .terms-box .chk label {
            font-size: calc(12px + 100vw * 0); } }
        @media (min-width: 1620px) {
          .contact-form-section .contact-form .terms-box .chk label {
            font-size: 12px; } }
        @media (min-width: 768px) {
          .contact-form-section .contact-form .terms-box .chk label {
            line-height: calc(22px + 100vw * 0); } }
        @media (min-width: 1620px) {
          .contact-form-section .contact-form .terms-box .chk label {
            line-height: 22px; } }
        @media (min-width: 992px) and (max-width: 1619.98px) {
          .contact-form-section .contact-form .terms-box .chk label {
            font-size: 9.36px;
            line-height: 17.16px; } }

.wrap-drop.bookdate {
  position: relative;
  border: none;
  background: #ffffff;
  padding: 16px;
  border-radius: 0px;
  height: 50px;
  display: flex;
  align-items: center;
  font-size: 14px;
  line-height: 23px;
  cursor: pointer; }
  .wrap-drop.bookdate .drop {
    background: #ffffff;
    /* box-shadow: 3px 3px 3px rgb(0 0 0 / 20%); */
    display: none;
    left: 0;
    list-style: none;
    margin-top: 0;
    opacity: 0;
    padding-left: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 100%;
    z-index: 2;
    border: solid 1px #151313;
    border-top-color: #c7c7c7;
    border-top-style: solid;
    border-top-width: 1px;
    border-top: none;
    width: calc(100% + 2px);
    left: -1px;
    max-height: 188px;
    overflow-y: auto;
    z-index: 10;
    text-align: left; }
    .wrap-drop.bookdate .drop li {
      color: #151313;
      display: flex;
      align-items: center;
      padding: 10px 0 10px 10px;
      text-decoration: none;
      height: 47px;
      font-size: 14px;
      border-bottom: solid 1px #A99968; }
      .wrap-drop.bookdate .drop li:last-child {
        border-bottom: none; }
      .wrap-drop.bookdate .drop li:first-child {
        border-top: solid 1px #A99968; }
      .wrap-drop.bookdate .drop li.selected {
        background: #151313;
        color: #ffffff; }
  .wrap-drop.bookdate.active::after {
    transform: rotate(-180deg); }
  .wrap-drop.bookdate.active .drop {
    border-radius: 0px;
    display: block;
    opacity: 1;
    pointer-events: auto;
    overflow-y: scroll;
    scrollbar-width: thin;
    scrollbar-color: #151313;
    scrollbar-width: thin;
    scrollbar-color: #151313 #151313; }
    .wrap-drop.bookdate.active .drop::-webkit-scrollbar-corner, .wrap-drop.bookdate.active .drop .scrollbar-1::-webkit-scrollbar-track {
      background-color: #151313; }
    .wrap-drop.bookdate.active .drop::-webkit-scrollbar {
      width: 6px;
      height: 6px; }
      .wrap-drop.bookdate.active .drop::-webkit-scrollbar-track {
        background-clip: content-box;
        border: 8px solid rgba(21, 19, 19, 0.3);
        background-color: #151313; }
      .wrap-drop.bookdate.active .drop::-webkit-scrollbar-thumb {
        background-color: #151313;
        border-radius: 12px; }
        .wrap-drop.bookdate.active .drop::-webkit-scrollbar-thumb:hover {
          background-color: #151313; }
      .wrap-drop.bookdate.active .drop::-webkit-scrollbar-corner, .wrap-drop.bookdate.active .drop::-webkit-scrollbar-track {
        background-color: #151313;
        border-radius: 12px; }
  .wrap-drop.bookdate::after {
    background: url(../svg/arrow-bottom.svg);
    content: "";
    height: 8px;
    margin-top: -7px;
    position: absolute;
    right: 19.15px;
    top: 50%;
    width: 15px;
    transform: rotate(0deg);
    transition: all ease-in 0.3s;
    background-size: cover;
    background-repeat: no-repeat; }
    @media (max-width: 767px) {
      .wrap-drop.bookdate::after {
        right: 11.15px; } }
  .wrap-drop.bookdate span {
    color: #151313; }
  @media (max-width: 767px) {
    .wrap-drop.bookdate {
      height: 40px; } }

.container-contact {
  width: 100%;
  padding-right: var(--bs-gutter-x, 0.5rem);
  padding-left: var(--bs-gutter-y, 0.5rem);
  margin-right: auto;
  margin-left: auto;
  max-width: 540px; }
  @media (min-width: 576px) {
    .container-contact {
      max-width: calc(230.5714285714px + 100vw * 0.537202381); } }
  @media (min-width: 1920px) {
    .container-contact {
      max-width: 1262px; } }
  @media (max-width: 767.98px) {
    .container-contact {
      padding-right: var(--bs-gutter-x, 1rem);
      padding-left: var(--bs-gutter-y, 1rem); } }
  .container-contact .row {
    font-size: 1rem;
    margin-right: -8px;
    margin-left: -8px; }
    .container-contact .row > * {
      padding-right: 8px;
      padding-left: 8px; }

.booking-section {
  margin-top: 138px; }
  @media (min-width: 768px) and (max-width: 991px) {
    .booking-section {
      margin-top: 131px; } }
  @media (max-width: 767px) {
    .booking-section {
      margin-top: 131px; } }
  .booking-section .process-container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    height: calc(100vh - 138px); }
    @media (min-width: 768px) and (max-width: 991px) {
      .booking-section .process-container {
        height: 100%; } }
    @media (max-width: 767px) {
      .booking-section .process-container {
        height: 100%; } }
    .booking-section .process-container .process-img {
      width: 50%;
      height: 100%;
      position: relative; }
      .booking-section .process-container .process-img img {
        width: 100%;
        object-fit: cover;
        object-position: 50% 50%;
        height: 100%; }
      @media (min-width: 768px) and (max-width: 991px) {
        .booking-section .process-container .process-img {
          height: 100%;
          width: 100%; }
          .booking-section .process-container .process-img img {
            height: 480px; } }
      @media (max-width: 767px) {
        .booking-section .process-container .process-img {
          height: 100%;
          width: 100%;
          order: 2;
          display: none; }
          .booking-section .process-container .process-img img {
            height: 195px; } }
    .booking-section .process-container .process-content {
      background: #151313;
      width: 50%;
      position: relative;
      min-height: 100%; }
      @media (min-width: 768px) and (max-width: 991px) {
        .booking-section .process-container .process-content {
          width: 100%;
          min-height: auto; } }
      @media (max-width: 767px) {
        .booking-section .process-container .process-content {
          width: 100%;
          order: 1;
          min-height: auto; } }
      .booking-section .process-container .process-content .pattern-section {
        margin-top: 0;
        position: absolute;
        bottom: 0; }
        @media (max-width: 767px) {
          .booking-section .process-container .process-content .pattern-section {
            display: none; } }
      .booking-section .process-container .process-content .process-header {
        padding: 0px;
        width: 100%; }
        .booking-section .process-container .process-content .process-header .heading {
          font-size: 26px;
          line-height: 29px;
          letter-spacing: 2.08px;
          font-weight: normal;
          color: #FFFEF0;
          margin: 0px;
          padding: 0px 0px 13px;
          display: flex;
          align-items: center; }
          .booking-section .process-container .process-content .process-header .heading.booking-confirmed {
            font-size: 28px;
            padding: 0px 0px 23.5px;
            letter-spacing: 0.84px;
            line-height: 32px; }
            @media (max-width: 767px) {
              .booking-section .process-container .process-content .process-header .heading.booking-confirmed {
                padding: 0px 0px 12.65px; } }
            @media (max-width: 340px) {
              .booking-section .process-container .process-content .process-header .heading.booking-confirmed {
                font-size: 23px; } }
          .booking-section .process-container .process-content .process-header .heading img {
            margin-right: 14px; }
            @media (max-width: 767px) {
              .booking-section .process-container .process-content .process-header .heading img {
                margin-right: 11px; } }
          @media (max-width: 1700px) {
            .booking-section .process-container .process-content .process-header .heading {
              font-size: 26px;
              line-height: 29px; } }
          @media (max-width: 1388px) {
            .booking-section .process-container .process-content .process-header .heading {
              font-size: 26px;
              line-height: 29px; } }
          @media (max-width: 767px) {
            .booking-section .process-container .process-content .process-header .heading {
              font-size: 26px;
              line-height: 29px;
              letter-spacing: 2.08px; } }
          @media (max-width: 400px) {
            .booking-section .process-container .process-content .process-header .heading {
              font-size: 26px;
              line-height: 29px; } }
        .booking-section .process-container .process-content .process-header ul.content-icon-view-section {
          list-style: none;
          margin: 0;
          padding: 0px;
          display: flex; }
          .booking-section .process-container .process-content .process-header ul.content-icon-view-section li {
            color: #FFFEF0;
            font-size: 16px;
            line-height: 19px;
            letter-spacing: 0px;
            display: flex;
            align-items: center; }
            .booking-section .process-container .process-content .process-header ul.content-icon-view-section li img {
              width: 15.27px;
              height: 16.97px;
              margin-right: 8.9px; }
            .booking-section .process-container .process-content .process-header ul.content-icon-view-section li span {
              margin-right: 2px;
              line-height: initial; }
            .booking-section .process-container .process-content .process-header ul.content-icon-view-section li:nth-child(2) {
              padding: 0px 40px 0px 44px; }
            .booking-section .process-container .process-content .process-header ul.content-icon-view-section li:nth-child(4) {
              padding-left: 36.02px; }
              @media (max-width: 767px) {
                .booking-section .process-container .process-content .process-header ul.content-icon-view-section li:nth-child(4) {
                  padding-left: 0px;
                  padding-top: 19.35px;
                  width: 100%; } }
          @media (max-width: 1388px) {
            .booking-section .process-container .process-content .process-header ul.content-icon-view-section {
              padding: 15px 0px 9.02px 0px; }
              .booking-section .process-container .process-content .process-header ul.content-icon-view-section li {
                font-size: 14px;
                line-height: 17px; }
                .booking-section .process-container .process-content .process-header ul.content-icon-view-section li img {
                  width: 13.27px;
                  height: 14.97px;
                  margin-right: 8.9px; } }
          @media (max-width: 767px) {
            .booking-section .process-container .process-content .process-header ul.content-icon-view-section {
              padding: 0px 0px 25px;
              flex-wrap: wrap; }
              .booking-section .process-container .process-content .process-header ul.content-icon-view-section li {
                font-size: 16px;
                line-height: 22px;
                letter-spacing: -0.16pt; }
                .booking-section .process-container .process-content .process-header ul.content-icon-view-section li img {
                  width: 15.27px;
                  height: 16.97px;
                  margin-right: 8.9px; }
                .booking-section .process-container .process-content .process-header ul.content-icon-view-section li:nth-child(2) {
                  padding: 0px 24.22px 0px 24.22px; } }
          @media (max-width: 400px) {
            .booking-section .process-container .process-content .process-header ul.content-icon-view-section li {
              font-size: 13px;
              line-height: 16px; } }
          @media (max-width: 340px) {
            .booking-section .process-container .process-content .process-header ul.content-icon-view-section li {
              font-size: 11px;
              line-height: 14px; }
              .booking-section .process-container .process-content .process-header ul.content-icon-view-section li:nth-child(2) {
                padding: 0px 10px 0px 10px; } }
      @media (max-width: 767px) {
        .booking-section .process-container .process-content .booking-fields-box {
          display: block;
          grid-template: repeat(1, 1fr)/repeat(1, 1fr); } }
      .booking-section .process-container .process-content .booking-fields-box .date-time-sec {
        display: flex;
        padding: 29px 0px 0px;
        flex-wrap: wrap; }
        @media (min-width: 1200px) and (max-width: 1280px) {
          .booking-section .process-container .process-content .booking-fields-box .date-time-sec {
            padding: 19px 0px 0px; } }
        @media (min-width: 992px) and (max-width: 1199px) {
          .booking-section .process-container .process-content .booking-fields-box .date-time-sec {
            padding: 19px 0px 0px; } }
        .booking-section .process-container .process-content .booking-fields-box .date-time-sec .heading {
          width: 100%; }
        .booking-section .process-container .process-content .booking-fields-box .date-time-sec .col-form:nth-child(2) {
          width: 150px; }
        .booking-section .process-container .process-content .booking-fields-box .date-time-sec .col-form:last-child {
          width: 114px;
          padding-left: 2px; }
        .booking-section .process-container .process-content .booking-fields-box .date-time-sec .col-form .wrap-drop {
          height: 45px; }
        @media (max-width: 767px) {
          .booking-section .process-container .process-content .booking-fields-box .date-time-sec .col-form:nth-child(2) {
            width: 165px; }
          .booking-section .process-container .process-content .booking-fields-box .date-time-sec .col-form:last-child {
            width: 104px;
            padding-left: 2px; } }
        @media (max-width: 767px) {
          .booking-section .process-container .process-content .booking-fields-box .date-time-sec .col-form:nth-child(2) {
            width: 136px; }
          .booking-section .process-container .process-content .booking-fields-box .date-time-sec .col-form:last-child {
            width: 95px;
            padding-left: 2px; } }
      .booking-section .process-container .process-content .booking-fields-box .col-form {
        width: 77px; }
      .booking-section .process-container .process-content .booking-fields-box .heading {
        color: #FFFEF0;
        font-size: 18px;
        line-height: 20px;
        margin-bottom: 15px;
        letter-spacing: 0; }
      .booking-section .process-container .process-content .booking-fields-box .form-select {
        box-shadow: none;
        outline: none;
        border-radius: 0px;
        height: 45px;
        background: #FFFEF0;
        border: none;
        color: #151313;
        font-size: 18px;
        font-family: 'Gill Sans';
        line-height: 20px;
        letter-spacing: 0;
        background-image: url(../svg/arrow-bottom-booking.svg);
        background-repeat: no-repeat;
        background-size: 11px 6px;
        background-position: right 8px top 20px;
        padding-left: 20px; }
      .booking-section .process-container .process-content .booking-fields-box .country-dropdown {
        display: flex;
        position: relative;
        flex-wrap: wrap; }
        .booking-section .process-container .process-content .booking-fields-box .country-dropdown .noble-gases {
          min-width: 65px;
          box-shadow: none;
          background: transparent;
          font-size: 13px;
          line-height: 15px;
          padding: 0;
          margin-right: 7px;
          border-radius: 0px;
          height: 36px;
          position: initial;
          border-color: #00000080 !important; }
          .booking-section .process-container .process-content .booking-fields-box .country-dropdown .noble-gases span {
            position: relative;
            width: 62px;
            font-size: 14px;
            color: #FFFEF0 !important; }
            .booking-section .process-container .process-content .booking-fields-box .country-dropdown .noble-gases span:before {
              content: '';
              position: absolute;
              width: 11px;
              height: 6px;
              background-size: cover;
              background-repeat: no-repeat;
              right: 0px;
              position: absolute;
              top: 50%;
              background: url(../svg/arrow-bottom.svg);
              background-repeat: no-repeat;
              background-size: cover; }
        .booking-section .process-container .process-content .booking-fields-box .country-dropdown .wrap-drop.bookdate {
          border-bottom: 1px solid rgba(255, 254, 240, 0.5) !important;
          padding: 0px 0px 5.74px;
          height: auto;
          font-size: 14px;
          line-height: 16px; }
        .booking-section .process-container .process-content .booking-fields-box .country-dropdown input {
          width: calc(100% - 72px); }
      .booking-section .process-container .process-content .booking-fields-box .wrap-drop {
        height: 42px;
        border: none;
        background: #FFFEF0;
        color: #151313;
        font-size: 18px;
        line-height: 35px;
        font-family: 'Gill Sans';
        letter-spacing: 0; }
        .booking-section .process-container .process-content .booking-fields-box .wrap-drop span {
          color: #2F2F2F !important; }
        .booking-section .process-container .process-content .booking-fields-box .wrap-drop.bookdate {
          padding: 11px 20px; }
        .booking-section .process-container .process-content .booking-fields-box .wrap-drop:after {
          width: 11px;
          height: 6px;
          right: 17.11px;
          background-size: cover !important;
          margin-top: -3px;
          background: url(../svg/arrow-bottom-booking.svg); }
        .booking-section .process-container .process-content .booking-fields-box .wrap-drop.time-pic-sec {
          padding: 0; }
          .booking-section .process-container .process-content .booking-fields-box .wrap-drop.time-pic-sec .timepicker {
            height: 47px;
            border: none;
            background: none;
            box-shadow: none;
            color: #151313;
            font-size: 18px;
            line-height: 20px;
            cursor: pointer;
            font-weight: 400; }
            @media (max-width: 767px) {
              .booking-section .process-container .process-content .booking-fields-box .wrap-drop.time-pic-sec .timepicker {
                font-size: 18px;
                line-height: 23px; } }
        .booking-section .process-container .process-content .booking-fields-box .wrap-drop .drop li {
          color: #151313;
          display: flex;
          align-items: center;
          padding-left: 20px;
          text-decoration: none;
          height: 42px;
          font-size: 16px;
          letter-spacing: 0;
          line-height: 20px;
          border-bottom: solid 1px #A99968;
          font-family: 'Gill Sans';
          background: #ffffff; }
          .booking-section .process-container .process-content .booking-fields-box .wrap-drop .drop li:last-child {
            border-bottom: none; }
          .booking-section .process-container .process-content .booking-fields-box .wrap-drop .drop li:first-child {
            border-top: solid 1px #A99968; }
          .booking-section .process-container .process-content .booking-fields-box .wrap-drop .drop li.selected {
            background: #151313;
            color: #ffffff; }
          .booking-section .process-container .process-content .booking-fields-box .wrap-drop .drop li:hover {
            background: #151313;
            color: #ffffff; }
      .booking-section .process-container .process-content .booking-fields-box.four-box {
        column-gap: 53px;
        display: grid;
        grid-template: repeat(1, 1fr)/repeat(2, 1fr);
        grid-column-gap: 53px; }
        .booking-section .process-container .process-content .booking-fields-box.four-box .col-form {
          width: 100%;
          margin-bottom: 60px;
          min-width: 100%; }
          .booking-section .process-container .process-content .booking-fields-box.four-box .col-form:nth-child(3) {
            margin-bottom: 43px; }
          .booking-section .process-container .process-content .booking-fields-box.four-box .col-form:nth-child(4) {
            margin-bottom: 43px; }
          @media (max-width: 1700px) {
            .booking-section .process-container .process-content .booking-fields-box.four-box .col-form {
              margin-bottom: 40px; } }
          @media (max-width: 1388px) {
            .booking-section .process-container .process-content .booking-fields-box.four-box .col-form {
              margin-bottom: 30px; } }
          @media (min-width: 992px) and (max-width: 1199px) {
            .booking-section .process-container .process-content .booking-fields-box.four-box .col-form {
              width: 202px; } }
          @media (max-width: 767px) {
            .booking-section .process-container .process-content .booking-fields-box.four-box .col-form {
              width: 100%;
              margin-bottom: 35px; }
              .booking-section .process-container .process-content .booking-fields-box.four-box .col-form:nth-child(3) {
                margin-bottom: 35px; }
              .booking-section .process-container .process-content .booking-fields-box.four-box .col-form:nth-child(4) {
                margin-bottom: 35px; }
              .booking-section .process-container .process-content .booking-fields-box.four-box .col-form:nth-child(2) {
                max-width: 100%; }
              .booking-section .process-container .process-content .booking-fields-box.four-box .col-form:nth-child(3) {
                max-width: 100%;
                width: 100%; } }
          .booking-section .process-container .process-content .booking-fields-box.four-box .col-form input.form-control {
            border: none;
            outline: none;
            box-shadow: none;
            color: #FFFEF0;
            border-bottom: 1px solid rgba(255, 254, 240, 0.5);
            font-size: 13px;
            font-family: 'Gill Sans';
            line-height: 15px;
            padding: 0px 0px 13px 0px;
            border-radius: 0px;
            -webkit-background-clip: text !important;
            -moz-background-clip: text !important;
            -ox-background-clip: text !important;
            -webkit-text-fill-color: #FFFEF0 !important;
            -moz-text-fill-color: #FFFEF0 !important;
            -ox-text-fill-color: #FFFEF0 !important; }
            .booking-section .process-container .process-content .booking-fields-box.four-box .col-form input.form-control::placeholder {
              color: #FFFEF0; }
            @media (max-width: 1388px) {
              .booking-section .process-container .process-content .booking-fields-box.four-box .col-form input.form-control {
                padding: 0px 0px 12px 0px; } }
            @media (max-width: 767px) {
              .booking-section .process-container .process-content .booking-fields-box.four-box .col-form input.form-control {
                font-size: 16px;
                line-height: 18px;
                padding: 0 0 12px 0; } }
        @media (max-width: 767px) {
          .booking-section .process-container .process-content .booking-fields-box.four-box {
            grid-template: repeat(1, 1fr)/repeat(1, 1fr);
            display: block; } }
      .booking-section .process-container .process-content .add-requirement-group {
        position: relative;
        padding: 0 0px 23.75px; }
        @media (max-width: 1388px) {
          .booking-section .process-container .process-content .add-requirement-group {
            padding: 4.12px 0px 17.33px; } }
        @media (max-width: 767px) {
          .booking-section .process-container .process-content .add-requirement-group {
            padding: 0px 0px 21.68px; } }
        .booking-section .process-container .process-content .add-requirement-group a {
          color: #FFFEF0;
          margin-bottom: 0px;
          font-size: 14px;
          line-height: 16px;
          display: flex;
          align-items: center;
          cursor: pointer;
          text-decoration: none;
          justify-content: space-between; }
          .booking-section .process-container .process-content .add-requirement-group a:focus {
            outline: none !important;
            box-shadow: none !important; }
          .booking-section .process-container .process-content .add-requirement-group a span {
            position: relative;
            font-size: 14px;
            line-height: 16px;
            color: #FFFEF0; }
            .booking-section .process-container .process-content .add-requirement-group a span span {
              font-size: 14px;
              padding-left: 6.35px; }
            @media (max-width: 767px) {
              .booking-section .process-container .process-content .add-requirement-group a span {
                font-size: 14px;
                line-height: 31px; }
                .booking-section .process-container .process-content .add-requirement-group a span span {
                  font-size: 12px;
                  padding-left: 20px; } }
          .booking-section .process-container .process-content .add-requirement-group a.open .icon-action {
            transform: translate(0, 0) rotate(180deg); }
          .booking-section .process-container .process-content .add-requirement-group a .icon-action {
            height: 7px;
            width: 11px;
            background: url(../svg/icon-arrow-green-011.svg) 0 50% no-repeat;
            display: inline-block;
            padding: 0; }
        .booking-section .process-container .process-content .add-requirement-group .btn {
          font-weight: 400;
          padding-left: 14.5px;
          padding-right: 14.5px;
          height: 33px;
          font-size: 12px;
          line-height: 14px;
          color: #A99968;
          margin-right: 9.75px;
          margin-bottom: 10px;
          border: 1px solid #A99968;
          background: transparent;
          border-radius: 0px; }
          .booking-section .process-container .process-content .add-requirement-group .btn.selected {
            background: #A99968;
            border-color: #A99968;
            color: #FFFEF0; }
          .booking-section .process-container .process-content .add-requirement-group .btn:hover, .booking-section .process-container .process-content .add-requirement-group .btn:focus {
            outline: none !important;
            box-shadow: none !important; }
          .booking-section .process-container .process-content .add-requirement-group .btn[readonly] {
            background: #A99968;
            border-color: #A99968;
            color: #ffffff; }
            .booking-section .process-container .process-content .add-requirement-group .btn[readonly]:hover {
              background: #A99968 !important;
              border-color: #A99968 !important;
              color: #ffffff !important; }
            .booking-section .process-container .process-content .add-requirement-group .btn[readonly]:focus {
              outline: none !important;
              box-shadow: none !important; }
        .booking-section .process-container .process-content .add-requirement-group .group-expander {
          font-size: 0px;
          display: none;
          padding-top: 20px;
          margin-bottom: 0px !important; }
          .booking-section .process-container .process-content .add-requirement-group .group-expander.show {
            display: block; }
        .booking-section .process-container .process-content .add-requirement-group .group-always {
          font-size: 0px;
          padding-top: 21px; }
          .booking-section .process-container .process-content .add-requirement-group .group-always.hide {
            display: none; }
          .booking-section .process-container .process-content .add-requirement-group .group-always .btn {
            cursor: default;
            font-size: 12px;
            line-height: 12px;
            font-family: 'Copperplate';
            padding: 10px 12px; }
            .booking-section .process-container .process-content .add-requirement-group .group-always .btn:hover {
              color: #0E2E1E;
              background-color: #ECEAE4;
              cursor: default; }
          @media (max-width: 767px) {
            .booking-section .process-container .process-content .add-requirement-group .group-always {
              padding-top: 22px; } }
        .booking-section .process-container .process-content .add-requirement-group .booking-notes {
          margin-top: 16px; }
          .booking-section .process-container .process-content .add-requirement-group .booking-notes .heading {
            font-weight: 400;
            color: #151313;
            font-size: 14px;
            line-height: 16px;
            margin-bottom: 9px; }
            @media (min-width: 768px) {
              .booking-section .process-container .process-content .add-requirement-group .booking-notes .heading {
                margin-bottom: calc(9px + 100vw * 0); } }
            @media (min-width: 1620px) {
              .booking-section .process-container .process-content .add-requirement-group .booking-notes .heading {
                margin-bottom: 9px; } }
            @media (min-width: 992px) and (max-width: 1619.98px) {
              .booking-section .process-container .process-content .add-requirement-group .booking-notes .heading {
                margin-bottom: 7.2px; } }
          .booking-section .process-container .process-content .add-requirement-group .booking-notes textarea.form-control {
            background-color: transparent;
            padding: 10px 15px;
            border-radius: 18px;
            width: 285px;
            height: 86px;
            border: solid 1px #151313;
            font-size: 13px;
            line-height: 18px;
            color: #151313;
            resize: none; }
            @media (max-width: 767.98px) {
              .booking-section .process-container .process-content .add-requirement-group .booking-notes textarea.form-control {
                margin-bottom: 18px; } }
            .booking-section .process-container .process-content .add-requirement-group .booking-notes textarea.form-control:focus {
              box-shadow: none; }
      .booking-section .process-container .process-content .booking-request {
        margin-top: 45px;
        margin-bottom: 28px;
        display: block; }
        .booking-section .process-container .process-content .booking-request.show {
          display: block; }
        .booking-section .process-container .process-content .booking-request .heading {
          font-size: 14px;
          letter-spacing: 0;
          line-height: 16px;
          color: #FFFEF0;
          margin-bottom: 13.65px;
          font-family: 'Gill Sans'; }
        .booking-section .process-container .process-content .booking-request textarea {
          width: 100%;
          height: 85.6px;
          resize: none;
          padding: 16px 17.5px 16px 17.5px;
          resize: none;
          color: #FFFEF0;
          border: none;
          background: #333333;
          font-family: "Gill Sans MT";
          display: block; }
          .booking-section .process-container .process-content .booking-request textarea:focus {
            outline: none; }
        @media (max-width: 1700px) {
          .booking-section .process-container .process-content .booking-request textarea {
            height: 82px; } }
        @media (max-width: 1388px) {
          .booking-section .process-container .process-content .booking-request textarea {
            height: 75px; } }
        @media (max-width: 767px) {
          .booking-section .process-container .process-content .booking-request {
            margin-bottom: 24.98px; }
            .booking-section .process-container .process-content .booking-request .heading {
              font-size: 16px;
              margin-bottom: 12.65px; }
            .booking-section .process-container .process-content .booking-request textarea {
              height: 85px;
              max-width: 100%;
              font-size: 13px;
              line-height: 20px;
              padding: 16px 16px 16px 16px; } }
      .booking-section .process-container .process-content .credit-card {
        margin-bottom: 0px; }
        .booking-section .process-container .process-content .credit-card .heading {
          font-family: "Baskerville";
          font-size: 18px;
          color: #FFFEF0;
          line-height: 20px;
          letter-spacing: 1.44px;
          margin-bottom: 20.65px; }
        .booking-section .process-container .process-content .credit-card label {
          font-family: 'Gill Sans';
          font-size: 14px;
          letter-spacing: -0.14px;
          color: #FFFEF0;
          line-height: 27px;
          margin-bottom: 22.75px; }
        .booking-section .process-container .process-content .credit-card .form-control {
          border: none;
          outline: none;
          box-shadow: none;
          color: #FFFEF0;
          border-bottom: 1px solid rgba(255, 254, 240, 0.5);
          font-family: 'Gill Sans';
          font-size: 13px;
          line-height: 15px;
          letter-spacing: 0;
          padding: 0px 0px 12.9px 0px;
          border-radius: 0px;
          -webkit-background-clip: text !important;
          -moz-background-clip: text !important;
          -ox-background-clip: text !important;
          -webkit-text-fill-color: #FFFEF0 !important;
          -moz-text-fill-color: #FFFEF0 !important;
          -ox-text-fill-color: #FFFEF0 !important; }
        .booking-section .process-container .process-content .credit-card .credit-form {
          display: grid;
          grid-template: repeat(1, 1fr)/repeat(2, 1fr);
          grid-column-gap: 62px; }
          .booking-section .process-container .process-content .credit-card .credit-form .col-form {
            margin-bottom: 60px; }
            @media (max-width: 1700px) {
              .booking-section .process-container .process-content .credit-card .credit-form .col-form {
                margin-bottom: 40px; } }
            @media (max-width: 1388px) {
              .booking-section .process-container .process-content .credit-card .credit-form .col-form {
                margin-bottom: 30px; } }
            @media (max-width: 1388px) {
              .booking-section .process-container .process-content .credit-card .credit-form .col-form {
                margin-bottom: 30px; }
                .booking-section .process-container .process-content .credit-card .credit-form .col-form .form-control {
                  font-size: 13px;
                  line-height: 15px;
                  padding: 0px 0px 12px 0px; } }
            @media (max-width: 767px) {
              .booking-section .process-container .process-content .credit-card .credit-form .col-form .form-control {
                font-size: 16px;
                line-height: 18px;
                padding: 0px 0px 12px 0px; } }
        @media (max-width: 767px) {
          .booking-section .process-container .process-content .credit-card .heading {
            margin-bottom: 11.65px; }
          .booking-section .process-container .process-content .credit-card .credit-form {
            grid-template: repeat(1, 1fr)/repeat(1, 1fr);
            display: block; }
            .booking-section .process-container .process-content .credit-card .credit-form .col-form {
              margin-bottom: 35px; } }
      .booking-section .process-container .process-content ul.link-section {
        background: #FFFEF0;
        display: flex;
        padding: 0px;
        margin: 0px;
        height: 45px;
        align-items: center;
        position: relative;
        justify-content: center;
        list-style: none; }
        .booking-section .process-container .process-content ul.link-section li {
          display: flex;
          justify-content: center;
          align-items: center; }
          .booking-section .process-container .process-content ul.link-section li a {
            font-family: "Gill Sans MT";
            color: #151313;
            font-size: 14px;
            line-height: 16px;
            letter-spacing: 0px;
            text-decoration: none;
            outline: none;
            box-shadow: none;
            padding: 0px 0 0 123px; }
          .booking-section .process-container .process-content ul.link-section li:nth-child(1) a {
            border-right: 1px solid #151313;
            padding-right: 123px; }
          @media (max-width: 1500px) {
            .booking-section .process-container .process-content ul.link-section li a {
              padding: 0px 90px; }
            .booking-section .process-container .process-content ul.link-section li:nth-child(1) a {
              padding-right: 90px; } }
          @media (min-width: 1200px) and (max-width: 1280px) {
            .booking-section .process-container .process-content ul.link-section li a {
              padding: 0px 60px; } }
          @media (min-width: 992px) and (max-width: 1199px) {
            .booking-section .process-container .process-content ul.link-section li a {
              padding: 0px 60px; }
            .booking-section .process-container .process-content ul.link-section li:nth-child(1) a {
              padding-right: 60px; } }
          @media (max-width: 767px) {
            .booking-section .process-container .process-content ul.link-section li a {
              padding: 0px 28px; }
            .booking-section .process-container .process-content ul.link-section li:nth-child(1) a {
              padding-right: 28px; } }
        @media (min-width: 1200px) and (max-width: 1280px) {
          .booking-section .process-container .process-content ul.link-section {
            width: 100%;
            left: 0; } }
        @media (min-width: 992px) and (max-width: 1199px) {
          .booking-section .process-container .process-content ul.link-section:after {
            left: 100%;
            width: 70%; } }
        @media (min-width: 820px) and (max-width: 1180px) {
          .booking-section .process-container .process-content ul.link-section:after {
            width: 14.2%; } }
        @media (min-width: 768px) and (max-width: 819px) {
          .booking-section .process-container .process-content ul.link-section:after {
            width: 10%; } }
        @media (max-width: 767px) {
          .booking-section .process-container .process-content ul.link-section:after, .booking-section .process-container .process-content ul.link-section:before {
            display: none; } }
      .booking-section .process-container .process-content .process-body {
        width: 100%; }
        @media (min-width: 768px) and (max-width: 991px) {
          .booking-section .process-container .process-content .process-body {
            padding-left: 19px;
            padding-right: 19px; } }
        @media (max-width: 767px) {
          .booking-section .process-container .process-content .process-body {
            padding-left: 19px;
            padding-right: 19px; } }
        .booking-section .process-container .process-content .process-body ul.link-section {
          background: #EDE1D0;
          display: flex;
          padding: 0px;
          margin: 0px;
          height: 45px;
          align-items: center;
          position: relative;
          justify-content: center;
          list-style: none; }
          .booking-section .process-container .process-content .process-body ul.link-section li {
            display: flex;
            justify-content: center;
            align-items: center; }
            .booking-section .process-container .process-content .process-body ul.link-section li a {
              color: #151313;
              font-size: 17px;
              line-height: 20px;
              letter-spacing: -0.17px;
              text-decoration: none;
              outline: none;
              box-shadow: none;
              padding: 0px 0 0 123px; }
            .booking-section .process-container .process-content .process-body ul.link-section li:nth-child(1) a {
              border-right: 1px solid #151313;
              padding-right: 123px; }
            @media (max-width: 1500px) {
              .booking-section .process-container .process-content .process-body ul.link-section li a {
                padding: 0px 90px; }
              .booking-section .process-container .process-content .process-body ul.link-section li:nth-child(1) a {
                padding-right: 90px; } }
            @media (min-width: 1200px) and (max-width: 1280px) {
              .booking-section .process-container .process-content .process-body ul.link-section li a {
                padding: 0px 60px; } }
            @media (min-width: 992px) and (max-width: 1199px) {
              .booking-section .process-container .process-content .process-body ul.link-section li a {
                padding: 0px 60px; }
              .booking-section .process-container .process-content .process-body ul.link-section li:nth-child(1) a {
                padding-right: 60px; } }
            @media (max-width: 767px) {
              .booking-section .process-container .process-content .process-body ul.link-section li a {
                padding: 0px 28px; }
              .booking-section .process-container .process-content .process-body ul.link-section li:nth-child(1) a {
                padding-right: 28px; } }
          @media (min-width: 1200px) and (max-width: 1280px) {
            .booking-section .process-container .process-content .process-body ul.link-section {
              width: 100%;
              left: 0; } }
          @media (min-width: 992px) and (max-width: 1199px) {
            .booking-section .process-container .process-content .process-body ul.link-section:after {
              left: 100%;
              width: 70%; } }
          @media (min-width: 820px) and (max-width: 1180px) {
            .booking-section .process-container .process-content .process-body ul.link-section:after {
              width: 14.2%; } }
          @media (min-width: 768px) and (max-width: 819px) {
            .booking-section .process-container .process-content .process-body ul.link-section:after {
              width: 10%; } }
          @media (max-width: 767px) {
            .booking-section .process-container .process-content .process-body ul.link-section:after, .booking-section .process-container .process-content .process-body ul.link-section:before {
              display: none; } }
        .booking-section .process-container .process-content .process-body .booking-inner-section {
          padding: 31px 0 0; }
          .booking-section .process-container .process-content .process-body .booking-inner-section a {
            text-align: center;
            border: 1px solid #A99968;
            background: #A99968;
            border-radius: 0px;
            height: 40px;
            margin: 0px 0px 19px 0px;
            display: flex;
            align-items: center;
            justify-content: center;
            text-decoration: none;
            outline: none;
            color: #FFFEF0;
            font-size: 16px;
            line-height: 18px;
            letter-spacing: 0.48px;
            font-family: "Baskerville"; }
            .booking-section .process-container .process-content .process-body .booking-inner-section a:hover {
              border-color: #ffffff;
              background: #ffffff;
              color: #A99968; }
            @media (max-width: 1500px) {
              .booking-section .process-container .process-content .process-body .booking-inner-section a {
                height: 44px; } }
            @media (max-width: 1388px) {
              .booking-section .process-container .process-content .process-body .booking-inner-section a {
                height: 44px; } }
            @media (max-width: 767px) {
              .booking-section .process-container .process-content .process-body .booking-inner-section a {
                height: 41px;
                font-size: 14px;
                line-height: 23px; } }
            .booking-section .process-container .process-content .process-body .booking-inner-section a.share_booking_process i {
              margin-left: 10px;
              background: url(../svg/icon-feather-upload-white.svg);
              width: 10px;
              height: 12px;
              background-size: 100%;
              background-repeat: no-repeat;
              background-position: center; }
            .booking-section .process-container .process-content .process-body .booking-inner-section a.share_booking_process:hover i {
              background: url(../svg/icon-feather-upload-hover.svg);
              background-size: 100%;
              background-repeat: no-repeat;
              background-position: center; }
        .booking-section .process-container .process-content .process-body .alternate-time-section .heading {
          font-size: 18px;
          line-height: 21px;
          letter-spacing: -0.16px;
          padding: 0px 0px 35.65px;
          margin: 0px;
          color: #FFFEF0; }
          .booking-section .process-container .process-content .process-body .alternate-time-section .heading:nth-child(1) {
            padding-top: 28.59px;
            padding-bottom: 37.65px; }
          @media (max-width: 1700px) {
            .booking-section .process-container .process-content .process-body .alternate-time-section .heading {
              padding: 11.06px 0px 28.65px; }
              .booking-section .process-container .process-content .process-body .alternate-time-section .heading:nth-child(1) {
                padding-top: 28.65px; } }
          @media (max-width: 1388px) {
            .booking-section .process-container .process-content .process-body .alternate-time-section .heading {
              padding: 9px 0px 20px;
              font-size: 14px;
              line-height: 16px; }
              .booking-section .process-container .process-content .process-body .alternate-time-section .heading:nth-child(1) {
                padding-top: 20px; } }
          @media (max-width: 767px) {
            .booking-section .process-container .process-content .process-body .alternate-time-section .heading {
              font-size: 16px;
              line-height: 19px;
              padding: 13px 0px 36.65px; }
              .booking-section .process-container .process-content .process-body .alternate-time-section .heading:nth-child(1) {
                padding-top: 6.03px;
                padding-bottom: 54.8px; }
              .booking-section .process-container .process-content .process-body .alternate-time-section .heading:nth-child {
                padding-top: 16.03px;
                padding-bottom: 54.8px; } }
        .booking-section .process-container .process-content .process-body .alternate-time-section .sub-heading {
          font-family: 'Gill Sans';
          font-size: 14px;
          line-height: 16px;
          letter-spacing: -0.14px;
          color: #FFFEF0;
          margin: 0;
          padding: 0; }
        .booking-section .process-container .process-content .process-body .alternate-time-section .time-unavailable-box {
          border-bottom: 1px solid rgba(255, 254, 240, 0.2);
          padding-top: 20px; }
          .booking-section .process-container .process-content .process-body .alternate-time-section .time-unavailable-box:last-child {
            border-bottom: none; }
            .booking-section .process-container .process-content .process-body .alternate-time-section .time-unavailable-box:last-child ul {
              padding-bottom: 0; }
          .booking-section .process-container .process-content .process-body .alternate-time-section .time-unavailable-box ul {
            font-size: 0;
            margin: 0px;
            list-style: none;
            display: block;
            -ms-overflow-style: none;
            scrollbar-width: none;
            overflow-x: scroll;
            white-space: nowrap;
            padding: 16px 0px 40px;
            scrollbar-width: thin;
            scrollbar-color: #ffffff #ffffff;
            scrollbar-width: thin;
            scrollbar-color: #A99968 #A99968; }
            .booking-section .process-container .process-content .process-body .alternate-time-section .time-unavailable-box ul::-webkit-scrollbar {
              width: 4px;
              height: 4px; }
              .booking-section .process-container .process-content .process-body .alternate-time-section .time-unavailable-box ul::-webkit-scrollbar-track {
                background-clip: content-box;
                border: 4px solid transparent; }
              .booking-section .process-container .process-content .process-body .alternate-time-section .time-unavailable-box ul::-webkit-scrollbar-thumb {
                background-color: #A99968; }
                .booking-section .process-container .process-content .process-body .alternate-time-section .time-unavailable-box ul::-webkit-scrollbar-thumb:hover {
                  background-color: #A99968; }
              .booking-section .process-container .process-content .process-body .alternate-time-section .time-unavailable-box ul::-webkit-scrollbar-corner, .booking-section .process-container .process-content .process-body .alternate-time-section .time-unavailable-box ul::-webkit-scrollbar-track {
                background-color: #A99968; }
            @media (max-width: 1700px) {
              .booking-section .process-container .process-content .process-body .alternate-time-section .time-unavailable-box ul {
                padding: 15px 0px 22px; } }
            @media (max-width: 1388px) {
              .booking-section .process-container .process-content .process-body .alternate-time-section .time-unavailable-box ul {
                padding: 12px 0px 18px; } }
            @media (max-width: 767px) {
              .booking-section .process-container .process-content .process-body .alternate-time-section .time-unavailable-box ul {
                padding: 20.59px 0px 26.65px; } }
            .booking-section .process-container .process-content .process-body .alternate-time-section .time-unavailable-box ul li {
              border-radius: 0px;
              font-size: 15px;
              line-height: 17px;
              color: #FFFEF0;
              width: 64px;
              height: 34px;
              border: none;
              background: #333333;
              display: flex;
              align-items: center;
              display: inline-block;
              justify-content: center;
              cursor: pointer;
              padding: 10px 0px;
              margin-left: 0px;
              margin-bottom: 0px;
              text-align: center;
              font-family: 'Baskerville'; }
              .booking-section .process-container .process-content .process-body .alternate-time-section .time-unavailable-box ul li.active {
                background: #A99968;
                color: #ffffff; }
              .booking-section .process-container .process-content .process-body .alternate-time-section .time-unavailable-box ul li + li {
                margin-left: 6px; }
              .booking-section .process-container .process-content .process-body .alternate-time-section .time-unavailable-box ul li.disabled {
                border-color: #C6C4C1;
                color: #C6C4C1; }
      .booking-section .process-container .process-content .process-footer {
        padding: 19px 0px 0px;
        width: 100%; }
        .booking-section .process-container .process-content .process-footer .cancel-btn {
          font-family: "Gill Sans MT";
          text-align: center;
          display: block;
          color: #FFFEF0;
          font-size: 14px;
          line-height: 16px;
          margin-top: 23px; }
          @media (max-width: 767px) {
            .booking-section .process-container .process-content .process-footer .cancel-btn {
              margin-top: 18px; } }
        .booking-section .process-container .process-content .process-footer .custom_btn {
          background: #A99968;
          border: none;
          font-size: 18px;
          line-height: 20px;
          letter-spacing: 0;
          color: #ffffff;
          max-width: 100%;
          padding: 0px 0px 0px;
          width: 100%; }
          .booking-section .process-container .process-content .process-footer .custom_btn:hover {
            background: #A99968;
            color: #ffffff; }
        @media (max-width: 767px) {
          .booking-section .process-container .process-content .process-footer {
            padding: 0px 0 0; } }
      .booking-section .process-container .process-content .inner-section {
        margin: 0;
        width: 100%;
        padding: 48px 62px 0px 62px;
        height: calc(100vh - 375px) !important; }
        @media (min-width: 1200px) and (max-width: 1280px) {
          .booking-section .process-container .process-content .inner-section {
            padding: 36px 62px 0px 62px;
            height: calc(100vh - 327px) !important; } }
        @media (min-width: 992px) and (max-width: 1199px) {
          .booking-section .process-container .process-content .inner-section {
            padding: 36px 62px 0px 62px;
            height: calc(100vh - 327px) !important; } }
        @media (min-width: 768px) and (max-width: 991px) {
          .booking-section .process-container .process-content .inner-section {
            padding: 34px 20px 38px 20px;
            height: auto !important; } }
        @media (max-width: 767px) {
          .booking-section .process-container .process-content .inner-section {
            padding: 34px 20px 38px 20px;
            max-width: 100%;
            width: 100%;
            height: auto !important; } }
        @media (max-width: 320px) {
          .booking-section .process-container .process-content .inner-section {
            padding: 34px 48px 38px 39px; } }
        .booking-section .process-container .process-content .inner-section .step-two .process-body {
          padding-right: 10px;
          max-height: 300px;
          pointer-events: auto;
          overflow-y: scroll;
          scrollbar-width: thin;
          scrollbar-color: #A99968;
          scrollbar-width: thin;
          scrollbar-color: #A99968 #ffffff; }
          .booking-section .process-container .process-content .inner-section .step-two .process-body::-webkit-scrollbar-corner,
          .booking-section .process-container .process-content .inner-section .step-two .process-body .scrollbar-1::-webkit-scrollbar-track {
            background-color: #cdcdcd; }
          .booking-section .process-container .process-content .inner-section .step-two .process-body::-webkit-scrollbar {
            width: 6px;
            height: 6px; }
            .booking-section .process-container .process-content .inner-section .step-two .process-body::-webkit-scrollbar-track {
              background-clip: content-box;
              border: 8px solid rgba(255, 255, 255, 0.3);
              background-color: #ffffff; }
            .booking-section .process-container .process-content .inner-section .step-two .process-body::-webkit-scrollbar-thumb {
              background-color: #A99968;
              border-radius: 12px; }
              .booking-section .process-container .process-content .inner-section .step-two .process-body::-webkit-scrollbar-thumb:hover {
                background-color: #A99968; }
            .booking-section .process-container .process-content .inner-section .step-two .process-body::-webkit-scrollbar-corner, .booking-section .process-container .process-content .inner-section .step-two .process-body::-webkit-scrollbar-track {
              background-color: #A99968;
              border-radius: 12px; }
          @media (max-width: 1388px) {
            .booking-section .process-container .process-content .inner-section .step-two .process-body {
              max-height: 200px; } }
          @media (min-width: 992px) and (max-width: 1199px) {
            .booking-section .process-container .process-content .inner-section .step-two .process-body {
              max-height: 230px; } }
          @media (min-width: 768px) and (max-width: 991px) {
            .booking-section .process-container .process-content .inner-section .step-two .process-body {
              max-height: 100%; } }
          @media (max-width: 767px) {
            .booking-section .process-container .process-content .inner-section .step-two .process-body {
              max-height: 100%;
              padding-right: 0px; } }
        .booking-section .process-container .process-content .inner-section .step-three .process-body {
          margin: 0px; }
        @media (max-width: 767px) {
          .booking-section .process-container .process-content .inner-section .step-four .process-header ul.content-icon-view-section {
            padding: 13.43px 0px 3.9px 0px; } }
        .booking-section .process-container .process-content .inner-section .step-four .process-footer .cancel-btn {
          margin-top: 38px;
          text-decoration: underline;
          box-shadow: none;
          font-size: 16px;
          line-height: 19px;
          letter-spacing: -0.16px;
          color: #151313;
          display: flex;
          justify-content: center; }
          @media (max-width: 767px) {
            .booking-section .process-container .process-content .inner-section .step-four .process-footer .cancel-btn {
              margin-top: 40.67px;
              font-size: 12px;
              line-height: 14px;
              letter-spacing: -0.12px; } }
        .booking-section .process-container .process-content .inner-section .step-five .process-header .selected_rest_name {
          font-size: 16px;
          line-height: 19px;
          letter-spacing: -0.16px;
          padding: 38.65px 0px 0px;
          margin: 0px; }
          @media (max-width: 767px) {
            .booking-section .process-container .process-content .inner-section .step-five .process-header .selected_rest_name {
              padding: 20px 0px 0px; } }
        .booking-section .process-container .process-content .inner-section .step-five .process-body {
          margin: 25.55px 0px 0px 0px; }
          @media (max-width: 1388px) {
            .booking-section .process-container .process-content .inner-section .step-five .process-body {
              margin: 16.55px 0px 0px 0px; } }
          @media (max-width: 767px) {
            .booking-section .process-container .process-content .inner-section .step-five .process-body {
              padding: 0; } }
          .booking-section .process-container .process-content .inner-section .step-five .process-body .booking-inner-section {
            padding: 45px 0px 0;
            width: calc(100% + 263px);
            position: relative;
            left: -131.5px; }
          @media (max-width: 1700px) {
            .booking-section .process-container .process-content .inner-section .step-five .process-body .booking-inner-section {
              padding: 45px 0px 0;
              width: calc(100% + 173px);
              position: relative;
              left: -88.5px; } }
          @media (max-width: 1500px) {
            .booking-section .process-container .process-content .inner-section .step-five .process-body .booking-inner-section {
              padding: 45px 0px 0;
              width: calc(100% + 103px);
              position: relative;
              left: -54.5px; } }
          @media (max-width: 1388px) {
            .booking-section .process-container .process-content .inner-section .step-five .process-body .booking-inner-section {
              padding: 35px 0px 0;
              width: calc(100% + 63px);
              position: relative;
              left: -32.5px; } }
          @media (min-width: 1200px) and (max-width: 1280px) {
            .booking-section .process-container .process-content .inner-section .step-five .process-body .booking-inner-section {
              padding: 22px 0px 0;
              width: calc(100% + 23px);
              position: relative;
              left: -14.5px; } }
          @media (min-width: 992px) and (max-width: 1199px) {
            .booking-section .process-container .process-content .inner-section .step-five .process-body .booking-inner-section {
              padding: 35px 0px 0;
              width: calc(100% + -7px);
              position: relative;
              left: 3.5px; } }
          @media (max-width: 767px) {
            .booking-section .process-container .process-content .inner-section .step-five .process-body .booking-inner-section {
              padding: 40.5px 0px 33.39px; } }
    .booking-section .process-container .step-one.bookingProcessContent {
      width: 100%;
      height: 100%; }
      .booking-section .process-container .step-one.bookingProcessContent .process-footer {
        padding: 29px 0px 0px; }
        @media (max-width: 767px) {
          .booking-section .process-container .step-one.bookingProcessContent .process-footer {
            padding: 22px 0px 0px; } }
    .booking-section .process-container .d-flex-inner {
      display: flex;
      flex-wrap: wrap;
      height: 100%;
      justify-content: space-between !important;
      align-content: space-between; }
    .booking-section .process-container .step-two.bookingProcessContent .inner-section {
      margin: 0;
      padding: 41px 160px 0px 62px;
      height: calc(100vh - 321px) !important; }
      @media (min-width: 1281px) and (max-width: 1699px) {
        .booking-section .process-container .step-two.bookingProcessContent .inner-section {
          padding: 41px 62px 0px 62px; } }
      @media (min-width: 1200px) and (max-width: 1280px) {
        .booking-section .process-container .step-two.bookingProcessContent .inner-section {
          padding: 36px 62px 0px 62px;
          height: calc(100vh - 327px) !important; } }
      @media (min-width: 992px) and (max-width: 1199px) {
        .booking-section .process-container .step-two.bookingProcessContent .inner-section {
          padding: 36px 62px 0px 62px;
          height: calc(100vh - 327px) !important; } }
      @media (min-width: 768px) and (max-width: 991px) {
        .booking-section .process-container .step-two.bookingProcessContent .inner-section {
          padding: 34px 20px 38px 20px;
          height: auto !important; } }
      @media (max-width: 767px) {
        .booking-section .process-container .step-two.bookingProcessContent .inner-section {
          padding: 34px 20px 38px 20px;
          max-width: 100%;
          width: 100%;
          height: auto !important; } }
      @media (max-width: 320px) {
        .booking-section .process-container .step-two.bookingProcessContent .inner-section {
          padding: 34px 48px 38px 39px; } }
    .booking-section .process-container .step-two.bookingProcessContent .process-body {
      height: calc(100vh - 448px);
      overflow: auto;
      position: relative;
      padding-right: 10px;
      scrollbar-width: thin;
      scrollbar-color: #A99968;
      scrollbar-width: thin;
      scrollbar-color: #A99968 #ffffff; }
      @media (max-width: 1440px) {
        .booking-section .process-container .step-two.bookingProcessContent .process-body {
          height: calc(100vh - 470px); } }
      @media (max-width: 1199px) {
        .booking-section .process-container .step-two.bookingProcessContent .process-body {
          height: calc(100vh - 525px); } }
      .booking-section .process-container .step-two.bookingProcessContent .process-body::-webkit-scrollbar-corner,
      .booking-section .process-container .step-two.bookingProcessContent .process-body .scrollbar-1::-webkit-scrollbar-track {
        background-color: #cdcdcd; }
      .booking-section .process-container .step-two.bookingProcessContent .process-body::-webkit-scrollbar {
        width: 6px;
        height: 6px; }
        .booking-section .process-container .step-two.bookingProcessContent .process-body::-webkit-scrollbar-track {
          background-clip: content-box;
          border: 8px solid rgba(255, 255, 255, 0.3);
          background-color: #ffffff; }
        .booking-section .process-container .step-two.bookingProcessContent .process-body::-webkit-scrollbar-thumb {
          background-color: #A99968;
          border-radius: 12px; }
          .booking-section .process-container .step-two.bookingProcessContent .process-body::-webkit-scrollbar-thumb:hover {
            background-color: #A99968; }
          .booking-section .process-container .step-two.bookingProcessContent .process-body::-webkit-scrollbar-thumb-corner, .booking-section .process-container .step-two.bookingProcessContent .process-body::-webkit-scrollbar-thumb-track {
            background-color: #A99968;
            border-radius: 12px; }
    @media (max-width: 1199px) {
      .booking-section .process-container .step-two.bookingProcessContent .process-header {
        padding: 51px 0 32px; } }
    @media (max-width: 991px) {
      .booking-section .process-container .step-two.bookingProcessContent .process-body {
        overflow: hidden;
        height: 100%; }
      .booking-section .process-container .step-two.bookingProcessContent .process-header {
        margin-bottom: 0px;
        padding: 0; } }
    @media (max-width: 767px) {
      .booking-section .process-container .step-two.bookingProcessContent .process-header {
        background: transparent;
        padding: 0 0 43px; }
      .booking-section .process-container .step-two.bookingProcessContent .process-body {
        height: 100% !important; } }
    .booking-section .process-container .step-two.bookingProcessContent ul.content-icon-view-section {
      padding: 0px 0px 1.35px; }
      @media (max-width: 1199px) {
        .booking-section .process-container .step-two.bookingProcessContent ul.content-icon-view-section {
          padding: 0px 0px 1.35px; } }
    .booking-section .process-container .step-three.bookingProcessContent {
      height: 100%; }
      .booking-section .process-container .step-three.bookingProcessContent .process-footer.mobile-view {
        display: none; }
        @media (max-width: 767px) {
          .booking-section .process-container .step-three.bookingProcessContent .process-footer.mobile-view {
            display: block;
            padding: 0px 48px; }
            .booking-section .process-container .step-three.bookingProcessContent .process-footer.mobile-view .custom_btn {
              margin: 0px auto 116.73px;
              display: block; } }
      .booking-section .process-container .step-three.bookingProcessContent .inner-section {
        margin: 0;
        padding: 37px 62px 37px 62px;
        height: calc(100vh - 327px) !important; }
        @media (min-width: 1281px) and (max-width: 1699px) {
          .booking-section .process-container .step-three.bookingProcessContent .inner-section {
            padding: 37px 62px 37px 62px; } }
        @media (min-width: 1200px) and (max-width: 1280px) {
          .booking-section .process-container .step-three.bookingProcessContent .inner-section {
            padding: 36px 62px 36px 62px;
            height: calc(100vh - 327px) !important; } }
        @media (min-width: 992px) and (max-width: 1199px) {
          .booking-section .process-container .step-three.bookingProcessContent .inner-section {
            padding: 36px 62px 36px 62px;
            height: calc(100vh - 327px) !important; } }
        @media (min-width: 768px) and (max-width: 991px) {
          .booking-section .process-container .step-three.bookingProcessContent .inner-section {
            padding: 28px 20px 38px 20px;
            height: auto !important; } }
        @media (max-width: 767px) {
          .booking-section .process-container .step-three.bookingProcessContent .inner-section {
            padding: 28px 20px 38px 20px;
            max-width: 100%;
            width: 100%;
            height: auto !important; } }
        @media (max-width: 320px) {
          .booking-section .process-container .step-three.bookingProcessContent .inner-section {
            padding: 34px 48px 38px 39px; } }
        .booking-section .process-container .step-three.bookingProcessContent .inner-section .heading {
          font-family: 'Gill Sans';
          font-size: 18px;
          line-height: 21px;
          letter-spacing: 1.44px;
          padding: 27px 0px 0 !important;
          margin: 0px;
          color: #FFFEF0; }
          @media (max-width: 767px) {
            .booking-section .process-container .step-three.bookingProcessContent .inner-section .heading {
              padding: 27px 0px 0 !important; } }
          .booking-section .process-container .step-three.bookingProcessContent .inner-section .heading:first-child {
            padding-top: 0px !important; }
            @media (max-width: 767px) {
              .booking-section .process-container .step-three.bookingProcessContent .inner-section .heading:first-child {
                padding-top: 0px !important; } }
        .booking-section .process-container .step-three.bookingProcessContent .inner-section .process-body {
          padding: 0; }
    .booking-section .process-container .step-four.bookingProcessContent {
      height: 100%; }
      .booking-section .process-container .step-four.bookingProcessContent .process-footer {
        padding: 35px 0px 0px; }
      @media (max-width: 767px) {
        .booking-section .process-container .step-four.bookingProcessContent .process-footer {
          padding: 21px 0px 0px; }
        .booking-section .process-container .step-four.bookingProcessContent .inner-section {
          padding: 109px 48px 124.33px 48px; }
        .booking-section .process-container .step-four.bookingProcessContent .process-body {
          margin: 0px 0px 0px 0px; } }
    .booking-section .process-container .step-five.bookingProcessContent {
      height: 100%; }
      .booking-section .process-container .step-five.bookingProcessContent .inner-section-confirm {
        max-width: 470px;
        margin: 0 auto; }
      .booking-section .process-container .step-five.bookingProcessContent .inner-section {
        max-width: 100%;
        display: flex;
        flex-wrap: wrap;
        height: 100%;
        justify-content: center;
        align-content: start;
        padding: 0px; }
        .booking-section .process-container .step-five.bookingProcessContent .inner-section .process-body .booking-inner-section {
          padding: 0; }
        .booking-section .process-container .step-five.bookingProcessContent .inner-section .process-body .inner-section-confirm {
          max-width: 100%;
          margin: 0 auto; }
        @media (max-width: 767px) {
          .booking-section .process-container .step-five.bookingProcessContent .inner-section .process-body .inner-section-confirm {
            max-width: 100%;
            margin: 0 auto;
            width: 100%;
            padding: 0; } }
        .booking-section .process-container .step-five.bookingProcessContent .inner-section ul.content-icon-view-section {
          padding: 37.08px 0 40.84px; }
        @media (max-width: 767px) {
          .booking-section .process-container .step-five.bookingProcessContent .inner-section {
            padding: 98px 0 163px 0; }
            .booking-section .process-container .step-five.bookingProcessContent .inner-section .booking-inner-section {
              padding: 40px 0 0; }
            .booking-section .process-container .step-five.bookingProcessContent .inner-section ul.content-icon-view-section {
              padding: 25px 0 39px; }
              .booking-section .process-container .step-five.bookingProcessContent .inner-section ul.content-icon-view-section li {
                font-size: 14px;
                letter-spacing: -0.14px;
                line-height: 14px; } }
    .booking-section .process-container .step-eight.bookingProcessContent .inner-section {
      margin: 0;
      padding: 41px 62px 0px 62px;
      height: calc(100vh - 409px) !important; }
      @media (min-width: 1281px) and (max-width: 1699px) {
        .booking-section .process-container .step-eight.bookingProcessContent .inner-section {
          padding: 41px 62px 0px 62px; } }
      @media (min-width: 1200px) and (max-width: 1280px) {
        .booking-section .process-container .step-eight.bookingProcessContent .inner-section {
          padding: 36px 62px 0px 62px;
          height: calc(100vh - 409px) !important; } }
      @media (min-width: 992px) and (max-width: 1199px) {
        .booking-section .process-container .step-eight.bookingProcessContent .inner-section {
          padding: 36px 62px 0px 62px;
          height: calc(100vh - 492px) !important; } }
      @media (min-width: 768px) and (max-width: 991px) {
        .booking-section .process-container .step-eight.bookingProcessContent .inner-section {
          padding: 34px 20px 38px 20px;
          height: auto !important; } }
      @media (max-width: 767px) {
        .booking-section .process-container .step-eight.bookingProcessContent .inner-section {
          padding: 34px 20px 38px 20px;
          max-width: 100%;
          width: 100%;
          height: auto !important; } }
      @media (max-width: 320px) {
        .booking-section .process-container .step-eight.bookingProcessContent .inner-section {
          padding: 34px 48px 38px 39px; } }
    .booking-section .process-container .step-eight.bookingProcessContent .process-header .booking-process {
      padding: 121px 0px 22px 62px !important; }
      .booking-section .process-container .step-eight.bookingProcessContent .process-header .booking-process .heading {
        margin: 0;
        padding: 0; }
      .booking-section .process-container .step-eight.bookingProcessContent .process-header .booking-process .booking-title {
        padding-top: 13px;
        color: #FFFEF0;
        font-size: 16px;
        line-height: 21px;
        letter-spacing: 1.28px;
        display: block; }
      .booking-section .process-container .step-eight.bookingProcessContent .process-header .booking-process .booking-name {
        display: block;
        letter-spacing: 1.28px;
        color: #FFFEF0;
        font-size: 16px;
        line-height: 21px;
        padding-top: 5px;
        font-family: 'Gill Sans'; }
      .booking-section .process-container .step-eight.bookingProcessContent .process-header .booking-process .seating-area {
        display: block;
        color: #FFFEF0;
        font-size: 16px;
        letter-spacing: 1.28px;
        line-height: 21px;
        padding-top: 18px;
        font-family: 'Gill Sans'; }
    .booking-section .process-container .step-eight.bookingProcessContent .process-body {
      scrollbar-width: thin;
      scrollbar-color: #A99968;
      scrollbar-width: thin;
      scrollbar-color: #A99968 #ffffff; }
      .booking-section .process-container .step-eight.bookingProcessContent .process-body .list-box {
        width: 100%;
        list-style: none;
        margin: 0;
        display: block;
        flex-wrap: wrap;
        padding: 0;
        overflow-y: scroll;
        scrollbar-width: thin;
        pointer-events: auto;
        overflow-y: scroll;
        margin: 0;
        height: calc(100vh - 549px);
        scrollbar-width: thin; }
        @media (max-width: 1700px) {
          .booking-section .process-container .step-eight.bookingProcessContent .process-body .list-box {
            height: calc(100vh - 549px); } }
        @media (max-width: 1500px) {
          .booking-section .process-container .step-eight.bookingProcessContent .process-body .list-box {
            height: calc(100vh - 466px); } }
        @media (min-width: 1200px) and (max-width: 1280px) {
          .booking-section .process-container .step-eight.bookingProcessContent .process-body .list-box {
            height: calc(100vh - 416px); } }
        @media (max-width: 1199px) {
          .booking-section .process-container .step-eight.bookingProcessContent .process-body .list-box {
            height: calc(100vh - 630px); } }
        @media (max-width: 1180px) {
          .booking-section .process-container .step-eight.bookingProcessContent .process-body .list-box {
            height: calc(100vh - 670px); } }
        @media (max-width: 1122px) {
          .booking-section .process-container .step-eight.bookingProcessContent .process-body .list-box {
            height: calc(100vh - 416px); } }
        @media (max-width: 1024px) {
          .booking-section .process-container .step-eight.bookingProcessContent .process-body .list-box {
            height: calc(100vh - 620px); } }
        @media (max-width: 1011px) {
          .booking-section .process-container .step-eight.bookingProcessContent .process-body .list-box {
            height: calc(100vh - 517px); } }
        @media (min-width: 768px) and (max-width: 991px) {
          .booking-section .process-container .step-eight.bookingProcessContent .process-body .list-box {
            height: auto;
            margin: 0;
            padding: 0; } }
        @media (max-width: 767px) {
          .booking-section .process-container .step-eight.bookingProcessContent .process-body .list-box {
            height: auto;
            margin: 0;
            padding: 0; } }
        .booking-section .process-container .step-eight.bookingProcessContent .process-body .list-box::-webkit-scrollbar {
          width: 6px;
          height: 6px; }
          .booking-section .process-container .step-eight.bookingProcessContent .process-body .list-box::-webkit-scrollbar-track {
            background-clip: content-box; }
          .booking-section .process-container .step-eight.bookingProcessContent .process-body .list-box::-webkit-scrollbar-thumb {
            border-radius: 12px; }
          .booking-section .process-container .step-eight.bookingProcessContent .process-body .list-box::-webkit-scrollbar-corner, .booking-section .process-container .step-eight.bookingProcessContent .process-body .list-box::-webkit-scrollbar-track {
            border-radius: 12px; }
        .booking-section .process-container .step-eight.bookingProcessContent .process-body .list-box li {
          width: 100%;
          margin-bottom: 25px;
          display: flex;
          align-items: center;
          justify-content: space-between;
          font-size: 18px;
          line-height: 21px;
          letter-spacing: 0.54px;
          color: #FFFEF0;
          text-transform: capitalize;
          font-family: 'Gill Sans'; }
          .booking-section .process-container .step-eight.bookingProcessContent .process-body .list-box li .btn-green-border {
            width: 98px;
            height: 37px;
            background: #151313;
            color: #A99968;
            border: 1px solid #A99968;
            font-size: 14px;
            line-height: 16px;
            letter-spacing: 1.12px;
            box-shadow: none !important;
            border-radius: 0;
            display: flex;
            align-items: center;
            justify-content: center;
            text-decoration: none; }
            .booking-section .process-container .step-eight.bookingProcessContent .process-body .list-box li .btn-green-border:hover, .booking-section .process-container .step-eight.bookingProcessContent .process-body .list-box li .btn-green-border.active {
              background: #A99968;
              color: #FFFEF0; }
            .booking-section .process-container .step-eight.bookingProcessContent .process-body .list-box li .btn-green-border i {
              display: none; }
            .booking-section .process-container .step-eight.bookingProcessContent .process-body .list-box li .btn-green-border.active i {
              display: block; }
            .booking-section .process-container .step-eight.bookingProcessContent .process-body .list-box li .btn-green-border.active span {
              display: none; }
            .booking-section .process-container .step-eight.bookingProcessContent .process-body .list-box li .btn-green-border.disabledTableType {
              pointer-events: none; }
      @media (max-width: 1440px) {
        .booking-section .process-container .step-eight.bookingProcessContent .process-body {
          height: calc(100vh - 470px); } }
      @media (max-width: 1199px) {
        .booking-section .process-container .step-eight.bookingProcessContent .process-body {
          height: calc(100vh - 627px); } }
      .booking-section .process-container .step-eight.bookingProcessContent .process-body::-webkit-scrollbar-corner,
      .booking-section .process-container .step-eight.bookingProcessContent .process-body .scrollbar-1::-webkit-scrollbar-track {
        background-color: #cdcdcd; }
      .booking-section .process-container .step-eight.bookingProcessContent .process-body::-webkit-scrollbar {
        width: 6px;
        height: 6px; }
        .booking-section .process-container .step-eight.bookingProcessContent .process-body::-webkit-scrollbar-track {
          background-clip: content-box;
          border: 8px solid rgba(255, 255, 255, 0.3);
          background-color: #ffffff; }
        .booking-section .process-container .step-eight.bookingProcessContent .process-body::-webkit-scrollbar-thumb {
          background-color: #A99968;
          border-radius: 12px; }
          .booking-section .process-container .step-eight.bookingProcessContent .process-body::-webkit-scrollbar-thumb:hover {
            background-color: #A99968; }
          .booking-section .process-container .step-eight.bookingProcessContent .process-body::-webkit-scrollbar-thumb-corner, .booking-section .process-container .step-eight.bookingProcessContent .process-body::-webkit-scrollbar-thumb-track {
            background-color: #A99968;
            border-radius: 12px; }
    @media (max-width: 1199px) {
      .booking-section .process-container .step-eight.bookingProcessContent .process-header {
        padding: 51px 0 32px; } }
    @media (max-width: 991px) {
      .booking-section .process-container .step-eight.bookingProcessContent .process-body {
        overflow: hidden;
        height: 100%; }
      .booking-section .process-container .step-eight.bookingProcessContent .process-header {
        margin-bottom: 0px;
        padding: 0; } }
    @media (max-width: 767px) {
      .booking-section .process-container .step-eight.bookingProcessContent .process-header {
        background: transparent;
        padding: 0 0 43px; }
      .booking-section .process-container .step-eight.bookingProcessContent .process-body {
        height: 100% !important; } }
    .booking-section .process-container .step-eight.bookingProcessContent ul.content-icon-view-section {
      padding: 0px 0px 1.35px; }
      @media (max-width: 1199px) {
        .booking-section .process-container .step-eight.bookingProcessContent ul.content-icon-view-section {
          padding: 0px 0px 1.35px; } }

.menu_listing {
  padding: 93px 0 89px 0px; }
  .menu_listing .heading {
    font-size: 30px;
    line-height: 25px;
    letter-spacing: -0.3px;
    font-family: 'Garamond';
    font-weight: normal;
    text-align: center;
    color: #151313; }
  .menu_listing p {
    text-align: center;
    padding: 20px 0px 68px;
    color: #151313;
    font-size: 16px;
    line-height: 25px;
    letter-spacing: -0.16px; }
  .menu_listing .container-1221 {
    width: 100%;
    padding-right: var(--bs-gutter-x, 0rem);
    padding-left: var(--bs-gutter-y, 0rem);
    margin-right: auto;
    margin-left: auto;
    max-width: 629px; }
    @media (min-width: 1000px) {
      .menu_listing .container-1221 {
        max-width: calc(-2081.407239819px + 100vw * 2.7104072398); } }
    @media (min-width: 1221px) {
      .menu_listing .container-1221 {
        max-width: 1228px; } }
    @media (max-width: 991.98px) {
      .menu_listing .container-1221 {
        max-width: 735px; } }
    @media (max-width: 767.98px) {
      .menu_listing .container-1221 {
        max-width: inherit;
        padding-right: var(--bs-gutter-x, 15px);
        padding-left: var(--bs-gutter-y, 15px); } }
  @media (max-width: 767px) {
    .menu_listing {
      padding: 68px 0 81px 0px; }
      .menu_listing .heading {
        font-size: 25px;
        line-height: 35px;
        letter-spacing: -0.25pt; }
      .menu_listing p {
        padding: 31px 0px 68px;
        font-size: 16px;
        line-height: 25px;
        letter-spacing: -0.16px;
        max-width: 323px;
        margin: 0 auto 0; } }

.menu-blog ul {
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  display: -webkit-flex;
  justify-content: center; }
  .menu-blog ul li {
    display: inline-block;
    width: 33.333%;
    vertical-align: top;
    padding: 0 16px 28px; }
    @media (max-width: 1199px) {
      .menu-blog ul li {
        width: 50%; } }
    @media (max-width: 767px) {
      .menu-blog ul li {
        padding: 0 11.1px 28px;
        width: 100%; } }
    .menu-blog ul li a {
      text-decoration: underline;
      color: #000; }
      .menu-blog ul li a:hover {
        text-decoration: none; }
        .menu-blog ul li a:hover span {
          text-decoration: underline; }
        .menu-blog ul li a:hover span.special-note {
          text-decoration: none; }
    .menu-blog ul li .menu-b {
      height: 100%;
      border: 0.6000000238418579px solid #0E2E1E;
      position: relative; }
      .menu-blog ul li .menu-b .menu-c {
        padding: 18px 25px 26px;
        height: 100%;
        text-align: center; }
        .menu-blog ul li .menu-b .menu-c img {
          width: 38px;
          height: 10px;
          display: block;
          margin: 0 auto; }
        .menu-blog ul li .menu-b .menu-c strong {
          font-size: 26px;
          font-weight: normal;
          display: inline-block;
          color: #151313;
          line-height: 43px;
          text-align: center;
          position: relative;
          font-family: 'Garamond';
          margin-bottom: 13px; }
          @media (max-width: 991px) {
            .menu-blog ul li .menu-b .menu-c strong {
              font-size: 22px; } }
          @media (max-width: 767px) {
            .menu-blog ul li .menu-b .menu-c strong {
              font-size: 25px;
              line-height: 25px;
              margin-bottom: 17px; } }
        .menu-blog ul li .menu-b .menu-c span {
          font-size: 13px;
          font-weight: normal;
          display: inline-block;
          color: #000000;
          line-height: 22px;
          text-align: center;
          margin-top: 12px;
          position: relative;
          margin-bottom: 17px; }
        @media (max-width: 767px) {
          .menu-blog ul li .menu-b .menu-c {
            padding: 34px 25px 33px; }
            .menu-blog ul li .menu-b .menu-c span {
              margin-top: 20px; } }
      .menu-blog ul li .menu-b span.special-note {
        position: absolute;
        bottom: 0;
        height: 27px;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 11px;
        letter-spacing: 0px;
        line-height: 13px;
        color: #ffffff;
        background: #A99968; }

.modal.max-person-booking-popup .modal-body p {
  padding: 14.3px 0px 21.85px !important; }
.modal.cancel-booking-popup .modal-dialog {
  max-width: 564px; }
  @media (min-width: 992px) and (max-width: 1199px) {
    .modal.cancel-booking-popup .modal-dialog {
      max-width: 564px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .modal.cancel-booking-popup .modal-dialog {
      max-width: 564px; } }
  @media (max-width: 767px) {
    .modal.cancel-booking-popup .modal-dialog {
      margin-left: 43px;
      margin-right: 43px; } }
  @media (max-width: 330px) {
    .modal.cancel-booking-popup .modal-dialog {
      margin-left: 33px;
      margin-right: 33px; } }
.modal.cancel-booking-popup .modal-content {
  border-radius: 0px;
  border: none;
  background: #A99968; }
  .modal.cancel-booking-popup .modal-content .modal-header {
    border: none;
    padding: 32px 26.36px 0px 0px; }
    .modal.cancel-booking-popup .modal-content .modal-header button {
      outline: none;
      box-shadow: none;
      background: url(../svg/icon-close.svg);
      width: 30px;
      height: 30px;
      border: none;
      font-size: 0px;
      color: transparent;
      background-size: cover;
      padding: 0;
      border-radius: 0px; }
    @media (max-width: 767px) {
      .modal.cancel-booking-popup .modal-content .modal-header {
        padding: 19.66px 18.3px 0px 0px; }
        .modal.cancel-booking-popup .modal-content .modal-header button {
          width: 18px;
          height: 18px;
          opacity: 1; } }
  .modal.cancel-booking-popup .modal-content .modal-body {
    text-align: left;
    padding: 16.13px 64px 45px; }
    .modal.cancel-booking-popup .modal-content .modal-body .heading {
      font-size: 24px;
      line-height: 30px;
      font-weight: normal;
      letter-spacing: 0.72px;
      color: #ffffff; }
    .modal.cancel-booking-popup .modal-content .modal-body p {
      font-size: 16px;
      line-height: 30px;
      letter-spacing: 0px;
      margin: 0px;
      padding: 15px 0px 15px;
      color: #ffffff; }
    .modal.cancel-booking-popup .modal-content .modal-body .custom_btn {
      color: #A99968;
      line-height: 19px;
      width: 100%;
      height: 48px; }
      .modal.cancel-booking-popup .modal-content .modal-body .custom_btn:hover {
        background: #ffffff;
        color: #A99968; }
    @media (max-width: 767px) {
      .modal.cancel-booking-popup .modal-content .modal-body {
        padding: 16.13px 25px 33px; }
        .modal.cancel-booking-popup .modal-content .modal-body .heading {
          font-size: 24px;
          line-height: 30px;
          letter-spacing: 0; }
        .modal.cancel-booking-popup .modal-content .modal-body p {
          color: #ffffff;
          font-size: 16px;
          line-height: 30px;
          letter-spacing: 0;
          padding: 15px 0px 15px; }
        .modal.cancel-booking-popup .modal-content .modal-body .custom_btn {
          font-size: 16px;
          line-height: 18px; } }
    @media (max-width: 330px) {
      .modal.cancel-booking-popup .modal-content .modal-body {
        padding-bottom: 31px;
        padding-top: 8.95px; }
        .modal.cancel-booking-popup .modal-content .modal-body .heading {
          font-size: 18px;
          line-height: 29px;
          letter-spacing: 0; }
        .modal.cancel-booking-popup .modal-content .modal-body p {
          color: #FFFEF0;
          font-size: 13px;
          line-height: 20px;
          letter-spacing: 0;
          padding: 18px 0px 19px; }
        .modal.cancel-booking-popup .modal-content .modal-body .custom_btn {
          font-size: 14px;
          line-height: 21px;
          width: 100%; } }
.modal.cancel_booking_popup_success .modal-dialog {
  max-width: 564px; }
  @media (min-width: 992px) and (max-width: 1199px) {
    .modal.cancel_booking_popup_success .modal-dialog {
      max-width: 564px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .modal.cancel_booking_popup_success .modal-dialog {
      max-width: 564px; } }
  @media (max-width: 767px) {
    .modal.cancel_booking_popup_success .modal-dialog {
      margin-left: 43px;
      margin-right: 43px; } }
  @media (max-width: 330px) {
    .modal.cancel_booking_popup_success .modal-dialog {
      margin-left: 33px;
      margin-right: 33px; } }
.modal.cancel_booking_popup_success .modal-content {
  border-radius: 0px;
  border: none;
  background: #A99968; }
  .modal.cancel_booking_popup_success .modal-content .modal-header {
    border: none;
    padding: 22px 26.36px 0px 0px; }
    .modal.cancel_booking_popup_success .modal-content .modal-header button {
      outline: none;
      box-shadow: none;
      background: url(../svg/icon-close.svg);
      width: 36px;
      height: 36px;
      border: none;
      font-size: 0px;
      color: transparent;
      background-size: cover;
      padding: 0;
      border-radius: 0px; }
    @media (max-width: 767px) {
      .modal.cancel_booking_popup_success .modal-content .modal-header {
        padding: 29.66px 18.3px 0px 0px; }
        .modal.cancel_booking_popup_success .modal-content .modal-header button {
          width: 18px;
          height: 18px;
          opacity: 1; } }
  .modal.cancel_booking_popup_success .modal-content .modal-body {
    padding: 16.13px 64px 45px;
    text-align: left; }
    .modal.cancel_booking_popup_success .modal-content .modal-body .heading {
      font-size: 24px;
      line-height: 30px;
      font-weight: normal;
      letter-spacing: 0.72px;
      margin-bottom: 35.17px;
      color: #ffffff; }
    .modal.cancel_booking_popup_success .modal-content .modal-body .custom_btn {
      color: #A99968;
      width: 100%;
      height: 48px; }
      .modal.cancel_booking_popup_success .modal-content .modal-body .custom_btn:hover {
        background: #ffffff;
        color: #A99968; }
    @media (max-width: 767px) {
      .modal.cancel_booking_popup_success .modal-content .modal-body {
        padding: 16.13px 25px 45px; }
        .modal.cancel_booking_popup_success .modal-content .modal-body .heading {
          font-size: 24px;
          line-height: 30px;
          letter-spacing: 0;
          margin-bottom: 27px; }
        .modal.cancel_booking_popup_success .modal-content .modal-body p {
          color: #ffffff;
          font-size: 13px;
          line-height: 20px;
          letter-spacing: 0;
          padding: 18px 0px 19px; }
        .modal.cancel_booking_popup_success .modal-content .modal-body .custom_btn {
          width: 100%;
          height: 48px;
          font-size: 16px;
          line-height: 18px;
          padding: 14px 0px 0px; } }
    @media (max-width: 330px) {
      .modal.cancel_booking_popup_success .modal-content .modal-body {
        padding-bottom: 31px;
        padding-top: 8.95px; }
        .modal.cancel_booking_popup_success .modal-content .modal-body .heading {
          font-size: 18px;
          line-height: 29px;
          letter-spacing: 0; }
        .modal.cancel_booking_popup_success .modal-content .modal-body p {
          color: #FFFEF0;
          font-size: 13px;
          line-height: 20px;
          letter-spacing: 0;
          padding: 18px 0px 19px; }
        .modal.cancel_booking_popup_success .modal-content .modal-body .custom_btn {
          font-size: 14px;
          line-height: 21px;
          width: 100%; } }
.modal.share-your-booking-popup .modal-dialog, .modal.calender_pop_up .modal-dialog, .modal.commen-popup-cls .modal-dialog {
  max-width: 564px; }
  @media (min-width: 992px) and (max-width: 1199px) {
    .modal.share-your-booking-popup .modal-dialog, .modal.calender_pop_up .modal-dialog, .modal.commen-popup-cls .modal-dialog {
      max-width: 564px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .modal.share-your-booking-popup .modal-dialog, .modal.calender_pop_up .modal-dialog, .modal.commen-popup-cls .modal-dialog {
      max-width: 564px; } }
  @media (max-width: 767px) {
    .modal.share-your-booking-popup .modal-dialog, .modal.calender_pop_up .modal-dialog, .modal.commen-popup-cls .modal-dialog {
      max-width: 90%;
      margin: 0 auto; } }
  @media (max-width: 330px) {
    .modal.share-your-booking-popup .modal-dialog, .modal.calender_pop_up .modal-dialog, .modal.commen-popup-cls .modal-dialog {
      margin-left: 33px;
      margin-right: 33px; } }
.modal.share-your-booking-popup .modal-content, .modal.calender_pop_up .modal-content, .modal.commen-popup-cls .modal-content {
  border-radius: 0px;
  border: none;
  background: #A99968; }
  .modal.share-your-booking-popup .modal-content .modal-header, .modal.calender_pop_up .modal-content .modal-header, .modal.commen-popup-cls .modal-content .modal-header {
    border: none;
    padding: 38.28px 38px 0px 0px; }
    .modal.share-your-booking-popup .modal-content .modal-header button, .modal.calender_pop_up .modal-content .modal-header button, .modal.commen-popup-cls .modal-content .modal-header button {
      outline: none;
      box-shadow: none;
      background: url(../svg/icon-share-close.svg);
      width: 16.72px;
      height: 16.72px;
      border: none;
      font-size: 0px;
      color: transparent;
      background-size: cover;
      padding: 0;
      border-radius: 0px; }
    @media (max-width: 767px) {
      .modal.share-your-booking-popup .modal-content .modal-header, .modal.calender_pop_up .modal-content .modal-header, .modal.commen-popup-cls .modal-content .modal-header {
        padding: 29.28px 27.04px 0px 0px; }
        .modal.share-your-booking-popup .modal-content .modal-header button, .modal.calender_pop_up .modal-content .modal-header button, .modal.commen-popup-cls .modal-content .modal-header button {
          width: 16.72px;
          height: 16.72px;
          opacity: 1; } }
  .modal.share-your-booking-popup .modal-content .modal-body, .modal.calender_pop_up .modal-content .modal-body, .modal.commen-popup-cls .modal-content .modal-body {
    padding-top: 18px;
    padding-right: 64.6px;
    padding-bottom: 33px;
    padding-left: 64.6px; }
    .modal.share-your-booking-popup .modal-content .modal-body .heading, .modal.calender_pop_up .modal-content .modal-body .heading, .modal.commen-popup-cls .modal-content .modal-body .heading {
      font-size: 24px;
      line-height: 30px;
      letter-spacing: 0.72px;
      color: #ffffff; }
    .modal.share-your-booking-popup .modal-content .modal-body p, .modal.calender_pop_up .modal-content .modal-body p, .modal.commen-popup-cls .modal-content .modal-body p {
      font-size: 16px;
      line-height: 30px;
      letter-spacing: 0px;
      margin: 0px;
      padding: 14.3px 0px 13.85px;
      color: #ffffff; }
      .modal.share-your-booking-popup .modal-content .modal-body p a, .modal.calender_pop_up .modal-content .modal-body p a, .modal.commen-popup-cls .modal-content .modal-body p a {
        color: #ffffff; }
    .modal.share-your-booking-popup .modal-content .modal-body .custom_btn, .modal.calender_pop_up .modal-content .modal-body .custom_btn, .modal.commen-popup-cls .modal-content .modal-body .custom_btn {
      line-height: 18px; }
      .modal.share-your-booking-popup .modal-content .modal-body .custom_btn.sec, .modal.calender_pop_up .modal-content .modal-body .custom_btn.sec, .modal.commen-popup-cls .modal-content .modal-body .custom_btn.sec {
        background: transparent;
        color: #ffffff;
        border-color: #ffffff;
        margin-top: 11.9px; }
    .modal.share-your-booking-popup .modal-content .modal-body .share-booking-box .col-form, .modal.calender_pop_up .modal-content .modal-body .share-booking-box .col-form, .modal.commen-popup-cls .modal-content .modal-body .share-booking-box .col-form {
      width: 100%;
      margin-bottom: 62.5px; }
      .modal.share-your-booking-popup .modal-content .modal-body .share-booking-box .col-form:nth-child(2), .modal.calender_pop_up .modal-content .modal-body .share-booking-box .col-form:nth-child(2), .modal.commen-popup-cls .modal-content .modal-body .share-booking-box .col-form:nth-child(2) {
        margin-bottom: 35px; }
      @media (min-width: 992px) and (max-width: 1199px) {
        .modal.share-your-booking-popup .modal-content .modal-body .share-booking-box .col-form, .modal.calender_pop_up .modal-content .modal-body .share-booking-box .col-form, .modal.commen-popup-cls .modal-content .modal-body .share-booking-box .col-form {
          width: 202px; } }
      @media (max-width: 767px) {
        .modal.share-your-booking-popup .modal-content .modal-body .share-booking-box .col-form, .modal.calender_pop_up .modal-content .modal-body .share-booking-box .col-form, .modal.commen-popup-cls .modal-content .modal-body .share-booking-box .col-form {
          width: 100%;
          margin-bottom: 29.65px; }
          .modal.share-your-booking-popup .modal-content .modal-body .share-booking-box .col-form:nth-child(4), .modal.calender_pop_up .modal-content .modal-body .share-booking-box .col-form:nth-child(4), .modal.commen-popup-cls .modal-content .modal-body .share-booking-box .col-form:nth-child(4) {
            margin-bottom: 40px; }
          .modal.share-your-booking-popup .modal-content .modal-body .share-booking-box .col-form:nth-child(2), .modal.calender_pop_up .modal-content .modal-body .share-booking-box .col-form:nth-child(2), .modal.commen-popup-cls .modal-content .modal-body .share-booking-box .col-form:nth-child(2) {
            max-width: 100%;
            margin-bottom: 40.84px; }
          .modal.share-your-booking-popup .modal-content .modal-body .share-booking-box .col-form:nth-child(3), .modal.calender_pop_up .modal-content .modal-body .share-booking-box .col-form:nth-child(3), .modal.commen-popup-cls .modal-content .modal-body .share-booking-box .col-form:nth-child(3) {
            width: 100%; } }
      .modal.share-your-booking-popup .modal-content .modal-body .share-booking-box .col-form label, .modal.calender_pop_up .modal-content .modal-body .share-booking-box .col-form label, .modal.commen-popup-cls .modal-content .modal-body .share-booking-box .col-form label {
        font-size: 16px;
        line-height: 19px;
        margin-bottom: 13px;
        letter-spacing: 0.48px;
        color: #ffffff; }
      .modal.share-your-booking-popup .modal-content .modal-body .share-booking-box .col-form input.form-control, .modal.calender_pop_up .modal-content .modal-body .share-booking-box .col-form input.form-control, .modal.commen-popup-cls .modal-content .modal-body .share-booking-box .col-form input.form-control {
        border: none;
        outline: none;
        box-shadow: none;
        color: #151313;
        border-bottom: 0.5px solid #ffffff;
        font-size: 14px;
        line-height: 16px;
        padding: 0px 0px 9.5px 0px;
        border-radius: 0px;
        -webkit-background-clip: text !important;
        -moz-background-clip: text !important;
        -ox-background-clip: text !important;
        -webkit-text-fill-color: #ffffff !important;
        -moz-text-fill-color: #ffffff !important;
        -ox-text-fill-color: #ffffff !important; }
        .modal.share-your-booking-popup .modal-content .modal-body .share-booking-box .col-form input.form-control::placeholder, .modal.calender_pop_up .modal-content .modal-body .share-booking-box .col-form input.form-control::placeholder, .modal.commen-popup-cls .modal-content .modal-body .share-booking-box .col-form input.form-control::placeholder {
          color: #ffffff; }
        @media (max-width: 1388px) {
          .modal.share-your-booking-popup .modal-content .modal-body .share-booking-box .col-form input.form-control, .modal.calender_pop_up .modal-content .modal-body .share-booking-box .col-form input.form-control, .modal.commen-popup-cls .modal-content .modal-body .share-booking-box .col-form input.form-control {
            font-size: 13px;
            line-height: 15px;
            padding: 0px 0px 12px 0px; } }
        @media (max-width: 767px) {
          .modal.share-your-booking-popup .modal-content .modal-body .share-booking-box .col-form input.form-control, .modal.calender_pop_up .modal-content .modal-body .share-booking-box .col-form input.form-control, .modal.commen-popup-cls .modal-content .modal-body .share-booking-box .col-form input.form-control {
            font-size: 14px;
            line-height: 16px;
            padding: 0px 0px 10px 0px; }
            .modal.share-your-booking-popup .modal-content .modal-body .share-booking-box .col-form input.form-control label, .modal.calender_pop_up .modal-content .modal-body .share-booking-box .col-form input.form-control label, .modal.commen-popup-cls .modal-content .modal-body .share-booking-box .col-form input.form-control label {
              margin-bottom: 15px;
              font-size: 14px;
              line-height: 31px;
              margin-bottom: 15px; } }
    .modal.share-your-booking-popup .modal-content .modal-body .custom_btn, .modal.calender_pop_up .modal-content .modal-body .custom_btn, .modal.commen-popup-cls .modal-content .modal-body .custom_btn {
      border: 1px solid #ffffff;
      color: #A99968;
      width: 100%;
      height: 48px;
      letter-spacing: 0.48px; }
      .modal.share-your-booking-popup .modal-content .modal-body .custom_btn:hover, .modal.calender_pop_up .modal-content .modal-body .custom_btn:hover, .modal.commen-popup-cls .modal-content .modal-body .custom_btn:hover {
        background: #ffffff;
        border-color: #ffffff;
        color: #A99968; }
    @media (max-width: 767px) {
      .modal.share-your-booking-popup .modal-content .modal-body, .modal.calender_pop_up .modal-content .modal-body, .modal.commen-popup-cls .modal-content .modal-body {
        padding: 8px 25px 34.56px 25px; }
        .modal.share-your-booking-popup .modal-content .modal-body .custom_btn, .modal.calender_pop_up .modal-content .modal-body .custom_btn, .modal.commen-popup-cls .modal-content .modal-body .custom_btn {
          font-size: 16px;
          line-height: 18px;
          height: 48px;
          padding: 14px 0px 0px; } }
    @media (max-width: 330px) {
      .modal.share-your-booking-popup .modal-content .modal-body, .modal.calender_pop_up .modal-content .modal-body, .modal.commen-popup-cls .modal-content .modal-body {
        padding-bottom: 31px;
        padding-top: 8.95px; }
        .modal.share-your-booking-popup .modal-content .modal-body .heading, .modal.calender_pop_up .modal-content .modal-body .heading, .modal.commen-popup-cls .modal-content .modal-body .heading {
          font-size: 18px;
          line-height: 29px;
          letter-spacing: 0; }
        .modal.share-your-booking-popup .modal-content .modal-body p, .modal.calender_pop_up .modal-content .modal-body p, .modal.commen-popup-cls .modal-content .modal-body p {
          color: #FFFEF0;
          font-size: 13px;
          line-height: 20px;
          letter-spacing: 0;
          padding: 18px 0px 19px; }
        .modal.share-your-booking-popup .modal-content .modal-body .custom_btn, .modal.calender_pop_up .modal-content .modal-body .custom_btn, .modal.commen-popup-cls .modal-content .modal-body .custom_btn {
          font-size: 14px;
          line-height: 21px;
          width: 100%; } }
.modal.calender_pop_up .modal-content .modal-body .heading {
  padding-bottom: 19.31px; }
.modal.calender_pop_up .modal-content .modal-body .custom_btn {
  margin-bottom: 11.9px; }
  .modal.calender_pop_up .modal-content .modal-body .custom_btn:last-child {
    margin-bottom: 0px; }
.modal.share-your-booking-popup .modal-content .modal-body .heading {
  line-height: 27.74px; }
.modal.share-your-booking-popup .modal-content .modal-body p {
  padding: 19.31px 0px 32px;
  line-height: 30px; }
  @media (max-width: 767px) {
    .modal.share-your-booking-popup .modal-content .modal-body p {
      padding: 17.31px 0px 19px; } }
.modal.share-your-booking-popup .modal-content .modal-body .share-booking-box .col-form {
  margin-bottom: 30.5px; }
  .modal.share-your-booking-popup .modal-content .modal-body .share-booking-box .col-form:nth-child(2) {
    margin-bottom: 35px; }
    @media (max-width: 767px) {
      .modal.share-your-booking-popup .modal-content .modal-body .share-booking-box .col-form:nth-child(2) {
        margin-bottom: 28.35px; } }
@media (max-width: 767px) {
  .modal.share-your-booking-popup .modal-content .modal-body {
    padding-top: 6.5px; } }
.modal.share_booking_thanks .modal-dialog {
  max-width: 564px;
  margin: 0 auto; }
  .modal.share_booking_thanks .modal-dialog .modal-content {
    border: transparent;
    border-radius: 0px;
    background: #A99968; }
    .modal.share_booking_thanks .modal-dialog .modal-content .modal-header {
      border: transparent;
      padding-bottom: 0;
      padding-top: 28px; }
    .modal.share_booking_thanks .modal-dialog .modal-content .modal-body {
      padding: 0 52px 0; }
      .modal.share_booking_thanks .modal-dialog .modal-content .modal-body .heading {
        font-size: 24px;
        line-height: 27px;
        letter-spacing: -0.25px;
        color: #ffffff;
        margin-bottom: 19.31px; }
      .modal.share_booking_thanks .modal-dialog .modal-content .modal-body p {
        font-size: 18px;
        color: #ffffff;
        line-height: 30px;
        margin: 0;
        padding-bottom: 39.63px !important; }
      .modal.share_booking_thanks .modal-dialog .modal-content .modal-body .btn.custom_btn {
        color: #151313; }
      @media (min-width: 768px) {
        .modal.share_booking_thanks .modal-dialog .modal-content .modal-body .btn.custom_btn {
          display: none; } }
      @media (max-width: 767px) {
        .modal.share_booking_thanks .modal-dialog .modal-content .modal-body {
          padding: 0 38px 0; }
          .modal.share_booking_thanks .modal-dialog .modal-content .modal-body .heading {
            font-size: 24px;
            line-height: 30px;
            margin-bottom: 14.77px; }
          .modal.share_booking_thanks .modal-dialog .modal-content .modal-body p {
            color: #ffffff;
            font-size: 16px;
            line-height: 30px;
            padding-bottom: 24.45px !important; }
          .modal.share_booking_thanks .modal-dialog .modal-content .modal-body .btn.custom_btn {
            border: solid 1px #B18950;
            background: #B18950;
            color: #ffffff;
            border-radius: 0px;
            width: 100%;
            margin-bottom: 43px;
            font-size: 14px;
            line-height: 23px;
            padding-top: 13px; }
            .modal.share_booking_thanks .modal-dialog .modal-content .modal-body .btn.custom_btn:hover {
              background: #A99968;
              color: #ffffff;
              border-color: #A99968; } }
  @media (max-width: 767px) {
    .modal.share_booking_thanks .modal-dialog {
      max-width: 90%;
      margin: 0 auto; } }

body.bookTablePageLoad.customize-support .booking-section {
  margin-top: 96.86px; }
  @media (min-width: 992px) and (max-width: 1199px) {
    body.bookTablePageLoad.customize-support .booking-section {
      margin-top: 88.86px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    body.bookTablePageLoad.customize-support .booking-section {
      margin-top: 34.86px; } }
  @media (max-width: 767px) {
    body.bookTablePageLoad.customize-support .booking-section {
      margin-top: 72px; } }

.process-content .step-six .process-header .booking-process h3 {
  font-size: 30px;
  line-height: 35px;
  letter-spacing: -0.3px;
  color: #1D1D1D;
  margin: 0;
  padding: 63px 0 12.27px; }
  @media (max-width: 767px) {
    .process-content .step-six .process-header .booking-process h3 {
      font-size: 25px;
      line-height: 30px;
      letter-spacing: -0.25px;
      padding: 98px 0 24.5px; } }
.process-content .step-six .process-header .booking-process p {
  font-size: 17px;
  line-height: 30px;
  letter-spacing: 0;
  padding: 0 0 28px 0;
  margin: 0px;
  color: #FFFEF0; }
  @media (max-width: 1700px) {
    .process-content .step-six .process-header .booking-process p {
      padding: 17px 113px 5px 0px; } }
  @media (max-width: 1500px) {
    .process-content .step-six .process-header .booking-process p {
      padding: 17px 33px 5px 0px; } }
  @media (max-width: 1388px) {
    .process-content .step-six .process-header .booking-process p {
      padding: 17px 24px 5px 0px;
      font-size: 12px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .process-content .step-six .process-header .booking-process p {
      font-size: 13px; } }
  @media (max-width: 767px) {
    .process-content .step-six .process-header .booking-process p {
      font-size: 16px;
      line-height: 25px;
      padding: 0px 0px 24.5px; } }
@media (max-width: 767px) {
  .process-content .step-six .process-header .booking-process {
    padding: 0 36px; } }
@media (max-width: 767px) {
  .process-content .step-six .process-header h3 {
    font-size: 24px;
    line-height: 32px;
    letter-spacing: -0.24px; } }
@media (max-width: 767px) {
  .process-content .step-six .inner-section {
    padding: 0px 20px 158px 37px !important; } }
.process-content .step-six .process-footer {
  padding: 0 !important; }
  @media (max-width: 767px) {
    .process-content .step-six .process-footer .expe-tp-section {
      margin: 0px 0px 0px 0px;
      padding: 25px 16px;
      background: var(--cream-color); }
      .process-content .step-six .process-footer .expe-tp-section .mobile-view.title {
        width: 100%;
        display: flex;
        font-size: 13px;
        line-height: 18px;
        color: var(--area-border-color);
        padding: 0px 0px 16px;
        font-weight: 500; }
      .process-content .step-six .process-footer .expe-tp-section a.mobile-view.btn.btn-green-border {
        border: 1px solid var(--social-icon-hover);
        background: var(--social-icon-hover);
        color: var(--white);
        height: 37px;
        font-size: 11px;
        padding: 10px 0px 0px;
        margin-top: 14px; } }
  .process-content .step-six .process-footer .expe-tp-section .box-section {
    display: flex;
    margin: 0px 25px 0px 33px;
    padding: 27.87px 26.5px 26.26px 26.5px;
    background: #F4F0EB; }
    @media (max-width: 1700px) {
      .process-content .step-six .process-footer .expe-tp-section .box-section {
        margin: 0px 25px 0px 0px;
        padding: 18.56px 15.5px 18.56px 18.5px; } }
    @media (max-width: 1500px) {
      .process-content .step-six .process-footer .expe-tp-section .box-section {
        margin: 0px 25px 0px 0px;
        padding: 16px 15px 16px 15px; } }
    @media (max-width: 1388px) {
      .process-content .step-six .process-footer .expe-tp-section .box-section {
        margin: 0px 11.5px 0px 0px;
        padding: 14px 13px 14px 13px; } }
    @media (min-width: 992px) and (max-width: 1199px) {
      .process-content .step-six .process-footer .expe-tp-section .box-section {
        margin: 0px 11.5px 0px 0px;
        padding: 11px 10px 11px 10px; } }
    @media (max-width: 767px) {
      .process-content .step-six .process-footer .expe-tp-section .box-section {
        margin: 0px 0px 0px 0px;
        padding: 0;
        background: transparent;
        column-gap: 20px; } }
    .process-content .step-six .process-footer .expe-tp-section .box-section .left-box {
      width: 122.87px;
      height: 122.87px; }
      .process-content .step-six .process-footer .expe-tp-section .box-section .left-box img {
        width: 122.87px;
        height: 122.87px;
        object-fit: cover; }
      @media (max-width: 1388px) {
        .process-content .step-six .process-footer .expe-tp-section .box-section .left-box {
          width: 100px;
          height: 100px; }
          .process-content .step-six .process-footer .expe-tp-section .box-section .left-box img {
            width: 100px;
            height: 100px; } }
      @media (min-width: 992px) and (max-width: 1199px) {
        .process-content .step-six .process-footer .expe-tp-section .box-section .left-box {
          width: 90px;
          height: 90px; }
          .process-content .step-six .process-footer .expe-tp-section .box-section .left-box img {
            width: 90px;
            height: 90px; } }
      @media (max-width: 767px) {
        .process-content .step-six .process-footer .expe-tp-section .box-section .left-box {
          width: 94px;
          height: 94px; }
          .process-content .step-six .process-footer .expe-tp-section .box-section .left-box img {
            width: 94px;
            height: 94px; } }
    .process-content .step-six .process-footer .expe-tp-section .box-section .right-box {
      padding-left: 56.63px; }
      @media (max-width: 1700px) {
        .process-content .step-six .process-footer .expe-tp-section .box-section .right-box {
          padding-left: 45px; } }
      @media (max-width: 1500px) {
        .process-content .step-six .process-footer .expe-tp-section .box-section .right-box {
          padding-left: 40px; } }
      @media (max-width: 1388px) {
        .process-content .step-six .process-footer .expe-tp-section .box-section .right-box {
          padding-left: 20px; } }
      @media (max-width: 767px) {
        .process-content .step-six .process-footer .expe-tp-section .box-section .right-box {
          padding-left: 0px; } }
      .process-content .step-six .process-footer .expe-tp-section .box-section .right-box .title {
        font-size: 22px;
        line-height: 25px;
        letter-spacing: 0.66px;
        color: #000000; }
        @media (max-width: 1388px) {
          .process-content .step-six .process-footer .expe-tp-section .box-section .right-box .title {
            font-size: 14px;
            line-height: 24px; } }
        @media (max-width: 767px) {
          .process-content .step-six .process-footer .expe-tp-section .box-section .right-box .title {
            font-size: 13px;
            line-height: 28px;
            display: none; } }
      .process-content .step-six .process-footer .expe-tp-section .box-section .right-box button.moreread {
        background: transparent;
        border: none;
        font-size: 12px;
        text-transform: capitalize;
        color: var(--black-light2); }
      .process-content .step-six .process-footer .expe-tp-section .box-section .right-box p {
        margin: 0px;
        padding: 14.02px 0px 12.87px;
        font-size: 15px;
        line-height: 18px;
        font-family: 'Gill Sans';
        color: #151313; }
        @media (max-width: 1700px) {
          .process-content .step-six .process-footer .expe-tp-section .box-section .right-box p {
            padding: 12.02px 0px 8.86px; } }
        @media (max-width: 1388px) {
          .process-content .step-six .process-footer .expe-tp-section .box-section .right-box p {
            padding: 6.02px 0px 5.86px;
            line-height: 16px; } }
        @media (max-width: 767px) {
          .process-content .step-six .process-footer .expe-tp-section .box-section .right-box p {
            line-height: 18px;
            padding: 0px; } }
      .process-content .step-six .process-footer .expe-tp-section .box-section .right-box .btn-green-border {
        text-align: center;
        border: 1px solid #A99968;
        border-radius: 0px;
        margin: 0px;
        display: flex;
        background: #A99968;
        align-items: center;
        justify-content: center;
        text-decoration: none;
        outline: none;
        color: #FFFEF0;
        font-size: 14px;
        line-height: 16px;
        font-family: "Baskerville";
        -webkit-transition: .2s ease;
        transition: .2s ease;
        height: 37px;
        width: 244px; }
        @media (max-width: 767px) {
          .process-content .step-six .process-footer .expe-tp-section .box-section .right-box .btn-green-border {
            display: none; } }
        .process-content .step-six .process-footer .expe-tp-section .box-section .right-box .btn-green-border:hover {
          color: var(--bg-color); }
        .process-content .step-six .process-footer .expe-tp-section .box-section .right-box .btn-green-border:focus {
          background: var(--social-icon-hover);
          border: 1px solid var(--social-icon-hover);
          color: var(--white);
          box-shadow: none !important; }
          .process-content .step-six .process-footer .expe-tp-section .box-section .right-box .btn-green-border:focus:hover {
            color: var(--bg-color);
            background: var(--black-light2);
            border-color: var(--black-light2);
            box-shadow: inset 0 -3.7em 0 0 var(--black-light2) !important; }
          @media (max-width: 1500px) {
            .process-content .step-six .process-footer .expe-tp-section .box-section .right-box .btn-green-border:focus {
              height: 35px; } }
        .process-content .step-six .process-footer .expe-tp-section .box-section .right-box .btn-green-border span {
          display: block; }
        .process-content .step-six .process-footer .expe-tp-section .box-section .right-box .btn-green-border i {
          font-style: normal;
          color: var(--bg-color);
          display: none; }
        .process-content .step-six .process-footer .expe-tp-section .box-section .right-box .btn-green-border.active {
          color: var(--bg-color);
          background: var(--black-light2); }
          .process-content .step-six .process-footer .expe-tp-section .box-section .right-box .btn-green-border.active i {
            display: block; }
          .process-content .step-six .process-footer .expe-tp-section .box-section .right-box .btn-green-border.active span {
            display: none; }
    .process-content .step-six .process-footer .expe-tp-section .box-section.effect-box {
      background: var(--bg-color);
      opacity: 0.4; }
      .process-content .step-six .process-footer .expe-tp-section .box-section.effect-box .right-box .btn-green-border {
        pointer-events: none; }
  .process-content .step-six .process-footer .exp-heading {
    font-size: 17px;
    line-height: 16px;
    letter-spacing: -0.17px;
    color: var(--area-border-color);
    font-family: var(--font-family-kudryashev);
    padding: 29px 0px 18.44px 58px; }
    @media (max-width: 1700px) {
      .process-content .step-six .process-footer .exp-heading {
        font-size: 16px;
        line-height: 15px;
        padding: 27px 0px 17.44px 15px; } }
    @media (max-width: 1388px) {
      .process-content .step-six .process-footer .exp-heading {
        padding: 23px 0px 13.44px 15px; } }
    @media (max-width: 767px) {
      .process-content .step-six .process-footer .exp-heading {
        padding: 16.29px 0px 18px 13.5px;
        font-size: 17px;
        line-height: 18px;
        letter-spacing: -0.17px; } }
  .process-content .step-six .process-footer .booking-fields-box {
    padding: 42.87px 0px 0px; }
    .process-content .step-six .process-footer .booking-fields-box .content {
      overflow: auto;
      position: relative;
      padding: 0px;
      max-width: 100%;
      height: calc(100vh - 740px);
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      scrollbar-width: thin;
      scrollbar-color: #A99968;
      scrollbar-width: thin;
      scrollbar-color: #A99968 #ffffff; }
      .process-content .step-six .process-footer .booking-fields-box .content::-webkit-scrollbar-corner,
      .process-content .step-six .process-footer .booking-fields-box .content .scrollbar-1::-webkit-scrollbar-track {
        background-color: #cdcdcd; }
      .process-content .step-six .process-footer .booking-fields-box .content::-webkit-scrollbar {
        width: 6px;
        height: 6px; }
        .process-content .step-six .process-footer .booking-fields-box .content::-webkit-scrollbar-track {
          background-clip: content-box;
          border: 8px solid rgba(255, 255, 255, 0.3);
          background-color: #ffffff; }
        .process-content .step-six .process-footer .booking-fields-box .content::-webkit-scrollbar-thumb {
          background-color: #A99968;
          border-radius: 12px; }
          .process-content .step-six .process-footer .booking-fields-box .content::-webkit-scrollbar-thumb:hover {
            background-color: #A99968; }
        .process-content .step-six .process-footer .booking-fields-box .content::-webkit-scrollbar-corner, .process-content .step-six .process-footer .booking-fields-box .content::-webkit-scrollbar-track {
          background-color: #A99968;
          border-radius: 12px; }
      @media (max-width: 1700px) {
        .process-content .step-six .process-footer .booking-fields-box .content {
          height: calc(100vh - 682px); } }
      @media (max-width: 1500px) {
        .process-content .step-six .process-footer .booking-fields-box .content {
          height: calc(100vh - 696px); } }
      @media (max-width: 1388px) {
        .process-content .step-six .process-footer .booking-fields-box .content {
          height: calc(100vh - 517px); } }
      @media (min-width: 1200px) and (max-width: 1280px) {
        .process-content .step-six .process-footer .booking-fields-box .content {
          height: calc(100vh - 537px); } }
      @media (min-width: 992px) and (max-width: 1199px) {
        .process-content .step-six .process-footer .booking-fields-box .content {
          height: calc(100vh - 615px); } }
      @media (max-width: 1180px) {
        .process-content .step-six .process-footer .booking-fields-box .content {
          height: calc(100vh - 525px); } }
      @media (max-width: 1011px) {
        .process-content .step-six .process-footer .booking-fields-box .content {
          height: calc(100vh - 555px); } }
      @media (max-width: 1024px) {
        .process-content .step-six .process-footer .booking-fields-box .content {
          height: calc(100vh - 555px); } }
      @media (min-width: 768px) and (max-width: 991px) {
        .process-content .step-six .process-footer .booking-fields-box .content {
          height: 100%;
          padding-bottom: 50px;
          overflow: visible !important;
          -webkit-touch-callout: inherit !important;
          touch-action: initial !important; }
          .process-content .step-six .process-footer .booking-fields-box .content .mCSB_container {
            margin-right: 0px; }
          .process-content .step-six .process-footer .booking-fields-box .content .mCSB_scrollTools {
            display: none !important; } }
      @media (max-width: 767px) {
        .process-content .step-six .process-footer .booking-fields-box .content {
          height: 100%;
          padding-bottom: 0px;
          overflow: visible !important;
          -webkit-touch-callout: inherit !important;
          touch-action: initial !important; }
          .process-content .step-six .process-footer .booking-fields-box .content .mCSB_container {
            margin-right: 0px;
            top: 0 !important; }
          .process-content .step-six .process-footer .booking-fields-box .content .mCSB_scrollTools {
            display: none !important; } }
      .process-content .step-six .process-footer .booking-fields-box .content .exp-section .box-section {
        display: flex;
        margin: 0px 59.5px 0px 59.5px;
        border-bottom: 1px solid rgba(255, 254, 240, 0.5);
        padding: 48.37px 0px 35.76px; }
        .process-content .step-six .process-footer .booking-fields-box .content .exp-section .box-section:nth-child(1) {
          padding-top: 0px; }
        @media (max-width: 1700px) {
          .process-content .step-six .process-footer .booking-fields-box .content .exp-section .box-section {
            margin: 0px 0 0px 19.5px;
            padding: 26.13px 0px 42px; } }
        @media (max-width: 1500px) {
          .process-content .step-six .process-footer .booking-fields-box .content .exp-section .box-section {
            margin: 0px 0 0px 0px;
            padding: 24.13px 0px 40px; } }
        @media (max-width: 1388px) {
          .process-content .step-six .process-footer .booking-fields-box .content .exp-section .box-section {
            margin: 0px 0 0px 0px;
            padding: 20.13px 0px 29px; } }
        @media (min-width: 992px) and (max-width: 1199px) {
          .process-content .step-six .process-footer .booking-fields-box .content .exp-section .box-section {
            margin: 0px 0px 0px 0px;
            padding: 20.13px 0px 29px; } }
        @media (max-width: 767px) {
          .process-content .step-six .process-footer .booking-fields-box .content .exp-section .box-section {
            margin: 0px 0px 0px 0px;
            padding: 34.13px 0px 22.86px;
            column-gap: 19px; }
            .process-content .step-six .process-footer .booking-fields-box .content .exp-section .box-section:first-child {
              padding: 8px 0px 22.86px; } }
        .process-content .step-six .process-footer .booking-fields-box .content .exp-section .box-section .left-box {
          width: 122.87px;
          height: 122.87px; }
          .process-content .step-six .process-footer .booking-fields-box .content .exp-section .box-section .left-box img {
            width: 122.87px;
            height: 122.87px;
            object-fit: cover; }
          @media (max-width: 1388px) {
            .process-content .step-six .process-footer .booking-fields-box .content .exp-section .box-section .left-box {
              width: 120px;
              height: 120px; }
              .process-content .step-six .process-footer .booking-fields-box .content .exp-section .box-section .left-box img {
                width: 120px;
                height: 120px; } }
          @media (min-width: 992px) and (max-width: 1199px) {
            .process-content .step-six .process-footer .booking-fields-box .content .exp-section .box-section .left-box {
              width: 112px;
              height: 112px; }
              .process-content .step-six .process-footer .booking-fields-box .content .exp-section .box-section .left-box img {
                width: 112px;
                height: 112px; } }
          @media (max-width: 767px) {
            .process-content .step-six .process-footer .booking-fields-box .content .exp-section .box-section .left-box {
              width: 81px;
              height: 81px; }
              .process-content .step-six .process-footer .booking-fields-box .content .exp-section .box-section .left-box img {
                width: 81px;
                height: 81px; } }
        .process-content .step-six .process-footer .booking-fields-box .content .exp-section .box-section .right-box {
          padding-left: 56.63px; }
          @media (max-width: 1500px) {
            .process-content .step-six .process-footer .booking-fields-box .content .exp-section .box-section .right-box {
              padding-left: 42px; } }
          @media (max-width: 1388px) {
            .process-content .step-six .process-footer .booking-fields-box .content .exp-section .box-section .right-box {
              padding-left: 22px; } }
          @media (max-width: 767px) {
            .process-content .step-six .process-footer .booking-fields-box .content .exp-section .box-section .right-box {
              padding-left: 0px; } }
          .process-content .step-six .process-footer .booking-fields-box .content .exp-section .box-section .right-box .title {
            font-size: 22px;
            line-height: 25px;
            color: #FFFEF0;
            letter-spacing: 0.66px;
            font-family: "Baskerville"; }
            @media (max-width: 1388px) {
              .process-content .step-six .process-footer .booking-fields-box .content .exp-section .box-section .right-box .title {
                font-size: 14px;
                line-height: 24px; } }
            @media (max-width: 767px) {
              .process-content .step-six .process-footer .booking-fields-box .content .exp-section .box-section .right-box .title {
                font-size: 16px;
                line-height: 28px; } }
          .process-content .step-six .process-footer .booking-fields-box .content .exp-section .box-section .right-box button.moreread {
            background: transparent;
            border: none;
            font-size: 12px;
            text-transform: capitalize;
            color: #1D1D1D; }
          .process-content .step-six .process-footer .booking-fields-box .content .exp-section .box-section .right-box p {
            margin: 0px;
            padding: 14.02px 0px 12.87px;
            font-size: 15px;
            line-height: 18px;
            color: #FFFEF0; }
            @media (max-width: 1700px) {
              .process-content .step-six .process-footer .booking-fields-box .content .exp-section .box-section .right-box p {
                padding: 12.02px 0px 8.86px; } }
            @media (max-width: 1388px) {
              .process-content .step-six .process-footer .booking-fields-box .content .exp-section .box-section .right-box p {
                padding: 6.02px 0px 5.86px;
                line-height: 16px; } }
            @media (max-width: 767px) {
              .process-content .step-six .process-footer .booking-fields-box .content .exp-section .box-section .right-box p {
                font-size: 12px;
                line-height: 20px;
                padding: 16.02px 0px 14.02px; } }
            .process-content .step-six .process-footer .booking-fields-box .content .exp-section .box-section .right-box p a {
              color: #151313;
              text-decoration: underline; }
          .process-content .step-six .process-footer .booking-fields-box .content .exp-section .box-section .right-box .btn-green-border {
            text-align: center;
            background: #A99968;
            border: 1px solid #A99968;
            border-radius: 0px;
            margin: 0px 0px 0px 0px;
            display: flex;
            align-items: center;
            justify-content: center;
            text-decoration: none;
            outline: none;
            color: #FFFEF0;
            font-size: 14px;
            line-height: 16px;
            -webkit-transition: .2s ease;
            transition: .2s ease;
            height: 37px;
            width: 172px; }
            .process-content .step-six .process-footer .booking-fields-box .content .exp-section .box-section .right-box .btn-green-border:hover {
              color: #ffffff;
              background: #A99968;
              border-color: #A99968;
              box-shadow: none !important; }
            .process-content .step-six .process-footer .booking-fields-box .content .exp-section .box-section .right-box .btn-green-border:focus {
              background: #A99968;
              border-color: #A99968;
              color: #ffffff;
              box-shadow: none !important; }
              .process-content .step-six .process-footer .booking-fields-box .content .exp-section .box-section .right-box .btn-green-border:focus:hover {
                color: #ffffff;
                background: #A99968;
                border-color: #A99968;
                box-shadow: none !important; }
            .process-content .step-six .process-footer .booking-fields-box .content .exp-section .box-section .right-box .btn-green-border span {
              display: block; }
            .process-content .step-six .process-footer .booking-fields-box .content .exp-section .box-section .right-box .btn-green-border i {
              font-style: normal;
              color: #151313;
              display: none; }
            .process-content .step-six .process-footer .booking-fields-box .content .exp-section .box-section .right-box .btn-green-border.active {
              color: #ffffff;
              background: #A99968;
              border-color: #A99968;
              box-shadow: none !important; }
              .process-content .step-six .process-footer .booking-fields-box .content .exp-section .box-section .right-box .btn-green-border.active i {
                display: block;
                color: #ffffff; }
              .process-content .step-six .process-footer .booking-fields-box .content .exp-section .box-section .right-box .btn-green-border.active span {
                display: none; }
        .process-content .step-six .process-footer .booking-fields-box .content .exp-section .box-section.effect-box {
          opacity: 0.3; }
          .process-content .step-six .process-footer .booking-fields-box .content .exp-section .box-section.effect-box .right-box .btn-green-border {
            pointer-events: none; }
  .process-content .step-six .process-footer .process-btn {
    position: absolute;
    bottom: 35px;
    left: 0px;
    width: 100%;
    z-index: 1;
    padding-left: 15px;
    padding-right: 15px; }
    @media (min-width: 768px) {
      .process-content .step-six .process-footer .process-btn {
        padding-left: calc(-27.3661971831px + 100vw * 0.0551643192); } }
    @media (min-width: 1620px) {
      .process-content .step-six .process-footer .process-btn {
        padding-left: 62px; } }
    @media (min-width: 768px) {
      .process-content .step-six .process-footer .process-btn {
        padding-right: calc(-27.3661971831px + 100vw * 0.0551643192); } }
    @media (min-width: 1620px) {
      .process-content .step-six .process-footer .process-btn {
        padding-right: 62px; } }
    @media (min-width: 992px) and (max-width: 1619.98px) {
      .process-content .step-six .process-footer .process-btn {
        padding-left: 48.36px;
        padding-right: 48.36px; } }
    @media (max-width: 1388px) {
      .process-content .step-six .process-footer .process-btn {
        bottom: 70px; } }
    @media (min-width: 1200px) and (max-width: 1280px) {
      .process-content .step-six .process-footer .process-btn {
        bottom: 65px; } }
    @media (min-width: 1200px) and (max-width: 1280px) {
      .process-content .step-six .process-footer .process-btn {
        bottom: 65px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .process-content .step-six .process-footer .process-btn {
        position: inherit;
        bottom: inherit;
        width: 100%;
        margin: 0 auto;
        margin-bottom: 75px; } }
    @media (max-width: 767px) {
      .process-content .step-six .process-footer .process-btn {
        position: inherit;
        bottom: inherit;
        margin-top: 33.27px;
        margin-bottom: 24px; } }
    .process-content .step-six .process-footer .process-btn .btn-green {
      color: #ffffff;
      background: #B18950;
      border-color: #B18950;
      border-radius: 0px;
      width: 100%;
      font-size: 16px;
      line-height: 16px;
      letter-spacing: -0.16px;
      padding: 16px 0;
      width: 100%;
      margin: 0 auto;
      display: flex;
      text-align: center;
      justify-content: center;
      align-items: center; }
      .process-content .step-six .process-footer .process-btn .btn-green:focus {
        outline: none;
        box-shadow: inherit; }
      .process-content .step-six .process-footer .process-btn .btn-green span {
        display: block;
        color: #ffffff; }
      .process-content .step-six .process-footer .process-btn .btn-green:hover, .process-content .step-six .process-footer .process-btn .btn-green:focus {
        color: #ffffff;
        background: #A99968;
        border-color: #A99968; }
        .process-content .step-six .process-footer .process-btn .btn-green:hover span, .process-content .step-six .process-footer .process-btn .btn-green:focus span {
          color: var(--white); }
      .process-content .step-six .process-footer .process-btn .btn-green i {
        font-style: normal;
        display: none; }
      .process-content .step-six .process-footer .process-btn .btn-green.active {
        color: #ffffff;
        background: #A99968;
        border-color: #A99968;
        pointer-events: none;
        pointer-events: visible;
        opacity: 1; }
        .process-content .step-six .process-footer .process-btn .btn-green.active span {
          display: none; }
        .process-content .step-six .process-footer .process-btn .btn-green.active i {
          display: block; }
.process-content .step-seven .process-header .booking-process p {
  color: var(--bg-color);
  font-size: 13px;
  line-height: 18px;
  letter-spacing: 0;
  padding: 15px 213px 5px 0px;
  margin: 0px; }
  @media (max-width: 1700px) {
    .process-content .step-seven .process-header .booking-process p {
      padding: 17px 113px 5px 0px; } }
  @media (max-width: 1500px) {
    .process-content .step-seven .process-header .booking-process p {
      padding: 17px 33px 5px 0px; } }
  @media (max-width: 1388px) {
    .process-content .step-seven .process-header .booking-process p {
      padding: 17px 4px 5px 0px;
      font-size: 12px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .process-content .step-seven .process-header .booking-process p {
      font-size: 13px; } }
  @media (max-width: 767px) {
    .process-content .step-seven .process-header .booking-process p {
      font-size: 13px;
      padding: 12px 15px 5px 0px; } }
@media (max-width: 767px) {
  .process-content .step-seven .process-header .booking-process h3 {
    font-size: 24px;
    line-height: 32px;
    letter-spacing: -0.24px; } }
@media (max-width: 1388px) {
  .process-content .step-seven .process-footer .process-section .booking-process.mCustomScrollbar {
    height: calc(100vh - 452px) !important;
    overflow: auto;
    position: relative;
    overflow-y: auto; } }
@media (min-width: 1200px) and (max-width: 1280px) {
  .process-content .step-seven .process-footer .process-section .booking-process.mCustomScrollbar {
    height: calc(100vh - 420px) !important;
    overflow-y: auto; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .process-content .step-seven .process-footer .process-section .booking-process.mCustomScrollbar {
    height: calc(100vh - 632px) !important;
    overflow-y: auto; } }
@media (min-width: 768px) and (max-width: 991px) {
  .process-content .step-seven .process-footer .process-section .booking-process.mCustomScrollbar {
    height: auto !important;
    overflow: visible !important;
    -webkit-touch-callout: inherit !important;
    touch-action: initial !important; } }
@media (max-width: 767px) {
  .process-content .step-seven .process-footer .process-section .booking-process.mCustomScrollbar {
    height: auto !important;
    overflow: visible !important;
    -webkit-touch-callout: inherit !important;
    touch-action: initial !important; } }
.process-content .step-seven .process-footer .process-section .booking-process .booking-fields-box {
  width: 737px; }
  @media (max-width: 1700px) {
    .process-content .step-seven .process-footer .process-section .booking-process .booking-fields-box {
      width: 647px; } }
  @media (max-width: 1500px) {
    .process-content .step-seven .process-footer .process-section .booking-process .booking-fields-box {
      width: 577px; } }
  @media (max-width: 1388px) {
    .process-content .step-seven .process-footer .process-section .booking-process .booking-fields-box {
      width: 537px; }
      .process-content .step-seven .process-footer .process-section .booking-process .booking-fields-box.mCustomScrollbar {
        height: calc(100vh - 452px);
        overflow: auto;
        position: relative; } }
  @media (min-width: 1200px) and (max-width: 1280px) {
    .process-content .step-seven .process-footer .process-section .booking-process .booking-fields-box {
      width: 517px; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .process-content .step-seven .process-footer .process-section .booking-process .booking-fields-box {
      width: 390px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .process-content .step-seven .process-footer .process-section .booking-process .booking-fields-box {
      width: 100%;
      padding-right: 0px; } }
  @media (max-width: 767px) {
    .process-content .step-seven .process-footer .process-section .booking-process .booking-fields-box {
      width: 100%; } }
.process-content .step-seven .process-footer .process-section .booking-process .booking-for-form {
  padding: 25px 0px 0px 0px;
  margin: 0px; }
  .process-content .step-seven .process-footer .process-section .booking-process .booking-for-form .title {
    color: var(--yellow-light);
    padding-bottom: 23px;
    font-size: 15px;
    line-height: 18px; }
  .process-content .step-seven .process-footer .process-section .booking-process .booking-for-form .form-group {
    position: relative; }
    .process-content .step-seven .process-footer .process-section .booking-process .booking-for-form .form-group .text-danger {
      margin: 0;
      line-height: normal !important;
      font-size: 12px;
      font-family: inherit;
      font-weight: 500;
      padding: 5px 0 0;
      color: var(--error-color);
      font-family: 'Work Sans', sans-serif;
      position: absolute;
      bottom: -16px; }
  @media (max-width: 1388px) {
    .process-content .step-seven .process-footer .process-section .booking-process .booking-for-form .form-group {
      margin-bottom: 27px; } }
  @media (min-width: 1200px) and (max-width: 1280px) {
    .process-content .step-seven .process-footer .process-section .booking-process .booking-for-form {
      padding: 3px 0px 0px 0px; }
      .process-content .step-seven .process-footer .process-section .booking-process .booking-for-form .form-group {
        margin-bottom: 20px; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .process-content .step-seven .process-footer .process-section .booking-process .booking-for-form {
      padding: 15px 0px 0px 0px; }
      .process-content .step-seven .process-footer .process-section .booking-process .booking-for-form .form-group {
        margin-bottom: 9px; }
        .process-content .step-seven .process-footer .process-section .booking-process .booking-for-form .form-group .span.error.text-danger {
          bottom: -13px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .process-content .step-seven .process-footer .process-section .booking-process .booking-for-form {
      width: 90%;
      margin: 0 auto; } }
  @media (max-width: 767px) {
    .process-content .step-seven .process-footer .process-section .booking-process .booking-for-form .form-group {
      margin-bottom: 45px; }
    .process-content .step-seven .process-footer .process-section .booking-process .booking-for-form .row {
      margin-left: 0;
      margin-right: 0;
      justify-content: space-between; }
      .process-content .step-seven .process-footer .process-section .booking-process .booking-for-form .row [class*="col-"] {
        margin-bottom: 0;
        padding-left: 0;
        padding-right: 0; }
        .process-content .step-seven .process-footer .process-section .booking-process .booking-for-form .row [class*="col-"]:nth-child(2), .process-content .step-seven .process-footer .process-section .booking-process .booking-for-form .row [class*="col-"]:nth-child(3) {
          flex: 0 0 auto;
          width: 47%; }
        .process-content .step-seven .process-footer .process-section .booking-process .booking-for-form .row [class*="col-"]:last-child .form-group {
          margin-bottom: 0px; } }
  .process-content .step-seven .process-footer .process-section .booking-process .booking-for-form:before {
    display: none; }
  .process-content .step-seven .process-footer .process-section .booking-process .booking-for-form .error-msg-card {
    margin: 0;
    line-height: normal !important;
    font-size: 12px;
    font-family: inherit;
    font-weight: 500;
    padding: 5px 0 0;
    color: var(--error-color);
    font-family: 'Work Sans', sans-serif; }
@media (min-width: 768px) and (max-width: 991px) {
  .process-content .step-seven .process-footer .process-section .booking-process {
    padding-left: 0; } }
@media (max-width: 767px) {
  .process-content .step-seven .process-footer .process-section .booking-process {
    padding-left: 0; } }

@media (min-width: 1200px) and (max-width: 1280px) {
  .datepicker.dropdown-menu {
    z-index: 1030; }

  .bookTablePageLoad header nav.navbar-light .navbar-nav .nav-item .nav-link {
    padding-left: 34px;
    padding-right: 34px; } }
.booking-section .process-container .process-content .wrap-drop.bookdate span {
  color: #FFFEF0; }
.booking-section .process-container .process-content .step-four .process-header ul.content-icon-view-section {
  padding: 0px; }
  .booking-section .process-container .process-content .step-four .process-header ul.content-icon-view-section li span {
    font-family: "Gill Sans MT";
    font-size: 16px;
    letter-spacing: 0;
    line-height: 19px; }
  .booking-section .process-container .process-content .step-four .process-header ul.content-icon-view-section li:nth-child(2) {
    padding: 0px 35.02px 0px 48.51px; }
  @media (max-width: 767px) {
    .booking-section .process-container .process-content .step-four .process-header ul.content-icon-view-section {
      padding: 0px; } }

.process-header .booking-process.common-header {
  background: #A99968;
  padding: 85px 0px 33px 62px;
  position: relative; }
  @media (min-width: 1200px) and (max-width: 1280px) {
    .process-header .booking-process.common-header {
      padding: 53px 0px 15px 62px; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .process-header .booking-process.common-header {
      padding: 53px 0px 15px 62px; } }
  @media (max-width: 767px) {
    .process-header .booking-process.common-header {
      padding: 62px 20px 49px 39px; } }
  .process-header .booking-process.common-header:before {
    content: '';
    background: url(../svg/wave-pattern-large.svg);
    width: 100%;
    height: 30.65px;
    position: absolute;
    top: 0;
    left: 0px; }
  .process-header .booking-process.common-header .heading {
    font-size: 26px;
    line-height: 29px;
    letter-spacing: 2.08px;
    font-weight: normal;
    color: #FFFEF0;
    margin: 0px;
    padding: 0px 0px 13px; }
  .process-header .booking-process.common-header p {
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 1.28px;
    color: #FFFEF0;
    margin: 0px;
    padding: 0px;
    max-width: 454px; }

.booking-section .process-container .process-content .step-two .process-header .booking-process.common-header {
  background: #A99968;
  padding: 82px 0px 33px 62px;
  position: relative; }
  @media (max-width: 767px) {
    .booking-section .process-container .process-content .step-two .process-header .booking-process.common-header {
      padding: 53px 40px 35.38px 40px; } }
  .booking-section .process-container .process-content .step-two .process-header .booking-process.common-header .heading {
    padding: 0px 0px 19px; }
.booking-section .process-container .process-content .step-two .inner-section .process-body .terms-box label span {
  width: 24px !important;
  min-width: 24px !important;
  height: 24px !important;
  min-height: 24px !important;
  max-height: 24px !important;
  max-width: 24px !important;
  border: 1px solid #FFFEF0;
  background: #151313;
  display: inline-block;
  position: relative;
  margin-right: 9.5px; }
.booking-section .process-container .process-content .step-three .process-header .booking-process.common-header {
  background: #A99968;
  padding: 82px 62px 45px 62px;
  position: relative; }
  @media (max-width: 767px) {
    .booking-section .process-container .process-content .step-three .process-header .booking-process.common-header {
      padding: 59px 58px 26.38px 39px; } }
  .booking-section .process-container .process-content .step-three .process-header .booking-process.common-header .heading {
    padding: 0px; }
  .booking-section .process-container .process-content .step-three .process-header .booking-process.common-header p {
    font-size: 16px;
    line-height: 21px;
    letter-spacing: 1.28px;
    color: #FFFEF0;
    margin: 0px;
    padding: 13px 0 0 0px;
    max-width: 454px; }
.booking-section .process-container .process-content .step-four .process-header .booking-process.common-header {
  background: #A99968;
  padding: 165px 0px 37.38px 62px;
  position: relative; }
  @media (max-width: 767px) {
    .booking-section .process-container .process-content .step-four .process-header .booking-process.common-header {
      padding: 62px 39px 26.38px 39px; } }
  .booking-section .process-container .process-content .step-four .process-header .booking-process.common-header .heading {
    padding: 0px 0px 21.65px; }
    @media (max-width: 767px) {
      .booking-section .process-container .process-content .step-four .process-header .booking-process.common-header .heading {
        padding: 0px 0px 14.65px; } }
.booking-section .process-container .process-content .step-four .inner-section {
  padding: 48px 62px 28px 62px;
  height: calc(100vh - 410px) !important; }
  @media (max-width: 767px) {
    .booking-section .process-container .process-content .step-four .inner-section {
      padding: 37px 20px 38px 20px !important;
      height: auto !important; } }
.booking-section .process-container .process-content .step-five .process-header .booking-process.common-header {
  background: #A99968;
  padding: 275px 60px 44.53px 60px;
  position: relative; }
  @media (min-width: 1200px) and (max-width: 1280px) {
    .booking-section .process-container .process-content .step-five .process-header .booking-process.common-header {
      padding: 225px 60px 44.53px 60px; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .booking-section .process-container .process-content .step-five .process-header .booking-process.common-header {
      padding: 175px 60px 44.53px 60px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .booking-section .process-container .process-content .step-five .process-header .booking-process.common-header {
      padding: 125px 60px 44.53px 60px; } }
  @media (max-width: 767px) {
    .booking-section .process-container .process-content .step-five .process-header .booking-process.common-header {
      padding: 56px 38px 35.38px 38px; } }
  .booking-section .process-container .process-content .step-five .process-header .booking-process.common-header .content-icon-view-section {
    padding: 0; }
    @media (max-width: 767px) {
      .booking-section .process-container .process-content .step-five .process-header .booking-process.common-header .content-icon-view-section li:nth-child(2) {
        padding: 0px 35.02px 0px 48.51px; } }
    @media (max-width: 340px) {
      .booking-section .process-container .process-content .step-five .process-header .booking-process.common-header .content-icon-view-section li:nth-child(2) {
        padding: 0px 35.02px 0px 26.51px; } }
  .booking-section .process-container .process-content .step-five .process-header .booking-process.common-header p {
    max-width: 687px; }
    .booking-section .process-container .process-content .step-five .process-header .booking-process.common-header p:last-child {
      padding: 0; }
.booking-section .process-container .process-content .step-five .inner-section {
  padding: 41px 62px 0px 62px;
  height: calc(100vh - 576px) !important; }
  @media (max-width: 767px) {
    .booking-section .process-container .process-content .step-five .inner-section {
      padding: 25px 20px 38px 20px !important;
      max-width: 100% !important;
      width: 100% !important;
      height: auto !important; } }
  .booking-section .process-container .process-content .step-five .inner-section .process-body {
    padding-left: 0;
    padding-right: 0; }
    .booking-section .process-container .process-content .step-five .inner-section .process-body .booking-inner-section a:last-child {
      margin: 0; }
.booking-section .process-container .process-content .step-six .process-header .booking-process.common-header {
  background: #A99968;
  padding: 114px 0px 33px 62px;
  position: relative; }
  @media (max-width: 767px) {
    .booking-section .process-container .process-content .step-six .process-header .booking-process.common-header {
      padding: 62px 20px 33px 39px; } }
  .booking-section .process-container .process-content .step-six .process-header .booking-process.common-header p {
    max-width: 687px; }
    .booking-section .process-container .process-content .step-six .process-header .booking-process.common-header p:last-child {
      padding: 0; }
.booking-section .process-container .process-content .step-six .inner-section {
  padding: 41px 62px 0px 62px;
  height: calc(100vh - 387px) !important; }
  @media (max-width: 767px) {
    .booking-section .process-container .process-content .step-six .inner-section {
      padding: 25px 20px 38px 20px !important;
      max-width: 100% !important;
      width: 100% !important;
      height: auto !important; } }

#loader-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.7);
  text-align: center;
  right: 0; }

#loader {
  display: block;
  position: relative;
  left: 50%;
  top: 50%;
  width: 150px;
  height: 150px;
  margin: -75px 0 0 -75px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #000;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite; }

#loader {
  z-index: 1001; }

#loader:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #A99968;
  -webkit-animation: spin 3s linear infinite;
  animation: spin 3s linear infinite; }

#loader:after {
  content: "";
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #A99968 !important;
  -webkit-animation: spin 1.5s linear infinite;
  animation: spin 1.5s linear infinite; }

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg); } }
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg); } }
#loader-wrapper .loader-section {
  position: fixed;
  top: 0;
  width: 51%;
  height: 100%;
  background: #222222;
  z-index: 1000; }

#loader-wrapper .loader-section.section-left {
  left: 0; }

#loader-wrapper .loader-section.section-right {
  right: 0; }

.loaded #loader-wrapper .loader-section.section-left {
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%); }

.loaded #loader-wrapper .loader-section.section-right {
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%); }

.loaded {
  visibility: hidden; }

/*========== new =========*/
.lds-ellipsis {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px; }

.lds-ellipsis div {
  position: absolute;
  top: 33px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #fff;
  animation-timing-function: cubic-bezier(0, 1, 1, 0); }

.lds-ellipsis div:nth-child(1) {
  left: 8px;
  animation: lds-ellipsis1 0.6s infinite; }

.lds-ellipsis div:nth-child(2) {
  left: 8px;
  animation: lds-ellipsis2 0.6s infinite; }

.lds-ellipsis div:nth-child(3) {
  left: 32px;
  animation: lds-ellipsis2 0.6s infinite; }

.lds-ellipsis div:nth-child(4) {
  left: 56px;
  animation: lds-ellipsis3 0.6s infinite; }

@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0); }
  100% {
    transform: scale(1); } }
@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1); }
  100% {
    transform: scale(0); } }
@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0); }
  100% {
    transform: translate(24px, 0); } }
.loader-logo img {
  width: 150px; }

.loader-logo-wrapper {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column; }

/*===end======= new =========*/
.container-588 {
  margin: 0 auto;
  position: relative;
  max-width: inherit;
  width: 100%; }
  @media (max-width: 767.98px) {
    .container-588 {
      padding-left: var(--bs-gutter-x, 1rem);
      padding-right: var(--bs-gutter-x, 1rem); } }
  @media (min-width: 768px) {
    .container-588 {
      max-width: 588px; } }

section.event-type-accordian-1 {
  padding: 45.41px 0px 85.33px; }
  @media (max-width: 767px) {
    section.event-type-accordian-1 {
      padding: 39.03px 0px 47.7px; } }
  section.event-type-accordian-1 .accordion {
    overflow: hidden; }
  section.event-type-accordian-1 .accordion-item {
    background: transparent;
    border: none;
    border-bottom: solid 1px #1D1D1D;
    border-radius: 0px; }
    section.event-type-accordian-1 .accordion-item .accordion-collapse {
      border-radius: 0px; }
    section.event-type-accordian-1 .accordion-item .accordion-button {
      background: transparent;
      color: #1D1D1D;
      font-family: 'Garamond';
      font-weight: bold;
      font-size: 22px;
      letter-spacing: 0px;
      line-height: 25px;
      margin: 0;
      border: none;
      border-radius: 0px;
      padding-left: 0px;
      padding-right: 0px;
      padding-top: 36.67px;
      padding-bottom: 10.25px;
      box-shadow: none; }
      @media (min-width: 768px) {
        section.event-type-accordian-1 .accordion-item .accordion-button {
          font-size: calc(22px + 100vw * 0); } }
      @media (min-width: 1620px) {
        section.event-type-accordian-1 .accordion-item .accordion-button {
          font-size: 22px; } }
      @media (min-width: 768px) {
        section.event-type-accordian-1 .accordion-item .accordion-button {
          line-height: calc(25px + 100vw * 0); } }
      @media (min-width: 1620px) {
        section.event-type-accordian-1 .accordion-item .accordion-button {
          line-height: 25px; } }
      @media (max-width: 767px) {
        section.event-type-accordian-1 .accordion-item .accordion-button {
          padding-top: 34.67px;
          padding-bottom: 10.25px; } }
      section.event-type-accordian-1 .accordion-item .accordion-button.collapsed {
        border-radius: 0px; }
      section.event-type-accordian-1 .accordion-item .accordion-button:focus {
        box-shadow: none; }
      section.event-type-accordian-1 .accordion-item .accordion-button:after {
        position: absolute;
        right: 0px;
        background: url(../svg/faq-arrow-down-.svg) right 50% no-repeat;
        background-size: 100% auto;
        width: 15px;
        top: 28px;
        width: 11px; }
        @media (min-width: 768px) {
          section.event-type-accordian-1 .accordion-item .accordion-button:after {
            top: calc(18.0845070423px + 100vw * 0.0129107981); } }
        @media (min-width: 1620px) {
          section.event-type-accordian-1 .accordion-item .accordion-button:after {
            top: 39px; } }
        @media (min-width: 768px) {
          section.event-type-accordian-1 .accordion-item .accordion-button:after {
            width: calc(7.3943661972px + 100vw * 0.0046948357); } }
        @media (min-width: 1620px) {
          section.event-type-accordian-1 .accordion-item .accordion-button:after {
            width: 15px; } }
        @media (min-width: 992px) and (max-width: 1619.98px) {
          section.event-type-accordian-1 .accordion-item .accordion-button:after {
            width: 12.45px; } }
        @media (max-width: 767px) {
          section.event-type-accordian-1 .accordion-item .accordion-button:after {
            top: 38px;
            width: 14px; } }
  section.event-type-accordian-1 .accordion-body {
    padding: 9.63px 0 10.75px; }
    @media (max-width: 767.98px) {
      section.event-type-accordian-1 .accordion-body {
        padding: 9.63px 0 24.08px; } }
    section.event-type-accordian-1 .accordion-body p {
      font-family: 'Garamond';
      font-weight: normal;
      color: #151313;
      font-weight: 300;
      margin-bottom: 0px;
      letter-spacing: -0.16px;
      font-size: 16px;
      line-height: 25px; }
      @media (min-width: 768px) {
        section.event-type-accordian-1 .accordion-body p {
          font-size: calc(16px + 100vw * 0); } }
      @media (min-width: 1620px) {
        section.event-type-accordian-1 .accordion-body p {
          font-size: 16px; } }
      @media (min-width: 768px) {
        section.event-type-accordian-1 .accordion-body p {
          line-height: calc(25px + 100vw * 0); } }
      @media (min-width: 1620px) {
        section.event-type-accordian-1 .accordion-body p {
          line-height: 25px; } }

/* Career page starts here */
.career-banner {
  margin-bottom: 0px; }
  .career-banner .banner-inner {
    position: relative; }
    .career-banner .banner-inner:after {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.5); }
    .career-banner .banner-inner video {
      height: calc(100vh - 117px);
      vertical-align: top;
      object-fit: cover; }
      @media (max-width: 1700px) {
        .career-banner .banner-inner video {
          height: calc(100vh - 111px); } }
      @media (max-width: 1500px) {
        .career-banner .banner-inner video {
          height: 920px; } }
      @media (max-width: 1388px) {
        .career-banner .banner-inner video {
          height: 900px; } }
      @media (min-width: 992px) and (max-width: 1199px) {
        .career-banner .banner-inner video {
          height: 800px; } }
      @media (min-width: 768px) and (max-width: 991px) {
        .career-banner .banner-inner video {
          height: 620px; } }
      @media (max-width: 767px) {
        .career-banner .banner-inner video {
          height: 580px; } }
    .career-banner .banner-inner img {
      width: 100%;
      object-fit: cover;
      height: 959px; }
      @media (max-width: 1700px) {
        .career-banner .banner-inner img {
          height: 949px; } }
      @media (max-width: 1500px) {
        .career-banner .banner-inner img {
          height: 920px; } }
      @media (max-width: 1388px) {
        .career-banner .banner-inner img {
          height: 900px; } }
      @media (min-width: 992px) and (max-width: 1199px) {
        .career-banner .banner-inner img {
          height: 800px; } }
      @media (min-width: 768px) and (max-width: 991px) {
        .career-banner .banner-inner img {
          height: 620px; } }
      @media (max-width: 767px) {
        .career-banner .banner-inner img {
          height: 500px; } }
    .career-banner .banner-inner .banner-text .btn-white-border {
      width: 211px;
      background: transparent;
      color: #ffffff; }
      .career-banner .banner-inner .banner-text .btn-white-border:hover {
        color: #151313;
        background: #ffffff; }
      .career-banner .banner-inner .banner-text .btn-white-border span {
        font-size: 16px;
        line-height: 23px; }
      @media (max-width: 767px) {
        .career-banner .banner-inner .banner-text .btn-white-border {
          width: 211px;
          height: 46px;
          font-size: 16px;
          line-height: 23px; } }
  .career-banner .banner-text {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    width: 100%;
    margin-top: 21px; }
    @media (min-width: 768px) {
      .career-banner .banner-text {
        margin-top: calc(19.1971830986px + 100vw * 0.0023474178); } }
    @media (min-width: 1620px) {
      .career-banner .banner-text {
        margin-top: 23px; } }
    @media (min-width: 992px) and (max-width: 1619.98px) {
      .career-banner .banner-text {
        margin-top: 18px; } }
    .career-banner .banner-text h1 {
      color: #ffffff;
      font-family: 'CAT Linz';
      font-weight: 400;
      text-transform: uppercase;
      font-size: 44px;
      letter-spacing: -0.50px;
      line-height: 45px;
      margin-bottom: 9px; }
      @media (min-width: 768px) {
        .career-banner .banner-text h1 {
          font-size: calc(20.5633802817px + 100vw * 0.0305164319); } }
      @media (min-width: 1620px) {
        .career-banner .banner-text h1 {
          font-size: 70px; } }
      @media (min-width: 992px) and (max-width: 1619.98px) {
        .career-banner .banner-text h1 {
          letter-spacing: -0.39px; } }
      @media (max-width: 991.98px) {
        .career-banner .banner-text h1 {
          letter-spacing: 0.29px; } }
      @media (min-width: 768px) {
        .career-banner .banner-text h1 {
          line-height: calc(11.6478873239px + 100vw * 0.04342723); } }
      @media (min-width: 1620px) {
        .career-banner .banner-text h1 {
          line-height: 82px; } }
      @media (min-width: 768px) {
        .career-banner .banner-text h1 {
          margin-bottom: calc(4.4929577465px + 100vw * 0.0058685446); } }
      @media (min-width: 1620px) {
        .career-banner .banner-text h1 {
          margin-bottom: 14px; } }
      @media (min-width: 992px) and (max-width: 1619.98px) {
        .career-banner .banner-text h1 {
          font-size: 39px;
          line-height: 59.28px;
          margin-bottom: 10.92px; } }
      @media (max-width: 767px) {
        .career-banner .banner-text h1 {
          line-height: 45px;
          margin-bottom: 9px;
          letter-spacing: 1.32px; } }
    .career-banner .banner-text p {
      color: #ffffff;
      font-size: 12px;
      line-height: 22px; }
      @media (min-width: 768px) {
        .career-banner .banner-text p {
          font-size: calc(2.985915493px + 100vw * 0.0117370892); } }
      @media (min-width: 1620px) {
        .career-banner .banner-text p {
          font-size: 22px; } }
      @media (min-width: 768px) {
        .career-banner .banner-text p {
          line-height: calc(12.0845070423px + 100vw * 0.0129107981); } }
      @media (min-width: 1620px) {
        .career-banner .banner-text p {
          line-height: 33px; } }
      @media (min-width: 992px) and (max-width: 1619.98px) {
        .career-banner .banner-text p {
          font-size: 18px;
          line-height: 28px; } }
    .career-banner .banner-text .btn.btn-white {
      font-size: 13px;
      line-height: 17px;
      height: 38px; }
      @media (min-width: 768px) {
        .career-banner .banner-text .btn.btn-white {
          font-size: calc(10.2957746479px + 100vw * 0.0035211268); } }
      @media (min-width: 1620px) {
        .career-banner .banner-text .btn.btn-white {
          font-size: 16px; } }
      @media (min-width: 768px) {
        .career-banner .banner-text .btn.btn-white {
          line-height: calc(13.3943661972px + 100vw * 0.0046948357); } }
      @media (min-width: 1620px) {
        .career-banner .banner-text .btn.btn-white {
          line-height: 21px; } }
      @media (min-width: 768px) {
        .career-banner .banner-text .btn.btn-white {
          height: calc(30.7887323944px + 100vw * 0.0093896714); } }
      @media (min-width: 1620px) {
        .career-banner .banner-text .btn.btn-white {
          height: 46px; } }
    @media (max-width: 767px) {
      .career-banner .banner-text {
        padding-left: 0px;
        padding-right: 0px; }
        .career-banner .banner-text .btn-white-border {
          width: 149px;
          height: 46px; }
          .career-banner .banner-text .btn-white-border span {
            font-size: 16px;
            line-height: 23px; } }
      @media (max-width: 767px) and (min-width: 768px) {
        .career-banner .banner-text .btn-white-border span {
          font-size: calc(16px + 100vw * 0); } }
      @media (max-width: 767px) and (min-width: 1620px) {
        .career-banner .banner-text .btn-white-border span {
          font-size: 16px; } }
      @media (max-width: 767px) and (min-width: 768px) {
        .career-banner .banner-text .btn-white-border span {
          line-height: calc(23px + 100vw * 0); } }
      @media (max-width: 767px) and (min-width: 1620px) {
        .career-banner .banner-text .btn-white-border span {
          line-height: 23px; } }

.section-career {
  padding-top: 62.47px;
  padding-bottom: 0;
  position: relative; }
  .section-career .container.container-1225 .col-xl-7 {
    width: 788px;
    padding: 0px; }
    .section-career .container.container-1225 .col-xl-7 button.btn {
      color: #ffffff;
      background: #151313;
      border-color: #151313; }
      .section-career .container.container-1225 .col-xl-7 button.btn:hover, .section-career .container.container-1225 .col-xl-7 button.btn:focus {
        color: #ffffff;
        background: #151313;
        border-color: #151313;
        box-shadow: inset 0 -3.7em 0 0 #151313 !important; }
      @media (max-width: 767px) {
        .section-career .container.container-1225 .col-xl-7 button.btn {
          width: 128px;
          height: 33px;
          min-width: inherit;
          border-radius: 17px; }
          .section-career .container.container-1225 .col-xl-7 button.btn span {
            line-height: 14px; } }
    @media (max-width: 767px) {
      .section-career .container.container-1225 .col-xl-7 {
        padding-right: 12px;
        padding-left: 12px; } }
  @media (max-width: 1700px) {
    .section-career {
      padding-top: 80.47px; } }
  @media (max-width: 1500px) {
    .section-career {
      padding-top: 78.47px; } }
  @media (max-width: 1388px) {
    .section-career {
      padding-top: 75.47px; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .section-career {
      padding-top: 65.47px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .section-career {
      padding-top: 60.47px; } }
  @media (max-width: 767px) {
    .section-career {
      padding-top: 60px; } }
  .section-career .btn-green-border span {
    font-size: 14px; }
    @media (min-width: 768px) {
      .section-career .btn-green-border span {
        font-size: calc(14px + 100vw * 0); } }
    @media (min-width: 1620px) {
      .section-career .btn-green-border span {
        font-size: 14px; } }
    @media (min-width: 992px) and (max-width: 1619.98px) {
      .section-career .btn-green-border span {
        font-size: 14px; } }
  .section-career h3 {
    font-family: 'CAT Linz';
    font-weight: 400;
    color: var(--black-light2);
    font-size: 32px;
    line-height: 38px;
    margin-bottom: 37.94px; }
    @media (max-width: 767px) {
      .section-career h3 {
        margin-bottom: 24.96px; } }
  .section-career .banner-grid {
    display: flex;
    column-gap: 14px;
    flex-grow: 1; }
    @media (min-width: 768px) {
      .section-career .banner-grid {
        column-gap: calc(-53.6056338028px + 100vw * 0.088028169); } }
    @media (min-width: 1620px) {
      .section-career .banner-grid {
        column-gap: 89px; } }
    @media (max-width: 991.98px) {
      .section-career .banner-grid {
        flex-direction: column;
        row-gap: 14px; } }
  @media (max-width: 991.98px) and (min-width: 768px) {
    .section-career .banner-grid {
      row-gap: calc(12.1971830986px + 100vw * 0.0023474178); } }
  @media (max-width: 991.98px) and (min-width: 1620px) {
    .section-career .banner-grid {
      row-gap: 16px; } }

    .section-career .banner-grid .banner-box {
      position: relative;
      flex-grow: 1; }
      .section-career .banner-grid .banner-box .banner-img {
        height: 425px;
        width: 346px;
        display: flex;
        align-items: center;
        justify-content: center;
        overflow: hidden; }
        @media (min-width: 768px) {
          .section-career .banner-grid .banner-box .banner-img {
            height: calc(178.014084507px + 100vw * 0.3215962441); } }
        @media (min-width: 1620px) {
          .section-career .banner-grid .banner-box .banner-img {
            height: 699px; } }
        @media (min-width: 992px) and (max-width: 1619.98px) {
          .section-career .banner-grid .banner-box .banner-img {
            height: 545px; } }
        @media (min-width: 768px) {
          .section-career .banner-grid .banner-box .banner-img {
            width: calc(145.8873239437px + 100vw * 0.2605633803); } }
        @media (min-width: 1620px) {
          .section-career .banner-grid .banner-box .banner-img {
            width: 568px; } }
        @media (min-width: 992px) and (max-width: 1619.98px) {
          .section-career .banner-grid .banner-box .banner-img {
            width: 443.04px; } }
        .section-career .banner-grid .banner-box .banner-img img {
          min-height: 425px;
          max-height: 425px;
          width: 100%;
          max-width: 100%;
          height: 100%;
          object-fit: cover;
          padding: 0;
          margin: 0; }
          @media (min-width: 768px) {
            .section-career .banner-grid .banner-box .banner-img img {
              min-height: calc(178.014084507px + 100vw * 0.3215962441); } }
          @media (min-width: 1620px) {
            .section-career .banner-grid .banner-box .banner-img img {
              min-height: 699px; } }
          @media (min-width: 992px) and (max-width: 1619.98px) {
            .section-career .banner-grid .banner-box .banner-img img {
              min-height: 545px; } }
          @media (min-width: 768px) {
            .section-career .banner-grid .banner-box .banner-img img {
              max-height: calc(178.014084507px + 100vw * 0.3215962441); } }
          @media (min-width: 1620px) {
            .section-career .banner-grid .banner-box .banner-img img {
              max-height: 699px; } }
          @media (min-width: 992px) and (max-width: 1619.98px) {
            .section-career .banner-grid .banner-box .banner-img img {
              max-height: 545px; } }
        .section-career .banner-grid .banner-box .banner-img:before {
          content: "";
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          background: rgba(0, 0, 0, 0.25); }
        @media (max-width: 991.98px) {
          .section-career .banner-grid .banner-box .banner-img:last-child {
            margin-bottom: 0; } }
  @media (max-width: 991px) {
    .section-career p:last-child {
      margin-bottom: 0; } }
  .section-career .row.row-large {
    margin-left: -36.75px;
    margin-right: -36.75px; }
    .section-career .row.row-large [class*="col-"] {
      padding-left: 36.75px;
      padding-right: 36.75px; }
  .section-career.private-section-details {
    border-bottom: 1px solid var(--black-light2-05);
    padding-top: 31.13px;
    padding-bottom: 33.33px;
    position: relative; }
    @media (min-width: 768px) {
      .section-career.private-section-details {
        padding-top: calc(-7.4953521127px + 100vw * 0.0502934272); } }
    @media (min-width: 1620px) {
      .section-career.private-section-details {
        padding-top: 73.98px; } }
    @media (min-width: 992px) and (max-width: 1619.98px) {
      .section-career.private-section-details {
        padding-top: 57.70px; } }
    @media (min-width: 768px) {
      .section-career.private-section-details {
        padding-bottom: calc(5.1970422535px + 100vw * 0.0366314554); } }
    @media (min-width: 1620px) {
      .section-career.private-section-details {
        padding-bottom: 64.54px; } }
    @media (min-width: 992px) and (max-width: 1619.98px) {
      .section-career.private-section-details {
        padding-bottom: 50.34px; } }
    .section-career.private-section-details p {
      font-family: var(--font-family-work-sans);
      padding-left: 0;
      padding-right: 0;
      font-weight: 400;
      font-size: 12px;
      letter-spacing: 0;
      line-height: 22px;
      margin-bottom: 33px; }
      @media (min-width: 768px) {
        .section-career.private-section-details p {
          font-size: calc(10.1971830986px + 100vw * 0.0023474178); } }
      @media (min-width: 1620px) {
        .section-career.private-section-details p {
          font-size: 14px; } }
      @media (min-width: 992px) and (max-width: 1619.98px) {
        .section-career.private-section-details p {
          font-size: 12px; } }
      @media (min-width: 768px) {
        .section-career.private-section-details p {
          line-height: calc(18.3943661972px + 100vw * 0.0046948357); } }
      @media (min-width: 1620px) {
        .section-career.private-section-details p {
          line-height: 26px; } }
      @media (min-width: 992px) and (max-width: 1619.98px) {
        .section-career.private-section-details p {
          line-height: 20.28px; } }
      @media (min-width: 768px) {
        .section-career.private-section-details p {
          margin-bottom: calc(28.4929577465px + 100vw * 0.0058685446); } }
      @media (min-width: 1620px) {
        .section-career.private-section-details p {
          margin-bottom: 38px; } }
      @media (min-width: 992px) and (max-width: 1619.98px) {
        .section-career.private-section-details p {
          margin-bottom: 29.64px; } }
      .section-career.private-section-details p:last-child {
        margin-bottom: 38px; }
        @media (min-width: 768px) {
          .section-career.private-section-details p:last-child {
            margin-bottom: calc(32.6095774648px + 100vw * 0.0070187793); } }
        @media (min-width: 1620px) {
          .section-career.private-section-details p:last-child {
            margin-bottom: 43.98px; } }
        @media (min-width: 992px) and (max-width: 1619.98px) {
          .section-career.private-section-details p:last-child {
            margin-bottom: 34.30px; } }
    .section-career.private-section-details .container {
      max-width: 1216.5px; }

.career-videos {
  padding-top: 0px;
  padding-bottom: 68px; }
  @media (max-width: 767px) {
    .career-videos {
      padding-top: 0px;
      padding-bottom: 38px; } }
  .career-videos.family_video {
    padding-top: 0px;
    padding-bottom: 92px; }
    @media (min-width: 992px) and (max-width: 1199px) {
      .career-videos.family_video {
        padding-top: 73px;
        padding-bottom: 42px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .career-videos.family_video {
        padding-top: 63px;
        padding-bottom: 40px; } }
    @media (max-width: 767px) {
      .career-videos.family_video {
        padding-top: 0px;
        padding-bottom: 24px; }
        .career-videos.family_video .career-videos-grid .video-img {
          height: 436px; }
          .career-videos.family_video .career-videos-grid .video-img img {
            max-height: 436px; } }
  .career-videos.about {
    padding-top: 0px;
    padding-bottom: 75px; }
    @media (min-width: 992px) and (max-width: 1199px) {
      .career-videos.about {
        padding-top: 0px;
        padding-bottom: 42px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .career-videos.about {
        padding-top: 0px;
        padding-bottom: 40px; } }
    @media (max-width: 767px) {
      .career-videos.about {
        padding-top: 0px;
        padding-bottom: 35px; }
        .career-videos.about .video-img {
          height: 699px;
          width: 568px;
          object-fit: cover;
          display: flex;
          align-items: center;
          justify-content: center;
          overflow: hidden;
          position: relative; } }
    @media (max-width: 767px) and (max-width: 1700px) {
      .career-videos.about .video-img {
        height: 639px;
        width: 471px; } }
    @media (max-width: 767px) and (max-width: 1500px) {
      .career-videos.about .video-img {
        height: 546px;
        width: 412px; } }
    @media (max-width: 767px) and (max-width: 1388px) {
      .career-videos.about .video-img {
        height: 536px;
        width: 393px; } }
    @media (max-width: 767px) and (min-width: 992px) and (max-width: 1199px) {
      .career-videos.about .video-img {
        height: 398px;
        width: 299px; } }
    @media (max-width: 767px) and (min-width: 768px) and (max-width: 991px) {
      .career-videos.about .video-img {
        height: 316px;
        width: 273px; } }
    @media (max-width: 767px) and (max-width: 767px) {
      .career-videos.about .video-img {
        height: 420px;
        width: 100%;
        margin: 17px 0px 18px; }
        .career-videos.about .video-img:nth-child(1) {
          margin-top: 0px; } }
    @media (max-width: 767px) and (max-width: 480px) {
      .career-videos.about .video-img {
        height: 435px; } }
    @media (max-width: 767px) and (max-width: 320px) {
      .career-videos.about .video-img {
        height: 309px; } }
    @media (max-width: 767px) {
          .career-videos.about .video-img::before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            opacity: 0.3;
            background: #151313 0% 0% no-repeat padding-box; }
          .career-videos.about .video-img picture {
            height: 100%;
            width: 100%; }
            .career-videos.about .video-img picture img {
              max-height: 699px;
              width: 100%;
              max-width: 100%;
              height: 100%;
              object-fit: cover;
              padding: 0;
              margin: 0; } }
        @media (max-width: 767px) and (max-width: 1700px) {
          .career-videos.about .video-img picture img {
            max-height: 639px;
            width: 471px; } }
        @media (max-width: 767px) and (max-width: 1500px) {
          .career-videos.about .video-img picture img {
            max-height: 546px;
            width: 412px; } }
        @media (max-width: 767px) and (max-width: 1388px) {
          .career-videos.about .video-img picture img {
            max-height: 536px;
            width: 393px; } }
        @media (max-width: 767px) and (min-width: 992px) and (max-width: 1199px) {
          .career-videos.about .video-img picture img {
            max-height: 398px;
            width: 299px; } }
        @media (max-width: 767px) and (min-width: 768px) and (max-width: 991px) {
          .career-videos.about .video-img picture img {
            max-height: 316px;
            width: 273px; } }
        @media (max-width: 767px) and (max-width: 767px) {
          .career-videos.about .video-img picture img {
            width: 100%; } }
        @media (max-width: 767px) and (max-width: 480px) {
          .career-videos.about .video-img picture img {
            max-height: 435px; } }
        @media (max-width: 767px) and (max-width: 320px) {
          .career-videos.about .video-img picture img {
            max-height: 309px; } }
        @media (max-width: 767px) and (max-width: 320px) {
          .career-videos.about .video-img picture img {
            max-height: 309px; } }
    @media (max-width: 767px) {
          .career-videos.about .video-img .video-content {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            width: 100%;
            left: 0px;
            text-align: center; } }
      @media (max-width: 767px) and (max-width: 1700px) {
        .career-videos.about .video-img .video-content .heading {
          font-size: 40px;
          line-height: 28px;
          padding: 0px;
          margin-bottom: 4px; } }
      @media (max-width: 767px) and (max-width: 1500px) {
        .career-videos.about .video-img .video-content .heading {
          font-size: 40px;
          line-height: 28px;
          padding: 0px;
          margin-bottom: 4px; } }
      @media (max-width: 767px) and (max-width: 1388px) {
        .career-videos.about .video-img .video-content .heading {
          font-size: 40px;
          line-height: 28px;
          padding: 0px;
          margin-bottom: 4px; } }
      @media (max-width: 767px) and (min-width: 992px) and (max-width: 1199px) {
        .career-videos.about .video-img .video-content .heading {
          font-size: 40px;
          line-height: 28px;
          padding: 0px;
          margin-bottom: 4px; } }
      @media (max-width: 767px) and (min-width: 768px) and (max-width: 991px) {
        .career-videos.about .video-img .video-content .heading {
          font-size: 40px;
          line-height: 28px;
          padding: 0px;
          margin-bottom: 4px; } }
      @media (max-width: 767px) and (max-width: 767px) {
        .career-videos.about .video-img .video-content .heading {
          font-size: 40px;
          line-height: 20px;
          padding: 0px;
          margin-bottom: 4px; } }
    @media (max-width: 767px) {
            .career-videos.about .video-img .video-content a {
              text-align: center;
              color: #FFFEF0;
              text-decoration: none;
              letter-spacing: 0;
              font-weight: normal;
              font-size: 16px;
              letter-spacing: 1.28px;
              line-height: 28px;
              font-family: 'Gill Sans';
              padding: 0;
              margin: 0; } }
        @media (max-width: 767px) and (max-width: 767px) {
          .career-videos.about .video-img .video-content a {
            line-height: 18px; } }

  .career-videos.campaign-section {
    padding: 67px 0px 64px; }
    @media (max-width: 767px) {
      .career-videos.campaign-section {
        padding: 35px 0px 0px; } }
  .career-videos .career-videos-grid {
    display: flex;
    justify-content: center;
    column-gap: 51px;
    flex-grow: 1; }
    @media (max-width: 1700px) {
      .career-videos .career-videos-grid {
        width: 100%;
        padding: 0px 51px;
        column-gap: 51px; } }
    @media (max-width: 1388px) {
      .career-videos .career-videos-grid {
        width: 100%;
        padding: 0px 41px;
        column-gap: 41px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .career-videos .career-videos-grid {
        padding: 0px 21px;
        column-gap: 21px; } }
    @media (max-width: 767px) {
      .career-videos .career-videos-grid {
        width: 100%;
        padding: 0px 21px 0 20px;
        column-gap: 0px;
        flex-wrap: wrap; } }
    .career-videos .career-videos-grid .video-img {
      height: 699px;
      width: 568px;
      object-fit: cover;
      display: flex;
      align-items: center;
      justify-content: center;
      overflow: hidden;
      position: relative; }
      @media (max-width: 1700px) {
        .career-videos .career-videos-grid .video-img {
          height: 639px;
          width: 471px; } }
      @media (max-width: 1500px) {
        .career-videos .career-videos-grid .video-img {
          height: 546px;
          width: 412px; } }
      @media (max-width: 1388px) {
        .career-videos .career-videos-grid .video-img {
          height: 536px;
          width: 393px; } }
      @media (min-width: 992px) and (max-width: 1199px) {
        .career-videos .career-videos-grid .video-img {
          height: 398px;
          width: 299px; } }
      @media (min-width: 768px) and (max-width: 991px) {
        .career-videos .career-videos-grid .video-img {
          height: 316px;
          width: 273px; } }
      @media (max-width: 767px) {
        .career-videos .career-videos-grid .video-img {
          height: 420px;
          width: 100%;
          margin: 17px 0px 18px; }
          .career-videos .career-videos-grid .video-img:nth-child(1) {
            margin-top: 0px; } }
      @media (max-width: 480px) {
        .career-videos .career-videos-grid .video-img {
          height: 435px; } }
      @media (max-width: 320px) {
        .career-videos .career-videos-grid .video-img {
          height: 309px; } }
      .career-videos .career-videos-grid .video-img::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 0.3;
        background: #151313 0% 0% no-repeat padding-box; }
      .career-videos .career-videos-grid .video-img img {
        max-height: 699px;
        width: 100%;
        max-width: 100%;
        height: 100%;
        object-fit: cover;
        padding: 0;
        margin: 0; }
        @media (max-width: 1700px) {
          .career-videos .career-videos-grid .video-img img {
            max-height: 639px;
            width: 471px; } }
        @media (max-width: 1500px) {
          .career-videos .career-videos-grid .video-img img {
            max-height: 546px;
            width: 412px; } }
        @media (max-width: 1388px) {
          .career-videos .career-videos-grid .video-img img {
            max-height: 536px;
            width: 393px; } }
        @media (min-width: 992px) and (max-width: 1199px) {
          .career-videos .career-videos-grid .video-img img {
            max-height: 398px;
            width: 299px; } }
        @media (min-width: 768px) and (max-width: 991px) {
          .career-videos .career-videos-grid .video-img img {
            max-height: 316px;
            width: 273px; } }
        @media (max-width: 767px) {
          .career-videos .career-videos-grid .video-img img {
            width: 100%; } }
        @media (max-width: 480px) {
          .career-videos .career-videos-grid .video-img img {
            max-height: 435px; } }
        @media (max-width: 320px) {
          .career-videos .career-videos-grid .video-img img {
            max-height: 309px; } }
        @media (max-width: 320px) {
          .career-videos .career-videos-grid .video-img img {
            max-height: 309px; } }
      .career-videos .career-videos-grid .video-img .video-content {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 100%;
        left: 0px;
        text-align: center; }
        .career-videos .career-videos-grid .video-img .video-content .heading {
          color: #FFFEF0;
          text-align: center;
          margin: 0;
          letter-spacing: 3.2px;
          font-size: 40px;
          line-height: 28px;
          padding: 0px;
          margin-bottom: 4px; }
          @media (max-width: 1700px) {
            .career-videos .career-videos-grid .video-img .video-content .heading {
              font-size: 40px;
              line-height: 28px;
              padding: 0px;
              margin-bottom: 4px; } }
          @media (max-width: 1500px) {
            .career-videos .career-videos-grid .video-img .video-content .heading {
              font-size: 40px;
              line-height: 28px;
              padding: 0px;
              margin-bottom: 4px; } }
          @media (max-width: 1388px) {
            .career-videos .career-videos-grid .video-img .video-content .heading {
              font-size: 40px;
              line-height: 28px;
              padding: 0px;
              margin-bottom: 4px; } }
          @media (min-width: 992px) and (max-width: 1199px) {
            .career-videos .career-videos-grid .video-img .video-content .heading {
              font-size: 40px;
              line-height: 28px;
              padding: 0px;
              margin-bottom: 4px; } }
          @media (min-width: 768px) and (max-width: 991px) {
            .career-videos .career-videos-grid .video-img .video-content .heading {
              font-size: 40px;
              line-height: 28px;
              padding: 0px;
              margin-bottom: 4px; } }
          @media (max-width: 767px) {
            .career-videos .career-videos-grid .video-img .video-content .heading {
              font-size: 40px;
              line-height: 20px;
              padding: 0px;
              margin-bottom: 4px; } }
        .career-videos .career-videos-grid .video-img .video-content a {
          text-align: center;
          color: #FFFEF0;
          text-decoration: none;
          letter-spacing: 0;
          font-weight: normal;
          font-size: 16px;
          letter-spacing: 1.28px;
          line-height: 28px;
          font-family: 'Gill Sans';
          padding: 0;
          margin: 0; }
          @media (max-width: 767px) {
            .career-videos .career-videos-grid .video-img .video-content a {
              line-height: 18px; } }

/* heading section */
h1 {
  font-size: 55px;
  line-height: 63px;
  letter-spacing: 2px; }

h1.heading {
  font-size: 55px;
  line-height: 63px;
  letter-spacing: 2px; }

h2 {
  font-size: 32px;
  line-height: 37px;
  letter-spacing: 2px;
  color: #fff;
  margin: 0;
  padding-bottom: 25px; }

.banner .heading, .banner-text .heading {
  font-size: 55px;
  line-height: 63px;
  letter-spacing: 2px;
  color: #fff !important;
  margin-bottom: 20px !important; }
@media (max-width: 1388px) {
  .banner .heading, .banner-text .heading {
    font-size: 50px;
    margin: 0px;
    padding: 0px 0px;
    line-height: 58px; } }
@media (max-width: 767px) {
  .banner .heading, .banner-text .heading {
    font-size: 32px;
    line-height: 38px; } }

.banner-img .mid-section {
  max-width: 1300px; }

.whatson-top-section h2 {
  color: #fff; }

/* button section */
.btn-primary-custom {
  background: #A99968;
  color: #FFFEF0;
  min-width: 160px;
  line-height: 50px;
  height: 50px;
  outline: none;
  box-shadow: none;
  border-radius: 0px;
  display: inline-block;
  font-family: "Baskerville";
  font-weight: normal;
  padding: 0 15px;
  font-size: 20px;
  text-align: center;
  text-decoration: none; }
  .btn-primary-custom:hover {
    box-shadow: none;
    text-decoration: none;
    border-color: #fff;
    background: #fff;
    color: #151313; }
  .btn-primary-custom:focus {
    box-shadow: none;
    text-decoration: none;
    border-color: #fff;
    background: #fff;
    color: #151313; }
  @media (max-width: 767px) {
    .btn-primary-custom {
      font-size: 18px;
      min-width: 140px; } }

/* banner section */
.banner-box {
  position: relative; }

body .section-top.banner .banner-text h1.heading {
  font-size: 55px;
  line-height: 63px;
  letter-spacing: 1px;
  color: #fff !important;
  margin-bottom: 20px !important;
  padding: 0; }
  @media (max-width: 1199px) {
    body .section-top.banner .banner-text h1.heading {
      font-size: 40px;
      line-height: 50px; } }

.banner-inner video,
.banner-inner img,
.banner video,
.banner img {
  object-fit: cover;
  width: 100%;
  height: 700px; }

.homebanner-over-hidden {
  height: 700px;
  overflow: hidden; }

@media (min-width: 1920px) {
  .banner-inner video,
  .banner-inner img,
  .banner video,
  .banner img {
    height: 809px !important; }

  .homebanner-over-hidden {
    height: 809px;
    overflow: hidden; } }
@media (min-width: 1367px) and (max-width: 1599px) {
  .banner img,
  .banner video.videoval,
  .banner-inner video,
  .banner-inner img {
    height: 650px !important; }

  .homebanner-over-hidden {
    height: 650px;
    overflow: hidden; } }
@media (min-width: 992px) and (max-width: 1366px) {
  .banner img,
  .banner video.videoval,
  .banner-inner video,
  .banner-inner img {
    height: 650px !important; }

  .homebanner-over-hidden {
    height: 650px;
    overflow: hidden; } }
@media (min-width: 768px) and (max-width: 991px) {
  .banner img,
  .banner video.videoval,
  .banner-inner video
  .banner-inner img {
    height: 600px !important; }

  .homebanner-over-hidden {
    height: 600px;
    overflow: hidden; } }
@media (max-width: 767px) {
  .banner img,
  .banner video.videoval,
  .banner-inner video,
  .banner-inner img {
    height: 450px !important; }

  .homebanner-over-hidden {
    height: 450px;
    overflow: hidden; } }
body .banner .banner-text {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  top: inherit;
  bottom: 50px;
  width: 100%;
  z-index: 99;
  padding: 0 15px;
  transform: translateY(0); }

/* campaign section */
.campaign-box-section .img-banner video,
.campaign-box-section .img-banner img {
  width: 100%;
  height: 38rem;
  object-fit: cover; }

.campaign-third-section .img-banner video,
.campaign-third-section .img-banner img {
  width: 100%;
  height: 498px; }

.campaign-two-column .container {
  max-width: 1566px; }

.campaign-two-column .container-1138 {
  width: 100%;
  max-width: 1138px; }

.campaign-two-column {
  margin-bottom: 40px !important; }

.campaign-gallery button.slick-prev {
  bottom: 0; }

.campaign-gallery button.slick-next {
  bottom: 0; }

@media (min-width: 1200px) and (max-width: 1366px) {
  .campaign-box-section .img-banner video,
  .campaign-box-section .img-banner img {
    height: 33rem; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .campaign-box-section .img-banner video,
  .campaign-box-section .img-banner img {
    height: 30rem; }

  .campaign-third-section .img-banner video,
  .campaign-third-section .img-banner img {
    height: 370px; } }
@media (min-width: 768px) and (max-width: 991px) {
  .campaign-box-section .img-banner video,
  .campaign-box-section .img-banner img {
    height: 20rem; } }
@media (min-width: 576px) and (max-width: 767px) {
  .campaign-box-section .img-banner video,
  .campaign-box-section .img-banner img {
    height: 20rem; } }
@media (max-width: 575px) {
  .campaign-box-section .img-banner video,
  .campaign-box-section .img-banner img {
    height: 25rem; }

  .campaign-third-section .img-banner video,
  .campaign-third-section .img-banner img {
    height: 350px; } }
/* home gallery section */
.home-slider {
  padding: 80px 0;
  margin-bottom: 50px; }
  .home-slider .slick-track .slick-slide {
    text-align: center;
    margin: 15px; }
    @media (max-width: 1199px) {
      .home-slider .slick-track .slick-slide {
        margin: 10px; } }
    .home-slider .slick-track .slick-slide .itembox {
      object-fit: cover;
      display: flex;
      align-items: center;
      justify-content: center;
      overflow: hidden;
      position: relative; }
      .home-slider .slick-track .slick-slide .itembox:before {
        content: "";
        position: absolute;
        bottom: 0px;
        width: 100%;
        background: transparent linear-gradient(180deg, #FFFFFF00 0%, #0B0B0B 100%) 0% 0% no-repeat padding-box;
        height: 180px;
        background-size: cover;
        background-position: bottom center;
        pointer-events: none;
        z-index: 1; }
      .home-slider .slick-track .slick-slide .itembox .ItemImgBox {
        overflow: hidden;
        position: relative;
        width: 100%; }
      .home-slider .slick-track .slick-slide .itembox img {
        height: 584px;
        cursor: auto;
        object-fit: cover;
        display: flex;
        align-items: center;
        justify-content: center;
        overflow: hidden;
        position: relative;
        width: 100%; }
        @media (max-width: 1199px) {
          .home-slider .slick-track .slick-slide .itembox img {
            height: 405px; } }
    .home-slider .slick-track .slick-slide .itemInfo {
      bottom: 20px;
      margin: auto;
      position: absolute;
      text-align: center;
      width: 100%;
      padding: 0 20px;
      z-index: 2; }
      .home-slider .slick-track .slick-slide .itemInfo .txtbox {
        font-family: "Baskerville";
        font-weight: normal;
        font-size: 35px;
        line-height: 40px;
        color: #ffffff;
        margin: 0 0 10px 0;
        letter-spacing: 1.32px; }
        @media (max-width: 1199px) {
          .home-slider .slick-track .slick-slide .itemInfo .txtbox {
            font-size: 22px;
            line-height: 27px; } }
      .home-slider .slick-track .slick-slide .itemInfo .title {
        font-family: "Gill Sans";
        font-weight: 300;
        color: #ffffff;
        font-size: 17px;
        text-align: center;
        line-height: 19px;
        padding: 0 0px 15px; }
      .home-slider .slick-track .slick-slide .itemInfo .btnbox {
        width: auto;
        display: inline-block; }
        .home-slider .slick-track .slick-slide .itemInfo .btnbox .btn {
          width: auto;
          min-width: 129px;
          height: 46px;
          background: #A99968;
          border: 1px solid #A99968;
          font-size: 16px;
          line-height: 28px;
          letter-spacing: 1.28px;
          text-align: center;
          padding: 0 20px;
          color: #ffffff;
          border-radius: 0px;
          text-decoration: none;
          -webkit-transition: all 0.3s;
          -moz-transition: all 0.3s;
          -o-transition: all 0.3s;
          transition: all 0.3s;
          display: flex;
          align-items: center;
          justify-content: center;
          margin: 0 auto;
          font-family: "Baskerville";
          font-weight: 300;
          outline: none;
          box-shadow: none; }
          .home-slider .slick-track .slick-slide .itemInfo .btnbox .btn:hover {
            border-color: #FFFDF8 !important;
            background: #FFFDF8 !important;
            color: #151313 !important;
            text-decoration: none; }
          @media (max-width: 767px) {
            .home-slider .slick-track .slick-slide .itemInfo .btnbox .btn {
              min-width: 129px;
              width: auto;
              height: 46px;
              font-size: 16px;
              text-align: center;
              letter-spacing: -0.16px;
              line-height: 28px;
              padding: 0px 10px; }
              .home-slider .slick-track .slick-slide .itemInfo .btnbox .btn .txtbox {
                color: #ffffff;
                font-size: 16px;
                line-height: 28px;
                letter-spacing: 1.28px;
                font-family: "Copperplate"; } }
  .home-slider .slick-slide img {
    max-width: 100%; }
  .home-slider .homesliderbox {
    position: relative;
    padding: 0; }
    .home-slider .homesliderbox button.slick-prev {
      position: absolute;
      bottom: -80px;
      left: -90px;
      right: 0px;
      margin: 0 auto;
      width: 65px;
      border: none;
      text-indent: inherit;
      background: none;
      height: 64px;
      color: #ffffff;
      outline: none;
      font-size: 0;
      -webkit-box-shadow: none;
      box-shadow: none; }
      .home-slider .homesliderbox button.slick-prev:after {
        content: "";
        position: absolute;
        background: url(../svg/slider-arrow-prev.svg);
        width: 65px;
        height: 64px;
        background-repeat: no-repeat;
        top: 0;
        left: 0; }
    .home-slider .homesliderbox button.slick-next {
      position: absolute;
      bottom: -80px;
      left: 0;
      right: -90px;
      margin: 0 auto;
      width: 65px;
      border: none;
      text-indent: inherit;
      background: none;
      height: 64px;
      color: #ffffff;
      outline: none;
      font-size: 0;
      -webkit-box-shadow: none;
      box-shadow: none; }
      .home-slider .homesliderbox button.slick-next:after {
        content: "";
        position: absolute;
        background: url(../svg/slider-arrow-next.svg);
        width: 65px;
        height: 64px;
        background-repeat: no-repeat;
        top: 0;
        left: 0; }

/*========= previous and next button ========*/
.gallery-arrow .slick-slider {
  padding-bottom: 30px; }

.gallery-arrow button.slick-prev {
  position: absolute;
  bottom: -80px;
  left: -90px;
  right: 0px;
  margin: 0 auto;
  width: 65px;
  border: none;
  text-indent: inherit;
  background: none;
  height: 64px;
  color: #ffffff;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  top: inherit;
  font-size: 0; }

.gallery-arrow button.slick-prev:after {
  content: '';
  position: absolute;
  background: url(../svg/slider-arrow-prev.svg);
  width: 65px;
  height: 64px;
  background-repeat: no-repeat;
  top: 0;
  left: 0; }

.gallery-arrow button.slick-next {
  position: absolute;
  bottom: -80px;
  left: 0;
  right: -90px;
  margin: 0 auto;
  width: 65px;
  border: none;
  text-indent: inherit;
  background: none;
  height: 64px;
  color: #ffffff;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  top: inherit;
  font-size: 0; }

.gallery-arrow button.slick-next:after {
  content: '';
  position: absolute;
  background: url(../svg/slider-arrow-next.svg);
  width: 65px;
  height: 64px;
  background-repeat: no-repeat;
  top: 0;
  left: 0; }

/*====end===== previous and next button */
/* gallery-inner-page section */
.gallery-inner-page {
  padding: 80px 0;
  margin-bottom: 50px; }
  .gallery-inner-page .slick-track .slick-slide {
    text-align: center;
    margin: 15px; }
    @media (max-width: 1199px) {
      .gallery-inner-page .slick-track .slick-slide {
        margin: 10px; } }
    .gallery-inner-page .slick-track .slick-slide .itembox {
      object-fit: cover;
      display: flex;
      align-items: center;
      justify-content: center;
      overflow: hidden;
      position: relative; }
      .gallery-inner-page .slick-track .slick-slide .itembox .ItemImgBox {
        overflow: hidden;
        position: relative;
        width: 100%; }
      .gallery-inner-page .slick-track .slick-slide .itembox img {
        height: 584px;
        cursor: auto;
        object-fit: cover;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
        overflow: hidden;
        position: relative;
        width: 100%; }
        @media (max-width: 1199px) {
          .gallery-inner-page .slick-track .slick-slide .itembox img {
            height: 405px; } }
    .gallery-inner-page .slick-track .slick-slide .itemInfo {
      bottom: 20px;
      margin: auto;
      position: absolute;
      text-align: center;
      width: 100%;
      padding: 0 20px;
      z-index: 2; }
      .gallery-inner-page .slick-track .slick-slide .itemInfo .txtbox {
        font-family: "Baskerville";
        font-weight: normal;
        font-size: 35px;
        line-height: 40px;
        color: #ffffff;
        margin: 0 0 10px 0;
        letter-spacing: 1.32px; }
        @media (max-width: 1199px) {
          .gallery-inner-page .slick-track .slick-slide .itemInfo .txtbox {
            font-size: 22px;
            line-height: 27px; } }
      .gallery-inner-page .slick-track .slick-slide .itemInfo .title {
        font-family: "Gill Sans";
        font-weight: 300;
        color: #FFFEF0;
        font-size: 17px;
        text-align: center;
        line-height: 19px;
        padding: 0 0px 15px; }
      .gallery-inner-page .slick-track .slick-slide .itemInfo a {
        font-family: "Gill Sans";
        font-weight: 300;
        color: #ffffff;
        font-size: 17px;
        text-align: center;
        line-height: 19px;
        padding: 8px 0px 25px;
        text-decoration: none; }
      .gallery-inner-page .slick-track .slick-slide .itemInfo .btnbox {
        width: auto;
        display: inline-block; }
        .gallery-inner-page .slick-track .slick-slide .itemInfo .btnbox .btn {
          width: auto;
          min-width: 129px;
          height: 46px;
          background: #A99968;
          border: 1px solid #A99968;
          font-size: 16px;
          line-height: 28px;
          letter-spacing: 1.28px;
          text-align: center;
          padding: 0 20px;
          color: #FFFEF0;
          border-radius: 0px;
          text-decoration: none;
          -webkit-transition: all 0.3s;
          -moz-transition: all 0.3s;
          -o-transition: all 0.3s;
          transition: all 0.3s;
          display: flex;
          align-items: center;
          justify-content: center;
          margin: 0 auto;
          font-family: "Baskerville";
          font-weight: 300;
          outline: none;
          box-shadow: none; }
          .gallery-inner-page .slick-track .slick-slide .itemInfo .btnbox .btn:hover {
            border-color: #FFFDF8 !important;
            background: #FFFDF8 !important;
            color: #151313 !important;
            text-decoration: none; }
          @media (max-width: 767px) {
            .gallery-inner-page .slick-track .slick-slide .itemInfo .btnbox .btn {
              min-width: 129px;
              width: auto;
              height: 46px;
              font-size: 16px;
              text-align: center;
              letter-spacing: -0.16px;
              line-height: 28px;
              padding: 0px 10px; }
              .gallery-inner-page .slick-track .slick-slide .itemInfo .btnbox .btn .txtbox {
                color: #ffffff;
                font-size: 16px;
                line-height: 28px;
                letter-spacing: 1.28px;
                font-family: "Copperplate"; } }
  .gallery-inner-page .slick-slide img {
    max-width: 100%; }
  .gallery-inner-page .homesliderbox {
    position: relative;
    padding: 0; }
    .gallery-inner-page .homesliderbox button.slick-prev {
      position: absolute;
      bottom: -80px;
      left: -90px;
      right: 0px;
      margin: 0 auto;
      width: 65px;
      border: none;
      text-indent: inherit;
      background: none;
      height: 64px;
      color: #ffffff;
      outline: none;
      font-size: 0;
      -webkit-box-shadow: none;
      box-shadow: none; }
      .gallery-inner-page .homesliderbox button.slick-prev:after {
        content: "";
        position: absolute;
        background: url(../svg/slider-arrow-prev.svg);
        width: 65px;
        height: 64px;
        background-repeat: no-repeat;
        top: 0;
        left: 0; }
    .gallery-inner-page .homesliderbox button.slick-next {
      position: absolute;
      bottom: -80px;
      left: 0;
      right: -90px;
      margin: 0 auto;
      width: 65px;
      border: none;
      text-indent: inherit;
      background: none;
      height: 64px;
      color: #ffffff;
      outline: none;
      font-size: 0;
      -webkit-box-shadow: none;
      box-shadow: none; }
      .gallery-inner-page .homesliderbox button.slick-next:after {
        content: "";
        position: absolute;
        background: url(../svg/slider-arrow-next.svg);
        width: 65px;
        height: 64px;
        background-repeat: no-repeat;
        top: 0;
        left: 0; }

.campaign-gallery.gallery-arrow button.slick-next,
.campaign-gallery.gallery-arrow button.slick-prev {
  bottom: 0; }

.gradient-apply:before {
  content: "";
  position: absolute;
  bottom: 0px;
  width: 100%;
  background: transparent linear-gradient(180deg, #FFFFFF00 0%, #0B0B0B 100%) 0% 0% no-repeat padding-box;
  height: 180px;
  background-size: cover;
  background-position: bottom center;
  pointer-events: none;
  z-index: 1; }

@font-face {
  font-family: 'Baskerville';
  src: url("../eot/baskerville-normal.eot");
  src: url("../eot/baskerville-normald41d.eot?#iefix") format("embedded-opentype"), url("../woff2/baskerville-normal.woff2") format("woff2"), url("../woff/baskerville-normal.woff") format("woff"), url("../ttf/baskerville-normal.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Baskerville';
  src: url("../eot/baskervillebold.eot");
  src: url("../eot/baskervilleboldd41d.eot?#iefix") format("embedded-opentype"), url("../woff2/baskervillebold.woff2") format("woff2"), url("../woff/baskervillebold.woff") format("woff"), url("../ttf/baskervillebold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Baskerville';
  src: url("../eot/baskervillelight.eot");
  src: url("../eot/baskervillelightd41d.eot?#iefix") format("embedded-opentype"), url("../woff2/baskervillelight.woff2") format("woff2"), url("../woff/baskervillelight.woff") format("woff"), url("../ttf/baskervillelight.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Baskerville BT';
  src: url("../eot/baskervillebt-italic.eot");
  src: url("../eot/baskervillebt-italicd41d.eot?#iefix") format("embedded-opentype"), url("../woff2/baskervillebt-italic.woff2") format("woff2"), url("../woff/baskervillebt-italic.woff") format("woff"), url("../ttf/baskervillebt-italic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
  font-display: swap; }
@font-face {
  font-family: 'Baskerville BT';
  src: url("../eot/baskervillebt-bold.eot");
  src: url("../eot/baskervillebt-boldd41d.eot?#iefix") format("embedded-opentype"), url("../woff2/baskervillebt-bold.woff2") format("woff2"), url("../woff/baskervillebt-bold.woff") format("woff"), url("../ttf/baskervillebt-bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Baskerville';
  src: url("../eot/baskerville-lighta.eot");
  src: url("../eot/baskerville-lightad41d.eot?#iefix") format("embedded-opentype"), url("../woff2/baskerville-lighta.woff2") format("woff2"), url("../woff/baskerville-lighta.woff") format("woff"), url("../ttf/baskerville-lighta.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Baskerville BT';
  src: url("../eot/baskervillebt-bolditalic.eot");
  src: url("../eot/baskervillebt-bolditalicd41d.eot?#iefix") format("embedded-opentype"), url("../woff2/baskervillebt-bolditalic.woff2") format("woff2"), url("../woff/baskervillebt-bolditalic.woff") format("woff"), url("../ttf/baskervillebt-bolditalic.ttf") format("truetype");
  font-weight: bold;
  font-style: italic;
  font-display: swap; }
@font-face {
  font-family: 'Baskerville BT';
  src: url("../eot/baskervillebt-bold_1.eot");
  src: url("../eot/baskervillebt-bold_1d41d.eot?#iefix") format("embedded-opentype"), url("../woff2/baskervillebt-bold_1.woff2") format("woff2"), url("../woff/baskervillebt-bold_1.woff") format("woff"), url("../ttf/baskervillebt-bold_1.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Baskerville BT';
  src: url("../eot/baskervillebt-roman.eot");
  src: url("../eot/baskervillebt-romand41d.eot?#iefix") format("embedded-opentype"), url("../woff2/baskervillebt-roman.woff2") format("woff2"), url("../woff/baskervillebt-roman.woff") format("woff"), url("../ttf/baskervillebt-roman.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Baskerville';
  src: url("../eot/baskervillebold_1.eot");
  src: url("../eot/baskervillebold_1d41d.eot?#iefix") format("embedded-opentype"), url("../woff2/baskervillebold_1.woff2") format("woff2"), url("../woff/baskervillebold_1.woff") format("woff"), url("../index-5.html") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Baskerville';
  src: url("../eot/baskerville.eot");
  src: url("../eot/baskervilled41d.eot?#iefix") format("embedded-opentype"), url("../woff2/baskerville.woff2") format("woff2"), url("../woff/baskerville.woff") format("woff"), url("../ttf/baskerville.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Baskerville';
  src: url("../eot/baskervillelight-italic.eot");
  src: url("../eot/baskervillelight-italicd41d.eot?#iefix") format("embedded-opentype"), url("../woff2/baskervillelight-italic.woff2") format("woff2"), url("../woff/baskervillelight-italic.woff") format("woff"), url("../ttf/baskervillelight-italic.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
  font-display: swap; }
@font-face {
  font-family: 'Gill Sans Ultra Bold Condensed';
  src: url("../eot/gillsans-ultraboldcondensed.eot");
  src: url("../eot/gillsans-ultraboldcondensedd41d.eot?#iefix") format("embedded-opentype"), url("../woff2/gillsans-ultraboldcondensed.woff2") format("woff2"), url("../woff/gillsans-ultraboldcondensed.woff") format("woff"), url("../ttf/gillsans-ultraboldcondensed.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Gill Sans MT';
  src: url("../eot/gillsansmt-italic.eot");
  src: url("../eot/gillsansmt-italicd41d.eot?#iefix") format("embedded-opentype"), url("../woff2/gillsansmt-italic.woff2") format("woff2"), url("../woff/gillsansmt-italic.woff") format("woff"), url("../ttf/gillsansmt-italic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
  font-display: swap; }
@font-face {
  font-family: 'Gill Sans Ultra';
  src: url("../eot/gillsans-ultrabold.eot");
  src: url("../eot/gillsans-ultraboldd41d.eot?#iefix") format("embedded-opentype"), url("../woff2/gillsans-ultrabold.woff2") format("woff2"), url("../woff/gillsans-ultrabold.woff") format("woff"), url("../index-5.html") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Gill Sans MT';
  src: url("../eot/gillsansmt-bold.eot");
  src: url("../eot/gillsansmt-boldd41d.eot?#iefix") format("embedded-opentype"), url("../woff2/gillsansmt-bold.woff2") format("woff2"), url("../woff/gillsansmt-bold.woff") format("woff"), url("../ttf/gillsansmt-bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Gill Sans MT';
  src: url("../eot/gillsansmt-bolditalic.eot");
  src: url("../eot/gillsansmt-bolditalicd41d.eot?#iefix") format("embedded-opentype"), url("../woff2/gillsansmt-bolditalic.woff2") format("woff2"), url("../woff/gillsansmt-bolditalic.woff") format("woff"), url("../ttf/gillsansmt-bolditalic.ttf") format("truetype");
  font-weight: bold;
  font-style: italic;
  font-display: swap; }
@font-face {
  font-family: 'Gill Sans MT Ext Condensed';
  src: url("../eot/gillsansmt-extracondensedbold.eot");
  src: url("../eot/gillsansmt-extracondensedboldd41d.eot?#iefix") format("embedded-opentype"), url("../woff2/gillsansmt-extracondensedbold.woff2") format("woff2"), url("../woff/gillsansmt-extracondensedbold.woff") format("woff"), url("../ttf/gillsansmt-extracondensedbold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Gill Sans MT';
  src: url("../eot/gillsansmt.eot");
  src: url("../eot/gillsansmtd41d.eot?#iefix") format("embedded-opentype"), url("../woff2/gillsansmt.woff2") format("woff2"), url("../woff/gillsansmt.woff") format("woff"), url("../ttf/gillsansmt.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Gill Sans MT Condensed';
  src: url("../eot/gillsansmt-condensed.eot");
  src: url("../eot/gillsansmt-condensedd41d.eot?#iefix") format("embedded-opentype"), url("../woff2/gillsansmt-condensed.woff2") format("woff2"), url("../woff/gillsansmt-condensed.woff") format("woff"), url("../ttf/gillsansmt-condensed.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Gill Sans';
  src: url("../eot/gillsans-light.eot");
  src: url("../eot/gillsans-lightd41d.eot?#iefix") format("embedded-opentype"), url("../woff2/gillsans-light.woff2") format("woff2"), url("../woff/gillsans-light.woff") format("woff"), url("../ttf/gillsans-light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap; }
html {
  text-size-adjust: none;
  height: 100% !important; }

body {
  font-family: 'Gill Sans MT';
  font-style: normal;
  font-size: 17px;
  line-height: 28px;
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: transparent;
  background: #151313;
  -webkit-text-size-adjust: 100%;
  display: flex !important;
  min-height: 100% !important;
  flex-direction: column !important; }
  @media (max-width: 767px) {
    body.index-page header nav .offcanvas-header .logo-mobile a.custom-logo-link {
      display: block; } }
@media (max-width: 767px) and (max-width: 767px) {
  body.index-page .d-flex .logo-mobile .custom-logo {
    display: block; } }

  body h1,
  body h2,
  body h3,
  body h4,
  body h5,
  body h6,
  body .heading,
  body label button,
  body .btn {
    font-family: 'Baskerville'; }
  body a,
  body p,
  body input,
  body textarea {
    font-family: 'Gill Sans'; }

.btn.custom_btn {
  font-family: "Baskerville";
  font-weight: normal;
  width: 171px;
  height: 45px;
  background: #ffffff;
  border: 1px solid #ffffff;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: -0.16px;
  text-align: center;
  padding: 15px 0px 0px;
  color: #A99968;
  border-radius: 0px;
  text-decoration: none;
  box-shadow: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }
  .btn.custom_btn:hover {
    background: #A99968;
    color: #ffffff;
    text-decoration: none; }
  .btn.custom_btn:focus {
    outline: none;
    box-shadow: none; }

.section-top.privacy-policy .banner-img picture {
  display: none; }
.section-top.privacy-policy .mid-section {
  position: inherit;
  left: inherit;
  right: inherit;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 69px auto 60px;
  transform: inherit; }
  .section-top.privacy-policy .mid-section h1.heading {
    font-size: 40px;
    color: #ffffff;
    line-height: 28px;
    letter-spacing: 3.2px; }
    @media (max-width: 1700px) {
      .section-top.privacy-policy .mid-section h1.heading {
        font-size: 36px;
        line-height: 28px; } }
    @media (max-width: 1388px) {
      .section-top.privacy-policy .mid-section h1.heading {
        font-size: 35px;
        line-height: 28px; } }
    @media (min-width: 992px) and (max-width: 1199px) {
      .section-top.privacy-policy .mid-section h1.heading {
        font-size: 30px;
        line-height: 28px; } }
    @media (max-width: 767px) {
      .section-top.privacy-policy .mid-section h1.heading {
        font-size: 27px;
        line-height: 38px; } }
.section-top .mid-section.center-heading .heading {
  font-family: "Baskerville";
  color: #ffffff;
  font-size: 70px;
  text-align: center;
  font-weight: 500;
  letter-spacing: 4.64px;
  line-height: 80px;
  margin: 0;
  padding: 0 30px; }
  @media (max-width: 1700px) {
    .section-top .mid-section.center-heading .heading {
      margin: 0px;
      padding: 0px; } }
  @media (max-width: 1500px) {
    .section-top .mid-section.center-heading .heading {
      font-size: 40px;
      line-height: 48px; } }
  @media (max-width: 1388px) {
    .section-top .mid-section.center-heading .heading {
      font-size: 40px;
      line-height: 48px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .section-top .mid-section.center-heading .heading {
      font-size: 35px;
      line-height: 40px; } }
  @media (max-width: 767px) {
    .section-top .mid-section.center-heading .heading {
      font-size: 30px;
      line-height: 35px; } }
.section-top .mid-section.center-heading .two-btn a {
  display: block; }
.section-top .mid-section .heading {
  font-family: "Baskerville";
  color: #ffffff;
  font-size: 70px;
  text-align: center;
  font-weight: 500;
  letter-spacing: 3.2px;
  line-height: 80px;
  margin: 0;
  padding: 0 30px; }
@media (max-width: 1700px) {
  .section-top .mid-section .heading {
    font-size: 40px;
    margin: 0px;
    padding: 0px;
    line-height: 46px; } }
@media (max-width: 1500px) {
  .section-top .mid-section .heading {
    font-size: 36px;
    margin: 0px;
    padding: 0px;
    line-height: 40px; } }
@media (max-width: 1388px) {
  .section-top .mid-section .heading {
    font-size: 32px;
    margin: 0px;
    padding: 0px 0px;
    line-height: 36px; } }
@media (min-width: 768px) and (max-width: 991px) {
  .section-top .mid-section .heading {
    font-size: 28px;
    margin: 0px;
    padding: 0px 0px 18.25px;
    line-height: 32px; } }
@media (max-width: 767px) {
  .section-top .mid-section .heading {
    font-size: 24px;
    line-height: 28px; } }

.section-top {
  position: relative;
  padding-bottom: 0; }
  .section-top.contact-us:after {
    content: '';
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background: #ffffff;
    height: 61px;
    width: 1px;
    margin: 0 auto; }
  .section-top.contact-us span {
    position: absolute;
    bottom: 77px;
    margin: 0 auto;
    left: 0;
    right: 0;
    text-align: center;
    color: #ffffff;
    font-size: 20px;
    line-height: 22px;
    font-family: "Gill Sans MT";
    font-weight: normal; }
  .section-top.about span {
    position: absolute;
    bottom: 77px;
    margin: 0 auto;
    left: 0;
    right: 0;
    text-align: center;
    color: #ffffff;
    font-size: 20px;
    line-height: 22px;
    font-family: "Gill Sans MT";
    font-weight: normal; }
    .section-top.about span a {
      color: #ffffff;
      text-decoration: none;
      box-shadow: none;
      outline: none; }
  .section-top.about:after {
    content: '';
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background: #ffffff;
    height: 61px;
    width: 1px;
    margin: 0 auto;
    display: none; }
  .section-top.campaign-banner .mid-section .heading {
    margin: 0px 0px 16px;
    line-height: normal; }
  .section-top.campaign-banner .mid-section p {
    font-size: 30px;
    line-height: 34px;
    letter-spacing: -0.3px;
    font-family: "Gill Sans MT";
    font-weight: bold;
    margin: 0px;
    padding: 0px;
    margin-top: 20px; }
  @media (max-width: 767px) {
    .section-top.campaign-banner .mid-section .heading {
      font-size: 30px;
      line-height: 35px;
      letter-spacing: 3px; }
    .section-top.campaign-banner .mid-section p {
      font-size: 22px;
      line-height: 25px;
      letter-spacing: -0.22px;
      margin-top: 20px; } }
  .section-top .banner-img {
    position: relative; }
    .section-top .banner-img:before {
      content: "";
      position: absolute;
      bottom: 0px;
      height: 320px;
      left: 0px;
      right: 0px;
      background: transparent linear-gradient(180deg, #ffffff00 0%, #0b0b0b 100%) 0% 0% no-repeat padding-box;
      background: transparent linear-gradient(180deg, #ffffff00 0%, #0b0b0b 100%) 0% 0% no-repeat padding-box;
      opacity: 1;
      z-index: 1; }
  .section-top .mid-section {
    position: absolute;
    left: 0%;
    right: 0px;
    width: 100%;
    bottom: 50px;
    text-align: center;
    padding: 0 15px;
    z-index: 99; }
    .section-top .mid-section img {
      max-width: 100%; }
    .section-top .mid-section .heading.home-heading {
      font-weight: 500;
      font-size: 70px;
      text-align: center;
      letter-spacing: 0px;
      line-height: 25px;
      color: #ffffff;
      margin: 0;
      padding: 0 30px; }
    .section-top .mid-section .custom-logo {
      display: none; }
      @media (max-width: 767px) {
        .section-top .mid-section .custom-logo {
          display: block;
          margin: 0 auto; } }
    .section-top .mid-section p {
      color: #ffffff;
      font-size: 24px;
      line-height: 24px;
      margin: 0px;
      letter-spacing: -0.24px;
      margin-top: 20px; }
      @media (max-width: 767px) {
        .section-top .mid-section p {
          font-size: 20px;
          line-height: 23px;
          letter-spacing: -0.2px;
          padding: 0px 38.5px;
          margin-top: 20px; } }
    .section-top .mid-section .two-btn {
      display: flex;
      align-items: center;
      justify-content: center;
      column-gap: 29px;
      flex-wrap: wrap; }
      .section-top .mid-section .two-btn .btn {
        width: 203px;
        height: 48px;
        background: #A99968;
        padding: 12px 0px 0px;
        border-radius: 0px;
        color: #ffffff;
        font-size: 18px;
        line-height: 26px;
        letter-spacing: -0.16px;
        outline: none;
        box-shadow: none;
        margin-top: 22px;
        border: none; }
        .section-top .mid-section .two-btn .btn:hover {
          background: #ffffff;
          color: #151313;
          text-decoration: none; }
        .section-top .mid-section .two-btn .btn:focus {
          box-shadow: inherit; }
        @media (max-width: 767px) {
          .section-top .mid-section .two-btn .btn {
            width: 203px;
            height: 48px;
            margin: 0px;
            padding: 13px 0px 0px; }
            .section-top .mid-section .two-btn .btn:first-child {
              margin: 29px 0px 13px; } }
    @media (max-width: 1500px) {
      .section-top .mid-section .heading {
        font-size: 40px;
        line-height: 48px; }
      .section-top .mid-section img {
        max-width: 600px; } }
    @media (max-width: 1388px) {
      .section-top .mid-section .heading {
        font-size: 40px;
        line-height: 48px; }
      .section-top .mid-section p {
        font-size: 16px;
        line-height: 20px; } }
    @media (min-width: 992px) and (max-width: 1199px) {
      .section-top .mid-section .heading.home-heading {
        font-size: 41px;
        line-height: 46px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .section-top .mid-section .heading {
        font-size: 35px;
        line-height: 40px; } }
    @media (max-width: 767px) {
      .section-top .mid-section {
        top: auto; }
        .section-top .mid-section .heading {
          font-size: 30px;
          line-height: 35px;
          letter-spacing: 0px;
          padding: 0 23px; }
        .section-top .mid-section .heading.home-heading {
          font-size: 30px;
          line-height: 35px;
          letter-spacing: -0.35px;
          display: none; }
        .section-top .mid-section p {
          font-size: 20px;
          line-height: 22px;
          letter-spacing: -0.2px;
          margin-top: 20px; }
        .section-top .mid-section img {
          max-width: 343px; } }
    @media (max-width: 400px) {
      .section-top .mid-section .heading {
        font-size: 30px;
        line-height: 46px;
        letter-spacing: -0.35px;
        padding: 0 19px; } }
    @media (max-width: 350px) {
      .section-top .mid-section img {
        max-width: 263px; } }
  .section-top .form-section {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0%);
    bottom: 52px;
    text-align: center;
    z-index: 1; }
    .section-top .form-section .mobile-view {
      display: none; }
    .section-top .form-section .title {
      font-size: 29px;
      line-height: 10px;
      letter-spacing: 0px;
      font-weight: 500;
      color: #ffffff;
      padding-bottom: 18px;
      font-family: "Baskerville"; }
    @media (min-width: 768px) and (max-width: 991px) {
      .section-top .form-section {
        left: 50%;
        transform: translate(-50%, 0%);
        width: 80%; } }
    @media (max-width: 767px) {
      .section-top .form-section {
        left: 50%;
        transform: translate(-50%, 0%);
        width: 80%;
        bottom: 37px; }
        .section-top .form-section .title {
          font-size: 17px;
          line-height: 23px;
          padding-bottom: 4px; }
        .section-top .form-section .row.justify-content-center.align-items-center {
          display: none; }
        .section-top .form-section .mobile-view {
          display: inline-block;
          width: 171px;
          height: 48px;
          border: 1px solid #B9A373;
          background: #B9A373;
          font-family: "Baskerville";
          font-weight: normal;
          font-size: 18px;
          line-height: 18px;
          letter-spacing: -0.18px;
          text-align: center;
          padding: 0px 0px 0px;
          color: #ffffff;
          border-radius: 0px;
          text-decoration: none;
          box-shadow: none;
          outline: none;
          -webkit-transition: all 0.3s;
          -moz-transition: all 0.3s;
          -o-transition: all 0.3s;
          transition: all 0.3s;
          display: flex;
          align-items: center;
          justify-content: center;
          margin: 0 auto; }
        .section-top .form-section .desktop-view {
          display: none; } }
    .section-top .form-section .row .row {
      column-gap: 16px; }
      .section-top .form-section .row .row .col-12 {
        padding: 0; }
        .section-top .form-section .row .row .col-12.col-lg-3 {
          width: 170px; }
        .section-top .form-section .row .row .col-12.col-lg-1 {
          width: 90px; }
      @media (min-width: 1200px) and (max-width: 1280px) {
        .section-top .form-section .row .row .col-12.col-lg-3 {
          width: 150px; }
        .section-top .form-section .row .row .col-12.col-lg-1 {
          width: 80px; } }
      @media (min-width: 992px) and (max-width: 1199px) {
        .section-top .form-section .row .row .col-12.col-lg-3 {
          width: 130px; }
        .section-top .form-section .row .row .col-12.col-lg-1 {
          width: 80px; } }
      @media (min-width: 768px) and (max-width: 991px) {
        .section-top .form-section .row .row .col-12.col-lg-3 {
          width: 150px; }
        .section-top .form-section .row .row .col-12.col-lg-1 {
          width: 80px; } }
      @media (max-width: 767px) {
        .section-top .form-section .row .row .col-12.col-lg-3 {
          width: 100%;
          margin: 4px 0px; }
        .section-top .form-section .row .row .col-12.col-lg-1 {
          width: 100%;
          margin: 4px 0px; } }
    .section-top .form-section form .form-select {
      border-radius: 0px;
      height: 50px;
      box-shadow: none;
      outline: none;
      border: none;
      color: #2F2F2F;
      font-size: 16px;
      line-height: 23px;
      background-image: url(../svg/arrow-bottom.svg);
      background-repeat: no-repeat;
      font-family: "Gill Sans MT";
      font-weight: bold;
      background-size: 9% 18%;
      background-position: 93% 51%; }
    .section-top .form-section form .btn {
      width: 100%;
      background: #A99968;
      height: 50px;
      color: #ffffff;
      outline: none;
      box-shadow: none;
      border: none;
      border-radius: 0px;
      font-size: 16px;
      line-height: 23px; }
      .section-top .form-section form .btn:hover {
        background: #A99968;
        color: #ffffff;
        text-decoration: none; }
    @media (max-width: 767px) {
      .section-top .form-section form .form-select {
        height: 40px; }
      .section-top .form-section form .btn {
        height: 40px; } }
  .section-top .scroll-section {
    position: absolute;
    left: 0%;
    bottom: 78px;
    right: 0;
    margin: 0 auto;
    text-align: center; }
    .section-top .scroll-section a {
      color: #ffffff;
      font-size: 16px;
      line-height: 19px;
      letter-spacing: -0.16px;
      text-decoration: none;
      outline: none;
      box-shadow: none; }
    .section-top .scroll-section:after {
      content: '';
      position: absolute;
      left: 0px;
      right: 0px;
      bottom: -78px;
      background: #ffffff;
      height: 61px;
      width: 1px;
      margin: 0 auto; }
    @media (max-width: 767px) {
      .section-top .scroll-section {
        display: none; } }
  .section-top.half-banner {
    height: auto; }
    .section-top.half-banner .mid-section {
      position: absolute;
      left: 50%;
      transform: translate(-50%, 0%);
      width: 100%;
      top: auto;
      bottom: 45px;
      text-align: center;
      margin: 0;
      padding: 0; }
      @media (max-width: 767px) {
        .section-top.half-banner .mid-section {
          bottom: 36px;
          margin: 0;
          padding: 0; } }
      .section-top.half-banner .mid-section .heading {
        font-family: "Baskerville";
        color: #ffffff;
        font-size: 40px;
        text-align: center;
        font-weight: 500;
        letter-spacing: 3.2px;
        line-height: 28px;
        margin: 0;
        padding: 0; }
        @media (max-width: 767px) {
          .section-top.half-banner .mid-section .heading {
            line-height: 35px;
            font-size: 30px;
            letter-spacing: 2px; } }
      @media (max-width: 767px) {
        .section-top.half-banner .mid-section p {
          font-size: 20px;
          line-height: 23px;
          letter-spacing: 2px;
          padding: 0px 79.5px;
          margin-top: 20px; } }
  .section-top.location-banner {
    height: auto; }
    .section-top.location-banner .mid-section {
      top: 50%; }
  .section-top.menu-banner {
    height: auto; }
    .section-top.menu-banner .mid-section {
      position: absolute;
      left: 50%;
      transform: translate(-50%, 0%);
      width: 100%;
      bottom: 45px;
      top: unset;
      text-align: center; }
      @media (max-width: 767px) {
        .section-top.menu-banner .mid-section {
          bottom: 54px; } }
      .section-top.menu-banner .mid-section .heading {
        font-family: "Baskerville";
        color: #ffffff;
        font-size: 70px;
        text-align: center;
        font-weight: normal;
        letter-spacing: 3.2px;
        line-height: 80px;
        margin: 0;
        padding: 0 30px; }
        @media (max-width: 767px) {
          .section-top.menu-banner .mid-section .heading {
            line-height: 35px;
            font-size: 30px;
            letter-spacing: 2px; } }
      @media (max-width: 1700px) {
        .section-top.menu-banner .mid-section {
          font-family: "Baskerville";
          color: #ffffff;
          font-size: 70px;
          text-align: center;
          font-weight: normal;
          letter-spacing: 3.2px;
          line-height: 80px;
          margin: 0;
          padding: 0 30px; } }
  .section-top.privacy-banner {
    height: 294px; }
    @media (max-width: 767px) {
      .section-top.privacy-banner {
        height: 231px; } }
    .section-top.privacy-banner .mid-section {
      position: absolute;
      left: 50%;
      transform: translate(-50%, 0%);
      width: 100%;
      bottom: 60px;
      top: unset;
      text-align: center; }
      @media (max-width: 767px) {
        .section-top.privacy-banner .mid-section {
          bottom: 54px; } }
      .section-top.privacy-banner .mid-section .heading {
        font-family: "Baskerville";
        color: #ffffff;
        font-size: 70px;
        text-align: center;
        font-weight: normal;
        letter-spacing: 3.2px;
        line-height: 80px;
        margin: 0;
        padding: 0 30px; }
        @media (max-width: 767px) {
          .section-top.privacy-banner .mid-section .heading {
            font-size: 30px;
            line-height: 34px;
            letter-spacing: 2.4px; } }
      @media (max-width: 1700px) {
        .section-top.privacy-banner .mid-section {
          font-family: "Baskerville";
          color: #ffffff;
          font-size: 70px;
          text-align: center;
          font-weight: normal;
          letter-spacing: 3.2px;
          line-height: 80px;
          margin: 0;
          padding: 0; } }
    .section-top.privacy-banner .banner-img {
      position: relative; }
      .section-top.privacy-banner .banner-img img {
        height: 687px; }
        @media (max-width: 1700px) {
          .section-top.privacy-banner .banner-img img {
            height: 687px; } }
        @media (max-width: 1388px) {
          .section-top.privacy-banner .banner-img img {
            height: 687px; } }
        @media (min-width: 992px) and (max-width: 1199px) {
          .section-top.privacy-banner .banner-img img {
            height: 687px; } }
        @media (max-width: 767px) {
          .section-top.privacy-banner .banner-img img {
            height: 100vh; } }
  .section-top.contact-banner {
    height: auto; }
    .section-top.contact-banner .mid-section {
      position: absolute;
      left: 50%;
      transform: translate(-50%, 0%);
      width: 100%;
      bottom: 45px;
      top: unset;
      text-align: center; }
      .section-top.contact-banner .mid-section .heading {
        font-family: "Baskerville";
        color: #ffffff;
        font-size: 70px;
        text-align: center;
        letter-spacing: 3.2px;
        line-height: 80px;
        margin: 0;
        padding: 0 30px; }
  .section-top.pdr-banner {
    height: auto; }
    @media (min-width: 992px) and (max-width: 1199px) {
      .section-top.pdr-banner .banner-img picture img {
        height: 687px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .section-top.pdr-banner .banner-img picture img {
        height: 687px;
        object-position: 50% 50%; } }
    @media (max-width: 767px) {
      .section-top.pdr-banner .banner-img picture img {
        height: 687px;
        object-position: 50% 50%; } }
    .section-top.pdr-banner .mid-section {
      position: absolute;
      width: 100%;
      text-align: center;
      margin: 0;
      padding: 0;
      z-index: 1; }
      .section-top.pdr-banner .mid-section .heading {
        font-family: "Baskerville";
        color: #ffffff;
        text-align: center;
        margin: 0;
        padding: 0; }
        @media (max-width: 767px) {
          .section-top.pdr-banner .mid-section .heading {
            line-height: 40px; } }
  .section-top.career-banner {
    height: auto; }
    .section-top.career-banner .mid-section h1.heading {
      font-size: 70px;
      color: #ffffff;
      text-align: center;
      line-height: 80px;
      letter-spacing: 4.64px;
      margin-bottom: 22px;
      padding: 0 54px; }
      @media (max-width: 767px) {
        .section-top.career-banner .mid-section h1.heading {
          font-size: 40px;
          line-height: 50px;
          letter-spacing: 3.2px;
          margin-bottom: 31px; } }
    .section-top.career-banner .mid-section .btn {
      display: inline-block;
      background: #A99968;
      color: #ffffff;
      width: 211px;
      height: 46px;
      font-size: 18px;
      line-height: 26px;
      letter-spacing: -0.18px;
      border-radius: 0px;
      padding: 10px 0px;
      font-family: "Baskerville";
      font-weight: 500;
      margin: 0px;
      outline: none;
      box-shadow: none; }
      .section-top.career-banner .mid-section .btn:hover {
        background: #ffffff;
        color: #A99968;
        text-decoration: none; }
  .section-top.campaign_page {
    height: auto; }
    .section-top.campaign_page .mid-section {
      position: absolute;
      left: 50%;
      transform: translate(-50%, 0%);
      width: 100%;
      bottom: 45px;
      top: unset;
      text-align: center; }
      .section-top.campaign_page .mid-section .heading {
        font-size: 70px;
        color: #FFFEF0;
        text-align: center;
        line-height: 80px;
        letter-spacing: 5.6px;
        margin-bottom: 19px;
        padding: 0 54px; }
  .section-top.about-banner {
    height: auto; }
    .section-top.about-banner .mid-section {
      position: absolute;
      left: 50%;
      transform: translate(-50%, 0%);
      width: 100%;
      bottom: 45px;
      top: unset;
      text-align: center; }
      .section-top.about-banner .mid-section h1.heading {
        font-size: 70px;
        color: #ffffff;
        text-align: center;
        line-height: 80px;
        letter-spacing: 3.2px;
        margin-bottom: 0;
        padding: 0 30px; }
  .section-top.faqs-banner {
    height: auto; }
    .section-top.faqs-banner .banner-img {
      position: relative; }
      .section-top.faqs-banner .banner-img img {
        height: 568px; }
        @media (max-width: 1700px) {
          .section-top.faqs-banner .banner-img img {
            height: 568px; } }
        @media (max-width: 1388px) {
          .section-top.faqs-banner .banner-img img {
            height: 568px; } }
        @media (min-width: 992px) and (max-width: 1199px) {
          .section-top.faqs-banner .banner-img img {
            height: 568px; } }
        @media (max-width: 767px) {
          .section-top.faqs-banner .banner-img img {
            height: 565px; } }
  .section-top.whatson-banner {
    height: auto; }
    .section-top.whatson-banner .banner-img picture img {
      height: 570px; }
      @media (min-width: 992px) and (max-width: 1199px) {
        .section-top.whatson-banner .banner-img picture img {
          height: 570px; } }
      @media (min-width: 768px) and (max-width: 991px) {
        .section-top.whatson-banner .banner-img picture img {
          height: 570px; } }
      @media (max-width: 767px) {
        .section-top.whatson-banner .banner-img picture img {
          height: 565px; } }
    .section-top.whatson-banner .mid-section {
      position: absolute;
      left: 50%;
      transform: translate(-50%, 0%);
      width: 100%;
      top: unset;
      bottom: 45px;
      text-align: center; }
      .section-top.whatson-banner .mid-section h1.heading {
        font-size: 70px;
        color: #ffffff;
        line-height: 80px;
        letter-spacing: 3.2px; }
  .section-top.family-foundation-banner .btn-white-border {
    background: #A99968;
    color: #ffffff;
    width: 171px;
    height: 48px;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: -0.18px;
    border-radius: 0px;
    padding: 10px 0px;
    font-family: "Baskerville";
    font-weight: 500;
    margin: 17px 0px 0px;
    outline: none;
    box-shadow: none; }
    .section-top.family-foundation-banner .btn-white-border:hover {
      background: #ffffff;
      color: #A99968;
      text-decoration: none; }
  @media (max-width: 767px) {
    .section-top.family-foundation-banner .btn-white-border {
      display: none; }
    .section-top.family-foundation-banner .heading {
      font-size: 30px !important;
      line-height: 35px !important;
      letter-spacing: 2px !important; } }

.wrap-drop.bookdate {
  position: relative;
  border: none;
  background: #F8F8F8;
  padding: 16px;
  border-radius: 0px;
  height: 50px;
  display: flex;
  align-items: center;
  font-size: 16px;
  text-align: left;
  letter-spacing: 0;
  line-height: 18px;
  cursor: pointer; }
  .wrap-drop.bookdate .drop {
    background: #ffffff;
    /* box-shadow: 3px 3px 3px rgb(0 0 0 / 20%); */
    display: none;
    left: 0;
    list-style: none;
    margin-top: 0;
    opacity: 0;
    padding-left: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 103%;
    z-index: 2;
    border: solid 1px #A99968;
    border-top-color: #c7c7c7;
    border-top-style: solid;
    border-top-width: 1px;
    border-top: none;
    width: calc(100% + 2px);
    left: -1px;
    max-height: 188px;
    overflow-y: auto;
    z-index: 10;
    text-align: left; }
    .wrap-drop.bookdate .drop li {
      color: #2F2F2F;
      display: flex;
      align-items: center;
      padding: 10px 0 10px 10px;
      text-decoration: none;
      height: 47px;
      font-size: 16px;
      border-bottom: solid 1px #A99968;
      font-family: 'Gill Sans'; }
      .wrap-drop.bookdate .drop li:last-child {
        border-bottom: none; }
      .wrap-drop.bookdate .drop li:first-child {
        border-top: solid 1px #151313; }
      .wrap-drop.bookdate .drop li.selected {
        background: #151313;
        color: #ffffff; }
      .wrap-drop.bookdate .drop li:hover {
        background: #151313;
        color: #ffffff; }
        .wrap-drop.bookdate .drop li:hover a {
          color: #ffffff; }
    .wrap-drop.bookdate .drop li a {
      color: #2F2F2F;
      display: flex;
      align-items: center;
      padding: 10px 0 10px 10px;
      text-decoration: none;
      height: 47px;
      font-size: 16px;
      border-bottom: solid 1px transparent; }
    .wrap-drop.bookdate .drop li:last-child a {
      border-bottom: none; }
    .wrap-drop.bookdate .drop li:first-child a {
      border-top: solid 1px #A99968; }
    .wrap-drop.bookdate .drop li.selected {
      background: #151313 !important;
      color: #ffffff !important; }
      .wrap-drop.bookdate .drop li.selected a {
        color: #ffffff; }
  .wrap-drop.bookdate.active .drop {
    border-radius: 0px;
    display: block;
    opacity: 1;
    pointer-events: auto;
    overflow-y: scroll;
    scrollbar-width: thin;
    scrollbar-color: #151313;
    scrollbar-width: thin;
    scrollbar-color: #151313 #cdcdcd; }
    .wrap-drop.bookdate.active .drop::-webkit-scrollbar-corner,
    .wrap-drop.bookdate.active .drop .scrollbar-1::-webkit-scrollbar-track {
      background-color: #cdcdcd; }
    .wrap-drop.bookdate.active .drop::-webkit-scrollbar {
      width: 6px;
      height: 6px; }
      .wrap-drop.bookdate.active .drop::-webkit-scrollbar-track {
        background-clip: content-box;
        border: 8px solid rgba(205, 205, 205, 0.3);
        background-color: #cdcdcd; }
      .wrap-drop.bookdate.active .drop::-webkit-scrollbar-thumb {
        background-color: #151313;
        border-radius: 12px; }
        .wrap-drop.bookdate.active .drop::-webkit-scrollbar-thumb:hover {
          background-color: #151313; }
      .wrap-drop.bookdate.active .drop::-webkit-scrollbar-corner, .wrap-drop.bookdate.active .drop::-webkit-scrollbar-track {
        background-color: #151313;
        border-radius: 12px; }
  .wrap-drop.bookdate::after {
    background: url(../svg/arrow-bottom.svg);
    content: "";
    height: 8px;
    margin-top: -8px;
    position: absolute;
    right: 19.15px;
    top: 50%;
    width: 15px;
    transform: rotate(0deg);
    transition: all ease-in 0.3s;
    background-size: cover;
    background-repeat: no-repeat; }
    @media (max-width: 767px) {
      .wrap-drop.bookdate::after {
        right: 11.15px; } }
  .wrap-drop.bookdate span {
    color: #2F2F2F;
    font-family: 'Gill Sans';
    font-weight: 300;
    font-size: 18px;
    line-height: 21px; }
  @media (max-width: 767px) {
    .wrap-drop.bookdate {
      height: 40px; } }

.tow-col-section .container {
  max-width: 100%;
  padding: 0px; }
  .tow-col-section .container .row {
    margin: 0px; }
    .tow-col-section .container .row .col-12 {
      padding: 0px;
      position: relative; }
      @media (max-width: 767px) {
        .tow-col-section .container .row .col-12 {
          width: 100%; } }
      .tow-col-section .container .row .col-12 .pattern-section {
        position: absolute;
        bottom: 0;
        left: 0px;
        background-size: cover; }
      .tow-col-section .container .row .col-12 .img-box img {
        height: 926px;
        object-fit: cover;
        object-position: 50% 50%;
        width: 100%; }
        @media (max-width: 1700px) {
          .tow-col-section .container .row .col-12 .img-box img {
            height: 886px; } }
        @media (max-width: 1500px) {
          .tow-col-section .container .row .col-12 .img-box img {
            height: 846px; } }
        @media (max-width: 1388px) {
          .tow-col-section .container .row .col-12 .img-box img {
            height: 800px; } }
        @media (min-width: 1200px) and (max-width: 1280px) {
          .tow-col-section .container .row .col-12 .img-box img {
            height: 650px; } }
        @media (min-width: 992px) and (max-width: 1199px) {
          .tow-col-section .container .row .col-12 .img-box img {
            height: 660px; } }
        @media (min-width: 768px) and (max-width: 991px) {
          .tow-col-section .container .row .col-12 .img-box img {
            height: 520px; } }
        @media (max-width: 767px) {
          .tow-col-section .container .row .col-12 .img-box img {
            height: 414px; } }
      .tow-col-section .container .row .col-12 .inner {
        align-items: center;
        min-height: 100%;
        display: flex;
        flex-wrap: wrap; }
        .tow-col-section .container .row .col-12 .inner .content {
          padding: 40px 0;
          max-width: 519px;
          width: 100%;
          margin: 0 auto; }
          @media (max-width: 1199px) {
            .tow-col-section .container .row .col-12 .inner .content {
              width: 100%;
              padding: 25px; } }
          .tow-col-section .container .row .col-12 .inner .content .career-btn {
            display: flex;
            column-gap: 21px;
            flex-wrap: wrap; }
            @media (min-width: 992px) and (max-width: 1199px) {
              .tow-col-section .container .row .col-12 .inner .content .career-btn a.custom_border_btn {
                width: 174px; } }
            @media (min-width: 768px) and (max-width: 991px) {
              .tow-col-section .container .row .col-12 .inner .content .career-btn a.custom_border_btn {
                width: 145px; } }
        .tow-col-section .container .row .col-12 .inner .heading {
          color: #ffffff;
          font-size: 30px;
          text-align: left;
          line-height: 34px;
          padding: 0px 0px 25px; }
        .tow-col-section .container .row .col-12 .inner .custom_border_btn {
          width: 171px;
          height: 48px;
          background: #B9A373;
          display: inline-block;
          border: 1px solid #B9A373;
          font-size: 16px;
          line-height: 16px;
          letter-spacing: -0.16px;
          text-align: center;
          margin: 0px;
          padding: 0px;
          color: #ffffff;
          text-decoration: none;
          display: flex;
          align-items: center;
          justify-content: center;
          -webkit-transition: all 0.3s;
          -moz-transition: all 0.3s;
          -o-transition: all 0.3s;
          transition: all 0.3s;
          font-family: "Baskerville";
          font-weight: 500; }
          .tow-col-section .container .row .col-12 .inner .custom_border_btn:hover {
            background: #A99968;
            color: #ffffff;
            border-color: #A99968;
            text-decoration: none; }
        .tow-col-section .container .row .col-12 .inner img {
          margin-top: auto;
          width: 100%; }
        .tow-col-section .container .row .col-12 .inner p {
          font-family: "Gill Sans";
          font-weight: normal;
          color: #ffffff;
          font-size: 17px;
          text-align: left;
          line-height: 28px;
          padding: 0 0px 27px;
          margin: 0px; }

.about-video {
  position: relative; }
  .about-video .heading {
    position: absolute;
    color: #ffffff;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    top: 50%;
    text-align: center;
    z-index: 2;
    font-size: 50px; }
    @media (max-width: 767px) {
      .about-video .heading {
        font-size: 22px;
        line-height: normal; } }
  .about-video .box-video video {
    width: 100%;
    height: 884px;
    object-fit: cover;
    max-width: 100%;
    vertical-align: top; }
  .about-video .box-video img {
    width: 100%;
    height: 884px;
    object-fit: cover;
    max-width: 100%; }
  @media (max-width: 1700px) {
    .about-video .box-video video {
      width: 100%;
      height: 870px;
      object-fit: cover;
      max-width: 100%; }
    .about-video .box-video img {
      width: 100%;
      height: 870px;
      object-fit: cover;
      max-width: 100%; } }
  @media (max-width: 1500px) {
    .about-video .box-video video {
      width: 100%;
      height: 850px;
      object-fit: cover;
      max-width: 100%; }
    .about-video .box-video img {
      width: 100%;
      height: 850px;
      object-fit: cover;
      max-width: 100%; } }
  @media (max-width: 1388px) {
    .about-video .box-video video {
      width: 100%;
      height: 840px;
      object-fit: cover;
      max-width: 100%; }
    .about-video .box-video img {
      width: 100%;
      height: 840px;
      object-fit: cover;
      max-width: 100%; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .about-video .box-video video {
      width: 100%;
      height: 830px;
      object-fit: cover;
      max-width: 100%; }
    .about-video .box-video img {
      width: 100%;
      height: 830px;
      object-fit: cover;
      max-width: 100%; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .about-video .box-video video {
      width: 100%;
      height: 820px;
      object-fit: cover;
      max-width: 100%; }
    .about-video .box-video img {
      width: 100%;
      height: 820px;
      object-fit: cover;
      max-width: 100%; } }
  @media (max-width: 767px) {
    .about-video .box-video video {
      width: 100%;
      height: 197px;
      object-fit: cover;
      max-width: 100%; }
    .about-video .box-video img {
      width: 100%;
      height: 197px;
      object-fit: cover;
      max-width: 100%; } }

.bon-appe-section {
  background: #A99968;
  text-align: center;
  position: relative;
  padding: 166px 0px 148px; }
  .bon-appe-section h1 {
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    top: 50%;
    font-size: 44px;
    text-align: center;
    letter-spacing: 0px;
    line-height: 44px;
    color: #ffffff;
    font-weight: 500;
    margin: 0px; }
  .bon-appe-section span.question {
    display: block;
    font-size: 74px;
    color: #ffffff;
    line-height: 74px;
    letter-spacing: -0.74px; }
  .bon-appe-section p {
    font-size: 25px;
    line-height: 45px;
    letter-spacing: -0.25px;
    color: #ffffff;
    max-width: 1191px;
    margin: 0 auto 38px; }
  .bon-appe-section em {
    display: block;
    font-size: 18px;
    line-height: 45px;
    letter-spacing: -0.18px;
    color: #ffffff;
    margin-bottom: 109px; }
  .bon-appe-section:after {
    content: '';
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background: #ffffff;
    height: 91px;
    width: 1px;
    margin: 0 auto; }
  @media (max-width: 1700px) {
    .bon-appe-section {
      padding: 146px 0px 128px; }
      .bon-appe-section:after {
        height: 81px; } }
  @media (max-width: 1500px) {
    .bon-appe-section p {
      font-size: 22px;
      line-height: 38px; }
    .bon-appe-section em {
      margin-bottom: 50px;
      font-size: 17px; }
    .bon-appe-section span.question {
      font-size: 70px;
      line-height: 70px; }
    .bon-appe-section h1 {
      font-size: 46px;
      line-height: 21px; }
    .bon-appe-section:after {
      height: 71px; } }
  @media (max-width: 1388px) {
    .bon-appe-section {
      height: auto; }
      .bon-appe-section h1 {
        font-size: 40px;
        line-height: 18px; }
      .bon-appe-section:after {
        height: 60px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .bon-appe-section {
      height: auto;
      padding: 96px 0px 98px; }
      .bon-appe-section p {
        font-size: 18px;
        line-height: 38px; }
      .bon-appe-section em {
        margin-bottom: 40px;
        font-size: 16px; }
      .bon-appe-section span.question {
        font-size: 65px;
        line-height: 65px; }
      .bon-appe-section h1 {
        font-size: 30px;
        line-height: 15px; }
      .bon-appe-section:after {
        height: 45px; } }
  @media (max-width: 767px) {
    .bon-appe-section {
      height: auto;
      padding: 57px 0 56px; }
      .bon-appe-section p {
        font-size: 15px;
        line-height: 25px;
        letter-spacing: -0.15px;
        margin: 0 auto 30px; }
      .bon-appe-section em {
        margin-bottom: 29px;
        font-size: 12px;
        letter-spacing: -0.12px;
        line-height: 45px; }
      .bon-appe-section span.question {
        font-size: 35px;
        line-height: 35px;
        letter-spacing: -0.42px; }
      .bon-appe-section h1 {
        font-size: 25px;
        line-height: 25px; }
      .bon-appe-section:after {
        height: 36px; } }
  .bon-appe-section.about-inner {
    padding: 94px 0px;
    display: flex;
    align-items: center; }
    .bon-appe-section.about-inner:after {
      display: none; }
    .bon-appe-section.about-inner .btn.custom_btn {
      font-family: "Baskerville";
      font-weight: normal;
      width: 171px;
      height: 48px;
      background: #ffffff;
      border: 1px solid #ffffff;
      font-size: 16px;
      line-height: 22px;
      letter-spacing: -0.16px;
      text-align: center;
      padding: 13px 0px 0px;
      color: #A99968;
      border-radius: 0px;
      text-decoration: none;
      box-shadow: none;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }
      .bon-appe-section.about-inner .btn.custom_btn:hover {
        background: #A99968;
        color: #ffffff;
        text-decoration: none; }
      .bon-appe-section.about-inner .btn.custom_btn:focus {
        outline: none;
        box-shadow: none; }
    @media (max-width: 767px) {
      .bon-appe-section.about-inner {
        padding: 94px 0px; }
        .bon-appe-section.about-inner .btn.custom_btn {
          width: 171px;
          height: 48px;
          font-size: 16px;
          text-align: center;
          letter-spacing: -0.16px;
          line-height: 22px;
          padding: 15px 0px 0px; } }

.about-slider {
  padding: 114px 0px 75px; }
  @media (max-width: 767px) {
    .about-slider {
      padding: 77px 0px 70px; } }
  .about-slider .container {
    max-width: 100%;
    padding: 0px; }
    .about-slider .container .row {
      margin: 0px; }
      .about-slider .container .row .col-12 {
        padding: 0px; }
  .about-slider .slick-list {
    margin-left: 0px;
    margin-right: 0px;
    cursor: url(../svg/cursor-move-drag.svg) 15 15, move;
    position: relative; }
  @media (min-width: 992px) and (max-width: 1199px) {
    .about-slider .slick-list.draggable {
      height: 580px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .about-slider .slick-list.draggable {
      height: 500px; } }
  @media (min-width: 1200px) {
    .about-slider .slick-list.draggable {
      padding: 0px 27% !important; } }
  .about-slider .slick-list.draggable .slick-slide {
    padding: 0px 25px 0 26px; }
  @media (max-width: 767px) {
    .about-slider .slick-track {
      column-gap: 0px; } }
  .about-slider .slick-track .slick-slide .itembox {
    object-fit: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    position: relative; }
    .about-slider .slick-track .slick-slide .itembox img {
      object-position: center;
      display: block;
      height: 699px;
      width: 568px;
      max-width: 100%;
      object-fit: cover;
      padding: 0;
      margin: 0; }
  .about-slider .slick-track .slick-slide .itemInfo {
    position: absolute;
    text-align: center;
    width: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%); }
    .about-slider .slick-track .slick-slide .itemInfo .txtbox {
      color: #ffffff;
      font-size: 16px; }
    .about-slider .slick-track .slick-slide .itemInfo .title {
      color: #ffffff;
      font-size: 16px;
      font-weight: 600;
      padding: 10px 0px; }
    .about-slider .slick-track .slick-slide .itemInfo .btn {
      width: 157px;
      height: 34px;
      border: 1px solid #ffffff;
      font-size: 16px;
      line-height: 19px;
      letter-spacing: -0.16px;
      text-align: center;
      padding: 6px 0px 0px;
      color: #ffffff;
      border-radius: 0px;
      text-decoration: none;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }
      .about-slider .slick-track .slick-slide .itemInfo .btn:hover {
        background: #ffffff;
        color: #151313;
        text-decoration: none; }
  @media (max-width: 1500px) {
    .about-slider .slick-track .slick-slide .itembox img {
      height: 581px;
      width: 548px; } }
  @media (min-width: 1200px) and (max-width: 1280px) {
    .about-slider .slick-track .slick-slide .itembox img {
      height: 421px;
      width: 348px; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .about-slider .slick-track .slick-slide .itembox img {
      height: 421px;
      width: 348px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .about-slider .slick-track .slick-slide .itembox img {
      height: 401px;
      width: 340px; } }
  @media (max-width: 767px) {
    .about-slider .slick-track {
      display: flex !important; }
      .about-slider .slick-track .slick-slide {
        width: 301px !important;
        padding: 0px 15px;
        margin: 0 auto; }
        .about-slider .slick-track .slick-slide .itembox img {
          width: 301px;
          height: 363px; } }
  .about-slider .slick-slide img {
    max-width: 100%; }
  .about-slider .homesliderbox {
    position: relative; }
    .about-slider .homesliderbox button.slick-prev {
      position: absolute;
      bottom: -194px;
      left: -30px;
      right: 0px;
      margin: 0 auto;
      width: 32px;
      border: none;
      text-indent: inherit;
      background: none;
      height: 64px;
      border-radius: 33px 0px 0px 33px;
      overflow: hidden;
      color: #ffffff;
      outline: none;
      box-shadow: none; }
      .about-slider .homesliderbox button.slick-prev:after {
        content: '';
        position: absolute;
        background: url(../png/slider-arrow-prev-2.png);
        width: 32px;
        height: 64px;
        background-repeat: no-repeat;
        top: 0;
        left: 0; }
    .about-slider .homesliderbox button.slick-next {
      position: absolute;
      bottom: -194px;
      left: 0px;
      right: -30px;
      margin: 0 auto;
      width: 32px;
      border: none;
      text-indent: inherit;
      background: none;
      height: 64px;
      border-radius: 0px 33px 33px 0;
      overflow: hidden;
      color: #ffffff;
      outline: none;
      box-shadow: none; }
      .about-slider .homesliderbox button.slick-next:after {
        content: '';
        position: absolute;
        background: url(../png/slider-arrow-next-2.png);
        width: 32px;
        height: 64px;
        background-repeat: no-repeat;
        top: 0;
        left: 0; }
    @media (max-width: 1700px) {
      .about-slider .homesliderbox button.slick-prev, .about-slider .homesliderbox button.slick-next {
        bottom: -157px; } }
    @media (max-width: 1500px) {
      .about-slider .homesliderbox button.slick-prev, .about-slider .homesliderbox button.slick-next {
        bottom: -137px; } }
    @media (min-width: 992px) and (max-width: 1199px) {
      .about-slider .homesliderbox button.slick-prev, .about-slider .homesliderbox button.slick-next {
        bottom: 16px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .about-slider .homesliderbox button.slick-prev, .about-slider .homesliderbox button.slick-next {
        bottom: -39px; } }
    @media (max-width: 767px) {
      .about-slider .homesliderbox button.slick-next {
        width: 27px;
        height: 54px;
        right: -27px; }
        .about-slider .homesliderbox button.slick-next:after {
          background: url(../png/slider-arrow-next-mobile-2.png);
          width: 27px;
          height: 54px;
          background-repeat: no-repeat;
          top: 0;
          left: 0; }
      .about-slider .homesliderbox button.slick-prev {
        width: 27px;
        height: 54px;
        left: -27px; }
        .about-slider .homesliderbox button.slick-prev:after {
          background: url(../png/slider-arrow-prev-mobile-2.png);
          width: 27px;
          height: 54px;
          background-repeat: no-repeat;
          top: 0;
          left: 0; }
      .about-slider .homesliderbox button.slick-prev, .about-slider .homesliderbox button.slick-next {
        bottom: -135px; } }

.container-796 {
  width: 100%;
  padding-right: var(--bs-gutter-x, 0rem);
  padding-left: var(--bs-gutter-y, 0rem);
  margin-right: auto;
  margin-left: auto;
  max-width: 629px; }
  @media (min-width: 768px) {
    .container-796 {
      max-width: calc(-3951.5714285714px + 100vw * 5.9642857143); } }
  @media (min-width: 796px) {
    .container-796 {
      max-width: 796px; } }
  @media (max-width: 991.98px) {
    .container-796 {
      max-width: 735px; } }
  @media (max-width: 767.98px) {
    .container-796 {
      max-width: inherit;
      padding-right: var(--bs-gutter-x, 15px);
      padding-left: var(--bs-gutter-y, 15px); } }

.container-849 {
  width: 100%;
  padding-right: var(--bs-gutter-x, 0rem);
  padding-left: var(--bs-gutter-y, 0rem);
  margin-right: auto;
  margin-left: auto;
  max-width: 629px; }
  @media (min-width: 768px) {
    .container-849 {
      max-width: calc(-1456.9259259259px + 100vw * 2.7160493827); } }
  @media (min-width: 849px) {
    .container-849 {
      max-width: 849px; } }
  @media (max-width: 991.98px) {
    .container-849 {
      max-width: 735px; } }
  @media (max-width: 767.98px) {
    .container-849 {
      max-width: inherit;
      padding-right: var(--bs-gutter-x, 15px);
      padding-left: var(--bs-gutter-y, 15px); } }

.container-893 {
  width: 100%;
  padding-right: var(--bs-gutter-x, 0rem);
  padding-left: var(--bs-gutter-y, 0rem);
  margin-right: auto;
  margin-left: auto;
  max-width: 629px; }
  @media (min-width: 768px) {
    .container-893 {
      max-width: calc(-993.016px + 100vw * 2.112); } }
  @media (min-width: 893px) {
    .container-893 {
      max-width: 893px; } }
  @media (max-width: 991.98px) {
    .container-893 {
      max-width: 735px; } }
  @media (max-width: 767.98px) {
    .container-893 {
      max-width: inherit;
      padding-right: var(--bs-gutter-x, 15px);
      padding-left: var(--bs-gutter-y, 15px); } }

.container-894 {
  width: 100%;
  padding-right: var(--bs-gutter-x, 0rem);
  padding-left: var(--bs-gutter-y, 0rem);
  margin-right: auto;
  margin-left: auto;
  max-width: 629px; }
  @media (min-width: 768px) {
    .container-894 {
      max-width: calc(-986.2380952381px + 100vw * 2.1031746032); } }
  @media (min-width: 894px) {
    .container-894 {
      max-width: 894px; } }
  @media (max-width: 991.98px) {
    .container-894 {
      max-width: 735px; } }
  @media (max-width: 767.98px) {
    .container-894 {
      max-width: inherit;
      padding-right: var(--bs-gutter-x, 0px);
      padding-left: var(--bs-gutter-y, 0px); } }

.container-988 {
  width: 100%;
  padding-right: var(--bs-gutter-x, 0rem);
  padding-left: var(--bs-gutter-y, 0rem);
  margin-right: auto;
  margin-left: auto;
  max-width: 629px; }
  @media (min-width: 768px) {
    .container-988 {
      max-width: calc(-624.2363636364px + 100vw * 1.6318181818); } }
  @media (min-width: 988px) {
    .container-988 {
      max-width: 988px; } }
  @media (max-width: 991.98px) {
    .container-988 {
      max-width: 735px; } }
  @media (max-width: 767.98px) {
    .container-988 {
      max-width: inherit;
      padding-right: var(--bs-gutter-x, 15px);
      padding-left: var(--bs-gutter-y, 15px); } }

.container-992 {
  max-width: 1016px;
  margin: 0 auto; }

.container-993 {
  width: 100%;
  padding-right: var(--bs-gutter-x, 0rem);
  padding-left: var(--bs-gutter-y, 0rem);
  margin-right: auto;
  margin-left: auto;
  max-width: 629px; }
  @media (min-width: 768px) {
    .container-993 {
      max-width: calc(-613.4533333333px + 100vw * 1.6177777778); } }
  @media (min-width: 993px) {
    .container-993 {
      max-width: 993px; } }
  @media (max-width: 991.98px) {
    .container-993 {
      max-width: 735px; } }
  @media (max-width: 767.98px) {
    .container-993 {
      max-width: inherit;
      padding-right: var(--bs-gutter-x, 0px);
      padding-left: var(--bs-gutter-y, 0px); } }

.container-1220 {
  width: 100%;
  padding-right: var(--bs-gutter-x, 0rem);
  padding-left: var(--bs-gutter-y, 0rem);
  margin-right: auto;
  margin-left: auto;
  max-width: 629px; }
  @media (min-width: 768px) {
    .container-1220 {
      max-width: calc(-472.6px + 100vw * 1.434375); } }
  @media (min-width: 1088px) {
    .container-1220 {
      max-width: 1088px; } }
  @media (max-width: 991.98px) {
    .container-1220 {
      max-width: 735px; } }
  @media (max-width: 767.98px) {
    .container-1220 {
      max-width: inherit;
      padding-right: var(--bs-gutter-x, 15px);
      padding-left: var(--bs-gutter-y, 15px); } }

.container-1078 {
  width: 100%;
  padding-right: var(--bs-gutter-x, 0rem);
  padding-left: var(--bs-gutter-y, 0rem);
  margin-right: auto;
  margin-left: auto;
  max-width: 629px; }
  @media (min-width: 768px) {
    .container-1078 {
      max-width: calc(-483.3612903226px + 100vw * 1.4483870968); } }
  @media (min-width: 1078px) {
    .container-1078 {
      max-width: 1078px; } }
  @media (max-width: 991.98px) {
    .container-1078 {
      max-width: 735px; } }
  @media (max-width: 767.98px) {
    .container-1078 {
      max-width: inherit;
      padding-right: var(--bs-gutter-x, 0px);
      padding-left: var(--bs-gutter-y, 0px); } }

.container-1081 {
  width: 100%;
  padding-right: var(--bs-gutter-x, 0rem);
  padding-left: var(--bs-gutter-y, 0rem);
  margin-right: auto;
  margin-left: auto;
  max-width: 1081px; }
  @media (max-width: 991.98px) {
    .container-1081 {
      max-width: 735px; } }
  @media (max-width: 767.98px) {
    .container-1081 {
      max-width: inherit;
      padding-right: var(--bs-gutter-x, 0px);
      padding-left: var(--bs-gutter-y, 0px); } }

.container-1373 {
  width: 100%;
  padding-right: var(--bs-gutter-x, 0rem);
  padding-left: var(--bs-gutter-y, 0rem);
  margin-right: auto;
  margin-left: auto;
  max-width: 1373px; }
  @media (max-width: 1500px) {
    .container-1373 {
      max-width: 1300px; } }
  @media (max-width: 1388px) {
    .container-1373 {
      max-width: 1200px; } }
  @media (min-width: 1200px) and (max-width: 1280px) {
    .container-1373 {
      max-width: 1100px; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .container-1373 {
      max-width: 930px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .container-1373 {
      max-width: 725px; } }
  @media (max-width: 767px) {
    .container-1373 {
      max-width: 100%; } }
  @media (max-width: 991.98px) {
    .container-1373 {
      max-width: 735px; } }
  @media (max-width: 767.98px) {
    .container-1373 {
      max-width: inherit;
      padding-right: var(--bs-gutter-x, 15px);
      padding-left: var(--bs-gutter-y, 15px); } }

.container-1385 {
  width: 100%;
  padding-right: var(--bs-gutter-x, 0rem);
  padding-left: var(--bs-gutter-y, 0rem);
  margin-right: auto;
  margin-left: auto;
  max-width: 1385px; }
  @media (max-width: 1500px) {
    .container-1385 {
      max-width: 1285px; } }
  @media (max-width: 1388px) {
    .container-1385 {
      max-width: 1255px; } }
  @media (min-width: 1200px) and (max-width: 1280px) {
    .container-1385 {
      max-width: 1095px; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .container-1385 {
      max-width: 925px; } }
  @media (max-width: 991.98px) {
    .container-1385 {
      max-width: 735px; } }
  @media (max-width: 767.98px) {
    .container-1385 {
      max-width: inherit;
      padding-right: var(--bs-gutter-x, 15px);
      padding-left: var(--bs-gutter-y, 15px); } }

.container-1370 {
  width: 100%;
  padding-right: var(--bs-gutter-x, 0rem);
  padding-left: var(--bs-gutter-y, 0rem);
  margin-right: auto;
  margin-left: auto;
  max-width: 1370px; }
  @media (max-width: 1500px) {
    .container-1370 {
      max-width: 1270px; } }
  @media (max-width: 1388px) {
    .container-1370 {
      max-width: 1240px; } }
  @media (min-width: 1200px) and (max-width: 1280px) {
    .container-1370 {
      max-width: 1095px; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .container-1370 {
      max-width: 925px; } }
  @media (max-width: 991.98px) {
    .container-1370 {
      max-width: 735px; } }
  @media (max-width: 767.98px) {
    .container-1370 {
      max-width: inherit;
      padding-right: var(--bs-gutter-x, 20px);
      padding-left: var(--bs-gutter-y, 20px); } }

.about-room-section {
  background: #A99968;
  height: 242px;
  display: flex;
  align-items: center;
  position: relative;
  justify-content: center; }
  .about-room-section:after {
    content: '';
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background: #ffffff;
    height: 64.5px;
    width: 1px;
    margin: 0 auto; }
  .about-room-section .heading {
    font-size: 44px;
    line-height: 25px;
    letter-spacing: 0px;
    color: #ffffff;
    justify-content: center;
    font-family: "Baskerville";
    font-weight: 500; }
  @media (max-width: 1500px) {
    .about-room-section {
      height: 222px; }
      .about-room-section .heading {
        font-size: 25px;
        line-height: 30px; }
      .about-room-section:after {
        height: 54.5px; } }
  @media (max-width: 1388px) {
    .about-room-section .heading {
      font-size: 22px;
      line-height: 37px; }
    .about-room-section:after {
      height: 50px; } }
  @media (min-width: 1200px) and (max-width: 1280px) {
    .about-room-section {
      height: 192px; }
      .about-room-section .heading {
        font-size: 22px;
        line-height: 37px; }
      .about-room-section:after {
        height: 50px; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .about-room-section {
      height: 192px; }
      .about-room-section .heading {
        font-size: 22px;
        line-height: 37px; }
      .about-room-section:after {
        height: 50px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .about-room-section {
      height: 172px; } }
  @media (max-width: 767px) {
    .about-room-section {
      height: 138px; }
      .about-room-section .heading {
        font-size: 28px;
        line-height: 25px; }
      .about-room-section:after {
        height: 30px; } }

.title-space {
  text-align: center;
  padding-top: 67.08px; }
  @media (max-width: 767px) {
    .title-space {
      padding-top: 41.27px; } }
  .title-space .heading {
    color: #ffffff;
    font-size: 37px;
    line-height: 32px;
    letter-spacing: 0px;
    font-family: "Baskerville";
    margin: 0;
    padding: 0; }

.forminator-edit-module {
  display: none; }

.error {
  color: #ff0000 !important;
  font-size: 12px;
  display: block;
  margin: 0;
  padding: 0; }

.enquiry-form .error {
  position: relative;
  z-index: 100; }

.datepicker table.table-condensed th.prev,
.datepicker table.table-condensed th.next {
  background: url(../svg/icon-calendar-prev.svg) 50% 50% no-repeat !important;
  font-size: 0px;
  color: transparent;
  cursor: pointer; }

.datepicker table.table-condensed th.next {
  background-image: url(../svg/icon-calendar-next.svg) !important; }

.mfp-zoom-out-cur {
  overflow: hidden; }

.mfp-container {
  cursor: pointer; }
  .mfp-container .mfp-figure .mfp-img {
    padding-top: 0px;
    width: 449px !important;
    object-fit: cover;
    width: 100%;
    height: 613.53px;
    padding: 0;
    margin-bottom: 36.5px; }
    @media (max-width: 767px) {
      .mfp-container .mfp-figure .mfp-img {
        width: 391px !important;
        padding: 0;
        height: 534.27px; } }
  .mfp-container .mfp-figure .mfp-bottom-bar {
    margin-top: 1px; }
    .mfp-container .mfp-figure .mfp-bottom-bar .mfp-title {
      font-size: 20px;
      letter-spacing: 0;
      line-height: 28px;
      font-family: 'Gill Sans';
      width: 100%;
      text-align: center;
      margin: 0 auto;
      padding: 0; }
    .mfp-container .mfp-figure .mfp-bottom-bar .mfp-counter {
      display: none; }
  .mfp-container .mfp-figure .mfp-close {
    font-size: 0px;
    position: absolute;
    top: calc(100% - 0px);
    left: 0;
    margin-top: 23.89px;
    height: 22px;
    line-height: 28px;
    right: 0;
    padding-right: 0;
    opacity: 1;
    cursor: pointer;
    right: 0;
    text-align: center;
    width: 100%; }
    .mfp-container .mfp-figure .mfp-close:before {
      content: "Close";
      font-family: 'Gill Sans MT';
      position: absolute;
      top: 0;
      left: 50%;
      font-size: 14px;
      color: var(--white);
      transform: translateX(-50%);
      text-decoration: underline; }
  .mfp-container .mfp-arrow {
    background: url(../svg/popup-arrow-left.svg) 0 0 no-repeat;
    width: 13px;
    height: 26px;
    margin-top: 0;
    transform: translateY(-50%);
    opacity: 1;
    top: calc(50% - 20px);
    background-size: cover; }
    .mfp-container .mfp-arrow.mfp-arrow-left {
      background-image: url(../svg/popup-arrow-left.svg);
      left: -218px; }
    .mfp-container .mfp-arrow.mfp-arrow-right {
      background-image: url(../svg/popup-arrow-right.svg);
      right: -218px; }
    .mfp-container .mfp-arrow:before, .mfp-container .mfp-arrow:after {
      display: none; }

.terms-box {
  overflow: hidden;
  transition: height 0.5s ease-in;
  height: auto; }
  .terms-box .chk {
    display: inline-block; }
    .terms-box .chk [type=checkbox]:checked + span:before {
      width: 20px;
      height: 20px;
      left: 1px;
      top: 1px; }
    .terms-box .chk label {
      color: #151313;
      display: inline-flex;
      align-items: flex-start;
      font-size: 12px;
      line-height: 22px; }
      @media (min-width: 768px) {
        .terms-box .chk label {
          font-size: calc(12px + 100vw * 0); } }
      @media (min-width: 1620px) {
        .terms-box .chk label {
          font-size: 12px; } }
      @media (min-width: 768px) {
        .terms-box .chk label {
          line-height: calc(22px + 100vw * 0); } }
      @media (min-width: 1620px) {
        .terms-box .chk label {
          line-height: 22px; } }
      @media (min-width: 992px) and (max-width: 1619.98px) {
        .terms-box .chk label {
          font-size: 9.36px;
          line-height: 17.16px; } }

.section-contact .form-section .terms-box .chk label, .contact-form-section .contact-form .terms-box .chk label, .terms-box .chk label {
  color: #ffffff;
  font-size: 18px;
  align-items: self-start !important;
  display: flex;
  align-items: center;
  text-align: left; }
  @media (max-width: 1619.98px) {
    .section-contact .form-section .terms-box .chk label, .contact-form-section .contact-form .terms-box .chk label, .terms-box .chk label {
      font-size: 10px; } }
  @media (max-width: 767px) {
    .section-contact .form-section .terms-box .chk label, .contact-form-section .contact-form .terms-box .chk label, .terms-box .chk label {
      font-size: 12px;
      line-height: 22px; } }
  .section-contact .form-section .terms-box .chk label a, .contact-form-section .contact-form .terms-box .chk label a, .terms-box .chk label a {
    color: #A99968; }
.section-contact .form-section .terms-box .chk label input, .contact-form-section .contact-form .terms-box .chk label input, .terms-box .chk label input {
  display: none; }
.section-contact .form-section .terms-box .chk label span, .contact-form-section .contact-form .terms-box .chk label span, .terms-box .chk label span {
  width: 16px !important;
  min-width: 16px !important;
  height: 16px !important;
  min-height: 16px !important;
  max-height: 16px !important;
  max-width: 16px !important;
  margin-top: 0px;
  border: 1px solid #ffffff;
  display: inline-block;
  position: relative;
  margin-right: 14.22px; }
  @media (max-width: 767px) {
    .section-contact .form-section .terms-box .chk label span, .contact-form-section .contact-form .terms-box .chk label span, .terms-box .chk label span {
      margin-top: 6px; } }
@media (max-width: 767px) {
  .section-contact .form-section .terms-box .chk label, .contact-form-section .contact-form .terms-box .chk label, .terms-box .chk label {
    align-items: self-start; } }
.terms-box .chk [type=checkbox]:checked + span:before {
  content: '';
  position: absolute;
  top: 1px;
  left: 1px;
  width: 12px;
  height: 12px;
  background: #ffffff; }
.section-contact .form-section .terms-box .chk em, .contact-form-section .contact-form .terms-box .chk em, .terms-box .chk em {
  font-size: 12px;
  line-height: 22px;
  color: #ffffff;
  font-weight: normal;
  letter-spacing: 0;
  font-style: normal;
  font-family: 'Gill Sans'; }

.contact-form-section .contact-form .terms-box .chk label span {
  width: 24px !important;
  min-width: 24px !important;
  height: 24px !important;
  min-height: 24px !important;
  max-height: 24px !important;
  max-width: 24px !important;
  margin-top: 6px;
  border: 1px solid #FFFEF0;
  display: inline-block;
  position: relative;
  margin-right: 16.22px; }

.booking-section .process-container .process-content .terms-box .chk label {
  color: #151313;
  font-size: 12px;
  line-height: 22px;
  font-family: "Gill Sans MT";
  display: flex;
  align-items: center;
  text-align: left; }
  @media (max-width: 1619.98px) {
    .booking-section .process-container .process-content .terms-box .chk label {
      font-size: 10px; } }
  @media (max-width: 767px) {
    .booking-section .process-container .process-content .terms-box .chk label {
      font-size: 12px;
      line-height: 22px;
      margin-bottom: 18.97px; } }
  .booking-section .process-container .process-content .terms-box .chk label em {
    font-style: normal;
    font-size: 12px;
    line-height: 22px;
    font-family: 'Gill Sans';
    color: #ffffff; }
  .booking-section .process-container .process-content .terms-box .chk label a {
    color: #ffffff;
    box-shadow: none;
    outline: none; }
.booking-section .process-container .process-content .terms-box .chk label input {
  display: none; }
.booking-section .process-container .process-content .terms-box .chk label span {
  width: 16px !important;
  min-width: 16px !important;
  height: 16px !important;
  min-height: 16px !important;
  max-height: 16px !important;
  max-width: 16px !important;
  border: 1px solid #ffffff;
  background: #151313;
  display: inline-block;
  position: relative;
  margin-right: 9.5px; }
.booking-section .process-container .process-content .terms-box .chk [type=checkbox]:checked + span:before {
  content: '';
  position: absolute;
  top: 1px;
  left: 1px;
  width: 20px;
  height: 20px;
  background: #ffffff; }
.booking-section .process-container .process-content .terms-box .chk em {
  font-style: normal; }

.datepicker table.table-condensed td.today.day {
  max-width: 33px;
  max-height: 33px;
  width: 33px;
  height: 33px; }

body.index-page .tow-col-section .container .row .col-12:nth-child(2) {
  position: inherit; }

.bor-btn {
  width: 219px;
  height: 48px;
  display: inline-block;
  border: 1px solid #151313;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: -0.16px;
  text-align: center;
  margin: 0px;
  padding: 0px;
  border-radius: 0px;
  color: #151313;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }
  .bor-btn:hover {
    background: #A99968;
    color: #ffffff;
    border-color: #A99968;
    text-decoration: none; }

.bookTablePageLoad .ui-timepicker-container.ui-timepicker-standard {
  width: 115px !important;
  margin-left: -1px; }
  @media (max-width: 767px) {
    .bookTablePageLoad .ui-timepicker-container.ui-timepicker-standard {
      width: 96px !important;
      margin-left: -1px;
      margin-top: -4px; } }

.ui-timepicker-standard {
  background: none !important;
  border: none !important;
  padding: 0px !important; }
  .ui-timepicker-standard .ui-widget-content {
    padding: 0 !important;
    width: 100% !important; }
  .ui-timepicker-standard .ui-timepicker-viewport {
    background: #ffffff;
    list-style: none;
    margin-top: 0;
    opacity: 0;
    padding-left: 0;
    pointer-events: none;
    border: solid 1px #151313;
    width: calc(100% + -3px) !important;
    left: -1px;
    max-height: 188px !important;
    z-index: 10;
    text-align: left;
    border-radius: 0px;
    display: block;
    opacity: 1;
    pointer-events: auto;
    overflow-y: scroll;
    scrollbar-width: thin;
    scrollbar-color: #151313;
    scrollbar-width: thin;
    scrollbar-color: #151313 #cdcdcd; }
    .ui-timepicker-standard .ui-timepicker-viewport::-webkit-scrollbar-corner,
    .ui-timepicker-standard .ui-timepicker-viewport .scrollbar-1::-webkit-scrollbar-track {
      background-color: #cdcdcd; }
    .ui-timepicker-standard .ui-timepicker-viewport::-webkit-scrollbar {
      width: 6px;
      height: 6px; }
      .ui-timepicker-standard .ui-timepicker-viewport::-webkit-scrollbar-track {
        background-clip: content-box;
        border: 8px solid rgba(205, 205, 205, 0.3);
        background-color: #cdcdcd; }
      .ui-timepicker-standard .ui-timepicker-viewport::-webkit-scrollbar-thumb {
        background-color: #151313;
        border-radius: 12px; }
        .ui-timepicker-standard .ui-timepicker-viewport::-webkit-scrollbar-thumb:hover {
          background-color: #151313; }
      .ui-timepicker-standard .ui-timepicker-viewport::-webkit-scrollbar-corner, .ui-timepicker-standard .ui-timepicker-viewport::-webkit-scrollbar-track {
        background-color: #151313;
        border-radius: 12px; }
    .ui-timepicker-standard .ui-timepicker-viewport li a {
      color: #151313;
      display: flex;
      align-items: center;
      padding: 10px 0 10px 10px;
      text-decoration: none;
      height: 47px;
      font-size: 18px;
      cursor: pointer;
      border: none;
      border-bottom: solid 1px #151313;
      border-radius: 0;
      font-family: "Gill sans"; }
      .ui-timepicker-standard .ui-timepicker-viewport li a:hover {
        background: #151313;
        color: #ffffff; }
    .ui-timepicker-standard .ui-timepicker-viewport li:last-child a {
      border-bottom: none; }
    .ui-timepicker-standard .ui-timepicker-viewport li.selected a {
      background: #B9A373;
      color: #ffffff;
      opacity: 0.8; }

@media (max-width: 767px) {
  .datepicker {
    width: 100% !important;
    max-width: 324px !important;
    margin: 0 auto !important;
    left: 0 !important;
    right: 0; } }
#form-frontpage .bookdate#noble-gases2 {
  padding: 0; }
  #form-frontpage .bookdate#noble-gases2 input {
    outline: none;
    background: transparent;
    border: none; }
    #form-frontpage .bookdate#noble-gases2 input:focus {
      outline: none;
      box-shadow: none; }
    #form-frontpage .bookdate#noble-gases2 input ::-moz-focus-inner {
      outline: none; }

.navbar-light .navbar-toggler {
  border-radius: 0 !important; }

header nav button.navbar-toggler {
  border-radius: 0 !important; }

.datepicker {
  max-width: 258px; }
  @media (min-width: 768px) {
    .datepicker {
      max-width: calc(214px + 100vw * 0.0572916667); } }
  @media (min-width: 1920px) {
    .datepicker {
      max-width: 324px; } }
  @media (min-width: 992px) and (max-width: 1619.98px) {
    .datepicker {
      max-width: 324px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .datepicker {
      max-width: 324px; } }
  .datepicker.dropdown-menu {
    padding-left: 0px;
    padding-right: 0px;
    font-size: 1rem;
    padding: 8px; }
    .datepicker.dropdown-menu .table-condensed {
      min-width: 294px; }
      @media (max-width: 1700px) {
        .datepicker.dropdown-menu .table-condensed {
          min-width: 304px; } }
  .datepicker > span:hover {
    cursor: pointer; }
  .datepicker table.table-condensed th {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .datepicker table.table-condensed th,
  .datepicker table.table-condensed td {
    font-weight: normal !important;
    font-size: 14px;
    color: #151313;
    letter-spacing: -0.14px;
    line-height: 16px;
    letter-spacing: 0.42px;
    text-align: center;
    width: 14.28%;
    padding-top: 2px;
    padding-right: 4px;
    padding-bottom: 2px;
    padding-left: 4px; }
    @media (max-width: 1619.98px) {
      .datepicker table.table-condensed th,
      .datepicker table.table-condensed td {
        font-size: 14px; } }
    @media (min-width: 1366px) {
      .datepicker table.table-condensed th,
      .datepicker table.table-condensed td {
        padding-top: calc(-35.6456692913px + 100vw * 0.0275590551); } }
    @media (min-width: 1620px) {
      .datepicker table.table-condensed th,
      .datepicker table.table-condensed td {
        padding-top: 9px; } }
    @media (min-width: 1366px) {
      .datepicker table.table-condensed th,
      .datepicker table.table-condensed td {
        padding-right: calc(-28.2677165354px + 100vw * 0.0236220472); } }
    @media (min-width: 1620px) {
      .datepicker table.table-condensed th,
      .datepicker table.table-condensed td {
        padding-right: 10px; } }
    @media (min-width: 1366px) {
      .datepicker table.table-condensed th,
      .datepicker table.table-condensed td {
        padding-bottom: calc(-35.6456692913px + 100vw * 0.0275590551); } }
    @media (min-width: 1620px) {
      .datepicker table.table-condensed th,
      .datepicker table.table-condensed td {
        padding-bottom: 9px; } }
    @media (min-width: 1366px) {
      .datepicker table.table-condensed th,
      .datepicker table.table-condensed td {
        padding-left: calc(-28.2677165354px + 100vw * 0.0236220472); } }
    @media (min-width: 1620px) {
      .datepicker table.table-condensed th,
      .datepicker table.table-condensed td {
        padding-left: 10px; } }
    @media (max-width: 1619.98px) {
      .datepicker table.table-condensed th,
      .datepicker table.table-condensed td {
        padding-top: 6px;
        padding-right: 8px;
        padding-bottom: 5px;
        padding-left: 8px; } }
    .datepicker table.table-condensed th.day,
    .datepicker table.table-condensed td.day {
      cursor: pointer;
      font-family: "Gill Sans MT"; }
  @media (max-width: 1619.98px) {
    .datepicker table.table-condensed th {
      padding-top: 0px;
      padding-bottom: 0px; } }
  @media (max-width: 991.98px) {
    .datepicker table.table-condensed th {
      padding-top: 5px;
      padding-bottom: 5px; } }
  .datepicker table.table-condensed th.datepicker-switch {
    font-family: "Baskerville" !important;
    font-size: 20px;
    line-height: 23px;
    color: #151313; }
  .datepicker table.table-condensed th.prev, .datepicker table.table-condensed th.next {
    background: url(../svg/icon-calendar-prev.svg) 50% 50% no-repeat;
    font-size: 0px;
    color: transparent;
    cursor: pointer; }
  .datepicker table.table-condensed th.next {
    background-image: url(../svg/icon-calendar-next.svg); }
  .datepicker table tfoot {
    display: none; }

.datepicker table.table-condensed td.today.day,
.datepicker table.table-condensed td.today.day:hover {
  border-radius: 100%;
  background: transparent !important;
  color: #ffffff;
  opacity: 0.7; }

.datepicker table.table-condensed td.today.day.old {
  opacity: 0.7; }

.datepicker table.table-condensed td.today.day div,
.datepicker table.table-condensed td.today.day:hover div {
  border-radius: 100%;
  background: #A99968;
  color: #ffffff;
  border-color: #A99968; }

.datepicker table.table-condensed td.day div {
  height: 28px;
  line-height: 28px;
  width: 28px;
  margin: 0 auto;
  text-align: center;
  border-radius: 50%;
  background: transparent;
  border-color: #d6d6d6;
  color: #1D1D1D;
  font-family: "Gill Sans MT";
  font-weight: normal;
  border: 1px solid rgba(0, 0, 0, 0.5); }

.datepicker table.table-condensed td.old.day,
.datepicker table.table-condensed td.disabled {
  color: #151313;
  color: #B2B2B2 !important;
  opacity: 0.6 !important; }

.datepicker table.table-condensed td.old.day.today {
  color: #ffffff; }

.datepicker table.table-condensed td.old.active.day {
  border-radius: 100%;
  color: #ffffff; }

.datepicker table tr td.day:hover {
  border-radius: 100%;
  color: #151313; }

.datepicker .datepicker-months span.month,
.datepicker .datepicker-years span.year {
  border-radius: 100%;
  height: 50px;
  width: 50px;
  line-height: 48px;
  display: inline-block;
  margin: 0 !important;
  text-align: center !important;
  float: none !important;
  font-size: 14px;
  font-family: "Gill Sans MT"; }

.datepicker .datepicker-months span.month:hover,
.datepicker .datepicker-years span.year:hover {
  background: var(--linen-color) !important;
  border-radius: 100%;
  color: #151313; }

.datepicker .datepicker-months span.month.active,
.datepicker .datepicker-years span.year.active {
  background: var(--linen-color) !important;
  border-radius: 100%;
  color: #151313; }

.datepicker table th.datepicker-switch:hover {
  background: transparent !important; }

.datepicker table.table-condensed td.active.day,
.datepicker table.table-condensed td.active.day:hover {
  background: transparent !important;
  border-radius: 100%; }

.datepicker table.table-condensed td.active.day div,
.datepicker table.table-condensed td.active.day div:hover {
  background: #A99968 !important;
  border-color: #A99968 !important;
  border-radius: 100%;
  color: #ffffff !important; }

.datepicker:before,
.datepicker:after {
  display: none !important; }

#form-frontpage .bookdate#noble-gases2 {
  padding: 0px; }

#form-frontpage .bookdate#noble-gases2 input {
  outline: none;
  background: transparent;
  border: none;
  color: #2F2F2F;
  font-size: 16px;
  font-family: "Gill Sans MT";
  font-weight: bold; }

#form-frontpage .bookdate#noble-gases2 input:focus {
  outline: none;
  background: transparent;
  border: none; }

body .ui-menu .ui-menu-item a.ui-state-hover,
body .ui-menu .ui-menu-item a.ui-state-active {
  background: #151313 !important;
  opacity: 4; }

.container-904 {
  margin: 0 auto;
  position: relative;
  max-width: inherit;
  width: 100%; }
  @media (max-width: 767.98px) {
    .container-904 {
      padding-left: var(--bs-gutter-x, 1rem);
      padding-right: var(--bs-gutter-x, 1rem); } }
  @media (min-width: 768px) {
    .container-904 {
      max-width: 588px; } }

section.section-career.privacy-policy {
  padding: 0px 0px 13px;
  text-align: left; }
  @media (max-width: 767px) {
    section.section-career.privacy-policy {
      padding: 0px 25px 0px; } }
  section.section-career.privacy-policy ul {
    margin: 0px;
    padding: 0px;
    list-style-position: inside;
    padding: 0px 0px 53px; }
    section.section-career.privacy-policy ul li {
      font-size: 17px;
      line-height: 28px;
      letter-spacing: -0.16px;
      color: #ffffff;
      padding: 0px 0px 10px;
      margin: 0px;
      font-family: "Gill Sans";
      font-weight: normal; }
      @media (max-width: 767px) {
        section.section-career.privacy-policy ul li {
          font-size: 15px;
          line-height: 27px;
          padding: 0px 0px 10px; } }
  section.section-career.privacy-policy p {
    font-size: 17px;
    line-height: 28px;
    letter-spacing: -0.16px;
    color: #ffffff;
    padding: 0px 0px 53px;
    margin: 0px;
    font-family: "Gill Sans";
    font-weight: normal; }
    section.section-career.privacy-policy p:last-child {
      padding: 0px 0px 109px; }
      @media (max-width: 767px) {
        section.section-career.privacy-policy p:last-child {
          padding: 0px 0px 82.98px; } }
    @media (max-width: 1700px) {
      section.section-career.privacy-policy p {
        font-size: 17px;
        line-height: 32px;
        padding: 0px 0px 89px; } }
    @media (max-width: 1388px) {
      section.section-career.privacy-policy p {
        font-size: 16px;
        line-height: 31px;
        padding: 0px 0px 69px; } }
    @media (max-width: 767px) {
      section.section-career.privacy-policy p {
        font-size: 15px;
        line-height: 27px;
        padding: 0px 0px 58px; } }
    section.section-career.privacy-policy p.heading {
      font-size: 30px;
      line-height: 34px;
      letter-spacing: 2.4px;
      color: #ffffff;
      padding: 0px 0px 28px;
      margin: 0px;
      font-family: "Baskerville";
      text-align: left; }
      @media (max-width: 1700px) {
        section.section-career.privacy-policy p.heading {
          font-size: 29px;
          line-height: 33px;
          padding: 0px 0px 18px; } }
      @media (max-width: 1388px) {
        section.section-career.privacy-policy p.heading {
          font-size: 27px;
          line-height: 31px; } }
      @media (min-width: 992px) and (max-width: 1199px) {
        section.section-career.privacy-policy p.heading {
          font-size: 26px;
          line-height: 30px; } }
      @media (min-width: 768px) and (max-width: 991px) {
        section.section-career.privacy-policy p.heading {
          font-size: 25px;
          line-height: 26px; } }
      @media (max-width: 767px) {
        section.section-career.privacy-policy p.heading {
          font-size: 21px;
          line-height: 27px; } }
    @media (max-width: 767px) {
      section.section-career.privacy-policy p {
        padding: 0px 0px 58px; }
        section.section-career.privacy-policy p.heading {
          font-size: 30px;
          line-height: 34px;
          letter-spacing: -0.3px; } }

body.error-page header {
  display: none; }
body.error-page .landing-banner {
  object-fit: cover;
  width: 100%;
  object-position: 50% 0%;
  height: calc(100vh - 0px);
  background-size: cover;
  position: relative;
  background-position: center -60px; }
  body.error-page .landing-banner:before {
    content: '';
    position: absolute;
    bottom: 0px;
    width: 100%;
    background: #000000 0% 0% no-repeat padding-box;
    opacity: 0.4;
    height: 100%;
    background-size: cover; }
body.error-page .landing-botton-link {
  color: #bb9206;
  display: block;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0%);
  width: 100%;
  bottom: 52px;
  text-align: center;
  font-family: 'Baskerville';
  font-weight: 300;
  text-decoration: none;
  outline: none;
  box-shadow: none;
  font-size: 42px;
  line-height: normal;
  text-shadow: 2px 1px #f9f3e5;
  text-transform: uppercase; }
body.error-page .content {
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  top: 50%;
  text-align: center; }
  body.error-page .content h1 {
    font-size: 106px;
    line-height: 121px;
    letter-spacing: 8.48px;
    margin: 0px;
    font-family: "Baskerville";
    font-weight: 300;
    color: #ffffff; }
  body.error-page .content p {
    font-size: 29px;
    font-family: 'Gill Sans';
    font-weight: 300;
    line-height: 33px;
    letter-spacing: 0px;
    color: #ffffff;
    padding: 0px 0px 23px;
    margin: 0px; }
  body.error-page .content .btn {
    width: 145px;
    height: 54px;
    background: #A99968;
    font-size: 16px;
    line-height: 28px;
    color: #ffffff;
    outline: none;
    box-shadow: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    border-radius: 0px;
    letter-spacing: 1.28px;
    padding: 12px 0px;
    font-family: "Baskerville";
    font-weight: 300; }
    body.error-page .content .btn:hover {
      background: #ffffff;
      border-color: #ffffff;
      color: #151313;
      text-decoration: none; }
body.error-page .mobile-banner {
  display: none; }
  @media (max-width: 767px) {
    body.error-page .mobile-banner {
      display: block; } }
@media (max-width: 767px) {
  body.error-page .desktop-banner {
    display: none; } }

.section-career {
  padding: 73px 0px 0;
  text-align: center; }
  @media (max-width: 767px) {
    .section-career {
      padding: 73px 8px 118px;
      text-align: center; } }
  .section-career .heading {
    font-size: 32px;
    text-align: center;
    line-height: 37px;
    letter-spacing: 2.32px;
    margin-bottom: 25px;
    color: #A99968;
    font-family: "Baskerville";
    font-weight: normal; }
  .section-career .inner-content .inner {
    padding: 0px 0px; }
    @media (max-width: 767px) {
      .section-career .inner-content .inner {
        width: 100%;
        padding: 0px 25px;
        text-align: center; } }
  .section-career .inner-content .join-btn {
    display: none;
    background: #A99968;
    color: #ffffff;
    width: 171px;
    height: 48px;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: -0.18px;
    border-radius: 0px;
    padding: 10px 0px;
    font-family: "Baskerville";
    font-weight: 500;
    margin: 30px auto 0px;
    outline: none;
    box-shadow: none; }
    .section-career .inner-content .join-btn:hover {
      background: #A99968;
      color: #ffffff; }
    @media (max-width: 767px) {
      .section-career .inner-content .join-btn {
        display: flex;
        justify-content: center;
        align-items: center; } }
  .section-career .inner-content .career-btn .custom_border_btn {
    width: 157px;
    height: 48px;
    background: #A99968;
    color: #ffffff;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 1.28px;
    font-family: "Baskerville";
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0px;
    box-shadow: none;
    outline: none;
    text-decoration: none; }
    .section-career .inner-content .career-btn .custom_border_btn:hover, .section-career .inner-content .career-btn .custom_border_btn:focus {
      color: #151313;
      background: #ffffff; }
      .section-career .inner-content .career-btn .custom_border_btn:hover a, .section-career .inner-content .career-btn .custom_border_btn:focus a {
        text-decoration: none; }
    @media (max-width: 767px) {
      .section-career .inner-content .career-btn .custom_border_btn {
        font-size: 16px;
        line-height: 28px;
        margin: 0 auto; }
        .section-career .inner-content .career-btn .custom_border_btn.large {
          display: none; } }

@media (max-width: 767px) {
  .section-top.menu-banner.family-foundation-banner .mid-section .heading {
    font-size: 40px;
    line-height: 50px;
    padding: 0px 67px; } }
.whatson-top-section {
  background: #A99968;
  padding: 26px 0px 28px; }
  .whatson-top-section .title {
    display: flex;
    align-items: center;
    margin: 0; }
    @media (max-width: 767px) {
      .whatson-top-section .title {
        margin: 0 0 14px;
        padding-left: 20px;
        padding-right: 20px; } }
  .whatson-top-section .date-box {
    display: flex;
    align-items: flex-end;
    flex-direction: column;
    padding-left: 20px;
    padding-right: 20px; }
    @media (max-width: 767px) {
      .whatson-top-section .date-box {
        align-items: flex-start; } }
  .whatson-top-section h1 {
    margin: 0px;
    padding: 0px;
    font-size: 70px;
    line-height: 80px;
    letter-spacing: 3.2px;
    color: #ffffff;
    font-family: "Baskerville"; }
  .whatson-top-section .date {
    font-family: 'Gill Sans';
    font-size: 18px;
    letter-spacing: 0;
    line-height: 35px;
    color: #ffffff;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    margin: 0; }
    @media (max-width: 767px) {
      .whatson-top-section .date {
        align-items: flex-start;
        margin: 0 0 13px; } }
  .whatson-top-section .box ul {
    margin: 0px;
    padding: 0px;
    list-style: none; }
    .whatson-top-section .box ul li a {
      text-align: right;
      font-family: 'Gill Sans';
      font-size: 17px;
      letter-spacing: 0;
      line-height: 28px;
      color: #ffffff;
      text-decoration: none; }
      .whatson-top-section .box ul li a:hover {
        text-decoration: none; }
  @media (max-width: 767px) {
    .whatson-top-section {
      padding: 50px 0px 43px; }
      .whatson-top-section h1 {
        font-size: 38px;
        line-height: 25px;
        letter-spacing: 0px; } }

.whatson-mid-section {
  padding: 54.51px 0px 48px; }
  .whatson-mid-section p {
    font-size: 17px;
    line-height: 28px;
    letter-spacing: 0px;
    color: #ffffff;
    margin: 0px;
    padding: 0px 0px 0px;
    font-family: 'Gill Sans';
    font-weight: normal; }
  .whatson-mid-section .img-section {
    padding: 27.51px 0px 0px; }
    .whatson-mid-section .img-section img {
      width: 100%;
      object-fit: cover;
      height: 367px; }
  .whatson-mid-section .btn {
    padding: 14px 0px;
    justify-content: center;
    background: #A99968;
    color: #ffffff;
    outline: none;
    box-shadow: none;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: -0.16px;
    border-radius: 0px;
    margin: 33px auto 0px;
    display: flex;
    width: max-content;
    text-align: center;
    width: 138px;
    height: 45px; }
    .whatson-mid-section .btn:hover {
      background: #A99968;
      color: #ffffff;
      text-decoration: none; }
  @media (max-width: 767px) {
    .whatson-mid-section {
      padding: 35px 0px 27.65px; }
      .whatson-mid-section p {
        font-size: 17px;
        line-height: 28px;
        letter-spacing: 0px;
        padding: 0 20px; }
      .whatson-mid-section .img-section {
        padding: 54px 0px 0px; }
        .whatson-mid-section .img-section img {
          width: 100%;
          object-fit: cover;
          height: 367px; }
      .whatson-mid-section .btn {
        width: 138px;
        height: 45px;
        padding: 11px 0px;
        font-size: 16px;
        line-height: 22px;
        margin: 34px auto 0px; } }

@media (max-width: 767px) {
  .event-what-section .section-location .container-1373 {
    padding-right: 37px;
    padding-left: 37px; } }
@media (max-width: 340px) {
  .event-what-section .section-location .container-1373 {
    padding-right: 15px;
    padding-left: 15px; } }
.event-what-section .section-location .location-header {
  background: #A99968;
  margin-bottom: 0px;
  padding-top: 33px;
  padding-bottom: 29px; }
  @media (min-width: 768px) {
    .event-what-section .section-location .location-header {
      padding-top: calc(33px + 100vw * 0); } }
  @media (min-width: 1620px) {
    .event-what-section .section-location .location-header {
      padding-top: 33px; } }
  @media (min-width: 768px) {
    .event-what-section .section-location .location-header {
      padding-bottom: calc(29px + 100vw * 0); } }
  @media (min-width: 1620px) {
    .event-what-section .section-location .location-header {
      padding-bottom: 29px; } }
  @media (min-width: 992px) and (max-width: 1619.98px) {
    .event-what-section .section-location .location-header {
      padding-top: 33px;
      padding-bottom: 29px; } }
  @media (max-width: 767px) {
    .event-what-section .section-location .location-header {
      padding-top: 33px;
      padding-bottom: 29px; } }
  .event-what-section .section-location .location-header .cols-group {
    display: flex;
    align-items: center;
    justify-content: space-between; }
  .event-what-section .section-location .location-header .cols-left {
    flex: 0 0 490px; }
    @media (min-width: 767.98px) and (max-width: 992px) {
      .event-what-section .section-location .location-header .cols-left {
        padding-right: 20px; } }
    @media (max-width: 1199.98px) {
      .event-what-section .section-location .location-header .cols-left {
        flex: 0 0 390px; } }
    @media (max-width: 767.98px) {
      .event-what-section .section-location .location-header .cols-left {
        flex: 0 0 206px; } }
    @media (max-width: 340px) {
      .event-what-section .section-location .location-header .cols-left {
        flex: 0 0 175px; } }
  .event-what-section .section-location .location-header .evet_offer_checkbox .form-check {
    margin-right: 49.2px;
    margin-bottom: 0;
    margin-left: 0;
    padding-left: 0; }
    .event-what-section .section-location .location-header .evet_offer_checkbox .form-check input[type="radio"] {
      width: 17.61px;
      height: 17.61px;
      border-color: #ffffff;
      background: transparent !important;
      margin-right: 8.61px;
      margin-left: 0;
      margin-top: 3px; }
    .event-what-section .section-location .location-header .evet_offer_checkbox .form-check label.form-check-label {
      color: #ffffff;
      opacity: 1;
      font-size: 18px;
      line-height: 21px;
      font-family: "Gill Sans MT";
      letter-spacing: 0.54px; }
    .event-what-section .section-location .location-header .evet_offer_checkbox .form-check input[type="radio"]:checked {
      background: #151313 !important;
      border-color: #151313 !important;
      box-shadow: none; }
    @media (max-width: 1500px) {
      .event-what-section .section-location .location-header .evet_offer_checkbox .form-check {
        margin-right: 37.2px; } }
    @media (max-width: 1388px) {
      .event-what-section .section-location .location-header .evet_offer_checkbox .form-check {
        margin-right: 35px; } }
    @media (min-width: 992px) and (max-width: 1199px) {
      .event-what-section .section-location .location-header .evet_offer_checkbox .form-check {
        margin-right: 33.2px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .event-what-section .section-location .location-header .evet_offer_checkbox .form-check {
        margin-right: 33.2px;
        padding-left: 0px; } }
    @media (max-width: 767px) {
      .event-what-section .section-location .location-header .evet_offer_checkbox .form-check {
        margin-right: 33.2px;
        padding-left: 0px; }
        .event-what-section .section-location .location-header .evet_offer_checkbox .form-check:nth-child(2) {
          margin-right: 0; } }
    @media (max-width: 375px) {
      .event-what-section .section-location .location-header .evet_offer_checkbox .form-check {
        margin-right: 24.85px; } }
    @media (max-width: 340px) {
      .event-what-section .section-location .location-header .evet_offer_checkbox .form-check {
        margin-right: 7.85px; } }
  .event-what-section .section-location .location-header .cols-right {
    display: flex;
    align-items: center;
    flex: 0 0 auto;
    justify-content: flex-end; }
    @media (max-width: 767.98px) {
      .event-what-section .section-location .location-header .cols-right {
        text-align: right;
        flex-direction: column;
        align-items: flex-end; } }
    .event-what-section .section-location .location-header .cols-right .btn-green {
      min-width: 140px;
      font-size: 18px;
      line-height: 20px;
      letter-spacing: 1.44px;
      height: 45px;
      border-radius: 0px !important;
      background: #ffffff;
      color: #A99968;
      outline: none;
      box-shadow: none; }
      @media (min-width: 768px) {
        .event-what-section .section-location .location-header .cols-right .btn-green {
          font-size: calc(18px + 100vw * 0); } }
      @media (min-width: 1620px) {
        .event-what-section .section-location .location-header .cols-right .btn-green {
          font-size: 18px; } }
      .event-what-section .section-location .location-header .cols-right .btn-green:hover {
        background: #151313;
        color: #ffffff; }
  .event-what-section .section-location .location-header .row {
    margin-left: -25px;
    margin-right: -25px; }
    .event-what-section .section-location .location-header .row [class*="col-"] {
      padding-left: 25px;
      padding-right: 25px; }
      @media (max-width: 767.98px) {
        .event-what-section .section-location .location-header .row [class*="col-"] {
          margin-bottom: 10px; } }
  .event-what-section .section-location .location-header .icon-search {
    position: absolute;
    top: 50%;
    right: 0;
    width: 16.43px;
    height: 16.43px;
    background-size: contain !important;
    transform: translateY(-50%);
    background: url(../index-5.html) 0 0/100% auto no-repeat; }
    @media (max-width: 1619.98px) {
      .event-what-section .section-location .location-header .icon-search {
        width: 15px;
        height: 15px; } }
    @media (max-width: 991.98px) {
      .event-what-section .section-location .location-header .icon-search {
        width: 10.13px;
        height: 10.13px; } }
  .event-what-section .section-location .location-header .form-control {
    font-family: var(--font-family-kudryashev);
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 22px;
    margin: 0;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    padding-right: 30px !important;
    background: transparent;
    color: var(--black);
    height: 35.375px;
    padding-top: 7.7px;
    padding-bottom: 7.7px;
    border: none;
    border-bottom: solid 1px var(--black);
    border-radius: 0px;
    padding-left: 0px;
    padding-right: 0px; }
    @media (min-width: 768px) {
      .event-what-section .section-location .location-header .form-control {
        font-size: calc(14px + 100vw * 0); } }
    @media (min-width: 1620px) {
      .event-what-section .section-location .location-header .form-control {
        font-size: 14px; } }
    @media (min-width: 768px) {
      .event-what-section .section-location .location-header .form-control {
        height: calc(26.4645774648px + 100vw * 0.0116021127); } }
    @media (min-width: 1620px) {
      .event-what-section .section-location .location-header .form-control {
        height: 45.26px; } }
    @media (min-width: 768px) {
      .event-what-section .section-location .location-header .form-control {
        padding-top: calc(0.5518309859px + 100vw * 0.0093075117); } }
    @media (min-width: 1620px) {
      .event-what-section .section-location .location-header .form-control {
        padding-top: 15.63px; } }
    @media (min-width: 768px) {
      .event-what-section .section-location .location-header .form-control {
        padding-bottom: calc(4.1754929577px + 100vw * 0.0045892019); } }
    @media (min-width: 1620px) {
      .event-what-section .section-location .location-header .form-control {
        padding-bottom: 11.61px; } }
    @media (min-width: 992px) and (max-width: 1619.98px) {
      .event-what-section .section-location .location-header .form-control {
        height: 38.3px;
        padding-top: 11.19px;
        padding-bottom: 12.19px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .event-what-section .section-location .location-header .form-control {
        font-size: 13px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .event-what-section .section-location .location-header .form-control {
        font-size: 13px;
        height: 42.3px; } }
    .event-what-section .section-location .location-header .form-control::placeholder {
      color: var(--black); }
    .event-what-section .section-location .location-header .form-control:focus {
      box-shadow: none; }
  .event-what-section .section-location .location-header .btn.dropdown-toggle {
    font-family: var(--font-family-kudryashev);
    font-weight: 400;
    font-size: 12px;
    letter-spacing: 0;
    line-height: 22px;
    margin: 0;
    background: transparent;
    color: var(--black);
    border-bottom: solid 1px var(--black);
    height: 35.375px;
    padding-top: 7.7px;
    padding-bottom: 7.7px; }
    @media (min-width: 768px) {
      .event-what-section .section-location .location-header .btn.dropdown-toggle {
        font-size: calc(10.1971830986px + 100vw * 0.0023474178); } }
    @media (min-width: 1620px) {
      .event-what-section .section-location .location-header .btn.dropdown-toggle {
        font-size: 14px; } }
    @media (min-width: 768px) {
      .event-what-section .section-location .location-header .btn.dropdown-toggle {
        line-height: calc(27.4084507042px + 100vw * -0.0070422535); } }
    @media (min-width: 1620px) {
      .event-what-section .section-location .location-header .btn.dropdown-toggle {
        line-height: 16px; } }
    @media (min-width: 992px) and (max-width: 1619.98px) {
      .event-what-section .section-location .location-header .btn.dropdown-toggle {
        font-size: 12px;
        line-height: 12.48px; } }
    @media (min-width: 768px) {
      .event-what-section .section-location .location-header .btn.dropdown-toggle {
        height: calc(26.4645774648px + 100vw * 0.0116021127); } }
    @media (min-width: 1620px) {
      .event-what-section .section-location .location-header .btn.dropdown-toggle {
        height: 45.26px; } }
    @media (min-width: 768px) {
      .event-what-section .section-location .location-header .btn.dropdown-toggle {
        padding-top: calc(0.5518309859px + 100vw * 0.0093075117); } }
    @media (min-width: 1620px) {
      .event-what-section .section-location .location-header .btn.dropdown-toggle {
        padding-top: 15.63px; } }
    @media (min-width: 768px) {
      .event-what-section .section-location .location-header .btn.dropdown-toggle {
        padding-bottom: calc(4.1754929577px + 100vw * 0.0045892019); } }
    @media (min-width: 1620px) {
      .event-what-section .section-location .location-header .btn.dropdown-toggle {
        padding-bottom: 11.61px; } }
    @media (min-width: 992px) and (max-width: 1619.98px) {
      .event-what-section .section-location .location-header .btn.dropdown-toggle {
        height: 38.3px;
        padding-top: 11.19px;
        padding-bottom: 6.19px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .event-what-section .section-location .location-header .btn.dropdown-toggle {
        height: 42.3px;
        padding-top: 14.19px !important;
        padding-bottom: 2.19px !important; } }
  .event-what-section .section-location .location-header .btn-search {
    background: url(../index-5.html) right 50%/100% auto no-repeat;
    border: none;
    position: absolute;
    right: 0;
    top: calc(50% - 0px);
    transform: translateY(-50%);
    border-radius: 0px;
    width: 16px;
    height: 16px; }
    @media (min-width: 768px) {
      .event-what-section .section-location .location-header .btn-search {
        width: calc(12.3943661972px + 100vw * 0.0046948357); } }
    @media (min-width: 1620px) {
      .event-what-section .section-location .location-header .btn-search {
        width: 20px; } }
    @media (min-width: 768px) {
      .event-what-section .section-location .location-header .btn-search {
        height: calc(12.3943661972px + 100vw * 0.0046948357); } }
    @media (min-width: 1620px) {
      .event-what-section .section-location .location-header .btn-search {
        height: 20px; } }
    @media (min-width: 992px) and (max-width: 1619.98px) {
      .event-what-section .section-location .location-header .btn-search {
        width: 16.6px;
        height: 16.6px; } }
    .event-what-section .section-location .location-header .btn-search:focus {
      box-shadow: none; }
.event-what-section .location-list-section {
  padding: 88px 0px 56px; }
  .event-what-section .location-list-section .btn {
    width: 140px;
    height: 45px;
    background: #A99968;
    color: #ffffff;
    font-size: 18px;
    line-height: 20px;
    letter-spacing: 1.44px;
    font-family: "Baskerville";
    margin: 43.5px auto 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0px;
    box-shadow: none;
    outline: none; }
    .event-what-section .location-list-section .btn:hover, .event-what-section .location-list-section .btn:focus {
      color: #151313;
      background: #ffffff;
      box-shadow: none !important; }
    @media (max-width: 767px) {
      .event-what-section .location-list-section .btn {
        font-size: 16px;
        line-height: 22px;
        margin: 36.5px auto 0px;
        letter-spacing: 0px; }
        .event-what-section .location-list-section .btn.large {
          display: none; } }
  .event-what-section .location-list-section .btn#no_more {
    width: auto !important;
    max-width: 210px;
    pointer-events: none;
    background: transparent;
    padding: 0;
    height: auto; }
  .event-what-section .location-list-section .location-list {
    padding-top: 0px;
    padding-bottom: 0px; }
    .event-what-section .location-list-section .location-list:after {
      display: none; }
    .event-what-section .location-list-section .location-list .grid-box {
      padding: 46.5px 0px 66.05px;
      border-bottom: 1px solid rgba(162, 160, 152, 0.6);
      display: flex;
      align-items: center; }
      .event-what-section .location-list-section .location-list .grid-box .box p {
        font-size: 17px;
        line-height: 28px;
        letter-spacing: 0;
        color: #ffffff;
        margin: 0;
        padding: 15px 0px 0px;
        font-family: 'Gill Sans';
        font-weight: normal; }
        .event-what-section .location-list-section .location-list .grid-box .box p a {
          color: #242424;
          outline: none;
          box-shadow: none; }
      .event-what-section .location-list-section .location-list .grid-box .box a.more-btn {
        color: #ffffff;
        outline: none;
        box-shadow: none;
        font-size: 18px;
        line-height: 28px;
        letter-spacing: 0;
        font-family: 'Gill Sans';
        font-weight: normal; }
      .event-what-section .location-list-section .location-list .grid-box .box .heading {
        font-size: 24px;
        line-height: 28px;
        letter-spacing: 1.92px;
        color: #ffffff;
        padding: 0px 0px 14px;
        font-family: "Baskerville"; }
      .event-what-section .location-list-section .location-list .grid-box .box .sub-heading {
        font-size: 18px;
        line-height: 20px;
        color: #ffffff;
        letter-spacing: 1.44px;
        font-family: "Baskerville"; }
      .event-what-section .location-list-section .location-list .grid-box .box .date {
        font-size: 15px;
        line-height: 18px;
        letter-spacing: 0.45px;
        color: #151313;
        margin: 0;
        padding: 0; }
        @media (max-width: 767px) {
          .event-what-section .location-list-section .location-list .grid-box .box .date {
            font-size: 12px;
            line-height: 18px; } }
      .event-what-section .location-list-section .location-list .grid-box .box .btn {
        width: 140px;
        height: 45px;
        border: 1px solid #A99968;
        color: #ffffff;
        font-size: 18px;
        line-height: 20px;
        letter-spacing: 0;
        background: #A99968;
        margin-top: 0px;
        border-radius: 0px;
        box-shadow: none;
        outline: none;
        font-family: "Baskerville"; }
        .event-what-section .location-list-section .location-list .grid-box .box .btn:hover, .event-what-section .location-list-section .location-list .grid-box .box .btn:focus {
          color: #151313;
          background: #ffffff;
          border: 1px solid #ffffff;
          box-shadow: none !important;
          text-decoration: none; }
        @media (max-width: 1500px) {
          .event-what-section .location-list-section .location-list .grid-box .box .btn {
            width: 130px;
            height: 42px;
            font-size: 12px; } }
        @media (max-width: 1388px) {
          .event-what-section .location-list-section .location-list .grid-box .box .btn {
            width: 120px;
            height: 38px;
            font-size: 12px;
            line-height: 14px; } }
      .event-what-section .location-list-section .location-list .grid-box .box:nth-child(2) {
        padding-left: 73px;
        display: flex; }
      .event-what-section .location-list-section .location-list .grid-box .box:last-child {
        margin-left: auto; }
      @media (max-width: 1500px) {
        .event-what-section .location-list-section .location-list .grid-box .box:nth-child(2) {
          padding-left: 43px; }
        .event-what-section .location-list-section .location-list .grid-box .box .heading {
          font-size: 27px;
          line-height: 31px; } }
      @media (max-width: 1388px) {
        .event-what-section .location-list-section .location-list .grid-box .box .heading {
          padding: 0px 0px 9px;
          font-size: 25px;
          line-height: 28px; }
        .event-what-section .location-list-section .location-list .grid-box .box p {
          padding: 9px 0px 0px; } }
      @media (min-width: 992px) and (max-width: 1199px) {
        .event-what-section .location-list-section .location-list .grid-box .box:nth-child(2) {
          padding-left: 13px; }
        .event-what-section .location-list-section .location-list .grid-box .box .heading {
          font-size: 21px;
          line-height: 24px; } }
      @media (min-width: 768px) and (max-width: 991px) {
        .event-what-section .location-list-section .location-list .grid-box .box:nth-child(2) {
          padding-left: 0px;
          padding: 34px 0px 19px;
          width: 100%; }
        .event-what-section .location-list-section .location-list .grid-box .box:last-child {
          margin: 0px; }
        .event-what-section .location-list-section .location-list .grid-box .box .heading {
          font-size: 21px;
          line-height: 24px; } }
      @media (max-width: 767px) {
        .event-what-section .location-list-section .location-list .grid-box .box {
          padding: 0px 0px; }
          .event-what-section .location-list-section .location-list .grid-box .box:first-child {
            padding: 0px; }
          .event-what-section .location-list-section .location-list .grid-box .box:nth-child(2) {
            padding: 29.51px 0px 0px 0px;
            width: 100%; }
          .event-what-section .location-list-section .location-list .grid-box .box:last-child {
            margin: 0px;
            padding-left: 0px;
            padding-right: 0px; }
          .event-what-section .location-list-section .location-list .grid-box .box .heading {
            font-size: 24px;
            line-height: 28px;
            padding: 0px 0px 14px;
            letter-spacing: 1.92px;
            color: #ffffff; }
          .event-what-section .location-list-section .location-list .grid-box .box p {
            letter-spacing: 0px;
            padding: 29.51px 0px 0px; }
          .event-what-section .location-list-section .location-list .grid-box .box .btn {
            width: 100%;
            height: 45px;
            margin: 26.51px 0px 0px;
            font-size: 18px;
            line-height: 20px;
            letter-spacing: 1.44px; } }
      .event-what-section .location-list-section .location-list .grid-box .box .inner {
        width: 729px; }
        @media (max-width: 1700px) {
          .event-what-section .location-list-section .location-list .grid-box .box .inner {
            width: 492px; } }
        @media (max-width: 1500px) {
          .event-what-section .location-list-section .location-list .grid-box .box .inner {
            width: 430px; } }
        @media (max-width: 1388px) {
          .event-what-section .location-list-section .location-list .grid-box .box .inner {
            width: 419px; } }
        @media (min-width: 992px) and (max-width: 1199px) {
          .event-what-section .location-list-section .location-list .grid-box .box .inner {
            width: 549px; } }
        @media (min-width: 768px) and (max-width: 991px) {
          .event-what-section .location-list-section .location-list .grid-box .box .inner {
            width: 591px; } }
        @media (max-width: 767px) {
          .event-what-section .location-list-section .location-list .grid-box .box .inner {
            width: 100%; } }
      @media (max-width: 767px) {
        .event-what-section .location-list-section .location-list .grid-box .box {
          flex-wrap: wrap; } }
      .event-what-section .location-list-section .location-list .grid-box .box.img {
        width: 421px;
        height: 237px; }
        .event-what-section .location-list-section .location-list .grid-box .box.img img {
          width: 421px;
          height: 237px;
          object-fit: cover;
          object-position: 50% 50%; }
        @media (max-width: 1500px) {
          .event-what-section .location-list-section .location-list .grid-box .box.img {
            width: 401px;
            height: 217px; }
            .event-what-section .location-list-section .location-list .grid-box .box.img img {
              width: 401px;
              height: 217px; } }
        @media (max-width: 1388px) {
          .event-what-section .location-list-section .location-list .grid-box .box.img {
            width: 371px;
            height: 187px; }
            .event-what-section .location-list-section .location-list .grid-box .box.img img {
              width: 371px;
              height: 187px; } }
        @media (min-width: 992px) and (max-width: 1199px) {
          .event-what-section .location-list-section .location-list .grid-box .box.img {
            width: 220px;
            height: 150px; }
            .event-what-section .location-list-section .location-list .grid-box .box.img img {
              width: 220px;
              height: 150px; } }
        @media (min-width: 768px) and (max-width: 991px) {
          .event-what-section .location-list-section .location-list .grid-box .box.img {
            width: 100%;
            height: 100%; }
            .event-what-section .location-list-section .location-list .grid-box .box.img img {
              width: 100%;
              height: 280px; } }
        @media (max-width: 767px) {
          .event-what-section .location-list-section .location-list .grid-box .box.img {
            width: 100%;
            height: 100%; }
            .event-what-section .location-list-section .location-list .grid-box .box.img img {
              width: 100%;
              height: 220px; } }
      .event-what-section .location-list-section .location-list .grid-box:first-child {
        padding-top: 0px; }
      @media (min-width: 768px) and (max-width: 991px) {
        .event-what-section .location-list-section .location-list .grid-box {
          flex-wrap: wrap; } }
      @media (max-width: 767px) {
        .event-what-section .location-list-section .location-list .grid-box {
          flex-wrap: wrap;
          padding: 44.99px 0px 37.5px; } }
    @media (max-width: 767px) {
      .event-what-section .location-list-section .location-list .container-1208 {
        padding: 0px; } }
  @media (max-width: 767px) {
    .event-what-section .location-list-section {
      padding: 37px 0px 46.65px; } }
@media (max-width: 1500px) {
  .event-what-section .position-relative .custom-select-box .bootstrap-select .dropdown-menu {
    margin-top: -10px !important; }
    .event-what-section .position-relative .custom-select-box .bootstrap-select .dropdown-menu .dropdown-menu {
      margin-top: 0px !important; } }
@media (max-width: 767px) {
  .event-what-section {
    padding: 0px 0px 0px; }
    .event-what-section .position-relative .custom-select-box .bootstrap-select .dropdown-menu {
      margin-top: -13px !important; }
      .event-what-section .position-relative .custom-select-box .bootstrap-select .dropdown-menu .dropdown-menu {
        margin-top: 0px !important; } }

.section-recipes {
  padding: 93px 0px 90px;
  text-align: center; }
  @media (max-width: 767px) {
    .section-recipes {
      padding: 70px 0px 68px;
      text-align: center; } }
  .section-recipes .heading {
    font-size: 30px;
    line-height: 25px;
    letter-spacing: -0.3px;
    color: #151313; }
    @media (max-width: 767px) {
      .section-recipes .heading {
        font-size: 25px;
        line-height: 35px;
        letter-spacing: -0.25px; } }
  .section-recipes .sub-heading {
    font-size: 16px;
    line-height: 25px;
    letter-spacing: -0.16px;
    font-family: 'Copperplate';
    font-weight: 300;
    padding: 40px 38px; }
    @media (max-width: 767px) {
      .section-recipes .sub-heading {
        padding: 22px 33px; } }
  .section-recipes .img-sec img {
    width: 38px;
    height: 10px;
    object-fit: cover; }
  .section-recipes .small-heading {
    font-size: 16px;
    line-height: 25px;
    letter-spacing: -0.16px;
    font-family: 'Copperplate';
    font-weight: 600;
    padding: 38px 37px; }
    @media (max-width: 767px) {
      .section-recipes .small-heading {
        padding: 33px 33px; } }
  .section-recipes ul {
    margin: 0px;
    padding: 0px;
    list-style: none; }
    .section-recipes ul li {
      font-size: 16px;
      line-height: 25px;
      letter-spacing: -0.16px;
      font-family: 'Copperplate';
      font-weight: 300; }
  .section-recipes .inner-content p {
    margin: 0px;
    padding: 0px 0px 10px;
    font-size: 16px;
    line-height: 25px;
    letter-spacing: -0.16px;
    color: #151313;
    font-weight: 300; }
    .section-recipes .inner-content p strong {
      font-weight: bold; }
    @media (max-width: 767px) {
      .section-recipes .inner-content p strong {
        padding-top: 18px; } }

body.index-page .ui-timepicker-container.ui-timepicker-standard {
  margin-top: 8px !important; }

span.contactSuccessMsg {
  color: #151313;
  background: #ffffff;
  font-family: 'Copperplate';
  font-size: 18px;
  width: 100%;
  display: block;
  display: none;
  padding: 5px 10px;
  box-shadow: 0px 5px 15px black;
  margin-bottom: 20px; }

#contactForm .drop {
  max-height: initial;
  overflow: visible;
  scrollbar-width: thin;
  scrollbar-color: #151313 #cdcdcd; }
  #contactForm .drop::-webkit-scrollbar-corner,
  #contactForm .drop .scrollbar-1::-webkit-scrollbar-track {
    background-color: #cdcdcd; }
  #contactForm .drop::-webkit-scrollbar {
    width: 6px;
    height: 6px; }
    #contactForm .drop::-webkit-scrollbar-track {
      background-clip: content-box;
      border: 8px solid rgba(205, 205, 205, 0.3);
      background-color: #cdcdcd; }
    #contactForm .drop::-webkit-scrollbar-thumb {
      background-color: #cdcdcd;
      border-radius: 12px; }
      #contactForm .drop::-webkit-scrollbar-thumb:hover {
        background-color: #cdcdcd; }
    #contactForm .drop::-webkit-scrollbar-corner, #contactForm .drop::-webkit-scrollbar-track {
      background-color: #cdcdcd;
      border-radius: 12px; }
  #contactForm .drop li {
    padding: 10px 0 10px 10px; }
    #contactForm .drop li a {
      border-bottom: 1px solid #A99968;
      width: 100%; }

.group-dining-datapicker .datepicker.datepicker-inline {
  max-width: 100% !important;
  width: 100%; }
  .group-dining-datapicker .datepicker.datepicker-inline .table-condensed {
    width: 100%; }

.group-dining-datapicker .datepicker table.table-condensed td,
.group-dining-datapicker .datepicker table.table-condensed th {
  font-family: "Gill Sans MT"; }

.group-dining-datapicker .datepicker table.table-condensed td.new.day,
.group-dining-datapicker .datepicker table.table-condensed td.new.day:hover {
  background: transparent;
  border-radius: 100%;
  color: #151313;
  font-family: 'Copperplate'; }

.group-dining-datapicker .datepicker table.table-condensed td.new.day div,
.group-dining-datapicker .datepicker table.table-condensed td.new.day:hover div {
  border: 0.5px solid #d6d6d6;
  border-radius: 100%;
  color: #1D1D1D;
  font-family: "Gill Sans MT";
  background: transparent; }

.datepicker table.table-condensed td.day {
  padding: 6px; }

.datepicker table.table-condensed td.disabled {
  opacity: 1;
  cursor: default !important; }

.datepicker table.table-condensed td.disabled div:hover {
  background: none !important;
  color: #1D1D1D !important; }

.datepicker table.table-condensed td.active.day div {
  background: #A99968;
  border-color: #A99968;
  color: #fff; }

.datepicker table tr td.day:hover,
.datepicker table tr td.day.focused {
  background: transparent; }

.datepicker table tr td.day div:hover,
.datepicker table tr td.day.focused div {
  background: #A99968;
  color: #ffffff; }

.wrap-drop.active ul.drop {
  top: 100%; }
  .wrap-drop.active ul.drop li:first-child {
    border-top: transparent; }

.privacy-policy .container-904 {
  width: 100%;
  padding-right: var(--bs-gutter-x, 0rem);
  padding-left: var(--bs-gutter-y, 0rem);
  margin-right: auto;
  margin-left: auto;
  max-width: 629px; }
  @media (min-width: 904px) {
    .privacy-policy .container-904 {
      max-width: calc(Infinitypx + 100vw * -Infinity); } }
  @media (min-width: 904px) {
    .privacy-policy .container-904 {
      max-width: 904px; } }
  @media (max-width: 991.98px) {
    .privacy-policy .container-904 {
      max-width: 735px; } }
  @media (max-width: 767.98px) {
    .privacy-policy .container-904 {
      max-width: inherit;
      padding-right: var(--bs-gutter-x, 15px);
      padding-left: var(--bs-gutter-y, 15px); } }

.cookie-policy-section {
  background: #ffffff;
  text-align: center;
  position: relative;
  padding: 34px 0px 27px;
  display: flex;
  align-items: center; }
  .cookie-policy-section .cookie-btn-sec {
    display: flex;
    column-gap: 16px;
    align-items: center;
    margin: 22px auto 0px;
    justify-content: center; }
    .cookie-policy-section .cookie-btn-sec .custom_border_btn {
      background: #A99968;
      border: 1px solid #A99968;
      width: 171px;
      height: 48px;
      color: #ffffff;
      font-size: 16px;
      line-height: 22px;
      letter-spacing: -0.16px;
      display: flex;
      align-items: center;
      justify-content: center;
      text-decoration: none;
      outline: none;
      box-shadow: none; }
      .cookie-policy-section .cookie-btn-sec .custom_border_btn.border {
        background: transparent;
        color: #A99968; }
      .cookie-policy-section .cookie-btn-sec .custom_border_btn:hover {
        background: #A99968;
        color: #ffffff;
        border-color: #A99968; }
  .cookie-policy-section .heading {
    margin: 0px;
    padding: 0px 0px 15px;
    font-size: 26px;
    line-height: 29px;
    letter-spacing: -0.26px;
    color: #151313;
    font-family: "Gill Sans MT";
    font-weight: bold; }
  .cookie-policy-section p {
    font-size: 14px;
    line-height: 25px;
    letter-spacing: 0px;
    color: #151313;
    margin: 0 auto;
    font-family: "Gill Sans MT";
    font-weight: normal; }
    .cookie-policy-section p a {
      color: #151313; }
  @media (max-width: 767px) {
    .cookie-policy-section {
      padding: 28px 37px 27px; }
      .cookie-policy-section .heading {
        font-size: 26px;
        line-height: 29px;
        letter-spacing: -0.26px;
        padding: 0px 0px 22px; }
      .cookie-policy-section p {
        font-size: 14px;
        line-height: 25px;
        letter-spacing: -0.14px; }
      .cookie-policy-section .cookie-btn-sec {
        margin: 22px auto 0;
        column-gap: 11px; }
        .cookie-policy-section .cookie-btn-sec .custom_border_btn {
          width: 171px;
          height: 48px;
          font-size: 16px;
          line-height: 22px;
          letter-spacing: 0px; } }

.menu_listing {
  padding: 65px 0 20px; }
  .menu_listing .container-1221 {
    width: 100%;
    padding-right: var(--bs-gutter-x, 0rem);
    padding-left: var(--bs-gutter-y, 0rem);
    margin-right: auto;
    margin-left: auto;
    max-width: 1000px; }
    @media (min-width: 1100px) {
      .menu_listing .container-1221 {
        max-width: calc(-891.3669064748px + 100vw * 1.7194244604); } }
    @media (min-width: 1239px) {
      .menu_listing .container-1221 {
        max-width: 1239px; } }
    @media (max-width: 991.98px) {
      .menu_listing .container-1221 {
        max-width: 735px; } }
    @media (max-width: 767.98px) {
      .menu_listing .container-1221 {
        max-width: inherit;
        padding-right: var(--bs-gutter-x, 15px);
        padding-left: var(--bs-gutter-y, 15px); } }

.menu-blog ul {
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  display: -webkit-flex;
  justify-content: center;
  margin: 0px; }
  .menu-blog ul li {
    display: inline-block;
    width: 33.333%;
    vertical-align: top;
    padding: 0 19px 58px; }
    @media (max-width: 1199px) {
      .menu-blog ul li {
        width: 50%; } }
    @media (max-width: 767px) {
      .menu-blog ul li {
        padding: 0 12px 27px 13px;
        width: 100%; } }
    .menu-blog ul li a {
      display: block;
      text-decoration: none;
      color: #000; }
      .menu-blog ul li a:hover {
        text-decoration: none; }
        .menu-blog ul li a:hover span {
          text-decoration: none; }
        .menu-blog ul li a:hover span.special-note {
          text-decoration: none; }
    .menu-blog ul li .menu-b {
      height: 100%;
      border: 1px solid rgba(169, 153, 104, 0.6);
      position: relative;
      background: #151313;
      position: relative; }
      .menu-blog ul li .menu-b:before {
        background: url(../svg/gold-fish.svg);
        background-repeat: no-repeat;
        background-size: cover;
        width: 35.25px;
        height: 42.17px;
        content: '';
        position: absolute;
        top: 10px;
        left: 10.79px; }
      .menu-blog ul li .menu-b:after {
        background: url(../svg/gold-fish.svg);
        background-repeat: no-repeat;
        background-size: cover;
        width: 35.25px;
        height: 42.17px;
        content: '';
        position: absolute;
        top: 10px;
        right: 10.79px;
        -webkit-transform: scaleX(-1);
        transform: scaleX(-1); }
      .menu-blog ul li .menu-b .menu-c {
        padding: 41px 46px 65px;
        height: 100%;
        text-align: center;
        position: relative; }
        .menu-blog ul li .menu-b .menu-c:after {
          background: url(../svg/wave-pattern.svg);
          background-repeat: no-repeat;
          background-size: cover;
          width: 100%;
          height: 30.65px;
          content: '';
          position: absolute;
          bottom: 0px;
          left: 0px; }
        @media (min-width: 768px) and (max-width: 991px) {
          .menu-blog ul li .menu-b .menu-c {
            padding: 33px 26px 50px; } }
        @media (max-width: 767px) {
          .menu-blog ul li .menu-b .menu-c {
            padding: 43px 36px 60px; } }
        @media (max-width: 375px) {
          .menu-blog ul li .menu-b .menu-c {
            padding: 33px 16px 50px; } }
        .menu-blog ul li .menu-b .menu-c img {
          width: 38px;
          height: 10px;
          display: block;
          margin: 0 auto; }
        .menu-blog ul li .menu-b .menu-c strong {
          font-size: 26px;
          font-weight: normal;
          display: inline-block;
          color: #A99968;
          line-height: 29px;
          text-align: center;
          position: relative;
          font-family: "Baskerville";
          margin-bottom: 8px; }
        .menu-blog ul li .menu-b .menu-c span {
          font-size: 18px;
          font-weight: normal;
          display: inline-block;
          color: #A99968;
          line-height: 20px;
          text-align: center;
          position: relative;
          margin: 0px;
          padding: 0;
          font-family: 'Gill Sans'; }
          .menu-blog ul li .menu-b .menu-c span a {
            color: #ffffff; }
        .menu-blog ul li .menu-b .menu-c ol {
          margin: 0px;
          padding: 0px;
          display: flex;
          width: 100%;
          justify-content: center;
          flex-wrap: wrap;
          column-gap: 33px;
          display: none; }
          .menu-blog ul li .menu-b .menu-c ol li {
            width: 44%;
            white-space: nowrap;
            margin: 0;
            padding: 0;
            text-align: center;
            font-size: 16px;
            line-height: 22px;
            font-family: "Gill Sans MT";
            font-weight: normal;
            color: #ffffff; }
            .menu-blog ul li .menu-b .menu-c ol li .month {
              font-weight: bold;
              padding-bottom: 6px; }
          @media (max-width: 320px) {
            .menu-blog ul li .menu-b .menu-c ol {
              justify-content: center; }
              .menu-blog ul li .menu-b .menu-c ol li {
                text-align: center;
                font-size: 16px;
                padding-bottom: 5px;
                width: auto; } }
      .menu-blog ul li .menu-b span.special-note {
        position: absolute;
        bottom: 0;
        height: 27px;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 11px;
        letter-spacing: 0px;
        line-height: 13px;
        color: #ffffff;
        background: #A99968; }

.slick-slider.banner-slick-slider {
  margin-top: 0;
  margin-bottom: 0px; }
  .slick-slider.banner-slick-slider .slick-dots,
  .slick-slider.banner-slick-slider .slick-next,
  .slick-slider.banner-slick-slider .slick-prev {
    position: absolute;
    display: block;
    padding: 0; }
  .slick-slider.banner-slick-slider .slick-dots {
    bottom: 33px;
    margin: 0;
    width: 100%;
    list-style: none;
    text-align: center; }
    .slick-slider.banner-slick-slider .slick-dots li button:before,
    .slick-slider.banner-slick-slider .slick-dots .slick-next:before,
    .slick-slider.banner-slick-slider .slick-dots .slick-prev:before {
      font-family: slick;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; }
    .slick-slider.banner-slick-slider .slick-dots li {
      width: 6px;
      height: 6px;
      position: relative;
      display: inline-block;
      margin: 0 12px 0 13px;
      padding: 0;
      cursor: pointer; }
      .slick-slider.banner-slick-slider .slick-dots li:only-child {
        display: none; }
      .slick-slider.banner-slick-slider .slick-dots li.slick-active button {
        font-size: 0;
        line-height: 0;
        display: block;
        width: 6px;
        height: 6px;
        cursor: pointer;
        color: transparent;
        border: 0;
        outline: 0;
        background: 0 0; }
        .slick-slider.banner-slick-slider .slick-dots li.slick-active button::before {
          background: #ffffff;
          opacity: 1;
          text-align: center; }
      .slick-slider.banner-slick-slider .slick-dots li button {
        width: 6px;
        height: 6px;
        padding: 0px;
        position: relative;
        font-size: 0;
        line-height: 0;
        display: block;
        padding: 0px;
        cursor: pointer;
        color: transparent;
        border: 0;
        outline: 0;
        background: 0 0; }
        .slick-slider.banner-slick-slider .slick-dots li button:before {
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          font-size: 0px;
          color: transparent;
          font-family: inherit;
          content: "";
          width: 6px;
          height: 6px;
          background: #ffffff;
          color: #ffffff !important;
          border-radius: 3px;
          opacity: .5; }
.slick-slider.home-page {
  margin-top: 0;
  margin-bottom: 0px; }
  .slick-slider.home-page .slick-dots,
  .slick-slider.home-page .slick-next,
  .slick-slider.home-page .slick-prev {
    position: absolute;
    display: block;
    padding: 0; }
  .slick-slider.home-page .slick-dots {
    bottom: -57px;
    margin: 0;
    width: 100%;
    list-style: none;
    text-align: center; }
    .slick-slider.home-page .slick-dots li button:before,
    .slick-slider.home-page .slick-dots .slick-next:before,
    .slick-slider.home-page .slick-dots .slick-prev:before {
      font-family: slick;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; }
    .slick-slider.home-page .slick-dots li {
      width: 6px;
      height: 6px;
      position: relative;
      display: inline-block;
      margin: 0 12px 0 13px;
      padding: 0;
      cursor: pointer; }
      .slick-slider.home-page .slick-dots li.slick-active button {
        font-size: 0;
        line-height: 0;
        display: block;
        width: 6px;
        height: 6px;
        cursor: pointer;
        color: transparent;
        border: 0;
        outline: 0;
        background: 0 0; }
        .slick-slider.home-page .slick-dots li.slick-active button::before {
          background: #ffffff;
          opacity: 1;
          text-align: center; }
      .slick-slider.home-page .slick-dots li button {
        width: 6px;
        height: 6px;
        padding: 0px;
        position: relative;
        font-size: 0;
        line-height: 0;
        display: block;
        padding: 0px;
        cursor: pointer;
        color: transparent;
        border: 0;
        outline: 0;
        background: 0 0; }
        .slick-slider.home-page .slick-dots li button:before {
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          font-size: 0px;
          color: transparent;
          font-family: inherit;
          content: "";
          width: 6px;
          height: 6px;
          background: #8e8d80;
          color: #ffffff !important;
          border-radius: 3px;
          opacity: 1; }

.banner .banner-img {
  text-align: center; }
@media (min-width: 992px) and (max-width: 1199px) {
  .banner .banner {
    padding-top: 139px; } }
@media (min-width: 768px) and (max-width: 991px) {
  .banner .banner {
    padding-top: 118px; } }
@media (max-width: 767px) {
  .banner .banner {
    padding-top: 113px; } }
.banner .banner-grid {
  position: relative; }
  .banner .banner-grid:before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    background: #151313;
    opacity: 0.3;
    width: 100%;
    height: 100%; }
.banner .banner-text p {
  color: #ffffff;
  font-size: 22px;
  line-height: 28px;
  margin: 0px;
  letter-spacing: 1px;
  margin-top: 10px;
  margin-bottom: 20px; }
  @media (max-width: 321px) {
    .banner .banner-text p {
      font-size: 18px;
      line-height: 25px; } }
.banner .banner-text h1 {
  font-size: 39px;
  color: #ffffff;
  margin-bottom: 19px;
  text-transform: capitalize; }
  @media (min-width: 768px) {
    .banner .banner-text h1 {
      font-size: calc(29.0845070423px + 100vw * 0.0129107981); } }
  @media (min-width: 1620px) {
    .banner .banner-text h1 {
      font-size: 50px; } }
  .banner .banner-text h1.home {
    font-family: 'Scotch Roman MT' !important;
    font-weight: 400;
    font-size: 39px;
    letter-spacing: -0.56px;
    line-height: 50px;
    margin-bottom: 8px; }
    @media (min-width: 768px) {
      .banner .banner-text h1.home {
        font-size: calc(23.676056338px + 100vw * 0.0199530516); } }
    @media (min-width: 1620px) {
      .banner .banner-text h1.home {
        font-size: 56px; } }
    @media (min-width: 992px) and (max-width: 1619.98px) {
      .banner .banner-text h1.home {
        letter-spacing: -0.43px; } }
    @media (max-width: 767px) {
      .banner .banner-text h1.home {
        letter-spacing: 0;
        font-size: 56px;
        line-height: 55px;
        margin-bottom: 19px; } }
    @media (min-width: 768px) {
      .banner .banner-text h1.home {
        line-height: calc(18.4507042254px + 100vw * 0.0410798122); } }
    @media (min-width: 1620px) {
      .banner .banner-text h1.home {
        line-height: 85px; } }
    @media (min-width: 768px) {
      .banner .banner-text h1.home {
        margin-bottom: calc(2.5915492958px + 100vw * 0.0070422535); } }
    @media (min-width: 1620px) {
      .banner .banner-text h1.home {
        margin-bottom: 14px; } }
    @media (min-width: 992px) and (max-width: 1619.98px) {
      .banner .banner-text h1.home {
        font-size: 43.68px !important;
        line-height: 66.3px !important;
        margin-bottom: 10.14px; } }
.banner .banner-text .banner-line {
  height: 61px;
  width: 1px;
  background: #ffffff;
  display: inline-block;
  margin-bottom: 15px; }
.banner .banner-text .btn-white-border {
  height: 46px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 23px;
  background: #ffffff;
  width: 195px;
  color: #151313; }
  @media (min-width: 768px) {
    .banner .banner-text .btn-white-border {
      width: calc(195px + 100vw * 0); } }
  @media (min-width: 1620px) {
    .banner .banner-text .btn-white-border {
      width: 195px; } }
  .banner .banner-text .btn-white-border span {
    font-size: 16px;
    letter-spacing: 0;
    line-height: 28px;
    margin: 0; }
    @media (min-width: 768px) {
      .banner .banner-text .btn-white-border span {
        font-size: calc(16px + 100vw * 0); } }
    @media (min-width: 1620px) {
      .banner .banner-text .btn-white-border span {
        font-size: 16px; } }
    @media (min-width: 768px) {
      .banner .banner-text .btn-white-border span {
        line-height: calc(28px + 100vw * 0); } }
    @media (min-width: 1620px) {
      .banner .banner-text .btn-white-border span {
        line-height: 28px; } }
  .banner .banner-text .btn-white-border:hover, .banner .banner-text .btn-white-border:hover {
    box-shadow: none !important;
    text-decoration: none;
    border-color: #ffffff !important;
    background: #ffffff !important;
    color: #151313 !important; }
.banner .banner-text.home-fixed .btn {
  background: #A99968;
  color: #ffffff;
  min-width: 160px;
  line-height: 50px;
  height: 50px;
  outline: none;
  box-shadow: none;
  border-radius: 0px;
  margin: 18px auto 0px;
  display: block;
  font-family: 'Baskerville';
  font-weight: 300;
  padding: 0 15px;
  font-size: 20px; }
  @media (max-width: 767px) {
    .banner .banner-text.home-fixed .btn {
      font-size: 18px;
      min-width: 140px; } }

.datepicker table.table-condensed td.day.disableStrike {
  background: none;
  color: #999;
  text-decoration: line-through;
  pointer-events: none; }

.common-modal.watch_vedio {
  position: fixed;
  z-index: 1032;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%; }
  .common-modal.watch_vedio .modal-content {
    width: 80%;
    height: 100%;
    padding: 10px;
    background: #ffffff;
    max-height: 90vh;
    border-radius: 0px;
    border: none;
    overflow-y: auto;
    position: relative;
    display: flex;
    flex-direction: column;
    pointer-events: auto;
    outline: 0; }
    .common-modal.watch_vedio .modal-content .pop-header {
      margin: 0px !important;
      position: relative;
      z-index: 1;
      display: flex;
      align-items: flex-start;
      justify-content: space-between; }
      .common-modal.watch_vedio .modal-content .pop-header .icon-close {
        background-color: #ffffff !important;
        top: -9px;
        right: -8px;
        font-size: 0px;
        color: transparent;
        background: url(../svg/icon-close.svg) 0 0/24px auto no-repeat;
        width: 24px;
        height: 24px;
        border: none;
        position: absolute; }
    .common-modal.watch_vedio .modal-content video {
      height: 100%;
      object-fit: cover;
      width: 100%; }
    @media (max-width: 767px) {
      .common-modal.watch_vedio .modal-content {
        width: 90%;
        height: 360px;
        padding: 10px; } }

.pattern-section {
  background: url(../svg/wave-pattern-large-2.svg) no-repeat;
  width: 100%;
  height: 30.65px;
  margin-top: 0;
  transform: rotate(-180deg); }
  @media (max-width: 767px) {
    .pattern-section {
      height: 30.65px;
      margin-top: 0; } }

.private-dining-hd-contents .datepicker table.table-condensed th.datepicker-switch {
  font-family: "Baskerville" !important;
  font-size: 20px;
  letter-spacing: 1.6px;
  line-height: 23px;
  color: #ffffff; }
.private-dining-hd-contents .datepicker table.table-condensed th.prev {
  background: url(../svg/icon-calendar-prev-pdr.svg) 50% 50% no-repeat !important;
  font-size: 0px;
  color: transparent;
  cursor: pointer; }
.private-dining-hd-contents .datepicker table.table-condensed th.next {
  background: url(../svg/icon-calendar-next-pdr.svg) 50% 50% no-repeat !important;
  font-size: 0px;
  color: transparent;
  cursor: pointer; }

.private-dining-hd-contents .datepicker table.table-condensed th.dow {
  font-weight: normal !important;
  font-family: "Gill Sans MT";
  font-size: 14px;
  color: #ffffff;
  letter-spacing: -0.14px;
  line-height: 16px;
  text-align: center;
  width: 14.28%;
  padding-top: 2px;
  padding-right: 4px;
  padding-bottom: 2px;
  padding-left: 4px; }
  @media (min-width: 1366px) {
    .private-dining-hd-contents .datepicker table.table-condensed th.dow {
      padding-top: calc(-35.6456692913px + 100vw * 0.0275590551); } }
  @media (min-width: 1620px) {
    .private-dining-hd-contents .datepicker table.table-condensed th.dow {
      padding-top: 9px; } }
  @media (min-width: 1366px) {
    .private-dining-hd-contents .datepicker table.table-condensed th.dow {
      padding-right: calc(-28.2677165354px + 100vw * 0.0236220472); } }
  @media (min-width: 1620px) {
    .private-dining-hd-contents .datepicker table.table-condensed th.dow {
      padding-right: 10px; } }
  @media (min-width: 1366px) {
    .private-dining-hd-contents .datepicker table.table-condensed th.dow {
      padding-bottom: calc(-35.6456692913px + 100vw * 0.0275590551); } }
  @media (min-width: 1620px) {
    .private-dining-hd-contents .datepicker table.table-condensed th.dow {
      padding-bottom: 9px; } }
  @media (min-width: 1366px) {
    .private-dining-hd-contents .datepicker table.table-condensed th.dow {
      padding-left: calc(-28.2677165354px + 100vw * 0.0236220472); } }
  @media (min-width: 1620px) {
    .private-dining-hd-contents .datepicker table.table-condensed th.dow {
      padding-left: 10px; } }
  @media (max-width: 1619.98px) {
    .private-dining-hd-contents .datepicker table.table-condensed th.dow {
      padding-top: 6px;
      padding-right: 8px;
      padding-bottom: 5px;
      padding-left: 8px; } }

.private-dining-hd-contents .datepicker table.table-condensed td.day {
  padding: 6px; }
  @media (max-width: 424px) {
    .private-dining-hd-contents .datepicker table.table-condensed td.day {
      padding: 5px; } }

.private-dining-hd-contents .datepicker table.table-condensed td.disabled,
.private-dining-hd-contents .datepicker table.table-condensed td.disabled {
  pointer-events: none; }

.private-dining-hd-contents .datepicker table.table-condensed td.day.disabled div {
  background: #333333;
  color: #151313;
  border: 1px solid #333333; }

.datepicker table.table-condensed td.active.day.disabled div {
  background: #A99968;
  color: #ffffff; }

.private-dining-hd-contents .datepicker table.table-condensed td.day div {
  height: 28px;
  line-height: 28px;
  width: 28px;
  margin: 0 auto;
  text-align: center;
  border-radius: 50%;
  background: #151313;
  border: 1px solid rgba(255, 254, 240, 0.5);
  color: #ffffff; }

.private-dining-hd-contents .datepicker table.table-condensed td.old.day div {
  height: 28px;
  line-height: 28px;
  width: 28px;
  margin: 0 auto;
  text-align: center;
  border-radius: 50%;
  background: #333333;
  border: 1px solid #333333;
  color: #ffffff; }

.private-dining-hd-contents .datepicker table.table-condensed td.day.disabled.today div {
  background: #666666 !important;
  border: 1px solid #666666 !important;
  color: #ffffff !important; }

.private-dining-hd-contents .datepicker table.table-condensed td.day.disabled.today div {
  background: #666666 !important;
  border: 1px solid #666666 !important;
  color: #ffffff !important; }

.private-dining-hd-contents .datepicker table.table-condensed td.day.disabled.today div {
  background: #666666 !important;
  border: 1px solid #666666 !important;
  color: #ffffff !important; }

.private-dining-hd-contents .datepicker .datepicker-months span.month.active,
.private-dining-hd-contents .datepicker .datepicker-years span.year.active {
  background: #999 !important;
  border-radius: 100%;
  color: #151313; }

.private-dining-hd-contents .datepicker table tr td span.disabled:hover {
  background: #999 !important;
  border-radius: 100%;
  color: #151313; }

.private-dining-hd-contents .datepicker .datepicker-months span.month,
.private-dining-hd-contents .datepicker .datepicker-years span.year {
  border-radius: 100%;
  height: 50px;
  width: 50px;
  line-height: 48px;
  display: inline-block;
  margin: 0 !important;
  text-align: center !important;
  float: none !important;
  font-size: 14px;
  font-family: "Gill Sans MT";
  color: #fff; }

.private-dining-hd-contents .datepicker .datepicker-months span.disabled,
.private-dining-hd-contents .datepicker .datepicker-years span.disabled:hover {
  background: none;
  color: #999999;
  cursor: default; }

.private-dining-hd-contents .datepicker .datepicker-years span.year.disabled {
  background: none;
  color: #999999;
  cursor: default; }

.private-dining-hd-contents .datepicker .datepicker-years span.year.disabled:hover {
  background: #999999;
  color: #000;
  cursor: default; }

.datepicker table.table-condensed td.today.day.disabled div {
  border-radius: 100% !important;
  background: #A99968 !important;
  color: #ffffff !important;
  border-color: transparent !important; }

.private-dining-hd-contents .wrap-drop.active ul.drop {
  top: 103%; }

.datepicker table tr td.day div:hover,
.datepicker table tr td.day.focused div {
  background: #A99968 !important;
  color: #ffffff;
  border-color: #A99968; }

.common-modal-overlay {
  background: rgba(0, 0, 0, 0.4);
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 1031; }

.datepicker table.table-condensed td.today.day.active div,
.datepicker table.table-condensed td.today.day.active {
  opacity: 1 !important; }

#form-frontpage #noble-gases2:after {
  display: none; }
#form-frontpage .timepicker {
  background: url(../svg/arrow-bottom.svg) !important;
  background-repeat: no-repeat !important;
  background-position: 91% 50% !important;
  background-size: 9% 100% !important;
  cursor: pointer; }

.home-bottom-section {
  padding: 0 45px 20px;
  text-align: center; }
  .home-bottom-section .heading {
    font-size: 34px;
    line-height: 28px;
    letter-spacing: 2.72px;
    color: #ffffff; }
    @media (max-width: 1300px) {
      .home-bottom-section .heading {
        font-size: 32px;
        line-height: 25px; } }
    @media (max-width: 767px) {
      .home-bottom-section .heading {
        font-size: 30px;
        line-height: 35px;
        letter-spacing: 3px; } }
  .home-bottom-section p {
    font-size: 18px;
    line-height: 35px;
    color: #ffffff;
    padding: 25px 0 25px;
    margin: 0;
    font-weight: 300; }
    @media (max-width: 1300px) {
      .home-bottom-section p {
        font-size: 16px;
        line-height: 30px;
        padding: 20px 0 20px; } }
    @media (max-width: 767px) {
      .home-bottom-section p {
        font-size: 18px;
        line-height: 35px;
        padding: 25px 0 25px; } }
  .home-bottom-section .btn-common {
    font-family: "Baskerville";
    font-weight: normal;
    width: 129px;
    height: 46px;
    background: #A99968;
    border: 1px solid #A99968;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 1.28px;
    text-align: center;
    color: #ffffff;
    border-radius: 0px;
    text-decoration: none;
    box-shadow: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto; }
    .home-bottom-section .btn-common:hover {
      background: #ffffff;
      color: #151313;
      border-color: #ffffff; }
  .home-bottom-section .img-box img {
    width: 100%;
    max-width: 100%;
    height: 626px;
    margin-top: 120px;
    object-fit: cover; }
    @media (max-width: 1388px) {
      .home-bottom-section .img-box img {
        height: 546px; } }
    @media (min-width: 992px) and (max-width: 1199px) {
      .home-bottom-section .img-box img {
        height: 486px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .home-bottom-section .img-box img {
        height: 416px; } }
    @media (max-width: 767px) {
      .home-bottom-section .img-box img {
        height: 626px;
        margin-top: 51px; } }

.menu-scott-section {
  /*background: $brown-color;
  padding: 64.5px 15px 64.5px;
  position: relative;*/
  text-align: center; }

.modal.commen-popup-cls.change-booking-details-popup .modal-dialog .modal-content .modal-body .heading {
  padding-bottom: 19.31px; }
  @media (max-width: 767px) {
    .modal.commen-popup-cls.change-booking-details-popup .modal-dialog .modal-content .modal-body .heading {
      padding-bottom: 17.3px; } }
.modal.commen-popup-cls.change-booking-details-popup .modal-dialog .modal-content .modal-body p {
  padding-top: 0px;
  color: #ffffff;
  padding-bottom: 8px; }
.modal.commen-popup-cls.change-booking-details-popup .modal-dialog .modal-content .modal-body .inner {
  padding-bottom: 14px; }
  .modal.commen-popup-cls.change-booking-details-popup .modal-dialog .modal-content .modal-body .inner p {
    color: #ffffff;
    font-size: 16px; }
    .modal.commen-popup-cls.change-booking-details-popup .modal-dialog .modal-content .modal-body .inner p span {
      display: block; }

.tow-col-section .container {
  width: 100%;
  padding-right: var(--bs-gutter-x, 0rem);
  padding-left: var(--bs-gutter-y, 0rem);
  margin-right: auto;
  margin-left: auto;
  max-width: 629px; }
  @media (min-width: 768px) {
    .tow-col-section .container {
      max-width: calc(-390.7735849057px + 100vw * 1.3278301887); } }
  @media (min-width: 1192px) {
    .tow-col-section .container {
      max-width: 1192px; } }
  @media (max-width: 991.98px) {
    .tow-col-section .container {
      max-width: 735px; } }
  @media (max-width: 767.98px) {
    .tow-col-section .container {
      max-width: inherit;
      padding-right: var(--bs-gutter-x, 20px);
      padding-left: var(--bs-gutter-y, 20px); } }
  .tow-col-section .container .heading {
    font-family: "Baskerville";
    font-size: 29px;
    color: #A99968;
    line-height: 33px;
    letter-spacing: 2.32px;
    text-align: center; }

.datepicker.dropdown-menu {
  background: #FFFEF0 !important; }

.booking-section .process-container .process-content .booking-fields-box .wrap-drop .drop.coverSize li {
  background: #fffef0 !important;
  color: #151313 !important; }

a,
a:hover {
  color: #A99968;
  text-decoration: underline; }

section.section-career.privacy-policy p {
  color: #ffffff;
  font-family: 'Gill Sans';
  font-size: 17px;
  letter-spacing: 0px;
  line-height: 28px; }

section.section-career.privacy-policy strong, section.section-career.privacy-policy td, section.section-career.privacy-policy th {
  color: #ffffff;
  font-family: "Baskerville";
  font-size: 30px;
  letter-spacing: 2.4px;
  line-height: 34px;
  font-weight: normal; }

.career-videos .career-videos-grid .video-img .video-content .heading {
  margin-bottom: 15px; }

section.section-career.privacy-policy p a, section.section-career.privacy-policy li a, section.section-career.privacy-policy ol a {
  color: #FFFEF0; }
section.section-career.privacy-policy table {
  font-family: 'Gill Sans MT';
  border-collapse: collapse;
  border-spacing: 0;
  width: 100% !important;
  margin-bottom: 30px; }
  section.section-career.privacy-policy table th {
    padding: 10px 20px;
    display: table-cell;
    background: #A99968;
    color: #fff;
    border: none;
    font-size: 16px;
    line-height: 26px;
    font-family: 'Gill Sans MT';
    letter-spacing: normal; }
  section.section-career.privacy-policy table td {
    font-family: 'Gill Sans MT';
    letter-spacing: normal;
    padding: 10px 20px;
    display: table-cell;
    box-shadow: inset 0 -2px 0 #A99968, inset 2px 0 0 #A99968;
    color: #ffffff;
    font-size: 14px;
    line-height: 26px; }
    section.section-career.privacy-policy table td:last-child {
      box-shadow: inset 0 -2px 0 #A99968, inset 2px 0 0 #A99968, inset -2px 0 0 #A99968; }
    section.section-career.privacy-policy table td + td {
      margin-top: 15px;
      font-size: 14px;
      line-height: 26px; }
  @media (max-width: 767px) {
    section.section-career.privacy-policy table th {
      display: none; }
    section.section-career.privacy-policy table td {
      display: block;
      border: none !important;
      box-shadow: none !important;
      padding: 10px 20px; }
      section.section-career.privacy-policy table td + td {
        margin-top: 0px; }
    section.section-career.privacy-policy table tr + tr {
      display: block;
      margin-bottom: 15px;
      padding-bottom: 15px;
      border-bottom: 1px solid #8B8B8B; } }

.section-contact .form-section .terms-box .chk label.error {
  color: #ff0000 !important;
  font-size: 12px;
  display: block;
  margin: 0;
  padding: 0; }

.banner-img .mid-section {
  max-width: 1300px; }

.private-dining-step-2 .banner {
  padding-top: 0; }

/*========= new =======*/
#two-col {
  padding-top: 70px; }

.second-banner, .about-scott-section {
  padding: 50px 0;
  text-align: center; }

h2 {
  font-size: 32px;
  line-height: 38px;
  letter-spacing: 1.32px;
  color: #fff;
  margin: 0;
  padding-bottom: 25px; }

p {
  color: #fff; }

@media (min-width: 768px) {
  .alternating_section:nth-child(even) {
    flex-direction: row-reverse; } }
.container-700 {
  width: 100%;
  max-width: 700px;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

.container-1138 {
  width: 100%;
  max-width: 1138px;
  margin: auto;
  padding: 0 15px; }

.container-890 {
  max-width: 890px;
  width: 100%;
  margin: 0 auto; }

.btn-block {
  width: 100%; }

.finer-details-box {
  color: #fff; }

.private-location-tabs-section {
  padding-bottom: 40px;
  border-bottom: 1px solid #333; }

.finder-detail-group {
  margin-bottom: 40px; }

.pdr-video-mid video, .pdr-video-mid img {
  height: 526px;
  width: 100%;
  object-fit: cover; }

.private-dining-hd-contents {
  padding-top: 50px; }

.thanks-section .heading {
  font-size: 22px;
  color: #A99968 !important;
  padding: 0px;
  margin: 0;
  line-height: 25px;
  letter-spacing: 1.76px; }

.tow-col-section .container {
  max-width: 100%;
  padding: 0px; }

@media (min-width: 768px) {
  .finer-details-box .row .col-sm-4:nth-child(2) .finder-detail-group, .finer-details-box .row .col-sm-4:nth-child(5) .finder-detail-group {
    padding: 0 50px; } }
.mfp-iframe-holder .mfp-close {
  font-size: 14px; }

.private-dining-content {
  border-bottom: 1px solid #333; }

.menu-scott-section {
  background: #A99968;
  padding: 70px 0 40px;
  text-align: center;
  position: relative; }

.menu-scott-section a {
  color: #fff; }

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