body{
  background: #fefdfb; 
  max-height: 100vh; 
  font-family: mainFont;
  color: #000000;
  max-height: 100%;
  position: relative; 
  /* overflow-x: hidden; */
} 
@font-face {
  font-family: mainFont;
  src: url(../font/CochinLTStd-Bold.otf);
}  
.body-background-image{
  position: relative;
  overflow: hidden;
}
.help-img{height: 350px;border: 1px solid;}

.image-1{
  position: absolute;
  top: -1%;
  left: -4%; 
  transform: rotate(10deg);
}
.image-2{
  position: absolute; 
  right: -5%; 
  width: 350px;
  top: 35%;
  transform: rotate(10deg);

}
.image-3{
  position: absolute;
    bottom: 0%;
    right: 15%; 
    width: 350px;
    overflow: hidden;
}
.image-4{
  position: absolute;
  bottom: 0%;
  left: -6%; 
  width: 350px;
  transform: rotate(-4deg);
  overflow: hidden;
}
.header-section{
  padding-top: 30px;
  background: #fffbf7;
}
.header-section img{
  width: 150px;
}
.header-section a{
  color: #000000;
  font-weight: bold;
  font-size: 18px;
  text-decoration: none;
  word-break: break-word;
}
.header-section a:hover {
  color: #cf884e;
}
.w-24{
  width: 24px;
}

.check-us-out-section .about img{
  width: 100%;
  border: 2px solid #eae9e8;
}
.check-us-out-section{
  color: #cf884e;
  margin-bottom: 90px;
}
.check-us-out-section h2{
  font-weight: bold;
  color: #ac9e94;
} 
.check-us-out-section .item{
  padding: 20px 30px;
}
.check-us-out-section h3{
  margin-bottom: 5px;
}
.check-us-out-section p{
  margin-bottom: 5px;
  font-size: 16px;
  line-height: 1.3;
}
.check-us-out-section a{
  font-weight: bold;
  font-size: 18px;
  text-decoration: none;
  color: #cf884e;
}

.about-section{
  background: #fffbf7;
  padding-bottom: 80px;
} 
.image-section{
  margin-top: -80px;
  margin-bottom: -80px;
}
.footer-social-icon img{
  width: 50px;
  padding:0 5px;
}
.footer-section{
  position: fixed;
  z-index: 99;
  bottom: 0;
  left: 0;
  padding: 15px 0 10px 0;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.16);
  background: #fff;
  width: 100%;
}
.footer-section a{
  color: #000000;
  font-weight: bold;
  font-size: 16px;
  text-decoration: none;
}
.footer-section .footer-item:hover a{
  color: #cf884e;
}
.footer-section .footer-item:hover i{
  color: #cf884e;
}
.footer-item{
  text-align: center;
  cursor: pointer;
}
.footer-item i{ 
  font-size: 35px;
}
.footer-social-icon{
  background: #fffefc;
  border-top: 3px solid #fcfbfb;
  z-index: -2;
  padding-top: 50px;
}



.rating-reviews-color{
  color: #ae9e91;
  margin: 0px;
  font-weight: bold;
}
.add-here-color{
  color: #4b5f72;
  font-size: 13px !important;
  text-decoration: underline;
}
.input-container {
  display: -ms-flexbox; /* IE10 */
  display: flex;
  width: 100%;
  border: 1px solid #cf884e;
  border-radius: 6px;
}  
.input-field{
  width: 100%;
  border: 0px;
}
.input-field:focus {
  width: 100%;
  border: 0px;
}
.icon {
  padding: 10px;
  min-width: 50px;
  text-align: center;
}
.checked {
  color: #ffa500;
}
.talk-to-us{
  font-size: 20px;
  color: #b28d7b;
  text-align: center;
}
.operationhor{
  color: #23130f ;
  font-weight: bold;
}
.addres-spans{
  padding: 0 0 0 8px;
  color: #23130f;
}
.hepl-input{
  width: 100%;
  border: 1px solid #23130f;
  padding: 5px 15px;
  border-radius: 5px;
}
.ditail-input-div{
  padding: 5px 50px 0;
}
.submit-btn{
  background-color: #e4c763;
  color: #000000;
  font-size: 16px;
  font-weight: bold;
  width: 100%;
  border: 0px;
  border-radius: 10px;
  padding: 10px 0;
}
.submit-btn:focus{
  background-color: #e4c763;
  color: #000000;
  font-size: 16px;
  font-weight: bold;
  width: 100%;
  border: 0px;
  border-radius: 10px;
  padding: 10px 0;
  outline: 0px
}
.border-div{
  border: 1px solid #b28d7b;
  background-color: #ffffff;
  border-radius: 5px;
}
.general-faq{
  background-color: #ad9e92;
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  padding: 10px 30px;
}
.help-row-optin{
  padding: 0px 30px;
}
.help-col-optin{
  padding: 10px 8px;
  border-bottom: 1px solid #aaaaaa;
  background-color: #ffffff;
}
.help-colno-optin{
  padding: 10px 8px;
  /* border-bottom: 1px solid #aaaaaa; */
}
button.accordion {
  background-color: #ffffff;
  color: #000000;
  cursor: pointer;
  padding: 0px 10px;
  border: none;
  /* border-bottom: 1px solid #aaaaaa; */
  width: 100%;
  text-align: left;
  outline: none;
  outline-color: initial;
  outline-style: none;
  outline-width: initial;
  font-size: 15px;
  transition: 0.4s;
}
.panel {
  padding: 10px 18px 0;
  display: none;
  background-color: white;
  overflow: hidden;
}
.video-play{
  width: 100%;
  border: 1px solid #aaaaaa;
  line-height: 400px;
  height: 400px;
  text-align: center;
}
.video-play p {
  line-height: 1.5;
  display: inline-block;
  vertical-align: middle;
  color: #000000;
  font-size: 28px;
  font-weight: bold;
}
.qr-center{
  text-align: center;
}
.user-name{
  color: #000000 !important;
  font-weight: bold !important;
}
.email-p{
  font-size: 14px;
  color: #000000;
}
.colback{
  background-color: #ad9e92;
  border-radius: 6px;
  padding: 20px 40px;
}
.round-div{
  height: 60px;
  width: 60px;
  line-height: 60px;
  background: #2e1610;
  border-radius: 50%;
  text-align: center;
  margin: auto;
}
.round-div p {
  line-height: 1.5;
  display: inline-block;
  vertical-align: middle;
  color: #ffffff;
  font-size: 22px;
  font-weight: 800;
}
.point-div{
  font-size: 20px !important;
  text-align: center;
  font-weight: bold !important;
  color: #2e1610;
  padding: 8px 0 3px; 
}
.descreip-div{
  color: #2e1610;
  font-size: 17px;
  text-align: center;
}
.redemption-div{
  color: #ce8a4d;
  font-size: 28px;
  font-weight: 800;
}




.masonry {
  width: 100%;
  max-width: 700px;
  margin: 2em auto;
}
.masonry-item img{
  width: 100%;
}
.masonry { 
  column-count: 3;
  column-gap: 3%;
  column-width: 30%;
}
.masonry-item {
  margin-bottom: 15px;
} 
@media(max-width: 991px){
  .check-us-out-section .item {
    padding: 15px 0px;
  }
}
@media(max-width: 767px){
  .image-1{
    width: 135px;
    top: 0;
  }
  .image-2{
    width: 200px;
    position: absolute;
    right: -18%;
    top: 64%;
  }
  .image-3, .image-4{
    display: none;
  }
  .image-section{
    padding: 0 25px;
  }
  .check-us-out-section .item {
    padding: 15px 0px;
    margin-bottom: 10px;
  }
  .header-section img {
    width: 100px;
  }
  .footer-social-icon { 
    padding-top: 80px;
  }
  .footer-item{
    padding:0 10px;
  }
  .footer-item i {
    font-size: 25px;
  }
  .footer-section a { 
    font-size: 16px;
  }
  .ditail-input-div{
    padding: 5px 0px 0;
  }
  .talk-to-us{
    font-size: 28px;
    color: #b28d7b;
    text-align: center;
  }
}

/* New css add by nikunj pagada*/

.login_form{width: 30%; text-align: center;  margin: auto;}
.login-btn{margin-top: 3%;}
.btn{background-color: #e4c662;border: none;width: 15%;border-radius: 12px;color: black;}
.error{color:red;border-color: red;}

@media only screen and (max-width: 600px) {
	.login_form{width: 100%;}
	.btn{    width: 30%;}
	
	.help-img{height: auto;border: 1px solid;width:100%;}
}

.success{text-align: center;color: green;font-size: 20px;}
.h2, h2{font-size: 1.4rem;}
.h3, h3 {font-size: 18px;}

#map-frame{    border: none;}

#myImg {
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}

#myImg:hover {opacity: 0.7;}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 100; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgb(0 0 0 / 58%); /* Black w/ opacity */
}

/* Modal Content (image) */
.modal-content {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
}

/* Caption of Modal Image */
#caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}

/* Add Animation */
.modal-content, #caption {  
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.6s;
  animation-name: zoom;
  animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
  from {-webkit-transform:scale(0)} 
  to {-webkit-transform:scale(1)}
}

@keyframes zoom {
  from {transform:scale(0)} 
  to {transform:scale(1)}
}

/* The Close Button */
.close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
  .modal-content {
    width: 100%;
  }
}
.modal-open{z-index: 99999;}
.carousel-control.right{background:none !important;}
.carousel-control.left{background:none !important;}

.carousel-inner>.item>a>img, .carousel-inner>.item>img{width:32% !important;display: initial !important;}