.vm__static-section .vm__static-box {
  display: flex;
  flex-direction: row;
  gap: 20px;
  flex-wrap: wrap;
}

.vm__static-section .vm__static-box > a {
  border: 1px solid #f1f1f1;
  border-radius: 12px;
  padding: 16px;
  width: calc(25% - 15px);
}

.vm__static-section .vm__static-box .vm__static-card .vm__static-card-item-img-box {
  width: 100%;
  max-width: 60px;
}

.vm__static-section .vm__static-box .vm__static-card .vm__static-card-item .vm__static-item-img {
  width: 100%;
  object-fit: cover;
}

.vm__static-section .vm__static-box .vm__static-card .vm__static-card-item .vm__static-item-heading {
  margin: 20px 0px 16px 0px;
}

.vm__static-section .vm__static-box .vm__static-card .vm__static-card-item .vm__static-item-text {
  margin: 0px;
}

@media (max-width: 767px) {
  .vm__static-section .vm__static-box > a {
      width: calc(50% - 10px);
  }
}

@media (max-width: 500px) {
  .vm__static-section .vm__static-box > a {
      width: 100%;
      
  }
    .vm__static-section .vm__static-box > a .vm__static-card {
      width: 100%;
      display: flex;
      flex-direction: row;
      gap: 16px;
  }
  

  .vm__static-section .vm__static-box .vm__static-card .vm__static-card-item .vm__static-item-heading {
      margin: 0px 0px 16px 0px;
  }
}

/* Join Meela as an expert css  */

.vm__support-section {
  position: relative;
  overflow: hidden;
}

.vm__support-section .vm__support-container {
  overflow: visible;
}

.vm__support-section .vm__support-card-img {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 50%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

.vm__support-section .vm__support-box {
  display: flex;
}

.vm__support-section .vm__support-box .vm__support-card {
  width: 50%;
  position: relative;
  z-index: 1;
}

.vm__support-section .vm__support-box .vm__support-content-box {
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding: 80px 0px;
  margin-right: 20px;
  max-width: 463px;
}

.vm__support-section .vm__support-box .vm__support-content-main-box::after,
.vm__support-section .vm__support-box .vm__support-content-main-box::before {
  content: " ";
  position: absolute;
  border-radius: 50%;
  z-index: -1;
}

.vm__support-section .vm__support-box .vm__support-content-main-box::after {
  width: 420px;
  height: 420px;
  background-color: #10c1b9;
  bottom: -202px;
  left: -215px;
}

.vm__support-section.vm__support-section-second .vm__support-box .vm__support-content-main-box::after {
  width: 340px;
  height: 340px;
  top: -214px;
  right: 455px;
}

.vm__support-section .vm__support-box .vm__support-content-main-box::before {
  width: 300px;
  height: 300px;
  background-color: #08b9b1;
  top: -160px;
  right: -96px;
}

.vm__support-section.vm__support-section-second .vm__support-box .vm__support-content-main-box::before {
  bottom: -188px;
  top: auto;
  right: -156px;
}

.vm__support-section .vm__support-box .vm__support-card .vm__support-heading {
  margin: 0px;
}

.vm__support-section .vm__support-box .vm__support-card .vm__support-text {
  /* max-width: 376px; */
  width: 100%;
  margin: 0px;
}

.vm__support-section .vm__support-box .vm__support-card .vm__support-btn-box {
  width: 100%;
  max-width: 380px;
}

.page-template-Join-as-a-pro_new .vm__support-section .vm__support-box .vm__support-card .vm__support-btn-box {
  width: 100%;
  max-width: 270px;
}

.vm__support-section .vm__support-box .vm__support-card .vm__support-btn {
  width: 100%;
  padding: 15px;
}

.vm__support-section .vm__support-box .vm__support-card .vm__support-btn:hover {
  background-color: #484848;
}

.vm__support-section .vm__support-box .vm__support-card .vm__support-list ul {
  list-style-type: disc;
  padding-left: 20px;
  margin: 0px;
}

.vm__support-section .vm__support-box .vm__support-card .vm__support-list ul li {
  padding-bottom: 10px;
}

.vm__support-section .vm__support-box .vm__support-card .vm__support-content-card {
  padding: 30px;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.vm__support-section .vm__support-box .vm__support-card .vm__support-content-card .vm__support-content-card-text {
  margin: 0px;
}

.vm__support-section .vm__support-box .vm__support-card .vm__support-content-card .vm__support-content-card-name {
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
}

@media (max-width: 991px) {
  .vm__support-section {
      display: flex;
      flex-direction: column-reverse;
  }

  .vm__support-section .vm__support-card-img {
      position: unset;
      width: 100%;
  }

  .vm__support-section .vm__support-box .vm__support-card-img-box {
      display: none;
  }

  .vm__support-section .vm__support-box .vm__support-card {
      width: 100%;
  }

  .vm__support-section .vm__support-box .vm__support-content-box {
      margin: 0px;
      max-width: 100%;
  }

  .vm__support-section .vm__support-box .vm__support-card .vm__support-text {
      max-width: 625px;
  }
}

@media (max-width: 767px) {
  .vm__support-section {
      background-color: #01b1a4;
      position: relative;
      overflow: hidden;
  }

  .vm__support-section .vm__support-box .vm__support-card .vm__support-text {
      max-width: 100%;
  }

  .vm__support-section .vm__support-box .vm__support-card .vm__support-list ul,
  .vm__support-section .vm__support-box .vm__support-card .vm__support-content-card .vm__support-content-card-name {
      font-size: 18px;
      line-height: 24px;
  }

  .vm__support-section .vm__support-box .vm__support-content-box {
      padding: 40px 0px 27px 0px;
      gap: 20px;
  }

  .vm__support-section .vm__support-box .vm__support-content-main-box::before {
      top: -193px;
      right: -138px;
  }

  .vm__support-section.vm__support-section-second .vm__support-box .vm__support-content-main-box::before {
      top: -190px;
      bottom: auto;
      right: -138px;
  }

  .vm__support-section .vm__support-box .vm__support-content-main-box::after {
      bottom: -127px;
      left: -186px;
  }

  .vm__support-section.vm__support-section-second .vm__support-box .vm__support-content-main-box::after {
      bottom: -230px;
      top: auto;
      left: -211px;
  }
}

/* city page filter section css  */

.vm__filter-section .vm__filter-btn-box {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 21px;
  justify-content: space-between;
  padding-bottom: 20px;
}

.vm__filter-section .vm__filter-btn-box .vm__filter-btn-text {
  margin: 0px;
  font-size: clamp(22px, 5.4vw, 30px);
  line-height: clamp(30px, 5.4vw, 37px);
  width: calc(100% - 194px);
}

.vm__filter-section .vm__filter-btn-box .vm__filter-btn {
  padding: 15.5px 39px;
  border-radius: 6px;
}

.vm__filter-section .vm__filter-btn-box .vm__green-border-btn:hover .vm__filter-btn-icon {
  filter: grayscale(1) brightness(1000%);
  transition: background-color 0.3s;
}

.vm__filter-section .vm__filter-btn-box .vm__filter-btn .vm__filter-btn-icon {
  margin-right: 10px;
  width: 18px;
  height: 18px;
}

.vm__filter-section .vm__filter-box {
  margin-top: 30px;
  box-shadow: 0px 2px 6px 0px #00000026;
  border-radius: 6px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.vm__filter-section .vm__filter-box .vm__filter-profile-box,
.vm__filter-section .vm__filter-box .vm__filter-profile-box .vm__filter-profile {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 30px;
}

.vm__filter-section .vm__filter-box .vm__filter-profile-img-box {
  position: relative;
  border-radius: 50%;
}

.vm__filter-section .vm__filter-box .vm__filter-varify-img {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 20px;
  width: 20px;
  object-fit: contain;

}

.vm__filter-section .vm__filter-box .vm__filter-profile-img-box .vm__filter-profile-img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50%;
}

.vm__filter-section .vm__filter-profile .vm__filter-profile-name-box {
  width: calc(100% - 110px);
}

.vm__filter-section .vm__filter-profile .vm__filter-profile-city {
  margin: 10px 0px;
}

.vm__filter-section .vm__filter-profile .vm__filter-profile-rating-box {
  display: flex;
  flex-direction: row;
  align-items: center;
  border: 1px solid #e1e4e8;
  border-radius: 50px;
  width: fit-content;
  padding: 3px 10px;
}

.vm__filter-section .vm__filter-profile .vm__filter-profile-rating-box .vm__filter-profile-rating-img {
  width: 15px;
  padding-bottom: 2px;
}

.vm__filter-section .vm__filter-profile .vm__filter-profile-rating-box .vm__filter-profile-rating-num--padding {
  padding: 0px 10px 0px 3px;
}

.vm__filter-section .vm__filter-profile .vm__filter-profile-rating-box .vm__filter-profile-rating-num {
  color: #454e56;
  letter-spacing: 0.1px;
}

.vm__filter-section .vm__filter-profile .vm__filter-profile-rating-box .vm__filter-profile-rating-spac {
  padding-left: 8px;
}

.vm__filter-section .vm__filter-profile-box .vm__filter-about-box {
  display: flex;
  flex-direction: row;
  gap: 40px;
  padding: 0px 20px;
}

.vm__filter-section .vm__filter-profile-box .vm__filter-about-box .vm__filter-about-card {
  display: flex;
  flex-direction: row;
  gap: 12px;
  align-items: center;
}

.vm__filter-section .vm__filter-profile-box .vm__filter-about-box .vm__filter-about-card .vm__filter-about-text {
  width: calc(100% - 62px);
}

.vm__filter-section .vm__filter-profile-box .vm__filter-about-card .vm__filter-about-num-box {
  width: 50px;
  height: 50px;
  background-color: #e6f8f6;
  display: grid;
  place-items: center;
  border-radius: 50px;
}

.vm__filter-section .vm__filter-info-box .vm__filter-info-item {
  display: flex;
  flex-direction: row;
  gap: 20px;
}

.vm__filter-section .vm__filter-info-box .vm__filter-info-item:has(.vm__filter-info-card:nth-child(2)) .vm__filter-info-card {
  width: calc(50% - 10px);
}

.vm__filter-section .vm__filter-info-box .vm__filter-info-item .vm__filter-info-card {
  width: 100%;
  padding: 15px;
  border: 1px solid #f3f6fc;
  border-radius: 5px;
}

.vm__filter-section .vm__filter-info-box .vm__filter-info-item .vm__filter-info-card.vm__filter-info-card--width {
  width: 100%;
  padding: 15px 15px 29px 15px;
}

.vm__filter-section .vm__filter-info-box .vm__filter-info-card .vm__filter-info-card-text {
  padding-top: 10px;
}

.vm__filter-section .vm__filter-info-box .vm__filter-info-card .vm__filter-info-card-btn {
  display: inline-block;
  text-decoration: underline;
}

.vm__filter-section .vm__filter-info-box .vm__filter-info-card .vm__filter-info-card-btn:hover {
  color: #01b1a4;
  text-decoration: none;
}

.vm__filter-section .vm__filter-info-box .vm__filter-info-card .vm__filter-info-card-btn:focus {
  color: #01b1a4;
}

.vm__filter-section .vm__filter-info-box .vm__filter-info-card .vm__filter-info-card-btn svg {
  margin-left: 10px;
}

.vm__filter-section .vm__filter-info-box .vm__filter-info-card .vm__filter-info-card-btn:hover svg path {
  margin-left: 10px;
  transition: all 0.3s !important;
}

.vm__filter-section .vm__filter-info-box .vm__filter-info-card .vm__filter-info-card-btn--none {
  display: none !important;
}

.vm__filter-section .vm__filter-info-box .vm__filter-info-card .vm__filter-info-client-box {
  padding: 16px 0px;
}

/* clint  */

.vm__filter-section .vm__filter-info-box .vm__filter-info-card .vm__filter-info-client-card {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 24px;
  padding-bottom: 8px;
}

.vm__filter-section .vm__filter-info-card .vm__filter-info-client-card .vm__filter-info-client-img-box {
  border-radius: 50%;
}

.vm__filter-section .vm__filter-info-card .vm__filter-info-client-card .vm__filter-info-client-img-box img {
  width: 45px;
  height: 45px;
  object-fit: cover;
  border-radius: 50%;
}

.vm__filter-section .vm__filter-info-card .vm__filter-info-client-card .vm__filter-info-client-name-box {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  width: calc(100% - 69px);
}

.vm__filter-section .vm__filter-info-card .vm__filter-info-client-card .vm__filter-info-client-rating-box {
  padding: 2px 10px;
  border: 1px solid #e1e4e8;
  border-radius: 99px;
  white-space: nowrap;
}

.vm__filter-section .vm__filter-info-card .vm__filter-info-client-card .vm__filter-info-client-rating-number {
  color: #454e56;
}

.vm__filter-section .vm__filter-info-card .vm__filter-info-client-card .vm__filter-info-client-rating-number img {
  margin: 0px 3.5px 3.5px 0px;
  object-fit: cover;
}

/* price details  */
.vm__filter-section .vm__filter-price-box,
.vm__filter-section .vm__filter-price-box .vm__filter-price-card,
.vm__filter-section .vm__filter-price-box .vm__filter-price-item {
  display: flex;
  flex-direction: row;
}

.vm__filter-section .vm__filter-price-box {
  justify-content: space-between;
  gap: 20px;
}

.vm__filter-section .vm__filter-price-box .vm__filter-price-card {
  gap: 48px;
}

.vm__filter-section .vm__filter-price-box .vm__filter-price-item {
  gap: 40px;
  padding-left: 12px;
}

.vm__filter-section .vm__filter-price-box .vm__filter-price-details {
  display: inline-block;
}

.vm__filter-section .vm__filter-price-box .vm__filter-price-item .vm__filter-price-name {
  font-size: 10px;
  line-height: 14px;
  letter-spacing: 0.1px;
  margin-bottom: 4px;
  color: #7a7a7a;
}

.vm__filter-section .vm__filter-price-box .vm__filter-price-item .vm__filter-price-number {
  letter-spacing: -1px;
  color: #454e56;
}

.vm__filter-section .vm__filter-price-box .vm__filter-price-flexible {
  display: inline-block;
}

.vm__filter-section .vm__filter-price-box .vm__filter-price-flexible-text {
  background: #01b1a41a;
  border-radius: 99px;
  padding: 9px 12px;
}

.vm__filter-section .vm__filter-price-box .vm__filter-price-btn-box {
  padding: 12px 28px;
  font-size: 14px;
  text-align: center;
}

@media (max-width: 991px) {
  .vm__filter-section .vm__filter-profile-box .vm__filter-about-box {
      padding: 0px;
  }

  .vm__filter-section .vm__filter-btn-box .vm__filter-btn-text {
      font-size: 25px;
      line-height: 32px;
  }
}

@media (max-width: 767px) {
  .vm__filter-section .vm__filter-btn-box {
      flex-direction: column;
      gap: 24px;
      align-items: start;
      padding-bottom: 10px;
  }

  .vm__filter-section .vm__filter-btn-box .vm__filter-btn-text {
      width: 100%;
      font-size: 22px;
      line-height: 30px;
  }

  .vm__filter-section .vm__filter-box .vm__filter-profile-box {
      flex-direction: column;
      align-items: start;
      gap: 20px;
  }

  .vm__filter-section .vm__filter-profile-box .vm__filter-about-card .vm__filter-about-num-box .vm__filter-about-num {
      font-size: 14px;
      line-height: 18px;
  }

  .vm__filter-section .vm__filter-profile-box .vm__filter-about-card .vm__filter-about-text {
      font-size: 13px;
      line-height: 17px;
  }

  .vm__filter-section .vm__filter-info-box .vm__filter-info-item {
      flex-direction: column;
      gap: 24px;
  }

  .vm__filter-section .vm__filter-info-box .vm__filter-info-item .vm__filter-info-card {
      width: 100% !important;
  }

  .vm__support-section .vm__support-box .vm__support-card .vm__support-btn-box {
      padding-top: 10px;
  }

  .vm__filter-section .vm__filter-info-box .vm__filter-info-card .vm__filter-info-card-btn--none {
      display: inline-block;
  }

  .vm__filter-section .vm__filter-info-box .vm__filter-info-card .vm__filter-info-card-text {
      padding: 10px 0px;
  }

  .vm__filter-section .vm__filter-price-box .vm__filter-price-flexible {
      display: none;
  }

  .vm__filter-section .vm__filter-price-box {
      padding-top: 10px;
  }

  .vm__filter-section .vm__filter-price-box {
      flex-wrap: wrap;
  }

  .vm__filter-section .vm__filter-price-box .vm__filter-price-btn-box {
      width: 100%;
  }
}

@media (max-width: 412px) {
  .vm__filter-section .vm__filter-btn-box .vm__filter-btn-text {
      text-align: center;
  }

  .vm__filter-section .vm__filter-btn-box .vm__filter-btn {
      width: 100%;
  }

  .vm__filter-section .vm__filter-profile-box .vm__filter-about-box {
      gap: 20px;
      flex-wrap: wrap;
  }

  .vm__filter-section .vm__filter-profile-box .vm__filter-about-box .vm__filter-about-card {
      width: calc(50% - 10px);
  }
}

@media (max-width: 355px) {
  .vm__filter-section .vm__filter-profile-box .vm__filter-about-box {
      row-gap: 10px;
  }

  .vm__filter-section .vm__filter-profile-box .vm__filter-about-box .vm__filter-about-card {
      width: 100%;
  }
}

/* fix bugs css  */

.vm__banner-wrapper .vm__banner-box--row .vm__banner-col .vm__banner-title-text {
  max-width: 395px;
  width: 100%;
  margin-bottom: 30px;
}


.vm__slider-wrapper .vm__slider-box .owl-stage {
  display: flex;
}

.vm__slider-wrapper .vm__slider-box .vm__slider-box-item {
  height: 100%;
}

.vm__slider-wrapper .vm__slider-box .vm__slider-box-item .vm__slider-box-item-content {
  height: calc(100% - 460px);
  justify-content: space-between;
}

.vm__slider-wrapper .vm__slider-box .vm__slider-box-item .vm__slider-item-img-box .vm__slider-box-item-content-name {
  flex-wrap: wrap;
  row-gap: 10px;
}

@media (max-width: 1024px) {
  .vm__banner-box--row .vm__banner-col .vm__banner-item-box.vm__banner-item-box--padding {
      padding: 30px 0px 0px 0px;
  }
}

@media (max-width: 767px) {
  /* Footer bug css  */

  .site__footer .site__footer--bottom-right .site__footer--link {
      text-decoration: underline;
  }

  .site__footer .site__footer--link.site__footer--link-hide {
      display: none;
  }
}

/* More care options section */

.vm__suggestion-section .vm__suggestion-box {
  background: #f3fbfa;
  padding: 30px;
  border-radius: 12px;
  margin-bottom: 15px;
}

.vm__suggestion-section .vm__suggestion-box .vm__suggestion-heading {
  margin-bottom: 16px;
}

.vm__suggestion-section .vm__suggestion-box .vm__suggestion-link-box {
  display: flex;
  flex-direction: row;
  column-gap: 40px;
  row-gap: 16px;
  flex-wrap: wrap;
}

.vm__suggestion-section .vm__suggestion-box .vm__suggestion-link-box .vm__suggestion-link svg {
  margin-left: 5px;
  width: auto;
}

.vm__suggestion-section .vm__suggestion-box .vm__suggestion-link-box .vm__suggestion-link:hover svg path {
  stroke: #01b1a4;
  transition: all 0.3s !important;
}

@media (max-width: 412px) {
  .vm__suggestion-section .vm__suggestion-box {
      padding-right: 20px;
  }

  .vm__suggestion-section .vm__suggestion-box .vm__suggestion-link-box {
      flex-direction: column;
  }
}

/* Find doula clients today section  */

.vm__find-section .vm__find-box {
  display: flex;
  flex-direction: row;
  overflow: hidden;
  align-items: stretch;
  border-radius: 12px;
  background-color: #f3fbfa;
}

.vm__find-section .vm__find-box .vm__find-card-img-box {
  width: 100%;
  max-width: 560px;
}

.vm__find-section .vm__find-box .vm__find-card-img-box .vm__find-card-img {
  width: 100%;
  object-fit: cover;
  border-radius: 12px;
  height: 100%;
}

.vm__find-section .vm__find-box .vm__find-card-content {
  width: 100%;
  max-width: 580px;
  padding: 52px 50px;
  position: relative;
  border-radius: 0px;
  background: #f3fbfa;
  z-index: 1;
}

.vm__find-section .vm__find-box .vm__find-card-content::after {
  content: " ";
  position: absolute;
  width: 300px;
  height: 300px;
  background-color: #cdf0ee;
  border-radius: 50%;
  top: -150px;
  right: -221px;
  z-index: -1;
}

.vm__find-section .vm__find-box .vm__find-card-content .vm__find-card-text {
  margin: 20px 0px 30px 0px;
  width: 100%;
  max-width: 325px;
}

.vm__find-section .vm__find-box .vm__find-card-content .vm__find-card-btn {
  padding: 15.5px 53px;
  display: inline-block;
}

@media (max-width: 991px) {
  .vm__find-section .vm__find-box .vm__find-card-content {
      padding: 30px 40px;
  }

  .vm__find-section .vm__find-box .vm__find-card-content .vm__find-card-btn {
      padding: 15.5px 33px;
  }
}

@media (max-width: 767px) {
  .vm__find-section .vm__find-box {
      flex-direction: column;
  }

  .vm__find-section .vm__find-box .vm__find-card-content::after {
      width: 195px;
      height: 195px;
      background-color: #e6f8f6;
      top: auto;
      left: -108px;
      bottom: -34px;
  }

  .vm__find-section .vm__find-box .vm__find-card-content {
      max-width: 100%;
      padding: 30px;
  }

  .vm__find-section .vm__find-box .vm__find-card-content .vm__find-card-text {
      max-width: 100%;
  }

  .vm__find-section .vm__find-box .vm__find-card-content .vm__find-card-btn {
      width: 100%;
  }

  .vm__find-section .vm__find-box .vm__find-card-img-box {
      max-width: 100%;
  }

  .vm__find-section .vm__find-box .vm__find-card-img-box .vm__find-card-img {
      min-height: 311px;
  }
}

/* Find doula jobs near you  */

.vm-job-section .vm__job-box .vm__job-heading-box {
  text-align: center;
  margin-bottom: 50px;
}

.vm-job-section .vm__job-box .vm__job-text {
  margin-top: 24px;
}

.vm-job-section .vm__job-slider-box .owl-stage {
  display: flex;
}

.vm-job-section .vm__job-box .vm__job-slider-box .vm__job-slider-card {
  display: flex !important;
  flex-direction: column;
  gap: 24px;
  padding: 24px;
  border: 1px solid #f1f1f1;
  border-radius: 12px;
  height: 100%;
}

.vm-job-section .vm__job-box .vm__job-slider-box .vm__job-slider-card .vm__job-slider-card-img-box {
  position: relative;
  overflow: hidden;
}

.vm-job-section .vm__job-slider-box .vm__job-slider-card-img-box .vm__job-slider-card-img-text {
  position: absolute;
  display: none;
}

.vm-job-section .vm__job-slider-box .vm__job-slider-card .vm__job-slider-card-img {
  width: 100%;
  object-fit: cover;
  border-radius: 12px;
  height: 195px;
}

.vm-job-section .vm__job-slider-card .vm__job-slider-card-content-box {
  height: calc(100% - 219px);
  justify-content: space-between;
  display: flex;
  flex-direction: column;
}

.vm-job-section .vm__job-slider-card .vm__job-slider-card-content-box .vm__job-slider-card-name {
  border-radius: 99px;
  background-color: #01b1a41a;
  padding: 10px 12px;
  margin-bottom: 20px;
  display: inline-block;
}

.vm-job-section .vm__job-slider-card .vm__job-slider-card-content-box .vm__job-slider-card-info-box,
.vm-job-section .vm__job-slider-card .vm__job-slider-card-content-box .vm__job-slider-card-info-box .vm__job-slider-card-info-item {
  display: flex;
  flex-direction: column;
}

.vm-job-section .vm__job-slider-card .vm__job-slider-card-content-box .vm__job-slider-card-info-box {
  gap: 12px;
}

.vm-job-section .vm__job-slider-card .vm__job-slider-card-content-box .vm__job-slider-card-info-box .vm__job-slider-card-info-item {
  gap: 8px;
}

.vm-job-section .vm__job-box .slick-dots li {
  width: 10px;
  height: 10px;
}

.vm-job-section .vm__job-box .slick-dots button {
  padding: 0px;
  width: 10px;
  height: 10px;
}

.vm-job-section .vm__job-box .slick-dots button::before {
  font-size: 10px;
  line-height: 10px;
  width: 10px;
  height: 10px;
  color: #00b1a9;
}

@media (max-width: 767px) {
  .vm-job-section .vm__job-box .vm__job-heading-box {
      margin-bottom: 30px;
  }

  .vm-job-section .vm__job-box .vm__job-text {
      margin-top: 20px;
  }

  .vm-job-section .vm__job-box .vm__job-slider-box .vm__job-slider-card {
      padding: 0px;
  }

  .vm-job-section .vm__job-slider-box .vm__job-slider-card .vm__job-slider-card-img {
      height: 220px;
  }

  .vm-job-section .vm__job-box .vm__job-slider-box .vm__job-slider-card .vm__job-slider-card-content-box {
      padding: 0px 24px 24px 24px;
  }

  .vm-job-section .vm__job-slider-card .vm__job-slider-card-content-box .vm__job-slider-card-name {
      display: none;
  }

  .vm-job-section .vm__job-slider-box .vm__job-slider-card-img-box .vm__job-slider-card-img-text {
      display: inline-block;
      bottom: 10px;
      padding: 0px 10px 0px 20px;
  }
}

/* Just a few of things you can expect from your session */

.vm__expect-section .vm__expect-box .vm__expect-box-heading {
  text-align: center;
  margin-bottom: 38px;
}

.vm__expect-section .vm__expect-card {
  display: grid;
  column-gap: 20px;
  row-gap: 30px;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}

.vm__expect-section .vm__expect-card .vm__expect-card-item {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.vm__expect-section .vm__expect-card-item .vm__expect-card-item-heading-box {
  display: flex;
  flex-direction: row;
  gap: 16px;
}

.vm__expect-section .vm__expect-card-item .vm__expect-card-item-heading-box .vm__expect-card-item-heading-icon {
  width: 16px;
  height: 21px;
}

.vm__expect-section .vm__expect-card-item .vm__expect-card-item-heading-box .vm__expect-card-item-heading {
  width: calc(100% - 32px);
}

.vm__expect-section .vm__expect-box .vm__expect-btn-box {
  text-align: center;
}

.vm__expect-section .vm__expect-box .vm__expect-btn {
  margin-top: 30px;
}

@media (max-width: 767px) {
  .vm__expect-section .vm__expect-box .vm__expect-box-heading {
      text-align: start;
      margin-bottom: 30px;
  }

  .vm__expect-section .vm__expect-card {
      row-gap: 20px;
  }

  .vm__expect-section .vm__expect-box .vm__expect-btn {
      width: 100%;
  }
}

/* fix bugs */
.vm-job-section .vm__job-box .vm__job-slider-box .slick-slide {
  margin-right: 20px;
}

.vm-job-section .vm__job-box .vm__job-slider-box .slick-track {
  display: flex;
}

.vm-job-section .vm__job-box .vm__job-slider-box .slick-track .slick-slide {
  height: auto;
}

.vm-job-section .vm__job-box .vm__job-slider-box .slick-track .slick-slide>div {
  height: 100%;
}

/* svg icon fix bug  */

.vm__banner-wrapper .vm__help-box i,
.card-wrapper__info .vm__help-box i,
.vm__slider-wrapper .vm__date-slider--item .item-date svg {
  width: auto;
}

/* Join Meela as an expert section css  */

.vm__support-section .vm__support-content-box p {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  width: 100%;
  margin: 0px;
  color: #ffffff;
  font-family: Inter !important;
}

.vm__support-section .vm__support-content-box .vm__support-content-card p {
  color: #2f2f2f;
}

.vm__support-section .vm__support-content-box ul {
  list-style-type: disc;
  padding-left: 20px;
  color: #ffffff;
  margin: 0px;
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
}

.vm__support-section .vm__support-content-box ul li {
  padding-bottom: 10px;
}

@media (max-width: 767px) {
  .vm__support-section .vm__support-content-box ul {
      font-size: 18px !important;
  }
}

/* How Meela works: slider css  */

.vm__slider-wrapper .slick-track {
  display: flex;
}

.vm__slider-wrapper .slick-track .slick-slide {
  height: auto;
}

.vm__slider-wrapper .slick-track .slick-slide>div {
  height: 100%;
}

.vm__slider-wrapper .vm__slider-box-wrapper .vm__number-slider--item,
.vm__slider-wrapper .vm__slider-box-wrapper .vm__date-slider--item {
  display: flex !important;
}

.vm__slider-wrapper .vm__slider-box-wrapper .vm__date-slider--item .item-date {
  display: flex;
  align-items: center;
}

/* business banner section  */

.vms__banner-section {
  background: linear-gradient(180deg, #e6f8f6 61.5%, #ffffff 100%);
}

.vms__banner-section .vms__banner-box {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 43px;
  margin-bottom: 116px;
}

.vms__banner-section .vms__banner-box .vms__banner-card {
  overflow: hidden;
}

.vms__banner-section .vms__banner-box .vms__banner-step-box {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 20px;
  row-gap: 30px;
  margin: 30px 0px 40px 0px;
}

.vms__banner-section .vms__banner-step-box .vms__banner-step-box-item {
  display: flex;
  flex-direction: column;
  gap: 16px;
  position: relative;
}

.vms__banner-section .vms__banner-step-box .vms__banner-step-box-item:last-child,
.vms__banner-section .vms__banner-step-box .vms__banner-step-box-item:nth-child(2) {
  padding-right: 7px;
}

.vms__banner-section .vms__banner-step-box .vms__banner-step-box-item:after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #c5e8e6;
  position: absolute;
  top: 20px;
  left: 20px;
}

.vms__banner-section .vms__banner-step-box .vms__banner-step-box-item:last-child::after {
  display: none;
}

.vms__banner-section .vms__banner-step-box .vms__banner-step-box-item .vms__banner-step-item-number-box {
  width: 45px;
  height: 45px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  z-index: 1;
}

.vms__banner-section .vms__banner-step-box .vms__banner-step-box-item .vms__banner-step-item-start-number-box {
  border-radius: 50%;
  background: #c5e8e6;
}

.vms__banner-section .vms__banner-card-btn {
  padding: 16.5px 28px;
}

.vms__banner-section .vms__banner-box .vms__banner-card-img-box {
  max-width: 406px;
  width: 100%;
}

.vms__banner-section .vms__banner-box .vms__banner-card-img-box .vms__banner-card-img {
  width: 100%;
  border-radius: 30px;
  object-fit: cover;
}

.vms__banner-section .vms__banner-info-box {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(272px, 1fr));
  gap: 20px;
}

.vms__banner-section .vms__banner-info-box .vms__banner-info-card {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

@media (max-width: 991px) {
  .vms__banner-section .vms__banner-box .vms__banner-step-box {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
  }

  .vms__banner-section .vms__banner-step-box .vms__banner-step-box-item:last-child::after {
      display: inline-block;
  }
}

@media (max-width: 767px) {
  .vms__banner-section .vms__banner-box {
      flex-direction: column-reverse;
      gap: 30px;
      margin-bottom: 80px;
  }

  .vms__banner-section .vms__banner-box .vms__banner-card-img-box {
      max-width: 100%;
  }

  .vms__banner-section .vms__banner-box .vms__banner-card-btn {
      width: 100%;
  }

  .vms__banner-section .vms__banner-step-box .vms__banner-step-box-item {
      gap: 8px;
  }

  .vms__banner-section .vms__banner-step-box .vms__banner-step-box-item .vms__banner-step-item-heading {
      font-size: 16px;
      line-height: 24px;
  }
}

@media (max-width: 450px) {
  .vms__banner-section .vms__banner-box .vms__banner-card-img-box .vms__banner-card-img {
      max-height: 223px;
      border-radius: 16px;
  }

  .vms__banner-section .vms__banner-box .vms__banner-card .vms__banner-heading {
      max-width: 346px;
      width: 100%;
  }
}

/* V CSS  */
.load_more_item {
  display: none;
}

/* banner section but fix bug  */
@media only screen and (max-width: 991px) {
  .vm__banner-box--row .zip-code-container form {
      width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .vm__support-section .vm__support-box .vm__support-card .vm__support-btn-box {
      max-width: 100%;
  }
}

.vm__accordion--wrapper h3 {
  position: relative;
  z-index: 1;
}

/* footer and header  fix bugs  */

.site__footer .site__footer--title-desc svg,
.vm__top-header .vm__help-box-link i {
  width: auto;
}

.site__footer {
  margin: 0px !important;
}

.vm__accordion-section--padding.vm__accordion--section {
  padding-bottom: 0px !important;
}

#c27-site-wrapper {
  padding-bottom: 0px !important;
}

@media (max-width: 767px) {
  .site__footer--item:last-child .site__footer--title-desc {
      justify-content: space-between;
  }

  .site__footer .site__footer--bottom-right .site__footer--link:first-child {
      display: none;
  }

  .vm__site-main-header .vm__site-header-box .vm__site-header--btn-login {
      width: auto !important;
  }
}

.card-wrapper .card-wrapper__right-content-box .card-wrapper__discription {
  margin-bottom: 47px;
}

@media (max-width: 767px) {
  .card-wrapper .card-wrapper__right-content-box .card-wrapper__discription {
      margin-bottom: 30px;
  }

  .card-wrapper .card-wrapper__right-content-box .vm__find-card-btn {
      width: 100%;
  }
}

.site__footer .site__footer-usa-logo-box .site__footer-usa-logo {
  width: 20px;
  height: 15px;
}

/* fix bugs  */

.grid-card .grid-card__items .grid-card__link-style {
  text-decoration: none !important;
}

.grid-card .grid-card__items .grid-card__link-style:hover {
  text-decoration: underline !important;
}

/* footer fix bugs  */
.site__footer .site__footer--logo {
  margin-bottom: 30px;
}

.site__footer .site__footer-column-two {
  max-width: 275px;
  width: 100%;
}

.site__footer .site__footer-column-three {
  max-width: 301px;
  width: 100%;
}

.site__footer .site__footer-column-four {
  max-width: 234px !important;
  width: 100%;
}

.site__footer .site__footer-column-four .site__footer--title-desc {
  justify-content: space-between;
  gap: 10px;
}

.site__footer .site__footer-column-four .site__footer--title-desc .site__page--up {
  margin-top: -10px;
}

@media (max-width: 991px) {
  .site__footer .site__footer--item {
      width: calc(33.3% - 13.1px) !important;
  }

  .site__footer .site__footer--item:first-child {
      width: 100% !important;
      max-width: 100% !important;
  }
}

@media (max-width: 767px) {
  .site__footer .site__footer--item:first-child {
      max-width: 100%;
  }

  .site__footer .site__footer--item {
      width: calc(50% - 10px) !important;
  }
}

@media (max-width: 500px) {
  .site__footer .site__footer--item {
      width: 100% !important;
  }

  .site__footer .site__footer-column-four {
      max-width: 100% !important;
  }

  .site__footer .site__footer--social-media {
      gap: 16px !important;
  }

  .site__footer .site__footer-column-four {
      position: relative;
  }

  .site__footer .site__footer--item.site__footer-column-four .site__page--up {
      position: absolute;
      top: 0px;
      right: 50px !important;
  }

  .site__footer .site__footer--item.site__footer-column-four .site__footer--title {
      margin-bottom: 0px;
  }
}

.vm__accordion--section button {
  position: relative;
  z-index: 1;
}

.site__footer .site__footer--title-info .site__footer--desc.site__footer-usa-logo-box p {
  color: #85868a;
  font-weight: 400;
  font-size: 15.75px;
  line-height: 20px;
  font-family: Inter !important;
}

@media (max-width: 500px) {
  .vm__support-section .vm__support-card-img {
      min-height: 400px;
  }

  .faq-section .faq-section__title {
      text-align: center;
  }
}

/* Select an online service section  */
.vms__box-section svg {
  width: auto;
}

.vms__box-section .vms__box-heading {
  text-align: center;
  margin-bottom: 50px;
}

.vms__box-section .vms__box-card {
  display: flex;
  flex-direction: row;
  gap: 20px;
  flex-wrap: wrap;
}

.vms__box-section .vms__box-card-item {
  width: calc(50% - 10px);
  padding: 15px;
  border: 1px solid #f3f6fc;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.vms__box-section .vms__box-card-item .vms__box-item-title-box {
  text-align: center;
  padding: 11.5px 0px;
  border-radius: 999px;
  background-color: #fda5911a;
  margin-bottom: 16px;
}

.vms__box-section .vms__box-card-item .vms__box-item-title-box .vms__box-item-title {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  color: #fda591;
}

.vms__box-section .vms__box-card-item .vms__box-item-title-box .vms__box-item-title svg {
  margin-right: 10px;
}

.vms__box-section .vms__box-card-item .vms__box-item-img-box {
  width: 100%;
  border-radius: 4px;
  margin-bottom: 16px;
}

.vms__box-section .vms__box-card-item .vms__box-item-img-box .vms__box-item-img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 4px;
}

.vms__box-section .vms__box-card-item .vms__box-item-content .vms__box-item-heading-box {
  margin-bottom: 16px;
}

.vms__box-section .vms__box-item-content .vms__box-item-heading-box .vms__box-item-heading {
  margin-bottom: 16px;
}

.vms__box-section .vms__box-item-btn-box .vms__box-item-btn {
  padding: 15.5px 30px;
  width: 100%;
}

@media (max-width: 767px) {
  .vms__box-section .vms__box-heading {
      text-align: start;
      margin-bottom: 30px;
  }
}

@media (max-width: 600px) {
  .vms__box-section .vms__box-card {
      flex-direction: column;
  }

  .vms__box-section .vms__box-card-item {
      width: 100%;
  }
}

/* best experts banner section  */

.vm__card-wrapper {
  background: linear-gradient(180deg, #e6f8f6 61.5%, #ffffff 100%);
}

.vm__card-wrapper .vm__card-wrapper-box {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
}

.vm__card-wrapper .vm__card-wrapper-box .vm__card-wrapper-content-box {
  max-width: 400px;
  width: 100%;
}

.vm__card-wrapper .vm__card-wrapper-box .vm__card-wrapper-content-box .vm__card-wrapper-heading {
  margin-bottom: 20px;
}

.vm__card-wrapper .vm__card-wrapper-box .vm__card-wrapper-content-box .vm__card-wrapper-text {
  max-width: 333px;
  width: 100%;
}

.vm__card-wrapper .vm__card-wrapper-box .vm__card-wrapper-img-box {
  max-width: 466px;
  width: 100%;
}

.vm__card-wrapper .vm__card-wrapper-box .vm__card-wrapper-img-box .vm__card-wrapper-heading-box-mb {
  display: none;
}

.vm__card-wrapper .vm__card-wrapper-box .vm__card-wrapper-img-box .card-wrapper--img,
.vm__card-wrapper .vm__card-wrapper-box .vm__card-wrapper-img-box .card-wrapper--img-mb {
  width: 100%;
  object-fit: cover;
}

.vm__card-wrapper .vm__card-wrapper-box .vm__card-wrapper-img-box .card-wrapper--img-mb {
  display: none;
}

@media (max-width: 767px) {
  .vm__card-wrapper .vm__card-wrapper-box {
      flex-direction: column-reverse;
  }

  .vm__card-wrapper .vm__card-wrapper-box .vm__card-wrapper-content-box {
      max-width: 100%;
  }

  .vm__card-wrapper .vm__card-wrapper-box .vm__card-wrapper-content-box .vm__card-wrapper-heading {
      display: none;
  }

  .vm__card-wrapper .vm__card-wrapper-box .vm__card-wrapper-img-box .vm__card-wrapper-heading-box-mb {
      display: inline-block;
      margin-bottom: 30px;
  }

  .vm__card-wrapper .vm__card-wrapper-box .vm__card-wrapper-img-box {
      max-width: 100%;
  }

  .vm__card-wrapper .vm__card-wrapper-box {
      gap: 30px;
  }

  .vm__card-wrapper .vm__card-wrapper-box .vm__card-wrapper-img-box .card-wrapper--img {
      display: none;
  }

  .vm__card-wrapper .vm__card-wrapper-box .vm__card-wrapper-img-box .card-wrapper--img-mb {
      display: inline-block;
  }
}

@media (max-width: 450px) {

  .vm__card-wrapper .vm__card-wrapper-box .vm__card-wrapper-img-box .card-wrapper--img,
  .vm__card-wrapper .vm__card-wrapper-box .vm__card-wrapper-img-box .card-wrapper--img-mb {
      max-height: 319px;
  }
}

/* Join-as-a-pro page Join Meela as an expert  */

.vm__support-help-section .vm__support-box .vm__support-content-main-box::before {
  right: -116px;
}

.vm__support-help-section .vm__support-box .vm__support-content-main-box::after {
  bottom: -304px;
}

@media (max-width: 767px) {
  .vm__support-help-section .vm__support-box .vm__support-content-box {
      padding: 20px 0px;
  }

  .vm__support-help-section .vm__support-btn-box {
      display: none;
  }

  .vm__support-help-section .vm__support-box .vm__support-content-main-box::after {
      left: -170px;
      bottom: -245px;
  }

  .vm__support-help-section .vm__support-box .vm__support-content-main-box::before {
      top: -190px;
      right: -162px;
  }
}


.vm__static-section .card-wrapper__heading {
  padding-bottom: 50px;
}

.card-wrapper__info .card-wrapper__item-discription {
  max-width: 392px;
  margin: 0 auto;
}

@media (max-width: 500px) {
  .vm__static-section .card-wrapper__heading {
      max-width: 212px;
      margin: 0 auto;
      padding-bottom: 40px;
  }

  .card-wrapper__info .card-wrapper__item-discription {
      max-width: 282px;
      width: 100%;
  }

  .card-wrapper .card-wrapper--right-img,
  .card-wrapper .card-wrapper--img {
      height: 280px;
  }

  .card-wrapper .card-wrapper__right-content-box .card-wrapper__discription {
      margin: 0px;
  }

  .card-wrapper .card-wrapper__right-content,
  .card-wrapper .card-wrapper__left-content {
      gap: 30px !important;
  }
}

/* banner section img padding remove class  */
.vm__right-img--padding {
  padding: 0px;
}

@media (max-width: 767px) {
  .card-wrapper__right-content.vm__left-img-box .card-wrapper__right-content-box {
      max-width: 100%;
  }

  /* vm__order-box */
  .vm__order-box {
      display: flex;
      flex-direction: column-reverse;
  }

  .vm__order-box .card-wrapper__info.vm__last-section-p-80 {
      padding: 40px 0px !important;
  }

  .vm__order-box .vm__slider-box-wrapper.vm__section-p-80 {
      padding: 40px 0px 80px 0px !important;
  }
}

/* Profile Page */

.vm__profile--section .tab--review {
  display: none;
}

.vm__profile--section .vm__tab-profile-box {
  display: flex;
  flex-direction: row;
  gap: 20px;
  margin: 50px 0px 160px 0px;
}

.vm__profile--section .vm__tab-profile-box .vm__tab-profile-card {
  width: calc(50% - 10px);
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}

.vm__profile--section .vm__tab-profile-box .vm__tab-profile-info-box {
  gap: 20px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.vm__profile--section .vm__tab-profile-box .vm__tab-profile-info-box .vm__tab-profile-info-card {
  padding: 15px 15px 20px 15px;
  width: 100%;
  border-radius: 12px;
  display: grid;
  gap: 16px;
}

/* vm__tab-profile-disc-box  */
.vm__profile--section .vm__tab-profile-box .vm__tab-profile-disc-box {
  border: 1px solid #f3f6fc;
  border-radius: 12px;
  padding: 15px;
}

.vm__profile--section .vm__tab-profile-box .vm__tab-profile-disc-box .vm__tab-profile-disc-box-heading {
  padding-bottom: 16px;
}

/* vm__tab-profile-list-box */

.vm__profile--section .vm__tab-profile-box .vm__tab-profile-list-box {
  border: 1px solid #f3f6fc;
  border-radius: 12px;
  padding: 15px;
}

.vm__profile--section .vm__tab-profile-box .vm__tab-profile-list-box .vm__tab-profile-list-box-heading {
  padding-bottom: 16px;
  text-transform: capitalize;
}

.vm__profile--section .vm__tab-profile-box .vm__tab-profile-list-box .vm__tab-profile-list-card .vm__tab-profile-list-card-item {
  display: flex;
  flex-direction: row;
  column-gap: 10px;
}

.vm__profile--section .vm__tab-profile-box .vm__tab-profile-list-box .vm__tab-profile-list-card {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 16px;
}

.vm__profile--section .vm__tab-profile-box .vm__tab-profile-list-box .vm__tab-profile-list-card .vm__tab-profile-list-card-item {
  width: calc(50% - 8px);
}

.vm__profile--section .vm__tab-profile-box .vm__tab-profile-list-box .vm__tab-profile-list-card .vm__tab-profile-list-card-item .vm__tab-profile-list-card-item-img {
  height: 24px;
  width: 24px;
  object-fit: contain;
}

.vm__profile--section .vm__tab-profile-box .vm__tab-profile-list-box .vm__tab-profile-list-card .vm__tab-profile-list-card-item .vm__tab-profile-list-card-item-text {
  width: calc(100% - 34px);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.vm__profile--section .vm__tab-profile-box .vm__tab-profile-list-box .vm__tab-profile-list-card.vm__tab-profile-list-card-single .vm__tab-profile-list-card-item {
  width: 100%;
}

/* vm__tab-profile-list-ul-box */

.vm__profile--section .vm__tab-profile-box .vm__tab-profile-list-box .vm__tab-profile-list-ul-box ul {
  list-style-type: disc;
  padding-left: 25px;
}


/* vm__tab-about-profile-box */
.vm__profile--section .vm__tab-profile-box .vm__tab-profile-card .vm__tab-about-profile-box {
  border: 1px solid #f3f6fc;
  border-radius: 12px;
  padding: 15px;
}

.vm__profile--section .vm__tab-profile-box .vm__tab-profile-card .vm__tab-about-profile-box .vm__tab-about-profile-card {
  display: flex;
  flex-direction: row;
  gap: 30px;
}

.vm__profile--section .vm__tab-profile-box .vm__tab-profile-card .vm__tab-about-profile-box .vm__tab-about-profile-card .vm__tab-about-profile-card-img-box {
  width: 100px;
  height: 100px;
  position: relative;
}


.vm__profile--section .vm__tab-profile-box .vm__tab-profile-card .vm__tab-about-profile-box .vm__tab-about-profile-card .vm__tab-about-profile-card-img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 50%;
  position: relative;
}

.vm__profile--section .vm__tab-profile-box .vm__tab-profile-card .vm__tab-about-profile-box .vm__tab-about-profile-card .vm__tab-about-profile-card-item {
  width: calc(100% - 130px);
  display: flex;
  flex-direction: column;
  row-gap: 6px;
}

.vm__profile--section .vm__tab-profile-box .vm__tab-profile-card .vm__tab-about-profile-box .vm__tab-about-profile-count-box {
  display: flex;
  flex-direction: row;
  gap: 6px;
  align-items: center;
}

.vm__profile--section .vm__tab-profile-box .vm__tab-profile-card .vm__tab-about-profile-box .vm__tab-about-profile-count-box .vm__tab-about-profile-count {
  background-color: #01b1a41a;
  border-radius: 999px;
  padding: 4px 6px;
}

.vm__profile--section .vm__tab-profile-box .vm__tab-profile-card .vm__tab-about-profile-box .vm__tab-about-form-box {
  display: flex;
  flex-direction: column;
  row-gap: 16px;
  margin-top: 16px;
}

.vm__profile--section .vm__tab-profile-box .vm__tab-profile-card .vm__tab-about-profile-box .vm__tab-about-form-box .vm__tab-about-form-input,
.vm__profile--section .vm__tab-profile-box .vm__tab-profile-card .vm__tab-about-profile-box .vm__tab-about-form-box .vm__tab-about-form-input::placeholder {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: 0.4px;
  color: #2f2f2f80;
  font-family: "Noto Sans", serif;
}

.vm__profile--section .vm__tab-profile-box .vm__tab-profile-card .vm__tab-about-profile-box .vm__tab-about-form-box .vm__tab-about-form-input {
  padding: 14px 16px;
  margin-bottom: 0px !important;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
}

.vm__profile--section .vm__tab-profile-box .vm__tab-profile-card .vm__tab-about-profile-box .vm__tab-about-form-box .vm__tab-about-form-input:focus {
  box-shadow: none;
}

.vm__profile--section .vm__tab-profile-box .vm__tab-profile-card .vm__tab-about-profile-box .vm__tab-about-form-box .vm__tab-about-form-btn {
  width: 100%;
  padding: 12px 20px;
  font-family: "Noto Sans", serif;
}

.vm__profile--section .vm__tab-profile-box .vm__tab-profile-card .vm__tab-about-profile-box .vm__tab-about-form-box .vm__tab-about-form-input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 30px white inset !important;
  -webkit-text-fill-color: #2f2f2f80 !important;
}

.vm__profile--section .vm__tab-profile-box .vm__tab-profile-card .vm__tab-about-profile-box .vm__tab-about-form-box .vm__tab-about-form-input.vm__tab-about-form-input--height {
  height: auto;
}

/* vm__tab-profile-packag-box  */
.vm__profile--section .vm__tab-profile-box .vm__tab-profile-packag-box {
  border: 1px solid #f3f6fc;
  border-radius: 12px;
  padding: 15px;
}

.vm__profile--section .vm__tab-profile-box .vm__tab-profile-packag-box .vm__tab-profile-packag-card {
  padding-top: 16px;
  display: flex;
  flex-direction: column;
  row-gap: 19px;
}

.vm__profile--section .vm__tab-profile-box .vm__tab-profile-packag-box .vm__tab-profile-packag-card .vm__tab-profile-packag-card-text-box {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
}

.vm__profile--section .vm__tab-profile-box .vm__tab-profile-packag-box .vm__tab-profile-packag-card .vm__tab-profile-packag-card-text-box .vm__tab-profile-packag-card-price {
  background: #01b1a41a;
  padding: 4px 6px;
  border-radius: 999px;
}

.vm__profile--section .vm__tab-profile-box .vm__tab-profile-packag-box .vm__tab-profile-packag-card .vm__tab-profile-packag-card-item {
  display: flex;
  flex-direction: row;
  gap: 10px;
}

.vm__profile--section .vm__tab-profile-box .vm__tab-profile-packag-box .vm__tab-profile-packag-card .vm__tab-profile-packag-card-item .vm__tab-profile-packag-card-item-icon {
  object-fit: cover;
  width: 24px;
  height: 24px;
}

.vm__profile--section .vm__tab-profile-box .vm__tab-profile-packag-box .vm__tab-profile-packag-card .vm__tab-profile-packag-card-item .vm__tab-profile-packag-card-item-text {
  width: calc(100% - 34px);
}

/* vm__tab-profile-location-box */
.vm__profile--section .vm__tab-profile-box .vm__tab-profile-location-box {
  border: 1px solid #f3f6fc;
  border-radius: 12px;
  padding: 15px;
}

.vm__profile--section .vm__tab-profile-box .vm__tab-profile-location-box .vm__tab-profile-location {
  width: 100%;
  /* height: 265px; */
  margin-top: 16px;
}

.vm__profile--section .vm__tab-profile-box .vm__tab-profile-location-box .vm__tab-profile-location iframe {
  width: 100%;
  height: 265px;
  object-fit: cover;
}

.vm__profile--section .vm__tab-profile-box .vm__tab-profile-list-box .vm__tab-profile-list-card .vm__tab-profile-list-card-item .vm__tab-profile-list-card-item-link {
  display: flex;
  flex-direction: row;
  column-gap: 10px;
  flex-wrap: wrap;
}

.vm__profile--section .vm__tab-profile-box .vm__tab-profile-list-box .vm__tab-profile-list-card .vm__tab-profile-list-card-item .vm__tab-profile-list-card-item-link:hover .vm__tab-profile-list-card-item-text {
  color: #01b1a4;
}

.vm__profile--section .vm__tab-profile-box .vm__tab-profile-list-box .vm__tab-profile-list-card.vm__tab-profile-list-card-single .vm__tab-profile-list-card-item .vm__tab-profile-list-card-item-link .vm__tab-profile-list-card-item-text {
  width: calc(100% - 34px);
}

@media (max-width: 1024px) {
  .vm__profile--section .vm__tab-profile-box {
      margin: 50px 0px 120px 0px;
  }
}

@media (max-width: 767px) {
  .vm__profile--section .vm__tab-profile-box .vm__tab-profile-info-box {
      row-gap: 20px;
      column-gap: 16px;
  }

  .vm__profile--section .vm__tab-profile-box {
      margin: 50px 0px 80px 0px;
      flex-direction: column;
  }

  .vm__profile--section .vm__tab-profile-box .vm__tab-profile-card {
      width: 100%;
  }
}

@media (max-width: 550px) {
  .vm__profile--section .vm__tab-profile-box .vm__tab-profile-list-box .vm__tab-profile-list-card .vm__tab-profile-list-card-item {
      width: 100%;
  }

}

.vm__profile--section .vm__profile-header-top--wrapper {
  background: linear-gradient(180deg, #e6f8f6 61.5%, #ffffff 100%);
}

.vm__profile--section .vm__profile-header-top--wrapper .vm__profile-box--left .vm__profile--name {
  width: calc(100% - 222px);
}

.vm__profile--section .vm__profile-header-top--wrapper .vm__profile-box--left .vm__profile--name .vm__profile--name--subtitle {
  margin: 24px 0px 32px 0px;
}

.vm__profile--section .vm__profile-header-top--wrapper .vm__profile-box--center {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.vm__profile--section .vm__profile-header-top--wrapper .vm__profile-header-top--box {
  justify-content: space-between;
}

.vm__profile--section .vm__profile-header-top--wrapper .vm__profile-header-top--box .vm__profile-location.vm__profile-location-bg {
  background-color: #01b1a41a;
  margin: 0px 10px 0px 20px;
}

.vm__profile--section .vm__profile-header-top--wrapper .vm__profile-header-top--box .vm__profile-location.vm__profile-location-bg .vm__profile--list-name {
  width: 100%;
  white-space: nowrap;
}

.vm__profile--section .vm__profile-header-top--wrapper .vm__profile-box--right .tab__list-box .tab__list {
  display: flex;
  flex-direction: row;
}

.vm__profile--section .vm__profile-header-top--wrapper .vm__profile-box--right .tab__list-box .tab__list .tab__list-item {
  padding: 0px 13.61px;
  margin: 0px 7.11px;
  color: #242429;
  position: relative;
}

.vm__profile--section .vm__profile-header-top--wrapper .vm__profile-box--right .tab__list-box .tab__list .tab__list-item.tablinks-left::after {
  content: "";
  width: 1px;
  height: 20px;
  background-color: #b8bfc0;
  position: absolute;
  right: -7.11px;
  top: 50%;
  transform: translateY(-50%);
}

.vm__profile--section .vm__profile-header-top--wrapper .vm__profile-box--right .tab__list-box .tab__list .tab__list-item .tablinks {
  display: inline-block;
  white-space: nowrap;
  border: none;
  background: transparent;
  transition: all 0.3s !important;
}

.vm__profile--section .vm__profile-header-top--wrapper .vm__profile-box--right .tab__list-box .tab__list .tab__list-item .tablinks:hover {
  color: #00b1a9;
}

.vm__profile--section .vm__profile-header-top--wrapper .vm__profile-box--right .tab__list-box .tab__list .tab__list-item .tablinks .tab__list-item-number {
  padding: 0.5px 4.5px;
  border: 1px solid #bac1c1;
  border-radius: 50%;
  font-size: 12px;
  margin-left: 6px;
  vertical-align: middle;
}

.vm__profile--section .vm__profile-header-top--wrapper .vm__profile-box--right .tab__list-box .tab__list .tab__list-item .tablinks:hover .tab__list-item-number {
  border: 1px solid #01b1a4;
  color: #01b1a4;
  transition: all 0.3s !important;
}

.vm__profile--section .vm__profile-box--right .tab__list-box .tab__list-item:has(.tablinks-active) .tablinks {
  color: #01b1a4 !important;
  font-weight: 700;
  font-size: 15.5px;
  line-height: 18.76px;
}

.vm__profile--section .vm__profile-box--right .tab__list-box .tab__list-item:has(.tablinks-active) .tablinks .tab__list-item-number {
  border: 1px solid #01b1a4 !important;
}

.vm__profile--section .vm__profile-box--right .tab__list-box .tab__list-item:has(.tablinks-active)::before {
  content: "";
  width: 100%;
  height: 3px;
  background-color: #00b1a9;
  border-radius: 99px;
  position: absolute;
  bottom: -18px;
  left: 0px;
}

.vm__profile--section .vm__profile-box--right .tab__list-box {
  margin-bottom: -21px;
}

.vm__profile--section .vm__profile-header-top--box .vm__profile-box--right .vm__profile-box--right-content-box {
  text-align: end;
  margin-bottom: 54px;
}

.vm__profile--section .vm__profile-header-top--box .vm__profile-box--right .vm__profile-box--right-content {
  display: inline-block;
  text-decoration: underline;
  color: #979797;
}

.vm__profile--section .vm__profile-header-top--box .vm__profile-box--right .vm__profile-box--right-content:hover {
  text-decoration: none;
}

.vm__profile--section .vm__profile-header-top--wrapper .vm__profile-box--left .vm__profile--list.vm__profile-list-info {
  width: fit-content;
}

@media (max-width: 1240px) {
  .vm__profile--section .vm__profile-header-top--wrapper .vm__profile-header-top--box {
      column-gap: 10px;
      row-gap: 20px;
      /* flex-wrap: wrap; */
  }
}

@media (max-width: 1035px) {
  .vm__profile--section .vm__profile-header-top--wrapper .vm__profile-header-top--box {
      justify-content: start;
      flex-wrap: wrap;
  }

  .vm__profile--section .vm__profile-header-top--wrapper .vm__profile-box--right {
      margin-left: auto;
  }

  .vm__profile--section .vm__profile-header-top--box .vm__profile-box--right .vm__profile-box--right-content-box {
      text-align: center;
      margin-bottom: 40px;
  }
}

@media (max-width: 991px) {
  .vm__profile--section .vm__profile-header-top--wrapper .vm__profile-box--left {
      width: 100%;
  }
}

@media (max-width: 550px) {
  .vm__profile--section .vm__profile-header-top--wrapper .vm__profile-header-top--box {
      flex-direction: column;
      justify-content: center;
      align-items: center;
      row-gap: 20px;
  }

  .vm__profile--section .vm__profile-header-top--wrapper .vm__profile-box--right {
      margin-left: 0px;
  }

  .vm__profile--section .vm__profile-header-top--wrapper .vm__profile-box--left {
      flex-direction: column;
      align-items: center;
      row-gap: 20px;
      width: 100%;
  }

  .vm__profile--section .vm__profile-header-top--wrapper .vm__profile-box--left .vm__profile--name {
      width: 100%;
      display: grid;
      place-items: center;
  }

  .vm__profile--section .vm__profile-header-top--wrapper .vm__profile-box--left .vm__profile--name .vm__profile--name--subtitle {
      margin: 10px 0px 16px 0px;
      font-weight: 500;
      font-family: Muli, sans-serif !important;
      color: #2F2F2F;
  }

  .vm__profile--section .vm__profile-header-top--box .vm__profile-box--right .vm__profile-box--right-content-box {
      margin-bottom: 30px;
  }
}

/* tooltip css  */

.vm__profile--section .vm__profile-header-top--box .tooltip-container {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

.vm__profile--section .vm__profile-header-top--box .tooltip {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  padding: 6px 10px;
  border-radius: 4px;
  font-size: 14px;
  white-space: wrap;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
  z-index: 100;
}

.vm__profile--section .vm__profile-header-top--box .tooltip::after {
  content: "";
  position: absolute;
  border-style: solid;
}

.vm__profile--section .vm__profile-header-top--box.tooltip-container:hover .tooltip {
  visibility: visible;
  opacity: 1;
}

@media (max-width: 460px) {
  .vm__profile--section .vm__profile-box--center .vm__profile-box-center-tooltip:after {
      width: 175px;
  }
}

@media (max-width: 412px) {
  .vm__profile--section .vm__profile-box--center .vm__profile-box-center-tooltip:after {
      width: 130px;
  }
}

/* profile page fixed button  vm__tab-profile-box-btn-card*/
.vm__profile--section .vm__tab-profile-box .vm__tab-profile-box-btn-card {
  background-color: #ffffff;
  border: 1px solid #f3f6fc;
  border-radius: 12px;
  box-shadow: 0px 10px 10px 0px #0000001a;
  padding: 15px;
  display: none;
  flex-direction: row;
  gap: 16px;
  align-items: center;
  width: 100%;
  bottom: 0px;
}

.vm__profile--section .vm__tab-profile-box .vm__tab-profile-box-btn-card .vm__tab-profile-box-btn-icon-box {
  width: 50px;
  height: 50px;
  position: relative;
}


.vm__profile--section .vm__tab-profile-box .vm__tab-profile-box-btn-card .vm__tab-profile-box-btn-icon-box .vm__tab-profile-box-btn-icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  object-fit: cover;
}

.vm__profile--section .vm__tab-profile-box .vm__tab-profile-box-btn-card .vm__tab-profile-box-btn {
  font-family: "Noto Sans", serif;
  padding: 11.5px 20px;
  width: calc(100% - 66px);
  font-weight: 500;
}

@media (max-width: 767px) {
  .vm__profile--section .vm__tab-profile-box .vm__tab-profile-box-btn-card {
      display: flex;
  }
}

@media (max-width: 350px) {
  .vm__profile--section .vm__tab-profile-box .vm__tab-profile-box-btn-card .vm__tab-profile-box-btn {
      font-size: 14px;
      padding: 11.5px 12px;
  }
}

/* banner section css  */

.vm__banner-wrapper .vm__banner-box--row.vm__banner-box-row-size {
  justify-content: space-between;
  flex-wrap: nowrap;
}

.vm__banner-wrapper .vm__banner-box--row.vm__banner-box-row-size .vm__banner-col--img {
  max-width: 466px;
  width: 100%;
}

.vm__banner-wrapper .vm__banner-col.vm__banner-col--text {
  max-width: 560px;
  width: 100%;
}

@media (max-width: 767px) {
  .vm__banner-box--row.vm__banner-box-row-size {
      flex-wrap: wrap;
  }

  .vm__banner-wrapper .vm__banner-box--row.vm__banner-box-row-size .vm__banner-col--img {
      max-width: 100%;
  }

  .vm__banner-wrapper .vm__banner-col.vm__banner-col--text {
      max-width: 100%;
  }
}

.vm__filter-section .vm__filter-info-box .vm__filter-info-card .vm__filter-info-card-btn svg,
.vm__suggestion-section .vm__suggestion-box .vm__suggestion-link-box .vm__suggestion-link svg {
  width: auto;
}

.vm__filter-section .vm__filter-info-box .vm__filter-info-card .vm__filter-info-card-btn.read-less svg {
  transform: rotate(178deg);
  margin-bottom: -3px;
}

/* fix bugs for find-a-postpartum-doula-in-houston page   */


.vm__banner-wrapper .vm__banner-box--row .vm__banner-col .vm__banner-title.vm__banner-title--margin {
  margin-bottom: 30px;
}

.vm__banner-wrapper .zip-code-container {
  margin-top: 30px;
}


@media (max-width: 768px) {
  .vm__banner-box--row .vm__banner-col .vm__banner-item-box {
      display: flex;
      row-gap: 30px;
  }

  .vm__banner-box--row .vm__banner-col .vm__banner-item-box .vm__banner-item {
      width: calc(50% - 10px);
      text-align: center;
  }

  .vm__banner-wrapper .zip-code-container {
      margin-top: 20px !important;
  }

  .vm__banner-wrapper .vm__banner-box--row .vm__banner-col .vm__banner-title.vm__banner-title--margin {
      margin-bottom: 20px !important;
  }
}

@media (max-width:412px) {
  .vm__filter-section .vm__filter-box .vm__filter-info-client-card .vm__filter-info-client-name-box {
      flex-wrap: wrap;
      row-gap: 3px;
  }

  .vm__filter-section .vm__filter-box .vm__filter-info-client-card .vm__filter-info-client-name-box .vm__filter-info-client-rating-name {
      word-break: break-all;
  }
}

.vm__banner-wrapper .vm__banner-col--text .vm__banner-text-box p {
  font-family: Inter !important;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #575757;
}

/* profile page fix bugs  */
.vm__profile--section .vm__tab-profile-box .vm__tab-profile-card .vm__tab-about-profile-box .vm__tab-about-form-box .vm__tab-about-form-input.vm__tab-about-form-input--height {
  resize: vertical;
}

.vm__profile--section .vm__profile-header-top--wrapper .vm__profile-box--left .vm__profile--image {
  position: relative;
}

.vm__profile--section .vm__profile-header-top--wrapper .vm__profile-box--left .vm__profile--image .vm__filter-varify-img {
  position: absolute;
  bottom: 13px;
  right: 13px;
  width: 30px;
  height: 30px;
  border: 0px;
}

.vm__profile--section .vm__tab-profile-box .vm__tab-profile-card .vm__tab-about-profile-box .vm__tab-about-profile-card .vm__tab-about-profile-card-img-box .vm__filter-varify-img {
  position: absolute;
  bottom: 5.63px;
  right: 5px;
  width: 20px;
  height: 20px;
  border: 0px;
}

.vm__profile--section .vm__tab-profile-box .vm__tab-profile-box-btn-card .vm__tab-profile-box-btn-icon-box .vm__filter-varify-img {
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: 15px;
  height: 15px;
  border: 0px;
}


.vm__profile--section .vm__profile-header-top--wrapper .vm__profile-header-top--box .vm__profile-location.vm__profile-location-bg {
  margin-left: 10px;
}

.vm__profile--section .vm__profile-header-top--wrapper .vm__profile-header-top--box .vm__profile-location {
  margin-right: 10px;
}

@media (max-width:550px) {
  .vm__profile--section .vm__tab-profile-box .vm__tab-profile-info-box .vm__tab-profile-info-card {
      gap: 24px;
  }
}


@media (max-width:400px) {
  .vm__profile--section .vm__tab-profile-box .vm__tab-profile-card .vm__tab-about-profile-box .vm__tab-about-profile-card {
      flex-direction: column;
      align-items: center;
      row-gap: 15px;
  }

  .vm__profile--section .vm__tab-profile-box .vm__tab-profile-card .vm__tab-about-profile-box .vm__tab-about-profile-card .vm__tab-about-profile-card-item {
      width: 100%;
      align-items: center;
  }

  .vm__profile--section .vm__tab-profile-card .vm__tab-about-profile-box .vm__tab-about-profile-card .vm__tab-about-profile-card-item .vm__tab-about-profile-card-heading,
  .vm__profile--section .vm__tab-profile-card .vm__tab-about-profile-box .vm__tab-about-profile-card .vm__tab-about-profile-card-item .vm__tab-about-profile-card-text {
      text-align: center;
  }

}

footer.footer {
  margin-top: 0px !important;
}

.card-wrapper__info .card-wrapper__get-start--btn:hover {
  opacity: 1 !important;
}

.page-template-post-a-job #c27-site-wrapper {
  display: block !important;
}


/* fix bugs 19-3-2025  */
.vm__help-box p {
  color: #2F2F2F;
}

.vm__help-box .vm__help-box-link,
.vm__help-box p {
  font-family: Inter !important;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}

.vm__top-header p {
  color: #FFFFFF !important;
}

.vm__help-box .vm__help-box-link {
  text-decoration: none;
  position: relative;
}

.vm__help-box .vm__help-box-link:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  border-radius: 50px;
  background-color: #01B1A4;
  left: 0px;
  bottom: 2px;
}

.vm__help-box .vm__help-box-link:hover:after {
  display: none;
}

.vm__slider-wrapper .vm__slider-box--dot-mb--js .slick-dots {
  bottom: -45px !important;
}

.vm__light-accordion .vm__accordion--wrapper .vm__accordion-box .vm__accordion-item .vm__accordion-title {
  color: #2F2F2F !important;
}

.vm__light-accordion .vm__accordion--wrapper .vm__accordion-box .vm__accordion-item .vm__accordion-content .vm__accordion-text .vm__default-gray-link {
  color: #2F2F2F;
  font-family: Inter !important;
}

.vm__accordion--section .vm__light-accordion .vm__accordion--wrapper {
  padding: 50px 0px;
}

.vm__accordion--section .vm__light-accordion .vm__accordion--wrapper .vm__accordion-box {
  padding: 40px 0px;
}


.page-template-home .vm__banner-wrapper .vm__banner-col .zip-code-container {
  margin-top: 10px !important;
}

.vm__accordion--wrapper .vm__accordion-box .vm__accordion-item .vm__accordion-content .vm__accordion-text .vm__default-gray-link {
  font-family: Inter !important;
}

.faq-section .faq-section__item .faq-wrapper .faq-wrapper__list,
.faq-section .faq-section__item .faq-wrapper .faq-wrapper__list span,
.faq-section .faq-section__item .faq-wrapper .faq-wrapper__list p {
  color: #85868A !important;
  font-size: 15.75px;
  line-height: 27px;
  font-family: Inter !important;
  font-weight: 400;
}

.faq-section .faq-section__item .faq-wrapper .faq-wrapper__item {
  font-size: 15.38px !important;
}

.vm__slider-wrapper .vm__number-slider-box .vm__date-slider--item .item-desc {
  color: #7A7A7A !important;
}

.vm__tab-profile-list-box .vm__tab-profile-list-ul-box ul {
  font-family: Inter !important;
  font-size: 16px;
  line-height: 24px;
  color: #575757;
  font-weight: 400;
}

.site__footer .site__footer--desc {
  gap: 15px !important;
}

.site__footer--apps .site__footer--app a {
  display: inline-block;
}

.site__footer--apps .site__footer--app img {
  max-width: 180px;
  width: 100%;
  height: 52px;
  object-fit: cover;
}

/* profile page form css  */
.vm__tab-about-profile-box .hm__fieldset-form .hm-modal-body {
  padding: 16px 0px 0px 0px;
  display: flex;
  flex-direction: column;
  row-gap: 16px;
}

.vm__tab-about-profile-box .hm__fieldset-form .hm-modal-body .last_name_main_div,
.vm__tab-about-profile-box .hm__fieldset-form .hm-modal-body .msg_main_div,
.vm__tab-about-profile-box .hm__fieldset-form .hm-modal-body .modal-footer-btn {
  margin: 0px !important;
}

.vm__tab-about-profile-box .hm__fieldset-form .hm-modal-body input,
.vm__tab-about-profile-box .hm__fieldset-form .hm-modal-body textarea {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: 0.5px;
  color: #2f2f2f80;
  font-family: "Noto Sans", serif;
}

.vm__tab-about-profile-box .hm__fieldset-form .hm-modal-body textarea {
  resize: vertical;
}

.vm__tab-about-profile-box .hm__fieldset-form .hm-modal-body .modal-footer-btn {
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: 0.1px;
  color: #FFFFFF;
  font-family: "Noto Sans", serif;
  transition: background-color 0.3s;
  padding: 14px 15px;
}

/* profile page reviews css  */
.vm__profile--section .tab--review {
  margin: 50px 0px 160px 0px;
}

.vm__profile--section .tab--review .reveal_visible .comments-list .single-comment,
.vm__profile--section .tab--review .reveal_visible .element {
  border: 1px solid #F3F6FC;
  border-radius: 12px;
}


.vm__profile--section .tab--review .reveal_visible .comments-list .single-comment:hover {
  box-shadow: none;
}

.vm__profile--section .tab--review .reveal_visible .comments-list .single-comment .comment-container {
  border-radius: 12px;
}


.vm__profile--section .tab--review .reveal_visible .comments-list .single-comment .comment-container .case27-secondary-text {
  font-family: "Mulish", serif;
  color: #2F2F2F;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
}

.vm__profile--section .tab--review .reveal_visible .comments-list .single-comment .comment-container .comment-date {
  font-family: Inter !important;
}

.vm__profile--section .tab--review .reveal_visible .comments-list .single-comment .comment-container .comment-body p {
  font-size: 16px;
  font-weight: 400;
  font-family: Inter !important;
  line-height: 24px;
  color: #575757;
}

.vm__profile--section .tab--review .reveal_visible .element .pf-head h5 {
  color: #2F2F2F;
  font-family: "Mulish", serif;
  font-weight: 700;
}

.vm__profile--section .tab--review .reveal_visible .element .pf-body .rating-category-label,
.vm__profile--section .tab--review .reveal_visible .element .pf-body .form-group label,
.vm__profile--section .tab--review .reveal_visible .element .pf-body .form-group textarea,
.vm__profile--section .tab--review .reveal_visible .element .pf-body .form-group .form_hint,
.vm__profile--section .tab--review .reveal_visible .element .pf-body .must-log-in {
  font-family: Inter !important;
}

.vm__profile--section .tab--review .reveal_visible .element .pf-body .comment-form .button-animated {
  font-family: "Noto Sans", serif;
}

.vm-reviews__section {
  margin: 80px 0px;
}

.vm__profile--section .vm__profile-header-top--wrapper {
  padding-top: 30px;
}

.vm__profile--section .vm__tab-profile-box .vm__tab-profile-card .vm__tab-about-profile-box .wpcf7-form .wpcf7-form-control-wrap .wpcf7-textarea,
.vm__profile--section .vm__tab-profile-box .vm__tab-profile-card .vm__tab-about-profile-box .wpcf7-form .wpcf7-form-control-wrap .wpcf7-textarea::placeholder {
  margin-top: 16px;
  font-family: "Noto Sans", serif;
  font-weight: 400;
  color: #2F2F2F80;
  line-height: 24px;
}

.vm__profile--section .vm__tab-profile-box .vm__tab-profile-card .vm__tab-about-profile-box .wpcf7-form .has-spinner {
  margin-top: 16px !important;
}

.vm__profile--section .vm__tab-profile-box .vm__tab-profile-card .vm__tab-about-profile-box .wpcf7-form .wpcf7-response-output {
  display: none;
}

/* join-as-pro page fix bugs after  */
.vms__banner-section .vms__banner-box .vms__banner-card-content h1 {
  font-family: Inter !important;
  font-weight: 600;
  font-size: clamp(30px, 5.4vw, 48px);
  line-height: clamp(36px, 5.4vw, 56px);
  margin: 0px;
  color: #484848;
}

.vms__banner-section .vms__banner-box .vms__banner-card-content .vms__banner-card-btn {
  display: inline-block;
}

/* slider section css  */
.vm__slider-wrapper .vm__slider-box-wrapper .vm__number-slider--item {
  gap: 24px;
}

.vm__slider-wrapper .vm__slider-box-wrapper .vm__number-slider--item .vm__number-slider--content h3 {
  font-family: Inter !important;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  color: #484848;
  margin-bottom: 12px;
}

.vm__slider-wrapper .vm__slider-box-wrapper .vm__number-slider--item .vm__number-slider--content p {
  font-family: Inter !important;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #575757;
  margin: 0px;
}

.vm__slider-wrapper .vm__slider-box-wrapper .vm__slider-box--dot-mb-four--js .slick-dots,
.vm-job-section .vm__job-slider-box .slick-dots {
  bottom: -40px;
}

/* job slider section css  */

.vm-job-section .vm__job-slider-box .vm__job-slider-card-content-box .vm__job-slider-card-info-box ul {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.vm-job-section .vm__job-slider-box .vm__job-slider-card-content-box .vm__job-slider-card-info-box ul li {
  font-family: Inter !important;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #575757;
}

.vm-job-section .vm__job-slider-box .vm__job-slider-card-content-box .vm__job-slider-card-info-box ul li span {
  display: block;
  margin-bottom: 8px;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #484848;
}

/* left img section css  */

.card-wrapper .card-wrapper__right-image-box img {
  border-radius: 30px;
  max-height: 390px;
  height: 100%;
  object-fit: cover;
}


/* table css  */
.vm__table--pricing-wrapper-desktop .vm__table--pricing tr td {
  color: #575757;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
}

.vm__table--pricing-wrapper-desktop .vm__table--pricing tr td:first-child {
  position: relative;
  color: #575757;
  font-weight: 700;
  font-size: 12.8px;
  line-height: 21px;
}

.vm__table--pricing-wrapper-desktop .vm__table--pricing tr td:first-child::before {
  content: "\f111";
  font-family: 'Font Awesome\ 5 Free';
  font-weight: 900;
  display: inline-block;
  color: inherit;
  position: absolute;
  left: 14px;
  font-size: 5px;
}

.vm__table--pricing-wrapper-desktop .vm__table--pricing tr:last-child td::before {
  display: none;
}

.vm__table-container .vm__table--pricing .vm__table-info-box p {
  font-family: Inter !important;
}


.vm__table-container .vm__table--pricing .vm__table-info-box .vm__table-info-offer-box,
.vm__table-container .vm__table--pricing-wrapper-mb .vm__table-pricing-info--item .vm__table-info-offer-box {
  position: relative;
  padding-left: 7.5px;
}

.vm__table-container .vm__table--pricing .vm__table-info-box .vm__table-info-offer-box::before,
.vm__table-container .vm__table--pricing-wrapper-mb .vm__table-pricing-info--item .vm__table-info-offer-box::before {
  content: "$";
  font-weight: 800;
  font-size: 12px;
  line-height: 20px;
  color: #484848;
  position: absolute;
  left: 0px;
  top: 0px;
}





/* left img section css  */

.card-wrapper .card-wrapper__right-content-box .card-wrapper__right-heading {
  margin-bottom: 47px;
}

.card-wrapper .card-wrapper__right-content-box .card-wrapper__right-heading .quote-content {
  font-family: Inter !important;
  font-weight: 600;
  font-size: clamp(24px, 5.4vw, 40px);
  line-height: clamp(30px, 5.4vw, 50px);
  color: #484848;
  margin-bottom: 30px;
}

.card-wrapper .card-wrapper__right-content-box .card-wrapper__right-heading p {
  margin: 0px;
}

.card-wrapper .card-wrapper__right-content-box .card-wrapper__right-heading p span {
  font-family: Inter !important;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  color: #484848;
}

.card-wrapper .card-wrapper__right-content-box .card-wrapper__right-heading p .services {
  font-weight: 400;
  margin-left: 12px;
  font-size: 16px;
  line-height: 24px;
  color: #575757;
}

/* join-as-pro banner section css  */
.vms__number-banner-section .vm__img-left-shadow {
  padding-left: 40px;
}

.vms__number-banner-section .vm__img-left-shadow::after {
  left: 20px;
}

.faq-section .faq-section__title {
  padding-bottom: 30px;
}

.page-template-Join-as-a-pro_new .vm__support-section .vm__support-content-main-box .vm__support-content-box {
  gap: 20px;
}

.page-template-Join-as-a-pro_new .vm__support-section .vm__support-content-main-box .vm__support-content-box .vm__support-heading {
  margin-bottom: 10px;
}

.page-template-Join-as-a-pro_new .vm__support-section .vm__support-content-main-box .vm__support-content-box .vm__support-btn-box {
  margin-top: 15px;
}

.page-template-Join-as-a-pro_new .vm__support-section .vm__support-content-main-box .vm__support-content-box .vm__support-list {
  padding-left: 10px;
}

.page-template-Join-as-a-pro_new .vm__support-section .vm__support-content-main-box .vm__support-content-box .vm__support-list ul {
  font-size: 16px;
  line-height: 24px;
}

.page-template-Join-as-a-pro_new .vm__support-section .vm__support-content-main-box .vm__support-content-box .vm__support-list ul li {
  padding-bottom: 5px;
}

/* expert online page  css  */
.vms__box-section .vms__box-card .vms__box-card-item .vms__box-item-title img {
  width: 20px;
  height: 20px;
  object-fit: cover;
  margin-right: 10px;
}


/* expert online 2 page  css  */

.page-template-expert_online_2 .vm__slider-wrapper .vm__slider-box-wrapper .vm__number-slider--item .vm__number-slider--content .item-desc {
  color: #7A7A7A;
  font-size: 14px;
  line-height: 20px;
}

.page-template-expert_online_2 .vm__slider-wrapper .vm__slider-box-wrapper .vm__number-slider--item .vm__number-slider--content .item-title {
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  color: #484848;
  margin-top: 20px;
}


.page-template-expert_online_2 .vm__slider-wrapper .vm__slider-heading {
  font-size: clamp(30px, 5.4vw, 40px);
  line-height: clamp(36px, 5.4vw, 50px);
}

.page-template-expert_online_2 .vm__slider-wrapper .vm__silder-btn-box {
  display: block;
  text-align: center;
}

.page-template-expert_online_2 .vm__slider-wrapper .vm__slider-box-wrapper .vm__number-slider-box .slick-dots {
  display: none;
}

/* blog  newsletter section form css */
.fp-section .newsletter .pContent .mc4wp-form .mc4wp-form-fields input[type=submit] {
  width: 160px !important;
  margin-top: 0px !important;
}

.fp.style2.newsletter .mc4wp-form-fields input[type=email] {
  width: calc(100% - 160px) !important;
}

.fp.style2.newsletter .mc4wp-form-fields input[type=submit] {
  width: 160px !important;
  margin-top: 0px !important;
}


.vm__top-header .vm__help-box .vm__help-box-link i {
  color: #01b1a4;
}

/* light accordion section  */
.vm__light-accordion .vm__accordion--wrapper::before {
  background-color: #CDF0EE !important;
}

/* accordion section  */
.vm__accordion--section .vm__text-white {
  font-size: 30px !important;
  line-height: 37px !important;
}

/* blog page change font family  */
.blog-page .i-section .c27-content-wrapper .pContent .category,
.blog-page .i-section .c27-content-wrapper .pContent .pTitle,
.blog-page .i-section .c27-content-wrapper .pContent .pTitle a,
.blog-page .i-section .c27-content-wrapper .pContent .excerpt,
.blog-page .i-section .c27-content-wrapper .pContent .excerpt p,
.blog-page .i-section .c27-content-wrapper .pContent .button,
.blog-page .i-section .section-body .blog-col .single-blog-feed .sbf-title .category,
.blog-page .i-section .section-body .blog-col .single-blog-feed .sbf-title .pTitle,
.blog-page .i-section .section-body .blog-col .single-blog-feed .sbf-title .pTitle a,
.blog-page .i-section .section-body .blog-col .single-blog-feed .sbf-title p,
.blog-page .i-section .section-body .blog-col .single-blog-feed .sbf-author,
.blog-page .i-section .section-body .filter-section-pagination .page-numbers,
.blog-page .i-section .c27-content-wrapper .pContent,
.blog-page .i-section .section-body .blog-col .single-blog-feed .lf-head .lf-head-btn {
  font-family: Inter !important;
}

/* header countre icon  */
.vm__site-main-header .vm__site-header-box .vm__site-header-nav-warapper .vm__site--profile-box {
  position: relative;
}

.vm__site-main-header .vm__site-header-box .vm__site-header-nav-warapper .vm__site--profile-box>.chat_count {
  position: absolute;
  top: 0px;
  left: 18px;
}


.vm__static-section .vm__static-box .vm__static-card .vm__static-card-item a:hover .vm__static-item-heading {
  color: #01b1a4;
}

/* blog single page font family css  */
.blogpost-section .case27-primary-text,
.blogpost-section .section-body .c27-content-wrapper p,
.blogpost-section .section-body .c27-content-wrapper .post .pContent .pTitle,
.blogpost-section .section-body .c27-content-wrapper .post .pContent .button,
.blogpost-section .author_box p,
.blogpost-section .share_box h3,
.related_box .case27-primary-text,
.related_box .case27-secondary-text,
.i-section .section-title .case27-primary-text,
.i-section .reveal_visible .comments-list .comment-head .case27-secondary-text,
.i-section .reveal_visible .comments-list .comment-body p,
.i-section .reveal_visible .element .pf-head h5 {
  font-family: Inter !important;
}

/* breadcrumbs css  */
.vm__breadcrumbs-box {
  background-color: #e6f8f6;
}

.vm__breadcrumbs-box .vm__breadcrumbs-card {
  display: flex;
  flex-direction: row;
  gap: 23px;
  margin: 0px;
}


.vm__breadcrumbs-box .vm__breadcrumbs-card .vm__breadcrumbs-card-list .vm__breadcrumbs-card-item {
  color: #01B1A4;
  /* text-decoration: underline; */
  position: relative;
  display: inline-block;
}

.vm__breadcrumbs-box .vm__breadcrumbs-card .vm__breadcrumbs-card-list .vm__breadcrumbs-card-item::after {
  content: " ";
  width: 100%;
  height: 1px;
  position: absolute;
  background-color: #01B1A4;
  left: 0px;
  bottom: 2px;
}

.vm__breadcrumbs-box .vm__breadcrumbs-card .vm__breadcrumbs-card-list .vm__breadcrumbs-card-item:hover:after {
  width: 0px;
}

.vm__breadcrumbs-box .vm__breadcrumbs-card .vm__breadcrumbs-card-list:last-child .vm__breadcrumbs-card-item::after {
  display: none;
}

.vm__breadcrumbs-box .vm__breadcrumbs-card .vm__breadcrumbs-card-list .vm__breadcrumbs-card-item::before {
  content: "\f054";
  font-weight: 900;
  font-family: 'Font Awesome\ 5 Free';
  font-size: 12px;
  position: absolute;
  left: -14px;
  top: 55%;
  transform: translateY(-50%);
}

.vm__breadcrumbs-box .vm__breadcrumbs-card .vm__breadcrumbs-card-list:first-child .vm__breadcrumbs-card-item::before {
  display: none;
}

.vm__breadcrumbs-box .vm__breadcrumbs-card .vm__breadcrumbs-card-list:last-child .vm__breadcrumbs-card-item {
  color: #575757;
  text-decoration: none;
}

.vm__section-p-30 {
  padding-top: 30px;
}

/* ============================================ */




@media (max-width:1024px) {
  .vm-reviews__section {
      margin: 60px 0px;
  }
}

@media(max-width:900px) {

  /* blog  newsletter section form css */
  .fp-section .newsletter .pContent .mc4wp-form .mc4wp-form-fields input[type=submit] {
      width: 130px !important;
  }

  .fp.style2.newsletter .mc4wp-form-fields input[type=email] {
      width: calc(100% - 130px) !important;
  }

  .fp.style2.newsletter .mc4wp-form-fields input[type=submit] {
      width: 130px !important;
  }
}


@media (max-width:767px) {
  .page-template-home .vm__banner-wrapper .vm__banner-col .zip-code-container {
      margin-top: 0px !important;
  }

  .vm__accordion--section .vm__light-accordion .vm__accordion--wrapper {
      padding: 40px 0px 30px 0px !important;
  }

  .vm__accordion--section .vm__light-accordion .vm__accordion--wrapper .vm__accordion-box,
  .vm__accordion--section .vm__accordion--wrapper .vm__accordion-box {
      padding: 30px 0px !important;
  }

  .vm__profile--section .vm__tab-profile-box .vm__tab-profile-info-box .vm__tab-profile-info-card {
      padding: 15px 15px 47px 15px;
  }

  .card-wrapper__info .card-wrapper__item-box {
      gap: 40px !important;
  }

  .vm-reviews__section {
      margin: 40px 0px;
  }

  .vm__profile--section .vm__profile-header-top--wrapper {
      padding-top: 0px;
  }

  /* join-as-pro page fix bugs after  */
  /* slider section css  */
  .vm__slider-wrapper .vm__slider-box-wrapper .vm__number-slider--item {
      gap: 20px;
  }

  .vm__slider-wrapper .vm__slider-box-wrapper .vm__number-slider--item .vm__number-slider--content h3 {
      font-size: 16px;
      line-height: 24px;
  }

  .vm__slider-wrapper .vm__slider-box-wrapper .vm__number-slider--item .vm__number-slider--content p {
      font-size: 14px;
      line-height: 20px;
      color: #7A7A7A;
  }

  /* left img section css  */
  .card-wrapper .card-wrapper__right-content-box .card-wrapper__right-heading .quote-content {
      margin-bottom: 20px;
  }

  .card-wrapper .card-wrapper__right-content-box .card-wrapper__right-heading {
      margin-bottom: 30px;
  }

  /* join-as-pro banner section css  */
  .vms__number-banner-section .vm__img-left-shadow {
      padding-left: 0px;
      padding-right: 45px;
  }

  .vms__number-banner-section .vm__img-left-shadow::after {
      right: 21px;
      left: auto;
  }

  .vms__number-banner-section .vm__img-left-shadow::before {
      right: 0px;
      left: auto;
  }

  .vm__table-container .vm__table--pricing-wrapper-mb .vm__table-pricing-info--item .vm__table-item--text .vm__fw-700 {
      font-size: 14px;
      line-height: 20px;
  }

  .vm__table-container .vm__table--pricing-wrapper-mb .vm__table-pricing-info--item .vm__table-item--text .vm__fw-400 {
      font-size: 13.45px;
      line-height: 21px;
  }

  .faq-section .faq-section__title {
      padding-bottom: 18px;
  }

  .page-template-Join-as-a-pro_new .vm__support-section .vm__support-content-main-box .vm__support-content-box .vm__support-heading {
      margin-bottom: 0px;
  }

  .page-template-Join-as-a-pro_new .vm__support-section .vm__support-content-main-box .vm__support-content-box .vm__support-btn-box {
      margin-top: 0px;
  }

  .page-template-Join-as-a-pro_new .vm__support-section .vm__support-content-main-box .vm__support-content-box .vm__support-list ul {
      font-size: 18px;
      line-height: 24px;
  }

  .page-template-expert_online_2 .vm__slider-wrapper .vm__slider-heading {
      text-align: start;
  }


  .page-template-expert_online_2 .vm__slider-wrapper .vm__silder-btn-box .vm__silder-btn {
      width: 100%;
  }


  .page-template-expert_online_2 .vm__slider-wrapper .vm__slider-box-wrapper .vm__number-slider--item .vm__number-slider--content .item-title {
      font-size: 16px;
      line-height: 20px;
  }

  /* blog  newsletter section form css */
  .fp-section .newsletter .pContent .mc4wp-form .mc4wp-form-fields input[type=submit] {
      width: 100% !important;
      margin-top: 10px !important;
  }

  .fp.style2.newsletter .mc4wp-form-fields input[type=email],
  .fp.style2.newsletter .mc4wp-form-fields input[type=submit] {
      width: 100% !important;
  }

  .fp.style2.newsletter .mc4wp-form-fields input[type=submit] {
      margin-top: 10px !important;
  }


  /* accordion */
  .vm__accordion--section .vm__light-accordion .vm__accordion--wrapper::after {
      bottom: -210px;
      left: -290px;
  }

  .vm__accordion--wrapper::after {
      bottom: -49px;
      left: -330px;
  }

  /* home page banner section img before css  */
  .page-template-home .vm__banner-wrapper .vm__banner-col .vm__right--img::before {
      background-color: #E6F8F6;
  }

  /* filter section form css  */
  .vm__filter-section .pro_user_filter .filter__page form .row:first-child>div {
      padding: 0px 15px !important;
  }

  /* header countre icon  */
  .vm__site-main-header .vm__site-header-box .vm__site-header-nav-warapper .vm__site--profile-box>.chat_count {
      top: -5px;
  }

  .vm__section-p-30 {
      padding-top: 10px;
  }
}

@media (max-width:450px) {

  /* join-as-pro page fix bugs after  */
  .vms__banner-section .vms__banner-box .vms__banner-card-content h1 {
      max-width: 346px;
      width: 100%;
  }

  .vm-job-section .vm__job-slider-box .vm__job-slider-card-img-box .vm__job-slider-card-img-text {
      max-width: 212px;
      width: 100%;
  }

  /* home page grid section  */
  .grid-card__wrapper .grid-card__items .grid-card__box .grid-card__box-title {
      padding: 0px 30.5px;
  }

  /* join-as-pro banner section  */
  .vms__banner-section {
      background: linear-gradient(180deg, #e6f8f6 40.5%, #ffffff 64%);
  }

  .vm__table-container .card-wrapper__heading {
      max-width: 262px;
      width: 100%;
      margin: 0 auto;
  }

}

.vm__profile-header-top--box .vm__profile-box--center .vm__profile-location.vm__profile-location-bg .vm__profile--list-name {
  font-weight: 600;
}

.vm__profile--section .vm__profile-header-top--wrapper .vm__profile-box--left .vm__profile--list,
.vm__profile--section .vm__profile-header-top--wrapper .vm__profile-header-top--box .vm__profile-location {
  padding: 9px 12px;
}


.vm__profile-header-top--box .vm__profile-box--center .vm__profile-location:first-child img,
.vm__profile--section .vm__profile-header-top--wrapper .vm__profile-box--left .vm__profile--list img {
  width: 16px;
  height: 16px;
  object-fit: contain;
}

.vm__profile--section .vm__profile-header-top--wrapper .vm__profile-box--left .vm__profile--list .vm__profile--list-name,
.vm__profile--section .vm__profile-header-top--wrapper .vm__profile-header-top--box .vm__profile-location .vm__profile--list-name {
  width: calc(100% - 20px);
}

.vm__profile--section .vm__profile-header-top--wrapper .vm__profile-box--right .tab__list-box .tablinks-right .tablinks {
  color: #242429;
}

.vm__profile--section .vm__profile-header-top--box .tooltip-container .vm__profile-box-center-tooltip {
  vertical-align: middle;
}

.page-template-find-a-doula-new .vm__banner-wrapper .zip-code-container {
  margin-top: 0px !important;
}

/* sticky button css */
.sticky-btn-box {
  width: 100%;
  background-color: #ffffff;
  border: 1px solid #f3f6fc;
  border-radius: 12px;
  box-shadow: 0px 10px 10px 0px #0000001a;
  padding: 15px;
}

.sticky-btn-box .sticky-btn {
  width: 100%;
}

/* banner mobile img css  */
.vm__banner-wrapper .vm__banner-box--row .vm__banner-col .mobile_banner_img,
.vms__banner-section .vms__banner-box .vms__banner-card-img-box .mobile_banner_img {
  display: none;
}

.vm__slider-wrapper .vm__number-slider-box .vm__date-slider--item .vm__filter-info-card-btn svg {
  width: auto !important;
}
.vm__slider-wrapper .vm__number-slider-box .vm__date-slider--item .vm__filter-info-card-btn.read-less svg {
  transform: rotate(178deg);
  margin-bottom: -3px;
}

@media(min-width:767px) {
  .sticky-btn-box {
      display: none !important;
  }
}

@media (max-width:767px) {
  .sticky-btn-box.show {
      position: fixed !important;
      bottom: 0;
      border-radius: 0px;
      z-index: 9999;
  }

  /* banner mobile img css  */
  .vm__banner-wrapper .vm__banner-box--row:has(.mobile_banner_img) .vm__banner-col .vm__banner-img,
  .vms__banner-section .vms__banner-box:has(.mobile_banner_img) .vms__banner-card-img-box .vms__banner-card-img {
      display: none;
  }

  .vm__banner-wrapper .vm__banner-box--row .vm__banner-col .vm__banner-img.mobile_banner_img,
  .vms__banner-section .vms__banner-box .vms__banner-card-img-box .vms__banner-card-img.mobile_banner_img {
      display: block !important;
  }
}


@media (max-width:550px) {
  .vm__profile-header-top--box .vm__profile--name--title {
      font-family: Muli, sans-serif !important;
      font-weight: 700;
      font-size: 20px;
      line-height: 26px;
      color: #2F2F2F;
  }

  .vm__profile--section .vm__profile-header-top--wrapper .vm__profile-header-top--box .vm__profile-location.vm__profile-location-bg {
      margin-left: 0px !important;
  }

  .vm__slider-wrapper .vm__slider-box-wrapper .vm__slider-heading.vm__slider--title {
      max-width: 280px;
      width: 100%;
      margin: 0 auto;
  }
}
