@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Manrope&display=swap");
* {
  margin: 0px;
  padding: 0px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none !important;
}

html {
  font-size: 16px;
  scroll-behavior: smooth;
}

body {
  font-family: 'Inter';
  font-size: 1em;
  color: #707070;
  position: relative;
  background-color: #fff;
}

.navbar-white {
  background: white;
}

input, button {
  outline: none !important;
}

.navbar-expand-md .navbar-nav .nav-link.active {
  color: #37BB8B;
}

a:focus, button:focus, input:focus {
  outline: 0 !important;
  text-decoration: none;
}

.container {
  max-width: 1200px;
}

h1 {
  font-family: 'Inter';
  font-weight: 700;
  font-size: 2.5em;
  line-height: 1.1em;
  color: #37BB8B;
  text-transform: capitalize;
  margin-bottom: .7em;
}

h2 {
  font-family: 'Inter';
  font-weight: 700;
  font-size: 2em;
  line-height: 1.4em;
  color: #0D5B6C;
  text-transform: capitalize;
}

h3 {
  font-family: 'Inter';
  font-weight: 700;
  font-size: 1.875em;
  line-height: 1em;
  color: #303030;
  text-transform: capitalize;
  margin-bottom: 1em;
}

h4 {
  font-family: 'Inter';
  font-weight: 600;
  font-size: 1.125em;
  line-height: 1.36em;
  color: #303030;
  text-transform: capitalize;
}

h5 {
  font-family: 'Inter';
  font-weight: 600;
  font-size: 1.125em;
  line-height: 1.36em;
  color: #2b2b2b;
  text-transform: capitalize;
}

.pt-lrg {
  padding-top: 5.5em;
}

.current {
  color: #37BB8B;
}

[type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner, button::-moz-focus-inner {
  padding: 0;
  border-style: none;
  outline: none;
}

.video-shadow {
  width: 75%;
  margin: 15% auto 5% auto;
  border-radius: 10px;
  box-shadow: 0px 0px 15px 5px #cecece;
  max-width: 900px;
}

/*Navigation Style Start*/
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  background-color: #fff;
  z-index: 2;
  -webkit-transition: .3s ease all;
  transition: .3s ease all;
  box-shadow: 0px 9px 19px -9px rgba(0, 0, 0, 0.06);
  -webkit-box-shadow: 0px 9px 19px -9px rgba(0, 0, 0, 0.06);
  -moz-box-shadow: 0px 9px 19px -9px rgba(0, 0, 0, 0.06);
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  z-index: 15;
}

.header-bg {
  background: #fafafa;
  /*background: url("../images/background-top-vegetables.png"), linear-gradient(to right, #f5f5f5 0%, #ffffff 100%);*/
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#ffffff',GradientType=1 );
  padding: 9em 0em 3em 0em;
  background-size: cover;
}

#navbar {
  z-index: 1039;
}

.navbar {
  padding: 1.4rem 0em !important;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.navbar-brand img {
  height: 40px;
  width: auto;
}

.navbar-expand-md .navbar-nav .nav-link {
  padding-right: 1rem;
  padding-left: 0.6rem;
  color: #0D5B6C;
  font-size: 0.875em;
  font-weight: 500;
  white-space: nowrap;
}

.navbar-expand-md .navbar-nav .nav-link:hover {
  color: #37BB8B;
}

a {
  text-decoration: none;
}

a.btn-round {
  background-color: #37BB8B;
  color: #fff;
  -webkit-box-shadow: 0px 0px 20px rgba(55, 187, 139, 0.17);
          box-shadow: 0px 0px 20px rgba(55, 187, 139, 0.17);
  border-radius: 20px;
  text-decoration: none;
  font-size: 0.875em;
  padding: .68em 2.44em;
  white-space: nowrap;
}

a.btn-round:hover {
  background-color: #0D5B6C;
  -webkit-transition: .3s all ease;
  transition: .3s all ease;
  -webkit-box-shadow: none;
          box-shadow: none;
}

/*Navigation Style End*/
/*Sidebar Menu Style Start*/
hr {
  border-top: 1px solid rgba(232, 232, 232, 0.17);
}

.overlay,
.sideMenu {
  position: fixed;
  bottom: 0;
}

.overlay {
  top: 0;
  left: 0;
  background-color: #2a2557;
  z-index: inherit -1;
  width: 100vw;
  height: 100vh;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
  z-index: -1;
  opacity: 0;
}

.overlay.open {
  opacity: .5;
  z-index: 1040;
}

.sidebarNavigation {
  margin-bottom: 0;
}

.sidebarNavigation .leftNavbarToggler {
  margin-right: 10px;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
}

.sideMenu {
  right: -75%;
  top: 0px;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  overflow: hidden;
  height: 100%;
  z-index: 1040;
  margin-bottom: 0;
  padding: .7em;
}

.sideMenu.open {
  right: 0;
  display: block;
  overflow-y: auto;
  background-color: #0D5B6C !important;
}

.sideMenu ul {
  margin: 0;
  padding: 0 15px;
}

.navbar-toggler {
  background: rgba(55, 187, 139, 0.06);
  border-radius: 4px;
  padding: 4px;
  line-height: 1.4em;
}

/*Sidebar Menu Style End*/
.icn-logo {
  position: relative;
  z-index: 1;
  max-height: 30px;
  width: auto;
  display: flex;
  align-items: center;
}

/*Let a professional Chef come to you! section Style Start*/
.sec-intro {
  /* background: url(../images/femalechef-top.png) no-repeat; */
  background: url(../images/takeout-chef-circle.png) no-repeat;
  background-size: auto 600px;
  padding: 17em 0em 17em;
  background-position: 82% center;
  position: relative; /* Add this line to make sure the play button is positioned relative to this container */

}

.sec-intro .intro-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.sec-intro .intro-text .txt-small {
  font-size: 0.875em;
  padding: 4em 0em 1.9em 0em;
}

.sec-intro .intro-text input[type=text] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: none;
  font-size: 0.75em;
  background-image: url("../images/icn-map.svg");
  background-position: 10px 10px;
  background-repeat: no-repeat;
  padding: 25px 20px 25px 57px;
  background-position: center left;
  background-position-x: 26px;
  width: 315px;
  height: 50px;
  -webkit-box-shadow: 0px 0px 35px rgba(55, 187, 139, 0.1);
          box-shadow: 0px 0px 35px rgba(55, 187, 139, 0.1);
  border-radius: 28px;
}

.sec-intro .intro-text .btn-submit {
  border: 0;
  border-radius: 50%;
  color: white;
  text-decoration: none;
  width: 44px;
  height: 44px;
  cursor: pointer;
  background: linear-gradient(139.4deg, #5F87D3 14.38%, #443FB4 84.43%);
  margin-left: -56px;
  line-height: 10px;
}

.sec-intro .intro-text .btn-submit:hover {
  background: #37BB8B;
}

.sec-intro .intro-text ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: rgba(74, 74, 74, 0.44);
  font-weight: 500;
}

.sec-intro .intro-text ::-moz-placeholder {
  /* Firefox 19+ */
  color: rgba(74, 74, 74, 0.44);
  font-weight: 500;
}

.sec-intro .intro-text :-ms-input-placeholder {
  /* IE 10+ */
  color: rgba(74, 74, 74, 0.44);
  font-weight: 500;
}

.sec-intro .intro-text :-moz-placeholder {
  /* Firefox 18- */
  color: rgba(74, 74, 74, 0.44);
  font-weight: 500;
}

/*Let a professional Chef come to you! section Style Start*/
a:active, a:focus {
  outline: 0;
  border: none;
}

.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50px;
    height: 50px;
    background: rgba(255, 255, 255, 0.7);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    animation: pulse 2s infinite;
}

.play-button i {
    color: white;
    font-size: 24px;
}

@keyframes pulse {
    0% {
        transform: translate(-50%, -50%) scale(0.9);
        opacity: 1;
    }
    70% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 0;
    }
    100% {
        transform: translate(-50%, -50%) scale(0.9);
        opacity: 1;
    }
}

/*Hoe Does It Work Style Start*/
.step-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.step-wrapper .work-txt {
  width: 348px;
}

.step-wrapper .work-txt p {
  font-size: 1em;
  color: #707070;
  font-weight: 400;
  line-height: 1.6em;
}

.step-wrapper .work-txt p.s1 {
  font-size: 1.125em;
  line-height: 1.36em;
}

.step-wrapper .step-no {
  font-size: 1.87em;
  color: #fff;
  border-radius: 50%;
  background-color: #37BB8B;
  font-weight: 700;
  border: 8px solid #e5f6f0;
  width: 76px;
  height: 76px;
  text-align: center;
  line-height: 2em;
}

.step-wrapper .img-step {
  text-align: center;
}

.step-wrapper .img-step img {
  width: auto;
  height: 335px;
  -o-object-fit: contain;
     object-fit: contain;
}

.step-wrapper .img-step img.img-size {
  height: 300px;
  width: auto;
}

.step-wrapper.step1 {
  margin-bottom: 8em;
}

.step-wrapper.step1::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  background: url("../images/a-arrow-1.svg");
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center bottom;
  bottom: -160px;
}

.step-wrapper.step2 {
  margin-bottom: 7em;
}

.step-wrapper.step2::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  background: url("../images/a-arrow-2.svg");
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center bottom;
  bottom: -110px;
}

.step-wrapper.step3 {
  margin-bottom: 7em;
}

.step-wrapper.step3::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  background: url("../images/a-arrow-3.svg");
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center bottom;
  bottom: -194px;
}

.sub-hd-txt {
  font-size: 1.2em;
  font-weight: 500;
  line-height: 1.5em;
  color: #707070;
}

/*How Does It Work Style End*/
/*Professional Chefs to your door step!: Services Section Style Start*/
.sec-services {
  padding: 7em 0em 3em 0em;
}

.sec-services .sub-ttl {
  font-size: 1.25em;
  line-height: 1.5em;
  padding-right: 4em !important;
}

.sec-services .services-wrapper img {
  width: 103px;
  height: auto;
}

.sec-services .services-wrapper p {
  font-size: 1em;
  font-weight: 500;
  line-height: 1.6em;
  color: #8C8C8C;
}

#dc-slider .carousel-inner {
  height: 596px;
  margin-top: 0em;
  padding: 0px;
}

/*Professional Chefs to your door step!: Services Section Style End*/
/* client reviews section  Style Start*/
.sec-reviews {
  background: linear-gradient(91.68deg, #59A7B9 1.43%, #76BBCB 94.11%);
  position: relative;
  overflow: hidden;
  margin: 10% 0 5% 0;
  min-height: 440px;
}

.sec-reviews .poly-bg {
  position: absolute;
  top: 0px;
  right: 0px;
}

.sec-reviews .img-client {
  position: absolute;
  bottom: 0px;
  right: 0px;
}

.sec-reviews .img-client img {
  width: auto;
}

.carousel-caption {
  color: #fff;
  top: 50%;
  text-align: left;
  padding-top: 0px !important;
  left: 0px !important;
  height: 420px;
  right: 11%;
}

.revews-txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-left: 70px;
  font-family: 'Manrope', sans-serif;
}

.revews-txt p {
  font-size: 1.125em;
  font-weight: 400;
  line-height: 1.8em;
  color: #fff;
  position: relative;
}

.revews-txt p::after {
  content: url(../images/quote.svg);
  position: absolute;
  top: -30px;
  left: -46px;
  z-index: -1;
  opacity: .3 !important;
}

.carousel-indicators {
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  margin-left: 50px !important;
  bottom: 50px;
}

.carousel-indicators li {
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background-color: #D9DBE1;
  opacity: 1;
}

.carousel-indicators li.active {
  background-color: #3A58A8;
}

.icn-logo a {
  text-decoration: none;
  outline: none;
  -webkit-transition: .3s ease all;
  transition: .3s ease all;
  margin-right: 0em;
}

.icn-logo a img {
  max-height: 47px;
  width: auto;
  scale: 1;
  -webkit-transition: .3s ease all;
  transition: .3s ease all;
}

.icn-logo a:hover img {
  -webkit-box-shadow: 0px 0px 20px rgba(55, 187, 139, 0.5);
          box-shadow: 0px 0px 20px rgba(55, 187, 139, 0.5);
  -webkit-transition: .3s ease all;
  transition: .3s ease all;
  -moz-transform: scale(1.1);
  -moz-transform-origin: 50% 50%;
  -o-transform: scale(1.1);
  -o-transform-origin: 50% 50%;
  -webkit-transform: scale(1.1);
  -webkit-transform-origin: 50% 50%;
  transform: scale(1.1);
  /* Standard Property */
  transform-origin: 50% 50%;
  /* Standard Property */
}

.review-txt-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.review-txt-wrapper .name-desc .txt-name {
  font-size: 1.125em;
  font-weight: 700;
}

.review-txt-wrapper .name-desc .txt-desig {
  font-size: 1em;
  color: #043D28;
}

.review-txt-wrapper .pro-img {
  margin-right: 30px;
}

.review-txt-wrapper .pro-img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 60px;
  height: 60px;
  border-radius: 50%;
}

/* client reviews section Style End*/
/*Get In Touch Section Style Start*/
.sec-get-in-touch p {
  color: #8C8C8C;
  font-size: 1.25em;
}

.sec-get-in-touch textarea.form-control {
  display: block;
  width: 100%;
  height: 138px;
  padding: 1rem 1.5rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #545454;
  background-color: #f4f4f4;
  background-clip: padding-box;
  border: 2px solid #f4f4f4;
  border-radius: .25rem;
  -webkit-transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
}

.sec-get-in-touch textarea.form-control:focus {
  border-color: #37BB8B;
  box-shadow: none;
  -webkit-box-shadow: none;
  background-color: #fff;
}

.sec-get-in-touch .form-control {
  display: block;
  width: 100%;
  height: 59px;
  padding: .375rem 1.5rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #545454;
  background-color: #f4f4f4;
  background-clip: padding-box;
  border: 2px solid #f4f4f4;
  border-radius: .25rem;
  -webkit-transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  margin-bottom: 15px;
}

.sec-get-in-touch .form-control::-webkit-input-placeholder {
  color: #ababab;
  font-size: 18px;
}

.sec-get-in-touch .form-control:-ms-input-placeholder {
  color: #ababab;
  font-size: 18px;
}

.sec-get-in-touch .form-control::-ms-input-placeholder {
  color: #ababab;
  font-size: 18px;
}

.sec-get-in-touch .form-control::placeholder {
  color: #ababab;
  font-size: 18px;
}

.bootstrap-iso .form-control:focus {
  border-color: #37BB8B;
  box-shadow: none;
  -webkit-box-shadow: none;
  background-color: #fff;
}

.bootstrap-iso .has-error .form-control:focus {
  box-shadow: none;
  -webkit-box-shadow: none;
  background-color: #fff;
}

.form-control:focus {
  border-color: #37BB8B;
  box-shadow: none;
  -webkit-box-shadow: none;
  background-color: #fff;
}

.has-error .form-control:focus {
  box-shadow: none;
  -webkit-box-shadow: none;
  background-color: #fff;
}

.btn-custom {
  display: inline-block;
  font-weight: 400;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: #37BB8B;
  border: 1px solid transparent;
  padding: 1em 4.1em;
  font-size: 1.125em;
  line-height: 1.5;
  border-radius: 0.625em;
  -webkit-transition: .15s ease-in-out all;
  transition: .15s ease-in-out all;
  font-weight: 600;
}

.btn-custom:hover {
  background-color: #0D5B6C;
}

/*Get In Touch Section Style End*/
/*Section Stay in and eat! Gourmet meals where ever you choose!*/
.txt-w {
  color: #fff;
}

.pb-lrg {
  padding-bottom: 15em !important;
}

.pb-md {
  padding-bottom: 5.5em;
}

.p-lrg {
  padding: 7.5em 0;
}

.v-bg-lt {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 9%;
}

.v-bg-rb {
  position: absolute;
  right: -70px;
  bottom: 0px;
  height: 37%;
}

.v-bg-lb {
  position: absolute;
  top: -66px;
  left: 0px;
  width: 23%;
}

.sec-choose {
  background: linear-gradient(92.1deg, #4169B5 1.54%, #37BB8B 98.55%);
  border-radius: 24px;
  padding: 70px 100px 90px 100px;
  color: #fff;
  position: relative;
}

.sec-choose::after {
  width: 100%;
  height: 100%;
  content: " ";
  background-image: url(../images/choose-bg.svg);
  position: absolute;
  left: 0px;
  top: 0px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.sec-choose p {
  font-size: 1.2em;
  color: rgba(255, 255, 255, 0.72);
  font-weight: 500;
  line-height: 1.5em;
}

.sec-choose h2 {
  font-family: 'Inter';
  font-weight: 700;
  font-size: 1.8em;
  line-height: 1.4em;
  color: #fff;
  text-transform: capitalize;
}

.sec-choose .icn-logo a {
  text-decoration: none;
  outline: none;
  -webkit-transition: .3s ease all;
  transition: .3s ease all;
}

.sec-choose .icn-logo a img {
  max-height: 44px;
  width: auto;
  scale: 1;
  -webkit-transition: .3s ease all;
  transition: .3s ease all;
}

.sec-choose .icn-logo a:hover img {
  -webkit-box-shadow: 0px 0px 20px rgba(55, 187, 139, 0.5);
          box-shadow: 0px 0px 20px rgba(55, 187, 139, 0.5);
  -webkit-transition: .3s ease all;
  transition: .3s ease all;
  -moz-transform: scale(1.1);
  -moz-transform-origin: 50% 50%;
  -o-transform: scale(1.1);
  -o-transform-origin: 50% 50%;
  -webkit-transform: scale(1.1);
  -webkit-transform-origin: 50% 50%;
  transform: scale(1.1);
  /* Standard Property */
  transform-origin: 50% 50%;
  /* Standard Property */
}

.sec-choose .profile-img-wrapper {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  position: absolute;
  top: 5px;
  right: 50px;
}

.sec-choose .profile-img-wrapper .profile-img img {
  height: 470px;
  width: auto;
}

.sec-choose .profile-img-wrapper img.chefprofile-img {
  height: 520px !important;
  width: auto;
  z-index: 999;
}

/*Footer Style*/
.img-logo img {
  max-height: 35px;
  width: auto;
}

footer {
  background: linear-gradient(137.6deg, rgba(241, 246, 245, 0.5) 23.86%, rgba(241, 246, 245, 0) 105.63%);
  padding: 3.5em 0em;
}

footer .cnt-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

footer .cnt-info p {
  color: #074A58;
  font-size: .8em;
  font-weight: 500;
}

footer .cnt-info p a {
  color: #074A58;
  text-decoration: none;
}

footer .cnt-info p a:hover {
  text-decoration: underline;
}

footer .cnt-info .info-icn {
  margin-right: 1em;
  width: 16px;
}

footer ul li a {
  font-size: 0.8em;
  color: #7c7c7c;
  text-decoration: none;
}

footer ul li a:hover {
  text-decoration: none;
  color: #000;
  -webkit-transition: .3s all ease;
  transition: .3s all ease;
}

footer .sec-copyright {
  font-size: 0.8em;
  color: #7c7c7c;
  line-height: 2.5em;
  font-weight: 500;
}

footer .sec-copyright a {
  color: #7c7c7c;
  text-decoration: none;
  font-weight: 500;
  border-right: 1px solid #7c7c7c;
  padding: 0px 5px;
}

footer .sec-copyright a:hover {
  color: #000;
}

footer .sec-copyright a:last-child {
  border-right: none;
  margin: 0px;
}

.sec-social a {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin: 10px 10px 0px 0px;
  background: #404040;
  border: 0;
  border-radius: 50%;
  color: #fff;
  text-align: center;
}

.sec-social a .fa {
  font-size: 24px;
  line-height: 40px;
}

.sec-social a:hover {
  background: #37BB8B;
  border: 0;
  color: #fff;
}

/*Map modal popup*/
#map {
  width: 100%;
  height: 400px;
}

#searchmap .modal-header {
  padding: .5rem 1rem 0em 0em !important;
  border-bottom: none;
}

/*Mobile Slider Style Start*/
.device-container {
  max-width: 577px;
  margin-top: 9em;
  margin-left: auto;
}

.device-container .device-mockup {
  position: relative;
  width: 100%;
  z-index: 1;
}

.device-container .device-mockup .device {
  position: absolute;
  background-image: url("../images/device-frame.png");
  z-index: 999;
  top: 0;
  bottom: 0;
  width: 568px;
  height: 747px;
  -o-object-fit: contain;
  object-fit: contain;
  background-repeat: no-repeat;
}

.device-container .device-mockup #stage {
  margin: 0em auto;
  width: 330px;
}

.device-container .device-mockup #stage a {
  position: absolute;
  top: 19px;
  width: 328px;
}

.iphone-sec-services {
  width: 100%;
  margin-top: 30px;
}

#stage a:nth-of-type(1) {
  -webkit-animation-name: fader;
          animation-name: fader;
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  z-index: 20;
}

#stage a:nth-of-type(2) {
  z-index: 10;
}

#stage a:nth-of-type(n+3) {
  display: none;
}

@-webkit-keyframes fader {
  from {
    opacity: 1.0;
  }
  to {
    opacity: 0.0;
  }
}

@keyframes fader {
  from {
    opacity: 1.0;
  }
  to {
    opacity: 0.0;
  }
}

/*Mobile Slider Style End*/
/*-----------------------Responsive-------------------------------*/
@media screen and (min-width: 1601px) and (max-width: 1800px) {
  .sec-intro {
    background-position: 85% center;
  }
}

@media screen and (min-width: 1401px) and (max-width: 1600px) {
  .sec-intro {
    background-size: auto 560px;
    background-position: 100% center;
  }
  .sec-intro h1 {
    margin-top: -30px;
  }
}

@media screen and (min-width: 1201px) and (max-width: 1400px) {
  .sec-intro {
    background-size: auto 560px;
    background-position: 102% center;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1200px) {
  .sec-intro {
    background-size: auto 470px;
    background-position: 102% center;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .sec-intro {
    background-size: auto 360px;
    background-position: 102% center;
  }
}

@media screen and (min-width: 540px) and (max-width: 767px) {
  .sec-intro {
    padding: 4em 0em;
    background-size: auto 380px;
    background-position: 102% center;
  }

  .become-chef {
    margin-top: 15px;
    margin-left: 15px;
  }
  #dc-slider .carousel-inner {
  }
}

/* 
  ##Device = Desktops
  ##Screen = 1281px to higher resolution desktops
*/
@media (min-width: 1281px) {
  /* CSS */
}

/* 
    ##Device = Laptops, Desktops
    ##Screen = B/w 1025px to 1280px
  */
@media (min-width: 1025px) and (max-width: 1280px) {
  /* CSS */
}

@media (min-width: 768px) and (max-width: 990px) {

  .carousel-caption {
	right: 50%;
  }
  
}
/* 
    ##Device = Tablets, Ipads (portrait)
    ##Screen = B/w 768px to 1024px
  */
@media (min-width: 768px) and (max-width: 1024px) {
  .iphone-sec-services {
    width: 100%;
    margin-top: 130px !important;
  }
  .sec-services h4 br {
    display: none;
  }
  footer {
    font-size: 18px !important;
  }
  .form-horizontal .form-group .row > div {
    padding: 0 15px !important;
  }
  /*Let a professional Chef come to you! section Style Start*/
  h1 {
    font-family: 'Inter';
    font-weight: 700;
    font-size: 2.2em;
    line-height: 1.1em;
    color: #37BB8B;
    text-transform: capitalize;
    margin-bottom: .7em;
  }
  h2 {
    font-family: 'Inter';
    font-weight: 700;
    font-size: 1.8em;
    line-height: 1.4em;
    color: #0D5B6C;
    text-transform: capitalize;
  }
  h3 {
    font-family: 'Inter';
    font-weight: 700;
    font-size: 1.4em;
    line-height: 1em;
    color: #303030;
    text-transform: capitalize;
    margin-bottom: 1em;
  }
  h4 {
    font-family: 'Inter';
    font-weight: 600;
    font-size: 1.125em;
    line-height: 1.36em;
    color: #303030;
    text-transform: capitalize;
  }
  h5 {
    font-family: 'Inter';
    font-weight: 600;
    font-size: 0.7em;
    line-height: 1.36em;
    color: #2b2b2b;
    text-transform: capitalize;
  }
  .sub-hd-txt {
    font-size: 1em;
    font-weight: 500;
    line-height: 1.5em;
    color: #707070;
  }
  .pt-lrg {
    padding-top: 5em;
  }
  .pb-md {
    padding-bottom: 2em;
  }
  .pb-lrg {
    padding-bottom: 8em !important;
  }
  .p-lrg {
    padding: 7em 0em 6em 0em;
  }
  .navbar {
    padding: 1rem 0em !important;
  }
  .navbar-brand img {
    height: 30px;
    width: auto;
  }
  .header-bg {
    /*background: url("../images/background-top-vegetables.png"), linear-gradient(to right, #f5f5f5 0%, #ffffff 100%);*/
    padding: 7em 0em 5em 0em;
    background-size: cover;
  }
  
  .sec-intro {
    padding: 10em 0em;
  }
  .sec-intro .intro-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .sec-intro .intro-text .txt-small {
    font-size: 16px;
    padding: 2em 0em .5em 0em;
  }
  .sec-intro .intro-text p {
    font-size: 16px;
  }
  .sec-intro .intro-text input[type=text] {
    background-position-x: 10px;
    padding: 20px 20px 20px 40px;
    width: 200px;
    height: 38px;
  }
  .sec-intro .intro-text .icn-logo a {
    text-decoration: none;
    outline: none;
    -webkit-transition: .3s ease all;
    transition: .3s ease all;
    margin-right: 0em;
  }
  .sec-intro .intro-text .icn-logo a img {
    max-height: 43px;
    width: auto;
  }
  .sec-intro .intro-text .icn-logo a:hover {
    zoom: 1;
    -moz-transform: scale(2);
    -moz-transform-origin: 0 0;
    -o-transform: scale(2);
    -o-transform-origin: 0 0;
    -webkit-transform: scale(2);
    -webkit-transform-origin: 0 0;
    transform: scale(2);
    /* Standard Property */
    transform-origin: 0 0;
    /* Standard Property */
  }
  .sec-intro .intro-text .icn-logo a:hover img {
    -webkit-box-shadow: 0px 0px 20px rgba(55, 187, 139, 0.5);
            box-shadow: 0px 0px 20px rgba(55, 187, 139, 0.5);
    -webkit-transition: .3s ease all;
    transition: .3s ease all;
  }
  .sec-intro .intro-text .btn-submit {
    width: 35px;
    height: 35px;
    margin-left: -47px;
  }
  .sec-intro .intro-text .btn-submit:hover {
    background: #37BB8B;
  }
  .sec-intro .intro-text ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: rgba(74, 74, 74, 0.44);
    font-weight: 500;
  }
  .sec-intro .intro-text ::-moz-placeholder {
    /* Firefox 19+ */
    color: rgba(74, 74, 74, 0.44);
    font-weight: 500;
  }
  .sec-intro .intro-text :-ms-input-placeholder {
    /* IE 10+ */
    color: rgba(74, 74, 74, 0.44);
    font-weight: 500;
  }
  .sec-intro .intro-text :-moz-placeholder {
    /* Firefox 18- */
    color: rgba(74, 74, 74, 0.44);
    font-weight: 500;
  }
  /*Hoe Does It Work Style Start*/
  .step-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
  }
  .step-wrapper .work-txt {
    width: 250px;
  }
  .step-wrapper .work-txt h3 {
    font-size: 1.4em;
  }
  .step-wrapper .work-txt p {
    font-size: 1em;
    color: #707070;
    font-weight: 400;
    line-height: 1.6em;
  }
  .step-wrapper .work-txt p.s1 {
    font-size: 1em;
    line-height: 1.36em;
  }
  .step-wrapper .step-no {
    font-size: 1.3em;
    color: #fff;
    border-radius: 50%;
    background-color: #37BB8B;
    font-weight: 700;
    border: 8px solid #e5f6f0;
    width: 56px;
    height: 56px;
    text-align: center;
    line-height: 2em;
  }
  .step-wrapper .img-step {
    text-align: center;
  }
  .step-wrapper .img-step img {
    width: auto;
    height: 245px;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .step-wrapper .img-step img.img-size {
    height: 210px;
    width: auto;
  }
  .step-wrapper.step1 {
    margin-bottom: 5em;
  }
  .step-wrapper.step1::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    background: url("../images/a-arrow-1.svg");
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center bottom;
    bottom: -100px;
    background-size: 50% !important;
  }
  .step-wrapper.step2 {
    margin-bottom: 4em;
  }
  .step-wrapper.step2::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    background: url("../images/a-arrow-2.svg");
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center bottom;
    bottom: -70px;
    background-size: 50% !important;
  }
  .step-wrapper.step3 {
    margin-bottom: 5em;
  }
  .step-wrapper.step3::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    background: url("../images/a-arrow-3.svg");
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center bottom;
    bottom: -142px;
    background-size: 50% !important;
  }
  .sub-hd-txt {
    font-size: 1em;
    font-weight: 500;
    line-height: 1.5em;
    color: #707070;
  }
  /*How Does It Work Style End*/
  /**/
  .sec-services {
    padding: 4em 0em 0em 0em;
  }
  .sec-services h2 {
    font-size: 1.6em;
  }
  .sec-services h4 {
    font-size: 1.1em;
  }
  .sec-services .sub-ttl {
    font-size: 0.9em;
    line-height: 1.5em;
    padding-right: 3em !important;
  }
  .sec-services .services-wrapper {
    padding-right: 10px;
  }
  .sec-services .services-wrapper img {
    width: 67px;
    height: auto;
  }
  .sec-services .services-wrapper p {
    font-size: .9em !important;
    line-height: 1.6em;
  }
  /*Mobile Slider Style Start*/
  .device-container {
    max-width: 410px;
    margin: auto;
    margin-top: 5em;
  }
  .device-container .device-mockup {
    position: relative;
    width: 100%;
  }
  .device-container .device-mockup .device {
    position: absolute;
    background-image: url("../images/device-frame.png");
    z-index: 999;
    top: 0;
    bottom: 0;
    width: 410px;
    height: 600px;
    -o-object-fit: contain;
       object-fit: contain;
    background-repeat: no-repeat;
    background-size: contain;
  }
  .device-container .device-mockup #stage {
    margin: 0em auto;
    width: 231px;
  }
  .device-container .device-mockup #stage a {
    position: absolute;
    top: 14px;
    width: 237px;
  }
  #stage a:nth-of-type(1) {
    -webkit-animation-name: fader;
            animation-name: fader;
    -webkit-animation-delay: 4s;
            animation-delay: 4s;
    -webkit-animation-duration: 1s;
            animation-duration: 1s;
    z-index: 20;
  }
  #stage a:nth-of-type(2) {
    z-index: 10;
  }
  #stage a:nth-of-type(n+3) {
    display: none;
  }
  @-webkit-keyframes fader {
    from {
      opacity: 1.0;
    }
    to {
      opacity: 0.0;
    }
  }
  @keyframes fader {
    from {
      opacity: 1.0;
    }
    to {
      opacity: 0.0;
    }
  }
  /**/
  /*Get In Touch Section Style Start*/
  .sec-get-in-touch p {
    color: #8C8C8C;
    font-size: 0.9em;
  }
  .sec-get-in-touch textarea.form-control {
    display: block;
    width: 100%;
    height: 100px;
    padding: 1rem 1rem;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #545454;
    background-color: #f4f4f4;
    background-clip: padding-box;
    border: 2px solid #f4f4f4;
    border-radius: .25rem;
    -webkit-transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  }
  .sec-get-in-touch textarea.form-control::-webkit-input-placeholder {
    color: #ababab;
    font-size: 16px;
  }
  .sec-get-in-touch textarea.form-control:-ms-input-placeholder {
    color: #ababab;
    font-size: 16px;
  }
  .sec-get-in-touch textarea.form-control::-ms-input-placeholder {
    color: #ababab;
    font-size: 16px;
  }
  .sec-get-in-touch textarea.form-control::placeholder {
    color: #ababab;
    font-size: 16px;
  }
  .sec-get-in-touch textarea.form-control:focus {
    border-color: #37BB8B;
    box-shadow: none;
    -webkit-box-shadow: none;
    background-color: #fff;
  }
  .sec-get-in-touch .form-control {
    display: block;
    width: 100%;
    height: 50px;
    padding: .375rem 1rem;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #545454;
    background-color: #f4f4f4;
    background-clip: padding-box;
    border: 2px solid #f4f4f4;
    border-radius: .25rem;
    -webkit-transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    margin-bottom: 0px;
  }
  .sec-get-in-touch .form-control::-webkit-input-placeholder {
    color: #ababab;
    font-size: 16px;
  }
  .sec-get-in-touch .form-control:-ms-input-placeholder {
    color: #ababab;
    font-size: 16px;
  }
  .sec-get-in-touch .form-control::-ms-input-placeholder {
    color: #ababab;
    font-size: 16px;
  }
  .sec-get-in-touch .form-control::placeholder {
    color: #ababab;
    font-size: 16px;
  }
  .bootstrap-iso .form-control:focus {
    border-color: #37BB8B;
    box-shadow: none;
    -webkit-box-shadow: none;
    background-color: #fff;
  }
  .bootstrap-iso .has-error .form-control:focus {
    box-shadow: none;
    -webkit-box-shadow: none;
    background-color: #fff;
  }
  .form-control:focus {
    border-color: #37BB8B;
    box-shadow: none;
    -webkit-box-shadow: none;
    background-color: #fff;
  }
  .has-error .form-control:focus {
    box-shadow: none;
    -webkit-box-shadow: none;
    background-color: #fff;
  }
  .btn-custom {
    display: inline-block;
    font-weight: 400;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    background-color: #37BB8B;
    border: 1px solid transparent;
    padding: 1em 4.1em;
    font-size: .7em;
    line-height: 1.5;
    border-radius: 0.625em;
    -webkit-transition: .15s ease-in-out all;
    transition: .15s ease-in-out all;
    font-weight: 600;
  }
  .btn-custom:hover {
    background-color: #0D5B6C;
  }
  /*Get In Touch Section Style End*/
  /*Stay In And Eat*/
  .sec-choose {
    padding: 50px;
  }
  .sec-choose::after {
    width: 100%;
    height: 100%;
    content: " ";
    background-image: url(../images/choose-bg.svg);
    position: absolute;
    left: 0px;
    top: 0px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
  }
  .sec-choose h2 {
    font-family: 'Inter';
    font-weight: 700;
    font-size: 1.2em;
    line-height: 1.4em;
    color: #fff;
    text-transform: capitalize;
  }
  .sec-choose p {
    font-size: .8em;
    color: rgba(255, 255, 255, 0.72);
  }
  .sec-choose .icn-logo a {
    text-decoration: none;
    outline: none;
    -webkit-transition: .3s ease all;
    transition: .3s ease all;
  }
  .sec-choose .icn-logo a img {
    max-height: 34px;
    width: auto;
  }
  .sec-choose .profile-img-wrapper {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    position: absolute;
    top: -30px;
    right: 70px;
  }
  .sec-choose .profile-img-wrapper .profile-img img {
    height: 320px;
    width: auto;
  }
  .sec-choose .profile-img-wrapper img.chefprofile-img {
    height: 300px !important;
    width: auto;
  }
  /**/
  /*footer Style*/
  footer {
    background: linear-gradient(137.6deg, rgba(241, 246, 245, 0.5) 23.86%, rgba(241, 246, 245, 0) 105.63%);
  }
  footer .cnt-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
  footer .cnt-info p {
    color: #074A58;
    font-size: .7em;
    font-weight: 500;
  }
  footer .cnt-info p a {
    color: #074A58;
    text-decoration: none;
  }
  footer .cnt-info p a:hover {
    text-decoration: underline;
  }
  footer .cnt-info .info-icn {
    margin-right: 1em;
    width: 16px;
  }
  footer ul li a {
    font-size: 0.7em;
    color: #7c7c7c;
    text-decoration: none;
  }
  footer ul li a:hover {
    text-decoration: none;
    color: #000;
    -webkit-transition: .3s all ease;
    transition: .3s all ease;
  }
  footer .sec-copyright {
    font-size: 0.7em;
    color: #7c7c7c;
    line-height: 2.5em;
    font-weight: 500;
  }
  footer .sec-copyright a {
    color: #7c7c7c;
    text-decoration: none;
    font-weight: 500;
    border-right: 1px solid #7c7c7c;
    padding: 0px 5px;
  }
  footer .sec-copyright a:hover {
    color: #000;
  }
  footer .sec-copyright a:last-child {
    border-right: none;
    margin: 0px;
  }
  footer .img-logo img {
    max-height: 30px;
    width: auto;
  }
  footer {
    padding: 3em 0em 2em 0em;
  }
  footer .sec-social a:hover {
    background: #37BB8B;
    border: 0;
    color: #fff;
  }
}

/* ----------- iPad Pro ----------- */
/* Portrait and Landscape */
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .iphone-sec-services {
    width: 100%;
    margin-top: 100px !important;
  }
  /*Let a professional Chef come to you! section Style Start*/
  .header-bg {
    /*background: url("../images/background-top-vegetables.png"), linear-gradient(to right, #f5f5f5 0%, #ffffff 100%);*/
    padding: 3em 0em 0em 0em;
    background-size: cover;
  }
  .sec-intro .intro-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .sec-intro .intro-text h1 {
    font-size: 2em;
  }
  .sec-intro .intro-text input[type=text] {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border: none;
    font-size: 0.75em;
    background-image: url("../images/icn-map.svg");
    background-position: 10px 10px;
    background-repeat: no-repeat;
    padding: 25px 20px 25px 57px;
    background-position: center left;
    background-position-x: 26px;
    width: 315px;
    height: 50px;
    -webkit-box-shadow: 0px 0px 35px rgba(55, 187, 139, 0.1);
            box-shadow: 0px 0px 35px rgba(55, 187, 139, 0.1);
    border-radius: 28px;
  }
  .sec-intro .intro-text .btn-submit {
    border: 0;
    border-radius: 50%;
    color: white;
    text-decoration: none;
    width: 44px;
    height: 44px;
    cursor: pointer;
    background: linear-gradient(139.4deg, #5F87D3 14.38%, #443FB4 84.43%);
    margin-left: -56px;
    line-height: 10px;
  }
  .sec-intro .intro-text .btn-submit:hover {
    background: #37BB8B;
  }
  .sec-intro .intro-text ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: rgba(74, 74, 74, 0.44);
    font-weight: 500;
  }
  .sec-intro .intro-text ::-moz-placeholder {
    /* Firefox 19+ */
    color: rgba(74, 74, 74, 0.44);
    font-weight: 500;
  }
  .sec-intro .intro-text :-ms-input-placeholder {
    /* IE 10+ */
    color: rgba(74, 74, 74, 0.44);
    font-weight: 500;
  }
  .sec-intro .intro-text :-moz-placeholder {
    /* Firefox 18- */
    color: rgba(74, 74, 74, 0.44);
    font-weight: 500;
  }
  /*Professional Chefs to your door step!: Services Section Style Start*/
  .sec-services {
    padding: 7em 0em 3em 0em;
  }
  .sec-services h2 {
    font-size: 1.9em;
  }
  .sec-services .sub-ttl {
    font-size: 1.25em;
    line-height: 1.5em;
    padding-right: 4em !important;
  }
  .sec-services .services-wrapper img {
    width: 70px;
    height: auto;
  }
  .sec-services .services-wrapper h4 {
    font-size: 1em;
  }
  .sec-services .services-wrapper p {
    font-size: 0.86em;
    font-weight: 500;
    line-height: 1.6em;
    color: #8C8C8C;
  }
  /*Mobile Slider Style Start*/
  .device-container {
    max-width: 481px;
    margin: 0 auto;
  }
  .device-container .device-mockup {
    position: relative;
    width: 100%;
    z-index: 1;
  }
  .device-container .device-mockup .device {
    position: absolute;
    background-image: url("../images/device-frame.png");
    z-index: 999;
    top: 0;
    bottom: 0;
    width: 468px;
    height: 755px;
    -o-object-fit: contain;
    object-fit: contain;
    background-repeat: no-repeat;
  }
  .device-container .device-mockup #stage {
    margin: 0em auto;
    width: 360px;
  }
  .device-container .device-mockup #stage a {
    position: absolute;
    top: 18px;
    right: 27px;
  }
  /*Get In Touch Section Style Start*/
  .sec-get-in-touch h2 {
    font-size: 1.9em;
  }
  .sec-get-in-touch p {
    color: #8C8C8C;
    font-size: 1em;
  }
  .sec-get-in-touch textarea.form-control {
    display: block;
    width: 100%;
    height: 138px;
    padding: 1rem 1.5rem;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #545454;
    background-color: #f4f4f4;
    background-clip: padding-box;
    border: 2px solid #f4f4f4;
    border-radius: .25rem;
    -webkit-transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  }
  .sec-get-in-touch textarea.form-control:focus {
    border-color: #37BB8B;
    box-shadow: none;
    -webkit-box-shadow: none;
    background-color: #fff;
  }
  .sec-get-in-touch textarea.form-control::-webkit-input-placeholder {
    font-size: 14px;
  }
  .sec-get-in-touch textarea.form-control:-ms-input-placeholder {
    font-size: 14px;
  }
  .sec-get-in-touch textarea.form-control::-ms-input-placeholder {
    font-size: 14px;
  }
  .sec-get-in-touch textarea.form-control::placeholder {
    font-size: 14px;
  }
  .sec-get-in-touch .form-control {
    display: block;
    width: 100%;
    height: 59px;
    padding: .375rem 1.5rem;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #545454;
    background-color: #f4f4f4;
    background-clip: padding-box;
    border: 2px solid #f4f4f4;
    border-radius: .25rem;
    -webkit-transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    margin-bottom: 15px;
  }
  .sec-get-in-touch .form-control::-webkit-input-placeholder {
    color: #ababab;
    font-size: 14px;
  }
  .sec-get-in-touch .form-control:-ms-input-placeholder {
    color: #ababab;
    font-size: 14px;
  }
  .sec-get-in-touch .form-control::-ms-input-placeholder {
    color: #ababab;
    font-size: 14px;
  }
  .sec-get-in-touch .form-control::placeholder {
    color: #ababab;
    font-size: 14px;
  }
  .btn-custom {
    display: inline-block;
    font-weight: 400;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    background-color: #37BB8B;
    border: 1px solid transparent;
    padding: 1em 4.1em;
    font-size: .9em;
    line-height: 1.5;
    border-radius: 0.625em;
    -webkit-transition: .15s ease-in-out all;
    transition: .15s ease-in-out all;
    font-weight: 600;
  }
  .btn-custom:hover {
    background-color: #0D5B6C;
  }
  .sec-choose {
    background: linear-gradient(92.1deg, #4169B5 1.54%, #37BB8B 98.55%);
    border-radius: 24px;
    padding: 70px 100px 95px 70px;
    color: #fff;
    position: relative;
  }
  .sec-choose::after {
    width: 100%;
    height: 100%;
    content: " ";
    background-image: url(../images/choose-bg.svg);
    position: absolute;
    left: 0px;
    top: 0px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
  }
  .sec-choose p {
    font-size: 1.1em;
    color: rgba(255, 255, 255, 0.72);
    font-weight: 500;
    line-height: 1.5em;
  }
  .sec-choose h2 {
    font-family: 'Inter';
    font-weight: 700;
    font-size: 1.5em;
    line-height: 1.3em;
    color: #fff;
    text-transform: capitalize;
  }
  .sec-choose .icn-logo a {
    text-decoration: none;
    outline: none;
    -webkit-transition: .3s ease all;
    transition: .3s ease all;
  }
  .sec-choose .icn-logo a img {
    max-height: 44px;
    width: auto;
    scale: 1;
    -webkit-transition: .3s ease all;
    transition: .3s ease all;
  }
  .sec-choose .icn-logo a:hover img {
    -webkit-box-shadow: 0px 0px 20px rgba(55, 187, 139, 0.5);
            box-shadow: 0px 0px 20px rgba(55, 187, 139, 0.5);
    -webkit-transition: .3s ease all;
    transition: .3s ease all;
    -moz-transform: scale(1.1);
    -moz-transform-origin: 50% 50%;
    -o-transform: scale(1.1);
    -o-transform-origin: 50% 50%;
    -webkit-transform: scale(1.1);
    -webkit-transform-origin: 50% 50%;
    transform: scale(1.1);
    /* Standard Property */
    transform-origin: 50% 50%;
    /* Standard Property */
  }
  .sec-choose .profile-img-wrapper {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    position: absolute;
    top: -20px;
    right: 30px;
  }
  .sec-choose .profile-img-wrapper .profile-img img {
    height: 440px;
    width: auto;
  }
  .sec-choose .profile-img-wrapper img.chefprofile-img {
    height: 500px !important;
    width: auto;
  }
  .pb-lrg {
    padding-bottom: 12em !important;
  }
  /*Hoe Does It Work Style Start*/
  .step-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
  }
  .step-wrapper .work-txt {
    width: 348px;
  }
  .step-wrapper .work-txt p {
    font-size: 1em;
    color: #707070;
    font-weight: 400;
    line-height: 1.6em;
  }
  .step-wrapper .work-txt p.s1 {
    font-size: 1.125em;
    line-height: 1.36em;
  }
  .step-wrapper .step-no {
    font-size: 1.87em;
    color: #fff;
    border-radius: 50%;
    background-color: #37BB8B;
    font-weight: 700;
    border: 8px solid #e5f6f0;
    width: 76px;
    height: 76px;
    text-align: center;
    line-height: 2em;
  }
  .step-wrapper .img-step {
    text-align: center;
  }
  .step-wrapper .img-step img {
    width: auto;
    height: 335px;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .step-wrapper .img-step img.img-size {
    height: 300px;
    width: auto;
  }
  .step-wrapper.step1 {
    margin-bottom: 8em;
  }
  .step-wrapper.step1::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    background: url("../images/a-arrow-1.svg");
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center bottom;
    bottom: -160px;
  }
  .step-wrapper.step2 {
    margin-bottom: 7em;
  }
  .step-wrapper.step2::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    background: url("../images/a-arrow-2.svg");
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center bottom;
    bottom: -110px;
  }
  .step-wrapper.step3 {
    margin-bottom: 7em;
  }
  .step-wrapper.step3::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    background: url("../images/a-arrow-3.svg");
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center bottom;
    bottom: -194px;
  }
  .sub-hd-txt {
    font-size: 1.2em;
    font-weight: 500;
    line-height: 1.5em;
    color: #707070;
  }
}

/* Portrait */
/* Landscape */
/* 
    ##Device = Tablets, Ipads (landscape)
    ##Screen = B/w 768px to 1024px
  */
@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  /* CSS */
}

/* 
    ##Device = Low Resolution Tablets, Mobiles (Landscape)
    ##Screen = B/w 481px to 767px
  */
@media (min-width: 481px) and (max-width: 767px) {
  /* CSS */
  .logo-sm img {
    height: 25px !important;
    width: auto;
    margin: 4em auto !important;
    text-align: center;
  }
}

/* 
    ##Device = Most of the Smartphones Mobiles (Portrait)
    ##Screen = B/w 320px to 479px
  */
@media (min-width: 320px) and (max-width: 540px) {
  body {
    background-color: #fff;
  }
  .logo-sm img {
    height: 25px !important;
    width: auto;
    margin: 4em auto !important;
    text-align: center;
  }
  #video {
    margin-top: 30%;
  }
  .video-shadow {
    width: 85%;
  }
  .header-bg {
    padding: 0em;
  }
  .header-bg .sec-intro {
    padding: 10em 0em 7em 0em;
    background-image: none;
  }
  .header-bg .sec-intro p {
    font-size: 14px;
    line-height: 20px;
    padding-right: 76px;
  }
  .header-bg .sec-intro .icn-logo a {
    text-decoration: none;
    outline: none;
    -webkit-transition: .3s ease all;
    transition: .3s ease all;
  }
  .header-bg .sec-intro .icn-logo a img {
    max-height: 30px;
    width: auto;
  }
  .header-bg .sec-intro .txt-small {
    font-size: 14px !important;
    padding: 3.5em 0em 1em 0em !important;
    font-weight: 500;
    color: #707070;
  }
  .header-bg .sec-intro input[type=text] {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border: none;
    font-size: 0.75em !important;
    background-image: url("../images/icn-map.svg");
    background-position: 10px 10px !important;
    background-repeat: no-repeat;
    padding: 15px 20px 15px 30px !important;
    background-position: center left !important;
    background-position-x: 15px !important;
    width: 208px !important;
    height: 33px !important;
    background-size: 4% !important;
    -webkit-box-shadow: 0px 0px 35px rgba(55, 187, 139, 0.1);
            box-shadow: 0px 0px 35px rgba(55, 187, 139, 0.1);
    border-radius: 28px;
  }
  .header-bg .sec-intro .btn-submit {
    border: 0;
    border-radius: 50%;
    color: white;
    text-decoration: none;
    width: 28px !important;
    height: 28px !important;
    cursor: pointer;
    background: linear-gradient(139.4deg, #5F87D3 14.38%, #443FB4 84.43%);
    margin-left: -32px !important;
    line-height: 8px !important;
  }
  .header-bg .sec-intro .btn-submit img {
    width: 12px;
  }
  .header-bg .sec-intro .btn-submit:hover {
    background-color: #37BB8B;
  }
  .step-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: normal;
        -ms-flex-align: normal;
            align-items: normal;
  }
  .step-wrapper .work-txt {
    width: 92%;
  }
  .step-wrapper .step-no {
    display: none;
  }
  .step-wrapper .img-step {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 1em;
  }
  .step-wrapper .img-step img {
    width: 220px;
    height: auto;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .step-wrapper .img-step img.img-size {
    height: 230px;
    width: auto;
    margin-left: 0px;
  }
  .step-wrapper.step1 {
    margin-bottom: 1em;
  }
  .step-wrapper.step1::after {
    content: "";
    background: none;
  }
  .step-wrapper.step2 {
    margin-bottom: 1em;
  }
  .step-wrapper.step2::after {
    content: "";
    background: none;
  }
  .step-wrapper.step3 {
    margin-bottom: 1em;
  }
  .step-wrapper.step3::after {
    content: "";
    background: none;
  }
  .pt-lrg {
    padding-top: 5em;
  }
  .pb-md {
    padding-bottom: 1em;
  }
  .sec-social a {
    display: inline-block;
    width: 32px;
    height: 32px;
    margin: 0 5px;
    background: #404040;
    border: 0;
    border-radius: 50%;
    color: #fff;
    text-align: center;
  }
  .sec-social a .fa {
    font-size: 20px;
    line-height: 32px;
  }
  .sec-social a:hover {
    background: #37BB8B;
    border: 0;
    color: #fff;
  }
  .pb-lrg {
    padding-bottom: 3em !important;
  }
  .sec-choose {
    background: linear-gradient(92.1deg, #4169B5 1.54%, #37BB8B 98.55%);
    border-radius: 8.5px;
    padding: 20px 40px;
    text-align: center;
    color: #fff;
    position: relative;
  }
  .sec-choose .icn-logo a {
    text-decoration: none;
    outline: none;
    -webkit-transition: .3s ease all;
    transition: .3s ease all;
  }
  .sec-choose .icn-logo a img {
    max-height: 32px;
    width: auto;
    scale: 1;
  }
  .sec-choose .icn-logo a:hover img {
    -webkit-box-shadow: 0px 0px 20px rgba(55, 187, 139, 0.5);
            box-shadow: 0px 0px 20px rgba(55, 187, 139, 0.5);
    -webkit-transition: .3s ease all;
    transition: .3s ease all;
    scale: 1.05;
  }
  .sec-choose .profile-img-wrapper {
    display: none !important;
  }
  .sec-choose .profile-img-wrapper .profile-img {
    margin-right: 0px;
  }
  .sec-choose .profile-img-wrapper .profile-img img {
    height: 470px;
    width: auto;
  }
  .sec-choose .profile-img-wrapper img.chefprofile-img {
    height: 520px !important;
    width: auto;
  }
  #dc-slider .carousel-inner {
    margin-top: 0em;
  }
  #dc-slider .carousel-caption {
    text-align: center;
    left: 23% !important;
    right: 23%;
    height: 200px;
    padding-top: 10px !important;
  }
  #dc-slider .carousel-indicators {
    bottom: 0px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #dc-slider .carousel-indicators li {
    width: 5px;
    height: 5px;
  }
  .review-txt-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .revews-txt {
    padding: 0px;
  }
  .revews-txt p {
    font-size: 1em;
    line-height: 1.4em;
	margin-top: 60px;
  }
  .revews-txt p::after {
    scale: 40%;
    left: -40px;
  }
  .review-txt-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .review-txt-wrapper .name-desc .txt-name {
    font-size: .8em;
    font-weight: 700;
  }
  .review-txt-wrapper .name-desc .txt-desig {
    font-size: .7em;
    color: #043D28;
  }
  .review-txt-wrapper .pro-img {
    margin-right: 0px;
  }
  .review-txt-wrapper .pro-img img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 50px;
    height: 50px;
    border-radius: 50%;
  }
  /**/
  .sec-get-in-touch .bootstrap-iso .form-control:focus {
    border-color: #37BB8B;
    box-shadow: none;
    -webkit-box-shadow: none;
    background-color: #fff;
  }
  .sec-get-in-touch .bootstrap-iso .has-error .form-control:focus {
    box-shadow: none;
    -webkit-box-shadow: none;
    background-color: #fff;
  }
  .sec-get-in-touch .form-control:focus {
    border-color: #37BB8B;
    box-shadow: none;
    -webkit-box-shadow: none;
    background-color: #fff;
  }
  .sec-get-in-touch .has-error .form-control:focus {
    box-shadow: none;
    -webkit-box-shadow: none;
    background-color: #fff;
  }
  .navbar-dark .navbar-nav .nav-link {
    color: #fff;
    font-size: 14px;
    margin: .5em 0em;
  }
  .sec-reviews {
    background: linear-gradient(91.68deg, #59A7B9 1.43%, #76BBCB 94.11%);
    position: relative;
    overflow: hidden;
  }
  .sec-reviews::after {
    width: 100%;
    height: 100%;
    content: " ";
    background-image: url(../images/testimonial-bg.png);
    position: absolute;
    left: 0px;
    top: 0px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
  }
  .sec-reviews .poly-bg {
    position: absolute;
    top: 0px;
    right: 0px;
    display: none;
  }
  .navbar-brand img {
    height: 30px;
    width: auto;
  }
  .sec-services {
    padding: 2.5em 0em 0em 0em;
  }
  .sec-services .sub-ttl {
    font-size: 14px;
    line-height: 20px;
  }
  .sec-services .services-wrapper {
    padding-right: 10px;
  }
  .sec-services .services-wrapper img {
    width: 67px;
    height: auto;
  }
  .sec-services .services-wrapper p {
    color: #8C8C8C;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
  }
  /**/
  .device-container {
    width: 300px;
    margin: 0 auto;
    margin-top: 0em;
  }
  .device-container .device-mockup {
    position: relative;
    width: 100%;
  }
  .device-container .device-mockup .device {
    position: absolute;
    background-image: url("../images/device-frame.png");
    z-index: 999;
    top: 0;
    left: 0;
    width: 300px;
    height: 395px;
    background-repeat: no-repeat;
    background-position: 100% 100%;
    right: 0px;
    bottom: 0px;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .device-container .device-mockup #stage {
    margin: 0em auto;
    width: 300px;
    height: 395px;
  }
  .device-container .device-mockup #stage a {
    position: absolute;
    right: 0;
    text-align: center;
    top: 10px;
    width: 294px;
  }
  .device-container .device-mockup #stage a img {
    height: 375px;
    width: auto;
  }
  /**/
  .p-lrg {
    padding: 5em 0;
  }
  footer {
    padding: 3em 0em 2em 0em;
  }
  .hidden-xs {
    display: none;
  }
  .become-chef {
    margin-top: 15px;
    margin-left: 15px;
  }
}

@media screen and (max-width: 575px) {
  .header-bg .sec-intro {
    background-image: none;
  }
}

@media screen and (max-width: 767px) {
  .header-bg .sec-intro p {
    font-size: 14px;
    line-height: 20px;
    padding-right: 76px;
    padding-bottom: 5px !important;
  }
  .header-bg .sec-intro .icn-logo a {
    text-decoration: none;
    outline: none;
    -webkit-transition: .3s ease all;
    transition: .3s ease all;
  }
  .header-bg .sec-intro .icn-logo a img {
    max-height: 35px;
    width: auto;
  }
  .header-bg .sec-intro .txt-small {
    font-size: 14px !important;
    padding: 2.5em 0em 1em 0em !important;
    font-weight: 500;
    color: #707070;
  }
  .header-bg .sec-intro input[type=text] {
    border: none;
    font-size: 14px !important;
    background-image: url("../images/icn-map.svg");
    background-position: 10px 10px !important;
    background-repeat: no-repeat;
    padding: 15px 20px 15px 30px !important;
    background-position: center left !important;
    background-position-x: 15px !important;
    width: 208px !important;
    height: 40px !important;
    background-size: 4% !important;
    -webkit-box-shadow: 0px 0px 35px rgba(55, 187, 139, 0.1);
            box-shadow: 0px 0px 35px rgba(55, 187, 139, 0.1);
    border-radius: 28px;
    margin-right: 0 !important;
  }
  .header-bg .sec-intro .btn-submit {
    border: 0;
    border-radius: 50%;
    color: white;
    text-decoration: none;
    width: 28px !important;
    height: 28px !important;
    cursor: pointer;
    background: linear-gradient(139.4deg, #5F87D3 14.38%, #443FB4 84.43%);
    margin-left: -32px !important;
    line-height: 8px !important;
  }
  .header-bg .sec-intro .btn-submit img {
    width: 12px;
  }
  .header-bg .sec-intro .btn-submit:hover {
    background-color: #37BB8B;
  }
  .form-horizontal .form-group .row > div {
    padding: 0 15px !important;
  }
  h1, h2 {
    font-size: 28px;
    line-height: 32px;
  }
  .sub-hd-txt {
    font-size: 14px;
  }
  h3 {
    font-size: 22px;
    line-height: 30px;
  }
  h4 {
    font-size: 20px;
    line-height: 28px;
  }
  .sec-get-in-touch p {
    font-size: 14px;
  }
  .sec-get-in-touch .form-control {
    display: block;
    width: 100%;
    height: 40px;
    padding: .5rem .9rem;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #545454;
    background-color: #f4f4f4;
    background-clip: padding-box;
    border: 2px solid #f4f4f4;
    border-radius: .25rem;
    -webkit-transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    margin-bottom: 0px;
  }
  .sec-get-in-touch .form-control::-webkit-input-placeholder {
    color: #ababab;
    font-size: 14px;
  }
  .sec-get-in-touch .form-control:-ms-input-placeholder {
    color: #ababab;
    font-size: 14px;
  }
  .sec-get-in-touch .form-control::-ms-input-placeholder {
    color: #ababab;
    font-size: 14px;
  }
  .sec-get-in-touch .form-control::placeholder {
    color: #ababab;
    font-size: 14px;
  }
  .sec-get-in-touch .btn-custom {
    margin-top: 10px;
    padding: 1em 4em;
    font-size: 14px;
  }
  .sec-get-in-touch textarea.form-control {
    display: block;
    width: 100%;
    height: 65px;
    padding: .5rem 1rem;
    font-size: 14px;
  }
  .sec-choose h2 {
    font-size: 20px;
    line-height: 28px;
  }
  .sec-choose p {
    font-size: 14px;
    line-height: 22px;
    color: rgba(255, 255, 255, 0.72);
  }
  .step-wrapper .work-txt p {
    font-size: 14px !important;
    line-height: 22px !important;
  }
  footer {
    font-size: 16px !important;
  }
  .sec-services .services-wrapper p {
    font-size: 14px !important;
    line-height: 24px !important;
  }
  .sec-services .sub-ttl {
    font-size: 14px !important;
    line-height: 24px !important;
  }
  .sec-services h4 br {
    display: none;
  }
}
/*# sourceMappingURL=doorchef-style.css.map */

/* Style the modal */
.modal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  justify-content: center; /* Align the modal content horizontally */
  align-items: center; /* Align the modal content vertically */
}

/* Style the modal content */
.modal-content {
  background-color: #fefefe;
  padding: 0px 0px 20px 0px;
  border: 1px solid #888;
  max-width: 1200px; /* Set a maximum width for the modal content */
  text-align: center; /* Center the text content inside the modal */
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.modal-header {
	border-bottom: none;
}

.modal #meal-plan-content, #get-recipes-content{
	height: 500px;
    overflow-y: auto;
}

.modal .modal-subtext {
	font-size: 14px;
	margin: 5px;
}

#doorchefAIModal .input-modal {
	margin-right: 10px;
	border-radius: 5px;
	border-top-right-radius: 5px !important;
    border-bottom-right-radius: 5px !important;
}

.nav {
	flex-wrap: nowrap;
}

#doorchefAIModal p,
#doorchefAIModal h2,
#doorchefAIModal h1,
#doorchefAIModal ul,
#doorchefAIModal span {
    text-align: left;
}

#doorchefAIModal .info-text {
  font-size: 12px;
  margin: auto;
  text-align: center;
  width: 70%;
  font-weight: 500;
  font-style: italic;
}

#doorchefAIModal .recipe-image {
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

#doorchefAIModal #get-recipes-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: left;
}

#doorchefAIModal .input-modal {
  flex: 1;
}

#doorchefAIModal .btn-submit {
  margin-left: 10px;
}

.modal .spinner-border {
  width: 1rem;
  height: 1rem;
  margin-left: 3px;
  vertical-align: text-bottom;
  border: 0.15em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: spinner-border .75s linear infinite;
}

@keyframes spinner-border {
  100% {
    transform: rotate(360deg);
  }
}

.modal .tab-pane p {
	font-style: normal;
	font-weight: 400;
}

.modal .btn-text {
  display: inline-block;
}

.modal-content .nav {
	white-space: nowrap;
}	

.modal .nav-link {
	color: #37bbab;
	font-weight: 500;
}

.modal .active {
	font-weight: 700;
}

.modal .btn-submit {
	background: #37bb8b;
	border-radius: 10px;
	border-top-left-radius: 10px !important;
    border-bottom-left-radius: 10px !important;
	border-color: #37bb8b !important;
}


/* Style the close button */
.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

@keyframes colorChange {
    0% {
        background-color: #37BB8B;
    }
    50% {
        background-color: #2A8F6E;
    }
    100% {
        background-color: #37BB8B;
    }
}

.custom-button {
    background-color: #37BB8B;
    color: white;
    border: none;
    padding: 18px 35px;
    font-size: larger;
    border-radius: 50px;
    animation: colorChange 3s infinite;
	cursor: none;
	font-weight: 700;
}

.custom-button:hover {
    background-color: #2e9c74; /* Slightly darker shade for hover effect */
    color: white;
}

.icon-logo {
	position: relative;
    z-index: 1;
    max-height: 30px;
    width: auto;
	display: flex;
    align-items: center;
}

.icn-logo a {
	color: black;
}

.icn-logo .see-video {
    display: flex;
    align-items: center;
    text-decoration: none;
}

.icn-logo .play-icon {
	margin-left: 10px;
    font-size: 24px; /* Adjust the size as needed */
    margin-right: 8px; /* Space between icon and text */
    color: #000; /* Adjust the color as needed */
}

.icn-logo .see-video span {
    font-size: 14px; /* Adjust the font size as needed */
    color: #000; /* Adjust the color as needed */
}

.food-card img {
	width: 100%;
	height: auto;
}

.food-card {
	margin-bottom: 20px;
	position: relative;
	border: none;
	box-shadow: 0px 1px 3px 1px #efefef;
	width: 85%;
	border-radius: 10px;
    overflow: hidden;
}


@media screen and (max-width: 767px) {
	.food-card {
		width: 70%;
	}
	
	.sub-text {
		width: 100% !important;
		margin: auto;
	}
	.card-text {
		font-size: 14px;
	}
}

.top-rated {
	position: absolute;
	background-color: #000;
	color: #fff;
	padding: 5px;
	top: 10px;
	left: 10px;
}

.coming-soon {
	margin-top: 100px;
}

.sub-text {
	width: 70%;
	margin: auto;
}