<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*=======================================================================
[01] Typography 
=========================================================================*/
@import url(https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700|Open+Sans:300,300i,400,400i,600,700);

body {
  font-size: 16px;
  font-family: "poppins";
  font-weight: 400;
  height: 100%;
  line-height: 26px;
  vertical-align: baseline;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  color: black;
}

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
  padding-left: 0;
  padding-right: 0;
}

/*=======================================================================
[02] Default Style
=========================================================================*/
a {
  text-decoration: none;
}

a:active,
a:hover,
a:focus {
  text-decoration: none;
}

a:active,
a:hover,
a:focus {
  outline: 0 none;
}

.orange-color {
  color: #ed7d31;
}

.bg-primary {
  background: #004274;
}

@media only screen and (max-width: 991px) {
  .btn-grp {
    display: flex;
    justify-content: center;
    gap: 10px;
  }

  .hero-sec {
    text-align: center;
  }
}

.text-beez {
  color: #0f1341;
}

.dark-blue-004274 {
  color: #004274;
}

.inner-item-heading {
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 25px;
  font-weight: 600;
  font-size: 24px;
}

.inner-item-heading:after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  background-color: #ed7d31;
  height: 4px;
  width: 45px;
}

.inner-item-heading2 {
  position: relative;
  /* padding-bottom: 20px; */
  font-weight: 600;
  font-size: 30px;
  color: #2d5d50;
}

/*  */

.section-heading .item-sub-title {
  margin-bottom: 15px;
}

.section-heading .item-title {
  font-weight: 600;
}

.heading-dark .item-title {
  color: #0f1341;
}

.heading-light .item-sub-title,
.heading-light .item-title {
  color: #ffffff;
}

.heading-center {
  text-align: center;
}

.title-bar {
  margin-bottom: 25px;
  padding-bottom: 20px;
  position: relative;
}

.title-bar:before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  background-color: #ed7d31;
  height: 4px;
  width: 45px;
}

.bg-common {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("img/beez-banner.jpg");
}

.listygo-text-box {
  background-color: #ffffff;
  border-radius: 4px;
  margin-bottom: 40px;
}

.listygo-text-box:last-child {
  margin-bottom: 3rem;
}

.possition-static {
  position: static !important;
}

.loadmore .btn-fill {
  display: inline-block;
  padding: 12px 30px;
  border: 2px solid #ed7d31;
  background-color: #ed7d31;
  color: #ffffff !important;
  border-radius: 4px;
  font-weight: 600;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.loadmore .btn-fill:hover {
  background-color: transparent;
  color: #ed7d31 !important;
}

.loadmore .btn-fill:focus {
  outline: 0;
  color: #ed7d31;
}

/*=======================================================================
[03] Preloader Style        
=========================================================================*/


/* Pop-up container */
#popup {
  position: fixed;
  bottom: 20px;
  left: 20px;
  z-index: 1000;
  background-color: #fff;
  border: 1px solid #ddd;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  width: 200px;
  display: none;
}

.text-truncate {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 100%;
  display: block;
}

.row {
  --bs-gutter-x: 0;
}

.how-to-card {
  border: 0.3px solid #ccc;
  border-radius: 20px;
}

/* Image inside pop-up */
#popup img {
  width: 100%;
  height: auto;
  display: block;
}

/* Close button */
.close-btn {
  position: absolute;
  top: 5px;
  right: 10px;
  font-size: 50px;
  cursor: pointer;
  color: red;
}

/* Responsive styles */
@media (max-width: 768px) {
  #popup {
    display: none;
  }
}

/*=======================================================================
[04] Scrollup Area Style
=========================================================================*/
.scrollup {
  overflow: hidden;
  position: fixed;
  height: 40px;
  width: 40px;
  line-height: 40px;
  border-radius: 45px;
  bottom: -50px;
  right: 20px;
  text-align: center;
  z-index: 9999;
  background-color: #ed7d31;
  display: block;
  font-size: 16px;
  color: #ffffff;
  -webkit-transition: all 0.5s cubic-bezier(0, 0, 0.15, 1.88);
  -moz-transition: all 0.5s cubic-bezier(0, 0, 0.15, 1.88);
  -ms-transition: all 0.5s cubic-bezier(0, 0, 0.15, 1.88);
  -o-transition: all 0.5s cubic-bezier(0, 0, 0.15, 1.88);
  transition: all 0.5s cubic-bezier(0, 0, 0.15, 1.88);
}

.scrollup i {
  display: inline-block;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.scrollup:hover,
.scrollup:focus {
  color: #ffffff;
}

.scrollup:hover i,
.scrollup:focus i {
  -webkit-animation: toBottomFromTop 0.5s forwards;
  animation: toBottomFromTop 0.5s forwards;
}

.scrollup.back-top {
  bottom: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

@-webkit-keyframes toBottomFromTop {
  49% {
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
  }

  50% {
    opacity: 0;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
  }

  51% {
    opacity: 1;
  }
}

@keyframes toBottomFromTop {
  49% {
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
  }

  50% {
    opacity: 0;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
  }

  51% {
    opacity: 1;
  }
}

@media only screen and (max-width: 767px) {
  .business-name {
    flex-direction: column;
    align-items: baseline;
  }
}

/*=======================================================================
[05] Modal Style
=========================================================================*/

/*=======================================================================
[06] Pagination Style
=========================================================================*/
.pagination-layout2 {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  /* flex-wrap: wrap; */
  margin-top: 2rem;
  margin-bottom: 3rem;
  list-style-type: none;
}

.pagination-layout2 li {
  margin: 10px 5px 0;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.pagination-layout2 li a {
  height: 2rem;
  width: 2rem;
  background-color: #f2f2f2;
  font-size: 18px;
  font-weight: 600;
  color: #444444;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 45px;
  -webkit-box-shadow: 0px 4px 10px 0px #dbdbdb;
  -moz-box-shadow: 0px 4px 10px 0px #dbdbdb;
  box-shadow: 0 4px 10px 0px #dbdbdb;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

@media only screen and (max-width: 991px) {
  .pagination-layout2 li a i {
    font-size: 18px;
  }

  .pagination-layout2 li a i:before {
    font-size: 18px;
  }
}

@media only screen and (max-width: 767px) {
  .pagination-layout2 li a i {
    font-size: 16px;
  }

  .pagination-layout2 li a i:before {
    font-size: 16px;
  }
}

@media only screen and (max-width: 575px) {
  .pagination-layout2 li a i {
    font-size: 14px;
  }

  .pagination-layout2 li a i:before {
    font-size: 14px;
  }
}

.pagination-layout2 li a:hover {
  background-color: #004274;
  color: #ffffff;
  -webkit-box-shadow: 0px 5px 10px 0px #c3c3c3;
  -moz-box-shadow: 0px 5px 10px 0px #c3c3c3;
  box-shadow: 0 5px 10px 0px #c3c3c3;
}

.pagination-layout2 .active a {
  background-color: #004274;
  color: #ffffff;
  -webkit-box-shadow: 0px 5px 10px 0px #c3c3c3;
  -moz-box-shadow: 0px 5px 10px 0px #c3c3c3;
  box-shadow: 0 5px 10px 0px #c3c3c3;
}

/*=======================================================================
[11] Media Box Custom Style
=========================================================================*/
.media-body {
  /* margin-left: 3rem; */
  margin-top: 5%;
}

.media-body.space-xl {
  margin-left: 50px;
}

.media-body.space-lg {
  margin-left: 40px;
}

.media-body.space-md {
  margin-left: 20px;
}

.media-body.space-sm {
  margin-left: 15px;
}

.media-body.space-xs {
  margin-left: 10px;
}

.media-body.media-body-box {
  padding: 20px 20px 20px 3rem;
  margin-left: 0;
}

.media-body.media-body-box p {
  margin-bottom: 0;
}

.hero-txt {
  color: #ed7d31;
  font-weight: 600;
}

.hero-btn {
  border: 1px solid #ed7d31;
  color: black;
  background-color: white;
  padding: 10px;
  font-size: 15px;
}

.hero-btn:hover {
  border: 1px solid #ed7d31;
  color: #ffffff;
  background-color: #ed7d31;
}

.hero-button {
  color: #ffffff;
  background-color: #004374;
  padding: 10px;
  font-size: 15px;
}

.hero-button:hover {
  color: #ffffff;
  background-color: #ffffff;
  outline: 3px #004274 solid;
  outline-offset: -3px;
  color: #004374;
}

.home-category p {
  color: black;
  font-size: 13px;
}

.home-category {
  border: 1px solid #ccc;
  border-radius: 10px;
  padding: 10px;
}

.choose-item i {
  color: #54ba1d;
}

.choose-box {
  border: 1px solid #ccc;
  padding: 20px;
  border-radius: 20px;
}

/*=======================================================================
[13] About Area Style
=========================================================================*/
.about-box-layout1 {
  padding-right: 30px;
  margin-bottom: 3rem;
}

.about-box-layout1 .item-title {
  font-weight: 500;
}

.about-box-layout1 .strong-paragraph {
  font-size: 18px;
  color: #111111;
}

/*=======================================================================
[14] Main Banner Area Style
=========================================================================*/

.inner-page-banner {
  display: block;
  padding: 9.2rem 0;
}

.inner-page-banner .breadcrumbs-area {
  position: relative;
  z-index: 1;
  text-align: center;
}

.inner-page-banner .breadcrumbs-area h1 {
  font-weight: 500;
  color: #ffffff;
  font-size: 3.6rem;
}

@media only screen and (max-width: 767px) {
  .inner-page-banner .breadcrumbs-area h1 {
    margin-bottom: 0;
  }
}

.inner-page-banner .breadcrumbs-area ul li {
  display: inline-block;
  color: #bdbdbd;
  font-size: 18px;
  position: relative;
  margin-right: 8px;
  padding-right: 20px;
}

.inner-page-banner .breadcrumbs-area ul li:before {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  font-size: 14px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 5;
  color: #ffffff;
}

.inner-page-banner .breadcrumbs-area ul li a {
  color: #ffffff;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.inner-page-banner .breadcrumbs-area ul li a:hover {
  color: #ed7d31;
}

.inner-page-banner .breadcrumbs-area ul li:last-child {
  margin-right: 0;
  padding-right: 0;
}

.inner-page-banner .breadcrumbs-area ul li:last-child:before {
  display: none;
}

.banner-box-layout1 {
  text-align: center;
}

.banner-box-layout1 .item-title {
  color: #ffffff;
}

.banner-box-layout1 p {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  font-weight: 600;
  color: #ffffff;
}

@media only screen and (max-width: 991px) {
  .banner-box-layout1 p {
    width: 100%;
  }
}

.banner-box-layout1 .btn-fill {
  background-color: #ffffff;
  padding: 13px 25px;
  color: #111111;
  border: 1px solid #ffffff;
  border-radius: 4px;
  font-weight: 600;
  display: inline-block;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.banner-box-layout1 .btn-fill:hover {
  background-color: transparent;
  color: #ffffff;
}

/*=======================================================================
[15] Category Area Style
=========================================================================*/

.item-content {
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid #ccc;
}

/*=======================================================================
[21] Faq Area Style
=========================================================================*/
.faq-box-layout1 .single-item {
  border: 2px solid lightgray;
  margin-bottom: 1rem;
}

.faq-box-layout1 .single-item .item-nav {
  padding: 0;
  border: none;
  margin-bottom: 5px;
}

.faq-box-layout1 .single-item .item-nav a {
  border-radius: 4px;
  color: #004274;
  width: 100%;
  display: block;
  padding: 15px 20px;
  font-size: 18px;
  position: relative;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.faq-box-layout1 .single-item .item-nav a:after {
  position: absolute;
  content: "\f078";
  top: 20px;
  right: 20px;
  font-size: 14px;
  z-index: 5;
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  color: #004274;
}

.faq-box-layout1 .single-item .item-nav a.collapsed {
  color: #111111;
  background-color: #f2f2f2;
}

.faq-box-layout1 .single-item .item-nav a.collapsed:after {
  content: "\f077";
}

.faq-box-layout1 .single-item .item-content-wrap .item-content {
  padding: 25px 30px 30px;
}

.faq-box-layout1 .single-item .item-content-wrap .item-content p {
  margin-bottom: 0;
}

/*=======================================================================
[24]  Product Box Style
=========================================================================*/
.product-box {
  border-radius: 4px;
  margin-bottom: 3rem;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 1px 0px 0px #d7d7d7;
  -moz-box-shadow: 0px 1px 0px 0px #d7d7d7;
  box-shadow: 0 1px 0px 0px #d7d7d7;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.product-box .item-img {
  position: relative;
}

.product-box .item-img .item-rating {
  position: absolute;
  z-index: 5;
}

.product-box .item-img .item-rating li {
  display: inline-block;
}

.product-box .item-img .item-rating li&gt;i {
  font-size: 14px;
  color: #ffb300;
}

.product-box .item-img .item-rating li span {
  color: #ffffff;
}

.product-box .item-img .item-rating li span span {
  color: #d1d1d1;
  font-size: 14px;
}

.product-box .item-img .item-logo {
  position: absolute;
  z-index: 5;
}

.product-box .item-content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: relative;
}

.product-box .item-content .item-title {
  font-weight: 600;
  margin-bottom: 10px;
}

.product-box .item-content .item-title a {
  color: #111111;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.product-box .item-content .item-title a:hover {
  color: #ed7d31;
}

.product-box .item-content .contact-info {
  margin-bottom: 20px;
}

.product-box .item-content .contact-info li {
  margin-bottom: 10px;
  position: relative;
  padding-left: 30px;
}

.product-box .item-content .contact-info li i {
  margin-right: 10px;
  color: #ed7d31;
  position: absolute;
  left: 0;
  top: 3px;
  line-height: 1;
}

.product-box .item-content .contact-info li i:before {
  font-size: 18px;
}

.product-box .item-content .contact-info li:last-child {
  margin-bottom: 0;
}

.product-box .item-content .meta-item li.ctg-name {
  margin-bottom: 5px;
  margin-top: 5px;
}

.product-box .item-content .meta-item li.ctg-name a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #111111;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.product-box:hover {
  -webkit-box-shadow: 0px 20px 30px 0px #cfcfcf;
  -moz-box-shadow: 0px 20px 30px 0px #cfcfcf;
  box-shadow: 0 20px 30px 0px #cfcfcf;
}

.product-box.border-box {
  box-shadow: none;
}

.product-box.border-box .item-content {
  border-right: 1px solid #d7d7d7;
  border-bottom: 1px solid #d7d7d7;
  border-left: 1px solid #d7d7d7;
}

.product-box.border-box:hover {
  -webkit-box-shadow: 0px 20px 30px 0px #cfcfcf;
  -moz-box-shadow: 0px 20px 30px 0px #cfcfcf;
  box-shadow: 0 20px 30px 0px #cfcfcf;
}

.home-biz-logo {
  border-radius: 4px 4px 0 0;
  width: 35%;
  height: 160px;
}

.listing-box-grid .product-box .item-img .item-rating {
  left: inherit;
  right: 15px;
  bottom: 15px;
}

.listing-box-grid .product-box .item-img .grid-view-img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: fill;
}

.listing-box-grid .product-box .item-img .list-view-img {
  display: none;
}

.listing-box-grid .product-box .item-img .item-logo {
  bottom: -30px;
  left: 30px;
}

.listing-box-grid .product-box .item-content {
  padding: 13px 18px 13px;
  border-radius: 0 0 4px 4px;
}

.listing-box-list .row&gt;[class^="col-"] {
  max-width: 100% !important;
  -webkit-box-flex: 100%;
  -ms-flex: 100%;
  flex: 100%;
}

.listing-box-list .product-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.listing-box-list .product-box .item-content .meta-item li.ctg-name {
  display: none;
}

.my-account-wrap .my-account-content .listing-box-list .product-box .meta-item {
  justify-content: flex-start;
}

.my-account-wrap .my-account-content .listing-box-list .product-box .meta-item .item-btn {
  margin-right: 10px;
}

.my-account-wrap .my-account-content .listing-box-list .product-box .meta-item .item-btn:last-child {
  margin-right: 0;
}

.my-account-wrap .my-account-content .listing-box-list .product-box .meta-item .item-btn a {
  padding: 8px 20px;
  font-size: 14px;
}

.my-account-wrap .my-account-content .listing-box-list .product-box .meta-item .item-btn a:hover {
  color: white;
}

@media screen and (max-width: 768px) {
  .my-account-wrap .my-account-content .listing-box-list .product-box .meta-item .item-btn a {
    padding: 8px 9px;
    font-size: 14px;
  }
}

@media only screen and (max-width: 767px) {
  .listing-box-list .product-box {
    display: block;
  }
}

.listing-box-list .product-box .item-img {
  border-radius: 4px 0 0 4px;
  width: 45%;
}

@media only screen and (max-width: 767px) {
  .listing-box-list .product-box .item-img {
    width: 100%;
  }
}

.listing-box-list .product-box .item-img img {
  border-radius: 4px 0 0 4px;
}

.listing-box-list .product-box .item-img .item-rating {
  right: inherit;
  bottom: 37px;
  left: 20px;
}

.listing-box-list .product-box .item-img .grid-view-img {
  display: none;
}

.listing-box-list .product-box .item-img .list-view-img {
  display: block;
}

.listing-box-list .product-box .item-img .item-logo {
  bottom: 20px;
  right: 20px;
}

.listing-box-list .product-box .item-content {
  padding: 30px;
}

.listing-box-list .product-box .item-content .item-title {
  margin-bottom: 10px;
}

.listing-box-list .product-box .item-content .item-paragraph {
  margin-bottom: 10px;
}

.item-paragraph {
  color: black;
  font-weight: 600;
  font-size: 20px;
}

.item-paragraph:hover {
  color: #0f1341;
}

.listing-box-list .product-box .item-content .meta-item li.ctg-name {
  display: none;
}

.listing-box-wrap-layout1 {
  padding: 40px 40px 7rem;
}

.filter-box-layout2 {
  margin-bottom: 30px;
  border-bottom: 1px solid #d7d7d7;
}

.input-group {
  width: 100%;
  border-radius: 4px;
}

.input-group .form-control {
  border: 2px solid #004274;
  height: 52px;
  color: #111111;
  padding: 5px 20px;
  font-size: 15px;
  border-radius: 8px !important;
}

.input-group .form-control:focus {
  outline: 1px solid #004274;
  box-shadow: none;
}

.filter-box-layout2 .input-group .input-group-addon button {
  height: 100%;
  width: 50px;
  border: none;
  background: #f2f2f2;
  border-radius: 0 4px 4px 0;
  cursor: pointer;
}

.filter-box-layout2 .input-group .input-group-addon button i:before {
  font-size: 24px;
  color: #ed7d31;
}

.filter-box-layout2 .input-group .input-group-addon button:focus {
  outline: none;
}

.filter-box-layout2 .form-group {
  position: relative;
}

.filter-box-layout2 .form-group i {
  position: absolute;
  right: 0px;
  padding: 21px 20px;
  color: #a1a1a1;
  font-size: 16px;
}

.filter-box-layout2 .form-group .form-control {
  padding: 8px 20px;
  color: #111111;
  height: 52px;
  -webkit-box-shadow: 0px 1px 0px 0px rgba(217, 217, 217, 0.75);
  -moz-box-shadow: 0px 1px 0px 0px rgba(217, 217, 217, 0.75);
  box-shadow: 0 1px 0px 0px rgba(217, 217, 217, 0.75);
  margin-bottom: 30px;
  background: #f2f2f2;
  border-radius: 4px;
  border: 1px solid transparent;
  font-size: 16px;
}

.filter-box-layout2 .form-group .form-control:focus {
  box-shadow: none;
}

.filter-box-layout2 input:focus {
  outline-width: 0;
  outline: none;
}

.filter-box-layout2 input.form-control::-webkit-input-placeholder {
  color: #646464;
}

.filter-box-layout2 input.form-control::-moz-placeholder {
  color: #646464;
}

.filter-box-layout2 input.form-control:-moz-placeholder {
  color: #646464;
}

.filter-box-layout2 input.form-control:-ms-input-placeholder {
  color: #646464;
}

.filter-box-layout2 .select2-container--classic .select2-selection--single .select2-selection__rendered {
  background-color: #f2f2f2;
}

.single-listing-box-layout2 .listing-details-info {
  background-color: #ffffff;
  border-radius: 4px;
}

.single-listing-box-layout2 .listing-details-info .tab-content-title {
  color: #111111;
  font-size: 24px;
  font-weight: 600;
  position: relative;
  padding-bottom: 15px;
}

.single-listing-box-layout2 .listing-details-info .tab-content-title::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  background-color: #ed7d31;
  height: 4px;
  width: 45px;
}

.single-listing-box-layout2 .listing-details-review {
  position: relative;
}

.single-listing-box-layout2 .listing-details-review .total-review {
  font-size: 18px;
  position: absolute;
  top: 30px;
  right: 30px;
}

.single-listing-box-layout2 .listing-details-review .total-review span {
  color: #111111;
}

.single-listing-box-layout2 .listing-details-review ul.review-items {
  max-height: 440px;
  overflow-y: scroll;
}

.single-listing-box-layout2 .listing-details-review ul.review-items&gt;li {
  display: block;
  border-bottom: 1px solid #dddddd;
  padding-bottom: 30px;
  margin-bottom: 30px;
}

.single-listing-box-layout2 .listing-details-review ul.review-items&gt;li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
  .single-listing-box-layout2 .listing-details-review ul.review-items&gt;li .media {
    display: block;
  }
}

@media only screen and (max-width: 767px) {
  .single-listing-box-layout2 .listing-details-review ul.review-items&gt;li .media figure {
    margin-bottom: 20px;
  }
}

.single-listing-box-layout2 .listing-details-review ul.review-items&gt;li .media figure img {
  border-radius: 50%;
}

.single-listing-box-layout2 .listing-details-review ul.review-items&gt;li .media .media-body {
  position: relative;
  padding-right: 30px;
}

@media only screen and (max-width: 767px) {
  .single-listing-box-layout2 .listing-details-review ul.review-items&gt;li .media .media-body {
    margin-left: 0;
    padding-right: 0;
  }
}

.single-listing-box-layout2 .listing-details-review ul.review-items&gt;li .media .media-body .review-title {
  margin-bottom: 10px;
  display: block;
  font-style: italic;
  font-size: 17px;
}

.single-listing-box-layout2 .listing-details-review ul.review-items&gt;li .media .media-body .reviewer-name {
  font-size: 16px;
  color: #111111;
  font-weight: 600;
  margin-bottom: 10px;
}

.single-listing-box-layout2 .listing-details-review ul.review-items&gt;li .media .media-body .reviewer-name .review-date {
  font-size: 14px;
  position: relative;
  padding-left: 15px;
  color: #646464;
  font-weight: 400;
}

.single-listing-box-layout2 .listing-details-review ul.review-items&gt;li .media .media-body .reviewer-name .review-date:after {
  position: absolute;
  left: 5px;
  top: 3px;
  content: "/";
  font-size: 12px;
}

@media only screen and (max-width: 767px) {
  .single-listing-box-layout2 .listing-details-review ul.review-items&gt;li .media .media-body .entry-meta {
    margin-bottom: 10px;
  }
}

.single-listing-box-layout2 .listing-details-review ul.review-items&gt;li .media .media-body .entry-meta li {
  display: inline-block;
  margin-right: 20px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 600;
}

.single-listing-box-layout2 .listing-details-review ul.review-items&gt;li .media .media-body .entry-meta li a {
  color: #646464;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.single-listing-box-layout2 .listing-details-review ul.review-items&gt;li .media .media-body .entry-meta li a span {
  color: #111111;
  display: inline-block;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.single-listing-box-layout2 .listing-details-review ul.review-items&gt;li .media .media-body .entry-meta li a i {
  margin-right: 10px;
  color: #ffffff;
  background-color: #cccccc;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  text-align: center;
  line-height: 30px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.single-listing-box-layout2 .listing-details-review ul.review-items&gt;li .media .media-body .entry-meta li a:hover {
  color: #ed7d31;
}

.single-listing-box-layout2 .listing-details-review ul.review-items&gt;li .media .media-body .entry-meta li a:hover span {
  color: #ed7d31;
}

.single-listing-box-layout2 .listing-details-review ul.review-items&gt;li .media .media-body .entry-meta li a:hover i {
  background-color: #ed7d31;
}

.single-listing-box-layout2 .listing-details-review ul.review-items&gt;li .media .media-body .item-rating {
  position: absolute;
  z-index: 5;
  right: 30px;
  top: 0;
}

@media only screen and (max-width: 767px) {
  .single-listing-box-layout2 .listing-details-review ul.review-items&gt;li .media .media-body .item-rating {
    position: inherit;
    right: 0;
  }
}

.single-listing-box-layout2 .listing-details-review ul.review-items&gt;li .media .media-body .item-rating li {
  display: inline-block;
}

.single-listing-box-layout2 .listing-details-review ul.review-items&gt;li .media .media-body .item-rating li&gt;i {
  font-size: 14px;
  color: #ffb300;
}

.single-listing-box-layout2 .listing-details-review ul.review-items&gt;li .media .media-body .item-rating li span {
  color: #a09f9f;
}

.single-listing-box-layout2 .listing-details-review ul.review-items .post-no-two .media .media-body .item-rating .star-five i {
  color: #c3c3c3;
}

.single-listing-box-layout2 .listing-details-review ul.review-items::-webkit-scrollbar-thumb {
  border-radius: 0;
  border: 0;
  background-color: #ed7d31;
}

.single-listing-box-layout2 .listing-details-review ul.review-items::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 10px;
  height: 14px;
  background-color: #f2f2f2;
}

.single-listing-box-layout2 .listing-details-leave-review .rate-wrapper {
  display: inline-block;
  margin-bottom: 30px;
}

.single-listing-box-layout2 .listing-details-leave-review .rate {
  float: left;
  color: #c9c9c9;
  cursor: pointer;
}

.single-listing-box-layout2 .listing-details-leave-review .rate:hover,
.single-listing-box-layout2 .listing-details-leave-review .rate.selected {
  color: #fdc800;
}

.single-listing-box-layout2 .listing-details-leave-review .rate-label {
  margin-bottom: 10px;
}

.single-listing-box-layout2 .listing-details-leave-review .rate-item {
  float: left;
  cursor: pointer;
  margin: 0px 5px 0px 5px;
}

.single-listing-box-layout2 .listing-details-leave-review .rate-item:hover~.rate-item,
.single-listing-box-layout2 .listing-details-leave-review .rate-item.active~.rate-item {
  color: #c9c9c9;
}

.single-listing-box-layout2 .listing-details-leave-review .contact-form-box .form-group {
  margin-bottom: 15px;
}

.single-listing-box-layout2 .listing-details-leave-review .contact-form-box .form-group label {
  color: #111111;
}

.single-listing-box-layout2 .listing-details-leave-review .contact-form-box .form-group input {
  height: 45px;
}

.single-listing-box-layout2 .listing-details-leave-review .contact-form-box .form-group .form-control {
  font-size: 17px;
  padding: 10px 20px;
  color: #000000;
  border: 1px solid #dadada;
}

.single-listing-box-layout2 .listing-details-leave-review .contact-form-box .form-group .form-control:focus {
  outline: none;
  box-shadow: none;
}

.single-listing-box-layout2 .listing-details-leave-review .contact-form-box .form-group .item-btn {
  margin-top: 20px;
  border: none;
  border-color: #ed7d31;
  background-color: #ed7d31;
  color: #ffffff;
  font-weight: 500;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  padding: 15px 30px;
  font-size: 18px;
  text-align: center;
  cursor: pointer;
  display: inline-block;
  box-shadow: none;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.single-listing-box-layout2 .listing-details-leave-review .contact-form-box .form-group .item-btn:hover {
  background-color: #111111;
}

.single-listing-box-layout2 .listing-details-leave-review .contact-form-box .form-group .item-btn:focus {
  outline: none;
  box-shadow: none;
}

.single-listing-box-layout2 .listing-details-leave-review .contact-form-box .alert.alert-danger,
.single-listing-box-layout2 .listing-details-leave-review .contact-form-box .alert.alert-info,
.single-listing-box-layout2 .listing-details-leave-review .contact-form-box .alert.alert-success {
  margin-top: 10px;
  margin-bottom: 0;
}

.single-listing-box-layout2 .listing-details-leave-review .contact-form-box .alert.alert-danger p,
.single-listing-box-layout2 .listing-details-leave-review .contact-form-box .alert.alert-info p,
.single-listing-box-layout2 .listing-details-leave-review .contact-form-box .alert.alert-success p {
  margin-bottom: 0;
}

.single-listing-box-layout2 .listing-details-leave-review .contact-form-box input.form-control::-webkit-input-placeholder,
.single-listing-box-layout2 .listing-details-leave-review .contact-form-box textarea.form-control::-webkit-input-placeholder {
  color: #646464;
}

.single-listing-box-layout2 .listing-details-leave-review .contact-form-box input.form-control::-moz-placeholder,
.single-listing-box-layout2 .listing-details-leave-review .contact-form-box textarea.form-control::-moz-placeholder {
  color: #646464;
}

.single-listing-box-layout2 .listing-details-leave-review .contact-form-box input.form-control:-moz-placeholder,
.single-listing-box-layout2 .listing-details-leave-review .contact-form-box textarea.form-control:-moz-placeholder {
  color: #646464;
}

.single-listing-box-layout2 .listing-details-leave-review .contact-form-box input.form-control:-ms-input-placeholder,
.single-listing-box-layout2 .listing-details-leave-review .contact-form-box textarea.form-control:-ms-input-placeholder {
  color: #646464;
}

.single-listing-box-layout2 .related-listing {
  position: relative;
  padding: 20px 30px;
  background-color: #ffffff;
  border-radius: 4px;
  margin-bottom: 30px;
  -webkit-box-shadow: 0px 1px 0px 0px rgba(217, 217, 217, 0.7);
  -moz-box-shadow: 0px 1px 0px 0px rgba(217, 217, 217, 0.7);
  box-shadow: 0 1px 0px 0px rgba(217, 217, 217, 0.7);
}

.single-listing-box-layout2 .related-listing .related-title {
  font-size: 22px;
  color: #111111;
  font-weight: 600;
  margin-bottom: 0;
}

.single-listing-summary-wrap2 {
  background-color: #ffffff;
  padding: 45px 0 0;
  margin-bottom: 30px;
}

@media only screen and (max-width: 480px) {
  .single-listing-summary-wrap2 {
    padding: 0px;
  }

  .verified-txt {
    font-size: 10px;
  }

  .item-title {
    font-size: 20px;
  }

  .single-listing-summary-wrap2 {
    margin-bottom: 0px;
  }

  .listygo-text-box {
    margin-bottom: 0px;
  }
}

.single-listing-summary2 {
  margin-bottom: 40px;
}

@media only screen and (max-width: 991px) {
  .single-listing-summary2 {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 480px) {
  .single-listing-summary2 .media {
    display: block;
  }
}

@media only screen and (max-width: 480px) {
  .single-listing-summary2 .media .media-body {
    margin-left: 0;
  }
}

.single-listing-summary2 .media .media-body .item-title {
  color: #111111;
  font-weight: 600;
  font-size: 30px;
}

@media only screen and (max-width: 767px) {
  .single-listing-summary2 .media .media-body .item-title {
    font-size: 28px;
  }
}

@media only screen and (max-width: 575px) {
  .single-listing-summary2 .media .media-body .item-title {
    font-size: 26px;
  }
}

@media only screen and (max-width: 480px) {
  .single-listing-summary2 .media .media-body .item-title {
    font-size: 24px;
  }
}

.single-listing-summary2 .entry-meta-date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  height: 100%;
}

@media only screen and (max-width: 1199px) {
  .single-listing-summary2 .entry-meta-date {
    display: block;
    margin-bottom: 10px;
  }
}

.single-listing-summary2 .entry-meta-date i {
  line-height: 1.5;
  margin-right: 10px;
  color: #ed7d31;
}

.single-listing-summary2 .entry-meta-location {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  height: 100%;
}

@media only screen and (max-width: 1199px) {
  .single-listing-summary2 .entry-meta-location {
    display: block;
    margin-bottom: 10px;
  }
}

.single-listing-summary2 .entry-meta-location i {
  line-height: 1.5;
  margin-right: 10px;
  color: #ed7d31;
}

.single-listing-summary2 .entry-meta-rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  height: 100%;
}

@media only screen and (max-width: 1199px) {
  .single-listing-summary2 .entry-meta-rating {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.single-listing-summary2 .entry-meta-rating li i {
  margin-right: 5px;
  font-size: 14px;
  color: #54ba1d;
}

.business-profile {
  background-color: #fdfdfd;
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.07);
  padding: 20px 25px;
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.05);
}

.single-listing-summary2 .entry-meta-rating li span {
  font-size: 14px;
  color: white;
  background: #ed7d31;
  padding: 2px;
  border-radius: 5px;
}

.single-listing-summary2 .entry-meta-rating li span span {
  color: #d1d1d1;
  font-size: 14px;
}

.single-listing-summary2 .entry-meta-rating li:last-child {
  line-height: 1.3;
}

.single-listing-summary2 .item-status {
  color: #ffffff;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  top: 18px;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  position: absolute;
  z-index: 6;
}

.single-listing-summary2 .item-status&gt;div:first-child {
  margin-bottom: 2px;
}

.single-listing-summary2 .item-status .status-save {
  -webkit-clip-path: polygon(100% 0, 100% 50%, 100% 100%, 0 100%, 15% 50%, 0 0);
  clip-path: polygon(100% 0, 100% 50%, 100% 100%, 0 100%, 15% 50%, 0 0);
  background-color: #ff9800;
  padding: 5px 5px 5px 25px;
  text-align: center;
}

.single-listing-summary2 .item-status .status-open {
  -webkit-clip-path: polygon(100% 0, 100% 50%, 100% 100%, 0 100%, 15% 50%, 0 0);
  clip-path: polygon(100% 0, 100% 50%, 100% 100%, 0 100%, 15% 50%, 0 0);
  background-color: #ed7d31;
  padding: 5px 5px 5px 25px;
  text-align: center;
}

.listing-form {
  border-radius: 4px;
  margin-bottom: 3rem;
  margin-top: 5%;
}

.listing-form .inner-box {
  margin-bottom: 15px;
}

.listing-form .select2-container--classic .select2-selection--single .select2-selection__rendered {
  line-height: 1.5;
  background-color: #f6f6f6;
  padding: 13px 10px 13px 20px;
}

@media only screen and (max-width: 1199px) {
  .listing-form .select2-container--classic .select2-selection--single .select2-selection__rendered {
    padding: 13px 40px 13px 20px;
  }
}

.listing-form .select2-container--classic .select2-selection--single {
  height: 50px;
}

/* .listing-form label {
  margin: 0 0 1rem;
} */

.listing-form .form-group {
  margin-bottom: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}

.listing-form .form-group input {}

.listing-form .form-group input.img-upload-box {
  background-image: url("img/figure/upload-img.jpg");
  text-indent: -99999px;
  cursor: pointer;
  background-position: center;
  background-repeat: no-repeat;
  height: 150px;
  color: transparent;
}

.listing-form .form-group input.img-upload-box:focus {
  -webkit-box-shadow: 0px 1px 0px 0px rgba(217, 217, 217, 0.75);
  -moz-box-shadow: 0px 1px 0px 0px rgba(217, 217, 217, 0.75);
  box-shadow: 0 1px 0px 0px rgba(217, 217, 217, 0.75);
}

.listing-form .form-group .form-control {
  font-size: 17px;
  padding: 10px 20px;
  color: #000000;
  border: none;
  background-color: #ffffff;
  border-radius: 15px;
  border: 1px solid black;
}

.listing-form .form-group .form-control:focus {
  outline: none;
  box-shadow: none;
  border: 2px solid black;
}

.listing-form .checkbox {
  padding-left: 5px;
  margin-bottom: 15px;
}

.listing-form .checkbox label {
  display: inline-block;
  position: relative;
  padding-left: 25px;
  margin-top: 0;
  margin-bottom: 0;
}

.listing-form .checkbox label:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 20px;
  height: 20px;
  left: 0;
  top: 2px;
  margin-left: -5px;
  border: 1px solid #cccccc;
  border-radius: 2px;
  background-color: #fff;
  -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}

.listing-form .checkbox label:after {
  display: inline-block;
  position: absolute;
  width: 16px;
  height: 16px;
  left: 0;
  top: 0;
  margin-left: -20px;
  padding-left: 3px;
  padding-top: 1px;
  font-size: 11px;
  color: #555555;
}

.listing-form .checkbox input[type="checkbox"] {
  display: none;
}

.listing-form .checkbox input[type="checkbox"]:focus+label::before {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.listing-form .checkbox input[type="checkbox"]:checked+label::after {
  font-family: "FontAwesome";
  content: "\f00c";
}

.listing-form .checkbox input[type="checkbox"]:disabled+label {
  opacity: 0.65;
}

.listing-form .checkbox input[type="checkbox"]:disabled+label::before {
  background-color: #eeeeee;
  cursor: not-allowed;
}

.listing-form .checkbox.checkbox-circle label::before {
  border-radius: 50%;
}

.listing-form .checkbox-primary input[type="checkbox"]:checked+label::before {
  background-color: #ed7d31;
  border-color: #ed7d31;
}

.listing-form .checkbox-primary input[type="checkbox"]:checked+label::after {
  color: #fff;
}

.listing-form .btn-add-more {
  padding: 20px 30px;
  background-color: #f6f6f6;
  text-align: center;
  border-radius: 4px;
  font-weight: 600;
  color: #ed7d31;
  width: 100%;
  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;
  margin-top: 10px;
  margin-bottom: 20px;
  -webkit-box-shadow: 0px 1px 0px 0px rgba(217, 217, 217, 0.75);
  -moz-box-shadow: 0px 1px 0px 0px rgba(217, 217, 217, 0.75);
  box-shadow: 0 1px 0px 0px rgba(217, 217, 217, 0.75);
}

.listing-form .btn-add-more i {
  margin-right: 10px;
  font-size: 14px;
}

.listing-form .btn-upload {
  padding: 20px 30px;
  background-color: #ed7d31;
  text-align: center;
  border-radius: 4px;
  border: none;
  color: #ffffff;
  font-weight: 600;
  width: 100%;
  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;
  margin-top: 10px;
  margin-bottom: 20px;
  cursor: pointer;
  -webkit-box-shadow: 0px 2px 0px 0px rgba(127, 0, 0, 0.7);
  -moz-box-shadow: 0px 2px 0px 0px rgba(127, 0, 0, 0.7);
  box-shadow: 0 2px 0px 0px rgba(127, 0, 0, 0.7);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.listing-form .btn-upload:focus {
  outline: none;
}

.listing-form .btn-upload:hover {
  background-color: #bd6427;
}

.listing-form .stylish-input-group {
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f6f6f6;
  -webkit-box-shadow: 0px 1px 0px 0px rgba(217, 217, 217, 0.75);
  -moz-box-shadow: 0px 1px 0px 0px rgba(217, 217, 217, 0.75);
  box-shadow: 0 1px 0px 0px rgba(217, 217, 217, 0.75);
}

.listing-form .stylish-input-group input.form-control {
  border-radius: 4px 0 0 4px;
  padding: 10px;
}

.listing-form .stylish-input-group .select2-container {
  border-radius: 0 4px 4px 0;
}

/*=======================================================================
[26] Sidebar Area Style
=========================================================================*/
@media only screen and (max-width: 991px) {
  .sidebar-break-md {
    margin-top: 5rem;
  }
}

.sidebar-widget-area {
  margin-bottom: 3rem;
  transition: all 0.5s ease-in;
}

.sidebar-widget-area .widget {
  border-radius: 4px;
  margin-bottom: 4rem;
  background-color: #ffffff;
}

.sidebar-widget-area .widget:last-child {
  margin-bottom: 0 !important;
}

.sidebar-widget-area .widget .widget-title {
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 25px;
  font-weight: 500;
}

.sidebar-widget-area .widget .widget-title:after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  background-color: #ed7d31;
  height: 4px;
  width: 45px;
}

.sidebar-widget-area .widget-box-padding {
  padding: 30px;
}

.block-list-item {
  position: relative;
  padding-left: 35px;
  margin-bottom: 10px;
}

.block-list-item:last-child {
  margin-bottom: 10px;
}

.block-list-item&gt;i {
  color: #ed7d31;
  font-size: 20px;
  position: absolute;
  top: 3px;
  left: 0;
  z-index: 1;
}

.widget-information .inline-list {
  line-height: 1;
}

.widget-information .inline-list .inline-list-item {
  display: inline-block;
  margin-right: 5px;
}

@media only screen and (max-width: 480px) {
  .widget-information .inline-list .inline-list-item {
    margin-right: 1px;
  }
}

.widget-information .inline-list .inline-list-item a {
  padding: 0 5px;
  display: inline-block;
  color: #252525;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.widget-information .inline-list .inline-list-item a:hover {
  color: #ed7d31;
}

.widget-information .inline-list .inline-list-item:last-child {
  margin-right: 0;
}

.widget-information .inline-list .inline-list-item:first-child a {
  padding: 5px 10px 5px 0;
}

.widget-claim-box {
  text-align: center;
}

.widget-claim-box .item-title {
  color: #111111;
  font-size: 22px;
  font-weight: 600;
}

.widget-claim-box .item-btn {
  text-align: center;
  background-color: #ed7d31;
  padding: 18px 30px;
  display: block;
  box-shadow: none;
  border: 1px solid #ed7d31;
  border-radius: 4px;
  color: #ffffff;
  width: 100%;
  cursor: pointer;
  font-weight: 600;
  font-size: 16px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.widget-claim-box .item-btn:hover {
  background-color: transparent;
  color: #ed7d31;
}

.widget-contact-form .contact-form-box .form-group {
  margin-bottom: 15px;
}

.widget-contact-form .contact-form-box .form-group label {
  color: #444444;
}

.widget-contact-form .contact-form-box .form-group input {
  height: 45px;
}

.widget-contact-form .contact-form-box .form-group .form-control {
  font-size: 17px;
  padding: 10px 20px;
  color: #000000;
  border: 1px solid #dadada;
}

.widget-contact-form .contact-form-box .form-group .form-control:focus {
  outline: none;
  box-shadow: none;
}

.widget-contact-form .contact-form-box .form-group .item-btn {
  border: none;
  border-color: #ed7d31;
  background-color: #ed7d31;
  color: #ffffff;
  font-weight: 500;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  padding: 15px 30px;
  font-size: 18px;
  text-align: center;
  cursor: pointer;
  width: 100%;
  box-shadow: none;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.widget-contact-form .contact-form-box .form-group .item-btn:hover {
  background-color: #111111;
}

.widget-contact-form .contact-form-box .form-group .item-btn:focus {
  outline: none;
  box-shadow: none;
}

.widget-contact-form .contact-form-box .alert.alert-danger,
.widget-contact-form .contact-form-box .alert.alert-info,
.widget-contact-form .contact-form-box .alert.alert-success {
  margin-top: 10px;
  margin-bottom: 0;
}

.widget-contact-form .contact-form-box .alert.alert-danger p,
.widget-contact-form .contact-form-box .alert.alert-info p,
.widget-contact-form .contact-form-box .alert.alert-success p {
  margin-bottom: 0;
}

.widget-contact-form .contact-form-box input.form-control::-webkit-input-placeholder,
.widget-contact-form .contact-form-box textarea.form-control::-webkit-input-placeholder {
  color: #646464;
}

.widget-contact-form .contact-form-box input.form-control::-moz-placeholder,
.widget-contact-form .contact-form-box textarea.form-control::-moz-placeholder {
  color: #646464;
}

.widget-contact-form .contact-form-box input.form-control:-moz-placeholder,
.widget-contact-form .contact-form-box textarea.form-control:-moz-placeholder {
  color: #646464;
}

.widget-contact-form .contact-form-box input.form-control:-ms-input-placeholder,
.widget-contact-form .contact-form-box textarea.form-control:-ms-input-placeholder {
  color: #646464;
}

/*=======================================================================
[28] Contact Page Style
=========================================================================*/
.contact-page-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

@media only screen and (max-width: 991px) {
  .contact-page-wrap {
    display: block;
  }
}

.contact-page-wrap .single-item {
  width: 50%;
}

@media only screen and (max-width: 991px) {
  .contact-page-wrap .single-item {
    width: 100%;
  }
}

.contact-page-wrap .single-item .container {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  right: 0;
  z-index: 2;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20rem;
  padding-bottom: 20rem;
}

@media only screen and (max-width: 991px) {
  .contact-page-wrap .single-item .container {
    position: inherit;
    top: inherit;
    transform: inherit;
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
}

.contact-box {
  padding-right: 15%;
}

@media only screen and (max-width: 991px) {
  .contact-box {
    padding-right: 0;
  }
}

.contact-box .item-heading {
  font-weight: 600;
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 25px;
}

.contact-box .item-heading:after {
  position: absolute;
  content: "";
  height: 4px;
  width: 44px;
  border-radius: 4px;
  left: 0;
  bottom: 0;
  background-color: #ed7d31;
}

.contact-box p {
  font-weight: 600;
  font-size: 18px;
  color: #111111;
  margin-bottom: 35px;
}

.contact-box .contact-form-box .form-group {
  margin-bottom: 5px;
}

.contact-box .contact-form-box .form-group .form-control {
  font-size: 17px;
  padding: 14px 20px;
  color: #000000;
  height: inherit;
  border: none;
}

.contact-box .contact-form-box .form-group .form-control:focus {
  border: none;
  outline: none;
  box-shadow: none;
}

.contact-box .contact-form-box .form-group .item-btn {
  border: none;
  border-color: #ed7d31;
  background-color: #ed7d31;
  color: #ffffff;
  font-weight: 500;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  padding: 15px 30px;
  font-size: 18px;
  text-align: center;
  cursor: pointer;
  width: 100%;
  box-shadow: none;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.contact-box .contact-form-box .form-group .item-btn:hover {
  background-color: #111111;
}

.contact-box .contact-form-box .form-group .item-btn:focus {
  outline: none;
  box-shadow: none;
}

.contact-box .contact-form-box .alert.alert-danger,
.contact-box .contact-form-box .alert.alert-info,
.contact-box .contact-form-box .alert.alert-success {
  margin-top: 10px;
  margin-bottom: 0;
}

.contact-box .contact-form-box .alert.alert-danger p,
.contact-box .contact-form-box .alert.alert-info p,
.contact-box .contact-form-box .alert.alert-success p {
  margin-bottom: 0;
}

.contact-box .contact-form-box input.form-control::-webkit-input-placeholder,
.contact-box .contact-form-box textarea.form-control::-webkit-input-placeholder {
  color: #646464;
}

.contact-box .contact-form-box input.form-control::-moz-placeholder,
.contact-box .contact-form-box textarea.form-control::-moz-placeholder {
  color: #646464;
}

.contact-box .contact-form-box input.form-control:-moz-placeholder,
.contact-box .contact-form-box textarea.form-control:-moz-placeholder {
  color: #646464;
}

.contact-box .contact-form-box input.form-control:-ms-input-placeholder,
.contact-box .contact-form-box textarea.form-control:-ms-input-placeholder {
  color: #646464;
}

/*=======================================================================
[29] Google Map Area Style
=========================================================================*/
.google-map-wrap-layout1 {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
}

.google-map-wrap-layout1 iframe {
  border: none;
  height: 100%;
  width: 100%;
}

@media only screen and (max-width: 1199px) {
  .google-map-wrap-layout1 {
    height: 600px;
    position: inherit;
  }
}

.google-map-wrap-layout1 .google-map {
  height: 100%;
  width: 100%;
}

.google-map-wrap-layout2 iframe {
  border: none;
  height: 1000px;
  width: 100%;
}

@media only screen and (max-width: 991px) {
  .google-map-wrap-layout2 iframe {
    height: 500px;
  }
}

.google-map-wrap-layout2 .google-map {
  height: 100%;
  width: 100%;
}

.google-map-wrap-layout3 {
  margin-bottom: 20px;
}

.google-map-wrap-layout3 iframe {
  border: none;
  height: 290px;
  width: 100%;
}

.google-map-wrap-layout3 .google-map {
  height: 100%;
  width: 100%;
}

/*=======================================================================
[30] My Account Page Area
=========================================================================*/
.my-account-wrap {
  background-color: #f4f6f5;
}

.my-account-wrap .box-padding {
  border: 1px solid #d7d7d7;
  padding: 45px;
  background-color: #ffffff;
}

.my-account-wrap .my-account-nav {
  border: 1px solid #d7d7d7;
  background: #ffffff;
  display: block;
  margin-bottom: 30px;
}

.my-account-wrap .my-account-nav li {
  border-bottom: 1px solid #d7d7d7;
}

.my-account-wrap .my-account-nav li a {
  padding: 15px 10px 15px 30px;
  position: relative;
  display: block;
  color: #707070;
  font-size: 14px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.my-account-wrap .my-account-nav li a:before {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 14px;
  color: #ed7d31;
  left: 15px;
  top: 48%;
  transform: translateY(-50%);
  position: absolute;
  z-index: 1;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.my-account-wrap .my-account-nav li:last-child {
  border-bottom: 0;
}

.my-account-wrap .my-account-nav a.active {
  color: #ffffff;
  background-color: #ed7d31;
}

.my-account-wrap .my-account-nav a.active:before {
  color: #ffffff;
}

.my-account-wrap .my-account-content .dashboard .media {
  border-bottom: 1px solid #d7d7d7;
  margin-bottom: 30px;
}

@media only screen and (max-width: 575px) {
  .my-account-wrap .my-account-content .dashboard .media {
    text-align: center;
  }
}

.my-account-wrap .my-account-content .dashboard .media img {
  border-radius: 50%;
  width: auto;
}

.my-account-wrap .my-account-content .dashboard .media .media-body h2 {
  margin-bottom: 15px;
  font-weight: 600;
  font-size: 24px;
}

.my-account-wrap .my-account-content .dashboard .media .media-body h3 {
  font-size: 18px;
}

.my-account-wrap .my-account-content .dashboard .media .media-body h3 span {
  font-weight: 500;
}

.my-account-wrap .my-account-content .listing-box-list .product-box {
  padding: 30px;
  box-shadow: 0 1px 10px 0px #d7d7d7;
}

.my-account-wrap .my-account-content .listing-box-list .product-box .item-img {
  width: inherit;
}

@media only screen and (max-width: 767px) {
  .my-account-wrap .my-account-content .listing-box-list .product-box .item-img {
    margin-bottom: 30px;
  }
}

.my-account-wrap .my-account-content .listing-box-list .product-box .item-img img {
  border-radius: 4px;
  width: 100%;
}

.my-account-wrap .my-account-content .listing-box-list .product-box .item-img:after {
  border-radius: 4px;
}

.my-account-wrap .my-account-content .listing-box-list .product-box .item-content {
  padding: 0 0 0 30px;
}

.my-account-wrap .my-account-content .listing-box-list .product-box .meta-item {
  justify-content: flex-start;
}

.my-account-wrap .my-account-content .listing-box-list .product-box .meta-item .item-btn {
  margin-right: 10px;
}

.my-account-wrap .my-account-content .listing-box-list .product-box .meta-item .item-btn:last-child {
  margin-right: 0;
}

.my-account-wrap .my-account-content .listing-box-list .product-box .meta-item .item-btn a {
  padding: 8px 20px;
  font-size: 14px;
}

.my-account-wrap .my-account-content .listing-box-list .product-box .contact-info {
  display: flex;
  flex-wrap: wrap;
}

.my-account-wrap .my-account-content .listing-box-list .product-box .contact-info li {
  margin-right: 15px;
}

.my-account-wrap .my-account-content .listing-box-list .product-box .contact-info li:last-child {
  margin-right: 0;
}

.my-account-wrap .my-account-content .listing-box-list .product-box:hover {
  box-shadow: 0 20px 30px 0px #cfcfcf;
}

.my-account-wrap .my-account-content .account-details.listing-form {
  margin-bottom: 0;
}

.my-account-wrap .my-account-content .logout .login-form .checkbox label {
  padding-left: 20px;
}

.my-account-wrap .my-account-content .logout .login-form .checkbox label:before {
  top: 4px;
  left: 15px;
}

.my-account-wrap .my-account-content .logout .login-form input.main-input-box {
  height: 50px;
  border-radius: 4px;
  border: 1px solid #cccccc;
  margin-bottom: 15px;
  color: #111111;
  font-weight: 500;
  font-size: 15px;
  width: 100%;
  padding: 5px 15px;
}

.my-account-wrap .my-account-content .logout .login-form input.main-input-box:focus {
  outline: none;
}

.my-account-wrap .my-account-content .logout .login-form .btn-fill {
  color: #ffffff;
  padding: 13px 50px;
  border-radius: 4px;
  background: #ed7d31;
  text-transform: uppercase;
  font-size: 14px;
  display: inline-block;
  border: none;
  text-align: center;
  cursor: pointer;
  margin-bottom: 15px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.btn-fill {
  color: #ffffff;
  padding: 10px 10px;
  border-radius: 4px;
  background: #004274;
  text-transform: uppercase;
  font-size: 14px;
  display: inline-block;
  border: none;
  text-align: center;
  cursor: pointer;
  font-family: "Poppins", sans-serif;
}

.my-account-wrap .my-account-content .logout .login-form .btn-fill:hover {
  background: #bd6427;
}

.my-account-wrap .my-account-content .logout .login-form .lost-password {
  margin-bottom: 0;
  margin-top: 0;
}

.my-account-wrap .my-account-content .logout .login-form .lost-password a {
  color: #111111;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.my-account-wrap .my-account-content .logout .login-form .lost-password a:hover {
  color: #ed7d31;
}

.my-account-wrap .my-account-content .logout .login-form .btn-register {
  color: #111111;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.my-account-wrap .my-account-content .logout .login-form .btn-register i {
  margin-right: 10px;
  color: #ed7d31;
}

.my-account-wrap .my-account-content .logout .login-form .btn-register:hover {
  color: #ed7d31;
}

.my-account-wrap .my-account-content .logout .login-form .checkbox {
  padding-left: 5px;
}

.my-account-wrap .my-account-content .logout .login-form .checkbox label {
  display: inline-block;
  position: relative;
  padding-left: 20px;
  margin-top: 0;
  margin-bottom: 10px;
}

.my-account-wrap .my-account-content .logout .login-form .checkbox label:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 17px;
  height: 17px;
  left: 0;
  margin-left: -5px;
  border: 1px solid #cccccc;
  border-radius: 3px;
  background-color: #fff;
  -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}

.my-account-wrap .my-account-content .logout .login-form .checkbox label:after {
  display: inline-block;
  position: absolute;
  width: 16px;
  height: 16px;
  left: 0;
  top: 0;
  margin-left: -20px;
  padding-left: 3px;
  padding-top: 1px;
  font-size: 11px;
  color: #555555;
}

.my-account-wrap .my-account-content .logout .login-form .checkbox input[type="checkbox"] {
  display: none;
}

.my-account-wrap .my-account-content .logout .login-form .checkbox input[type="checkbox"]:focus+label::before {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.my-account-wrap .my-account-content .logout .login-form .checkbox input[type="checkbox"]:checked+label::after {
  font-family: "FontAwesome";
  content: "\f00c";
}

.my-account-wrap .my-account-content .logout .login-form .checkbox input[type="checkbox"]:disabled+label {
  opacity: 0.65;
}

.my-account-wrap .my-account-content .logout .login-form .checkbox input[type="checkbox"]:disabled+label::before {
  background-color: #eeeeee;
  cursor: not-allowed;
}

.my-account-wrap .my-account-content .logout .login-form .checkbox.checkbox-circle label::before {
  border-radius: 50%;
}

.my-account-wrap .my-account-content .logout .login-form .checkbox-primary input[type="checkbox"]:checked+label::before {
  background-color: #ed7d31;
  border-color: #ed7d31;
}

.my-account-wrap .my-account-content .logout .login-form .checkbox-primary input[type="checkbox"]:checked+label::after {
  color: #fff;
}

.my-account-wrap .my-account-content .logout .login-form .modal-header .close {
  margin: -1.5rem -1rem -1rem auto;
  font-size: 24px;
}

.my-account-wrap .my-account-content .logout .login-form .modal-header .close:focus {
  outline: none;
}

.my-account-wrap .my-account-content .logout .inline-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

/*=======================================================================
[31] Footer Area Style
=========================================================================*/
footer {
  overflow: hidden;
  color: #999999;
}

.footer-top-wrap {
  background-color: #1b1b1b;
  padding: 30px 0px 38px;
  position: relative;
  z-index: 1;
}

.footer-top-wrap:after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  z-index: -1;
  background: url("img/figure/footer-bg.png") bottom left no-repeat;
  width: 100%;
  height: 103px;
}

.footer-box {
  margin-bottom: 30px;
}

.footer-box .footer-logo {
  padding-bottom: 25px;
}

.footer-box .footer-about {
  font-size: 17px;
  padding-bottom: 5px;
}

@media only screen and (max-width: 767px) {
  .footer-box .footer-about {
    font-size: 16px;
  }
}

.footer-box .footer-contact-info {
  margin-bottom: 32px;
}

.footer-box .footer-contact-info li {
  font-size: 17px;
  margin-bottom: 15px;
  position: relative;
  padding-left: 42px;
}

@media only screen and (max-width: 767px) {
  .footer-box .footer-contact-info li {
    font-size: 16px;
  }
}

.footer-box .footer-contact-info li:last-child {
  margin-bottom: 0px;
}

.footer-box .footer-contact-info li i {
  font-size: 20px;
  color: #ed7d31;
  top: 5px;
  left: 0;
  position: absolute;
}

@media only screen and (max-width: 767px) {
  .footer-box .footer-contact-info li i {
    font-size: 20px;
  }
}

.footer-box .widget_nav_menu li {
  margin-bottom: 10px;
}

.footer-box .widget_nav_menu li:last-child {
  margin-bottom: 0px;
}

.footer-box .widget_nav_menu li a {
  font-size: 17px;
  color: #999999;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

@media only screen and (max-width: 767px) {
  .footer-box .widget_nav_menu li a {
    font-size: 16px;
  }
}

.footer-box .widget_nav_menu li a:hover {
  color: #ed7d31;
}

.footer-box .footer-social {
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (max-width: 991px) {
  .footer-box .footer-social ul {
    margin-bottom: 30px;
  }
}

.footer-box .footer-social ul li {
  display: inline-block;
  margin-right: 2px;
  margin-bottom: 5px;
  font-size: 22px;
  font-weight: 500;
  color: #ffffff;
}

.footer-box .footer-social ul li a {
  background-color: #252525;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 45px;
  height: 40px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  border-radius: 4px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.footer-box .footer-social ul li a:hover {
  color: #ed7d31;
  background-color: #ffffff;
}

.footer-box .footer-header {
  position: relative;
}

.footer-box .footer-header:after {
  content: "";
  width: 50px;
  height: 4px;
  background-color: #ed7d31;
  bottom: 0;
  left: 0;
  position: absolute;
}

.footer-box .footer-header h3 {
  color: #ffffff;
  font-size: 26px;
  font-weight: 500;
  padding-bottom: 20px;
}

@media only screen and (max-width: 991px) {
  .footer-box .footer-header h3 {
    font-size: 24px;
  }
}

@media only screen and (max-width: 767px) {
  .footer-box .footer-header h3 {
    font-size: 22px;
  }
}

@media screen and (max-width: 575px) {
  .footer-box .footer-header h3 {
    font-size: 20px;
    display: flex;
    justify-content: center;
  }

  .footer-box .footer-header:after {
    content: "";
    width: 50px;
    height: 4px;
    background-color: #ed7d31;
    bottom: 0;
    left: 147px;
    position: absolute;
  }
}

.footer-box ul.folow-us {
  margin-top: 30px;
}

.footer-box ul.folow-us li {
  margin-bottom: 5px;
}

.footer-box ul.folow-us li a {
  display: inline-block;
}

.footer-box ul.folow-us li a img {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}

.footer-bottom-wrap {
  background-color: #141414;
  min-height: 70px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (max-width: 991px) {
  .footer-bottom-wrap {
    text-align: center;
  }
}

.footer-bottom-wrap2 {
  background-color: #ffffff;
  position: relative;
}

@media only screen and (max-width: 575px) {
  .footer-bottom-wrap2 {
    padding: 5rem 0;
  }
}

.copyright-wrap {
  color: #444444;
  min-height: 130px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (max-width: 575px) {
  .copyright-wrap {
    min-height: 50px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.footer-social-wrap {
  min-height: 130px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

@media only screen and (max-width: 575px) {
  .footer-social-wrap {
    min-height: 50px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.footer-social-wrap ul li {
  display: inline-block;
  margin-right: 10px;
}

.footer-social-wrap ul li:last-child {
  margin-right: 0;
}

.footer-social-wrap ul li a {
  padding: 5px 10px;
  display: inline-block;
  color: #646464;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.footer-social-wrap ul li a:hover {
  color: #ed7d31;
}

.inner-page-hero {
  height: 60vh;
  min-height: 60vh;
  opacity: 1;
}

.inner-page-hero:before {
  display: none;
}

.inner-page-hero .hero-text-area {
  margin: 0;
}

.inner-page-hero .hero-text-area .hero-title {
  display: block;
  color: var(--clr-white);
}

.inner-page-hero .hero-text-area .hero-title {
  margin-bottom: 0.5rem;
  line-height: 1.2;
}

.inner-page-hero .hero-text-area.centerd {
  text-align: center;
}

.overlay-photo-image-bg {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  display: block;
  transition: all 0.5s ease-in-out 0s;
}

.overlay-color {
  background: var(--clr-dark-blue);
  opacity: 0.65;
}

/* Service page start */
/* =================================================== */
.services-boxed .service-box {
  position: relative;
  padding: 4rem 2rem;
  transition: all 0.3s ease-in-out 0s;
  z-index: 0;
}

.services-boxed .service-card {
  overflow: hidden;
}

.services-boxed .service-icon {
  margin-bottom: 1rem;
  transition: all 0.5s ease-in-out 0s;
  color: #0f1341;
}

.services-boxed .font-icon {
  display: block;
  line-height: 3rem;
  font-size: 3rem;
  color: var(--clr-main);
  transform-origin: center;
  transition: all 0.3s ease-in-out 0s;
}

.services-boxed .service-num {
  font-size: 5rem;
  font-weight: 800;
  position: absolute;
  top: 1rem;
  right: 2rem;
  color: var(--clr-white);
  opacity: 0;
  line-height: 1;
}

.services-boxed .img-icon {
  width: 60px;
  height: 60px;
}

.services-boxed .service-content {
  margin-bottom: 1.5rem;
}

.services-boxed .service-title {
  text-transform: capitalize;
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 1rem;
  color: #0f1341;
}

.services-boxed .service-text {
  font-size: 1rem;
  line-height: 1.5;
  margin: 0;
  opacity: 0.85;
}

/* @media only screen and (max-width: 575px) {
  .hero-section{
    height: 40vh;
  }
  .hero-text{
    left: 40%;
  }
} */
@media (max-width: 768px) {

  /* Targeting devices with a width of 768px or smaller */
  .hero-section {
    height: 60vh !important;
  }

  .hero-text {
    left: 40% !important;
  }

  .content-area h2 {
    font-size: 37px !important;
  }

  .services-boxed .service-box {
    height: 270px !important;
  }

  .mega-section {
    padding: 25px !important;
  }
}

@media (max-width: 991px) {
  .lifted-up-box.services-boxed .services-row {
    padding: 6rem 0;
  }
}

.lifted-up-box.services-boxed .service-box {
  margin-top: -8rem;
}

@media (max-width: 991px) {
  .lifted-up-box.services-boxed .service-box {
    margin-top: 0rem;
  }
}

.services-boxed .services-row {
  margin-bottom: 2rem;
}

.services-boxed .service-box {
  border-radius: 0.5rem;
  padding: 2rem;
  border: 1px solid #ed7d31;
  box-shadow: 0px 0px 10px 0px rgba(var(--clr-dark-blue-rgb), 0.1);
  height: 340px;
}

.services-boxed .service-box::before {
  content: "";
  border-radius: inherit;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: auto;
  right: 0;
  transform: scaleX(0);
  transform-origin: right;
  background: #ed7d31;
  /* background-color: rgba(var(--clr-main-rgb), 1); */
  z-index: -3;
  transition: transform 0.5s ease 0s;
}

.services-boxed .service-box.reveal-up:hover .service-title,
.services-boxed .service-box.reveal-up:hover .service-text,
.services-boxed .service-box.reveal-up:hover .font-icon,
.services-boxed .service-box.reveal-up:hover .read-more,
.services-boxed .service-box.reveal-down:hover .service-title,
.services-boxed .service-box.reveal-down:hover .service-text,
.services-boxed .service-box.reveal-down:hover .font-icon,
.services-boxed .service-box.reveal-down:hover .read-more,
.services-boxed .service-box.reveal-start:hover .service-title,
.services-boxed .service-box.reveal-start:hover .service-text,
.services-boxed .service-box.reveal-start:hover .font-icon,
.services-boxed .service-box.reveal-start:hover .read-more,
.services-boxed .service-box.reveal-end:hover .service-title,
.services-boxed .service-box.reveal-end:hover .service-text,
.services-boxed .service-box.reveal-end:hover .font-icon,
.services-boxed .service-box.reveal-end:hover .read-more {
  color: var(--clr-white);
}

.services-boxed .service-box.reveal-up::before {
  left: 0;
  top: auto;
  bottom: 0;
  transform: scaleY(0);
  transform-origin: bottom;
}

.services-boxed .service-box.reveal-up:hover::before {
  top: 0;
  bottom: auto;
  transform: scaleY(1);
  transform-origin: top;
}

.services-boxed .service-box.reveal-down::before {
  left: 0;
  top: 0;
  bottom: auto;
  transform: scaleY(0);
  transform-origin: top;
}

.services-boxed .service-box.reveal-down:hover::before {
  top: auto;
  bottom: 0;
  transform: scaleY(1);
  transform-origin: bottom;
}

.services-boxed .service-box.reveal-end::before {
  top: 0;
  left: 0;
  right: auto;
  transform: scaleX(0);
  transform-origin: left;
}

.services-boxed .service-box.reveal-end:hover::before {
  left: auto;
  right: 0;
  transform: scaleX(1);
  transform-origin: right;
}

.services-boxed .service-box.reveal-start::before {
  top: 0;
  left: auto;
  right: 0;
  transform: scaleX(0);
  transform-origin: right;
}

.services-boxed .service-box.reveal-start:hover::before {
  left: 0;
  right: auto;
  transform: scaleX(1);
  transform-origin: left;
}

@media (max-width: 991px) {
  .services-boxed .service-box {
    padding: 2rem;
  }
}

.services-boxed .service-box .read-more {
  color: var(--clr-main);
  border: none;
  padding: 0;
}

.services-boxed.has-dark-bg {
  background-color: var(--clr-semi-dark-blue);
}

.services-boxed.has-dark-bg .service-title {
  color: var(--clr-white);
}

.services-boxed.has-dark-bg .service-text {
  color: var(--clr-white);
  opacity: 0.85;
}

@media (max-width: 991px) {
  .sec-heading {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 0;
  }
}

.breadcrumb .icon {
  margin-right: 0.5rem;
}

.breadcrumb-item {
  display: inline-block;
  text-transform: capitalize;
  font-size: 2rem;
  font-weight: 600;
}

.breadcrumb-item.active {
  color: var(--clr-white);
  opacity: 0.75;
}

@media (max-width: 1199px) {
  .breadcrumb-item {
    font-size: 1rem;
  }
}

.breadcrumb-item:before {
  /*Breadcrumb Separator Color*/
  color: var(--clr-white) !important;
  padding-right: 0.5rem;
}

.services-boxed .service-box .read-more {
  color: #0f1341;
  border: none;
  padding: 0;
}

.services-boxed .service-box:hover {
  color: white;
  border: 1px solid #ed7d31;
}

.service-btn {
  padding: 0.8em 1.8em;
  border: 2px solid #ed7d31;
  position: relative;
  overflow: hidden;
  background-color: transparent;
  text-align: center;
  text-transform: uppercase;
  font-size: 16px;
  transition: 0.3s;
  z-index: 1;
  font-family: inherit;
  color: #ed7d31;
}

.service-btn::before {
  content: "";
  width: 0;
  height: 300%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  background: #ed7d31;
  transition: 0.5s ease;
  display: block;
  z-index: -1;
}

.service-btn:hover::before {
  width: 105%;
}

.service-btn:hover {
  color: #111;
}

.take-action {
  margin: 70px 0px;
}

.pre-title::before,
.pre-title::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 6px;
  aspect-ratio: 1 / 1;
  border-radius: 1rem;
  top: 50%;
  translate: 0 -50%;
  background-color: black;
}

.mega-section {
  background: url("img/service/homeservice-bg.png");
  padding: 50px;
}

.hero-section {
  background: url("img/service/banner-img.webp") no-repeat center center;
  height: 100vh;
  background-size: cover;
  position: relative;
}

.hero-text {
  position: absolute;
  top: 50%;
  left: 27%;
  transform: translate(-50%, -50%);
  color: white;
}

.hero-text h1 {
  font-family: "Montserrat Alternates", sans-serif;
  font-weight: 800;
  color: white;
}

.button-get {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 15px 30px;
  border: 0;
  position: relative;
  overflow: hidden;
  border-radius: 10rem;
  transition: all 0.02s;
  font-weight: bold;
  cursor: pointer;
  color: rgb(37, 37, 37);
  z-index: 0;
  box-shadow: 0 0px 7px -5px rgba(0, 0, 0, 0.5);
}

.button-get:hover {
  background: rgb(193, 228, 248);
  color: rgb(33, 0, 85);
}

.button-get:active {
  transform: scale(0.97);
}

.hoverEffect {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}

.hoverEffect div {
  background: rgb(222, 0, 75);
  background: linear-gradient(90deg,
      rgba(222, 0, 75, 1) 0%,
      rgba(191, 70, 255, 1) 49%,
      rgba(0, 212, 255, 1) 100%);
  border-radius: 40rem;
  width: 10rem;
  height: 10rem;
  transition: 0.4s;
  filter: blur(20px);
  animation: effect infinite 3s linear;
  opacity: 0.5;
}

.button-get:hover .hoverEffect div {
  width: 8rem;
  height: 8rem;
}

@keyframes effect {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.content-area h2 {
  font-size: 70px;
  line-height: 1.1;
  font-weight: 700;
  color: #0f1341;
  font-family: Cormorant, serif;
  text-transform: capitalize;
}

/* index page */
/* ====================================== */
.carousel-caption h5 {
  font-size: 30px;
  font-weight: 600;
  color: #ed7d31;
  text-transform: capitalize;
}

.slider-image {
  height: 100vh;
  object-fit: cover;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  /* Adjust the darkness here */
  z-index: 1;
}

.beez-review {
  background: #54ba1d;
  color: white;
  font-weight: 600;
  padding: 5px;
  border-radius: 8px;
}

.beez-view {
  color: white;
  background-color: #ed7d31;
  border-radius: 5px;
}

/* Eror page */

.error-btn {
  border: none;
  display: block;
  position: relative;
  padding: 0.7em 2.4em;
  font-size: 18px;
  background: transparent;
  cursor: pointer;
  user-select: none;
  overflow: hidden;
  color: royalblue;
  z-index: 1;
  font-family: inherit;
  font-weight: 500;
}

.error-btn span {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  z-index: -1;
  border: 4px solid royalblue;
}

.error-btn span::before {
  content: "";
  display: block;
  position: absolute;
  width: 8%;
  height: 500%;
  background: var(--lightgray);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-60deg);
  transition: all 0.3s;
}

.error-btn:hover span::before {
  transform: translate(-50%, -50%) rotate(-90deg);
  width: 100%;
  background: royalblue;
}

.error-btn:hover {
  color: white;
}

.error-btn:active span::before {
  background: #2751cd;
}

/* New Css
 */
/* ============================================= */

/* New index page */
/* ================================================ */
/* =================================================== */
/* Navbar css */

.color-secondary {
  color: #004274;
}

.nav-free {
  color: white;
  background: #ed7e2f;
  border-radius: 4px;
}

.nav-list {
  color: black;
  font-weight: 500;
}

.cstm-nav .nav-link {
  background: #d9d9d9;
  border-radius: 4px;
  font-size: 14px;
  padding: 5px;
}

.top-nav {
  box-shadow: 0 4px 4px -2px rgba(0, 0, 0, 0.3);
}

.beez-main-logo {
  width: 8%;
}

.beez-nav-name {
  width: 20%;
}

.name-first,
.name-second {
  font-size: 50px;
  font-family: "Cantora One", sans-serif;
}

.name-first {
  color: #ed7d31;
}

.name-second {
  color: #0f1341;
}

@media (max-width: 768px) {
  .modal-height {
    height: auto;
  }

  .name-first,
  .name-second {
    font-size: 24px;
  }
}

.beez-logo-nav {
  max-width: 25%;
}

.top-head {
  padding: 0.25rem 0.5rem;
}

#loginModal .modal-content {
  background: url("/img/81310.jpg") no-repeat center center;
  background-size: cover;
  border-radius: 12px;
  color: white;
  /* Adjust text color for contrast */
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

#loginModal .modal-body {
  backdrop-filter: blur(5px);
  /* Add transparency for better readability */
  border-radius: 12px;
  padding: 20px;
}

.header {
  position: relative;
  width: 100%;
  border-bottom: 2px solid #c2048a;
  display: block;
}

.menu-toll-link {
  width: 100%;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.menu-btn {
  position: relative;
}

.menu-btn span {
  display: inline-block;
  vertical-align: middle;
  width: 38px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.menu-btn {
  font-size: 1.25rem;
  text-decoration: none;
  cursor: pointer;
}

.nav-wrap {
  position: absolute;
  width: 100%;
  left: 0;
  top: -2500px;
  padding: 2.5rem 5rem;
  background-color: rgba(8, 62, 84, 0.95);
  display: block;
  z-index: 999;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}

.nav-wrap.menu-visible {
  top: 2.85rem;
}

.nav-wrap.menu-visible .cloze-btn {
  display: block;
}

.nav-wrap::after {
  width: 100%;
  content: "";
  height: 100vh;
  top: auto;
  background-color: rgba(0, 0, 0, 0.9);
  display: block;
  left: 0;
  position: fixed;
  z-index: 999;
}

.main-menu {
  display: flex;
  /* flex-wrap: wrap; */
}

.menu-list {
  width: 24.5%;
  margin-bottom: 0.5rem;
}

.menu-list h4 {
  color: #fbca38;
  font-size: 1.1rem;
}

.menu-list a {
  color: #ffffff;
}

.menu-list ul {
  padding-left: 0;
}

.menu-list ul&gt;li {
  list-style-type: none;
  margin-bottom: 0.25rem;
  position: relative;
}

.menu-list ul&gt;li&gt;a {
  color: #dad9d9;
  display: block;
  padding: 0.25rem 0.85rem;
  font-size: 0.95rem;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.menu-list ul&gt;li&gt;a:hover,
.menu-list ul&gt;li&gt;a:focus {
  color: #ffffff;
  text-indent: 5px;
}

.cloze-btn {
  position: absolute;
  color: #fff;
  width: auto;
  z-index: 999;
  top: 1rem;
  right: 1.5rem;
  font-size: 2rem;
  display: none;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 50%;
  line-height: 3.25rem;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.cloze-btn:hover {
  background-color: #fff;
  color: #e03131;
  cursor: pointer;
}

.nav-wrap.side-down {
  top: 2.85rem;
}

.signin-logo {
  width: 2.5rem;
}

.cstm-input-box {
  height: 50px;
  border-radius: 40px;
  border: 1px solid #cccccc;
  color: #111111;
  font-weight: 500;
  font-size: 15px;
  width: 100%;
  padding: 5px 15px;
  margin: 5px 0;
}

.inline-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.modal .modal-dialog .modal-content .modal-body .login-form .lost-password a {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.cstm-btn-fill {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  padding: 10px;
  border-radius: 40px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #004274;
}

.text-hover-underline:hover {
  text-decoration: underline;
}

.text-hover-underline {
  text-decoration: none;
}

.cstm-input-box:focus {
  height: 50px;
  border-radius: 40px;
  border: 1px solid #ccc;

  color: #111111;
  font-weight: 500;
  font-size: 15px;
  width: 100%;
  padding: 5px 15px;
}

.primary {
  color: #004274;
}

.cstm-dropdown-menu {
  width: 15rem;
  border-radius: 7px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all 0.3s ease;
}

.dropdown:hover .cstm-dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.cstm-dropdown-menu li {
  padding: 10px 0;
  border-bottom: 0.5px solid #ccc;
}

.cstm-dropdown-menu li a {
  font-size: 14px;
  color: #004274;
}

.cstm-dropdown-menu li a:hover {
  background: white;
  color: #ed7d31;
}

.cstm-dropdown-menu li a i {
  margin-right: 8px;
}

/* Error Outline */
.cstm-input-box.invalid {
  outline: 2px solid red;
}

/* Success Outline */
.cstm-input-box.valid {
  outline: 2px solid green;
}

@media all and (max-width: 485px) {
  .top-head {
    padding: 0.85rem 0;
  }

  .nav-wrap {
    width: 82%;
  }

  .nav-wrap.menu-visible::after {
    left: 81.5%;
  }

  .nav-wrap.side-down::after {
    left: 18rem;
  }
}

@media all and (max-width: 850px) {
  .menu-btn {
    padding-left: 0;
  }
}

@media all and (max-width: 768px) {
  .nav-wrap {
    padding: 2.5rem 0.85rem;
    width: 65%;
    top: 0;
    left: -4500px;
    height: 100vh;
    position: fixed;
    overflow-y: hidden;
  }

  .nav-wrap::after {
    top: 0;
    left: -4500px;
    width: 100%;
    transition: all 0.5s linear;
    -webkit-transition: all 0.5s linear;
  }

  .nav-wrap.menu-visible {
    top: 0;
    left: 0;
  }

  .nav-wrap.menu-visible::after {
    left: 65%;
  }

  .nav-wrap.side-down {
    top: 0;
    left: 0;
  }

  .nav-wrap.side-down::after {
    left: 26.5rem;
  }

  .scroll-menu {
    height: 99vh;
    overflow-y: auto;
  }

  .main-menu {
    display: block;
  }

  .menu-list ul&gt;li&gt;a {
    font-size: 1rem;
  }

  .menu-list ul {
    margin-bottom: 0;
  }

  .menu-list {
    width: 100%;
  }
}

@media all and (max-width: 550px) {
  .nav-wrap {
    width: 72.5%;
  }

  .nav-wrap.menu-visible::after {
    left: 71.5%;
  }

  .menu-list h4 {
    font-size: 1rem;
  }

  .menu-list ul&gt;li&gt;a {
    font-size: 0.85rem;
  }
}

@media all and (max-width: 1500px) {
  .menu-list ul&gt;li&gt;a {
    padding: 0.15rem 0.25rem;
    font-size: 0.85rem;
  }
}

.hero-img {
  width: 600px;
  height: auto;
}

.row {
  --bs-gutter-x: 0;
}

/* From Uiverse.io by kamehame-ha */
.cstm-log-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  background-color: #004274;
  outline: 3px #004274 solid;
  outline-offset: -3px;
  border-radius: 5px;
  border: none;
  cursor: pointer;
  transition: 400ms;
}

.cstm-log-btn .cstm-log-txt {
  color: white;
  font-weight: 600;
  font-size: 14px;
  transition: 400ms;
}

.cstm-log-btn:hover {
  background-color: transparent;
}

.cstm-log-btn:hover .cstm-log-txt {
  color: #004274;
}

.modal-header .close {
  background: transparent;
  border: none;
  font-size: 32px;
}

.modal-content {
  border-radius: 15px;
}

/* Admin css */
/* ======================================= */

/* Error page */
.error-btn {
  background: #004274;
  color: white;
  border-radius: 15px;
}

/* 
Find Businesss
================================= */

/* Business profile page */
/* ========================================== */

.bi-check::before {
  content: "\f26e";
  font-size: 2.5vw;
}

.slide img {
  width: 100%;
  border-radius: 1rem;
}

.search-section input {
  height: 53px;
  border-radius: 1rem;
  border: 2px solid #000000;
}

.search-section input:focus {
  box-shadow: 0 0 0 0.25rem rgb(23 90 188 / 25%);
  border: none;
}

.search-section button {
  height: 53px;
  border-radius: 1rem;
  border: 2px solid #000000;
  color: #ed7d31;
  font-size: 1.25rem;
}

.search-section button:hover {
  background-color: #004274;
  color: #ffffff;
  border: 1px solid #004274;
}

.verified-section {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 1rem;
  max-width: 1200px;
  margin: 0 auto;
}

.inside-verified {
  border: 1px solid #000000;
  border-radius: 1rem;
  padding: 0.5rem;
}

.verified-info p,
.verified-info h5 {
  margin-bottom: 0;
}

.slide2 img {
  border-radius: 1rem;
}

.small-box {
  padding: 0.35rem;
  margin-right: 3px;
  border-radius: 0.75rem;
  background-color: #d7cece;
  font-size: 0.85rem;
}

.ratings-reviews span {
  padding: 0 0.65rem 0 0;
}

.verified-buttons {
  display: flex;
}

.verified-buttons button {
  margin-right: 3px;
  background-color: #004274;
  color: #ffffff;
  border: 1px solid #004274;
  font-weight: 600;
}

.verified-section .views {
  font-size: 1.25rem;
}

@media screen and (max-width: 576px) {
  .verified-buttons {
    display: flex;
    justify-content: space-evenly;
  }

  .carousel-img {
    width: 100%;
  }
}

.form-box {
  padding: 1rem;
  border-radius: 1rem;
  background-color: #eaeaea;
}

.form-box button {
  background-color: #004274;
  color: #ffffff;
  border: 1px solid #004274;
}

.category-box {
  padding: 1rem;
  border-radius: 1rem;
  background-color: #d9feff;
}

.people-viewed-box {
  padding: 1rem;
  border-radius: 1rem;
  background-color: #fbc5ff;
}

.inner-box {
  padding: 1rem;
  border-radius: 1rem;
}

.inner-box h6,
.inner-box p {
  margin-bottom: 0;
}

/* .inner-box span {
  background-color: #d6cccc;
  padding: 0 0.35rem;
  border-radius: 1rem;
  font-size: 0.85rem;
} */

.top-section {
  border-bottom: 1px solid #ccc;
  padding: 1rem;
}

.side-box {
  padding: 1rem;
  border-radius: 1rem;
  border: 1px solid #000000;
}

.side-star-ratings span {
  font-size: 1rem;
  font-weight: 600;
}

.tiny-box {
  padding: 0.5rem;
  border-radius: 5px;
  background-color: #004275;
  color: white;
}

.mid-sec {
  background-color: #004274;
  color: #ffffff;
  font-size: 0.8rem;
}

.profile-desc {
  border: 1px solid #004274;
  padding: 1rem;
  border-radius: 1rem;
}

.profile-desc h5 {
  font-size: 1.5rem;
  font-weight: 600;
  color: #004274;
}

.profile-desc p {
  text-align: justify;
}

.business-title {
  color: #004274;
  font-weight: 600;
  font-size: 1rem;
}

.business-profile-box h4 {
  font-weight: 600;
  color: #004274;
  margin: 0;
  font-size: 23px;
}

.business-profile-box p {
  font-size: 1rem;
}

.business-profile-box i {
  color: red;
}

.profile-star-ratings {
  background: green;
  color: white;
  padding: 5px;
  border-radius: 6px;
}

/* From Uiverse.io by TheDuskPD */
.rating {
  display: inline-block;
}

.rating input {
  display: none;
}

.rating label {
  float: right;
  cursor: pointer;
  transition: color 0.3s;
}

.rating label:before {
  content: "\2605";
  font-size: 30px;
}

.rating input:checked~label,
.rating label:hover,
.rating label:hover~label {
  color: #ffd700;
  transition: color 0.3s;
}

.rating-submit-btn {
  /* background: #d9d9d9; */
  border-radius: 10px;
}

.rating-submit-btn a {
  color: #004274;
  font-size: 1.5rem;
}

#review_text {
  line-height: 6.5;
}

.review-form {
  border: 1px solid #004274;
  border-radius: 10px;
}

.rating-1 {
  font-size: 0.8rem;
  background: green;
  color: white;
  padding: 2px;
  border-radius: 5px;
}

.people-review-txt {
  font-size: 1.2rem;
  /* font-weight: 600; */
}

.business-gallery {
  height: 200px;
  overflow: hidden;
  display: flex;
  justify-content: center;
}

.business-gallery-img {
  object-fit: cover;
}

.share-btn-container {
  color: white;
  background: #004274;
  padding: 5px;
  border-radius: 6px;
}

#share-btn {
  color: white;
}

.claim-txt-sec {
  font-weight: 600;
  color: green;
  text-align: center;
  border: 3px solid green;
  border-radius: 10px;
}

.claim-sec {
  /* display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; */
  border: 1px solid #004274;
  border-radius: 10px;
}

.description-para {
  font-size: 1rem;
  text-align: justify;
}

.people-rev-sec-img {
  width: 3%;
}

@media (max-width: 768px) {
  .tiny-box {
    font-size: 0.6rem;
  }

  .top-section {
    position: relative;
  }

  .share-btn-container {
    position: absolute;
    bottom: 24px;
    right: 25px;
    bottom: 20px;
  }

  .bi-check::before {
    content: "\f26e";
    font-size: 5vw;
  }

  .please-login-header {
    margin-top: 4%;
  }

  .h5,
  h5 {
    font-size: 1rem;
  }

  .business-profile-box p {
    font-size: 1rem;
  }

  .people-rev-sec-img {
    width: 7%;
  }
}

@media (max-width: 576px) {
  .tiny-box {
    font-size: 2vw;
  }

  .people-review-txt {
    font-size: 0.8rem;
  }

  .top-section {
    position: relative;
  }

  .share-btn-container {
    position: absolute;
    right: 20px;
    bottom: 24px;
    font-size: 3vw;
  }

  .bi-check::before {
    content: "\f26e";
    font-size: 7vw;
  }

  .please-login-header {
    margin-top: 5%;
  }

  .food-icon {
    font-size: 3vw;
  }

  .business-profile-box p {
    font-size: 0.8rem;
    font-weight: 400;
  }

  .business-profile-box h4 {
    font-size: 1.5rem;
  }

  .description-para {
    font-size: 0.8rem;
    text-align: justify;
  }

  .people-rev-sec-img {
    width: 10%;
  }
}

.copy-message {
  font-size: 24px;
  color: #333;
  animation: blink 1s infinite;
  visibility: hidden;
  color: #28a745;
  font-size: 20px;
}

@keyframes blink {
  50% {
    opacity: 0;
  }
}

.please-login-header {
  background-image: linear-gradient(to right,
      #54b3d6,
      #54b3d6 50%,
      #28a745 50%);
  background-size: 200% 100%;
  background-position: -100%;
  color: #28a745;
  font-size: 25px;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: blink 1.4s infinite;
  transition: all 0.3s ease-in-out;
}

.please-login-header:before {
  content: "";
  background: #54b3d6;
  display: block;
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 0;
  height: 3px;
  transition: all 0.3s ease-in-out;
}

.please-login-header:hover {
  background-position: 0;
}

@keyframes blink {
  50% {
    opacity: 0;
  }
}

/* Slider Container */
.slider {
  width: 100%;
  margin: auto;
  overflow: hidden;
  border: 2px solid #ddd;
  border-radius: 10px;
  position: relative;
  border: 1px solid #004274;
}

/* Slides container */
.slides {
  display: flex;
  transition: transform 0.5s ease-in-out;
}

/* Each slide */
.slide {
  width: 100%;
  flex-shrink: 0;
}

.slide img {
  width: 100%;
  border-radius: 10px;
  display: block;
}

@media screen and (max-width: 576px) {
  .please-login-header {
    font-size: 20px;
    padding-top: 7%;
  }
}

/* 
Footer menu 
===================================== */

.footer-menu {
  position: fixed;
  bottom: -100px;
  /* Initially hidden below the screen */
  left: 0;
  width: 100%;
  background-color: #343a40;
  color: white;
  z-index: 1030;
  box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.1);
  transition: bottom 0.3s ease-in-out;
  /* Smooth slide effect */
}

.footer-menu.visible {
  bottom: 0;
  /* Moves the menu into view */
}

.footer-menu .nav-link {
  color: white;
  font-size: 14px;
  text-align: center;
}

.footer-menu .nav-link:hover {
  background-color: #495057;
}

.footer-menu i {
  display: block;
  font-size: 20px;
}

@media screen and (max-width: 576px) {
  .footer-logo {
    text-align: center;
  }
}

@media (max-width: 768px) {
  .footer-links {
    display: grid;
    justify-content: start;
    align-items: center;
    list-style: none;
    padding: 0;
    margin: 0;
    flex-wrap: wrap;
    /* Prevents the links from wrapping to the next line */
    overflow-x: auto;
    /* Adds horizontal scroll if content overflows */
  }
}

@media (max-width: 576px) {
  .footer-links {
    display: flex;
    justify-content: center;
    align-items: center;
    list-style: none;
    padding: 0;
    margin: 0;
    flex-wrap: wrap;
    /* Prevents the links from wrapping to the next line */
    overflow-x: auto;
    /* Adds horizontal scroll if content overflows */
  }

  .footer-links li {
    margin: 0;
    padding: 0 8px;
    white-space: nowrap;
    /* Prevents line breaks within individual links */
  }

  .footer-links li:not(:last-child)::after {
    content: "|";
    padding-left: 10px;
    color: #ccc;
    /* Adjust the color of the separator */
  }
}

/* my account
==================================== */

/* Styling the pop up */
#pop-up {
  width: 80%;
  max-width: 400px;
  background-color: white;
  display: none;
  padding: 20px;
  flex-direction: column;
  border-radius: 10px;
  position: absolute;
  top: -100px;
  left: 50%;
  transform: translateX(-50%);
  animation: pop-up 0.3s ease-out forwards;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
  z-index: 11;
}

#pop-up label {
  font-size: 1.2rem;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  font-weight: 500;
}

#pop-up input {
  width: 90%;
  padding: 0.5rem;
  margin: 0.8rem 0;
  border-radius: 5px;
  border: 1.5px solid rgb(215, 156, 45);
}

#pop-up input:focus {
  outline: none;
  border: 2px solid orange;
}

#pop-up button {
  padding: 0.5rem 1.5rem;
  margin: 0.5rem 0;
  border: none;
  background: orange;
  color: white;
  font-size: 1rem;
  border-radius: 5px;
  cursor: pointer;
}

.button-field {
  display: flex;
  justify-content: flex-end;
  gap: 1rem;
}

@keyframes pop-up {
  0% {
    top: -100px;
    opacity: 0;
  }

  100% {
    top: 5%;
    opacity: 1;
  }
}

@media (max-width: 768px) {
  #pop-up {
    width: 90%;
  }

  #pop-up button {
    width: 100%;
    margin-top: 0.5rem;
  }

  .button-field {
    flex-direction: column;
    gap: 0;
  }
}

@media (max-width: 576px) {
  .table th {
    font-size: 2.2vw;
  }
}

.status-pending {
  color: red;
}

.status-approved {
  color: green;
}

.edit-image-container {
  height: 200px;
  /* Set a fixed height */
  overflow: hidden;
  /* Hide parts of the image that exceed the container */
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f8f9fa;
  /* Light background color */
}

.edit-image-container img {
  max-width: 100%;
  /* Ensure image doesn't exceed the container's width */
  max-height: 100%;
  /* Ensure image doesn't exceed the container's height */
  object-fit: cover;
  /* Crop and center the image within the container */
}

.greeting-container {
  position: relative;
  text-align: center;
  display: inline-block;
}

.greeting-card {
  width: 100%;
  height: auto;
  position: relative;
  margin: 0 auto;
}

.greeting-card img {
  width: 100%;
  height: auto;
  display: block;
}

.greeting-content {
  position: absolute;
  top: 20%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: black;
}

.business-name {
  font-size: 1.5em;
  margin-top: 10px;
  font-weight: 600;
  color: #004274;
}

.rendered-image {
  margin-top: 20px;
  display: none;
  height: 50vh;
}

.download-btn {
  margin-top: 20px;
}

@media (max-width: 768px) {
  .greeting-message {
    font-size: 1.2em;
  }

  .business-name {
    font-size: 1em;
  }
}

@media (min-width: 769px) {
  .greeting-message {
    font-size: 2em;
  }
}

#homepage-search-form .stylish-input-group {
  width: 32%;
}

.google-login-btn {
  max-width: 320px;
  display: flex;
  padding: 0.5rem 1.4rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  vertical-align: middle;
  align-items: center;
  border-radius: 20px;
  border: 1px solid rgba(0, 0, 0, 0.25);
  gap: 0.75rem;
  color: rgb(65, 63, 63);
  background-color: #fff;
  cursor: pointer;
  transition: all 0.6s ease;
}

.google-login-btn svg {
  height: 24px;
}

.google-login-btn:hover {
  transform: scale(1.02);
}

/* 
  About us 
  ================================== */

/* start beez about section  */
.beez-about-sec {
  background-color: rgba(0, 0, 0, 0.027);
  padding-left: 5%;
  padding-right: 5%;
}

.beez-about-sec h1 {
  font-size: 2vw;
  font-weight: 450;
}

.beez-about-sec p {
  padding-top: 1.5%;
}

.beez-about-sec-para {
  width: 95%;
  text-align: justify;
}

.beez-about-sec img {
  border-radius: 5px;
}

.beez-about-sec button {
  padding: 1.5% 3% 1.5% 3%;
  border-radius: 3px;
  border: none;
  background-color: #004274;
  color: white;
  font-weight: 500;
  font-size: 1.2vw;
  margin-top: 2%;
}

.beez-about-sec button:hover {
  background-color: #1934ffe8;
}

/* Start beez-work sec  */
.beez-work-sec {
  padding-left: 5%;
  padding-right: 5%;
}

.beez-work-sec h1 {
  font-size: 2vw;
}

.beez-work-sec p {
  font-size: 1vw;
  padding-top: 1%;
}

.beez-work-sec .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(153, 152, 152, 0.107);
  padding: 13% 13% 13% 13%;
  border-radius: 50%;
}

.beez-work-sec h3 {
  margin-top: 4%;
  font-size: 1.2vw;
}

.beez-work-sec p {
  font-size: 1vw;
}

.beez-work-sec i {
  font-size: 50px;
  color: #604dd8;
}

/* start free post add section */
.beez-free-post-add-sec {
  background-image: linear-gradient(rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.6)),
    url("img/about/free-post-add-sec/banner5.jpg");

  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 45vh;
}

.beez-free-post-add-sec-bg {
  /* background-color: rgba(0, 0, 255, 0.496); */
  width: 100%;
  height: 45vh;
}

.beez-free-post-add-sec button {
  padding: 1% 1.5% 1% 1.5%;
  border-radius: 5px;
  border: none;
  background: transparent;
  border: 5px solid #ed7c314e;
  color: white;
  font-weight: 500;
  font-size: 1.1vw;
  margin-top: 2%;
  transition: 0.6s;
}

.beez-free-post-add-sec button:hover {
  background-color: #ed7d31;
  transform: scale(1.1);
}

/* start why choose us section  */
.beez-why-choose-us-sec {
  padding-left: 5%;
  padding-right: 5%;
  background-color: rgba(0, 0, 0, 0.027);
}

.beez-why-choose-us-sec .choose-para h1 {
  font-size: 2vw;
}

.beez-why-choose-us-sec .circular-progress {
  position: relative;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.beez-why-choose-us-sec .circular-progress svg {
  transform: rotate(-90deg);
}

.beez-why-choose-us-sec .circular-progress circle {
  fill: none;
  stroke-width: 10;
}

.beez-why-choose-us-sec .background {
  stroke: #e6e6e641;
  /* Background circle color */
}

.beez-why-choose-us-sec .progress {
  stroke-linecap: round;
  /* Rounded ends */
  transition: stroke-dashoffset 0.5s ease;
  /* Animation */
}

.beez-why-choose-us-sec .beez-icon {
  background-color: #4b48811a;
  padding: 22px 29px 22px 30px;
  border-radius: 50%;
}

.beez-why-choose-us-sec i {
  font-size: 2vw;
  color: #00148e;
}

.beez-why-choose-us-sec .circular-progress {
  position: relative;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f8f9fa;
}

/* start why-choose-us-bellow-part */

.why-choose-us-bellow-part {
  background-image: linear-gradient(rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.6)),
    url(/img/about//free-post-add-sec/banner5.jpg);
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 50vh;
}

.why-choose-us-bellow-part-bg {
  /* background-color: rgba(0, 0, 255, 0.496); */
  width: 100%;
  height: 50vh;
  padding-top: 5%;
  padding-left: 5.5%;
  padding-right: 5.5%;
}

.why-choose-us-bellow-part .why-choose-us-bellow-part-bg .card {
  background-color: rgba(235, 231, 231, 0.148);
  transition: 0.6s;
}

.why-choose-us-bellow-part .why-choose-us-bellow-part-bg .card:hover {
  /* transform: scale(1.1); */
  background-color: rgba(235, 231, 231, 0.282);
  /* border: 2px solid #ed7c3113 ; */
}

.why-choose-us-bellow-part .why-choose-us-bellow-part-bg i {
  font-size: 2vw;
}

.why-choose-us-bellow-part .why-choose-us-bellow-part-bg .why-choose-us-bellow-part-icon {
  border-radius: 50%;
  background-color: rgba(116, 112, 112, 0.471);
  padding: 6% 8% 5% 8%;
}

/* Start our team section */
.beez-our-team-sec {
  padding-left: 5%;
  padding-right: 5%;
}

.beez-our-team-sec .card .our-team-sec-img {
  border: 2px solid rgba(0, 0, 0, 0.096);
  border-radius: 50%;
  padding: 1%;
}

.beez-our-team-sec .card .our-team-sec-img img {
  border-radius: 50%;
}

.beez-our-team-sec .card p {
  text-align: justify;
}

/* start beez-subscribe-part */
.beez-subscribe-part {
  background-color: rgba(0, 0, 0, 0.027);
}

.beez-subscribe-part input {
  width: 50%;
  padding: 1% 5% 1% 1%;
  border: 1px solid rgba(0, 0, 0, 0.078);
  outline: none;
}

.beez-subscribe-part button {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  padding: 1% 3% 1% 3%;
  border: none;
  border: 1px solid #ed7d31;
  background-color: #ed7d31;
  color: white;
}

/* Start footer part  */

@media screen and (max-width: 1024px) {
  .beez-about-sec p {
    font-size: 1.5vw;
  }

  .beez-about-sec img {
    border-radius: 10px;
    height: 76vh;
  }

  .beez-about-sec button {
    padding: 2% 6% 2% 6%;
    font-size: 1.5vw;
  }

  .beez-work-sec h1 {
    font-size: 2.5vw;
  }

  .beez-work-sec p {
    font-size: 1.5vw;
  }

  .p-4 {
    padding: 2rem !important;
  }

  .beez-work-sec h3 {
    margin-top: 9%;
    font-size: 2vw;
  }

  .text-white {
    padding: 0%;
  }

  .beez-free-post-add-sec button {
    font-size: 1.5vw;
  }

  .beez-why-choose-us-sec .choose-para h1 {
    font-size: 2.5vw;
  }

  .beez-why-choose-us-sec .beez-icon {
    padding: 30px 35px 30px 35px;
  }

  .beez-why-choose-us-sec-h1 {
    font-size: 2vw;
  }

  .why-choose-us-bellow-part-bg {
    padding-top: 2%;
  }

  .beez-our-team-sec-h1 {
    font-size: 1.6vw;
  }
}

@media screen and (max-width: 768px) {
  p {
    margin-bottom: 1rem;
  }

  .why-choose-us-bellow-part {
    height: 67vh;
  }
}

@media screen and (max-width: 575px) {
  .beez-about-sec h1 {
    font-size: 8vw;
    text-align: center;
  }

  .beez-about-sec-para {
    width: 100%;
  }

  .beez-about-sec p {
    padding-top: 1.5%;
    font-size: 3vw;
    text-align: justify;
  }

  .beez-about-sec img {
    height: 50vh;
  }

  .beez-why-choose-us-sec-h1 {
    font-size: 5vw;
  }

  .beez-our-team-sec-h1 {
    font-size: 4.5vw;
  }

  .beez-about-sec-btn {
    text-align: center;
  }

  .beez-about-sec button {
    padding: 3% 8% 3% 8%;
    font-size: 4vw;
  }

  .beez-about-sec-btn {
    text-align: center;
    margin-bottom: 8%;
  }

  .beez-work-sec h1 {
    font-size: 8vw;
  }

  .beez-work-sec p {
    font-size: 3vw;
  }

  .beez-work-sec i {
    font-size: 25px;
    color: #604dd8;
  }

  .beez-work-sec h3 {
    font-size: 4vw;
    padding-top: 4%;
  }

  .pt-2 {
    padding-top: 0.5rem !important;
    font-size: 3vw;
  }

  .beez-free-post-add-sec button {
    padding: 3% 3.5% 3% 3.5%;
    font-size: 4vw;
  }

  .beez-why-choose-us-sec .choose-para h1 {
    font-size: 8vw;
  }

  p {
    margin-top: 0;
    margin-bottom: 1rem;
    font-size: 0.8rem;
    text-align: justify;
  }

  .h5,
  h5 {
    font-size: 1rem;
  }

  .bi-heart-fill::before {
    content: "\f415";
    font-size: 8vw;
  }

  .bi-megaphone::before {
    content: "\f484";
    font-size: 8vw;
  }

  .bi-heart::before {
    content: "\f417";
    font-size: 8vw;
  }

  .bi-clipboard-check::before {
    content: "\f28b";
    font-size: 8vw;
  }

  .bi-telephone::before {
    content: "\f5c1";
    font-size: 8vw;
  }

  .bi-heart::before {
    content: "\f417";
    font-size: 8vw;
  }

  .bi-heart::before {
    content: "\f417";
    font-size: 8vw;
  }

  .beez-why-choose-us-sec .beez-icon {
    background-color: #4b48811a;
    padding: 30px 30px 30px 30px;
    border-radius: 50%;
  }

  .why-choose-us-bellow-part {
    width: 100%;
    height: 190vh;
  }

  .why-choose-us-bellow-part-icon {
    padding: 18px 30px 20px 30px;
  }

  .why-choose-us-bellow-part-bg {
    width: 100%;
    height: 125vh;
    padding-bottom: 50%;
    padding-left: 5.5%;
    padding-right: 5.5%;
    padding-top: 20%;
    padding-bottom: 100%;
  }

  .why-choose-us-bellow-part .why-choose-us-bellow-part-bg .why-choose-us-bellow-part-icon {
    padding: 5% 4% 2% 4%;
  }

  .bi-copy::before {
    content: "\f759";
    font-size: 6vw;
  }

  .why-choose-us-bellow-part .why-choose-us-bellow-part-bg .why-choose-us-bellow-part-icon {
    padding: 5% 6% 5% 6%;
  }

  .bi-heart::before {
    content: "\f417";
    font-size: 5vw;
  }

  .bi-people::before {
    content: "\f4d0";
    font-size: 5vw;
  }

  .bi-emoji-smile::before {
    content: "\f327";
    font-size: 5vw;
  }

  .beez-why-choose-us-sec .choose-para p {
    font-size: 3vw;
  }

  .beez-why-choose-us-sec .card p {
    font-size: 3vw;
  }

  .beez-our-team-sec h1 {
    font-size: 8vw;
  }

  .beez-our-team-sec .card b {
    font-size: 3.5vw;
  }

  .beez-our-team-sec p {
    font-size: 3vw;
  }

  .beez-subscribe-part h1 {
    font-size: 8vw;
  }

  .nav {
    --bs-nav-link-padding-x: 0.5rem !important;
  }

  .listing-part {
    display: flex;
    justify-content: center;
  }

  .nav-link.active {
    border-bottom: 2px solid #004279 !important;
    color: #004279 !important;
    background: #ffede8 !important;
  }

  .for-mobile {
    display: flex;
    justify-content: space-evenly;
  }

  .for-mobile input {
    width: 100%;
  }

  .nab-tabs {
    border-bottom: none !important;
  }

  .search-container-input-sec {
    display: flex;
    width: 100%;
  }
}

.nav-link.active {
  border-bottom: 2px solid #004279 !important;
  color: #004279 !important;
  background: #ffede8 !important;
}

/* Ad Styles */
.ad-container {
  display: none;
  /* Hidden initially */
  position: fixed;
  z-index: 1000;
  cursor: pointer;
  transition: all 0.5s ease;
}

/* Ad for Desktop */
.ad-container.desktop {
  bottom: 80px;
  right: 20px;
  width: 340px;
  height: auto;
}

/* Ad for Mobile */
.ad-container.mobile {
  bottom: -100%;
  /* Hidden initially */
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
  height: auto;
}

/* Skip Button */
.skip-btn {
  position: absolute;
  top: -15px;
  right: -15px;
  background: red;
  color: black;
  border: none;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  font-size: 32px;
  line-height: 30px;
  text-align: center;
  cursor: pointer;
  z-index: 1001;
}

/* Ad Image */
.ad-container img {
  width: 100%;
  border-radius: 10px;
}

/* Start your Journey with Beezinfo popup */
.remove-btn {
  position: absolute;
  top: 5px;
  right: 10px;
  color: black;
  border: none;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  font-size: 16px;
  text-decoration: underline;
  line-height: 30px;
  text-align: center;
  cursor: pointer;
  z-index: 1001;
}


/* category slider part  */

.carousel-container {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.slider-bg {
  margin: 2% 3.2% 2% 2.8%;
}

.carousel-wrapper {
  display: flex;
  transition: transform 1s ease;
}

.carousel-slide {
  box-sizing: border-box;
}

/* Default for large screens - 6 slides per view */
.carousel-slide {
  min-width: 12.66%;
  /* 6 slides per view */
}

/* For mobile view - show 2 slides at a time */
@media (max-width: 768px) {
  .carousel-slide {
    min-width: 33%;
    /* 2 slides per view */
  }

  .carousel-wrapper {
    background-color: #fff;
    display: flex;
    width: 100%;
  }

  .head-font {
    font-size: 0.7rem;
  }

  .cstm-log-btn .cstm-log-txt {
    font-size: 0.7rem;
  }
}

.carousel-slide img {
  width: 100%;
  display: block;
  transition: transform 0.3s ease-in-out;
}

/* Hover effect for images */
.carousel-slide img:hover {
  transition: transform 0.3s ease-in-out;
}

/* Clicked image hover effect */
.carousel-slide img.hover {
  transform: scale(1.1);
}

/* Next and Prev button styles */
.carousel-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: none;
  padding: 10px;
  cursor: pointer;
  font-size: 20px;
  z-index: 10;
}

.prev {
  left: 10px;
}

.next {
  right: 10px;
}

/* why choose us section  */
.leftside-section {
  background-color: #eef4ff;
  height: auto;
  padding-bottom: 1.5%;
}

.leftside-section h3 {
  font-size: 1.5vw;
}

@media (max-width: 768px) {
  .leftside-section h3 {
    font-size: 2vw;
  }

  .leftside-section {
    padding-bottom: 0.5%;
  }

  .steps-list {
    font-size: 1.6vw;
  }
}

@media (max-width: 576px) {
  .leftside-section h3 {
    font-size: 5vw;
  }

  .lead {
    font-size: 1rem;
  }

  .steps-list {
    font-size: 3.6vw;
  }
}

.leftside-sec button {
  background-color: #10847e;
  padding: 10px 20px 10px 20px;
  border: none;
  color: white;
  border-radius: 5px;
}

.prescription-icon {
  width: 200px;
  height: auto;
  margin-bottom: 1rem;
}

.upload-btn {
  background-color: #00a884;
  border: none;
  padding: 0.5rem 2rem;
  border-radius: 6px;
  color: white;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}

.upload-btn:hover {
  background-color: #009677;
}

.step-number {
  background-color: #004374;
  color: #ffffff;
  width: 30px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 22%;
  margin-right: 1rem;
}

.steps-list {
  list-style: none;
  padding: 0;
}

@media screen and (max-width: 820px) {
  .steps-list {
    list-style: none;
    padding: 0;
    font-size: 1.5vw;
  }
}

@media screen and (max-width: 576px) {
  .steps-list {
    font-size: 4vw;
  }
}

.steps-list li {
  margin-bottom: 0.2rem;
  display: flex;
  align-items: center;
}

.text-muted {
  color: #6c757d;
}

/* FAQ Accordion Styles */
.faq-accordion {
  display: none;
}

.accordion-button {
  background-color: #f8f9ff !important;
  box-shadow: none !important;
  padding: 1rem;
}

.accordion-button:not(.collapsed) {
  color: #4a63ee;
}

.accordion-item {
  border: 1px solid #e8eeff;
  margin-bottom: 0.5rem;
  border-radius: 8px !important;
  overflow: hidden;
}

.accordion-body {
  padding: 1rem;
  background-color: #ffffff;
}

.accordion-body li {
  list-style: none;
  padding: 1% 0% 1% 0%;
}

/* Desktop/Mobile Switch */
@media (max-width: 767px) {
  .steps-desktop {
    display: none;
  }

  .faq-accordion {
    display: block;
  }
}

.section {
  background: #eef4ff;
  padding: 10px;
  border-radius: 5px;
  max-width: 400px;
  margin: auto;
}

.content {
  display: block;
}

.accordion {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  /* background: #e0e7ff; */
  /* padding: 0 10px; */
  border-radius: 5px;
  margin-top: -13px;
  transition: max-height 0.5s ease-out, opacity 0.5s ease-out;
}

@keyframes placeholderMove {
  0% {
    transform: translateY(0);
    opacity: 1;
  }

  50% {
    transform: translateY(-10px);
    opacity: 0;
  }

  51% {
    transform: translateY(10px);
    opacity: 0;
  }

  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

/* hero section */

.underline::after {
  content: "";
  position: absolute;
  bottom: 4px;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: black;
}

.star {
  color: #ffc107;
}

.star-empty {
  color: #e4e5e9;
}

/* Apply animation */
.animated-placeholder::placeholder {
  transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
}

.placeholder-animate::placeholder {
  animation: placeholderMove 0.8s ease-in-out;
}

.search-from-container {
  max-width: 75%;
  /* Default: Desktop screens */
  width: 100%;
  /* Ensures it adapts well */
  /* margin: 0 auto; Centers the form */
}

@media (max-width: 767px) {

  /* For mobile screens */
  .search-from-container {
    max-width: 100%;
    /* Overrides the desktop setting */
  }
}

.hero-left-part h1 {
  font-size: 3rem;
  font-weight: bold;
}

.hero-left-part p {
  font-size: 1.2rem;
  margin-bottom: 20px;
}

.btn-custom {
  font-size: 1.2rem;
  padding: 10px 25px;
  margin: 10px;
}

.hero {
  margin-bottom: 1rem;
}

.hero h1 {
  font-size: 3.5rem;
  line-height: 1.2;
  color: #2d2d2d;
  margin-bottom: 1rem;
  font-weight: 600;
}

@media (max-width: 576px) {
  .hero h1 {
    font-size: 2rem;
  }

  .hero p {
    font-size: 1rem;
  }

  .stat-number {
    font-size: 1.5rem;
  }

  .hero h1 {
    font-weight: 650;
  }

  strong {
    font-weight: 500;
  }
}

.hero h1 .highlight-part {
  color: #004274;
}

.features {
  display: flex;
  flex-direction: column;
  /* gap: 1rem; */
  /* margin-bottom: 1rem */
}

.feature-item {
  display: flex;
  align-items: center;
  gap: 1rem;
  /* padding: 1.5rem; */
  /* background-color: #f8f9fe; */
  border-radius: 8px;
}

.feature-icon {
  height: 35px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.stats {
  display: flex;
  justify-content: space-between;
  padding: 2rem;
  background-color: #f8f9fe;
  border-radius: 12px;
}

.stat-item {
  text-align: center;
}

.stat-number {
  font-size: 2.5rem;
  font-weight: bold;
  color: #2d2d2d;
  margin-bottom: 0.5rem;
}

@media (max-width: 576px) {
  .stat-number {
    font-size: 1.5rem;
  }
}

.stat-label {
  color: #666;
  font-size: 1rem;
}

.stats-container {
  /* display: flex; */
  gap: 2rem;
  margin-top: 4%;
  background: white;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  max-width: 650px;
  width: 100%;
  /* margin: 1rem; */
}

.stat-item {
  /* flex: 1; */
  text-align: center;
  padding: 1rem;
  /* border-radius: 15px; */
  transition: transform 0.3s ease;
  cursor: pointer;
}

.stat-item:hover {
  transform: translateY(-5px);
  background: rgba(246, 248, 255, 0.5);
}

.stat-number {
  font-size: 2.5rem;
  font-weight: 700;
  color: #2d3748;
  margin-bottom: 0.5rem;
  display: block;
}

@media screen and (max-width: 576px) {
  .stat-number {
    font-size: 1rem;
    font-weight: 700;
    color: #2d3748;
    margin-bottom: 0.5rem;
    display: block;
  }

  .feature-text {
    font-size: 1rem;
  }
}

.stat-label {
  color: #718096;
  font-size: 0.875rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

/* Dividers between stats */
.stat-item:not(:last-child) {
  border-right: 1px solid #004374;
}

/* Responsive Design */
@media (max-width: 768px) {
  .stats-container {
    flex-direction: column;
    gap: 1rem;
  }
}

/* Custom animations */
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.stat-item {
  animation: fadeIn 0.5s ease-out forwards;
}

.stat-item:nth-child(1) {
  animation-delay: 0.1s;
}

.stat-item:nth-child(2) {
  animation-delay: 0.2s;
}

.stat-item:nth-child(3) {
  animation-delay: 0.3s;
}

/* upload file part  */

.upload-container {
  width: 100%;
  max-width: 958px;
  padding: 40px;
  text-align: center;
}

@media screen and (max-width: 576px) {
  .upload-container {
    padding: 0px;
  }
}

.upload-box {
  position: relative;
  border: 2px dashed #4caf50;
  border-radius: 10px;
  padding: 15px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  background-color: #f9f9f9;
}

.upload-box:hover {
  border-color: #45a049;
  background-color: #eef9ee;
}

.upload-icon {
  font-size: 36px;
  color: #4caf50;
  transition: color 0.3s ease-in-out;
}

.upload-box:hover .upload-icon {
  color: #388e3c;
}

.upload-area p {
  margin: 20px 0;
  color: #555;
  font-size: 18px;
  font-weight: 500;
}

.browse-text {
  color: #007bff;
  text-decoration: underline;
  cursor: pointer;
  font-weight: 600;
}

.browse-text:hover {
  color: #0056b3;
}

.upload-box small {
  display: block;
  margin-top: 10px;
  color: #888;
  font-size: 14px;
}

input[type="file"] {
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  cursor: pointer;
}

input[type="file"] {
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  cursor: pointer;
  top: 60px;
  left: 53px;
}

.upload-input {
  height: 30vh;
}

.form-group1 input {
  height: 50px;
  padding: -1px;
  font-size: 234%;
}

.suggestions-container {
  top: 50px;
}

.verified-buttons {
  position: relative;
}

.verified-button1 {
  position: absolute;
  right: 1px;
  bottom: 5px;
}

/* for mobile view accodian  */

.faq-container {
  max-width: 600px;
  margin: auto;
  background: white;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.faq {
  border-bottom: 1px solid #ddd;
  padding: 10px 0;
}

.faq:last-child {
  border-bottom: none;
}

.faq-question {
  font-weight: bold;
  cursor: pointer;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background-color: #004274;
  padding: 10px 0px 5px 0px;
}

.faq-question::after {
  content: "\25B6";
  transition: transform 0.3s ease;
  position: absolute;
  right: 39px;
  color: #ed7d31;
}

.faq-question.active::after {
  transform: rotate(90deg);
  position: absolute;
  right: 39px;
  color: #ed7d31;
}

.faq-answer {
  display: none;
  padding-top: 5px;
  color: #555;
  margin: 0px 15px 0px 15px;
}

/* step sec */

.step-wrapper {
  position: relative;
  width: 120px;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.outer-circle {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  /* border: 2px solid red; */
  position: absolute;
}

.outer-circle-1 {
  border: 2px solid #d2691e;
}

.outer-circle-2 {
  border: 2px solid #e65c28;
}

.outer-circle-3 {
  border: 2px solid #0288d1;
}

.outer-circle-4 {
  border: 2px solid #d32f2f;
}

.inner-circle {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: white;
  /* border: 10px solid red; */
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  position: absolute;
  box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.5);
}

.inner-circle-1 {
  border: 10px solid #e9a825;
}

.inner-circle-2 {
  border: 10px solid #f47c42;
}

.inner-circle-3 {
  border: 10px solid #29b6f6;
}

.inner-circle-4 {
  border: 10px solid #e53935;
}

.step-numbers {
  font-size: 20px;
  font-weight: bold;
  color: #000;
}

.step-text {
  font-size: 12px;
  color: #666;
}

.side-dots::before,
.side-dots::after {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  background: white;
  /* border: 2px solid red; */
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
}

.side-dots-1::before,
.side-dots-1::after {
  border: 2px solid #d2691e;
}

.side-dots-2::before,
.side-dots-2::after {
  border: 2px solid #f47c42;
}

.side-dots-3::before,
.side-dots-3::after {
  border: 2px solid #0288d1;
}

.side-dots-4::before,
.side-dots-4::after {
  border: 2px solid #d32f2f;
}

.side-dots::before {
  left: -6px;
}

.side-dots::after {
  right: -6px;
}

@media screen and (max-width: 1280px) {
  .benefit-sec h3 {
    font-size: 1.5rem;
  }

  .para {
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 1024px) {
  .benefit-sec h3 {
    font-size: 1.6rem;
  }

  .para {
    font-size: 1.25rem;
  }
}

@media screen and (max-width: 912px) {
  .para {
    font-size: 1.3rem;
  }

  .benefit-sec h2,
  .Works-Sec h2 {
    font-size: 1.8rem;
  }

  .benefit-sec h3 {
    font-size: 1.45rem;
  }

  .benefit-sec-container {
    max-width: 855px;
  }
}

@media screen and (max-width: 820px) {
  .people-review-date {
    width: 40%;
  }
}

@media screen and (max-width: 768px) {
  .people-review-date {
    width: 45%;
  }

  .people-review-txt {
    font-size: 1rem;
  }
}

@media screen and (max-width: 600px) {
  .para {
    font-size: 1.6rem;
  }

  .benefit-sec-container {
    max-width: 345px;
  }

  .h3,
  h3 {
    font-size: calc(1rem + 0.6vw);
  }

  .small-screen {
    flex-direction: row !important;
    justify-content: flex-start !important;
    text-align: left;
    margin-bottom: 15px;
    width: 100%;
  }

  .inner-circle {
    width: 70px;
    height: 70px;
  }

  .outer-circle {
    width: 90px;
    height: 90px;
  }

  .step-text {
    display: none;
  }

  .content {
    text-align: start;
    /* margin-left: 15px; */
  }

  .content .para {
    font-size: 0.8rem;
  }

  .contact h3 {
    font-size: 1.6rem;
  }

  .step-wrapper {
    flex-shrink: 0;
    /* Prevent shrinking */
    margin-left: 0;
    /* Ensures alignment */
  }

  .people-review-date {
    width: 100%;
  }

  .rotation {
    font-size: 0.7rem;
  }
}

/* Floating Button */
.floating-button {
  position: fixed;
  right: -80px;
  top: 50%;
  transform: translateY(-50%);
  background-color: #004274;
  color: white;
  font-weight: 450;
  writing-mode: vertical-rl;
  /* Vertical text */
  text-orientation: sideways;
  border-radius: 5px 0 0 5px;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3);
  text-decoration: none;
  transition: right 0.9s ease-in-out;
}

/* Hover Effect */
.floating-button:hover {
  background-color: #007bff;
  transform: translateY(-50%) scale(1.1);
}

.show-btn {
  right: 0;
  /* Final position */
  opacity: 1;
}

.business-container {
  border: 1px solid #ccc;
  border-radius: 10px;
}

.catalogue-img {
  width: 100%;
  height: 120px;
  /* Set uniform height */
  object-fit: cover;
  /* Ensures image fills space properly */
}

.form-check-input[type="checkbox"] {
  border-radius: 0.25em;
  border: 2px solid #004274 !important;
}

.rotation-part {
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: start;
  text-align: center;
  gap: 5px;
  width: 100%;
  white-space: nowrap;
}

.rotation-part .find {
  font-size: 2rem;
}

.highlight {
  border-radius: 5px;
  display: inline-block;
  min-width: 450px;
  text-align: start;
  position: relative;
  overflow: hidden;
  height: 40px;
  line-height: 40px;
}

.word {
  font-size: 2rem;
  position: absolute;
  right: 0px;
  width: 100%;
  text-align: left;
  transition: transform 0.5s ease-in-out, color 0.5s ease-in-out;
}

@media screen and (max-width: 768px) {
  .highlight {
    min-width: 248px;
  }

  .rotation-part .find {
    font-size: 1rem;
  }

  .word {
    font-size: 1rem;
  }
}

@media screen and (max-width: 568px) {
  .highlight {
    min-width: 248px;
  }

  .rotation-part .find {
    font-size: 1rem;
  }

  .word {
    font-size: 1rem;
  }
}

.tag-item {
  background-color: #f1f1f1;
  color: #333;
  padding: 6px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  font-size: 14px;
  font-weight: 500;
  display: inline-block;
  border-left-width: 4px;
  border-left-style: solid;
}

.tag-item:hover {
  transform: scale(1.1);
}

.ai-card {
  max-width: 500px;
  min-height: 200px;
  /* Ensures equal height for all cards */
  border-radius: 16px;
  padding: 24px;
  background-color: #f8f9fa;
  border: 1px solid #e9ecef;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.05);
  display: flex;
  flex-direction: column;
  /* Ensures equal spacing */
  justify-content: space-between;
  /* Distributes content evenly */
}

.card-title {
  color: #004274;
  display: flex;
  align-items: center;
  white-space: nowrap;
  /* Keeps title in one line */
  overflow: hidden;
  text-overflow: ellipsis;
}



.card-text {
  flex-grow: 1;
  /* Expands to fill available space */
  overflow: hidden;
  max-height: 60px;
  /* Limits text height */
  text-overflow: ellipsis;
}

.get-started-btn {
  background-color: #004274;
  color: white;
  border: 1px solid transparent;
  border-radius: 50px;
  padding: 10px 24px;
  font-weight: 500;
  transition: all 0.3s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
}

.get-started-btn:hover {
  background-color: #002a50;
  color: white;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.btn-icon {
  margin-left: 8px;
  transition: transform 0.3s ease-in-out;
}

.get-started-btn:hover .btn-icon {
  transform: translateX(3px);
}

.people-review-details {
  border-bottom: 2px solid #004274;
  padding-bottom: 15px;
}

.otp-Form {
  width: 230px;
  height: 300px;
  background-color: rgb(255, 255, 255);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px 30px;
  gap: 20px;
  position: relative;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.082);
  border-radius: 15px;
}

.mainHeading {
  font-size: 1.1em;
  color: rgb(15, 15, 15);
  font-weight: 700;
}

.otpSubheading {
  font-size: 0.7em;
  color: black;
  line-height: 17px;
  text-align: center;
}

.inputContainer {
  width: 100%;
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  justify-content: center;
}

.otp-input {
  background-color: rgb(228, 228, 228);
  width: 48px;
  height: 48px;
  text-align: center;
  border: none;
  border-radius: 7px;
  caret-color: rgb(127, 129, 255);
  color: rgb(44, 44, 44);
  outline: none;
  font-weight: 600;
}

.otp-input:focus,
.otp-input:valid {
  background-color: rgba(127, 129, 255, 0.199);
  transition-duration: .3s;
}

.verifyButton {
  width: 100%;
  height: 30px;
  border: none;
  background-color: rgb(127, 129, 255);
  color: white;
  font-weight: 600;
  cursor: pointer;
  border-radius: 10px;
  transition-duration: .2s;
  margin-top: 20px;
}

.verifyButton:hover {
  background-color: rgb(144, 145, 255);
  transition-duration: .2s;
}

.exitBtn {
  position: absolute;
  top: 5px;
  right: 5px;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.171);
  background-color: rgb(255, 255, 255);
  border-radius: 50%;
  width: 25px;
  height: 25px;
  border: none;
  color: black;
  font-size: 1.1em;
  cursor: pointer;
}

.resendLink.disabled {
  pointer-events: none;
  color: grey;
  text-decoration: none;
}</pre></body></html>