  :root {
    --glb-secondary-500: #f5c200;
    --primary-color: #505455;
    --primary-500: #505455;
    --secondary-color: #C4D600;
    --secondary-500: #C4D600;
    --tw-translate-x: -50%;
    --border-color: #d1d5db;
    --theme-font: 'Jost-Regular';
  }


  audio,
  canvas,
  embed,
  iframe,
  img,
  object,
  svg,
  video {
    display: block;
    vertical-align: middle;
  }

  blockquote,
  dd,
  dl,
  figure,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  hr,
  p,
  pre {
    margin: 0;
  }

  *,
  :after,
  :before {
    --tw-border-spacing-x: 0;
    --tw-border-spacing-y: 0;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-pan-x: ;
    --tw-pan-y: ;
    --tw-pinch-zoom: ;
    --tw-scroll-snap-strictness: proximity;
    --tw-gradient-from-position: ;
    --tw-gradient-via-position: ;
    --tw-gradient-to-position: ;
    --tw-ordinal: ;
    --tw-slashed-zero: ;
    --tw-numeric-figure: ;
    --tw-numeric-spacing: ;
    --tw-numeric-fraction: ;
    --tw-ring-inset: ;
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgba(63, 131, 248, .5);
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    --tw-blur: ;
    --tw-brightness: ;
    --tw-contrast: ;
    --tw-grayscale: ;
    --tw-hue-rotate: ;
    --tw-invert: ;
    --tw-saturate: ;
    --tw-sepia: ;
    --tw-drop-shadow: ;
    --tw-backdrop-blur: ;
    --tw-backdrop-brightness: ;
    --tw-backdrop-contrast: ;
    --tw-backdrop-grayscale: ;
    --tw-backdrop-hue-rotate: ;
    --tw-backdrop-invert: ;
    --tw-backdrop-opacity: ;
    --tw-backdrop-saturate: ;
    --tw-backdrop-sepia: ;
    --tw-contain-size: ;
    --tw-contain-layout: ;
    --tw-contain-paint: ;
    --tw-contain-style: ;
  }

  * {
    margin: 0;
    padding: 0;
  }

  img,
  video {
    height: auto;
    max-width: 100%;
  }

  menu,
  ol,
  ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }

  button,
  select {
    text-transform: none;
  }

  button,
  input:where([type=button]),
  input:where([type=reset]),
  input:where([type=submit]) {
    -webkit-appearance: button;
    background-color: transparent;
    background-image: none;
  }

  .container,
  .ptn-container,
  .container-fluid,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
  }

  /*--  ======================================================
                section-25-75 - Start
  =========================================================== --*/
  .section-25-75 {
    padding: 5rem 0;
  }

  @media screen and (max-width: 767px) {
    .section-25-75 {
      padding: 2.5rem 0 2rem;
    }
  }

  .section-25-75.right-text-wrap .text-container {
    padding-left: 0;
    margin: 0 0 0 auto;
  }

  .section-25-75.left-text-wrap .text-container {
    margin: 0 auto 0 0;
  }

  .section-25-75 .right-wrap {
    padding-right: 2.5rem;
  }

  @media screen and (max-width: 767px) {
    .section-25-75 .right-wrap {
      width: 100%;
      margin-bottom: 2.1875rem;
      padding: 0;
    }
  }

  .section-25-75 .right-wrap .img-section {
    position: relative;
  }

  @media screen and (max-width: 767px) {
    .section-25-75 .right-wrap .img-section {
      max-width: 10.6875rem;
      margin: 0 auto;
    }
  }

  .section-25-75 .right-wrap .img-section .top-img {
    position: absolute;
    top: -16px;
    right: -16px;
  }

  @media screen and (max-width: 991px) {
    .section-25-75 .right-wrap .img-section .top-img {
      width: 4rem;
      height: 4rem;
    }
  }

  @media screen and (max-width: 767px) {
    .section-25-75 .right-wrap .img-section .top-img {
      width: 5rem;
      height: 5rem;
    }
  }

  .section-25-75 .left-wrap .text-container {
    max-width: 87%;
    padding: 0;
  }

  @media screen and (max-width: 767px) {
    .section-25-75 .left-wrap .text-container {
      max-width: 100%;
    }
  }

  .section-25-75 .left-wrap .text-container .primary-btn {
    margin-top: 0.625rem;
  }

  .section-25-75 .left-wrap .primary-title {
    margin-bottom: 1.25rem;
    color: var(--primary-500);
    font-size: 2.25rem;
  }

  @media screen and (max-width: 767px) {
    .section-25-75 .left-wrap .primary-title {
      font-size: 1.3125rem;
      margin-bottom: .6rem;
    }
  }

  .section-25-75 .left-wrap p {
    margin-bottom: 0.5rem;
    font-size: 1rem;
    line-height: 2;
  }

  .section-25-75 .left-wrap strong {
    margin-right: 0.3125rem;
  }

  .section-25-75 .list-inline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-left: 1.2rem;
    margin-top: 1.5rem;
  }

  .section-25-75 .list-inline ul {
    width: 44%;
  }

  @media screen and (max-width: 767px) {
    .section-25-75 .list-inline ul {
      width: 100%;
    }
  }

  .section-25-75 .list-inline ul li {
    margin-bottom: 0.75rem;
    letter-spacing: 0;
    color: #002554;
    margin-right: 2rem;
    color: #C4D600;
    font-family: 'gothambold';
  }

  @media screen and (max-width: 767px) {
    .section-25-75 .list-inline ul li {
      font-size: 1rem;
    }
  }

  .section-25-75.primary-bg .primary-title {
    color: #ffffff;
  }

  .section-25-75.primary-bg p {
    color: #ffffff;
  }

  .section-25-75.primary-bg .link-text {
    color: #ffffff;
  }

  .section-25-75.primary-bg .link-text::before {
    background: url(../images/text-link-arrow-white.svg) no-repeat left top;
  }

  .section-25-75.primary-bg .link-text:focus {
    outline-color: #ffffff;
  }

  .section-25-75.primary-bg .primary-btn:hover,
  .section-25-75.primary-bg .primary-btn:focus,
  .section-25-75.primary-bg .primary-btn:active {
    background-color: #ffffff;
    color: var(--primary-500);
  }

  .section-25-75.blog-wrapper .col-row {
    border-bottom: 1px solid #979797;
    padding-bottom: 90px;
  }

  .section-25-75.blog-wrapper .col-row:last-child {
    border: none;
    padding-top: 90px;
    padding-bottom: 0;
  }

  /*--  ======================================================
                section-25-75 - End
  =========================================================== --*/
  /*--  ======================================================
                Blog-listing Section - Start
  =========================================================== --*/
  .blog-list-section .col-row {
    border-bottom: 1px solid #979797;
    padding: 5.6rem 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  @media screen and (max-width: 767px) {
    .blog-list-section .col-row {
      padding: 2.5rem 0 2.3rem;
    }
  }

  .blog-list-section .blog-row:last-child .col-row:last-child {
    border: 0;
  }

  .blog-list-section.right-text-wrap .text-row {
    margin-left: auto;
  }

  .blog-list-section .right-wrap {
    max-width: 41.666667%;
    padding: 0 15px;
  }

  @media screen and (max-width: 767px) {
    .blog-list-section .right-wrap {
      max-width: 100%;
    }
  }

  @media screen and (max-width: 767px) {
    .blog-list-section .right-wrap {
      margin-bottom: 2.1875rem;
    }
  }

  .blog-list-section .left-wrap {
    max-width: 58.333333%;
    padding: 0 15px;
  }

  @media screen and (max-width: 767px) {
    .blog-list-section .left-wrap {
      max-width: 100%;
    }
  }

  .blog-list-section .left-wrap .text-row {
    max-width: 87%;
  }

  @media screen and (max-width: 767px) {
    .blog-list-section .left-wrap .text-row {
      max-width: 100%;
    }
  }

  .blog-list-section .left-wrap .primary-title {
    margin-bottom: 1.25rem;
    font-size: 2.25rem;
  }

  @media screen and (max-width: 767px) {
    .blog-list-section .left-wrap .primary-title {
      font-size: 1.3125rem;
      margin-bottom: .6rem;
    }
  }

  .blog-list-section .left-wrap p {
    font-size: 1rem;
  }

  .blog-list-section .left-wrap strong {
    margin-right: 0.3125rem;
  }

  /*--  ======================================================
                Blog-listing Section - End
  =========================================================== --*/
  /*-- ================================
        Full Width Text Section start
  ===================================== */
  .text-container {
    padding: 5rem 0;
  }

  @media screen and (max-width: 767px) {
    .text-container {
      padding: 2.2rem 0 2rem;
    }
  }

  .text-container .title {
    letter-spacing: 0;
    margin-bottom: 1rem;
    color: var(--primary-500);
  }

  @media only screen and (max-width: 767px) {
    .text-container .title {
      font-size: 1.3125rem;
      margin-bottom: 0.6rem;
    }
  }

  .text-container p {
    color: #0D0D0D;
    letter-spacing: 0.2px;
    margin-bottom: 1.25rem;
    line-height: 2;
  }

  .text-container .link-text {
    margin-top: 0.875rem;
  }

  /*-- ================================
        Full Width Text Section end
  ===================================== */
  /*-- ================================
          50-50 Video Section - Start
  ===================================== */
  .video-section {
    padding: 5.2rem 0 5rem;
  }

  @media screen and (max-width: 767px) {
    .video-section {
      padding: 2.2rem 0 0.65rem;
    }
  }

  @media screen and (max-width: 767px) {
    .video-section .video-container {
      margin: 1.875rem 0;
    }

    .video-section .video-container img {
      width: 100%;
    }
  }

  .video-section .primary-title {
    margin-bottom: 0.7rem;
    font-size: 2.25rem;
  }

  @media screen and (max-width: 767px) {
    .video-section .primary-title {
      font-size: 1.3125rem;
    }
  }

  .video-section .primary-title+ul {
    margin-top: 2rem;
  }

  .video-section p {
    letter-spacing: 0.2px;
    font-size: 1.125rem;
    color: #383838;
    line-height: 1.78;
  }

  @media screen and (max-width: 767px) {
    .video-section p {
      font-size: 1rem;
    }
  }

  .video-section p a:hover,
  .video-section p a:focus,
  .video-section p a:active {
    color: var(--primary-500);
    -webkit-text-decoration-color: var(--primary-500);
    text-decoration-color: var(--primary-500);
  }

  .video-section ul {
    list-style-type: none;
    margin-bottom: 0;
    padding-right: 1.85rem;
  }

  @media screen and (max-width: 767px) {
    .video-section ul {
      padding-right: 0;
    }
  }

  .video-section ul li {
    margin-bottom: 2rem;
  }

  .video-section ul li .inner-desc {
    margin-left: 1rem;
  }

  .video-section ul li h3 {
    letter-spacing: 0;
    margin-bottom: 0;
  }

  .video-section ul li h3+p {
    margin-top: 0.5rem;
  }

  .video-section ul li p {
    letter-spacing: 0;
    font-weight: 400;
    margin-bottom: 0;
    line-height: 1.5;
    color: #0D0D0D;
  }

  .video-section .media-left {
    margin-right: 1.5rem;
    margin-left: 0;
  }

  .video-section .media {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .video-section .media .withborder-img img {
    border-radius: 50%;
    border: 1px #C4D600 solid;
    padding: 13%;
    width: 3.125rem;
    height: 3.125rem;
  }

  .video-section .media .withoutborder-img img {
    width: auto;
    height: auto;
  }

  .video-section.left-text-wrap .video-container {
    padding-left: 1.85rem;
  }

  @media screen and (max-width: 767px) {
    .video-section.left-text-wrap .video-container {
      padding-right: 0;
      padding-left: 0;
    }
  }

  .video-section.right-text-wrap .video-container {
    padding-right: 1.85rem;
  }

  @media screen and (max-width: 767px) {
    .video-section.right-text-wrap .video-container {
      padding-right: 0;
      padding-left: 0;
    }
  }

  /*-- ================================
          50-50 Video Section - End
  ===================================== */
  /*-- ===========================================
          full-text-wrapper Section - start
  ================================================ */
  .full-text-wrapper {
    padding: 5.2rem 0 5rem;
  }

  @media screen and (max-width: 767px) {
    .full-text-wrapper {
      padding: 2.2rem 0 0.65rem;
    }
  }

  .full-text-wrapper .primary-title {
    margin-bottom: 0.7rem;
    font-size: 2.25rem;
  }

  @media screen and (max-width: 767px) {
    .full-text-wrapper .primary-title {
      font-size: 1.3125rem;
    }
  }

  .full-text-wrapper .primary-title+ul {
    margin-top: 2rem;
  }

  .full-text-wrapper p {
    letter-spacing: 0.2px;
    font-size: 1.125rem;
    color: #383838;
    line-height: 1.78;
  }

  @media screen and (max-width: 767px) {
    .full-text-wrapper p {
      font-size: 1rem;
    }
  }

  .full-text-wrapper p a:hover,
  .full-text-wrapper p a:focus,
  .full-text-wrapper p a:active {
    color: var(--primary-500);
    -webkit-text-decoration-color: var(--primary-500);
    text-decoration-color: var(--primary-500);
  }

  .full-text-wrapper ul {
    list-style-type: none;
    margin-bottom: 0;
    padding-right: 1.85rem;
  }

  @media screen and (max-width: 767px) {
    .full-text-wrapper ul {
      padding-right: 0;
    }
  }

  .full-text-wrapper ul li {
    margin-bottom: 2rem;
  }

  .full-text-wrapper ul li .inner-desc {
    margin-left: 1rem;
  }

  .full-text-wrapper ul li h3 {
    letter-spacing: 0;
    margin-bottom: 0;
  }

  .full-text-wrapper ul li h3+p {
    margin-top: 0.5rem;
  }

  .full-text-wrapper ul li p {
    letter-spacing: 0;
    font-weight: 400;
    margin-bottom: 0;
    line-height: 1.5;
    color: #0D0D0D;
  }

  .full-text-wrapper .media-left {
    margin-right: 1.5rem;
    margin-left: 0;
  }

  .full-text-wrapper .media {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .full-text-wrapper .media .withborder-img img {
    border-radius: 50%;
    border: 1px #C4D600 solid;
    padding: 13%;
    width: 3.125rem;
    height: 3.125rem;
  }

  .full-text-wrapper .media .withoutborder-img img {
    width: auto;
    height: auto;
  }

  .full-text-wrapper.left-text-wrap .left-wrap {
    padding-right: 90px;
  }

  @media screen and (max-width: 767px) {
    .full-text-wrapper.left-text-wrap .left-wrap {
      padding: 3rem 15px 2rem;
    }
  }

  .full-text-wrapper.right-text-wrap .right-wrap {
    padding-right: 90px;
  }

  @media screen and (max-width: 767px) {
    .full-text-wrapper.right-text-wrap .right-wrap {
      padding: 0 15px 3rem;
    }
  }

  /*-- ============================================
          full-text-wrapper Section - End
  ================================================ */
  /*-- ================================
            Testimonial Section Start
  ===================================== */
  .testimonial-section {
    position: relative;
    background-image: -webkit-gradient(linear, left top, right top, from(#273538), color-stop(#4a4f50), color-stop(#4e5556), color-stop(#4e5454), color-stop(#525556), color-stop(#4e5050), to(#303434));
    background-image: linear-gradient(to right, #273538, #4a4f50, #4e5556, #4e5454, #525556, #4e5050, #303434);
  }

  .testimonial-section .hero-main-img {
    /*height: 635px;*/
    overflow: hidden;
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .testimonial-section .section-bg-main-img {
    height: 635px;
    overflow: hidden;
  }


  @media screen and (max-width: 991px) {
    .testimonial-section .hero-main-img {
      display: none;
    }
  }

  .testimonial-section .section-bg-main-img .banner-img-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
  }

  @media screen and (max-width: 991px) {
    .testimonial-section .section-bg-main-img {
      display: none;
    }
  }

  .testimonial-section .section-bg-main-img .banner-img-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
  }

  .testimonial-section .hero-main-img .banner-img-container img {
    max-width: 100%;
    width: 100%;
  }

  .testimonial-section .customert-review {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 99;
  }

  @media screen and (max-width: 991px) {
    .testimonial-section .customert-review {
      position: relative;
      padding: 2.2rem 0 2.5rem;
      -webkit-transform: translate(0, 0);
      transform: translate(0, 0);
      top: 0;
      left: 0;
    }
  }

  .testimonial-section .client-title {
    text-align: center;
    letter-spacing: -0.02375rem;
    margin-bottom: 2.9rem;
    text-transform: capitalize;
  }

  @media only screen and (max-width: 767px) {
    .testimonial-section .client-title {
      margin-bottom: 0;
      font-size: 1.3125rem;
      letter-spacing: 0;
    }
  }

  .testimonial-section .btn-row {
    margin-top: 5rem;
  }

  @media screen and (max-width: 767px) {
    .testimonial-section .btn-row {
      margin-top: 3rem;
    }
  }

  .testimonial-section .btn-row .secondary-btn::after {
    background-image: url(../images/right-chevron-black.svg);
    content: "";
    background-size: contain;
    display: inline-block;
    min-width: 10px;
    height: 16px;
    margin-left: 0.3125rem;
    margin: 0 0 -0.09375rem 0.3125rem;
    background-repeat: no-repeat;
  }

  @media screen and (max-width: 991px) {
    .testimonial-section .btn-row .secondary-btn::after {
      min-width: 8px;
      margin: 0 0 -0.156rem 0.3125rem;
    }
  }

  .testimonial-section .btn-row .secondary-btn:hover::after,
  .testimonial-section .btn-row .secondary-btn:focus::after,
  .testimonial-section .btn-row .secondary-btn:active::after {
    background-image: url(../images/right-chevron-black.svg);
  }

  .testimonial-data {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  @media only screen and (max-width: 767px) {
    .testimonial-data {
      margin-top: 1.2rem;
    }
  }

  .testimonial-data img {
    margin-bottom: 1.25rem;
  }

  @media only screen and (max-width: 767px) {
    .testimonial-data img {
      margin-bottom: 0.5rem;
    }
  }

  .testimonial-content-box {
    max-width: 78%;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-top: 0.3125rem;
  }

  @media only screen and (max-width: 1199px) {
    .testimonial-content-box {
      max-width: 100%;
    }
  }

  .testimonial-content-box q {
    margin-bottom: 0;
    letter-spacing: 0.0125rem;
  }

  @media only screen and (max-width: 767px) {
    .testimonial-content-box q {
      letter-spacing: 0.019rem;
      font-size: 1rem;
    }
  }

  .testimonial-content-box .author-info {
    min-height: 120px;
  }

  @media only screen and (max-width: 991px) {
    .testimonial-content-box .author-info {
      min-height: 138px;
    }
  }

  @media only screen and (max-width: 767px) {
    .testimonial-content-box .author-info {
      min-height: auto;
    }
  }

  .testimonial-content-box span {
    margin-bottom: 0;
    display: inline-block;
  }

  @media only screen and (max-width: 767px) {
    .testimonial-content-box span {
      letter-spacing: 0.019rem;
      font-size: 1rem;
      max-width: 100%;
    }
  }

  .testimonial-content-box strong {
    margin-top: 0.625rem;
    margin-bottom: 0.3125rem;
    display: block;
    color: #ffffff;
  }

  @media only screen and (max-width: 767px) {
    .testimonial-content-box strong {
      margin-top: 0.4375rem;
      font-size: 1.125rem;
    }
  }

  /*-- ================================
            Testimonial Section End
  ===================================== */
  /*-- ============================================================
                      Business Tiles Section Start 
  ================================================================ --*/
  .brand-info-section {
    text-align: center;
    padding: 5.6rem 0 4.4rem;
  }

  @media screen and (max-width: 767px) {
    .brand-info-section {
      padding: 2.2rem 0 1.6rem;
    }
  }

  .brand-info-section h2 {
    margin-bottom: 1rem;
  }

  @media screen and (max-width: 767px) {
    .brand-info-section h2 {
      font-size: 1.5rem;
      margin-bottom: 1rem;
    }
  }

  .brand-info-section p {
    margin: 0;
    line-height: 1.75;
  }

  .brand-info-section p strong {
    display: block;
  }

  @media screen and (max-width: 767px) {
    .brand-info-section p strong {
      margin-top: 1rem;
    }
  }

  @media screen and (max-width: 767px) {
    .brand-info-section p {
      font-size: 1rem;
      max-width: 92%;
      margin: 0 auto;
    }

    .brand-info-section p+p {
      padding-top: 0.75rem;
    }
  }

  .brand-info-section p+.tab-container {
    padding-top: 3.125rem;
  }

  .brand-info-section .tab-container {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  @media screen and (max-width: 767px) {
    .brand-info-section .tab-container {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
    }
  }

  .brand-info-section .tab-container .custom-select {
    display: none;
  }

  @media screen and (max-width: 767px) {
    .brand-info-section .tab-container .custom-select {
      display: block;
      max-width: 83.2%;
      margin: 0 auto;
      height: 3.125rem;
      border-radius: 0.25rem;
      font-size: 1rem;
      color: #000000;
      letter-spacing: 0;
      margin-bottom: 1.25rem;
    }
  }

  @media screen and (max-width: 400px) {
    .brand-info-section .tab-container .custom-select {
      max-width: 100%;
    }
  }

  .brand-info-section .tab-content-section {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  @media screen and (max-width: 767px) {
    .brand-info-section .tab-content-section {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
      padding: 0 0 0.9rem;
    }
  }

  .brand-info-section .tab-content-section .brand-card {
    border-radius: 0.5rem;
    border: 1px solid #c7c7c7;
  }

  @media screen and (max-width: 767px) {
    .brand-info-section .tab-content-section .brand-card {
      max-width: 83.2%;
      margin: 0 auto;
    }
  }

  @media screen and (max-width: 400px) {
    .brand-info-section .tab-content-section .brand-card {
      max-width: 100%;
    }
  }

  .brand-info-section .tab-content-section .brand-card .img-parent {
    display: flex;
    justify-content: center;
    height: 4.375rem;
    margin-bottom: 2rem;
  }

  .brand-info-section .tab-content-section .brand-card .img-parent .card-img-top {
    height: 100%;
    max-width: 100%;
    width: auto;
  }

  .brand-info-section .tab-content-section .brand-card .card-body {
    padding: 2.8125rem 0 2.1rem 0;
    max-width: 80%;
    margin: 0 auto;
  }

  @media screen and (max-width: 767px) {
    .brand-info-section .tab-content-section .brand-card .card-body {
      padding: 1.8125rem 0 0.65rem 0;
    }
  }

  .brand-info-section .tab-content-section .brand-card .card-body .ptn-card-title {
    letter-spacing: 0.07rem;
    text-transform: uppercase;
    margin-top: 1rem;
    display: block;
  }

  @media screen and (max-width: 1023px) {
    .brand-info-section .tab-content-section .brand-card .card-body .ptn-card-title {
      font-size: 1rem;
      margin: 0.313rem 0 0.188rem;
    }
  }

  @media screen and (max-width: 767px) {
    .brand-info-section .tab-content-section .brand-card .card-body .card-text {
      font-size: 0.875rem;
    }
  }

  .brand-info-section .tab-content-section .brand-card .brand-card-footer {
    background: #C4D600;
    border-radius: 0 0 0.5rem 0.5rem;
    padding: 0.875rem 0;
    margin-top: 0.3125rem;
  }

  .brand-info-section .tab-content-section .brand-card .brand-card-footer .right-arrow-link {
    color: #0D0D0D;
    margin: 0;
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 2.67px;
    font-weight: 800;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 0.375rem;
    font-family: 'FuturaStd-Heavy';
  }

  .brand-info-section .tab-content-section .brand-card .brand-card-footer .right-arrow-link::after {
    content: "";
    margin-left: 0.75rem;
    background-image: url(../images/right-chevron-black.svg);
    background-repeat: no-repeat;
    min-width: 0.625rem;
    height: 0.625rem;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    vertical-align: middle;
  }

  .brand-info-section .tab-content-section .brand-card .brand-card-footer .right-arrow-link:focus {
    outline: 2px solid #0D0D0D;
  }

  .brand-info-section .tab-content-section .brand-card .brand-card-footer .right-arrow-link:hover::after,
  .brand-info-section .tab-content-section .brand-card .brand-card-footer .right-arrow-link:focus::after {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }

  .tab-menu {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%;
  }

  @media screen and (max-width: 767px) {
    .tab-menu {
      display: none;
    }
  }

  .tab-menu .list-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
    border-bottom: none;
  }

  .tab-menu .list-group .list-group-item {
    width: 10.375rem;
    margin-right: 2.5rem;
    margin-bottom: 1.25rem;
    height: 5rem;
    border: 1px solid #c7c7c7;
    border-radius: 0.5rem;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 0.9375rem;
    cursor: pointer;
  }

  .tab-menu .list-group .list-group-item.active {
    background-color: transparent;
  }

  .tab-menu .list-group .list-group-item[aria-selected=true] {
    background-color: var(--primary-500);
  }

  .tab-menu .list-group .list-group-item[aria-selected=true] .img-active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .tab-menu .list-group .list-group-item[aria-selected=true] .img-top {
    display: none;
  }

  .tab-menu .list-group .list-group-item:hover img,
  .tab-menu .list-group .list-group-item:focus img {
    -webkit-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  .tab-menu .list-group .list-group-item .img-active {
    display: none;
  }

  .tab-menu .list-group .list-group-item .list-brand {
    margin: 0 auto;
    max-width: 100%;
    -webkit-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  .tab-menu .list-group .list-group-item .dryervent_img {
    height: 3.4375rem;
  }

  @media screen and (max-width: 1200px) {
    .tab-menu .list-group .list-group-item {
      width: 30%;
      margin-right: 0.625rem;
    }
  }

  .tab-container .tab-content [role=tabpanel] {
    display: none;
  }

  .tab-container .tab-content [role=tabpanel][aria-expanded=true] {
    display: block;
  }

  /*-- ============================================================
                  Business Tiles Section End 
  ================================================================ --*/
  /*-- ============================================================
                      Login Form Section Start 
  ================================================================ --*/
  .login-form {
    padding: 5.6rem 0;
  }

  @media screen and (max-width: 595px) {
    .login-form {
      padding: 0;
    }
  }

  .login-form .login-wrapper {
    background-color: #FAFAFA;
    max-width: 576px;
    margin: 0 auto;
    width: 100%;
  }

  .login-form .login-row {
    padding: 3.125rem 0 2rem;
    max-width: 280px;
    margin: 0 auto;
    width: 100%;
  }

  @media screen and (max-width: 767px) {
    .login-form .login-row {
      padding: 2.2rem;
    }
  }

  .login-form .login-row h2 {
    text-align: center;
    font-size: 1.625rem;
  }

  @media screen and (max-width: 767px) {
    .login-form .login-row h2 {
      font-size: 1.3125rem;
    }
  }

  .login-form .primary-btn {
    margin: 0.9375rem auto 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .login-form .forgot {
    display: block;
    margin: 1.125rem auto 0;
    text-align: center;
  }

  .login-form .forgot a:focus,
  .login-form .forgot a:hover,
  .login-form .forgot a:active {
    color: inherit;
  }

  /*-- ============================================================
                      Login Form Section End 
  ================================================================ --*/
  /*-- ============================================================
                      Vendor Relation Section Start                
  ================================================================= --*/
  .business-wrapper {
    padding: 5.2rem 0 3.8rem;
  }

  @media screen and (max-width: 767px) {
    .business-wrapper {
      padding: 2.2rem 0 0;
    }
  }

  .business-wrapper .link-text {
    margin-top: 0.625rem;
  }

  .business-wrapper .left-wrapper h2 {
    padding-bottom: 0.3125rem;
  }

  @media screen and (max-width: 767px) {
    .business-wrapper .left-wrapper h2 {
      font-size: 1.3125rem;
      padding-bottom: 0;
    }
  }

  .business-wrapper .left-wrapper p {
    line-height: 1.75;
  }

  @media screen and (max-width: 767px) {
    .business-wrapper .left-wrapper p {
      font-size: 1rem;
    }
  }

  .business-wrapper .right-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  @media screen and (max-width: 767px) {
    .business-wrapper .right-wrapper {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      margin-top: 2rem;
    }
  }

  .business-wrapper .right-wrapper .card {
    max-width: 225px;
    border: none;
    width: 100%;
    background: none;
  }

  @media screen and (max-width: 767px) {
    .business-wrapper .right-wrapper .card {
      max-width: 324px;
      margin-bottom: 1rem;
    }

    .business-wrapper .right-wrapper .card:last-child {
      margin-bottom: 0;
    }
  }

  .business-wrapper .right-wrapper .card img {
    max-width: 137px;
    margin: 0 auto;
  }

  .business-wrapper .right-wrapper .card .card-text {
    display: block;
  }

  .business-wrapper .card-body {
    text-transform: uppercase;
    letter-spacing: 0.125rem;
    text-align: center;
    padding: 1.25rem 0 0;
  }

  @media screen and (max-width: 991px) {
    .business-wrapper .card-body {
      font-size: 0.875rem;
      letter-spacing: 0.0625rem;
      padding: 0.75rem 0 0;
    }
  }

  .section-grey-bg {
    background-color: #F5F5F5;
  }

  /*-- ============================================================
                      Vendor Relation Section End                
  ================================================================= --*/
  /*-- ===========================================================
              Vertical form start
  ================================================================ --*/
  /*-- ================================
          Vertical contact start
  ===================================== */
  .vertical-contact-form {
    margin: 4.9rem 0 5.6rem;
  }

  @media screen and (max-width: 767px) {
    .vertical-contact-form {
      margin: 2.2rem 0 2rem;
    }
  }

  .vertical-contact-form strong {
    padding: 0.625rem 0 1.55rem;
    display: inline-block;
  }

  .vertical-contact-form .primary-title {
    font-size: 1.625rem;
    margin-bottom: 0.625rem;
  }

  @media screen and (max-width: 767px) {
    .vertical-contact-form .primary-title {
      font-size: 1.3125rem;
      margin-bottom: .5rem;
    }
  }

  .vertical-contact-form .contact-wrapper {
    background-color: #f0f0f0;
    max-width: 720px;
    margin: 0 auto;
    width: 100%;
  }

  @media screen and (max-width: 991px) {
    .vertical-contact-form .contact-wrapper {
      max-width: 100%;
    }
  }

  .vertical-contact-form .contact-wrapper label {
    font-size: 1rem;
  }

  .vertical-contact-form .contact-wrapper .form-group {
    margin-bottom: 1.25rem;
  }

  .vertical-contact-form .contact-row {
    padding: 3.125rem 0 1.25rem;
    max-width: 576px;
    margin: 0 auto;
    width: 100%;
  }

  @media screen and (max-width: 767px) {
    .vertical-contact-form .contact-row {
      padding: 2.2rem 15px .75rem;
    }
  }

  .vertical-contact-form .primary-btn {
    vertical-align: middle;
    margin-top: 1.875rem;
    margin-bottom: 1.875rem;
    margin-right: 2.0625rem;
  }

  @media screen and (max-width: 767px) {
    .vertical-contact-form .primary-btn {
      margin-right: 0.625rem;
      margin-top: 1rem;
    }
  }

  .vertical-contact-form .primary-btn::after {
    height: 14px;
    width: 8px;
  }

  .vertical-contact-form .form-check {
    padding-left: 0;
  }

  .vertical-contact-form .radio-circle {
    height: 1.125rem;
    width: 1.125rem;
  }

  .vertical-contact-form .radio-circle::after {
    background: var(--primary-500);
    height: 0.6875rem;
    width: 0.6875rem;
  }

  .vertical-contact-form .custom-checkbox {
    display: none;
    margin: 1rem 0 0;
  }

  .vertical-contact-form .custom-checkbox label {
    font-weight: 600;
    margin-bottom: 0;
  }

  .vertical-contact-form .radio-group {
    margin-bottom: 1rem;
  }

  .vertical-contact-form .custom-radio-secondary {
    text-transform: initial;
  }

  .vertical-contact-form .custom-radio-secondary input[type="radio"]:checked~.radio-txt {
    font-weight: 600;
  }

  .vertical-contact-form .custom-radio-secondary .radio-txt {
    font-size: 1rem;
  }

  .vertical-contact-form .disclaimer {
    display: none;
  }

  @media screen and (max-width: 767px) {
    .vertical-contact-form .disclaimer {
      font-size: 0.6875rem;
    }
  }

  .vertical-contact-form input[type=number]::-webkit-inner-spin-button,
  .vertical-contact-form input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
  }

  .vertical-contact-form input[type=number] {
    -moz-appearance: textfield;
  }

  /*-- ================================
          Vertical contact ends
  ===================================== */
  /*-- ===========================================================
              Vertical form End
  ================================================================ --*/
  /*-- ===========================================================
                  blog-entry-Section Start
  ================================================================ --*/
  .blog-entry-wrap {
    padding: 2.5rem 0;
  }

  @media screen and (max-width: 767px) {
    .blog-entry-wrap {
      padding: .5rem 0;
    }
  }

  .blog-entry-wrap.right-text-wrap .left-wrap {
    padding-right: 15px;
  }

  .blog-entry-wrap .col-row {
    padding: 40px 0;
    border-bottom: 1px solid #979797;
  }

  .blog-entry-wrap .col-row:last-child {
    border: none;
  }

  /*-- ===========================================================
                  blog-entry-Section End
  ================================================================ --*/

  /* testimonials start*/
  .testimonial-section .banner-img-container {
    display: flex;
    justify-content: center;
    height: 100%;
  }

  .testimonial-section .hero-main-img .banner-img-container img {
    width: 2015px;
  }

  .testimonial-section {
    position: relative;
    background-color: #303434;
  }

  @media only screen and (max-width: 990px) {
    .testimonial-section {
      position: relative;
      background-image: -webkit-gradient(linear, left top, right top, from(#273538), color-stop(#4a4f50), color-stop(#4e5556), color-stop(#4e5454), color-stop(#525556), color-stop(#4e5050), to(#303434));
      background-image: linear-gradient(to right, #273538, #4a4f50, #4e5556, #4e5454, #525556, #4e5050, #303434);
    }
  }

  .testimonial-section .hero-main-img {
    overflow: hidden;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .testimonial-section .section-bg-main-img .banner-img-container {
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("https://www-ptn.nblytest.com/us/en-us/_assets/images/Header-Resized/videobg-resized.png") !important;
  }

  /* testimonials end */

  /* sitemap begin */
  .sitemap h5 {
    margin-top: 2rem;
  }

  .sitemap {
    margin-top: 2rem;
  }

  /* sitemap end */


  /* ptn-hero-banner css start here */
  .ptn-hero-banner,
  .ptn-hero-banner .ptn-hero-container {
    position: relative;
  }

  .ptn-hero-banner .ptn-hero-text-wrap {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
  }

  .ptn-hero-banner .ptn-hero-banner-img {
    aspect-ratio: 16 / 9;
    height: 100%;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top;
    object-position: top;
    position: absolute;
    top: 0;
    width: 100%;
  }

  .ptn-hero-banner .ptn-hero-banner-overlay {
    position: relative;
    z-index: 10;
    background: linear-gradient(90deg, rgba(0, 0, 0, .8), hsla(0, 6%, 44%, 0) 96.68%);
    color: #fff;
  }

  .ptn-hero-banner .ptn-hero-banner-testimonial {
    justify-content: space-between;
  }

  .ptn-hero-banner .ptn-hero-banner-wrap h1,
  .ptn-hero-banner .ptn-hero-banner-wrap h2,
  .ptn-hero-banner .ptn-hero-banner-wrap h3,
  .ptn-hero-banner .ptn-hero-banner-wrap h4,
  .ptn-hero-banner .ptn-hero-banner-wrap h5,
  .ptn-hero-banner .ptn-hero-banner-wrap h6,
  .ptn-hero-banner .ptn-hero-banner-wrap p {
    font-family: var(--theme-font);
    margin-bottom: 0;
    color: #fff;
  }

  .ptn-hero-banner .ptn-hero-banner-wrap .ptn-hero-heading,
  .ptn-hero-banner .ptn-hero-text-wrap .ptn-hero-heading {
    font-family: var(--theme-font);
    font-size: 1.875rem;
    font-weight: 700;
    line-height: 2.25rem;
  }

  .ptn-hero-banner .ptn-hero-banner-wrap .ptn-hero-text,
  .ptn-hero-banner .ptn-hero-text-wrap .ptn-hero-text {
    font-family: var(--theme-font);
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1.75rem;
  }

  .ptn-hero-banner .ptn-hero-text-wrap .ptn-cta-wrapper {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    margin-top: 2rem;
  }

  .ptn-hero-banner .ptn-hero-banner-wrap,
  .ptn-hero-banner .ptn-hero-text-wrap {
    max-width: 615px;
    padding-bottom: 5rem;
    padding-top: 5rem;
  }

  .ptn-hero-banner .ptn-hero-text-wrap .ptn-cta-wrapper .ptn-primary-cta-wrapper {
    display: flex;
    flex-direction: column;
  }

  .ptn-primary-btn {
    font-family: var(--theme-font);
    letter-spacing: 2px;
    text-transform: uppercase;
    align-items: center;
    background-color: var(--primary-color);
    border-radius: .5rem;
    display: inline-flex;
    font-size: 1rem;
    font-weight: 800;
    gap: .5rem;
    justify-content: center;
    line-height: 1.5rem;
    padding: .75rem 1.25rem;
    text-align: left;
    color: #fff;
  }

  .ptn-primary-btn:hover,
  .ptn-primary-btn:focus,
  .ptn-primary-btn:active {
    background-color: var(--secondary-color);
    color: var(--primary-color);
    text-decoration: none;
    border-radius: .5rem;
  }

  .ptn-hero-social.top-set {
    border-bottom-left-radius: .5rem;
    top: 0;
  }

  .ptn-hero-social {
    background-color: #00000066;
    padding: 1.5rem;
    position: absolute;
    right: 0;
    z-index: 10;
  }

  .ptn-hero-social .ptn-card-social {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 1.5rem;
    margin-bottom: 0;
  }

  .ptn-hero-social .ptn-card-social .ptn-card-social-list {
    flex-shrink: 0;
    height: 1.5rem;
    width: 1.5rem;
  }

  .ptn-hero-social .ptn-card-social .ptn-card-social-link {
    display: block;
    height: 100%;
    width: 100%;
  }

  .ptn-hero-social .ptn-card-social .ptn-card-social-link svg,
  .ptn-hero-social .ptn-card-social .ptn-card-social-link img {
    height: 100%;
    width: 100%;
  }

  @media (min-width: 1280px) {

    .container,
    .ptn-container {
      max-width: 1221px;
    }

    .desktop-only {
      display: block;
    }
  }

  @media (max-width: 1140px) {

    .container,
    .ptn-container {
      max-width: 100%;
    }
  }

  @media (min-width: 1024px) {

    .ptn-hero-banner .ptn-hero-banner-wrap,
    .ptn-hero-banner .ptn-hero-text-wrap {
      padding-bottom: 150px;
      padding-top: 150px;
    }

    .ptn-hero-banner .ptn-hero-banner-testimonial {
      display: flex;
    }

    .ptn-hero-banner .ptn-hero-text-wrap .ptn-cta-wrapper {
      flex-direction: row;
      gap: 2.5rem;
    }

    .ptn-hero-banner .ptn-hero-banner-wrap .ptn-hero-heading,
    .ptn-hero-banner .ptn-hero-text-wrap .ptn-hero-heading {
      font-size: 2.25rem;
      font-weight: 900;
      line-height: 2.5rem;
    }

    .ptn-hero-banner .ptn-hero-text-wrap .ptn-cta-wrapper .ptn-primary-cta-wrapper {
      align-items: center;
    }
  }

  /* ptn-hero-banner css end here */


  /* customer review/testimonials css start here */
  .bg-gray-50,
  .customer-review.bg-primary-50 {
    background-color: #f9fafb;
  }

  .customer-review {
    padding-bottom: 1.5rem;
    padding-top: 1.5rem;
    text-align: center;
  }

  .customer-review .ptn-reviews-wrapper {
    display: flex;
    flex-direction: column;
    gap: 1.75rem;
  }

  .customer-review .ptn-review-header {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }

  .customer-review .ptn-reviews-list-wrapper {
    margin-bottom: 18px;
    padding-bottom: 73px;
    position: relative;
  }

  .customer-review .ptn-reviews-list {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding: 1.25rem 6px;
  }

  .customer-review .ptn-reviews-list .ptn-reviews-item {
    margin-left: auto;
    margin-right: auto;
    padding-top: 2rem;
    position: relative;
    --tw-drop-shadow: drop-shadow(4px 4px 8px #00000026);
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
  }

  .customer-review .ptn-reviews-list .ptn-reviews-item .ptn-reviewer-profile {
    display: flex;
    height: 103px;
    left: 50%;
    position: absolute;
    top: 0;
    width: 103px;
    z-index: 50;
    --tw-translate-x: -50%;
    border-radius: 9999px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    background-color: #fff;
    padding: .5rem;
  }

  .customer-review .ptn-review-main,
  .customer-review .ptn-review-main .ptn-review-data {
    display: flex;
    flex-direction: column;
    gap: 15px;
  }

  .customer-review .ptn-reviews-list .ptn-reviews-item .ptn-reviewer-profile img {
    border-radius: 9999px;
    width: 100%;
  }

  .customer-review .ptn-review-main {
    border-radius: .5rem;
    height: 100%;
    justify-content: space-between;
    position: relative;
    background-color: #fff;
    clip-path: polygon(100% 0, 100% 84%, 84% 100%, 0 100%, 0 0);
    padding: 83px 1.5rem 26px;
    text-align: left;
  }

  .customer-review .ptn-review-main .ptn-reviewer-service .ptn-service-name {
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.75rem;
    color: #111827;
  }

  .customer-review .ptn-review-main .ptn-reviewer-service .ptn-service-detail {
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 1.75rem;
    color: var(--primary-500);
  }

  .customer-review .ptn-review-main .ptn-review {
    font-size: 1rem;
    font-style: italic;
    font-weight: 400;
    line-height: 2.25rem;
    color: #4b5563;
  }

  .customer-review .ptn-review-main .ptn-reviewer-name {
    display: block;
    font-size: .875rem;
    font-style: italic;
    font-weight: 400;
    line-height: 1.25rem;
    color: rgb(75 85 99);
  }

  .customer-review .ptn-review-main .ptn-review-rate {
    align-items: center;
    display: flex;
    flex-direction: row;
    gap: .5rem;
  }

  .customer-review .ptn-review-main .ptn-review-rate .ptn-rate {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 2rem;
    color: var(--primary-500);
  }

  .customer-review .ptn-review-main .ptn-review-rate .ptn-rating {
    gap: .25rem;
  }

  .ptn-rating {
    display: flex;
    gap: .5rem;
  }

  .ptn-rating .ptn-star {
    display: inline-block;
    font-size: 1rem;
    line-height: 1.5rem;
    position: relative;
    color: #d1d5db;
  }

  .ptn-rating .ptn-star.full {
    color: var(--glb-secondary-500);
  }


  .customer-review .ndrp-wrap {
    align-items: center;
    border-top-width: 2px;
    display: flex;
    flex-direction: column;
    gap: 22px;
    justify-content: center;
    border-color: var(--border-color);
    padding-top: 46px;
  }

  .customer-review .ndrp-wrap .ndrp-text {
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1.75rem;
    max-width: 482px;
    text-align: center;
    color: var(--primary-500);
  }

  .customer-review .ndrp-wrap .primary-btn {
    background-color: var(--secondary-500);
  }

  .customer-review .ndrp-wrap .btn {
    min-width: 285px;
  }

  .primary-btn {
    align-items: center;
    background-color: var(--primary-500);
    border-radius: .5rem;
    display: inline-flex;
    font-size: 1rem;
    font-weight: 500;
    gap: .5rem;
    justify-content: center;
    line-height: 1.5rem;
    padding: .75rem 1.25rem;
    text-align: left;
    color: #ffffff;
  }

  .hidden {
    display: none;
  }

  .primary-btn img,
  .primary-btn svg {
    flex-shrink: 0;
    height: 1.25rem;
    padding: 1px;
    width: 1.25rem;
  }

  svg.icon {
    height: 1.25rem;
    padding: 1px;
    width: 1.25rem;
  }

  .customer-review .ptn-review-header .ptn-review-heading {
    color: var(--primary-500);
    font-size: 1.875rem;
    font-weight: 700;
    line-height: 2.25rem;
    line-height: 1.25;
  }

  .customer-review .ptn-reviews-list {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding: 1.25rem 6px;
  }

  @media (min-width: 1024px) {
    .customer-review {
      padding-bottom: 64px;
      padding-top: 64px;
    }

    .customer-review .ptn-reviews-wrapper {
      gap: 2.75rem;
    }

    .customer-review .ptn-review-header {
      gap: 4rem;
    }

    .customer-review .ptn-review-header .ptn-review-heading {
      font-size: 2.25rem;
      font-weight: 800;
      line-height: 2.5rem;
    }

    .customer-review .ptn-reviews-list-wrapper {
      margin-bottom: 0;
      margin-left: auto;
      margin-right: auto;
      max-width: 90%;
      padding-bottom: 0;
      padding-left: 1.5rem;
      padding-right: 1.5rem;
    }

    .customer-review .ptn-reviews-list {
      flex-direction: row;
    }

    .customer-review .ptn-reviews-list .ptn-reviews-item {
      flex-basis: 0px;
      flex-grow: 1;
      max-width: 660px;
    }

    .customer-review .ndrp-wrap .ndrp-text {
      text-align: left;
    }

    .lg\:inline-flex {
      display: inline-flex;
    }
  }

  .customer-review button[data-controls=next],
  .customer-review button[data-controls=prev] {
    align-items: center;
    background-color: var(--secondary-500);
    border-radius: .5rem;
    bottom: 0;
    display: flex;
    height: 45px;
    justify-content: center;
    position: absolute;
    width: 45px;
    z-index: 9;
    border: none;
  }

  .customer-review button[data-controls=next] {
    right: 0;
  }

  .customer-review button[data-controls=next]:disabled,
  .customer-review button[data-controls=prev]:disabled {
    cursor: default;
    background-color: #e7e7e7;
  }

  @media (min-width: 1024px) {

    .customer-review button[data-controls=next],
    .customer-review button[data-controls=prev] {
      top: 50%;
    }

    .customer-review button[data-controls=prev] {
      left: -5%;
    }

    .customer-review button[data-controls=next] {
      right: -5%;
    }
  }

  /* customer review/testimonials css end here */


  /* section-50-50 css start here */
  .ptn-section-50-50 {
    padding-bottom: 2.5rem;
    padding-top: 2.5rem;
  }

  .ptn-section-50-50 .ptn-image-content-warpper {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    position: relative;
    z-index: 1;
  }

  .why-choose .ptn-why-heading-mobile {
    color: var(--primary-500);
    display: block;
    font-size: 2.25rem;
    font-weight: 700;
    letter-spacing: -.025em;
    line-height: 2.5rem;
    line-height: 1.25;
    padding-bottom: 0;
  }

  .ptn-section-50-50.why-choose .ptn-image-content-warpper .ptn-text-wrapper {
    justify-content: flex-start;
  }

  .customer-review .ptn-review-header .btn {
    min-width: 285px;
    width: auto;
  }

  .ptn-primary-outline-btn {
    align-items: center;
    border-color: var(--secondary-color);
    border-radius: .5rem;
    border-width: 1px;
    color: var(--secondary-color);
    display: inline-flex;
    font-size: 1rem;
    font-weight: 500;
    gap: .5rem;
    justify-content: center;
    line-height: 1.5rem;
    padding: .75rem 1.25rem;
    text-align: left;
  }

  .ptn-section-50-50 .ptn-image-content-warpper .ptn-text-wrapper {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    justify-content: center;
    order: 2;
  }

  .why-choose .ptn-why-heading {
    border-bottom: 1px solid #e5e7eb;
    color: var(--primary-500);
    display: none;
    font-size: 2.25rem;
    font-weight: 700;
    letter-spacing: -.025em;
    line-height: 2.5rem;
    line-height: 1.25;
    margin-bottom: 2rem;
    padding-bottom: 1rem;
  }

  .ptn-accordion-icon-list {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
  }

  .ptn-accordion-icon-list .ptn-card-list {
    align-items: flex-start;
    border-radius: .5rem;
    border-width: 1px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    gap: 1rem;
    justify-content: flex-start;
    overflow: hidden;
    position: relative;
    border: 1px solid var(--border-color);
    background-color: #fff;
    padding: 1rem;
  }

  .ptn-accordion-icon-list .ptn-list-accordion-btn {
    border: none;
    align-items: center;
    display: flex;
    flex-direction: row;
    gap: .5rem;
    justify-content: space-between;
    width: 100%;
    background-color: #fff;
    color: rgb(31 41 55);
  }

  .ptn-accordion-icon-list .ptn-icon-block {
    align-items: center;
    display: flex;
    flex-direction: row;
    gap: .5rem;
  }

  .ptn-accordion-icon-list .ptn-icon-block .icon-wrap {
    align-items: center;
    background-color: var(--primary-500);
    border-radius: 9999px;
    display: flex;
    flex-shrink: 0;
    height: 1.5rem;
    justify-content: center;
    width: 1.5rem;
  }

  .ptn-accordion-icon-list .ptn-icon-block .icon-wrap svg.icon {
    height: 18px;
    padding: 2px;
    width: 18px;
  }

  .ptn-accordion-icon-list .ptn-icon-block .ptn-icon-block-text .ptn-card-title {
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1.75rem;
    text-align: left;
    color: #1f2937;
  }

  .ptn-accordion-icon-list .ptn-accordion-open {
    --tw-rotate: -90deg;
  }

  .ptn-accordion-icon-list .ptn-accordion-close,
  .ptn-accordion-icon-list .ptn-accordion-open {
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .ptn-accordion-icon-list .accordion-arrow {
    flex-shrink: 0;
    height: 1.25rem;
    width: 1.25rem;
  }

  .ptn-accordion-icon-list .ptn-card-list:after {
    background-color: var(--secondary-500);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 6px;
    content: " ";
  }

  .ptn-section-50-50.why-choose .ptn-image-content-warpper .ptn-media-wrapper img {
    border-radius: .5rem;
    width: 100%;
  }

  .customer-review .tns-nav button.tns-nav-active {
    background-color: var(--secondary-color);
  }

  .customer-review .tns-nav button {
    border-radius: 9999px;
    height: 9px;
    width: 9px;
    background-color: #d1d5db;
    border: none;
    margin: 0 .35rem;
  }

  .customer-review .tns-nav {
    bottom: 18px;
    display: flex;
    flex-direction: row;
    gap: .5rem;
    justify-content: center;
    position: absolute;
    width: 100%;
    border: none;
    outline: none;
  }

  .customer-review button[data-controls=next] .slider-control,
  .customer-review button[data-controls=prev] .slider-control {
    height: 1.5rem;
    width: 1.5rem;
  }

  .customer-review button[data-controls=next] svg,
  .customer-review button[data-controls=prev] svg {
    height: 1rem;
    width: 1rem;
  }

  .ptn-section-50-50.why-choose .ptn-image-content-warpper .ptn-media-wrapper, 
  .ptn-section-50-50.why-choose .ptn-image-content-warpper .ptn-video-wrapper {
    align-items: center;
}
.ptn-section-50-50 .ptn-image-content-warpper .ptn-media-wrapper {
    align-items: flex-start;
    display: flex;
    order: 1;
    overflow: hidden;
}

  @media (min-width: 1280px) {
    .ptn-section-50-50 {
      padding-bottom: 64px;
      padding-top: 64px;
    }
  }

  @media (min-width: 1024px) {
    .ptn-section-50-50 .ptn-image-content-warpper .ptn-media-wrapper {
        flex-basis: 50%;
        order: 2;
    }
    .ptn-section-50-50 .left-image-content .ptn-media-wrapper, 
    .ptn-section-50-50 .left-image-content .ptn-video-wrapper {
        order: 1;
    }
    .ptn-section-50-50 .left-image-content .ptn-text-wrapper, 
    .ptn-section-50-50 .right-image-content .ptn-media-wrapper, 
    .ptn-section-50-50 .right-image-content .video-wrapper {
        order: 2;
    }
    .ptn-section-50-50 .ptn-image-content-warpper {
      flex-direction: row;
      gap: 2rem;
    }

    .why-choose .ptn-why-heading-mobile {
      display: none;
    }

    .ptn-section-50-50 .left-image-content .ptn-text-wrapper,
    .ptn-section-50-50 .right-image-content .ptn-media-wrapper,
    .ptn-section-50-50 .right-image-content .ptn-video-wrapper {
      order: 2;
    }

    .ptn-section-50-50 .ptn-image-content-warpper .ptn-text-wrapper {
      flex-basis: 50%;
    }

    .why-choose .ptn-why-heading {
      display: block;
    }

    .ptn-accordion-icon-list {
      gap: 2rem;
    }

    .ptn-accordion-icon-list .ptn-card-list {
      box-shadow: 0 10px 15px -3px rgba(0, 0, 0, .1);
    }

    .ptn-accordion-icon-list .ptn-list-accordion-btn {
      pointer-events: none;
    }

    .ptn-accordion-icon-list .ptn-icon-block .ptn-icon-block-text .ptn-card-title {
      line-height: 27px;
    }

    .ptn-accordion-icon-list .accordion-arrow {
      display: none;
    }

    .customer-review .tns-nav {
      display: block;
      gap: .75rem;
      margin-top: 2rem;
      position: static;
    }

    .customer-review .tns-nav button {
      height: .75rem;
      width: .75rem;
    }
  }

  @media (min-width: 640px) {
    .ptn-accordion-icon-list .ptn-card-list {
      padding: 1rem 1.5rem;
    }
  }

  .ptn-primary-outline-btn.btn:hover,
  .ptn-primary-outline-btn.btn:focus {
    color: var(--primary-500);
    border-color: var(--primary-500);
    border-radius: .5rem;
    outline: none;
  }


  .ptn-accordion-icon-list .ptn-icon-block .ptn-icon-wrap {
    align-items: center;
    background-color: var(--secondary-500);
    border-radius: 9999px;
    display: flex;
    flex-shrink: 0;
    height: 1.5rem;
    justify-content: center;
    width: 1.5rem;
  }

  .ptn-accordion-icon-list .ptn-card-list .ptn-icon-block .ptn-icon-wrap svg,
  .icon-card-list .card-list .ptn-icon-block svg,
  .icon-card-list .card-list .ptn-icon-block .ptn-icon {
    --secondary-500: #fff;
  }

  .ptn-accordion-icon-list .ptn-icon-block .ptn-icon-wrap svg,
  .ptn-accordion-icon-list .ptn-icon-block .ptn-icon-wrap .ptn-icon {
    height: 18px;
    padding: 2px;
    width: 18px;
  }

  .ptn-accordion-icon-list .ptn-icon-block .ptn-icon-wrap img.ptn-icon {
    filter: brightness(0) saturate(100%) invert(83%) sepia(98%) saturate(9%) hue-rotate(157deg) brightness(104%) contrast(102%);
  }

  .ptn-read-btn {
    border: none;
    background: none;
    cursor: pointer;
    padding: 0px;
    text-decoration-line: underline;
    color: var(--secondary-500);
    outline: none;
  }

  .ptn-read-btn:hover, .ptn-read-btn:focus, .ptn-read-btn:active {
    outline: none;
  }

.customer-review .ptn-reviews-list.tns-slider {
    flex-direction: row;
  }
.customer-review .ptn-review-main {
    text-align: center;
}
.customer-review .ptn-review-main, .customer-review .ptn-review-main .ptn-review-data {
    gap: 24px;
}
.customer-review .ptn-review-main .ptn-review {
    font-size: 1rem;
    font-style: normal;
    line-height: 1.75rem;
}
.customer-review .ptn-review-main .ptn-reviewer-name {
    font-style: normal;
    font-weight: 600;
    font-size: 1rem;
}
.customer-review .ptn-review-main .ptn-reviewer-service .ptn-service-detail {
    font-size: 0.875rem;
}
.customer-review .ptn-review-main .ptn-review-rate {
    justify-content: center;
}
.customer-review .ptn-review-main .ptn-review-data {
    gap: 4px;
}
 
.ptn-page-heading-section {
    background: var(--secondary-500);
    padding: 1.5rem 0;
}
.ptn-page-heading-section .ptn-page-heading {
    color: var(--primary-500);
}
 
.customer-review .ptn-reviews-list .ptn-reviews-item .ptn-reviewer-profile img.testimonial-icon {
    width: 70%;
    margin: 0 auto;
}
 
@media screen and (max-width: 991px) {
    .header-classic .main-nav .nav-link.phone-row .btn-phone.text-xs {
        display: flex;
    }
}