@import url("https://fonts.googleapis.com/css2?family=Nunito:wght@200;300;400;500;600;700;800&display=swap");

/*
font-family: 'Nunito', sans-serif;
*/

body {
  font-family: "Nunito", sans-serif;
  background-color: #ffffff;
  /* text-transform: lowercase; */
}
a:hover {
  text-decoration: none;
}
a {
  display: inline-block;
  color: inherit;
  text-decoration: none;
}
ul li {
  list-style: none;
}
p:nth-last-child(1) {
  margin: 0;
}
ul,
ol {
  margin: 0;
  padding: 0;
}

button:focus,
input:focus,
.form-control:focus,
.form-select:focus,
.form-check-input:focus {
  outline: 0;
  box-shadow: none;
}

.bodycont {
  background: url(../image/top-bg.png) no-repeat top center/contain;
}

.bodycont::after {
  content: "";
  background: url(../image/bottom-bg.png) no-repeat;
  background-size: cover;
  width: 100%;
  height: 545px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.backarrow figure {
  width: 36px;
  height: 36px;
  border-radius: 50px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.1);
  border: 2px solid #014178;
}

.backarrow span {
  color: #ffffff;
  font-size: 16px;
}

.headingone {
  color: #000;
  font-size: 22px;
  font-weight: 600;
  line-height: normal;
}

.font_large{
  font-size: 18px !important;
  font-weight: 650 !important;
}
.font_large2{
  font-weight: 600 !important;
}

.restaurantTitle {
  color: #000;
  font-size: 18px;
  font-weight: 600;
  line-height: normal;
}

.mobcardbox {
  border-radius: 10px;
  border: 1px solid #ddd;
  background: #fff;
  padding: 14px 0;
}

.mobcardbox figure {
  width: 82px;
  height: 82px;
  overflow: hidden;
  margin: auto;
}

.mobcardbox figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mobcardbox h2 {
  color: #000;
  font-size: 15px;
  font-weight: 400;
  line-height: normal;
}

.btnmain {
  border-radius: 8px;
  background-color: #007c7c;
  border-color: #007c7c;
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
  /* text-transform: lowercase; */
  width: 100%;
  padding: 13px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3px;
}

.btnmain:hover {
  background-color: #002647;
  border-color: #002647;
}

.mobilemenubottom {
  border-radius: 30px;
  background: #014178;
  padding: 8px 40px;
  position: fixed;
  bottom: 10px;
  width: 95%;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 2;
}

.mobilemenubottom a {
  display: flex;
  flex-direction: column;
  gap: 2px;
  color: #fff;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  line-height: normal;
}

/* .mobilemenubottom a img {
  width: 20px;
  height: 20px;
  margin: auto;
} */

.scantxt {
  width: 60px;
  height: 60px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #fff;
  overflow: hidden;
  padding: 10px;
  margin-top: -40px;
  border: 5px solid #007c7c;
}

/* .scantxt img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
} */

.checkitems .form-check {
  padding-left: 0;
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  align-items: center;
}

.checkitems .form-check-input {
  width: 24px;
  height: 24px;
  border-radius: 4px;
  border-color: #c6c6c6;
}

.checkitems {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.checkitems .form-check-label {
  color: #000;
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
}

.checkitems .form-check-input:checked[type="checkbox"] {
  background-image: url(../image/gtick.png);
  background-repeat: no-repeat;
  background-color: #fff;
}

.mobcontainer {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
}

.mobiletop-sec {
  position: fixed;
  top: 20px;
  left: 0;
  width: 95%;
  right: 0;
  margin: auto;
  z-index: 2;
}

.mobileiddlesec {
  position: relative;
  z-index: 1;
}
.secpad {
  margin: 40px 0;
}

.smtxtheading {
  font-size: 18px;
  font-weight: 500;
}

.formarea {
  color: #7a7a7a;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  border-radius: 10px;
  border: 1px solid #dcdcdc;
  background: #fff;
  padding: 10px 15px;
}

.datavalidform .input-group-text {
  min-width: 48px;
  justify-content: center;
  border-color: #dcdcdc;
  border-radius: 10px;
}

.datavalidform .form-control {
  border-color: #dcdcdc;
  border-radius: 10px;
  color: #7a7a7a;
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
  /* text-transform: capitalize; */
}

.datavalidform .input-group {
  height: 49px;
}

.paraone {
  color: #949292;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px; /* 157.143% */
}
.dailno {
  max-width: 360px;
  margin: auto;
}
.dailno input {
  width: 48px;
  height: 48px;
  flex-shrink: 0;
  border-radius: 10px;
  border: 1px solid #dcdcdc;
  background: #fff;
  color: #7a7a7a;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  /* text-transform: capitalize; */
  text-align: center;
}

.thanksimg {
  width: 182px;
  height: 182px;
  margin: auto;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.thanksimg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.succestxt h1 {
  color: #000;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 12px;
}

.succestxt p {
  color: #000;
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
}

.succestxt {
  max-width: 80%;
  margin: auto;
}

.innerbody {
  padding: 16px 0;
  /* height: 100vh; */
}

.searchbx {
  display: flex;
  align-items: center;
  border-radius: 4px;
  border: 1px solid #ddd;
  background: #fff;
  padding: 11px;
  gap: 8px;
}

.searchbx input {
  border: 0;
  color: #666;
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
  width: 100%;
}
.toplogo {
  margin-bottom: 18px;
}
.mainheading {
  color: #000;
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
  /* text-transform: lowercase; */
}

.lineslr {
  position: relative;
}

.lineslr::before {
  content: "";
  width: 212px;
  height: 3px;
  background-color: #007c7c;
  position: absolute;
  top: 9px;
  left: 50%;
  transform: translateX(-50%);
}

.restrocard .minjpg {
  height: 177px;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}

.restrocard .minjpg img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.dishcontnent h6 {
  color: #000;
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 5px;
}

.dishcontnent p {
  color: #555;
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
}

.lebel-cont label {
  color: #555;
  font-size: 14px;
  font-weight: 500;
}

.linebord {
  color: #d0d0d0;
}

.likedislike {
  /* border-radius: 8px;
  border: 1px solid #a2caed;
  background-color: #eef7ff;
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.11); */
  /* padding: 4px; */
  flex: 0 0 40px;
    margin-left: 10px;
  width: 50px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.likedislike span {
  /* color: #555;
  font-size: 14px;
  font-weight: 700;
  line-height: normal; */
 
    color: darkblue;
    font-size: 14px;
    font-weight: 800;
    line-height: normal;

}

.midlist {
  gap: 30px;
}

.memulisttxt {
  display: flex;
  flex-direction: column;
  gap: 5px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.08);
  padding: 20px;
  position: absolute;
  width: 100%;
  top: 57px;
  z-index: 999;
  max-height: 308px;
  overflow: auto;
  overflow-x: hidden;
}

.memulisttxt a {
  color: #404040;
  font-size: 15px;
  font-weight: 400;
  line-height: 30px;
}

.restrofull .backarrow {
  position: absolute;
  top: 10px;
  left: 12px;
}

/* .restrofull{
  background: url(../image/restimg.png) no-repeat top center;
  background-size: cover;
  height: 229px;
} */

.msecone {
  background-color: #fff;
}
.contsecone {
  padding: 12px;
}

.dishcontnenttwo .likedislike {
  flex-direction: row;
  width: auto;
  padding: 6px;
  border-radius: 6px;
  border: 1px solid #a2caed;
  background: #eef7ff;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.11);
  flex: 0 0 110px;
  justify-content: center;
}

.bordersec {
  border-bottom: 5px solid #ebf6ff;
}

.cardmbox {
  padding: 12px;
  background-color: #ffffff;
}

/* .thirdlinks{
  display: flex;
  overflow-x: scroll;
  
}

.thirdlinks a {
  display: inline-block;

} */

.scrollimg {
  display: block !important;
  overflow-x: scroll;
  width: 100%;
  white-space: nowrap;
}

.scrollimg a {
  display: inline-block;
}

/* .thirdlinks a:nth-child(1) {
  background-color: #ff3008;
  width: 111px;
  height: 60px;
}
.thirdlinks a:nth-child(2) {
  background-color: #000;
  width: 111px;
  height: 60px;
}
.thirdlinks a:nth-child(3) {
  background-color: #ff8001;
  width: 111px;
  height: 60px;
}

.thirdlinks a:nth-child(4) {
  background-color: #ff3008;
  width: 111px;
  height: 60px;
} */

.resto-list .mainheading span {
  background-color: #ffffff;
  position: relative;
  z-index: 1;
  padding: 0 12px;
}

.disdcarditems {
  border-radius: 8px;
  border: 1px solid #ddd;
  background: #fff;
}

.disdcarditemstwo figure {
  width: 86px;
  height: 86px;
  overflow: hidden;
  border-radius: 8px 0 0 8px;
  flex-shrink: 0;
}

.disdcarditemstwo figure img {
  width: 100%;
  height: 100%;
}

.dishcontnenthree {
  padding: 0 8px;
}

.bgblue {
  background-color: #f6fbff;
}

.productheadrer .backarrow span {
  color: #000000;
}

.vidbannersec figure {
  height: 188px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 10px;
}

.vidbannersec figure img {
  max-width: 100%;
  height: 100%;
  object-fit: cover;
}

.playvid {
  width: 50px;
  height: 50px;
  background-color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 16px;
  right: 16px;
}

.restolisttow .mainheading span {
  background-color: #f6fbff;
}

.cardmboxtwo {
  padding: 0;
  background-color: transparent;
}

.cardrating {
  border-radius: 15px;
  background: #fff;
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.08);
  border: 0;
  margin-top: -40px;
  margin-bottom: 40px;
}

.cardrating h2 {
  color: #000;
  font-size: 18px;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 40px;
}

.cardrating .card-body {
  padding: 30px 22px;
}

.ratenumber label {
  color: #000000;
  font-size: 16px;
  font-weight: 600;
}
.ratenumber p {
  color: darkblue;
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
  padding-right: 11px;
}
.midrateno {
  margin: 40px 0 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.cardrating .card-footer {
  background-color:#008080;
  border-radius: 0 0 15px 15px;
  padding: 16px 20px 16px 40px;
}

.ratenumberfooter label {
  font-size: 20px !important;
  font-weight: 700 !important;
}

.ratenumberfooter p {
  font-weight: 700 !important;
  line-height: normal !important;
  font-size: 20px !important;
}

.boldcolortxt label,
.boldcolortxt p {
  color: #00008B;
  font-weight: 600;
  font-size: 16px;
  /* text-shadow: 1px 0 #709dc5, -1px 0 #709dc5, 0 1px #709dc5, 0 -1px #709dc5,
    1px 1px #709dc5, -1px -1px #709dc5, 1px -1px #709dc5, -1px 1px #709dc5; */
}

.topaccountbg {
  background-color: #014178;
  padding: 12px;
  height: 199px;
}

.txtaccount {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  line-height: normal;
}

.cardaccount {
  margin-top: -115px;
  border: 0;
}

.cardaccount .card-footer {
  background-color: #ffffff;
  border-radius: 0 0 8px 8px;
  padding: 13px 20px;
  border-color: #ddd;
}

.cardaccount {
  border-radius: 8px;
  background: #fff;
  box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.08);
}

.accoutdetail figure {
  border-radius: 80px;
  border: 1px solid #07d0dd;
  background: #ebfeff;
  width: 70px;
  height: 70px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #06afba;
  font-family: Nunito;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  /* text-transform: capitalize; */
}

.accoutdetail h6 {
  color: #000;
  font-size: 18px;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 0;
}
.accoutdetail p {
  color: #555;
  font-size: 15px;
  font-weight: 400;
  line-height: normal;
}

.card-footer label {
  color: #000;
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
}

.card-footer p {
  color: #007c7c;
  font-size: 24px;
  font-weight: 600;
  line-height: normal;
}

.cardaccount .card-body {
  padding: 22px 20px;
}

.tableaccountdata > :not(caption) > * > * {
  border-bottom: 0;
  padding: 8px 0;
}

.tableaccountdata2 > :not(caption) > * > * {
  font-size: 14px;
}

.likedislike.unlike {
  border-radius: 8px;
  border: 1px solid #fe8d8d;
  background: #ffebeb;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.11);
  padding: 4px 10px;
}

.thirdlinks .btnmain {
  width: 106px;
  height: 48px;
  border-radius: 8px;
}

.reviewlistcont figure {
  color: #007c7c;
  font-size: 18px;
  font-weight: 800;
  line-height: normal;
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  border-radius: 50px;
  border: 1px solid #007c7c;
  background: #ffefef;
  display: flex;
  align-items: center;
  justify-content: center;
}

.reviewlistcont h6 {
  color: #000;
  font-size: 14px;
  font-weight: 700;
  line-height: normal;
}

.reviewlistcont p {
  color: #555;
  font-size: 13px;
  font-weight: 600;
  line-height: 17px;
}

.footerbtm {
  margin-top: 120px;
}

.reviewlist {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.modal-dialog {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
.modal-content {
  border-radius: 30px 30px 0px 0px;
  background: #fff;
  border: 0;
}

.modal-header {
  border-bottom: 0;
  padding-bottom: 0;
  padding-top: 26px;
}

.modal-header .modal-title {
  border-bottom: 0;
  padding-bottom: 0;
  color: #000;
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
  /* text-transform: lowercase; */
}

.fprmmodeal label {
  color: #555;
  font-size: 14px;
  font-weight: 500;
  /* text-transform: capitalize; */
}

.fprmmodeal .form-control {
  border-radius: 6px;
  border: 1px solid #dcdcdc;
  background: #fff;
  height: 44px;
}

.fprmmodeal .form-check-input {
  width: 20px;
  height: 20px;
}

.fprmmodeal .form-check-input:checked {
  background-color: #002647;
  border-color: #002647;
}

.fprmmodeal .form-check label {
  color: var(--text, #575757);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin-left: 7px;
}

.succespage::after {
  display: none;
}

.mobilemenubottom a svg {
  width: 24px;
  height: 24px;
  display: block;
  margin: auto;
  fill: #ffffff;
}

.mobilemenubottom a svg path {
  fill: #ffffff;
}

.mobilemenubottom a.active {
  color: #007c7c;
}

.mobilemenubottom a.active svg path,
.mobilemenubottom a.active svg {
  fill: #007c7c;
}

.logocorner figure {
  width: 100%;
  height: 100%;
  opacity: 0.9;
}

.transpelogo {
  width: 79px;
  height: 27px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.transpelogo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

h2.titleone {
  color: #000;
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
}

h2.titleone span {
  color: #014178;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
}

.orderhistory {
  background-color: #014178;
  padding: 10px 0;
}

.histytile {
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 0;
  white-space: nowrap;
}

.mt20 {
  margin-top: 20px;
}
.mb20 {
  margin-bottom: 20px;
}

.refrelcont p {
  color: #000;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 0;
}

.refrelcont figure {
  width: 200px;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  margin: auto;
  margin-bottom: 20px;
}

.refrelcont figure img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.refrelcont {
  padding: 0 0 20px;
}

.orderitemsone figure {
  flex-shrink: 0;
  width: 56px;
  height: 72px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.orderitemsone figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.rightodritme h2 {
  color: #000;
  font-size: 13px;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 0;
}

.rightodritme p {
  color: #555;
  font-size: 13px;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 6px;
}

.rightodritme label {
  color: #000;
  font-size: 13px;
  font-weight: 700;
  line-height: normal;
}
.rightodritme label span {
  color: #555;
  font-size: 13px;
  font-weight: 600;
  line-height: normal;
}

.coverboxrating {
  border-radius: 6px;
  border: 1px solid #137eda;
  background: #e5f3ff;
  padding: 6px 10px;
}
.menuitemsone {
  padding-left: 16px;
  margin-top: 14px;
}
.menuitemsone li {
  color: #000;
  font-size: 14px;
  font-weight: 600;
  /* list-style-type: circle; */
}

.linehr {
  border: 1px dashed #f3f3f3;
  opacity: 1;
}

.invitfrnd {
  color: #000;
  font-size: 12px;
  font-weight: 600;
  display: inline-flex;
  padding: 2px 5px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 4px;
  background: #ffe3e3;
}

.secondrymenu {
  max-width: 315px;
  margin: auto;
  margin-top: 20px;
}
.bold_text {
  color: #000;
  font-size: 14px;
  font-weight: 600;
  /* text-transform: lowercase; */
}

.formmodal label {
  color: #555;
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
  /* text-transform: capitalize; */
}

.yelpimg {
  margin-top: -20px;
  margin-left: 18px;
}

.topwhiheader {
  background-color: #ffffff;
  height: auto;
}

.topwhiheader .backarrow span {
  color: #014178;
}

.dislikeBTN{
  height: inherit !important;
    width: inherit !important;
    border-radius: 6px;
    border: 1px solid #137eda;
    background: #e5f3ff;
    padding: 6px 10px;
}

/* .inner-body {
  padding-bottom: 40px;
} */

/* ------------------------------- into-pages-css ------------------------------- */

.intro_bg {
  background-color: #fff8f8;
}

.introarrow span {
  color: #000000;
}

.textcontainer h1 {
  color: #000;
  font-size: 22px;
  font-weight: 600;
  line-height: normal;
  /* text-transform: capitalize; */
}
.textcontainer p {
  color: #949292;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px; /* 157.143% */
}

.carousel-indicators {
  bottom: 23px;
  gap: 4px;
  margin-bottom: 0;
}

/* .carousel-indicators {
  gap: 4px;
  position: static;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0;
} */

.carousel-indicators [data-bs-target] {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 1px solid #ddd;
  opacity: 1;
}

.carousel-indicators .active {
  border-color: #007c7c;
  background-color: #007c7c;
}

.sliderlike {
  position: relative;
  top: -4px;
}

.sliderlike img {
  width: 25px;
  height: 23px;
  object-fit: contain;
}
.slidertitlelogo {
  position: relative;
  top: 6px;
}
.slidertitlelogo img {
  width: 80px;
  height: 31px;
  object-fit: contain;
}

.dislikem {
  top: 1px;
}

.bottomdots {
  position: absolute;
  bottom: 20px;
  width: 100%;
}

.bottomdots h1 {
  color: #898989;
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
  /* text-transform: lowercase; */
}

.bottomdots h3 {
  color: #014178;
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
  /* text-transform: lowercase; */
}

.carousel-inner {
  /* min-height: 438px; */
  display: flex;
  align-items: center;
}

.welcomeimg {
  width: 300px;
  height: 240px;
}

.welcomeimg img {
  object-fit: cover;
}

.Profilelogobox {
  border-radius: 8px;
  background: #fff;
  box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.08);
  padding: 18px 14px;
}
.Profilelogobox h5 {
  color: #000;
  font-size: 18px;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 4px;
}
.Profilelogobox p {
  color: #555;
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
}

.marigntopbottom {
  margin: 26px 0;
}

.Profilelogobox figure {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 70px;
}

.Profilelogobox figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pizzaaher {
  display: inline-flex;
  padding: 4px 20px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 15px;
  background: #dbffe7;
  color: #046b27;
  font-size: 15px;
  font-weight: 600;
  line-height: normal;
}
.pizzaaher.selected {
  display: inline-flex;
  padding: 4px 20px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 15px;
  background: #046b27;
  color: #dbffe7;
  font-size: 15px;
  font-weight: 600;
  line-height: normal
}

.btnsingle {
  border-radius: 8px;
  background-color: #014178;
  border-color: #014178;
  color: #fff;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  line-height: normal;
  /* text-transform: lowercase; */
  padding: 13px 30px;
}

.btnsingle:hover {
  background-color: #002647;
  border-color: #002647;
}

.newmenubottom a {
  background-color: #ededed;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  font-size: 14px;
  font-weight: 600;
  line-height: normal;
  padding: 9px 10px;
  flex-direction: column;
  position: relative;
}

.newmenubottom a svg {
  width: 24px;
  height: 24px;
}

.newmenubottom a svg path {
  fill: #000000;
}

.dotpos {
  position: absolute;
  top: 5px;
  right: 36px;
}

.newmenubottom a.active {
  color: #ffffff;
  background-color: #014178;
}

.newmenubottom a.active svg path {
  fill: #ffffff;
}

.newmenubottom {
  position: fixed;
  width: 100%;
  bottom: 0;
}

.prndingreview figure {
  width: 100%;
  height: 165px;
  border-radius: 6px;
  background: #f1f1f1;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.prndingreview_content h6 {
  color: #000;
  font-size: 14px;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 2px;
}

.prndingreview_content p {
  color: #555;
  font-size: 13px;
  font-weight: 600;
  line-height: normal;
}

.prndingreview_content li {
  display: inline-block;
  width: 50%;
}

.prndingreview_content {
  gap: 20px 0;
}

.orderhistory2 {
  background-color: #f5f5f5;
  padding: 10px 14px;
  color: #000;
  font-size: 15px;
  font-weight: 700;
  line-height: normal;
  /* text-transform: capitalize; */
}

.menupube {
  padding-left: 16px;
}

.menupube li {
  color: #000;
  font-size: 14px;
  font-weight: 600;
  line-height: 25px; /* 178.571% */
  /* list-style-type: disc; */
}

.btnred {
  border: 1px solid #007c7c;
  border-radius: 6px;
  background: #007c7c;
  display: inline-flex;
  padding: 9px 18px;
  justify-content: center;
  align-items: center;
  gap: 5px;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: normal;
  /* text-transform: capitalize; */
}

.btnred:hover {
  border-color: #007c7c;
  background-color: transparent;
  color: #007c7c;
}

.btnred:hover svg path {
  fill: #007c7c;
}

.btndarkblue {
  border: 1px solid #014178;
  border-radius: 6px;
  background: #014178;
  display: inline-flex;
  padding: 10px 24px;
  justify-content: center;
  align-items: center;
  gap: 5px;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: normal;
  /* text-transform: capitalize; */
}

.btndarkblue:hover {
  border-color: #014178;
  background-color: transparent;
  color: #014178;
}

.btndarkblue-outline {
  border: 1px solid #014178;
  border-radius: 6px;
  background: transparent;
  display: inline-flex;
  padding: 10px 24px;
  justify-content: center;
  align-items: center;
  gap: 5px;
  color: #014178;
  font-size: 14px;
  font-weight: 700;
  line-height: normal;
  /* text-transform: capitalize; */
}

.btndarkblue-outline:hover {
  background-color: #014178;
  color: #ffffff;
}

.uploadpicuser {
  max-width: 216px;
  margin: auto;
}
.uploadpicuser figure {
  display: flex;
  width: 120px;
  height: 120px;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  border-radius: 50%;
  margin: auto;
}
.uploadpicuser figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.uplodtext {
  color: #014178;
  font-size: 16px;
  font-weight: 700;
  line-height: 140%;
  cursor: pointer;
}
.logoupload {
  width: 100%;
  position: absolute;
  opacity: 0;
  height: 100%;
}

.formcontmodel label {
  color: #555;
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
  /* text-transform: capitalize; */
  margin-bottom: 5px;
}

.formcontmodel input,
.formcontmodel select {
  border-radius: 6px;
  border: 1px solid #dcdcdc;
  background-color: #fff;
  height: 44px;
  font-size: 14px;
}


.formcontmodellabel {
  color: #555;
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
  /* text-transform: capitalize; */
  margin-bottom: 5px;
}

.formcontmodelinput {
  border-radius: 6px;
  border: 1px solid #dcdcdc;
  background-color: #fff;
  height: 44px;
  font-size: 14px;
}


.regformtilte {
  color: #000;
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
}

.driverdetail figure {
  border: 1px solid #007c7c;
  background: #ffe5e5;
  color: #007c7c;
}

.driverdetail p {
  color: #555;
  font-size: 14px;
  font-weight: 500;
}

.driverdetail p strong {
  color: #000000;
}

p.hastagpaet {
  font-size: 18px;
  font-weight: 700;
  line-height: normal;
}
 .newfieldinput {
  width: 100%;
}




.has257 {
  color: #014178;

  border-radius: 6px;
  background: #d4ebff;
  display: inline-flex;
  padding: 2px 10px;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.tabledashed > :not(caption) > * > * {
  border-bottom-style: dashed;
  border-bottom-color: #d7d7d7;
  color: #555;
  font-size: 13px;
  font-weight: 400;
  /* text-transform: capitalize; */
  padding: 10px 16px;
  vertical-align: middle;
}
.tabledashed thead th {
  font-weight: 700;
  color: #000000;
}
.redeembtn {
  padding: 12px 16px;
  background-color: #014178;
  color: #ffffff;
  border-radius: 6px;
  font-size: 16px;
}
.redeemacbg {
  height: 109px;
}
.cardredeem {
  margin-top: -25px;
}
.cardredeem .card-footer {
  border-radius: 8px;
}

.btnmain-outline {
  border: 1px solid #014178;
  border-radius: 6px;
  background: #ffffff;
  display: inline-flex;
  padding: 10px 24px;
  justify-content: center;
  align-items: center;
  gap: 5px;
  color: #014178;
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
  /* text-transform: lowercase; */
}

.btnmain-outline:hover {
  background-color: #014178;
  color: #ffffff;
}

.btnmainnewoutline {
  border: 1px solid #17113e;
  border-radius: 6px;
  background: #ffffff;
  display: inline-flex;
  padding: 10px 24px;
  justify-content: center;
  align-items: center;
  gap: 5px;
  color: #17113e;
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
  /* text-transform: lowercase; */
}

.btnmainnewoutline:hover {
  background-color: #17113e;
  color: #ffffff;
}

.newcheckdiv .form-check-input:checked[type="checkbox"] {
  background-image: url(../image/gtick.png);
  background-repeat: no-repeat;
  background-color: #fff;
}

.newcheckdiv .form-check{
  display: flex;
    gap: 12px;
}

.newcheckdiv .form-check .form-check-input{
  width: 22px;
  height: 22px
}

.newcheckdiv .form-check .form-check-input label {
  font-size: 14px;
}

.connect-social a{
  width: 36px;
  height: 36px;
  margin-left: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
 }

.connect-social .facebook{
  background-color: #4267B2;
  color: #fff;
}

button:disabled {
  background-color: #ddd !important;
  color: #696767 !important;
  border-color: light-dark(rgba(118, 118, 118, 0.3), rgba(195, 195, 195, 0.3))!important;
}

.splash{
  background: #ffffff;
}

.shimmer{
  height: 90px;
  width: auto;
  background-color:rgb(245, 245, 245);
}

.shimmerColor{
  background-color:rgb(245, 245, 245);
}

.parallel {
  position: absolute;
  top: 10px;
  right: 12px;
}

.imgShimmer{
  height: 210px;
  width:auto;
  background-color: rgb(245, 245, 245);
}

/* .pulse-kit figure{
  position: relative;
  display: block;
  width: 70px;
  height: 70px;
  font-size: 1.3em;
  text-align: center;
  line-height: 66px;
  background: #8dffff;
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 0 0 0 0 rgba(90, 153, 212, 0.5);
  animation: pulse 1.5s infinite;
  -webkit-animation: pulse 1.5s infinite;
} */

/* .wrap-pulse{
  background: #8dffff;
  border-radius: 50%;
  cursor: pointer;
  padding: 5px;
} */

/* .pulse-kit img{
  position: relative;
  display: block;
  width: 20px;
  height: 20px;
  font-size: 0.3em;
  text-align: center;
  line-height: 66px;
  cursor: pointer;
  box-shadow: 0 0 0 0 rgba(90, 153, 212, 0.5);
  animation: pulse 1s infinite;
  -webkit-animation: pulse 1s infinite;
} */
.pulse_back{
  
  animation: pulse 1.5s 2;
  -webkit-animation: pulse 1.5s 2;
}

.trophy-wrapper{
  width: auto;
  background: rgb(255 255 255 / 90%);
  border-radius: 10px;
  position: absolute;
  top: 0;
  right: 0;
  margin-top: 10px;
  padding: 5px 10px;
  text-align: center;
}

.trophy-wrapper p{
  margin-bottom:5px;
}
.trophy-wrapper p{margin: 0;font-size: 14px;font-weight: 600; white-space: nowrap;color:#000;}
.trophy-wrapper img{max-height: 32px;}

@-webkit-keyframes pulse {
  0% {
    transform: scale(0.9);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(90, 153, 212, 0.5);
  }
    100% {
    transform: scale(0.9);
    box-shadow: 0 0 0 0 rgba(90, 153, 212, 0.5);
  }
}

/* Dummy */

.backarrow figure {width: 36px;height: 36px;border-radius: 50px;background-color: #fff;display: flex;align-items: center;justify-content: center;box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.1);border: 2px solid #014178;}
.logocorner figure {width: 100%;height: 100%;opacity: 0.9;}
.dummy-screen .vidbannersec figure{border-radius: 0;}
.dummy-screen .productheadrer{position: absolute;left: 10px;right: 10px;z-index: 9;}
.image-content p{text-align: justify;font-size: 13px;line-height: 18px;margin: 65px 0px 0px 0px;}
.dummy-screen h2.titleone{margin-bottom: 15px;}
.dummy-screen .midrateno{    margin: 15px 0 0;gap: 6px;}
.dummy-screen .cardrating .card-footer {padding: 10px 20px 10px 40px;}
.dummy-screen .cardrating .card-body {padding: 15px 22px 15px;}

.dummy-screen-two .image-content p{margin: 10px 0px 0px 10px;}
.dummy-screen-two .cardrating{box-shadow: unset;margin-bottom: 15px;}
.dummy-screen-two .qr-code img{max-width:100px;}

.dummy-screen-two .ratenumber label, .dummy-screen-two .ratenumber p{font-size: 14px;}
.dummy-screen-two .ratenumberfooter label, .dummy-screen-two .ratenumberfooter p{font-size: 16px !important;}

.trophy{background: rgb(255 255 255 / 90%);margin-top: 10px;padding: 5px 10px;border-radius: 10px;}
.trophy p{margin: 0;font-size: 14px;font-weight: 600;
  color: #000;}
.trophy img{max-height: 32px;}


@media(max-width:480px){
	.row-reverse{flex-direction: column-reverse;}
	.row-reverse .col-5, .row-reverse .col-7, .example-two .col-5, .example-two .col-7{width: 100%;}
	.row-reverse .col-7{padding-left:0px;}
	.image-content p{margin: 15px 0px 0px 0px;}
	.dummy-screen .card.cardrating figure img{max-width:35px;}
	.dummy-screen h2.titleone {margin-bottom: 20px;}
	.dummy-screen .cardrating .card-body {padding: 20px 15px 20px;}
	.dummy-screen .midrateno{margin: 25px 0 0;gap: 6px;}
	.dummy-screen .cardrating .card-footer {padding: 10px 20px 10px 27px;}
	.dummy-screen .ratenumber label, .dummy-screen .ratenumber p{font-size: 14px;}
	.dummy-screen .ratenumberfooter label, .dummy-screen .ratenumberfooter p{font-size: 16px !important;padding-right: 5px;}
	.dummy-screen-two .image-content p {margin: 0px 0px 0px 0px;padding: 10px;}
	.mobile-layout{display:flex; flex-direction: row-reverse;}
  .dummy-screen-two .cardrating{flex: 0 0 auto;width: 70%;}

  .fix_leaderboard {position: relative;}
  .fix_leaderboard .midrateno{max-height: 200px;overflow-y: scroll;padding-bottom: 40px;}
  .fix_leaderboard .card-footer{position: absolute;bottom: 0;left: 0;right: 0;}
  }

@media(min-width:767px) and (max-width:1025px){
  /* .dummy-screen-two .container-fluid{padding-left:0px;} */
  .dummy-screen-two .qr-code img {max-width: 80%;}
  .dummy-screen .vidbannersec figure {min-height: 50vh;}
  .dummy-screen-two .example-two .image-content .titleone span{color: #000;font-size: 30px;font-weight: 700;}
  .dummy-screen-two .example-two .image-content .titleone{color: #003482;font-size: 24px;}
  .dummy-screen-two .image-content p{font-size: 22px;line-height: 30px;}
  .dummy-screen-two .ratenumber label, .dummy-screen-two .ratenumber p{font-size: 22px;font-family: "Work Sans", sans-serif;}
  .dummy-screen-two .ratenumberfooter label, .dummy-screen-two .ratenumberfooter p {font-size: 22px !important;}
  .dummy-screen .midrateno{gap: 10px;}
  .dummy-screen .cardrating .card-footer{border-radius: 0px;}
  .example-two{margin-top:20px !important;}
  .qr-code{position: fixed;top: 0;width: 36%;right: 40px;}
  .blank_div{height:320px;}
  .for_mobile{display:none;}

  .fix_leaderboard .cardrating {position: relative;}
  .fix_leaderboard .cardrating .midrateno{max-height: 300px;overflow-y: scroll;padding-bottom: 40px;}
  .fix_leaderboard .card-footer{position: absolute;bottom: 0;left: 0;right: 0;}
}

@media(min-width:767px) and (max-width:768px){
  .dummy-screen-two .qr-code img {max-width: 100%;}
}

@media(max-width:750px){
  .for_tablet{display:none;}
}
