/* font-family */
@import url("https://fonts.googleapis.com/css2?family=Berkshire+Swash&family=Edu+AU+VIC+WA+NT+Hand:wght@400..700&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Lato:wght@100;300;400;700;900&display=swap");

/* common css */
a {
  text-decoration: none;
  display: inline-block;
  transition: 0.3s;
}
.show_image {
    max-width: 600px;
    margin: 0 auto;
}
.text-yellow {
  color: #ffc130;
}
.btn.btn-primary,
.btn-primary:hover,
.btn-primary:focus {
  background-color: #ffc130;
  border-color: #ffc130;
  color: #fff !important;
}
.form-control:focus,
.form-select:focus,
.btn-primary:focus {
  border-color: #ffc130;
  box-shadow: 0 0 5px #ffc13080 !important;
}
.btn.btn-outline-primary {
  border-color: #ffc130;
  color: #ffc130 !important;
}
.btn.btn-outline-primary:hover,
.btn.btn-outline-primary:focus {
  background-color: #ffc130;
  color: #fff !important;
}
.btn-check:active + .btn-outline-primary:focus,
.btn-check:checked + .btn-outline-primary:focus,
.btn-outline-primary.active:focus,
.btn-outline-primary.dropdown-toggle.show:focus,
.btn-outline-primary:active:focus {
  box-shadow: 0 0 5px #ffc13080;
}

@font-face {
  font-family: "Sunset Gothic";
  src: url("https://mrd-food-marketplace-images-prod.s3.eu-west-1.amazonaws.com/static/fonts/sunset-gothic/bold.woff2")
      format("woff2"),
    url("https://mrd-food-marketplace-images-prod.s3.eu-west-1.amazonaws.com/static/fonts/sunset-gothic/bold.woff")
      format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: fallback;
}
img {
  max-width: 100%;
}
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
p,
h1,
h3,
h2,
h5,
h4,
h6 {
  margin: 0;
}
body {
  font-family: "Inter", sans-serif;
}
input {
  outline: none;
}
button:focus:not(:focus-visible) {
  box-shadow: none;
}
/* header */
.header-cover {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
}
.header {
  width: 100%;
  position: absolute;
  padding: 30px 0 0;
  z-index: 9;
}
.header .navbar-nav li a {
  font-size: 16px;
  font-weight: 700;
  line-height: 19.36px;
  text-align: left;
  color: #fff !important;
}
.become-chef {
  background: #ffc130;
  border: 1px solid #ffc130;
  padding: 21px 31px !important;
  line-height: 1 !important;
  border-radius: 50px;
  box-shadow: 0 0 10px 1px #ffc130;
}
.become-chef:hover {
  background: #ffc130;
  border: 1px solid #ffc130;
  box-shadow: 0 0 10px 1px #ffc130;
}
.header-navbar {
  width: 100%;
  max-width: 220px;
}
.header-navbar a img,
.header-navbar a {
  width: 100%;
}

/* counter */
.chefo-counter .col-md-3:nth-child(even) {
  margin: 26px 0;
}
.counter-icon-svg {
  width: 54px;
  height: auto;
}
.performance-counter {
  background: #1b1b1b;
  padding: 22px 0px;
  color: #fff;
  font-family: Inter;
  margin-top: 26px;
  margin-bottom: 26px;
}
span.timer.counter.alt-font.appear {
  color: #fff;
  font-weight: 700;
  font-size: 48px;
}
.counter-section i {
  display: block;
  margin: 0 0 10px;
}
.counter-section span.counter {
  font-size: 40px;
  line-height: 60px;
  display: block;
  font-family: "Oswald", sans-serif;
  letter-spacing: 2px;
}
.counter-title {
  font-size: 15px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #ffc130;
  font-weight: 700;
}
.counter-icon {
  top: 25px;
  position: relative;
}
.counter-style2 .counter-title {
  letter-spacing: 0.55px;
  float: left;
}
.counter-style2 span.counter {
  letter-spacing: 0.55px;
  float: left;
  margin-right: 10px;
}
.counter-style2 i {
  float: right;
  line-height: 26px;
  margin: 0 10px 0 0;
}
.counter-subheadline span {
  float: right;
}

.medium-icon {
  font-size: 40px !important;
  margin-bottom: 15px !important;
}

@media (max-width: 1279px) {
  .banner-section h1 {
    font-size: 50px !important;
    width: 100%;
    max-width: 540px;
    margin: 20px auto;
  }
}
@media (max-width: 991px) {
  .navbar-light .navbar-toggler {
    color: rgb(255 255 255);
    border-color: rgb(255 255 255);
    padding: 0;
    border: none;
  }
  .header-navbar {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 100%;
  }
  .navbar-light .navbar-toggler-icon {
    filter: invert(1);
  }
  .banner-section h1 {
    font-size: 39px;
    line-height: 1.2;
    text-align: center;
  }
  .header-cover {
    flex-direction: column;
  }
  .header-cover .collapse {
    width: 100%;
    display: none;
  }
  .header-cover .collapse ul {
    gap: 10px 0 !important;
    text-align: left;
    background-color: #fff;
    padding: 15px;
    border-radius: 12px;
  }
  .header-cover .collapse ul li a,
  .header-cover .collapse ul li {
    width: 100%;
    color: #000 !important;
    text-align: left;
  }
  body .become-chef {
    padding: 14px 28px !important;
    border-radius: 50px;
    text-align: center !important;
  }
  .header {
    padding: 10px 0 0;
  }
  .header-navbar a img,
  .header-navbar a {
    max-width: 160px;
  }
  .performance-counter {
    margin-top: 0;
    margin-bottom: 0;
  }
  span.timer.counter.alt-font.appear {
    font-size: 38px;
  }
  .chefo-counter .col-md-3:nth-child(even) {
    margin: 16px 0;
  }
  body .become-driver .become-chef {
    padding: 14px 28px !important;
    font-size: 15px;
    margin-top: 30px;
  }
  body .header .navbar-nav li .become-chef {
    color: #fff !important;
  }
}
/* /header */

/* banner */
.banner {
  background-image: url(../img/banner-image.png);
  background-size: 100% 100%;
  padding-top: 150px;
  position: relative;
  padding-bottom: 60px;
}
.banner .container,
.banner .banner-section-cover,
.banner .row {
  height: 100%;
  position: relative;
}
.banner-section h1 {
  font-family: Inter;
  font-weight: 800;
  line-height: 106.5px;
  text-align: left;
  font-size: 6em;
  color: #fff;
  text-shadow: 2px 2px 10px #555;
}
.banner-section h1 span {
  color: #ffc130;
}
.banner-section p {
  font-family: Inter;
  font-weight: 400;
  line-height: 39.94px;
  text-align: left;
  margin-top: 0;
  padding-top: 26px;
  padding-bottom: 26px;
  font-size: 26px;
  color: #ccc;
}
.banner-section p span {
  color: #ffc130;
}
@media (max-width: 1279px) {
  .banner-section h1 {
    font-size: 70px;
    line-height: 1.3;
    text-align: center;
  }

  .banner-section p {
    font-size: 32px;
    line-height: 1.3;
    text-align: center;
    margin-top: 20px;
  }
  .banner {
    background-size: cover;
    background-position: right;
    padding-top: 120px;
  }
  .banner:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #00000063;
  }
}
@media (max-width: 991px) {
  .banner-section h1 {
    font-size: 50px;
  }

  .banner-section p {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .banner-section h1 {
    font-size: 32px !important;
  }
  .banner-section p {
    font-size: 21px;
    margin-top: 10px;
    padding: 0;
  }
  body .becomechefo .banner-section p {
    text-align: center;
    margin-top: 20px;
  }
}
/* /banner */

/* chifo */
.chefo-about h2 {
  font-family: "Sunset Gothic", sans-serif !important;
  font-weight: 700;
}
.chifo-section {
  padding: 76px 0;
}
.chifo-section-cover h3 {
  font-family: Berkshire Swash;
  font-size: 56px;
  font-weight: 400;
  line-height: 69.56px;
  margin-bottom: 35px;
}
.chifo-section-cover h3 span {
  color: #ffc130;
}
.chifo-section-cover {
  text-align: center;
}
.chifo-section-cover p {
  font-family: Inter;
  font-size: 35px;
  font-weight: 700;
  line-height: 42.36px;
  text-align: center;
  width: 100%;
  max-width: 1100px;
  margin: auto;
}
@media (max-width: 1279px) {
  .chifo-section-cover p {
    font-size: 22px;
    line-height: 29.36px;
    margin: auto;
  }
  .chifo-section-cover h3 {
    font-size: 46px;
    margin-bottom: 15px;
  }
  .chifo-section {
    padding: 46px 0;
  }
}
@media (max-width: 767px) {
  .chifo-section-cover h3 {
    font-size: 36px;
    margin-bottom: 8px;
  }
  .chifo-section-cover p {
    font-size: 12px;
    line-height: 19.36px;
  }
  .chifo-section {
    padding: 26px 0;
  }
  .chefo-about p {
    font-size: 14px !important;
  }
  .chefo-about h2 {
    margin-bottom: 10px !important;
    font-size: 18px !important;
  }
  .chefo-about {
    padding: 36px 0 0 !important;
  }
}
/* /chifo */

/* how-its-work-section */
.how-its-work-section-cover h3 {
  font-weight: 700;
  text-align: center;
  color: #faa903;
  margin-bottom: 69px;
  line-height: 58px;
  font-size: 48px;
}
.how-its-work-box h3 {
  font-family: Inter;
  line-height: 31.47px;
  text-align: center;
  color: #363636;
  font-size: 24px;
  font-weight: bold;
  padding: 25px 0;
  display: block;
  margin: 0;
}
.how-its-work-box h3 span {
  font-size: 36px;
  color: #cfcfcf;
}
.how-its-work-section {
  padding: 76px 0;
}
/* .how-its-work-box img {
  width: 100%;
  max-width: 55px;
  height: 80px;
  object-fit: contain;
} */
.how-its-work-box {
  text-align: center;
}
.how-its-work-box p {
  width: 94%;
  margin: auto;
  margin: auto;
  font-size: 16px;
  line-height: 26px;
  color: #787878;
}
@media (max-width: 991px) {
  .how-its-work-section-cover .row {
    gap: 60px 0;
  }
}
@media (max-width: 767px) {
  .how-its-work-section {
    padding: 26px 0;
  }
  .how-its-work-section-cover h3 {
    font-size: 29px;
    margin-bottom: 43px;
    line-height: 1;
  }
  .how-its-work-box h3 {
    font-size: 23px;
    margin: 0 !important;
    padding-bottom: 0px;
    padding-top: 10px;
  }
  .how-its-work-box h3 span {
    font-size: 29px;
  }
  .how-its-work-section-cover .row {
    gap: 60px;
  }
  .how-its-work-box {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 8px;
  }
  .works-section {
    padding: 36px 0;
  }
}
/* /how-its-work-section */

/* deliver */
.deliver-section-1 h3,
.deliver-section-2 h3 {
  font-size: 72px;
  font-weight: 700;
  line-height: 86.4px;
  text-align: left;
  color: #fbd86b;
  position: relative;
}
.deliver-section .row {
  width: 100%;
  max-width: 1100px;
  margin: auto;
}
.deliver-section-1 p,
.deliver-section-2 p {
  font-size: 25px;
  font-weight: 400;
  line-height: 30px;
  text-align: left;
  margin-top: 18px;
}
.deliver-section {
  padding: 76px 0;
}
.deliver-section-1 h3:before,
.deliver-section-2 h3:before {
  content: "";
  position: absolute;
  width: 80px;
  height: 4px;
  background: #fbd86b;
  top: 50%;
  transform: translateY(-50%);
  left: -90px;
}
.deliver-section-2 h3:before {
  right: 0;
  left: auto;
}
@media (max-width: 1279px) {
  .deliver-section-1 h3,
  .deliver-section-2 h3 {
    font-size: 62px;
    line-height: 56.4px;
  }
  .deliver-section-1 h3:before,
  .deliver-section-2 h3:before {
    display: none;
  }
  .deliver-section-1 p,
  .deliver-section-2 p {
    font-size: 16px;
    line-height: 23px;
  }
}
@media (max-width: 991px) {
  .deliver-section-1 h3,
  .deliver-section-2 h3 {
    font-size: 42px;
  }
  .deliver-section-1 p,
  .deliver-section-2 p {
    font-size: 15px;
    line-height: 21px;
    margin-top: 0;
  }
  .deliver-section-2 p {
    margin-top: 20px;
  }
  .deliver-section-1 h3:before,
  .deliver-section-2 h3:before {
    display: none;
  }
  .deliver-section {
    padding: 36px 0;
  }
}
@media (max-width: 767px) {
  .list-restaurant-cover-image img {
    width: 100%;
    max-width: 250px !important;
    margin: 0 auto;
    display: flex;
    align-items: center;
  }
  .deliver-section-1 h3,
  .deliver-section-2 h3 {
    font-size: 42px;
    text-align: center;
    margin-bottom: 15px;
  }
  .deliver-section-1 p,
  .deliver-section-2 p {
    font-size: 15px;
    line-height: 20px;
    text-align: center;
    margin-top: 0;
  }
  .deliver-section-1 {
    flex-direction: column-reverse;
  }
  .deliver-section-1 h3:before,
  .deliver-section-2 h3:before {
    display: none;
  }
  .deliver-section .row:first-child {
    margin-bottom: 40px;
  }
  .deliver-section-2 .col-lg-6:nth-child(2) {
    flex-direction: column-reverse;
    display: flex;
  }
  .deliver-section .row {
    gap: 15px;
  }
}
/* /deliver */

/* list-restaurant */
.list-restaurant-cover h3 {
  font-size: 58px;
  font-weight: 700;
  line-height: 69.6px;
  text-align: left;
  color: #ffc130;
  margin-bottom: 20px;
}
.list-restaurant-cover p {
  font-size: 25px;
  font-weight: 400;
  line-height: 30px;
  text-align: left;
  margin-bottom: 40px;
}
.list-restaurant-cover a {
  color: #fff;
  font-weight: 700;
}
.list-restaurant-section .row {
  margin-bottom: 26px;
}
.list-restaurant-section .row:last-child {
  margin-bottom: 0;
}

.list-restaurant-cover-image img {
  width: 100%;
  max-width: 420px;
}
.list-restaurant-section .row:nth-child(even) .list-restaurant-cover-image {
  text-align: end;
}

@media (max-width: 1279px) {
  .list-restaurant-cover h3 {
    font-size: 44px;
    line-height: 49.6px;
  }
  .list-restaurant-cover p {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 30px;
  }
  .list-restaurant-section .row {
    margin-bottom: 80px;
  }
}
@media (max-width: 991px) {
  .list-restaurant-cover h3 {
    font-size: 34px;
    line-height: 39.6px;
    margin-bottom: 20px;
  }
  .list-restaurant-cover p {
    font-size: 18px;
    font-weight: 400;
    line-height: 25px;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .list-restaurant-cover h3 {
    line-height: 29.6px;
    text-align: center;
    margin-top: 20px;
    font-size: 26px;
  }
  .list-restaurant-cover p {
    text-align: center;
    font-size: 16px;
    max-width: 80%;
    /* margin: auto; */
    margin: 0 auto 17px;
  }
  .list-restaurant-cover {
    text-align: center;
  }
  .list-restaurant-section .row:nth-child(2) {
    flex-direction: column-reverse;
  }
  .list-restaurant-section {
    padding: 36px 0 0;
  }
  .list-restaurant-section .row {
    margin-bottom: 50px;
  }
}
/* /list-restaurant */
/* install-app */
.install-app-section {
  padding: 76px 0 0;
}
.install-app-section-cover h3 {
  font-size: 59px;
  font-weight: 700;
  line-height: 70.8px;
  text-align: left;
  color: #faa903;
  margin-bottom: 15px;
}
.install-app-section-cover p {
  font-size: 25px;
  font-weight: 400;
  line-height: 30px;
  text-align: left;
  margin-bottom: 20px;
}
.app-store img {
  width: 100%;
  max-width: 220px;
}

/*  */
.app-feature {
  padding: 50px;
}
.app-title {
  font-size: 36px;
  line-height: 1.3;
  font-weight: 700;
}
.store img {
  width: 151px;
  margin: 15px 10px 0 0;
}
.app-section {
  margin: 56px 0 82px;
}
.cpy-8 {
  padding-top: 26px;
  padding-bottom: 26px;
}

.app-feature p {
  font-size: 15px;
  color: #666666;
  width: 100%;
  max-width: 370px;
  margin: 20px 0 !important;
  display: inline-block;
}
.app-one {
  position: absolute;
  right: 0;
  animation-delay: 2s;
  width: 48%;
  animation: second-app 1.5s linear infinite alternate;
  -webkit-animation: second-app 1.5s linear infinite alternate;
  top: -40px;
}
@keyframes second-app {
  0% {
    transform: translateY(-13px);
  }
  100% {
    transform: translateY(-30px);
  }
}
.app-tow {
  position: absolute;
  left: 0;
  animation-delay: 2s;
  width: 48%;
  animation: first-app 1.5s linear infinite alternate;
  -webkit-animation: first-app 1.5s linear infinite alternate;
  top: -40px;
}
@keyframes first-app {
  0% {
    transform: translateY(-20%);
  }
  100% {
    transform: translateY(-15%);
  }
}
.app-img {
  position: relative;
}
.app-section-1 img.app-tow {
  margin-top: 50px;
}
@media (min-width: 1400px) {
  .app-section .container {
    max-width: 1170px;
  }
}
@media (max-width: 991px) {
  .install-app-section-cover h3 {
    font-size: 39px;
    line-height: 50.8px;
    margin-bottom: 0px;
  }
  .install-app-section-cover p {
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 20px;
  }
  .app-store img {
    max-width: 150px;
  }
  .install-app-section {
    padding: 36px 0;
  }
  .app-feature {
    padding: 20px;
  }
  .app-title {
    font-size: 26px;
  }
  .app-feature p {
    font-size: 14px;
    margin: 10px 0 !important;
  }
  .app-section {
    margin: 0 0 20px;
  }
}
@media (max-width: 767px) {
  .install-app-section-cover h3 {
    text-align: center;
  }
  .install-app-section-cover p {
    font-size: 15px;
    line-height: 20px;
    text-align: center;
  }
  .app-store a {
    width: 100%;
    text-align: center;
  }
  .app-img {
    display: none;
  }
  .app-section {
    margin: 0;
    padding: 36px 0 !important;
  }
  .cpy-8 {
    padding-top: 40px;
    padding-bottom: 60px;
  }
  .app-title {
    text-align: center;
  }
  .app-feature p {
    text-align: center;
  }
}
/* /install-app */

/* footer */
.footer {
  background: #1b1b1b;
  padding: 53px 53px 15px;
  position: relative;
}
/* .footer:before {
  content: "";
  position: absolute;
  background-image: url(../img/footer-bg-img.png);
  top: -20vw;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -1;
} */
.footer-nav-bar h3 {
  font-size: 45px;
  font-weight: 700;
  line-height: 54px;
  text-align: left;
  color: #fff;
  cursor: pointer;
  margin-bottom: 20px;
}
.footer-navbar ul li a {
  font-size: 20px;
  font-weight: 500;
  line-height: 37.8px;
  text-align: left;
  color: #fff;
  width: 100%;
}
.comming-soon-cities h3 {
  font-size: 25px;
  font-weight: 500;
  line-height: 37px;
  text-align: center;
  color: #fff;
  margin: 0 0 20px;
}
.comming-soon-list h3 {
  margin: 0 !important;
  text-align: left;
  cursor: pointer;
}

.comming-soon-list ul li a {
  font-size: 15px;
  color: #fff;
  font-weight: 500;
}

.footer-navbar.active {
  display: flex;
  gap: 20px 0;
}
.comming-soon-list ul.active {
  display: block !important;
}
.footer-navbar-cvr-mobile {
  pointer-events: none;
}

.footer-navbar-cvr .ico,
.comming-soonlist-cvr .ico {
  display: none;
}
/* .comming-soon-list {
  margin: 10px 0;
} */
.comming-soonlist-cvr h3 {
  font-size: 20px;
  font-weight: 600;
}
.comming-soon-list ul {
  display: none;
}
.comming-soonlist-cvr {
  pointer-events: none;
}
.footer-content p a:hover {
  color: #ffb423;
}
@media (max-width: 1400px) {
  .footer:before {
    top: -13vw;
  }
}
@media (max-width: 991px) {
  .footer-navbar ul li a {
    font-size: 19px;
    line-height: 30.8px;
  }
  .footer-nav-bar h3 {
    font-size: 35px;
  }
  .comming-soon-cities h3 {
    font-size: 23px;
    line-height: 34px;
    margin: 40px 0 20px;
  }
}
@media (max-width: 767px) {
  .footer {
    padding: 30px 0;
  }
  .footer-navbar ul li a {
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    width: 100%;
  }
  .footer-nav-bar h3 {
    font-size: 26px;
    line-height: 1;
    margin-bottom: 20px;
  }
  .comming-soon-cities h3 {
    font-size: 16px;
    line-height: 24px;
    margin: 20px 0;
    text-align: center;
  }
  .comming-soon-list ul li a {
    font-size: 12px;
  }
  .comming-soon-list ul li {
    line-height: 1;
  }
  .comming-soon-list ul {
    margin-bottom: 20px;
    display: none;
  }
  .footer-navbar {
    display: none;
  }
  .footer:before {
    top: -10vw;
  }
  .footer-nav-bar h3 {
    text-align: center;
    font-size: 16px;
  }
  .footer-navbar-cvr-mobile {
    pointer-events: auto;
  }

  .footer-nav-bar {
    padding-bottom: 20px;
    border-bottom: 1px solid #fff;
  }
  .comming-soonlist-cvr {
    padding: 10px 0;
  }
  .comming-soon-list {
    border-bottom: 1px solid #fff;
  }
  .footer-navbar-cvr h3 {
    margin: 0;
  }
  .footer-navbar-cvr,
  .comming-soonlist-cvr {
    position: relative;
    width: 100% !important;
    max-width: 100%;
  }
  .footer-navbar-cvr .ico,
  .comming-soonlist-cvr .ico {
    position: absolute;
    top: -4px;
    right: 20px;
  }
  .footer-navbar-cvr .ico svg,
  .comming-soonlist-cvr .ico svg {
    filter: invert(1);
  }
  .comming-soonlist-cvr .ico {
    top: 50%;
    transform: translateY(-50%);
  }
  .comming-soon-list ul li a {
    font-size: 14px;
    width: 100%;
    text-align: center;
    line-height: 1.6;
  }
  .footer-navbar-cvr .ico,
  .comming-soonlist-cvr .ico {
    display: block;
  }
  .comming-soon-list h3 {
    pointer-events: auto;
  }
  .footer-navbar .row {
    gap: 30px 0;
    padding-top: 20px;
  }
  .footer-navbar-cvr .ico.active {
    transform: rotate(180deg);
  }
  .comming-soonlist-cvr .ico.active {
    transform: translateY(-50%) rotate(180deg);
  }
  .footer-navbar-cvr .ico,
  .comming-soonlist-cvr .ico {
    transition: 0.3s;
  }
  .footer-navbar .footer-navbar-cvr {
    width: 50%;
    max-width: 50%;
  }
  .comming-soonlist-cvr {
    pointer-events: auto;
  }
  .footer-navbar-cvr:last-child .comming-soon-list:last-child {
    border: none;
  }
}
/* /footer */

/* become-restaurant */
.become-restaurant-partner {
  background: #000 !important;
  height: auto !important;
}
.become-restaurant-partner .banner-section h1 {
  font-size: 45px;
  line-height: 1.3;
}
.banner-section-form-input {
  display: flex;
  align-items: center;
  border: 1px solid #000;
  background: #fff;
  padding: 10px;
  border-radius: 50px;
  margin-top: 20px;
  justify-content: space-between;
  width: 100%;
  max-width: 600px;
}
.banner-section-form-input button {
  padding: 17px 34px;
  line-height: 1;
  border-radius: 50px;
  color: #fff;
  border: none;
  background-color: #faa903;
  font-size: 19px;
  font-weight: 500;
}
.banner-section-form-input input {
  width: 100%;
  border: none;
  flex: 1;
  padding-right: 10px;
  display: block;
  outline: none;
  padding-left: 10px;
}
@media (max-width: 1279px) {
  .become-restaurant-partner .banner-section h1 {
    font-size: 24px !important;
    text-align: left;
  }
  .become-restaurant-partner .banner-section p {
    font-size: 15px;
    text-align: left;
    padding: 0;
  }
  .banner-section-form-input {
    border-radius: 7px;
    flex-direction: column;
  }
  .banner-section-form-input input {
    max-width: 100%;
  }
  .banner-section-form-input button {
    padding: 14px 34px;
    border-radius: 7px;
    font-size: 16px;
    width: 100%;
    margin-top: 10px;
  }
  .banner-section {
    text-align: left !important;
  }
  .banner-section img {
    width: 100%;
    max-width: 350px;
  }
  .banner {
    padding-top: 120px !important;
    padding-bottom: 40px !important;
  }
}
@media (max-width: 991px) {
  .banner-section {
    text-align: center;
  }
  .banner-section-cover .row {
    flex-direction: column-reverse;
  }
  .become-restaurant-partner {
    padding-bottom: 40px;
  }
  .become-restaurant-partner .banner-section h1 {
    font-size: 32px !important;
  }
  .banner-section-form-input {
    width: 100%;
    max-width: 500px;
    margin: 20px auto 0;
  }
  .become-restaurant-partner .banner-section p {
    font-size: 20px;
    width: 100%;
    max-width: 560px;
    margin: auto;
  }
  .become-restaurant-partner .row {
    flex-direction: row;
  }
}
@media (max-width: 767px) {
  .become-restaurant-partner .banner-section h1 {
    font-size: 18px !important;
    text-align: center;
    margin: 0;
  }
  .banner-section img {
    max-width: 290px;
  }
  .become-restaurant-partner {
    padding-top: 100px !important;
  }
  .become-restaurant-partner .banner-section p {
    font-size: 16px;
  }
  .become-restaurant-partner .row {
    flex-direction: column-reverse;
  }
  .banner-section {
    text-align: center !important;
  }
}
/* /become-restaurant */
/* service-section */
.service-section-content {
  text-align: center;
}
.service-section-content img {
  width: 100%;
  max-width: 130px;
  height: 100px;
  object-fit: cover;
}
.service-section-content h4 {
  font-family: Inter;
  font-size: 30px;
  font-weight: 700;
  line-height: 36.31px;
  margin-bottom: 18px;
  margin-top: 8px;
}
.service-section-content p {
  font-family: Inter;
  font-size: 20px;
  font-weight: 400;
  line-height: 24.2px;
  text-align: center;
}
.service-section {
  padding: 76px 0;
}
@media (max-width: 1279px) {
  .service-section-content h4 {
    font-size: 20px;
    line-height: 26.31px;
  }
  .service-section-content p {
    font-size: 15px;
    line-height: 21.2px;
  }
}
@media (max-width: 991px) {
  .service-section-content h4 {
    font-size: 17px;
    margin-bottom: 0;
  }
  .service-section-content p {
    font-size: 12px;
    line-height: 15.2px;
  }
}
@media (max-width: 767px) {
  .service-section {
    padding: 36px 0;
  }
  .service-section-content h4 {
    font-size: 20px;
    margin-bottom: 5px;
  }
  .service-section-content p {
    font-size: 14px;
    line-height: 20.2px;
  }
  .service-section .row {
    gap: 40px 0;
  }
  .restaurant-benefits h3 {
    font-size: 16px;
    min-height: auto;
  }
}

/* /service-section */
.row-title {
  width: 100%;
  color: #060b0d;
  top: 0;
  text-align: center;
  margin-bottom: 0;
  position: relative;
  z-index: 6;
  font-weight: 700;
  padding-bottom: 40px;
  font-family: "Sunset Gothic", sans-serif;
}
.restaurant-benefits .col {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
  margin: 0 0px 16px;
  padding: 14px 16px 18px;
  height: 100%;
}
.restaurant-benefits .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 24px;
}
.restaurant-benefits .icon img {
  width: 100%;
  max-width: 144px;
  height: auto;
}
.restaurant-benefits h3 {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  min-height: 50px;
}
.restaurant-benefits p {
  font-size: 14px;
  font-weight: 400;
  color: #45484a;
  text-align: center;
  display: none;
}
.has4cols .row {
  gap: 20px 0;
}
.restaurant-benefits {
  background: #f0faff;
  padding: 76px 0;
}
@media (max-width: 1279px) {
  .random-greeting .title {
    font-size: 4rem !important;
  }
}
@media (min-width: 991px) {
  .restaurant-benefits p {
    display: block;
  }
}
@media (max-width: 767px) {
  .random-greeting .title {
    font-size: 3rem !important;
    font-weight: 700;
  }
  .random-greeting h4 {
    font-size: 15px !important  ;
  }
  .restaurant-form {
    flex-direction: column;
    padding: 0 !important;
    margin-bottom: 26px;
  }

  .random-greeting {
    padding: 26px 0;
  }

  .restaurant-form button {
    max-width: 100% !important;
    margin-top: 19px !important;
    padding: 12px 0 !important;
  }
  .row-title {
    width: 100%;
    max-width: 260px;
    margin: auto;
    font-size: 22px;
  }
  .restaurant-benefits {
    padding: 36px 0;
  }
}

/* random-greeting */
.bg-blue {
  background-color: #6dcff6;
}
.random-greeting .title {
  font-size: 5rem;
  text-align: center;
  font-weight: 700;
  margin-bottom: 16px;
}
.max700 {
  max-width: 700px;
  margin: auto;
}
.random-greeting h4 {
  font-size: 1.44rem;
  text-align: center;
  margin-bottom: 24px;
}
.restaurant-form input {
  margin: 0;
  border-radius: 100px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.24);
  border: 1px solid #f2f2f2;
  font-size: 16px;
  font-weight: 500;
  padding: 18px 22px;
  width: 100%;
}
.restaurant-form {
  padding: 32px 0 0;
  width: 100%;
  margin-bottom: 0;
  display: flex;
  align-items: center;
}
.btn.yellow {
  background: #faa902;
  color: #fff;
  border-color: #faa902;
  box-shadow: none;
}
.btn {
  color: #fff !important;
}
.restaurant-form button {
  position: relative;
  height: auto;
  width: auto;
  margin: 0;
  padding: 16px 0;
  margin-left: 10px;
  border-radius: 50px;
  font-weight: 600;
  font-size: 19px;
  width: 100%;
  max-width: 200px;
}
.random-greeting {
  padding: 70px 0;
}
.links a {
  color: #000;
}
@media (max-width: 991px) {
  .random-greeting .title {
    font-size: 3rem;
  }
  .random-greeting h4 {
    font-size: 1.24rem;
  }
}
@media (max-width: 767px) {
  .random-greeting {
    padding: 36px 0;
  }
  .random-greeting .title {
    font-size: 2.3rem !important;
  }
}

/* chefregister css */
.page-modal.form-modal.show {
  background: #000;
  padding: 210px 0 100px;
}
.form-title {
  padding: 0;
  font-size: 40px;
  color: #fff;
  font-weight: 700;
  width: 100%;
  text-align: center;
  padding-bottom: 16px;
}
.page-form h2 {
  font-size: 32px;
  font-weight: 700;
  padding-bottom: 26px;
}
.form-desc {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  text-align: center;
}
.page-form {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.24);
  margin: 32px 0;
  padding: 32px;
}
.page-form .form-container {
  flex-wrap: wrap;
  justify-content: space-between;
}
.page-form .form-row {
  padding: 0 0 24px;
  width: 100%;
  max-width: 100%;
  flex-wrap: wrap;
}
.page-form .form-row.location {
  position: relative;
}
.page-form .form-row.flex {
  justify-content: space-between;
}
.page-form label {
  font-size: 16px;
  color: #060b0d;
  font-weight: 500;
  padding: 0 0 8px;
  display: block;
}
.search {
  margin-top: 32px;
}
.page-form input,
.page-form textarea,
.selectric-hide-select select {
  width: 100%;
  margin: 0;
  padding: 0;
  border-radius: 8px;
  border: 2px solid #f2f2f2;
  font-size: 16px;
  font-weight: 400;
  color: #8f8f8f;
  padding: 23px 21px 22px 16px;
}
.page-form .form-row.location .btn-warning {
  width: 280px;
  height: 68px;
  background: #faa902;
  border-radius: 0px 8px 8px 0px;
  top: 27px;
  border: none;
  position: absolute;
  right: 0;
  box-shadow: none;
}
.restaurant-page .location .location-response.response-great {
  background-color: #d9f3fd;
}

.restaurant-page .location .location-response {
  margin-top: 6px;
  padding: 8px 20px;
  border-radius: 4px;
}
.selectric-wrapper {
  position: relative;
  cursor: pointer;
}
.page-form .form-row .radio-group {
  width: 100%;
  background: #f0faff;
  border-radius: 8px;
  display: flex;
  align-items: center;
  padding: 32px;
  margin-bottom: 16px;
  position: relative;
}
.page-form .form-row .radio-group input {
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  border: none;
  position: absolute;
  left: 0;
}
.page-form .form-row .radio-group span {
  width: 100%;
  max-width: 32px;
  height: 32px;
  background: #fff;
  border: 2px solid #c1c2c2;
  border-radius: 100%;
  margin: 0 32px 0 0;
}
.page-form .form-row .radio-group span:before {
  content: "";
  width: 11px;
  height: 20px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(35deg);
  top: 0;
  position: relative;
  float: left;
  left: 7px;
  opacity: 0;
  transition: ease all 0.3s;
}
.page-form .form-row .radio-group label {
  font-size: 16px;
  font-weight: 400;
  color: #060b0d;
  padding: 0;
}
.page-form .form-row.submit a {
  width: 100%;
  max-width: 300px;
  margin: auto;
  font-size: 20px;
  font-weight: 500;
}
.page-form .form-row.submit {
  text-align: center;
}
.page-form .form-row.location .loc-ico {
  display: none;
}
.restaurant-page .location .btn {
  display: none;
}
.page-form .form-row .radio-group input:checked + span {
  background: #6dcef5;
  border-color: #6dcef5;
}
.page-form .form-row .radio-group input:checked + span:before {
  opacity: 1;
}
@media (max-width: 1279px) {
  .page-form label {
    font-size: 20px;
  }
  .search {
    margin-top: 0;
  }
  .page-form h2 {
    font-size: 23px;
    padding-bottom: 0;
  }
  .page-form input,
  .page-form textarea,
  .selectric-hide-select select {
    font-size: 19px;
  }
  .page-form .form-row .radio-group span {
    margin: 0 22px 0 0;
  }
  .page-modal.form-modal.show {
    padding: 160px 0 36px;
  }
  .page-form {
    margin: 32px 0 0;
  }
  .page-form .form-row.submit {
    padding: 0;
  }
}
@media (max-width: 991px) {
  .page-form {
    margin: 32px 0 0;
  }
  .page-form .form-row.submit {
    text-align: center;
    padding: 0;
  }
  .page-modal.form-modal.show {
    padding: 110px 0 36px;
  }
  .form-title {
    font-size: 30px;
  }
  .form-desc {
    font-size: 14px;
    width: 100%;
    max-width: 470px;
    margin: auto;
  }
  .page-form h2 {
    font-size: 20px;
    padding-bottom: 0;
  }
  .search {
    margin-top: 0;
  }
  .page-form input,
  .page-form textarea,
  .selectric-hide-select select {
    font-size: 14px;
    padding: 13px 21px 13px 16px;
  }
  .page-form .form-row .radio-group span {
    margin: 0 12px 0 0;
  }
}
@media (max-width: 767px) {
  .page-form h2 {
    font-size: 16px;
    padding-bottom: 0px;
  }
  .page-form label {
    font-size: 14px;
  }
  .page-form input,
  .page-form textarea,
  .selectric-hide-select select {
    font-size: 13px;
    padding: 13px 21px 13px 16px;
  }
  .page-form .form-row .radio-group {
    padding: 12px;
  }
  .page-form .form-row .radio-group label {
    font-size: 13px;
  }
  .page-form .form-row .radio-group span {
    max-width: 22px;
    height: 22px;
    margin: 0 12px 0 0;
  }
  .page-form .form-row {
    padding: 0 0 14px;
  }
  .page-form .form-row.submit a {
    color: #fff;
  }
  .search {
    margin-top: 0;
  }
  .page-form .form-row h4 {
    font-size: 16px;
  }
  .page-modal.form-modal.show {
    background: #000;
    padding: 110px 0 36px !important;
  }
  .page-form {
    margin: 32px 0 0;
  }
  #inputGroup_restaurantType,
  #inputGroup_existingDelivery {
    width: auto;
    max-width: max-content;
  }
  .form-title {
    font-size: 30px;
  }
  .form-desc {
    font-size: 13px;
  }
  .page-form {
    padding: 20px;
  }
  .page-form .form-row .radio-group span:before {
    width: 8px;
    height: 13px;
    top: 1px;
    left: 5px;
  }
}

/* become-driver page css */

.become-driver .become-chef {
  color: #fff;
  padding: 20px 50px !important;
  font-size: 18px;
  font-weight: 400;
  margin-top: 30px;
}
.become-driver .banner-section h1 {
  width: 100%;
  max-width: 800px;
}
.become-driver {
  padding: 70px 0px 0;
}
.why-deliver {
  background: #ffffff;
  padding: 71px 0 0;
}
.why-deliver .square .col {
  background: #fff;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  padding: 32px;
}
.why-deliver .square .col .icon {
  padding-bottom: 30px;
}
.has3cols.ico-col .col .icon img {
  width: 100%;
  max-width: 144px;
  height: auto;
}
.has3cols.ico-col .col .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 24px;
}
.why-deliver .square .col h3 {
  padding-bottom: 0;
  font-weight: 700;
  text-align: center;
  font-size: 20px;
}
.has2cols.small.horiz-list {
  max-width: 700px;
  margin: auto;
}
.has2cols.small.horiz-list .col,
.has2cols.medium.horiz-list .col {
  padding: 16px 18px;
  border-radius: 8px;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.24);
  align-items: center;
  margin: 16px;
  max-width: calc(100% - 32px);
}
.has2cols.small.horiz-list .icon,
.has2cols.medium.horiz-list .icon {
  padding: 0 16px 0 0;
}
.has2cols.small.horiz-list p,
.has2cols.medium.horiz-list p {
  font-size: 14px;
  color: #45484a;
  font-weight: 400;
}
.why-deliver .has3cols .row {
  gap: 25px 0;
}
.why-deliver .has3cols {
  margin-top: 40px;
}
.driver-requirements .has2cols .row {
  margin-top: 30px;
}
.driver-requirements {
  padding: 76px 0;
}
@media (max-width: 767px) {
  .why-deliver {
    padding: 36px 0 0;
  }
  .driver-requirements {
    padding: 36px 0;
  }
}
/* conatct us page css */
.aboutus {
  padding: 60px 0 0;
}
.aboutus h2 {
  font-size: 55px;
  margin-bottom: 20px;
}

.aboutus p {
  font-size: 24px;
  margin-bottom: 20px;
}

@media (max-width: 1279px) {
  .aboutus h2 {
    font-size: 43px;
  }
  .aboutus p {
    font-size: 17px;
  }
}
@media (max-width: 991px) {
  .footer-content .text-light {
    font-size: 14px;
  }
  .footer-content {
    margin: 0;
  }
  .aboutus h2 {
    font-size: 34px;
    text-align: left;
  }
  .aboutus p {
    font-size: 14px;
    text-align: left;
  }
}
@media (max-width: 767px) {
  .aboutus h2 {
    text-align: center;
  }
  .aboutus p {
    text-align: center;
  }
  .footer-content {
    flex-wrap: wrap;
    width: 100%;
    text-align: center;
    margin: 0 auto;
  }
  .footer-content p {
    text-align: center;
    margin: 0 auto;
  }
  .footer-content {
    margin: 20px 0 0 !important;
  }
  .aboutus {
    padding: 36px 0 0;
  }
  .footer .container:last-child {
    margin-top: 0 !important;
  }
}

/* contact-info */
.contact-icon .icon {
  width: 100%;
  max-width: 25px;
  height: 25px;
}
.contact-icon .icon svg {
  width: 100%;
  height: 100%;
}
.contact-icon {
  display: flex;
  align-items: center;
  gap: 10px;
}
.phone-number-text h4 {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 7px;
}
.phone-number-text {
  margin-bottom: 30px;
}
.contact-info {
  padding: 76px 0;
}
.phone-number-text:last-child {
  margin: 0;
}
.contact-info-location iframe {
  width: 100%;
  border-radius: 10px;
}
.contact-form {
  padding: 70px 20px 0 !important;
  width: 100%;
  max-width: 800px;
  margin: auto;
}
.contact-form-input label {
  width: 100%;
  font-size: 17px;
  text-transform: capitalize;
  margin-bottom: 5px;
}
.contact-form-input input,
.contact-form-input textarea {
  width: 100%;
  height: 45px;
  padding: 0 15px;
  border-radius: 8px;
  outline: none;
  border: 1px solid #00000054;
}
.contact-form-input textarea {
  height: 100px;
}
.contact-form .row {
  gap: 30px 0;
}
.contact-form-input .submit-button {
  font-size: 20px;
  font-weight: 500;
  width: 100%;
  max-width: 200px;
  padding: 15px 0 !important;
  color: #fff;
}
@media (max-width: 991px) {
  .contact-info-location {
    margin-top: 30px;
  }
  .contact-form {
    padding: 40px 0 0;
  }
  .contact-info {
    padding: 36px 0;
  }
  .contact-info-cover {
    display: flex;
  }
  .phone-number-text {
    margin-bottom: 0;
    width: 33.33%;
  }
  .contact-icon {
    gap: 10px;
  }
  .contact-icon p {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .phone-number-text h4 {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .contact-icon p {
    font-size: 13px;
  }
  .contact-form-input label {
    font-size: 16px;
  }
  .contact-info-cover {
    flex-direction: column;
  }
  .phone-number-text {
    margin-bottom: 30px;
    width: 100%;
  }
  .hiring-people .contact-form {
    padding: 0px 20px 0 !important;
  }
  .hiring-people h3 {
    font-size: 30px !important;
  }
}

/* Legal-documents-chefo */
.Legal-documents-chefo--conetnt h3 span {
  color: #ffc130;
}
.Legal-documents-chefo--conetnt h3 {
  margin: 0;
  font-size: 4.5em;
  color: #000;
  padding-bottom: 40px;
  font-weight: 800;
  text-align: center;
}
.Legal-documents-chefo--conetnt-box h3 {
  padding: 20px 0 0;
  font-size: 1.6em;
  color: #434343;
}
.view-document-btn {
  background: #ffc130;
  color: #fff;
  padding: 15px 25px 14px;
  border: 1px solid #ffc130;
  border-radius: 50px;
  font: 600 0.9rem "Poppins", sans-serif;
  text-decoration: none;
  vertical-align: middle;
  outline: none;
  display: inline-block;
  text-align: center;
  margin-top: 15px;
}
.Legal-documents-chefo--conetnt-box p {
  font-size: 20px;
  color: #ccc;
  display: block;
  margin-top: 10px;
  text-align: center;
}
.view-document-btn:hover {
  color: #fff;
}
.Legal-documents-chefo--conetnt-box {
  text-align: center;
  padding: 40px 55px !important;
  border-radius: 15px;
  box-shadow: 0px 0px 20px -10px #4444447d;
  height: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
}
.Legal-documents-chefo--conetnt .row {
  gap: 20px 0;
}
.Legal-documents-chefo {
  padding: 36px 0;
}
.Legal-documents-chefo--conetnt-box img {
  width: 100%;
  max-width: 100px;
}

@media (max-width: 1279px) {
  .Legal-documents-chefo--conetnt h3 {
    font-size: 3em;
  }
  .Legal-documents-chefo--conetnt-box img {
    max-width: 77px;
  }
  .Legal-documents-chefo--conetnt-box {
    padding: 40px 25px !important;
  }
  .Legal-documents-chefo--conetnt-box h3 {
    font-size: 1.6em !important;
  }
}
@media (max-width: 991px) {
  .Legal-documents-chefo--conetnt h3 {
    font-size: 2.2em;
  }
}
@media (max-width: 767px) {
  .Legal-documents-chefo--conetnt h3 {
    font-size: 1.7em;
    padding-bottom: 0;
  }
  .Legal-documents-chefo--conetnt .row {
    margin-top: 30px;
  }
  .Legal-documents-chefo--conetnt-box {
    padding: 40px 26px !important;
  }
  .Legal-documents-chefo--conetnt-box img {
    max-width: 65px;
  }
  .Legal-documents-chefo--conetnt-box h3 {
    font-size: 1.3em !important;
  }
  .Legal-documents-chefo--conetnt-box p {
    font-size: 16px;
  }
}

/* driveapply */
.driveapply-section {
  padding: 150px 0 76px;
  background: #000;
}
.driveapply-section-title {
  text-align: center;
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 40px;
  color: #fff;
}
.question-bx-cvr {
  border: 1px solid #0000003b;
  padding: 20px;
  border-radius: 6px;
  box-shadow: 0 0 25px -10px #00000066;
  background: #fff;
  margin-bottom: 20px;
}
.driveapply-faq-accodian p i {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffc130;
  border-radius: 4px;
}
.driveapply-faq-accodian p i svg g {
  fill: #fff;
}
.driveapply-faq-accodian h4 {
  font-size: 20px;
  font-weight: 600;
}
.net-cvr.active span i svg {
  transform: rotate(90deg);
}
.net-cvr span i svg {
  transition: 0.3s;
}
.form-check .form-check-input {
  float: right;
}
.form-switch {
  padding-left: 0;
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 10px;
}
.form-switch .form-check-input {
  margin-left: 0;
}
.driverapply-section-select {
  gap: 15px 0;
  margin-top: 20px;
}
.driveapply-section-details {
  padding-top: 30px;
}
.driveapply-section-details h4 {
  font-size: 18px;
  font-weight: 500;
}
.question-bx-cvr .net-cvr + div {
  width: 100% !important;
}
.form-Name input {
  width: 100%;
  height: 40px;
  padding: 0 10px;
  border-radius: 4px;
  border: 1px solid #cccc;
}
.form-Name {
  margin: 0;
}
.form-Name input::placeholder {
  font-size: 14px;
}
.net-cvr {
  cursor: pointer;
}
.custom-file-button input[type="file"]::-webkit-file-upload-button {
  display: none;
}
.custom-file-button input[type="file"]::file-selector-button {
  display: none;
}
.personal-details {
  margin: 0;
}
/* .personal-details .custom-file-button {
  flex-direction: column;
} */
@media (max-width: 1279px) {
  .form-switch label {
    font-size: 14px;
    margin-right: 10px;
  }
}
@media (max-width: 991px) {
  .driveapply-section {
    padding: 120px 0 36px;
  }
  .question-bx-cvr {
    padding: 15px;
  }
  .driveapply-section-title {
    font-size: 30px;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .form-switch .form-check-input {
    min-width: 2rem;
  }

  .question-bx-cvr {
    padding: 10px;
  }
  .driveapply-faq-accodian h4 {
    font-size: 16px;
  }
  .driveapply-faq-accodian p i svg {
    width: 25px;
  }
  .driveapply-faq-accodian p i {
    width: 35px;
    height: 35px;
  }
  .driveapply-section {
    padding: 110px 0 36px;
  }
  .driveapply-section-title {
    font-size: 30px;
    margin-bottom: 20px;
  }
  .driveapply-section-details h4 {
    font-size: 15px;
    text-align: center;
  }
}

/* modal css */
#chefnameerror .modal-body span {
  width: 70px;
  height: 70px;
  background: #cd0b0b;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 40px;
  font-weight: 900;
  margin: auto;
}
.modal-dialog-centered .modal-body p {
  text-align: center;
  font-size: 20px;
  margin-top: 20px;
  color: #cd0b0b;
}
#chefnameerror .modal-header {
  padding: 0;
  position: relative;
  border: none;
}
#chefnameerror .modal-header button {
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 2;
}
.form-check.form-switch {
  width: 100%;
  padding: 20px;
  border-radius: 7px;
  padding-left: 40px;
  padding-right: 10px;
  font-size: 15px;
  position: relative;
  background: #fff;
  box-shadow: 0 0 17px -5px #00000024;
}
.form-check.form-switch label {
  cursor: pointer;
}
.next-button button.btn-outline-primary {
  color: #ffc130 !important;
}
.next-button button.btn-outline-primary:hover {
  color: #fff !important;
}
.form-check-input:focus {
  border-color: #ffc130 !important;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgb(255 193 48 / 27%) !important;
}

.btn-check:active + .btn-primary:focus,
.btn-check:checked + .btn-primary:focus,
.btn-primary.active:focus,
.btn-primary:active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgb(255 193 48 / 42%) !important;
}
/* .form-check.form-switch input {
  display: none;
}
.form-check.form-switch {
  border: 1px solid #00000047;
  width: 100%;
  padding: 20px;
  border-radius: 7px;
  padding-left: 40px;
  padding-right: 10px;
  font-size: 15px;
  position: relative;
  cursor: pointer;
}
.form-switch label span {
  position: absolute;
  width: 20px;
  height: 20px;
  border: 1px solid #00000082;
  left: 10px;
  border-radius: 3px;
}
.form-switch input:checked + label span:before {
  content: "";
  position: absolute;
  width: 7px;
  height: 12px;
  border: 2px solid #ffc130;
  left: 5.6px;
  top: 1.9px;
  border-top: 0;
  border-left: 0;
  transform: rotate(35deg);
} */
.nextBtn {
  padding: 15px 40px !important;
  color: #fff;
}
.next-button {
  text-align: end;
}
.custom-file-button select {
  border: 1px solid #0000004d;
  border-radius: 5px;
  height: 45px;
  width: 100%;
  max-width: 300px;
  padding: 0 10px;
  font-size: 15px;
  font-weight: 400;
  cursor: pointer;
}
/* hiring */
.hiring-people {
  background: #000;
  padding: 100px 0 50px;
}
.hiring-people .contact-form-input label {
  color: #fff;
}
.hiring-people h3 {
  text-align: center;
  font-size: 40px;
  color: #fff;
  margin-bottom: 40px;
}

.et_pb_contact_form_label {
  display: block;
  color: black;
  font-weight: bold;
  letter-spacing: 1.2px;
  font-size: 18px;
  padding-bottom: 5px;
}
.upload-file input[id="et_pb_contact_brand_file_request_0"] {
  display: none;
}
.upload-file label[for="et_pb_contact_brand_file_request_0"] {
  background: #fff;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: end;
  flex-direction: column;
  background-size: 40px;
  background-repeat: no-repeat;
  padding: 20px;
}
/* .upload-file label[for="et_pb_contact_brand_file_request_0"]:before {
  content: "Drag and Drop a file here";
  display: block;
  color: #202020;
  font-weight: 400;
  text-align: center;
  margin-bottom: 10px;
} */
.upload-file label[for="et_pb_contact_brand_file_request_0"]:after {
  display: block;
  content: "Choose CV";
  background: #ffc130;
  width: 106px;
  height: 34px;
  line-height: 27px;
  font-size: 14px;
  color: white;
  font-weight: 500;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
}
.upload-file label[for="et_pb_contact_brand_request_0"]:after {
  content: " (Provide link or Upload files if you already have guidelines)";
  font-size: 12px;
  letter-spacing: -0.31px;
  color: #7a7a7a;
  font-weight: normal;
}
.upload-file label[for="et_pb_contact_design_request_0"]:after {
  content: " (Provide link or Upload design files)";
  font-size: 12px;
  letter-spacing: -0.31px;
  color: #7a7a7a;
  font-weight: normal;
}
.upload-file label[for="et_pb_contact_brand_file_request_0"].changed,
.upload-file label[for="et_pb_contact_brand_file_request_0"]:hover {
  background-color: #e3f2fd;
}
.upload-file label[for="et_pb_contact_brand_file_request_0"] {
  cursor: pointer;
  transition: 400ms ease;
}
.file_names {
  display: block;
  color: black;
  font-size: 13px;
  font-weight: 500;
  z-index: 2;
  margin-bottom: 13px;
}
.file_names {
  text-align: center;
}
.et_pb_contact_form_label img {
  width: 100%;
  max-width: 40px;
  margin-bottom: 10px;
}
.modal-header .btn-close {
  padding: 0.5rem 0.5rem;
  margin: 0;
}
.modal-header {
  justify-content: left;
}
