.main-color {
  color: #fc5203;
}

@font-face {
  font-family: publicSans !important;
  src: url(../../Fonts/PublicSans/PublicSans-Regular.ttf);
}
@font-face {
  font-family: publicSans-Bold !important;
  src: url(./../../Fonts/publicSans/publicSans-SemiBold.ttf);
}
@font-face {
  font-family: Public_Sans;
  src: url(../../Fonts/Public_Sans/PublicSans-Regular.ttf);
}
@font-face {
  font-family: PublicSans-Bold !important;
  src: url(../../Fonts/Public_Sans/PublicSans-Bold.ttf);
}
body {
  overflow-x: hidden;
  font-family: Public_Sans !important;
  background-color: #fff;
}
body img {
  width: 100%;
}

html {
  scroll-behavior: smooth;
}

.reveal {
  position: relative;
  opacity: 0;
}

.reveal.active {
  opacity: 1;
}
.reveal.active .fade-left {
  animation: fade-left 0.7s ease-in;
}
.reveal.active .fade-top {
  animation: fade-top 0.7s ease-in-out;
}
.reveal.active .fade-bottom {
  animation: fade-bottom 0.7s ease-in-out;
}
.reveal.active .fade-left1 {
  animation: fade-left 0.2s ease-in;
}
.reveal.active .fade-left2 {
  animation: fade-left 0.4s ease-in;
}
.reveal.active .fade-left3 {
  animation: fade-left 0.6s ease-in;
}

@keyframes fade-left {
  0% {
    transform: translateX(-150px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-top {
  0% {
    transform: translateY(-150px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-bottom {
  0% {
    transform: translateY(150px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
section.header {
  border-bottom: 1px solid #ddd;
  box-shadow: 2px 3px 5px #ddd;
  height: 100px;
}
@media (min-width: 768px) {
  section.header {
    position: fixed;
    width: 100%;
    background-color: #fdfdfd;
    z-index: 999;
    top: 0;
  }
}
section.header .container {
  line-height: 100px;
}
section.header nav {
  z-index: 999;
  padding: 0 !important;
}
section.header nav .navbar-brand {
  width: 200px;
  padding: 0 !important;
}
@media (max-width: 992px) {
  section.header nav .navbar-brand {
    width: 170px;
  }
}
@media (max-width: 992px) {
  section.header nav .navbar-collapse {
    background-color: #fdfdfd;
    padding: 20px;
  }
}
section.header nav .navbar-nav .dropdown-menu {
  padding: 10px 20px;
}
section.header nav .navbar-nav .dropdown-menu .d-flex {
  margin-bottom: 5px;
  border-bottom: 1px solid rgb(34, 34, 34);
}
section.header nav .navbar-nav .dropdown-menu .d-flex img {
  width: 24px;
  height: 24px;
  margin-right: 10px;
}
section.header nav .navbar-nav .dropdown-menu .dropdown-item {
  margin: 0;
  border-radius: 8px;
  position: relative;
}
section.header nav .navbar-nav .dropdown-menu .dropdown-item::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  background-color: #fc5203;
  width: 0%;
  height: 2px;
  transition: all 0.5s;
}
section.header nav .navbar-nav .dropdown-menu .dropdown-item:hover {
  color: #fc5203;
}
section.header nav .navbar-nav .dropdown-menu .dropdown-item:hover::after {
  width: 50% !important;
}
section.header nav .navbar-nav .dropdown-menu .dropdown-item:focus, section.header nav .navbar-nav .dropdown-menu .dropdown-item:hover {
  background-color: #f5f5f5;
}
section.header .nav-item {
  margin: 0 5px;
  line-height: 32px;
}
@media (max-width: 1200px) {
  section.header .nav-item {
    margin: 0;
  }
}
section.header .nav-item .nav-link {
  color: #111 !important;
  line-height: 65px;
  font-size: 16px;
}
@media (max-width: 768px) {
  section.header .nav-item .nav-link {
    line-height: 42px;
  }
}

.header-become-partner {
  background: #fc5203;
  color: #fdfdfd;
  border-radius: 32px;
  padding: 0px 20px;
  line-height: 50px;
}
@media (max-width: 768px) {
  .header-become-partner {
    padding: 12px 20px;
  }
}
.header-become-partner:hover {
  background-color: #913003;
  color: #fdfdfd;
  text-decoration: none;
  cursor: pointer;
}

.dropdown-menu {
  min-width: 300px !important;
  border-radius: 16px !important;
}
@media (max-width: 746px) {
  .dropdown-menu {
    min-width: unset !important;
  }
}

#ModalBecomePartner {
  align-items: center;
  justify-content: center;
  padding: 0 !important;
  z-index: 9999;
}
#ModalBecomePartner .modal-dialog {
  max-width: 900px;
  align-self: center;
}
#ModalBecomePartner .modal-content {
  border-radius: 20px;
  border: none;
}
@media (max-width: 768px) {
  #ModalBecomePartner .modal-content {
    flex-direction: column !important;
  }
}
#ModalBecomePartner .modal-content .close {
  opacity: 1;
  position: absolute;
  left: 16px;
  top: 16px;
  color: #fdfdfd;
  z-index: 99;
}
#ModalBecomePartner .modal-content .col-md-8 {
  padding: 0;
  background-image: url(./../../images/img/Rectangle39321.png);
}
#ModalBecomePartner .modal-content .col-md-8 img {
  width: 100%;
  border-radius: 20px 0 0 20px;
}
@media (max-width: 768px) {
  #ModalBecomePartner .modal-content .col-md-8 img {
    border-radius: 20px 20px 0 0;
  }
}
#ModalBecomePartner .modal-content .col-md-8 .ModalPartner-left-footer {
  position: absolute;
  bottom: 0;
  background: linear-gradient(0deg, black, transparent);
  padding: 20px;
  border-radius: 0px 0 0 20px;
}
@media (max-width: 768px) {
  #ModalBecomePartner .modal-content .col-md-8 .ModalPartner-left-footer {
    border-radius: 0px;
  }
}
#ModalBecomePartner .modal-content .col-md-8 .ModalPartner-left-footer p {
  color: #fdfdfd;
  font-size: 14px;
}
#ModalBecomePartner .modal-content .col-md-8 .ModalPartner-left-footer img {
  width: 150px;
}
#ModalBecomePartner .modal-content .col-md-4 {
  background-color: #3d7885;
  align-items: center;
}
#ModalBecomePartner .modal-content .Home_page-join_us-right {
  background-color: #407e8a;
  text-align: left;
  padding: 30px;
  border-radius: 0px 20px 20px 0px;
}
@media (max-width: 768px) {
  #ModalBecomePartner .modal-content .Home_page-join_us-right {
    border-radius: 0px 0 20px 20px;
  }
}
#ModalBecomePartner .modal-content .Home_page-join_us-right h5 {
  margin-bottom: 20px;
  color: #fdfdfd;
  text-align: center;
}
#ModalBecomePartner .modal-content .Home_page-join_us-right input {
  background-color: #eee;
  height: 30px;
  border-radius: 10px;
  border: 0;
  padding: 10px;
  width: 100%;
}
#ModalBecomePartner .modal-content .Home_page-join_us-right #loginform #nameRequired, #ModalBecomePartner .modal-content .Home_page-join_us-right #loginform #businessRequired, #ModalBecomePartner .modal-content .Home_page-join_us-right #loginform #phoneRequired, #ModalBecomePartner .modal-content .Home_page-join_us-right #loginform #emailRequired {
  display: none;
  color: #f00;
  position: absolute;
  top: 65px;
}
#ModalBecomePartner .modal-content .Home_page-join_us-right #loginform label {
  color: #fdfdfd;
  margin-bottom: 0;
  font-size: 14px;
}
#ModalBecomePartner .modal-content .Home_page-join_us-right #loginform input {
  margin-bottom: 10px;
}
#ModalBecomePartner .modal-content .Home_page-join_us-right #submit {
  background-color: #FC5203;
  color: #fdfdfd;
  width: 100%;
  border: none;
  height: 40px;
  border-radius: 32px;
}
#ModalBecomePartner .modal-content .Home_page-join_us-right #submit:hover {
  background-color: #aa3803;
  color: #fdfdfd;
}
#ModalBecomePartner .modal-content .Home_page-join_us-right #successMassege {
  background: #000;
  position: absolute;
  bottom: 50px;
  display: none;
  width: 80%;
  border-radius: 16px;
  padding: 10px;
  transition: cubic-bezier();
}
#ModalBecomePartner .modal-content .Home_page-join_us-right #successMassege p {
  color: #fff;
}

#loginform2 #nameRequired2, #loginform2 #businessRequired2, #loginform2 #phoneRequired2, #loginform2 #emailRequired2 {
  display: none;
  color: #f00;
  position: absolute;
  top: 65px;
}
#loginform2 label {
  color: #fdfdfd;
  margin-bottom: 0;
}
#loginform2 input {
  margin-bottom: 20px;
}

#successMassege2 {
  background: #000;
  position: absolute;
  bottom: 50px;
  display: none;
  width: 80%;
  border-radius: 16px;
  padding: 10px;
  transition: cubic-bezier();
}
#successMassege2 p {
  color: #fff;
}

@media (min-width: 768px) {
  .dropdown:hover i {
    transform: rotate(180deg);
    transition: 500ms;
  }
  .dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
  }
}
.dropdown-toggle::after {
  display: none !important;
}

.dropdown-item:active {
  background-color: #FC5203;
}

.WhatsApp {
  position: fixed;
  bottom: 130px;
  right: 14px;
  background: #00821e;
  width: 60px;
  justify-content: center;
  display: flex;
  border-radius: 50%;
  height: 60px;
  align-items: center;
  z-index: 999;
}
@media (max-width: 768px) {
  .WhatsApp {
    bottom: 360px;
  }
}
.WhatsApp:hover {
  background: #014511;
}

.rating {
  position: fixed;
  bottom: 60px;
  right: 10px;
  width: 100px;
  justify-content: center;
  display: flex;
  border-radius: 50%;
  height: 60px;
  align-items: center;
  z-index: 999;
}
@media (max-width: 768px) {
  .rating {
    bottom: 170px;
  }
}

section.Home_page-hero-section {
  padding: 80px 0 104px;
}
@media (min-width: 768px) {
  section.Home_page-hero-section {
    margin-top: 100px;
  }
}
section.Home_page-hero-section p {
  color: #666;
  font-size: 20px;
  line-height: 32px;
  font-weight: 500;
  font-family: Public_Sans !important;
}
section.Home_page-hero-section h3 {
  color: #1a1a1a;
  line-height: 54px;
  font-size: 40px;
  font-weight: 700;
}
@media (max-width: 768px) {
  section.Home_page-hero-section h3 {
    font-size: 36px;
  }
}
section.Home_page-hero-section a.Home_page-hero-section-btn {
  background-color: #FC5203;
  color: #fdfdfd;
  padding: 12px 16px;
  border-radius: 32px;
  margin-top: 30px;
  cursor: pointer;
}
section.Home_page-hero-section a.Home_page-hero-section-btn:hover {
  text-decoration: none;
  background-color: #aa3803;
  color: #fdfdfd;
}

section.Home_page-gallery {
  margin-bottom: 20px;
}
section.Home_page-gallery .container-fluid {
  padding: 0;
}
section.Home_page-gallery .container-fluid .row {
  align-items: center;
}
section.Home_page-gallery .container-fluid .row .swiper-slide {
  padding: 0;
}
section.Home_page-gallery .container-fluid .row .card {
  border: none;
}

section.Home_page-partnering {
  background-color: #061619;
  padding: 10px 0 50px;
  text-align: center;
}
section.Home_page-partnering .Home_page-partnering-header {
  margin-top: 30px;
  margin-bottom: 50px;
  width: 100%;
  height: 40px;
  background-color: #1c2b2f;
  color: #ddd;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
}
section.Home_page-partnering .Home_page-partnering-header p {
  margin: 0 20px;
  color: #8b9396;
}
section.Home_page-partnering .Home_page-partnering-header {
  position: relative;
}
section.Home_page-partnering .Home_page-partnering-header div {
  width: 100%;
  justify-content: space-between;
  position: relative;
}
section.Home_page-partnering .Home_page-partnering-content h2 {
  color: #ddd;
  justify-content: center;
  margin-bottom: 40px;
  font-size: 48px;
  line-height: 56px;
}
section.Home_page-partnering .Home_page-partnering-content .Home_page-partnering-content-parent {
  flex-direction: row;
}
@media (max-width: 768px) {
  section.Home_page-partnering .Home_page-partnering-content .Home_page-partnering-content-parent {
    flex-direction: column;
  }
}
section.Home_page-partnering .Home_page-partnering-content .Home_page-partnering-content-parent .partnering-card {
  text-align: left;
  position: relative;
  margin-bottom: 20px;
  overflow: hidden;
  cursor: pointer;
  border-radius: 16px;
}
@media (max-width: 768px) {
  section.Home_page-partnering .Home_page-partnering-content .Home_page-partnering-content-parent .partnering-card {
    display: contents;
  }
}
section.Home_page-partnering .Home_page-partnering-content .Home_page-partnering-content-parent .partnering-card .partnering-card-parent {
  overflow: hidden;
  border-radius: 16px;
  position: relative;
  margin-bottom: 20px;
  transition: ease-in 500ms;
  cursor: pointer;
}
section.Home_page-partnering .Home_page-partnering-content .Home_page-partnering-content-parent .partnering-card .partnering-card-parent img {
  width: 100%;
  transition-duration: 500ms;
  transition-timing-function: ease-in-out;
}
section.Home_page-partnering .Home_page-partnering-content .Home_page-partnering-content-parent .partnering-card .partnering-card-parent img:hover {
  transform: scale(1.1);
}
section.Home_page-partnering .Home_page-partnering-content .Home_page-partnering-content-parent .partnering-card .partnering-card-parent .content {
  padding: 20px;
  color: #fdfdfd;
  position: absolute;
  bottom: 20px;
}
section.Home_page-partnering .Home_page-partnering-content .Home_page-partnering-content-parent .partnering-card .partnering-card-parent .content h3 {
  margin-bottom: 8px;
  transition-duration: 1000ms;
  transition-timing-function: ease-in-out;
  font-size: 24px;
  font-weight: bold;
}
section.Home_page-partnering .Home_page-partnering-content .Home_page-partnering-content-parent .partnering-card .partnering-card-parent .content h3:hover {
  font-size: 32px;
}
section.Home_page-partnering .Home_page-partnering-content .Home_page-partnering-content-parent .partnering-card .partnering-card-parent .content a {
  background-color: #FC5203;
  color: #fdfdfd;
  padding: 10px;
  border-radius: 30px;
  display: inline-block;
  cursor: pointer;
  font-size: 14px;
}
section.Home_page-partnering .Home_page-partnering-content .Home_page-partnering-content-parent .partnering-card .partnering-card-parent .content a:hover {
  text-decoration: none;
  background-color: #a83703;
}
section.Home_page-partnering .Home_page-partnering-content .Home_page-partnering-content-parent .partnering-card .partnering-card-parent:hover img {
  transform: scale(1.1);
}
section.Home_page-partnering .Home_page-partnering-content .Home_page-partnering-content-parent .partnering-card .partnering-card-parent:hover h3 {
  font-size: 32px;
}

section.Home_page-order-sec {
  padding: 70px 0;
}
section.Home_page-order-sec h2 {
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  font-family: Public_Sans;
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  section.Home_page-order-sec h2 {
    font-size: 24px;
    font-weight: 700;
    line-height: 36px;
    font-family: Public_Sans;
    margin-bottom: 50px;
  }
}
section.Home_page-order-sec .Home_page-order-sec-card {
  text-align: left;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  section.Home_page-order-sec .Home_page-order-sec-card {
    flex-direction: column;
    align-items: center;
  }
}
section.Home_page-order-sec .Home_page-order-sec-card .Home_page-order-sec-img {
  order: 1;
}
@media (max-width: 768px) {
  section.Home_page-order-sec .Home_page-order-sec-card .Home_page-order-sec-img {
    order: 2;
  }
}
section.Home_page-order-sec .Home_page-order-sec-card .col-12 {
  order: 2;
}
@media (max-width: 768px) {
  section.Home_page-order-sec .Home_page-order-sec-card .col-12 {
    order: 1;
  }
}
section.Home_page-order-sec .Home_page-order-sec-card .col-12 img {
  margin-right: 5px;
  width: unset;
  max-height: 257px;
}
@media (max-width: 768px) {
  section.Home_page-order-sec .Home_page-order-sec-card .col-12 img {
    height: 150px;
  }
}
section.Home_page-order-sec .Home_page-order-sec-card .Home_page-order-sec-content {
  position: relative;
}
section.Home_page-order-sec .Home_page-order-sec-card .Home_page-order-sec-content h3 {
  font-size: 24px;
  font-weight: bold;
  line-height: 32px;
}
section.Home_page-order-sec .Home_page-order-sec-card .Home_page-order-sec-content p {
  font-size: 20px;
}
section.Home_page-order-sec .Home_page-order-sec-card .Home_page-order-sec-content .Home_page-order-sec-content-btn {
  display: inline-block;
  background-color: #FC5203;
  padding: 12px 16px;
  color: #fdfdfd;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 32px;
  position: absolute;
  bottom: 10px;
  cursor: pointer;
}
section.Home_page-order-sec .Home_page-order-sec-card .Home_page-order-sec-content .Home_page-order-sec-content-btn:hover {
  background-color: #9b3304;
  color: #fdfdfd;
  text-decoration: none;
}
section.Home_page-order-sec .responsive {
  display: none !important;
}
@media (max-width: 768px) {
  section.Home_page-order-sec .responsive {
    display: flex !important;
  }
}
section.Home_page-order-sec .responsive img {
  order: 2;
}
section.Home_page-order-sec .responsive .Home_page-order-sec-content-right {
  order: 1;
}
section.Home_page-order-sec .responsive .Home_page-order-sec-content-right .Home_page-order-sec-content {
  order: 2;
}
section.Home_page-order-sec .responsive .Home_page-order-sec-content-right img {
  width: unset;
}
section.Home_page-order-sec .responsive .Home_page-order-sec-content-btn {
  display: inline-block;
  background-color: #FC5203;
  padding: 10px 40px;
  margin-top: 20px;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 30px;
  order: 3;
}
section.Home_page-order-sec .responsive .Home_page-order-sec-content-btn a {
  color: #fdfdfd;
}
@media (max-width: 768px) {
  section.Home_page-order-sec .last {
    display: none !important;
  }
}

section.Home_page-counter {
  background-color: #f7f7f7;
  text-align: center;
  padding: 70px 0;
}
section.Home_page-counter .container {
  background-image: url("./../../images/img/mmm.png");
  background-repeat: no-repeat;
}
section.Home_page-counter .container h2 {
  font-size: 48px;
  line-height: 56px;
  font-weight: 700;
  margin: 0px 0 50px;
}
@media (max-width: 768px) {
  section.Home_page-counter .container h2 {
    font-size: 24px;
    line-height: 36px;
    margin: 0px 0 30px;
  }
}
section.Home_page-counter .container .Home_page-counter-content {
  justify-content: space-between;
}
@media (max-width: 768px) {
  section.Home_page-counter .container .Home_page-counter-content {
    flex-direction: column;
  }
}
section.Home_page-counter .container .Home_page-counter-content .Home_page-counter-content-card {
  justify-content: center;
  margin-top: 30px;
  align-items: center;
}
section.Home_page-counter .container .Home_page-counter-content .Home_page-counter-content-card img {
  width: 100px;
  margin-bottom: 15px;
}
section.Home_page-counter .container .Home_page-counter-content .Home_page-counter-content-card h3 {
  font-size: 48px;
  line-height: 44px;
  margin: 24px 0;
}
section.Home_page-counter .container .Home_page-counter-content .Home_page-counter-content-card p {
  font-size: 24px;
  line-height: 36px;
  color: #666;
}

section.Home_page-join_us {
  padding: 80px 0;
  text-align: center;
}
section.Home_page-join_us .col-12 p {
  color: #FC5203;
  font-weight: bolder;
}
@media (max-width: 768px) {
  section.Home_page-join_us .col-12 p {
    margin-bottom: 5px;
  }
}
section.Home_page-join_us .col-12 h2 {
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  section.Home_page-join_us .col-12 h2 {
    font-size: 24px;
    font-weight: 700;
    line-height: 36px;
    margin-bottom: 10px;
  }
}
section.Home_page-join_us .col-12 .Home_page-join_us-content {
  flex-direction: row;
}
@media (max-width: 768px) {
  section.Home_page-join_us .col-12 .Home_page-join_us-content {
    flex-direction: column;
  }
}
section.Home_page-join_us .col-12 .Home_page-join_us-left {
  background-color: #f7f7f7;
  text-align: left;
  padding: 30px;
  padding-left: 0;
  border-radius: 20px 0 0 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 768px) {
  section.Home_page-join_us .col-12 .Home_page-join_us-left {
    background-color: #fff;
  }
}
section.Home_page-join_us .col-12 .Home_page-join_us-left h3 {
  color: #FC5203;
  font-size: 40px;
  font-weight: 700;
  line-height: 52px;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  section.Home_page-join_us .col-12 .Home_page-join_us-left h3 {
    font-size: 24px;
    line-height: 36px;
    text-align: center;
    font-family: Public_Sans !important;
    margin-bottom: 30px;
  }
}
section.Home_page-join_us .col-12 .Home_page-join_us-left .Home_page-join_us-left-card {
  align-items: center;
  margin-bottom: 30px;
}
section.Home_page-join_us .col-12 .Home_page-join_us-left .Home_page-join_us-left-card p {
  color: #222;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  margin-left: 20px;
}
section.Home_page-join_us .col-12 .Home_page-join_us-left .Home_page-join_us-left-card .icon {
  position: relative;
}
section.Home_page-join_us .col-12 .Home_page-join_us-left .Home_page-join_us-left-card .icon .showIcon {
  display: block;
  opacity: 1;
  transition-property: opacity;
  transition-duration: 500ms;
  transition-timing-function: ease-in;
}
section.Home_page-join_us .col-12 .Home_page-join_us-left .Home_page-join_us-left-card .icon .hoverIcon {
  position: absolute;
  top: 0;
  opacity: 0;
  transition-property: opacity;
  transition-duration: 2s;
}
section.Home_page-join_us .col-12 .Home_page-join_us-left .Home_page-join_us-left-card .icon:hover .showIcon {
  opacity: 0;
}
section.Home_page-join_us .col-12 .Home_page-join_us-left .Home_page-join_us-left-card .icon:hover .hoverIcon {
  opacity: 1;
}
section.Home_page-join_us .col-12 .Home_page-join_us-right {
  background-color: #407e8a;
  text-align: left;
  padding: 30px;
  border-radius: 0px 20px 20px 0px;
}
section.Home_page-join_us .col-12 .Home_page-join_us-right h5 {
  margin-bottom: 20px;
  color: #fdfdfd;
  text-align: center;
}
section.Home_page-join_us .col-12 .Home_page-join_us-right input {
  background-color: #eee;
  height: 40px;
  border-radius: 10px;
  border: 0;
  padding: 10px;
  width: 100%;
}
section.Home_page-join_us .col-12 .Home_page-join_us-right #loginform label {
  color: #fdfdfd;
  margin-bottom: 0;
}
section.Home_page-join_us .col-12 .Home_page-join_us-right #loginform input {
  margin-bottom: 20px;
}
section.Home_page-join_us .col-12 .Home_page-join_us-right #submit {
  margin-top: 30px;
  background-color: #FC5203;
  color: #fdfdfd;
  border: none;
  width: 100%;
  height: 40px;
  border-radius: 40px;
}
section.Home_page-join_us .col-12 .Home_page-join_us-right #submit:hover {
  background-color: #9b3304;
  color: #fff;
}

section.Home_page-our_hardwares {
  padding: 80px 0px;
  background-color: #f7f7f7;
  text-align: center;
}
@media (max-width: 768px) {
  section.Home_page-our_hardwares {
    padding: 30px 10px;
  }
}
section.Home_page-our_hardwares p {
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  color: #FE6D68;
}
@media (max-width: 768px) {
  section.Home_page-our_hardwares p {
    margin-bottom: 5px;
  }
}
section.Home_page-our_hardwares h2 {
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
}
@media (max-width: 768px) {
  section.Home_page-our_hardwares h2 {
    font-size: 24px;
    line-height: 36px;
  }
}
section.Home_page-our_hardwares h5 {
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
  color: #1a1a1a;
}
@media (max-width: 768px) {
  section.Home_page-our_hardwares h5 {
    font-size: 14px;
    line-height: 20px;
    color: #808080;
    padding: 10px;
  }
}
section.Home_page-our_hardwares .Home_page-our_hardwares-content {
  margin-top: 50px;
}
@media (max-width: 768px) {
  section.Home_page-our_hardwares .Home_page-our_hardwares-content {
    margin-top: 10px;
  }
}
section.Home_page-our_hardwares .Home_page-our_hardwares-content .Home_page-our_hardwares-content-top {
  flex-direction: row;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  section.Home_page-our_hardwares .Home_page-our_hardwares-content .Home_page-our_hardwares-content-top {
    flex-direction: column;
  }
}
section.Home_page-our_hardwares .Home_page-our_hardwares-content .Home_page-our_hardwares-content-bottom {
  flex-direction: row;
}
@media (max-width: 768px) {
  section.Home_page-our_hardwares .Home_page-our_hardwares-content .Home_page-our_hardwares-content-bottom {
    flex-direction: column;
  }
}
section.Home_page-our_hardwares .Home_page-our_hardwares-content .Home_page-our_hardwares-content-top-box {
  padding: 0 5px;
  margin-bottom: 10px;
}
section.Home_page-our_hardwares .Home_page-our_hardwares-content .Home_page-our_hardwares-content-top-box .Home_page-our_hardwares-content-card {
  background-color: #fff;
  text-align: left;
  padding: 10px;
  border-radius: 16px;
  min-height: 310px;
  cursor: pointer;
}
@media (max-width: 768px) {
  section.Home_page-our_hardwares .Home_page-our_hardwares-content .Home_page-our_hardwares-content-top-box .Home_page-our_hardwares-content-card {
    min-height: 250px;
  }
}
section.Home_page-our_hardwares .Home_page-our_hardwares-content .Home_page-our_hardwares-content-top-box .Home_page-our_hardwares-content-card .Home_page-our_hardwares-content-card-left {
  align-items: center;
  padding: 10px;
  justify-content: center;
}
section.Home_page-our_hardwares .Home_page-our_hardwares-content .Home_page-our_hardwares-content-top-box .Home_page-our_hardwares-content-card .Home_page-our_hardwares-content-card-left h4 {
  font-size: 24px;
  font-weight: 700;
  color: #321001;
}
section.Home_page-our_hardwares .Home_page-our_hardwares-content .Home_page-our_hardwares-content-top-box .Home_page-our_hardwares-content-card .Home_page-our_hardwares-content-card-left h5 {
  font-size: 18px;
  font-weight: 700;
  color: #666666;
  padding: 0;
  line-height: 22px;
}
section.Home_page-our_hardwares .Home_page-our_hardwares-content .Home_page-our_hardwares-content-top-box .Home_page-our_hardwares-content-card .Home_page-our_hardwares-content-card-left p {
  font-size: 18px;
  font-weight: 400;
  color: #666666;
}
@media (max-width: 768px) {
  section.Home_page-our_hardwares .Home_page-our_hardwares-content .Home_page-our_hardwares-content-top-box .Home_page-our_hardwares-content-card .Home_page-our_hardwares-content-card-left p {
    display: none;
  }
}
section.Home_page-our_hardwares .Home_page-our_hardwares-content .Home_page-our_hardwares-content-top-box .Home_page-our_hardwares-content-card .Home_page-our_hardwares-content-card-left a {
  color: #FC5203;
  text-decoration: none;
}
section.Home_page-our_hardwares .Home_page-our_hardwares-content .Home_page-our_hardwares-content-top-box .Home_page-our_hardwares-content-card .Home_page-our_hardwares-content-card-right {
  background-image: url("./../../images/img/Mask group.png");
  align-items: center;
  display: flex;
  justify-content: center;
  transition: 1s;
  border-radius: 0 16px 16px 0;
}
section.Home_page-our_hardwares .Home_page-our_hardwares-content .Home_page-our_hardwares-content-top-box .Home_page-our_hardwares-content-card .Home_page-our_hardwares-content-card-right img {
  width: 100%;
}
section.Home_page-our_hardwares .Home_page-our_hardwares-content .Home_page-our_hardwares-content-top-box .Home_page-our_hardwares-content-card:hover {
  box-shadow: 2px 2px 10px #ddd;
}
section.Home_page-our_hardwares .Home_page-our_hardwares-content .Home_page-our_hardwares-content-top-box .Home_page-our_hardwares-content-card:hover .Home_page-our_hardwares-content-card-right {
  background-image: url("./../../images/img/Mask group2.png");
  background-size: cover;
  background-repeat: no-repeat;
}
section.Home_page-our_hardwares .Home_page-our_hardwares-content .Home_page-our_hardwares-content-button {
  display: flex;
  text-align: right;
  justify-content: right;
  margin-top: 32px;
}
@media (max-width: 768px) {
  section.Home_page-our_hardwares .Home_page-our_hardwares-content .Home_page-our_hardwares-content-button {
    display: none;
  }
}
section.Home_page-our_hardwares .Home_page-our_hardwares-content .Home_page-our_hardwares-content-button a {
  background-color: #FC5203;
  color: #fdfdfd;
  padding: 12px 20px;
  border-radius: 30px;
  cursor: pointer;
}
section.Home_page-our_hardwares .Home_page-our_hardwares-content .Home_page-our_hardwares-content-button a:hover {
  background-color: #a73804;
  color: #fdfdfd;
  text-decoration: none;
}

section.Home_page-customer {
  padding: 80px 0;
  text-align: center;
}
@media (max-width: 768px) {
  section.Home_page-customer {
    display: none;
  }
}
section.Home_page-customer .col-12 p {
  color: #FE6D68;
}
section.Home_page-customer .col-12 h2 {
  font-size: 48px;
  line-height: 56px;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 40px;
}
section.Home_page-customer .col-12 .Home_page-customer-content .Home_page-customer-content-card {
  border: 1px solid #eee;
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 20px;
}
section.Home_page-customer .col-12 .Home_page-customer-content .Home_page-customer-content-card img {
  width: 140px;
}
section.Home_page-customer .col-12 .Home_page-customer-content .Home_page-customer-content-card p {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #000;
  text-align: left;
}
section.Home_page-customer .col-12 .Home_page-customer-content .Home_page-customer-content-card h5 {
  color: #FC5203;
  font-size: 16px;
  font-weight: 700;
  text-align: left;
}
section.Home_page-customer .col-12 .Home_page-customer-content .Home_page-customer-content-card .review {
  margin: 20px 0;
  min-height: 120px;
}
@media (min-width: 768px) {
  section.Home_page-customer .col-12 .Home_page-customer-content .Home_page-customer-content-card .large {
    min-height: 180px;
    display: flex;
    align-items: center;
  }
}
section.Home_page-customer .col-12 .Home_page-customer-content .Home_page-customer-content-card .Home_page-customer-content-card-top {
  justify-content: left;
  margin-bottom: 30px;
  gap: 10px;
}
section.Home_page-customer .col-12 .Home_page-customer-content .Home_page-customer-content-card .Home_page-customer-content-card-top img {
  width: 100px;
}
@media (min-width: 768px) {
  section.Home_page-customer .col-12 .Home_page-customer-content .Home_page-customer-content-card .Home_page-customer-content-card-top img {
    width: 70px;
    height: 70px;
  }
}
section.Home_page-customer .col-12 .Home_page-customer-content .Home_page-customer-content-card .Home_page-customer-content-card-top i {
  color: #1C6F7D;
}
section.Home_page-customer .col-12 .Home_page-customer-content .Home_page-customer-content-card .Home_page-customer-content-card-top p {
  color: #7D7A7A;
}
section.Home_page-customer .col-12 .Home_page-customer-content .Home_page-customer-content-card .Home_page-customer-content-card-footer {
  justify-content: space-between;
  text-align: left;
}
section.Home_page-customer .col-12 .Home_page-customer-content .Home_page-customer-content-card .Home_page-customer-content-card-footer .Home_page-customer-content-card-footer-right {
  align-items: center;
}
section.Home_page-customer .col-12 .Home_page-customer-content .Home_page-customer-content-card .Home_page-customer-content-card-footer .Home_page-customer-content-card-footer-right i {
  color: #1C6F7D;
}
section.Home_page-customer .col-12 .Home_page-customer-content .Home_page-customer-content-card .Home_page-customer-content-card-footer h5 {
  color: #FC5203;
}
section.Home_page-customer .col-12 .Home_page-customer-content .Home_page-customer-content-card .Home_page-customer-content-card-footer p {
  color: #7D7A7A;
  margin: 0;
}

.Home_page-customer-mobile {
  display: none;
  margin-bottom: 30px;
  padding: 30px 0px;
}
@media (max-width: 768px) {
  .Home_page-customer-mobile {
    display: block;
  }
}
.Home_page-customer-mobile .col-12 {
  padding: 10px;
}
.Home_page-customer-mobile .col-12 iframe {
  border-radius: 16px;
  height: 400px;
}
.Home_page-customer-mobile p {
  color: #FE6D68;
  text-align: center;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 5px;
}
.Home_page-customer-mobile h2 {
  font-size: 24px;
  line-height: 36px;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 20px;
  text-align: center;
}
.Home_page-customer-mobile .Home_page-customer-content-card {
  border: 1px solid #eee;
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 20px;
  margin-top: 20px;
  min-height: 300px;
}
.Home_page-customer-mobile .Home_page-customer-content-card p {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #000;
  text-align: left;
}
.Home_page-customer-mobile .Home_page-customer-content-card .Home_page-customer-content-card-footer {
  text-align: left;
}
.Home_page-customer-mobile .Home_page-customer-content-card .Home_page-customer-content-card-footer h5 {
  color: #FC5203;
}
.Home_page-customer-mobile .Home_page-customer-content-card .Home_page-customer-content-card-footer p {
  color: #7D7A7A;
}
.Home_page-customer-mobile .Home_page-customer-content-card .Home_page-customer-content-card-footer .col-4 {
  padding: 0;
}

section.Home_page-zero_commission {
  background-color: #5d99a4;
  padding: 120px 10px;
  color: #fdfdfd;
}
@media (max-width: 768px) {
  section.Home_page-zero_commission {
    text-align: center;
  }
}
section.Home_page-zero_commission h4 {
  font-size: 36px;
  line-height: 44px;
  font-weight: 400;
}
@media (max-width: 768px) {
  section.Home_page-zero_commission h4 {
    font-size: 36px;
    line-height: 44px;
  }
}
section.Home_page-zero_commission h2 {
  font-size: 48px;
  line-height: 56px;
  font-weight: 700;
  height: 70px;
}
@media (max-width: 768px) {
  section.Home_page-zero_commission h2 {
    font-size: 32px;
    line-height: 44px;
    margin-bottom: 30px;
    text-align: center;
  }
}
section.Home_page-zero_commission p {
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
}
@media (max-width: 768px) {
  section.Home_page-zero_commission p {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
    text-align: left;
  }
}
section.Home_page-zero_commission input {
  border: none;
}
section.Home_page-zero_commission .Home_page-zero_commission-form {
  margin-top: 70px;
}
@media (max-width: 768px) {
  section.Home_page-zero_commission .Home_page-zero_commission-form {
    flex-direction: column;
    margin-top: 0px;
  }
}
section.Home_page-zero_commission .Home_page-zero_commission-form .input {
  border-radius: 16px;
  height: 60px;
  margin-bottom: 20px;
}
section.Home_page-zero_commission .Home_page-zero_commission-form .input .left {
  background-color: #E6E6E6;
  border-radius: 16px 0 0 16px;
  padding: 5px 15px;
  align-items: center;
}
section.Home_page-zero_commission .Home_page-zero_commission-form .input .left p {
  color: #000;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  margin: 0 !important;
}
@media (max-width: 992px) {
  section.Home_page-zero_commission .Home_page-zero_commission-form .input .left p {
    font-size: 16px;
    line-height: 24px;
  }
}
section.Home_page-zero_commission .Home_page-zero_commission-form .input .right {
  align-items: center;
  width: 100%;
  border-radius: 0 16px 16px 0;
  justify-content: center;
  padding: 5px 15px;
  height: 60px;
  color: #C0C0C0;
  font-size: 24px;
  text-align: center;
  font-weight: 700;
}
section.Home_page-zero_commission .Home_page-zero_commission-form .input .right p {
  color: #fff;
  margin: 0 !important;
}
section.Home_page-zero_commission .Home_page-zero_commission-arrow {
  margin-top: -70px;
  justify-content: center;
}
@media (max-width: 768px) {
  section.Home_page-zero_commission .Home_page-zero_commission-arrow {
    display: none !important;
  }
}
section.Home_page-zero_commission .Home_page-zero_commission-arrow img {
  width: unset;
}
section.Home_page-zero_commission .Home_page-zero_commission-btn {
  justify-content: center;
  display: flex;
  margin-top: 70px;
}
@media (max-width: 768px) {
  section.Home_page-zero_commission .Home_page-zero_commission-btn {
    margin-top: 0px;
  }
}
section.Home_page-zero_commission .Home_page-zero_commission-btn a {
  width: 232px;
  height: 48px;
  background-color: #FC5203;
  color: #fdfdfd;
  border-radius: 32px;
  line-height: 24px;
  font-size: 18px;
  cursor: pointer;
  align-items: center;
  display: flex;
  justify-content: center;
}
@media (max-width: 768px) {
  section.Home_page-zero_commission .Home_page-zero_commission-btn a {
    width: 100%;
  }
}
section.Home_page-zero_commission .Home_page-zero_commission-btn a:hover {
  text-decoration: none;
  color: #fdfdfd;
  background-color: #993304;
}

video {
  min-height: 700px;
}
@media (max-width: 768px) {
  video {
    display: none;
  }
}

.Home_page-clients {
  padding: 5px;
  justify-content: center;
}
@media (max-width: 768px) {
  .Home_page-clients {
    padding: 20px 10px;
    margin-top: 0px;
    background-color: #111;
    position: relative !important;
  }
}
.Home_page-clients .swiper-slide {
  margin: 0 !important;
  padding: 0 !important;
}
.Home_page-clients h2 {
  color: #fdfdfd;
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
  font-family: Public_Sans !important;
  font-size: 48px;
  line-height: 56px;
}
@media (max-width: 768px) {
  .Home_page-clients h2 {
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 10px;
  }
}
.Home_page-clients p {
  color: #fdfdfd;
  display: flex;
  justify-content: center;
  font-size: 18px;
  line-height: 24px;
}
.Home_page-clients .col-12 {
  margin: 32px 0 80px;
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
}
.Home_page-clients .col-12 .col-3 {
  margin-bottom: 20px;
}
.Home_page-clients .col-2 {
  display: flex;
  justify-content: center;
}
.Home_page-clients img {
  width: 80%;
  height: auto;
  max-width: 100px;
}

section.copy-right .container .row .col-12 {
  border-top: 1px solid #eee;
  padding: 30px 0 40px;
  justify-content: space-between;
}
section.copy-right .container .row .col-12 .copy-right-left p {
  color: #666;
}
section.copy-right .container .row .col-12 .copy-right-right ul li {
  list-style: none;
  margin-left: 10px;
}
section.copy-right .container .row .col-12 .copy-right-right ul li a {
  color: #838383;
}

section.BlogPageRecentPost {
  background-color: #f7f7f7;
  padding: 100px 0;
}
section.BlogPageRecentPost .container .row .col-12 {
  gap: 24px;
}
section.BlogPageRecentPost .container .row .col-12 h2 {
  font-size: 24px;
  line-height: 32px;
  color: #101828;
  font-weight: 700;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  section.BlogPageRecentPost .container .row .col-12 h2 {
    font-size: 24px;
  }
}
section.BlogPageRecentPost .container .row .col-12 a {
  color: orangered;
}
@media (max-width: 768px) {
  section.BlogPageRecentPost .container .row .col-12 .BlogPageRecentPost-main {
    flex-wrap: wrap;
  }
}
section.BlogPageRecentPost .container .row .col-12 .BlogPageRecentPost-main .BlogPageRecentPostRight {
  background-color: #fff;
  border-radius: 10px;
  padding: 24px 24px 32px 24px;
}
section.BlogPageRecentPost .container .row .col-12 .BlogPageRecentPost-main .BlogPageRecentPostRight a {
  color: orangered;
}
section.BlogPageRecentPost .container .row .col-12 .BlogPageRecentPost-main .BlogPageRecentPostRight img {
  width: 100%;
}
section.BlogPageRecentPost .container .row .col-12 .BlogPageRecentPost-main .BlogPageRecentPostRight .dateOfPost {
  font-size: 16px;
  line-height: 20px;
  color: #808080;
  margin-top: 30px;
}
section.BlogPageRecentPost .container .row .col-12 .BlogPageRecentPost-main .BlogPageRecentPostRight h2 {
  font-size: 24px;
  line-height: 36px;
  font-weight: 700;
  color: #321001;
  margin-bottom: 10px;
}
section.BlogPageRecentPost .container .row .col-12 .BlogPageRecentPost-main .BlogPageRecentPostRight a {
  color: orangered;
}
section.BlogPageRecentPost .container .row .col-12 .BlogPageRecentPost-main .BlogPageRecentPostLeft {
  gap: 24px;
  display: grid;
  padding: 0;
}
section.BlogPageRecentPost .container .row .col-12 .BlogPageRecentPost-main .BlogPageRecentPostLeft .BlogPageRecentPostLeftCard {
  padding: 24px 24px 32px 24px;
  background-color: #fff;
  border-radius: 10px;
}
@media (max-width: 768px) {
  section.BlogPageRecentPost .container .row .col-12 .BlogPageRecentPost-main .BlogPageRecentPostLeft .BlogPageRecentPostLeftCard {
    flex-wrap: wrap;
  }
}

section.BlogPageAllPost {
  padding: 100px 0 0;
  background-color: #fff;
}
section.BlogPageAllPost .container .row .col-12 h2 {
  margin-bottom: 30px;
}
section.BlogPageAllPost .container .row .col-12 .BlogPageAllPostCard {
  margin-bottom: 50px;
}
section.BlogPageAllPost .container .row .col-12 .BlogPageAllPostCard img {
  width: 100%;
}
section.BlogPageAllPost .container .row .col-12 .BlogPageAllPostCard p {
  margin-top: 30px;
  font-size: 16px;
  color: #808080;
}
section.BlogPageAllPost .container .row .col-12 .BlogPageAllPostCard h2 {
  font-size: 24px;
  margin-bottom: 0;
  font-weight: 800;
}
section.BlogPageAllPost .container .row .col-12 .BlogPageAllPostCard a {
  color: orangered;
}

section.lastpara {
  margin-top: 120px;
}
section.lastpara p {
  color: #7ab4dd;
}
section.lastpara .postcardd {
  background-color: #22365d;
  border-radius: 12px;
  padding: 30px;
}
section.lastpara .postcardd h2 {
  color: #fff;
  text-align: center;
  padding: 20px;
}
section.lastpara .postcardd h3 {
  font-size: 28px;
  color: #fff;
  text-align: center;
}

section.Postawards {
  margin-top: 120px;
}
@media (max-width: 768px) {
  section.Postawards {
    margin-top: 70px;
  }
}
section.Postawards .postcard {
  background-color: #ffffff;
  border-radius: 12px;
  padding: 20px;
}
section.Postawards .butn {
  background-color: orange;
  border-radius: 8px;
  max-width: -moz-fit-content;
  max-width: fit-content;
  padding: 16px;
}
section.Postawards h1 {
  color: #2a4267;
  font-size: 40px;
  font-weight: 700;
}
section.Postawards h2 {
  color: #2a4267;
  margin-top: 6px;
  font-size: 36px;
  font-weight: 700;
}
section.Postawards .quata {
  background-color: #fefce8;
  border-left: 3px solid orange;
  padding-left: 4px;
}

section.PostPageHeader {
  padding: 80px 0 48px;
  margin-top: 100px;
}
@media (max-width: 786px) {
  section.PostPageHeader {
    padding: 10px 0 48px;
  }
}
section.PostPageHeader .container .row .col-12 h2 {
  margin-bottom: 24px;
  font-size: 38px;
  line-height: 56px;
  font-weight: 700;
}
section.PostPageHeader .container .row .col-12 p {
  font-size: 18px;
  line-height: 24px;
}
section.PostPageHeader .container .row .col-12 img {
  width: 100%;
  margin-top: 40px;
  border-radius: 16px;
}
section.PostPageHeader .container .row .col-12 .PostPageHeaderAboutPost {
  gap: 64px p;
  gap-font-size: 18px;
  gap-line-height: 20px;
}
@media (max-width: 768px) {
  section.PostPageHeader .container .row .col-12 .PostPageHeaderAboutPost {
    gap: 0;
  }
}
section.PostPageHeader .container .row .col-12 .PostPageSocialMedia .PostPageSocialMedia-item {
  background-color: #D2E2E5;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  padding: 5px;
  margin: 0 5px;
  text-align: center;
}

section.PostPageContent .container .row .col-12 .PostPageContent-side {
  border-top: 4px solid #973102;
  padding: 32px;
  background-color: #F9FAFB;
  border-radius: 0 0 16px 16px;
  height: -moz-fit-content;
  height: fit-content;
}
section.PostPageContent .container .row .col-12 .PostPageContent-side h2 {
  font-size: 24px;
  line-height: 36px;
  font-weight: 700;
}
section.PostPageContent .container .row .col-12 .PostPageContent-side .share {
  background-color: #FFEDE6;
  border-radius: 28px;
  height: 56px;
  width: 56px;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
}
section.PostPageContent .container .row .col-12 .PostPageContent-side .email-subscribe {
  margin-top: 32px;
}
section.PostPageContent .container .row .col-12 .PostPageContent-side .email-subscribe input {
  height: 44px;
  background-color: #fff;
  padding: 10px 14px;
  border-radius: 8px;
  border: 1px solid #D0D5DD;
  box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.1294117647);
}
section.PostPageContent .container .row .col-12 .PostPageContent-side .email-subscribe a {
  font-size: 14px;
  text-decoration: underline;
  color: #475467;
  margin-top: 8px;
}
section.PostPageContent .container .row .col-12 .PostPageContent-side .email-subscribe .btn {
  background-color: #FC5203;
  color: #fff;
  margin-top: 16px;
  border-radius: 32px;
}

section.footer {
  padding: 70px 0 20px;
}
@media (max-width: 768px) {
  section.footer .container .row .col-12 {
    flex-direction: column;
  }
}
section.footer .container .row .col-12 .footer-column {
  margin-top: 40px;
}
@media (max-width: 992px) {
  section.footer .container .row .col-12 .footer-column img {
    max-width: 100px;
  }
}
section.footer .container .row .col-12 .footer-column img {
  margin-bottom: 20px;
  max-width: 150px;
}
section.footer h5 {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  margin-bottom: 20px;
  color: #1a1a1a;
}
section.footer ul {
  padding: 0;
}
section.footer ul li {
  list-style: none;
  color: #666;
  padding: 4px 0;
}
section.footer ul li p {
  color: #666;
  margin-bottom: 40px;
  font-size: 16px;
  line-height: 24px;
}
section.footer ul li a {
  color: #4d4d4d;
  margin-bottom: 40px;
  font-size: 16px;
  line-height: 24px;
}
section.footer .footer-email-subscribe {
  gap: 16px;
  position: relative;
}
section.footer .footer-email-subscribe input {
  box-shadow: 1px 1px 3px #eee;
  border-radius: 6px;
  border: 1px solid #ddd;
  padding: 5px 10px;
}
section.footer .footer-email-subscribe a {
  border: 1px solid #fc5203;
  padding: 5px 10px;
  margin: 5px 0;
  color: #fc5203;
  border-radius: 20px;
  width: 150px;
  text-align: center;
}
section.footer .footer-social-media {
  position: absolute;
  bottom: 10px;
  width: 100%;
}
@media (max-width: 768px) {
  section.footer .footer-social-media {
    position: relative;
    margin-top: 20px;
  }
}
section.footer .footer-social-media ul {
  justify-content: space-between;
}

#successEmail {
  background: #000;
  position: absolute;
  bottom: 0px;
  display: none;
  width: 80%;
  border-radius: 16px;
  padding: 10px;
  transition: cubic-bezier();
}
#successEmail p {
  color: #fff;
}

#SubscribeEmailRequired {
  display: none;
  color: #f00;
  font-size: 12px;
  margin: 0;
}

.fixed-part-banner {
  display: block;
  top: unset !important;
  left: unset;
  bottom: 0 !important;
  height: 128px;
  margin: 0;
  width: 100%;
  border: none;
  background-color: #fff6f3;
  padding: 0;
  align-items: center;
  display: flex;
}
@media (max-width: 768px) {
  .fixed-part-banner {
    height: 260px;
    justify-content: center;
    align-items: center;
  }
}
.fixed-part-banner .modal-dialog {
  margin: 0;
  max-width: unset;
  height: 100%;
}
.fixed-part-banner .modal-dialog .modal-content {
  border: 0;
  height: 100%;
  background-color: unset;
}
.fixed-part-banner .modal-dialog .modal-body {
  padding: 0;
}
.fixed-part-banner .modal-dialog .modal-body img {
  width: 90%;
  height: -moz-fit-content;
  height: fit-content;
}
@media (max-width: 992px) {
  .fixed-part-banner .modal-dialog .modal-body img {
    display: none;
  }
}
.fixed-part-banner .modal-dialog .modal-body .submit-banner {
  background-color: #fc5203;
  border-radius: 27px;
  border: 1px solid #fff;
  color: #fff;
  width: 120px;
  height: 40px;
  align-self: center;
  text-align: center;
  align-items: center;
  display: flex;
  justify-content: center;
}
.fixed-part-banner .modal-dialog .modal-body .submit-banner:hover {
  text-decoration: none;
  background-color: #b83c02;
}
@media (max-width: 768px) {
  .fixed-part-banner .modal-dialog .modal-body {
    flex-direction: column;
  }
}
.fixed-part-banner .modal-dialog .modal-body .col-md-2 {
  justify-content: center;
}
.fixed-part-banner .modal-dialog .modal-body .banner-img {
  background-color: #fddccd;
  align-items: center;
}
@media (max-width: 992px) {
  .fixed-part-banner .modal-dialog .modal-body .banner-img {
    background-color: unset;
  }
}
.fixed-part-banner .modal-dialog .modal-body .banner-img button {
  font-size: 24px;
}
.fixed-part-banner .modal-dialog .modal-body .banner-title {
  background-image: url(./../../images/Maskgroup.png);
  align-items: center;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 5px;
}
.fixed-part-banner .modal-dialog .modal-body .banner-title h3 {
  font-weight: bold;
  text-align: left;
  font-size: 22px;
}
@media (max-width: 768px) {
  .fixed-part-banner .modal-dialog .modal-body .banner-title h3 {
    text-align: center;
    font-size: 28px;
  }
}
.fixed-part-banner .modal-dialog .modal-body .submit {
  background-image: url("../../images/Maskgroup.png");
}
.fixed-part-banner .modal-dialog .modal-body .col-md-6 {
  align-items: center;
}
@media (max-width: 768px) {
  .fixed-part-banner .modal-dialog .modal-body .col-md-6 {
    flex-direction: column;
  }
}
.fixed-part-banner .modal-dialog .modal-body .col-md-6 p {
  padding: 10px 0px;
  font-weight: bolder;
  text-align: left;
  font-size: 14px;
}
@media (max-width: 768px) {
  .fixed-part-banner .modal-dialog .modal-body .col-md-6 p {
    text-align: center;
  }
}
.fixed-part-banner .modal-dialog .modal-body .col-md-6 h3 {
  font-weight: bolder;
}

.siq_bR {
  bottom: 200px !important;
  right: 14px !important;
}
@media (max-width: 768px) {
  .siq_bR {
    bottom: 240px !important;
  }
}
.siq_bR .zsiq_flt_rel:hover {
  background-color: #821A04 !important;
}

.swiper {
  z-index: 0 !important;
}

.zls-sptwndw {
  margin-bottom: 100px;
}
@media (max-width: 768px) {
  .zls-sptwndw {
    margin-bottom: unset;
  }
}

.loadframe {
  max-height: 550px;
}

.copy-right {
  justify-content: space-between;
  margin-top: 40px;
  padding-top: 30px;
  border-top: 1px solid #ddd;
}
.copy-right p {
  color: #333;
}
.copy-right ul {
  gap: 10px;
}
.copy-right ul li {
  list-style: none;
}
.copy-right ul li a {
  color: #111;
}

.fixed-part {
  position: fixed;
  bottom: 59px;
  left: 50px;
  z-index: 99;
  display: flex;
}
.fixed-part #myBtn {
  display: none;
  position: fixed;
  bottom: 445px;
  right: 25px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #061619;
  border: 1px solid #fff;
  color: white;
  cursor: pointer;
  padding: 8px;
  border-radius: 24px;
  width: 36px;
  height: 36px;
  align-items: center;
}
.fixed-part #myBtn:hover {
  color: #061619;
  border: 1px solid #061619;
  background-color: rgb(44, 44, 44);
}

/* Customize  Color Of Selection  */
::-moz-selection {
  background-color: #fc5203;
  color: white;
}
::selection {
  background-color: #fc5203;
  color: white;
}

::-moz-selection {
  background-color: #fc5203;
  color: white;
}

/* Customize  Scrollbar  */
::-webkit-scrollbar {
  width: 12px;
}

::-webkit-scrollbar-thumb {
  background: #fc5203;
  border-radius: 10px;
}

section.OurSolution_Header {
  background-image: url("./../../images/img/OurSolution/hero-background.png");
  background-size: cover;
  height: 350px;
  position: relative;
}
@media (min-width: 768px) {
  section.OurSolution_Header {
    margin-top: 100px;
  }
}
@media (max-width: 768px) {
  section.OurSolution_Header {
    background-image: url("./../../images/img/OurSolution/hero-background-responsive.png");
  }
}
section.OurSolution_Header .col-12 {
  height: 350px;
  position: relative;
}
section.OurSolution_Header .col-12 .title {
  position: absolute;
  bottom: 50px;
  height: 100px;
}
section.OurSolution_Header .col-12 .title h2 {
  color: #fff;
  font-size: 36px;
  font-weight: 900;
}
@media (max-width: 768px) {
  section.OurSolution_Header .col-12 .title h2 {
    font-size: 24px;
  }
}
section.OurSolution_Header .col-12 .title p {
  background: rgba(253, 81, 2, 0.5019607843);
  color: rgba(255, 255, 255, 0.5);
  padding: 10px;
  border-radius: 0 8px 8px 0;
  font-size: 16px;
  width: -moz-fit-content;
  width: fit-content;
}

section.OurSolution_Content {
  padding: 40px 0;
}
section.OurSolution_Content .container .row .col-12 {
  padding: 20px 0;
  border-bottom: 1px solid #CDD5DF;
  align-items: center;
}
section.OurSolution_Content .container .row .col-12 .col-md-8 p {
  color: #222;
}
section.OurSolution_Content .container .row .col-12 .col-md-8 a {
  color: #1C6F7D;
}

section.EPOS-Page-header {
  background-image: url("./../../images/img/EPOS/Mealzo-Header.png");
  background-size: cover;
  background-repeat: no-repeat;
  height: 350px;
}
@media (min-width: 768px) {
  section.EPOS-Page-header {
    margin-top: 100px;
  }
}
@media (max-width: 768px) {
  section.EPOS-Page-header {
    background-image: url("./../../images/img/EPOS/Mealzo-for-business-EPOS-Header-responsive.png");
  }
}
section.EPOS-Page-header .container .row .col-12 {
  height: 350px;
  position: relative;
}
section.EPOS-Page-header .container .row .col-12 .title {
  position: absolute;
  bottom: 50px;
  height: 100px;
}
section.EPOS-Page-header .container .row .col-12 .title h2 {
  color: #fff;
  font-size: 36px;
  font-weight: 900;
}
@media (max-width: 768px) {
  section.EPOS-Page-header .container .row .col-12 .title h2 {
    font-size: 24px;
  }
}
section.EPOS-Page-header .container .row .col-12 .title p {
  background: rgba(253, 81, 2, 0.5019607843);
  color: rgba(255, 255, 255, 0.5);
  padding: 10px;
  border-radius: 0 8px 8px 0;
  font-size: 16px;
  width: -moz-fit-content;
  width: fit-content;
}

.EPOS-Page-call-request {
  padding: 80px 0;
}
.EPOS-Page-call-request .container .row {
  align-items: center;
}
.EPOS-Page-call-request .container .row .EPOS-Page-call-request-content h2 {
  color: #1A1A1A;
  font-size: 36px;
  line-height: 44px;
  font-weight: 900;
}
.EPOS-Page-call-request .container .row .EPOS-Page-call-request-content p {
  font-size: 24px;
  line-height: 30px;
  font-weight: 500;
  color: #1A1A1A;
}
.EPOS-Page-call-request .container .row .EPOS-Page-call-request-content .btn {
  background-color: #FC5203;
  border-radius: 32px;
  color: #fff;
  font-size: 16px;
  padding: 16px 16px;
  margin-top: 16px;
}
.EPOS-Page-call-request .container .row .EPOS-Page-call-request-content .btn:hover {
  background-color: #a54215;
}
.EPOS-Page-call-request .container .row .EPOS-Page-call-request-content .header-become-partner {
  background-color: #FC5203;
  border-radius: 32px;
  color: #fff;
  font-size: 16px;
  padding: 0px 16px;
  margin-top: 36px;
  cursor: pointer;
}
.EPOS-Page-call-request .container .row .EPOS-Page-call-request-content .header-become-partner:hover {
  text-decoration: none;
  background-color: #a54215;
}

.EPOS-Page-Services {
  background-color: #F8FAFC;
  padding: 80px 0;
}
.EPOS-Page-Services .container .row .col-12 .col-md-6 {
  text-align: center;
  margin-bottom: 64px;
}
.EPOS-Page-Services .container .row .col-12 .col-md-6 h3 {
  font-size: 20px;
  margin-top: 16px;
}
.EPOS-Page-Services .container .row .col-12 .col-md-6 img {
  width: 64px;
}

.EPOS-Page-Services-list {
  padding: 80px 0;
}
.EPOS-Page-Services-list .container .row .col-12 .EPOS-Page-Services-list-content {
  align-self: center;
}
.EPOS-Page-Services-list .container .row .col-12 .EPOS-Page-Services-list-content .EPOS-Page-Services-list-item {
  margin-bottom: 16px;
}
.EPOS-Page-Services-list .container .row .col-12 .EPOS-Page-Services-list-content .EPOS-Page-Services-list-item img {
  margin-right: 10px;
  width: 24px;
  height: 24px;
}
.EPOS-Page-Services-list .container .row .col-12 .EPOS-Page-Services-list-content .EPOS-Page-Services-list-item p {
  margin: 0 !important;
}

.EPOS-Page-gallery {
  background-color: #F8FAFC;
  padding: 80px 0;
}
.EPOS-Page-gallery .container .row .col-12 .EPOS-Page-gallery-card {
  background-color: #fff;
  border-radius: 16px;
  padding: 16px;
}
.EPOS-Page-gallery .container .row .col-12 .EPOS-Page-gallery-card p {
  margin-top: 20px;
}
.EPOS-Page-gallery .container .row .col-12 .EPOS-Page-gallery-card img {
  width: 100%;
}

section.Kiosk-Page-header {
  background-image: url("./../../images/img/Kiosk/Mealzo-for-business-Kiosk-Header.png");
  background-size: cover;
  background-repeat: no-repeat;
  height: 350px;
}
@media (min-width: 768px) {
  section.Kiosk-Page-header {
    margin-top: 100px;
  }
}
@media (max-width: 768px) {
  section.Kiosk-Page-header {
    background-image: url("./../../images/img/Kiosk/Mealzo-for-business-Kiosk-Header-responsive.png");
  }
}
section.Kiosk-Page-header .container .row .col-12 {
  height: 350px;
  position: relative;
}
section.Kiosk-Page-header .container .row .col-12 .title {
  position: absolute;
  bottom: 50px;
  height: 100px;
}
section.Kiosk-Page-header .container .row .col-12 .title h2 {
  color: #fff;
  font-size: 36px;
  font-weight: 900;
}
@media (max-width: 768px) {
  section.Kiosk-Page-header .container .row .col-12 .title h2 {
    font-size: 24px;
  }
}
section.Kiosk-Page-header .container .row .col-12 .title p {
  background: rgba(253, 81, 2, 0.5019607843);
  color: rgba(255, 255, 255, 0.5);
  padding: 10px;
  border-radius: 0 8px 8px 0;
  font-size: 16px;
}

.Kiosk-Page-call-request {
  padding: 80px 0;
}
.Kiosk-Page-call-request .container .row {
  align-items: center;
}
.Kiosk-Page-call-request .container .row .Kiosk-Page-call-request-content h2 {
  color: #1A1A1A;
  font-size: 36px;
  line-height: 44px;
  font-weight: 900;
}
.Kiosk-Page-call-request .container .row .Kiosk-Page-call-request-content p {
  font-size: 24px;
  line-height: 30px;
  font-weight: 500;
  color: #1A1A1A;
}
.Kiosk-Page-call-request .container .row .Kiosk-Page-call-request-content .btn {
  background-color: #FC5203;
  border-radius: 32px;
  color: #fff;
  font-size: 16px;
  padding: 16px 16px;
  margin-top: 16px;
}
.Kiosk-Page-call-request .container .row .Kiosk-Page-call-request-content img {
  width: 100%;
}
.Kiosk-Page-call-request .container .row .Kiosk-Page-call-request-content .header-become-partner {
  background-color: #FC5203;
  border-radius: 32px;
  color: #fff;
  font-size: 16px;
  padding: 0px 16px;
  margin-top: 36px;
  cursor: pointer;
}
.Kiosk-Page-call-request .container .row .Kiosk-Page-call-request-content .header-become-partner:hover {
  text-decoration: none;
  background-color: #a54215;
}
.Kiosk-Page-call-request .container .row img {
  margin-top: 50px;
}

.Kiosk-Page-Services {
  background-color: #F8FAFC;
  padding: 80px 0;
}
.Kiosk-Page-Services .container .row .col-12 .col-md-6 {
  text-align: center;
  margin-bottom: 64px;
}
.Kiosk-Page-Services .container .row .col-12 .col-md-6 h3 {
  font-size: 20px;
  margin-top: 16px;
}
.Kiosk-Page-Services .container .row .col-12 .col-md-6 img {
  width: 64px;
}

.Kiosk-Page-Services-list {
  padding: 80px 0;
}
.Kiosk-Page-Services-list .container .row .col-12 .Kiosk-Page-Services-list-content {
  align-self: center;
}
.Kiosk-Page-Services-list .container .row .col-12 .Kiosk-Page-Services-list-content .Kiosk-Page-Services-list-item {
  margin-bottom: 16px;
}
.Kiosk-Page-Services-list .container .row .col-12 .Kiosk-Page-Services-list-content .Kiosk-Page-Services-list-item img {
  margin-right: 10px;
  width: 24px;
}
.Kiosk-Page-Services-list .container .row .col-12 .Kiosk-Page-Services-list-content .Kiosk-Page-Services-list-item p {
  margin: 0 !important;
}

.Kiosk-Page-gallery {
  background-color: #F8FAFC;
  padding: 80px 0;
}
.Kiosk-Page-gallery .container .row .col-12 .Kiosk-Page-gallery-card {
  background-color: #fff;
  border-radius: 16px;
  padding: 16px;
}
.Kiosk-Page-gallery .container .row .col-12 .Kiosk-Page-gallery-card p {
  margin-top: 20px;
}
.Kiosk-Page-gallery .container .row .col-12 .Kiosk-Page-gallery-card img {
  width: 100%;
}

section.DigitalSignage-Page-header {
  background-image: url("./../../images/img/DigitalSignage/Mealzo-for-business-Digital-Signage-header.png");
  background-size: cover;
  background-repeat: no-repeat;
  height: 350px;
  position: relative;
  font-family: Public_Sans !important;
}
@media (min-width: 768px) {
  section.DigitalSignage-Page-header {
    margin-top: 100px;
  }
}
@media (max-width: 768px) {
  section.DigitalSignage-Page-header {
    background-image: url("./../../images/img/DigitalSignage/Mealzo-for-business-Digital-Signage-header-responsive.png");
  }
}
section.DigitalSignage-Page-header .container .row .col-12 {
  height: 350px;
  position: relative;
}
section.DigitalSignage-Page-header .container .row .col-12 .title {
  position: absolute;
  bottom: 20px;
  height: 100px;
}
section.DigitalSignage-Page-header .container .row .col-12 .title h2 {
  color: #fff;
  font-size: 36px;
  font-weight: 900;
  font-family: PublicSans-Bold !important;
}
@media (max-width: 768px) {
  section.DigitalSignage-Page-header .container .row .col-12 .title h2 {
    font-size: 24px;
  }
}
section.DigitalSignage-Page-header .container .row .col-12 .title p {
  background: rgba(253, 81, 2, 0.5019607843);
  color: rgba(255, 255, 255, 0.5);
  padding: 10px;
  border-radius: 0 8px 8px 0;
  font-size: 16px;
}

.Kiosk-Page-call-request {
  padding: 80px 0;
  font-family: Public_Sans !important;
}
.Kiosk-Page-call-request .container .row {
  align-items: center;
}
.Kiosk-Page-call-request .container .row .Kiosk-Page-call-request-content h2 {
  color: #1A1A1A;
  font-size: 36px;
  line-height: 44px;
  font-weight: 900;
  font-family: PublicSans-Bold !important;
}
.Kiosk-Page-call-request .container .row .Kiosk-Page-call-request-content p {
  font-size: 24px;
  line-height: 30px;
  font-weight: 500;
  color: #1A1A1A;
}
.Kiosk-Page-call-request .container .row .Kiosk-Page-call-request-content .btn {
  background-color: #FC5203;
  border-radius: 32px;
  color: #fff;
  font-size: 16px;
  padding: 16px 16px;
  margin-top: 16px;
}
.Kiosk-Page-call-request .container .row .Kiosk-Page-call-request-content img {
  width: 100%;
}
.Kiosk-Page-call-request .container .row .Kiosk-Page-call-request-content .header-become-partner {
  background-color: #FC5203;
  border-radius: 32px;
  color: #fff;
  font-size: 16px;
  padding: 0px 16px;
  margin-top: 36px;
  cursor: pointer;
}
.Kiosk-Page-call-request .container .row .Kiosk-Page-call-request-content .header-become-partner:hover {
  text-decoration: none;
  background-color: #a54215;
}
.Kiosk-Page-call-request .container .row img {
  margin-top: 50px;
}

.Kiosk-Page-Services {
  background-color: #F8FAFC;
  padding: 80px 0;
  font-family: Public_Sans;
}
.Kiosk-Page-Services .container .row .col-12 .col-md-6 {
  text-align: center;
  margin-bottom: 64px;
}
.Kiosk-Page-Services .container .row .col-12 .col-md-6 h3 {
  font-size: 20px;
  margin-top: 16px;
}
.Kiosk-Page-Services .container .row .col-12 .col-md-6 img {
  width: 64px;
}

.Kiosk-Page-Services-list {
  padding: 80px 0;
  font-family: Public_Sans;
}
.Kiosk-Page-Services-list .container .row .col-12 .Kiosk-Page-Services-list-content {
  align-self: center;
}
.Kiosk-Page-Services-list .container .row .col-12 .Kiosk-Page-Services-list-content .Kiosk-Page-Services-list-item {
  margin-bottom: 16px;
}
.Kiosk-Page-Services-list .container .row .col-12 .Kiosk-Page-Services-list-content .Kiosk-Page-Services-list-item img {
  margin-right: 10px;
  width: 24px;
}
.Kiosk-Page-Services-list .container .row .col-12 .Kiosk-Page-Services-list-content .Kiosk-Page-Services-list-item p {
  margin: 0 !important;
}

.DigitalSignage-Page-gallery {
  background-color: #F8FAFC;
  padding: 80px 0;
  font-family: Public_Sans;
}
.DigitalSignage-Page-gallery .container .row .col-12 .Kiosk-Page-gallery-card {
  background-color: #fff;
  border-radius: 16px;
  padding: 16px;
}
.DigitalSignage-Page-gallery .container .row .col-12 .Kiosk-Page-gallery-card p {
  margin-top: 20px;
  min-height: 96px;
}
.DigitalSignage-Page-gallery .container .row .col-12 .Kiosk-Page-gallery-card img {
  width: 100%;
}

section.About-us-header {
  background-image: url("./../../images/img/AboutUs/Melzo-for-Business-About-us.png");
  background-size: cover;
  background-repeat: no-repeat;
  height: 350px;
  padding: 0 10px;
}
@media (min-width: 768px) {
  section.About-us-header {
    margin-top: 100px;
  }
}
@media (max-width: 768px) {
  section.About-us-header {
    background-image: url("./../../images/img/AboutUs/Melzo-for-Business-About-us-responsive.png");
  }
}
section.About-us-header .container .row .col-12 {
  height: 350px;
  position: relative;
}
section.About-us-header .container .row .col-12 h2 {
  color: #fff;
}
section.About-us-header .container .row .col-12 .title {
  position: absolute;
  bottom: 20px;
  height: 100px;
}
section.About-us-header .container .row .col-12 .title h2 {
  color: #fff;
  font-size: 36px;
  font-weight: 900;
}
@media (max-width: 768px) {
  section.About-us-header .container .row .col-12 .title h2 {
    font-size: 24px;
  }
}
section.About-us-header .container .row .col-12 .title p {
  background: rgba(253, 81, 2, 0.5019607843);
  color: rgba(255, 255, 255, 0.5);
  padding: 10px;
  border-radius: 0 8px 8px 0;
  font-size: 16px;
}

section.About-us-content {
  padding: 80px 0;
}
section.About-us-content img {
  width: 100%;
}

section.About-us-Our-Story {
  background-color: #061619;
  padding: 80px 0;
}
section.About-us-Our-Story .container .row h2 {
  color: #FC5203;
}
section.About-us-Our-Story .container .row p {
  color: #fff;
}

section.About-us-Our-History {
  padding: 80px 0 0;
}
section.About-us-Our-History .container .row h2 {
  color: #1a1a1a;
  margin-bottom: 50px;
  font-size: 36px;
  line-height: 44px;
  font-weight: 900;
}
section.About-us-Our-History .container .row img {
  width: 100%;
}
section.About-us-Our-History .container .row p {
  color: #fff;
}

section.Contact-Us-Header {
  background-image: url("./../../images/img/ContactUs/Mealzoforbusiness-Contact-us-header.png");
  padding: 0 10px;
  background-size: cover;
  background-repeat: no-repeat;
  height: 350px;
  padding: 0 10px;
}
@media (min-width: 768px) {
  section.Contact-Us-Header {
    margin-top: 100px;
  }
}
@media (max-width: 768px) {
  section.Contact-Us-Header {
    background-image: url("./../../images/img/ContactUs/Mealzoforbusiness-Contact-us-header-responsive.png");
  }
}
section.Contact-Us-Header .container .row .col-12 {
  height: 350px;
  position: relative;
}
section.Contact-Us-Header .container .row .col-12 .title {
  position: absolute;
  bottom: 20px;
  height: 100px;
}
section.Contact-Us-Header .container .row .col-12 .title h2 {
  color: #fff;
  font-size: 36px;
  font-weight: 900;
}
@media (max-width: 768px) {
  section.Contact-Us-Header .container .row .col-12 .title h2 {
    font-size: 24px;
  }
}
section.Contact-Us-Header .container .row .col-12 .title p {
  background: rgba(253, 81, 2, 0.5019607843);
  color: rgba(255, 255, 255, 0.5);
  padding: 10px;
  border-radius: 0 8px 8px 0;
  font-size: 16px;
}

section.Contact-us-content {
  padding: 80px 20px;
}
section.Contact-us-content .container .row .col-12 {
  padding: 0 40px;
}
@media (max-width: 768px) {
  section.Contact-us-content .container .row .col-12 {
    padding: 0;
  }
}
section.Contact-us-content .container .row .col-12 h2 {
  font-size: 36px;
  font-weight: 900;
  margin-bottom: 30px;
}
section.Contact-us-content .container .row .col-12 p {
  font-size: 18px;
  font-weight: 500px;
  line-height: 27px;
  color: #1A1A1A;
}
section.Contact-us-content .container .row .col-12 .Contact-Us-join_us {
  padding: 30px;
  display: flex;
  flex-direction: column;
  background-color: #FCFDFF;
  border-radius: 32px;
}
section.Contact-us-content .container .row .col-12 .Contact-Us-join_us h3 {
  font-size: 24px;
  font-weight: 900;
  align-self: center;
  margin-bottom: 30px;
}
section.Contact-us-content .container .row .col-12 .Contact-Us-join_us label {
  color: #4D4D4D;
  font-weight: 700;
}
section.Contact-us-content .container .row .col-12 .Contact-Us-join_us input {
  background-color: #EEF2F6;
  border: none;
  border-radius: 8px;
  padding: 8px;
  margin-bottom: 30px;
}
section.Contact-us-content .container .row .col-12 .Contact-Us-join_us #joinUsQuestion {
  height: 120px;
}
section.Contact-us-content .container .row .col-12 .Contact-Us-join_us #nameRequired3, section.Contact-us-content .container .row .col-12 .Contact-Us-join_us #questionRequired3, section.Contact-us-content .container .row .col-12 .Contact-Us-join_us #phoneRequired3, section.Contact-us-content .container .row .col-12 .Contact-Us-join_us #emailRequired3 {
  display: none;
  color: #f00;
  position: absolute;
  top: 75px;
}
section.Contact-us-content .container .row .col-12 .Contact-Us-join_us #nameRequired2, section.Contact-us-content .container .row .col-12 .Contact-Us-join_us #questionRequired2, section.Contact-us-content .container .row .col-12 .Contact-Us-join_us #phoneRequired2, section.Contact-us-content .container .row .col-12 .Contact-Us-join_us #emailRequired2, section.Contact-us-content .container .row .col-12 .Contact-Us-join_us #businessRequired2 {
  display: none;
  color: #f00;
  position: absolute;
  top: 75px;
}
section.Contact-us-content .container .row .col-12 .Contact-Us-join_us #submit {
  width: 100%;
  color: #fdfdfd;
  background: #FC5203;
  border: none;
  border-radius: 50px;
  padding: 10px;
}
section.Contact-us-content .container .row .col-12 .Contact-Us-join_us #submit:hover {
  background-color: #923408;
}
section.Contact-us-content .container .row .col-12 .Contact-Us-join_us #successMassege3 {
  background: #000;
  position: absolute;
  bottom: 50px;
  display: none;
  width: 80%;
  border-radius: 16px;
  padding: 10px;
  transition: cubic-bezier();
}
section.Contact-us-content .container .row .col-12 .Contact-Us-join_us #successMassege3 p {
  color: #fff;
}
section.Contact-us-content .container .row .col-12 .Contact-Us-join_us #successMassege2 {
  background: #000;
  position: absolute;
  bottom: 50px;
  display: none;
  width: 80%;
  border-radius: 16px;
  padding: 10px;
  transition: cubic-bezier();
}
section.Contact-us-content .container .row .col-12 .Contact-Us-join_us #successMassege2 p {
  color: #fff;
}
section.Contact-us-content .container .row .col-12 .Contact-Us-join_us a {
  color: #FC5203;
}

section.Contact-us-social-media {
  background-color: #061619;
  padding: 48px 20px;
}
@media (max-width: 768px) {
  section.Contact-us-social-media .container .row .col-12 .Contact-us-social-media-title {
    margin-bottom: 35px;
  }
}
section.Contact-us-social-media .container .row .col-12 .Contact-us-social-media-items ul {
  list-style: none;
  gap: 30px;
  padding: 0;
}
section.Contact-us-social-media .container .row .col-12 .Contact-us-social-media-items ul li {
  width: 64px;
  height: 64px;
  background-color: #0B2C32;
  border-radius: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
}
section.Contact-us-social-media .container .row .col-12 .Contact-us-social-media-items ul li a {
  align-items: center;
  display: flex;
  height: 100%;
  width: 100%;
  justify-content: center;
}
section.Contact-us-social-media .container .row .col-12 .Contact-us-social-media-items ul li a img {
  width: auto;
  height: 35px;
}
section.Contact-us-social-media .container .row .col-12 img {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
}

section.Contact-us-Map {
  padding: 80px 20px;
}
section.Contact-us-Map .container .row .col-12 .Contact-us-Map-content ul li {
  list-style: none;
  gap: 14px;
  margin-bottom: 20px;
}
section.Contact-us-Map .container .row .col-12 .Contact-us-Map-content ul li img {
  width: 40px;
  height: 40px;
}
section.Contact-us-Map .container .row .col-12 .Contact-us-Map-content ul li h4 {
  font-size: 16px;
  font-weight: 900;
  color: #1A1A1A;
}
section.Contact-us-Map .container .row .col-12 .Contact-us-Map-content ul li p {
  color: #555;
  line-height: 40px;
  margin: 0;
}
section.Contact-us-Map .container .row .col-12 .Contact-us-Map-iframe iframe {
  border-radius: 16px;
  box-shadow: 0px 0px 20px 0px rgb(78, 78, 78);
}
section.Contact-us-faq {
  padding: 80px 20px;
  background-color: #F8FAFC;
}
section.Contact-us-faq .container .row .col-12 h2 {
  font-size: 48px;
  font-weight: bold;
}
section.Contact-us-faq .container .row .Contact-us-faq-item {
  padding: 40px 0;
  border-bottom: 1px solid #CDD5DF;
  text-align: left;
}
section.Contact-us-faq .container .row .Contact-us-faq-item p {
  color: #666666;
}

section.Restaurant-header {
  background-color: #061619;
  padding: 48px;
}
@media (min-width: 768px) {
  section.Restaurant-header {
    margin-top: 100px;
  }
}
section.Restaurant-header .container .row .col-12 {
  color: #ddd;
}
section.Restaurant-header .container .row .col-12 .Restaurant-header-content h2 {
  font-size: 48px;
}
@media (max-width: 768px) {
  section.Restaurant-header .container .row .col-12 .Restaurant-header-content h2 {
    font-size: 36px;
  }
}
@media (max-width: 768px) {
  section.Restaurant-header .container .row .col-12 .Restaurant-header-content h3 {
    font-size: 24px;
  }
}
section.Restaurant-header .container .row .col-12 .Restaurant-header-content h4 {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  section.Restaurant-header .container .row .col-12 .Restaurant-header-content h4 {
    font-size: 18px;
  }
}
section.Restaurant-header .container .row .col-12 .Restaurant-header-content a {
  background-color: #FC5203;
  color: #fff;
  padding: 10px;
  border-radius: 50px;
  margin-top: 20px;
  cursor: pointer;
}
section.Restaurant-header .container .row .col-12 .Restaurant-header-content a:hover {
  background-color: #aa3803;
  color: #fdfdfd;
  text-decoration: none;
}
section.Restaurant-header .container .row .col-12 .Restaurant-header-content .Restaurant-header-content-items {
  margin-top: 40px;
  gap: 20px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 768px) {
  section.Restaurant-header .container .row .col-12 .Restaurant-header-content .Restaurant-header-content-items {
    display: none;
  }
}
section.Restaurant-header .container .row .col-12 .Restaurant-header-content .Restaurant-header-content-items .item {
  padding: 10px;
  background-color: #0A2024;
  border-radius: 24px;
  align-items: center;
  gap: 20px;
}
section.Restaurant-header .container .row .col-12 .Restaurant-header-content .Restaurant-header-content-items .item .item-img {
  background-color: #0B2C32;
  border-radius: 16px;
  padding: 5px;
}
section.Restaurant-header .container .row .col-12 .Restaurant-header-content .Restaurant-header-content-items .item p {
  font-size: 20px;
  margin-bottom: 0;
  align-self: center;
}

section.Restaurant-benefits {
  padding: 80px 0;
  text-align: center;
}
section.Restaurant-benefits .container .row .col-12 p {
  color: #FC5203;
}
section.Restaurant-benefits .container .row .col-12 h2 {
  margin-bottom: 50px;
  font-size: 48px;
  font-weight: 900;
}
@media (max-width: 768px) {
  section.Restaurant-benefits .container .row .col-12 h2 {
    font-size: 24px;
    line-height: 32px;
    font-weight: bolder;
  }
}
section.Restaurant-benefits .container .row .col-12 .Restaurant-benefits .Restaurant-benefits-item {
  border: 1px solid rgb(150, 150, 150);
  padding: 10px;
  border-radius: 16px;
  gap: 10px;
  align-items: center;
  margin-bottom: 20px;
}
section.Restaurant-benefits .container .row .col-12 .Restaurant-benefits .Restaurant-benefits-item:hover {
  border: 1px solid #FEA981;
  box-shadow: 5px 5px 5px rgba(252, 82, 3, 0.2392156863);
}
section.Restaurant-benefits .container .row .col-12 .Restaurant-benefits .Restaurant-benefits-item p {
  margin-bottom: 0;
  color: #1A1A1A;
  font-size: 18px;
  font-weight: 700;
  text-align: left;
}
@media (max-width: 768px) {
  section.Restaurant-benefits .container .row .col-12 .Restaurant-benefits .Restaurant-benefits-item {
    border: none;
    padding: 0;
  }
}
section.Restaurant-benefits .container .row .col-12 .Restaurant-benefits .Restaurant-benefits-item-description {
  background-color: #F8FAFC;
  gap: 8px;
  padding: 16px;
  border-radius: 8px;
  margin-bottom: 20px;
  display: none;
}
section.Restaurant-benefits .container .row .col-12 .Restaurant-benefits .Restaurant-benefits-item-description p {
  color: #1A1A1A;
  text-align: left;
}
section.Restaurant-benefits .container .row .col-12 .Restaurant-benefits .Restaurant-benefits-item-description img {
  width: 16px;
  height: 16px;
  margin-top: 8px;
}
@media (max-width: 768px) {
  section.Restaurant-benefits .container .row .col-12 .Restaurant-benefits .Restaurant-benefits-item-description {
    display: flex;
  }
}
section.Restaurant-benefits .container .row .col-12 .Restaurant-benefits .nav-link {
  padding: 0;
}
section.Restaurant-benefits .container .row .col-12 .Restaurant-benefits-description {
  height: 400px;
  background-image: url("./../../images/img/restaurant/icons.png");
  background-size: contain;
  background-repeat: no-repeat;
  margin-top: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
section.Restaurant-benefits .container .row .col-12 .Restaurant-benefits-description .tab-content {
  background-repeat: no-repeat;
  height: 150px;
  justify-content: center;
  align-items: center;
  display: flex;
  text-align: center;
  background-position: center;
  background-size: contain;
  box-sizing: border-box;
  border-radius: 20px;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  border: 1px solid #FC5203;
}
section.Restaurant-benefits .container .row .col-12 .Restaurant-benefits-description .tab-content p {
  color: #1A1A1A;
}
@media (max-width: 768px) {
  section.Restaurant-benefits .container .row .col-12 .Restaurant-benefits-description {
    display: none;
  }
}
section.Restaurant-benefits .container .row img {
  width: 100%;
}

section.Restaurant-local-business {
  background-color: rgba(210, 226, 229, 0.8);
  padding: 48px;
}
section.Restaurant-local-business .container .row .col-12 {
  align-items: center;
  position: relative;
}
section.Restaurant-local-business .container .row .col-12 h2 {
  font-size: 48px;
  font-weight: 900;
  color: #1A1A1A;
}
@media (max-width: 768px) {
  section.Restaurant-local-business .container .row .col-12 h2 {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 24px;
  }
}
section.Restaurant-local-business .container .row .col-12 p {
  font-size: 18px;
}
section.Restaurant-local-business .container .row .col-12 img {
  position: absolute;
  right: -20px;
  bottom: -160px;
  width: 200px;
}
@media (max-width: 768px) {
  section.Restaurant-local-business .container .row .col-12 img {
    display: none;
  }
}

section.Restaurant-your-jurney {
  background-color: #071519;
  padding: 80px 0;
  color: #fff;
}
section.Restaurant-your-jurney .container .row .col-12 {
  text-align: center;
}
section.Restaurant-your-jurney .container .row .col-12 h2 {
  margin-bottom: 48px;
  font-size: 48px;
}
@media (max-width: 768px) {
  section.Restaurant-your-jurney .container .row .col-12 h2 {
    font-size: 24px;
    margin-bottom: 24px;
  }
}
section.Restaurant-your-jurney .container .row .col-12 h4 {
  margin-bottom: 48px;
  font-size: 24px;
}
@media (max-width: 768px) {
  section.Restaurant-your-jurney .container .row .col-12 h4 {
    font-size: 20px;
  }
}
section.Restaurant-your-jurney .container .row .col-12 .Contact-Us-join_us {
  justify-content: center;
  align-self: center;
}
section.Restaurant-your-jurney .container .row .col-12 .Contact-Us-join_us h5 {
  font-size: 20px;
  margin-bottom: 20px;
  font-weight: bolder;
}
section.Restaurant-your-jurney .container .row .col-12 .Contact-Us-join_us #nameRequired3, section.Restaurant-your-jurney .container .row .col-12 .Contact-Us-join_us #questionRequired3, section.Restaurant-your-jurney .container .row .col-12 .Contact-Us-join_us #phoneRequired3, section.Restaurant-your-jurney .container .row .col-12 .Contact-Us-join_us #emailRequired3, section.Restaurant-your-jurney .container .row .col-12 .Contact-Us-join_us #businessRequired3 {
  display: none;
  color: #f00;
  position: absolute;
  top: 75px;
}
section.Restaurant-your-jurney .container .row .col-12 .Contact-Us-join_us label {
  padding: 0;
  text-align: left;
}
section.Restaurant-your-jurney .container .row .col-12 .Contact-Us-join_us input {
  border-radius: 8px;
  border: none;
  padding: 10px;
  margin-bottom: 20px;
  text-align: left;
}
section.Restaurant-your-jurney .container .row .col-12 .Contact-Us-join_us p {
  text-align: center;
}
section.Restaurant-your-jurney .container .row .col-12 .Contact-Us-join_us a {
  color: #FC5203;
  margin-top: 16px;
}
section.Restaurant-your-jurney .container .row .col-12 .Contact-Us-join_us a:hover {
  text-decoration: none;
}
section.Restaurant-your-jurney .container .row .col-12 .Contact-Us-join_us button {
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px 16px;
  background-color: #FC5203;
  color: #fff;
  border: none;
  border-radius: 50px;
  margin-top: 32px;
}
section.Restaurant-your-jurney .container .row .col-12 .Contact-Us-join_us button:hover {
  background-color: #aa3803;
}
section.Restaurant-your-jurney .container .row .col-12 .Contact-Us-join_us #successMassege3 {
  background: #000;
  position: absolute;
  bottom: 50px;
  display: none;
  width: 80%;
  border-radius: 16px;
  padding: 10px;
  transition: cubic-bezier();
}
section.Restaurant-your-jurney .container .row .col-12 .Contact-Us-join_us #successMassege3 p {
  color: #fff;
}
section.Restaurant-your-jurney .container .row .col-12 .Contact-Us-join_us #successMassege2 {
  background: #000;
  position: absolute;
  bottom: 50px;
  display: none;
  width: 80%;
  border-radius: 16px;
  padding: 10px;
  transition: cubic-bezier();
}
section.Restaurant-your-jurney .container .row .col-12 .Contact-Us-join_us #successMassege2 p {
  color: #fff;
}

section.Restaurant-reviews {
  padding: 80px 0;
  background-color: #F8FAFC;
}
section.Restaurant-reviews .container .row .col-12 {
  text-align: center;
}
section.Restaurant-reviews .container .row .col-12 p {
  color: #FC5203;
  font-size: 18px;
  font-weight: 700;
}
section.Restaurant-reviews .container .row .col-12 h2 {
  color: #1A1A1A;
  font-size: 48px;
  font-weight: 900;
  margin-bottom: 48px;
}
section.Restaurant-reviews .container .row .col-12 img {
  margin-bottom: 24px;
}
section.Restaurant-reviews .container .row .col-12 .Restaurant-reviews-cutomers img {
  width: unset;
}
section.Restaurant-reviews .container .row .col-12 .Restaurant-reviews-cutomers h4 {
  color: #101828;
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
}
section.Restaurant-reviews .container .row .col-12 .Restaurant-reviews-cutomers h5 {
  color: #475467;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 20px;
}
section.Restaurant-reviews .container .row .col-12 .Restaurant-reviews-cutomers h3 {
  color: #000000;
  font-size: 24px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 20px;
}
section.Restaurant-reviews .container .row .col-12 .Restaurant-reviews-cutomers img {
  width: unset;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  background-color: unset !important;
}

section.Apos-Page-header {
  background-image: url("./../../images/img/Apos/Mealzo-for-business-Apos-header.png");
  background-size: cover;
  background-repeat: no-repeat;
  height: 350px;
}
@media (min-width: 768px) {
  section.Apos-Page-header {
    margin-top: 100px;
  }
}
@media (max-width: 768px) {
  section.Apos-Page-header {
    background-image: url("./../../images/img/Apos/Mealzo-for-business-Apos-header-responsive.png");
  }
}
section.Apos-Page-header .container .row .col-12 {
  height: 350px;
  position: relative;
}
section.Apos-Page-header .container .row .col-12 .title {
  position: absolute;
  bottom: 50px;
  height: 100px;
}
section.Apos-Page-header .container .row .col-12 .title h2 {
  color: #fff;
  font-size: 36px;
  font-weight: 900;
}
@media (max-width: 768px) {
  section.Apos-Page-header .container .row .col-12 .title h2 {
    font-size: 24px;
  }
}
section.Apos-Page-header .container .row .col-12 .title p {
  background: rgba(253, 81, 2, 0.5019607843);
  color: rgba(255, 255, 255, 0.5);
  padding: 10px;
  border-radius: 0 8px 8px 0;
  font-size: 16px;
  width: -moz-fit-content;
  width: fit-content;
}

.Apos-Page-call-request {
  padding: 80px 0;
}
.Apos-Page-call-request .container .row {
  align-items: center;
}
.Apos-Page-call-request .container .row .Apos-Page-call-request-content h2 {
  color: #1A1A1A;
  font-size: 36px;
  line-height: 44px;
  font-weight: 900;
}
.Apos-Page-call-request .container .row .Apos-Page-call-request-content p {
  font-size: 24px;
  line-height: 30px;
  font-weight: 500;
  color: #1A1A1A;
}
.Apos-Page-call-request .container .row .Apos-Page-call-request-content a {
  background-color: #FC5203;
  border-radius: 32px;
  color: #fff;
  font-size: 16px;
  padding: 0px 16px;
  margin-top: 16px;
}
.Apos-Page-call-request .container .row .Apos-Page-call-request-content a:hover {
  background-color: #913003 !important;
  color: #fdfdfd;
  text-decoration: none;
  cursor: pointer;
}
.Apos-Page-call-request .container .row .Apos-Page-call-request-content img {
  width: 100%;
}

.Apos-Page-Services {
  background-color: #F8FAFC;
  padding: 80px 0;
}
.Apos-Page-Services .container .row .col-12 .col-md-6 {
  text-align: center;
  margin-bottom: 64px;
}
.Apos-Page-Services .container .row .col-12 .col-md-6 h3 {
  font-size: 20px;
  margin-top: 16px;
}
.Apos-Page-Services .container .row .col-12 .col-md-6 img {
  width: 64px;
}

.Apos-Page-Services-list {
  padding: 80px 0;
}
.Apos-Page-Services-list .container .row .col-12 .Apos-Page-Services-list-content {
  align-self: center;
}
.Apos-Page-Services-list .container .row .col-12 .Apos-Page-Services-list-content .Apos-Page-Services-list-item {
  margin-bottom: 16px;
}
.Apos-Page-Services-list .container .row .col-12 .Apos-Page-Services-list-content .Apos-Page-Services-list-item img {
  margin-right: 10px;
  width: 24px;
  height: 24px;
}
.Apos-Page-Services-list .container .row .col-12 .Apos-Page-Services-list-content .Apos-Page-Services-list-item p {
  margin: 0 !important;
}

.Apos-Page-gallery {
  background-color: #F8FAFC;
  padding: 80px 0;
}
.Apos-Page-gallery .container .row .col-12 .Apos-Page-gallery-card {
  background-color: #fff;
  border-radius: 16px;
  padding: 16px;
}
.Apos-Page-gallery .container .row .col-12 .Apos-Page-gallery-card p {
  margin-top: 20px;
  min-height: 50px;
}
.Apos-Page-gallery .container .row .col-12 .Apos-Page-gallery-card img {
  width: 100%;
}

section.card-machine-Page-header {
  background-image: url("./../../images/img/cardMachine/Mealzo-for-business-card-machine-header.png");
  background-size: cover;
  background-repeat: no-repeat;
  height: 350px;
}
@media (min-width: 768px) {
  section.card-machine-Page-header {
    margin-top: 100px;
  }
}
@media (max-width: 768px) {
  section.card-machine-Page-header {
    background-image: url("./../../images/img/cardMachine/Mealzo-for-business-card-machine-header-responsive.png");
  }
}
section.card-machine-Page-header .container .row .col-12 {
  height: 350px;
  position: relative;
}
section.card-machine-Page-header .container .row .col-12 .title {
  position: absolute;
  bottom: 50px;
  height: 100px;
}
section.card-machine-Page-header .container .row .col-12 .title h2 {
  color: #fff;
  font-size: 36px;
  font-weight: 900;
}
@media (max-width: 768px) {
  section.card-machine-Page-header .container .row .col-12 .title h2 {
    font-size: 24px;
  }
}
section.card-machine-Page-header .container .row .col-12 .title p {
  background: rgba(253, 81, 2, 0.5019607843);
  color: rgba(255, 255, 255, 0.5);
  padding: 10px;
  border-radius: 0 8px 8px 0;
  font-size: 16px;
}

.card-machine-Page-call-request {
  padding: 80px 0;
}
.card-machine-Page-call-request .container .row {
  align-items: center;
}
.card-machine-Page-call-request .container .row .card-machine-Page-call-request-content h2 {
  color: #1A1A1A;
  font-size: 36px;
  line-height: 44px;
  font-weight: 900;
}
.card-machine-Page-call-request .container .row .card-machine-Page-call-request-content p {
  font-size: 24px;
  line-height: 30px;
  font-weight: 500;
  color: #1A1A1A;
}
.card-machine-Page-call-request .container .row .card-machine-Page-call-request-content .btn {
  background-color: #FC5203;
  border-radius: 32px;
  color: #fff;
  font-size: 16px;
  padding: 16px 16px;
  margin-top: 16px;
}
.card-machine-Page-call-request .container .row .card-machine-Page-call-request-content .header-become-partner {
  background-color: #FC5203;
  border-radius: 32px;
  color: #fff;
  font-size: 16px;
  padding: 0px 16px;
  margin-top: 36px;
  cursor: pointer;
}
.card-machine-Page-call-request .container .row .card-machine-Page-call-request-content .header-become-partner:hover {
  text-decoration: none;
  background-color: #a54215;
}
.card-machine-Page-call-request .container .row img {
  margin-top: 50px;
}

.card-machine-Page-Services {
  background-color: #F8FAFC;
  padding: 80px 0;
}
.card-machine-Page-Services .container .row .col-12 .col-md-6 {
  text-align: center;
  margin-bottom: 64px;
}
.card-machine-Page-Services .container .row .col-12 .col-md-6 h3 {
  font-size: 20px;
  margin-top: 16px;
}
.card-machine-Page-Services .container .row .col-12 .col-md-6 img {
  width: 64px;
}

.card-machine-Page-Services-list {
  padding: 80px 0;
}
.card-machine-Page-Services-list .container .row .col-12 .card-machine-Page-Services-list-content {
  align-self: center;
}
.card-machine-Page-Services-list .container .row .col-12 .card-machine-Page-Services-list-content .card-machine-Page-Services-list-item {
  margin-bottom: 16px;
}
.card-machine-Page-Services-list .container .row .col-12 .card-machine-Page-Services-list-content .card-machine-Page-Services-list-item img {
  margin-right: 10px;
  width: 24px;
}
.card-machine-Page-Services-list .container .row .col-12 .card-machine-Page-Services-list-content .card-machine-Page-Services-list-item p {
  margin: 0 !important;
}

.card-machine-Page-gallery {
  background-color: #F8FAFC;
  padding: 80px 0;
}
.card-machine-Page-gallery .container .row .col-12 .card-machine-Page-gallery-card {
  background-color: #fff;
  border-radius: 16px;
  padding: 16px;
}
.card-machine-Page-gallery .container .row .col-12 .card-machine-Page-gallery-card p {
  margin-top: 20px;
}
.card-machine-Page-gallery .container .row .col-12 .card-machine-Page-gallery-card img {
  width: 100%;
}

section.Grocery-header {
  background-color: #061619;
  padding: 48px;
}
@media screen {
  section.Grocery-header {
    margin-top: 100px;
  }
}
section.Grocery-header .container .row .col-12 {
  color: #ddd;
}
section.Grocery-header .container .row .col-12 .Grocery-header-content h2 {
  font-size: 48px;
}
@media (max-width: 768px) {
  section.Grocery-header .container .row .col-12 .Grocery-header-content h2 {
    font-size: 36px;
  }
}
@media (max-width: 768px) {
  section.Grocery-header .container .row .col-12 .Grocery-header-content h3 {
    font-size: 24px;
  }
}
section.Grocery-header .container .row .col-12 .Grocery-header-content h4 {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  section.Grocery-header .container .row .col-12 .Grocery-header-content h4 {
    font-size: 18px;
  }
}
section.Grocery-header .container .row .col-12 .Grocery-header-content a {
  background-color: #FC5203;
  color: #fff;
  padding: 10px;
  border-radius: 50px;
  margin-top: 20px;
  cursor: pointer;
}
section.Grocery-header .container .row .col-12 .Grocery-header-content a:hover {
  background-color: #aa3803;
  color: #fdfdfd;
  text-decoration: none;
}
section.Grocery-header .container .row .col-12 .Grocery-header-content-items {
  margin-top: 40px;
  gap: 20px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 768px) {
  section.Grocery-header .container .row .col-12 .Grocery-header-content-items {
    display: none;
  }
}
section.Grocery-header .container .row .col-12 .Grocery-header-content-items .item {
  padding: 10px;
  background-color: #0A2024;
  border-radius: 24px;
  align-items: center;
  gap: 20px;
}
section.Grocery-header .container .row .col-12 .Grocery-header-content-items .item .item-img {
  background-color: #0B2C32;
  border-radius: 16px;
  padding: 5px;
}
section.Grocery-header .container .row .col-12 .Grocery-header-content-items .item p {
  font-size: 20px;
  margin-bottom: 0;
  align-self: center;
}

section.Grocery-benefits {
  padding: 80px 0;
  text-align: center;
}
section.Grocery-benefits .container .row .col-12 h2 {
  margin-bottom: 50px;
  font-size: 48px;
  font-weight: 900;
}
@media (max-width: 768px) {
  section.Grocery-benefits .container .row .col-12 h2 {
    font-size: 24px;
    line-height: 32px;
    font-weight: bolder;
    margin-bottom: 0px;
  }
}
section.Grocery-benefits .container .row .col-12 .col-md-6 {
  padding: 12px;
}
section.Grocery-benefits .container .row .col-12 .col-md-6 .Grocery-benefits-box {
  padding: 24px;
  border-radius: 16px;
  border: 1px solid #CDD5DF;
  min-height: 280px;
}
section.Grocery-benefits .container .row .col-12 .col-md-6 .Grocery-benefits-box img {
  width: 64px;
  height: 64px;
}
section.Grocery-benefits .container .row .col-12 .col-md-6 .Grocery-benefits-box .Grocery-benefits-item-description {
  background-color: rgba(210, 226, 229, 0.4);
  padding: 16px 8px 8px 16px;
  border-radius: 8px;
}
section.Grocery-benefits .container .row .col-12 .col-md-6 .Grocery-benefits-box .Grocery-benefits-item-description .Grocery-benefits-box-description-item {
  text-align: left;
}
section.Grocery-benefits .container .row .col-12 .col-md-6 .Grocery-benefits-box .Grocery-benefits-item-description .Grocery-benefits-box-description-item img {
  width: 8px;
  height: 8px;
  margin: 9px 0px;
}
section.Grocery-benefits .container .row .col-12 .col-md-6 .Grocery-benefits-box .Grocery-benefits-item-description .Grocery-benefits-box-description-item p {
  color: #1a1a1a;
  padding-left: 8px;
}

section.Grocery-local-Business {
  background-color: rgba(210, 226, 229, 0.8);
  background-image: url("./../../images/img/grocery/mealzoforbusiness-grocery-Support-Loac-Business.png");
  padding: 80px;
}
section.Grocery-local-Business .container .row .col-12 {
  align-items: center;
  position: relative;
  color: #fdfdfd;
}
section.Grocery-local-Business .container .row .col-12 h2 {
  font-size: 48px;
  font-weight: 900;
  color: #fdfdfd;
}
@media (max-width: 768px) {
  section.Grocery-local-Business .container .row .col-12 h2 {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 24px;
  }
}
section.Grocery-local-Business .container .row .col-12 .Grocery-local-Business-item {
  padding: 16px;
  border-left: 3px solid #F2F4F7;
}
section.Grocery-local-Business .container .row .col-12 p {
  font-size: 18px;
}
section.Grocery-local-Business .container .row .col-12 img {
  position: absolute;
  right: -20px;
  bottom: -160px;
  width: 200px;
}
@media (max-width: 768px) {
  section.Grocery-local-Business .container .row .col-12 img {
    display: none;
  }
}

section.Grocery-How-Works {
  background-color: rgba(210, 226, 229, 0.8);
  padding: 48px;
}
section.Grocery-How-Works .container .row .col-12 .Grocery-How-Works-box img {
  width: auto;
  height: 240px;
}

section.Grocery-your-jurney {
  background-color: #071519;
  padding: 80px 0;
  color: #fff;
}
section.Grocery-your-jurney .container .row .col-12 {
  text-align: center;
}
section.Grocery-your-jurney .container .row .col-12 h2 {
  margin-bottom: 48px;
  font-size: 48px;
}
@media (max-width: 768px) {
  section.Grocery-your-jurney .container .row .col-12 h2 {
    font-size: 24px;
    margin-bottom: 24px;
  }
}
section.Grocery-your-jurney .container .row .col-12 h4 {
  margin-bottom: 48px;
  font-size: 24px;
}
@media (max-width: 768px) {
  section.Grocery-your-jurney .container .row .col-12 h4 {
    font-size: 20px;
  }
}
section.Grocery-your-jurney .container .row .col-12 .Contact-Us-join_us {
  justify-content: center;
  align-self: center;
}
section.Grocery-your-jurney .container .row .col-12 .Contact-Us-join_us h5 {
  font-size: 20px;
  margin-bottom: 20px;
  font-weight: bolder;
}
section.Grocery-your-jurney .container .row .col-12 .Contact-Us-join_us #nameRequired3, section.Grocery-your-jurney .container .row .col-12 .Contact-Us-join_us #questionRequired3, section.Grocery-your-jurney .container .row .col-12 .Contact-Us-join_us #phoneRequired3, section.Grocery-your-jurney .container .row .col-12 .Contact-Us-join_us #emailRequired3, section.Grocery-your-jurney .container .row .col-12 .Contact-Us-join_us #businessRequired3 {
  display: none;
  color: #f00;
  position: absolute;
  top: 75px;
}
section.Grocery-your-jurney .container .row .col-12 .Contact-Us-join_us label {
  padding: 0;
  text-align: left;
}
section.Grocery-your-jurney .container .row .col-12 .Contact-Us-join_us input {
  border-radius: 8px;
  border: none;
  padding: 10px;
  margin-bottom: 20px;
  text-align: left;
}
section.Grocery-your-jurney .container .row .col-12 .Contact-Us-join_us p {
  text-align: center;
}
section.Grocery-your-jurney .container .row .col-12 .Contact-Us-join_us a {
  color: #FC5203;
  margin-top: 16px;
}
section.Grocery-your-jurney .container .row .col-12 .Contact-Us-join_us a:hover {
  text-decoration: none;
}
section.Grocery-your-jurney .container .row .col-12 .Contact-Us-join_us button {
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px 16px;
  background-color: #FC5203;
  color: #fff;
  border: none;
  border-radius: 50px;
  margin-top: 32px;
}
section.Grocery-your-jurney .container .row .col-12 .Contact-Us-join_us button:hover {
  background-color: #aa3803;
}
section.Grocery-your-jurney .container .row .col-12 .Contact-Us-join_us #successMassege3 {
  background: #000;
  position: absolute;
  bottom: 50px;
  display: none;
  width: 80%;
  border-radius: 16px;
  padding: 10px;
  transition: cubic-bezier();
}
section.Grocery-your-jurney .container .row .col-12 .Contact-Us-join_us #successMassege3 p {
  color: #fff;
}
section.Grocery-your-jurney .container .row .col-12 .Contact-Us-join_us #successMassege2 {
  background: #000;
  position: absolute;
  bottom: 50px;
  display: none;
  width: 80%;
  border-radius: 16px;
  padding: 10px;
  transition: cubic-bezier();
}
section.Grocery-your-jurney .container .row .col-12 .Contact-Us-join_us #successMassege2 p {
  color: #fff;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  background-color: unset !important;
}

section.Office-header {
  background-color: #061619;
  padding: 48px;
}
section.Office-header .container .row .col-12 {
  color: #ddd;
}
section.Office-header .container .row .col-12 .Office-header-content h2 {
  font-size: 48px;
}
@media (max-width: 768px) {
  section.Office-header .container .row .col-12 .Office-header-content h2 {
    font-size: 36px;
  }
}
@media (max-width: 768px) {
  section.Office-header .container .row .col-12 .Office-header-content h3 {
    font-size: 24px;
  }
}
section.Office-header .container .row .col-12 .Office-header-content h4 {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  section.Office-header .container .row .col-12 .Office-header-content h4 {
    font-size: 18px;
  }
}
section.Office-header .container .row .col-12 .Office-header-content a {
  background-color: #FC5203;
  color: #fff;
  padding: 10px;
  border-radius: 50px;
  margin-top: 20px;
  cursor: pointer;
}
section.Office-header .container .row .col-12 .Office-header-content a:hover {
  background-color: #aa3803;
  color: #fdfdfd;
  text-decoration: none;
}
section.Office-header .container .row .col-12 img {
  margin-top: 150px;
}
@media (max-width: 768px) {
  section.Office-header .container .row .col-12 img {
    margin-top: 50px;
  }
}

section.Office-benefits {
  padding: 80px 0;
  text-align: center;
}
section.Office-benefits .container .row .col-12 h2 {
  margin-bottom: 50px;
  font-size: 48px;
  font-weight: 900;
}
@media (max-width: 768px) {
  section.Office-benefits .container .row .col-12 h2 {
    font-size: 24px;
    line-height: 32px;
    font-weight: bolder;
    margin-bottom: 0px;
  }
}
section.Office-benefits .container .row .col-12 .col-md-6 {
  padding: 12px;
}
section.Office-benefits .container .row .col-12 .col-md-6 .Office-benefits-box {
  padding: 24px;
  border-radius: 16px;
  border: 1px solid #CDD5DF;
  min-height: 280px;
}
section.Office-benefits .container .row .col-12 .col-md-6 .Office-benefits-box img {
  width: 64px;
  height: 64px;
}
section.Office-benefits .container .row .col-12 .col-md-6 .Office-benefits-box .Office-benefits-item-description {
  background-color: rgba(210, 226, 229, 0.4);
  padding: 16px 8px 8px 16px;
  border-radius: 8px;
}
section.Office-benefits .container .row .col-12 .col-md-6 .Office-benefits-box .Office-benefits-item-description .Office-benefits-box-description-item {
  text-align: left;
}
section.Office-benefits .container .row .col-12 .col-md-6 .Office-benefits-box .Office-benefits-item-description .Office-benefits-box-description-item img {
  width: 8px;
  height: 8px;
  margin: 9px 0px;
}
section.Office-benefits .container .row .col-12 .col-md-6 .Office-benefits-box .Office-benefits-item-description .Office-benefits-box-description-item p {
  color: #1a1a1a;
  padding-left: 8px;
}

section.Office-How-Works {
  background-color: #EEF2F6;
  padding: 48px;
}
section.Office-How-Works .container .row .col-12 .Office-How-Works-box img {
  width: auto;
  height: 240px;
}

section.Office-your-jurney {
  background-color: #071519;
  padding: 80px 0;
  color: #fff;
}
section.Office-your-jurney .container .row .col-12 {
  text-align: center;
}
section.Office-your-jurney .container .row .col-12 h2 {
  margin-bottom: 48px;
  font-size: 48px;
}
@media (max-width: 768px) {
  section.Office-your-jurney .container .row .col-12 h2 {
    font-size: 24px;
    margin-bottom: 24px;
  }
}
section.Office-your-jurney .container .row .col-12 h4 {
  margin-bottom: 48px;
  font-size: 24px;
}
@media (max-width: 768px) {
  section.Office-your-jurney .container .row .col-12 h4 {
    font-size: 20px;
  }
}
section.Office-your-jurney .container .row .col-12 .Contact-Us-join_us {
  justify-content: center;
  align-self: center;
}
section.Office-your-jurney .container .row .col-12 .Contact-Us-join_us h5 {
  font-size: 20px;
  margin-bottom: 20px;
  font-weight: bolder;
}
section.Office-your-jurney .container .row .col-12 .Contact-Us-join_us #nameRequired3, section.Office-your-jurney .container .row .col-12 .Contact-Us-join_us #questionRequired3, section.Office-your-jurney .container .row .col-12 .Contact-Us-join_us #phoneRequired3, section.Office-your-jurney .container .row .col-12 .Contact-Us-join_us #emailRequired3 {
  display: none;
  color: #f00;
  position: absolute;
  top: 75px;
}
section.Office-your-jurney .container .row .col-12 .Contact-Us-join_us label {
  padding: 0;
  text-align: left;
}
section.Office-your-jurney .container .row .col-12 .Contact-Us-join_us input {
  border-radius: 8px;
  border: none;
  padding: 10px;
  margin-bottom: 20px;
  text-align: left;
}
section.Office-your-jurney .container .row .col-12 .Contact-Us-join_us p {
  text-align: center;
}
section.Office-your-jurney .container .row .col-12 .Contact-Us-join_us a {
  color: #FC5203;
  margin-top: 16px;
}
section.Office-your-jurney .container .row .col-12 .Contact-Us-join_us a:hover {
  text-decoration: none;
}
section.Office-your-jurney .container .row .col-12 .Contact-Us-join_us button {
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px 16px;
  background-color: #FC5203;
  color: #fff;
  border: none;
  border-radius: 50px;
  margin-top: 32px;
}
section.Office-your-jurney .container .row .col-12 .Contact-Us-join_us button:hover {
  background-color: #aa3803;
}
section.Office-your-jurney .container .row .col-12 .Contact-Us-join_us #successMassege3 {
  background: #000;
  position: absolute;
  bottom: 50px;
  display: none;
  width: 80%;
  border-radius: 16px;
  padding: 10px;
  transition: cubic-bezier();
}
section.Office-your-jurney .container .row .col-12 .Contact-Us-join_us #successMassege3 p {
  color: #fff;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  background-color: unset !important;
}

section.Kitchen-Screen-Page-header {
  background-image: url("./../../images/img/Kitchen-Screen/Mealzo-For-Business-Kitchen-Screen-Header.png");
  background-size: cover;
  background-repeat: no-repeat;
  height: 350px;
}
@media (min-width: 768px) {
  section.Kitchen-Screen-Page-header {
    margin-top: 100px;
  }
}
@media (max-width: 768px) {
  section.Kitchen-Screen-Page-header {
    background-image: url("./../../images/img/Kitchen-Screen/Mealzo-For-Business-Kitchen-Screen-Header-responsive.png");
  }
}
section.Kitchen-Screen-Page-header .container .row .col-12 {
  height: 350px;
  position: relative;
}
section.Kitchen-Screen-Page-header .container .row .col-12 .title {
  position: absolute;
  bottom: 50px;
  height: 100px;
}
section.Kitchen-Screen-Page-header .container .row .col-12 .title h2 {
  color: #fff;
  font-size: 36px;
  font-weight: 900;
}
@media (max-width: 768px) {
  section.Kitchen-Screen-Page-header .container .row .col-12 .title h2 {
    font-size: 24px;
  }
}
section.Kitchen-Screen-Page-header .container .row .col-12 .title p {
  background: rgba(253, 81, 2, 0.5019607843);
  color: rgba(255, 255, 255, 0.5);
  padding: 10px;
  border-radius: 0 8px 8px 0;
  font-size: 16px;
}

.Kitchen-Screen-Page-call-request {
  padding: 80px 0;
}
.Kitchen-Screen-Page-call-request .container .row {
  align-items: center;
}
.Kitchen-Screen-Page-call-request .container .row .Kitchen-Screen-Page-call-request-content h2 {
  color: #1A1A1A;
  font-size: 36px;
  line-height: 44px;
  font-weight: 900;
}
.Kitchen-Screen-Page-call-request .container .row .Kitchen-Screen-Page-call-request-content p {
  font-size: 24px;
  line-height: 30px;
  font-weight: 500;
  color: #1A1A1A;
}
.Kitchen-Screen-Page-call-request .container .row .Kitchen-Screen-Page-call-request-content .btn {
  background-color: #FC5203;
  border-radius: 32px;
  color: #fff;
  font-size: 16px;
  padding: 16px 16px;
  margin-top: 16px;
}
.Kitchen-Screen-Page-call-request .container .row .Kitchen-Screen-Page-call-request-content .header-become-partner {
  background-color: #FC5203;
  border-radius: 32px;
  color: #fff;
  font-size: 16px;
  padding: 0px 16px;
  margin-top: 36px;
  cursor: pointer;
}
.Kitchen-Screen-Page-call-request .container .row .Kitchen-Screen-Page-call-request-content .header-become-partner:hover {
  text-decoration: none;
  background-color: #a54215;
}
.Kitchen-Screen-Page-call-request .container .row img {
  margin-top: 50px;
}

.Kitchen-Screen-Page-Services {
  background-color: #F8FAFC;
  padding: 80px 0;
}
.Kitchen-Screen-Page-Services .container .row .col-12 .col-md-6 {
  text-align: center;
  margin-bottom: 64px;
}
.Kitchen-Screen-Page-Services .container .row .col-12 .col-md-6 h3 {
  font-size: 20px;
  margin-top: 16px;
}
.Kitchen-Screen-Page-Services .container .row .col-12 .col-md-6 img {
  width: 64px;
}

.Kitchen-Screen-Page-Services-list {
  padding: 80px 0;
}
.Kitchen-Screen-Page-Services-list .container .row .col-12 .Kitchen-Screen-Page-Services-list-content {
  align-self: center;
}
.Kitchen-Screen-Page-Services-list .container .row .col-12 .Kitchen-Screen-Page-Services-list-content .Kitchen-Screen-Page-Services-list-item {
  margin-bottom: 16px;
}
.Kitchen-Screen-Page-Services-list .container .row .col-12 .Kitchen-Screen-Page-Services-list-content .Kitchen-Screen-Page-Services-list-item img {
  margin-right: 10px;
  width: 24px;
}
.Kitchen-Screen-Page-Services-list .container .row .col-12 .Kitchen-Screen-Page-Services-list-content .Kitchen-Screen-Page-Services-list-item p {
  margin: 0 !important;
}

.Kitchen-Screen-Page-gallery {
  background-color: #F8FAFC;
  padding: 80px 0;
}
.Kitchen-Screen-Page-gallery .container .row .col-12 .Kitchen-Screen-Page-gallery-card {
  background-color: #fff;
  border-radius: 16px;
  padding: 16px;
}
.Kitchen-Screen-Page-gallery .container .row .col-12 .Kitchen-Screen-Page-gallery-card p {
  margin-top: 20px;
}
.Kitchen-Screen-Page-gallery .container .row .col-12 .Kitchen-Screen-Page-gallery-card img {
  width: 100%;
}

section.Driver-Screen-Page-header {
  background-image: url("./../../images/img/Driver-Screen/Mealzo-For-Business-Driver-Screen-Header.png");
  background-size: cover;
  background-repeat: no-repeat;
  height: 350px;
}
@media (min-width: 768px) {
  section.Driver-Screen-Page-header {
    margin-top: 100px;
  }
}
@media (max-width: 768px) {
  section.Driver-Screen-Page-header {
    background-image: url("./../../images/img/Driver-Screen/Mealzo-For-Business-Driver-Screen-Header-responsive.png");
  }
}
section.Driver-Screen-Page-header .container .row .col-12 {
  height: 350px;
  position: relative;
}
section.Driver-Screen-Page-header .container .row .col-12 .title {
  position: absolute;
  bottom: 50px;
  height: 100px;
}
section.Driver-Screen-Page-header .container .row .col-12 .title h2 {
  color: #fff;
  font-size: 36px;
  font-weight: 900;
}
@media (max-width: 768px) {
  section.Driver-Screen-Page-header .container .row .col-12 .title h2 {
    font-size: 24px;
  }
}
section.Driver-Screen-Page-header .container .row .col-12 .title p {
  background: rgba(253, 81, 2, 0.5019607843);
  color: rgba(255, 255, 255, 0.5);
  padding: 10px;
  border-radius: 0 8px 8px 0;
  font-size: 16px;
}

.Driver-Screen-Page-call-request {
  padding: 80px 0;
}
.Driver-Screen-Page-call-request .container .row {
  align-items: center;
}
.Driver-Screen-Page-call-request .container .row .Driver-Screen-Page-call-request-content h2 {
  color: #1A1A1A;
  font-size: 36px;
  line-height: 44px;
  font-weight: 900;
}
.Driver-Screen-Page-call-request .container .row .Driver-Screen-Page-call-request-content p {
  font-size: 24px;
  line-height: 30px;
  font-weight: 500;
  color: #1A1A1A;
}
.Driver-Screen-Page-call-request .container .row .Driver-Screen-Page-call-request-content .btn {
  background-color: #FC5203;
  border-radius: 32px;
  color: #fff;
  font-size: 16px;
  padding: 16px 16px;
  margin-top: 16px;
}
.Driver-Screen-Page-call-request .container .row .Driver-Screen-Page-call-request-content .header-become-partner {
  background-color: #FC5203;
  border-radius: 32px;
  color: #fff;
  font-size: 16px;
  padding: 0px 16px;
  margin-top: 36px;
  cursor: pointer;
}
.Driver-Screen-Page-call-request .container .row .Driver-Screen-Page-call-request-content .header-become-partner:hover {
  text-decoration: none;
  background-color: #a54215;
}
.Driver-Screen-Page-call-request .container .row img {
  margin-top: 50px;
}

.Driver-Screen-Page-Services {
  background-color: #F8FAFC;
  padding: 80px 0;
}
.Driver-Screen-Page-Services .container .row .col-12 .col-md-6 {
  text-align: center;
  margin-bottom: 64px;
}
.Driver-Screen-Page-Services .container .row .col-12 .col-md-6 h3 {
  font-size: 20px;
  margin-top: 16px;
}
.Driver-Screen-Page-Services .container .row .col-12 .col-md-6 img {
  width: 64px;
}

.Driver-Screen-Page-Services-list {
  padding: 80px 0;
}
.Driver-Screen-Page-Services-list .container .row .col-12 .Driver-Screen-Page-Services-list-content {
  align-self: center;
}
.Driver-Screen-Page-Services-list .container .row .col-12 .Driver-Screen-Page-Services-list-content .Driver-Screen-Page-Services-list-item {
  margin-bottom: 16px;
}
.Driver-Screen-Page-Services-list .container .row .col-12 .Driver-Screen-Page-Services-list-content .Driver-Screen-Page-Services-list-item img {
  margin-right: 10px;
  width: 24px;
}
.Driver-Screen-Page-Services-list .container .row .col-12 .Driver-Screen-Page-Services-list-content .Driver-Screen-Page-Services-list-item p {
  margin: 0 !important;
}

.Driver-Screen-Page-gallery {
  background-color: #F8FAFC;
  padding: 80px 0;
}
.Driver-Screen-Page-gallery .container .row .col-12 .Driver-Screen-Page-gallery-card {
  background-color: #fff;
  border-radius: 16px;
  padding: 16px;
}
.Driver-Screen-Page-gallery .container .row .col-12 .Driver-Screen-Page-gallery-card p {
  margin-top: 20px;
}
.Driver-Screen-Page-gallery .container .row .col-12 .Driver-Screen-Page-gallery-card img {
  width: 100%;
}

.not_found {
  margin: 80px 0;
}
.not_found .not_found_content h4 {
  font-size: 42px;
  font-weight: 900;
}
.not_found .not_found_content p {
  font-size: 40px;
  color: #434E5D;
}
.not_found .not_found_content a {
  display: inline-block;
  background-color: #fc5204;
  width: 300px;
  padding: 8px;
  color: #fff;
  border-radius: 50px;
  margin-top: 30px;
}
.not_found .not_found_content a:hover {
  background-color: #913003;
}

section.Reviews {
  background-color: #061719;
  padding: 120px 0;
}
section.Reviews h2 {
  color: #fdfdfd;
  font-size: 64px;
  line-height: 56px;
}
section.Reviews h5 {
  font-size: 24px;
  line-height: 26px;
}
section.Reviews .reviews-rate {
  background-color: #000;
  color: #fdfdfd;
  border-radius: 16px;
  padding: 20px 30px;
  gap: 16px;
}
section.Reviews .reviews-comment {
  background-color: #000;
  border-radius: 16px;
  color: #EBEBEB;
  padding: 24px 20px;
  min-height: 270px;
}
section.Reviews .reviews-comment .comment-header {
  justify-content: space-between;
}
section.Reviews .reviews-comment .comment-header p {
  color: #EBEBEB;
  font-size: 12px;
}
section.Reviews .reviews-comment .comment-header img {
  width: 105px;
  height: 21px;
}
section.Reviews .reviews-comment .comment-footer {
  position: absolute;
  bottom: 20px;
}
section.Reviews .reviews-comment .customer {
  color: #989898;
  font-size: 14px;
  margin-bottom: 0;
}
section.Reviews .reviews-comment .review-text {
  min-height: 100px;
}
section.Reviews .reviews-comment a {
  color: #FBBC05;
  font-size: 14px;
  text-decoration: underline;
}
section.Reviews .review-btn {
  border: 1px solid #fdfdfd;
  border-radius: 50px;
  color: #fdfdfd;
  max-width: 200px;
  padding: 8px 16px;
  align-self: center;
  margin-top: 24px;
}
section.Reviews .review-btn:hover {
  background-color: #fdfdfd;
  color: #222;
  text-decoration: none;
}/*# sourceMappingURL=style2.css.map */