@import url("https://fonts.googleapis.com/css2?family=Abril+Fatface&family=Nunito:wght@200;300;400;500;600;700;800;900&family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto+Slab:wght@100;200;300;400;500;600;700;800;900&family=Roboto+Mono:wght@300;400;500;600;700&family=Satisfy&display=swap");
/*font-family: 'Abril Fatface', cursive;
font-family: 'Nunito', sans-serif;
font-family: 'Playfair Display', serif;
font-family: 'Roboto Slab', serif;
font-family: 'Satisfy', cursive;*/
body {
  font-family: "Nunito", sans-serif;
}
::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-track {
  background: #ffffff;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb {
  background: linear-gradient(to top, #d22316, #ffffff);
  border-radius: 10px;
}
.allh2 {
  font-weight: 900;
  font-size: 45px;
  color: #ffb91d;
  text-shadow: 2px 2px 2px #0d0d0db3;
  text-align: center;
}

ul {
  margin: 0 !important;
  padding: 0 !important;
}
ul li {
  list-style: none;
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: none !important;
}
.form-control:focus {
  box-shadow: 0 0 0 0 rgb(13 110 253 / 25%) !important;
}
input:focus {
  box-shadow: 0 0 0 0 rgb(13 110 253 / 25%) !important;
}
button:focus {
  box-shadow: 0 0 0 0 rgb(13 110 253 / 25%) !important;
}
.w-30 {
  width: 30% !important;
}
.regis_res {
  /* background-image: url('../images/registerbg.jpg'); */
  /*background-size: 200px 200px;*/
  /* background-size: cover;
    background-repeat: no-repeat; */
  background: hsla(286, 48%, 91%, 1);

  background: linear-gradient(
    360deg,
    hsla(286, 48%, 91%, 1) 0%,
    hsla(340, 73%, 75%, 1) 50%,
    hsla(263, 58%, 45%, 1) 100%
  );

  background: -moz-linear-gradient(
    360deg,
    hsla(286, 48%, 91%, 1) 0%,
    hsla(340, 73%, 75%, 1) 50%,
    hsla(263, 58%, 45%, 1) 100%
  );

  background: -webkit-linear-gradient(
    360deg,
    hsla(286, 48%, 91%, 1) 0%,
    hsla(340, 73%, 75%, 1) 50%,
    hsla(263, 58%, 45%, 1) 100%
  );

  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="#EEDDF3", endColorstr="#EE92B1", GradientType=1 );
}
.wishlist_btn {
  background-color: #edc00a;
  color: #fff !important;
  padding: 9px 15px;
  font-size: 11px !important;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/*================ Global End ===================*/

.header_main {
  padding: 10px 0;
  position: relative;
  z-index: 99;
  width: 100%;
  background: rgba(0, 0, 0, 0.87) !important;
  box-shadow: none !important;
}
.appdownloadlinkHolder {
  display: flex;
  width: 200px;
  justify-content: space-between;
  /* margin-right: 20px; */
}
.appdownloadlinkHolder a img {
  width: 95px;
}
.appdownloadlinkHolder a {
  height: 30px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 90px;
  border-radius: 3px;
}
/*.header_logo{
    border-right: solid 1px #ccc;
}*/
/* .header_logo img {
	width: 50%;
} */

.header_menu ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header_menu ul li a {
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  color: #333243;
}
.header_search {
  margin-bottom: 0;
}
.mainLocation {
  color: #d22316;
  font-weight: 500;
  font-size: 13px;
}
.restAddress {
  font-size: 12px;
  color: #333;
  text-decoration: underline;
}
.selectLocation {
  cursor: pointer;
}
.restAddress i {
  font-size: 13px;
  margin-left: 4px;
  color: #d22316;
  line-height: 0;
}
.header_search .input-group-append {
  background-color: #333243;
  border-radius: 0 3px 3px 0;
}
.header_search .input-group-append i {
  color: #fff;
}
.header_search input {
  font-size: 15px;
  background-color: #eee;
  border: 0;
}
.card_segment {
  margin: 15px 0;
}
.card_segment ul {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 10px;
}
/* .card_segment ul li:last-child { */
.card_segment ul li {
  /*border-left: solid 1px #ccc;*/
  padding-left: 10px;
}
.card_segment ul li a {
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  color: #fff !important;
}
.home_banner {
  height: 375px;
  position: relative;
  z-index: 9;
  background-image: url("../images/banner/bg.jpg");
  object-fit: cover;
  background-repeat: no-repeat;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.homefrontbg {
  background-image: url("../images/banner/Enter-your-location-Banner.jpg");
}
.askLocation .home_banner {
  height: 90vh;
}
.listing_banner {
  /* height: 54vh; */
  height: 350px;
  position: relative;
  z-index: 2;
}
.home_banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left bottom;
}
.banner_context {
  /* position: absolute;
  top: 50%;
  left: 50%;
  width: 55%; */
  border-radius: 10px;
  text-align: center;
  /* transform: translate(-50%, -50%); */
  color: #fff;
  /* background-color: #1d1b1b91; */
  /*background: #003973;*/
  /*background: -webkit-linear-gradient(to right, #E5E5BE, #003973);*/
  /*background: linear-gradient(to right, rgb(58 65 73 / 57%), rgb(60 65 71 / 51%));*/
  padding: 15px;
  width: 50vw;
}

.askLocation {
  height: 90vh;
  overflow: hidden;
}
.bannersubin {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.bannersubimg {
  width: 47%;
  height: 50vh;
}
.bannersubimg img {
  width: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.banner_context h2 {
  color: #83d23d;
  margin-bottom: 0;
  letter-spacing: 2px;
  font-size: 38px;
}
.banner_context h3 {
  color: #000;
  margin: 20px 0;
  font-size: 25px;
}
.askLocation .home_banner .banner_context {
  background-color: #ffffffc9;
  width: 47%;
  padding: 50px;
  height: 50vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: left;
}
.askLocation .home_banner .form_liner input[type="text"] {
  width: 73%;
}
.askLocation .home_banner #getcurrentlocation {
  margin-right: 10px;
}
.askLocation #searchkeys {
  display: none;
}
.banner_context h4 {
  font-size: 13px;
  margin-bottom: 25px;
  font-weight: 400;
}
.banner_context h1 {
  font-size: 30px;
  line-height: 24px;
}
.banner_context h1 span {
  display: block;
}
.banner_context h1 span i {
  font-size: 50px;
  color: #d22316;
}
.banner_context h1 span:nth-child(1) {
  color: #fff;
  font-size: 60px;
  font-family: "Abril Fatface", cursive;
  letter-spacing: 2px;
}
.banner_context h1 span:nth-child(2) {
  font-size: 90px;
  font-weight: 800;
  font-family: "Roboto Slab", serif;
  color: #83d23d;
}
.banner_context h1 span:nth-child(3) {
  font-size: 45px;
  color: #fff;
  font-family: "Roboto Slab", serif;
}
/*============== Offer Segment ===================*/

.offer_segmentar {
  /* display: flex;
	flex-wrap: wrap;
	gap: 10px; */
  width: 100%;
}
/* .offer_segmentar .carousel {
	width: 49.5%;
} */
.offer_segmentar .carousel:first-child {
  margin-bottom: 20px;
}
.normal_image .category_box3 {
  width: 140px !important;
  height: 140px !important;
}
.big_diver {
  width: 100%;
  overflow: hidden;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.big_diver img {
  width: 100%;
  object-fit: cover;
}
.small_driver {
  width: 50%;
  overflow: hidden;
}
.small_diverimg {
  height: 200px;
  overflow: hidden;
  position: relative;
}
.locationMark {
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
}
.locationMark i {
  color: #d74848;
  font-size: 20px;
}
.slick-track a:hover img,
.popular_img:hover img {
  transform: scale(1.2);
}
.premiumBanner {
  /* height: 400px; */
  overflow: hidden;
  padding: 15px 0;
  background: #fff;
}
.premiumBanner img {
  width: 100%;
  height: 420px;
  object-fit: cover;
}
.small_diverimg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/*.small_diverimg:first-child{
    margin-bottom: 10px;
}*/
.add_flow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  padding: 20px;
  background: rgb(20 20 20 / 60%);
}
.add_flow h4 span {
  display: block;
}
.add_flow h4 span:nth-child(1) {
  font-size: 40px;
  font-weight: 700;
  /* font-family: 'Abril Fatface', cursive; */
  color: #83d23d;
  text-transform: uppercase;
  /* font-family: 'Roboto Slab', serif; */
  /* font-family: 'Playfair Display', serif; */
  font-family: "Nunito", sans-serif;
}
.add_flow h4 span:nth-child(2) {
  font-size: 40px;
  font-weight: 700;
  /* font-family: 'Abril Fatface', cursive; */
  color: #83d23d;
  text-transform: uppercase;
  /* font-family: 'Roboto Slab', serif; */
  /* font-family: 'Playfair Display', serif; */
  font-family: "Nunito", sans-serif;
}
.add_flow h4 span:last-child {
  font-size: 24px;
  font-weight: 600;
  /* font-family: 'Abril Fatface', cursive; */
  color: #fff;
  text-transform: uppercase;
  /* font-family: 'Roboto Slab', serif; */
  /* font-family: 'Playfair Display', serif; */
  font-family: "Nunito", sans-serif;
}

.best_offertag span:nth-child(1) {
  color: #d22316;
  padding: 5px 10px;
}

.best_offertag span:nth-child(1) {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  background-color: #ccc;
  color: #d22316;
  padding: 5px 10px;
}
.best_offertag span:nth-child(1)::before {
  content: "";
  position: absolute;
  width: 23px;
  height: 100%;
  border-left: solid 25px #ccc;
  border-bottom: solid 25px transparent;
  border-top: solid 20px transparent;
  right: -26px;
  top: 0;
}
.best_offertag span:nth-child(1)::after {
  content: "";
  position: absolute;
  width: 23px;
  height: 100%;
  border-left: solid 25px #ccc;
  border-bottom: solid 25px transparent;
  border-top: solid 20px transparent;
  right: -26px;
  top: 0;
}
.shortlisting {
  background-color: #fff;
  padding: 0 10px;
}
.forgot_btn {
  font-size: 13px;
  display: inline-block;
  padding: 0px 30px;
  height: 35px;
  border: none;
  border-radius: 3px;
  color: #fff;
  margin-top: 20px;
  line-height: 35px;
  color: #fff !important;
}

.filter_line {
  display: flex;
  align-items: center;
  margin: 40px 0;
}
.filter_line a {
  border: 1px solid rgb(207, 207, 207);
  color: rgb(156, 156, 156);
  background-color: rgb(255, 255, 255);
  box-shadow: rgb(54 54 54 / 6%) 0px 1px 2px;
  border-radius: 0.8rem;
  padding: 10px 15px 10px 25px;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  cursor: pointer;
  font-size: 13px;
  margin-right: 15px;
}
.filter_line a:first-child {
  background-color: #d22316;
  color: #fff !important;
}
.filter_line a:first-child img {
  filter: invert(100%) sepia(0%) saturate(7464%) hue-rotate(6deg)
    brightness(114%) contrast(116%);
}
.filter_line a img {
  margin-left: 10px;
  width: 20px;
  height: 20px;
}

.circle_logoline {
  padding: 25px 0;
}
.cat_circle {
  text-align: center;
}
.img_circle {
  width: 100%;
  overflow: hidden;
}
.cat_circle h4 {
  color: rgb(54, 54, 54);
  font-size: 20px;
  font-weight: 500;
  margin: 10px 0 0 0;
}
.partner {
  padding: 70px 0;
  text-align: center;
  font-family: "Nunito", sans-serif;
}
.partner h2 {
  font-size: 36px;
  font-weight: 500;
  margin-bottom: 20px;
}
.partner p {
  font-size: 20px;
  width: 70%;
  margin: 0 auto;
}
.cityClients {
  width: 70%;
  display: flex;
  margin: 50px auto 0;
  gap: 15px;
}
.cityClients_box {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 25px 25px;
  background-color: #fff;
  border-radius: 7px;
  box-shadow: rgb(28 28 28 / 10%) 0px 4px 16px;
}
.cityClients_box img {
  width: 35px;
  height: 35px;
}
.cityClients_box h4 {
  font-size: 22px;
  text-align: left;
  margin: 0;
}
.cityClients_box h4 span {
  font-size: 18px;
  display: block;
  font-weight: 400;
}
.how_works {
  padding: 70px 0;
  text-align: center;
  font-family: "Nunito", sans-serif;
  background-color: #f1f6f9;
}
.how_works h2 {
  font-size: 36px;
  font-weight: 500;
  margin-bottom: 20px;
}
.how_card {
  background-color: #fff;
  border-radius: 7px;
  padding: 15px;
  margin-top: 20px;
}
.how_img {
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  height: 147px;
  width: 147px;
  border-radius: 50%;
  background-color: rgb(255, 252, 241);
  margin: 0 auto 30px;
}
.how_img img {
  width: 50%;
}
.how_segment {
  width: 70%;
  margin: 0 auto;
}
.how_card h5 {
  font-size: 20px;
  font-weight: 500;
}
.how_card h6 {
  font-size: 17px;
  line-height: 24px;
  font-weight: 500;
}
.modal .closebtnHolder {
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 9999;
}
.res-signup-form h1,
.res-signup-form span {
  text-align: center;
  display: block;
}
.modalStyle .modal-body {
  padding: 40px 50px;
}
.modalStyle a {
  font-size: 12px;
  color: #333;
}
.modalStyle .submitBtn {
  display: block;
  background: #edc00b;
  width: 140px;
  margin: 0 auto;
  font-weight: bold;
}
h4.blogsHeading {
  font-size: 14px;
  font-weight: bold;
}
.text-right {
  text-align: right;
}
.custom-file-input {
  position: relative;
  /* overflow: hidden; */
  display: inline-block;
}

.custom-file-input input[type="file"] {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
  font-size: 13px;
  cursor: pointer;
  opacity: 0;
}
.custom-file-label {
  border: 1px solid #ccc;
  padding: 7px 10px;
  display: inline-block;
  cursor: pointer;
  font-size: 12px;
}
.blogsDate {
  font-size: 12px;
  font-weight: 600;
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  color: #d22317;
}

.blogsDate i {
  margin-right: 15px;
  font-size: 20px;
  color: #ffb91c;
}
.modal input {
  background-color: #eee;
  border: none;
  padding: 12px 15px;
  margin: 8px 0;
  width: 100%;
}
.modal input[type="submit"] {
  width: 50%;
  display: block;
  margin: 0 auto;
}
.modal input[type="submit"],
.modal button {
  border-radius: 20px;
  border: 1px solid #edc00a;
  background-color: #edc00a;
  color: #ffffff;
  font-size: 12px;
  font-weight: bold;
  padding: 12px 45px;
  letter-spacing: 1px;
  text-transform: uppercase;
  transition: transform 80ms ease-in;
}

.login_as_hoder {
  padding: 100px 0 50px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.login_as_hoder h1 {
  font-weight: bold;
  margin: 0;
}

.login_as_hoder h2 {
  text-align: center;
}

.login_as_hoder p {
  font-size: 14px;
  font-weight: 100;
  line-height: 20px;
  letter-spacing: 0.5px;
  margin: 20px 0 30px;
  color: #fff;
}

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

.login_as_hoder a {
  color: #333;
  font-size: 14px;
  text-decoration: none;
  margin: 15px 0;
}

.login_as_hoder input[type="submit"],
.login_as_hoder button {
  border-radius: 20px;
  border: 1px solid #edc00a;
  background-color: #edc00a;
  color: #ffffff;
  font-size: 12px;
  font-weight: bold;
  padding: 12px 45px;
  letter-spacing: 1px;
  text-transform: uppercase;
  transition: transform 80ms ease-in;
}
.login_as_hoder a.lgnbtn {
  border-radius: 20px;
  border: 1px solid #edc00a;
  background-color: #edc00a;
  color: #ffffff;
  font-size: 12px;
  font-weight: bold;
  padding: 12px 45px;
  letter-spacing: 1px;
  text-transform: uppercase;
  transition: transform 80ms ease-in;
}

.login_as_hoder input[type="submit"]:active,
.login_as_hoder button:active {
  transform: scale(0.95);
}

.login_as_hoder input[type="submit"]:focus,
.login_as_hoder button:focus {
  outline: none;
}

.login_as_hoder input[type="submit"].ghost,
.login_as_hoder button.ghost {
  background-color: transparent;
  border-color: #ffffff;
}

.login_as_hoder form,
.register_type {
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 0 50px;
  height: 100%;
  text-align: center;
}
.register_type {
  background: url("images/login.jpg");
}
.login_as_hoder input {
  background-color: #eee;
  border: none;
  padding: 12px 15px;
  margin: 8px 0;
  width: 100%;
}

.login_as_hoder .container {
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  width: 768px;
  max-width: 100%;
  min-height: 480px;
}

.login_as_hoder .form-container {
  position: absolute;
  top: 0;
  height: 100%;
  transition: all 0.6s ease-in-out;
}

.login_as_hoder .sign-in-container {
  left: 0;
  width: 50%;
  z-index: 2;
}

.login_as_hoder .container.right-panel-active .sign-in-container {
  transform: translateX(100%);
}

.login_as_hoder .sign-up-container {
  left: 0;
  width: 50%;
  opacity: 0;
  z-index: 1;
}

.login_as_hoder .container.right-panel-active .sign-up-container {
  transform: translateX(100%);
  opacity: 1;
  z-index: 5;
  animation: show 0.6s;
}

@keyframes show {
  0%,
  49.99% {
    opacity: 0;
    z-index: 1;
  }

  50%,
  100% {
    opacity: 1;
    z-index: 5;
  }
}

.login_as_hoder .overlay-container {
  position: absolute;
  top: 0;
  left: 50%;
  width: 50%;
  height: 100%;
  overflow: hidden;
  transition: transform 0.6s ease-in-out;
  z-index: 100;
}

.login_as_hoder .container.right-panel-active .overlay-container {
  transform: translateX(-100%);
}

.login_as_hoder .overlay {
  background: #ff416c;
  background: -webkit-linear-gradient(to right, #3e6ba0, #2983ef);
  background: linear-gradient(to right, #edc00a, #edc00a);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0 0;
  color: #ffffff;
  position: relative;
  left: -100%;
  height: 100%;
  width: 200%;
  transform: translateX(0);
  transition: transform 0.6s ease-in-out;
}

.login_as_hoder .container.right-panel-active .overlay {
  transform: translateX(50%);
}

.login_as_hoder .overlay-panel {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 0 40px;
  text-align: center;
  top: 0;
  height: 100%;
  width: 50%;
  transform: translateX(0);
  transition: transform 0.6s ease-in-out;
}

.login_as_hoder .overlay-left {
  transform: translateX(-20%);
}

.login_as_hoder .container.right-panel-active .overlay-left {
  transform: translateX(0);
}

.login_as_hoder .overlay-right {
  right: 0;
  transform: translateX(0);
}

.login_as_hoder .container.right-panel-active .overlay-right {
  transform: translateX(20%);
}

.login_as_hoder .social-container {
  margin: 20px 0;
}

.login_as_hoder .social-container a {
  border: 1px solid #dddddd;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin: 0 5px;
  height: 40px;
  width: 40px;
}
.login_as_hoder a.lgnbtn {
  border-radius: 20px;
  border: 1px solid #edc00a;
  background-color: #edc00a;
  color: #ffffff;
  font-size: 12px;
  font-weight: bold;
  padding: 12px 45px;
  letter-spacing: 1px;
  text-transform: uppercase;
  transition: transform 80ms ease-in;
}
.res-signup-form form {
  width: 100%;
}
.res-signup-form {
  padding: 50px 0;
}
.resturentRegFormH {
  width: 30% !important;
  margin: 0 auto;
  padding: 100px 0;
}
.resturentRegFormH .card-body {
  padding: 30px;
}
.resturentRegFormH .card-header {
  color: #333;
  padding: 10px;
}
.resturentRegFormH .card-header h3 {
  font-weight: 400;
  font-size: 18px;
}
.resturentRegFormH .form-control {
  font-size: 13px;
}
.resturentRegFormH .form-group {
  position: relative;
  margin-bottom: 20px;
}
.resturentRegFormH .form-group input,
.resturentRegFormH .form-group select {
  padding: 10px;
  border-radius: 2px;
  background: transparent;
  z-index: 1;
  position: relative;
}
.resturentRegFormH label {
  position: absolute;
  top: 11px;
  left: 10px;
  background: #fff;
  transition: 0.3s;
  font-size: 12px;
  color: rgb(146, 146, 146);
  letter-spacing: 0.5px;
  z-index: 0;
}
.formGroupHolder {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.formGroupHolder .form-group {
  width: 48%;
}
.formGroupHolder .form-check {
  font-size: 18px;
  width: 25%;
  margin-bottom: 20px;
}
.formGroupHolder .form-check-input {
  width: 23px;
  height: 23px;
  margin-right: 10px;
}
.formGroupHolder .form-check-input:checked {
  background-color: #ce3133;
  border-color: #ce3133;
}
.formGroupHolder span.form-check-label {
  color: #ce3133;
}
#reacsteptwo {
  width: 50% !important;
}
.resturentRegFormH label.active {
  padding: 5px;
  top: -12px;
  font-size: 10px;
  color: #ce3133;
  z-index: 2;
}

.resturentRegFormH .card-title {
  text-align: left;
}
.resturentRegFormH .card-footer.inputwithbtn {
  justify-content: center;
}
.resturentRegFormH h3.card-title {
  position: relative;
  margin-bottom: 20px;
  font-family: "Roboto Mono", monospace;
}
.resturentRegFormH h3.card-title:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100px;
  height: 2px;
  background: #ce3133;
}
.resturentRegFormH input[type="submit"] {
  margin-top: 20px;
  display: block;
  padding: 10px 0;
  width: 100%;
  font-size: 12px;
  text-transform: capitalize;
  background: #733db4;
  border: none;
  color: #fff;
  border-radius: 2px;
}
.resturentRegFormH input:disabled {
  background: #fff;
}
.inputwithbtn {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.inputwithbtn label {
  display: block;
  width: 100%;
}
.inputwithbtn input[type="text"] {
  width: 75%;
  border-radius: 4px 0 0 4px;
  height: 36px;
}
.inputwithbtn input[type="submit"],
.inputwithbtn .btn {
  font-size: 15px;
  width: 25%;
  padding: 0;
  background: #f44335;
  height: 100%;
  /* padding: 0.375rem 0.75rem; */
  /* line-height: 21px; */
  color: #fff !important;
  height: 36px;
  border-radius: 0 4px 4px 0 !important;
  line-height: 36px;
  border: none;
  text-transform: uppercase;
  font-weight: 400;
}
#myTabContent .imageprev {
  /* width: 200px; */
  height: 150px;
  position: relative;
}
.removeserImg {
  position: absolute;
  top: -5px;
  right: -5px;
  color: #ce3133;
  z-index: 99;
  font-size: 20px;
  background: #fff;
  border-radius: 50%;
  line-height: 0;
}
#myTabContent .imageprev img {
  width: 100%;
  height: 125px;
  object-fit: cover;
  margin-top: 5px;
}
.addlisting_segment .adding_listing {
  padding: 0 !important;
}
.addlisting_segment button[type="submit"].btn {
  padding: 10px 40px !important;
  background: #f44335;
  border: none;
}
.regis_res h1 {
  text-align: center;
  margin: 40px 0;
}

.how_card p {
  font-size: 15px;
  line-height: 24px;
  color: rgb(79, 79, 86);
  font-weight: 300;
  margin: 0;
}
.subscriptiontables .table {
  font-size: 12px;
  margin-bottom: 0;
}
.subscriptiontables h3 {
  margin-bottom: 0;
  padding: 5px 10px;
  font-size: 20px;
  color: #fff;
  background: #edc00a;
  border-radius: 3px 3px 0 0;
}

.selectbtn {
  margin-bottom: 0;
  padding: 8px;
  font-size: 15px;
  color: #fff !important;
  background: #ce3133;
  display: block;
  margin-top: 8px;
  text-align: center;
  line-height: 25px;
  border-radius: 0 0 10px 10px;
  text-transform: uppercase;
  transition: 0.3s;
}
.selectbtn:hover {
  transform: scale(1.02);
}
.selectbtn:focus {
  transform: scale(0.98);
}
.profile_holder {
  position: relative;
}
.addNewPromotionBtn {
  font-size: 12px;
  padding: 5px 20px;
  background: #ff7f00;
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
  border-top: 1px solid #fff;
  color: #fff !important;
}
.content-wrapper {
  padding: 50px 0;
}
.promotionTable {
  font-size: 12px;
}
.heading_prox {
  display: flex;
  justify-content: flex-end;
  border: none;
}
.content-wrapper .card {
  border: none !important;
}
.skipbtn {
  position: absolute;
  top: 10px;
  right: 60px;
  font-size: 30px;
  color: #ce3133 !important;
  text-decoration: underline !important;
}
.subinfotable {
  font-size: 12px;
}
.subscriptiontables {
  margin-bottom: 40px;
}
.subinfotable thead {
  background: #ce3133;
  color: #fff;
}
.subscriptiontables h3 span {
  float: right;
}
.promotionTableHolder {
  background: transparent !important;
}
.promotionTableHolder table {
  background: #fff;
}
.promotionTableHolder table .btn {
  padding: 4px 10px;
  font-size: 12px;
  color: #fff;
}
.promotionTableHolder table .btn i {
  color: #fff;
}
.card.card-primary,
.card.card-primary table {
  font-size: 12px;
}
.card.card-primary input {
  font-size: 12px;
  /* margin-bottom: 20px; */
}
.uploadDocumentHolder {
  padding: 30px;
  background: #fff;
  text-align: center;
  width: 500px;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 9999;
  transform: translate(-50%, -50%);
  border-radius: 10px;
}
.uploadDocumentHolder h3 {
  margin-bottom: 0px;
}
.uploadDocumentHolder p {
  font-size: 12px;
  width: 300px;
  margin: 0 auto;
  margin-bottom: 30px;
}
.groupHolder input[type="submit"] {
  margin-bottom: 0;
  padding: 5px 10px;
  font-size: 13px;
  color: #fff !important;
  background: #ce3133;
  margin-top: 8px;
  text-align: center;
  line-height: 25px;
  border-radius: 10px;
  text-transform: uppercase;
  border: none;
}
.groupHolder input[type="file"] {
  width: 215px;
  font-size: 12px;
}
.skipdocupdate {
  color: #ce3133 !important;
  margin-top: 10px;
  padding: 10px 10px 0 10px;
  display: inline-block;
}
#support_document_form {
  margin-bottom: 0;
}
.overlayD {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.7);
}
.defaultCassD {
  display: none;
}
.card.card-primary a.btn {
  padding: 6px 12px;
  font-size: 12px;
  color: #fff !important;
  margin-bottom: 20px;
}
.hoverEffect {
  margin-bottom: 20px;
}
.card h3.card-title {
  font-size: 24px;
}
.overlay_before_account_verify {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.7);
  top: 0;
  left: 0;
  z-index: 9;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #fff;
  font-size: 50px;
  padding: 200px;
  text-align: center;
  overflow: hidden;
}
.overlay_before_account_verify a {
  padding: 5px 30px;
  background: #ce3133;
  border-radius: 21px;
  font-size: 20px;
  color: #fff !important;
}
.flot-right {
  float: right;
}
.card-title span.flot-right a i {
  color: #ce3133;
}
.adding_listing .tab-content .row .form-group {
  display: flex;
  align-items: center;
  margin-top: 10px;
  flex-wrap: wrap;
}
.adding_listing .tab-content .row .form-group label {
  margin-top: 0;
  margin-right: 10px;
}
.adding_listing .tab-content .row .form-group label:after {
  content: ":";
}
.adding_listing .tab-content .row .form-group p {
  margin-bottom: 0;
}
.adding_listing .tab-content .row .form-group p a {
  color: rgb(74, 190, 74) !important;
}
.galleryHeading {
  text-align: center;
}
.upgradeFooter a {
  margin-bottom: 0 !important;
}
.upgradeFooter button {
  font-size: 12px;
  background: #ce3133;
  color: #fff;
}
/* loader  */
/* .loader {
	border: 13px solid #f3f3f3;
	border-radius: 50%;
	border-top: 13px solid #cd3131;
	width: 80px;
	height: 80px;
	-webkit-animation: spin 2s linear infinite; 
	animation: spin 2s linear infinite;
	position: fixed;
	top: 50%;
	left: 47%;
	transform: translate(-50%, -50%);
}
#lodarbg {
	content: "";
	position: fixed;
	width: 100vw;
	height: 100vh;
	top: 0;
	left: 0;
	z-index: 999;
	background: rgba(0, 0, 0, 0.7);
	display: none;
} */
#getcurrentlocation img {
  width: 20px;
  height: 20px;
  transition: 0.3s;
  cursor: pointer;
}
#getcurrentlocation img:active {
  transform: scale(0.8);
}
#loaderFetchLocation {
  position: absolute;
  top: 10px;
  left: 100px;
  width: 90px;
  height: 20px;
  object-fit: cover;
  display: none;
  transition: 0.3s;
}

#searchResult {
  position: absolute;
  left: 43%;
  background: #fff;
  top: 40px;
  width: 38%;
  max-height: 257px;
  border-radius: 0 0 0.8rem 0.8rem;
  overflow: auto;
  visibility: visible;
  opacity: 1;
  /* border: 1px solid rgb(207, 207, 207);
	box-shadow: rgb(28 28 28 / 8%) 0px 2px 8px; */
  transition: opacity 0.25s ease 0s, top 0.25s ease 0s;
  padding: 1.2rem 0;
  display: none;
  z-index: 99999999;
}
#searchResult p {
  margin-bottom: 0;
  display: flex;
  align-items: center;
  margin-bottom: 5px;
  cursor: pointer;
  transition: 0.3s;
  padding: 6px 1.2rem;
}
#searchResult p:hover {
  background: #eee;
}
#searchResult p img {
  width: 30px;
  height: 30px;
  object-fit: cover;
  border-radius: 50%;
  margin-right: 20px;
}
/* Safari */
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* ///////////////////Faqs Css Start///////////////// */
#faq h2 {
  text-align: center;
  padding-bottom: 30px;
}
#main {
  height: 90vh;
  padding: 40px 0;
  background-color: #eee;
}

#main #faq .card {
  margin-bottom: 15px;
  border: 0;
}

#main #faq .card .card-header {
  border: 0;
  -webkit-box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);
  box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);
  border-radius: 2px;
  padding: 0;
}

#main #faq .card .card-header .btn-header-link {
  color: #fff !important;
  display: block;
  text-align: left;
  background: #d22316;
  color: #222;
  padding: 8px 10px;
  font-size: 14px;
  border-radius: 0;
}

#main #faq .card .card-header .btn-header-link:after {
  content: "\f068";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  float: right;
}

#main #faq .card .card-header .btn-header-link.collapsed {
  background: #fff;
  color: #000 !important;
}

#main #faq .card .card-header .btn-header-link.collapsed:after {
  content: "\f067";
}

#main #faq .card .collapsing {
  background: #fff;
  line-height: 30px;
}

#main #faq .card .collapse {
  border: 0;
}

#main #faq .card .collapse.show {
  background: #fff;
  line-height: 30px;
  color: #222;
}
.btn.focus,
.btn:focus {
  outline: 0;
  box-shadow: none !important;
}
.card-body {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  padding: 8px 10px !important;
}
.card-body p {
  margin: 0;
}
.btn span {
  padding: 10px 15px 11px;
  background: #ffb91e;
  color: #fff;
  margin-left: -11px;
  margin-right: 10px;
}
/* ///////////////////Faqs Css End///////////////// */
/* sg */
/* .mobileic {
  display: none !important;
}
.mobileen {
  display: block !important;
} */
.mobileen {
  display: none !important;
}
.mobileic i {
  font-size: 20px;
}
/* our team page start*/
.team {
  margin: 0;
  /* background-color: #23252b; */
  color: white;
  text-align: center;
}
.team-section {
  padding: 40px 20px;
}
.team .team-section h2 {
  width: 90%;
  margin: 0 auto;
}
.teamsub {
  width: 90%;
  margin: 0 auto;
  font-size: 15px;
  color: #000;
  padding-bottom: 10px;
}
.teampra {
  padding: 10px 0;
  width: 90%;
  margin: 0 auto;
  color: #000;
  font-size: 15px;
}
.team .teamin {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 90%;
  margin: 0 auto;
  padding-top: 50px;
}
.teamcardin {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 15px;
}
.team .team-member img {
  width: 130px;
  height: 130px;
  display: block;
  border-radius: 50%;
  object-fit: cover;
}
.cardtextbox {
  padding: 0 10px;
}
.team .info-card {
  padding-top: 20px;
  background-color: white;
  width: 100%;
}
.team .info-card h3 {
  margin: 0;
  font-size: 18px;
}
.team .role {
  font-weight: 500;
  margin: 10px 0;
  color: #000;
}
.team .desc {
  font-size: 14px;
  color: #555;
}
.team .social-icons {
  display: flex;
  justify-content: center;
  gap: 15px;
  color: #fff;
  padding: 15px;
  background: #d22316;
  height: 100%;
}
.team .social-icons i {
  cursor: pointer;
  transition: color 0.3s;
}
.team .social-icons i:hover {
  color: #ffb91e;
}
.allh2 {
  font-weight: 900;
  font-size: 45px;
  color: #ffb91d;
  text-shadow: 2px 2px 2px #0d0d0db3;
  text-align: center;
}
/* our team page end*/

.lan {
  border-radius: 50%;
  width: 36px;
  height: 36px;
  text-transform: uppercase;
  font-size: 12px;
}
.supportimg {
  width: 28px;
}
/* ////////////////banner//////////////// */
.partnerbn {
  background-image: url("../images/banner/Register-Banner.jpg");
  height: 350px;
}

/* sg */
