/* RESTAURANT HOME CSS STARTS HERE */

.common-title h4 {
  font-weight: 700;
}

.restaurant-banner {
  min-height: 780px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url("../images/restuarent-banner-bg.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding: 50px 0;
}

.restaurant-banner .banner-dis h4 {
  font-size: 50px;
  font-weight: 600;
  line-height: 64px;
}

.restaurant-banner .banner-dis p {
  font-size: 18px;
  margin-bottom: 25px;
  color: rgba(0, 0, 0, 0.54);
}

.restaurant-banner-inr {
  position: relative;
}

.restaurant-banner .avatar {
  position: absolute;
}

.restaurant-banner .avatar.avatar1 {
  top: 0;
  left: 80px;
}
.restaurant-banner .avatar.avatar2 {
  top: 42%;
  left: 0px;
}

.restaurant-banner .avatar.avatar3 {
  bottom: 0;
  left: 120px;
}

.restaurant-banner .avatar.avatar4 {
  left: 80px;
  bottom: 50px;
}

.restaurant-banner .avatar.avatar5 {
  top: 50%;
  left: 0px;
}

.restaurant-banner .avatar.avatar6 {
  top: 70px;
  left: 150px;
}

.why-register {
  position: relative;
  overflow: hidden;
}

.why-register::before {
  content: "";
  position: absolute;
  right: 0;
  top: 100px;
  background-image: url("../images/why-shape.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 96px;
  height: 190px;
}

.why-register .why-right ul {
  margin: 0;
}

.why-register .why-right ul li {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 15px;
  margin-bottom: 30px;
}

.why-register .why-right ul li:last-child {
  margin-bottom: 0;
}

.why-register .why-right ul li .list-count {
  width: 60px;
  min-width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #ebeff4;
  background-color: #fff;
  font-size: 20px;
  font-weight: 600;
  color: #212121;
  border-radius: 50%;
}

.why-register .why-right ul li h5 {
  font-size: 20px;
  font-weight: 600;
  margin: 0;
  color: #212121;
}

.steps-how-work {
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
  background: rgba(78, 183, 17, 0.05);
}

.steps-how-work .feature-box {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  position: relative;
  padding: 24px;
  align-items: center;
  gap: 8px;
  text-align: center;
  background-color: #fff;
  box-shadow: 0px 1px 5px 0px #2d4aaa0a;
  margin-bottom: 24px;
  border: 1px solid #0000000d;
  will-change: transform, opacity;
  z-index: 1;
}

.steps-how-work .feature-box h4 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  color: #000;
}

.steps-how-work .feature-box p {
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
  color: #000;
  margin: 0;
}

.steps-how-work .feature-box h4,
.steps-how-work .feature-box p {
  text-align: left;
}

.steps-how-work .feature-icon {
  max-height: 200px;
  max-width: 200px;
}

.steps-how-work::before {
  content: unset;
  opacity: 0;
}

.feature-area .features-inner {
  padding: 24px;
  background-color: #fff;
  box-shadow: 0px 1px 5px 0px #2d4aaa0a;
  border: 1px solid #0000000d;
  position: relative;
  z-index: 1;
}

.feature-area .features-inner .feature-box {
  text-align: center;
  padding: 40px;
}

.feature-area .features-inner .feature-box h4 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  color: #000;
}

.feature-area .features-inner .feature-box p {
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
  color: rgb(33 33 33 / 54%);
  margin: 0;
}

.client-testimonial {
  position: relative;
  z-index: 1;
}

.client-testimonial::before {
  content: "";
  position: absolute;
  left: 0;
  top: -50%;
  background-image: url("../images/client-shape.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 642px;
  height: 1236px;
  z-index: -1;
}

.client-testimonial .clientSwiper {
  padding-top: 60px;
}

.client-testimonial .client-slider {
  margin-top: -60px;
}

.client-testimonial .client-slide {
  padding: 30px 25px;
  border: 1px solid rgba(78, 183, 17, 0.2);
  border-radius: 8px;
  background: rgba(78, 183, 17, 0.02);
  margin: 10px;
}

.client-testimonial .client-ftr {
  padding-top: 20px;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}

.client-testimonial .client-slide p {
  padding: 20px 0;
  line-height: 30px;
}

.client-testimonial .star-rating i {
  color: #eabf23;
}

.client-testimonial .client-slider .swiper-button-next {
  right: 0;
  left: auto;
  bottom: inherit !important;
  top: 20px;
  width: 50px;
}

.client-testimonial .client-slider .swiper-button-prev {
  right: 5%;
  left: auto;
  bottom: inherit !important;
  top: 20px;
  width: 50px;
}

.faq-area {
  position: relative;
  z-index: 1;
}

.faq-area::before {
  content: "";
  position: absolute;
  margin: 0 auto;
  top: 0;
  width: 80%;
  background-color: rgba(33, 33, 33, 5%);
  height: 2px;
  left: 0;
  right: 0;
}

.faq-area .faq-accordion .accordion-item {
  border-radius: 0 !important;
  margin-bottom: 15px;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  border-color: #ebeff4;
  border-width: 2px;
}

.faq-area .faq-accordion .accordion-button:not(.collapsed) {
  color: #000;
  font-weight: 600;
  background-color: transparent;
  box-shadow: none;
}

.faq-area .faq-accordion .accordion-button:focus-visible {
  border: none;
  box-shadow: none !important;
}

.newsltetter {
  background: url("../images/news-bg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.newsltetter .img-box {
  background: url("../images/transfoem.png");
  min-height: 400px;
  border-radius: 8px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 30px 40px;
  display: flex;
  align-items: center;
}

.newsltetter .img-box h4 {
  color: #fff;
  font-size: 40px;
  margin-bottom: 18px;
}

.newsltetter .img-box p {
  color: rgba(255, 255, 255, 0.54);
  font-size: 16px;
  margin-bottom: 18px;
}

/* RESTAURANT HOME CSS ENDS HERE */

/* =============== INNER HEADER STARTS HERE =============== */

.dashboard-wrapper .header-card {
  border-bottom: 1px solid #e3e3e3;
}

/* =============== INNER HEADER ENDS HERE =============== */

.dashboard_content {
  background: #fff;
  border-radius: 0px;
  box-shadow: none;
  padding: 0 0 50px;
}

.db_head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0px;
  padding: 20px;
  border-bottom: 1px solid #ddd;
}

.db_inr_hd h4 {
  margin-bottom: 0px;
  font-weight: 600;
  text-transform: capitalize;
}

.inner-card-body {
  padding: 20px;
}

/* =============== PROFILE DROPDOWN STARTS HERE =============== */

.hdr-pro-view {
  display: flex;
  align-items: center;
  gap: 3px;
}

.hdr-pro-view .username {
  color: #212121;
}

.hdr-pro-view span {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid #fff;
  display: inline-block;
}

.hdr-pro-view span img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hdr-pro-view p {
  margin-bottom: 0;
}

.profile-drop .btn-secondary {
  background: none;
  border: none;
  padding: 0;
}

.profile-drop .dropdown-toggle::after {
  display: none;
}

.profile-drop .dropdown-menu {
  min-width: 220px;
  padding: 0;
  border: none;
  overflow: hidden;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  z-index: 999;
}

.profile-drop .dropdown-menu.show li {
  margin-right: 0;
}

.profile-drop .dropdown-menu.show li a {
  padding: 10px 12px !important;
  border-bottom: 1px solid #f4f4f4 !important;
  font-size: 14px;
  color: #000;
}
.profile-drop .dropdown-menu.show li a span {
  margin-right: 4px;
}
.profile-card-drop {
  display: flex;
  align-items: center;
  background: var(--primary-color);
  padding: 14px 12px;
  position: relative;
}

.profile-card-drop span {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: inline-block;
  overflow: hidden;
  margin-right: 10px;
  min-width: 52px;
  min-height: 50px;
}

.profile-card-drop span img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.profile-card-rt h4 {
  font-size: 16px;
  color: #000;
  font-weight: 600;
  margin-bottom: 0;
  color: #fff;
}

.profile-card-rt p {
  font-size: 14px;
  margin-bottom: 2px;
  color: #fff;
}

.profile-drop .dropdown-item {
  transition: all 0.5s ease-in-out;
}

.profile-drop .dropdown-item:hover {
  background: var(--primary-color);
  color: #fff !important;
}

.profile-drop .btn:first-child:active,
.profile-drop .btn.show {
  background: none !important;
  border-color: none !important;
}

/* =============== PROFILE DROPDOWN CSS ENDS HERE =============== */

/* =============== SIDEBAR CSS STARTS HERE =============== */
.dashboard_menu {
  background: #f4f4f4;
  overflow: hidden;
  border-radius: 0;
  border-right: 1px solid #e3e3e3;
  min-height: 100%;
}

.dasboard_header {
  padding: 30px 0px 20px 0;
  text-align: center;
}

.dasboard_header .dasboard_header_img {
  border: 8px solid #fff;
  box-shadow: 0px 0px 10px #3c3c3c38;
  width: 140px;
  height: 140px;
  position: relative;
  margin: 0 auto;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.dasboard_header .dasboard_header_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

.dasboard_header .dasboard_header_img label {
  display: block;
  position: absolute;
  bottom: 0;
  right: 5px;
  font-size: 14px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background: #4eb711;
  box-shadow: 0px 0px 10px #3c3c3c38;
  cursor: pointer;
  transition: all linear 0.3s;
  -webkit-transition: all linear 0.3s;
  -moz-transition: all linear 0.3s;
  -ms-transition: all linear 0.3s;
  -o-transition: all linear 0.3s;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  color: #fff;
}

.dasboard_header h2 {
  font-size: 22px;
  font-weight: 500;
  color: #212121;
  text-transform: capitalize;
  margin-bottom: 5px;
  margin-top: 15px;
  text-align: center;
}

.dashboard_menu ul li a {
  text-align: left;
  font-size: 14px;
  font-weight: 400;
  width: 100%;
  display: block;
  transition: all 0.3s linear 0s;
  background: none !important;
  color: #212121;
  border-top: 1px solid rgba(0, 128, 128, 0.15);
  padding: 0px 0px;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  text-transform: capitalize;
  position: relative;
}

.dashboard_menu ul li a.active,
.dashboard_menu ul li a:hover,
.dashboard_menu ul li a.active span,
.dashboard_menu ul li a:hover span {
  background: var(--primary-color) !important;
  color: #fff !important;
}

.dashboard_menu ul li a span {
  display: inline-block;
  transition: all 0.3s linear 0s;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  width: 50px;
  height: 50px;
  color: #212121;
  text-align: center;
  line-height: 50px;
  background: #4eb7111a;
  font-size: 18px;
}

/* =============== SIDEBAR CSS ENDS HERE =============== */

/* =============== RESTAURANT PANEL CSS STARTS HERE =============== */

.restaurant .dash-widget {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  gap: 5px;
  padding: 20px;
  border-radius: 8px;
  background-color: #fff;
  border: 1px solid #ebebeb;
}

.restaurant .dash-widget .value h6 {
  font-size: 22px;
  line-height: 34px;
  font-weight: 600;
  color: #212121;
  margin: 0;
}

.restaurant .dash-widget .value p {
  font-size: 16px;
  line-height: 28px;
  color: rgba(33, 33, 33, 54%);
  font-weight: 400;
  margin: 0;
}

.restaurant .dash-widget .icon {
  width: 50px;
  height: 50px;
  min-width: 50px;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  color: #fff;
}

.restaurant .dash-widget.bx1 .icon {
  background-color: #1ba100;
}

.restaurant .dash-widget.bx2 .icon {
  background-color: #0092dd;
}

.restaurant .dash-widget.bx3 .icon {
  background-color: #ff00ba;
}

.restaurant .dash-widget.bx4 .icon {
  background-color: #ff005a;
}

.restaurant .custom-card {
  width: 100%;
  height: auto;
  background-color: #fff;
  border: 1px solid #ebebeb;
  border-radius: 8px;
}

.restaurant .custom-card-header {
  padding: 20px;
  border-bottom: 1px solid #ebebeb;
}

.restaurant .custom-card-body {
  padding: 20px;
}

.table.order-request tr td {
  font-size: 14px;
  line-height: 24px;
  color: #000;
  padding: 13px;
  vertical-align: middle;
  border: 0;
}

.table.order-request tr td h6 {
  font-size: 16px;
}

.table.order-request tr td p {
  color: rgba(33, 33, 33, 54%);
}

.trending-menus .timeline .timeline-panel {
  padding: 25px 30px 30px 30px;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 0;
  display: flex;
  align-items: center;
}

.trending-menus .timeline .timeline-panel.active,
.trending-menus .timeline .timeline-panel:hover {
  box-shadow: 0 5px 35px 0 rgba(0, 0, 0, 0.05);
}

.trending-menus .timeline .timeline-panel .media {
  width: 60px;
  height: 60px;
  position: relative;
  overflow: unset;
  border-radius: 0.5rem;
  background: #eee;
  font-size: 20px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  align-self: start;
}

.trending-menus .timeline .timeline-panel .media img {
  border-radius: 0.5rem;
  width: 100%;
}

.trending-menus .timeline .timeline-panel .media .number {
  width: 42px;
  height: 42px;
  border-radius: 40px;
  position: absolute;
  bottom: -25px;
  left: 50%;
  border: 3px solid #fff;
  line-height: 38px;
  transform: translateX(-50%);
  text-align: center;
  background: #ffb800;
  color: #000;
  font-size: 16px;
  font-weight: 600;
}

.widget-media .timeline .timeline-panel .media-body h4,
.widget-media .timeline .timeline-panel .media-body h5 {
  font-size: 16px;
  line-height: 26px;
}

.widget-media .timeline .timeline-panel .media-body p {
  font-size: 14px;
  line-height: 1.5;
}

.widget-media .timeline li:last-child .timeline-panel {
  margin-bottom: 0;
  border-bottom: 0;
}

.tab-content {
  margin-top: 25px;
}

.custom_nav .nav-link.active,
.custom_nav .show > .nav-link {
  color: #fff !important;
  background-color: #4eb711 !important;
}

.custom_nav .nav-link {
  color: var(--text-color);
  padding: 12px 0;
  font-weight: 500;
  margin: 0 10px;
  background: transparent !important;
  border-radius: 30px !important;
  border: 1px solid#4eb711 !important;
  width: auto !important;
}

.custom_nav .nav-link:hover {
  background: #4eb711 !important;
  color: #fff !important;
}

.restaurant_edit {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  gap: 10px;
}

.restaurant_edit a {
  width: 100%;
  text-align: center;
}

.restaurant_edit h6 {
  margin-bottom: 0px;
}

.menu_img_wrp img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  border-radius: 10px;
}

.restaurant_edit .theme-btn {
  font-size: 15px;
  font-weight: 500;
  padding: 8px 38px;
  height: 40px;
  line-height: 22px;
}

.custom_toggle input[type="checkbox"] {
  position: relative;
  width: 46px;
  height: 25px;
  -webkit-appearance: none;
  appearance: none;
  background: #4eb711;
  outline: none;
  border-radius: 2rem;
  cursor: pointer;
  box-shadow: inset 0 0 5px rgb(0 0 0 / 50%);
}

.custom_toggle input[type="checkbox"]::before {
  content: "";
  width: 21px;
  height: 21px;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  top: 2px;
  left: 2px;
  transition: 0.5s;
}

.custom_toggle input[type="checkbox"]:checked::before {
  transform: translateX(100%);
  background: #fff;
}

.custom_toggle input[type="checkbox"]:checked {
  background: #4caf50;
}
.restaurant-panel .nav-pills .nav-link {
  padding: 10px 0;
  font-size: 16px;
}

.menu_modal .btn-close {
  position: absolute;
  right: 15px;
}
.menu_modal .modal-dialog {
  max-width: 700px;
}

content-wrap .form-check input:checked {
  background-color: #4eb711;
  border-color: #4eb711;
}

.content-wrap p {
  color: rgb(33 33 33 / 55%);
  font-size: 14px;
  line-height: 26px;
  font-weight: 400;
}

.form-control[type="file"] {
  line-height: 32px;
}

.content-wrap .card-title {
  margin-bottom: 0.5rem;
  font-size: 19px;
  font-weight: 600;
}

.content-wrap .price {
  color: #000;
  font-size: 15px;
  margin-top: 8px;
}

.order-menu.style-1 img {
  border: 1px solid #4eb711;
  border-radius: 0.625rem;
  height: 4rem;
  object-fit: contain;
  width: 4rem;
}

.orders-img img {
  border-radius: 0.5rem;
  object-fit: cover;
  height: 3rem;
  margin-right: 0.5rem;
  width: 3rem;
}

.orderin-bx {
  border: 1px solid #dbdbdb;
  border-radius: 0.5rem;
  margin-bottom: 1rem;
  padding: 1.375rem 1.5rem;
}

.orderin-bx .icon-bx {
  background-color: #f5f5f5;
  border-radius: 0.5rem;
  display: inline-block;
  height: 2rem;
  line-height: 2rem;
  margin-left: 0.5rem;
  text-align: center;
  width: 2rem;
}

.orderin-bx:hover {
  background-color: #fff;
  border-color: #4eb711;
}

.orderin-bx:hover .icon-bx {
  background: #4eb711;
  color: #fff;
}

.total_earnings_wrp {
  background: rgb(78 183 17 / 13%);
  text-align: center;
  padding: 30px;
  margin-bottom: 30px;
}

.main-color {
  color: #4eb711;
}

table tr td,
table tr th {
  font-size: 14px;
  line-height: 24px;
  color: #000;
  padding: 13px;
  vertical-align: middle;
  border: 0;
}

table tr th {
  font-weight: "700";
}

.table th {
  background: #4eb711 !important;
  color: #fff;
  font-size: 15px;
}

.table-striped > tbody > tr:nth-of-type(2n + 1) > * {
  --bs-table-accent-bg: rgb(78 183 17 / 15%);
}

.profile-img-wrap .profile_img {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  border: 5px solid #fff;
  box-shadow: 0px 0px 10px #eee;
  position: relative;
  margin: 0 auto;
}

.profile-img-wrap .profile_img img {
  border-radius: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.profile-img-wrap .profile_img label {
  display: block;
  position: absolute;
  bottom: 15px;
  right: 5px;
  font-size: 14px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0px 0px 10px #3c3c3c38;
  cursor: pointer;
  transition: all linear 0.3s;
}

.profile_data {
  text-align: center;
  margin-top: 20px;
}

.profile_data .main-color {
  font-size: 20px;
  color: #4eb711 !important;
  font-weight: 600;
}

.profile_data p {
  font-size: 14px;
  margin-bottom: 5px;
}

.profile_right_wrp a {
  width: 100%;
  display: flex;
  align-items: center;
  color: #000;
  margin: 30px 0px;
}

.profile_right_wrp a i {
  background: rgb(78 183 17 / 15%);
  width: 36px;
  height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  color: #4eb711;
  margin-right: 15px;
}

.profile_right_wrp a span i {
  color: #000;
  font-size: 20px;
  background: #0000;
}

.booking-img {
  height: 350px;
  overflow: hidden;
}

.restaurant_photos {
  width: 100%;
  height: 300px;
  overflow: hidden;
  border-radius: 15px;
  margin-bottom: 30px;
}

.restaurant_photos img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 15px;
}

.offer_box {
  border: 1px solid #d9d9d9;
  border-radius: 10px;
  padding: 20px;
}

.offer_box img {
  margin-bottom: 12px;
}

.delete-icon {
  width: 30px;
  height: 30px;
  background: #cd112a;
  text-align: center;
  line-height: 30px;
  border-radius: 50%;
  font-size: 13px;
  color: #fff;
}

.review-card {
  padding: 25px;
  margin-bottom: 15px;
  border: 1px solid #dadada;
}

.review-star {
  padding-left: 0;
  margin-left: 0;
  list-style: none;
}

.review-star li {
  display: inline-block;
  font-size: 18px;
  color: #ffc107;
}
.review-card p {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.field-icon {
  position: absolute;
  z-index: 2;
  right: 15px;
  top: 50%;
  font-size: 14px;
  transform: translate(-50%, -50%);
}

/* =============== RESTAURANT PANEL CSS ENDS HERE =============== */

/* =============== RESTAURANT RESPONSIVE CSS STARTS HERE =============== */

@media (max-width: 768px) {
  .pd-100 {
    padding: 60px 0;
  }

  .common-title h4 {
    font-size: 30px;
  }

  .restaurant-banner {
    min-height: auto;
    padding: 50px 0;
  }

  .restaurant-banner .banner-dis h4 {
    font-size: 40px;
    line-height: 54px;
  }

  .restaurant-banner .avatar {
    position: absolute;
    z-index: -1;
    opacity: 0.2;
  }

  .restaurant-banner .avatar.avatar4,
  .restaurant-banner .avatar.avatar5,
  .restaurant-banner .avatar.avatar6 {
    display: none;
  }

  .why-register::before {
    display: none;
  }

  .why-right {
    margin-top: 20px;
  }

  .why-register .why-right ul li h5 {
    font-size: 16px;
    line-height: normal;
  }

  .steps-how-work .feature-box {
    flex-direction: column;
  }

  .feature-area .features-inner .feature-box {
    padding: 20px;
  }

  .client-testimonial::before {
    width: 100%;
    height: 100%;
  }

  .client-testimonial .client-slider .swiper-button-prev {
    right: auto;
    left: 30%;
    bottom: 10px !important;
    top: auto;
    width: 50px;
  }

  .client-testimonial .client-slider .swiper-button-next {
    right: 30%;
    left: auto;
    bottom: 10px !important;
    top: auto;
    width: 50px;
  }

  .client-testimonial .clientSwiper {
    padding-bottom: 60px;
  }

  .newsltetter .img-box {
    min-height: 300px;
  }

  .newsltetter .img-box h4 {
    color: #fff;
    font-size: 20px;
    margin-bottom: 18px;
  }
}

/* RESTAURANT RESPONSIVE CSS ENDS HERE */
