:root {
  --bodyText: #151517;
  --bodyColor: #fdf4f4;
  --primary-color: #d90429;
  --primary-light: rgba(255, 58, 81, 1);
  --primary-color-hover: #b3052a;
  --grayText: #83868e;
  --dashedBorder: 1px dashed #dadbdd;
  --border-radius: 8px;
  --success-color: #52bd94;
  --pending-color: #d14343;
  --figtree: "Figtree", sans-serif;
}

body {
  font-family: var(--figtree);
  background-color: #fffaf1;
}

.main__wrapper {
  margin: 74px 0 15px;
  word-break: break-word;
}


.mb15 {
    margin-bottom: 15px;
    display: block;
  }
  .mb0 {
    margin-bottom: 0 !important;
  }
  .jcfe {
    justify-content: flex-end;
  }
  .primary_btn {
    background-color: var(--primary-color);
    font-family: var(--figtree);
    border-radius: var(--border-radius);
    text-align: center;
    margin: 0;
    padding: 8px 16px;
  }
  .primary_btn.modal_full_btn {
    width: 100%;
    margin-top: 15px;
  }

.primary_btn.dp_flx {
    display: inline-flex;
}
.sidebar_sticky .primary_btn {
  width: 100%;
  justify-content: center;
}
.primary_btn.btn_icon img {
  padding: 0;
}
.form_section {
  padding: 36px 24px;
}
.form_section:not(.last) {
  border-bottom: 1px solid #e6e7e8;
  padding: 36px 24px 45px;
}
.form_title_wrap {
  margin-bottom: 36px;
}
.form__title {
  color: var(--bodyText);
  font-size: 22px;
  font-weight: 800;
  line-height: 147%;
}
.form__subtitle {
  color: var(--grayText);
  font-size: 14px;
  font-weight: 500;
  line-height: 147%;
}




/* Service line */

.bar_panel {
  height: 21px;
  margin-top: 30px;
  position: relative;
  display: flex;
  display: -webkit-flex;
  background-color: #F3F3F4;
}
.bar_panel > span {
  border: 2px solid transparent;
  border-radius: 4px;
  position: relative;
  cursor: pointer;
  display: block;
  height: 21px;
  margin: 0;
  padding: 0;
}
.bar_panel>span:hover {
  border: 2px solid #D90429;
}
.bar_panel .active_bar {
  border: 2px solid #D90429;
}
.bar_panel span:not(:last-child) {
  margin-right: 2px;
}
.bar_panel span:not(:last-child).active_bar:after {
  content: none;
}
.bar_panel span:not(:last-child):after {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  right: 0;
  top: 0;
}
.bar_panel:after,
.bar_panel::before {
  position: absolute;
  content: "";
  top: -2px;
  width: 1px;
  height: 25px;
  background-color: var(--bodyText);
}

.bar_panel:before {
  left: -1px;
}
.bar_panel:after {
  right: 0;
}
.activeBar {
  padding-top: 20px;
}
.activeBar {
  font-size: 16px;
  font-weight: 400;
}
.activeBarBg {
  width: 19px;
  height: 19px;
  display: inline-block;
  margin-right: 15px;
  border-radius: 2px;
}
.progressiveCard {
  background-color: #ebf0ff;
  border-radius: var(--border-radius);
  margin: 16px 0;
}
.progressCount {
  font-size: 12px;
  font-weight: 800;
  color: #3366ff;
  display: inline-block;
}

.progressText {
  font-size: 12px;
  font-weight: 700;
  color: var(--bodyText);
  position: relative;
  padding-left: 8px;
  margin-left: 8px;
}
.progressText:before {
  position: absolute;
  content: "";
  background-color: var(--bodyText);
  width: 1px;
  height: 24px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.bar_panel .bar_tooltip {
  color: var(--bodyText);
  width: max-content;
  min-width: 80px;
  font-size: 12px;
  font-weight: 700;
  line-height: 142%;
  padding: 8px 12px;
  text-align: center;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: calc(100% + 15px);
  visibility: hidden;
  opacity: 0;
  z-index: 1;
  transition: opacity 0.3s;
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid #dadbdd;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.15));
  display: none;
}
.bar_tooltip::after {
  position: absolute;
  /* content: ""; */
  border-bottom: 1px solid #f3f3f3;
  border-right: 1px solid #f3f3f3;
  transform: translateX(-50%) rotate(45deg);
  height: 15px;
  width: 15px;
  left: 50%;
  bottom: -8px;
  background-color: #fff;
  box-shadow: 7px 5px 12px -3px rgba(0, 0, 0, 0.1);
}
/* .bar_panel span:hover .bar_tooltip {
  visibility: visible;
  opacity: 1;
} */
/* Service line ends */

.bold {
  font-weight: 800;
}


/* Vendor edit profile */


.vendor-prfile-wrap {
  padding-top: 16px;
}
.vendor-sidebar,
.vendor-profile-detail {
  margin-top: 16px;
}
.vendor-sidebar {
  margin-right: 16px;
  width: 300px;
}
.vendor-sidebar .profile-header {
  border-radius: 12px 12px 0 0;
}
.vendor-sidebar .profile-card:last-child {
  border-radius: 0 0 12px 12px;
}
.company-logo {
  width: 68px;
  height: 68px;
  border-radius: 8px;
  padding: 2px;
  border: 1px solid #f0f0f0;
}
.company-tagline {
    display: block;
    color:  #030303;
    font-size: 12px;
    font-weight: 500;
    line-height: 142%; 
    opacity: 0.5;
    padding-top: 2px;
}
.claim_wrap {
    border-radius: var(--border-radius);
    background: #FFFAF1;
    margin: 16px 0 0;
    padding: 9px 12px;
}
.claim_wrap span {
    font-size: 14px;
    font-weight: 500;
}
.verification-badge {
  padding: 2px 4px;
  border-radius: 4px;
  background: #f3f6ff;
  display: flex;
  align-items: center;
  gap: 4px;
}
.verification-badge span {
  color: #3366ff;
  font-size: 12px;
  font-weight: 600;
  line-height: 142%;
  text-transform: uppercase;
}
.verification-badge img {
  padding: 3px;
}
.company-name {
  color: var(--bodyText);
  font-size: 18px;
  font-weight: 700;
  line-height: 160%;
}
.company_about {
    margin: 16px 0;
}

.company-name img {
  margin-left: 11px;
}
.preview-profile {
  width: 100%;
  display: flex;
  justify-content: center;
}
.preview-profile span {
  line-height: 147%;
}
.preview-profile img {
  margin-right: 8px;
}
.profile-card {
  padding: 16px;
  background-color: #fff;
}
.profile-header{
  border-bottom: 1px solid #e6e7e8;
}
.sidebar-nav li a {
  padding: 8px 16px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  position: relative;
  border-radius:var(--border-radius);
  border: 1px solid  transparent;
}
.sidebar-nav li a:hover {
    border: 1px solid #DADBDD;
}
.sidebar-nav li.active a:hover {
    border: 1px solid #fdf2f4;
}
.sidebar-nav-icon {
  margin-right: 10px;
  filter:invert(6%) sepia(5%) saturate(460%) hue-rotate(180deg) brightness(0)
  contrast(95%);
}
.active .sidebar-nav-icon {
    filter:invert(10%) sepia(97%) saturate(7472%) hue-rotate(347deg)
    brightness(89%) contrast(108%)
}

.sidebar-nav .active > a {
    background-color: #fdf2f4;
    border: 1px solid #fdf2f4;
  }
  .sidebar-nav-txt {
    color: var(--bodyText);
    font-size: 14px;
    font-weight: 500;
    line-height: 147%;
  }
  .active .sidebar-nav-txt {
    color: var(--primary-color);
  }

.sidebar-nav li {
  margin-bottom: 2px;
}
.sidebar-nav li figure {
    width: 26px;
    margin-right: 2px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.active .dropdown-arrow path {
  fill: var(--primary-color);
}
.sidebar-list-nav {
  margin: 0 0 12px;
  padding-left: 28px;
  display: none;
}
.sidebar-list-nav a {
  font-size: 13px;
}

.tabs {
  gap: 36px;
  padding: 12px 24px;
  border-bottom: 1px solid #e6e7e8;
}
.tab {
  color: var(--bodyText);
  font-size: 14px;
  font-weight: 500;
  line-height: 147%;
  cursor: pointer;
  border-bottom: 2px solid #fff;
}
.tab.active {
  font-weight: 700;
  border-bottom: 2px solid var(--primary-color);
}
.tab-content,
.section-content {
  display: none;
}
.tab-content.active,
.section-content.active {
  display: block;
}
.vendor-profile-detail {
  background-color: #fff;
  border-radius: 12px;
  width: calc(100% - 300px);
  margin-bottom: 24px;
}
.sidebar {
  width: 227px;
  padding: 16px;
}
.content-area {
  width: calc(100% - 227px);
  /* min-height: 750px; */
}
.sidebar-item {
  padding: 8px 16px;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 2px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
}
.sidebar-item-icon {
  margin-right: 10px;
  width: 20px;
  display: flex;
  justify-content: center;
}
.sidebar-item-icon img {
  filter: invert(100%) sepia(65%) saturate(480%) hue-rotate(150deg)
    brightness(-35%) contrast(95%);
}
.active > .sidebar-item-icon img {
  filter: brightness(0) invert(1);
}
.sidebar-item.active {
  color: #fff;
  background: var(--bodyText);
}




.dot_ln_btn {
  color: var(--primary-color);
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  line-height: 147%;
  background-color: transparent;
}
.dot_ln_btn span:hover {
  border-bottom: 2px dotted #fff;
}
.dot_ln_btn span {
  border-bottom: 2px dotted var(--primary-color);
}
.dot_ln_btn img {
  margin-right: 8px;
}


.hidden_section {
  display: none;
}


.vendor-main {
  border-bottom: 1px solid #e6e7e8;
  padding: 36px 24px 45px;
 /*  min-height: 650px;  //remove for empty case */
  position: relative;
}
.vendor-main-btns {
  padding: 36px 24px 45px;
}
.sidebar_sticky {
  position: sticky;
  top: 100px;
}



.review-card {
  padding: 24px;
  background-color: #FDF2F4;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  text-align: center;
  gap: 36px;
}
.review-card .primary_btn {
  margin-top: 0;
}

.primary_btn img,.secondry_btn img {
  margin-right: 8px;
}

.head3 {
  color: var(--bodyText);
  font-size: 18px;
  font-weight: 700;
  line-height: 160%;
  margin-bottom: 16px;
}
.rating_grid {
  gap: 16px;
}
.rating_box {
  padding: 15px 24px;
  width: 250px;
  border-radius: 8px;
  background: #FFFAF1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.total_review {
  color: var(--bodyText);
  padding-top: 16px;
  font-size: 12px;
  font-weight: 500;
  line-height: 160%;
}
.total_rating {
  font-size: 14px;
  font-weight: 500;
}
.rating-badge .rating-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 5px;
}
.app-rating {
  font-size: 46px;
  font-weight: 500;
  line-height: 120%; 
  padding-right: 5px;
  display: inline-block;
  letter-spacing: -0.25px;
}
.star_blank {
  background: url('../../images/vendor/vendor-panel/review-rating-stars.png') no-repeat;
  margin: 0;
  height: 17px;
  width: 100px;
  display: inline-block;
  vertical-align: middle;
  background-position: 0 -1px;
}
.star_blank .star_yellow {
  background: url('../../images/vendor/vendor-panel/review-rating-stars.png') no-repeat;
  width: 64px;
  height: 17px;
  display: block;
  background-position: 0 -29px;
  margin: 0;
}

.star_blank_blue {
  background: url('../../images/vendor/vendor-panel/star-blue.png') no-repeat;
  margin: 0;
  height: 17px;
  width: 100px;
  display: inline-block;
  vertical-align: middle;
  background-position: 0 -1px;
}
.star_blank_blue .star_blue {
  background: url('../../images/vendor/vendor-panel/star-blue.png') no-repeat;
  width: 64px;
  height: 17px;
  display: block;
  background-position: 0 -29px;
  margin: 0;
}

.rating-review {
  padding: 24px 15px;
  width: calc(100% - 250px);
  border: 1px solid #FFEFD2;
  border-radius: var(--border-radius);
}

.rating-row {
  gap: 24px;
}
.rating-row:not(:last-child) {
  margin-bottom: 8px;
}

.star-label {
  font-size: 14px;
  font-weight: 500;
}
.rating-row img {
  margin-right: 6px;
}

.bar {
  flex: 1;
  height: 9px;
  background: #FFFAF1;
  border-radius: var(--border-radius);
  overflow: hidden;
}

.fill {
  height: 100%;
  background-color: #F7C94F;
}
.tab-header {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
}

.tab-button {
  color:var(--bodyText);
  font-size: 14px;
  font-weight: 500;
  line-height: 147%;
  cursor: pointer;
  position: relative;
  background-color: transparent;
  border-bottom: 2px solid #fff;
}

.tab-button.active {
  font-weight: 600;
  border-bottom: 2px solid #D90429;
}

.review-columns {
  display: flex;
  border: 1px solid #E6E7E8;
  border-radius: var(--border-radius);
  margin-bottom: 8px;
  overflow: hidden;
}

.left-column {
  flex: 1;
  background-color: #FFFAF1;
  border-right: 1px solid #E6E7E8;
  flex-direction: column;
  display: flex;
  justify-content: space-between;
}
.review-columns>div {
  padding: 24px;
}
.rating-item-wrap {
  border-top: 1px solid #E6E7E8;
  margin-top: 16px;
  padding-top: 16px;
}
.overall-rating {
  color: var(--bodyText);
  font-size: 36px;
  font-weight: 700;
  line-height: 132%;
  letter-spacing: -0.25px;
  margin-bottom: 5px;
}
.client_reviews {
  margin-top: 36px;
}

.rating-item {
  display: flex;
  justify-content: space-between;
  margin-bottom: 16px;
}
.rating-item strong {
  color: var(--bodyText);
  font-size: 14px;
  line-height: 147%;
}
.rating-item .star-label {
 padding-left: 4px;
 line-height: 147%;
}
.rating-item img {
  max-width: 17px;
}
.rating-item strong {
  font-weight: 700;
 }
 .review-date span {
  color: var(--bodyText);
  font-size: 14px;
  line-height: 147%;
 }
 .review-date img {
  margin-right: 5px;
  max-width: 12px;
}
.para_btn {
  color: var(--primary-color);
  line-height: 1.35;
  border-bottom: 2px dotted var(--primary-color);
  display: inline-block;
  cursor: pointer;
}

.review-date {
  font-size: 12px;
  margin-top: 10px;
}

.middle-column {
  flex: 2;
}

.middle-column {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.review-card-head {
  color: var(--bodyText);
  font-size: 14px;
  font-weight: 700;
  line-height: 147%;
}
.ques_wrapper p {
  color: var(--bodyText);
  font-size: 14px;
  font-weight: 500;
  line-height: 147%;
  margin: 8px 0 0;
  word-break: break-word;
}
.hidden {
  display: none;
}

.right-column {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 24px;
}

.right-column {
  flex: 1;
  border-left: 1px solid #E6E7E8;
  padding-left: 15px;
}
.service-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding-top: 12px;
}
.service-tags span {
  color: var(--bodyText);
  font-size: 12px;
  font-weight: 500;
  padding: 6px 8px;
  display: inline-block;
  background: #F3F3F4;
  border-radius: 4px;
}

.reviewer-name span {
  color: var(--bodyText);
  font-size: 14px;
  font-weight: 700;
  line-height: 147%;
}
.reviewer-title {
  color: var(--bodyText);
  font-size: 12px;
  font-weight: 500;
  line-height: 147%;
  margin-top: 5px;
}
.verified {
  color: #2ecc71;
  font-size: 14px;
}
.reviewer-name img {
  margin-left: 4px;
}
.recommend {
  background: #EEF8F4;
  border-radius: 4px;
  color: var(--bodyText);
  padding: 8px;
  margin-top: 16px;
  width: 100%;
  cursor: pointer;
}
.recommend span,.approval-pending span {
  padding-left: 8px;
  font-size: 12px;
}

.approval-pending {
  background: #fff;
  border-radius: 4px;
  color: var(--bodyText);
  padding: 8px;
  margin-top: 50px;
  width: 100%;
  cursor: pointer;
}


.show-more-btn {
  background-color: transparent;
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 36px auto;
}
.show-more-btn-txt {
  color: var(--primary-color);
  font-size: 14px;
  font-weight: 700;
  line-height: 147%;
  border-bottom: 2px dotted var(--primary-color);
}
.shown-all .more-review-icon {
  transform: translate(0px, -3px) rotate(180deg);
}
#pending .left-column {
  background-color: #F3F6FF;
}
.question_wrap {
  margin: 36px 0 24px;
}
.answer {
  color:  #83868E;
  font-size: 14px;
  font-weight: 500;
  line-height: 147%;
  margin-top: 4px;
}

.mb {
  margin-bottom: 36px;
}
.mt {
  margin-top: 36px;
}

/* Profile as a User */
.see_more_content {
  display:  none;
}
.about-panel {
  margin-top: 24px;
}
.about-company {
  /* width: calc(100% - 220px); */
  width: 100%;
}
.profile-company-review .rating_box {
  border: 1px solid #FFDFA6;
  width: 200px
}
.profile-company-review .app-rating {
  font-weight: 700;
}
.profile-company-review .total_review {
  color: var(--primary-color);
}
.flex_col {
  margin-top: 36px;
  display: grid;
  grid-template-columns: repeat(3 , 1fr);
  row-gap: 24px;
}
.flex__list {
  position: relative;
  display: flex;
}
.flex__list.location {
  align-items: flex-start;
}
.flex__list figure {
  width: 22px;
  display: flex;
  justify-content: center;
}
.comp_fig {
  padding-left: 10px;
  color: var(--bodyText);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
  gap: 10px;
}

.comp_fig span{
  cursor: pointer;
  color: var(--primary-color);
}
.key_client_list {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
}
.key_client_col figure {
  width: 100px;
  height: 100px;
  border: 1px solid #DADBDD;
  border-radius: 8px;
  padding: 3px;
  display: flex !important;
  align-items: center;
  justify-content: center;
}
.key_client_list+.key_client_list {
  margin-top: 36px;
}

.key_client_list .client_image img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 4px;
}
.key_client_list .logo_info {
  margin-top: 16px;
  font-size: 18px;
  font-weight: 700;
  line-height: 160%;
  color: #010101;
  max-width: 110px;
  word-break: break-word;
}
.pr_area_head .head_left {
  padding-right: 6px;
}
.select_box {
  position: relative;
}
.select_box select {
  padding: 8px 30px 8px 10px;
  background-color: #F3F3F4;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 700;
  line-height: 142%;
  color: var(--bodyText);
  appearance: none;
  cursor: pointer;
}
.select_arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  right: 10px;
  align-items: center;
  pointer-events: none;
}
.bar-grid {
  display: grid;
  grid-template-columns: repeat(2, 2fr);
}
.pr_area_head {
  min-height: 35px;
}
.bar_col {
  position: relative;
  padding: 36px 24px;
  border: 1px solid #E6E7E8;
}
.bar_col:nth-child(even) {
  border-left: none;
  border-right: none;
}
.bar_col:nth-child(1), .bar_col:nth-child(2) {
  border-top: 0;
  border-bottom: 0;
}
.bar_col:nth-child(odd) {
  border-left: none;
}

/* portfolio-css-start */

.card_link_wrap {
  transition: all 0.3s ease-in;
  display: block;
  width: 100%;
}
.card_link_wrap .image_wrapper {
  width: 100%;
  height: 160px;
  overflow: hidden;
  border-radius: 8px;
  border: 1px solid #ededed;
}
.card_link_wrap:hover .image_wrapper img {
  transform: scale(1.1);
}
.card_body {
  padding-top: 12px;
}
.card_link_wrap .image_wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in;
}

.card_column .card_title {
  font-size: 18px;
  font-weight: 800;
  line-height: 160%;
  color: var(--bodyText);
  overflow: hidden;
  display: -webkit-box;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin: 0;
  word-break: break-word;
}
.card_column .card_subtitle {
  color: var(--bodyText);
  margin: 8px 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 147%;
  overflow: hidden;
  display: -webkit-box;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-word;
}
.card_title_info {
  padding: 4px 8px;
  font-size: 12px;
  font-weight: 500;
  line-height: 142%;
  color: #5C5E64;
  border: 1px solid #CDCFD2;
  border-radius: 4px;
  display: inline-block;
}
.location_row,.card-grid-sec {
  display: grid;
  gap: 24px;
}
.location_row+.location_row,.card-grid-sec+.card-grid-sec {
  margin-top: 24px;
}
.column3 .card_footer {
  flex-direction: column;
}
.column3 .footer_col+.footer_col {
  padding: 10px 0 0;
}
.location_row {
  display: grid;
}
.column1 {
  display: block;
}
.column1 .location_col+.location_col {
  margin-top: 24px;
}
.column2 {
  grid-template-columns: repeat(2, 1fr);
}
.column3 {
  grid-template-columns: repeat(3, 1fr);
}
.footer_info .image {
  height: 16px;
}
.footer_info span {
  min-width: 22px;
}
.label_txt {
  background-color: #FDF2F4;
  border-radius: 4px;
  padding: 4px 10px;
  color: var(--primary-color);
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 4px;
}
/* 
.location_card {
  border: 1px solid #E6E7E8;
  border-radius: var(--border-radius);
  padding: 22px 24px;
} */
.location_col {
  border: 1px solid #E6E7E8;
  border-radius: var(--border-radius);
  padding: 22px 24px;
}
.location_card .card_title {
  margin: 16px 0 8px;
}
.address_field {
  margin-bottom: 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 142%;
  color: var(--bodyText);
  min-height: 34px;
  word-break: break-word;
}
.footer_info .txt {
  padding-left: 12px;
  font-size: 14px;
  font-weight: 500;
  line-height: 142%;
  color: var(--bodyText);
}
.footer_info .call-num {
  padding-left: 12px;
  color: #1163FB; 
  font-size: 14px;
  font-weight: 500;
  line-height: 142%;
}
.footer_col+.footer_col {
  padding-left: 60px;
}


.leadership-row {
  border: 1px solid #E6E7E8;
  border-radius: var(--border-radius);
  align-items: flex-start;
  position: relative;
  padding: 24px; 
}
.card_column div,.card_column h2,.card_column h3,.card_column p,.card_title,.card_subtitle,.card_title_info,.ques_wrapper div,.ques_wrapper p {
  /* line-break: anywhere; */
  word-wrap: break-word;
}
.leader-details {
  padding: 24px 0;
}
.leader_title {
  color: var(--bodyText); 
  font-size: 18px;
  font-weight: 800;
  line-height: 160%;
  word-break: break-word;
}
.leader_designation {
  color: var(--bodyText); 
  font-size: 12px;
  font-weight: 500;
  line-height: 142%;
  word-break: break-word;
}
.leader_info {
  color: var(--bodyText); 
  font-size: 14px;
  font-weight: 500;
  line-height: 147%;
  word-break: break-word;
}
.leader_image img {
    height: 65px;
    width: 65px;
    border-radius: 50%;
}
.post_cta {
  background-color: var(--bodyText);
  padding: 12px 24px;
}
.cta_left {
  width: 80%;
}
.cta_txt {
  padding-left: 24px;
}

.cta_question {
  color:#fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 160%; 
}
.cta_caption {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: 147%;
  display: block;
}
.card_title+.card_title_info {
  margin-top: 8px;
}
.card-grid-sec+.show-more-btn {
  margin-bottom: 0;
}
#recommended_agencies img {
  width: auto;
}
.agency_footer .primary_btn span {
    line-height: 1.2;
}
#recommended_agencies .item {
  background-color: #fff;
  border-radius: 12px;
  padding: 24px;
}
.agency_header .company-logo {
  width: 58px;
  height: 58px;
}
#recommended_agencies .company-name img {
  display: inline-block;
  padding-left: 0;
  margin-left: 8px;
}
.agency-rating {
  margin-top: 16px;
}
.agency-rating-num {
  font-size: 14px;
  font-weight: 500;
  padding-left: 4px;
}
.agency_header {
  border-bottom: 1px solid #DADBDD;
  padding-bottom: 24px;
  margin-bottom: 24px;
}
.agency_footer .comp_fig {
 font-size: 14px;
 font-weight: 500;
 padding-left: 12px;
}
.agency_footer .flex__list {
  margin-bottom: 12px;
}
#recommended_agencies .owl-nav {
  position: absolute;
  z-index: 2;
  top: 45%;
  width: 100%;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0;
}
#recommended_agencies.owl-carousel .owl-nav [class*="owl-"] {
  background: #fff !important;
  border: 1px solid #DADBDD;
  position: relative;
  width: 32px;
  height: 32px;
  margin-top: 6px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.22);
}
#recommended_agencies.owl-carousel .owl-nav .owl-prev {
  left: -20px;
}
#recommended_agencies.owl-carousel .owl-nav .owl-next {
  right: -20px;
}
#recommended_agencies.owl-carousel .owl-next svg {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}
/* Profile as a User ends */






.flex__list .tooltiptext {
  border: 1px solid #4e4e4e;
  box-shadow: none;
  bottom: 220%
}
.flex__list figure {
  position: relative;
}
.tooltiptext {
  visibility: hidden;
  width: max-content;
  min-width: 110px;
  color: #000;
  text-align: center;
  border-radius: 6px;
  padding: 3px;
  position: absolute;
  z-index: 1;
  left: -45px;
  bottom: 150%;
  background: #fff;
  font-weight: 600;
  font-size: 11px;
  box-shadow: 0 2px 4px 1px rgb(0 0 0 / 22%);
}

.flex__list .tooltiptext::after {
  position: absolute;
  content: "";
  background-color: #4e4e4e;
  width: 1px;
  height: 12px;
  top: 100%;
  left: 50%;
  margin: 0;
  border-style: none;
  transform: none
}

.flex__list .tooltiptext::before,.flex__list .tooltiptext::before {
  position: absolute;
  content: "";
  background-color: #4e4e4e;
  border-radius: 50%;
  width: 6px;
  height: 6px;
  bottom: -16px;
  left: 50%;
  margin-left: -3px;
  border-style: none;
  transform: none
}

.flex__list:hover .tooltiptext {
  visibility: visible;
  top: -40px;
  bottom: auto
}

.flex_col .flex__list:nth-child(4) {
  padding-right: 50px
}

.emptystate-review {
  padding-bottom: 40px;
}
.emptystate_txt {
  padding: 24px 0;
}
.add_new_head {
  color:var(--bodyText);
  font-size: 22px;
  font-weight: 800;
  line-height: 147%; 
}
.add_new_sbhead {
  color:  #83868E;
  font-size: 14px;
  font-weight: 500;
  line-height: 147%;
}

.about-company ul {
    margin-left: 10px;
}
.about-company li {
    position: relative;
    font-size: 14px;
    font-weight: 500;
    line-height: 147%;
    margin-bottom: 6px;
    padding-left: 18px;
}
.about-company li:before {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: #000;
    border-radius: 50%;
    width: 4px;
    height: 4px;
}

@media screen and (max-width: 1680px) {
  .review-card {
    gap: 28px;
  }
  .vendor-main {
    min-height: 550px;
  }
  .verification-badge span {
    font-size: 11px;
}
.vendor-sidebar {
    width: 275px;
}
.vendor-profile-detail {
    width: calc(100% - 275px);
}
.company-name {
    font-size: 16px;
}
.form__title {
    font-size: 18px;
}
}


@media screen and (max-width: 1550px) {
  .card-grid {
    margin: 80px 0;
  }
  
  .about-company {
    width: calc(100% - 250px);
  }


  .comp_fig {
    font-size: 13px;
  }
.key_client_list .logo_info {
  margin-top: 10px;
  font-size: 14px;
}
.card_column .card_title {
  font-size: 16px;
}
.leadership-row {
  padding: 20px 16px;
}
.leader-details {
  padding: 15px 0;
}
.leader_title {
  font-size: 16px;
}
.leader_designation {
  font-size: 11px;
}
.leader_info {
  font-size: 12px;
  line-height: 160%;
}

.cta_question {
  font-size: 16px;
 }
.cta_caption {
  font-size: 12px;
}
.key_client_list .logo_info {
  margin-top: 12px;
  font-size: 16px;
}
.recommend span, .approval-pending span {
    font-size: 11px;
}
.tab-button {
    font-size: 12px;
}
.claim_wrap span,.claim_wrap .dot_ln_btn {
    font-size: 13px;
}
.activeBar {
  font-size: 14px;
}
.activeBarBg {
  width: 16px;
  height: 16px;
}

}
@media screen and (max-width: 1440px) {

  .vendor-main {
    min-height: 520px;
  }
  .card-grid {
    gap: 20px;
  }
  .primary_btn,.secondry_btn,.card_title p {
    font-size: 12px;
  }  
  .primary_btn img, .secondry_btn img {
    margin-right: 6px;
    transform: scale(.9);
}
.sidebar-nav-txt {
    font-size: 13px;
}

.review-columns>div {
  padding: 20px 15px;
}
.rating-item strong,.review-date span {
  font-size: 13px;
}

}

@media screen and (min-width: 768px) and (max-width: 1023px) {
    .vendor-profile-detail {
        width: calc(100% - 225px);
    }
    .vendor-sidebar {
        width: 215px;
    }
    .flex_col {
        margin-top: 24px;
        grid-template-columns: repeat(1, 1fr);
        row-gap: 15px;
    }
    .bar-grid {
        grid-template-columns: repeat(1, 2fr);
    }
    .column2, .column3 {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }
    .cta_left {
        width: 70%;
    }
    .company-logo {
        width: 38px;
        height: 38px;
    }
    .verification-badge span {
        font-size: 9px;
    }
    .claim_wrap span, .claim_wrap .dot_ln_btn {
        font-size: 11px;
    }
    .company-name {
        font-size: 14px;
    }
    .bar_panel {
        margin-top: 30px;
    }
    .rating_box {
        padding: 10px 18px;
        width: 180px;
    }
    .rating-review {
        width: calc(100% - 190px);
    }    
   

}
@media screen and (max-width: 767px) {
    .vendor-sidebar {
        width: 100%;
        margin: 0 0 15px;
    }
    .vendor-profile-detail,.about-company,.rating-review,.profile-company-review .rating_box,.cta_left,.card_link_wrap {
        width: 100%;
    }
    .vendor-prfile-wrap,.about-panel,.rating_grid,.review-columns,.column3 .card_footer,.column2 .card_footer,.column1 .card_footer,.post_cta>.dp_flx {
        flex-direction: column;
    }
    .vendor-prfile-wrap {
        padding-top: 0;
    }
    .flex_col {
        margin: 36px 0 0;
        grid-template-columns: repeat(2, 1fr);
    }
    .key_client_list {
        gap: 15px;
    }
    .form_section:not(.last) {
        padding: 26px 24px 36px;
    }
    .bar-grid {
        grid-template-columns: repeat(1, 2fr);
    }
    .bar_panel {
        height: 20px;
        margin-top: 36px;
    }
    .mb {
        margin-bottom: 24px;
    }
    .column3,.column2 {
        grid-template-columns: repeat(1, 1fr);
        gap: 24px;
    }
  
    .key_client_list .logo_info {
        margin-top: 10px;
        font-size: 14px;
    }
    .right-column {
        border-left: 0;
    }
    .left-column {
        border-right: 0;
    }
   .column2 .footer_col+.footer_col,.column3 .footer_col+.footer_col,.column1 .footer_col+.footer_col {
        padding: 12px 0 0;
    }
    .post_cta {
        padding: 18px 24px;
    }
    .cta_btn {
        padding-left: 50px;
        margin-top: 15px;
    }
    .post_cta>.dp_flx {
        align-items: flex-start;
    }
    .cta_left>img {
        margin-top: 4px;
    }
    .cta_txt {
        padding-left: 20px;
    }
    .cta_left {
        align-items: flex-start;
    }
    .card_link_wrap .image_wrapper {
        height: 180px;
    }
    
    #recommended_agencies.owl-carousel .owl-nav .owl-prev {
        left: -10px;
    }
    #recommended_agencies.owl-carousel .owl-nav .owl-next {
        right: -10px;
    }
    /* .bar_panel .bar_tooltip {
      max-width: 82px;
      font-size: 11px;
      padding: 8px 6px;
  } */
  .key_client_col figure {
    width: 80px;
    height: 80px;
  }
  .key_client_list .logo_info {
    max-width: 80px;
  }
  .sidebar-nav.profile-card {
    display: none;
  }
  .vendor-sidebar .profile-header {
    border-radius: 12px;
  }
  .profile-header>.dp_flx.jcsb {
    justify-content: flex-start;
  }
  .verification-badge-wrap {
    padding-left: 15px;
  }
  .bar_col:nth-child(odd) {
    border-left: none;
    border-right: 0;
    border-top: 0;
  }
  .bar_col {
    border-top: 0;
  }
  .rating_box {
    width: 100%;
  }
  .review-date {
    justify-content: center;
  }
  .form__title {
    font-size: 20px;
  }
  .select_box select {
    padding: 8px 22px 8px 8px;
    font-size: 11px;
  }
  .tooltiptext {
    min-width: 90px;
    left: -35px;
  }
  .bar_col {
    padding: 36px 15px;
  }
  .bar_col:nth-child(1), .bar_col:nth-child(2) {
    border-top: 1px solid #E6E7E8;
  }
  .bar_col:nth-child(2) {
    border-bottom: 1px solid #e6e7e8;
}
.about-company {
  margin-bottom: 36px;
}
.middle-column {
  border-top: 1px solid #e6e7e8;
  border-bottom: 1px solid #e6e7e8;
}
}