body{
    background-color: #fff;
}
section.dmp {
    padding-block: 48px;
    background: #fff;
}
.dmp h1 {
    color: var(--Theme-Dark-Blue-800, #26244A);
    text-align: center;
    font-family: Inter;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 60px;
    letter-spacing: -0.96px;
    max-width: 648px;
    margin-inline: auto;
    margin-bottom: 12px;
}
.dmp p {
    color: var(--Text-Grey-700, #344054);
    text-align: center;
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
}
section.table_wrap {
    background: #fff;
    max-width: 1344px;
    margin-inline: auto;
    padding-bottom: 48px;
}
.topTab {
    display: inline-flex;
    padding: 8px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 50px;
    border: 1px solid var(--Text-Grey-200, #EAECF0);
    background: var(--White, #FFF);
    margin-bottom: 32px;
}
.nav-tabs.topTab > .nav-item .nav-link {
    border-radius: 50px;
    background: var(--Theme-Blue-50, #EBEEFD);
    padding: 8px 24px;
    color: var(--Text-Grey-500, #5D667B);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
}
.nav-tabs.topTab > .nav-item .nav-link.active {
    border-radius: 50px;
    background: var(--Theme-Blue-800, #182878);
    box-shadow: 0px 4px 4px -2px rgba(24, 39, 75, 0.06), 0px 2px 4px -2px rgba(24, 39, 75, 0.02), 0px 0px 2px 0px #E0E0E0;
    color: var(--White, #FFF);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    border: none;
}

.feature-table th,
.feature-table td {
    vertical-align: middle;
    text-align: center;
}

.feature-table th:first-child,
.feature-table td:first-child {
    text-align: left;
}
.vertical-tabs.nav-pills {
    border: 1px solid var(--Text-Grey-200, #EAECF0);
    border-radius: 0px 0px 0px 16px;
    border-top: 0;
    min-width: 220px;
}
.vertical-tabs.nav-pills .nav-link {
    border-top: 1px solid var(--Text-Grey-200, #EAECF0);
    padding: 14px 16px;
    color: var(--Text-Grey-500, #5D667B);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    border-radius: 0;
    text-align: left;
}
.vertical-tabs.nav-pills .nav-link.active {
    color: var(--White, #FFF);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    background: #314BD0;
}
.whatsincluded {
    background: var(--Text-Grey-100, #F2F4F7);
    display: flex;
    padding: 14px 16px;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    color: var(--Text-Grey-700, #344054);
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    height: 160px;
    border-radius: 16px 0px 0px 0px;
}
.pricing-header th {
    height: 160px;
    color: var(--Text-Grey-700, #344054);
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    text-align: center;
}
.pricing-header th .pricingmonth > span {
    color: var(--Theme-Blue-500, #3A58EF);
    text-align: center;
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    display: block;
    margin-bottom: 4px;
}
.pricing-header th .pricingmonth > span b {
    font-size: 16px;
}
.pricing-header th .pricingmonth small {
    color: var(--Text-Grey-600, #475467);
    text-align: center;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    display: block;
    white-space: nowrap;
}
.selectionbtn {
    padding: 10px 16px;
    border-radius: 4px;
    border: 1px solid var(--Theme-Blue-500, #3A58EF);
    color: var(--Theme-Blue-500, #3A58EF);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    background: #ffffff;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin-top: 16px;
}
.selectionbtn.active {
    background: var(--Theme-Blue-50, #3A58EF);
    color: var(--Theme-Blue-500, #FFF);
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
}
table.table.feature-table th, table.table.feature-table td {
    border: 1px solid #EAECF0;
    padding: 13px 16px 13px 16px !important;
}
 table.table.feature-table td {
    color: var(--Text-Grey-600, #475467);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
}
table.table.feature-table tr:nth-child(2n) td {
    background: #F9FAFB;
}
table.table.feature-table th.active{
    background: var(--Theme-Blue-100, #D8DEFC);
    box-shadow: 8px 8px 24px 0px rgba(0, 0, 0, 0.08);
}
table.table.feature-table th:first-child {
    min-width: 320px;
    width: 320px;
}
table.table.feature-table tr.accordion-toggle.collapsed td:first-child .rotate-icon {
    transition: .4s all ease;
    transform: rotate(0deg);
    display: inline-block;
    width: 24px;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><rect width="24" height="24" fill="white" fill-opacity="0.01" style="mix-blend-mode:multiply"></rect><path d="M12.75 11.25V3.75H11.25V11.25H3.75V12.75H11.25V20.25H12.75V12.75H20.25V11.25H12.75Z" fill="%233A58EF"></path></svg>');
    height: 24px;
    background-repeat: no-repeat;
    background-position: center;
}
table.table.feature-table tr.accordion-toggle td:first-child .rotate-icon {
    transform: rotate(180deg);
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><rect width="24" height="24" fill="white" fill-opacity="0.01" style="mix-blend-mode:multiply"/><path d="M3.75 11.25V12.75H20.25V11.25H3.75Z" fill="%233A58EF"/></svg>');
    transition: .4s all ease;
    display: inline-block;
    width: 24px;
    height: 24px;
}
.first-tdata {
    display: flex;
    gap: 6px;
}
.first-tdata strong {
    color: var(--Text-Grey-600, #475467);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
}
table.table.feature-table td.inntertbl {
    padding: 0 !important;
}
.inntertbl .table{
    margin-bottom: 0px;
    border: none;
}
table.table.feature-table tr td.inntertbl .table tr td {
    border-left: none;
    border-right: none;
}
table.table.feature-table tr td.inntertbl .table tr:nth-child(2n) td {
    background: #fff;
}
table.table.feature-table tr td.inntertbl .table tr td:first-child {
    min-width: 320px;
    width: 320px;
}
table.table.feature-table th:hover {
    background: var(--Theme-Blue-100, #D8DEFC);
    box-shadow: 8px 8px 24px 0px rgba(0, 0, 0, 0.08);
    border: 1px solid #EAECF0;
}
table.table.feature-table th:hover .selectionbtn {
    background: #3a58ef;
    color: #fff;
}

table.table.feature-table th a.Book_Btn {
    padding: 10px 16px;
    border-radius: 4px;
    border: 1px solid var(--Theme-Blue-500, #3A58EF);
    color: var(--Theme-Blue-500, #3A58EF);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    background: #ffffff;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin-top: 16px;
}

table.table.feature-table th:hover a.Book_Btn {
    background: #3a58ef;
    color: #fff;
}
th.selected label span {
    background: var(--Theme-Blue-50, #3A58EF);
    color: var(--Theme-Blue-500, #FFF);
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
}

table.table.feature-table th.selected label.selectionbtn {
        background: var(--Theme-Blue-50, #3A58EF);
}

table.table.feature-table th:first-child, 
table.table.feature-table td:first-child {
    min-width: 320px;
    width: 320px;
}

.Plus_Sign {
    display: none; /* default hidden */
    text-align: center;
    margin: 10px 0;
}

table.table.feature-table th label svg {
    display: none;
}
table.table.feature-table th.selected label svg {
    display: block;
}




section.Plan_Bottom {
  border: 1px solid var(--Text-Grey-200, #EAECF0);
  background: var(--White, #FFF);
  box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.04);
  padding: 12px 0;
}

.Plan_Bottom_Box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
}

.Plan_Bottom_Box_Left {}

.Plan_Bottom_Box_Left label {
  color: var(--Text-Grey-700, #344054);

/* Text lg / Bold */
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px; /* 155.556% */
  margin-bottom: 2px;
}

.Plan_Bottom_Box_Left h3 {
  color: var(--Theme-Blue-500, #3A58EF);
  text-align: center;

/* Webpage/Header 2 */
  font-family: Inter;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 43.2px */
  letter-spacing: -0.72px;
}

.Plan_Bottom_Box_Left h3 sub {
  bottom: 7px;
  color: var(--Theme-Blue-500, #3A58EF);
  text-align: center;

/* Text sm / Medium */
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px; /* 142.857% */
  margin-left: 6px;
}

.Plan_Bottom_Box_Right {}

.Plan_Bottom_Box_Right a {
  border-radius: 4px;
  background: var(--Theme-Blue-500, #3A58EF);

/* Shadow/xs */
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
  padding: 12px;
  color: var(--White, #FFF);

/* Text md / Semibold */
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px; /* 150% */
}





.about_us_slider button.slick-prev.slick-arrow {
    right: auto;
    position: absolute;
    left: 18%;
    top: 32%;
}

.about_us_slider .slick-next {
    /* transform: rotate(-180deg); */
    right: 18%;
    top: 32%;
}


.about_us_slider .btn{
    pointer-events: none;
  }

  .about_us_slider .slick-current .btn {
    pointer-events: visible;
  }
  
  .about_us_slider .slick-slide {
    padding: 0 15px;
    color: #e67e22;
    transform: scale(1);
    filter: blur(0px);
  }
  .about_us_slider .slick-slide.slick-current {
    transform: scale(1);
    filter: blur(0);
  }

  .about_us_slider .slick-arrow{
    border: 0;
    font-size: 0;
    line-height: 0;
    width: 52px;
    height: 52px;
    position: absolute;
    right: calc(11% + 82px);
    top: -90px;
  }

  .about_us_slider .slick-arrow:hover {
    background-color: #f60;
    width: 52px;
    border-radius: 50%;
  }

  .about_us_slider button.slick-prev.slick-arrow {
    left: auto;
    position: absolute;
    right: 5%;
    top: -12%;
    background: #3a58ef;
    border-radius: 50%;
    z-index: 9;
  }



  .about_us_slider .slick-arrow:hover {
    background-color: #3A58EF;
    background-size: 40px;
    width: 40px;
    height: 40px;
  }

  .about_us_slider .slick-arrow {
    width: 40px;
    height: 40px;
    background-size: 40px;
  }

  .about_us_slider .slick-next {
      /* transform: rotate(-180deg); */
      right: 18%;
      top: 32%;
  }

  .about_us_slider button.slick-next.slick-arrow {
      background: #3a58ef;
      border-radius: 50%;
      right: 0%;
      top: -12%;
  }

  .about_us_slider button.slick-prev:before {
    display: none;
  }

  .about_us_slider button.slick-next:before {
    display: none;
  }

  .about_us_slider button.slick-prev.slick-arrow:hover {
      background: #283FB1;
  }

  .about_us_slider button.slick-next.slick-arrow:hover {
      background: #283FB1;
  }

  .tab-content .table-container {
    height: auto;
  }

  .about_us_slider ul.slick-dots {
      bottom: -62px;
  }

  .about_us_slider .slick-dots li button {
      background: #D8DEFC;
      width: 22px;
      height: 8px;
      border-radius: 26px;
  }

  .about_us_slider .slick-dots li.slick-active button {
      background: #3A58EF;
  }

  .about_us_slider .slick-list.draggable {
      /* max-height: 250px; */
  }

   .about_us_slider .slick-dots li button:before {
    display: none;
  }


  .Testimonials {
      padding: 72px 0 92px;
      background: #fff;
      background: var(--Theme-Blue-50, #EBEEFD);
  }

  .Testimonials .slideBoxLeft h3.Heading_H3 {
      font-family: Inter;
      font-size: 18px;
      font-weight: 400;
      line-height: 24px;
      text-underline-position: from-font;
      text-decoration-skip-ink: none;
      color: #475467;
      margin-bottom: 24px;
      text-align: left;
      margin-top: 8px;
  }


  .Testimonials img.SlideBox_Test_Author_Img {
      min-width: 57px;
      margin-right: 16px;
  }

  .Testimonials .slideBoxRgt {
      display: flex;
      align-items: center;
      justify-content: center;
  }

  .Testimonials .slideBoxRgt .slideBoxRgt_Author_Img {
      min-width: 58px;
      max-width: 58px;
      margin-right: 16px;
  }

  .Testimonials .SlideBox_Test_Author h3 {
      font-family: Inter;
      font-size: 20px;
      font-weight: 600;
      line-height: 30px;
      text-align: left;
      text-underline-position: from-font;
      text-decoration-skip-ink: none;
      color: #26244A;
  }

  .Testimonials .SlideBox_Test_Author p {
      font-family: Inter;
      font-size: 16px;
      font-weight: 400;
      line-height: 24px;
      text-align: left;
      text-underline-position: from-font;
      text-decoration-skip-ink: none;
      color: #475467;
  }

  .Testimonials h2 {
      font-family: Inter;
      font-size: 36px;
      font-weight: 700;
      line-height: 43.2px;
      letter-spacing: -0.02em;
      text-align: left;
      text-underline-position: from-font;
      text-decoration-skip-ink: none;
      color: #26244A;
      margin-bottom: 40px;
  }


  /* Related Blogs - Start */

.Must_Read_Blogs {
  padding: 110px 0px 110px 0px;
  background: linear-gradient(0deg, #F5F8FD 0%, #F5F8FD 100%), #FFF;
}

.Must_Read_Blogs .blogs_main .headings.text-center h2 {
color: var(--Theme-Dark-Blue-800, #26244A);
text-align: center;
font-size: 36px;
font-weight: 700;
line-height: 120%;
letter-spacing: -0.72px;
margin-bottom: 40px;
}

.Insightful_Box {
    border-radius: 8px;
    background: #FFF;
    padding: 16px;
    height: 100%;
}
.Insightful_Box img {
    width: 100%;
}
.view_all_blog{
    margin-top: 40px;
}
.Insightful_Box h4 {
    overflow: hidden;
    color: var(--Text-Grey-800, #1D2939);
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    height: 52px;
    margin-top: 18px;
    margin-bottom: 8px;
}

.Insightful_Box p.insight_title {
  overflow: hidden;
  color: var(--Text-Grey-800, #1D2939);
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  height: 52px;
  margin: 0;
  margin-top: 18px;
  margin-bottom: 8px;
  font-size: 20px;
}

.Insightful_Box h6 {
    color: var(--Text-Grey-400, #98A2B3);
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    margin-bottom: 15px;
}

.Insightful_Box p.by_view_data {
  color: var(--Text-Grey-400, #98A2B3);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  margin: 0;
  margin-bottom: 15px;
}

.Insightful_Box h6 .blog_author {
    max-height: 20px;
    width: auto;
}

.Insightful_Box p.by_view_data .blog_author {
  max-height: 20px;
  width: auto;
}
.Insightful_Box p {
    color: var(--Text-Grey-500, #5D667B);
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    /* height: 75px; */
    /* overflow: hidden; */
}
.Insightful_img {
    max-height: 240px;
    overflow: hidden;
    border-radius: 8px;
}
.Insightful_Box a img:hover {
    transform: scale(1.1);
}
.Insightful_Box a img {
    border-radius: 8px;
    transition: 0.3s;
}
.Insightful_Box a img {
    border-radius: 8px;
}

.How_It_Works_Services {
  padding: 72px 0;
  background: #EBEEFD;
}


.Testimonials .center ul.slick-dots li.slick-active button:before {
  opacity: 0;
}

.Testimonials .center ul.slick-dots li button:before {
  opacity: 0;
}

section.Plan_Bottom {
    position: fixed;
    width: 100%;
    z-index: 9999;
    bottom: 0;
}
 

.Note_Text {
    border-radius: 4px;
    border: 1px solid var(--Theme-Yellow-400, #F1C94E);
    background: var(--Theme-Yellow-50, #FDF9EB);
    padding: 10px;
    color: var(--Text-Grey-700, #344054);

/* Text xs/Medium */
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
}

.Note_Text span.Red_Star_Icon {
    color: var(--Error-Red-500, #F04438);

/* Text xs/Medium */
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px; /* 150% */
}



.Testimonials .slideBox.Bg_Dark_Blue_800 {
    border-radius: 12px;
    border: 1px solid var(--Text-Grey-200, #EAECF0);
    background: var(--White, #FFF);
    padding: 24px;
    transition: 0.4s all ease-in-out;
    transform: translate(0px, 0px);
}

.Testimonials .slideBox.Bg_Dark_Blue_800 .Rating_Top {
    display: flex;
    align-items: self-start;
    justify-content: space-between;
}

.Testimonials .slideBoxLeft {}


.about_us_slider button.slick-prev.slick-arrow:before {
    content: '';
    background-image: url(../images/digital-marketing-services/Arrow_Left.svg);
    width: 24px;
    height: 24px;
    display: inline-block;
}

.about_us_slider button.slick-next.slick-arrow:before {
    content: '';
    background-image: url(../images/digital-marketing-services/Arrow_Right.svg);
    width: 24px;
    height: 24px;
    display: inline-block;
}

.Testimonials .slideBox.Bg_Dark_Blue_800:hover {
    transition: 0.4s all ease-in-out;
    transform: translate(0px, -10px);
}

.Testimonials .slideBox.Bg_Dark_Blue_800:hover .Rating_Top_Right svg path {
    fill: #3A58EF;
}


table.Paid_Ads_Table {}

table.table.feature-table.Paid_Ads_Table td:nth-child(2) {
    min-width: 163px;
    width: 163px;
}

table.table.feature-table.Paid_Ads_Table td {
    min-width: 164px;
}

table.table.feature-table.Paid_Ads_Table td:first-child {
    min-width: 320px;
    width: 320px;
}

table.table.feature-table.Paid_Ads_Table td:last-child {
    width: 182px;
}