body.Home_page {
    background: var(--Theme-Blue-50, #EBEEFD);
  }


  .Digital_Banner_Bg {
      background: linear-gradient(180deg, #FFF 0%, #F3F1FD 100%);
  }

  .Digital_Banner {
    background: url('../images/digital_marketing/Digital_Banner_Bg.png');
    background-size: cover;
  }

  .Digital_inner {
      padding: 72px 0 260px;
  }

  .Digital_inner h1 {
      color: var(--Theme-Blue-800, #182878);
      font-family: Inter;
      font-size: 48px;
      font-style: normal;
      font-weight: 700;
      line-height: 60px;
      letter-spacing: -0.96px;
      margin-bottom: 48px;
  }

  .Digital_inner h1 span {
      color: var(--Theme-Blue-500, #3A58EF);
      font-family: Inter;
      font-size: 48px;
      font-style: normal;
      font-weight: 700;
      line-height: 60px;
      letter-spacing: -0.96px;
  }

  .Digital_inner p {
    color: #475467;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px; /* 150% */
    margin-bottom: 64px;
  }

  a.Get_Started_Btn {
    border-radius: 4px;
    background: var(--Theme-Blue-500, #3A58EF);
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    padding: 12px 20px;
    color: var(--White, #FFF);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px; /* 150% */
    border: 1px solid var(--Theme-Blue-500, #3A58EF);
    margin-right: 24px;
    transition: .4s ease-out;
  }

  a.Get_Started_Btn:hover {
      border: 1px solid var(--Theme-Blue-500, #3A58EF);
      background: #fff;
      color: var(--Theme-Blue-500, #3A58EF);
  }

  a.View_Sample_Btn {
    border-radius: 4px;
    border: 1px solid var(--Theme-Blue-500, #3A58EF);
    background: #fff;
    padding: 12px 20px;
    color: var(--Theme-Blue-500, #3A58EF);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px; /* 150% */
    transition: .4s ease-out;
  }

  
  a.View_Sample_Btn:hover {
      border: 1px solid var(--Theme-Blue-500, #3A58EF);
      background: var(--Theme-Blue-500, #3A58EF);
      color: var(--White, #FFF);
  }



  .We_Build_Secure {
      padding-bottom: 72px;
  }
  
  .We_Build_Secure_Box {
    border-radius: 36px;
    background: var(--White, #FFF);
    padding: 48px;
    margin-top: -27px;
  }

  .We_Build_Secure_Box h2 {
    color: var(--Theme-Dark-Blue-800, #26244A);
    text-align: center;
    font-family: Inter;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%; /* 43.2px */
    letter-spacing: -0.72px;
    margin-bottom: 8px;
  }

  .We_Build_Secure_Box p {
    color: var(--Text-Grey-600, #475467);
    text-align: center;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px; /* 155.556% */
    margin-bottom: 48px;
  }

  .Web_Design_and_Dev_Servies {
      background-color: var(--Theme-Blue-500, #3A58EF);
      border-radius: 24px;
      padding: 24px;
  }

  .Web_Design_and_Dev_Servies {
    background-image: url('https://assets.my-cpe.com/entigrity-assets/custom/demo_digital_marketing/images/digital-page/Web_Services_Points_Bg.png');
    background-size: cover;
  }

  .Web_Design_and_Dev_Servies h3 {
      color: var(--White, #FFF);
      text-align: center;
      font-family: Inter;
      font-size: 24px;
      font-style: normal;
      font-weight: 600;
      line-height: 32px; /* 133.333% */
      margin-bottom: 30px;
  }

  .Web_Design_and_Dev_Servies ul {
      column-count: 2;
      margin-bottom: 30px;
  }

  .Web_Design_and_Dev_Servies ul li {

    list-style: none;
    color: var(--White, #FFF);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
  }

  .Web_Design_and_Dev_Servies ul li svg {
      width: 20px;
      margin-right: 8px;
  }

  .We_Build_Secure_Box .Web_Design_and_Dev_Servies p {
      color: var(--White, #FFF);
      text-align: center;
      font-family: Inter;
      font-size: 16px;
      font-style: normal;
      font-weight: 400;
      line-height: 24px; /* 150% */
      margin-bottom: 0;
  }

  .We_Build_Secure_Box .Web_Design_and_Dev_Servies h2 {
      color: var(--White, #FFF);
      text-align: center;
      font-family: Inter;
      font-size: 48px;
      font-style: normal;
      font-weight: 700;
      line-height: 60px; /* 125% */
      letter-spacing: -0.96px;
      margin-bottom: 30px;
  }

  .We_Build_Secure_Box .Web_Design_and_Dev_Servies a.Get_Started_Btn {
      border-radius: 4px;
      background: var(--Theme-Blue-50, #EBEEFD);
      box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
      padding: 12px 20px;
      color: var(--Theme-Blue-500, #3A58EF);
      font-family: Inter;
      font-size: 16px;
      font-style: normal;
      font-weight: 600;
      line-height: 24px; /* 150% */
      width: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-right: 0;
  }


  .We_Build_Secure_Box .Web_Design_and_Dev_Servies a.Get_Started_Btn svg {
      margin-left: 8px;
  }

  
  .We_Build_Secure_Box .Web_Design_and_Dev_Servies a.Get_Started_Btn:hover {
      color: var(--Theme-Blue-50, #EBEEFD);
      background: var(--Theme-Blue-500, #3A58EF);
      border: 1px solid var(--Theme-Blue-50, #EBEEFD);
  }

  .We_Build_Secure_Box .Web_Design_and_Dev_Servies a.Get_Started_Btn:hover svg path {
      stroke: #EBEEFD;
  }



  .What_We_Offer {
      background: #fff;
      padding: 72px 0;
  }

  .What_We_Offer h2 {
      color: var(--Theme-Dark-Blue-800, #26244A);
      text-align: center;
      font-family: Inter;
      font-size: 36px;
      font-style: normal;
      font-weight: 700;
      line-height: 120%; /* 43.2px */
      letter-spacing: -0.72px;
      margin-bottom: 8px;
  }

  .What_We_Offer p {
      color: var(--Text-Grey-600, #475467);
      text-align: center;
      font-family: Inter;
      font-size: 18px;
      font-style: normal;
      font-weight: 400;
      line-height: 28px; /* 155.556% */
      margin-bottom: 48px;
  }

  .What_We_Offer_Tabs .nav-pills {
    display: inline-block;
    border-radius: 12px;
    background: #F3F4F6;
    padding: 2px;
    margin-bottom: 24px;
  }

  .What_We_Offer_Tabs {
      display: inline-block;
      width: 100%;
      text-align: center;
  }

  .What_We_Offer_Tabs .nav-pills li.nav-item {
      float: left;
      padding-bottom: 2px;
      padding-right: 2px;
  }


  .What_We_Offer_Tabs .nav-pills li.nav-item .nav-link.active {
      border-radius: 10px;
      background: #FFF;
      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;
      padding: 8px 23px;
      color: var(--Text-Grey-700, #344054);
      text-align: center;
      font-family: Inter;
      font-size: 16px;
      font-style: normal;
      font-weight: 500;
      line-height: 24px; /* 150% */
  }

  .What_We_Offer_Tabs .nav-pills li.nav-item .nav-link {
      color: var(--Text-Grey-500, #5D667B);
      text-align: center;
      font-family: Inter;
      font-size: 16px;
      font-style: normal;
      font-weight: 500;
      line-height: 24px;
      padding: 8px 23px;
  }





  .What_We_Offer_Box h2 {
      font-family: Inter;
      font-size: 24px;
      font-weight: 600;
      line-height: 32px;
      text-align: left;
      text-underline-position: from-font;
      text-decoration-skip-ink: none;
      color: #182878;
      margin-bottom: 30px;
  }

  .What_We_Offer_Box ul {
      margin-bottom: 46px;
  }

  .What_We_Offer_Box ul li {
      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;
      list-style: none;
      position: relative;
      padding-left: 28px;
      margin-bottom: 12px;
  }

  .What_We_Offer_Box ul li svg {
      position: absolute;
      top: 3px;
      left: 0;
  }

  .What_We_Offer_Btns {
      display: flex;
      align-items: center;
      gap: 24px;
  }

  .What_We_Offer_Btns a.What_We_Get_Started_Btn {
      background: #3A58EF;
      box-shadow: 0px 1px 2px 0px #1018280D;
      border-radius: 4px;
      padding: 12px 20px;
      font-family: Inter;
      font-size: 16px;
      font-weight: 600;
      line-height: 24px;
      text-align: left;
      text-underline-position: from-font;
      text-decoration-skip-ink: none;
      color: #FFFFFF;
      border: 1px solid #3A58EF;
  }

  .What_We_Offer_Btns a.What_We_Get_Started_Btn:hover {
      color: #3A58EF;
      border: 1px solid #3A58EF;
      background: #fff;
  }

  .What_We_Offer_Btns a.What_We_View_Sample__Btn {
      padding: 12px 20px;
      border: 1px solid #3A58EF;
      box-shadow: 0px 1px 2px 0px #1018280D;
      border-radius: 4px;
      padding: 12px 20px;
      font-family: Inter;
      font-size: 16px;
      font-weight: 600;
      line-height: 24px;
      text-align: left;
      text-underline-position: from-font;
      text-decoration-skip-ink: none;
      color: #3A58EF;
  }

  .What_We_Offer_Btns a.What_We_View_Sample__Btn:hover {
      color: #fff;
      border: 1px solid #3A58EF;
      background: #3A58EF;
  }



  .How_It_Works {
      padding: 72px 0;
  }

  .How_It_Works_Box_Main {
    background-size: contain;
    background-position: top;
    background-repeat: no-repeat;
    height: 755px;
    position: relative;
    overflow-y: auto;
    background-image: none;
    padding-right: 15px;
  }

  .How_It_Works_Box_Main 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: 8px;
  }

  .How_It_Works_Box_Main p {
      font-family: Inter;
      font-size: 18px;
      font-weight: 400;
      line-height: 28px;
      text-align: left;
      text-underline-position: from-font;
      text-decoration-skip-ink: none;
      color: #475467;
      max-width: 650px;
  }

  .How_It_Works_Box {
    position: absolute;
    top: 55%;
    bottom: 0;
    max-width: 416px;
    display: flex;
    align-items: self-start;
  }

  .How_It_Works_Box label {
      font-family: Inter;
      font-size: 100px;
      font-weight: 900;
      line-height: 90px;
      letter-spacing: -0.02em;
      text-align: right;
      text-underline-position: from-font;
      text-decoration-skip-ink: none;
      color: #D8DEFC;
      min-width: 50px;
      margin-right: 24px;
  }

  .How_It_Works_Box_Main_Text {

  }

  .How_It_Works_Box_Main_Text h3 {
      font-family: Inter;
      font-size: 24px;
      font-weight: 600;
      line-height: 32px;
      text-align: left;
      text-underline-position: from-font;
      text-decoration-skip-ink: none;
      color: #182878;
      margin-bottom: 8px;
  }

  .How_It_Works_Box_Main_Text 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;
  }

  .Scroll_Main {
      height: 890px;
      overflow-y: auto;
      overflow-x: hidden;
      display: inline-block;
      position: relative;
      width: 100%;
  }

  .How_It_Works_Box.How_It_Works_Design_Box {
    top: 37%;
  }

  .How_It_Works_Box.How_It_Works_Development_Box {
    top: 15%;
    max-width: 342px;
    right: 0;
  }

  .How_It_Works_Box.How_It_Works_Consultation_Box1 {
      top: auto;
      bottom: 0;
  }

  .How_It_Works_Box.How_It_Works_Design_Box1 {
      top: 75%;
      bottom: 0;
  }

  .How_It_Works_Box.How_It_Works_Development_Box1 {
    top: 60%;
    bottom: 0;
    right: 0;
    max-width: 342px;
  }

  .Already_Website .We_Build_Secure_Box {
      margin: 0;
      padding: 0;
  }

  .Already_Website .Already_Website_Box {
      padding: 72px;
      text-align: center;
      background-image: url('https://assets.my-cpe.com/entigrity-assets/custom/demo_digital_marketing/images/digital-page/Already_have_website_Bg.png');
  }

  .We_Build_Secure.Already_Website {

  }

  .Already_Website .Already_Website_Box h2 {
      font-family: Inter;
      font-size: 36px;
      font-weight: 700;
      line-height: 43.2px;
      letter-spacing: -0.02em;
      text-align: center;
      text-underline-position: from-font;
      text-decoration-skip-ink: none;
      margin-bottom: 8px;
  }

  .Already_Website .Already_Website_Box p {
      font-family: Inter;
      font-size: 18px;
      font-weight: 400;
      line-height: 28px;
      text-align: center;
      text-underline-position: from-font;
      text-decoration-skip-ink: none;
      margin-bottom: 8px;
  }

  .Already_Website .Already_Website_Box a.Upgrade_Btn {
      background: #EBEEFD;
      padding: 12px 20px;
      display: inline-block;
      border-radius: 4px;
      font-family: Inter;
      font-size: 16px;
      font-weight: 600;
      line-height: 24px;
      text-align: left;
      text-underline-position: from-font;
      text-decoration-skip-ink: none;
      margin-top: 40px;
      border: 1px solid;
  }

  .Already_Website .Already_Website_Box a.Upgrade_Btn svg {
      margin-right: 8px;
  }


  .Already_Website .Already_Website_Box a.Upgrade_Btn:hover {
      color: #EBEEFD;
      border: 1px solid #EBEEFD;
      background: var(--Theme-Blue-500, #3A58EF);
  }

  .Already_Website .Already_Website_Box a.Upgrade_Btn:hover svg path {
      stroke: #EBEEFD;
  }

  .Why_us {
      padding-bottom: 72px;
  }

  .Why_us_Main {

  }

  .Why_us_Main h2 {
      font-family: Inter;
      font-size: 36px;
      font-weight: 700;
      line-height: 43.2px;
      letter-spacing: -0.02em;
      text-align: center;
      text-underline-position: from-font;
      text-decoration-skip-ink: none;
      color: #26244A;
      margin-bottom: 8px;
  }

  .Why_us_Main p {
      font-family: Inter;
      font-size: 18px;
      font-weight: 400;
      line-height: 28px;
      text-align: center;
      text-underline-position: from-font;
      text-decoration-skip-ink: none;
      margin-bottom: 48px;
      color: #475467;
  }

  .Why_us_Box {
      position: relative;
      min-height: 562px;
      text-align: center;
  }

  .Why_us_Box img.Why_us_Bg {
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      top: 0;
      margin: 0 auto;
      z-index: -1;
  }

  .Why_us_Box_Points {
      margin-top: 56px;
      background: #FFFFFF;
      box-shadow: 0px 4px 24px 0px #00000014;
      padding: 12px 24px 12px 12px;
      border-radius: 50px;
      text-align: left;
  }

  .Why_us_Box_Points.Why_Us_Left_Points_Box {
      text-align: right;
      display: inline-block;
  }

  .Why_us_Box_Points.Why_Us_Right_Points_Box {
      display: inline-block;
  }

  .Why_us_Box_Points svg {
      margin-right: 8px;
  }

  .Why_us_Main a.Partner_Btn {
      background: #3A58EF;
      padding: 12px 20px;
      box-shadow: 0px 1px 2px 0px #1018280D;
      border-radius: 4px;
      font-family: Inter;
      font-size: 16px;
      font-weight: 600;
      line-height: 24px;
      text-align: left;
      text-underline-position: from-font;
      text-decoration-skip-ink: none;
      color: #FFFFFF;
      display: inline-block;
      max-width: 244px;
      margin-top: 48px;
      border: 1px solid #3A58EF;
  }

  .Why_us_Main a.Partner_Btn:hover {
      border: 1px solid #3A58EF;
      background: #fff;
      color: #3A58EF;
  }

  .Why_us_Main a.Partner_Btn:hover svg path {
      stroke: #3A58EF;
  }




  .center .btn{
    pointer-events: none;
  }

  .center .slick-current .btn {
    pointer-events: visible;
  }
  
  .center .slick-slide {
    padding: 0 15px;
    color: #e67e22;
    transform: scale(0.8);
    filter: blur(3px);
  }
  .center .slick-slide.slick-current {
    transform: scale(1);
    filter: blur(0);
  }

  .center .slick-arrow{
    border: 0;
    font-size: 0;
    line-height: 0;
    background: url(../images/prev2.svg) 0 0 no-repeat;
    width: 52px;
    height: 52px;
    position: absolute;
    right: calc(11% + 82px);
    top: -90px;
  }

  .center .slick-arrow:hover {
    background: url(../images/prev-hover.png) 0 0 no-repeat;
    background-color: #f60;
    width: 52px;
    border-radius: 50%;
  }

  .center button.slick-prev.slick-arrow {
    right: auto;
    position: absolute;
    left: 18%;
    top: 32%;
    background: #3a58ef;
    border-radius: 50%;
    z-index: 9;
  }



  .center .slick-arrow:hover {
    background-color: #3A58EF;
    background-size: 40px;
    width: 40px;
    height: 40px;
  }

  .center .slick-arrow {
    width: 40px;
    height: 40px;
    background-size: 40px;
  }

  .center .slick-next {
      /* transform: rotate(-180deg); */
      right: 18%;
      top: 32%;
  }

  .center button.slick-next.slick-arrow {
      background: #3a58ef;
      border-radius: 50%;
  }

  .center button.slick-prev:before {
    content: '';
    background-image: url('https://assets.my-cpe.com/entigrity-assets/custom/demo_digital_marketing/images/digital-page/Arrow_Left.svg');
    width: 24px;
    height: 24px;
    display: inline-block;
  }

  .center button.slick-next:before {
    content: '';
    background-image: url('https://assets.my-cpe.com/entigrity-assets/custom/demo_digital_marketing/images/digital-page/Arrow_Right.svg');
    width: 24px;
    height: 24px;
    display: inline-block;
  }

  .center button.slick-prev.slick-arrow:hover {
      background: #283FB1;
  }

  .center button.slick-next.slick-arrow:hover {
      background: #283FB1;
  }

  .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: 28px;
      text-align: center;
      text-underline-position: from-font;
      text-decoration-skip-ink: none;
      color: #475467;
      margin-bottom: 30px;
  }


  .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;
      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: center;
      text-underline-position: from-font;
      text-decoration-skip-ink: none;
      color: #26244A;
      margin-bottom: 40px;
  }


  .center ul.slick-dots {
      bottom: -62px;
  }

  .center .slick-dots li button {
      background: #D8DEFC;
      width: 22px;
      height: 8px;
      border-radius: 26px;
  }

  .center .slick-dots li.slick-active button {
      background: #3A58EF;
  }

  .We_Build_Secure.Already_Website.Ready_to_Elevate {
      padding-top: 72px;
  }

  .Ready_to_Elevate .Already_Website_Box {
      padding: 72px;
      text-align: center;
      background-image: url('https://assets.my-cpe.com/entigrity-assets/custom/demo_digital_marketing/images/digital-page/Ready_to_Elevate_Bg.png');
  }

  section.Get_Started {
      background: #FFFFFF;
      padding: 72px 0;
  }

  .Get_Started_Left form .form-floating>.form-control {
      font-family: Inter;
      font-size: 14px;
      font-weight: 400;
      line-height: 20px;
      text-align: left;
      text-underline-position: from-font;
      text-decoration-skip-ink: none;
      padding: 12px 16px;
  }

  .Get_Started_Left 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: #344054;
      margin-bottom: 4px;
  }

  .Get_Started_Left p {
      font-family: Inter;
      font-size: 18px;
      font-weight: 400;
      line-height: 28px;
      text-align: left;
      text-underline-position: from-font;
      text-decoration-skip-ink: none;
      color: #5D667B;
      margin-bottom: 24px;
  }

  .Get_Started_Left form .form-floating label {
      padding: 12px 16px;
  }

  .Website_Box {
      display: flex;
      align-items: center;
      /* gap: 24px; */
      gap: 0px;
      height: 46px;
  }

  .Website_Box label {
      font-family: Inter;
      /* font-size: 14px; */
      font-size: 13px;
      font-weight: 400;
      line-height: 20px;
      text-align: left;
      text-underline-position: from-font;
      text-decoration-skip-ink: none;
      color: #344054;
  }

  button.btn.btn-primary {}

  .Get_Started_Left button.btn.btn_submit {
      background: #3A58EF;
      border-radius: 4px;
      font-family: Inter;
      font-size: 16px;
      font-weight: 600;
      line-height: 24px;
      text-align: left;
      text-underline-position: from-font;
      text-decoration-skip-ink: none;
      color: #fff;
      padding: 10px 18px;
  }

  .Get_Started_Left .Website_Box .form-check-input[type=radio] {
      border-radius: 6px;
  }

  .form-check-input:checked[type=radio] {
    background-image: url('https://assets.my-cpe.com/entigrity-assets/custom/demo_digital_marketing/images/digital-page/Web_Checkbox.svg');
    border: 0;
  }




  .Digital_Web_Banner {
    background-image: url('https://assets.my-cpe.com/entigrity-assets/custom/demo_digital_marketing/images/digital-page/Digital_Web_Banner_Bg.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom center;
    background-color: #12327B;
    padding: 72px 0;
   }
  
   .Digital_Web_Banner_Left h1 {
    font-family: Inter;
    font-size: 48px;
    font-weight: 700;
    line-height: 60px;
    letter-spacing: -0.02em;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #FFFFFF;
    padding-bottom: 24px;
  }

  .Digital_Web_Banner_Left h2 {
    font-family: Inter;
    font-size: 30px;
    font-weight: 700;
    line-height: 38px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #ffffff;
    padding-bottom: 24px;
  }

  .Digital_Web_Banner_Left ul {
    padding-bottom: 48px;
  }

  .Digital_Web_Banner_Left ul li {
    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;
    list-style: none;
    color: #fff;
    padding-bottom: 12px;
  }

  .Digital_Web_Banner_Btns {
    display: flex;
    align-items: center;
    gap: 24px;
  }

  .Digital_Web_Banner_Left  a.Schedule_Call_Btn {
    background: #3A58EF;
    padding: 12px 20px;
    border-radius: 4px;
    box-shadow: 0px 1px 2px 0px #1018280D;
    border: 1px solid #3A58EF;
    margin-right: 0;
    font-family: Inter;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #fff;
    display: flex;
    align-items: center;
    max-width: 190px;
  }

  .Digital_Web_Banner_Left a.Schedule_Call_Btn:hover svg path {
    fill: #3A58EF;
  }

  .Digital_Web_Banner_Left a.Schedule_Call_Btn:hover {
    background: #fff;
    color: #3A58EF;
    border-color: #fff;
  }

  .Digital_Web_Banner_Left a.Schedule_Call_Btn svg {
    min-width: 20px;
    margin-right: 8px;
  }

  .Digital_Web_Banner_Right {
    background: #FFFFFF;
    border-radius: 24px;
    padding: 24px;
  }

  .Digital_Web_Banner_Right h2 {
    font-family: Inter;
    font-size: 36px;
    font-weight: 700;
    line-height: 43.2px;
    letter-spacing: -0.02em;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    margin-bottom: 4px;
    color: #1D2939;
  }

  .Digital_Web_Banner_Right p {
    font-family: Inter;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #5D667B;
    margin-bottom: 24px;
    padding: 0 66px;
  }

  .Digital_Web_Banner_Right button.btn.btn_submit {
    width: 100%;
    text-align: center;
  }

  .Get_Started_Left .Website_Box .form-check-input[type=radio] {
    /* width: 20px;
    height: 20px; */
    width: 16px;
    height: 16px;
  }

  .Get_Started_Left form .form-floating label span.red {
    color: #F04438;
  }


  section.Trusted_by {
    background: #ebeefd;
    padding: 72px 0;
  }

  .Trusted_by_Title h2 {
    font-family: Inter;
    font-size: 36px;
    font-weight: 700;
    line-height: 43.2px;
    letter-spacing: -0.02em;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #26244A;
    padding-bottom: 12px;
  }

  .Trusted_by_Title h3 {
    font-family: Inter;
    font-size: 26px;
    font-weight: 700;
    line-height: 33.8px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #26244A;
    padding-bottom: 12px;
  }

  .Trusted_by_Title p {
    font-family: Inter;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #475467;
  }

  .Trusted_by_Box {
    background: #FFFFFF;
    border-radius: 24px;
    padding: 24px;
    text-align: center;
    margin-top: 48px;
  }

  .Trusted_by_Box svg {
    margin-bottom: 16px;
  }

  .Trusted_by_Box h3 {
    font-family: Inter;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #344054;
    padding-bottom: 8px;
  }

  .Trusted_by_Box p {
    font-family: Inter;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #475467;
  }

  .Trusted_by_Btns {
    margin-top: 48px;
  }

  .Trusted_by_Btns a.View_Designs_Btn {
    border: 1px solid #3A58EF;
    border-radius: 4px;
    padding: 12px 32px;
    font-family: Inter;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #3A58EF;
    display: inline-block;
    margin-right: 24px;
  }

  .Trusted_by_Btns a.Free_Trial_Btn {
    background: #3A58EF;
    box-shadow: 0px 1px 2px 0px #1018280D;
    font-family: Inter;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #fff;
    padding: 12px 20px;
    border-radius: 4px;
    display: inline-block;
    border: 1px solid;
  }

  .Trusted_by_Btns a.View_Designs_Btn:hover {
      background: #3A58EF;
      color: #fff;
  }

  .Trusted_by_Btns a.Free_Trial_Btn:hover {
      background: transparent;
      color: #3A58EF;
      border-color: #3A58EF;
  }



  
  .tabs-container nav {
    margin: 0 auto;
    background: #fff;
  }

  .tabs-container nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    border: 1px solid #ccc;
    padding: 0 10px;
  }

  .tabs-container nav ul li {
    padding: 1rem;
    cursor: pointer;
    color: #A7A7A7;
    border-top: 1px solid #eee;
    margin-left: -10px;
    margin-right: -10px;
    padding-left: 25px;
  }

  .tabs-container nav ul li:hover { color: #3e4b58;}

  .tabs-container nav ul li.active {
    color: #3e4b58;
    border-top: none;
  }


  /* the nitty gritty */

  .tabs-container {
      position: relative;
      height: 100%;
  }



  .tabs-container nav {
    position: relative;
    width: 100%;
    border: 1px solid var(--color-grey-93, #EAECF0);
    border-radius: 0 0 0 16px;
  }

  .tabs-container nav ul {
    display: flex;
    flex-direction: column;
  }

  .tabs-container nav ul li {
    order: 1;
  }

  .tabs-container nav ul li.active {
    order: 0;
  }

  .tabs-container nav ul li.active:after {
    width: 1px;
    height: 1px;
    border: 5px solid transparent;
    border-top: 5px solid #fff;
    content: '';
    position: absolute;
    right: 1.5em;
    top: 1.4em;
    z-index: 9999;
  }

  .tabs-container nav ul li:not(.active) {
    position: absolute;
    top: -999em;
  }


  .tabs-container nav ul.expanded li.active:after{
    border-top-color: transparent;
    border-bottom-color: #555;
    top: 1em;
  }


  .tabs-container nav ul.expanded li:not(.active) {
    position: relative;
    top: auto;
  }

  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;
  }

  section.Choose_Plan.All_in_One .tab-content .Pay_As_Main_Table.Graphic_Design_Table input.form-check-input:focus {
      box-shadow: none;
  }

  @media all and (min-width: 42em) {

    nav {
      background: transparent;
    }

    .tabs-container nav ul li.active {
      box-shadow: inset 0 -3px 0 #5098B3;
    }

    .tabs-container nav ul {
      display: flex;
      flex-direction: row;
      justify-content: center;
      /* white-space: nowrap; */
      overflow: hidden;
      border: none;
      padding: 0;
      flex-direction: column;
    }

    .tabs-container nav ul li {
      display: inline-block;
      margin: 0 1rem 0 1rem;
      padding: 0 0 .2rem 0;
      border: none;
      font-family: Inter;
      font-size: 14px;
      font-weight: 500;
      line-height: 20px;
      text-align: left;
      text-underline-position: from-font;
      text-decoration-skip-ink: none;
      color: #5D667B;
      padding: 14px 16px;
      margin: 0;
      border-width: 1px;
      border-style: solid;
      border-color: var(--color-grey-93, #EAECF0);
    }

    .tabs-container nav ul li:not(.active) {
      position: relative;
      top: auto;
    }

    .tabs-container nav ul li.active {
      order: 1;
      font-family: Inter;
      font-size: 14px;
      font-weight: 700;
      line-height: 20px;
      text-align: left;
      text-underline-position: from-font;
      text-decoration-skip-ink: none;
      color: #FFFFFF;
      margin: 0;
      border-width: 1px;
      border-style: solid;
      border-color: var(--color-grey-93, #EAECF0);
      box-shadow: none;
      background: #3A58EF;
      padding: 14px 16px;
    }

    .tabs-container nav ul li.active:after {
      display: none;
    }

    .tabs-container nav ul li:last-child {
        border-radius: 0 0 0 16px;
    }

    .tabs-container {
      position: relative;
      /* height: 630px;
      overflow-y: scroll; */
      height: inherit;
      overflow-y: hidden;
    }
  }


  .tab-content{
      display: none;
      padding: 0;
  }
  .tab-content.current{
      display: inherit;
  }

  .fix-column {
      float: left;
  }
  .thead {
      height: 120px;
      white-space: nowrap;
  }
  .thead > span {
    display: inline-block;
    width: 190px;
    line-height: 40px;
    box-shadow: none;
    background-color: transparent;
    text-align: center;
    padding: 44px 16px;
    font-family: Inter;
    color: #344054;
    font-family: Inter;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
  }
  .trow {
      white-space: nowrap;
  }
  .trow > span {
    display: inline-block;
    width: 380px;
    box-shadow: none;
    /* line-height: 80px; */
    /* height: 80px; */
    font-family: Inter;
    font-size: 14px;
    font-weight: 500;
    /* line-height: 20px; */
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #475467;
    padding: 14px 16px;
    vertical-align: middle;
  }
  .tbody {
      height: 300px;
      overflow: auto;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
  }
  .fix-column > .tbody {
      overflow: hidden;
      /*padding-bottom: 50px;*/
  }
  /*.fix-column > .tbody > .trow:last-child {margin-bottom: 50px;}*/

  .fix-column > .tbody > .trow {
      margin-top: -50px;
      margin-bottom: 50px;
  }
  .fix-column > .tbody > .trow:first-child {
      margin-top: 0px;
  }

  .rest-columns {
      width: 100%;
  }
  .rest-columns > .thead {
      /*padding-right: 50px;*/
      overflow: hidden;
  }
  /*.rest-columns > .thead > :last-child {margin-right: 50px;}*/
  .rest-columns > .thead > span {
      margin-right: 0px;
      margin-left: 0;
      padding: 24px;
      min-width: 190px;
      color: #FFFFFF;
      text-align: center;
  }
  .rest-columns > .thead > :first-child {
      margin-left: 0px;
      background: #9CABF7;
  }


  section.Choose_Plan {
      background: #fff;
      padding: 36px 0;
  }

  section.Choose_Plan h2 {
      font-family: Inter;
      font-size: 36px;
      font-weight: 700;
      line-height: 43.2px;
      letter-spacing: -0.02em;
      text-align: center;
      text-underline-position: from-font;
      text-decoration-skip-ink: none;
      color: #26244A;
      margin-bottom: 48px;
  }

  section.Choose_Plan h3 {
      background: #F2F4F7;
      border-radius: 16px 0 0 0;
      padding: 26px 16px;
      font-family: Inter;
      font-size: 24px;
      font-weight: 700;
      line-height: 33.6px;
      text-align: left;
      text-underline-position: from-font;
      text-decoration-skip-ink: none;
      color: #344054;
  }

  .Choose_Plan_Left {
      height: 100%;
  }

  .tabs-container nav ul li:last-child {
      border-radius: 0 0 0 16px;
  }

  .rest-columns > .thead > span:nth-child(2) {
      background: var(--color-blue-71, #758AF4);
  }

  .rest-columns > .thead > span:nth-child(3) {
      background: #4E69F1;
  }

  .rest-columns > .thead > span:nth-child(4) {
      background: #3A58EF;
      color: #3A58EF;
      border-radius: 0 16px 0 0;
  }

  .rest-columns > .thead > span b {
      font-family: Inter;
      font-size: 24px;
      font-weight: 700;
      line-height: 31.2px;
      text-align: center;
      text-underline-position: from-font;
      text-decoration-skip-ink: none;
      color: #fff;
  }

  .fix-column .thead span {
      font-family: Inter;
      font-size: 24px;
      font-weight: 700;
      line-height: 31.2px;
      text-align: left;
      text-underline-position: from-font;
      text-decoration-skip-ink: none;
      color: #344054;
      border: 1px solid var(--color-grey-93, #EAECF0);
      width: 380px;
  }

  .rest-columns .tbody .trow > span {
      text-align: center;
      width: 190px;
  }

  .trow:nth-child(odd) {
      background: var(--color-grey-98, #F9FAFB);
  }

  .total-wrapper {
      border-width: 1px;
      border-style: solid;
      border-color: var(--color-grey-93, #EAECF0);
      border-radius: 0 16px 16px 0;
  }

  .tabs-container nav ul li:hover {
      background: #F3F1FD;
      color: #344054;
  }




  .tab-content  table{ text-align: center; }
  .tab-content .table-container{ 
    width: 100%;
    height: 100%;
    max-height: 747px;
    overflow: auto;
    border-width: 1px;
    border-style: solid;
    border-color: var(--color-grey-93, #EAECF0);
  }

  .tab-content table th, .tab-content  table td {
    white-space: nowrap;
    padding: 10px 20px;
    font-family: Arial;
  }
  .tab-content table th span, .tab-content table td span {
      white-space: normal;
  }
  .tab-content  table tr th:first-child,.tab-content  table td:first-child{
    position: sticky;
    width: 100px;
    left: 0;
    z-index: 10;
    background: #fff;
    
  }
  .tab-content  table tr th:first-child{
    z-index: 11;
    font-family: Inter;
    font-size: 24px;
    font-weight: 700;
    line-height: 31.2px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #344054;
    padding: 44px 16px;
    border-width: 1px;
    border-style: solid;
    border-color: var(--color-grey-93, #EAECF0);
    width: 40% !important;
  }
  .tab-content table tr th{
    position: sticky;
    top: 0;
    z-index: 9;
    background: #fff;
  }

  .tab-content th:nth-child(2) {
    /* background: #9CABF7;
    color: #fff; */
    width: 20%;
  }

  .tab-content  th:nth-child(3) {
    /* background: var(--color-blue-71, #758AF4); */
    width: 20%;
  }

  .tab-content  th:nth-child(4) {
    /* background: #4E69F1; */
    width: 20%;
  }

  .tab-content  th:nth-child(5) {
    /* background: #3A58EF; */
    width: 20%;
  }

  .tab-content .table-container thead th span {
    font-family: Inter;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #fff;
  }

  .tab-content .table-container thead th span b {
    font-family: Inter;
    font-size: 24px;
    font-weight: 700;
    line-height: 31.2px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
  }

  .tab-content  table td:first-child {
    text-align: left;
    font-family: Inter;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #475467;
    padding: 14px 16px;
  }

  .tab-content tr:nth-child(even) td {
    /* background: var(--color-grey-98, #F9FAFB); */
  }

  .tab-content table td span {
    font-size: 14px;
    font-weight: 500;
  }

  .tab-content table td:first-child span {
    font-size: 14px;
    font-weight: 600;
  }

  .tab-content .Pay_As_Main_Table table td:first-child {
    border-top: 1px solid var(--Text-Grey-300, #EAECF0);
    border-left: 0;
    background: var(--Theme-Blue-50, #fff);
  }

  .tab-content .Pay_As_Main_Table table tr:last-child td:first-child {
    border-bottom: 0;
  }

  .tab-content .Pay_As_Main_Table table tbody tr.bg_white td:first-child {
    background: var(--White, #FFF);
  }

  .tab-content .Pay_As_Main_Table table tr:nth-child(odd) td:first-child {
    background: var(--Text-Grey-50, #F9FAFB);
    border-left: 0;
  } 


  .Why_us_Box_Points {
    margin-top: 28px;
    background: #FFFFFF;
    padding: 14px 11px;
    border-radius: 50px;
    border: 1px solid #EAECF0;
  }

  .Text_End_Box {
    text-align: right;
  }

  .Text_Start_Box {
    text-align: left;
  }

  .Why_us {
    background: #EBEEFD;
    padding: 72px 0;
  }


  /* body {
    background: #121927;
  }

  .animation {
    display: flex;
    justify-content: center;
    margin-top: 10vh;
    padding: 2rem 40px;
  }
  .animation .anm_mod {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
    transition: all 1s ease;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: 10px;
    width: 50%;
    height: 40vh;
    border-radius: 10px;
    font-size: 2rem;
    color: white;
    text-shadow: 2px 2px 2px rgba(20, 20, 20, 0.5);
    background: rgba(250, 250, 250, 0.5);
    box-shadow: 0px 4px 8px rgba(250, 250, 250, 0.3);
  }
  .animation .anm_mod.full {
    width: 100%;
    font-size: 3rem;
  }
  .animation .anm_mod.left {
    transform: translate3d(-100%, 0, 0);
  }
  .animation .anm_mod.right {
    transform: translate3d(100%, 0, 0);
  }
  .animation .anm_mod.delay {
    transition: all 2s ease;
  }
  .animation .anm_mod.fast {
    transition: all 0.8 ease;
  }

  .animation .anm_mod.active {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }

  .org_to_top {
    position: fixed;
    bottom: 20px;
    right: 20px;
  } */








  /* New CSS - Start - 13-02-2024 */


  .Digital_Web_Banner {
    background-image: url('https://assets.my-cpe.com/entigrity-assets/custom/demo_digital_marketing/images/digital-page/Digital_Web_Banner_Bg.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom center;
    background-color: #12327B;
    padding: 72px 0;
   }
  
   .Digital_Web_Banner_Left h1 {
    font-family: Inter;
    font-size: 48px;
    font-weight: 700;
    line-height: 60px;
    letter-spacing: -0.02em;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #FFFFFF;
    padding-bottom: 24px;
  }

  .Digital_Web_Banner_Left h2 {
    font-family: Inter;
    font-size: 30px;
    font-weight: 700;
    line-height: 38px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #ffffff;
    padding-bottom: 24px;
  }

  .Digital_Web_Banner_Left ul {
    padding-bottom: 48px;
  }

  .Digital_Web_Banner_Left ul li {
    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;
    list-style: none;
    color: #fff;
    padding-bottom: 12px;
  }

  .Digital_Web_Banner_Btns {
    display: flex;
    align-items: center;
    gap: 24px;
  }

  .Digital_Web_Banner_Left  a.Schedule_Call_Btn {
    background: #3A58EF;
    padding: 12px 20px;
    border-radius: 4px;
    box-shadow: 0px 1px 2px 0px #1018280D;
    border: 1px solid #3A58EF;
    margin-right: 0;
    font-family: Inter;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #fff;
    display: flex;
    align-items: center;
    max-width: 190px;
  }

  .Digital_Web_Banner_Left a.Schedule_Call_Btn:hover svg path {
    fill: #3A58EF;
  }

  .Digital_Web_Banner_Left a.Schedule_Call_Btn:hover {
    background: #fff;
    color: #3A58EF;
    border-color: #fff;
  }

  .Digital_Web_Banner_Left a.Schedule_Call_Btn svg {
    min-width: 20px;
    margin-right: 8px;
  }

  .Digital_Web_Banner_Right {
    background: #FFFFFF;
    border-radius: 24px;
    padding: 24px;
  }

  .Digital_Web_Banner_Right h2 {
    font-family: Inter;
    font-size: 36px;
    font-weight: 700;
    line-height: 43.2px;
    letter-spacing: -0.02em;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    margin-bottom: 4px;
    color: #1D2939;
  }

  .Digital_Web_Banner_Right p {
    font-family: Inter;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #5D667B;
    margin-bottom: 24px;
    padding: 0 66px;
  }

  .Digital_Web_Banner_Right button.btn.btn_submit {
    width: 100%;
    text-align: center;
  }

  /* .Get_Started_Left .Website_Box .form-check-input[type=radio] {
    width: 20px;
    height: 20px;
  } */

  .Get_Started_Left form .form-floating label span.red {
    color: #F04438;
  }


  section.Trusted_by {
    background: #ebeefd;
    padding: 72px 0;
  }

  .Trusted_by_Title h2 {
    font-family: Inter;
    font-size: 36px;
    font-weight: 700;
    line-height: 43.2px;
    letter-spacing: -0.02em;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #26244A;
    padding-bottom: 12px;
  }

  .Trusted_by_Title h3 {
    font-family: Inter;
    font-size: 26px;
    font-weight: 700;
    line-height: 33.8px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #26244A;
    padding-bottom: 12px;
  }

  .Trusted_by_Title p {
    font-family: Inter;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #475467;
  }

  .Trusted_by_Box {
    background: #FFFFFF;
    border-radius: 24px;
    padding: 24px;
    text-align: center;
    margin-top: 48px;
  }

  .Trusted_by_Box svg {
    margin-bottom: 16px;
  }

  .Trusted_by_Box h3 {
    font-family: Inter;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #344054;
    padding-bottom: 8px;
  }

  .Trusted_by_Box p {
    font-family: Inter;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #475467;
  }

  .Trusted_by_Btns {
    margin-top: 48px;
  }

  .Trusted_by_Btns a.View_Designs_Btn {
    border: 1px solid #3A58EF;
    border-radius: 4px;
    padding: 12px 32px;
    font-family: Inter;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #3A58EF;
    display: inline-block;
    margin-right: 24px;
  }

  .Trusted_by_Btns a.Free_Trial_Btn {
    background: #3A58EF;
    box-shadow: 0px 1px 2px 0px #1018280D;
    font-family: Inter;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #fff;
    padding: 12px 20px;
    border-radius: 4px;
    display: inline-block;
    border: 1px solid;
  }

  .Trusted_by_Btns a.View_Designs_Btn:hover {
      background: #3A58EF;
      color: #fff;
  }

  .Trusted_by_Btns a.Free_Trial_Btn:hover {
      background: transparent;
      color: #3A58EF;
      border-color: #3A58EF;
  }



  
  .tabs-container nav {
    margin: 0 auto;
    background: #fff;
  }

  .tabs-container nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    border: 1px solid #ccc;
    padding: 0 10px;
  }

  .tabs-container nav ul li {
    padding: 1rem;
    cursor: pointer;
    color: #A7A7A7;
    border-top: 1px solid #eee;
    margin-left: -10px;
    margin-right: -10px;
    padding-left: 25px;
  }

  .tabs-container nav ul li:hover { color: #3e4b58;}

  .tabs-container nav ul li.active {
    color: #3e4b58;
    border-top: none;
  }


  /* the nitty gritty */

  .tabs-container {
      position: relative;
      height: 100%;
  }



  .tabs-container nav {
    position: relative;
    width: 100%;
    border: 1px solid var(--color-grey-93, #EAECF0);
    border-radius: 0 0 0 16px;
  }

  .tabs-container nav ul {
    display: flex;
    flex-direction: column;
  }

  .tabs-container nav ul li {
    order: 1;
  }

  .tabs-container nav ul li.active {
    order: 0;
  }

  .tabs-container nav ul li.active:after {
    width: 16px;
    height: 16px;
    background-image: url('https://assets.my-cpe.com/entigrity-assets/custom/demo_digital_marketing/images/digital-page/Arrow_Down.svg');
    background-repeat: no-repeat;
    /* border: 5px solid transparent;
    border-top: 5px solid #fff; */
    content: '';
    position: absolute;
    right: 1.4em;
    top: 1.4em;
    z-index: 9999;
    border:0;
  }

  .tabs-container nav ul li span {
    display: none;
  }

  .tabs-container nav ul li:not(.active) {
    position: absolute;
    top: -999em;
  }


  .tabs-container nav ul.expanded li.active:after{
    border-top-color: transparent;
    border-bottom-color: #555;
    top: 1.4em;
    transform: rotate(180deg);
  }


  .tabs-container nav ul.expanded li:not(.active) {
    position: relative;
    top: auto;
  }


  .Confirm_Your_Plan {
   
  }

  .Confirm_Your_Plan h1.modal-title {
  }

  .Confirm_Your_Plan .modal-header {
    display: flex;
    position: relative;
    padding: 0;
    padding-bottom: 16px;
    border-bottom: 1px solid #EAECF0;
  }

  .Confirm_Your_Plan button.btn-close {
    /* position: absolute; */
    /* top: 0; */
    right: 0;
  }

  .Confirm_Your_Plan .modal-content {
    background: #FFFFFF;
    border-radius: 6px;
    padding: 24px;
  }

  .Confirm_Your_Plan .modal-body {
    padding: 0;
    padding-top: 24px;
  }

  .Confirm_Your_Plan .modal-content {
      border: 0;
  }

  .Confirm_Your_Plan .modal-body p {
    font-family: Inter;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: normal;
    color: #475467;
  }

  .Confirm_Your_Plan .Billing_Cycle_Details_Box {
    background: #F2F4F7;
    border-radius: 8px;
    padding: 12px;
    display: flex;
    gap: 32px;
    margin-top: 16px;
    margin-bottom: 24px;
  }

  .Confirm_Your_Plan .Billing_Cycle_Details_Box .Billing_Left {
    background: #FFFFFF;
    padding: 8px 16px;
    border-radius: 8px;
    box-shadow: 0px 1px 2px 0px #1018280F, 0px 1px 3px 0px #1018281A;
    font-family: Inter;
    font-weight: 500;
    font-size: 14px;
    line-height: 16.94px;
    letter-spacing: normal;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .Confirm_Your_Plan .Billing_Cycle_Details_Box .Billing_Left h3 {
    font-family: Inter;
    font-weight: 700;
    font-size: 24px;
    line-height: 38px;
    letter-spacing: normal;
    color: #101828;
  }

  .Confirm_Your_Plan .Billing_Right {}

  .Confirm_Your_Plan .Billing_Right h4 {
    font-family: Inter;
    font-weight: 500;
    font-size: 14px;
    line-height: 16.94px;
    letter-spacing: normal;
    color: #344054;
    margin-bottom: 16px;
  }

  .Confirm_Your_Plan .Billing_Right  h3 {
    font-family: Inter;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: normal;
    color: #039855;
    margin-bottom: 4px;
  }

  .Confirm_Your_Plan .Billing_Right p {
    font-family: Inter;
    font-weight: 400;
    font-size: 13px;
    line-height: 19px;
    letter-spacing: normal;
    color: #1D2939;
  }

  .Confirm_Your_Plan .Billing_Check_Box {
    display: flex;
    gap: 14px;
  }

  .Confirm_Your_Plan .Billing_Check_Box svg {
    min-width: 20px;
  }

  .Confirm_Your_Plan .Billing_Check_Box p {
    text-decoration-style: solid;
    text-decoration-thickness: Auto;
    color: #344054;
    font-family: Inter;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: normal;
  }

  .Confirm_Your_Plan .modal-dialog.modal-lg {
    max-width: 680px;
  }

  .Confirm_Your_Plan .Billing_Check_Box p a {
    font-family: Inter;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: normal;
    text-decoration: underline;
    text-decoration-style: solid;
    text-decoration-thickness: Auto;
    color: #3A58EF;
  }

  .Confirm_Your_Plan .modal-footer {
    border: 0;
    padding: 0;
    padding-top: 32px;
  }

  .Confirm_Your_Plan button.btn.Change_Plan_Btn {
    border: 1px solid #3A58EF;
    font-family: Inter;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: normal;
    color: #3A58EF;
    padding: 8px 14px;
  }

  .Confirm_Your_Plan button.btn.btn-primary.Continue_Btn {
    background: #3A58EF;
    font-family: Inter;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: normal;
    padding: 8px 14px;
  }

  .form-floating.input-group {}

  .Confirm_Your_Plan .form-floating.input-group label {
    z-index: 9;
    margin-left: 45px !important;
    /* background: #fff; */
  }


  .Confirm_Your_Plan .form-floating>.form-control, 
  .Confirm_Your_Plan .form-floating>.form-control-plaintext, 
  .Confirm_Your_Plan .form-floating>.form-select {
    height: 46px;
    min-height: 46px;
    line-height: 1.25;
    font-size: 14px;
    padding-top: 1rem;
  }

  .Confirm_Your_Planimg .Stripe_Img {
    border-right: 1px solid #EAECF0;
    padding-right: 12px;
  }
       
  .Confirm_Your_Plan button.btn.btn-primary.Continue_Btn.Confirm_Btn {
    padding: 14px 20px;
    font-family: Inter;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: normal;
    margin: 0;
  }

  .Thank_you .modal-body {
    padding: 0;
    text-align: center;
  }

  .Thank_you .modal-body img.modal_check_anim {
    max-width: 100px;
  }

  .Thank_you .modal-body h3 {
    font-family: Inter;
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: normal;
    text-align: center;
    color: #1D2939;
    margin-bottom: 24px;
  }

  .Thank_you .modal-body p {
    font-family: Inter;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: normal;
    text-align: center;
    color: #475467;
  }

  @media all and (min-width: 42em) {

    nav {
      background: transparent;
    }

    .tabs-container nav ul li.active {
      box-shadow: inset 0 -3px 0 #5098B3;
    }

    .tabs-container nav ul {
      display: flex;
      flex-direction: row;
      justify-content: center;
      /* white-space: nowrap; */
      overflow: hidden;
      border: none;
      padding: 0;
      flex-direction: column;
    }

    .tabs-container nav ul li {
      display: inline-block;
      margin: 0 1rem 0 1rem;
      padding: 0 0 .2rem 0;
      border: none;
      font-family: Inter;
      font-size: 14px;
      font-weight: 500;
      line-height: 20px;
      text-align: left;
      text-underline-position: from-font;
      text-decoration-skip-ink: none;
      color: #5D667B;
      padding: 14px 16px;
      margin: 0;
      border-width: 1px;
      border-style: solid;
      border-color: var(--color-grey-93, #EAECF0);
    }

    .tabs-container nav ul li:not(.active) {
      position: relative;
      top: auto;
    }

    .tabs-container nav ul li.active {
      order: 1;
      font-family: Inter;
      font-size: 14px;
      font-weight: 700;
      line-height: 20px;
      text-align: left;
      text-underline-position: from-font;
      text-decoration-skip-ink: none;
      color: #FFFFFF;
      margin: 0;
      border-width: 1px;
      border-style: solid;
      border-color: var(--color-grey-93, #EAECF0);
      box-shadow: none;
      background: #3A58EF;
      padding: 14px 16px;
    }

    .tabs-container nav ul li.active:after {
      display: none;
    }

    .tabs-container nav ul li:last-child {
        border-radius: 0 0 0 16px;
    }

    .tabs-container {
      position: relative;
      /* height: 630px; 
      overflow-y: scroll;*/
      height: inherit;
      overflow-y: hidden;
    }
  }


  .tab-content{
      display: none;
      padding: 0;
  }
  .tab-content.current{
      display: inherit;
  }

  .fix-column {
      float: left;
  }
  .thead {
      height: 120px;
      white-space: nowrap;
  }
  .thead > span {
    display: inline-block;
    width: 190px;
    line-height: 40px;
    box-shadow: none;
    background-color: transparent;
    text-align: center;
    padding: 44px 16px;
    font-family: Inter;
    color: #344054;
    font-family: Inter;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
  }
  .trow {
      white-space: nowrap;
  }
  .trow > span {
    display: inline-block;
    width: 380px;
    box-shadow: none;
    /* line-height: 80px; */
    /* height: 80px; */
    font-family: Inter;
    font-size: 14px;
    font-weight: 500;
    /* line-height: 20px; */
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #475467;
    padding: 14px 16px;
    vertical-align: middle;
  }
  .tbody {
      height: 300px;
      overflow: auto;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
  }
  .fix-column > .tbody {
      overflow: hidden;
      /*padding-bottom: 50px;*/
  }
  /*.fix-column > .tbody > .trow:last-child {margin-bottom: 50px;}*/

  .fix-column > .tbody > .trow {
      margin-top: -50px;
      margin-bottom: 50px;
  }
  .fix-column > .tbody > .trow:first-child {
      margin-top: 0px;
  }

  .rest-columns {
      width: 100%;
  }
  .rest-columns > .thead {
      /*padding-right: 50px;*/
      overflow: hidden;
  }
  /*.rest-columns > .thead > :last-child {margin-right: 50px;}*/
  .rest-columns > .thead > span {
      margin-right: 0px;
      margin-left: 0;
      padding: 24px;
      min-width: 190px;
      color: #FFFFFF;
      text-align: center;
  }
  .rest-columns > .thead > :first-child {
      margin-left: 0px;
      background: #9CABF7;
  }


  section.Choose_Plan {
      background: var(--White, #FFF);
      padding: 32px 0 0;
  }

  section.Choose_Plan h2 {
      font-family: Inter;
      font-size: 36px;
      font-weight: 700;
      line-height: 43.2px;
      letter-spacing: -0.02em;
      text-align: center;
      text-underline-position: from-font;
      text-decoration-skip-ink: none;
      color: #26244A;
      margin-bottom: 12px;
  }

  section.Choose_Plan h3 {
      background: #F2F4F7;
      border-radius: 16px 0 0 0;
      padding: 26px 16px;
      font-family: Inter;
      font-size: 24px;
      font-weight: 700;
      line-height: 33.6px;
      text-align: left;
      text-underline-position: from-font;
      text-decoration-skip-ink: none;
      color: #344054;
  }

  section.Choose_Plan h3.Choose_Plan_Subtitle {
      font-family: Inter;
      font-size: 26px;
      font-weight: 700;
      line-height: 33.8px;
      text-align: center;
      text-underline-position: from-font;
      text-decoration-skip-ink: none;
      color: #3A58EF;
      background: transparent;
      padding-top: 0;
      padding-bottom: 48px;
  }

  .Choose_Plan_Left {
      height: 100%;
  }

  .tabs-container nav ul li:last-child {
      border-radius: 0 0 0 16px;
  }

  .rest-columns > .thead > span:nth-child(2) {
      background: var(--color-blue-71, #758AF4);
  }

  .rest-columns > .thead > span:nth-child(3) {
      background: #4E69F1;
  }

  .rest-columns > .thead > span:nth-child(4) {
      background: #3A58EF;
      color: #3A58EF;
      border-radius: 0 16px 0 0;
  }

  .rest-columns > .thead > span b {
      font-family: Inter;
      font-size: 24px;
      font-weight: 700;
      line-height: 31.2px;
      text-align: center;
      text-underline-position: from-font;
      text-decoration-skip-ink: none;
      color: #fff;
  }

  .fix-column .thead span {
      font-family: Inter;
      font-size: 24px;
      font-weight: 700;
      line-height: 31.2px;
      text-align: left;
      text-underline-position: from-font;
      text-decoration-skip-ink: none;
      color: #344054;
      border: 1px solid var(--color-grey-93, #EAECF0);
      width: 380px;
  }

  .rest-columns .tbody .trow > span {
      text-align: center;
      width: 190px;
  }

  .trow:nth-child(odd) {
      background: var(--color-grey-98, #F9FAFB);
  }

  .total-wrapper {
      border-width: 1px;
      border-style: solid;
      border-color: var(--color-grey-93, #EAECF0);
      border-radius: 0 16px 16px 0;
  }

  .tabs-container nav ul li:hover {
      background: #F3F1FD;
      color: #344054;
  }




  .tab-content table{ text-align: center; }
  .tab-content .table-container{ 
    width: 100%;
    height: 100%;
    max-height: 747px;
    overflow: scroll;
    border-width: 1px;
    border-style: solid;
    border-color: var(--color-grey-93, #EAECF0);
  }

  .tab-content table th,.tab-content table td {
    white-space: nowrap;
    padding: 10px 20px;
    font-family: Arial;
  }
  .tab-content table th span,.tab-content table td span {
      white-space: normal;
  }
  .tab-content table tr th:first-child,.tab-content table td:first-child{
    position: sticky;
    width: 100px;
    left: 0;
    z-index: 10;
    background: #fff;
    
  }
  .tab-content table tr th:first-child{
    z-index: 11;
    font-family: Inter;
    font-size: 24px;
    font-weight: 700;
    line-height: 31.2px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #344054;
    padding: 44px 16px;
    border-width: 1px;
    border-style: solid;
    border-color: var(--color-grey-93, #EAECF0);
    width: 557px !important;
  }
  .tab-content table tr th{
    position: sticky;
    top: 0;
    z-index: 9;
    background: #fff;
  }

  .tab-content th:nth-child(2) {
    /* background: #9CABF7;
    color: #fff; */
    width: 19%;
    border-right: 1px solid var(--Text-Grey-200, #EAECF0);
    border-bottom: 1px solid var(--Text-Grey-200, #EAECF0);
    cursor: pointer;
  }

  .tab-content th:nth-child(3) {
    /* background: var(--color-blue-71, #758AF4); */
    width: 19%;
    border-right: 1px solid var(--Text-Grey-200, #EAECF0);
    border-bottom: 1px solid var(--Text-Grey-200, #EAECF0);
    cursor: pointer;
  }

  .tab-content th:nth-child(4) {
    /* background: #4E69F1; */
    width: 19%;
    border-right: 1px solid var(--Text-Grey-200, #EAECF0);
    border-bottom: 1px solid var(--Text-Grey-200, #EAECF0);
    cursor: pointer;
  }

  .tab-content th:nth-child(5) {
    /* background: #3A58EF; */
    width: 19%;
    border-bottom: 1px solid var(--Text-Grey-200, #EAECF0);
  }

  .tab-content .table-container thead th span {
    color: var(--Text-Grey-600, #475467);
    text-align: center;
    /* Text sm / Semibold */
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px; /* 142.857% */
  }

  .tab-content .table-container thead th span b {
    font-family: Inter;
    font-size: 24px;
    font-weight: 700;
    line-height: 31.2px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
  }

  .tab-content table td:first-child {
    text-align: left;
    font-family: Inter;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #475467;
    padding: 14px 16px;
  }

  .tab-content tr:nth-child(even) td {
    /* background: var(--color-grey-98, #F9FAFB); */
  }

  .tab-content  table td span {
    font-size: 14px;
    font-weight: 500;
  }

  .tab-content table td:first-child span {
    font-size: 14px;
    font-weight: 600;
  }


  .Why_us_Box_Points {
    margin-top: 28px;
    background: #FFFFFF;
    padding: 14px 11px;
    border-radius: 50px;
    border: 1px solid #EAECF0;
  }

  .Text_End_Box {
    text-align: right;
  }

  .Text_Start_Box {
    text-align: left;
  }

  .Why_us {
    background: #EBEEFD;
    padding: 72px 0;
  }




  /* New CSS */

  .Trusted_by_Box {
    min-height: 270px;
  }

  .Digital_Web_Banner_Left h1 sup {
    top: -10px;
  }

  table td span svg {
    width: 21px;
    height: 21px;
  }


  /*FAQs Start*/
  .faqs .nav-tabs .nav-link {
      color: var(--Text-Grey-400, #98A2B3);
      font-size: 16px;
      font-style: normal;
      font-weight: 600;
      border: none;
      line-height: 24px;
      padding: 12px 20px;
      border-radius: 8px 8px 0px 0px;
      background: transparent;
  }
  .faqs .nav-tabs .nav-item.show .nav-link, .faqs .nav-tabs .nav-link.active {
      color: var(--Theme-Purple-500, #3a58ef);
      border-bottom: 1px solid var(--Theme-Purple-500, #3a58ef);
  }
  section.section.faqs  h2.faq-title {
      color: var(--Theme-Dark-Blue-800, #26244A);
      text-align: center;
      font-size: 36px;
      font-style: normal;
      font-weight: 700;
      line-height: 120%;
  
      letter-spacing: -0.72px;
      margin-bottom: 40px;
  }
  .faqs .accordion-button::after {
      background-image: url(https://assets.my-cpe.com/entigrity-assets/custom/demo_digital_marketing/images/digital-page/faq-down.webp);
  }
 
  .faqs .accordion-flush>.accordion-item>.accordion-header .accordion-button,.faqs .accordion-flush>.accordion-item>.accordion-header .accordion-button.collapsed {
      background:  transparent;
  }
  .faqs .accordion-flush>.accordion-item {
      /* margin-bottom: 8px; */
      border-bottom: 1px solid #E1E2E6;
      background: transparent;
  }
  .faqs .accordion-flush>.accordion-item>.accordion-header .accordion-button,.faqs .accordion-flush>.accordion-item>.accordion-header .accordion-button.collapsed {
      color: var(--Theme-Dark-Blue-800, #26244A);
      font-size: 20px;
      font-style: normal;
      font-weight: 600;
      line-height: 30px;
  }
  .faqs .accordion-button:focus {
      box-shadow: none;
      /* background: rgba(205, 214, 218, 0.25) !important; */
  }
  .faqs  .accordion-button:not(.collapsed){
      box-shadow: none;
  }
  .faqs .accordion-body {
      background: transparent;
      border-top: none;
      color: var(--Text-Grey-600, #475467);
      font-size: 18px;
      font-style: normal;
      font-weight: 400;
      line-height: 28px;
      
  }
  .faqs .accordion-body ul {
      margin-left: 40px;
      margin-bottom: 10px;
  }
  .faqs .accordion-body ul li {
      line-height: 35px;
  }
  .faqs .accordion-body ul p {
      line-height: 30px;
  }

  section.section.faqs {
      padding: 72px 0;
  }

  .Digital_Web_Banner_Left h1 sup a.Digital_Web_Banner_Left_Link {
      color: #fff;
  }



  .Get_Started_Left .Website_Box .form-check-input[type=checkbox] {
      width: 20px;
      height: 20px;
  }

  .Get_Started_Left .Website_Box .form-check-input[type=radio] , .Get_Started_Left .Website_Box .form-check-input:checked[type=checkbox] {
      border-radius: 6px;
      background-color: transparent;
  }

  .form-check-input:checked[type=radio], .form-check-input:checked[type=checkbox] {
    background-image: url('https://assets.my-cpe.com/entigrity-assets/custom/demo_digital_marketing/images/digital-page/Web_Checkbox.svg');
    border: 0;
  }



  /* 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 .about_us_slider ul.slick-dots li.slick-active button:before {
  opacity: 0;
}

.Testimonials .about_us_slider ul.slick-dots li button:before {
  opacity: 0;
}
 

  /* New CSS - End - 13-02-2024 */

  .Confirm_Your_Plan .modal-header p.modal-title {
    color: var(--Text-Grey-800, #1D2939);
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
    margin: 0;
    padding: 0;
  }

  .plan_selection_modal .modal-header p.modal-title {
    color: var(--Text-Grey-800, #1D2939);
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
    margin: 0;
  }

  .Confirm_Your_Plan .Billing_Cycle_Details_Box .Billing_Left p.plan_price {
    font-family: Inter;
    font-weight: 700;
    font-size: 24px;
    line-height: 38px;
    letter-spacing: normal;
    color: #101828;
    margin: 0;
  }

  .Confirm_Your_Plan .Billing_Right p.detail_header {
    font-family: Inter;
    font-weight: 500;
    font-size: 14px;
    line-height: 16.94px;
    letter-spacing: normal;
    color: #344054;
    margin: 0;
    margin-bottom: 16px;
  }



  
  .Confirm_Your_Plan .modal-header h2 {
    line-height: 30px;
    margin-bottom: 0;
    letter-spacing: inherit;
    color: var(--Text-Grey-800, #1D2939);
    font-style: normal;
    font-weight: 600;
}



.form-floating.input-group.Card_No_Box.form-floating.input-group.Card_No_Box label {
    z-index: 9; 
    left: 25%;
}

.form-floating.input-group.Card_No_Box.form-floating>.form-control:focus~label {
    position: absolute;
    top: 0px;
    left: 25%;
    padding: 12px 16px;
}

.Website_Box .form-check.form-check-inline {
  margin-right: 7px;
  padding-left: 24px;
  margin-left: 7px;
}

.Website_Box .form-check.form-check-inline:last-child {
margin-right: 0;
margin-left: 0;
}



.form-check .form-check-input:checked[type=radio] {
  background: url(../../images/digital-marketing/Select_Plan.svg);
  height: 17px !important;
  width: 16px;
}

.form-check .form-check-input[type=radio] {
  background: url(../../images/digital-marketing/Unselect_Plan.svg);
  height: 17px !important;
  width: 16px;
  margin: 0;
  border: 0;
  background-repeat: no-repeat;
  border-radius: 0;
}



.tab-content .table-container .form-check {
  width: auto;
  margin: 0 auto;
  padding: 0;
  min-width: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 16px;
}

.tab-content th.selected {
  background: var(--Theme-Blue-500, #D8DEFC);
}

.tab-content th.Plan_th.selected {
  background: var(--Theme-Blue-500, #D8DEFC) !important;
}

.tab-content th.selected:hover, .tab-content th.Plan_th.selected:hover {
  background: var(--Theme-Blue-500, #D8DEFC);
}

.tab-content th:hover {
  background: var(--Theme-Blue-50, #D8DEFC);
}

.tab-content .table-container thead th.selected span {
  /* color: #fff; */
}

.tab-content .table-container thead th span b {
  color: var(--Theme-Blue-500, #3A58EF);
  text-align: center;
  
  /* Webpage/Header 3 */
  font-family: Inter;
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%; /* 33.8px */
  margin-bottom: 6px;
  display: inline-block;
}

.tab-content .table-container thead th.selected span b {
  /* color: #fff; */
}

.tab-content .table-container thead th span sub {
  bottom: 8px;
  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% */
}

.tab-content .table-container thead th.selected span sub {
  /* color: #fff; */
}

.tab-content th label.form-check-label {
  color: var(--Text-Grey-400, #98A2B3);
  text-align: center;
  /* Text xs/Semibold */
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px; /* 150% */
}

.tab-content th.selected label.form-check-label {
  color: #fff;
}


.Website_Pricing_Banner {
  background: var(--White, #FFF);
  padding: 48px 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 0px;
}

.Website_Pricing_Banner h1 {
  margin-bottom: 12px;
  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;
}

.Website_Pricing_Banner 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;
}

.Website_Pricing_Banner ul {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
}

.Website_Pricing_Banner ul li {
  list-style: none;
  display: inline-block;
  color: var(--White, #FFF);
  text-align: center;

/* Text xl / Bold */
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px; /* 150% */
  position: relative;
}

.Website_Pricing_Banner ul li:after {
  right: -15px;
  top: 7px;
}

.Website_Pricing_Banner ul li:after {
  content: '';
  border-right: 1px solid #D9D9D9;
  width: 1px;
  height: 16px;
  display: inline-block;
  position: absolute;
}

.Website_Pricing_Banner ul li:last-child:after {
  display: none;
}

.tab-content .table-container .form-check label.form-check-label {
  cursor: pointer;
  border-radius: 4px;
  background: var(--Theme-Blue-500, #3A58EF);
  box-shadow: none;
  padding: 0px 16px;
  color: var(--White, #FFF);
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
}


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% */
}



/* Digital Marketing Pricing Plan */

section.Choose_Plan .tab-content .table-responsive.user_list_tbl > table tbody > tr td:first-child {
  width: 61%;
  padding: 18px 46px;
}

section.Choose_Plan .tab-content tr.chart_row, section.Choose_Plan .tab-content tr.chart_row_parant {
  border: 0;
}


.table-container.Video_Creation_Table thead th span b {
  color: var(--Theme-Blue-500, #3A58EF);
  text-align: center;

/* Webpage/Header 3 */
  font-family: Inter;
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%; /* 33.8px */
}

.table-container.Video_Creation_Table {}

.table-container.Video_Creation_Table thead th span {
  color: var(--Text-Grey-600, #475467);
  text-align: center;

/* Text sm / Semibold */
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px; /* 142.857% */
}

.table-container.Video_Creation_Table label.form-check-label {
  color: var(--Text-Grey-400, #98A2B3);
  text-align: center;

/* Text xs/Semibold */
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px; /* 150% */
}

.table-container.Video_Creation_Table table tr th:nth-child(5) {
  border-right: 1px solid var(--Text-Grey-200, #EAECF0);
}

.table-container.Video_Creation_Table table tr th {
  border-bottom: 1px solid var(--Text-Grey-200, #EAECF0);
}

.table-container.Email_Campaigns_Table th:nth-child(4) {
  border-right: 0;
}

.table-container.Paid_Ads_Table th:nth-child(2) {
  width: 300px;
}

.table-container.Paid_Ads_Table th:nth-child(3) {
  width: 300px;
}

.table-container.Review_and_Referal_Management_Table thead th span sub {
  bottom: 4px;
}

.Digital_Marketing_Pricing_Tabs div#pills-tabContent, 
.Digital_Marketing_Pricing_Tabs #v-pills-tabContent {
  display: block;
}

.Digital_Marketing_Pricing_Tabs .nav.nav-pills {
  justify-content: center;
  border-radius: 50px;
  border: 1px solid var(--Text-Grey-200, #EAECF0);
  background: var(--White, #FFF);
  display: inline-block;
  padding: 8px;
}


.Pay_As_Main {
  border-radius: 0;
  border: 0 solid var(--Text-Grey-200, #EAECF0);
  background: var(--White, #FFF);
  padding: 0;
  margin-top: 32px;
}

.Pay_As_Main_Right {
  border-radius: 16px;
  border: 1px solid var(--Text-Grey-200, #EAECF0);
}

section.Choose_Plan .Pay_As_Main_Right h2 {
    padding: 24px 16px;
    margin: 0;
    text-align: left;
    background: #fff;
    border-radius: 16px 16px 0 0;
    color: var(--Text-Grey-700, #344054);
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
}

section.Choose_Plan.All_in_One .Pay_As_Main .table-responsive.table-container {
  border-radius: 0 0 16px 16px;
}


.Pay_As_Main_Table {}

.Pay_As_Main_Table .tab-content table tr th:first-child {
  color: var(--Text-Grey-700, #344054);

/* Webpage/Header 6 */
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%; /* 23.4px */
  background: transparent;
  padding: 16px 24px;
}

section.Choose_Plan .tab-content .Pay_As_Main_Table table tr th:first-child {
  /* padding: 0; */
  border: 0;
   background: #fff;
  border-top: 1px solid var(--Text-Grey-300, #EAECF0);
  border-left: 0;
}


section.Choose_Plan .tab-content .Pay_As_Main_Table table tr th {
  background: #fff;
}

section.Choose_Plan .tab-content .Pay_As_Main_Table table tr th:first-child h3 {
  background: transparent;
  color: var(--Text-Grey-700, #344054);

/* Webpage/Header 6 */
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%; /* 23.4px */
  padding: 24px 16px;
}

.tab-content .Pay_As_Main_Table table tbody tr th {
  color: var(--Text-Grey-600, #475467);

/* Text sm / Medium */
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px; /* 142.857% */
  border: 0;
  padding: 12px 16px;
  background: var(--Text-Grey-50, #F9FAFB);
  border-top: 1px solid var(--Text-Grey-300, #EAECF0);
}

.tab-content .Pay_As_Main_Table .table-container {
  border: 0;
  padding: 0;
  max-height: inherit;
  overflow: hidden;
}

.tab-content .Pay_As_Main_Table table tbody tr th .form-check {
  justify-content: center;
  margin-top: 0;
}

.tab-content .Pay_As_Main_Table table tbody tr th .form-check label.form-check-label {
  text-align: left;
  background: transparent;
}

.tab-content .Pay_As_Main_Table table tbody tr th .form-check label.form-check-label span {
  color: var(--Text-Grey-600, #475467);

/* Text sm / Medium */
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px; /* 142.857% */
  text-align: left;
}

.tab-content .Pay_As_Main_Table table tbody tr th .form-check label.form-check-label span b {
  color: var(--Text-Grey-600, #475467);

/* Text md / Semibold */
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px; /* 150% */
}

.tab-content .Pay_As_Main_Table table tbody tr th.selected {
  color: var(--Theme-Blue-500, #3A58EF);
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
}

.tab-content .Pay_As_Main_Table table tbody tr th.selected .form-check label.form-check-label span {
  color: var(--Theme-Blue-500, #3A58EF);
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
}

.tab-content .Pay_As_Main_Table table tbody tr th.selected .form-check label.form-check-label span b {
  color: var(--Theme-Blue-500, #3A58EF);
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
}

.tab-content .Pay_As_Main_Table table tbody tr.bg_none th, .tab-content .Pay_As_Main_Table table tbody tr.bg_none td {
  background: transparent;
  padding: 0;
}

.tab-content .Pay_As_Main_Table table tbody tr.bg_white th, .tab-content .Pay_As_Main_Table table tbody tr.bg_white td {
  background: var(--White, #FFF);
}

.tab-content .Pay_As_Main_Table table tbody tr:last-child th:first-child {
  border-radius: 0;
}

.tab-content .Pay_As_Main_Table table tbody tr:last-child th:last-child {
  border-radius: 0px;
}

.Pay_As_Main .tab-content {
  display: block;
}

.tab-content .Pay_As_Main_Table tr:nth-child(even) td, .tab-content .Pay_As_Main_Table tr:nth-child(even) th {
  /* background: var(--color-grey-98, #F9FAFB); */
}


section.Choose_Plan .tab-content .Pay_As_Main_Table.Graphic_Design_Table table tr:first-child th:first-child {
    border-bottom: 1px solid var(--Text-Grey-200, #EAECF0);
    background: #fff;
    border: 0;
}

.Pay_As_Main_Table.Graphic_Design_Table .table-container.Paid_Ads_Table th:nth-child(2) {
     border-top: 0;
}

.Pay_As_Main_Table.Graphic_Design_Table .table-container.Paid_Ads_Table th:nth-child(3) {
     border-top: 0;
}

.Pay_As_Main_Table.Graphic_Design_Table table tbody tr.bg_white th, 
.Pay_As_Main_Table.Graphic_Design_Table table tbody tr.bg_white td {
  background: var(--White, #FFF);
  border-top: 1px solid var(--Text-Grey-200, #EAECF0);
  border-right: 1px solid var(--Text-Grey-200, #EAECF0);
  border-left: 1px solid var(--Text-Grey-200, #EAECF0);
  border-bottom: 1px solid var(--Text-Grey-200, #EAECF0);
}

.Pay_As_Main_Table.Graphic_Design_Table tr:nth-child(even) td, 
.Pay_As_Main_Table.Graphic_Design_Table tr:nth-child(even) th {
  /* background: var(--color-grey-98, #F9FAFB); */
  border-top: 1px solid var(--Text-Grey-200, #EAECF0);
  border-left: 0;
  border-right: 1px solid var(--Text-Grey-200, #EAECF0);
  border-bottom: 1px solid var(--Text-Grey-200, #EAECF0);
}



.tab-content .Pay_As_Main_Table.Graphic_Design_Table table tbody tr th .form-check {
  justify-content: center;
}

.tab-content .Pay_As_Main_Table.Graphic_Design_Table .table-container {
  max-height: inherit;
  overflow: hidden;
 }

 section.Choose_Plan .tab-content .Pay_As_Main_Table.Graphic_Design_Table table tr:first-child th:first-child {
  border-bottom: 1px solid var(--Text-Grey-200, #EAECF0);
  background: #fff;
 }

 .Pay_As_Main_Table.Graphic_Design_Table tr:nth-child(odd) td, .Pay_As_Main_Table.Graphic_Design_Table tr:nth-child(odd) th {
  border-left: 1px solid var(--Text-Grey-200, #EAECF0);
  border-bottom: 1px solid var(--Text-Grey-300, #EAECF0);
  border-right: 0;
  border-top: 0;
  background: var(--Text-Grey-50, #F9FAFB);
}

.Pay_As_Main_Table.Graphic_Design_Table tr:last-child td {
  border-bottom: 0;
}

section.Choose_Plan div#v-pills-tab {
  border-radius: 0;
  width: 100%;
  border: 0;
}

section.Choose_Plan .nav-pills .nav-link {
  /* width: 100%;
  border-radius: 0;
  border-top: 1px solid var(--Text-Grey-200, #EAECF0);
  border-right: 1px solid var(--Text-Grey-200, #EAECF0);
  border-left: 1px solid var(--Text-Grey-200, #EAECF0); */
  text-align: left;
  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: 50px;
  background: var(--Theme-Blue-50, #EBEEFD);
}

section.Choose_Plan .nav-pills .nav-link:last-child {
  /* border-radius: 0px 0px 0px 16px;
  border: 1px solid var(--Text-Grey-200, #EAECF0); */
}

section.Choose_Plan .nav-pills .nav-link.active {
  color: var(--White, #FFF);

/* Text sm / Bold */
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px; /* 142.857% */
  background: var(--Theme-Blue-800, #182878);
}




.On_Page_SEO {}

.On_Page_SEO label {
  color: var(--Text-Grey-700, #344054);
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
}

.Monthly_Packages {
    border-radius: 2px;
    background: var(--Warning-Yellow-500, #F79009);
    padding: 2px;
    margin-bottom: 4px;
}

.Monthly_Packages p {
    color: var(--White, #FFF);
    font-family: Inter;
    font-size: 10px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin: 0;
}

.On_Page_SEO h3 {
    color: var(--Text-Grey-700, #344054);
    text-align: LEFT;

/* Webpage/Header 4 */
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%; /* 31.2px */
}

.Plan_Bottom_Box .Plus_Sign h4 {
    color: var(--Text-Grey-600, #475467);
    text-align: center;
    font-family: Inter;
    font-size: 36px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%; /* 43.2px */
    letter-spacing: -0.72px;
}

.Article_Writing {}

.Article_Writing label {
  color: var(--Text-Grey-700, #344054);
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
}

.Pay_As_You_Go {
    border-radius: 2px;
    background: var(--Warning-Yellow-700, #B54708);
    padding: 2px;
    max-width: 81px;
}

.Pay_As_You_Go p {
    color: var(--White, #FFF);
    font-family: Inter;
    font-size: 10px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin: 0;
}

.Pay_As_You_Go h3 {}

.Article_Writing h3 {
    color: var(--Text-Grey-700, #344054);
    text-align: left;

/* Webpage/Header 4 */
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%; /* 31.2px */
}

.Article_Writing h3 sub {
    color: var(--Text-Grey-600, #475467);
    text-align: center;

/* Text xs/Medium */
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px; /* 150% */
    bottom: 4px;
}

.Plan_Bottom_Box_Left h3 sub span {
    color: var(--Text-Grey-700, #344054);
    text-align: center;

/* Text xl / Bold */
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px; /* 150% */
    vertical-align: middle;
}

section.Choose_Plan.All_in_One .tab-content {
  display: block;
}

section.Choose_Plan.All_in_One {}

section.Choose_Plan.All_in_One .table-container {
  border-radius: 16px;
  border: 0;
}

section.Choose_Plan.All_in_One .table-container tr.bg_blue {}

section.Choose_Plan.All_in_One .table-container tr.bg_blue td {
    border-top: 1px solid var(--Text-Grey-200, #EAECF0);
    border-right: 1px solid var(--Text-Grey-200, #EAECF0);
    border-left: 1px solid var(--Text-Grey-200, #EAECF0);
    background: var(--Theme-Blue-700, #283FB1);
    color: var(--White, #FFF);

/* Webpage/Header 6 */
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%; /* 23.4px */
    padding: 18px 16px;
}

section.Choose_Plan.All_in_One .table-container tr th:first-child {
  border-bottom: 1px solid var(--Text-Grey-300, #D0D5DD);
  background: var(--Theme-Blue-50, #EBEEFD);
  background: #fff;
}

section.Choose_Plan.All_in_One .table-container tr th:first-child a {
    color: var(--Theme-Blue-500, #3A58EF);

/* Text md / Semibold */
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}

.Digital_Marketing_Pricing_Tabs {
  padding: 48px 0;
  background: var(--White, #FFF);
}

section.Choose_Plan.All_in_One .table-container {
  max-height: inherit;
  overflow: hidden;
}


section.Choose_Plan.All_in_One .table-container tr.bg_blue span.toggle-icon {
  /* color: #3A58EF;
  font-size: 22px;
  font-weight: 600;
  margin-right: 16px; */
  font-weight: bold;
  margin-right: 8px;
  font-size: 22px;
  color: #fff;
}

section.Choose_Plan.All_in_One .table-container tbody tr.chart_row_bg_blue table {
  width: 100%;
}




/* Pricing */

section.complince_solution {
  padding-top: 0;
  padding-bottom: 0;
  background: transparent;
}

section.complince_solution label {
  font-family: Inter;
  font-weight: 700;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: normal;
  text-align: center;
  text-transform: uppercase;
  color: #3A58EF;
  margin-bottom: 8px;
  display: inline-block;
  width: 100%;
}

section.complince_solution h2 {
  color: #26244A;
  text-align: center;
  font-family: Inter;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -0.72px;
  margin-bottom: 24px;
}

section.complince_solution h2 + p {
  color: var(--Text-Grey-500, #475467);
  text-align: center;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 36px;
}

section.complince_solution .table-responsive {
  background: #FFFFFF;
  border-radius: 16px;
  border: 1px solid #EAECF0;
}

.complince_solution .complince_solution_table {
  width: 1100px;
}

section.complince_solution table > thead > tr:first-child th:first-child {
  text-align: left;
  font-family: Inter;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: normal;
  color: #344054;
  padding-bottom: 0;
  width: 709px;
}
                      
section.complince_solution table > thead > tr:first-child th {
  background: #fff;
  font-style: normal;
  padding: 20px 16px;
  vertical-align: middle;
  font-family: Inter;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: normal;
  text-align: center;
  color: #344054;
  border: 0;
  padding-bottom: 0;
}

section.complince_solution table > thead > tr:nth-child(2) th:first-child {
  text-align: left;
}

section.complince_solution table > thead > tr:nth-child(2) th {
  vertical-align: middle;
  color: var(--Text-Grey-900, #101828);
  text-align: center;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  background: #fff;
  padding: 12px 16px;
  border: none;
}

section.complince_solution .table-responsive {
  background: #FFFFFF;
  border-radius: 16px;
}

.complince_solution table th:nth-child(4), 
.complince_solution table th:nth-child(5), 
.complince_solution table td:nth-child(4), 
.complince_solution table td:nth-child(5) {
  display: block;
}

.Try_for_free {
  display: flex;
  align-items: center;
}

.Try_for_free h3 {
  font-family: Inter;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: normal;
  color: #344054;
  margin-right: 16px;
  margin-left: 12px;
}

.Try_for_free h3 span {
  font-family: Inter;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: normal;
  color: #3A58EF;
}

.Regular_Staffing_Main section.complince_solution table tbody tr td {
  font-style: normal;
  padding: 12px 12px;
  border: none;
  border-bottom: 1px solid #EAECF0;
  font-family: Inter;
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: normal;
  color: #475467;
}

.requirement_icn.rowactive > svg {
  transform: rotate(45deg);
}


section.complince_solution table tr.chart_row td table tbody tr:nth-of-type(odd) td {
  background-color: transparent;
  padding-bottom: 12px;
  padding-top: 12px;
}

.table-responsive.user_list_tbl > table tbody > tr td:first-child {
  width: 690px;
} 

.complince_solution table td:nth-child(4) {
  min-height: 53px;
}

.table-responsive.user_list_tbl > table tbody > tr td.Inner_td {
  padding-left: 25px;
}

.table-responsive.user_list_tbl > table tbody > tr:first-child td.Col_td {
  width: 100% !important;
}

.tooltipModal .row ul {
  color: var(--Text-Grey-700, #344054);
  font-style: normal;
  padding-left: 4px;
  font-family: Inter;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: normal;
}

.tooltipModal .row ul li {
  list-style: none;
}

.tooltipModal .row p {
  color: var(--Text-Grey-700, #475467);
  font-style: normal;
  font-family: Inter;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: normal;
}

.tooltipModal h1 {
  color: var(--Text-Grey-800, #344054);
  font-style: normal;
  font-family: Inter;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: normal;
}

section.complince_solution table > thead > tr:first-child th {

}
section.complince_solution table > thead > tr:first-child th span {
  display: block;
  margin-bottom: 10px;
}
section.complince_solution table > thead > tr:first-child th:first-child {
  text-align: left;
}
section.complince_solution table > thead > tr:nth-child(2) th {
  vertical-align: middle;
  color: var(--Text-Grey-900, #101828);
  text-align: center;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  padding: 12px 16px;
  border: none;
}
section.complince_solution table > thead > tr:nth-child(2) th:first-child {
  text-align: left;
}
section.complince_solution table tbody tr td {
  color: var(--Text-Grey-700, #344054);
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  padding: 12px 16px;
  border: none;
}
tr.chart_row td table tbody tr td {
  overflow: hidden;
  color: var(--Text-Grey-700, #344054);
  text-overflow: ellipsis;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  padding: 3px 16px;
  text-wrap: inherit;
}
tr.chart_row td table tbody tr td a{
  color: var(--Text-Grey-700, #3A58EF);
}
tr.chart_row td table tbody tr td a:hover{
  color: #3A58EF;
  text-decoration: underline;
}
tr.chart_row td table tbody tr:nth-of-type(even) td {
  background-color: #ffffff;
  padding-top: 12px;
  padding-bottom: 12px;
}
.requirement_icn {
  display: flex;
  align-items: center;
  gap: 10px;
}
.requirement_icn svg{
  cursor: pointer;
}
.requirement_icn > svg {
  transform: rotate(-90deg);
}
.requirement_icn.rowactive > svg {

}
.tooltipModal .row ul li a:hover {
  color: #3A58EF;
  text-decoration: underline;
}
.tooltipModal .row ul li a {
  color: #3A58EF;
}
tr.chart_row td table tbody tr td:first-child {
  width: 386px;
}
tr.chart_row{
  display: none;
}
tr.chart_row td table tbody tr td:not(:first-child),section.complince_solution table tbody tr td:not(:first-child)  {
  text-align: center;
}
tr.chart_row td table tbody tr:nth-of-type(odd) td{
  background-color: #EBEEFD; 
} 
section.complince_solution table  tr.chart_row > td {
  padding: 12px 16px;
}
tr.chart_row td table{
  width: 100%;
  table-layout: fixed;
}
tr.chart_row td .user_list_tbl {
  border: 0;
  border-radius: 0;
}
section.complince_solution h2 {
  color: #26244A;
  text-align: center;
  font-family: Inter;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -0.72px;
  margin-bottom: 10px;
}
section.complince_solution h2 + p {
  color: var(--Text-Grey-500, #5D667B);
  text-align: center;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 10px;
}
section.complince_solution h2 + p + p {
  color: var(--Text-Grey-500, #5D667B);
  text-align: center;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 56px;
  position: relative;
}
section.complince_solution h2 + p + p:before {
  content: "";
  position: absolute;
  height: 2px;
  width: 339.477px;
  height: 2px;
  background: #D8DEFC;
  bottom: -16px;
  transform: translateX(-50%);
  left: 50%;
}
section.complince_solution h2 + p + p a {
  color: var(--Text-Grey-700, #344054);
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  text-decoration: none;
}
section.complince_solution {
  padding-bottom: 50px;
}
button.btn-regular {
  padding: 10px 18px;
  color: var(--White, #FFF);
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  border: 1px solid var(--Theme-Purple-500, #3A58EF);
  border-radius: 4px;
  background: var(--Theme-Blue-500, #3A58EF);
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
}
button.btn-regular:hover {
  color: #fff;
  border-radius: 4px;
  border: 1px solid var(--Theme-Blue-500, #3A58EF);
  background: var(--Theme-Blue-700, #283FB1);
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
}

button.btn-premium {
  padding: 10px 18px;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  border-radius: 4px;
  border: 1px solid var(--Theme-Blue-500, #3A58EF);
  background: var(--White, #FFF);
  color: #3A58EF;
}
button.btn-premium:hover {
  color: #3A58EF;
  border-radius: 4px;
  border: 1px solid var(--Theme-Blue-300, #758AF4);
  background: var(--Theme-Blue-100, #D8DEFC);
}
.tooltipModal h1 {
  color: var(--Text-Grey-800, #1D2939);
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
}

.tooltipModal p.modal-title {
  color: var(--Text-Grey-800, #1D2939);
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  margin: 0;
}
.tooltipModal .modal-header button.btn-close {
  width: 4px;
  height: 4px;
  color: #000;
  box-sizing: border-box;
  opacity: 1;
}
.tooltipModal  .modal-header {
  padding-top: 8px;
  border: none;
  padding-bottom: 0;
}
.tooltipModal .modal-body {
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 0;
}
.tooltipModal .row {
  margin-top: 16px;
  border-bottom: 1px solid #D0D5DD;
  padding-bottom: 8px;
}
.tooltipModal .row ul {
  color: var(--Text-Grey-700, #344054);
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
  padding-left: 4px;
}
.tooltipModal .row p {
  color: var(--Text-Grey-700, #344054);
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
}
tr.chart_row_parant:has(.rowactive) td > svg {
  display: none;
}
.table-responsive.user_list_tbl > table tbody > tr td:first-child {
 
}

.complince_solution .complince_solution_table {
  width: 100%;
}



.nav-pills .nav-link.active {
  color: var(--White, #FFF);
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  border-radius: 50px;
  background: var(--Theme-Blue-500, #3A58EF);
  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;
}

.nav-pills .nav-link {
  color: var(--Text-Grey-500, #5D667B);
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  padding: 10px 24px;
}


li.nav-item {
  display: inline-block;
}


.tab-content .table-container thead th span.head_text {
  width: 100%;
  display: inline-block;
}


.tab-content .table-container th.selected label.form-check-label {
  border-radius: 4px;
  background: var(--White, #FFF);
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
  color: var(--Theme-Blue-500, #3A58EF);
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
}

section.Choose_Plan.All_in_One .table-container tr.Inner_td td {
  padding: 18px 36px;
  background: #fff;
}


tr.chart_row_bg_blue {}

tr.chart_row_bg_blue td {}

.tab-content.Ads_Only_Pricing table tr.chart_row_bg_blue td table tr td {
    padding: 14px 16px;
}

.tab-content.Ads_Only_Pricing table tr.chart_row_bg_blue td table tr td svg {
  max-width: 21px;
}

.tab-content.Ads_Only_Pricing table tr.chart_row_bg_blue td {
    padding: 0;
}

section.Choose_Plan.All_in_One .tab-content.Ads_Only_Pricing.SEO_Only_Pricing .table-responsive.user_list_tbl > table tbody > tr td:first-child {
  width: 28%;
}


.tab-content.Ads_Only_Pricing.SEO_Only_Pricing th label.Price_Label {
    color: var(--Theme-Blue-500, #3A58EF);
    text-align: center;

/* Text xs/Semibold */
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 18px; /* 150% */
    width: 100%;
}

.tab-content.Ads_Only_Pricing.SEO_Only_Pricing th p.head_Subtext {
    color: var(--Text-Grey-600, #475467);
    text-align: center;

/* Text xs/Semibold */
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 18px; /* 150% */
    border-top: 1px solid var(--Text-Grey-200, #EAECF0);
    margin-top: 6px;
    padding-top: 6px;
}

.tab-content.Ads_Only_Pricing.SEO_Only_Pricing th.selected label.Price_Label,
.tab-content.Ads_Only_Pricing.SEO_Only_Pricing th.selected p.head_Subtext  {
  /* color: #fff; */
  border-color: #5D667B;
}


.Pay_As_Main_Table table {
  width: 100%;
}

.tab-content.Ads_Only_Pricing table tr.chart_row_bg_blue td table tr td .requirement_icn span {
  color: var(--Text-Grey-700, #344054);

/* Webpage/Header 6 */
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%; /* 23.4px */
}

section.Choose_Plan.All_in_One .tab-content.Ads_Only_Pricing {}

section.Choose_Plan.All_in_One .tab-content.Ads_Only_Pricing input.form-check-input {
    background: none;
}

.requirement_icn span {}

section.Choose_Plan.All_in_One .tab-content .Pay_As_Main_Table.Graphic_Design_Table input.form-check-input {
  background: none;
}

.tab-content .Pay_As_Main_Table table tbody tr.bg_white th.selected {
  /* background: var(--Theme-Blue-500, #3A58EF); */
}

section.Choose_Plan.All_in_One .tab-content.Ads_Only_Pricing span sub {
  bottom: 3px;
  font-size: 18px;
  font-weight: 700;
}

section.Choose_Plan.All_in_One .table-container tr.Inner_td td:first-child {
  background: #EBEEFD;
}

section.Choose_Plan.All_in_One .table-container tr.Inner_td td:first-child {
  background: #EBEEFD;
}

section.Choose_Plan .tab-content tr.chart_row_parant td {
  background: var(--Theme-Blue-700, #283FB1);
  color: var(--White, #FFF);
}

section.Choose_Plan .tab-content.Ads_Only_Pricing table tr.chart_row_bg_blue td table tr.chart_row_parant td .requirement_icn span {
  color: #fff;
}

section.Choose_Plan .tab-content.Ads_Only_Pricing table tr.chart_row_bg_blue td table tr.chart_row_parant td .requirement_icn svg path {
  fill: #fff;
}

section.Choose_Plan.All_in_One .table-container tr.Inner_td td.second_td.active {
  margin: 0px;
  border: 1px solid #283fb1;
  border-bottom: 0;
  border-top: 0;
  line-height: 1.4em;
  height: 60px;
  box-shadow: none;
}

section.Choose_Plan.All_in_One .table-container tr.Inner_td td.third_td.active {
  margin: 0px;
  border: 1px solid #283fb1;
  border-bottom: 0;
  border-top: 0;
  line-height: 1.4em;
  height: 60px;
  box-shadow: none;
}

section.Choose_Plan.All_in_One .table-container tr.Inner_td td.forth_td.active {
  margin: 0px;
  border: 1px solid #283fb1;
  border-bottom: 0;
  border-top: 0;
  line-height: 1.4em;
  height: 60px;
  box-shadow: none;
}

section.Choose_Plan.All_in_One .table-container tr.Inner_td td.fifth_td.active {
  margin: 0px;
  border: 1px solid #283fb1;
  border-bottom: 0;
  border-top: 0;
  line-height: 1.4em;
  height: 60px;
  box-shadow: none;
}

section.Choose_Plan.All_in_One .table-container tr.chart_row.Inner_td td {
  padding: 0;
}

section.Choose_Plan tr.chart_row_bg_blue tr.chart_row_parant {}

section.Choose_Plan.All_in_One .tab-content.Ads_Only_Pricing.SEO_Only_Pricing.Bundled_Packages tr.chart_row_bg_blue tr.chart_row_parant td {
  background: var(--Theme-Blue-100, #D8DEFC) !important;
}

section.Choose_Plan tr.chart_row_bg_blue tr.chart_row_parant td .requirement_icn {}

section.Choose_Plan.All_in_One .tab-content.Ads_Only_Pricing.SEO_Only_Pricing.Bundled_Packages table tr.chart_row_bg_blue td table tr.chart_row_parant td .requirement_icn svg path {
    fill: #3A58EF;
}

section.Choose_Plan.All_in_One .tab-content.Ads_Only_Pricing.SEO_Only_Pricing {}

section.Choose_Plan.All_in_One .tab-content.Ads_Only_Pricing.SEO_Only_Pricing.Bundled_Packages table tr.chart_row_bg_blue td table tr.chart_row_parant td .requirement_icn span {
    color: var(--Text-Grey-700, #344054);

/* Webpage/Header 6 */
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%; /* 23.4px */
}

section.Choose_Plan .tab-content .Pay_As_Main_Table table tr:nth-child(odd) th {
    background: var(--Text-Grey-50, #F9FAFB);
}


.Pay_As_Main_Table.Graphic_Design_Table {}

.Pay_As_Main_Table.Graphic_Design_Table .table-container.Paid_Ads_Table {
    border: 1px solid var(--Text-Grey-200, #EAECF0);
}

.Pay_As_Main_Table.Graphic_Design_Table .table-container.Paid_Ads_Table label.form-check-label {
    padding: 10px 16px;
    background: transparent;
    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;
}

.Pay_As_Main_Table.Graphic_Design_Table .table-container.Paid_Ads_Table th.selected label.form-check-label {
    background: var(--Theme-Blue-500, #3A58EF);
    color: var(--White, #FFF);
}

.Pay_As_Main_Table.Graphic_Design_Table tr:nth-child(even) td:last-child {
    border-right: 0;
}

section.Choose_Plan .tab-content .Pay_As_Main_Table.Graphic_Design_Table table tr:nth-child(odd) th {
    background: var(--Text-Grey-50, #fff);
}

.tab-content .Pay_As_Main_Table.Graphic_Design_Table tr td {
    border-right: 0;
    border-left: 0;
}

.tab-content .Pay_As_Main_Table.Graphic_Design_Table .table-container thead th span sup {
    color: var(--Theme-Blue-500, #3A58EF);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    top: -2px;
}

section.Choose_Plan .tab-content .Pay_As_Main_Table.Graphic_Design_Table table th.Plan_th label.form-check-label svg {
  display: none;
}

section.Choose_Plan .tab-content .Pay_As_Main_Table.Graphic_Design_Table table th.Plan_th.selected label.form-check-label svg {
  display: block;
}

section.Choose_Plan .tab-content .Pay_As_Main_Table.Graphic_Design_Table table th.Plan_th label.form-check-label span.Selected_Span {
  display: none;
}

section.Choose_Plan .tab-content .Pay_As_Main_Table.Graphic_Design_Table table th.Plan_th.selected label.form-check-label span.Selected_Span {
  display: flex;
  color: var(--Theme-Blue-500, #fff);
  gap: 8px;
}

section.Choose_Plan .tab-content .Pay_As_Main_Table.Graphic_Design_Table table th.Plan_th label.form-check-label span.UnSelected_Span {
  display: block;
  color: var(--Theme-Blue-500, #3A58EF);
}

section.Choose_Plan .tab-content .Pay_As_Main_Table.Graphic_Design_Table table th.Plan_th.selected label.form-check-label span.UnSelected_Span {
  display: none;
}

section.Choose_Plan .tab-content .Pay_As_Main_Table.Graphic_Design_Table table tr:first-child th.table_title_text {
    border-bottom: 5px solid var(--Text-Grey-200, #EAECF0);
}

section.Choose_Plan .tab-content .Pay_As_Main_Table.Graphic_Design_Table table tr:first-child th.table_title_text h3 {
    color: var(--Text-Grey-600, #475467);

/* 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(0.8);
    filter: blur(3px);
  }
  .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 {
    right: auto;
    position: absolute;
    left: 18%;
    top: 32%;
    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%;
  }

  .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: 570px;
  }

   .about_us_slider .slick-dots li button:before {
    display: none;
  }

  section.Plan_Bottom {
    position: fixed;
    width: 100%;
    z-index: 9999;
    bottom: 0;
  }

  section.Choose_Plan.All_in_One a.Sign_Up_Btn {
    border-radius: 4px;
    background: var(--Theme-Blue-500, #3A58EF);
    box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
    padding: 12px 20px;
    color: var(--White, #FFF);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    display: inline-block;
    margin-top: 24px;
}




/* Testimonials */


.Testimonials {
    padding: 72px 0px;
    background: #EBEEFD;
}

.Testimonials .slideBoxLeft h3.Heading_H3 {
    font-family: Inter;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #475467;
    margin-bottom: 30px;
    margin-top: 30px
}

.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;
    border-radius: 50%
}

.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: -.02em;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #26244A;
    margin-bottom: 40px
}

.Testimonials .about_us_slider ul.slick-dots, 
.Testimonials.Shorts_Video .center1 ul.slick-dots {
    bottom: -62px
}

.Testimonials .about_us_slider .slick-dots li button, 
.Testimonials.Shorts_Video .center1 .slick-dots li button {
    background: #D8DEFC;
    width: 22px;
    height: 8px;
    border-radius: 26px
}

.Testimonials .about_us_slider .slick-dots li.slick-active button,
.Testimonials.Shorts_Video .center1 .slick-dots li.slick-active button {
    background: #3A58EF
}

.Testimonials .slick-arrow:hover,.slick-arrow:focus {
    border: 0;
    outline: 0
}

.Testimonials .slick-arrow {
    width: 100%;
    background-color: #fff0;
    border: 0;
    background-position: center;
    background-repeat: no-repeat;
    font-size: 0;
    height: 18px;
    position: absolute;
    right: 0;
    z-index: 99
}

.Testimonials .slick-prev {
    top: 0
}

.Testimonials .slick-next {
    bottom: 0;
    background-color: #fff
}

.Testimonials .slideBoxLeft {
    text-align: center
}

.Testimonials .slideBoxLeft h2 {
    font-family: Inter;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: normal;
    text-align: center;
    color: #344054;
    margin-top: 30px;
    margin-bottom: 16px
}
.Testimonials .about_us_slider .slick-slide,
.Testimonials.Shorts_Video .center1 .slick-slide {
    padding: 0 15px;
    color: #e67e22;
    transform: scale(1);
    filter: blur(0px);
}
.Testimonials .about_us_slider .slick-slide.slick-current,
.Testimonials.Shorts_Video .center1 .slick-slide.slick-current {
    transform: scale(1);
    filter: blur(0);
}
.Testimonials .about_us_slider button.slick-prev:before,
.Testimonials.Shorts_Video .center1 button.slick-prev:before {
    content: '';
    background-image: url(https://assets.my-cpe.com/entigrity-assets/custom/exam_prep/images/Arrow_Left.svg);
    width: 24px;
    height: 24px;
    display: inline-block;
}
.Testimonials .about_us_slider button.slick-prev.slick-arrow,
.Testimonials.Shorts_Video .center1 button.slick-prev.slick-arrow {
    right: auto;
    position: absolute;
    left: 23%;
    top: 32%;
    background: #3a58ef;
    border-radius: 50%;
    z-index: 9;
}
.Testimonials .about_us_slider button.slick-prev.slick-arrow,
.Testimonials.Shorts_Video .center1 button.slick-prev.slick-arrow {
    left: 17%;
    top: 50%;
}
.Testimonials .about_us_slider .slick-arrow,
.Testimonials.Shorts_Video .center1 .slick-arrow {
    width: 40px;
    height: 40px;
    background-size: 40px;
}
.Testimonials .about_us_slider button.slick-next.slick-arrow,
.Testimonials.Shorts_Video .center1 button.slick-next.slick-arrow {
    background: #3a58ef;
    border-radius: 50%;
}
.Testimonials .about_us_slider button.slick-next:before,
.Testimonials.Shorts_Video .center1 button.slick-next:before {
    content: '';
    background-image: url(https://assets.my-cpe.com/entigrity-assets/custom/exam_prep/images/Arrow_Right.svg);
    width: 24px;
    height: 24px;
    display: inline-block;
}
.Testimonials .about_us_slider .slick-next,
.Testimonials.Shorts_Video .center1 .slick-next {
    right: 17%;
    top: 50%;
}
.Testimonials .slick-dots li button:before {
    display: none
}


.Testimonials .about_us_slider button.slick-prev:before,
.Testimonials.Shorts_Video .center1 button.slick-prev:before {
    content: '';
    background-image: url(../../images/website-pricing/Arrow_Left.svg);
    width: 24px;
    height: 24px;
    display: inline-block;
}

.Testimonials .about_us_slider button.slick-next:before,
.Testimonials.Shorts_Video .center1 button.slick-next:before{
    content: '';
    background-image: url(../../images/website-pricing/Arrow_Right.svg);
    width: 24px;
    height: 24px;
    display: inline-block;
}

.Testimonials .about_us_slider button.slick-prev.slick-arrow,
.Testimonials.Shorts_Video .center1 button.slick-prev.slick-arrow {
    left: auto;
    right: 56px;
    top: -19%;
    border-radius: 43px;
    border: 1px solid var(--Text-Grey-300, #D0D5DD);
    background: var(--White, #FFF);
}

.Testimonials .about_us_slider button.slick-next.slick-arrow,
.Testimonials.Shorts_Video .center1 button.slick-next.slick-arrow {
    right: 0;
    top: -19%;
    border-radius: 43px;
    border: 1px solid var(--Text-Grey-300, #D0D5DD);
    background: var(--White, #FFF);
}

.Testimonials_Title h2 {
    color: var(--Theme-Dark-Blue-800, #26244A);
    text-align: center;
    font-family: Inter;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: -0.72px;
    text-align: left;
}




.Testimonials_Title {
    margin-bottom: 48px;
}

.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 h2 {
    color: var(--Text-Grey-700, #344054);

/* Text xl / Bold */
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px; /* 150% */
    margin-bottom: 0;
    text-align: left;
    margin-top: 24px;
}

.Testimonials .slideBoxLeft h3.Heading_H3 {
    color: var(--Text-Grey-600, #475467);

/* Text md / Regular */
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
    margin-bottom: 24px;
    text-align: left;
    margin-top: 8px;
}

.SlideBox_Test_Author {}

.Testimonials .SlideBox_Test_Author h3 {
    color: var(--Theme-Dark-Blue-800, #26244A);

/* Text md/Bold */
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px; /* 150% */
}

.Testimonials .SlideBox_Test_Author p {
    color: var(--Text-Grey-600, #475467);

/* Text sm / Regular */
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 142.857% */
}

.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;
}




  @media only screen and (max-width: 1919px){
    .center .slick-slide:has(+ .slick-current) {
        transform: scale(0.8);
      filter: blur(3px);
    }
  }


  @media only screen and (max-width: 1470.51px) {
    .Digital_Banner {
      background: url('https://assets.my-cpe.com/entigrity-assets/custom/demo_digital_marketing/images/digital-page/Digital_Banner_Bg.png');
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
    }

    .Digital_inner {
        padding: 72px 0 260px;
    }

    .We_Build_Secure_Box {
        margin-top: -170px;
    }

    .We_Build_Secure_Box h2 {
      color: var(--Theme-Dark-Blue-800, #26244A);
      text-align: center;
      font-family: Inter;
      font-size: 34px;
    }


    .Why_us_Box_Points svg {
      margin-right: 3px;
    }

    .center button.slick-prev.slick-arrow {
      left: 14%;
    }

    .center button.slick-next.slick-arrow {
      right: 14%;
    }
  



    .Why_us_Box_Points svg {
        margin-right: 3px;
    }

    .center button.slick-prev.slick-arrow {
      left: 14%;
    }

    .center button.slick-next.slick-arrow {
      right: 14%;
    }
    
  }

  @media only screen and (max-width: 1366.51px) { 
    .Why_us_Box_Points svg {
        margin-right: 3px;
    }
    .Why_us_Box_Points {
      padding: 14px 6px;
      font-size: 14px;
    }
    .Why_us_Box_Points svg {
      margin-right: 3px;
    }





    .Why_us_Box_Points svg {
        margin-right: 3px;
    }
    .Why_us_Box_Points {
      padding: 14px 6px;
      font-size: 14px;
    }
    .Why_us_Box_Points svg {
      margin-right: 3px;
    }
  }


  @media only screen and (max-width: 1199px){ 
    .center {
      padding-top: 70px;
    }
    .center .slick-next {
        right: calc(50% - 80px);
        top: 0;
    }

    .center .slick-prev {
        right: calc(50% + 26px);
        top: 0;
    }

    .Why_us_Box_Points.Why_Us_Left_Points_Box {
      text-align: right;
      display: inline-block;
      /* min-width: 200px; */
      margin-left: 45px;
    }

    .Why_us_Box_Points.Why_Us_Right_Points_Box {
      display: inline-block;
      margin-right: 45px;
    }

    .Trusted_by_Box h3 {
      font-family: Inter;
      font-size: 17px;
    }

    .Trusted_by_Box p {
      font-family: Inter;
      font-size: 15px;
    }

    .Why_us_Box_Points {
      padding: 14px 11px;
      font-size: 1rem;
    }

    .center button.slick-prev.slick-arrow {
      left: 25%;
      top: -16%;
    }

    .center button.slick-next.slick-arrow {
        right: 25%;
        top: -16%;
    }





    .Why_us_Box_Points.Why_Us_Left_Points_Box {
      text-align: right;
      display: inline-block;
      /* min-width: 200px; */
      margin-left: 45px;
    }

    .Why_us_Box_Points.Why_Us_Right_Points_Box {
      display: inline-block;
      margin-right: 45px;
    }

    .Trusted_by_Box h3 {
      font-family: Inter;
      font-size: 17px;
    }

    .Trusted_by_Box p {
      font-family: Inter;
      font-size: 15px;
    }

    .Why_us_Box_Points {
      padding: 14px 11px;
      font-size: 1rem;
    }

    .center button.slick-prev.slick-arrow {
      left: 25%;
      top: -16%;
    }

    .center button.slick-next.slick-arrow {
        right: 25%;
        top: -16%;
    }
  }

  @media only screen and (max-width: 991px){ 

    .Digital_Web_Banner_Btns {
      margin-bottom: 48px;
    }

    .Trusted_by_Title h2 {
      font-family: Inter;
      font-size: 34px;
    }

    .Trusted_by_Box h3 {
      font-family: Inter;
      font-size: 17px;
      font-weight: 600;
      line-height: inherit;
    }

    .Trusted_by_Box p {
      font-family: Inter;
      font-size: 15px;
    }

    table tr th:first-child {
      width: 150px !important;
      white-space: normal;
    }

    .center button.slick-prev.slick-arrow {
      left: 25%;
      top: -20%;
    }

    .center button.slick-next.slick-arrow {
      right: 25%;
      top: -20%;
    }

    .slick-dotted.slick-slider {
      margin-bottom: 0;
      padding-top: 0;
    }

    .Why_us_Box_Points.Why_Us_Left_Points_Box ,
    .Why_us_Box_Points.Why_Us_Right_Points_Box {
      margin-left: 0;
      margin-right: 0;
    }

    
  


    .Digital_Web_Banner_Btns {
      margin-bottom: 48px;
    }

    .Trusted_by_Title h2 {
      font-family: Inter;
      font-size: 34px;
    }

    .Trusted_by_Box h3 {
      font-family: Inter;
      font-size: 17px;
      font-weight: 600;
      line-height: inherit;
    }

    .Trusted_by_Box p {
      font-family: Inter;
      font-size: 15px;
    }

    table tr th:first-child {
      width: 150px !important;
      white-space: normal;
    }

    .center button.slick-prev.slick-arrow {
      left: 25%;
      top: -20%;
    }

    .center button.slick-next.slick-arrow {
      right: 25%;
      top: -20%;
    }

    .slick-dotted.slick-slider {
      margin-bottom: 0;
      padding-top: 0;
    }

    .Why_us_Box_Points.Why_Us_Left_Points_Box ,
    .Why_us_Box_Points.Why_Us_Right_Points_Box {
      margin-left: 0;
      margin-right: 0;
    }

    
  }

  @media only screen and (max-width: 767px){ 
    .center .slick-slide{
      padding: 0;
    }

    .Digital_Web_Banner {
      background-image: none;
    }

    .Digital_Web_Banner_Left ul {
        padding-bottom: 24px;
    }

    .Digital_Web_Banner_Btns {
      display: inline-block;
      float: left;
      margin-bottom: 48px;
    }

    .Digital_Web_Banner_Left a.Schedule_Call_Btn {
      /* font-size: 15px; */
      display: inline-block;
      width: 100%;
      max-width: inherit;
      text-align: center;
    }

    .Digital_Web_Banner_Btns a.View_Sample_Btn {
      display: inline-block;
      /* font-size: 15px; */
      margin-top: 16px;
      text-align: center;
      width: 100%;
    } 

    .Digital_Web_Banner_Left h1 {
      font-family: Inter;
      font-size: 36px;
      font-weight: 700;
      line-height: normal;
    }

    .Digital_Web_Banner_Left h2 {
      font-family: Inter;
      font-size: 31px;
    }

    .Digital_Web_Banner_Right p {
      padding: 0;
    }

    .Trusted_by_Btns a.View_Designs_Btn {
      width: 100%;
      text-align: center;
      margin-right: 0;
    }

    .Trusted_by_Btns a.Free_Trial_Btn {
      width: 100%;
      text-align: center;
      margin-top: 16px;
    }





    .thead {
      height: 100px;
      white-space: nowrap;
    }

    .fix-column .thead span {
      width: 140px;
    }

    .thead > span {
      width: 100px;
      padding: 34px 16px;
    }

    .fix-column > .tbody {
      width: 140px;
    }

    .fix-column > .tbody .trow {
        white-space: normal;
    }

    .trow > span {
      height: 110px;
      width: auto;
    }

    .rest-columns .tbody .trow > span {
        width: 100px;
    }

    .rest-columns > .thead > span {
        margin-right: 0px;
        margin-left: 0;
        padding: 15px;
        min-width: 100px;
    }

    .tabs-container {
      position: relative;
      height: 100%;
      margin-top: 0;
    }

    .tabs-container nav {
      border: 0;
    }

    .tabs-container nav ul {
      display: flex;
      flex-direction: column;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 99;
      background: #fff;
      border: 0;
    }

    .tabs-container nav ul li.active {
      order: 0;
      border-radius: 0;
      border: 0;
      background: #3A58EF;
      color: #fff;
    }

    .tabs-container nav ul li { 
      background: #fff;
    }

    table tr th:first-child {
      max-width: 170px !important;
      white-space: normal;
    }

    .tab-content {
      margin-top: 70px;
    }

    .Why_us_Main p {
      margin-bottom: 24px;
    }

    .Text_End_Box , .Text_Start_Box {
      text-align: left;
    }

    .Why_us_Box_Points.Why_Us_Left_Points_Box ,
    .Why_us_Box_Points.Why_Us_Right_Points_Box {
      display: inline-block;
      text-align: left;
      min-width: 100%;
      margin-top: 16px;
      font-size: 15px;
      margin-left: 0;
    }

    .center button.slick-prev.slick-arrow {
      top: -14%;
      left: 8%;
    }

    .center button.slick-next.slick-arrow {
      right: 8%;
      top: -14%;
    }

    .Website_Box {
      display: inline-block;
    }
    .Website_Box label { 
      width: 100%;
    }





    .Digital_Web_Banner {
      background-image: none;
    }

    .Digital_Web_Banner_Left ul {
        padding-bottom: 24px;
    }

    .Digital_Web_Banner_Btns {
      display: inline-block;
      float: left;
      margin-bottom: 48px;
    }

    .Digital_Web_Banner_Left a.Schedule_Call_Btn {
      /* font-size: 15px; */
      display: inline-block;
      width: 100%;
      max-width: inherit;
      text-align: center;
    }

    .Digital_Web_Banner_Btns a.View_Sample_Btn {
      display: inline-block;
      /* font-size: 15px; */
      margin-top: 16px;
      text-align: center;
      width: 100%;
    } 

    .Digital_Web_Banner_Left h1 {
      font-family: Inter;
      font-size: 36px;
      font-weight: 700;
      line-height: normal;
    }

    .Digital_Web_Banner_Left h2 {
      font-family: Inter;
      font-size: 31px;
    }

    .Digital_Web_Banner_Right p {
      padding: 0;
    }

    .Trusted_by_Btns a.View_Designs_Btn {
      width: 100%;
      text-align: center;
      margin-right: 0;
    }

    .Trusted_by_Btns a.Free_Trial_Btn {
      width: 100%;
      text-align: center;
      margin-top: 16px;
    }





    .thead {
      height: 100px;
      white-space: nowrap;
    }

    .fix-column .thead span {
      width: 140px;
    }

    .thead > span {
      width: 100px;
      padding: 34px 16px;
    }

    .fix-column > .tbody {
      width: 140px;
    }

    .fix-column > .tbody .trow {
        white-space: normal;
    }

    .trow > span {
      height: 110px;
      width: auto;
    }

    .rest-columns .tbody .trow > span {
        width: 100px;
    }

    .rest-columns > .thead > span {
        margin-right: 0px;
        margin-left: 0;
        padding: 15px;
        min-width: 100px;
    }

    .tabs-container {
      position: relative;
      height: 100%;
      margin-top: 0;
    }

    .tabs-container nav {
      border: 0;
    }

    .tabs-container nav ul {
      display: flex;
      flex-direction: column;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 99;
      background: #fff;
      border: 0;
    }

    .tabs-container nav ul li.active {
      order: 0;
      border: 0;
      background: #182878;
      border-top: 1px solid #EAECF0;
      color: #fff;
      border-radius: 8px;
    }

    .tabs-container nav ul.expanded li.current.active {
      border-radius: 8px 8px 0 0;
    }

    .tabs-container nav ul li { 
      background: #fff;
    }

    table tr th:first-child {
      max-width: 170px !important;
      white-space: normal;
    }

    .tab-content {
      margin-top: 70px;
    }

    .Why_us_Main p {
      margin-bottom: 24px;
    }

    .Text_End_Box , .Text_Start_Box {
      text-align: left;
    }

    .Why_us_Box_Points.Why_Us_Left_Points_Box ,
    .Why_us_Box_Points.Why_Us_Right_Points_Box {
      display: inline-block;
      text-align: left;
      min-width: 100%;
      margin-top: 16px;
      font-size: 15px;
      margin-left: 0;
    }

    .center button.slick-prev.slick-arrow {
      top: -14%;
      left: 8%;
    }

    .center button.slick-next.slick-arrow {
      right: 8%;
      top: -14%;
    }

    .Website_Box {
      display: inline-block;
    }
    .Website_Box label { 
      width: 100%;
    }


    section.Choose_Plan h3 {
      background: transparent;
      border-radius: 16px 0 0 0;
      padding: 0 16px 26px 16px;
      text-underline-position: from-font;
      text-decoration-skip-ink: none;
      font-family: Inter;
      font-weight: 700;
      font-size: 20px;
      line-height: 26px;
      letter-spacing: normal;
      text-align: center;
      color: #3A58EF;
    }


    .tabs-container nav ul li.active:before {
      background: #283FB1;
      width: 54px;
      height: 54px;
      display: inline-block;
      position: absolute;
      right: 1px;
      top: 1px;
      border-radius: 0px 8px 8px 0;
      content: '';
    }

    .tabs-container nav ul.expanded li.active:before {
      content: '';
      border-radius: 0px 8px 0px 0;
    }

    section.Choose_Plan .Services_Box h3.Services_Box_Title {
      text-align: left;
      color: #344054;
    }

    .tabs-container nav ul.expanded li:not(.active) {
      position: relative;
      top: auto;
      background: #EBEEFD;
      border-width: 1px, 1px, 0px, 1px;
      border-style: solid;
      border-color: #EAECF0;
      font-family: Inter;
      font-weight: 500;
      font-size: 14px;
      line-height: 20px;
      letter-spacing: normal;
      color: #5D667B;
    }

  }