  /*

  TemplateMo 580 Woox Travel

  https://templatemo.com/tm-580-woox-travel

  */
  /* ---------------------------------------------
  Table of contents
  ------------------------------------------------
  01. font & reset css
  02. reset
  03. global styles
  04. header
  05. banner
  06. features
  07. testimonials
  08. contact
  09. footer

  --------------------------------------------- */
  /* 
  ---------------------------------------------
  font & reset css
  --------------------------------------------- 
  */
  @import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900");
  /* 
  ---------------------------------------------
  reset
  --------------------------------------------- 
  */
  html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, div
  pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q,
  s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,
  figure, header, nav, section, article, aside, footer, figcaption {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
  }

  .clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
  }

  .clearfix {
    display: inline-block;
  }

  html[xmlns] .clearfix {
    display: block;
  }

  * html .clearfix {
    height: 1%;
  }

  ul, li {
    padding: 0;
    margin: 0;
    list-style: none;
  }

  header, nav, section, article, aside, footer, hgroup {
    display: block;
  }

  * {
    box-sizing: border-box;
  }



  a {
    color: #22b3c1;
    text-decoration: none !important;
  }

  h1, h2, h3, h4, h5, h6 {
    margin-top: 0px;
    margin-bottom: 0px;
    color: #2a2a2a;
    font-weight: 700;
  }

  ul {
    margin-bottom: 0px;
  }

  p {
    font-size: 15px;
    line-height: 30px;
    color: #afafaf;
  }

  img {
    width: 100%;
    overflow: hidden;
  }


  ::selection {
    background: #22b3c1;
    color: #fff;
  }

  ::-moz-selection {
    background: #22b3c1;
    color: #fff;
  }

  .text-button a {
    font-size: 14px;
    color: #22b3c1;
    font-weight: 500;
    transition: all .3s;
  }

  .text-button a i {
    margin-left: 5px;
    transition: all .3s;
  }

  .text-button a:hover i {
    margin-left: 10px;
  }

  .border-button a {
    font-size: 14px;
    color: #22b3c1;
    background-color: transparent;
    border: 1px solid #22b3c1;
    padding: 12px 30px;
    display: inline-block;
    border-radius: 25px;
    font-weight: 500;
    text-transform: capitalize;
    letter-spacing: 0.5px;
    transition: all .3s;
    position: relative;
    overflow: hidden;
  }

  .border-button a:hover {
    background-color: #22b3c1;
    color: #fff;
  }

  .main-button a {
    font-size: 14px;
    color: #fff;
    background-color: #22b3c1;
    border: 1px solid #22b3c1;
    padding: 12px 30px;
    display: inline-block;
    border-radius: 25px;
    font-weight: 500;
    text-transform: capitalize;
    letter-spacing: 0.5px;
    transition: all .3s;
    position: relative;
    overflow: hidden;
  }

  .main-button a:hover {
    background-color: #fff;
    color: #22b3c1;
    border: 1px solid #fff;
  }



  .section-heading {
    position: relative;
    z-index: 2;
    margin-top: 0px;
    margin-bottom: 80px;
    text-align: left;
  }

  .section-heading h2 {
    margin-top: 0px;
    margin-bottom: 20px;
    line-height: 36px;
    font-size: 30px;
    font-weight: 700;
    text-transform: capitalize;
    color: #2a2a2a;
  }

  /* 
  ---------------------------------------------
  Pre-loader Style
  --------------------------------------------- 
  */

  .js-preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #111;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    opacity: 1;
    visibility: visible;
    z-index: 9999;
    -webkit-transition: opacity 0.25s ease;
    transition: opacity 0.25s ease;
  }

  .js-preloader.loaded {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }

  @-webkit-keyframes dot {
    50% {
        -webkit-transform: translateX(96px);
        transform: translateX(96px);
    }
  }

  @keyframes dot {
    50% {
        -webkit-transform: translateX(96px);
        transform: translateX(96px);
    }
  }

  @-webkit-keyframes dots {
    50% {
        -webkit-transform: translateX(-31px);
        transform: translateX(-31px);
    }
  }

  @keyframes dots {
    50% {
        -webkit-transform: translateX(-31px);
        transform: translateX(-31px);
    }
  }

  .preloader-inner {
    position: relative;
    width: 142px;
    height: 40px;
    background: transparent;
  }

  .preloader-inner .dot {
    position: absolute;
    width: 16px;
    height: 16px;
    top: 12px;
    left: 15px;
    background: #22b3c1;
    border-radius: 50%;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-animation: dot 2.8s infinite;
    animation: dot 2.8s infinite;
  }

  .preloader-inner .dots {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    margin-top: 12px;
    margin-left: 31px;
    -webkit-animation: dots 2.8s infinite;
    animation: dots 2.8s infinite;
  }

  .preloader-inner .dots span {
    display: block;
    float: left;
    width: 16px;
    height: 16px;
    margin-left: 16px;
    background: #22b3c1;
    border-radius: 50%;
  }




  /* 
  ---------------------------------------------
  Banner Style
  --------------------------------------------- 
  */

  #section-1 {
    margin-top: 100px;
    height: 600px;
    min-height: 500px;
    color: #fff;
    background-color: #222;
    position: relative;
  }
  #section-1 .content-slider {
    position: relative;
    width: 100%;
    height: 100%;
  }
  #section-1 .content-slider input {
    display: none;
  }
  #section-1 .content-slider .slider {
    position: relative;
    width: inherit;
    height: inherit;
    overflow: hidden;
  }
  #section-1 .content-slider .slider .banner {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: 0;
    width: inherit;
    height: inherit;
    text-align: center;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    transition: all 0.5s ease;
  }
  #section-1 .more-info {
    margin-top: 60px;
    background-color: #fff;
    padding: 15px 15px;
    border-radius: 61px;
    position: absolute;
    width: 80%;
    height: 90px;
    top: 300px;
    left: 10%;
    bottom: 130px;
    display: inline-block;
  }
  #section-1 .more-info i {
    color: #22b3c1;
    font-size: 22px;
    width: 40px;
    height: 40px;
    display: inline-block;
    text-align: center;
    line-height: 39px;
    border: 1px solid #22b3c1;
    border-radius: 50%;
    float: left;
    margin-right: 20px;
    margin-top: 12px;
  }
  #section-1 .more-info h4 {
    text-align: left;
    font-size: 15px;
    color: #22b3c1;
    font-weight: 700;
    line-height: 28px;
  }
  #section-1 .more-info h4 span {
    font-size: 15px;
    color: #afafaf;
    font-weight: 400;
  }
  #section-1 .main-button {
    margin-top: 8px;
    text-align: right;
  }
  #section-1 .main-button a:hover {
    background-color: #22b3c1;
    border-color: #22b3c1;
    color: #fff;
    opacity: 0.8;
  }
  #section-1 .content-slider .slider .banner .banner-inner-wrapper {
    height: 100%;
    box-sizing: border-box;
  }
  #section-1 .content-slider .slider .banner .banner-inner-wrapper .main-caption {
    position: absolute;
    width: 100%;
    top: 40%;
    transform: translateY(-50%);
  }
  #section-1 .content-slider .slider .banner .banner-inner-wrapper h2 {
    font-weight: 500;
    font-size: 20px;
    color: #fff;
    margin-bottom: 20px;
  }
  #section-1 .content-slider .slider .banner .banner-inner-wrapper h1 {
    font-size: 50px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 30px;
  }
  #section-1 .content-slider .slider .banner .banner-inner-wrapper .learn-more-button a:hover {
    color: #22b3c1;
    border-color: #22b3c1;
    transition: 0.3s;
  }
  #section-1 .content-slider .slider #top-banner-1 {
    background: url('../images/bg1.jpg') no-repeat center center;
    background-size: cover;
  }
  #section-1 .content-slider .slider #top-banner-2 {
    background: url('../images/bg2.jpg') no-repeat center center;
    background-size: cover;
  }
  #section-1 .content-slider .slider #top-banner-3 {
    background: url('../images/bg3.jpg') no-repeat center center;
    background-size: cover;
  }
  #section-1 .content-slider .slider #top-banner-4 {
    background: url('../images/bg4.jpg') no-repeat center center;
    background-size: cover;
  }
  #section-1 .content-slider nav {
    position: absolute;
    bottom: 30px;
    width: 100%;
    z-index: 10;
    text-align: center;
  }
  #section-1 .content-slider nav .controls {
    display: block;
    width: 70%;
    margin: 0 auto;
    font-family: Montserrat, sans-serif;
    color: #fff;
  }
  #section-1 .content-slider nav .controls label {
    position: relative;
    display: inline-block;
    width: 19.5%;
    height: 3.1em;
    overflow: hidden;
    margin: 0 1em;
    padding-top: 1em;
    text-align: left;
    /* text-transform: uppercase; */
    font-family: Montserrat, sans-serif;
    font-size: 1em;
    color: #f6eac5;
    font-weight: 400;
    cursor: pointer;
    transition: all 0.3s;
  }
  #section-1 .content-slider nav .controls label .progressbar {
    position: absolute;
    top: 0;
    left: 0;
    height: 2px;
    width: 100%;
    background: #f6eac5;
    z-index: 100;
  }
  #section-1 .content-slider nav .controls label .progressbar .progressbar-fill {
    position: inherit;
    width: inherit;
    height: inherit;
    margin-left: -100%;
    background: #22b3c1;
  }
  #section-1 .content-slider nav .controls label span.text {
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    display: inline-block;
    width: 100%;
  }
  #section-1 .content-slider nav .controls label:hover {
    color: #22b3c1;
  }
  #section-1 .content-slider #banner1:checked ~ .slider #top-banner-1,
  #section-1 .content-slider #banner2:checked ~ .slider #top-banner-2,
  #section-1 .content-slider #banner3:checked ~ .slider #top-banner-3,
  #section-1 .content-slider #banner4:checked ~ .slider #top-banner-4 {
    opacity: 1;
    z-index: 1;
  }
  #section-1 .content-slider #banner1:checked ~ nav label:nth-of-type(1),
  #section-1 .content-slider #banner2:checked ~ nav label:nth-of-type(2),
  #section-1 .content-slider #banner3:checked ~ nav label:nth-of-type(3),
  #section-1 .content-slider #banner4:checked ~ nav label:nth-of-type(4) {
    cursor: default;
    color: #fff;
    transition: all 0.5s;
  }
  #section-1 .content-slider #banner1:checked ~ nav label:nth-of-type(1) .progressbar,
  #section-1 .content-slider #banner2:checked ~ nav label:nth-of-type(2) .progressbar,
  #section-1 .content-slider #banner3:checked ~ nav label:nth-of-type(3) .progressbar,
  #section-1 .content-slider #banner4:checked ~ nav label:nth-of-type(4) .progressbar {
    background: #fff;
  }
  #section-1 .content-slider #banner1:checked ~ nav label:nth-of-type(1) .progressbar-fill,
  #section-1 .content-slider #banner2:checked ~ nav label:nth-of-type(2) .progressbar-fill,
  #section-1 .content-slider #banner3:checked ~ nav label:nth-of-type(3) .progressbar-fill,
  #section-1 .content-slider #banner4:checked ~ nav label:nth-of-type(4) .progressbar-fill {
    animation: progressBarFill 5s linear;
  }
  /* Animations */
  @keyframes progressBarFill {
    from {
      margin-left: -100%;
    }
    to {
      margin-left: 0;
    }
  }


  --
  /* 
  ---------------------------------------------
  Responsive Style
  --------------------------------------------- 
  */

  body {
    overflow-x: hidden;
  }

  @media (max-width: 575px) {

  }


  @media (max-width: 767px) {
    #section-1 .content-slider .slider .banner .banner-inner-wrapper {
      padding-top: 120px;
    }
    #section-1 .content-slider .slider .banner .banner-inner-wrapper h2 {
      font-size: 15px;
    }
    #section-1 .content-slider .slider .banner .banner-inner-wrapper h1 {
      font-size: 36px;
    }
    #section-1 .more-info {
      display: none;
    }
    #section-1 .more-info i {
    display: none;
    }
    .visit-country .item .right-content .main-button a {
      font-size: 14px;
      padding: 12px 15px;
    }
    .main-button a {
      text-align: center;
    }
    #section-1 .more-info h4 {
      font-size: 14px !important;
    }
    #section-1 .content-slider nav .controls label { 
      display: none;

    }
    .visit-country .item .right-content ul li {
      width: 30%;
    }
    .visit-country .item .right-content h4 {
      margin-top: 20px;
    }
  }

  @media (max-width: 992px) {
    #section-1 .more-info {
      margin-top: 60px;
    }
    #section-1 .more-info h4 span {
      font-size: 15px;
    }
    #section-1 .more-info h4 {
      font-size: 20px;
      margin-bottom: 15px;
    }
    #section-1 .main-button {
      text-align: left;
    }
    #section-1 .content-slider nav .controls label {
      width: 15%;
    }
    .visit-country .item .right-content ul li {
      width: 30% !important;
    }
    .visit-country .item .right-content {
      position: relative;
    }
    
    .visit-country .side-bar-map {
      margin-left: 0px;
      margin-top: 60px;
    }
    .call-to-action h2,
    .call-to-action h4 {
      text-align: center;
    }
    .call-to-action .border-button {
      text-align: center;
      margin-top: 30px;
    }
    .about-main-content .content p {
      padding: 0px 5%;
    }
    .weekly-offers .container-fluid {
      padding: 0px;
    }
    .more-about .left-image {
      margin-right: 0px;
      margin-bottom: 60px;
    }
    .search-form #search-form h4 {
      margin-bottom: 15px;
    }
    .search-form #search-form select {
      margin-bottom: 30px;
    }
    .amazing-deals .item .image {
      border-top-right-radius: 23px;
      border-bottom-left-radius: 0px;
    }
    .amazing-deals .item {
      padding-right: 0px;
    }
    .amazing-deals .item .content {
      padding: 30px !important;
    }
    .more-info .info-item {
      margin-bottom: 30px;
      
    }
    .reservation-form #reservation-form {
      padding: 45px 30px;
    }
  }

  @media (max-width: 1200px) {
    #section-1 .more-info h4 span {
      font-size: 12px;
    }
    #section-1 .more-info h4 {
      font-size: 15px;
    }
    .weekly-offers .container-fluid {
      padding: 0px;
    }
  }



  /* 
  ---------------------------------------------
  About Page Style
  --------------------------------------------- 
  */


  @media (max-width: 1200px) {
  
    .smhide{
      display: none;
    }
  }

  @media (min-width: 1200px) {
  
    .lghide{
      display: none;
    }
  }

  .about-main-content {
    margin-top: 105px;
    background-image: url(../images/bg1.jpg);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 130px 0px 200px 0px;
  }

  .blur-bg {
    width: 100%;
    height: 100%;
    background: url(../images/bg2.jpg) no-repeat center center fixed;
    background-size: cover;
    filter: blur(4px) brightness(80%);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
  }

  .about-main-content .content {
    border-radius: 23px;
    text-align: center;
    padding: 120px 60px;
    position: relative;
    overflow: hidden;
    z-index: 2;
  }

  .about-main-content .content h2 {
    color: #fff;
    position: relative;
    z-index: 2;
    font-size: 50px;
    margin-bottom: 25px;
  }

  .about-main-content .content .line-dec {
    position: relative;
    z-index: 2;
    width: 100px;
    height: 2px;
    background-color: rgba(250,250,250,0.3);
    margin: 20px auto;
  }

  .about-main-content .content h4 {
    color: #fff;
    position: relative;
    z-index: 2;
    font-size: 20px;
    font-weight: 400;
  }

  .about-main-content .content p {
    color: #fff;
    position: relative;
    z-index: 2;
    padding: 0px 15%;
  }

  .about-main-content .content .main-button {
    position: relative;
    z-index: 2;
    margin-top: 30px;
  }

  .about-main-content .content .main-button a {
    background-color: #fff;
    color: #22b3c1;
    border-color: #fff;
  }

  .about-main-content .content .main-button a:hover {
    opacity: 0.9;
  }

  .cities-town .slider-content {
    /* min-height: 100%; */
    /* max-height: 100%; */
    position: relative;
    margin-top: -70px;
    background-color: #fff;
    border-radius: 23px;
    padding: 60px;
    box-shadow: 0px 0px 15px rgba(0,0,0,0.15);
  }

  .cities-town .slider-content h2 {
    font-size: 30px;
    margin-bottom: 30px;
  }

  .cities-town .slider-content h2 em {
    font-style: normal;
    color: #22b3c1;
  }

  .cities-town .slider-content .item .thumb {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
  }

  .cities-town .slider-content .item .thumb h4 {
    position: absolute;
    left: 30px;
    bottom: 30px;
    font-size: 20px;
    color: #fff;
  }

  .cities-town .owl-nav {
    position: absolute;
    top: -60px;
    right: 0;
  }

  .cities-town .owl-nav .owl-next span {
    display: none;
  }

  .cities-town .owl-nav .owl-next::after {
    font-family: "FontAwesome";
    content: '\f061'; 
    color: #cdcdcd;
    font-size: 20px;
    transition: all .3s;
  }

  .cities-town .owl-nav .owl-prev span {
    display: none;
  }

  .cities-town .owl-nav .owl-prev::after {
    font-family: "FontAwesome";
    content: '\f060'; 
    color: #cdcdcd;
    margin-right: 15px;
    font-size: 20px;
    transition: all .3s;
  }

  .cities-town .owl-nav .owl-prev:hover::after,
  .cities-town .owl-nav .owl-next:hover::after {
    color: #22b3c1;
  }

  .weekly-offers {
    padding-bottom: 120px;
    margin-top: 120px;
    border-bottom: 1px solid #eee;
  }

  .weekly-offers .container-fluid {
    padding: 0px 80px;
  }

  .weekly-offers .item {
    margin: 0px 15px;
    position: relative;
    min-height: 420px;
  }

  .weekly-offers .item .thumb img {
    padding-right: 160px;
    border-radius: 23px;
  }

  .weekly-offers .item .thumb .text {
    position: absolute;
    background-color: #fff;
    border-radius: 23px;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    box-shadow: 0px 0px 15px rgba(0,0,0,0.15);
    padding: 30px;
  }

  .weekly-offers .item .thumb .text h4 {
    font-size: 20px;
    display: inline-block;
  }

  .weekly-offers .item .thumb .text h6 {
    display: inline-block;
    float: right;
    text-align: right;
    font-size: 20px;
    color: #22b3c1;
  }

  .weekly-offers .item .thumb .text h4 span,
  .weekly-offers .item .thumb .text h6 span {
    font-size: 15px;
    color: #afafaf;
    font-weight: 400;
  }

  .weekly-offers .item .thumb .text ul {
    border-top: 1px solid #eee;
    margin-top: 25px;
    padding-top: 25px;
  }

  .weekly-offers .item .thumb .text ul li {
    color: #afafaf;
    font-size: 14px;
    margin-bottom: 10px;
  }

  .weekly-offers .item .thumb .text ul li:first-child {
    color: #2a2a2a;
    font-weight: 600;
  }

  .weekly-offers .item .thumb .text .main-button {
    margin-top: 30px;
  }

  .weekly-offers .item .thumb .text .main-button a:hover {
    background-color: #22b3c1;
    border-color: #22b3c1;
    color: #fff;
    opacity: 0.85;
  }

  .weekly-offers .owl-nav {
    text-align: center;
    margin-top: 30px;
  }

  .weekly-offers .owl-nav .owl-next span {
    display: none;
  }

  .weekly-offers .owl-nav .owl-next::after {
    font-family: "FontAwesome";
    content: '\f061'; 
    color: #22b3c1;
    font-size: 20px;
    width: 46px;
    height: 46px;
    text-align: center;
    border: 1px solid #22b3c1;
    display: inline-block;
    line-height: 44px;
    border-radius: 50%;
    transition: all .3s;
    margin-left: 5px;
  }

  .weekly-offers .owl-nav .owl-prev span {
    display: none;
  }

  .weekly-offers .owl-nav .owl-prev::after {
    font-family: "FontAwesome";
    content: '\f060'; 
    color: #22b3c1;
    font-size: 20px;
    width: 46px;
    height: 46px;
    text-align: center;
    border: 1px solid #22b3c1;
    display: inline-block;
    line-height: 44px;
    border-radius: 50%;
    transition: all .3s;
    margin-right: 5px;
  }

  .weekly-offers .owl-nav .owl-prev:hover::after,
  .weekly-offers .owl-nav .owl-next:hover::after {
    color: #fff;
    background-color: #22b3c1;
  }

  .more-about {
    /* margin-top: 120px; */
    /* padding-bottom: 120px; */
    /* border-bottom: 1px solid #eee; */
  }

  .more-about .left-image {
    margin-right: 60px;
  }

  .more-about .section-heading {
    margin-bottom: 40px;
  }



  .more-about .info-item h4 {
    font-size: 20px;
  }

  .more-about .info-item span {
    color: #22b3c1;
    font-size: 15px;
  }

  .more-about .main-button {
    margin-top: 30px;
  }

  .more-about .main-button a:hover {
    background-color: #22b3c1;
    border-color: #22b3c1;
    color: #fff;
    opacity: 0.85;
  }


  /* 
  ---------------------------------------------
  Reservation Page Style
  --------------------------------------------- 
  */

  .second-page-heading {
    background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(../images/contact_banner.jpg);
    height: 500px;
    margin-top: 100px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 260px 0px 190px 0px;
    text-align: center;
  }

  .second-page-heading h4 {
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 15px;
    position: relative;
    padding-bottom: 25px;
  }

  .second-page-heading h4::after {
    position: absolute;
    width: 100px;
    height: 2px;
    background-color: rgba(250, 250, 250, 0.3);
    content: '';
    left: 50%;
    bottom: 0;
    transform: translateX(-50px);
  }

  .second-page-heading h2 {
    font-size: 50px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 30px;
  }

  .second-page-heading p {
    padding: 0px 15%;
    color: #fff;
    margin-bottom: 30px;
  }

  .second-page-heading .main-button a {
    border-color: #fff;
    color: #22b3c1;
    background-color: #fff;
  }

  .second-page-heading .main-button a:hover {
    border-color: #22b3c1;
    background-color: #22b3c1;
    color: #fff;
  }

  .reservation-info {
    margin-top: -99px;
  }

  .more-info .info-item {
    background-color: #fff;
    border-radius: 23px;
    box-shadow: 0px 0px 15px rgba(0,0,0,0.15);
    text-align: center;
    padding: 30px;
  }

  .more-info .info-item i {
    /* background-color: #f0f0f0; */
    width: 60px;
    height: 60px;
    display: inline-block;
    text-align: center;
    line-height: 60px;
    border-radius: 50px;
    color: #22b3c1;
    font-size: 20px;
    margin-bottom: 20px;
  }

  .more-info .info-item h4 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
  }

  .more-info .info-item a {
    font-size: 15px;
    color: #22b3c1;
  }

  .reservation-form {
    margin: 120px 0px;
  }

  .reservation-form #map {
    margin-bottom: -6px;
  }

  .reservation-form #reservation-form h4 {
    font-size: 30px;
    text-align: center;
    margin-bottom: 50px;
  }

  .reservation-form #reservation-form h4 em {
    font-style: normal;
    color: #22b3c1;
  }

  .reservation-form #reservation-form {
    padding: 60px 120px;
    background-color: #f9f9f9;
    border-bottom-right-radius: 23px;
    border-bottom-left-radius: 23px;
  }

  .reservation-form #reservation-form label {
    font-size: 15px;
    color: #afafaf;
  }

  .reservation-form #reservation-form input,
  .reservation-form #reservation-form select {
    width: 100%;
    height: 46px;
    background-color: transparent;
    border-radius: 23px;
    border: 1px solid #e0e0e0;
    padding: 0px 20px;
    cursor: pointer;
    margin-bottom: 30px;
  }

  .reservation-form #reservation-form input.date {
    color: #aaa;
  }

  .reservation-form #reservation-form button {
    font-size: 14px;
    color: #fff;
    background-color: #22b3c1;
    border: 1px solid #22b3c1;
    padding: 12px 30px;
    width: 100%;
    text-align: center;
    display: inline-block;
    border-radius: 25px;
    font-weight: 500;
    text-transform: capitalize;
    letter-spacing: 0.5px;
    transition: all .3s;
    position: relative;
    overflow: hidden;
  }

  .reservation-form #reservation-form button:hover {
    opacity: 0.8;
  }

  .center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 20%;
  }



