body.Home_page {
    background: var(--Theme-Blue-50, #EBEEFD);
  }


  .Digital_Banner_Bg {
      background: linear-gradient(180deg, #FFF 0%, #F3F1FD 100%);
  }

  .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;
  }

  .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;
  }

  .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;
  }



  @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: 72px 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 tbody 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;
    display: inline-block;
    width: 100%;
  }

  .tab-content .table-container tbody 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;
  }


  /* 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: 18px;
    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: #fff;
      padding: 72px 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: 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: 500px !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%;
  }

  .tab-content th:nth-child(3) {
    background: var(--color-blue-71, #758AF4);
    width: 19%;
  }

  .tab-content th:nth-child(4) {
    background: #4E69F1;
    width: 19%;
  }

  .tab-content th:nth-child(5) {
    background: #3A58EF;
    width: 19%;
  }

  .tab-content .table-container tbody 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 tbody 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 .center ul.slick-dots li.slick-active button:before {
  opacity: 0;
}

.Testimonials .center 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;
}

.tab-content .table-container table tbody tr th a.Free_Trial_Btn {
  display: inline-block;
  width: 100%;
  float: left;
}

span.No_Credit_Card_Text {
  font-family: Inter;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  color: #fff;
  margin-top: 8px;
  display: inline-block;
}



  @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;
      padding-block: 32px !important;
    }

    .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: 8px;
    }

    .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;
    }
    .Digital_Web_Banner_Left a.Free_Trial_Btn {
      display: block;
      margin-bottom: 16px;
    }
    .Step_Section {
      margin-top: 32px !important;
    }
    .step_Main {
      flex-direction: column;
  }
  .step_Main .step.show .step_Box:after{
    content: none;
  }
  section.Trusted_by {
    padding: 32px 0;
  }
  section.Choose_Plan {
      padding: 32px 0;
  }
  section.We_Do_It {
      padding: 32px 0 !important;
  }
  section.We_Do_It h2 {
    font-size: 24px !important;
    margin-bottom: 32px !important;
  }
  .We_Do_It .row {
      gap: 16px;
  }
  .Trusted_by_Btns {
      margin-top: 0;
  }
  .Why_us {
      padding: 32px 0 !important;
  }
  .Testimonials {
      padding: 32px 0 54px !important;
  }
  .Website_Speaker {
      padding: 32px 0 !important;
  }
  .Must_Read_Blogs {
      padding: 32px 0px 32px 0px;
  }
  .FAQ_Box {
      padding: 0 !important;
  }
  .FAQ_Main h2.Sec_Title {
    font-size: 24px !important;
}
  .FAQ_Box .tab-content {
      margin-top: 40px !important;
  }
  }