@import url("https://fonts.googleapis.com/css2?family=Mulish:wght@700&display=swap");
body {
  font-family: "Mulish", sans-serif;
}
a {
  text-decoration: none;
}
:root {
  --Violet: #5247a5;
  --white: #fff;
  --black: #212b36;
}
.header2-main {
  display: flex;
  min-height: 64px;
  padding: 20px 0px;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  opacity: 0.95;
  background: #fff;
  box-shadow: 0px 0px 2px 0px rgba(145, 158, 171, 0.2),
    0px 12px 24px -4px rgba(145, 158, 171, 0.12);
}
.navbar2 {
  display: flex;
  padding: 0px 40px;
  justify-content: space-between;
  align-items: center;
}
.mainnav-links ul {
  padding: 0px;
  margin: 0px;
}
.mainnav-links ul li {
  list-style: none;
  display: inline-block;
  margin: 0px 15px;
}
.mainnav-links ul li a {
  color: var(--black);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.theme-btn1 {
  min-width: 64px;
  padding: 5px 24px;
  border-radius: 68px;
  background: var(--Violet);
  border: none;
  font-size: 16px;
  font-weight: 500;
  color: var(--white);
  border: 2px var(--Violet) solid;
}
.theme-btn2 {
  min-width: 64px;
  padding: 5px 24px;
  border-radius: 68px;
  background: var(--white);
  border: none;
  font-size: 16px;
  font-weight: 500;
  color: var(--Violet);
  border: 2px var(--Violet) solid;
}
.main-hero-content {
  margin-top: 60px;
}
.main-hero-content .hero-inner-content h1 {
  color: #212b36;
  text-align: center;
  font-size: 58px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1px;
}
.main-hero-content .hero-inner-content p {
  color: var(--Dark-Gray, #adadad);
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.input-search-container {
  margin-top: 40px;
  text-align: center;
}
.input-search-container {
  display: flex;
  align-items: center;
  justify-content: center;
}
.input-search-container .search-input-box input {
  display: flex;
  width: 480px !important;
  min-width: 64px;
  padding: 12px 24px;
  justify-content: space-between;
  align-items: center;
  border-radius: 68px;
  border: 2px solid var(--Dark-Gray, #adadad);
  background: var(--White, #fff);
  color: var(--black);
}
.input-search-container .search-input-box input::placeholder {
  color: var(--Dark-Gray, #adadad);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
}
.input-search-container .search-input-box .form-field {
  position: relative;
}
.input-search-container .search-input-box .search-icon {
  position: absolute;
  top: 30%;
  right: 5%;
}
.input-search-container .or h5 {
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  color: var(--Black);
  margin: 0px;
}
.hero-reviews-section {
  margin-top: 30px;
}
.hero-reviews-section .hero-reviews img {
  width: 69%;
}
.most-reviews-category-section {
  margin-top: -5px;
  padding: 80px 0px;
  background: var(--Faded-White, #f3f5f9);
}
.hero-reviews video {
  width: 100%;
  height: auto;
}

.section-title h2 {
  color: #212b36;
  text-align: center;
  font-size: 46px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.tabcontent {
  display: none;
  padding: 0px 0px 0px 0px !important;
}
.all-listing-tabs {
  margin-top: 50px;
}
.all-listing-tabs .tab button {
border: none;
    color: var(--white);
    background-color: transparent;
    font-size: 15px;
    font-weight: 600;
    width: 31.66%;
    display: inline;
    padding: 10px 8px;
    align-items: center;
    gap: 8px;
    border-radius: 23px;
    text-align: center;
background: rgb(68 58 143);
}
.all-listing-tabs .tab button:hover{
    background-color:#ffffff1a;
}
.all-listing-tabs .tab button.active {
  color: var(--Black);
  background: var(--Light-Teal-Green, #86e2d7);
}
.tab-listings-result {
  margin-top: 40px;
}
.all-listing-tabs .tab {
      display: flex;
       padding: 26px 40px;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    border-radius: 34px;
    background: var(--Violet);
    box-shadow: 0px 0px 2px 0px rgba(145, 158, 171, 0.2), 0px 12px 24px -4px rgba(145, 158, 171, 0.12);
    flex-wrap: wrap;
    gap: 12px;
}
.listings-result-box {
     display: flex;
    padding: 25px 16px;
    justify-content: start;
    align-items: center;
    border-radius: 36px;
    background: var(--White, #fff);
    box-shadow: 0px 0px 2px 0px rgba(145, 158, 171, 0.2), 0px 12px 24px -4px rgba(145, 158, 171, 0.12);
    transition: .4s;
}
.listings-result-box:hover{
    box-shadow:0px 0px 0px 2px var(--Violet);
}
.listings-result-box .company-name-review h4{
    font-weight:600;
        font-size: 22px;
}
.company-profile-info {
  display: flex;
  align-items: center;
  gap: 10px;
}
.com-profile-img .company-short-name {
         display: flex;
    /* width: 49px; */
    /* height: 49px; */
    padding: 6px 15px;
    /* flex-direction: column; */
    /* justify-content: center; */
    /* align-items: center; */
    gap: 10px;
    border-radius: 20px;
    color: #fff;
    font-weight: 600;
    background: #ebebeb;
}
.color1 {
  background: #e56565 !important;
}
.color2 {
  background: #6589e5 !important;
}
.color3 {
  background: #e9a728 !important;
}
.color4 {
  background: #19944a !important;
}

.com-profile-img .company-short-name h5 {
  margin: 0px;
  font-size: 15px;
}
.company-profile-info .company-name-review h4 {
  color: var(--Black);
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin: 0px;
}
.company-profile-info .company-name-review p {
  color: #7e848f;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0px;
}
.company-ratings .rating-number {
  color: #6b6b6b;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.company-ratings .rating-stars i {
     font-size: 14px;
    color: #ffffff;
    background: #d1d1d1;
    padding: 4px;
    margin: 0px 2px;
    border-radius: 4px;
}
.company-ratings .rating-stars i.fill{
  background: #5247a5;
color:#ffbf00 !important;
}
.video-section {
  margin-top: 80px;
}
.video-section .video-box {
  text-align: left;

  display: flex;
  width: 100%;
  height: 905px;
  /* height: auto; */
  padding: 40px;
  flex-direction: column;
  align-items: flex-start;
  gap: 18px;
  border-radius: 24px;
  background: var(--Faded-White, #f3f5f9);
}
.video-section .video-box video {
  width: 100%;
  margin-top: 40px;
  border-radius: 16px;
  border: 2px var(--Violet) solid;
}
.video-section .video-box h2 {
  font-size: 60px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  color: #212b36;
  align-self: stretch;
}
.video-section .video-box p {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #212b36;
  margin-top: 0px;
}
.video-right-review-box {
  display: flex;
  width: 100%;
  padding: 40px;
  flex-direction: column;
  align-items: flex-start;
  gap: 18px;
  border-radius: 24px;
  background: var(--Faded-White, #f3f5f9);
}
.video-right-review-box .gif {
  width: 110px;
}
.video-right-review-box h2 {
  font-size: 60px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  color: #212b36;
}
.video-right-review-box p {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #212b36;
  margin-bottom: 0px;
}
.why-trust-section {
  margin-top: 80px;
  padding: 80px 24px;
  gap: 32px;
  align-self: stretch;
  background: linear-gradient(
      0deg,
      rgba(0, 0, 0, 0.4) 0%,
      rgba(0, 0, 0, 0.4) 100%
    ),
    #86e2d7;
}
.why-trust-section h2 {
  font-size: 62px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  color: #fff;
}
.why-trust-section p {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #fff;
  margin: 0px;
}
.why-trust-section .trust-points {
  margin-top: 20px;
}
.why-trust-section .trust-points {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 94%;
}
.why-trust-section .trust-points .point-box {
  display: flex;
  padding: 8px 20px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 31px;
  background: var(--Light-Teal-Green, #86e2d7);
  color: #212b36;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.why-trust-section .trust-img img {
  width: 100%;
}
.why-trust-section .trust-content {
  display: flex;
  padding: 28px 0px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 18px;
  flex: 1 0 0;
}
.top-companies-section {
  margin-top: 80px;
}
.top-companies-section .top-companies-slider {
  display: flex;
  width: 100%;
  padding: 40px;
  flex-direction: column;
  align-items: flex-start;
  gap: 40px;
  align-self: stretch;
  border-radius: 24px;
  background: var(--Faded-White, #f3f5f9);
}
.top-companies-section .top-companies-slider h2 {
  color: #212b36;
  font-size: 62px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.top-companies-section .top-companies-slider .auto-slider {
  width: 100%;
  overflow: hidden;
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-420px * 7));
  }
}

.top-companies-section .top-companies-slider .auto-slider .slider {
  height: auto;
  margin: auto;
  overflow: hidden;
  position: relative;
  width: auto;
}

.top-companies-section
  .top-companies-slider
  .auto-slider
  .slider:hover
  .slide-track {
  animation-play-state: paused;
}

.top-companies-section .top-companies-slider .auto-slider .slider .slide-track {
  animation: scroll 40s linear infinite;
  display: flex;
  width: calc(420px * 14);
}

.top-companies-section .top-companies-slider .auto-slider .slider .slide {
  height: auto;
  width: 420px;
}
.top-company-box {
  display: flex;
  width: 400px;
  padding: 32px 24px 18px;
  flex-direction: column;
  align-items: flex-start;
  gap: 18px;
  border-radius: 12px;
  background: var(--White, #fff);
  box-shadow: 0px 0px 2px 0px rgba(145, 158, 171, 0.2),
    0px 12px 24px -4px rgba(145, 158, 171, 0.12);
}
.company-profile-info {
  display: flex;
  align-items: center;
  gap: 10px;
  align-self: stretch;
}
.company-profile-info .company-icon .name {
  display: flex;
  width: 81px;
  height: 81px;
  padding: 19px 15px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 50%;
  background: #e56565;
}
.company-profile-info .company-icon .name h5 {
  margin: 0px;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
}
.company-profile-info .company-details h5 {
  color: var(--Black, #141414);
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: 0px;
}
.company-profile-info .company-details p {
  color: #636e81;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0px;
}
.company-profile-info .company-details .top-company-ratings .rating-no {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.company-profile-info
  .company-details
  .top-company-ratings
  .com-rating-stars
  i {
     font-size: 10px;
    color: #ffffff;
    background: #d1d1d1;
    padding: 3px;
    margin: 0px 2px;
    border-radius: 4px;
}
i.fill{
 background:#5247a5 !important ;
color:#ffbf00 !important;
}
.join-us-box {
  display: flex;
  width: 100%;
  padding: 40px;
  z-index:-5;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  border-radius: 24px;
  background: var(--Faded-White, #f3f5f9);
  position: relative;
}
.join-us-box .join-us-img {
  position: absolute;
  right: -18px;
  top: -66.102px;
  z-index:-2;
  width: 240px;
  height: 241px;
}
.join-us-box h2 {
  color: #212b36;
  font-size: 62px;
  font-style: normal;
  font-weight: 700;
  line-height: 74px;
  margin: 0px;
}

.join-us-box p {
  color: #212b36;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0px;
}
.join-us-box .add-business-btn {
  display: flex;
  min-width: 64px;
  padding: 8px 24px;
  justify-content: center;
  align-items: center;
  border-radius: 68px;
  background: var(--Violet, #5247a5);
  border: none;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  margin-top: 10px;
}
.recent-reviews-section {
  margin-top: 80px;
  padding: 65px 0px;
  background: linear-gradient(180deg, #f3f5f9 0%, rgba(243, 245, 249, 0) 100%);
}
@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-420px * 7));
  }
}

.recent-reviews-section .slider {
  height: auto;
  margin: auto;
  overflow: hidden;
  position: relative;
  width: auto;
  padding-bottom: 30px;
}

.recent-reviews-section .slider:hover .slide-track {
  animation-play-state: paused;
}

.recent-reviews-section .slider .slide-track {
  animation: scroll 120s linear infinite;
  display: flex;
  width: calc(420px * 14);
}

.recent-reviews-section .slider .slide {
  height: auto;
  width: 420px;
  margin:0px 7px;
}
.recent-reviews-section .slider2 .slide-track {
  animation: scroll 120s linear infinite;
  display: flex;
  width: calc(420px * 14);
  animation-direction: alternate-reverse;
}
.recent-reviews-section .company-profile-info .company-icon .name {
  display: flex;
  width: 50px;
  height: 50px;
  padding: 19px 15px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 50%;
  background: #e56565;
}
.recent-reviews-section .top-company-box {
  display: flex;
  width: 405px;
  padding: 32px 24px;
  flex-direction: column;
  align-items: flex-start;
  gap: 22px;
  border-radius: 12px;
  background: var(--White, #fff);
  box-shadow: 0px 0px 2px 0px rgba(145, 158, 171, 0.2),
    0px 12px 24px -4px rgba(145, 158, 171, 0.12);
  border: 1px #5c5c5c24 solid;
}
.recent-reviews-section .conpany-short-info p {
  margin: 0px;
  height
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 3;
    height:80px;
}
.company-profile-info .company-details p span {
  color: #000;
}



@media screen and (min-width: 991px) and (max-width: 1200px) { 
   .join-us-box h2 {
    font-size: 52px; 
    line-height: 54px;
   }
   
   .join-us-box .join-us-img{
       top: -122.102px;
   }
   .top-companies-section .top-companies-slider h2{
    font-size: 52px; 
    line-height: 54px;  
   }
}

/* bussiness profile page css---------------------- */
/* bussiness profile page css---------------------- */
/* bussiness profile page css---------------------- */

.main-business-profile-section {
  background-color: #fff;
  border-radius: 12px;
  height: 700px;
  overflow-y: scroll;
}
.main-business-profile-section .banner-profile-box {
  position: relative;
}
.main-business-profile-section .banner-profile-content {
  position: absolute;
  bottom: 12%;
  left: 10%;
  z-index: 999;
  display: flex;
  align-items: center;
}
.main-business-profile-section .banner-profile-logo img {
  width: 100px;
  height: 100px;
  border-radius: 8px;
}
.main-business-profile-section .banner-profile-info h4 {
  color: var(--White, #fff);
  font-size: 40px;
  font-weight: 700;
  line-height: normal;
}
.main-business-profile-section .banner-ratings {
  display: flex;
  align-items: center;
  color: #fff;
}
.main-business-profile-section .banner-ratings .banner-rating-icons i {
  background-color: #5247a5;
  height: 20px;
  width: 20px;
  border-radius: 6px;
  display: flex;
  font-size: 12px;
  align-items: center;
  justify-content: center;
  color: #fff;
}

.main-business-profile-section .banner-profile-box .banner-img {
  height: 300px;
  width: 100%;
  object-fit: cover;
  border-radius: 16px 16px 0px 0px;
}
.main-business-profile-section .banner-profile-box:after {
  content: "";
  background-color: #0000007c;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 1;
  border-radius: 16px 16px 0px 0px;
}
.main-business-profile-section .business-profile-btns {
}
.main-business-profile-section .business-profile-btns button {
  display: inline-flex;
  min-width: 64px;
  padding: 10px 24px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  flex: 1 0 0;
  border-radius: 68px;
  border: 2px solid var(--Violet, #5247a5);
  color: #5247a5;
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
  background-color: transparent;
}
.main-business-profile-section .business-profile-btns button iconify-icon {
  font-size: 20px;
}
.main-business-profile-section .business-profile-btns button.fill {
  background-color: #5247a5;
  color: #fff;
}
.business-profile-about-content {
  margin-top: 30px;
}
.business-profile-about-content h4 {
  color: var(--download-Black, #000);
  font-size: 25px;
  font-weight: 700;
  line-height: normal;
}
.business-profile-about-content p {
  color: var(--download-Black, #000);
  text-align: justify;
  font-size: 18px;
  font-weight: 400;
  line-height: 26.56px;
}
.business-profilecontact-details .contact-detail-box {
  display: inline-flex;
  padding: 20px;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  border-radius: 12px;
  background: var(--Faded-White, #f3f5f9);
}
.business-profilecontact-details .contact-detail-box p {
  font-size: 17px;
  margin: 0px;
}
.advertisement {
  margin-top: 30px;
}
.advertisement img {
  height: 320px;
  width: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 16px;
}
.business-profile-media-slider {
  margin-top: 40px;
}
.business-profile-media-slider h4 {
  color: var(--download-Black, #000);
  font-size: 25px;
  font-weight: 700;
  line-height: normal;
}
.business-profile-media-slider .card {
  background-color: #fff;
  padding: 14px;
  border: none;
}
.business-profile-media-slider #lightSlider {
  height: 400px !important;
}

.business-profile-media-slider .demo {
  width: 100%;
  border-radius: 16px;
  overflow: hidden;
}

.business-profile-media-slider ul {
  list-style: none outside none;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 16px;
  overflow: hidden;
}

.business-profile-media-slider li {
  display: block;
  float: left;
  margin-right: 6px;
  cursor: pointer;
  /* border-radius: 16px; */
  overflow: hidden;
}

.business-profile-media-slider img {
  display: block;
  height: 400px;
  object-fit: cover;
  width: 100%;
  border-radius: 16px;
}

.business-profile-media-slider .store-image {
  width: 42px;
}

.business-profile-media-slider .dot {
  height: 10px;
  width: 10px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  margin-right: 5px;
}

.business-profile-media-slider .card-body {
  padding: 0.3rem 0.3rem 0.2rem;
}
.lSSlideOuter .lSPager.lSGallery img {
  border-radius: 8px;
}
.business-profile-review-section {
  margin-top: 40px;
}
.business-review-single-box {
  display: inline-flex;
  padding: 32px 32px 20px;
  flex-direction: column;
  /* align-items: flex-start; */
  gap: 20px;
  align-self: stretch;
  border-radius: 20px;
  background: var(--Faded-White, #f3f5f9);
  width: 100%;
}
.business-review-single-box
  .business-review-profile-info
  .business-review-logo
  img {
  height: 60px;
  width: 60px;
  border-radius: 50%;
}
.business-review-single-box
  .business-review-profile-info
  .business-user-name
  h4 {
  color: var(--download-Black, #000);
  font-size: 20px;
  font-style: normal;
  font-weight: 800;
  line-height: 22.5px;
  margin: 0px;
  margin-bottom: 5px;
}
.business-review-single-box
  .business-review-profile-info
  .business-user-name
  p {
  color: var(--download-Black, #000);
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  opacity: 0.6;
  margin: 0px;
}
.business-review-rating-box .business-ratings-icons {
  display: flex;
  justify-content: end;
  margin-bottom: 8px;
}
.business-review-rating-box .business-ratings-icons i {
  background-color: #5247a5;
  height: 25px;
  width: 25px;
  border-radius: 4px;
  display: flex;
  font-size: 12px;
  align-items: center;
  justify-content: center;
  color: #fff;
  margin: 0px 2px;
}
.business-review-profile-box {
  display: flex;
  justify-content: space-between;
}
.business-review-added-on p span {
  font-weight: 600;
}
.business-review-added-on p {
  color: var(--download-Black, #000);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  opacity: 0.6;
  margin: 0px;
}
.business-review-input-box h5 {
  color: #2c2c2c;
  font-size: 20px;
  font-weight: 800;
  line-height: normal;
}

.business-review-input-box p {
  color: #2c2c2c;
  font-size: 16px;
  font-weight: 500;
  line-height: 26.56px;
}
.business-review-output-box {
  display: flex;
  padding: 16px 31px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 3px;
  align-self: stretch;
  border-radius: 12px;
  border: 1px solid var(--Violet, #5247a5);
  background: var(--White, #fff);
}
.business-review-output-box h5 {
  color: #2c2c2c;
  font-size: 18px;
  font-weight: 800;
  line-height: normal;
}
.business-review-output-box p {
  color: var(--download-Black, #000);
  font-size: 14px;
  font-weight: 600;
  line-height: normal;
  opacity: 0.6;
}
.business-review-reply-box p {
  color: #1b1b1b;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 26.56px;
  opacity: 1;
}
.business-review-date-of-experience p {
  color: var(--download-Black, #000);
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  opacity: 0.6;
}
.business-review-date-of-experience p span {
  font-weight: 600;
}
.business-review-right-side .business-social-links {
  display: flex;
  padding: 24px 30px 30px;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  align-self: stretch;
  border-radius: 24px;
  background: var(--White, #fff);
  box-shadow: 0px 0px 2px 0px rgba(145, 158, 171, 0.2),
    0px 12px 24px 0px rgba(145, 158, 171, 0.12);
}
.business-profile-review-section .title {
  color: var(--download-Black, #000);
  font-size: 25px;
  font-weight: 700;
  line-height: normal;
}
.business-review-right-side .business-social-links h4 {
  color: var(--download-Oxford-Blue, #374151);
  text-align: center;
  font-size: 28px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}
.business-review-right-side .social-media-icons {
  width: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.business-review-right-side .social-media-icons img {
  width: 35px;
}
.business-review-right-side .business-top-categories {
  display: flex;
  padding: 24px 20px;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  align-self: stretch;
  border-radius: 24px;
  background: var(--White, #fff);
  box-shadow: 0px 0px 2px 0px rgba(145, 158, 171, 0.2),
    0px 12px 24px 0px rgba(145, 158, 171, 0.12);
}
.business-review-right-side .top-categories-list {
  background-color: #f3f5f9;
  border-radius: 16px;
  width: 100%;
  height: 320px;
  overflow-y: scroll;
}

.business-review-right-side .top-categories-list::-webkit-scrollbar {
  display: none;
}
.business-review-right-side .top-categories-list {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.business-review-right-side .top-categories-list ul {
  padding: 0px;
  margin: 0px;
}
.business-review-right-side .top-categories-list ul li {
  border-bottom: 1px lightgrey solid;
  list-style: none;
}
.business-review-right-side .top-categories-list ul li a {
  color: #2c2c2c;
  font-size: 18px;
  font-weight: 500;
  line-height: 26.56px;
  text-decoration: none;
  display: block;
  padding: 12px 20px;
}
.business-review-right-side .top-categories-list ul li a:hover {
  background-color: #dedaff;
}
.business-review-right-side .top-categories-list ul li:last-child {
  border-radius: 0px 0px 16px 16px;
}
.business-top-categories h4 {
  color: var(--download-Oxford-Blue, #374151);
  text-align: center;
  font-size: 28px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}
.business-review-right-side .advertisement {
  margin-top: 30px;
}
.business-review-right-side .advertisement img {
  height: auto !important;
  object-fit: contain;
  width: 100%;
  border-radius: 16px;
}

/* business profile css end---------------------------------------------- */
/* business profile css end---------------------------------------------- */



@media(max-width:767px){
.hero-reviews video{
  width:100%;
}
.join-us-box h2 {
    font-size: 32px;
    line-height: 40px;
}
.top-companies-section .top-companies-slider h2 {
    font-size: 32px;
}
.join-us-box .join-us-img {
    right: -9px;
    top: -56.102px;
    width: 130px;
    height: 153px;
}
.why-trust-section .trust-points {
    display: inline-block;
}
.why-trust-section .trust-points .point-box {
    margin-bottom: 8px;
}
.top-companies-section .container.px-5.px-5 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
}
.video-section .video-box h2 {
    font-size: 32px;

}
.main-hero-content .hero-inner-content h2 {
    font-size: 36px;
}
.section-title h2 {
    font-size: 27px;

}
.all-listing-tabs .tab {
      padding: 12px 12px;
    gap: 7px;
border-radius: 24px;
}
.all-listing-tabs .tab button {
    font-size: 14px;
    width: 48.66%;
    gap: 8px;
    height: 60px;
    line-height: 16px;
    font-weight: 500;
}
.video-section .video-box {
    height: auto !important;
    gap: 18px;

}
.video-right-review-box h2 {
    font-size: 32px;
}
.input-search-container {
    display: inherit;
}
.search-input-box{
margin-bottom:10px;
}
.create-account-btn{
 margin-top:10px;
}
#searchForm input::placeholder{
 font-size:14px;
}
.most-reviews-category-section {
    padding: 40px 0px;
}
.video-section {
    margin-top: 40px;
}
.why-trust-section h2 {
    font-size: 32px;
}
.why-trust-section {
    margin-top: 40px;
    padding: 30px 24px;
}
.top-companies-section {
    margin-top: 40px;
}
.recent-reviews-section {
    margin-top: 40px;
    padding: 40px 0px;
}
.main-business-profile-section .banner-profile-info h4 {
    font-size: 24px;
}
.input-search-container .search-input-box input {
    width: 100% !important;
}
.top-companies-section .top-companies-slider {
    padding: 20px;
}
.join-us-box {
    padding: 20px;
}
.listings-result-box .company-name-review h4 {
    font-weight: 700;
    font-size: 17px;
}
.listings-result-box {
    padding: 10px 10px;
border-radius: 24px;
}
.listings-result-box .company-name-review h4{
  margin-bottom:0px;
}
.company-ratings .rating-stars i {
    font-size: 10px;
    padding: 3px;

}
.listings-result-box p.mt-3{
    margin-top:4px !important;
    margin-bottom:2px !important;
}
.listings-result-box .company-ratings.mt-3{
   margin-top:4px !important; 
}
}
