body {
  margin: 0px;
  padding: 0px;
  font-family: "Hind Vadodara Regular";
  background-color: rgb(57, 62, 66);
  color: #fff;
  box-sizing: border-box;
  font-size: 19px;
  line-height: 30px;
}

a, button, img {
  transition: all 0.2s ease-in-out;
}

a:hover {
  color: #be4b32;
}

.responsiveImg {
  max-width: 1920px;
  margin: 0px auto;
  display: block;
  width: 100%;
  height: auto;
}

.font-65 {
  font-size: 65px;
}

.font-48 {
  font-size: 48px;
}

.font-54 {
  font-size: 54px;
}

.font-44 {
  font-size: 44px;
}

.font-40 {
  font-size: 40px;
}

.font-35 {
  font-size: 35px;
}

.font-32 {
  font-size: 32px;
}

.font-28 {
  font-size: 28px;
}

.font-26 {
  font-size: 26px;
}

.font-24 {
  font-size: 24px;
}

.font-20 {
  font-size: 20px;
}

.font-18 {
  font-size: 18px;
}

.font-22 {
  font-size: 22px;
}

.font-21 {
  font-size: 21px;
}

.font-15 {
  font-size: 15px;
}

.font-16 {
  font-size: 16px;
  line-height: 26px;
}

.font-14 {
  font-size: 14px;
  line-height: 22px;
}

.font-12 {
  font-size: 12px;
}

.mt-110 {
  margin-top: 110px;
}

.pt-50 {
  padding-top: 50px;
}

.pb-80 {
  padding-bottom: 80px;
}

.m-0 {
  margin: 0px;
}

.bold {
  font-family: "Hind Vadodara Bold";
}

.semiBold {
  font-family: "Hind Vadodara SemiBold";
}

.medium {
  font-family: "Hind Vadodara Medium";
}

.light {
  font-family: "Hind Vadodara Light";
}

.logo {
  max-width: 110px;
  display: block;
}

.logoDiv {
  max-width: 165px;
}

.bigLogo {
  max-width: 248px;
  display: inline-block;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Hind Vadodara Bold";
  letter-spacing: 0.5px;
}

header {
  padding: 20px 0;
}

.mainMenu > ul {
  display: flex;
  font-family: "Hind Vadodara Bold";
  justify-content: flex-end;
}
.mainMenu > ul li {
  padding: 0 19px;
}
.mainMenu > ul li span {
  color: #232528;
}
.mainMenu > ul li a {
  text-decoration: none;
  color: #232528;
  font-size: 17px;
}
.mainMenu > ul li a.bookTicket {
  color: #F2F1EA;
}
.mainMenu > ul li a:hover {
  color: #BECCD3;
}
.mainMenu > ul li.active a {
  color: #BECCD3;
}

.overLapMenu {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  height: 100%;
  background: #393e42;
  z-index: 99999;
  padding: 60px 15px;
}
.overLapMenu .cross {
  display: block;
  width: 38px;
  height: 38px;
  background: url(../images/svg/crossWhite.svg) no-repeat center center #393e42;
  cursor: pointer;
  background-size: cover;
  margin-bottom: 30px;
}
.overLapMenu h2 {
  margin: 0px 0 25px;
  border-bottom: 2px solid #f2f1ea;
  padding-bottom: 10px;
  font-size: 60pt;
  color: #f2f1ea;
  font-family: "Hind Vadodara Bold";
}
.overLapMenu ul {
  padding: 0px 0 0 0px;
  display: inline-block;
}
.overLapMenu ul li a {
  color: #f2f1ea;
  text-decoration: none;
  font-size: 55px;
  line-height: 75px;
}
.overLapMenu ul.optionMenu {
  width: 180px;
}
.overLapMenu ul.optionMenu li a {
  color: #818280;
  text-decoration: none;
  font-size: 22px;
  line-height: 38px;
}
.overLapMenu ul.optionMenu a:hover {
  color: #ff6d4d;
}

.aboutContent {
  background: #4F565B;
  color: #fff;
  margin: 30px 0;
  padding: 90px 60px 40px 15px;
}
.aboutContent h1 {
  font-family: "Hind Vadodara Bold";
  margin: 0 0 30px;
}
.aboutContent p {
  margin: 0 0 60px;
}

.readMore {
  font-family: "Hind Vadodara Bold";
}
.readMore a {
  color: #fff;
}
.readMore img {
  display: inline-block;
  height: 18px;
  padding-left: 10px;
}

.timeBox {
  background-color: #8A3B4E;
  padding: 40px 60px 35px 110px;
  color: #f2f1ea;
}
.timeBox h2 {
  margin-bottom: 40px;
  font-family: "Hind Vadodara Bold";
}
.timeBox h2 img {
  max-width: 34px;
  position: relative;
  margin-left: -50px;
  margin-right: 16px;
  top: 0px;
}
.timeBox p {
  margin-bottom: 35px;
  font-family: "Hind Vadodara SemiBold";
}
.timeBox p span {
  display: block;
  font-family: "Hind Vadodara Light";
}

.my-10 {
  margin-left: -10px;
  margin-right: -10px;
}

.py-10 {
  padding-left: 10px;
  padding-right: 10px;
}

.close {
  display: inline-block;
  color: #8A3B4E;
  padding: 2px 8px;
  background-color: #f2f1ea;
  font-family: "Hind Vadodara SemiBold";
}

.bookTicketBox {
  background-color: #BE4B32;
  padding: 40px 60px 35px 60px;
  color: #fff;
  height: 100%;
}
.bookTicketBox h3 {
  color: #f2f1ea;
  margin-bottom: 40px;
}
.bookTicketBox p {
  font-family: "Hind Vadodara Light";
  margin-bottom: 10px;
  color: #f2f1ea;
  max-width: 345px;
}
.bookTicketBox .space {
  height: 10px;
}
.bookTicketBox .bookBtn {
  text-decoration: none;
  color: #fff;
  font-family: "Hind Vadodara Bold";
  margin-left: auto;
  display: block;
  text-align: right;
  margin-top: 40px;
}
.bookTicketBox .bookBtn img {
  max-width: 25px;
  display: inline-block;
}

.title {
  position: relative;
}
.title h2 {
  font-family: "Hind Vadodara Light";
  font-weight: light;
  margin-bottom: 40px;
  position: relative;
}
.title .viewBtn {
  position: absolute;
  min-width: 132px;
  right: 0px;
  top: 20px;
}

.eventImg img {
  max-width: 400px;
  margin: 0;
}

.viewBtn {
  color: #F2F1EA;
  font-family: "Hind Vadodara Bold";
  font-size: 20px;
}
.viewBtn img {
  max-width: 20px;
  display: inline-block;
  margin-left: 8px;
}

.events {
  color: #F2F1EA;
  font-family: "Hind Vadodara SemiBold";
}
.events .eventBox a {
  color: #fff;
  text-decoration: none;
}
.events .eventDate {
  margin: 16px 0;
  max-width: 264px;
}
.events .eventTitle {
  margin: 30px 0 10px;
  position: relative;
  line-height: 36px;
}
.events .eventTitle img {
  max-width: 25px;
  display: inline-block;
  margin-left: 15px;
}
.events .eventText {
  font-family: "Hind Vadodara Light";
  margin: 0px;
  line-height: 26px;
  max-width: 264px;
}
.events .col-xl-4 {
  max-width: 420px;
}

.ensta {
  color: #F2F1EA;
}
.ensta .enstaText {
  color: #fff;
  background-color: #3E4347;
  padding: 20px 25px;
  font-family: "Hind Vadodara Light";
  line-height: 20px;
  min-height: 140px;
}

.aboutGujarat .aboutGujBox ul {
  gap: 15px;
}
.aboutGujarat .aboutGujBox li {
  position: relative;
  max-width: 33.33%;
}
.aboutGujarat .aboutGujBox li img {
  max-width: 100%;
}
.aboutGujarat .aboutGujBox h3 {
  margin-bottom: 20px;
  font-family: "Hind Vadodara SemiBold";
}
.aboutGujarat .aboutGujBox p {
  font-family: "Hind Vadodara SemiBold";
  line-height: 22px;
  margin-bottom: 50px;
}
.aboutGujarat .aboutGujBox span {
  display: block;
  font-family: "Hind Vadodara Light";
}
.aboutGujarat .viewBtn {
  font-size: 16px;
  font-family: "Hind Vadodara SemiBold";
}
.aboutGujarat .viewBtn img {
  max-width: 18px;
}
.aboutGujarat .viewBtn:hover {
  color: #fff;
}
.aboutGujarat .aboutGujContent {
  position: absolute;
  left: 0px;
  bottom: 0;
  width: 100%;
  padding: 10px 15px;
  background: rgba(0, 0, 0, 0);
  transition: all 0.2s ease-in-out;
}
.aboutGujarat .aboutGujContent p {
  margin: 20px 0 50px;
}
.aboutGujarat .aboutGujContent p span {
  display: block;
}
.aboutGujarat .aboutGujContent .aboutGujImg img {
  max-width: 100%;
}
.aboutGujarat .aboutGujSlider {
  overflow: hidden;
}
.aboutGujarat .swiper-slide {
  overflow: hidden;
}

span.error {
  color: #ff4370;
  font-size: 16px;
}

.footer {
  margin-top: 70px;
  background: url(../images/svg/map.svg) no-repeat center bottom;
  padding-bottom: 120px;
}
.footer .info p {
  margin: 15px 0 0;
  line-height: 20px;
}
.footer .bigLogo {
  margin-bottom: 25px;
  max-width: 205px;
}
.footer .footerMenu {
  padding-top: 140px;
}
.footer .footerMenu li a {
  color: #99A3A5;
  line-height: 38px;
}
.footer .footerMenu li a:hover {
  color: #c53b5c;
}
.footer .tourism {
  padding-top: 115px;
  position: relative;
  height: 100%;
}
.footer .social {
  position: absolute;
  width: 100%;
  bottom: 10px;
}
.footer .social img {
  max-width: 22px;
  outline: none;
  border: 0px;
}
.footer .social a {
  margin: 0 6px;
}
.footer .social a:hover img {
  outline: none;
  transform: scale(1.05);
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.35);
}
.footer .queryFormFooter h2 {
  margin-bottom: 15px;
}
.footer .queryFormFooter .form-control {
  border: 0px;
  border-radius: 0px;
  height: 46px;
  background-color: #4d5256;
  color: #393E42;
  font-size: 20px;
}
.footer .queryFormFooter textarea.form-control {
  height: 140px;
}
.footer .copyRight {
  color: #73797e;
  font-size: 14px;
  line-height: 18px;
  padding-top: 100px;
}
.footer .copyRight p {
  margin: 0px;
}
.footer .copyRight a {
  color: #73797e;
}

.formBtn {
  background-color: #8A3B4E;
  color: #fff;
  border: 0px;
  border-radius: 0px;
  width: 100%;
  display: block;
  height: 48px;
  font-size: 20px;
}

.aboutUs {
  padding: 40px 0;
}

.mainTitle {
  margin-bottom: 50px;
  line-height: 30px;
}
.mainTitle h1 {
  font-size: 72px;
  margin-bottom: 40px;
  color: #f2f1ea;
}

.aboutBg {
  padding: 30px 0px;
  background: url(../images/about/map1.svg) no-repeat left bottom;
  background-size: 448px auto;
  color: #f2f1ea;
}
.aboutBg .cont {
  font-size: 260px;
  line-height: 240px;
}
.aboutBg .box {
  padding: 110px 0 100px;
}
.aboutBg .box h3 {
  margin-bottom: 30px;
}

.rediscover .aboutBg {
  background-image: url(../images/about/map2.svg);
  background-size: 448px auto;
}

.restore .aboutBg {
  background-image: url(../images/about/map3.svg);
  background-size: 448px auto;
}

.rebuild .aboutBg {
  background-image: url(../images/about/map4.svg);
  background-size: 448px auto;
}

.rethink .aboutBg {
  background-image: url(../images/about/map5.svg);
  background-size: 448px auto;
}

.relive .aboutBg {
  background-image: url(../images/about/map6.svg);
  background-size: 448px auto;
}

.renew .aboutBg {
  background-image: url(../images/about/map7.svg);
  background-size: 448px auto;
}

.rebirthBox {
  background-color: #8a3b4e;
}

.rediscoverBox {
  background-color: #3d4f3d;
}

.restoreBox {
  background-color: #d36a3f;
}

.rebuildBox {
  background-color: #00516a;
}

.rethinkBox {
  background-color: #d8a647;
}

.reliveBox {
  background-color: #be4b32;
}

.renew {
  background-color: #718f67;
}

.inauguration {
  padding: 150px 0 10px;
}

.memorialLeftBg {
  background: url(../images/about/memorialLeftBg.svg) no-repeat left center;
  background-size: 298px auto;
}

.memorialRightBg {
  background: url(../images/about/memorialRightBg.svg) no-repeat right top;
  background-size: 298px auto;
}

.memorial {
  margin-top: 50px;
}
.memorial .memorialBox {
  margin-bottom: 80px;
}
.memorial .memorialBox h3 {
  margin: 30px 0 10px;
}

.titleWithIcon {
  margin-bottom: 30px;
  margin-left: -65px;
  color: #f2f1ea;
}
.titleWithIcon h2 {
  margin-bottom: 0px;
}
.titleWithIcon img {
  width: 50px;
  display: inline-block;
  padding-right: 15px;
}

.ticketPrice {
  background: url(../images/svg/road.svg) no-repeat center bottom;
  padding-bottom: 175px;
  background-size: 1920px;
}
.ticketPrice h3 {
  padding-top: 20px;
}
.ticketPrice .ticketBox {
  margin-bottom: 90px;
  padding-left: 65px;
}
.ticketPrice .parking {
  padding-top: 30px;
}
.ticketPrice .parking p {
  margin: 0px;
}
.ticketPrice .parking p span {
  display: inline-block;
  width: 150px;
}
.ticketPrice .mClose {
  background-color: #f2f1ea;
  color: #393e42;
  display: inline-block;
  padding: 6px 10px 10px;
  margin-top: 50px;
}

.timings {
  background: url(../images/svg/roadTime.svg) no-repeat center bottom;
  padding-bottom: 250px;
  background-size: 1920px;
}

.addressDirection {
  background: url(../images/svg/roadAddress.svg) no-repeat center bottom;
  background-size: 1920px;
  padding-bottom: 120px;
}

.divider {
  background: #f2f1ea;
  height: 1px;
  width: 100%;
  margin: 15px 0;
}

.contact {
  padding-bottom: 175px;
}

.queryForm .form-control {
  background: none;
  border: 0px;
  border-bottom: 1px solid #82837e;
  border-radius: 0px;
  padding: 0;
  color: #f2f1ea;
  font-size: 24px;
  height: 52px;
  outline: none;
}
.queryForm .form-group {
  margin-top: 55px;
}
.queryForm select option {
  background: #5f6569;
}
.queryForm select.form-control {
  background: url(../images/svg/downArrow.svg) no-repeat right center;
  background-size: 18px auto;
  padding-left: 15px;
}
.queryForm .form-check {
  margin-bottom: 15px;
  font-size: 22px;
  margin-left: 25px;
}
.queryForm .form-check-input {
  border: 0px;
}
.queryForm .form-check-input:checked {
  background-color: #ff4370;
  border-color: #ff4370;
}
.queryForm .form-check-input:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 67, 112, 0.15);
}
.queryForm .form-control::-moz-placeholder {
  color: #5f6569;
  opacity: 1;
}
.queryForm .form-control::placeholder {
  color: #5f6569;
  opacity: 1;
}
.queryForm .form-control::-moz-placeholder {
  color: #5f6569;
  opacity: 1;
}
.queryForm .form-control::placeholder {
  color: #5f6569;
  opacity: 1;
}
.queryForm label {
  color: #f2f1ea;
  cursor: pointer;
}
.queryForm .formBtn {
  max-width: 365px;
}

.queryForm .emoji .form-check-input {
  visibility: hidden;
}

.queryForm .emoji .form-check {
  display: inline-block;
  font-size: 14px;
  text-align: center;
  line-height: 16px;
  vertical-align: top;
  margin-left: 0px;
}

.emojiIcon {
  max-width: 35px;
  display: block;
  margin: 0 auto 6px;
}

.queryForm .emoji label {
  color: #c1ced7;
  padding: 10px;
  border-radius: 5px;
}

.queryForm .emoji .form-check-label.active {
  background: #4F565B;
}

.museum {
  background: url(../images/museumBg.jpg) no-repeat center center;
  background-size: 1140px;
  padding: 165px 0 190px;
}
.museum .museumMap {
  background: url(../images/museumMapblock.png) no-repeat left top;
  max-width: 806px;
  margin: 0px auto 0px;
  height: 992px;
}
.museum .museumMap svg {
  margin: 19px 5px 5px 0px;
  opacity: 0;
}
.museum .museumMap .mapBlock {
  cursor: pointer;
}

.iconLink {
  margin-left: auto;
  display: block;
  width: 12px;
}
.iconLink img {
  max-width: 12px;
}

.mw-1000 {
  max-width: 1000px;
  margin: 0 auto;
}

.iconDetails {
  margin: 50px 0 0px;
  padding-bottom: 80px;
}
.iconDetails .container {
  max-width: 1155px;
}
.iconDetails .titleWithIcon {
  margin-bottom: 20px;
  margin-left: 0;
}

.boxAmenities {
  padding-left: 60px;
  margin-bottom: 140px;
}
.boxAmenities .responsiveImg {
  margin-bottom: 30px;
}

.gallery {
  max-width: 1350px;
  margin: 0;
}
.gallery .galleryMenu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.gallery .galleryMenu ul li {
  margin-bottom: 20px;
  display: block;
}
.gallery .galleryMenu ul a {
  color: #4b4f52;
}
.gallery .galleryMenu ul a:hover, .gallery .galleryMenu ul li.active a {
  color: #f2f1ea;
}
.gallery .galleryMenu ul .ulList {
  display: inline-block;
  width: 40px;
  height: 65px;
  background: url(../images/svg/logoLine.svg) no-repeat center 50px #4d5256;
  text-align: center;
  font-size: 19px;
  margin-right: 15px;
  vertical-align: middle;
  color: #323639;
}
.gallery .galleryMenu a:hover .ulList, .gallery .galleryMenu li.active .ulList {
  background: url(../images/svg/logoLine.svg) no-repeat center 50px #f2f1ea;
}

.popupSlider {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  overflow: auto;
  z-index: 999999;
  background: #393e42;
}
.popupSlider .popupSliderBg {
  max-width: 1350px;
  margin: 0 auto;
  padding: 20px 165px;
  position: relative;
}
.popupSlider .mainTitle h1 {
  font-size: 54px;
}
.popupSlider .closePopup {
  padding: 20px 0 25px;
  cursor: pointer;
  width: 30px;
}
.popupSlider .closePopup img {
  max-width: 30px;
}

.onlyFOrMobile {
  display: none;
}

.faqBanner {
  background: url(../images/faq.jpg) no-repeat left top;
  background-size: cover;
  margin-bottom: 35px;
}
.faqBanner .mainTitle {
  margin: 25px 0;
}

.faqBox {
  position: relative;
  color: #c2ccce;
  margin-bottom: 20px;
}
.faqBox .question {
  position: absolute;
  left: 15px;
  top: 6px;
}
.faqBox .answer {
  position: absolute;
  left: -12px;
  top: 0px;
}
.faqBox .faqText {
  position: relative;
  padding-bottom: 10px;
  margin-top: 15px;
  min-height: 50px;
  padding-left: 0px;
  display: none;
}
.faqBox h3 {
  position: relative;
  cursor: pointer;
  padding: 0 0px 5px 0px;
  min-height: 30px;
  margin: 0px;
  font-size: 19px;
  font-family: "Hind Vadodara Light";
  line-height: 30px;
  display: inline-block;
}
.faqBox h3 img {
  width: 12px;
  display: inline-block;
  margin-left: 8px;
  transform: rotate(90deg);
}

.faqBox.active h3 img {
  transform: rotate(270deg);
}
.faqBox.active .faqText {
  display: block;
}

.visitor .aboutContent {
  margin: 30px 0;
  padding: 0px 0px;
}

.visitorTitle {
  line-height: 48px;
  height: 100%;
  font-family: "Hind Vadodara medium";
  padding: 20px 0;
}
.visitorTitle span {
  display: block;
  font-size: 16px;
  font-family: "Hind Vadodara Regular";
  line-height: 20px;
}

.visitorContent {
  padding: 20px 0 20px 40px;
  background-color: #be4b32;
  color: #f2f1ea;
}

.visitorCount span {
  display: inline-block;
  padding: 10px 12px;
  background: #fff;
  color: #be4b32;
  font-family: "Hind Vadodara Bold";
  margin: 5px;
  border-radius: 5px;
}

.visitorTyle {
  padding-top: 20px;
  text-align: center;
}
.visitorTyle li {
  display: inline-block;
  margin: 0 30px;
  font-family: "Hind Vadodara medium";
  font-size: 22px;
}
.visitorTyle li span {
  margin-right: 5px;
  font-family: "Hind Vadodara Regular";
  font-size: 19px;
}

.msgFromPmContent {
  background: #fff;
  color: #393e42;
  margin: 0px 0 30px;
  padding: 90px 60px 40px 15px;
}
.msgFromPmContent p {
  max-width: 565px;
}
.msgFromPmContent h1 {
  margin-bottom: 30px;
}

.showMore {
  display: none;
}

.showMore.open {
  display: block;
}

.readExpand {
  display: block;
  margin: -12px 0 15px;
  font-weight: bold;
  color: #fff;
}

@media (min-width: 1440px) {
  .rethink .aboutBg {
    background-size: 555px auto;
  }
}
@media (max-width: 1200px) {
  .footer .footerMenu {
    padding-top: 100px;
  }
}
@media (max-width: 991px) {
  .msgFromPmContent {
    background: #fff;
    padding: 50px 20px;
  }
  .msgFromPmContent .responsiveImg {
    margin-bottom: 30px;
  }
  .msgFromPmContent p {
    max-width: 100%;
  }
  .addressSec {
    margin-bottom: 55px;
  }
  .onlyFOrMobile {
    display: block;
  }
  .onlyForWeb {
    display: none;
  }
  .closeMenu {
    display: block;
    width: 38px;
    height: 38px;
    background: url(../images/svg/crossWhite.svg) no-repeat center center #393e42;
    cursor: pointer;
    background-size: cover;
    margin-bottom: 30px;
  }
  .mainMenu h2 {
    margin: 0px 0 25px;
    border-bottom: 2px solid #f2f1ea;
    padding-bottom: 10px;
    font-size: 40pt;
    color: #f2f1ea;
    font-family: "Hind Vadodara Bold";
  }
  .memuBg {
    background: rgba(0, 0, 0, 0.85);
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    display: none;
  }
  .mainMenu {
    position: fixed;
    width: 80%;
    text-align: left;
    height: 100%;
    background: #393e42;
    z-index: 99999;
    left: -101%;
    top: 0;
    padding: 20px;
    opacity: 0;
    transition: all 0.2s ease-in-out;
  }
  .mainMenu ul {
    display: block;
  }
  .mainMenu.active {
    left: 0;
    opacity: 1;
  }
  .mainMenu > ul li {
    padding: 10px 0px;
  }
  .mainMenu > ul li span {
    color: #BECCD3;
  }
  .mainMenu > ul li a {
    color: #BECCD3;
    font-size: 24px;
  }
  .overLapMenu ul li a {
    font-size: 35px;
    line-height: 40px;
    margin: 15px 0;
    display: block;
  }
  .optionMenu {
    display: none !important;
  }
  header {
    padding: 15px 0;
  }
  .menuIcon img {
    max-width: 42px;
  }
  .menuIcon {
    display: inline-block;
    width: 50px;
  }
  .bigLogo {
    max-width: 220px;
    display: block;
    margin: 0 auto 50px;
  }
  .aboutContent {
    padding: 50px 20px;
  }
  .font-48 {
    font-size: 40px;
  }
  .font-54 {
    font-size: 45px;
  }
  .timeBox {
    padding: 40px 20px 35px 80px;
  }
  .bookTicketBox {
    padding: 40px 22px 35px 22px;
  }
  .title .viewBtn {
    top: auto;
    bottom: -30px;
  }
  .eventBox {
    margin-bottom: 30px;
  }
  .footer .footerMenu, .footer .tourism {
    padding-top: 50px;
  }
  .footer .social {
    position: relative;
    bottom: 0;
    margin: 50px 0;
  }
  .footer {
    padding-bottom: 50px;
  }
  .footer .copyRight {
    padding-top: 35px;
  }
  .footer .bigLogo {
    margin-left: 0px;
  }
  .mainTitle h1 {
    font-size: 50px;
  }
  .mainTitle {
    margin-bottom: 0px;
  }
  .aboutBg {
    padding: 30px 20px;
  }
  .aboutBg .cont {
    font-size: 200px;
    line-height: 200px;
  }
  .aboutBg .box {
    padding: 30px 0 50px;
  }
  .masterOf img {
    margin: 50px 0 0;
  }
  .boxAmenities {
    margin-bottom: 50px;
  }
  .ticketPrice {
    padding-bottom: 35px;
    background-size: 100%;
  }
  .gallerySlide {
    margin-bottom: 50px;
  }
  .titleWithIcon {
    margin-left: 0;
    padding-left: 65px;
  }
  .titleWithIcon img {
    margin-left: -65px;
  }
  .faqTitle h3.font-26 {
    font-size: 20px;
  }
  .aboutBg {
    background-size: contain !important;
    padding: 30px 20px 160px;
  }
  .queryForm .form-check {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .faqBanner {
    background: url(../images/faqM.jpg) no-repeat left top;
    background-size: cover;
  }
  .queryForm {
    padding: 0 10px;
  }
  .queryForm .emoji label {
    padding: 6px;
    font-size: 12px;
  }
  .queryForm .emoji .form-check {
    padding-left: 0px;
  }
}/*# sourceMappingURL=style.css.map */