@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&amp;display=swap");

:root {
  --fdark: #204356;
  --fgreen: #EF3C4F;
  --segoe: "SegoeUI", Poppins, sans-serif;
  --segoeli: "SegoeUI-Light", Poppins, sans-serif;
  --segoesb: "SegoeUI-SemiBold", Poppins, sans-serif;
  --segoe-bold: "SegoeUI-Bold", Poppins, sans-serif;
}
@font-face {
  font-family: "SegoeUI-Light";
  src: url("segoe-ui/SegoeUI-Light.ttf");
}
@font-face {
  font-family: "SegoeUI";
  src: url("segoe-ui/SegoeUI.ttf");
}
@font-face {
  font-family: "SegoeUI-SemiBold";
  src: url("segoe-ui/SegoeUI-SemiBold.ttf");
}
@font-face {
  font-family: "SegoeUI-Bold";
  src: url("segoe-ui/SegoeUI-Bold.ttf");
}

.home-title {
  color: #3e464d;
  /* font-family: var(--segoe-bold); */
  font-family: "Metropolis Bold";
  font-weight: 500;
  font-size: 32px;
  margin-bottom: 20px;
}
.home-content {
  color: #204356;
  font-family: var(--segoe);
  font-size: 17px;
  line-height: 1.7;
}
.home-btn {
  text-decoration: none;
  color: #C1253C;
  font-size: 16px;
  display: flex;
  flex-direction: row;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  font-family: var(--segoe);
}
.home-btn:hover {
  color: #C1253C;
}
.home-btn img {
  width: 12px;
  margin-left: 10px;
  margin-top: 3px;
}
ul.home-ul {
  list-style-type: none;
  padding: 0px;
}
ul.home-ul li {
  list-style-type: none;
  color: #204356;
  margin: 10px 0px;
  font-size: 17px;
  font-family: var(--segoe);
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
}
ul.home-ul li::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 25px;
  margin-right: 5px;
  background-image: url(../../img/new-home/right-arrow.svg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 12px;
}
/* ***** */
/* Slider Style Start */
.slider video {
  width: 100%;
}
.slider {
  padding: 50px 0px 50px 0px;
  margin-top: 0px;
}
.slider .home-content {
  margin-top: 60px;
  font-family: "proxima_novaregular";
  font-size: 18px;
  color: #1a1a1a;
}
.slide-content h3 {
  margin-bottom: 10px;
  font-weight: 500;
  color: #1a1a1a;
  font-size: 32px;
}
.slide-content h4 {
  color: #EF3C4F;
  /* font-family: var(--segoe-bold); */
  font-family: "Metropolis Bold";
  font-weight: 500;
  font-size: 30px;
  margin-bottom: 10px;
}
.slide-content .home-btn-group {
  display: flex;
  flex-direction: row;
  gap: 20px;
}
.slide-content .home-btn-group a {
  /* background-color: #C1253C; */
  padding: 8px 18px;
  font-family: var(--segoesb);
  display: block;
  font-size: 15px;
  border-radius: 5px;
}
.slide-content .home-btn-group a:first-child {
  background-color: #C1253C;
  color: #ffffff;
}
.slide-content .home-btn-group a:last-child {
  color: #C1253C;
  border: 1px solid #C1253C;
}
/* Slider Style End */

/* easy-epos-system start */
.easy-epos-system {
  padding: 30px 0px;
}

/* easy-epos-system End */

/* Feature Controle Start */
.features-control {
  position: relative;
  padding: 50px 0px 0px 0px;
  height: 600px;
  background-color: #eaeaea;
  background-image: url(../../img/new-home/Pos-with-girl1.png);
  background-size: 100%;
  background-position: bottom -55px center;
  background-repeat: no-repeat;
}
.features-control .container {
  height: 100%;
}
.features-control .control-bg-img {
  width: 100%;
  position: absolute;
  bottom: 0px;
}
.features-control h4.title {
  font-family: "Metropolis Bold";
  font-weight: 500;
  font-size: 32px;
}
.features-control p.sub-title {
  color: #393939;
  font-size: 17px;
}
.features-control .feature-all {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 15px;
  margin: 10px 0px;
}
.features-control .feature-all .feature-box {
  width: 115px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #ffffff;
  border-radius: 10px;
  padding: 20px 12px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.features-control .feature-all .feature-box img {
  width: 45px;
  height: 45px;
  object-fit: contain;
}
.features-control .feature-all .feature-box:hover img {
  transform: scale(1.2);
}
.features-control .feature-all .feature-box p {
  color: #393939;
  font-size: 15px;
  text-align: center;
  margin: 10px 0px 0px 0px;
}
/* Feature Controle End */

/* Tab Section Start */
.tab-section {
  padding: 50px 0px;
  background-color: #f6f6f6;
}
.tab-section .tab-inside {
  display: flex;
  flex-direction: row;
  height: 650px;
}
.tab-section .tab-inside .nav-pills {
  width: 22%;
  list-style: none;
  padding: 30px 0px 30px 50px;
  background-color: #C1253C;
  display: flex;
  flex-direction: column;
  gap: 30px;
  justify-content: space-evenly;
  border-radius: 10px 0px 0px 10px;
}
.tab-section .tab-inside .nav-pills::marker {
  display: none;
}
.tab-section .tab-inside .nav-pills .nav-link {
  padding: 22px 20px 20px 20px;
  font-family: "Metropolis Bold";
  font-size: 18px;
  color: #ffffff;
  line-height: normal;
  position: relative;
  -webkit-transition: all 0s ease;
  -moz-transition: all 0s ease;
  -o-transition: all 0s ease;
  -ms-transition: all 0s ease;
  transition: all 0s ease;
}
.tab-section .tab-inside .nav-pills .nav-link.active {
  background-color: #ffffff;
  color: #C1253C;
  border-radius: 50px 0px 0px 50px;
  -webkit-transition: all 0s ease;
  -moz-transition: all 0s ease;
  -o-transition: all 0s ease;
  -ms-transition: all 0s ease;
  transition: all 0s ease;
}
.tab-section .tab-inside .nav-pills .nav-link.active::after {
  content: "";
  display: inline-block;
  width: 50px;
  height: 50px;
  background-image: url(../../img/new-home/Subtraction-bottom.svg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 30px;
  position: absolute;
  right: -20px;
  bottom: -40px;
}
.tab-section .tab-inside .nav-pills .nav-link.active::before {
  content: "";
  display: inline-block;
  width: 50px;
  height: 50px;
  background-image: url(../../img/new-home/Subtraction-bottom.svg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 30px;
  position: absolute;
  right: -10px;
  top: -30px;
  transform: rotate(90deg);
}
.tab-section .tab-inside .tab-content {
  width: 78%;
  padding: 0px 0px 0px 15px;
  background-color: #ffffff;
  border-radius: 0px 10px 10px 0px;
}
.tab-section .tab-inside .tab-content .tab-pane {
  height: 100%;
}
.tab-section .tab-inside .tab-content .tab-pane .tab-content-div {
  display: flex;
  flex-direction: row;
  height: 100%;
  justify-content: space-between;
}
.tab-section .tab-inside .tab-content .tab-pane.active {
}
.tab-section .tab-inside .tab-content .tab-pane .content-div {
  width: 35%;
  padding-right: 15px;
}
.tab-section .tab-inside .tab-content .tab-pane .content-div p.title {
  font-size: 19px;
  padding-top: 15px;
}
.tab-section .tab-inside .tab-content .tab-pane .content-div a.tab-section-btn {
  font-size: 16px;
  padding: 14px 20px 12px 20px;
  background-color: #C1253C;
  color: #ffffff;
  font-family: "Metropolis Bold";
  width: 100%;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  line-height: normal;
  border-radius: 5px;
}
.tab-section .tab-inside .tab-content .tab-pane .content-div ul {
  list-style-type: none;
  padding: 0px;
  margin: 0px 0px 20px 0px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.tab-section .tab-inside .tab-content .tab-pane .content-div ul li {
  margin: 0px 0px;
}
.tab-section .tab-inside .tab-content .tab-pane .content-div ul li h5 {
  color: #000000;
  font-family: "Metropolis Bold";
  font-size: 18px;
  margin-bottom: 5px;
}
.tab-section .tab-inside .tab-content .tab-pane .content-div ul li p {
  margin: 0px;
  font-size: 16px;
}
.tab-section .tab-inside .tab-content .tab-pane .img-div {
  width: 65%;
  padding: 50px 0px;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0px 10px 10px 0px;
}
.tab-section .tab-inside .tab-content .tab-pane .img-div.resta {
  background-image: url(../../img/new-home/restaimg.jpg);
}
.tab-section .tab-inside .tab-content .tab-pane .img-div.takeaway {
  background-image: url(../../img/new-home/takeaway.jpg);
}
.tab-section .tab-inside .tab-content .tab-pane .img-div.convine {
  background-image: url(../../img/new-home/convenience.jpg);
}
.tab-section .tab-inside .tab-content .tab-pane .img-div.franch {
  background-image: url(../../img/new-home/franchises.jpg);
}
.tab-section .tab-inside .tab-content .tab-pane .img-div.cafe {
  background-image: url(../../img/new-home/cafe.jpg);
}
s
/* .tab-section .tab-inside .tab-content .tab-pane .img-div img {
  width: 100%;
} */
/* Tab Section End */

/* ---- Create Accordion --- */
.accordion-img {
  padding: 30px 0px 0px 0px;
}
.accordion-img .accordion {
  height: 500px;
  display: flex;
  overflow: hidden;
  margin: 0px -12px;
}

.accordion-img .tab {
  position: relative;
  width: 25%;
  height: inherit;
  padding: 20px;
  background: #000;
  color: #fff;
  transition: width 0.5s ease;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
}
.accordion-img .tab:nth-child(1) {
  background-image: url("../../img/new-home/acc1.webp");
}
.accordion-img .tab:nth-child(2) {
  background-image: url("../../img/new-home/acc2.webp");
}
.accordion-img .tab:nth-child(3) {
  background-image: url("../../img/new-home/acc3.webp");
}
.accordion-img .tab:nth-child(4) {
  background-image: url("../../img/new-home/acc4.webp");
}
.accordion-img .tab {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}

.accordion-img .caption {
  position: relative;
  z-index: 2;
  opacity: 0;
}

.accordion-img .caption h4 {
  font-size: 21px;
  font-weight: 600;
  color: #fff;
  font-family: var(--segoe-bold);
}

.accordion-img .caption p {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  font-family: var(--segoesb);
}
.accordion-img .content {
  position: relative;
}
.accordion-img .content h4 {
  color: #fff;
  font-size: 25px;
  font-weight: 500;
  text-align: center;
  font-family: var(--segoe-bold);
}
.accordion-img .content p {
  color: #fff;
  font-size: 16px;
  text-align: center;
  font-weight: 500;
  font-family: var(--segoesb);
}
.accordion-img .form-control {
  background-color: #0000007d;
  color: #fff;
  border: 0.5px solid #f6f6f657;
  font-size: 14px;
  box-shadow: none;
  height: 40px;
  font-weight: 500;
  font-family: var(--segoesb);
}
.accordion-img input::-webkit-input-placeholder {
  color: #fff;
}
.accordion-img input::-moz-placeholder {
  color: #fff;
}
.accordion-img input:-ms-input-placeholder {
  color: #fff;
}
.accordion-img input:-moz-placeholder {
  color: #fff;
}
.accordion-img form button {
  background-color: #EF3C4F;
  border: none;
  outline: none;
  font-weight: 600;
  padding: 10px 0px;
  color: #fff;
  width: 100%;
  font-size: 16px;
  border-radius: 5px;
}

.accordion-img .caption {
  position: relative;
  z-index: 2;
  opacity: 1;
}

.accordion-img button {
  cursor: pointer;
  font-family: var(--segoesb);
}
.accordion-img .tab.expand {
  width: 60%;
  justify-content: center;
  background-position: center center;
}
.accordion-img .tab.expand .content {
  display: none;
}
.tab .cancel-btn {
  background: transparent;
  border: 1px solid #fff;
  border-radius: 50px;
  line-height: inherit;
  margin: 0px;
  padding: 0px;
  width: 25px;
  height: 25px;
  color: #fff;
  font-size: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.accordion-img .tab.expand .view-btn {
  display: none;
}
.accordion-img .tab.expand .cancel-btn {
  display: block;
  margin-top: 15px;
}
.accordion-img .tab .cancel-btn {
  display: none;
  margin-top: 15px;
}
.accordion-img .tab .view-btn img {
  width: 12px;
  margin-left: 3px;
  margin-top: 3px;
}
.accordion-img .tab .view-btn {
  background-color: transparent;
  border: none;
  outline: none;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}
.accordion-img .heading h3 {
  text-align: center;
  color: #3e464d;
  font-family: var(--segoe-bold);
  font-weight: 500;
  font-size: 32px;
  font-family: "Metropolis Bold";
}
.accordion-img .heading p {
  text-align: center;
  color: #3e464d;
  font-family: var(--segoesb);
  font-size: 17px;
  font-weight: 500;
}
.accordion-img .heading {
  margin-bottom: 30px;
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .accordion-img .accordion {
    display: flex;
    height: auto;
    flex-direction: column;
  }
  .accordion-img .tab {
    width: 100%;
    padding: 100px 20px;
  }
  .accordion-img .content p {
    margin-bottom: 10px;
  }
  .accordion-img .tab.expand {
    width: 100%;
    padding: 50px 20px;
  }
}
@media only screen and (min-width: 1400px) {
  .accordion-img .accordion {
    height: 650px;
  }
  .accordion-img .tab {
    padding: 20px 20px 50px 20px;
  }
}
/* Accordion :end */

.higher-reach {
  padding: 30px 0px;
}

.manage-resta {
  background-color: #f6f6f6;
  padding: 30px 0px 0px 0px;
}
.manage-resta .app-images {
  padding: 25px 0px 0px 0px;
}
.manage-resta .app-images img {
  width: 120px;
}
.manage-resta .app-images a:first-child {
  margin-right: 30px;
}

.epos-setup {
  /* background-color: #d1e7ff; */
  padding-top: 30px;
  padding-bottom: 0px;
  text-align: center;
  background: rgb(209, 231, 255);
  background: linear-gradient(
    180deg,
    rgba(209, 231, 255, 1) 84%,
    rgba(230, 231, 236, 1) 84%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#d1e7ff",endColorstr="#e6e7ec",GradientType=1);
}

/* rated excellent POS  */
.rated-pos {
  padding: 0px 0px;
  background-color: #f6f6f6;
}
.rated-pos .rate-pos-bg {
  position: relative;
  /* margin-right: -12px; */
}
/* .rated-pos .rate-pos-bg .btn-bg {
} */
.rated-pos .yt-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
}
/* rated excellent POS End */

/* Youtube btn animation */
.wave span {
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.wave span::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: inherit;
  border-radius: 50%;
  z-index: -1;
  animation: ripple 1.5s ease-out infinite;
}

.wave span:first-child {
  background-color: #fff;
}
.wave span:first-child::before {
  animation-delay: 0.1s;
}
.wave span:nth-child(2) {
  background-color: #ff414d;
}
.wave span:nth-child(2)::before {
  animation-delay: 0.6s;
}

@keyframes ripple {
  from {
    opacity: 1;
    transform: scale(0);
  }
  to {
    opacity: 0;
    transform: scale(3);
  }
}
@media only screen and (min-width: 1200px) {
  .rated-pos .rate-pos-bg {
    margin-right: -12px;
  }
}

/* Youtube btn animation */

.our-partners {
  padding: 50px 0px;
}
.our-partners h3 {
  text-align: center;
}
.logo-all-first {
  margin-bottom: 30px;
}
.logo-all-first,
.logo-all-second {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.logo-all-first div {
  width: 20%;
  text-align: center;
}
.logo-all-second {
  justify-content: center;
}
.logo-all-second div {
  width: 20%;
  text-align: center;
}
.logo-all-first div img,
.logo-all-second div img {
  width: 155px;
}

.review-section {
  padding: 30px 0px;
}
.review-section .rev-title p {
  color: var(--fdark);
  text-align: center;
  font-family: var(--poppins);
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 10px;
}
.review-section .rev-title {
  margin-bottom: 0px;
}
.review-section .rev-title h3 {
  text-align: center;
}

#owl-carousel-review .review-box {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  flex-wrap: nowrap;
  background-color: #f6f6f6;
  padding: 20px;
  border-radius: 5px;
  margin: 0px;
  /* max-height: 200px; */
  /* height: 200px; */
  border: 0.5px solid #c7c7c763;
}
#owl-carousel-review .review-box .client-logo {
  width: 65px;
}
#owl-carousel-review .review-box .rev-header {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-end;
  justify-content: space-between;
  margin-top: -50px;
}

#owl-carousel-review .owl-stage {
  margin: 150px 0px 50px 0px;
}
#owl-carousel-review .item .star-full {
  content: url("../../img/new-home/star-full.svg");
  width: 15px;
}

#owl-carousel-review .star-rate ul {
  list-style: none;
  padding: 0px;
  display: flex;
  flex-direction: row;
  margin: 0px;
}
#owl-carousel-review .star-rate ul li {
  margin: 0px 5px;
}
#owl-carousel-review .rev-content {
  margin: 40px 0px 20px 0px;
}
#owl-carousel-review .rev-content p {
  margin: 0px;
  text-align: center;
  color: var(--fdark);
  font-family: var(--segoe);
  font-size: 16px;
  line-height: 1.7;
}
#owl-carousel-review .owl-item {
  transform: scale(0.9);
  opacity: 0.5;
  transition: transform 0.3s ease-out;
  transform: translate(0, -100px);
}
#owl-carousel-review .owl-item.active {
  transition: transform 0.3s ease-out;
  transform: translate(0, 0);
  opacity: 1;
}
#owl-carousel-review .owl-item.active .review-box {
  background-color: #fff;
}
/* Responsive Design start */
@media only screen and (min-width: 320px) and (max-width: 575px) {
  #owl-carousel-review .owl-item {
    transform: scale(1);
    opacity: 1;
    transition: transform 0.3s ease-out;
    transform: translate(0, 0px);
  }
  #owl-carousel-review .owl-stage {
    margin: 50px 0px 30px 0px;
  }
  #owl-carousel-review .rev-content p {
    font-size: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  #owl-carousel-review .owl-stage {
    margin: 90px 0px 0px 0px;
  }
  #owl-carousel-review .rev-content p {
    font-size: 15px;
  }
  #owl-carousel-review .owl-item {
    transform: scale(1);
    opacity: 1;
    transition: transform 0.3s ease-out;
    transform: translate(0, -50px);
  }
}
/* Responsive Design End */

@media only screen and (min-width: 320px) and (max-width: 575px) {
  .slider .home-content {
    margin-top: 55px;
  }
  .tab .cancel-btn {
    font-size: 11px;
  }
  .home-title {
    font-size: 24px;
    font-weight: 600;
  }
  .home-title br {
    display: none;
  }
  .slide-content h1 br {
    display: block;
  }
  .slide-content h4 {
    font-weight: 600;
    font-size: 24px;
  }
  .home-content {
    text-align: justify;
    font-size: 15px;
  }
  .higher-reach ul li {
    font-size: 15px;
  }
  .accordion-img .heading h3 {
    font-size: 24px;
    font-weight: 600;
  }
  .accordion-img .heading p {
    font-size: 15px;
  }

  ul.home-ul li {
    font-size: 15px;
  }
  .home-content br {
    display: none;
  }
  .home-btn {
    font-size: 14px;
  }
  video {
    margin-top: 30px;
  }
  .easy-epos-system .esye-epos-img {
    margin-bottom: 30px;
  }
  .higher-reach .higher-img {
    margin-top: 30px;
  }
  .manage-resta h3 {
    margin-top: 30px;
  }
  .manage-resta .app-images {
    padding: 25px 0px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
  }
  .manage-resta .app-images img {
    width: 100px;
  }
  .epos-setup {
    padding-top: 10px;
  }
  .rated-pos {
    padding: 30px 0px;
  }
  .rate-pos-bg {
    margin: 20px 0px 0px 0px;
  }
  .rated-pos .yt-btn {
    width: 35px;
  }
  .wave span {
    width: 20px;
    height: 20px;
  }
  .logo img {
    width: 110px;
  }
  .rated-pos .rate-pos-bg {
    margin-right: 0px;
  }
  .rated-pos .home-content {
    margin-bottom: 5px;
  }
  #owl-carousel-review .owl-item.active {
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  }
  .home-btn {
    font-size: 14px;
  }
}
@media only screen and (min-width: 400px) and (max-width: 575px) {
  .slide-content h3 {
    font-weight: 700;
    font-size: 28px;
  }
  .slide-content h4 {
    font-weight: 700;
    font-size: 28px;
  }
  #owl-carousel-review .owl-item.active {
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  }
  .home-content {
    font-size: 15px;
  }
  .home-btn {
    font-size: 14px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .home-content {
    text-align: justify;
    font-size: 15px;
  }

  video {
    margin-top: 30px;
  }
  .easy-epos-system .esye-epos-img {
    margin-bottom: 30px;
  }
  .higher-reach .higher-img {
    margin-top: 30px;
  }
  .manage-resta h3 {
    margin-top: 30px;
  }
  .manage-resta .app-images {
    padding: 25px 0px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
  }
  .manage-resta .app-images img {
    width: 100px;
  }
  .epos-setup {
    padding-top: 10px;
  }
  .rated-pos {
    padding: 30px 0px;
  }
  .rate-pos-bg {
    margin: 20px 0px 0px 0px;
  }
  .rated-pos .yt-btn {
    width: 35px;
  }
  .wave span {
    width: 20px;
    height: 20px;
  }
  .review-owl .owl-item.active {
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .home-title br {
    display: none;
  }
  .manage-resta .app-images {
    padding: 25px 0px 25px 0px;
  }
  .manage-resta .home-title {
    font-size: 25px;
  }
  .home-title {
    font-size: 25px;
  }
  .slide-content h3 {
    font-size: 30px;
  }
  .slide-content h4 {
    font-size: 30px;
  }
  .rated-pos {
    padding: 30px 0px;
  }
  .rate-pos-bg {
    margin-top: 30px;
  }
  .home-content {
    font-size: 15px;
  }
  .higher-reach ul li {
    font-size: 15px;
  }
  .home-btn {
    font-size: 14px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rated-pos h3 {
    font-size: 27px;
    margin-bottom: 5px;
  }
  .home-content {
    font-size: 15px;
    margin-bottom: 10px;
  }
  .higher-reach ul li,
  ul.home-ul li {
    font-size: 15px;
  }
  .home-btn {
    font-size: 14px;
  }
  .rated-pos .rate-pos-bg {
    margin-right: -12px;
  }
}
@media only screen and (min-width: 1200px) {
  .rated-pos .rate-pos-bg {
    margin-right: -12px;
  }
}

/* Temp Style Start */
#owl-carousel-review .review-box .rev-header {
  margin-top: 0px;
  justify-content: center;
}
#owl-carousel-review .review-box .client-logo {
  display: none;
}
#owl-carousel-review .rev-content {
  margin: 20px 0px 0px 0px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
#owl-carousel-review .rev-content span {
  font-family: var(--segoe-bold);
  color: #204356;
  font-size: 15px;
  text-align: center;
  margin-top: 10px;
}
/* #owl-carousel-review .review-box {
  max-height: 230px;
  height: 230px;
} */
#owl-carousel-review .owl-stage {
  margin: 100px 0px 50px 0px;
}
@media only screen and (min-width: 320px) and (max-width: 575px) {
  #owl-carousel-review .owl-stage {
    margin: 50px 0px 30px 0px;
  }
}

/* Temp Style End */

/* Type Css */

.rw-sentence {
  padding: 0px;
  margin: 0px;
}

.rw-wrapper {
  position: relative;
  padding: 0px;
  margin: 0px;
}

.rw-words {
  display: block;
  position: relative;
  margin: 0px auto;
}

.rw-words-1 span {
  position: absolute;
  width: 100%;
  opacity: 0;
  overflow: hidden;
  -webkit-animation: rotateWord 15s linear infinite 0s;
  -ms-animation: rotateWord 15s linear infinite 0s;
  animation: rotateWord 15s linear infinite 0s;
}

.rw-words-1 span:nth-child(2) {
  -webkit-animation-delay: 3s;
  -moz-animation-delay: 3s;
  -o-animation-delay: 3s;
  -ms-animation-delay: 3s;
  animation-delay: 3s;
}

.rw-words-1 span:nth-child(3) {
  -webkit-animation-delay: 6s;
  -ms-animation-delay: 6s;
  animation-delay: 6s;
}

.rw-words-1 span:nth-child(4) {
  -webkit-animation-delay: 9s;
  -ms-animation-delay: 9s;
  animation-delay: 9s;
}

.rw-words-1 span:nth-child(5) {
  -webkit-animation-delay: 12s;
  -moz-animation-delay: 12s;
  -o-animation-delay: 12s;
  -ms-animation-delay: 12s;
  animation-delay: 12s;
}

.rw-words-1 span:nth-child(6) {
  -webkit-animation-delay: 15s;
  -moz-animation-delay: 15s;
  -o-animation-delay: 15s;
  -ms-animation-delay: 15s;
  animation-delay: 15s;
}

@-webkit-keyframes rotateWord {
  0% {
    opacity: 0;
  }

  2% {
    opacity: 0;
    -webkit-transform: translateY(15px);
  }

  5% {
    opacity: 1;
    -webkit-transform: translateY(0px);
  }

  17% {
    opacity: 1;
    -webkit-transform: translateY(0px);
  }

  20% {
    opacity: 0;
    -webkit-transform: translateY(-15px);
  }

  80% {
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

@-ms-keyframes rotateWord {
  0% {
    opacity: 0;
  }

  2% {
    opacity: 0;
    -ms-transform: translateY(15px);
  }

  5% {
    opacity: 1;
    -ms-transform: translateY(0px);
  }

  17% {
    opacity: 1;
    -ms-transform: translateY(0px);
  }

  20% {
    opacity: 0;
    -ms-transform: translateY(-15px);
  }

  80% {
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

@keyframes rotateWord {
  0% {
    opacity: 0;
  }

  2% {
    opacity: 0;
    -webkit-transform: translateY(15px);
    transform: translateY(15px);
  }

  5% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }

  17% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }

  20% {
    opacity: 0;
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }

  80% {
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}
/* Type Css */

/* animation-circle */
.animation-circle {
  border-radius: 50%;
  background-color: #204356;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: absolute;
}
.animation-circle img {
  width: 8px;
}
.animation-circle.arrow1 {
  animation: slide1 1s ease-in-out infinite;
  margin-left: 0px;
}
.animation-circle1 {
  width: 30px;
  height: 30px;
  right: 57px;
  bottom: 100px;
}
/* animation 2 */
.animation-circle2 {
  width: 30px;
  height: 30px;
  left: 14px;
  bottom: 125px;
}
/* animation 2 */
.animation-circle img {
  width: 8px;
}
.animation-circle.arrow1 {
  animation: slide1 1s ease-in-out infinite;
  margin-left: 0px;
}
/* animation 2 */

@keyframes slide1 {
  0%,
  100% {
    transform: translate(0, -3px);
  }

  50% {
    transform: translate(0px, 3px);
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .animation-circle {
    right: 44px;
    bottom: 70px;
    width: 25px;
    height: 25px;
  }
  .animation-circle2 {
    width: 25px;
    height: 25px;
    left: 11px;
    bottom: 100px;
  }
  .animation-circle img {
    width: 7px;
  }
  .accordion-img .heading p br {
    display: none;
  }
  .home-content br {
    display: none;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .animation-circle {
    right: 68px;
    bottom: 150px;
    width: 25px;
    height: 25px;
  }
  .animation-circle img {
    width: 7px;
  }
  .animation-circle2 {
    left: 2.8%;
  }
  .home-content br {
    display: none;
  }
  .accordion-img .heading p br {
    display: none;
  }
}
@media only screen and (min-width: 320px) and (max-width: 575px) {
  .animation-circle {
    right: 12%;
    bottom: 150px;
    width: 25px;
    height: 25px;
  }
  .animation-circle img {
    width: 7px;
  }
  .animation-circle2 {
    left: 3%;
  }
  .accordion-img .heading p br {
    display: none;
  }
  .home-content br {
    display: none;
  }
}
/* animation-circle */

@media only screen and (min-width: 320px) and (max-width: 575px) {
  .slider {
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .slider {
    /* margin-top: 50px; */
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .accordion-img .content p br {
    display: none;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .accordion-img .content p {
    font-size: 15px;
  }
}
/* ******************************************** */
/* New Home Design Style Start */
.slider .slider-lottie {
}
.slider .slider-lottie lottie-player {
  width: 100%;
  height: 100%;
}

/*  Responsive Design Start */
@media only screen and (min-width: 320px) and (max-width: 420px) {
  .slider {
    padding: 50px 0px;
  }
  .slider .row {
    flex-direction: column-reverse;
  }
  .slider .slide-epos-img {
    margin-top: 30px;
  }
  .slide-content h3 {
    font-size: 26px;
  }
  .slide-content h4 {
    font-size: 26px;
  }
  .slider .home-content {
    font-size: 16px;
  }
  .slide-content .home-btn-group {
    margin: 10px 0px;
  }
  .slide-content .home-btn-group a {
    font-size: 14px;
    padding: 6px 16px;
  }
  .slider .slider-lottie lottie-player {
    margin-top: 20px;
  }

  /* .features-control */
  .features-control .feature-all .feature-box {
    padding: 18px 10px;
  }
  .features-control .feature-all .feature-box p {
    font-size: 13px;
  }
  .features-control .feature-all .feature-box img {
    width: 35px;
    height: 35px;
  }
  .features-control {
    height: auto;
    padding: 30px 0px;
    background-image: none;
  }
  .features-control .feature-all {
    justify-content: center;
    gap: 30px;
  }
  .features-control p.sub-title br {
    display: none;
  }
  .features-control p.sub-title {
    font-size: 15px;
  }
  .features-control h4.title {
    font-size: 24px;
  }
  /* tab section start */
  .tab-section .tab-inside {
    height: auto;
    flex-direction: column;
  }
  .tab-section .tab-inside .nav-pills {
    width: 100%;
    padding: 15px;
    border-radius: 10px;
    gap: 10px;
  }
  .tab-section .tab-inside .nav-pills .nav-link {
    text-align: center;
    padding: 14px 20px;
    font-size: 15px;
  }
  .tab-section .tab-inside .nav-pills .nav-link.active {
    border-radius: 50px;
  }
  .tab-section .tab-inside .nav-pills .nav-link.active::after,
  .tab-section .tab-inside .nav-pills .nav-link.active::before {
    display: none;
  }
  .tab-section .tab-inside .tab-content {
    width: 100%;
    padding: 15px;
    margin-top: 20px;
  }
  .tab-section .tab-inside .tab-content .tab-pane .tab-content-div {
    flex-direction: column-reverse;
  }
  .tab-section .tab-inside .tab-content .tab-pane .content-div {
    width: 100%;
  }
  .tab-section .tab-inside .tab-content .tab-pane .img-div {
    width: 100%;
    border-radius: 10px;
    padding: 150px 0px;
  }
  .tab-section .tab-inside .tab-content .tab-pane .content-div p.title {
    font-size: 16px;
  }
  .tab-section .tab-inside .tab-content .tab-pane .content-div ul li h5 {
    font-size: 16.5px;
  }
  .tab-section .tab-inside .tab-content .tab-pane .content-div ul li p {
    font-size: 16px;
  }
  .tab-section .tab-inside .tab-content .tab-pane .content-div ul {
    gap: 15px;
  }
  .tab-section
    .tab-inside
    .tab-content
    .tab-pane
    .content-div
    a.tab-section-btn {
    font-size: 15px;
  }
  /* tab section End */
}
/* 420px End */

@media only screen and (min-width: 421px) and (max-width: 575px) {
  .slider {
    padding: 50px 0px;
  }
  .slider .row {
    flex-direction: column-reverse;
  }
  .slider .slide-epos-img {
    margin-top: 30px;
  }
  .slide-content h3 {
    font-size: 29px;
  }
  .slide-content h4 {
    font-size: 28px;
  }
  .slider .home-content {
    font-size: 16.5px;
  }
  .slide-content .home-btn-group {
    margin: 10px 0px;
  }
  .slide-content .home-btn-group a {
    font-size: 14px;
    padding: 6px 16px;
  }
  .slider .slider-lottie lottie-player {
    margin-top: 20px;
  }
  /* .features-control */
  .features-control {
    height: auto;
    padding: 30px 0px;
    background-image: none;
  }
  .features-control .feature-all {
    justify-content: center;
    gap: 30px;
  }
  .features-control p.sub-title br {
    display: none;
  }
  .features-control p.sub-title {
    font-size: 16px;
  }
  .features-control h4.title {
    font-size: 24px;
  }
  /* tab section start */
  .tab-section .tab-inside {
    height: auto;
    flex-direction: column;
  }
  .tab-section .tab-inside .nav-pills {
    width: 100%;
    padding: 15px;
    border-radius: 10px;
    gap: 10px;
  }
  .tab-section .tab-inside .nav-pills .nav-link {
    text-align: center;
    padding: 14px 20px;
    font-size: 15px;
  }
  .tab-section .tab-inside .nav-pills .nav-link.active {
    border-radius: 50px;
  }
  .tab-section .tab-inside .nav-pills .nav-link.active::after,
  .tab-section .tab-inside .nav-pills .nav-link.active::before {
    display: none;
  }
  .tab-section .tab-inside .tab-content {
    width: 100%;
    padding: 15px;
    margin-top: 20px;
  }
  .tab-section .tab-inside .tab-content .tab-pane .tab-content-div {
    flex-direction: column-reverse;
  }
  .tab-section .tab-inside .tab-content .tab-pane .content-div {
    width: 100%;
  }
  .tab-section .tab-inside .tab-content .tab-pane .img-div {
    width: 100%;
    border-radius: 10px;
    padding: 150px 0px;
  }
  .tab-section .tab-inside .tab-content .tab-pane .content-div p.title {
    font-size: 16px;
  }
  .tab-section .tab-inside .tab-content .tab-pane .content-div ul li h5 {
    font-size: 16px;
  }
  .tab-section .tab-inside .tab-content .tab-pane .content-div ul li p {
    font-size: 16px;
  }
  .tab-section .tab-inside .tab-content .tab-pane .content-div ul {
    gap: 15px;
  }
  .tab-section
    .tab-inside
    .tab-content
    .tab-pane
    .content-div
    a.tab-section-btn {
    font-size: 15px;
  }
  /* tab section End */
}
/* 575px End */

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .slider {
    padding: 50px 0px;
  }
  .slider .row {
    flex-direction: column-reverse;
  }
  .slider .slide-epos-img {
    margin-top: 30px;
  }
  .slide-content h3 {
    font-size: 28px;
  }
  .slide-content h4 {
    font-size: 26px;
  }
  .slider .home-content {
    font-size: 17px;
  }
  .slide-content .home-btn-group a {
    font-size: 14px;
  }
  .slider .slider-lottie lottie-player {
    margin-top: 30px;
  }
  .features-control {
    height: auto;
    padding: 30px 0px;
    background-image: none;
  }
  .features-control h4.title {
    font-size: 27px;
  }
  .features-control p.sub-title br {
    display: none;
  }
  .features-control p.sub-title {
    font-size: 16px;
  }
  .home-content {
    font-size: 16px;
  }
  ul.home-ul li {
    font-size: 16px;
  }
  .tab-section .tab-inside .nav-pills {
    width: 30%;
    padding: 10px 0px 10px 10px;
  }
  .tab-section .tab-inside .tab-content {
    width: 70%;
    padding: 0px 20px 20px 20px;
  }
  .tab-section .tab-inside .nav-pills .nav-link {
    padding: 18px 14px;
    font-size: 16px;
  }
  .tab-section .tab-inside .nav-pills .nav-link.active::after {
    right: -15px;
    bottom: -33px;
    background-size: 25px;
    width: 40px;
    height: 40px;
  }
  .tab-section .tab-inside .nav-pills .nav-link.active::before {
    right: -7px;
    top: -25px;
    width: 40px;
    height: 40px;
    background-size: 25px;
  }
  .tab-section .tab-inside {
    height: 535px;
  }
  .tab-section .tab-inside .tab-content .tab-pane .tab-content-div {
    flex-direction: column-reverse;
    justify-content: flex-end;
  }
  .tab-section .tab-inside .tab-content .tab-pane .content-div {
    width: 100%;
  }
  .tab-section .tab-inside .tab-content .tab-pane .img-div {
    display: none;
  }
  .tab-section .tab-inside .tab-content .tab-pane .content-div p.title {
    font-size: 16px;
  }
  .tab-section .tab-inside .tab-content .tab-pane .content-div ul li h5 {
    font-size: 16px;
  }
  .tab-section .tab-inside .tab-content .tab-pane .content-div ul li p {
    font-size: 16px;
  }
  .tab-section .tab-inside .tab-content .tab-pane .content-div ul {
    gap: 15px;
  }
  .tab-section
    .tab-inside
    .tab-content
    .tab-pane
    .content-div
    a.tab-section-btn {
    font-size: 15px;
  }
  .home-title {
    font-size: 27px;
  }
  .accordion-img .heading h3 {
    font-size: 27px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider {
    padding: 45px 0px 30px 0px;
  }
  .slide-content h3 {
    font-size: 28px;
  }
  .slide-content h3 br {
    display: block;
  }
  .slide-content h4 {
    font-size: 26px;
  }
  .slider .home-content {
    font-size: 17px;
  }
  .slide-content .home-btn-group a {
    font-size: 14px;
  }
  .slider .slider-lottie lottie-player {
    margin-top: 30px;
  }
  .features-control {
    height: 465px;
    padding: 30px 0px;
    background-repeat: no-repeat;
    background-position: bottom -30px center;
  }
  .features-control .feature-all .feature-box img {
    width: 35px;
    height: 35px;
  }
  .features-control .feature-all .feature-box p {
    color: #000000;
    font-size: 14px;
    text-align: center;
    margin: 10px 0px 0px 0px;
  }
  .features-control .feature-all .feature-box {
    width: 100px;
    padding: 12px 12px;
  }
  .features-control h4.title {
    font-size: 27px;
  }
  .features-control p.sub-title br {
    display: none;
  }
  .features-control p.sub-title {
    font-size: 16px;
  }
  .home-content {
    font-size: 16px;
  }
  ul.home-ul li {
    font-size: 16px;
  }
  .tab-section .tab-inside .nav-pills {
    width: 22%;
    padding: 10px 0px 10px 10px;
  }
  .tab-section .tab-inside .tab-content {
    width: 78%;
    padding: 0px 0px 0px 12px;
    /* border: 3px solid #1e8160;
    border-left: none; */
  }
  .tab-section .tab-inside .nav-pills .nav-link {
    padding: 14px 12px;
    font-size: 15.5px;
  }
  .tab-section .tab-inside .nav-pills .nav-link.active::after {
    right: -15px;
    bottom: -33px;
    background-size: 25px;
    width: 40px;
    height: 40px;
  }
  .tab-section .tab-inside .nav-pills .nav-link.active::before {
    right: -7px;
    top: -25px;
    width: 40px;
    height: 40px;
    background-size: 25px;
  }
  .tab-section .tab-inside {
    height: 680px;
  }
  .tab-section .tab-inside .tab-content .tab-pane .tab-content-div {
    flex-direction: column;
  }
  .tab-section .tab-inside .tab-content .tab-pane .content-div {
    width: 100%;
    padding-right: 12px;
  }
  .tab-section .tab-inside .tab-content .tab-pane .img-div {
    width: 98%;
    margin: 10px 0px;
  }
  .tab-section .tab-inside .tab-content .tab-pane .img-div.franch {
    background-position: top center;
  }
  .tab-section .tab-inside .tab-content .tab-pane .content-div p.title {
    font-size: 17px;
    padding-top: 12px;
  }
  .tab-section .tab-inside .tab-content .tab-pane .content-div ul li h5 {
    font-size: 17px;
  }
  .tab-section .tab-inside .tab-content .tab-pane .content-div ul li p {
    font-size: 15.5px;
  }
  .tab-section .tab-inside .tab-content .tab-pane .content-div ul {
    gap: 15px;
  }
  .tab-section
    .tab-inside
    .tab-content
    .tab-pane
    .content-div
    a.tab-section-btn {
    font-size: 15px;
  }
  .home-title {
    font-size: 27px;
  }
  .slide-content h1.home-title br {
    display: block;
  }
  .accordion-img .heading h3 {
    font-size: 27px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider {
    padding: 45px 0px 30px 0px;
  }
  .slide-content h3 {
    font-size: 30px;
  }
  .slide-content h4 {
    font-size: 28px;
  }
  .slider .home-content {
    font-size: 17px;
  }
  .slide-content .home-btn-group {
    margin: 15px 0px;
  }
  .slide-content .home-btn-group a {
    font-size: 14px;
    padding: 8px 16px;
  }
  .features-control {
    background-repeat: no-repeat;
    background-position: bottom -40px center;
    height: 485px;
  }
  .features-control .feature-all .feature-box {
    padding: 16px 10px;
    width: 105px;
  }
  .features-control .feature-all .feature-box p {
    font-size: 14px;
    margin: 12px 0px 0px 0px;
  }
  .tab-section .tab-inside .tab-content .tab-pane .content-div ul {
    gap: 15px;
  }
  .tab-section .tab-inside .tab-content .tab-pane .content-div p.title {
    font-size: 18px;
  }
  .tab-section .tab-inside .tab-content .tab-pane .content-div ul li p {
    font-size: 15.7px;
  }
  .tab-section .tab-inside .tab-content .tab-pane .content-div ul li h5 {
    font-size: 17px;
  }
  .tab-section .tab-inside .tab-content .tab-pane .content-div ul {
    gap: 25px;
  }
  .tab-section
    .tab-inside
    .tab-content
    .tab-pane
    .content-div
    a.tab-section-btn {
    font-size: 15px;
  }
  .tab-section .tab-inside .nav-pills .nav-link {
    font-size: 17px;
  }
  .tab-section .tab-inside .nav-pills {
    padding: 30px 0px 30px 40px;
    width: 22%;
  }
  .tab-section .tab-inside {
    height: 715px;
  }
  .tab-section .tab-inside .tab-content {
    width: 78%;
  }
  .tab-section .tab-inside .tab-content .tab-pane .content-div {
    width: 32%;
  }
  .tab-section .tab-inside .tab-content .tab-pane .img-div {
    width: 68%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .slider {
    padding: 60px 0px 30px 0px;
  }
  .features-control {
    background-repeat: no-repeat;
    height: 500px;
    background-position: bottom -35px center;
  }
  .slide-content h3 {
    font-size: 34px;
  }
  .slide-content h4 {
    font-size: 32px;
  }
  .slider .home-content {
    font-size: 17px;
  }
}

@media only screen and (min-width: 1701px) and (max-width: 1900px) {
  .features-control {
    background-repeat: no-repeat;
    height: 670px;
    background-position: bottom -35px center;
  }
}
@media only screen and (min-width: 1901px) and (max-width: 2000px) {
  .features-control {
    height: 705px;
    background-position: bottom -35px center;
  }
}
@media only screen and (min-width: 2001px) and (max-width: 2200px) {
  .features-control {
    height: 780px;
    background-position: bottom -35px center;
  }
}
/*  Responsive Design End */

/* New Home Design Style End */
/* ******************************************** */

@media only screen and (min-width: 421px) and (max-width: 575px) {
  .features-control .feature-all .feature-box p {
    font-size: 13px;
  }
  .features-control .feature-all {
    gap: 8px;
  }
  .features-control .feature-all .feature-box {
    width: 93px;
  }
  .features-control .feature-all .feature-box img {
    width: 30px;
    height: 30px;
  }
}
@media only screen and (min-width: 429px) and (max-width: 575px) {
}

/* Responsive New Tab Section Start */

.bt-responsive {
  padding: 50px 0px;
}
.bt-responsive #bt-res-acc {
}
.bt-responsive #bt-res-acc .card {
  background-color: #1e8060;
  padding: 0px;
  border: 1px solid #1d7c5d;
}
.bt-responsive #bt-res-acc .card .card-header {
  padding: 0px;
}
.bt-responsive #bt-res-acc .card .card-header h2 {
}
.bt-responsive #bt-res-acc .card .card-header h2 button {
  text-decoration: none;
  font-family: "Metropolis Bold";
  border: none;
  font-size: 17px;
  padding: 10px;
  color: #ffffff;
  border-bottom: 1px solid #0b8a61;
  border-radius: 0px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.bt-responsive #bt-res-acc .card .card-header h2 button:hover {
  color: #ffffff;
}
.bt-responsive #bt-res-acc .card .card-header h2 button.collapsed::after {
  content: "\25B8";
  display: inline-block;
  font-size: 20px;
  font-weight: 100;
  margin-right: 10px;
  line-height: normal;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.bt-responsive #bt-res-acc .card .card-header h2 button::after {
  content: "\25B8";
  display: inline-block;
  font-size: 20px;
  font-weight: 100;
  margin-right: 10px;
  line-height: normal;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
/* card body */
.bt-responsive #bt-res-acc .card .collapse {
}
.bt-responsive #bt-res-acc .card .collapse.show {
}
.bt-responsive #bt-res-acc .card .collapse .card-body {
  padding: 10px !important;
  background: #ffffff;
}
.bt-responsive #bt-res-acc .card .collapsing .card-body {
  padding: 10px !important;
}
.bt-responsive #bt-res-acc .card .card-body .tab-content-div {
  display: flex;
  flex-direction: column-reverse;
  height: 100%;
  justify-content: space-between;
}
.bt-responsive #bt-res-acc .card .card-body .tab-content-div p.title {
  font-size: 17px;
  padding-top: 15px;
}
.bt-responsive #bt-res-acc .card .card-body .tab-content-div ul {
  list-style-type: none;
  padding: 0px;
  margin: 0px 0px 20px 0px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.bt-responsive #bt-res-acc .card .card-body .tab-content-div ul li {
  margin: 0px;
}
.bt-responsive #bt-res-acc .card .card-body .tab-content-div ul li h5 {
  color: #000000;
  font-family: "Metropolis Bold";
  font-size: 17.5px;
  margin-bottom: 5px;
}
.bt-responsive #bt-res-acc .card .card-body .tab-content-div ul li p {
  margin: 0px;
  font-size: 15.5px;
}
.bt-responsive #bt-res-acc .card .card-body .tab-content-div a.tab-section-btn {
  font-size: 15px;
  padding: 14px 20px 12px 20px;
  background-color: #C1253C;
  color: #ffffff;
  font-family: "Metropolis Bold";
  width: 100%;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  line-height: normal;
  border-radius: 5px;
}
.bt-responsive #bt-res-acc .card .card-body .tab-content-div .img-div {
  width: 100%;
  padding: 150px 0px;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
}
.bt-responsive #bt-res-acc .card .card-body .tab-content-div .img-div.resta {
  background-image: url(../../img/new-home/restaimg.jpg);
}
.bt-responsive #bt-res-acc .card .card-body .tab-content-div .img-div.takeaway {
  background-image: url(../../img/new-home/takeaway.jpg);
}
.bt-responsive #bt-res-acc .card .card-body .tab-content-div .img-div.convine {
  background-image: url(../../img/new-home/convenience.jpg);
}
.bt-responsive #bt-res-acc .card .card-body .tab-content-div .img-div.franch {
  background-image: url(../../img/new-home/franchises.jpg);
}
.bt-responsive #bt-res-acc .card .card-body .tab-content-div .img-div.cafe {
  background-image: url(../../img/new-home/cafe.jpg);
}
/* Responsive New Tab Section End */

@media only screen and (min-width: 768px) {
  .bt-responsive {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .tab-section {
    display: none;
  }
}
