@keyframes beat {
  100% {
    transform: scale(1.4);
  }
}

@keyframes arrows {
  100% {
    transform: translateX(100%);
    opacity: 0;
  }
}

@-webkit-keyframes pulsate1 {
  0% {
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
    box-shadow: none;

  }
}

@keyframes pulsate1 {
  0% {
    -webkit-transform: scale(0.70);
    transform: scale(0.7);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1);
    opacity: 0;
    box-shadow: none;

  }
}

.business-page-1 {

  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  p {
    font-family: 'Roboto', sans-serif;
  }

  .business-container {
    max-width: 1366px;
    padding-inline: 80px;
    margin-inline: auto;
  }

  .modal-body{
    color: #1F2029;
    p,
    a{
      color: #1F2029;
    }
  }

  @media only screen and (max-width: 768px) {
    .business-container {
      padding-inline: 20px;
    }
  }

  /* Content Alignment Class for Media Section(Image, Video, Text) */


  .textContentAlign__right {
    text-align: right;
  }

  .textContentAlign__left {
    text-align: left;
  }

  .contentAlign__left {
    flex-direction: row;
  }

  .contentAlign__right {
    flex-direction: row-reverse;
  }

  .customBackground__Added {
    color: #FFFFFF !important;
    border: 0 !important;
  }


  h2 {
    font-size: 20px;
    line-height: 24px;
    margin: 0px 0px 15px;
    font-weight: 400;
    line-height: 1.5;
    text-transform: uppercase;
  }

  .top-header-text {
    background-color: #222E3D;
    display: flex;
    text-align: center;
    margin: auto;
    color: #fff;
    /* padding-block: 5px; */

    p {
      margin: 0;
      padding: 10px;
    }
  }

  .real-view-btn {
    display: flex;
    justify-content: end;
    margin-left: 10px;
  }

  .section__divider {
    width: 100%;
    border-bottom: 1px solid #E9E9EA;
  }

  .press_loveagain,
  .press_loveagain_business_page {
    svg {
      path {
        stroke: red;
      }
    }
  }


  .press_saveagain,
  .press_saveagain_businesspage {
    svg {
      path {
        stroke: green;
      }
    }
  }


  .liked {
    svg {
      path {
        stroke: #337AB7;
      }
    }
  }




  /* Commom Button Style */
  .outlineButton {
    text-decoration: none;
    text-align: center;
    cursor: pointer;
    border-radius: 0px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    appearance: none;
    color: #1F2029;
    border: 1px solid #1F2029;
    background-color: transparent;
    transition: all 150ms cubic-bezier(0.335, 0.015, 0.46, 0.995) 0s;

    &:hover {
      color: #FFFFFF;
      border: 1px solid #1F2029;
      background-color: #1F2029;
    }
    &:focus {
      color: #FFFFFF;
      border: 1px solid #1F2029;
      background-color: #1F2029;
    }
  }

  .fillButton {
    letter-spacing: 0.04em;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
    border-radius: 0px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    appearance: none;
    color: rgb(255, 255, 255);
    border: 2px solid rgb(0, 0, 0);
    background-color: rgb(0, 0, 0);
    transition: all 150ms cubic-bezier(0.335, 0.015, 0.46, 0.995) 0s;

    &:hover {
      color: rgb(0, 0, 0);
      border: 2px solid rgb(0, 0, 0);
      background-color: transparent;
    }
  }


  /* ========== Header Style Start ========== */
  .headerTop {
    /* position: relative; */
    width: 100%;
    display: table;
    transition: all 0.3s ease;
    padding: 24px 0px 24px 0px;
    background-color: white;
    z-index: 999999;
    box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.08);

    .topHead{
      margin-left: 0;
      padding-right: 0;
    }

    .business-navbar__wrapper {
      display: flex;
      align-items: center;
      /* align-items: self-start; */
      justify-content: space-between;
      gap: 16px;

      .logo__wrapper {
        display: flex;
        align-items: center;
        gap: 12px;

        .logo{
          img{
            object-fit: contain !important;
          }
        }
      }
    }

    .dashboard {
      .top-right-option {
        display: flex;
        align-items: center;
        justify-content: end;
        gap: 24px;

        .msearch {
          cursor: pointer;
          height: 28px;
          width: 28px;
        }

        .checkCountry {
          display: block;
          width: 44px;
          height: 28px;

          .countryFlag {
            width: 44px;
            height: 28px !important;
          }
        }

        .userIcon {
          .userIcon__wrapper {
            display: flex;
            flex-direction: row-reverse;
            gap: 8px;

            img {
              width: 48px;
              height: 48px;
            }

            .userPromo {

              span {
                background: #337AB7;
                padding: 4px 12px;
                font-size: 12px;
                color: #fff;
                border-radius: 4px;
                display: block;
                text-align: center;
              }
            }
          }

        }
      }
    }

    @media only screen and (max-width: 991px) {
      .dashboard {
        .top-right-option {
          gap: 10px;
          position: relative;

          .header__qrCodeOpen {
            display: none;
          }

          .header__notification {
            /* display: none; */
          }

          .header__checkCountry {
            /* display: none; */
          }
        }

        .userIcon {
          .userIcon__wrapper {

            .userPromo {
              position: absolute;
              top: -22px;
              left: -10px;

              span {
                /* position: absolute; */
                background: #337AB7;
                padding: 4px 12px;
                font-size: 12px;
                color: #fff;
                border-radius: 4px;
                display: block;
                text-align: center;
              }
            }

            img {
              height: 34px !important;
              width: 34px !important;
            }
          }

        }
      }
    }
  }

  .is-sticky .headerTop {
    border-bottom: 0;
  }

  /* ========== Header Style End ========== */



  /* ========== Toggle OwnerView Start ========== */
  .toggleOwnerView__wrapper {
    margin-top: 20px;

    .toggleOwnerView__heading {
      margin-bottom: 24px;
      text-align: center;

      .toggleOwnerView__title {
        display: block;
        font-size: 24px;
        line-height: 36px;
        font-weight: 500;
      }

      .toggleOwnerView__subTitle {
        display: block;
        font-size: 14px;
        line-height: 25px;
        font-weight: 400;
        color: #79797F;

      }
    }

    .toggleOwnerView__manage {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: center;
      gap: 24px;
      margin-bottom: 24px;

      .outlineButton {
        font-size: 14px;
        line-height: 25px;
        width: 160px;
        padding-block: 12px;
      }
    }

    .toggleOwnerView__descWrapper {
      max-width: 80%;
      width: 100%;
      margin-inline: auto;
      background: #585858;
      color: #FFFFFF;
      font-size: 12px;
      line-height: 15px;
      padding: 12px 24px;
      text-align: left;
      margin-bottom: 40px;

      .toggleOwnerView__desc {
        display: flex;
        flex-direction: column;
        gap: 20px;

        p {
          margin: 0;
        }
      }

      .toggleOwnerView__close {
        display: flex;
        flex-direction: column;
        align-items: end;
        justify-content: flex-start;

        #closemsg {
          cursor: pointer;
        }
      }
    }

    @media only screen and (max-width:768px) {
      .toggleOwnerView__descWrapper {
        max-width: 100%;
      }
    }
  }

  /* ========== Toggle OwnerView End ========== */





  /* ========== Business Page Hero Slider Start ========== */
  .dashboard-slider {
    .dashboard-slider-wrapper {
      position: relative;

      .item {
        img {
          display: block;
          /* height: 600px; */
          width: 100%;
          aspect-ratio: 2.5/1;
          object-fit: cover;
        }

        .slider_text_content {
          position: absolute;
          top: 60px;
          left: 0;
          right: 0;
          display: flex;
          flex-direction: column;
          align-items: center;
          color: #000000;
          mix-blend-mode: overlay;

          .slider_title {
            font-size: 60px;
            line-height: 68px;
            font-weight: 500;
            text-align: center;
            margin: 0;
          }

          .slider_sub_title {
            max-width: 80%;
            font-size: 20px;
            line-height: 30px;
            text-align: center;
            margin: 8px 0;
          }
        }

      }

      .owl-nav {
        padding: 0;

        .owl-prev {
          position: absolute;
          left: 0;
          top: 50%;
          width: 60px;
          height: 60px;
          margin: 0;
          background: rgb(0, 0, 0);
          opacity: 0.3;
          border: none;
          border-radius: 0;
          cursor: pointer;
          transform: translateY(-50%);
          transition: opacity 0.3s ease 0s;

          i {
            font-size: 26px;
            color: #FFFFFF;
          }
        }

        .owl-next {
          position: absolute;
          right: 0;
          top: 50%;
          width: 60px;
          height: 60px;
          margin: 0;
          background: rgb(0, 0, 0);
          opacity: 0.3;
          border: none;
          border-radius: 0;
          cursor: pointer;
          transform: translateY(-50%);
          transition: opacity 0.3s ease 0s;

          i {
            font-size: 26px;
            color: #FFFFFF;
          }
        }
      }

      .owl-dots {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        display: flex;

        .owl-dot {
          display: block;
          height: 8px;
          background: rgba(255, 255, 255, 0.2);
          border: none;
          margin: 0px 2px;
          width: 100%;
          padding: 0px;
          cursor: pointer;

          span {
            display: none;
          }

          &.active {
            background: rgba(255, 255, 255, 0.5);
          }
        }
      }

      &:hover .owl-prev,
      &:hover .owl-next {
        opacity: 0.8;
      }
    }

    @media only screen and (max-width:576px) {
      .dashboard-slider-wrapper {
        .item {
          img {
            aspect-ratio: 0.95/1;
          }

          .slider_text_content {
            .slider_title {
              font-size: 30px;
              line-height: 40px;
            }
          }
        }
      }
    }
  }

  /* ========== Business Page Hero Slider End ========== */


  /* ========== Business Page Like & Subscribe Info Start ========== */
  .likeSubscribe__Wrapper {
    margin-block: 64px;

    .row {
      &:nth-child(1) {
        .likeSubscribe__viewsInfo {
          display: flex;
          flex-direction: column;
          align-items: center;
          justify-content: center;
          text-align: center;
          gap: 12px;

          .outlineButton {
            width: 128px;
            padding: 8px 0;
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 4px;
            font-size: 12px;
            line-height: 25px;

            span {
              display: flex;
            }

            &:hover {
              svg {
                path {
                  fill: #FFFFFF;
                }
              }
            }
          }

          .likeSubscribe__shortMeta {
            display: flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 12px;
          }
        }

        .likeSubscribe__shareInfo {
          margin-bottom: 12px;
          display: flex;
          flex-direction: column;
          align-items: center;
          justify-content: center;
          gap: 12px;

          ul {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 48px;
            margin-bottom: 0;

            li {
              a {
                color: #4C4D54;
                display: flex;
                align-items: center;
                gap: 4px;

                span {
                  display: flex;
                }
              }
            }
          }
        }
      }

      &:nth-child(2) {
        .likeSubscribe__subscribeInfo {
          display: flex;
          flex-direction: column;
          align-items: center;
          justify-content: center;
          gap: 12px;

          .likeSubscribe__subscribeCount {
            display: flex;
            font-size: 14px;
            line-height: 25px;
            color: #1F2029;

            .subscribercount {
              padding-right: 16px;
              border-right: 1px solid #BCBCBF;
              margin: 0;
              padding-block: 5px;
            }

            .followerCountBusinessPage {
              padding-left: 16px;
              margin: 0;
              padding-block: 5px;
            }
          }

          .telshareAppsSubscribe {
            display: flex;
            flex-direction: row-reverse;
            gap: 15px;

            .btn-following.outlineButton {
              width: 125px;
              height: 46px;
              padding-block: 12px;
            }

            .subscribed-btn.outlineButton {
              width: 125px;
              height: 46px;
              padding-block: 12px;
              background-color: #1F2029;
              color: #FFFFFF;
            }

            .subscribed {
              margin-bottom: 0;
            }

            .bellbutton {
              height: 100%;
              display: inline-flex;
              align-items: center;
              justify-content: center;
              padding-left: 10px;
            }

            @media only screen and (max-width:420px){
              flex-direction: column-reverse;
            }
          }
        }
      }
    }
  }

  /* ========== Business Page Like & Subscribe Info End ========== */


  /* ========== Business Page Richtext Start ========== */
  .richtext__wrapper {
    padding-block: 64px;

    .richtext__title {
      font-size: 32px;
      line-height: 44px;
      font-weight: 500;
      text-transform: uppercase;
      /* color: #000000; */
      margin: 0;
      margin-bottom: 16px;
    }

    .richtext__desc {
      font-size: 14px;
      line-height: 25px;
      font-weight: 400;
      /* color: #4C4D54; */

      p {
        margin: 0;
      }
    }
  }

  /* ========== Business Page Richtext End ========== */


  /* ========== Business Page Image Video and Text Section Start ========== */
  .imgVideoText__container {

    .imgVideoText__wrapper {
      padding-block: 64px;
      display: flex;
      gap: 24px;

      .imgText__container {
        width: 35%;
        display: flex;
        flex-direction: column;
        gap: 24px;

        .img__content {
          width: 100%;

          img {
            height: 100%;
            width: 100%;
            max-width: 100%;
            aspect-ratio: 2/1.5;
          }
        }

        .text__content {
          font-size: 14px;
          line-height: 25px;
          font-weight: 400;
          color: #4C4D54;

          p {
            margin: 0;
          }
        }
      }

      .video__content {
        width: 65%;
        position: relative;
        aspect-ratio: 1/0.5;

        img {
          height: 100%;
          width: 100%;
          max-width: 100%;
        }
      }
    }

    @media only screen and (max-width: 991px) {
      .imgVideoText__wrapper {
        flex-direction: column !important;

        .imgText__container {
          width: 100%;
          display: flex;
          flex-direction: row;

          .img__content {
            width: 100%;
          }

          .text__content {
            width: 100%;
          }
        }

        .video__content {
          width: 100%;
        }
      }
    }

    @media only screen and (max-width: 768px) {
      .imgVideoText__wrapper {
        .imgText__container {
          width: 100%;
          display: flex;
          flex-direction: column;
        }
      }
    }
  }

  .videoContent__play-btn-container {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);

    .videoContent__play-btn {
      width: 100px;
      height: 100px;
      background: #4483C4;
      border-radius: 50%;
      position: relative;
      display: block;
      margin-inline: auto;
      box-shadow: 0px 0px 25px 3px rgba(255, 255, 255, 0.2);
    }

    /* triangle */
    .videoContent__play-btn::after {
      content: "";
      position: absolute;
      left: 50%;
      top: 50%;
      -webkit-transform: translateX(-40%) translateY(-50%);
      transform: translateX(-40%) translateY(-50%);
      transform-origin: center center;
      width: 0;
      height: 0;
      border-top: 15px solid transparent;
      border-bottom: 15px solid transparent;
      border-left: 25px solid #fff;
      z-index: 100;
      -webkit-transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
      transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    /* pulse wave */
    .videoContent__play-btn:before {
      content: "";
      position: absolute;
      width: 150%;
      height: 150%;
      -webkit-animation-delay: 0s;
      animation-delay: 0s;
      -webkit-animation: pulsate1 2s;
      animation: pulsate1 2s;
      -webkit-animation-direction: forwards;
      animation-direction: forwards;
      -webkit-animation-iteration-count: infinite;
      animation-iteration-count: infinite;
      -webkit-animation-timing-function: steps;
      animation-timing-function: steps;
      opacity: 1;
      border-radius: 50%;
      border: 8px solid rgba(255, 255, 255, .60);
      top: -25%;
      left: -25%;
      background: rgba(198, 16, 0, 0);
    }
  }

  /* ========== Business Page Image Video and Text ection End ========== */


  /* ========== Business Page Text and Image Section Start ========== */
  .imageText__container {
    .imageText__wrapper {
      display: flex;
      gap: 24px;
      padding-block: 64px;

      .imageText__text {
        width: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
      }

      .imageText__image {
        width: 50%;
        position: relative;

        img {
          height: 100%;
          width: 100%;
          max-width: 100%;
        }
      }
    }

    @media only screen and (max-width: 786px) {
      .imageText__wrapper {
        flex-direction: column !important;

        .imageText__text {
          width: 100%;
        }

        .imageText__image {
          width: 100%;
        }
      }
    }
  }

  /* ========== Business Page Text and Image Section End ========== */



  /* ========== Business Page Text and Video Section Start ========== */
  .videoText__wrapper {
    display: flex;
    gap: 24px;
    padding-block: 64px;

    .videoText__text {
      width: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .videoText__video {
      width: 50%;
      position: relative;

      img {
        height: 100%;
        width: 100%;
        max-width: 100%;
      }
    }

    @media only screen and (max-width: 786px) {
      flex-direction: column !important;

      .videoText__text {
        width: 100%;
      }

      .videoText__video {
        width: 100%;
      }
    }
  }

  .videoContent__play-btn-container {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);

    .videoContent__play-btn {
      width: 100px;
      height: 100px;
      background: #4483C4;
      border-radius: 50%;
      position: relative;
      display: block;
      margin-inline: auto;
      box-shadow: 0px 0px 25px 3px rgba(255, 255, 255, 0.2);
    }

    /* triangle */
    .videoContent__play-btn::after {
      content: "";
      position: absolute;
      left: 50%;
      top: 50%;
      -webkit-transform: translateX(-40%) translateY(-50%);
      transform: translateX(-40%) translateY(-50%);
      transform-origin: center center;
      width: 0;
      height: 0;
      border-top: 15px solid transparent;
      border-bottom: 15px solid transparent;
      border-left: 25px solid #fff;
      z-index: 100;
      -webkit-transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
      transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    /* pulse wave */
    .videoContent__play-btn:before {
      content: "";
      position: absolute;
      width: 150%;
      height: 150%;
      -webkit-animation-delay: 0s;
      animation-delay: 0s;
      -webkit-animation: pulsate1 2s;
      animation: pulsate1 2s;
      -webkit-animation-direction: forwards;
      animation-direction: forwards;
      -webkit-animation-iteration-count: infinite;
      animation-iteration-count: infinite;
      -webkit-animation-timing-function: steps;
      animation-timing-function: steps;
      opacity: 1;
      border-radius: 50%;
      border: 8px solid rgba(255, 255, 255, .60);
      top: -25%;
      left: -25%;
      background: rgba(198, 16, 0, 0);
    }
  }

  /* ========== Business Page Text and Video Section End ========== */


  .detailsFeatureInfo {
    .nav-tabs {
      max-width: 100%;
      overflow-x: scroll;
      width: 100vw;
    }
  }

  .reviews-rating-section {
    max-height: 550px;
    overflow-y: scroll;
  }

  .section-spacing {
    margin-block: 30px;
  }

  .call-to-action {
    padding: 30px;
    display: flex;
    flex-direction: column;
    gap: 20px;

    .call-to-action-content {}
  }


  /* ============Business Page Servece Section Start============ */
  .business_services {
    margin-block: 64px;

    .services-header {
      margin-bottom: 40px;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;

      .services-header-title {
        font-size: 32px;
        line-height: 44px;
        font-weight: 500;
        text-align: center;
        margin: 0;
        padding-bottom: 24px;
      }

      .services-header__button {
        padding: 12px 16px;
        font-size: 14px;
        line-height: 25px;
      }
    }

    .services-section-services {
      display: -ms-flex;
      display: flex;
      justify-content: center;
      flex-wrap: wrap;
      position: relative;



      .services-card {

        .card-image {
          overflow: hidden;
          border: 1px solid gray;

          img {
            max-width: 100%;
            aspect-ratio: 1.3/1;
            transform-origin: center;
            cursor: pointer;
            scale: 1;
            transition: scale 0.3s linear;

            &:hover {
              scale: 1.1;
            }
          }
        }

        .card-details {
          padding-top: 20px;
          text-align: center;
          max-width: 270px;
          margin-inline: auto;

          .outlineButton {
            font-size: 14px;
            line-height: 25px;
            font-weight: 400;
            min-width: 270px;
            padding-block: 12px;
          }
        }


        .card-texts {
          margin-top: 24px;

          .card-texts__service-price {
            font-size: 16px;
            font-weight: 500;
            color: #4C4D54;
          }

          .service-button__wrapper {
            padding-top: 22px;
            display: flex;
            flex-direction: column;
            gap: 12px;
          }
        }

        h2 {
          font-size: 20px;
          line-height: 30px;
          font-weight: 500;
          margin-bottom: 0;
        }

        h4 {
          font-size: 14px;
          line-height: 25px;
          font-weight: normal;
          margin-top: 0;
          color: #1F55BF;
          text-decoration: underline;
          cursor: pointer;
        }

        .shareInfo {
          margin-bottom: 0;

          ul {
            gap: 30px;

            li {
              padding: 0 !important;

              a {
                font-size: 14px;
                line-height: 25px;
                color: #4C4D54;
                display: flex;
                flex-direction: column;
                align-items: center;
                justify-content: center;
              }
            }
          }
        }

      }

      .owl-nav {
        padding: 0;
        opacity: 0;
        transition: opacity 0.2s linear;

        button.disabled {
          span {
            display: block;
            opacity: 50%;
          }
        }

        .owl-prev {
          position: absolute;
          left: 0;
          top: 50%;
          width: 40px;
          height: 40px;
          margin: 0;
          background: rgb(0, 0, 0);
          opacity: 0.3;
          border: none;
          border-radius: 0;
          cursor: pointer;
          transform: translateY(-50%);
          transition: opacity 0.3s ease 0s;

          i {
            font-size: 15px;
            color: #FFFFFF;
          }

          &:hover {
            opacity: 0.8;
          }
        }

        .owl-next {
          position: absolute;
          right: 0;
          top: 50%;
          width: 40px;
          height: 40px;
          margin: 0;
          background: rgb(0, 0, 0);
          opacity: 0.3;
          border: none;
          border-radius: 0;
          cursor: pointer;
          transform: translateY(-50%);
          transition: opacity 0.3s ease 0s;

          i {
            font-size: 15px;
            color: #FFFFFF;
          }

          &:hover {
            opacity: 0.8;
          }
        }
      }

      &:hover .owl-nav {
        opacity: 1;
      }

    }

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

  /*============Business Page Servece Section End============*/


  /*============Business Page Product Section Start============*/
  .business_product {
    margin-block: 64px;

    .product__header {
      margin-bottom: 40px;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;

      .product-header__title {
        font-size: 32px;
        line-height: 44px;
        text-align: center;
        font-weight: 500;
        margin: 0;
        padding-bottom: 24px;
      }

      .product-header__button {
        padding: 12px 16px;
        font-size: 14px;
        line-height: 25px;
      }
    }

    .services-section-products {
      display: -ms-flex;
      display: flex;
      justify-content: center;
      flex-wrap: wrap;
      gap: 2rem;
      position: relative;


      .services-card {

        .card-image {
          overflow: hidden;
          border: 1px solid gray;

          img {
            max-width: 100%;
            aspect-ratio: 1.3/1;
            transform-origin: center;
            cursor: pointer;
            scale: 1;
            transition: scale 0.3s linear;

            &:hover {
              scale: 1.1;
            }
          }
        }

        .card-details {
          padding-top: 20px;
          text-align: center;
          max-width: 270px;
          margin-inline: auto;

          .rating-stars {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 8px;
          }

          h2 {
            font-size: 20px;
            line-height: 30px;
            font-weight: 500;
            margin-bottom: 0;
          }

          h4 {
            font-size: 14px;
            line-height: 25px;
            font-weight: normal;
            margin-top: 0;
            color: #1F55BF;
            text-decoration: underline;
            cursor: pointer;
          }

          .outlineButton {
            font-size: 14px;
            line-height: 25px;
            font-weight: 400;
            min-width: 270px;
            padding-block: 12px;
          }

        }


        .card-texts {
          margin-top: 24px;

          .card-texts__product-price {
            font-size: 16px;
            font-weight: 500;
            color: #4C4D54;
          }

          .product-button__wrapper {
            padding-top: 22px;
            display: flex;
            flex-direction: column;
            gap: 12px;
          }
        }

        .shareInfo {
          margin-bottom: 0;

          ul {
            gap: 30px;

            li {
              padding: 0 !important;

              a {
                font-size: 14px;
                line-height: 25px;
                color: #4C4D54;
                display: flex;
                flex-direction: column;
                align-items: center;
                justify-content: center;
              }
            }
          }
        }
      }

      .owl-nav {
        padding: 0;
        opacity: 0;
        transition: opacity 0.2s linear;

        button.disabled {
          span {
            display: block;
            opacity: 50%;
          }
        }

        .owl-prev {
          position: absolute;
          left: 0;
          top: 50%;
          width: 40px;
          height: 40px;
          margin: 0;
          background: rgb(0, 0, 0);
          opacity: 0.3;
          border: none;
          border-radius: 0;
          cursor: pointer;
          transform: translateY(-50%);
          transition: opacity 0.3s ease 0s;

          i {
            font-size: 15px;
            color: #FFFFFF;
          }

          &:hover {
            opacity: 0.8;
          }
        }

        .owl-next {
          position: absolute;
          right: 0;
          top: 50%;
          width: 40px;
          height: 40px;
          margin: 0;
          background: rgb(0, 0, 0);
          opacity: 0.3;
          border: none;
          border-radius: 0;
          cursor: pointer;
          transform: translateY(-50%);
          transition: opacity 0.3s ease 0s;

          i {
            font-size: 15px;
            color: #FFFFFF;
          }

          &:hover {
            opacity: 0.8;
          }
        }
      }

      &:hover .owl-nav {
        opacity: 1;
      }

    }
  }

  /*============Business Page Product Section End============*/



  /*============Business Tab Section Start============*/
  .business-tab {
    margin-block: 64px;

    .business-tab__wrapper {
      .outlineButton {
        font-size: 14px;
        line-height: 25px;
        padding-block: 12px;
        width: 220px;
        gap: 5px;
      }
    }
  }

  /*============Business Tab Section End============*/


  .reviews-rating-section {
    /* padding-block: 64px; */

    .detailsReview {

      .reviews-design {
        .rating-star-preview {
          display: flex;
          flex-direction: column;
          align-items: center;
          margin-block: 64px;

          .rating-review-form {
            text-align: center;

            .clearsubmit.outlineButton {
              width: 125px;
              padding-block: 12px 13px;
              margin-right: 10px;
            }

            .submitRating.outlineButton {
              width: 125px;
              padding-block: 12px 12px;
              background-color: #1F2029;
              color: #FFFFFF;
            }
          }
        }

        .rating-review-summary {
          margin-block: 64px;

          .rating-review__filter {
            display: flex;
            flex-direction: column;
            gap: 24px;

            .form-control.reviewfilter {
              width: 166px;
              margin-inline: auto;
            }
          }
        }
      }
    }
  }


  .top-review__heading {
    margin-block: 64px 48px;

    .top-review__heading-wrapper {
      display: flex;
      flex-direction: column;
      align-items: center;

      h2 {
        color: #1F2029;
        font-size: 24px;
        line-height: 36px;
        font-weight: 500;
        margin-bottom: 8px;
        text-transform: initial;
      }

      .review__sorting {
        width: 220px;
        margin-bottom: 24px;
      }

      .public__comment {
        .outlineButton {
          width: 220px;
          padding: 12px 0;

        }
      }

      .public-comment__message {
        color: #79797F;
        margin-bottom: 24px;
      }

      /* .public-comment__note {
        margin-bottom: 12px;
      } */
    }
  }


  .review-list {

    .review-list__item {
      .viewShortCode {
        display: flex;
        align-items: self-start;
        justify-content: space-between;
        margin-bottom: 24px;

        .review-list__userInfo {
          display: flex;
          align-items: self-start;
          justify-content: start;
          gap: 16px;

        }

        .post-replies {
          .outlineButton {
            font-size: 14px;
            line-height: 25px;
            padding: 6px 30px;
          }
        }
      }

      .review-list__replayContainer {
        .post-replies {
          margin-bottom: 24px;
        }
      }
    }
  }



  .seeAllReview__button {

    .seeAllReview__buttonWrapper {
      display: flex;
      flex-wrap: wrap;
      gap: 12px;
      margin-bottom: 64px;

      .outlineButton {
        font-size: 14px;
        line-height: 25px;
        text-transform: uppercase;
        padding-block: 12px;
        margin: 0;
      }
    }
  }


  .qa__container {
    .wb {
      .qa__wrapper {
        margin-block: 64px;

        .qa__heading {

          .outlineButton {
            padding-block: 12px;
            padding-inline: 32px;
            font-size: 14px;
            line-height: 25px;
          }

          .searchquestion {
            max-width: 320px;
          }
        }
      }
    }
  }


  .business-tab__accordion-container {
    padding-block: 64px;

    .business-tab__accordion-heading {
      margin-bottom: 24px;
      color: #1F2029;
      font-size: 24px;
      line-height: 36px;
      font-weight: 500;
      max-width: 650px;
      margin-inline: auto;
    }

    .business-tab__accordion {
      max-width: 650px;
      margin-inline: auto;

      .panel-group {
        margin-bottom: 0;

        .panel+.panel {
          margin-top: 12px;
        }

        .panel-heading {
          padding: 12px;

          .panel-title {
            font-size: 16px;
            line-height: 28px;
            font-weight: 500;

            a {
              display: flex;
              align-items: center;
              justify-content: space-between;
            }
          }
        }
      }

      #seller_contact {
        .outlineButton {
          font-size: 14px;
          line-height: 25px;
          padding-block: 12px;
          width: 220px;
          gap: 5px;
        }
      }

      .business-tab__others {
        .outlineButton {
          font-size: 14px;
          line-height: 25px;
          padding-block: 12px;
          width: 220px;
          gap: 5px;
        }
      }


      .review-list__item {
        .viewShortCode {
          display: flex;
          align-items: self-start;
          justify-content: space-between;
          margin-bottom: 24px;

          .review-list__userInfo {
            display: flex;
            align-items: self-start;
            justify-content: start;
            gap: 16px;

          }

          .post-replies {
            .outlineButton {
              font-size: 14px;
              line-height: 25px;
              padding: 6px 30px;
            }
          }
        }

        .review-list__replayContainer {
          .post-replies {
            margin-bottom: 24px;
          }
        }
      }
    }
  }

  .businessTabCarousel {

    .item {

      .shortCodesleft {
        .boxSortListMenu {
          top: 25px !important;
        }

        .itemImage {
          img {
            aspect-ratio: 1/1;
          }
        }
      }

      .shortCodesRight {

        h3 {
          min-height: initial;
          text-align: center;
          margin-block: 10px;
          font-size: 16px;
          line-height: 28px;
          font-weight: 500;
          color: #1F2029;
        }

        .ratingStar {
          margin-bottom: 10px;

          .rating {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 3px;
          }
        }

        .price {
          color: #1F2029;
          text-align: center;
          margin-bottom: 10px;
        }

        .meta {
          width: 100%;
          display: flex;
          align-items: center;
          justify-content: space-around;
          gap: 12px;
          color: #4C4D54;

          span {
            padding-right: 0;
            display: block;
          }
        }
      }
    }
  }


  .customer-service {
    margin-block: 64px;

    .customer-service__heading {
      margin-bottom: 24px;
      color: #1F2029;
      font-size: 24px;
      line-height: 36px;
      font-weight: 500;
      max-width: 650px;
      margin-inline: auto;
    }

    .details_accordion {
      max-width: 650px;
      margin-inline: auto;

      .panel-group {
        margin-bottom: 0;

        .panel+.panel {
          margin-top: 12px;
        }

        .panel-heading {
          padding: 12px;

          .panel-title {
            font-size: 16px;
            line-height: 28px;
            font-weight: 500;

            a {
              display: flex;
              align-items: center;
              justify-content: space-between;
            }
          }
        }

        #accordion_search_bar_container {
          width: 100%;
          height: 100%;

          .input-group {
            width: 100%;
            height: 100%;
            display: flex;
            flex-direction: column;
            gap: 10px;

            input {
              width: 100%;
              height: 100%;
              height: 36px;
              /* border-top-left-radius: 4px;
              border-bottom-left-radius: 4px; */
              border-radius: 4px;
              padding-left: 10px;
              padding-block: 5px;
            }

            .input-group-btn{
              button{
                &:first-child{
                  border-top-left-radius: 4px;
                  border-bottom-left-radius: 4px;
                }
              }
            }
          }
        }
      }
    }
  }
}


/*============Business FAQ Section Start============*/
.business-page-faq {
  margin-block: 64px;
  position: relative;
  height: auto;

  h2 {
    margin-bottom: 24px;
    color: #1F2029;
    font-size: 24px;
    line-height: 36px;
    font-weight: 500;
    max-width: 650px;
    margin-inline: auto;

  }

  .set {
    max-width: 650px;
    margin-inline: auto;
    border-bottom: 2px solid #000;
    position: relative;
    width: 100%;
    height: auto;

    a {
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 10px 15px;
      text-decoration: none;
      color: #000;
      font-size: 1.5rem;
      font-weight: 700;
      -webkit-transition: all 0.2s linear;
      -moz-transition: all 0.2s linear;
      transition: all 0.2s linear;

      i {
        float: right;
        margin-top: 2px;
      }
    }

    a.active {
      background-color: #585858;
      color: #fff;
    }

    .content {
      background-color: #fff;
      display: none;
      height: fit-content;

      p {
        padding: 10px 15px;
        margin: 0;
        color: #333;
      }
    }

  }

}

/*============Business FAQ Section End============*/


/*============Business Newsletter Section Start============ */
.business-newsletter  {
  margin-block: 50px;

  .business-newsletter__wrapper {
    /* max-width: 500px; */
    max-width: 650px;
    margin-inline: auto;
    text-align: center;

    .business-newsletter__input {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;

      h2 {
        margin-bottom: 10px;
        color: #1F2029;
        font-size: 24px;
        line-height: 36px;
        font-weight: 500;
        text-align: center;
        max-width: 650px;
        margin-inline: auto;
      }

      p{
        margin-bottom: 10px;
      }

      input {
        width: 100%;
        padding-inline: 12px;
      }
    }

    .outlineButton {
      padding: 10px 30px;
      background-color: #1F2029;
      color: #FFFFFF;
    }
  }

  @media only screen and (max-width: 768px){
    margin-block: 35px;
  }
}

/*============Business Newsletter Section End============ */


/*============Business Page Customer Resource Start============ */
.customer-resources {
  background-color: #585858;

  .pbg {
    color: #FFFFFF;
    background: #585858;

    h2 {
      text-transform: uppercase;
      color: #FFFFFF;
    }

    ul {
      margin-bottom: 0;

      li {
        a {
          color: #FFFFFF;
        }
      }

      .customer-resources__seeMore {
        cursor: pointer;
      }
    }
  }
}

/*============Business Page Customer Resource End============ */


.products-container {

  .pbg>h2 {
    margin-bottom: 40px;
    color: #1F2029;
    font-size: 24px;
    line-height: 36px;
    font-weight: 500;
  }

  .pbg {
    margin-block: 50px;

    .product__card {
      img {
        aspect-ratio: 1/1;
      }

      .ratingStar {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
        padding-top: 10px;
      }

      .product__title {
        font-size: 16px;
        line-height: 24px;
        font-weight: 500;
        color: #1F2029;
        padding-block: 12px;
        margin: 0;
      }

      .shareInfo {
        margin: 0;
        border: 0;
        box-shadow: initial;

        .view-review {

          ul {
            display: flex;
            align-items: self-start;
            justify-content: space-evenly;

            li {
              padding: 0 !important;

              a {
                font-size: 14px;
                line-height: 25px;
                color: #4C4D54;
                display: flex;
                flex-direction: column;
                align-items: center;
                justify-content: center;
              }
            }
          }
        }
      }
    }

    .contentInfo {
      padding: 0;

      h3 {
        margin: 0;
      }
    }
  }

  @media only screen and (max-width:768px) {
    .pbg{
      margin-block: 35px;
    }
  }

}


/*============Business Page Footer Secton Start============ */
.footer-bottom {
  background: #20202A;
  /* margin-top: 15px; */
  padding-top: 0;
  padding-bottom: 0;

  .business-footer__main {
    padding-block: 64px;
    display: grid;
    grid-template-columns: 3fr 6fr 3fr;
    gap: 16px;

    .footer__logo {
      padding: 0;
      width: 190px;
      height: auto;

      img {
        padding: 0;
      }

      .footer_mobile_logo{
        display: none;
      }
    }

    .footer__menu {
      .footer-menu__list {
        padding: 0 !important;
        display: flex;
        flex-direction: column;
        gap: 16px;

        a {
          padding: 0;
        }
      }
    }

    .social__media {
      h2 {
        color: white;
        font-size: 18px;
        line-height: 27px;
        font-weight: 500;
        margin-bottom: 16px;
        text-align: center;
      }

      .social-icon__wrapper {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 12px;

        a {
          height: 40px;
          width: 40px;
          border-radius: 50%;
          padding: 0;
          margin: 0;
          font-size: 23px;
          display: flex;
          align-items: center;
          justify-content: center;
        }
      }
    }
  }

  .business-footer__bottom {
    background: #45454C;
    color: #FFFFFF;
    padding-block: 16px;

    .business-footer__bottomWrapper {
      color: #FFFFFF;
      display: grid;
      grid-template-columns: 3fr 9fr;
      gap: 16px;

      .privacy-menu {
        display: flex;
        gap: 20px;
      }
    }
  }


  @media only screen and (max-width: 991px) {
    .business-footer__main {
      grid-template-columns: repeat(2, 1fr);

      .social__media {
        h2 {
          text-align: start;
        }

        .social-icon__wrapper {
          justify-content: start;
        }
      }
    }

    .business-footer__bottom {
      .business-footer__bottomWrapper {
        grid-template-columns: repeat(2, 1fr);
      }
    }
  }

  @media only screen and (max-width: 768px) {
    .business-footer__main {
      grid-template-columns: repeat(1, 1fr);

      .footer__logo {
        margin-inline: auto;
      }

      .footer__menu {
        margin-inline: auto;

        .footer-menu__list {
          align-items: center;
        }
      }

      .social__media {
        margin-inline: auto;

        h2 {
          text-align: center;
        }

        .social-icon__wrapper {
          justify-content: center;
        }
      }
    }

    .business-footer__bottom {
      .business-footer__bottomWrapper {
        grid-template-columns: repeat(1, 1fr);
        text-align: center;
      }
    }
  }
}

/*============Business Page Footer Secton End============ */


/* Modal Style Start */
.exploreCategories-review-product,
.exploreCategories-review {
  .exploreCategories__list {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 0;

    .outlineButton {
      font-size: 14px;
      line-height: 24px;
      padding: 10px 20px;
    }
  }
}

/* Modal Style End */







/* ============(Business Page) Product Details Page============ */
.detailsReview {

  .reviews-design {
    .rating-star-preview {
      display: flex;
      flex-direction: column;
      align-items: center;
      margin-block: 40px;

      .rating-review-form {
        text-align: center;

        .clearsubmit.outlineButton {
          width: 125px;
          padding-block: 12px 13px;
          margin-right: 10px;
        }

        .submitRating.outlineButton {
          width: 125px;
          padding-block: 12px 12px;
          background-color: #1F2029;
          color: #FFFFFF;
        }
      }
    }

    .rating-review-summary {
      margin-block: 40px;

      .rating-review__filter {
        display: flex;
        flex-direction: column;
        gap: 24px;

        .form-control.reviewfilter {
          width: 166px;
          margin-inline: auto;
        }
      }
    }
  }
}


.review-list__item {
  .viewShortCode {
    display: flex;
    align-items: self-start;
    justify-content: space-between;
    margin-bottom: 24px;

    .review-list__userInfo {
      display: flex;
      align-items: self-start;
      justify-content: start;
      gap: 16px;

    }

    .post-replies {
      .outlineButton {
        font-size: 14px;
        line-height: 25px;
        padding: 6px 30px;
      }
    }
  }

  .review-list__replayContainer {
    .post-replies {
      margin-bottom: 24px;
    }
  }
}




.service-details__mainBody {
  display: flex;
  flex-direction: row;
  gap: 15px;

  .details__left {
    background-color: #FFFFFF;
    width: 70%;
    padding: 15px;

    .business-brand__wrapper {
      display: flex;
      justify-content: space-between;
      gap: 12px;

      .business-brand__product {
        display: flex;
        gap: 12px;

        .business-brand__product-image {
          img {
            max-width: 100px;
            aspect-ratio: 1;
          }
        }

        .business-brand__product--metaInfo {}
      }
    }
  }

  .details__right {
    width: 30%;
    padding: 15px;

    .shortCodesleft {
      a {
        img {
          min-height: initial;
          height: auto;
          aspect-ratio: 1;
        }
      }
    }
  }


  @media only screen and (max-width: 1024px) {
    flex-direction: column;

    .details__left {
      background-color: #FFFFFF;
      width: 100%;
    }

    .details__right {
      width: 100%;
    }
  }
}


.businesspage-sidebar__desktop{
  display: block;
}

.businesspage-sidebar__mobile{
  display: none;
}


@media only screen and (max-width: 1024px){
  .businesspage-sidebar__desktop{
    display: none;
  }
  
  .businesspage-sidebar__mobile{
    display: block;
  } 
}


.businesspage-sidebar__mobile.details__right {
  .shortCodesleft {
    a {
      img {
        min-height: initial;
        height: auto;
        aspect-ratio: 1;
      }
    }
  }
}




@media only screen and (max-width: 1024px){
  .businesspage-sidebar__mobile .businesspage__right-side-section{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    margin-top: 20px;
  }
}

@media only screen and (max-width: 576px){
  .businesspage-sidebar__mobile .businesspage__right-side-section{
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }
}




@media only screen and (min-width: 1024px){
  .businesspage-sidebar__desktop .businesspage-sidebar-section__title {
    margin-bottom: 10px !important;
    color: #1F2029 !important;
    font-size: 16px !important;
    line-height: 25px !important;
    font-weight: 500 !important;
    text-transform: uppercase !important;
  }
  .businesspage-sidebar__desktop .right-side-section__item {
    margin-bottom: 10px;
  }
}



@media only screen and (max-width: 1024px){
  .businesspage-sidebar__mobile .businesspage-sidebar-section__title {
    margin-bottom: 20px !important;
    color: #1F2029 !important;
    font-size: 24px !important;
    line-height: 30px !important;
    font-weight: 500 !important;
    text-transform: uppercase !important;
  }
}
@media only screen and (max-width: 576px){
  .businesspage-sidebar__mobile .businesspage-sidebar-section__title {
    margin-bottom: 10px !important;
    color: #1F2029 !important;
    font-size: 20px !important;
    line-height: 25px !important;
    font-weight: 500 !important;
    text-transform: uppercase !important;
  } 
}