* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

@font-face {
  font-family: Corda-Bold;
  src: url(font/Hoftype-Corda-Bold.otf);
}

@font-face {
  font-family: Corda-BoldItalic;
  src: url(font/Hoftype-Corda-BoldItalic.otf);
}

@font-face {
  font-family: Corda-ExtraLight;
  src: url(font/Hoftype-Corda-ExtraLight.otf);
}

@font-face {
  font-family: Corda-Italic;
  src: url(font/Hoftype-Corda-Italic.otf);
}

@font-face {
  font-family: Corda-Light;
  src: url(font/Hoftype-Corda-Light.otf);
}

@font-face {
  font-family: Corda-LightItalic;
  src: url(font/Hoftype-Corda-LightItalic.otf);
}

@font-face {
  font-family: Corda-Medium;
  src: url(font/Hoftype-Corda-Medium.otf);
}

@font-face {
  font-family: Corda-MediumItalic;
  src: url(font/Hoftype-Corda-MediumItalic.otf);
}

@font-face {
  font-family: Corda-Regular;
  src: url(font/Hoftype-Corda-Regular.otf);
}

body {
  background: #fff;
  font-size: 18px;
  /* padding: 2rem; */
  margin: 0;
}

img {
  max-width: 100%;
}

header {
  position: fixed;
  width: 100%;
  background: white;
  z-index: 10;
  top: 0;
  height: 70px;
  box-shadow: 0px 2px 10px #555;
}

ul li {
  list-style: none;
}
/*.daawatRaing {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
}*/
.headerNav {
  width: 100%;
  overflow: visible;
  height: 3.7em;
}

.headerNavActive {
  position: fixed;
  background-color: #fff;
  z-index: 1;
}

.headerNav .main-container {
  width: 95%;
  max-width: 1920px;
}

.headerNav .navbar {
  /* margin: 0px 50px; */
  display: block;
  justify-content: space-between;
  width: 100%;
}

.headerNav .navbar .navLeft {
  width: 10%;
  float: left;
  position: relative;
  z-index: 2;
}
.headerNav .navbar .navLeft .logo a img {
  width: 100%;
  z-index: 99999;
  position: relative;
}

.headerNav .navbar .navRight {
  padding-top: 25px;
  width: 80%;
  float: right;
  position: relative;
  z-index: 2;
}
.headerNav .navbar .navRight .desktopNav {
  width: 100%;
  float: right;
}
.headerNav .navbar .navRight .desktopNav ul {
  display: block;
  float: right;
}
.headerNav .navbar .navRight .desktopNav ul li {
  float: left;
  margin: 0 20px;
}

.headerNav .navbar .navRight .desktopNav ul li a {
  text-decoration: none;
  color: #000000;
  font-family: "Corda-Regular";
  font-size: 18px;
}

.headerNav .navbar .navRightLink {
  padding-top: 25px;
  display: none;
}

.headerNav .navbar .navRightLink ul {
  display: flex;
  align-items: center;
}

.headerNav .navbar .navRightLink ul li {
  padding-left: 30px;
}

.headerNav .navbar .navRightLink .mobSerc {
  height: 26px;
  overflow: hidden;
  z-index: 999999;
}

.headerNav .navbar .navRightLink .mobSerc .crossBtns {
  top: -4px;
  position: relative;
  background-color: #fff;
  display: block;
  transition: all 0.3s;
  left: -1px;
  z-index: 999999;
}

.crossBtnsActive {
  top: -31px !important;
}

.headerNav .navbar .navRightLink .mobMenu {
  display: flex;
  overflow: hidden;
  width: 60px;
  align-items: center;
  z-index: 999;
}

.headerNav .navbar .navRightLink .mobMenu .crossBtn {
  background: #ffff;
  width: 35px;
  height: 35px;
  position: absolute;
  right: -1px;
  transition: all 0.3s;
  top: 39%;
  /* display: none; */
  transform: translateX(30px);
}

.headerNav .navbar .navRightLink .mobMenu .crossBtn.navMenuAcrive {
  right: 37px !important;
  transform: translateX(0px);
}
/* Thanx popup Strat */

.thanxPopup {
  display: none;
  position: fixed;
  top: 0;
  background: #f2f2f2;
  width: 100%;
  height: 100%;
  z-index: 99;
  text-align: center;
}

.thanxPopup .thanxpopupInner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: white;
  padding: 83px;
  border-radius: 83px;
}

.thanxPopup .thanxpopupInner .thanxPopupWrap .icon {
  padding-bottom: 20px;
}

.thanxPopup .thanxpopupInner .thanxPopupWrap .text h2 {
    font-size: 32px;
    font-family: "Corda-medium";
    color: #080E98;
}

.globalBackground .thanxPopup .thanxpopupInner .thanxPopupWrap .text h2 {
  color: #c68d26;
  font-family: "Corda-BoldItalic";
}

.thanxPopup .thanxpopupInner .thanxPopupWrap .text p {
  font-size: 35px;
  padding-top: 10px;
  font-family: "Corda-medium";
  color: #080e98;
}

.thanxPopup .thanxpopupInner .thanxPopupWrap .thanxBtn a {
    text-decoration: none;
    display: inline-block;
    margin-top: 19px;
    font-size: 20px;
    text-transform: uppercase;
    border: 1px solid #2E30A3;
    padding: 8px 0;
    border-radius: 18px;
    color: #2E30A3;
    font-family: "Corda-Medium";
    text-align: center;
    width: 140px;
}
/* Thanx popup end */

.mainBanner {
  /* background-color: #2E30A3; */
  background-image: url(../img/Background.png);
  width: 100%;
  padding-bottom: 50px;
  background-size: cover;
  /* height: 90vh; */
}

.searchHereOverlay {
  background: white;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  z-index: 99999;
  display: none;
}

#searchHereOverlay {
  width: 100%;
  position: absolute;
  top: 100px;
  padding: 0 29px;
  overflow: hidden;
}

.searchHereOverlay .wrapperBox input {
  border: none;
  border-bottom: 2px solid #2e30a3;
  padding: 10px 0px;
  font-size: 20px;
  overflow: hidden;
  outline: none;
  width: 100%;
}

.searchHereOverlayActive {
  display: block !important;
}

.mainBanner {
  width: 100%;
  /* height: 90vh; */
}

.mainBanner .container-box {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
}

.mainBanner .container-box .MobileBottomBanner {
  width: 100%;
  background-color: #ffff;
  display: none;
}

.mainBanner .container-box .MobileBottomBanner .bannerWrap {
  width: 96%;
  margin: 0px auto;
}

.mainBanner .container-box .MobileBottomBanner .bannerWrap img {
  width: 100%;
  margin: 20px 0;
}

.bestBiryaniPlace {
  position: absolute;
  width: 80%;
  left: 50%;
  top: 137px;
  transform: translate(-50%);
  max-width: 1500px;
}
.ratingSection .rightWrapSection h1 {
  text-align: left;
  font-size: 2rem;
  font-family: "Corda-Bold";
  margin-bottom: 20px;
}
.breadcrumbHome {
  position: absolute;
  top: 84px;
  left: 10%;
  z-index: 9;
  width: 90%;
}
.breadcrumb-ctas {
  width: 90%;
  margin: 0 auto;
  max-width: 1400px;
}
.breadcrumbHome a {
  color: #fff;
  text-decoration: none;
  font-size: 15px;
  font-family: "Corda-Regular";
}

.bestBiryaniPlace form {
  position: relative;
}

#searchBiryaniPlace {
  width: 100%;
  padding: 1.2% 5% 1.2% 2%;
  border-radius: 10px;
  border: none;
  font-size: 1.5rem;
  outline: none;
  font-family: "Corda-Italic";
  box-shadow: 0px 3px 6px #00000029;
}

.bestBiryaniPlace form .search-btn {
  position: absolute;
  right: 100px;
  top: 55%;
  transform: translate(0px, -55%);
}

.bestBiryaniPlace form .boxBiryani {
  position: absolute;
  top: 60%;
  right: -82px;
  transform: translate(0, -50%);
}

.bestBiryaniPlace form .boxBiryani img {
  width: 155px;
}

.bestBiryaniPlace form button {
  border: none;
  background-color: transparent;
  cursor: pointer;
}

.bestBiryaniPlace form button span img {
  width: 30px;
}

.bestBiryaniPlace form ::placeholder {
  color: #000;
  opacity: 1;
  font-family: "Corda-Italic";
  /* Firefox */
}

.bestBiryaniPlace form ::-ms-input-placeholder {
  /* Edge 12 -18 */
  color: red;
}

.locatioWrap {
  width: 100%;
  margin: 10px auto 25px auto;
  display: inline-block;
  color: #fff;
  font-family: "Corda-Regular";
  align-items: center;
}

.locatioWrap span {
  padding-right: 10px;
  color: #f3b800;
}

.locatioWrap p {
  cursor: pointer;
}

.yourFavoriteBiryani {
  width: 100;
}

.yourFavoriteBiryani .rateItHere {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 87%;
  margin: 0 auto;
  flex-wrap: wrap;
  padding-top: 13%;
}

.yourFavoriteBiryani .rateItHere .rateItHereRight {
  width: 30%;
  background: white;
  box-shadow: 0px 3px 6px #00000029;
  border: 0.5px solid #f6cc45;
  border-radius: 15px;
  padding: 15px 10px 0;
  margin-top: 100px;
}

.yourFavoriteBiryani .rateItHere .rateItHereRight .topBiryaniPics h2 {
  text-align: center;
  /* padding: 20px; */
  font-size: 1.3rem;
  color: #2e30a3;
  font-family: "Corda-BoldItalic";
  position: relative;
  width: 100%;
  margin: 20px auto;
}

.yourFavoriteBiryani .rateItHere .rateItHereRight .topBiryaniPics h2::after {
  position: absolute;
  content: "";
  background-color: #f3b800;
  width: 158px;
  height: 2.7px;
  top: 35px;
  left: 50%;
  transform: translate(-50%, 0);
}

.yourFavoriteBiryani .rateItHere .rateItHereRight .topBiryaniPics .itemWrap {
  display: flex;
  justify-content: space-between;
  padding: 10px;
  border-bottom: 1px solid #00000029;
  align-items: center;
}

.yourFavoriteBiryani
  .rateItHere
  .rateItHereRight
  .topBiryaniPics
  .itemWrap:nth-child(6) {
  border-bottom: none !important;
}

.yourFavoriteBiryani
  .rateItHere
  .rateItHereRight
  .topBiryaniPics
  .itemWrap
  .itemName
  p,
.yourFavoriteBiryani
  .rateItHere
  .rateItHereRight
  .topBiryaniPics
  .itemWrap
  .itemName
  p
  span.list-sequence {
  font-family: "Corda-Medium";
  font-size: 1.2rem;
  color: #2e30a3;
  display: flex;
  align-items: baseline;
}
.yourFavoriteBiryani
  .rateItHere
  .rateItHereRight
  .topBiryaniPics
  .itemWrap
  .itemName
  p
  span.list-sequence {
  float: left;
  margin-right: 6px;
}

.yourFavoriteBiryani .rateItHere .rateItHereRight .topBiryaniPics .findMore {
  text-align: center;
  background-color: #ebbf47;
  width: 250px;
  margin: 24px auto;
  padding: 10px 0;
  border-radius: 28px;
}

.yourFavoriteBiryani .rateItHere .rateItHereRight .topBiryaniPics .findMore a {
  text-decoration: none;
  color: black;
  display: inline-block;
  font-size: 1rem;
  font-family: "Corda-Medium";
}

.yourFavoriteBiryani
  .rateItHere
  .rateItHereRight
  .topBiryaniPics
  .itemWrap
  .itemName
  p
  span {
  font-family: "Corda-Italic";
  font-size: 15px;
}

.marquee-list {
  width: 100%;
  box-sizing: border-box;
  display: box;
  display: flex;
  align-items: center;
  overflow: hidden;
  margin: 0px;
  padding: 10px 0px;
  font-family: "Corda-Medium";
  font-size: 15px;
  background-color: #c68d26;
  color: #fff;
}

.marquee-list span {
  border-right: 1px solid #fff;
  padding: 0 25px;
}

.marquee-list span:last-child {
  border-right: none;
}

.marquee-list marquee {
  height: 15px;
  line-height: 15px;
}

.exclusiveReward {
  width: 100%;
  background-color: #fff;
  padding: 20px 0;
}

.exclusiveReward .select {
  position: relative;
  margin-bottom: 15px;
  width: 250px;
  /* box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); */
  margin: 0 10px;
  font-family: "Corda-Regular";
  font-size: 15px;
}

.exclusiveReward .select select {
  width: 100%;
  padding: 8px 35px 8px 15px;
  outline: none;
  border: none;
  font-size: 17px;
  font-family: "Corda-Regular";
  border: 0.5px solid #080e98;
  border-radius: 19px;
  opacity: 1;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: url(../img/drop-arrow.svg) no-repeat center right 10px;
  background-size: 18px;
}

.exclusiveReward .select .selectBtn,
.submitYourRating {
  padding: 8px 20px;
  box-sizing: border-box;
  border-radius: 23px;
  cursor: pointer;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: #fff;
}

button {
  border: none;
}

.exclusiveReward .submitYourRating {
  background-color: #2e30a3;
  padding: 12px 20px;
}

.exclusiveReward .submitYourRating a {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
}

.exclusiveReward .exclusiveRewardBox {
  max-width: 43%;
  margin: 5px auto;
}

.exclusiveReward .exclusiveRewardBox h2 {
  font-size: 1.6rem;
  color: #2e30a3;
  font-family: "Corda-Medium";
  padding-bottom: 20px;
  text-align: center;
}

.exclusiveReward .exclusiveRewardBox .exclusiveRewardBoxDropdown {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

:root {
  /* --star-size: 60px; */
  --star-color: #dcd9d9;
  --star-background: #fc0;
}

.yourFavoriteBiryani
  .rateItHere
  .rateItHereRight
  .topBiryaniPics
  .itemRating
  .starsInner {
  --percent: calc(var(--rating) / 5 * 100%);
  display: inline-block;
  /* font-size: var(--star-size); */
  font-family: Times;
  line-height: 1;
  font-size: 30px;
}

.yourFavoriteBiryani
  .rateItHere
  .rateItHereRight
  .topBiryaniPics
  .itemRating
  .starsInner::before {
  content: "★★★★★";
  letter-spacing: 3px;
  background: linear-gradient(
    90deg,
    var(--star-background) var(--percent),
    var(--star-color) var(--percent)
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
/* Rating page Start */

.ratingSection [type="radio"]:checked,
.ratingSection [type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px;
}

.ratingSection [type="radio"]:checked + label,
.ratingSection [type="radio"]:not(:checked) + label {
  position: relative;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #2e30a3;
  font-size: 22px;
  font-family: "Corda-Medium";
}

.ratingSection [type="radio"]:checked + label:before,
.ratingSection [type="radio"]:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  top: -60px;
  width: 18px;
  height: 18px;
  border: 1px solid #2e30a3;
  border-radius: 100%;
  background: #fff;
}

.ratingSection [type="radio"]:checked + label:after,
.ratingSection [type="radio"]:not(:checked) + label:after {
  content: "";
  width: 18px;
  height: 18px;
  background: #2e30a3;
  position: absolute;
  top: -59px;
  left: 50%;
  transform: translate(-50%, 0) !important;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.ratingSection [type="radio"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}

.ratingSection [type="radio"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.ratingSection .ratingRight ul {
  position: relative;
  top: -52px;
}

.ratingSection {
  position: relative;
  overflow: hidden;
  z-index: 1;
  width: 100%;
}

.ratingWrap {
  position: relative;
}

.bottomWrapImg {
  position: absolute;
  bottom: -349px;
  right: -120px;
}

.bottomWrapImg img {
  max-width: 650px;
}

.ratingInner {
  display: flex;
}

.ratingSection .ratingRight {
  width: 70%;
  margin-top: 60px;
  padding: 20px 20px 70px 20px;
}

.ratingSection .ratingLeft {
  width: 30%;
  background: url(../img/Background.png);
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}

.ratingSection .ratingLeft .ratingBackground {
  position: absolute;
  width: 100%;
  margin-top: 0;
  bottom: 5%;
}

.ratingSection .ratingLeft .ratingBackground img {
  display: block;
  width: 100%;
}
.ratingSection .ratingLeft .ratingBackground > img {
  display: none;
}
.ratingSection .ratingLeft .ratingBackground .ratingText {
  position: relative;
  top: auto;
  color: white;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
  bottom: 0;
}
.ratingSection .ratingLeft .ratingBackground .ratingText h2 {
  font-family: "Corda-BoldItalic";
}

.ratingSection .ratingLeft .ratingBackground .ratingText p {
  font-family: "Corda-Medium";
}

.ratingSection .rightWrapSection {
  text-align: center;
  width: 90%;
  margin: 0 auto;
  padding: 30px 0 15px;
  border-bottom: 1px solid #707070;
}

.rightWrapSection .rightWrapBox {
  display: flex;
  flex-wrap: wrap;
}

.rightWrapSection .rightWrapBox .uploadImage {
  width: 140px;
  height: 140px;
  padding: 10px;
}

.rightWrapSection .rightWrapBox .uploadImage .form-group,
.rightWrapSection .rightWrapBox .uploadImage .form-group a {
  height: 100%;
  display: inline-block;
  width: 100%;
  color: #2e30a3;
  text-decoration: none;
}

.rightWrapSection .rightWrapBox .uploadImage .form-group {
  box-shadow: 0px 3px 6px #00000029;
  border: 1px solid #2e30a3;
  border-radius: 10px;
}

.rightWrapSection .rightWrapBox .uploadImage .form-group a span {
  display: block;
  padding-top: 20px;
  padding-bottom: 5px;
}

.rightWrapSection .rightWrapBox .uploadImage .form-group a span img {
  width: 30px;
}

.ratingSection .ratingRight ul li {
  width: 20px;
  display: inline-block;
}

.ratingSection .ratingLeft .banner {
  padding-top: 50px;
  width: 100%;
}

.ratingSection .ratingRight h2 {
  font-size: 1.8rem;
  font-family: "Corda-BoldItalic";
  padding-bottom: 100px;
  text-align: left;
  color: #2e30a3;
}

.ratingSection .ratingLeft .banner {
  padding-top: 50px;
}

.ratingSection .ratingLeft .banner img {
  position: relative;
  z-index: 1;
  width: 100%;
}

.rightWrapSection.seconds {
  padding-top: 50px !important;
}

.rightWrapSection.thired {
  text-align: left;
}

.rightWrapSection.thired .formWrap input,
.rightWrapSection.thired .formWrap select {
  border: none;
  border-bottom: 1px solid #2e30a3;
  outline: none;
  font-size: 20px;
  color: #2e30a3;
  font-family: "Corda-Medium";
}

.formWrap .innerFormWrap .w-100 {
  padding-bottom: 40px;
}

.formWrap .innerFormWrap .w-100 input {
  width: 92%;
}

.formWrap .innerFormWrap .w-50 {
  padding-bottom: 40px;
  display: flex;
  justify-content: space-between;
}

.formWrap .innerFormWrap .w-50 div {
  width: 100%;
}

.formWrap .innerFormWrap .w-50 div input,
.formWrap .innerFormWrap .w-50 div select {
  width: 80%;
}

.formWrap .innerFormWrap .w-100::placeholder {
  font-size: 20px;
}

.formWrap .innerFormWrap .butonSubmit {
  display: flex;
  align-items: center;
}

.formWrap .innerFormWrap .butonSubmit .buttonBack a {
  text-decoration: none;
  color: #2e30a3;
  font-size: 24px;
  border: 1px solid #2e30a3;
  padding: 8px 20px;
  border-radius: 24px;
  margin-right: 20px;
  font-family: "Corda-Medium";
}

.formWrap .innerFormWrap .butonSubmit .submit {
  background-color: transparent;
  text-transform: uppercase;
  background-color: #2e30a3;
  color: #fff;
  padding: 8px 20px;
  cursor: pointer;
  border-radius: 24px;
  font-size: 24px;
  font-family: "Corda-Medium";
}

.ratingSection .rightWrapSection:last-child {
  border-bottom: none;
}

.rightWrapSection.thired .formWrap label {
  color: #2e30a3;
  font-size: 1.4rem;
  font-family: "Corda-Medium";
}

.rightWrapSection.seconds h2 {
  padding-bottom: 20px;
}

.ratingSection .first form {
  display: flex;
  justify-content: space-between;
  position: relative;
  max-width: 95%;
  margin: 0 auto;
}

.errorMsg {
  font-size: 17px;
  padding-top: 3px;
  color: red;
  font-family: "Corda-Medium";
  display: none;
}

.thanxSection {
  width: 100%;
  margin-top: 30px;
}

.thanxContainer {
  display: flex;
  align-items: center;
}

.thanxContainer .thanxLeft {
  width: 40%;
}

.thanxContainer .thanxLeft img {
  width: 100%;
}

.thanxContainer .thanxRight {
  width: 65%;
}

.thanxWrap {
  padding: 0 0 0 10%;
}

.thanxContainer .thanxRight .thanxWrap .thanxWrapHeadin h1 {
  color: #c68d26;
  font-family: "Corda-Bold";
  font-size: 2rem;
  line-height: 150%;
  padding-bottom: 10px;
}

.thanxContainer .thanxRight .thanxWrap .thanxWrapHeadin h2 {
  font-family: "Corda-Bold";
  font-size: 46px;
  color: #080e98;
  padding-bottom: 40px;
}

.thanxContainer .thanxRight .rightWrapSection h2 {
  font-family: "Corda-Medium";
  font-size: 1.5rem;
  color: #000;
  padding-bottom: 20px;
  padding-top: 10px;
}

.thanxContainer .thanxRight .rightWrapSection .shoppingPlatform h2 {
  border-top: 1px solid #0000001f;
  max-width: 90%;
  padding: 20px 0px 20px;
}

.thanxInnerFormWrap input::placeholder {
  font-size: 28px;
  font-family: "Corda-Medium";
  color: #000;
}
/* .thanxInnerFormWrap .shoppingPlatform {
    border-top: 1px solid #0000001f;
} */

.thanxInnerFormWrap .w-50 {
  display: flex;
  max-width: 40%;
  /* justify-content: space-between; */
  padding: 5px 0 33px;
}

.thanxInnerFormWrap .w-50 .w-25 {
  margin-right: 20px;
}

.thanxInnerFormWrap .w-50 input {
  border: none;
  border-bottom: 1px solid #080e98;
  font-size: 28px;
  font-family: "Corda-Medium";
  padding: 16px 8px;
  outline: none;
  color: #000;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.desktop {
  display: block;
}

.thanxInnerFormWrap .w-50 .w-25 input {
  width: 100px;
}

.thanxInnerFormWrap .w-50 .w-100 input {
  width: 262px;
}

.shoppingPlatform .chooseYour {
  display: flex;
}

.shoppingPlatform .chooseYour .shoppingLeft {
  margin-right: 100px;
}

.shoppingPlatform .chooseYour img {
  margin: 7px;
  width: 90px;
}

.shoppingPlatform .chooseYour .shoppingLeft img {
  -webkit-filter: grayscale(100%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}

.shoppingButonSubmit {
  display: flex;
  align-items: center;
  margin-top: 60px;
}

.shoppingButonSubmit .buttonBacks a {
  text-decoration: none;
  color: #2e30a3;
  font-size: 24px;
  border: 1px solid #2e30a3;
  padding: 5px 20px;
  border-radius: 24px;
  margin-right: 20px;
  font-family: "Corda-Medium";
}

.shoppingButonSubmit .submit {
  text-transform: uppercase;
  background-color: #2e30a3;
  color: #fff;
  padding: 8px 20px;
  cursor: pointer;
  border-radius: 24px;
  font-size: 24px;
  font-family: "Corda-Medium";
}

.shoppingButonSubmit .submit input {
  border: none;
}

.thanxSection .mobile {
  display: none;
}

.currentLocation p,
.locateOnMap p {
  color: #fff;
}
.errorMessage {
  text-align: left;
  margin-left: 0 !important;
  font-family: "Corda-Regular";
}
.ratingSection .rightWrapSection {
  position: relative;
  z-index: 1;
}
svg.ext {
  display: none;
}
.footerSection .footerBox {
  width: 33%;
}
span.list-sequence:nth-child(2) {
  display: inline-block !important;
}
.registrationheadingContainer h1 {
  text-align: left;
  font-family: "Corda-Bold";
  font-size: 2rem;
}
.aboutAs .topText h1 {
  text-align: center;
  color: #c68d26;
  font-family: "Corda-Bold";
  margin-bottom: 20px;
  font-size: 2rem;
}
.mainFormWrapper .formBox .formFieldsBox .formFiedWrapper:last-child {
  border-bottom: none;
}
.ratingSection .rightWrapSection h1 {
  font-family: "Corda-Bold";
  text-align: left;
  margin-bottom: 20px;
  color: #2e30a3;
  font-size: 2rem;
}
.locatioWrap .currentLocation h1 {
  font-size: 40px;
  text-align: center;
  width: 100%;
  float: left;
}
.thanxPopup .thanxpopupInner .thanxPopupWrap h1 {
    color: #C68D26;
    font-family: 'Corda-Bold';
    font-size: 40px;
}
.ui-widget.ui-widget-content {
  border: 1px solid #c5c5c5;
  height: 200px;
  overflow-y: scroll;
  background: #fff;
  font-family: "Corda-Regular";
  padding: 0 20px;
}

@media (max-width: 1920px)
{
  .yourFavoriteBiryani .rateItHere .rateItHereLeft
  {
    margin: 30px auto 0 auto;
  }
}

@media (max-width: 1680px) {
  .thanxInnerFormWrap .w-50 {
    max-width: 38%;
  }
}


@media (max-width: 1600px) {
  .thanxInnerFormWrap .w-50 {
    max-width: 41%;
  }
  .itemRating .starsInner {
    font-size: 2rem !important;
  }
  .ratingSection .ratingRight h2 {
    padding-bottom: 75px;
  }
}

@media (max-width: 1536px) {
  .thanxContainer .thanxRight .thanxWrap .thanxWrapHeadin h1 {
    font-size: 3rem;
  }
  .thanxContainer .thanxRight .thanxWrap .thanxWrapHeadin h2 {
    font-size: 39px;
    padding-bottom: 15px;
  }
  .shoppingButonSubmit {
    margin-top: 30px;
  }
}

@media (max-width: 1440px) {
  .locatioWrap .currentLocation h1 {
    font-size: 32px;
  }
  .thanxInnerFormWrap .w-50 {
    max-width: 55%;
  }
  .shoppingButonSubmit {
    margin-top: 22px;
  }
  .thanxContainer .thanxRight {
    margin-top: 50px;
  }
  .thanxContainer .thanxRight .thanxWrap .thanxWrapHeadin h2 {
    padding-bottom: 10px;
    font-size: 30px;
  }
  .thanxContainer .thanxRight .thanxWrap .thanxWrapHeadin h1 {
    font-size: 2rem;
    line-height: 2.6rem;
  }
  .shoppingPlatform .chooseYour img {
    width: 75px;
  }
  .thanxContainer .thanxRight .rightWrapSection h2 {
    padding-bottom: 0;
  }
}

@media (max-width: 1366px) {
  .thanxContainer .thanxRight {
    margin-top: 10px;
  }
  .thanxPopup .thanxpopupInner {
    padding: 65px;
  }
  .thanxPopup .thanxpopupInner .thanxPopupWrap .text h2 {
    font-size: 36px;
  }
  .globalBackground .thanxPopup .thanxpopupInner .thanxPopupWrap .text p {
    font-size: 26px;
  }
  .thanxContainer .thanxRight .thanxWrap .thanxWrapHeadin h1 {
    font-size: 2.5rem;
    line-height: 2rem;
  }
  .thanxContainer .thanxRight .thanxWrap .thanxWrapHeadin h2 {
    font-size: 1.8rem;
  }
  .shoppingButonSubmit {
    margin-top: 3px;
  }
  .thanxInnerFormWrap .w-50 {
    max-width: 44%;
  }
  .shoppingPlatform .chooseYour img {
    width: 77px;
  }
  .thanxInnerFormWrap .w-50 input {
    font-size: 25px;
    padding: 8px;
  }
  .thanxInnerFormWrap input::placeholder {
    font-size: 25px;
  }
  .thanxInnerFormWrap .w-50 .w-25 input {
    width: 68px;
  }
  .thanxInnerFormWrap .w-50 .w-100 input {
    width: 208px;
  }
  .itemRating .starsInner {
    font-size: 1.5rem !important;
  }
  .ratingSection [type="radio"]:checked + label,
  .ratingSection [type="radio"]:not(:checked) + label {
    font-size: 16px;
  }
  .ratingSection [type="radio"]:checked + label:after,
  .ratingSection [type="radio"]:not(:checked) + label:after {
    height: 19px;
    top: -60px;
  }
  .yourFavoriteBiryani .rateItHere .rateItHereLeft {
    margin: 10px auto 0 auto;
}
}

@media (max-width: 1280px) {
  /* .thanxContainer .thanxLeft img {
            height: 100vh;
        } */
  /* .thanxContainer .thanxLeft,
        .thanxContainer .thanxRight {
            width: unset;
        } */
  .thanxInnerFormWrap .w-50 {
    max-width: 77%;
  }
  .shoppingPlatform .chooseYour img {
    width: 46px;
  }
  .shoppingPlatform .chooseYour .shoppingLeft {
    margin-right: 29px;
  }
  .thanxContainer .thanxRight .thanxWrap .thanxWrapHeadin h1 {
    font-size: 1.5rem;
  }
  .thanxContainer .thanxRight .thanxWrap .thanxWrapHeadin h2 {
    font-size: 1.5rem;
  }
  .shoppingPlatform .chooseYour img {
    margin: 3px;
  }
  .shoppingButonSubmit .submit,
  .shoppingButonSubmit .buttonBacks a {
    padding: 6px 20px;
    font-size: 22px;
  }
}

@media (max-width: 1024px) {
  .shoppingPlatform .chooseYour img {
    width: 54px;
  }
  .thanxInnerFormWrap .w-50 {
    max-width: 61%;
  }
  .thanxPopup .thanxpopupInner .thanxPopupWrap .text p {
    font-size: 18px;
  }
  .globalBackground .thanxPopup .thanxpopupInner .thanxPopupWrap .text h2 {
    font-size: 21px;
  }
  .yourFavoriteBiryani .rateItHere .rateItHereLeft {
    margin: 30px auto 0 auto;
}
}

@media (max-width: 912px) {
  .yourFavoriteBiryani .rateItHere .rateItHereLeft {
    margin: 60px auto 0 auto;
}
}
@media (max-width: 820px) {
  .thanxContainer .thanxLeft {
    width: 100%;
  }
  .thanxContainer .thanxRight {
    width: 100%;
  }
  .headerNav .navbar .navRightLink .mobSerc .crossBtns {
    top: 0;
  }
  .crossBtnsActive {
    top: -23px !important;
  }
  .headerNav .navbar .navRightLink .mobMenu .crossBtn.navMenuAcrive {
    right: 20px !important;
  }
  .thanxPopup .thanxpopupInner {
    padding: 23px 67px;
    border-radius: 55px;
    width: 80%;
  }
  .thanxSection .mobile {
    display: block;
  }
  .thanxSection .desktop {
    display: none;
  }
  .thanxContainer {
    flex-wrap: wrap;
  }
  .thanxContainer .thanxLeft img {
    height: unset;
  }
  .thanxContainer .thanxRight .rightWrapSection .shoppingPlatform h2 {
    max-width: 100%;
  }
  .thanxWrap {
    padding: 0 120px 32px;
  }
}

@media (max-width: 525px) {
  .thanxWrap {
    padding: 0;
  }
  .ratingSection .first form#ratingstarform div.itemRating {
    width: auto;
    padding-right: 20px;
  }
  .thanxPopup .thanxpopupInner .thanxPopupWrap .thanxBtn a {
    font-size: 17px;
    padding: 3px 20px;
  }
  .thanxPopup .thanxpopupInner .thanxPopupWrap .text h2 {
    font-size: 16px;
  }
  .thanxPopup .thanxpopupInner {
    padding: 20px;
    border-radius: 28px;
    width: 84%;
  }
  .thanxInnerFormWrap .w-50 {
    max-width: 100%;
  }
  .thanxInnerFormWrap .w-50 .w-100 input {
    width: 90%;
  }
  .thanxContainer .thanxRight {
    margin-left: 0;
    text-align: center;
    margin: 20px;
  }
  .shoppingPlatform .chooseYour {
    display: flex;
    width: 100%;
    justify-content: center;
  }
  .thanxContainer .thanxRight .thanxWrap .thanxWrapHeadin h1,
  .thanxContainer .thanxRight .rightWrapSection h2 {
    font-size: 1rem;
  }
  .thanxContainer .thanxRight .thanxWrap .thanxWrapHeadin h2 {
    font-size: 18px;
  }
  .shoppingPlatform .chooseYour .shoppingLeft {
    margin-right: 0;
    width: 100%;
  }
  .shoppingPlatform .chooseYour img {
    width: 60px;
  }
  .shoppingButonSubmit {
    justify-content: center;
  }
  .thanxPopup .thanxpopupInner .thanxPopupWrap .text p {
    font-size: 15px !important;
  }
  .globalBackground .thanxPopup .thanxpopupInner .thanxPopupWrap .text h2 {
    font-size: 18px !important;
  }
  .thanxInnerFormWrap .w-50 .w-25 {
    margin-right: 0px;
  }
}

@media (max-width: 320px) {
  .headerNav .navbar .navRightLink ul {
    margin-left: 25px !important;
  }
}

@media (max-width: 380px) {
  .headerNav .navbar .navRightLink ul li {
    padding-left: 20px;
  }
}

/* Rating page end */

.privacyPolicy p {
  padding: 15px 0;
  font-family: "Corda-Regular" !important;
  line-height: 30px;
}

.privacyPolicyPage .breadcrumbHome {
  color: black;
}

.termsConditions {
  width: 100%;
  background-color: #fff;
}

.termsConditions .termsConditionsInner {
  max-width: 90%;
  margin: 0 auto;
  padding: 100px 0;
  margin-top: 35px;
}

.termsConditions .termsConditionsInner .hedding h2 {
  color: #080e98;
  font-size: 2.8rem;
  text-align: center;
  padding-bottom: 20px;
  font-family: "Corda-Bold";
}

.termsConditionsInnerCopy p {
  color: #000;
  font-size: 1.2rem;
  line-height: 1.5rem;
  font-family: "Corda-Medium";
}

.IntegrityPolicy {
  border-bottom: 1px solid #707070;
  padding: 27px 0;
  margin-bottom: 20px;
}

.IntegrityPolicy:last-child {
  border: none;
}

.IntegrityPolicy h3 {
  color: #080e98;
  font-size: 2rem;
  padding-bottom: 10px;
  font-family: "Corda-Bold";
}

.IntegrityPolicy h4 {
  font-size: 19px;
  color: #080e98;
  font-family: "Corda-Medium";
  padding-bottom: 7px;
  position: relative;
  padding-left: 30px;
}

.list p {
  padding-left: 30px;
}

.IntegrityPolicy h4::before {
  position: absolute;
  content: "";
  left: 7px;
  top: 7px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #080e98;
  color: #080e98;
}
.PrivacyPolicy h3 {
  color: #080e98;
  font-size: 2rem;
  font-family: "Corda-Bold";
  margin-top: 30px;
}
.PrivacyPolicy ul li {
  font-size: 19px;
  font-family: "Corda-Medium";
  padding-bottom: 7px;
  position: relative;
  padding-left: 30px;
}
.PrivacyPolicy p {
  padding-bottom: 5px;
}
.PrivacyPolicy li::before {
  position: absolute;
  content: "";
  left: 7px;
  top: 7px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: black;
  color: #0000;
}
.IntegrityPolicyWrap {
  padding: 5px 0;
}
@media (max-width: 768px) {
  .thanxPopup .thanxpopupInner .thanxPopupWrap h1 {
   font-size: 22px;
}

  .ratingSection .ratingLeft {
    width: 100%;
    position: relative;
  }
  .topPlacesForBiryani {
    margin-top: 200px !important;
  }
  .registrationheadingContainer h1 {
    font-size: 1.5rem;
    margin-top: 5px;
    line-height: 120%;
  }
  .termsConditions .termsConditionsInner .hedding h2 {
    font-size: 2rem;
  }
  .IntegrityPolicy h3 {
    font-size: 1.5rem;
  }
  .privacyPolicy p {
    text-align: justify;
  }
}

footer {
  width: 100%;
  position: relative;
  z-index: 9;
  /*max-width: 1920px;
    margin: 0 auto;*/
}

.footerSection {
  /* margin: 30px; */
  background-color: #121212;
  float: left;
  width: 100%;
}

.footerSection .footerContainer {
  width: 80%;
  margin: 0 auto;
  padding-bottom: 20px;
  max-width: 1920px;
}

.footerSection .footerContainer .footerWrap {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}

.footerSection .footerContainer .footerLogo {
  text-align: center;
  padding: 30px 0 20px 0;
}
.footerSection .footerContainer .footerLogo img {
  width: 200px;
}

.termsConditions .termsConditionsInner .hedding h1 {
  margin: 30px 0 0 0;
  font-family: "Corda-Bold";
  font-size: 2rem;
  color: #c68d26;
}
.footerSection .footerContainer .footerWrap ul li,
.address {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  /* padding-bottom: 18px; */
  text-transform: uppercase;
  font-family: "Corda-Bold";
  margin-bottom: 12px;
  height: 40px;
  line-height: 40px;
  padding-left: 10px;
}

.footerSection .footerContainer .footerWrap .address {
  cursor: pointer;
}

.footerSection .footerContainer .footerWrap .footerBox ul li.subscribe {
  background: transparent !important;
  line-height: 28px;
}

.footerSection .footerContainer .footerWrap .footerBox a {
  text-decoration: none;
  color: #fff;
}

.footerSection .footerContainer .footerWrap .footerBox .footerAdres {
  color: #fff;
  font-family: "Corda-Light", sans-serif;
  text-transform: none;
  line-height: 24px;
  padding-left: 40px;
  letter-spacing: 0.5px;
  font-size: 15px;
}

.footerSection .footerContainer .footerWrap .footerBox .footerAdres a {
  transition: all 0.3s;
}

.footerSection .footerContainer .footerWrap .footerBox .footerAdres a:hover {
  color: #c68d26;
}

.footerSection .footerContainer .footerWrap .footerBox .footerAdres p {
  font-size: 15px;
  height: unset;
  background: transparent;
  padding-bottom: 10px;
}

.footerSection .footerContainer .footerWrap .footerBox .footerAdres p a {
  font-size: 15px;
  color: #fff;
  font-family: "Corda-Light", sans-serif;
  text-transform: none;
  line-height: 24px;
}

.footerSection .footerForm {
  position: relative;
  top: 6px;
  padding-left: 10px;
}

.footerSection .footerEmail {
  width: 100%;
  height: 40px;
  border: 0;
  border-bottom: 1px solid #fff;
  background: none;
  margin-bottom: 10px;
  color: #fff;
  font-size: 16px;
  outline: none;
}

.footerSection .footerSubmit {
  width: 40px;
  display: block;
  background: none;
  border: 0;
  height: 40px;
  cursor: pointer;
  background: url(../img/footericon.png) -36px -128px no-repeat;
  position: absolute;
  right: 0;
  top: 0;
  font-size: 0;
}

.footerSection .footerForm .error {
  display: none;
  color: red;
}

.footerSection .footerAdres p::before {
  content: "";
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 18px;
  height: 18px;
  background: url(../img/footericon.png) 0 0 no-repeat;
  margin-left: -44px;
  padding-right: 10px;
}

.footerSection .footerAdres p.corporate::before {
  width: 25px;
  background-position: 0 -129px;
  height: 21px;
}

.footerSection .footerAdres p.contNo:before {
  width: 23px;
  background-position: 0 -158px;
  height: 21px;
}

.footerSection .footerAdres p.careId:before {
  width: 23px;
  background-position: 0 -185px;
  height: 21px;
}

.footerSection .footerAdres p.careNo:before {
  width: 23px;
  background-position: 0 -205px;
  height: 21px;
}

.footerSection
  .footerContainer
  .footerWrap
  .footerBox
  .footerAdres
  .careNo
  a.cll {
  color: #cf9731;
  font-family: "CordaBold", sans-serif;
  display: block;
  font-size: 22px;
  margin-top: 5px;
}

.footerSection .footerSocial {
    padding: 25px 0 0 10px;
}

.footerSection .footerTitle2 {
  color: #a2a2a2;
  font-size: 15px;
  font-family: "Corda-Regular", sans-serif;
  margin-bottom: 10px;
}

.footerSection .footerSocial a {
  margin-right: 15px;
  display: inline-block;
  background: url(../img/footericon.png) 0 -61px no-repeat;
  width: 25px;
  height: 20px;
}

.footerSection .footerSocial .footerFace {
  background-position: 0 -61px;
  width: 12px;
  transition: all 0.3s;
}

.footerSection .footerSocial .footerFace:hover {
  background-position: 0 -87px;
}

.footerSection .footerSocial .footerInst {
  background-position: -26px -60px;
  width: 19px;
  transition: all 0.3s;
}

.footerSection .footerSocial .footerInst:hover {
  background-position: -26px -87px;
}

.footerSection .footerSocial .footerYoutbe {
  background-position: -57px -60px;
  width: 27px;
  transition: all 0.3s;
}

.footerSection .footerSocial .footerYoutbe:hover {
  background-position: -57px -87px;
}

.footerSection .footerSocial .footerTwit {
  background-position: -96px -60px;
  width: 24px;
  transition: all 0.3s;
}

.footerSection .footerSocial .footerTwit:hover {
  background-position: -96px -87px;
}

.footerSection .footerCopyRight {
  overflow: hidden;
  margin-top: 40px;
  background: #262526;
  height: 52px;
  text-align: center;
  font-size: 15px;
  font-family: "CordaLight";
  color: #a2a2a2;
  padding: 0 15px;
  line-height: 52px;
}

.footerSection .footerCopyRight p {
  font-family: "Corda-Medium";
}

.footerSection .footerContainer .footerWrap .footerBox .footerAdres {
  max-height: 0;
  transition: all 0.3s;
}

.footerSection .footerActive .footerAdres {
  max-height: 500px !important;
}
/* Priyanshu Start */

.mainRestaurant {
  overflow: hidden;
  width: 100%;
  position: relative;
}

.mainContainer {
  width: 100%;
  display: block;
  background: url(../img/bg-image.png) center center no-repeat;
  padding: 20px 30px;
  text-align: center;
  letter-spacing: 1px;
  position: relative;
  padding-bottom: 175px;
  overflow: hidden;
  background-size: cover;
  /* height: 100vh; */
  padding-bottom: 27%;
}

.topText {
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
  padding: 50px 0;
  margin-top: 20px;
}

.topText h2 {
  color: #c68d26;
  font-size: 4.5rem;
  font-weight: bold;
  margin-bottom: 40px;
  font-family: "Corda-bold";
  line-height: 52px;
}

.topBiryani {
  color: #fff;
  font-size: 2.5rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 40px;
  font-family: "Corda-bold";
  line-height: 3rem;
}

.getEnrolledBtn {
  padding: 15px 14px;
  border-radius: 37px;
  background-color: #fff;
  text-decoration: none;
  font-family: "Corda-Medium";
  font-size: 1.2rem;
  display: block;
  color: #2e30a3;
  max-width: 200px;
  margin: 0 auto;
  font-weight: bold;
  letter-spacing: 0.5px;
  margin-bottom: 20px;
}

.bottomImg {
  width: 100%;
  margin: 0 auto;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -72%;
  text-align: center;
}

.bottomImg .big-bottomImg {
  max-width: 100%;
}

.small-bottomImg {
  display: none;
}

.aboutAs .topBiryani {
    font-size: 1.25rem;
    padding-bottom: 10px;
    line-height: 144%;
    font-weight: normal;
    max-width: 80%;
    margin: 0 auto;
    font-family: "Corda-Bold" !important;
}

.colBlack {
  color: #000 !important;
}

.aboutAs .topBiryani p {
  padding-bottom: 15px;
}

.aboutAs .topText {
  margin-top: 75px;
}

.aboutAs .bottomImg {
  left: 22%;
  bottom: -150%;
}

.aboutAs .topText h2 {
  margin-bottom: 48px;
}

.aboutAs .mainContainer {
  padding-bottom: 24%;
}

.aboutAs .bottomImg .big-bottomImg {
  width: 150%;
  max-width: unset;
}
.footerSection .footerContainer .footerWrap {
  color: #fff;
}
.footerWrap.cityListContainer p,
.footerWrap.cityListContainer p a {
  color: #fff;
  text-decoration: none;
  font-family: "Corda-Light";
}
.footerWrap.cityListContainer p a {
  color: #fff;
  text-decoration: none;
  font-family: "Corda-Light";
  font-size: 0.9rem;
  word-spacing: 4px;
}

.footerWrap.cityListContainer p {
  width: 100%;
  float: left;
  margin-bottom: 10px;
}
.thankyou-msg {
    margin-left: 10px;
    font-size: 18px !important;
    color: #fff;
    font-family: "Corda-Bold";
    text-transform: uppercase;
}
@media (max-width: 1745px) {
  .aboutAs .bottomImg {
    left: 22%;
    bottom: -128%;
    width: 100%;
  }
  .aboutAs .mainContainer {
    padding-bottom: 24%;
  }
}

@media (max-width: 1680px) {
  .bottomImg {
    width: 80%;
  }
  .aboutAs .mainContainer {
    padding-bottom: 28%;
  }
}

@media (max-width: 1600px) {
  .bottomImg {
    /* width: 75%; */
    bottom: -95%;
  }
  .bottomImg .big-bottomImg {
    max-width: 150%;
    width: 94%;
  }
  .mainContainer,
  .aboutAs .mainContainer {
    padding-bottom: 20%;
  }
  .aboutAs .bottomImg {
    bottom: -142%;
  }
}

@media (max-width: 1500px) {
  .bottomImg {
    width: 72%;
  }
  .getEnrolledBtn {
    font-size: 1rem;
  }
  .topBiryani {
    font-size: 1.5rem;
    line-height: 140%;
  }
  .topText h2 {
    font-size: 2rem;
    margin-bottom: 10px;
  }

  .aboutAs .bottomImg {
    left: 22%;
    bottom: -122%;
    width: 100%;
  }
  .aboutAs .mainContainer {
    padding-bottom: 25%;
  }
}

@media (max-width: 1440px) {
  .bottomImg {
    bottom: -106%;
    /* left: 42%; */
  }
  .bottomImg .big-bottomImg {
    max-width: 150%;
    width: 123%;
  }
}

@media (max-width: 1366px) {
  .ratingSection .rightWrapSection h1 {
    font-size: 1.6rem;
  }
  .bottomImg {
    width: 58%;
  }
  .bottomImg {
    bottom: -80%;
    /* left: 42%; */
  }
  .aboutAs .bottomImg {
    left: 22%;
    bottom: -180%;
    width: 100%;
  }
  .aboutAs .mainContainer {
    padding-bottom: 12%;
  }
  .aboutAs .topText {
    margin-top: 45px;
  }
  .aboutAs .topBiryani {
    font-size: 1rem;
    line-height: 140%;
  }
}

@media (max-width: 1280px) {
  .bottomImg {
    width: 73%;
    bottom: -94%;
  }
  .aboutAs .bottomImg {
    bottom: -155%;
  }
  .aboutAs .mainContainer {
    padding-bottom: 13%;
  }
  .aboutAs .topText h2 {
    margin-bottom: 40px;
  }
  .aboutAs .topBiryani {
    font-size: 1rem;
    line-height: 140%;
  }
}

@media (max-width: 1024px) {
  .bottomImg .big-bottomImg {
    max-width: 200%;
    width: 155%;
  }
  .bottomImg {
    bottom: -113%;
    left: 37%;
  }
  .aboutAs .bottomImg {
    bottom: -132%;
  }
}

@media (max-width: 820px) {
  .topBiryani {
    font-size: 39px;
    line-height: 140%;
  }
  .topText {
    margin-top: 90px;
  }
  .bottomImg {
    left: 39%;
    bottom: -76%;
  }
  .getEnrolledBtn {
    max-width: 250px;
    font-size: 1.5rem;
    max-width: 250px;
    padding: 22px 7px;
  }
  .aboutAs .bottomImg {
    bottom: -95%;
  }
}

@media (max-width: 768px) {
  .topText {
    margin-top: 0px;
  }
  .qrcontainer .mainBanner h1 {
    margin-top: 20px;
  }
  .ratingSection .ratingRight {
    margin-top: 0;
    padding-top: 0;
  }
  .aboutAs .topBiryani {
    max-width: 90%;
  }
  .topText h2 {
    font-size: 28px;
    line-height: 1.1;
  }
  .mainContainer .topBiryani {
    font-size: 16px;
    margin: 10px 0 30px;
    line-height: 170% !important;
  }
  .getEnrolledBtn {
    max-width: 250px;
    font-size: 1rem;
    max-width: 200px;
    padding: 15px 7px;
  }
  .bottomImg {
    bottom: -60%;
    left: 57%;
    width: 100%;
  }
  .small-bottomImg {
    width: 159%;
  }
  .small-bottomImg {
    display: block;
    max-width: 200%;
    width: 95%;
  }
  .big-bottomImg {
    display: none;
  }
  .bottomImg.small-bottomImg {
    max-width: 200%;
    width: 191%;
  }
  .aboutAs .mainContainer .topBiryani {
    font-size: 14px;
    margin: 0 auto;
  }
  .aboutAs .bottomImg {
    bottom: -99%;
    left: 21%;
  }
  .aboutAs .small-bottomImg {
    width: 160%;
  }
  .mainContainer .topBiryani br {
    display: none;
  }
}

@media (max-width: 430px) {
  .aboutAs .bottomImg {
    bottom: -42%;
    left: 21%;
  }
  .aboutAs .topText {
    margin-top: 79px;
  }
  .aboutAs .topText h2 {
    margin-bottom: 23px;
  }
  .topBiryani {
    line-height: 36px !important;
  }
  .topText {
    margin-top: 64px;
    padding: 0;
  }
  .getEnrolledBtn {
    font-size: 1rem;
    max-width: 198px;
    padding: 11px 7px;
  }
  .bottomImg {
    bottom: -36%;
    left: 33%;
    width: 86%;
  }
  .small-bottomImg {
    max-width: 200%;
    width: 163%;
  }
  .mainContainer {
    padding-bottom: 72%;
  }
  .aboutAs .mainContainer {
    padding-bottom: 38%;
  }
  .aboutAs .bottomImg {
    bottom: -31%;
    left: 19%;
  }
  .aboutAs .mainContainer .topBiryani {
    line-height: 22px !important;
    max-width: 95%;
  }
}

@media (max-width: 390px) {
  .mainContainer .topBiryani {
    font-size: 20px;
  }
  .small-bottomImg {
    max-width: 200%;
    width: 168%;
  }
  .aboutAs .bottomImg {
    bottom: -28%;
    left: 19%;
  }
}
/* Priyanshu end */
/* ASIF page start */

section {
  width: 100%;
  float: left;
}

.globalBackground {
  background: url(../img/Background.png);
  min-height: 100vh;
  background-size: cover;
  position: relative;
  background-attachment: fixed;
}

.contentBox {
  margin-top: 155px;
}

.relImgBox {
  position: relative;
  float: left;
}

.absImg {
  position: fixed;
  bottom: -10px;
  width: 40%;
  right: 0;
}

.absImg img {
  width: 100%;
  max-width: 100%;
}

.mainFormWrapper {
  width: 70%;
  float: left;
}

.mainFormWrapper .formBox .formFieldsBox {
  float: left;
  width: 100%;
}

.mainFormWrapper .formBox .formFieldsBox .formField {
  width: 100%;
  float: left;
  margin-top: 15px;
  position: relative;
}

.mainFormWrapper .formBox .formFieldsBox .formField.col2Box {
  width: 49%;
  margin-right: 2%;
}

.mainFormWrapper .formBox .formFieldsBox .formField.col2Box:nth-child(even) {
  margin-right: 0;
}

.mainFormWrapper .formBox .formFieldsBox .formField.col1Box {
  width: 100%;
}

.formFieldsBox h2 {
  font-size: 24px;
  color: #fff;
  font-family: "Corda-Medium";
  width: 100%;
  font-weight: normal;
  float: left;
  margin-top: 15px;
}

.mainFormWrapper .formBox .formFieldsBox .formField input,
.mainFormWrapper .formBox .formFieldsBox .formField textarea,
.mainFormWrapper .formBox .formFieldsBox .formField select {
  width: 100%;
  padding: 10px 20px;
  border: 1px solid #114366;
  background: rgba(0, 0, 0, 0.3);
  font-style: italic;
  border-radius: 10px;
  height: 46px;
  font-family: Corda-Italic;
  font-size: 18px;
  color: #fff;
  outline: none;
  resize: none;
}

.formField span.verifyContactNumer {
  position: absolute;
  right: 15px;
  top: 12px;
  color: #fff;
  font-family: "Corda-Medium";
  font-size: 14px;
  display: block;
  text-decoration: underline;
  cursor: pointer;
}

.mainFormWrapper .formBox .formFieldsBox .formField .errorMessage {
  color: #fff;
  font-size: 12px;
  padding: 0 25px;
  margin-top: 5px;
  font-family: Corda-Light;
  display: none;
}

.mainFormWrapper .formBox .formFieldsBox .formField .custom-file-upload {
  display: none;
  opacity: 0;
  visibility: hidden;
}

.mainFormWrapper .formBox .formFieldsBox .formField label.fssai-cert {
  width: 100%;
  color: #607f94;
  padding: 10px 20px;
  font-family: Corda-Italic;
  font-size: 18px;
  border-radius: 10px;
  background: url("../img/material-attach-file.png") center right 20px no-repeat
    rgba(0, 0, 0, 0.3);
  background-size: 25px;
  cursor: pointer;
  float: left;
}

::placeholder {
  opacity: 1;
  color: #607f94;
}

.mainFormWrapper .formBox .formFieldsBox .formFiedWrapper {
  width: 100%;
  float: left;
  border-bottom: 1px solid #fafbfc;
  padding-bottom: 20px;
}

.main-container {
  width: 95%;
  margin: 0 auto;
  max-width: 1920px;
}

.restPicWrapper {
  width: 100%;
  float: left;
  margin: 15px 0 0 0;
}

.restPicWrapper ul {
  list-style: none;
}

.restPicWrapper ul li {
  width: 12%;
  float: left;
  margin-right: 1.3%;
  margin-top: 10px;
}

.restPicWrapper ul li img {
  width: 100%;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  min-height: 115px;
  max-height: 115px;
}

label.fssai-cert.uploadRestIcon {
  background: #fff !important;
  font-family: "Corda-Regular" !important;
  height: 100%;
  min-height: 115px;
  text-align: center;
  color: #2e30a3 !important;
  font-weight: bold;
  padding: 30px 0 0 0 !important;
  border: 1px solid #283272;
}

label.fssai-cert.uploadRestIcon span {
  font-size: 30px;
  width: 100%;
  display: block;
}

.proceedBtn {
  background: #fff;
  width: 145px;
  padding: 8px 0;
  text-align: center;
  color: #2e30a3;
  font-size: 18px;
  text-transform: uppercase;
  font-family: "Corda-Medium";
  margin: 20px 0 100px 0;
  cursor: pointer;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
}

.mobileOnly {
  display: none;
}

.itemRating .starsInner {
  --percent: calc(var(--rating) / 5 * 100%);
  display: inline-block;
  font-size: var(--star-size);
  font-family: "Corda-Medium";
  font-size: 2.5rem;
}

.itemRating .starsInner::before {
  content: "★★★★★";
  letter-spacing: 3px;
  background: linear-gradient(
    90deg,
    var(--star-background) var(--percent),
    var(--star-color) var(--percent)
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.topPlacesForBiryani {
  margin-top: 250px;
}

.topPlacesForBiryani h1 {
  text-align: center;
  font-size: 2.5rem;
  color: #080e98;
  font-family: "Corda-Medium";
}

.restaurantDetailsWrapper {
  margin-top: 40px;
  border-bottom: 1px solid #c3c3c3;
  padding-bottom: 35px;
  margin-bottom: 20px;
}

.restaurantDetailsWrapper:last-child {
  border-bottom: none;
}

.restaurantDetailsWrapper .restName h2 {
  font-size: 1.8rem;
  color: #080e98;
  font-family: "Corda-Bold";
}

.restaurantDetailsWrapper .restName h2 span.listNumber {
  font-family: "Corda-Regular";
  font-weight: normal;
  margin-right: 15px;
}

.restaurantDetailsWrapper .restName h2 span.restDistance {
  font-family: "Corda-LightItalic";
  font-weight: normal;
  margin-left: 15px;
  color: #5f5f5f;
  font-size: 18px;
}

.restaurantDetailsWrapper .mainFlexBoxWrapper {
  display: flex;
  align-items: center;
  margin-top: 20px;
  justify-content: flex-end;
}

.restaurantDetailsWrapper .mainFlexBoxWrapper .listOfGalleryItem {
  width: 55%;
  margin-right: 1%;
}

.restaurantDetailsWrapper
  .mainFlexBoxWrapper
  .listOfGalleryItem
  .restaturantUploadedeImage {
  float: left;
  width: 17%;
  margin-right: 3%;
  pointer-events: none;
}

.restaurantDetailsWrapper
  .mainFlexBoxWrapper
  .listOfGalleryItem
  .restaturantUploadedeImage.galleryBox {
  pointer-events: auto;
  position: relative;
}
/* .restaurantDetailsWrapper
  .mainFlexBoxWrapper
  .listOfGalleryItem
  .restaturantUploadedeImage.galleryBox:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 96%;
  background: #080e98;
  left: 0;
  top: 0;
  opacity: 0.7;
  border-radius: 10px;
  cursor: pointer;
} */

.restaurantDetailsWrapper
  .mainFlexBoxWrapper
  .listOfGalleryItem
  .restaturantUploadedeImage.galleryBox
  span.galleryInitiateText {
  position: absolute;
  left: 50%;
  top: 48%;
  transform: translate(-50%, -50%);
  color: #fff;
  z-index: 1;
  font-family: "Corda-Medium";
  font-size: 22px;
  width: 100%;
  text-align: center;
  cursor: pointer;
  background: rgba(8, 14, 152, 0.7);
  height: 97%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
}
.restaurantDetailsWrapper
  .mainFlexBoxWrapper
  .listOfGalleryItem
  .restaturantUploadedeImage.galleryBox
  span.galleryInitiateText
  a {
  color: #fff;
  text-decoration: none;
}
.restaurantDetailsWrapper
  .mainFlexBoxWrapper
  .listOfGalleryItem
  .restaturantUploadedeImage
  img {
  border-radius: 10px;
  width: 100%;
}

.restaurantDetailsWrapper .mainFlexBoxWrapper .ratingBox {
  width: 15%;
  margin-right: 5%;
  text-align: center;
}

.restaurantDetailsWrapper .mainFlexBoxWrapper .ratingBox .dishTitle {
  font-family: "Corda-MediumItalic";
  color: #2e30a3;
  font-size: 22px;
}

.restaurantDetailsWrapper .mainFlexBoxWrapper .ratingBox .numberOfRating {
  font-family: "Corda-MediumItalic";
  color: #2eac00;
  font-size: 22px;
}

.restaurantDetailsWrapper .mainFlexBoxWrapper .restContactWrapper {
  width: 25%;
}

.restaurantDetailsWrapper
  .mainFlexBoxWrapper
  .restContactWrapper
  .restLocation {
  display: flex;
  align-items: flex-start;
  margin-bottom: 15px;
}

.restaurantDetailsWrapper
  .mainFlexBoxWrapper
  .restContactWrapper
  .restLocation
  span.commonIcon,
.restaurantDetailsWrapper
  .mainFlexBoxWrapper
  .restContactWrapper
  .restLocation
  span.commonIcon
  a {
  width: 5%;
  margin-right: 5%;
  color: #080e98;
  font-size: 24px;
  margin-top: 5px;
}

.restaurantDetailsWrapper
  .mainFlexBoxWrapper
  .restContactWrapper
  .restLocation
  span.locationName,
.restaurantDetailsWrapper
  .mainFlexBoxWrapper
  .restContactWrapper
  .restLocation
  span.locationName
  a {
  width: 95%;
  color: #000;
  font-size: 24px;
  font-family: "Corda-LightItalic";
  text-decoration: none;
}

.fancybox-navigation .fancybox-button div {
  padding: 12px;
}
/* gallery page start */

.darkBg {
  background: #000;
}

.main-gallery-wrapper {
  margin-top: 170px;
  text-align: center;
  color: #fff;
}

.filterTabsMain .filterWrapper {
  margin: 50px 0;
}
.filterWrapper ul {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  width: 76%;
  margin: 0 auto;
}

.filterWrapper ul li {
  width: 31%;
  border: 1px solid #313131;
  border-radius: 15px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 0px;
}

.filterWrapper ul li {
  width: 31%;
}

.filterWrapper ul li img {
  border-radius: 15px;
  width: 100%;
  max-width: 100%;
}

.filterTabsMain .tabNames label {
  margin: 0 50px 0 10px;
  font-size: 20px;
  color: #fff;
  font-family: "Corda-Regular";
  cursor: pointer;
}
/* gallery page ends */

@media (min-width: 1900px) {
  .bestBiryaniPlace, .breadcrumbHome{
    padding-left: 40px;
  }
  .mainFormWrapper {
    width: 60%;
  }
  .breadcrumb-ctas {
    width: 98%;
    margin: 0 auto;
    max-width: 1800px;
  }
  .aboutAs .bottomImg {
    left: 22%;
    bottom: -165%;
  }
}

@media (max-width: 1550px) {
  .absImg {
    right: -8%;
  }
  .restPicWrapper ul li img {
    min-height: 90px;
    max-height: 90px;
  }
  label.fssai-cert.uploadRestIcon {
    padding: 10px 0 0 0 !important;
    min-height: 90px;
  }
  .restaurantDetailsWrapper .mainFlexBoxWrapper .listOfGalleryItem {
    width: 47%;
    margin-right: 2.5%;
    display: flex;
    align-items: center;
  }
  .restaurantDetailsWrapper .mainFlexBoxWrapper .ratingBox {
    width: 17%;
    margin-right: 2.5%;
  }
  .restaurantDetailsWrapper .mainFlexBoxWrapper .restContactWrapper {
    width: 27.5%;
  }
  .restaurantDetailsWrapper
    .mainFlexBoxWrapper
    .listOfGalleryItem
    .restaturantUploadedeImage.galleryBox
    span.galleryInitiateText {
    font-size: 18px;
  }
  .restaurantDetailsWrapper
    .mainFlexBoxWrapper
    .listOfGalleryItem
    .restaturantUploadedeImage.galleryBox
    span.galleryInitiateText
    a {
    display: flex;
    position: relative;
    z-index: 999;
    color: #fff;
    text-decoration: none;
    align-items: center;
    justify-content: center;
    float: left;
    width: 100%;
    height: 100%;
  }
  .filterWrapper ul li {
    width: 30%;
  }
}

@media (max-width: 1440px) {
  label.fssai-cert.uploadRestIcon {
    padding: 15px 0 0 0 !important;
    min-height: 103px;
  }
  .mainFormWrapper {
    width: 60%;
  }
  .formFieldsBox h2 {
    font-size: 18px;
    margin-top: 0;
  }
  .mainFormWrapper .formBox .formFieldsBox .formField input,
  .mainFormWrapper .formBox .formFieldsBox .formField textarea,
  .mainFormWrapper .formBox .formFieldsBox .formField select {
    padding: 8px 15px;
    height: 40px;
    font-size: 16px;
  }
  .mainFormWrapper .formBox .formFieldsBox .formField label.fssai-cert {
    font-size: 16px;
  }
  label.fssai-cert.uploadRestIcon {
    padding: 10px 0 0 0 !important;
    min-height: 90px;
  }
  .proceedBtn {
    width: 130px;
    font-size: 16px;
    margin: 5px 0 50px 0;
  }
  .absImg {
    right: -2%;
  }
  .topPlacesForBiryani h1 {
    font-size: 2rem;
  }
  .restaurantDetailsWrapper .restName h2 {
    font-size: 1.4rem;
  }
  .restaurantDetailsWrapper .restName h2 span.restDistance {
    font-size: 14px;
  }
  .restaurantDetailsWrapper .mainFlexBoxWrapper .ratingBox .dishTitle,
  .restaurantDetailsWrapper .mainFlexBoxWrapper .ratingBox .numberOfRating {
    font-size: 20px;
  }
  .restaurantDetailsWrapper
    .mainFlexBoxWrapper
    .restContactWrapper
    .restLocation
    span.locationName,
  .restaurantDetailsWrapper
    .mainFlexBoxWrapper
    .restContactWrapper
    .restLocation
    span.locationName
    a,
  .restaurantDetailsWrapper
    .mainFlexBoxWrapper
    .restContactWrapper
    .restLocation
    span.commonIcon,
  .restaurantDetailsWrapper
    .mainFlexBoxWrapper
    .restContactWrapper
    .restLocation
    span.commonIcon
    a {
    font-size: 20px;
  }
  .filterWrapper ul {
    width: 65%;
    gap: 20px;
  }
  .filterWrapper ul li {
    width: 31.6%;
  }
}

@media (max-width: 1300px) {
  label.fssai-cert.uploadRestIcon {
    min-height: 84px;
  }
  .contentBox {
    margin-top: 140px;
  }
}

@media (max-width: 959px) {
  .mobileOnly {
    display: block;
  }
  .desktopOnly {
    display: none;
  }
  .absImg {
    right: -37%;
    width: 175%;
    bottom: -65%;
  }
  .mainFormWrapper {
    width: 100%;
  }
  .restaurantDetailsWrapper .mainFlexBoxWrapper {
    display: block;
  }
  .restaurantDetailsWrapper .mainFlexBoxWrapper .listOfGalleryItem {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
    float: left;
  }
  .restaurantDetailsWrapper .mainFlexBoxWrapper .ratingBox {
    width: 30%;
    float: left;
    margin-right: 5%;
  }
  .restaurantDetailsWrapper .mainFlexBoxWrapper .restContactWrapper {
    width: 65%;
    float: left;
  }
  .restaurantDetailsWrapper {
    float: left;
    width: 100%;
    margin-top: 20px;
  }
  .bestBiryaniPlace form {
    position: relative;
    float: left;
    width: 100%;
    margin-top: 15px;
}
  .restaurantDetailsWrapper
    .mainFlexBoxWrapper
    .restContactWrapper
    .restLocation
    span.commonIcon,
  .restaurantDetailsWrapper
    .mainFlexBoxWrapper
    .restContactWrapper
    .restLocation
    span.commonIcon
    a {
    margin-right: 3%;
    margin-top: 3px;
  }
}

@media (max-width: 460px) {
  .headerNav .navbar .navRightLink .mobMenu .crossBtn.navMenuAcrive {
    right: 35px !important;
    top: 38%;
  }
  .yourFavoriteBiryani .rateItHere {
    padding-top: 70%;
  }
  .mainFormWrapper .formBox .formFieldsBox .formField.col2Box {
    width: 100%;
    margin-right: 0;
  }
  .restPicWrapper ul li {
    width: 25%;
    margin-right: 8.3%;
  }
/*  .contentBox {
    margin-top: 105px;
    margin-bottom: 130px;
    max-height: 400px;
    overflow-y: auto;
  }*/
  header {
    z-index: 999;
    height: 60px;
  }
  .absImg {
    right: -37%;
    width: 175%;
    bottom: -35%;
    display: none;
  }
  .proceedBtn {
    width: 130px;
    font-size: 16px;
    margin: 20px 0 50px 18%;
    transform: translate(-50%, 0);
  }
  .globalBackground {
    background: url(../img/mobileBackground.png);
    background-size: cover;
    min-height: 80vh;
  }
  .restPicWrapper ul li img {
    min-height: 84px;
    max-height: 84px;
  }
  .restaurantDetailsWrapper .mainFlexBoxWrapper {
    display: block;
    padding: 0;
  }
  .restaurantDetailsWrapper
    .mainFlexBoxWrapper
    .listOfGalleryItem
    .restaturantUploadedeImage {
    float: left;
    width: 30%;
    margin-right: 2%;
    pointer-events: none;
  }
  .restaurantDetailsWrapper .mainFlexBoxWrapper .ratingBox {
    width: 100%;
    float: left;
    margin-right: 0;
    display: flex;
    align-items: center;
  }
  .topPlacesForBiryani h1 {
    font-size: 20px;
    text-align: left;
  }
  .restaurantDetailsWrapper .restName h2 {
    font-size: 16px;
  }
  .restaurantDetailsWrapper .restName h2 span.listNumber {
    margin-right: 10px;
  }
  .restaurantDetailsWrapper .restName h2 span.restDistance {
    margin-left: 10px;
  }
  .restaurantDetailsWrapper .mainFlexBoxWrapper .ratingBox .dishTitle,
  .restaurantDetailsWrapper .mainFlexBoxWrapper .ratingBox .numberOfRating {
    font-size: 14px;
  }
  .restaurantDetailsWrapper .mainFlexBoxWrapper .ratingBox .itemWrap {
    display: flex;
    align-items: center;
    line-height: 100%;
  }
  .itemRating .starsInner::before {
    letter-spacing: 1px;
  }
  .itemRating .starsInner {
    font-size: 24px;
    margin: 0 20px 0 10px;
  }
  .restaurantDetailsWrapper .mainFlexBoxWrapper .restContactWrapper {
    width: 100%;
    float: left;
    margin-top: 10px;
  }
  .restaurantDetailsWrapper
    .mainFlexBoxWrapper
    .restContactWrapper
    .restLocation
    span.locationName,
  .restaurantDetailsWrapper
    .mainFlexBoxWrapper
    .restContactWrapper
    .restLocation
    span.locationName
    a,
  .restaurantDetailsWrapper
    .mainFlexBoxWrapper
    .restContactWrapper
    .restLocation
    span.commonIcon,
  .restaurantDetailsWrapper
    .mainFlexBoxWrapper
    .restContactWrapper
    .restLocation
    span.commonIcon
    a {
    font-size: 16px;
  }

  .filterWrapper ul {
    width: 100%;
    gap: 20px;
  }
  .filterWrapper ul li {
    width: 47.3%;
  }
  .filterTabsMain .tabNames label {
    margin: 0 20px 0 5px;
    font-size: 16px;
  }
  .pager {
    float: left;
  }
  .restaurantDetailsWrapper
    .mainFlexBoxWrapper
    .restContactWrapper
    .restLocation {
    align-items: center;
  }
  .breadcrumb-ctas {
    width: 100%;
    max-width: 100%;
  }
  .yourFavoriteBiryani
    .rateItHere
    .rateItHereRight
    .topBiryaniPics
    .itemWrap
    .itemName
    p,
  .yourFavoriteBiryani
    .rateItHere
    .rateItHereRight
    .topBiryaniPics
    .itemWrap
    .itemName
    p
    span.list-sequence {
    font-size: 1rem;
  }
}
/* ASIF page end*/

@media (max-width: 1680px) {
  .exclusiveReward .exclusiveRewardBox h2 {
    font-size: 24px;
  }
  .ratingSection .rightWrapSection {
    padding: 25px 0 15px;
  }
  .rightWrapSection.seconds h2 {
    padding-bottom: 4px !important;
  }
  .rightWrapSection.seconds {
    padding-top: 30px !important;
  }
  .formWrap .innerFormWrap .w-50 div input,
  .formWrap .innerFormWrap .w-50 div select {
    width: 63%;
  }
  .formWrap .innerFormWrap .w-100 input {
    width: 80%;
  }
  .ratingSection .ratingLeft .ratingBackground .ratingText {
    bottom: 21px;
  }
}

@media (max-width: 1600px) {
  /* .bestBiryaniPlace {
        padding-top: 9%;
    } */
  .yourFavoriteBiryani .rateItHere .rateItHereLeft {
    max-width: 860px;
  }
  .yourFavoriteBiryani .rateItHere .rateItHereLeft img {
    max-width: 100%;
  }
  .yourFavoriteBiryani .rateItHere .rateItHereRight {
    margin-top: 33px;
  }
  .exclusiveReward .exclusiveRewardBox {
    max-width: 49%;
  }
  .yourFavoriteBiryani .rateItHere {
    padding-top: 18%;
  }
}

@media (max-width: 1440px) {
  .yourFavoriteBiryani .rateItHere .rateItHereLeft {
    max-width: 650px;
  }
  .bestBiryaniPlace {
    width: 70%;
  }
  .ratingSection .rightWrapSection {
    padding: 20px 0 0;
  }
  .ratingSection .ratingRight h2 {
    padding-bottom: 75px;
  }
  .rightWrapSection.seconds {
    padding-top: 16px !important;
  }
  .rightWrapSection .rightWrapBox .uploadImage {
    width: 125px;
    height: 125px;
  }
  .rightWrapSection .rightWrapBox .uploadImage .form-group a span img {
    width: 16px;
  }
  .rightWrapSection .rightWrapBox .uploadImage .form-group a {
    font-size: 15px;
  }
  .formWrap .innerFormWrap .w-100 {
    padding-bottom: 30px;
  }
  .ratingSection .ratingLeft .ratingBackground .ratingText {
    bottom: 6px;
  }
  .ratingSection .ratingLeft .ratingBackground {
    margin-top: -97px;
  }
  .rightWrapSection label {
    z-index: 999999999;
    position: relative;
  }
  */ .yourFavoriteBiryani .rateItHere .rateItHereLeft {
    max-width: 809px;
  }
  .yourFavoriteBiryani .rateItHere .rateItHereRight {
    width: 35%;
  }
}

@media (max-width: 1366px) {
  .formWrap .innerFormWrap .butonSubmit .buttonBack a,
  .formWrap .innerFormWrap .butonSubmit .submit {
    font-size: 15px;
  }
  .rightWrapSection.thired .formWrap input,
  .rightWrapSection.thired .formWrap select {
    font-size: unset;
  }
  .ratingSection .ratingLeft .ratingBackground .ratingText h2 {
    font-size: 20px;
  }
  .ratingSection .ratingRight h2 {
    font-size: 21px;
  }
  .ratingSection .rightWrapSection {
    padding: 20px 0 15px;
  }

  /* .ratingSection .ratingRight h2 {
padding-bottom: 70px;
} */
  .ratingSection .ratingRight h2 {
    padding-bottom: 70px;
  }
  .rightWrapSection.seconds {
    padding-top: 16px !important;
  }
  .rightWrapSection .rightWrapBox .uploadImage {
    width: 115px;
    height: 115px;
  }
  .rightWrapSection .rightWrapBox .uploadImage .form-group a span img {
    width: 16px;
  }
  .rightWrapSection .rightWrapBox .uploadImage .form-group a {
    font-size: 15px;
  }
  .formWrap .innerFormWrap .w-100 {
    padding-bottom: 30px;
  }
  .bestBiryaniPlace {
    width: 70%;
  }
  .exclusiveReward .exclusiveRewardBox {
    max-width: 53%;
  }
  .bestBiryaniPlace form button span img {
    width: 25px;
  }
  #searchBiryaniPlace {
    padding: 10px 15px;
    font-size: 20px;
  }
  .bestBiryaniPlace form .boxBiryani img {
    width: 117px;
  }
  .bestBiryaniPlace form .search-btn {
    right: 58px;
    top: 58%;
    transform: translate(0px, -58%);
  }
  .yourFavoriteBiryani .rateItHere .rateItHereLeft {
    max-width: 650px;
  }
  .yourFavoriteBiryani .rateItHere .rateItHereRight .topBiryaniPics .findMore {
    margin: 8px auto;
    padding: 8px 0;
  }
  .yourFavoriteBiryani .rateItHere .rateItHereRight {
    padding: 0 10px 7px;
  }
  .yourFavoriteBiryani .rateItHere .rateItHereRight {
    margin-top: 22px;
  }
  .yourFavoriteBiryani .rateItHere .rateItHereRight {
    width: 40%;
  }
}

@media (max-width: 1280px) {
  .yourFavoriteBiryani .rateItHere {
    padding-top: 20%;
  }
  .exclusiveReward .exclusiveRewardBox {
    max-width: 55%;
  }
  .headerNav .navbar .navRight {
    width: 80%;
  }
  .yourFavoriteBiryani .rateItHere .rateItHereLeft {
    max-width: 600px;
  }
  .yourFavoriteBiryani
    .rateItHere
    .rateItHereRight
    .topBiryaniPics
    .itemWrap
    .itemName
    p,
  .yourFavoriteBiryani
    .rateItHere
    .rateItHereRight
    .topBiryaniPics
    .itemWrap
    .itemName
    p
    span.list-sequence {
    font-size: 1rem;
  }
  .yourFavoriteBiryani .rateItHere .rateItHereRight {
    width: 40%;
  }
  .headerNav .navbar .navRight .desktopNav ul li a {
    font-size: 16px;
  }
}

@media (max-width: 1024px) {
  .ratingSection .rightWrapSection {
    padding: 27px 0 0;
  }
  .bottomWrapImg {
    display: none;
  }
  .ratingSection .ratingLeft .banner {
    max-width: 90%;
    margin: 0 auto;
    z-index: 99;
    position: relative;
  }
  .ratingSection .ratingLeft .ratingBackground .ratingText {
    bottom: 95px;
  }
  .ratingSection .ratingLeft .banner img {
    width: 100%;
  }
  .ratingSection .ratingLeft {
    width: 100%;
    position: relative;
  }
  .ratingSection .ratingRight {
    width: 100%;
  }
  .ratingSection .ratingLeft::after {
    position: absolute;
    content: "";
    background-color: #c68d26;
    width: 100%;
    height: 60%;
    top: 0;
  }
  .ratingInner {
    display: block;
  }

  .ratingSection .ratingLeft .ratingBackground {
    max-width: 100%;
    margin: 0;
    position: static;
    padding: 40px 0 0 0;
  }
  .ratingSection .ratingLeft .ratingBackground img {
    width: 100%;
  }
  .ratingSection .first form div {
    display: flex;
  }
  .ratingSection .ratingRight ul {
    top: unset;
    left: -89%;
  }
  .ratingSection [type="radio"]:checked + label:before,
  .ratingSection [type="radio"]:not(:checked) + label:before {
    left: 0;
    top: 0px;
  }
  .ratingSection [type="radio"]:checked + label:after,
  .ratingSection [type="radio"]:not(:checked) + label:after {
    top: 1px;
    left: 0;
  }
  .ratingSection .first form {
    flex-wrap: wrap;
    max-width: 40%;
  }
  .ratingSection .first form div {
    width: 100%;
    padding: 15px 0;
  }
  .rightWrapSection label {
    width: auto;
    text-align: left;
  }
  .rightWrapSection #ratingstarform label {
    width: 50%;
    text-align: left;
    padding-left: 30px;
  }
  .rightWrapSection #ratingstarform label {
    width: 50%;
    text-align: left;
  }
  .ratingSection .first form#ratingstarform div {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .ratingSection .rightWrapSection {
    border-bottom: none;
  }
  .ratingSection .ratingRight h2 {
    padding-bottom: 15px;
  }
  .rightWrapSection label {
    z-index: unset;
  }
  .formWrap .innerFormWrap .w-100 {
    padding-top: 10px;
  }
  .yourFavoriteBiryani .rateItHere {
    padding-top: 23%;
  }
  .exclusiveReward .exclusiveRewardBox {
    max-width: 70%;
  }
  /* .bestBiryaniPlace {
        padding-top: 14%;
    } */
  .yourFavoriteBiryani .rateItHere .rateItHereLeft {
    max-width: 460px;
  }
  .yourFavoriteBiryani .rateItHere .rateItHereRight .topBiryaniPics h2 {
    font-size: 21px;
    margin: 10px auto;
  }
  .yourFavoriteBiryani .rateItHere .rateItHereRight .topBiryaniPics h2::after {
    width: 120px;
    height: 2.7px;
    top: 31px;
    left: 50%;
  }
  .yourFavoriteBiryani
    .rateItHere
    .rateItHereRight
    .topBiryaniPics
    .itemWrap
    .itemName
    p {
    font-size: 15px;
  }
  .yourFavoriteBiryani
    .rateItHere
    .rateItHereRight
    .topBiryaniPics
    .itemWrap
    .itemName
    p
    span {
    font-size: 12px;
  }
  .yourFavoriteBiryani .rateItHere .rateItHereRight .topBiryaniPics .itemWrap {
    padding: 4px 10px;
  }
  .yourFavoriteBiryani .rateItHere .rateItHereRight .topBiryaniPics .findMore {
    width: 230px;
    padding: 4px 0;
  }
  .yourFavoriteBiryani
    .rateItHere
    .rateItHereRight
    .topBiryaniPics
    .findMore
    a {
    font-size: 15px;
  }
  .yourFavoriteBiryani .rateItHere .rateItHereRight {
    width: 40%;
  }
  .locatioWrap {
    margin: 23px auto;
  }
  .formWrap .innerFormWrap .butonSubmit {
    padding-bottom: 15px;
  }
}

@media (max-width: 965px) {
  /* .bestBiryaniPlace {
        padding-top: 15%;
    } */
  .headerNav .navbar .navRightLink {
    display: block;
  }
  .headerNav .navbar .navRight .desktopNav {
    display: none;
    z-index: 99;
  }
  .headerNav .navbar .navRight .desktopNav ul {
    display: block;
  }
  .headerNav .desktopNav {
    position: absolute;
    right: -20px;
    transition: all 0.3s;
    top: 57px;
    background: white;
    height: 100vh;
    width: 300px;
    padding-top: 50px;
  }
  .mobileNavActive {
    display: block !important;
  }
  .headerNav .desktopNav ul li a {
    color: #000000;
    text-decoration: none;
    font-size: 18px;
    padding: 6px 20px;
    margin-bottom: 13px;
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid gray;
  }
  .yourFavoriteBiryani .rateItHere .rateItHereLeft {
    max-width: 340px;
  }
  .yourFavoriteBiryani .rateItHere .rateItHereRight {
    width: 48%;
  }
  #searchBiryaniPlace {
    padding: 7px 20px;
    font-size: 17px;
  }
  .bestBiryaniPlace form button span img {
    width: 17px;
  }
  .bestBiryaniPlace form .boxBiryani img {
    width: 90px;
  }
  .bestBiryaniPlace form .boxBiryani {
    right: -52px;
  }
}

@media (max-width: 820px) {
  .ratingSection .first form {
    flex-wrap: wrap;
    max-width: 44%;
    left: 7%;
  }
  .shoppingButonSubmit .submit,
  .shoppingButonSubmit .buttonBacks a {
    padding: 6px 20px;
    font-size: 14px;
  }
  .ratingSection .ratingRight ul {
    top: unset;
    left: -110%;
  }
  .ratingSection .ratingLeft .ratingBackground .ratingText {
    bottom: 13%;
  }
  .yourFavoriteBiryani .rateItHere {
    padding-top: 250px;
  }
  .exclusiveReward .exclusiveRewardBox .exclusiveRewardBoxDropdown {
    flex-wrap: wrap;
    justify-content: center;
    align-items: baseline;
  }
  .exclusiveReward .select {
    margin-bottom: 20px;
  }
  .exclusiveReward .select:last-child {
    margin-bottom: 0;
  }
  .exclusiveReward .exclusiveRewardBox h2 {
    font-size: 19px;
    text-align: center;
  }
  .yourFavoriteBiryani .rateItHere .rateItHereLeft {
    max-width: 80%;
  }
  .yourFavoriteBiryani .rateItHere {
    flex-direction: column-reverse;
  }
  .yourFavoriteBiryani .rateItHere .rateItHereRight {
    width: 80%;
    margin-bottom: 30px;
  }
  .mainBanner .container-box .MobileBottomBanner {
    display: block;
  }
  .yourFavoriteBiryani .rateItHere .rateItHereLeft {
    display: none;
  }
  .mainBanner {
    padding-bottom: 0;
  }
}

@media (max-width: 768px) {
  /* .bestBiryaniPlace {
        padding-top: 20%;
    } */
  .ratingSection .first form {
    max-width: 47%;
    left: 11%;
  }
  .ratingSection .first form#ratingstarform {
    max-width: 100%;
    left: 0;
  }
  #ratingstarform .itemRating {
    width: 50% !important;
  }

  /*.hamburgerBtn.active{
  display: block;
  height: 17px;
 }   
.hamburgerBtn span {
    width: 84%;
    height: 2px;
    display: block;
    background: #cf9731;
    margin-bottom: 4px;
    position: relative;
}
a.hamburgerBtn.active span:first-child {
    transform: rotate(45deg);
    top: 8px;
    left: 0px;
}
a.hamburgerBtn.active span:nth-child(2) {
    transform: rotate(-45deg);
    left: 0;
    top: 0;
}
a.hamburgerBtn.active span:last-child {
    display: none;
}*/

  .footerSection .footerSocial {
    text-align: center;
  }
  .footerSection .address:after {
    content: "\f107";
    position: absolute;
    top: -2px;
    right: 15px;
    font-family: "FontAwesome";
    color: #fff;
    font-size: 20px;
    font-weight: 300;
  }
  .footerSection .footerContainer .footerWrap ul li,
  .address {
    transition: all 0.3s;
    position: relative;
  }
  .footerSection .footerActive .address:after {
    transform: rotate(180deg);
    transition: all 0.3s;
  }
  .footerSection .footerContainer .footerWrap ul li,
  .address {
    background: #2c2c2c;
  }
  .footerSection .footerBox {
    overflow: hidden;
    width: 100%;
  }
  .footerSection .Drop ul {
    position: relative;
  }
  .breadcrumbHome {
    position: absolute;
    top: 104px;
    left: 10px;
    z-index: 998;
    max-width: 90%;
  }
  .exclusiveReward .exclusiveRewardBox {
    max-width: 85%;
  }
  .exclusiveReward .select {
    width: 44%;
  }
  .exclusiveReward .select:last-child {
    width: 49%;
  }
  .mainBanner {
    /* background-color: #2E30A3; */
    background: url(../img/mobileBackground.png) center center no-repeat;
    background-size: cover;
  }
  .exclusiveReward .exclusiveRewardBox {
    max-width: 96%;
  }
  .exclusiveReward .exclusiveRewardBox h2 {
    text-align: center;
    font-size: 21px;
  }
  .headerNav {
    height: 3.7rem;
  }
  .headerNav .navbar .navLeft .logo a img {
    width: 100px;
  }
  .headerNav .navbar {
    /* padding: 0 30px; */
    margin: 0px;
    display: block;
    float: left;
    width: 100%;
  }

  .bestBiryaniPlace form .boxBiryani img {
    width: 72px;
  }
  .bestBiryaniPlace form .boxBiryani {
    right: -21px;
  }
  .bestBiryaniPlace {
    top: 135px;
    width: 86%;
  }
  .locatioWrap .currentLocation h1 {
    font-size: 24px;
    text-align: left;
  }
  #searchBiryaniPlace {
    font-size: 15px;
  }
  .headerNav .navbar .navRightLink {
    padding-top: 0px;
    width: 24%;
    float: right;
  }
  .headerNav .navbar .navRightLink .mobMenu .crossBtn.navMenuAcrive {
    right: 41px !important;
    transform: translateX(0px);
  }
  .headerNav .navbar .navRightLink ul {
    display: block;
    margin-left: 40px;
  }
  .headerNav .navbar .navRightLink .mobSerc {
    width: auto;
    float: left;
  }

  .headerNav .navbar .navRightLink .mobMenu {
    width: 50%;
    display: block;
  }
  .headerNav .navbar .navLeft {
    width: 50%;
    float: left;
    position: relative;
  }
  .headerNav .navbar .navLeft .logo {
    position: absolute;
  }
  .bestBiryaniPlace form button span img {
    width: 20px;
  }
  .locatioWrap {
    max-width: 338px;
    margin: 5px auto;
  }
  .headerNav .navbar .navRight .desktopNav ul li {
    width: 100%;
  }
  .yourFavoriteBiryani .rateItHere .rateItHereRight {
    width: 90%;
    margin: 5px 0 20px 0;
  }
  .yourFavoriteBiryani .rateItHere {
    max-width: 100%;
  }
  .yourFavoriteBiryani .rateItHere .rateItHereRight .topBiryaniPics .findMore {
    width: 180px;
  }
  .yourFavoriteBiryani
    .rateItHere
    .rateItHereRight
    .topBiryaniPics
    .findMore
    a {
    font-size: 13px;
  }
  .yourFavoriteBiryani
    .rateItHere
    .rateItHereRight
    .topBiryaniPics
    .itemRating
    .starsInner {
    font-size: 25px;
  }
  .yourFavoriteBiryani .rateItHere .rateItHereRight .topBiryaniPics .itemWrap {
    padding: 4px;
  }
  .footerSection .footerContainer .footerWrap .footerBox .footerAdres {
    padding-left: 55px;
  }
}

@media (max-width: 525px) {
  .ratingSection .first form#ratingstarform {
    max-width: 100%;
    left: 0;
  }
  .ratingSection .ratingLeft .ratingBackground {
    margin: 0;
    position: static;
    width: 100%;
    max-width: 100%;
    padding: 25px 0;
    text-align: center;
  }
  .ratingSection .ratingLeft .ratingBackground .ratingText p {
    font-size: 16px;
  }
  .headerNav .navbar .navRightLink {
    width: 42%;
  }
  .headerNav .navbar .navRightLink .mobMenu .crossBtn.navMenuAcrive {
    right: 18px !important;
    top: 34%;
  }

  .ratingSection .ratingLeft .ratingBackground .ratingText {
    left: 43%;
    transform: translate(-43%, 0);
  }
  .ratingSection .first form {
    max-width: 83%;
    left: 0;
  }
  .rightWrapSection label {
    font-size: 15px !important;
    align-items: center;
    justify-content: center;
  }
  .rightWrapSection .rightWrapBox .uploadImage {
    width: 32%;
    height: unset;
  }
  .formWrap .innerFormWrap .w-100 input {
    width: 75%;
  }
  .formWrap .innerFormWrap .w-50 {
    flex-wrap: wrap;
  }
  .formWrap .innerFormWrap .w-50 div input,
  .formWrap .innerFormWrap .w-50 div select {
    width: 70%;
  }
  .w-50 div select {
    margin-left: 9px;
  }
  .formWrap .innerFormWrap .w-50 div {
    padding-bottom: 25px;
  }
  .formWrap .innerFormWrap .w-50 {
    padding-bottom: unset;
  }
}

@media (max-width: 400px) {
  /* .bestBiryaniPlace {
        padding-top: 30%;
      
    } */
  .yourFavoriteBiryani
    .rateItHere
    .rateItHereRight
    .topBiryaniPics
    .itemWrap
    .itemName
    p {
    font-size: 13px;
  }
  .yourFavoriteBiryani
    .rateItHere
    .rateItHereRight
    .topBiryaniPics
    .itemRating
    .starsInner {
    font-size: 21px;
  }
  .thanxPopup .thanxpopupInner .thanxPopupWrap .text h2 {
    font-size: 20px;
  }
  .ratingSection .ratingLeft .ratingBackground .ratingText {
    left: 0;
    transform: translate(0);
    width: 100%;
    text-align: center;
  }
  .ratingSection .first form {
    max-width: 91%;
    left: 59%;
  }
  .rightWrapSection .rightWrapBox .uploadImage .form-group a span img {
    width: 15px;
  }
  .rightWrapSection .rightWrapBox .uploadImage .form-group a span {
    display: block;
    padding-top: 10px;
    padding-bottom: unset;
  }
  .rightWrapSection .rightWrapBox .uploadImage .form-group a {
    font-size: 13px;
  }
  .ratingSection .ratingRight ul li {
    width: 17px;
  }
  .formWrap .innerFormWrap .butonSubmit .buttonBack a,
  .formWrap .innerFormWrap .butonSubmit .submit {
    font-size: 12px;
  }
  .exclusiveReward .select select,
  .exclusiveReward .select:last-child {
    font-size: 13px;
  }
  .exclusiveReward .select:last-child {
    width: 56%;
  }
  .exclusiveReward .submitYourRating a {
    font-size: 13px;
  }
  .locatioWrap {
    max-width: 314px;
    margin: 5px auto;
  }
  .locatioWrap p {
    font-size: 16px;
  }
  .headerNav .navbar .navRightLink .mobMenu .crossBtn.navMenuAcrive {
    right: 18px !important;
  }
}

@media (max-width: 320px) {
  .thanxPopup .thanxpopupInner .thanxPopupWrap .text h2 {
    font-size: 14px;
  }
  .bestBiryaniPlace {
    padding-top: 0;
  }
  .locatioWrap p {
    font-size: 15px;
  }
  .yourFavoriteBiryani
    .rateItHere
    .rateItHereRight
    .topBiryaniPics
    .itemRating
    .starsInner {
    font-size: 17px;
  }
  .exclusiveReward .select {
    width: 47%;
    margin: 0 4px 16px;
  }
  .exclusiveReward .select select {
    font-size: 14px;
  }
  .exclusiveReward .select:last-child {
    width: 58%;
  }
  .locatioWrap {
    max-width: 302px;
  }
  #searchBiryaniPlace {
    font-size: 13px;
  }
  .breadcrumbHome a {
    font-size: 13px;
  }
}
.seoContainer {
    padding-bottom: 10px;
    max-width: 95%;
    margin: 0 auto;
}
.seoContainer h3 {
    color: #080e98;
    font-size: 2rem;
    font-family: "Corda-Bold";
    margin: 30px 0 10px 0;
}
.seoContainer p {
	color: #000;
    font-size: 1.2rem;
    line-height: 1.5rem;
	padding: 15px 0;
	font-family: "Corda-Regular" !important;
}
@media (max-width: 768px) {
	.seoContainer h3 {
		font-size: 1.5rem;
	}
	.seoContainer p {
		font-size: 1rem;
	}
}