html {
  scroll-behavior: smooth;
}

body {
  font-family: "Roboto", sans-serif;
}
body h1, body h2, body h3, body h4, body h5, body h6 {
  font-family: "Lora", serif;
  margin: 0;
}
body .heading {
  font-weight: 600;
  font-size: 48px;
  color: #000;
}
@media (max-width: 767px) {
  body .heading {
    font-size: 32px;
  }
}
body .subHeading {
  font-weight: 600;
  font-size: 34px;
  color: #000;
}
@media (max-width: 767px) {
  body .subHeading {
    font-size: 20px;
  }
}
body .para {
  font-weight: 300;
  font-size: 16px;
  color: #000;
  margin-bottom: 0;
  line-height: 26px;
}
body .section {
  padding: 80px 0;
}
@media (max-width: 767px) {
  body .section {
    padding: 50px 0;
  }
}
body .bgGray {
  background: #F2F4FB;
}
body .mb-80 {
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  body .mb-80 {
    margin-bottom: 40px;
  }
}
body .mb-40 {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  body .mb-40 {
    margin-bottom: 20px;
  }
}
body .gridGap40 {
  grid-gap: 40px 0;
}
body .primaryBtn {
  background: #E3B282;
  border: solid 1px #E3B282;
  font-size: 16px;
  color: #fff;
  padding: 8px 34px;
  border-radius: 30px;
  font-weight: 300;
  transition: all 0.5s ease-in-out;
}
body .primaryBtn:hover {
  background: #fff;
  color: #E3B282;
}
body .ctc {
  position: fixed;
  bottom: 1.5rem;
  right: 1.5rem;
}
body .ctc img {
  width: 50px;
}
body .hero {
  position: relative;
}
body .hero.innerPage {
  background: url(../image/galleryBanner.png) no-repeat;
  background-position: center;
  background-size: cover;
  height: 393px;
  display: flex;
  align-items: end;
  justify-content: center;
  padding-bottom: 50px;
}
body .hero.innerPage .pageTitle h2 {
  font-size: 44px;
  color: #fff;
  margin-bottom: 10px;
}
body .hero.innerPage .pageTitle div {
  text-align: center;
}
body .hero.innerPage .pageTitle div a, body .hero.innerPage .pageTitle div span {
  color: #fff;
  text-decoration: none;
  font-family: "Lora", serif;
  font-size: 20px;
  font-weight: 600;
}
body .hero.innerPage .pageTitle div span {
  font-weight: 400;
}
body .hero .carousel-inner {
  height: 100vh;
}
@media (max-width: 1200px) {
  body .hero .carousel-inner {
    height: 550px;
  }
  body .hero .carousel-inner img {
    height: 550px;
    object-fit: cover;
}
}
body .hero .carousel-inner .carousel-caption {
  right: 0;
  left: 0;
  padding: 1rem;
  color: #fff;
  text-align: center;
  margin: auto;
  top: 35%;
}
body .hero .carousel-inner .carousel-caption p {
  font-size: 30px;
}
body .hero .carousel-inner .carousel-caption h1 {
  font-size: 60px;
  font-weight: 600;
}
body .hero .mouse {
  cursor: pointer;
  width: 32px;
  height: 60px;
  border: 3px solid #fff;
  border-radius: 60px;
  position: absolute;
  bottom: 120px;
  z-index: 1;
  left: 0;
  right: 0;
  margin: 0 auto;
}
body .hero .mouse::before {
  content: "";
  width: 3px;
  height: 6px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
  border-radius: 3px;
  opacity: 1;
  animation: wheel 2s infinite;
  -webkit-animation: wheel 2s infinite;
}
@media (max-width: 767px) {
  body .hero .mouse {
    bottom: 154px;
  }
  body .hero .carousel-inner .carousel-caption h1 {
    font-size: 42px;
}

body .hero .carousel-inner .carousel-caption p {
    font-size: 24px;
}


}
@keyframes wheel {
  0% {
    opacity: 0;
    top: 0;
  }
  50% {
    opacity: 1;
    top: 30px;
  }
  100% {
    opacity: 1;
    top: 40px;
  }
}
body .hero .callUs {
  max-width: 515px;
  border-radius: 20px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -60px;
  padding: 1rem;
  z-index: 1;
  background: #fff;
  min-height: 130px;
  overflow: hidden;
  text-align: center;
  transition: all 0.6s ease-in-out;
  border: solid 1px #fff;
  box-shadow: 0 4px 4px 1px rgba(0, 0, 0, 0.15);
}
@media (max-width: 767px) {
  body .hero .callUs {
    position: relative;
    margin: 1rem;
    bottom: 0;
    min-height: 110px;
  }

}
body .hero .callUs h5 {
  font-size: 30px;
  font-weight: 600;
  margin: 0;
  position: absolute;
  transition: all 0.6s ease-in-out;
  left: 0;
  right: 0;
  margin: auto;
  top: 3rem;
}
body .hero .callUs h5.callUsHide {
  opacity: 0;
  visibility: hidden;
  transform: translateY(50px) scale(0.6);
}
body .hero .callUs:hover {
  border: solid 1px #DFA974;
}
body .hero .callUs:hover h5 {
  transition: all 0.6s ease-in-out;
}
body .hero .callUs:hover h5.callUsShow {
  opacity: 0;
  visibility: hidden;
  transform: translateY(-50px) scale(0.6);
}
body .hero .callUs:hover h5.callUsHide {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px) scale(1);
}
body .hero .social {
  position: fixed;
  right: 0;
  top: 200px;
  z-index: 9;
}
body .hero .social > div {
  cursor: pointer;
  padding: 8.5px 6px;
}
body .hero .social > div img {
  width: 35px;
}
body header {
  position: absolute;
  width: 100%;
  max-width: 1170px;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px;
}
body header .logo {
  max-width: 165px;
}
body header .logo img {
  width: 100%;
}
@media (max-width: 767px) {
  body header .logo {
    max-width: 100px;
  }
}
body header .menu {
  cursor: pointer;
}
body header .menu .toggleBtn {
  width: 64px;
  height: 35px;
}
@media (max-width: 767px) {
  body header .menu .toggleBtn {
    width: 35px;
  }
    body .hero .callUs h5 {
    font-size: 24px;
}
}
body header .menu .toggleBtn div {
  width: 100%;
  height: 7px;
  background: #fff;
  margin: 10px auto;
  border-radius: 7px;
  transition: all 0.3s;
  backface-visibility: hidden;
}
@media (max-width: 767px) {
  body header .menu .toggleBtn div {
    height: 4px;
    margin: 8px auto;
  }
}
body header .menu .toggleBtn.on .one {
  transform: rotate(45deg) translate(16px, 17px);
}
@media (max-width: 767px) {
  body header .menu .toggleBtn.on .one {
    transform: rotate(45deg) translate(9px, 10px);
  }
}
body header .menu .toggleBtn.on .two {
  opacity: 0;
}
body header .menu .toggleBtn.on .three {
  transform: rotate(-45deg) translate(7px, -7px);
}
body header .menu .menuBox {
  background: #141415;
  max-width: 182px;
  width: 100%;
  padding: 1rem;
  border-radius: 0 0 10px 10px;
  text-align: center;
  position: absolute;
  top: 150px;
  right: 0;
  transform-origin: top;
  opacity: 0;
  visibility: hidden;
  transform: rotateX(-90deg);
  transition: all 0.5s ease-in-out;
}
@media (max-width: 767px) {
  body header .menu .menuBox {
    top: 80px;
    right: 20px;
  }
}
body header .menu .menuBox a {
  color: #fff;
  display: block;
  font-size: 24px;
  font-family: "Lora", serif;
  padding: 10px 0;
  text-decoration: none;
}
body header .menu .menuBox a:hover {
  color: #DFA974;
}
body header .menu .menuBox.show {
  opacity: 1;
  visibility: visible;
  transform: rotateX(0);
}
body .welcome {
  padding: 150px 0;
}
@media (max-width: 767px) {
  body .welcome {
    padding: 50px 0;
  }
}
body .speciality .position-relative .speciality1 {
  position: relative;
  margin-top: -135px;
  padding: 0 30px;
}
body .speciality .position-relative .speciality1 .specialityInner {
  max-width: 170px;
  width: 100%;
  overflow: hidden;
}
body .speciality .position-relative .speciality1 .specialityInner img {
  transition: all 0.5s ease-in-out;
}
@media (max-width: 767px) {
  body .speciality .position-relative .speciality1 {
    padding: 0 10px;
    margin-top: -50px;
  }
  body .speciality .position-relative .speciality1 .specialityInner {
    max-width: 110px;
    width: 100%;
    overflow: hidden;
  }
}
body .speciality .position-relative:hover .specialityInner img {
  transform: scale(1.15);
}
body .speciality .pl5 {
  padding-left: 3rem;
}
@media (max-width: 900px) {
  body .speciality .pl5 {
    padding-left: 1rem;
  }
}
body .restaurant .gridGap {
  grid-gap: 150px 0;
}
@media (max-width: 767px) {
  body .restaurant .gridGap {
    grid-gap: 30px 0;
  }
}
body .restaurant .restroBox {
  background: #fff;
  border-radius: 10px;
  display: flex;
  align-items: center;
  box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.25);
  transition: all 0.5s ease-in-out;
}
body .restaurant .restroBox img {
  max-width: 148px;
  border-radius: 10px 0 0 10px;
}
body .restaurant .restroBox h3 {
  margin-left: 20px;
  font-size: 28px;
}
body .restaurant .restroBox:hover {
  transform: scale(1.1);
}
body .rooms {
  position: relative;
}
body .rooms .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
body .rooms .swiper-button-next, body .rooms .swiper-button-prev {
  top: 280px;
}
body .rooms .swiper-button-next::after, body .rooms .swiper-button-prev::after {
  display: none;
}
@media (max-width: 900px) {
  body .rooms .swiper-button-next, body .rooms .swiper-button-prev {
    display: none;
  }
}
body .rooms .swiper-button-prev {
  left: -40px;
}
body .rooms .swiper-button-next {
  right: -40px;
}
body .rooms .arrow {
  position: absolute;
  bottom: -140px;
  left: 0;
}
@media (max-width: 900px) {
  body .rooms .arrow {
    display: none;
  }
}
body .peopleSays {
  position: relative;
}
body .peopleSays .star {
  position: absolute;
  top: -41px;
  right: 50px;
}
@media (max-width: 900px) {
  body .peopleSays .star {
    display: none;
  }
}
body .peopleSays .feedbackNav {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
}
body .peopleSays .feedbackNav .swiper-button-next, body .peopleSays .feedbackNav .swiper-button-prev {
  position: inherit;
  margin: 0 20px;
}
body .peopleSays .feedbackNav .swiper-button-next::after, body .peopleSays .feedbackNav .swiper-button-prev::after {
  display: none;
}
body .peopleSays .swiper-slide img {
  min-height: 60px;
  max-height: 60px;
}
body .instagram .instaGrid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}
body .instagram .instaGrid .instaGridBox {
  position: relative;
}
body .instagram .instaGrid .instaGridBox img {
  width: 100%;
}
body .instagram .instaGrid .instaGridBox .instaOverlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(223, 169, 116, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease-in-out;
}
body .instagram .instaGrid .instaGridBox .instaOverlay img {
  max-width: 70px;
}
body .instagram .instaGrid .instaGridBox:hover .instaOverlay {
  opacity: 1;
  visibility: visible;
}
body footer {
  padding: 40px 0;
  background: #1A1A1A;
}
body footer .footerLogo {
  max-width: 165px;
}
body footer .footerLogo img {
  width: 100%;
}
@media (max-width: 767px) {
  body footer .footerLogo {
    margin: auto;
  }
}
body footer .footHeading, body footer p {
  color: #fff !important;
}
body footer .footHeading {
  font-weight: 500;
  font-size: 20px;
  margin: 15px 0 10px;
}
body .journey .journeyBox {
  position: relative;
  max-height: 421px;
  overflow: hidden;
  transition: all 0.5s ease-in-out;
}
body .journey .journeyBox:hover {
  margin-top: -50px;
}
body .journey .journeyBox img {
  border-radius: 5px;
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
}
body .journey .journeyBox .journeyOverlay {
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 1rem 1rem 60px;
  display: flex;
  align-items: end;
  justify-content: center;
  z-index: 9;
  top: 0;
  left: 0;
}
body .journey .journeyBox .journeyOverlay h4 {
  font-size: 26px;
  color: #fff;
}
body .discover {
  background: url(../image/Discover.png) no-repeat;
  background-size: cover;
  background-position: center;
  min-height: 456px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-top: 60px;
}
body .discover .discoverContent .disPara {
  color: #fff;
  font-family: "Lora", serif;
  font-size: 20px;
  margin-top: 15px;
}
body .discover .discoverContent button {
  margin-top: 50px;
  border: none;
  background: transparent;
}
body .gallery {
  padding: 50px 0;
}
body .gallery .gallerGrid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 10px;
}
@media (max-width: 767px) {
  body .gallery .gallerGrid {
    grid-gap: 5px;
  }
}
body .gallery .gallerGrid .span2 {
  grid-column: span 2/auto;
}
body .roomService {
  position: relative;
  overflow: hidden;
  margin-top: 2rem;
}
body .roomService .bookBtn {
  background: #E3B282;
  padding: 10px 40px;
  border-radius: 0 10px 10px 0;
  color: #fff;
  font-size: 18px;
  position: absolute;
  bottom: 20px;
  left: 0;
  z-index: 1;
  border: solid 1px #E3B282;
  font-weight: 300;
  width: 180px;
  transition: all 0.5s ease-in-out;
}
body .roomService .bookBtn:hover {
  background: transparent;
}
@media (max-width: 767px) {
  body .roomService .bookBtn {
    padding: 10px 24px;
    width: auto;
    font-size: 16px;
  }
}
body .roomService .roomServiceOverlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  padding: 1rem;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateY(-100%);
  transition: all 0.5s ease-in-out;
}
body .roomService .roomServiceOverlay .roomServiceInner {
  max-width: 350px;
  padding: 0 1rem;
}
body .roomService .roomServiceOverlay .roomServiceInner h4 {
  color: #E3B282;
  font-size: 30px;
}
body .roomService .roomServiceOverlay .roomServiceInner .roomSeprator {
  border-top: solid 1px #E3B282;
  margin: 15px -15px;
}
body .roomService .roomServiceOverlay .roomServiceInner h5 {
  color: #E3B282;
  font-size: 24px;
}
body .roomService .roomServiceOverlay .roomServiceInner h5 span {
  font-size: 16px;
  font-family: "Roboto", sans-serif;
}
body .roomService .roomServiceOverlay .roomServiceInner .tableSection {
  color: #fff;
  margin-top: 45px;
  font-size: 20px;
  font-weight: 300;
}
body .roomService .roomServiceOverlay .roomServiceInner .tableSection .tableRow .colLeft {
  min-width: 150px;
}
body .roomService .roomServiceOverlay .roomServiceInner .tableSection .tableRow li small {
  font-size: 12px;
}
@media (max-width: 767px) {
  body .roomService .roomServiceOverlay .roomServiceInner h4 {
    font-size: 18px;
    font-weight: 600;
  }
  body .roomService .roomServiceOverlay .roomServiceInner .roomSeprator {
    margin: 5px -15px;
  }
  body .roomService .roomServiceOverlay .roomServiceInner h5 {
    font-size: 16px;
  }
  body .roomService .roomServiceOverlay .roomServiceInner h5 span {
    font-size: 14px;
    font-family: "Roboto", sans-serif;
  }
  body .roomService .roomServiceOverlay .roomServiceInner .tableSection {
    margin-top: 15px;
    font-size: 14px;
  }
}
body .roomService:hover .roomServiceOverlay {
  transform: translateY(0);
}
body .servies .serviceBox {
  margin-top: 2rem;
  text-align: center;
  padding: 2rem 1rem;
  min-height: 304px;
  transition: all 0.4s ease-in-out;
}
body .servies .serviceBox img {
  width: 80px;
  margin: auto;
}
body .servies .serviceBox .hide {
  display: none;
}
body .servies .serviceBox h3 {
  color: #000;
  font-size: 32px;
  margin: 30px 0;
}
body .servies .serviceBox p {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 300;
}
body .servies .serviceBox:hover {
  background: #DFA974;
}
body .servies .serviceBox:hover h3, body .servies .serviceBox:hover p {
  color: #fff;
}
body .servies .serviceBox:hover img {
  filter: brightness(1);
}
body .servies .serviceBox:hover .hide {
  display: block;
}
body .servies .serviceBox:hover .show {
  display: none;
}
body .servies .tandc {
  margin-top: 3rem;
}
body .servies .tandc a {
  text-decoration: underline;
  font-weight: 300;
  color: #000;
  font-size: 18px;
}
body .servies .tandc a:hover {
  text-decoration: none;
}
body .halls {
  padding: 2rem;
  position: relative;
}
@media (max-width: 767px) {
  body .halls {
    padding: 1rem;
  }
}
body .halls .hallsHead {
  position: absolute;
  width: 100%;
  text-align: center;
  left: 0;
  top: 4rem;
}
@media (max-width: 767px) {
  body .halls .hallsHead {
    position: relative;
    top: 0;
    margin-bottom: 1rem;
  }
}
body .halls .galleryBox {
  width: 50%;
  display: block;
  position: relative;
}
body .halls .galleryBox .hallName {
  position: absolute;
  background: #DFA974;
  padding: 8px 20px;
  font-size: 24px;
  color: #fff;
  border-radius: 6px;
  transform: rotate(45deg);
  top: 50%;
  left: 10.5vw;
  transition: all 0.4s ease-in-out;
  z-index: 1;
}
@media (max-width: 767px) {
  body .halls .galleryBox .hallName {
    display: none;
  }
}
body .halls .galleryBox .hallName.hallNameRigh {
  transform: rotate(-45deg);
  left: auto;
  right: 10.5vw;
}
body .halls .galleryBox:hover .hallName {
  top: 75%;
  left: 5.5vw;
}
body .halls .galleryBox:hover .hallName.hallNameRigh {
  left: auto;
  right: 5.5vw;
}
body .halls .hallsBox {
  width: 100%;
  position: relative;
  z-index: 2;
}
body .halls .hallsBox.w50 {
  width: 100%;
}
body .halls .hallsBox .hallsImg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
body .halls .hallsBot {
  margin-top: calc(-25% + 5px);
}
body .hallList {
  margin-top: 1rem;
  transition: all 0.5s ease-in-out;
  border-radius: 10px;
}
body .hallList:hover {
  box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.45);
}
body .hallList .hallListHead {
  background: #E3B282;
  padding: 1.5rem 1rem;
  border-radius: 10px 10px 0 0;
  text-align: center;
}
body .hallList .hallListHead h3 {
  color: #fff;
  font-size: 32px;
}
body .hallList .hallListBody {
  background: #F2F4FB;
  border: solid 1px #DFA974;
  padding: 2rem 1.5rem;
  border-radius: 0 0 10px 10px;
}
body .hallList .hallListBody li {
  font-size: 20px;
  font-weight: 300;
  line-height: 36px;
}
body .dmBox {
  margin-top: 2rem;
  position: relative;
  overflow: hidden;
}
body .dmBox .dmOverlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  padding: 1rem;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateY(-100%);
  transition: all 0.5s ease-in-out;
}
body .dmBox .dmOverlay h4 {
  font-size: 24px;
  color: #fff;
}
body .dmBox:hover .dmOverlay {
  transform: translateY(0);
}
body .restaurantBanner {
  min-height: 471px;
  background: url(../image/mehfil.jpg) no-repeat;
  background-size: cover;
}
body .restaurantBanner p {
  font-family: "Lovers Quarrel", cursive;
  font-size: 76px;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  body .restaurantBanner p {
    font-size: 40px;
  }
}
body .restaurantBanner h4 {
  font-size: 66px;
}
@media (max-width: 767px) {
  body .restaurantBanner h4 {
    font-size: 36px;
  }
}
body .ourSpeciality {
  margin-top: 2rem;
  text-align: center;
  background: #FFFCF7;
  transition: all 0.5s ease-in-out;
  padding: 3rem 1.5rem;
  text-align: center;
  min-height: 315px;
  border-radius: 5px;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.35);
}
body .ourSpeciality img {
  width: 80px;
  transition: all 0.5s ease-in-out;
}
body .ourSpeciality h3 {
  color: #000;
  font-size: 24px;
  margin: 40px 0 10px;
}
body .ourSpeciality p {
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 300;
}
body .ourSpeciality:hover img {
  transform: scale(1.5);
}
body .contact .contactBox {
  margin-top: 2rem;
  transition: all 0.5s ease-in-out;
  padding: 1rem 1.5rem;
  border-radius: 5px;
  min-height: 250px;
  display: flex;
  flex-direction: column;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.35);
}
body .contact .contactBox .contactBoxRow img {
  width: 30px;
  max-height: 30px;
  margin-right: 15px;
}
body .contact .contactBox .hr {
  font-size: 26px;
  font-weight: 600;
  color: #DFA974;
  margin-bottom: 15px;
  text-decoration: underline;
}
body .contact .contactBox .hrs {
  font-size: 20px;
  font-weight: 600;
  color: #000;
  margin-bottom: 15px;
}
body .contact .contactBox p {
  font-size: 20px;
  font-weight: 500;
  color: #000;
  margin-bottom: 20px;
}
body .contact .contactBox button {
  background: #DFA974;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  width: 100%;
  border: solid 1px #DFA974;
  color: #fff;
  border-radius: 10px;
  padding: 10px 1rem;
  margin-top: 2rem;
  transition: all 0.5s ease-in-out;
}
body .contact .contactBox button:hover {
  background: #fff;
  color: #DFA974;
}
body .contact .contactBox .hide {
  display: none;
}
body .contact .contactBox:hover {
  margin-top: -0.5rem;
  background: #DFA974;
  color: #fff;
}
body .contact .contactBox:hover .hr, body .contact .contactBox:hover p, body .contact .contactBox:hover span {
  color: #fff;
}
body .contact .contactBox:hover .hide {
  display: block;
}
body .contact .contactBox:hover .show {
  display: none;
}
body .contact .contactBox:hover button {
  background: #fff;
  color: #DFA974;
}
body .form {
  background: #DFA974;
  padding: 2rem;
}
body .form .input, body .form textarea {
  height: 70px;
  width: 100%;
  background: #fff;
  padding: 1rem;
  border: none;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  body .form .input, body .form textarea {
    height: 45px;
    margin-bottom: 20px;
  }
}
body .form .input::-moz-placeholder, body .form textarea::-moz-placeholder {
  color: rgba(0, 0, 0, 0.4);
}
body .form .input::placeholder, body .form textarea::placeholder {
  color: rgba(0, 0, 0, 0.4);
}
body .form textarea {
  height: 100%;
}
@media (max-width: 767px) {
  body .form textarea {
    margin: 20px 0 0;
    height: 90px;
  }
}
body .form .submit {
  background: #fff;
  border: solid 1px #fff;
  border-radius: 6px;
  padding: 10px;
  width: 150px;
  transition: all 0.5s ease-in-out;
}
body .form .submit:hover {
  background: #DFA974;
  color: #fff;
}
body .searchBar {
  max-width: 685px;
  margin: 40px auto 0;
  position: relative;
  height: 80px;
  border-radius: 10px;
  padding-left: 60px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
}
body .searchBar .searchIcon {
  position: absolute;
  top: 20px;
  left: 25px;
}
body .searchBar input {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  padding: 1rem;
  outline: none;
  box-shadow: none;
  border: none;
  font-size: 20px;
}
body .faqs .faqInner {
  background: #fff;
  padding: 10px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
}
@media (max-width: 767px) {
  body .faqs .faqInner {
    padding: 0;
  }
}
body .faqs .faqInner .card {
  border: none;
}
body .faqs .faqInner .card .card-header {
  background-color: transparent;
  border-bottom: none;
}
body .faqs .faqInner .card .card-header button {
  font-size: 22px;
  font-family: "Lora", serif;
  text-decoration: none;
  color: #000;
  padding: 0;
  box-shadow: none;
  outline: 0;
  border: none;
  font-weight: 600;
}
body .faqs .faqInner .card .card-header button.collapsed {
  font-weight: 400;
}
@media (max-width: 767px) {
  body .faqs .faqInner .card .card-header button {
    font-size: 18px;
  }
}
body .faqs .faqInner .card .card-body {
  background: #F2F4FB;
  border: solid 1px #CECFD5;
  font-size: 22px;
  color: #000;
}
@media (max-width: 767px) {
  body .faqs .faqInner .card .card-body {
    font-size: 16px;
  }
}
body .faqs .faqColRight {
  padding-left: 0;
  position: relative;
  left: -60px;
}
@media (max-width: 900px) {
  body .faqs .faqColRight {
    padding-left: 15px;
    left: 0;
  }
}
body .faqs .faqColLeft {
  padding-right: 0;
  position: relative;
  right: -60px;
  z-index: 1;
}
@media (max-width: 900px) {
  body .faqs .faqColLeft {
    padding-right: 15px;
    right: 0;
    order: 1;
  }
}
body .faqs .faqRow {
  margin-top: 5rem;
}
@media (max-width: 900px) {
  body .faqs .faqRow {
    margin-top: 3rem;
  }
}/*# sourceMappingURL=styles.css.map */