:root {
  --primary-color:#fa6b0f;
  --color-p:#fff;
}

body {
  background: #f7f7f9;
}

a {
  text-decoration: none !important;
}

* {
  font-family: 'Roboto', sans-serif;
  -webkit-box-sizing: border-box !important;
          box-sizing: border-box !important;
  -webkit-transition: all 200ms linear !important;
  transition: all 200ms linear !important;
  scroll-behavior: smooth;
}

nav {
  height: 80px !important;
}

nav .dropdown-menu[data-bs-popper] {
  top: 140% !important;
  left: unset !important;
  right: 0 !important;
}

nav .small {
  font-size: 10px !important;
}

nav .megha {
  min-width: 320px;
  font-size: 14px;
}

.navbar {
  z-index: 999 !important;
  background-color: unset !important;
  position: -webkit-sticky !important;
  position: sticky !important;
  background: transparent !important;
  width: 100% !important;
  background: #ffffff9c !important;
}

.navbar a {
  font-weight: 400 !important;
}

.navbar .logo_main {
  width: 180px;
}

.navbar .nav-vcenter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px !important;
}

.navbar .nav-vcenter .mdi {
  font-size: 20px !important;
  margin: 0 8px;
}

.navbar .nav-link {
  color: rgba(0, 0, 0, 0.55);
}

.navbar .nav-link.active,
.navbar .show > .nav-link {
  font-weight: 500 !important;
  color: #000 !important;
}

.navbar-nav .dropdown-menu {
  z-index: 500;
  min-width: 300px !important;
  padding: 30px 40px !important;
  border: 0px !important;
  border-radius: 5px !important;
  -webkit-box-shadow: 3px 3px 50px #c1c1c16e !important;
          box-shadow: 3px 3px 50px #c1c1c16e !important;
}

.navbar-nav .dropdown-menu a {
  color: #201c1c !important;
}

.hero-area {
  background: url(../images/hero-area.jpg) no-repeat;
  background-size: cover;
  height: 70vh !important;
}

.hero-area .overlay {
  width: 100%;
  min-height: 70vh !important;
  background: #000000ad !important;
}

.search-box {
  background: transparent;
  border-radius: 25px;
  min-height: 48px;
  width: 100%;
}

.search-box .locationsData, .search-box .btn-common, .search-box input[type=text] {
  border: 0;
  outline: 0;
  min-height: 45px;
  line-height: 1;
  text-transform: capitalize;
}

.search-box .locationsData {
  padding: 0 25px !important;
  width: 20%;
  border-radius: 25px 0 0 25px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #fff;
}

.search-box input[type=text] {
  padding: 0 25px !important;
  width: 49.10%;
}

.search-box .btn-common {
  width: 20%;
  background: #1537d2;
  color: #fff;
  border-radius: 0 25px 25px 0;
}

.search-border .locationsData, .search-border .btn-common, .search-border input[type=text] {
  border: 1px solid #eee !important;
}

.mis-card {
  word-wrap: break-word !important;
  min-height: 220px !important;
  margin: 5px auto !important;
  text-transform: capitalize !important;
  border: 1px solid #eee;
  background-size: cover !important;
  text-align: center !important;
  color: #fff !important;
}

.mis-card .overlay {
  width: 100%;
  min-height: 220px !important;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffc107b0), to(#000));
  background: linear-gradient(#ffc107b0, #000);
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
  padding: 25px 5px 15px 5px !important;
}

.mis-card .overlay p {
  text-shadow: 2px 2px 5px #000;
}

.mis-card .overlay .btn {
  width: 80% !important;
}

.mis-card .overlay:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#3c2f09b0), to(#000)) !important;
  background: linear-gradient(#3c2f09b0, #000) !important;
}

.sec-header {
  height: 60vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  background-position: center !important;
  background-size: 100% 100% !important;
  background-color: #f8f9fa !important;
  margin: 0;
  padding: 0;
  -webkit-clip-path: polygon(100% 0, 100% 100%, 95% 100%, 92% 100%, 82% 71%, 82% 100%, 70% 64%, 70% 100%, 60% 80%, 60% 100%, 0 100%, 0 0);
          clip-path: polygon(100% 0, 100% 100%, 95% 100%, 92% 100%, 82% 71%, 82% 100%, 70% 64%, 70% 100%, 60% 80%, 60% 100%, 0 100%, 0 0);
}

.sec-header .overlay {
  width: 100%;
  min-height: 60vh;
  background: #000000eb !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: end !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 50px;
  z-index: 200;
}

.sec-header .overlay a {
  color: #ffc107 !important;
}

.a-link, .share-link {
  color: #ff9700 !important;
}

.a-text {
  color: unset !important;
}

.page-item {
  margin: 2px;
  border-radius: unset !important;
}

.shadow {
  -webkit-box-shadow: 0 0.5rem 1rem #efefef !important;
          box-shadow: 0 0.5rem 1rem #efefef !important;
}

.page-link {
  color: #000000 !important;
}

.page-item.active .page-link {
  color: #0a0804;
  background-color: #ffc107;
  border-color: #ffc107;
}

.m-cars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.m-cars span.t {
  word-wrap: break-word !important;
}

.lof {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 80px !important;
  max-width: 80px !important;
  min-height: 80px !important;
  max-height: 80px !important;
  background: #ffc107 !important;
  color: #000 !important;
  margin: 10px;
  font-size: 45px !important;
  font-weight: 700;
}

.lof-img {
  width: 80px !important;
  height: 80px !important;
  margin: 10px;
}

.pagination {
  -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important;
}

.w80 {
  width: 80% !important;
}

.h120 {
  min-height: 150px !important;
}

.carousel-control-next, .carousel-control-prev {
  width: unset !important;
}

.c-prev {
  left: -54px !important;
}

.c-next {
  right: -54px !important;
}

.state-card {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  font-size: 12px !important;
}

.state-card .lof {
  min-width: 25px !important;
  max-width: 25px !important;
  min-height: 25px !important;
  max-height: 25px !important;
  background: #ffc107 !important;
  color: #000 !important;
  font-size: 18px !important;
}

.state-card:hover {
  background: #575656 !important;
  color: #ffc107 !important;
}

.page-item.disabled .page-link {
  background: #d5d5d5 !important;
  color: #fff !important;
}

.page-first .page-link, .page-last .page-link {
  background: #575656 !important;
  color: #ffc107 !important;
}

.dark-set {
  background: #131313 !important;
  -webkit-box-shadow: 0 0 50px #1a1a1a !important;
          box-shadow: 0 0 50px #1a1a1a !important;
}

.pFixed {
  position: fixed !important;
  top: 85px !important;
  width: 25.5% !important;
}

.ads {
  cursor: pointer !important;
}

.h150 {
  min-height: 200px !important;
}

.carousel-item {
  min-height: 300px !important;
}

.f-card {
  display: block !important;
  min-height: 225px !important;
}

.bg-light {
  background-color: #ebecf0 !important;
}

.bg-csuccess {
  background: #ffc10794 !important;
  color: #000 !important;
}

.lh-2 * {
  line-height: 1.8 !important;
}

.base_icon {
  width: 300px !important;
  margin: 30px 0;
}

.flat-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: unset !important;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  text-align: left !important;
  min-height: 50vh;
  background: transparent;
}

.flat-card label {
  color: #212121;
}

.flat-card .user_input {
  width: 100%;
  background: #eee;
  border: 0;
  outline: 0;
  height: 48px;
  border-radius: 5px;
  margin: 0 0 20px 0;
  padding: 0 10px;
}

.flat-card .user_input::-webkit-input-placeholder {
  color: #696969;
}

.flat-card .user_input:-ms-input-placeholder {
  color: #696969;
}

.flat-card .user_input::-ms-input-placeholder {
  color: #696969;
}

.flat-card .user_input::placeholder {
  color: #696969;
}

.flat-card .user_btn {
  width: 100%;
  background: #1737d2;
  color: #fff;
  border: 0;
  outline: 0;
  height: 48px;
  margin: 20px 0;
  border-radius: 5px;
}

.bg-clight {
  background: #dae8f6;
}

.btn_com {
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 45px;
  line-height: 45px;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 25px;
}

.mh {
  padding: 10px 0 0 0;
}

.offcanvas-header .btn-close {
  padding: 0.5rem 0.5rem;
  margin-top: -0.7rem;
  margin-right: 0rem;
  margin-bottom: -0.5rem;
}

.slide_class {
  width: 100%;
  min-height: 550px !important;
  max-height: 550px !important;
  -o-object-fit: cover;
     object-fit: cover;
}

.business .logo, .profile_data .logo {
  border-radius: 0.2rem;
  -webkit-box-shadow: 3px 3px 15px #e0e0e0;
          box-shadow: 3px 3px 15px #e0e0e0;
  background: #fff;
}

.business .logo img, .profile_data .logo img {
  width: 100%;
  padding: 8px;
}

.business .biz_name, .profile_data .biz_name {
  font-size: 1.5rem;
  font-weight: 800;
}

.business .rating_data, .profile_data .rating_data {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 5px 0;
}

.business .phone, .profile_data .phone {
  font-size: 1.1rem;
  font-weight: 500;
  letter-spacing: 1.3px;
}

.business .address, .profile_data .address {
  font-size: 1rem;
  font-weight: 400;
}

.business .enquiry a, .profile_data .enquiry a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 45px;
  background: var(--primary-color);
  padding: 10px 30px;
  color: var(--color-p);
  font-size: 0.8rem;
  font-weight: 500;
  margin: 10px 0;
  border-radius: 20px;
}

.navbar-light .navbar-toggler {
  border: unset !important;
  outline: unset !important;
}

.navbar-toggler:focus {
  -webkit-box-shadow: unset !important;
          box-shadow: unset !important;
}

.data-fix {
  max-width: 360px;
  position: fixed;
  top: 150px;
  z-index: 2000;
}

form {
  width: 100%;
}

.flex-8 {
  -webkit-box-flex: 0.8 !important;
      -ms-flex-positive: 0.8 !important;
          flex-grow: 0.8 !important;
}

.navbar-gunset {
  -webkit-box-flex: unset !important;
      -ms-flex-positive: unset !important;
          flex-grow: unset !important;
}

.offcanvas-body {
  background: #efefefa3;
}

.search-term p {
  font-size: 0.9rem;
  color: #0d32d8;
}

.d-menu-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.d-menu-item p {
  font-weight: 300;
  padding: 0 20px;
  line-height: 45px;
  margin: unset !important;
}

.d-circle-icon {
  border-radius: 50%;
  border: 1px solid #c1c1c1;
  height: 35px;
  width: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.categories_scroll {
  height: 90vh !important;
  overflow-y: scroll;
}

.h58 {
  font-size: 20px;
  font-weight: 600;
}

.bg-rrimg {
  height: 90vh;
  width: 100vw;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url(../images/business.png);
}

.bg-md-light {
  background: #fefefe !important;
}

.nav-link {
  font-size: 1.25rem;
  padding: 0.5rem 0.5rem !important;
}

.top-bg-card {
  height: 55vh;
  background: #144388;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.top-bg-card .overlay {
  height: 55vh;
  background: -webkit-gradient(linear, left top, left bottom, from(#000000cf), color-stop(transparent), to(transparent));
  background: linear-gradient(#000000cf, transparent, transparent);
}

.top-bg-card .overlay .nav-card {
  position: absolute;
  top: 0px;
  min-height: 10vh;
}

.top-bg-card .overlay .nav-card a {
  color: #fff !important;
}

.profile-card {
  min-height: 50vh;
}

.profile-card .profile_data {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.profile-card .logo_card {
  display: block;
  height: 180px;
  width: 180px;
  background: linear-gradient(235deg, #182c45bd, transparent);
  border-radius: 50%;
  -webkit-box-sizing: border-box !important;
          box-sizing: border-box !important;
}

.profile-card .logo_card img {
  height: 160px;
  width: 160px;
  border-radius: 50%;
  margin: 10px 10px 10px 10px;
  padding: 10px;
  background-color: #fff;
}

@media screen and (max-width: 1024px) {
  .bg-rrimg {
    background-image: unset !important;
  }
  .navbar-toggler {
    font-size: 1.5rem !important;
  }
  .navbar-nav .dropdown-menu {
    padding: 30px 20px !important;
  }
  .bg-clight {
    background: unset !important;
  }
  .mshadow {
    -webkit-box-shadow: 2px 2px 12px #eee;
            box-shadow: 2px 2px 12px #eee;
  }
  .business .biz_name {
    font-size: 0.9rem;
    font-weight: 500;
  }
  .business .phone {
    font-size: 0.8rem;
  }
  .business .address {
    font-size: 0.8rem;
  }
  .business .enquiry {
    display: none !important;
  }
  .business .details {
    padding: 0 5px;
  }
  .flat-card {
    margin: 10px 5px !important;
    -webkit-box-shadow: 1px 1px 30px #e0e0e0;
            box-shadow: 1px 1px 30px #e0e0e0;
    border-radius: 20px !important;
    background: #ffffffd1;
  }
  .mh {
    min-height: 20vh;
    position: fixed;
  }
  .f-card {
    margin-bottom: 20px !important;
  }
  .breadcrumb-item a {
    word-break: break-word !important;
  }
  td {
    word-break: break-word;
  }
  .sec-header {
    height: 75vh !important;
    -webkit-clip-path: unset !important;
            clip-path: unset !important;
  }
  .sec-header .overlay {
    height: 75vh !important;
  }
  .navbar-collapse {
    background: #fffffff2 !important;
    padding: 0 0 0 8px !important;
  }
  .search-box {
    background: unset !important;
    border-radius: unset !important;
  }
  .search-box .locationsData, .search-box input[type=text] {
    border-radius: unset !important;
    margin-top: 5px !important;
    width: 100% !important;
    font-size: 15px !important;
  }
  .search-box .btn-common {
    border-radius: unset !important;
    margin-top: 20px !important;
    width: 100% !important;
  }
  .w80 {
    width: unset !important;
  }
  .c-prev,
  .c-next {
    display: none !important;
  }
  .sec-header .overlay {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .mobile_header {
    background: #fff !important;
    -webkit-box-shadow: 15px 1px 50px #efefef;
            box-shadow: 15px 1px 50px #efefef;
    -webkit-backdrop-filter: blur(8px);
            backdrop-filter: blur(8px);
    margin-top: -6px;
  }
  .mobile_header .logo_main {
    width: 190px;
  }
  .mobile_footer {
    background: #fff !important;
    min-height: 48px;
    -webkit-box-shadow: 0px -20px 50px #efefef;
            box-shadow: 0px -20px 50px #efefef;
    width: 100%;
    position: fixed;
    bottom: 0px;
    z-index: 20;
  }
  .wm-100 {
    width: 100% !important;
  }
  .mwhite {
    background: linear-gradient(225deg, #f2f5f6b0, #efefefa3);
  }
  nav {
    height: 65px !important;
  }
  .card-body {
    padding: 0.5rem !important;
  }
  .card-text {
    font-size: 0.7rem;
    font-weight: 400;
  }
  .splide__pagination {
    bottom: -0.7em !important;
  }
  .splide__pagination__page.is-active {
    background: #1530c1 !important;
    -webkit-transform: scale(1.2) !important;
            transform: scale(1.2) !important;
  }
  .top-bg-card {
    height: 65vh;
  }
  .top-bg-card .overlay {
    height: 40vh;
  }
  .profile-card {
    background: #fff;
    border-radius: 30px;
    min-height: 40vh;
    text-align: center;
  }
  .profile-card .logo_card {
    position: relative;
    top: -95px;
    margin: -20% 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
/*# sourceMappingURL=style.css.map */