/*==============================================
 Website Name: Peer Connect
    Description: Online petrol sale and purchase
    Version: 1.0.0
    Author: Fusion Informatis
================================================*/

/*=============================================
Rubik Font Family
===============================================*/
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
/*=============================================
Global Declaration
===============================================*/

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  -moz-osx-font-smoothing: grayscale;
  /* Firefox */
  -webkit-font-smoothing: antialiased;
  /* WebKit  */
}

body {
  margin: 0;
  padding: 0;
  font-family: "Inter", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 0.9rem;
  color: #303030;
  /* background-color: #E2E2E2; */
}

.bodytop {
  padding-top: 97px;
}

a {
  text-decoration: none;
  transition: all 500ms ease;
  color: #ff5200;
  cursor: pointer;
}

a:hover {
  color: #ff5200;
  text-decoration: none;
  outline: none;
}

strong {
  font-weight: 700;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins", sans-serif;
}

.text-muted {
  color: #9a9a9a !important;
}

section {
  padding-top: 40px;
  padding-bottom: 40px;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

ul.unorder {
  padding-left: 16px;
  margin-bottom: 15px;
}

ul.unorder li {
  list-style-type: disc;
  margin-bottom: 5px;
}

.w-40 {
  width: 40%;
}

.w-50 {
  width: 50%;
}

.w-90 {
  width: 90% !important;
}

.width50 {
  width: 50%;
}

.w-75 {
  width: 75%;
}

.body-gray {
  background-color: #e5e5e5;
}

.pl-16 {
  padding-left: 16px;
}

.desktop-hide {
  display: none;
}

.dtext-end {
  text-align: right;
}

.block {
  display: block !important;
  width: 100% !important;
}

figcaption {
  margin-top: 5px;
}

.table thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid hsl(0, 0%, 87%);
}

.container-fluid {
  padding-left: 50px;
  padding-right: 50px;
}

.text-elipsis {
  white-space: nowrap;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}

.two-ellipsis {
  display: block;
  display: -webkit-box;
  max-width: 100%;
  height: 29px;
  margin: 0 auto;
  font-size: 14px;
  line-height: 1;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

/*=============================
Typography
==============================*/
.largetitle {
  font-size: 2.5rem;
  font-weight: 600;
}

.section-heading {
  font-size: 2.5rem;
  font-weight: 600;
}

.Mediumtitle {
  font-size: 1.8rem;
  font-weight: 600;
}
.Smalltitle {
  font-size: 1.5rem;
  font-weight: 600;
}
ul.list {
  padding-left: 1rem;
  list-style-type: disc;
}

ul.list li {
  list-style-type: disc;
}

ul.CuisineList li {
  display: block;
  padding: 10px 0;
  border-bottom: 1px solid #d9d9d9;
}

ul.CuisineList li:last-child {
  border-bottom: none;
}

/*==============================
Margin / padding / listign class Css
================================*/
.mrtb-35 {
  margin-top: 35px;
  margin-bottom: 35px;
}

.m-0 {
  margin: 0px;
}

.mr-1 {
  margin-right: 0.8rem;
}

.mr-2 {
  margin-right: 2rem;
}

.mr-3 {
  margin-right: 3rem;
}

.mr-4 {
  margin-right: 4rem;
}

.mr-5 {
  margin-right: 5rem;
}

.ml-1 {
  margin-left: 0.8rem;
}

.ml-2 {
  margin-left: 2rem;
}

.ml-3 {
  margin-left: 3rem;
}

.ml-4 {
  margin-left: 4rem;
}

.ml-5 {
  margin-left: 5rem;
}

.mb-6 {
  margin-bottom: 4.8rem;
}

.ml-8-5 {
  margin-left: 8.5rem;
}

.pe-6 {
  padding-right: 6rem !important;
}

.pb-8 {
  padding-bottom: 8rem;
}

.desktop-end {
  text-align: end;
}

.rounded {
  border-radius: 0.75rem !important;
}

.full-rounded {
  border-radius: 20rem !important;
}

.min-height-342 {
  min-height: 342px;
}

ul.circle-list {
  padding-left: 20px;
}

ul.circle-list li {
  list-style-type: disc;
  margin-top: 5px;
}

.light-gray {
  background-color: #f5f5f5;
}

.orangebg {
  background-color: #ff8d10;
}

.inline-block {
  display: inline-block;
}

.background-attach {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.min-height-965 {
  min-height: 965px;
}

.min-height370 {
  min-height: 370px;
}

.bg-gray {
  background-color: #faf2ff;
}

.bg-gray2 {
  background-color: #f8fcff;
}

.bg-light-blue {
  background-color: #dec8f5 !important;
}

.bg-light-yellow {
  background-color: #fff4d3 !important;
}

.bg-light-green {
  background-color: #def9dd !important;
}

.box-shadow-none {
  box-shadow: none !important;
}

.page-header {
  background-color: #ff5200;
  padding: 5rem 0;
  color: #fff;
}

.section-gradient {
  background: linear-gradient(0deg, #f8fcff 0%, rgba(250, 253, 255, 0) 100%);
}

.mob-display {
  display: none;
}

ul.lnline li {
  display: inline-block !important;
}

ul.circlebullet {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

ul.circlebullet li {
  list-style-type: none;
  margin-bottom: 15px;
  position: relative;
  padding-left: 30px;
  display: block;
}

ul.circlebullet li::before {
  content: "\F287";
  position: absolute;
  top: 0;
  left: 0;
  font-size: 1rem;
  color: #d9d9d9;
  font-family: "bootstrap-icons";
}

ul.tickbullet1 {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

ul.tickbullet1 li {
  list-style-type: none;
  margin-bottom: 15px;
  position: relative;
  padding-left: 30px;
  width: 24.5%;
  display: inline-block;
}

ul.tickbullet1 li::before {
  content: "\F26A";
  position: absolute;
  top: 0;
  left: 0;
  font-size: 1rem;
  color: #f58000;
  font-family: "bootstrap-icons";
}

.img-thumbnail-1 {
  padding: 1rem;
  background-color: #f4f4f4;
  border: 1px solid #e8e8e8;
  border-radius: 5px;
  max-width: 100%;
  height: auto;
}

.text-justify {
  text-align: justify;
}

.imground-tl-bl {
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}

.min-height150 {
  min-height: 150px;
}

ul.searchby li {
  margin-right: 15px;
  list-style-type: none;
  display: inline-block;
}

ul.searchby li a {
  padding: 15px;
  text-align: center;
  display: inline-block;
  box-shadow: 0px 15px 44px rgb(13 15 28 / 12%);
  border-radius: 6px;
  min-width: 160px;
  color: #000f22;
}

ul.searchby li a i {
  font-size: 3rem;
  color: #f48c06;
}

ul.searchby li a:hover {
  color: #fff;
  background-color: #f48c06;
}

ul.searchby li a:hover i {
  color: #fff;
}

ul.googleresult li {
  list-style-type: none;
  border-bottom: 1px solid #e4e4e4;
  padding: 8px 0;
}

ul.googleresult li p {
  margin-bottom: 0;
  font-size: 14px;
}

.f-h-1 {
  height: 0.25rem !important;
}

.text-success {
  color: #1bbb93 !important;
}

.text-yellow {
  color: #fbaf45;
}

.text-red {
  color: #f15238;
}

.bg-success,
.bg-success-hover:hover {
  background-color: #19b8a2 !important;
}

.fw-bolder {
  font-weight: 500 !important;
}

.locationList {
  padding: 0.7rem 1rem;
  border-radius: 12px;
  border: 1px solid #d9d9d9;
  margin-bottom: 20px;
  cursor: pointer;
  position: relative;
}

.locationList p {
  margin-bottom: 0px;
}

.locationList::before {
  position: absolute;
  content: "\F285";
  font-family: "bootstrap-icons";
  top: 35%;
  right: 15px;
}

.dotted-border {
  display: block;
  width: 100%;
  height: 1px;
  border-bottom: 1px dotted #d9d9d9;
  margin-top: 15px;
  margin-bottom: 15px;
}

/*====================================
Header and responsive mobile menu
======================================*/
.header {
  background: transparent;
  /* box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.1); */
  position: fixed;
  z-index: 999;
  width: 100%;
  top: 0;
  -webkit-transition: all ease-out 0.5s;
  -moz-transition: all ease-out 0.5s;
  -o-transition: all ease-out 0.5s;
  transition: all ease-out 0.5s;
}

@media (min-width: 992px) {
  /* .offcanvas {
    visibility      : visible;
    position        : relative;
    background      : none;
    border          : none;
    justify-content : end;
    color           : red;
  } */
}

@media (max-width: 992px) {
  .offcanvas {
    width: 250px !important;
    background-color: #fff;
  }

  .offcanvas-start-lg {
    top: 0;
    left: 0;
    border-right: 1px solid rgba(0, 0, 0, 0.2);
    transform: translateX(-100%);
  }
}

.navbar-dark {
  background-color: #142733;
}

.navbar-dark .navbar-nav li a {
  color: #fff !important;
  font-size: 14px;
  font-weight: 400;
}

.hamburger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 30px;
  height: 20px;
  cursor: pointer;
}

.hamburger div {
  -ms-flex-item-align: end;
  align-self: flex-end;
  height: 2px;
  width: 100%;
  background: #000;
  border-radius: 2px;
}

.hamburger .meat {
  width: 75%;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

.hamburger .bottom-bun {
  width: 100%;
  -webkit-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}

.hamburger:hover div,
.hamburger.active div {
  width: 100%;
}

.hamburger:hover .top-bun,
.hamburger.active .top-bun {
  -webkit-animation: burger-hover 1s infinite ease-in-out alternate;
  animation: burger-hover 1s infinite ease-in-out alternate;
}

.hamburger:hover .meat,
.hamburger.active .meat {
  -webkit-animation: burger-hover 1s infinite ease-in-out alternate forwards
    200ms;
  animation: burger-hover 1s infinite ease-in-out alternate forwards 200ms;
}

.hamburger:hover .bottom-bun,
.hamburger.active .bottom-bun {
  -webkit-animation: burger-hover 1s infinite ease-in-out alternate forwards
    400ms;
  animation: burger-hover 1s infinite ease-in-out alternate forwards 400ms;
}

@-webkit-keyframes burger-hover {
  0% {
    width: 100%;
  }

  50% {
    width: 50%;
  }

  100% {
    width: 100%;
  }
}

@keyframes burger-hover {
  0% {
    width: 100%;
  }

  50% {
    width: 50%;
  }

  100% {
    width: 100%;
  }
}

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 1);
  border-color: transparent;
  margin-right: 15px;
}

.navbar-toggler:focus {
  box-shadow: none;
}

.top-header {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  background-color: #ff5200;
}

ul.top-nav li {
  display: inline-block;
}

ul.top-nav li a {
  display: block;
  color: #161616;
  padding-left: 10px;
  padding-right: 10px;
}

.header-social-link {
  position: relative;
  display: flex;
  align-items: center;
}

.header-social-link .title {
  position: relative;
  display: block;
}

.header-social-link .title h6 {
  color: #ffffff;
  font-size: 15px;
  line-height: 22px;
  margin-bottom: 0px;
}

.header-social-link .social-link {
  position: relative;
  display: block;
  padding-left: 30px;
}

.header-social-link .social-link ul {
  overflow: hidden;
}

.header-social-link .social-link ul li {
  position: relative;
  display: block;
  float: left;
  margin-right: 15px;
  line-height: 30px;
}

.header-social-link .social-link ul li a {
  color: rgba(255, 255, 255, 0.5);
  font-size: 15px;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.header-social-link .social-link ul li a:hover {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding-top: 0.3rem;
  padding-bottom: 0.3rem;
}

.navbar-light .navbar-nav .nav-link {
  color: #1d1d1d;
  display: block;
  text-align: center;
  padding-right: 1rem;
  padding-left: 1rem;
  font-weight: 500;
  font-size: 0.95rem;
}

/* .navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
  color: #FFF;
} */

.navbar-light .navbar-nav .nav-link.active.dropdown-toggle::after {
  transform: rotate(270deg);
}

.pipe {
  color: #d9d9d9;
}

.navbar-expand-lg .navbar-nav .dropdown-toggle::after {
  font-family: "bootstrap-icons";
  content: "\F282";
  /* chevron down */
  font-size: 0.8em;
  border-top: 0;
  border-right: 0;
  border-left: 0;
  position: relative;
  top: 4px;
  font-weight: bolder;
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
  border: none;
  padding: 15px;
  min-width: 240px;
  background-color: #fff;
}

.navbar-expand-lg .navbar-nav .dropdown-menu .dropdown-item {
  color: #303030;
  position: relative;
  font-size: 14px;
  padding: 10px 15px 10px 25px;
  border-bottom: 1px solid rgba(194, 194, 194, 0.2);
}

.navbar-expand-lg .navbar-nav .dropdown-menu .dropdown-item:hover {
  color: #303030;
  background-color: transparent;
}

/* .navbar-expand-lg .navbar-nav .dropdown-menu .dropdown-item:hover::after{
  content: "";
  position: absolute;
  width: 20px;
  height: 2px;
  top: 20px;
  left: 0;
  background-color: #FFF;
 } */
.navbar-nav.dropdown:hover ul.dropdown-menu {
  display: block;
}

ul.top-menu {
  margin: 0;
  padding: 0;
  list-style-type: none;
  float: left;
}

ul.top-menu li {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-block;
  position: relative;
}

ul.top-menu li::before {
  content: "";
  position: absolute;
  top: 4px;
  right: 0;
  bottom: 4px;
  width: 1px;
  background: #ffffff;
  opacity: 0.2;
}

ul.top-menu li:last-child:before {
  display: none;
}

ul.top-menu li a {
  display: block;
  padding: 0rem 1rem;
  color: #fff;
  font-size: 0.8rem;
}

ul.top-menu li a i {
  font-size: 1rem;
  margin-right: 0.5rem;
}

ul.top-menu li .dropdown > .btn {
  color: #fff;
}

.notification-dropdown .indicator,
ul.top-menu li a .indicator {
  position: absolute;
  width: 18px;
  height: 18px;
  border-radius: 100%;
  top: -4px;
  background-color: #1bbb93;
  right: -4px;
  text-align: center;
  font-size: 0.6rem;
  line-height: 18px;
}

.circle-item {
  width: 38px;
  height: 38px;
  padding: 0px;
}

.dropdown-toggle-noarrow::after {
  display: none;
}

.min-width160 {
  min-width: 160px !important;
}

/* @media all and (min-width: 992px) {
	.navbar .nav-item .dropdown-menu{ display: none; }
	.navbar .nav-item:hover .nav-link{   }
	.navbar .nav-item:hover .dropdown-menu{ display: block; }
	.navbar .nav-item .dropdown-menu{ margin-top:0; }
} */
@media all and (min-width: 992px) {
  .navbar .dropdown-menu-end {
    right: 0;
    left: auto;
  }

  .navbar .nav-item .dropdown-menu {
    display: block;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
    margin-top: 0;
  }

  .navbar .dropdown-menu.fade-down {
    top: 80%;
    transform: rotateX(-75deg);
    transform-origin: 0% 0%;
  }

  .navbar .dropdown-menu.fade-up {
    top: 180%;
  }

  .navbar .nav-item:hover .dropdown-menu {
    transition: 0.3s;
    opacity: 1;
    visibility: visible;
    top: 100%;
    transform: rotateX(0deg);
  }
}

.height75 {
  height: 75px;
}

.menu-padding {
  padding-left: 50px;
  padding-right: 50px;
}

.btn-cart {
  color: #ff5200 !important;
  border-color: #fff1eb;
  background: #fff1eb;
}

.active-header {
  background-color: rgba(255, 255, 255);
  /* box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.1); */
  -webkit-box-shadow: 0 15px 40px -20px rgba(40, 44, 63, 0.15);
  box-shadow: 0 15px 40px -20px rgba(40, 44, 63, 0.15);
}

.active-header .btn-cart {
  color: #fff !important;
  border-color: #ff5200;
  background: #ff5200;
}

.active-header .navbar-light .navbar-nav .nav-link:hover,
.active-header .navbar-light .navbar-nav .nav-link.active {
  color: #ff5200;
}

.active-header .loactionshow {
  color: #303030;
}

/*===========================
Location show
============================*/
.loactionshow {
  width: fit-content;
  max-width: 300px;
  padding: 1rem;
  background-color: transparent;
  border-radius: 100px;
  cursor: pointer;
  color: #fff;
}

/*===========================
Button CSS
============================*/

.btn-light-bg {
  color: #ff5200 !important;
  border-color: #fff1eb;
  background: #fff1eb;
  border-radius: 5px;
}

.btn-light-bg:hover {
  color: #ff5200 !important;
  background-color: #fff1eb;
  border-color: #fff1eb;
}

.btn-primary {
  color: #fff !important;
  border-color: #ff5200;
  background: #ff5200;
  border-radius: 5px;
}

.btn-primary:hover {
  color: #fff !important;
  background-color: #ff5200;
  border-color: #ff5200;
}

.btn-check:focus + .btn-primary,
.btn-primary:focus {
  color: #fff;
  background-color: #ff5200;
  border-color: #ff5200;
  box-shadow: 0 0 0 0.25rem rgba(202, 111, 255, 0.5);
}

.btn-dark {
  color: #fff;
  border-color: #142733;
  background: #142733;
  border-radius: 5px;
}

.btn-dark:hover {
  color: #fff !important;
  background-color: #0d191f;
  border-color: #0d191f;
}

.btn-blue {
  color: #fff;
  border-color: #004aac;
  background: #004aac;
  border-radius: 5px;
}

.btn-blue:hover {
  color: #fff !important;
  background-color: #004aac;
  border-color: #004aac;
}

.searchbtn {
  background: #ff5200;
  color: #fff;
  padding: 0.75rem 1.2rem;
}

.searchbtn:hover {
  color: #fff;
}

.arrow-btn {
  color: #ff5200;
  border-color: #ff5200;
}

.arrow-btn::after {
  display: inline-block;
  padding-left: 8px;
  content: "➞";
  transition: transform 0.3s ease-out;
}

.arrow-btn:hover {
  color: #ff5200;
}

.arrow-btn:hover::after {
  transform: translateX(4px);
}

.arrow-link-btn::after {
  display: inline-block;
  padding-left: 8px;
  content: "➞";
  transition: transform 0.3s ease-out;
}

.arrow-link-btn:hover {
  color: #fff;
  color: #0f74b6;
}

.arrow-link-btn:hover::after {
  transform: translateX(4px);
}

.btn-lg,
.btn-group-lg > .btn {
  padding: 0.85rem 1rem;
  font-size: 1rem;
  border-radius: 0.3rem;
}

.btn-sm,
.btn-group-sm > .btn {
  padding: 0.25rem 0.5rem !important;
  font-size: 0.875rem !important;
  border-radius: 0.2rem !important;
}

.btn-link,
.btn-link:hover {
  font-weight: 500;
  color: #ff5200;
  text-decoration: none;
}

.btn-outline-primary {
  color: #ff5200;
  border-color: #ff5200;
}

.btn-outline-primary:hover {
  color: #fff;
  border-color: #ff5200;
  background-color: #ff5200;
}

.btn-default {
  color: #000;
  background-color: #f1f1f1;
  border-color: #dfdfdf;
}

.btn-circle {
  border-radius: 50px;
}

.menu-btn {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: black;
  color: white;
  text-align: center;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 5px 10px 0px,
    rgba(93, 141, 213, 0.2) 0px 2px 1px 0px;
  font-weight: 600;
  font-size: 0.93rem;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  text-transform: uppercase;
  will-change: transform;
  backface-visibility: hidden;
  transform: scale3d(1, 1, 1);
  transition: transform 0.25s ease-in-out;
  cursor: pointer;
  z-index: 9999;
}

.chat-toggle{
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 75px;
  height: 75px;
  border-radius: 50%;
  background: linear-gradient(135deg, #6a11cb 0%, #2575fc 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  z-index: 2147483647;
}

.chat-container{
  position: fixed;
  bottom: 110px;
  right: 30px;
  width: 380px;
  height: 520px;
  border: none;
  border-radius: 16px;
  box-shadow: 0 20px 60px rgba(0,0,0,0.3);
  display: none;
  z-index: 2147483646;
  overflow: hidden;
  background: #fff;
}

.chat-close{
  position: absolute;
  top: 8px;
  right: 8px;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 26px;
  height: 26px;
  font-size: 16px;
  cursor: pointer;
  line-height: 22px;
  color: #333;
  z-index: 2147483647;
}

.chat-box{
  width: 100%;
  height: 100%;
  border: none;
  border-radius: 16px;
  overflow: hidden;
  background: #fff;
}

.btn-check:checked + .btn-outline-secondary,
.btn-check:active + .btn-outline-secondary,
.btn-outline-secondary:active,
.btn-outline-secondary.active,
.btn-outline-secondary.dropdown-toggle.show {
  color: #fff;
  background-color: #000;
  border-color: #000;
}

.btn-apply-coupon {
  color: #000;
  border-color: #000;
  border-style: dashed;
  text-align: left;
}

.remove-coupon {
  position: absolute;
  top: 20px;
  right: 15px;
  font-size: 12px;
  font-weight: 600;
}

.callbtn {
  color: #fff !important;
  border-color: #2eaf6a;
  background: #2eaf6a;
  border-radius: 5px;
}

.delete-absolute {
  position: absolute;
  top: 15px;
  right: 15px;
}

.btn-outline-secondary {
  color: #000;
  border-color: #d9d9d9;
}

.btn-outline-secondary:hover {
  background-color: transparent;
  color: #000;
  border-color: #d9d9d9;
}

.btn-outline-secondary.dropdown-toggle.show {
  background-color: transparent;
  color: #000;
  border-color: #d9d9d9;
  box-shadow: none;
}

.btn-outline-secondary.dropdown-toggle.show:focus {
  box-shadow: none;
}

/*=============================
Heading Styles
===============================*/
.dark-green {
  color: #004c3f;
}

.light-green {
  color: #ff5200;
}

.text-dark {
  color: #000;
}

.darkgreen-bg {
  background-color: #004c3f;
}

.p-11 {
  font-size: 11px;
}

.p-12 {
  font-size: 12px !important;
}

.p-13 {
  font-size: 13px;
}

.p-14 {
  font-size: 14px;
}

.p-16 {
  font-size: 16px;
}

.p-18 {
  font-size: 18px !important;
}

.p-20 {
  font-size: 20px;
}

.p-22 {
  font-size: 22px;
}

.p-24 {
  font-size: 24px;
}

.p-28 {
  font-size: 28px;
}

.p-32 {
  font-size: 32px;
}

.p-44 {
  font-size: 44px;
}

.p-400 {
  font-weight: 400;
}

.p-500 {
  font-weight: 500;
}

.p-600 {
  font-weight: 600;
}

.p-700 {
  font-weight: 700;
}

.p-800 {
  font-weight: 800;
}

.capital-txt {
  text-transform: uppercase;
}

.text-elpsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
}

.verticle-twoline-textelpsis {
  display: block;
  display: -webkit-box;
  max-width: 100%;
  height: 34px;
  margin: 0 auto;
  line-height: 1.4;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.verticle-twoline-textelpsis1 {
  display: block;
  display: -webkit-box;
  max-width: 100%;
  height: 48px;
  margin: 0 auto;
  line-height: 1.4;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.verticle-twoline-textelpsis2 {
  display: block;
  display: -webkit-box;
  max-width: 100%;
  height: 44px;
  margin: 0 auto;
  line-height: 1.4;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.w-180 {
  width: 180px !important;
}

.w-300 {
  width: 300px !important;
}

.mlm-5 {
  margin-left: -5rem;
}

.sec-title h1,
.sec-title h2,
.sec-title h3,
.sec-title h4,
.sec-title h5,
.sec-title h6 {
  font-size: 36px;
  line-height: 1.2em;
  font-weight: 800;
  text-transform: none;
}

.sec-title p {
  font-weight: 600;
  margin-left: 15px;
  position: relative;
  color: #9f9f9f;
  margin-bottom: 10px;
  display: inline-block;
}

.sec-title p::before {
  width: 3px;
  height: 20px;
  content: "";
  position: absolute;
  top: 0;
  left: -10px;
  background-color: #ffca29;
}

.cursor-pointer {
  cursor: pointer;
}

.avtar150 {
  width: 150px;
  height: 150px;
  border-radius: 100%;
}

.avtar150 img {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  object-fit: cover;
}

/*================================
Login style
=================================*/
.orline {
  position: relative;
  width: 100%;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  margin: 0px 0px 1rem;
}

.line-style {
  border-top: none;
  border-right: none;
  border-left: none;
  border-image: initial;
  width: 100%;
  border-bottom: 1px solid #414141;
  padding: 0px;
}

.orcontent {
  position: absolute;
  padding: 0.1rem 0.6rem 0.5rem 0.5rem;
  background: rgb(255, 255, 255);
  font-size: 1.8rem;
  left: 50%;
  top: 5px;
  transform: translateX(-50%);
  color: rgb(105, 105, 105);
  font-size: 12px;
}

.Detect-current-location {
  background-color: transparent;
  border: 1px solid #d4d4d4;
  padding: 0.5rem 1rem;
  border-radius: 6px;
  display: block;
  cursor: pointer;
  margin-bottom: 1rem;
}

.Detect-current-location:hover {
  background-color: #f5f5f5;
}

/*=================================
Hero section
==================================*/
.hero {
  position: relative;
  background-color: #ff5200;
  color: #fff;
  padding-top: 15rem;
  padding-bottom: 5rem;
}

.hero .img-veggies {
  height: 450px !important;
  width: 250px !important;
  position: absolute;
  left: 0;
  top: 5rem;
}

.hero .img-foodies {
  height: 450px !important;
  width: 250px !important;
  position: absolute;
  right: 0;
  top: 5rem;
}

.hero .hero-image-slider {
  position: absolute;
  top: 10%;
  right: 0;
}

#carouseHeroslider .carousel-caption {
  position: absolute;
  right: 15%;
  top: 40%;
  left: 15%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #fff;
  text-align: left;
  z-index: 1;
}

#carouseHeroslider .carousel-caption h1 {
  font-size: 36px;
  text-transform: uppercase;
  font-weight: 800;
}

#carouseHeroslider img {
  height: 560px;
}

.carousel-control-prev-icon {
  background-image: url("../img/slider-left-arrow.svg");
}

.carousel-control-next-icon {
  background-image: url("../img/slider-right-arrow.svg");
}

/* .carousel-inner:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(0deg, rgba(0,0,0,0.9), rgba(0,0,0,0.0) 100%);
  top: 0px;
  right: 0px;
  z-index: 1;
  opacity: 1;
} */
.overlay-body {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.9),
    rgba(0, 0, 0, 0) 100%
  );
  top: 0px;
  right: 0px;
  z-index: 1;
  opacity: 1;
}

.mt-12 {
  margin-top: 12rem;
}

.hero-searchbar {
  padding-top: 3rem;
}

.hero-searchbar .form-control-lg {
  font-size: 1rem;
  padding: 1rem;
}

.input-address-icon {
  position: absolute;
  top: 12px;
  left: 12px;
  color: #828282;
  font-size: 1.5rem;
}

.searc-icon-right {
  position: absolute;
  top: 12px;
  right: 15px;
  color: #828282;
  font-size: 1.5rem;
}

.searc-icon-back {
  position: absolute;
  top: 12px;
  left: 15px;
  color: #000000;
  font-size: 1.5rem;
  cursor: pointer;
}

/*===============================
USP CSS
================================*/
.blue-box {
  background-color: #ff5200;
  border-radius: 10px;
  color: #fff;
  padding: 25px;
  margin-bottom: 25px;
  cursor: pointer;
}

.blue-box i {
  font-size: 3rem;
}

.blue-box:hover {
  color: #ffca29;
}

/*===============================
icon box and bg colors
==================================*/
.circle-icon-box {
  display: inline-block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  border-radius: 50%;
}

.bg-blue {
  background: #ff5200;
}

.bg-lightyellow {
  background: #fbf4d8;
}

.bg-dark {
  background-color: #1f2021;
}

.color-red {
  color: #ed202b !important;
}

.color-orange {
  color: #ff5200 !important;
}

.outline-box {
  position: relative;
  display: block;
  padding: 15px 22px;
  border: 1px solid #ed202b;
  border-radius: 8px;
}

.count-text {
  font-size: 32px;
  font-weight: 600;
  color: #e7bd1a;
}

/*=============================
List Styling
===============================*/
ul.bullet-inline li {
  position: relative;
  display: inline-block;
  float: left;
  width: 50%;
  padding-left: 30px;
  padding-right: 30px;
  margin-bottom: 12px;
}

ul.bullet-inline li:before {
  position: absolute;
  content: "\F229";
  font-family: "bootstrap-icons";
  font-size: 16px;
  left: 0px;
  top: 0px;
  color: #ffca29 !important;
}

ul.list.style-two li {
  width: 100%;
}

ul.borderList li {
  border: 1px solid #d9d9d9;
  padding: 10px;
  margin-bottom: 10px;
  border-radius: 6px;
}
ul.List-disc li {
  list-style-type: disc;
}
/*==============================
callto action
===============================*/

.callto-action {
  padding: 60px 0;
  background-color: #ff5200;
  color: #fff;
  position: relative;
  margin-top: 40px;
}



.callto-action .backgroundImg {
  position: absolute;
  bottom: -3px;
  /* right: 10%; */
  overflow: hidden;
}

[dir="ltr"] .callto-action .backgroundImg {
  right: 10% !important;
  left: unset !important;
}

[dir="rtl"] .callto-action .backgroundImg {
  left: 10% !important;
  right:unset !important;
}

.trending-card {
  background-color: #fff;
  border-radius: 8px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  position: relative;
  border: 1px solid #e4e4e4;
}

.trending-card img {
  width: 225px;
  height: 150px;
  border-radius: 8px;
}

.calltoaction-img {
  position: absolute;
  bottom: 0;
  right: 5%;
}

/*=============================
Restaurant list page 
==============================*/
.Subheader {
  padding: 15px 0;
  background-color: #fff;
}

ul.Filternavitem li {
  display: inline-block;
  margin-right: 5px;
}

ul.Filternavitem li .form-check {
    display: block;
    padding: 0.50rem 1rem;
    border-radius: 100px;
    border: 1px solid #D9D9D9;
    color: #303030;
    font-size: 0.9rem;
    cursor: pointer;
}

ul.Filternavitem li .form-switch .form-check-input {
    width: 2em;
    margin-left: 0px;
    margin-right: 0.50rem;
}

ul.Filternavitem li a {
  display: block;
  padding: 0.5rem 1rem;
  border-radius: 100px;
  border: 1px solid #d9d9d9;
  color: #303030;
  font-size: 0.9rem;
}

ul.Filternavitem li a.active {
  background-color: #fcdfd8;
  border: 1px solid #f69881;
  color: #303030;
}

ul.Filternavitem li .dropdown-menu li {
  display: block;
  width: 100%;
}

ul.Filternavitem li .dropdown-menu li a {
  border: none;
  display: block;
  width: 100%;
  border-radius: 0;
}

.cuisinesitems-circle {
  background-color: #fff;
  border-radius: 100%;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  position: relative;
  border: 2px solid #e4e4e4;
  width: 150px;
  height: 150px;
  padding: 5px;
  margin-bottom: 5px;
  margin-left: 20px;
}

.cuisinesitems-circle img {
  width: 135px;
  height: 135px;
  border-radius: 100%;
}

.Flatcard {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border-radius: 0.25rem;
}

.box-shadow {
  box-shadow: 0 0 0.875rem 0 rgba(33, 37, 41, 0.05);
}

.card-border {
  border: 1px solid #d9d9d9;
}

.restaurant-logo-box {
  height: 90px;
}

.restaurant-img-top {
  height: 200px;
  width: 100%;
  display: block;
  border-top-left-radius: 0.75rem;
  border-top-right-radius: 0.75rem;
  position: relative;
}

.restaurant-img-top img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-top-left-radius: 0.75rem;
  border-top-right-radius: 0.75rem;
}

.restaurant-img-top .bottom-overlay {
  position: absolute;
  bottom: 0;
  width: 100%;
  display: block;
  align-content: end;
  text-align: left;
  padding-left: 12px;
  padding-right: 12px;
  padding-bottom: 8px;
  height: calc(100px);
  background: linear-gradient(rgba(27, 30, 36, 0) 0%, rgb(27, 30, 36) 84.21%);
}

.restaurant-img-top .bottom-overlay .offersdiv {
  position: relative;
  z-index: 1;
  color: #ffff;
}

.restaurant-img-top .bottom-overlay .offersdiv .boldtext {
  font-weight: 800;
  font-size: 1.3rem;
  line-height: 16px;
}

.restaurant-img-top .bottom-overlay .offersdiv .normaltext {
  font-weight: 400;
  font-size: 0.9rem;
}

.plans-badge {
  width: fit-content;
  height: 32px;
  border-radius: 100px;
  padding: 5px 10px;
  color: #fff;
  font-weight: 600;
  background-color: #004aac;
  text-align: center;
  font-size: 12px;
  margin-bottom: 5px;
  line-height: 24px;
}

.favorites-icon {
  width: 32px;
  height: 32px;
  border-radius: 100px;
  color: #303030;
  font-weight: 600;
  background-color: rgba(255, 255, 255, 0.9);
  text-align: center;
  font-size: 1.2rem;
  margin-bottom: 5px;
  line-height: 36px;
  position: absolute;
  top: 15px;
  right: 15px;
}

.favorites-icon .bi-heart-fill,
.bi-heart-fill {
  color: #ff0f13 !important;
}

.veg-check-input:checked {
  background-color: #34a853 !important;
  border-color: #34a853 !important;
}

.nonveg-check-input:checked {
  background-color: #f15238 !important;
  border-color: #f15238 !important;
}

#shopAccordian .shop-accordian {
  background-color: transparent !important;
  border: none !important;
}

#shopAccordian .shop-accordian .accordion-button {
  font-size: 2.5rem;
}

#shopAccordian .shop-accordian .accordion-button:not(.collapsed) {
  color: #000 !important;
}

.accordion-body {
  padding: 1rem 1.25rem;
  color: #000 !important;
}

.produt-image {
  position: relative;
  width: 100%;
  height: 170px;
  border-radius: 12px;
  text-align: center;
  margin-bottom: 5px;
}

.produt-image img {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 12px;
}

.button-postion {
  position: absolute;
  bottom: 15px;
  margin: auto;
  width: 100%;
}

.add-btn {
  background-color: #fff;
  border: 2px solid #ff5200;
  color: #ff5200;
  border-radius: 6px;
  font-weight: 600;
  padding: 0.3rem 2rem;
}

.add-btn:hover {
  border-color: #ff5200;
  color: #ff5200;
}

ul.ordercartList li {
  display: block;
  padding: 0.5rem 0rem;
}

.additems {
  font-weight: 600;
  color: #004aac;
}

ul.specialoffersList li {
  display: block;
  padding: 0.75rem 1rem;
  border-bottom: 1px dotted #d9d9d9;
  position: relative;
}

ul.specialoffersList li:last-child {
  border-bottom: none;
}

ul.specialoffersList li a {
  display: block;
  color: #000;
}

ul.specialoffersList li a:after {
  content: "\F285";
  font-family: "bootstrap-icons";
  position: absolute;
  top: 15px;
  right: 15px;
}

.fssailogo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.fssailogo .logo {
  height: 30px;
  width: 60px;
  margin-right: 16px;
}

.fssailogo .Licenseno {
  padding-top: 6px;
  margin-bottom: 0;
}

ul.shareLink li {
  display: inline-block;
}

ul.shareLink li a {
  display: block;
  padding: 0.75rem 1rem;
  text-align: center;
  border: 1px solid #d9d9d9;
  border-radius: 6px;
  font-size: 12px;
  color: #000;
  width: 84px;
  height: 80px;
  margin-right: 5px;
}

ul.shareLink li a img {
  display: block;
  margin: auto;
  margin-bottom: 10px;
}

.outof-stock,
.outof-stock .text-red,
.outof-stock .text-yellow {
  color: #7c7c7c !important;
}

.outof-stock img {
  opacity: 0.5;
}

.minheight-244 {
  min-height: 244px;
}

.restaurantoffers-carousel.owl-carousel .owl-item .item a > img {
  width: 100%;
  height: 300px;
}

/*==============================
Pills Tab
===============================*/
.nav-pills-bg {
  background-color: #e0ddee;
  border-radius: 10px;
}

.nav-pills .nav-link {
  background: none;
  border: 0;
  font-weight: 500;
  border-radius: 10px;
  position: relative;
  color: #000;
  z-index: 1;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #000;
}

/* .nav-pills .nav-link.active:before {
  position: absolute;
  content: '';
  background: #ed202b;
  width: 26px;
  height: 26px;
  left: 50%;
  bottom: -13px;
  transform: translateX(-50%) rotate(45deg);
  transition: all 500ms ease;
} */

.badge-new {
  background-color: #fcdfd8;
  color: #f15238;
}

.offer-badge {
  background-color: #e8e3f1;
}

ul.instructionList li {
  display: inline-block;
  margin-right: 5px;
}

ul.instructionList li a {
  display: block;
  border: 1px solid #d9d9d9;
  padding: 0.75rem;
  font-size: 12px;
  line-height: 14px;
  color: #707070;
  border-radius: 6px;
}

ul.instructionList li a i {
  display: block;
  font-size: 1rem;
  margin-bottom: 5px;
}

ul.instructionList li a.active {
  border-color: #ff5200;
  color: #ff5200;
}

.productdetailsImage {
  width: 100%;
  height: 320px;
  display: block;
}

.productdetailsImage img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/*==============================
Card Styling
===============================*/
.FlatCard {
  background-color: #fff;
  border-radius: 8px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  position: relative;
}

.card-header-rounded {
  background-color: white;
  border-radius: 8px 8px 0 0;
  border-bottom: 1px solid #d9d9d9;
  padding: 1rem;
}

.coupon-card {
  background-color: #fff;
  border-radius: 8px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  position: relative;
  padding-left: 50px;
  min-height: 144px;
}

.coupon-card .offer-text {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 47px;
  height: 144px;
  background-attachment: fixed;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("../img/Subtract.png");
  font-size: 1.5rem;
  font-weight: 700;
  color: #fff;
}

.coupon-card .offer-text .vertical {
  -ms-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -ms-transform-origin: right top 0;
  -moz-transform-origin: right top 0;
  -webkit-transform-origin: right top 0;
  transform-origin: right top 0;
  right: 36px;
  top: 15px;
  color: #ffffff;
  padding-top: 0vw;
  padding-right: 0vw;
  /* font-size: 1.6rem; */
  font-size: 20px;
  font-weight: 600;
  white-space: nowrap;
  text-transform: uppercase;
  cursor: vertical-text;
  position: absolute;
  display: block;
  height: auto;
  direction: ltr;
  z-index: 11;
}

.coupon-card hr {
  background-color: #b4b4b4 !important;
  margin: 0.68rem 0;
}

/*================================
Cart view
=================================*/
.Userdetails-carad {
  background-color: #fff;
  border-radius: 8px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  position: relative;
  margin-bottom: 15px;
}

.Userdetails-carad .card-body {
  padding: 2rem 2rem 2rem 3rem;
}

.Userdetails-carad .cardtitle {
  display: block;
}

.Userdetails-carad .cardtitle h2 {
  font-weight: 600;
  font-size: 1.2rem;
  margin-bottom: 0px;
}

.Userdetails-carad .icon-box {
  position: absolute;
  top: 20px;
  left: -15px;
  width: 38px;
  height: 38px;
  text-align: center;
  vertical-align: middle;
  background-color: #fff;
  color: #707070;
  font-size: 1.6rem;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.Userdetails-carad .icon-box.active {
  background-color: #000;
  color: #fff;
}

.Userdetails-carad .card-details {
  padding-top: 1.5rem;
}

.img120 {
  width: 120px;
  height: 120px;
  border-radius: 100px;
}

ul.addressList li {
  display: inline-block;
  max-width: 47%;
  min-width: 47%;
  border: 1px solid #d9d9d9;
  border-radius: 6px;
  padding: 1rem;
  margin-right: 15px;
  cursor: pointer;
  margin-bottom: 15px;
}

ul.addressList li:hover,
ul.addressList li.active {
  border-color: #004aac;
}

ul.cartorder-summaryList li {
  display: block;
  padding: 0.5rem 0;
}

.price-details-table {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 10px 0;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.price-details-table .price-title {
  max-width: 68%;
  font-size: 0.8rem;
}

.price-details-table span {
  font-size: 0.8rem;
}

.mode-type {
  padding: 7px 0px;
}

#tencountdown {
  text-align: center;
  display: inline;
  padding: 15px 5px;
  color: #fff;
  font-size: 1rem;
  font-weight: bold;
  text-decoration: none;
  background: rgb(52, 168, 83);
  background: linear-gradient(
    180deg,
    rgba(52, 168, 83, 1) 0%,
    rgba(52, 168, 83, 1) 50%,
    rgba(49, 141, 74, 1) 50%,
    rgba(49, 141, 74, 1) 100%
  );
  position: relative;
  border-radius: 6px;
}

/*================================
Frequently asked question
=================================*/
.askquestion-section {
  position: relative;
  background-color: #f8f5ee;
  background-image: url(../img/shape-17.png);
  background-repeat: no-repeat;
  background-position: bottom left;
  padding-top: 100px;
}

.accordion-button::after {
  flex-shrink: 0;
  width: 2rem;
  height: 2rem;
  margin-left: auto;
  content: "\F4FE";
  background-image: none;
  background-repeat: no-repeat;
  background-size: 1.25rem;
  transition: transform 0.2s ease-in-out;
  font-family: "bootstrap-icons";
  text-align: center;
  font-size: 1.5rem;
  line-height: 2rem;
  color: #000;
}

.accordion-button:not(.collapsed)::after {
  background-image: none;
  transform: rotate(0deg);
  content: "\F63B";
  font-family: "bootstrap-icons";
}

.accordion-item {
  background-color: transparent !important;
  border: 1px solid rgba(0, 0, 0, 0.125) !important;
  margin-bottom: 15px;
}

.accordion-button {
  background-color: transparent !important;
  font-weight: 600;
}

.accordion-button:not(.collapsed) {
  color: #ff5200 !important;
  background-color: #e7f1ff;
  box-shadow: none;
}

.accordion-body {
  padding: 1rem 1.25rem;
  color: #727272;
}

/*==============================
How it works
==================================*/

.howitworks-section {
  position: relative;
  background: #f8f5ee;
  padding-top: 80px;
  padding-bottom: 80px;
  z-index: 1;
}

.howitworks-section .pattern-layer {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
}

.howitworks-section .pattern-layer {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-repeat: repeat-x;
}

.howitworks-section .process-block .inner-box {
  position: relative;
  display: block;
  padding-left: 30px;
  padding-right: 30px;
}

.howitworks-section .process-block .inner-box .icon-box {
  position: relative;
  display: inline-block;
  width: 150px;
  height: 150px;
  line-height: 150px;
  text-align: center;
  border: 2px dashed rgba(255, 255, 255, 0.15);
  border-radius: 50%;
  margin-bottom: 25px;
  padding: 8px;
}

.howitworks-section .process-block .inner-box .icon-box .icon {
  position: relative;
  display: inline-block;
  width: 130px;
  height: 130px;
  line-height: 130px;
  background: #ed202b;
  font-size: 60px;
  color: #fff;
  text-align: center;
  border-radius: 50%;
  z-index: 1;
  transition: all 500ms ease;
}

.howitworks-section .process-block .inner-box:hover .icon-box .icon {
  color: #ed202b;
}

.howitworks-section .process-block .inner-box .icon-box .icon:before {
  position: absolute;
  content: "";
  background: #fff;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  transform: scale(0, 0);
  z-index: -1;
  border-radius: 50%;
  transition: all 500ms ease;
}

.howitworks-section .process-block .inner-box:hover .icon-box .icon:before {
  transform: scale(1, 1);
}

.howitworks-section .process-block .inner-box .icon-box span {
  position: absolute;
  left: -6px;
  top: -6px;
  width: 56px;
  height: 56px;
  line-height: 56px;
  background: #fff;
  text-align: center;
  border-radius: 50%;
  font-size: 20px;
  font-weight: 600;
  color: #222;
  font-family: "Montserrat", sans-serif;
  z-index: 1;
  transition: all 500ms ease;
}

.howitworks-section .process-block .inner-box:hover .icon-box span {
  box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 15%);
}

.howitworks-section .process-block .inner-box h3 {
  position: relative;
  display: block;
  font-size: 22px;
  line-height: 30px;
  color: #fff;
  margin-bottom: 15px;
}

.howitworks-section .process-block .inner-box p {
  color: #b5b5b5;
  line-height: 30px;
  margin-bottom: 0px;
}

.howitworks-section .process-block .inner-box .arrow {
  position: absolute;
  top: 70px;
  right: -60px;
  width: 103px;
  height: 15px;
  background-repeat: no-repeat;
}

/*================================
Latest News
=================================*/
.latest-newsbox {
  position: relative;
}

.latest-newsbox img {
  border-radius: 15px;
  height: 220px;
  width: 100%;
}

.latest-newsbox .authore {
  margin: 8px 0;
  padding-bottom: 10px;
  border-bottom: 1px solid #e4e4e4;
}

.news-description {
  position: relative;
}

.news-description .title a {
  font-size: 1rem;
  font-weight: 500;
  color: #000 !important;
}

.news-description .title a:hover {
  color: #ed202b !important;
}

.btn-one {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding-left: 40px;
  padding-right: 40px;
  background-color: transparent;
  color: #ffffff;
  font-size: 16px;
  line-height: 55px;
  font-weight: 600;
  text-transform: capitalize;
  border-radius: 30px;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  font-family: var(--thm-font-2);
  z-index: 2;
}

a.btn-one.style2.new {
  border: 2px solid #e5e5e5;
  margin-top: 20px;
}

.btn-one.style2 {
  color: #252628;
}

.btn-one:hover,
.btn-one:focus {
  color: #ffffff !important;
  background-color: #ed202b;
}

/*===============================
Programme Offered
================================*/
.content-figure {
  margin-top: 60px;
  width: calc(100% - -25px);
  float: left;
  margin-left: 30px;
  position: relative;
  z-index: 1;
}

.content-fluid {
  width: calc(100% + 5px);
  display: block;
  float: left;
  padding: 60px;
  color: #000;
  background-color: #f4f4f4;
}

.content-figure-right {
  margin-top: 60px;
  width: calc(100% - -5px);
  float: left;
  margin-right: 30px;
  position: relative;
  z-index: 1;
}

.content-fluid-left {
  width: calc(100% + 55px);
  display: block;
  float: left;
  padding: 60px;
  color: #000;
  background-color: #f4f4f4;
}

/*===============================
Progress bar and chart
===============================*/
.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 100px;
}

.progress-bar {
  border-radius: 100px;
  background-color: #ff5200;
}

/*================================
Footer CSS
=================================*/
.main-footer {
  position: relative;
  color: #303030;
  padding-top: 30px;
  background-color: #e9e9e9;
  font-size: 14px;
}

/* .main-footer:before {
  position: absolute;
  content: '';
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  display: block;

  z-index: -1;

} */

.address-line {
  margin-bottom: 16px;
}

.address-icon {
  float: left;
  display: block;
  margin-right: 10px;
  color: #303030;
}

.address-line p {
  overflow: hidden;
  display: block;
  margin-bottom: 0;
  line-height: 1.3;
  color: #707070;
}

.address-line1 {
  margin-bottom: 16px;
}

.address-icon1 {
  float: left;
  display: block;
  margin-right: 10px;
}

.address-line1 p {
  overflow: hidden;
  display: block;
  margin-bottom: 0;
  line-height: 1.5;
}

ul.socialmedia li {
  display: inline-block;
  margin-right: 5px;
}

ul.socialmedia li a {
  display: block;
  padding: 5px;
  color: #303030;
  font-size: 1.2rem;
  text-align: center;
}

ul.socialmedia li a:hover {
  color: #ff5200;
}

ul.quicklinks li {
  display: block;
  margin-top: 5px;
}

ul.quicklinks li a {
  display: block;
  color: #707070;
  font-size: 12px;
  font-weight: 400;
}

ul.quicklinks li a:hover {
  color: #ff5200;
}

.copyright-box {
  padding: 15px 0;
  border-top: 1px solid #8e8e8e;
  margin-top: 30px;
}

.copyright-box p {
  margin-bottom: 0px;
}

ul.gallery li {
  display: inline-block;
  width: 32%;
}

ul.gallery li a {
  display: block;
  padding: 4px 2px;
}

ul.gallery li a img {
  width: 100%;
  height: 100%;
}

/*===============================
Form Control CSS
=================================*/
.form-control {
  padding: 0.75rem 0.75rem;
}

.form-select {
  padding: 0.75rem 0.75rem;
}

.form-select-sm {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
}

.form-group {
  margin-bottom: 15px;
  position: relative;
}

.form-group label {
  margin-bottom: 5px;
}

.form-control::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #2b3d51;
  opacity: 0.5;
}

.form-control:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #2b3d51;
  opacity: 0.5;
}

.form-control::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #2b3d51;
  opacity: 0.5;
}

.input-icon {
  position: absolute;
  /* top: 35px; */
  top: 15px;
  right: 15px;
  color: #707070;
  cursor: pointer;
  font-size: 1rem;
}

.notification .form-control {
  font-size: 14px;
  border: none;
  background: #ffffff;
  border-radius: 4px;
  height: 44px;
}

select {
  color: black;
}

/* with the :focus here, we show grey when using the element */
select:required:invalid {
  color: #2b3d51;
  opacity: 0.5;
}

option[value=""][disabled] {
  display: none;
}

option {
  color: black;
}

.form-icon-left {
  position: absolute;
  top: 12px;
  left: 12px;
  color: #828282;
}

.form-icon-right {
  position: absolute;
  top: 12px;
  right: 12px;
  color: #828282;
}

.control-muted {
  color: #828282 !important;
}

.form-check-input:checked {
  background-color: #ff5200;
  border-color: #ff5200;
}

.email-box {
  background-color: #ffff;
  padding: 0.5rem;
  border-radius: 100px;
}

.email-box .form-control {
  border-color: transparent;
}

.email-box .btn {
  padding: 0.375rem 1rem;
  border-radius: 100px !important;
}

/*counter button code*/
.number {
  display: block;
  background-color: #fff;
  border: 2px solid #ff5200;
  width: fit-content;
  margin: auto;
  border-radius: 6px;
}

.Lolatynumber{
  display: flex !important;
}

.Lolatynumber .minus{
  padding: 20px 4px 8px 4px;
}

.Lolatynumber .plus{
  padding: 20px 4px 8px 4px;
}

.minus,
.plus {
  width: 24px;
  height: 34px;
  background: #ffff;
  border-radius: 6px;
  padding: 8px 4px 8px 4px;
  border: 1px solid transparent;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  line-height: 16px;
}

.counter-input {
  height: 34px;
  width: 40px;
  text-align: center;
  font-size: 1rem;
  font-weight: 600;
  border: 1px solid transparent;
  border-radius: 6px;
  display: inline-block;
  vertical-align: middle;
}

.dropdown-transparant {
  background-color: transparent;
}

.dropdown-transparant.dropdown-toggle::after {
  display: none;
}

.dropdown-transparant.dropdown-item {
  border: none;
}

/*===================================
Page header
=====================================*/
.pageheader {
  min-height: 350px;
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 0px 0px 100px 100px;
}

.overlay-header {
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  border-radius: 0px 0px 100px 100px;
  z-index: 1;
}

.page-header-content {
  padding: 2rem;
}

.PageheaderCard {
  z-index: 2;
  position: relative;
  background-color: #fff;
  opacity: 1;
  border-radius: 24px;
}

.PageheaderCard .card-body {
  padding: 1rem 2rem;
}

ul.distanceList li {
  list-style-type: none;
  display: inline-block;
  position: relative;
  padding-right: 15px;
}

ul.distanceList li::after {
  /* content: "\F309"; */
  position: absolute;
  right: 0px;
  top: 0px;
  font-family: "bootstrap-icons";
}

ul.distanceList li:last-child::after {
  display: none;
}

.shopNameTitle {
  font-weight: 600;
  font-size: 34px;
}

.rating-badge {
  display: block;
  width: fit-content;
  background-color: #004aac;
  border-radius: 6px;
  padding: 5px 10px;
  color: #fff;
  margin-bottom: 5px;
}

.breadcrumb {
  display: block;
  flex-wrap: wrap;
  padding: 0 0;
  margin-bottom: 1rem;
  list-style: none;
}

.breadcrumb a {
  color: #fff;
  font-weight: 400;
  font-size: 12px;
  line-height: 19px;
}

.breadcrumb-item.breadcrumb-item {
  color: #d9d9d9 !important;
  font-size: 12px;
  display: inline-block;
}

.breadcrumb-item + .breadcrumb-item::before {
  color: #d9d9d9;
}

.btn-white-circle {
  width: 42px;
  height: 42px;
  border-radius: 100px;
  text-align: center;
  font-size: 1.2rem;
  background-color: #fff;
  vertical-align: middle;
}

.icon-flipped {
  transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
}

/*===================================
Main category box
=====================================*/
.maincategory-box {
  display: block;
  position: relative;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  min-height: 350px;
  border-radius: 12px;
  cursor: pointer;
}

.maincategory-box img {
  display: block;
  position: relative;
  width: 100%;
  height: 350px;
  border-radius: 12px;
}

.maincategory-box .overlay-background {
  background: linear-gradient(
    360deg,
    rgba(0, 0, 0, 0.8) 30.18%,
    rgba(0, 0, 0, 0) 60.65%
  );
  opacity: 0.84;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  border-radius: 12px;
  padding: 2rem;
}

.maincategory-box .overlay-background .content {
  z-index: 1;
  position: absolute;
  bottom: 20px;
  color: #fff;
}

/*==================================
Modal / Offcanvas style
===================================*/
.modal-content {
  border-radius: 12px;
}

.close-absolute {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 1;
}

.offcanvas-end {
  opacity: 0;
  pointer-events: none;
  transform: translateX(100%);
  transition: all 0.4s ease;
}

.offcanvas-end.show {
  opacity: 1;
  pointer-events: all;
  transform: translateX(0);
}

.offcanvas-start {
  opacity: 0;
  pointer-events: none;
  transform: translateX(-100%);
  transition: all 0.4s ease;
}

.offcanvas-start.show {
  opacity: 1;
  pointer-events: all;
  transform: translateX(0);
}

.offcanvas-top {
  opacity: 0;
  pointer-events: none;
  transform: translateY(-100%);
  transition: all 0.4s ease;
}

.offcanvas-top.show {
  opacity: 1;
  pointer-events: all;
  transform: translateY(0);
}

.offcanvas-bottom {
  opacity: 0;
  pointer-events: none;
  transform: translateY(100%);
  transition: all 0.4s ease;
}

.offcanvas-bottom.show {
  opacity: 1;
  pointer-events: all;
  transform: translateY(0);
}

.weareclosedModal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-transition: all ease-out 0.5s;
  -moz-transition: all ease-out 0.5s;
  -o-transition: all ease-out 0.5s;
  transition: all ease-out 0.5s;
}

.weareclosedModal .modal-dialoge {
  align-items: center;
  text-align: center;
  position: relative;
  width: 300px;
  margin: 0.5rem;
  pointer-events: none;
  color: #fff;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}

.modal-close {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 1;
  width: 32px;
  height: 32px;
  border-radius: 100px;
  background-color: #fff;
  color: #000;
  font-size: 1rem;
  line-height: 32px;
  border: none;
}

/*==================================
Menu List view
===================================*/
ul.ordermenuList li {
  display: block;
  border-bottom: 1px dotted #d9d9d9;
}

ul.ordermenuList li a {
  display: block;
  color: #000;
  font-size: 1rem;
  padding: 1rem 0;
}

ul.ordermenuList li a.active {
  font-weight: 600;
}

/*==================================
Rating star
===================================*/
* {
  box-sizing: border-box;
}

.rating-container {
  background-image: url("https://www.toptal.com/designers/subtlepatterns/patterns/concrete-texture.png");
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
}

.rating {
  display: flex;
  width: 100%;
  justify-content: center;
  overflow: hidden;
  flex-direction: row-reverse;
  height: 150px;
  position: relative;
}

.rating-0 {
  filter: grayscale(100%);
}

.rating > input {
  display: none;
}

.rating > label {
  cursor: pointer;
  width: 40px;
  height: 40px;
  margin-top: auto;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23e3e3e3' d='M121.215 44.212l-34.899-3.3c-2.2-.2-4.101-1.6-5-3.7l-12.5-30.3c-2-5-9.101-5-11.101 0l-12.4 30.3c-.8 2.1-2.8 3.5-5 3.7l-34.9 3.3c-5.2.5-7.3 7-3.4 10.5l26.3 23.1c1.7 1.5 2.4 3.7 1.9 5.9l-7.9 32.399c-1.2 5.101 4.3 9.3 8.9 6.601l29.1-17.101c1.9-1.1 4.2-1.1 6.1 0l29.101 17.101c4.6 2.699 10.1-1.4 8.899-6.601l-7.8-32.399c-.5-2.2.2-4.4 1.9-5.9l26.3-23.1c3.8-3.5 1.6-10-3.6-10.5z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 76%;
  transition: 0.3s;
}

.rating > input:checked ~ label,
.rating > input:checked ~ label ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23fcd93a' d='M121.215 44.212l-34.899-3.3c-2.2-.2-4.101-1.6-5-3.7l-12.5-30.3c-2-5-9.101-5-11.101 0l-12.4 30.3c-.8 2.1-2.8 3.5-5 3.7l-34.9 3.3c-5.2.5-7.3 7-3.4 10.5l26.3 23.1c1.7 1.5 2.4 3.7 1.9 5.9l-7.9 32.399c-1.2 5.101 4.3 9.3 8.9 6.601l29.1-17.101c1.9-1.1 4.2-1.1 6.1 0l29.101 17.101c4.6 2.699 10.1-1.4 8.899-6.601l-7.8-32.399c-.5-2.2.2-4.4 1.9-5.9l26.3-23.1c3.8-3.5 1.6-10-3.6-10.5z'/%3e%3c/svg%3e");
}

.rating > input:not(:checked) ~ label:hover,
.rating > input:not(:checked) ~ label:hover ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.215 44.212l-34.899-3.3c-2.2-.2-4.101-1.6-5-3.7l-12.5-30.3c-2-5-9.101-5-11.101 0l-12.4 30.3c-.8 2.1-2.8 3.5-5 3.7l-34.9 3.3c-5.2.5-7.3 7-3.4 10.5l26.3 23.1c1.7 1.5 2.4 3.7 1.9 5.9l-7.9 32.399c-1.2 5.101 4.3 9.3 8.9 6.601l29.1-17.101c1.9-1.1 4.2-1.1 6.1 0l29.101 17.101c4.6 2.699 10.1-1.4 8.899-6.601l-7.8-32.399c-.5-2.2.2-4.4 1.9-5.9l26.3-23.1c3.8-3.5 1.6-10-3.6-10.5z'/%3e%3c/svg%3e");
}

.emoji-wrapper {
  width: 100%;
  text-align: center;
  height: 100px;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
}

.emoji-wrapper:before,
.emoji-wrapper:after {
  content: "";
  height: 15px;
  width: 100%;
  position: absolute;
  left: 0;
  z-index: 1;
}

.emoji-wrapper:before {
  top: 0;
  background: linear-gradient(
    to bottom,
    white 0%,
    white 35%,
    rgba(255, 255, 255, 0) 100%
  );
}

.emoji-wrapper:after {
  bottom: 0;
  background: linear-gradient(
    to top,
    white 0%,
    white 35%,
    rgba(255, 255, 255, 0) 100%
  );
}

.emoji {
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: 0.3s;
}

.emoji > svg {
  margin: 15px 0;
  width: 70px;
  height: 70px;
  flex-shrink: 0;
}

#rating-1:checked ~ .emoji-wrapper > .emoji {
  transform: translateY(-100px);
}

#rating-2:checked ~ .emoji-wrapper > .emoji {
  transform: translateY(-200px);
}

#rating-3:checked ~ .emoji-wrapper > .emoji {
  transform: translateY(-300px);
}

#rating-4:checked ~ .emoji-wrapper > .emoji {
  transform: translateY(-400px);
}

#rating-5:checked ~ .emoji-wrapper > .emoji {
  transform: translateY(-500px);
}

.feedback {
  max-width: 360px;
  background-color: #fff;
  width: 100%;
  padding: 15px;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  /* box-shadow: 0 4px 30px rgba(0, 0, 0, 0.05); */
}

/*==================================
User Profile menu navigation
===================================*/
/*----------------------
My Orders Details
-----------------------*/

.content-paading {
  padding: 0;
}

.sidebar-navigation {
  padding: 30px 5px;
  background-color: #fff;
  /* box-shadow: rgb(149 157 165 / 20%) 0px 8px 24px; */
  border-radius: 6px;
}

.sidebar-padding {
  padding-left: 0px;
  padding-right: 0px;
}

ul.sidebar-nav {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

ul.sidebar-nav li {
  display: block;
  list-style-type: none;
}

ul.sidebar-nav li a {
  display: block;
  padding: 10px 15px;
  color: #000;
  font-size: 0.9rem;
  border-left: 4px solid transparent;
}

ul.sidebar-nav li a i {
  font-size: 1.2rem;
  color: #240c46;
  margin-right: 5px;
}

ul.sidebar-nav li:hover a {
  color: #000;
  background: #f5f5f5;
  border-left: 4px solid #240c46;
}

ul.sidebar-nav li.active a {
  color: #ff5200;
  background: #f5f5f5;
  border-left: 4px solid #ff5200;
}

ul.sidebar-nav li.active a i {
  color: #ff5200;
}

.nav-side-menu {
  display: none;
}

.nav-side-menu .brand {
  line-height: 30px;
  display: block;
  font-size: 1rem;
  padding-left: 15px;
}

.nav-side-menu .brand i {
  font-size: 2rem;
  background: #240c46;
  color: #fff;
  float: right;
}

ul.side-menu-content {
  margin: 5px 0 0 0;
  padding: 0;
  list-style: none;
}

ul.side-menu-content li {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 2px;
}

ul.side-menu-content li a {
  display: block;
  padding: 8px 15px;
  color: #000;
  font-size: 0.9rem;
}

ul.side-menu-content li a i {
  font-size: 1.2rem;
  color: #240c46;
  margin-right: 5px;
}

ul.side-menu-content li a:hover,
ul.side-menu-content li a:hover i {
  background-color: #ff5200;
  color: #fff;
}

ul.side-menu-content li.active a,
ul.side-menu-content li.active a i {
  background-color: #ff5200;
  color: #fff !important;
}

.profile-image {
  width: 150px;
  height: 150px;
  position: relative;
  border-radius: 100%;
  padding: 10px;
  border: 1px dashed #e4e4e4;
  margin-bottom: 30px;
}

.profile-image img {
  width: 100%;
  height: 100%;
  border-radius: 100%;
}

.input--file {
  right: 0;
  position: absolute;
  color: #fff;
  bottom: 20px;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  background: #000;
  border-radius: 50%;
  font-size: 1.2rem;
  cursor: pointer;
  text-align: center;
}

.input--file input[type="file"] {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 42px;
  cursor: pointer;
}
/*===========================
Right side panel
=============================*/

.content-wrapper {
  padding: 1rem;
  background-color: #fff;
  box-shadow: rgb(149 157 165 / 20%) 0px 8px 24px;
  border-radius: 6px;
}

.content-wrapper .title {
  display: block;
  border-bottom: 1px solid #e4e4e4;
  margin-bottom: 1rem;
  padding-bottom: 15px;
}

.content-wrapper .title h2 {
  font-weight: 500;
  color: #000;
  font-size: 1.5rem;
  margin-bottom: 30pxs;
}

.content-wrapper h1.title1 {
  font-weight: 800;
  color: #240c46;
  font-size: 1.5rem;
  margin-bottom: 30pxs;
}

/*====================================
Chat css
=====================================*/
#chat-frame {
  width: 100%;
  min-width: 320px;
  max-width: 1110px;
  height: 92vh;
  min-height: 300px;
  max-height: 720px;
}

#chat-frame .content {
  float: right;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}

#chat-frame .content .contact-profile {
  width: 100%;
  height: 60px;
  background: #fff;
  box-shadow: rgb(0 0 0 / 10%) 0px 4px 12px;
  min-height: 76px;
  padding-top: 8px;
}

#chat-frame .content .contact-profile img {
  width: 40px;
  border-radius: 50%;
  float: left;
  margin: 9px 12px 0 9px;
}

#chat-frame .content .contact-profile p {
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 600;
  line-height: 18px;
  padding-top: 13px;
  float: left;
  padding-left: 10px;
}

#chat-frame .content .contact-profile .dropleft .dropdown-toggle::before {
  display: none;
}

#chat-frame .content .messages {
  height: auto;
  min-height: calc(100% - 93px);
  max-height: calc(100% - 93px);
  overflow-y: scroll;
  overflow-x: hidden;
}

#chat-frame .content .messages ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

#chat-frame .content .messages ul li {
  display: inline-block;
  clear: both;
  float: left;
  margin: 15px 15px 5px 15px;
  width: calc(100% - 25px);
  font-size: 0.9em;
}

#chat-frame .content .messages ul li .new-connection {
  width: 320px;
  margin: auto;
  padding: 30px;
  background: #fff;
  border-radius: 15px;
}

#chat-frame .content .messages ul li .new-connection p {
  margin-bottom: 10px;
  padding: 0;
  display: block;
  line-height: 18px;
  background-color: transparent !important;
  color: #000 !important;
}

#chat-frame .content .messages ul li p {
  display: inline-block;
  padding: 10px 15px;
  border-radius: 20px;
  max-width: 205px;
  line-height: 100%;
}

#chat-frame .content .messages ul li.sent p {
  background: #f5f5f5;
  color: #303030;
}

#chat-frame .content .messages ul li.replies p {
  background: #e8e3f1;
  float: right;
}

#chat-frame .content .message-input {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 99;
  background-color: #fff;
  /* padding: 10px 0 8px 0; */
}

#chat-frame .content .message-input .wrap {
  position: relative;
}

#chat-frame .content .message-input .wrap input {
  float: left;
  /* border: none; */
  width: calc(100% - 90px);
  padding: 11px 32px 10px 8px;
  /* font-size: 0.8em; */
  font-size: 1.2em;
  color: #32465a;
  height: 46px;
}

#chat-frame .content .message-input .wrap .attachment {
  position: absolute;
  right: 60px;
  z-index: 4;
  margin-top: 6px;
  font-size: 1.5rem;
  color: #32465a;
  cursor: pointer;
}

#chat-frame .content .message-input .wrap button {
  float: right;
  border: none;
  width: 50px;
  padding: 12px 0;
  cursor: pointer;
  background: #32465a;
  color: #f5f5f5;
}

#chat-frame .content .messages::-webkit-scrollbar {
  width: 8px;
  background: #cdd5dd;
}

#chat-frame .content .messages::-webkit-scrollbar-thumb {
  background-color: #5c6874;
  border-radius: 15px;
}

@media screen and (min-width: 735px) {
  #chat-frame .content .messages ul li p {
    max-width: 300px;
  }
}

@media screen and (max-width: 735px) {
  .chatsidebar {
    width: 58px;
    min-width: 58px;
  }

  .chat-user .chat-title p {
    display: none;
  }

  .user-search {
    display: none;
  }

  .chatuserlisting ul li .wrap .meta {
    display: none;
  }

  .chatuserlisting ul li {
    overflow: hidden;
  }

  .chatuserlisting ul li .wrap span {
    bottom: -42px;
  }

  .chat-header {
    padding-left: 5px;
  }

  #chat-frame .content {
    width: 100%;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  #chat-frame .content {
    float: right;
    width: 59%;
    height: 100%;
    overflow: hidden;
    position: relative;
  }
}

/*===================================
Search result page
===================================*/
ul.searchresultList {
  margin-top: 30px;
}
ul.searchresultList li {
  display: inline;
  position: relative;
  /* border-bottom: 1px solid #D9D9D9;
  padding-left: 1rem; */
}

ul.searchresultList li a {
  display: inline;
  padding: 1rem;
  border: solid 1px #b5b5b5;
  border-radius: 20px;
  margin-right: 20px;
}

ul.searchresultList li a:hover {
  background-color: #f2f6fc;
}

/* ul.searchresultList li::before {
  content: "\F52A";
  font-family: "bootstrap-icons";
  position: absolute;
  top: 15px;
  left: 0;
} */

/* ul.searchresultList li::after {
  content: "\F623";
  font-family: "bootstrap-icons";
  position: absolute;
  top: 15px;
  right: 0;
  cursor: pointer;
} */

ul.searchresultList2 li {
  display: block;
}

ul.searchresultList2 li a {
  display: block;
  padding: 1rem;
}

ul.searchresultList2 li a img {
  position: relative;
  width: 52px;
  height: 52px;
  border-radius: 6px;
  float: left;
  margin-right: 15px;
}

ul.searchresultList2 li a {
  color: #000;
  font-weight: 600;
  font-size: 1rem;
}

ul.searchresultList2 li a span {
  color: #9a9a9a;
  font-weight: 400;
  font-size: 0.9rem;
  margin-right: 5px;
}

ul.searchresultList2 li a:hover {
  background-color: #f2f6fc;
}

/*===================================
Media Query
=====================================*/

/*large device desktop*/
@media screen and (min-width: 1920px) {
  .ml-8-5 {
    margin-left: 38.5rem;
  }

  .container {
    max-width: 1620px;
    width: 100%;
    margin-left: 130px;
    margin-right: 130px;
  }

  .destination-card .featured-img {
    height: 250px;
  }

  .testimonial-card {
    padding: 50px;
  }

  ul.blog-listing li {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .blog-rightside-details {
    padding: 70px 40px;
  }

  .pageheader {
    min-height: 320px;
    background-size: cover;
  }

  .overlay-header {
    height: 100%;
  }

  .deal-product-image {
    width: 100%;
    height: 200px;
  }

  .deal-product-image img {
    max-width: 100%;
    height: 180px;
  }
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
  body {
    padding-top: 110px;
  }

  .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }

  .navbar-light .navbar-nav .nav-link {
    text-align: left;
    padding-left: 0px;
    padding-right: 0px;
  }

  .navbar-light .navbar-nav .nav-link i {
    display: inline-block;
    margin-right: 10px;
  }

  .height75 {
    height: 48px;
  }

  ul.top-menu li a {
    padding: 0rem 0.75rem;
  }

  .menu-padding {
    padding-left: 12px;
    padding-right: 12px;
  }

  .banner-caption {
    padding-right: 0px;
  }

  .bigger-heading {
    font-size: 2rem;
    line-height: 32px;
  }

  .card-body.p-5 {
    padding: 1rem !important;
  }

  .mobile-hide {
    display: none;
  }

  .mobile-show {
    display: block;
  }

  .mob-mt1 {
    margin-top: 1rem;
  }

  .mob-mb1 {
    margin-bottom: 1rem;
  }

  .mob-mb6 {
    margin-bottom: 6rem;
  }

  .dtext-end {
    text-align: center;
  }

  .hero {
    position: relative;
    min-height: 220px;
  }

  .carousel-item {
    height: 220px;
  }

  .carousel-item img {
    height: 220px !important;
  }

  #carouseHeroslider .carousel-caption h1 {
    font-size: 18px;
  }

  #carouseHeroslider .carousel-caption p {
    font-size: 12px !important;
  }

  .w-75 {
    width: 100% !important;
  }

  .width50 {
    width: 100%;
  }

  .product-commercial .product-description .price {
    font-size: 12px;
  }

  .usp-section {
    padding: 30px 0px;
  }

  .usp-section p {
    font-size: 12px;
  }

  ul.top-menu li span {
    display: none;
  }

  .product-rating i {
    font-size: 8px;
  }

  .ribbon {
    width: 60%;
  }

  .p-32 {
    font-size: 22px;
  }

  #product-image {
    position: relative;
    display: inline-block;
    line-height: 0;
    margin-left: 1rem;
    width: 310px;
    background-color: #ccc;
  }

  #thumbnails {
    position: relative;
    width: 60px;
    height: 230px;
    background-color: #fff;
    float: left;
    margin-top: 20px;
    z-index: 2;
  }

  .thumbelina {
    left: 0;
    right: 0;
    width: 60px;
    margin: 0 auto;
  }

  .thumbelina li {
    padding: 6px;
    line-height: 0px;
    margin: 10px auto;
    width: 50px;
    height: 50px;
    border: 1px solid #f1f1f1;
  }

  .thumbelina li img {
    width: 40px !important;
    height: 40px !important;
  }

  .thumbelina-but.vert {
    width: 60px;
  }

  .qualityservices::before,
  .qualityservices::after {
    display: none;
  }

  .usp-section {
    padding: 100px 0;
    position: relative;
    top: 0px;
  }

  .content-fluid {
    width: calc(100% + 0px);
  }

  .content-fluid-left {
    width: calc(100% + 0px);
  }

  .content-paading {
    padding: 1rem !important;
  }

  .sidebar-navigation {
    display: none;
  }

  .nav-side-menu {
    display: block;
  }

  .hero .img-foodies, .img-veggies{
    display: none;
  }
  
  .callto-action .backgroundImg{
    display: none;
  }
}

/*Added CSS As per Requment*/
.mt95 {
  margin-top: 95px;
}

.cuisines-carousel {
  height: 200px;
  overflow: hidden;
}

.partner-carousel{
  height: 167px;
  overflow: hidden;
}

.strike {
  text-decoration: line-through;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .hero .img-foodies, .img-veggies{
    display: none;
  }
  
  .callto-action .backgroundImg{
    display: none;
  }
  
  .tab-centar{
   text-align: center; 
  }

  .costam-col{
    width: 100% !important;
  }
}
