@charset "utf-8";

    .right-area {
      width: 79%;
      float: right;
      border-radius: 4px;
      position: relative;
      right: 1%;
    }

    .right-area .content-home {
      color: #101010;
      z-index: 9;
      padding: 0px 10px;
      font-size: 12px;
     /* font-weight: bold;*/
    }

    .right-area .content-home p {
      margin: 7px 0px 7px;
      line-height: 18px;
    }

    .right-area .trans {
      background: #000;
      opacity: 0.6;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      color: #fff;
      filter: alpha(opacity=60);
      width: 100%;
      float: left;
      height: 75px;
      position: absolute;
    }

    .heritageVenues {
      display: none;
    }

    .mblFooter {
      display: none;
    }

    @media screen and (max-width: 35em) {
      .mblFooter {
        display: block;
        background: #262626;
        float: left;
        width: 100%;
        padding: 10px 20px;
        box-sizing: border-box;
      }

      .mblFooter h3 {
        font-size: 20px;
        text-align: center;
        margin: 0 0 22px 0;
        position: relative;
        padding: 5px 0 13px 0;
        font-family: "Playfair Display", serif;
        font-weight: 500;
        color: #fff;
        border-bottom: 1px dashed #fff;
      }

      .mblFooter ul {
        padding: 0;
      }

      .mblFooter ul li {
        list-style: none;
        width: 50%;
        float: left;
        margin: 0 0 15px;
        text-align: center;
      }

      .mblFooter ul li a {
        color: #c7c7c7;
        text-decoration: none;
        font-size: 14px;
        display: block;
      }

      .right-area {
        position: inherit;
        width: 100%;
      }

      /*.right-area .content-home{padding: 0px; width: 94%; position: inherit; margin: 20px auto 0;border-radius: 4px;color: #000;}*/

      .right-area .content-home {
        padding: 0px;
        width: 94%;
        position: inherit;
        margin: 20px auto 0;
        border-radius: 4px;
        /*color: #fff;*/
        padding: 10px;
      }

      .right-area .trans {
        display: none;
      }

      .right-area .content-home p {
        line-height: 22px;
        font-size: 15px;
        font-weight: 500;
        text-align: justify;
      }

      .mblHeight {
        overflow: auto;
      }

      .heritageVenues {
        display: block;
        width: 100%;
        float: left;
        padding: 0 10px;
        box-sizing: border-box;
        margin: 20px 0 10px;
      }

      .heritageVenues h3 {
        font-size: 24px;
        text-align: center;
        font-weight: 500;
        margin: 0 0 25px 0;
        position: relative;
        padding: 0 0 10px 0;
        font-family: "Playfair Display", serif;
        font-weight: 600;
      }

      .heritageVenues h3:before {
        content: "";
        position: absolute;
        width: 100px;
        height: 1px;
        background-color: #d40000;
        left: 50%;
        top: 100%;
        margin-left: -20px;
      }

      .heritageVenues h3:after {
        content: "";
        position: absolute;
        width: 100px;
        height: 1px;
        background-color: #d40000;
        right: 50%;
        top: 100%;
        margin-top: 5px;
        margin-right: -20px;
      }

      .heritageVenuesInner {
        width: 100%;
        float: left;
      }

      .heritageVenuesBox {
        width: 50%;
        float: left;
        padding: 0 5px;
        box-sizing: border-box;
        margin: 0 0 10px;
      }

      .heritageVenuesBox img {
        max-width: 100%;
        min-height: 130px;
      }

      .heritageVenuesDetail {
        position: relative;
      }

      .destImgText {
        z-index: 9;
        bottom: 0;
        position: absolute;
        background: -moz-linear-gradient(top,
            rgba(0, 0, 0, 0) 0%,
            rgba(0, 0, 0, 0.65) 100%);
        background: -webkit-linear-gradient(top,
            rgba(0, 0, 0, 0) 0%,
            rgba(0, 0, 0, 0.65) 100%);
        background: linear-gradient(to bottom,
            rgba(0, 0, 0, 0) 0%,
            rgba(0, 0, 0, 0.65) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
        width: 100%;
        height: 100px;
        text-align: center;
      }

      .heritageVenuesDetail p {
        position: absolute;
        bottom: 10px;
        color: #fff;
        margin: 0;
        margin-left: 0;
        margin-right: 0;
        left: 0;
        right: 0;
        font-size: 14px;
      }

      .mblFooterBottom {
        padding: 20px;
        text-align: center;
        color: #ccc;
        font-size: 15px;
        font-weight: 300;
        background: #262626;
        border-top: 1px solid #333;
      }

      .mblFooterBottom p {
        margin: 0;
        padding: 0;
      }
    }
 
    @media screen and (max-width: 768px) {
      * {
        margin: 0;
        padding: 0;
        box-sizing: border-box;
      }

      body {
        font-family: sans-serif;
      }
    }

    @media screen and (max-width: 768px) {
      #logo {
        background: #fff;
        text-align: center;
        padding: 20px;
        border-bottom: 1px solid #ccc;
        width: 100%;
        height: 75px;
      }
    }

    @media screen and (max-width: 768px) {
      #logo img {
        height: 40px;
        /* width: -webkit-fill-available; */
      }
    }

    /* Form and hamburger container (starts as normal flow) */
    #formHamburger {
      background: white;
      border-bottom: 1px solid #ddd;
    }

    /* These get fixed when scrolling past logo */
    #formHamburger.fixed {
      position: fixed;
      top: 0;
      width: 100%;
      z-index: 999;
      box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    }

    .form {
      padding: 10px;
      text-align: center;
    }

    .form input {
      padding: 8px;
      width: 60%;
      max-width: 250px;
    }

    .form button {
      padding: 8px 12px;
      margin-left: 10px;
    }

    /* .hamburger {
  padding: 10px;
  text-align: center;
  background: #f5f5f5;
  font-size: 24px;
} */

    .page-content {
      padding: 20px;
    }

    body {
      margin: 0;
      font-family: 'Poppins', sans-serif;
      background: #e3f2fd;
      /* fallback if needed */
    }

    .wedding-form-bar {
      /* position: fixed; */
      /* top: 0;
      left: 0;
      right: 0; */
      background: linear-gradient(to right, #dbeafe, #e0f7fa);
      padding: 10px 20px;
      display: flex;
      justify-content: center;
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
      z-index: 999;
    }

    .wedding-form {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      gap: 15px;
      max-width: 1200px;
      width: 100%;
      justify-content: center;
    }

    .wedding-input-group {
      display: flex;
      flex-direction: column;
      position: relative;
    }

    .wedding-input {
      border: none;
      border-bottom: 1px solid beige;
      ;
      border-radius: 0;
      background: transparent;
      padding: 6px 10px;
      font-size: 14px;
      outline: none;
      color: #2c3e50;
    }

    .wedding-input::placeholder {
      color: #95a5a6;
    }

    .submit-btn {
      background-color: #e74c3c;
      color: white;
      border: none;
      border-radius: 6px;
      padding: 8px 16px;
      font-size: 14px;
      cursor: pointer;
      transition: background 0.3s;
    }

    .submit-btn:hover {
      background-color: #c0392b;
    }

    .hidden-mobile {
      display: none;
    }

    @media screen and (min-width: 769px) {
      .hidden-mobile {
        display: flex !important;
      }

      #mobileExpandBtn {
        display: none !important;
      }

      #finalSubmitBtn {
        display: flex !important;
      }
    }

    @media screen and (max-width: 768px) {
      .wedding-form {
        flex-wrap: wrap;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        gap: 10px;
      }

      .wedding-input-group {
        flex: 1 1 30%;
        min-width: 0;
      }

      .wedding-input {
        width: 85%;
      }

      #finalSubmitBtn {
        display: none !important;
      }

      #mobileExpandBtn {
        flex: 0 0 auto;
      }

      .wedding-input-group:not(:last-child) {
        margin-right: 8px;
      }
    }
 
    /* Hamburger Icon */
    .hamburger-icon {
      position: fixed;
      left: 7px;
      font-size: 28px;
      z-index: 1001;
      cursor: pointer;
      background: white;
      padding: 6px 10px;
      border-radius: 6px;
      box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
      margin-top: 2px;
    }

    /* Drawer Menu Hidden by Default */
    .mobile-drawer-menu {
      display: none;
      position: absolute;
      top: 30%;
      /* This ensures it appears *below* the icon */
      /* Below hamburger */
      left: 0;
      width: 100%;
      background-color: #fff;
      z-index: 1000;
      padding-bottom: 20px;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    }

    .mobile-drawer-menu.active {
      display: block;
    }

    .mobile-drawer-menu a,
    .submenu-toggle {
      display: block;
      padding: 12px 20px;
      font-size: 16px;
      text-align: left;
      color: #333;
      text-decoration: none;
      border-bottom: 1px solid #eee;
      background: #fff;
      font-family: 'Segoe UI', sans-serif;
    }

    /* Submenu toggle */
    .submenu-toggle {
      background: none;
      border: none;
      width: 100%;
      cursor: pointer;
      font-weight: 600;
    }

    /* Submenu hidden initially */
    .submenu {
      display: none;
      background: #f9f9f9;
      padding-left: 15px;
    }

    .submenu a {
      font-size: 14px;
      color: #666;
      padding: 8px 20px;
    }

    @media (min-width: 768px) {

      .hamburger-icon,
      .mobile-drawer-menu {
        display: none !important;
      }
    }
 
    /* Base Responsive Gallery Styles */
    .gallery-wrapper {
      padding: 30px 20px;
      background-color: #fdf6f0;
      font-family: 'Segoe UI', sans-serif;
    }

    .gallery-title {
      color: #ff5851;
      font-size: 24px;
      text-align: center;
      margin-bottom: 20px;
    }

    .gallery-container {
      display: flex;
      flex-wrap: wrap;
      gap: 15px;
      justify-content: center;
    }

    .gallery-item {
      flex: 1 1 calc(33.333% - 30px);
      max-width: calc(33.333% - 30px);
      box-sizing: border-box;
    }

    .gallery-item img {
      width: 100%;
      height: 200px;
      object-fit: cover;
      border-radius: 10px;
    }

    /* Tablet View: 2 columns */
    @media (max-width: 1024px) {
      .gallery-item {
        flex: 1 1 calc(50% - 30px);
        max-width: calc(50% - 30px);
      }
    }

    /* Mobile View: 1 column */
    @media (max-width: 768px) {
      .gallery-item {
        flex: 1 1 100%;
        max-width: 100%;
      }
    }
 
    @media (max-width: 768px) {
      #footer-flex {
        flex-direction: row;
        flex-wrap: nowrap;
        overflow-x: auto;
        gap: 20px;
        padding: 30px 10px;
      }

      .footer-block {
        min-width: 260px;
        flex: 0 0 auto;
      }
    }

    @media (min-width: 769px) {
      .hide-on-desktop {
        display: none !important;
      }
    }

    @media (max-width: 768px) {
      .hide-on-mobile {
        display: none !important;
      }
    }
  @media only screen and (max-width: 768px) {
    #container {
      background-image: none !important;
      height: auto !important;
    }
  }
    #wedding-date::placeholder {
      color: rgb(230, 230, 205);
      opacity: 1;
      /* Ensure it's fully visible */
    }

    #wGuests::placeholder {
      color: beige;
      opacity: 1;
      /* Ensure it's fully visible */
    }

    #emplcolor::placeholder {
      color: beige;
      opacity: 1;
      /* Ensure it's fully visible */
    }

    #phnplcolor::placeholder {
      color: beige;
      opacity: 1;
      /* Ensure it's fully visible */
    }

    #lcplcolor::placeholder {
      color: beige;
      opacity: 1;
      /* Ensure it's fully visible */
    }
  /* Base Body/Container Styles */
  .main-container {
    padding-top: 9px;
    background-color: #fff;
    font-family: Arial, sans-serif;
    max-width: 1200px;
    margin: 0;
    line-height: 1.7;
    color: #333;
  }

  /* Headings */
  .section-title {
    text-align: center;
    font-size: 32px;
    margin-bottom: 30px;
    color: #ff5851;
  }

  .main-heading {
    font-size: 2.5em;
    color: #414a6b;
    margin-bottom: 0px;
    text-align: center;
  }

  .sub-heading {
    font-size: 1.5em;
    color: #444;
    margin-bottom: 0px;
    text-align: left;
  }

  .venue-item-heading {
    color: #444;
    font-size: 24px;
    margin-bottom: 15px;
  }

  .service-card-heading,
  .factor-card-heading {
    font-size: 18px;
    margin-bottom: 10px;
    color: #575555;
  }

  .cost-highlight-heading {
    font-size: 24px;
    color: #414a6b;
    margin: 0;
  }

  .why-special-heading {
    color: #414a6b;
    font-size: 1.4em;
  }

  .faq-heading {
    font-size: 20px;
    color: #575555;
    margin-bottom: 10px;
  }

  .pink-city-heading {
    font-size: 2.5rem;
    margin-bottom: 25px;
    font-weight: 700;
    letter-spacing: 1px;
  }

  /* Paragraphs */
  .paragraph-justify {
    font-size: 1.2em;
    text-align: justify;
  }

  .paragraph-venue-description {
    color: #333;
    line-height: 1.6;
    font-size: 1.2em;
    text-align: justify;
  }

  .cost-intro-paragraph {
    font-size: 16px;
    color: #444;
    line-height: 1.6;
    margin-bottom: 30px;
  }

  .cost-highlight-text {
    margin: 8px 0 0 0;
    color: #555;
  }

  .factor-card-text,
  .service-card-text {
    margin: 0;
    font-size: 14px;
    color: #666;
  }

  .cost-final-paragraph {
    margin-top: 40px;
    font-size: 16px;
    color: #444;
    line-height: 1.6;
  }

  .faq-paragraph {
    margin: 0;
    font-size: 15px;
    color: #555;
  }

  .pink-city-paragraph {
    font-size: 1.2rem;
    line-height: 1.7;
    max-width: 700px;
    margin: auto;
  }

  .conclusion-paragraph {
    font-size: 16px;
    color: #444;
    line-height: 1.8;
    margin-bottom: 30px;
  }

  /* Sections & Containers */
  .content-max-width {
    max-width: 1200px;
    margin: auto;
  }

  .cost-section-container {
    background-color: #fdf7f0;
    padding: 7px 10px;
    font-family: 'Segoe UI', sans-serif;
  }

  .service-section-container {
    padding: 15px;
    background-color: #fdfdfd;
    font-family: Arial, sans-serif;
  }

  .why-special-section-container {
    background: #fff0f5;
    padding: 1px 10px 13px 10px;
    font-family: 'Segoe UI', sans-serif;
  }

  .faq-section-container {
    background-color: #ffffff;
    font-family: 'Segoe UI', sans-serif;
  }

  .pink-city-section {
    background: #ffffff;
    font-family: 'Georgia', serif;
    color: #6b3e2d;
    max-width: 900px;
    margin: auto;
    text-align: center;
    padding: 3px 20px; /* Added padding here as it was missing */
  }

  .conclusion-section {
    background-color: #ffffff;
    padding: 20px; /* Consolidating padding */
    font-family: 'Segoe UI', sans-serif;
  }

  /* Venue Section */
  .venue-section {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 45px;
  }

  .venue-section-reverse {
    flex-direction: row-reverse;
  }

  .venue-content-wrapper {
    flex: 1;
    padding: 20px;
  }

  .venue-image-wrapper {
    flex: 1;
    padding: 20px;
    text-align: center;
  }

  .venue-image {
    width: 100%;
    max-width: 500px;
    border-radius: 10px;
    height: 234px; /* Specific for Rambagh, consider making flexible or separate */
  }

  .venue-image-auto-height {
    height: auto;
  }

  .text-link-none {
    text-decoration: none;
  }

  /* Cost Section */
  .cost-highlight-box {
    background-color: #fff;
    padding: 25px 30px;
    border-left: 6px solid #414a6b;
    border-radius: 6px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    margin-bottom: 40px;
  }

  .factors-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
  }

  .factor-card {
    flex: 1 1 300px;
    background-color: #ffffff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  }

  /* Services Section */
  .service-cards-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
  }

  .service-card {
    flex: 1 1 22%;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    padding: 20px;
  }

  .service-icon {
    font-size: 28px;
    color: #414a6b;
    margin-bottom: 10px;
  }

  /* Why Jaipur Special Section */
  .why-special-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    justify-content: center;
    max-width: 1200px;
    margin: auto;
  }

  .why-special-card {
    flex: 1 1 45%;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    overflow: hidden;
  }

  .why-special-card-full-width {
    flex: 1 1 90%;
  }

  .why-special-card img {
    width: 100%;
    height: 200px;
    object-fit: cover;
  }

  .why-special-card-content {
    padding: 20px;
  }

  /* FAQ Section */
  .faq-item {
    margin-bottom: 25px;
  }

  /* Pink City Section */
  .pink-city-decorative-svg {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 60px;
    opacity: 0.1;
  }

  /* Conclusion Section */
  .plan-wedding-btn {
    display: inline-block;
    background-color: #f0c060;
    color: #fff;
    padding: 12px 30px;
    text-decoration: none;
    font-size: 16px;
    border-radius: 5px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  }

  /* Media Queries */
  @media (max-width: 768px) {
    .venue-section {
      flex-direction: column !important;
      text-align: center;
    }

    .venue-content-wrapper,
    .venue-image-wrapper {
      padding: 10px !important;
    }

    .venue-image {
      max-width: 100% !important;
      height: auto !important;
    }

    .section-title,
    .sub-heading {
      font-size: 24px !important;
      padding: 0 10px;
    }

    .venue-item-heading {
      font-size: 20px !important;
    }

    .paragraph-justify,
    .paragraph-venue-description,
    .pink-city-paragraph {
      font-size: 1em !important;
      text-align: justify !important;
    }

    .service-card {
      flex: 1 1 45%; /* Adjust for better layout on smaller screens */
    }

    .why-special-card {
      flex: 1 1 100%;
    }

    .why-special-card-full-width {
      flex: 1 1 100%;
    }
  }

#fixedimg img,
.sliderwrapper .contentdiv img {
  min-width: 100%;
  min-height: 100%;
  max-width: 100%;
  max-height: 100%
}

#contact,
#header,
#middle,
.clear {
  clear: both
}

#topform form input,
body {
  font-family: Arial, Helvetica, sans-serif
}

body,
html {
  width: 100%;
  height: 100%;
  overflow: hidden
}

body {
  margin: 0;
  font-size: 12px
}

img {
  border: none
}

.clear {
  height: 1px;
  overflow: hidden
}

img.leftimg {
  float: left;
  margin: 0 15px 20px 0
}

img.rightimg {
  float: right;
  margin: 0 0 20px 15px
}

#container,
#head {
  margin: 0 auto;
  width: 100%
}

#container {
  height: 98%
}

#fixedimg,
.sliderwrapper {
  position: fixed;
  overflow: hidden;
  width: 100%;
  height: 100%;
  z-index: -1
}

.sliderwrapper .contentdiv {
  visibility: hidden;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  filter: progid:DXImageTransform.Microsoft.alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1
}

#head,
#middle {
  max-width: 1280px
}

.pagination {
  position: absolute;
  display: none
}

#left-area ul li#submenu1 ul.show,
#left-area ul li#submenu1:hover ul,
#topform form {
  display: block
}

#header {
  background: url(images/transparent.png);
  padding: 0;
  height: 140px;
  width: 100%
}

#logo {
  float: left;
  padding: 0 3.1% 36px 0;
  background: url(images/transparent1.png);
  width: 18.6%;
  margin-right: 4%
}

#topform {
  float: left;
  width: 502px;
  height: auto;
  padding: 5px;
  background: url(images/bg.png);
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  margin: 13px 0 0;
  box-shadow: inset 1px 1px 3px rgba(0, 0, 0, .3);
  -webkit-box-shadow: inset 1px 1px 3px rgba(0, 0, 0, .3);
  -moz-box-shadow: inset 1px 1px 3px rgba(0, 0, 0, .3)
}

#topform .heading {
  margin: 6px 0 5px;
  font-size: 15px;
  color: #fff;
  padding: 0 0 5px 5px;
  border-bottom: 1px dashed #343434;
  text-transform: uppercase
}

#topform form {
  margin: 0;
  padding: 18px 0 0 7px;
  background: url(images/form.png) no-repeat;
  width: 478px;
  height: 68px
}

#topform form input {
  background: url(images/input.png) no-repeat;
  width: 170px;
  height: 19px;
  border: none;
  padding: 3px;
  font-size: 12px;
  color: #666;
  margin: 2px;
  float: left
}

#topform form .formleft {
  float: left;
  width: 430px;
  height: auto
}

#topform form input.go {
  background: url(../images/submit-btn.png) no-repeat;
  width: 88px;
  height: 31px;
  padding: 0;
  font-size: 16px;
  font-weight: 700;
  color: #000;
  cursor: pointer
}

#left-area ul li#submenu1 ul,
#left-area ul li#submenu2 ul {
  width: 200px;
  position: absolute;
  top: 0;
  border: 1px solid #656565
}

#left-area ul li a.select,
#left-area ul li a:hover,
#left-area ul li#submenu1 ul li a {
  color: #856804;
  text-decoration: none
}

#callus {
  float: left;
  height: 54px;
  margin: 58px 0 0;
  padding: 0;
  font-size: 24px;
  color: #fff;
  white-space: nowrap;
  line-height: 24px
}

#callus img {
  float: left;
  margin: 2px 7px 0 0
}

#middle {
  width: 100%;
  height: 75.1%;
  margin: 0 auto
}

#left-area {
  background: url(images/transparent1.png);
  float: left;
  width: 19.6%;
  padding: 3% 1%;
  height: 81%
}

#left-area ul {
  margin: 0;
  padding: 0
}

#left-area ul li {
  margin: 0 0 7px;
  list-style-type: none;
  font-family: calibri;
  font-size: 18px;
  position: relative
}

#left-area ul li#submenu1 ul li,
#left-area ul li#submenu2 ul li {
  font-size: 14px;
  margin: 0;
  line-height: 25px
}

#left-area ul li a {
  color: #fff;
  text-decoration: none;
  line-height: 30px
}

#left-area ul li#submenu1 ul {
  background: url(images/sub-menubg.png);
  left: 149px;
  z-index: 99;
  display: none
}

#left-area ul li#submenu1 ul li a {
  width: 100%;
  display: block;
  border-bottom: 1px solid #656565;
  padding: 0;
  text-indent: 5px;
  line-height: 25px
}

#left-area ul li#submenu1 ul li a:hover {
  color: #fff;
  text-decoration: none
}

#left-area ul li#submenu1 ul li a.select {
  color: #000;
  text-decoration: none;
  background: url(images/sub-overbg.png)
}

#left-area ul li#submenu2 ul {
  background: url(images/sub-menubg.png);
  left: 150px;
  z-index: 9;
  display: none
}

#left-area ul li#submenu2 ul.show,
#left-area ul li#submenu2:hover ul {
  display: block
}

#left-area ul li#submenu2 ul li a {
  width: 100%;
  display: block;
  border-bottom: 1px solid #656565;
  padding: 0;
  text-decoration: none;
  text-indent: 5px;
  color: #856804;
  line-height: 25px
}

.table1 td,
.table2 td,
.table3 td {
  border-bottom: 1px solid #CCC;
  border-right: 1px solid #CCC
}

#left-area ul li#submenu2 ul li a:hover {
  color: #fff;
  text-decoration: none
}

#left-area ul li#submenu2 ul li a.select {
  color: #000;
  text-decoration: none;
  background: url(images/sub-overbg.png)
}

#dvFastingDialog,
.dvFastingDialog {
  position: fixed;
  height: 64.5%;
  background: rgba(255, 255, 255, .9);
  width: 700px;
  padding: 15px;
  right: 0;
  margin-right: -730px;
  margin-top: 8px
}

.dvFastingDialog {
  margin-right: 20px !important
}

#slider-button {
  clear: both;
  text-align: right;
  cursor: pointer;
  position: fixed;
  right: 0
}

.content {
  width: 700px;
  height: 100%;
  overflow: auto
}

.content h2 {
  font-size: 24px;
  font-family: calibri;
  margin: 0 0 6px;
  color: #166022
}

.content h3 {
  font-size: 15px;
  margin: 8px 0;
  color: #09F
}

.content p {
  margin: 0 0 12px;
  font-size: 12px;
  color: #333;
  text-align: justify;
  line-height: 17px
}

.content ol {
  margin: 0 0 20px 25px;
  padding: 0
}

.content ol li {
  margin: 0 0 5px
}

#contact form input,
#contact form textarea {
  width: 300px;
  border: 1px solid #CCC;
  margin: 3px 0;
  padding: 7px
}

#contact {
  padding: 10px 0
}

#contact h3 {
  margin: 8px 0
}

#contact form {
  margin: 0;
  padding: 0
}

#contact form label {
  display: block;
  padding: 3px 10px 3px 0;
  width: 90px;
  float: left
}

#contact form textarea {
  height: 100px
}

#contact form input.go {
  background: url(images/submit-btn.png) no-repeat;
  width: 90px;
  height: 33px;
  font-size: 13px;
  font-weight: 700;
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  cursor: pointer
}

.itinerary {
  width: 700px;
  height: 100%;
  overflow: auto
}

.itinerary h2 {
  font-size: 24px;
  font-family: calibri;
  margin: 0 0 6px;
  color: #166022
}

.itinerary h3 {
  font-size: 15px;
  margin: 8px 0;
  color: #09F
}

.itinerary p {
  margin: 0 0 12px;
  color: #333
}

.itinerary ul {
  margin: 0 0 20px;
  padding: 0
}

.itinerary ul li {
  margin: 0 0 8px;
  font-size: 13px;
  color: #333;
  list-style-type: none
}

.table2,
.table3 {
  border-left: 1px solid #CCC;
  margin: 10px 0
}

.table1 th,
.table2 th,
.table3 th {
  text-align: left;
  padding: 5px;
  font-size: 12px
}

.table1 {
  float: left;
  width: 340px;
  border-left: 1px solid #CCC
}

.table1 th {
  background: #333;
  color: #fff
}

.table1 td {
  padding: 5px;
  background: #fff
}

.table1 .bg1 td {
  background: #f6f6f6
}

.table1 .red {
  color: red
}

.table2 th {
  background: #333;
  color: #fff
}

.table2 td {
  padding: 5px;
  background: #fff
}

.table2 .bg1 td {
  background: #f6f6f6
}

.table2 .red {
  color: red
}

.table3 {
  border-top: 1px solid #CCC
}

.table3 th {
  background: #333;
  color: #fff
}

.table3 td {
  padding: 2%;
  width: 46%;
  background: #fff;
  vertical-align: top
}

.table3 td p {
  margin: 0 !important
}

.table3 td.bg1 {
  background: #f6f6f6
}

.table3 .red {
  color: red
}

#bottom {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 999999;
  width: 100%;
  background: url(images/transparent1.png);
  padding: 10px 0
}

#footer {
  width: 95%;
  max-width: 1265px;
  margin: 0 auto
}

#footer h6,
#footer p {
  float: left;
  font-size: 15px;
  font-weight: 400;
  margin: 0;
  color: #fff;
  font-family: calibri
}

#footer h6 {
  float: right
}

#footer h6 a,
#footer p a {
  color: #fff;
  text-decoration: none;
  margin: 0 10px
}

#GlobalHeaderNav a.ON {
  text-decoration: none;
  color: #906931
}

.frm-devide,
.frm-devide-rgt {
  width: 100%;
  height: auto;
  float: left;
  display: block;
  margin-left: 0
}

.sub-btn,
.sub-btn-enq {
  border: none;
  float: right;
  text-align: right
}

.sub-btn {
  background: url(images/submit_btn.png) no-repeat;
  cursor: pointer;
  width: 80px;
  height: 60px;
  margin: 0;
  padding: 0;
  color: transparent
}

input.sub-btn:active {
  background-position: right
}

.sub-btn-enq {
  background: url(../images/submit-btn.png) right no-repeat;
  width: 100px;
  height: 25px;
  margin-right: 190px;
  padding-bottom: 10px
}

.container-devide {
  width: 300px;
  height: auto;
  float: left;
  display: block;
  margin-right: 20px
}

.container-devide-right {
  width: 300px;
  height: auto;
  float: right;
  display: block
}

.enquiry-now-txt,
.enquiry-now-txtarea {
  width: 350px;
  display: block;
  padding-left: 10px;
  background: fff;
  border: 1px solid #666
}

.enquiry-now-txt {
  float: left;
  height: 18px;
  margin: 5px 0
}

.enquiry-now-txtarea {
  loat: left;
  height: 80px
}

input[type=text],
select,
textarea {
  margin: 0;
  padding: 2px;
  font-family: 'PT
 Sans',sans-serif;font-size:11px;color:#525252;background:#fff;border:1px solid
 #ccc
}

.section {
  margin: 4px;
  float: left
}

#contact-mobile {
  width: 190px;
  float: right
}

#realgini {
  bottom: 10px;
  width: 190px;
  float: left;
  height: 119px;
  padding: 10px 0 0;
  margin: -10px 0
}

.DatepickerDepart-area {
  background: url(images/txt-area.png) left no-repeat;
  border: none;
  width: 193px
}

.main-imge {
  width: 685px;
  height: auto;
  display: block;
  float: left;
  margin-bottom: 15px;
  margin-top: 5px
}

.dvid-imge,
.dvid-imge-rgt {
  width: 217px;
  height: 200px;
  display: block;
  border: 1px solid #bebebe !important;
  float: left
}

.dvid-imge {
  margin-right: 13px
}

.resent-wedding-main {
  width: 685px;
  height: auto;
  float: left;
  display: block
}

.resent-left,
.resent-mdl,
.resent-right {
  display: block;
  height: 400px
}

.resent-left {
  width: 450px;
  float: left;
  border: 1px solid #9c9c9c
}

.resent-mdl {
  width: 10px;
  float: left
}

.resent-right {
  width: 220px;
  float: right;
  border: 1px solid #9c9c9c
}

.room-inventory-top-left,
.room-inventory-top-right {
  font-size: 14px;
  border-top: 1px solid #cccbcb;
  color: #166022;
  font-weight: 700
}

.room-inventory-left,
.room-inventory-top-left {
  padding: 0 5px;
  border-right: 1px solid #cccbcb;
  border-bottom: 1px solid #cccbcb;
  border-left: 1px solid #cccbcb;
  line-height: 18px;
  height: auto
}

.room-inventory,
.room-inventory-top-right {
  padding: 0 5px;
  line-height: 18px;
  height: auto;
  border-bottom: 1px solid #cccbcb;
  border-right: 1px solid #cccbcb
}

.venue {
  padding: 0;
  line-height: 18px;
  color: #166022;
  font-weight: 700;
  font-size: 13px;
  height: auto
}

.enquire-all a,
.enquire-all a:hover {
  font-size: 16px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-weight: 700
}

.enquire-all a {
  background: url(images/enquire-now1.png) center no-repeat
}

.enquire-all a:hover {
  background: url(images/enquire-now2.png) center no-repeat
}

#topform .leftside {
  float: left;
  width: 414px
}

#topform .rightside {
  float: left
}

.section .input-lsbg {
  background: url(images/input_lsbg.png) no-repeat;
  float: left;
  height: 26px;
  width: 5px
}

.section .input-mbg,
.section .input-mbg1 {
  background: url(images/input_mbg.png) repeat-x;
  float: left;
  height: 26px;
  position: relative;
  width: 120px
}

.section .input-rsbg {
  background: url(images/input_rsbg.png) no-repeat;
  float: left;
  height: 26px;
  width: 5px
}

.section .input-mbg1>input,
.section .input-mbg>input {
  background: none;
  border: none;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  height: 20px;
  outline: 0;
  line-height: 20px;
  padding: 3px 5px
}

.section .input-mbg>input {
  width: 110px
}

.section .input-mbg1>input {
  width: 120px
}

.defaultTextActive {
  color: #A1A1A1 !important;
  font-style: normal
}

#dvFastingDialog1 {
  background: url(images/transparent2.png) rgba(0, 0, 0, 0);
  height: 63.5%;
  margin-top: 8px;
  padding: 10px;
  position: fixed;
  right: 0;
  width: 800px
}

.radio_btn {
  float: left;
  margin: 3px 5px 0 0
}

#captcha {
  font-weight: 700;
  border: 1px solid #C3C3C3;
  padding: 4px 10px;
  background: #fff;
  margin-top: 0;
  float: left;
  border-radius: 4px;
  height: 17px
}

.ref_img img {
  width: 18px;
  margin-top: 5px
}

.section_small .input-mbg1 {
  width: 40px
}

.section_small .input-mbg1 input {
  width: 30px
}

.mobileNavBar {
  display: none
}

.fixedimg-lg {
  display: block
}

.fixedimg-xs {
  display: none
}

@media screen and (max-width:35em) {

  #logo,
  #topform,
  #topform .leftside,
  #topform .rightside,
  .section {
    width: 100%
  }

  #contact-mobile,
  #logo,
  #topform,
  .sub-btn {
    text-align: center
  }

  #header {
    height: auto;
    background: 0 0
  }

  .mobileNavBar {
    display: block
  }

  #bottom,
  #contact-mobile,
  #left-area,
  .section .input-lsbg,
  .section .input-rsbg {
    display: none
  }

  #logo {
    padding: 0;
    background: #000;
    margin: 0
  }

  #logo img {
    height: 90px
  }

  #contact-mobile {
    width: 100%;
    background: rgba(0, 0, 0, .6)
  }

  #topform {
    background: 0 0;
    padding: 0 10px;
    border-radius: 0;
    box-sizing: border-box;
    box-shadow: none;
    margin: 18px 0 0
  }

  .section {
    margin: 0 0 10px;
    float: left
  }

  .section_small {
    width: 50%
  }

  .section .input-mbg,
  .section .input-mbg1 {
    width: 100%;
    height: auto;
    background: 0 0
  }

  .section .input-mbg1>input,
  .section .input-mbg>input {
    background: #fff;
    width: 100%;
    height: auto;
    padding: 8px;
    box-sizing: border-box;
    font-size: 14px;
    border-radius: 3px
  }

  .sub-btn {
    background: #71673e;
    border-radius: 5px;
    width: 100%;
    height: 40px;
    color: #dacc92;
    font-size: 16px
  }

  .section_small #captcha {
    height: auto;
    padding: 9px;
    width: 90px;
    border-radius: 3px;
    border: 0;
    font-size: 15px
  }

  #topform .heading {
    background: #cd0a0a;
    margin: 0;
    color: #fff;
    border: 0;
    padding: 0;
    height: 56px;
    line-height: 30px;
    border-radius: 3px
  }

  .planYourWedding_box {
    display: none;
    background: rgba(0, 0, 0, .6);
    width: 100%;
    float: left;
    padding: 10px 10px 0;
    box-sizing: border-box;
    border-radius: 0 0 4px 4px
  }

  #topform .heading .planwedding,
  #topform .heading .planyour {
    display: block;
    position: relative;
    font-family: 'Playfair Display', serif
  }

  #topform .heading .planyour {
    font-size: 16px;
    left: -36px;
    text-transform: capitalize
  }

  #topform .heading .planwedding {
    font-size: 30px;
    top: -14px;
    left: 15px;
    text-transform: lowercase
  }

  #dvFastingDialog,
  .dvFastingDialog {
    width: 85%;
    margin: 20px auto 0 !important;
    left: 0;
    right: 0
  }

  .itinerary,
  .tableMBL100 {
    width: 100%
  }

  .fixedimg-lg {
    display: none
  }

  .fixedimg-xs {
    display: block
  }

  .mCSB_container img {
    width: 100%;
    margin: 0;
    padding: 0
  }

  .element_style select {
    width: 60px !important
  }

  #vlightbox1 .vlightbox1 {
    width: 100%
  }

  #vlightbox1 .vlightbox1 img {
    width: 100%;
    height: auto
  }
}