

@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;
    overflow: visible;
}

.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: 0 0 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;  overflow: visible;}
.tab-content .table-container{ 
    width: 100%;
    height: 100%;
    /* max-height: 747px; */
    /* overflow: scroll; */
    overflow: auto;
    border-width: 1px;
    border-style: solid;
    border-color: var(--color-grey-93, #EAECF0);
    overflow: visible;
}

.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: 9;
    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 table tbody {
    overflow: visible;
}

.tab-content table tbody tr {
    overflow: visible;
}

.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: 24%;
}

.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;
    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-container tbody th span b sub {
    bottom: 0;
    color: var(--White, #FFF);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
}

.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;
}

.tab-content .table-container table tbody tr th a.Free_Trial_Btn {
    border-radius: 4px;
    border: 1px solid var(--White, #FFF);
    padding: 8px 14px;
    color: var(--White, #FFF);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    margin-top: 12px;
    display: inline-block;
    width: 100%;
    float: left;
}

.tab-content .table-container table tbody tr th a.Free_Trial_Btn:hover {
    background: #fff;
    color: var(--Theme-Blue-500, #3A58EF);
}

.tab-content .table-container table tbody tr th a.Free_Trial_Btn:hover svg path {
    fill: var(--Theme-Blue-500, #3A58EF);
}

.tab-content th:nth-child(2) {
    background: #3E5EFF;
}

.tab-content th:nth-child(3) {
    background: #3956ED;
}

.tab-content th:nth-child(4) {
    background: var(--Theme-Blue-600, #314BD0);
}

.c_tooltip {
    display: inline-block;
     z-index: 999;
}

.c_tooltip .c_tooltiptext {
    left: 170px;
    bottom: -30%;
    top: auto;
    z-index: 999;
}


.c_tooltip .c_tooltiptext::after {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: -18px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent #d3d3d3  transparent transparent;
    bottom: 14px;
}
.c_tooltip .c_tooltiptext::after {
    left: 8px;
}

.c_tooltip:hover .c_tooltiptext h4 {
    color: var(--Text-Grey-700, #344054);
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 18px;
    margin-bottom: 4px;
}

.c_tooltip:hover .c_tooltiptext p {
    color: var(--Text-Grey-500, #5D667B);
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
}

/* Web_Banner */


section.Web_Banner {
    background: var(--White, #FFF);
    padding: 48px 0;
    text-align: center;
}

.Web_Banner_Title {}

.Web_Banner_Title h1 {
    color: var(--Theme-Dark-Blue-800, #26244A);
    text-align: center;

/* Display lg / Bold */
    font-family: Inter;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 60px; /* 125% */
    letter-spacing: -0.96px;
    margin-bottom: 24px;
}

.Web_Banner_Title p {
    color: var(--Text-Grey-700, #344054);
    text-align: center;

/* Display xs / Bold */
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px; /* 133.333% */
}


.tab-content table td a.Sign_up_Btn {
    border-radius: 4px;
    background: var(--Theme-Blue-500, #3A58EF);

/* Shadow/xs */
    box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
    padding: 10px;
    color: var(--White, #FFF);

/* Text sm / Semibold */
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px; /* 142.857% */
    width: 100%;
    display: inline-block;
}

.tab-content table td a.Sign_up_Btn:hover {
    border-radius: 4px;
    background: var(--Theme-Blue-800, #182878);

/* Shadow/xs */
    box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
}


/* 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 .center ul.slick-dots, 
.Testimonials.Shorts_Video .center1 ul.slick-dots {
    bottom: -62px
}

.Testimonials .center .slick-dots li button, 
.Testimonials.Shorts_Video .center1 .slick-dots li button {
    background: #D8DEFC;
    width: 22px;
    height: 8px;
    border-radius: 26px
}

.Testimonials .center .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 .center .slick-slide,
.Testimonials.Shorts_Video .center1 .slick-slide {
    padding: 0 15px;
    color: #e67e22;
    transform: scale(1);
    filter: blur(0px);
}
.Testimonials .center .slick-slide.slick-current,
.Testimonials.Shorts_Video .center1 .slick-slide.slick-current {
    transform: scale(1);
    filter: blur(0);
}
.Testimonials .center 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 .center 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 .center button.slick-prev.slick-arrow,
.Testimonials.Shorts_Video .center1 button.slick-prev.slick-arrow {
    left: 17%;
    top: 50%;
}
.Testimonials .center .slick-arrow,
.Testimonials.Shorts_Video .center1 .slick-arrow {
    width: 40px;
    height: 40px;
    background-size: 40px;
}
.Testimonials .center button.slick-next.slick-arrow,
.Testimonials.Shorts_Video .center1 button.slick-next.slick-arrow {
    background: #3a58ef;
    border-radius: 50%;
}
.Testimonials .center 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 .center .slick-next,
.Testimonials.Shorts_Video .center1 .slick-next {
    right: 17%;
    top: 50%;
}
.Testimonials .slick-dots li button:before {
    display: none
}


.Testimonials .center 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 .center 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 .center 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 .center 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;
}




section.Latest_News_Updates.Shorts_Video {
      background: #fff;
      padding: 72px 0;
      margin-top:0px;
  }

  section.Latest_News_Updates.Shorts_Video .Sec_Title h2 {
    color: var(--Theme-Dark-Blue-900, #17162C);
    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;
    margin-bottom: 12px;
    text-align: left;
}

section.Latest_News_Updates.Shorts_Video .Sec_Title p {
    color: var(--Text-Grey-600, #475467);
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    text-align: left;
}


.News_Box {
    box-shadow: none;
    padding: 16px 16px 24px;
    transition: 0.3s;
    border: 1px solid var(--Text-Grey-200, #EAECF0);
    background: var(--White, #FFF);
}
.News_Box img {
  width: 100%;
  border-radius: 6px 6px 0px 0px;
  height: 250px;
}
.News_Box .Infographics_img img{
  height: auto;
}
.News_Box_Content {
  margin-top: 16px;
  display: flex;
  gap: 16px;
  align-items: center;
  justify-content: center;
}
.News_Box_Content_Left img.img-responsive.Subscribers_Img {
    height: 57px;
    min-width: 57px;
}
.News_Box_Content h6 {
  margin-bottom: 4px;
  color: var(--Text-Light-Blue, #0B7BFF);
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  letter-spacing: 1.68px;
  text-transform: uppercase;
}
.News_Box_Content p.Topic {
  margin-bottom: 4px;
  color: var(--Text-Light-Blue, #0B7BFF);
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  letter-spacing: 1.68px;
  text-transform: uppercase;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.News_Box_Content h4 {
  color: var(--Text-Dark-Blue, #0F0E29);
  font-family: "Inter", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px;
  margin-bottom: 12px;
  height: 52px;
  overflow: hidden;
}
.News_Box_Content p.title {
  color: var(--Text-Dark-Blue, #0F0E29);
  font-family: "Inter", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px;
  margin-bottom: 12px;
  /* height: 52px; */
  overflow: hidden;
  text-align: left;
}
.News_Box_Content p {
  overflow: hidden;
  color: var(--Text-Light-Grey, #75757D);
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  text-align: justify;
}
.News_Box_Content p.topic_details{
  height: 96px;
}

.News_Box.Short_Videos_Box {
    border-radius: 24px;
}

.Latest_News_Boxes #short_video.Video_News_Modal {
    background: rgb(0 0 0 / 50%);
}

.Video_News_Modal .modal-header {
    position: relative;
    padding: 0;
}

.Video_News_Modal .modal-header button.btn-close {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #1d46f0;
    opacity: 1;
    padding: 15px;
    border-radius: 50%;
    z-index: 9;
}

.Video_News_Modal  .modal-dialog {
    max-width: max-content;
    background: transparent;
}

.Video_News_Modal  .modal-body {
    padding: 0;
}

.Video_News_Modal  .modal-content {
    background: transparent;
    border: 0;
    border: 0;
    width: 100%;
    max-width: inherit;
    background: transparent;
}

.wrap_iframe > .arrow.p-arrow {
    right: -60px;
    left: auto;
    top: 45%;
}

.wrap_iframe > .arrow.n-arrow {
    right: -60px;
    left: auto;
    top: 55%;
}

.wrap_iframe {
    position: relative;
    padding: 0 0px;
}

.wrap_iframe > .arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    z-index: 9;
}




.short_video_Thumb_Img {
      position: relative;
  }

  .short_video_Thumb_Img .Video_Icon {
      position: absolute;
      top: 40%;
      right: 0;
      bottom: 0;
      left: 0;
      margin: 0 auto;
      max-width: 50px;
      z-index: 9;
  }

  .short_video_Thumb_Img:after {
      content: none;
      background: #000000;
      /* width: 392px; */
      height: 210px;
      display: inline-block;
      opacity: 0.5;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      margin: 0 auto;
      border-radius: 16px;
  }
  .videoshadow{
      background: #000000;
      /* width: 392px; */
      height: 441px;
      display: inline-block;
      opacity: 0.5;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      margin: 0 auto;
      border-radius: 16px;
  }

  .short_video_Thumb_Img img.img-responsive {
      border-radius: 16px;
      position: relative;
      height: 441px;
  }
  .short_video_Thumb_Img video {
      position: absolute;
      height: 240px;
      width: 100%;
      z-index: 0;
      border-radius: 19px;
  }

  .News_Box.Short_Videos_Box {
      border-radius: 24px;
  }
  .Latest_News_Boxes a .News_Box:hover h4, .News_Box.Infographics:hover h4 {
      color: var(--Text-Light-Blue, #3A58EF);
      text-decoration-line: none;
  }


  .News_Box_Content h3 {
    color: var(--Theme-Dark-Blue-800, #26244A);
    text-align: left;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
}

.News_Box_Content p.title {
    color: var(--Text-Grey-600, #475467);
    text-align: left;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 0;
}

.Sec_Title {
    margin-bottom: 30px;
}

section.Testimonials.Latest_News_Updates.Shorts_Video button.slick-prev.slick-arrow {
    top: -9%;
}

section.Testimonials.Latest_News_Updates.Shorts_Video button.slick-next.slick-arrow {
    top: -9%;
}

.Testimonials.Shorts_Video .center1 .slick-slide {
    padding: 0 15px;
    color: #e67e22;
    transform: scale(1);
    filter: blur(0px);
}



.Services_InnerBox {
  padding: 0;
  display: inline-block;
  border-width: 1px;
  border-style: solid;
  border-color: #EAECF0;
  width: 100%;
  border-radius: 16px;
  margin-bottom: 16px;
}

.Services_InnerBox h4 {
  font-family: Inter;
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #344054;
}

.Services_InnerBox_Main {
  padding: 16px;
  max-height: 450px;
  overflow: auto;
}

.Services_InnerBox_Title {
  padding: 16px;
}

.Services_InnerBox_Points {
  border-top: 1px solid #EAECF0;
  padding: 16px;
}

.Services_InnerBox_Points.Services_Inner_Points_Box {
  border: 0;
  padding: 0;
}

.Services_InnerBox_Points ul {}

.Services_InnerBox_Points ul li {
  list-style: none;
  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;
  padding-bottom: 12px;
  position: relative;
  padding-left: 26px;
}

.Services_InnerBox_Points ul li:before {
  content: '';
  background-image: url('https://assets.my-cpe.com/entigrity-assets/custom/demo_digital_marketing_services/images/digital-page/Service_Point.svg');
  width: 20px;
  height: 20px;
  display: inline-block;
  position: absolute;
  top: 3px;
  left: 0;
}



.tabs-container {
  position: relative;
  /* height: 450px;
  overflow-y: scroll; */
}

section.View_Samples {
  background: #EBEEFD;
  padding: 72px 0;
}

.View_Samples_Text {}

.View_Samples_Text 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: 8px;
}

.View_Samples_Text 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;
}

.View_Samples_Box {
  margin-top: 24px;
  position: relative;
  border-radius: 24px;
  overflow: hidden;
}

.View_Samples_Box:before {
  content: '';
  /* background: #000000; */
  background: #000945;
  opacity: 0.3;
  width: 306px;
  height: 172px;
  display: inline-block;
  border-radius: 24px;
  position: absolute;
  z-index: 99;
}

.View_Samples_Box h3 {
  position: absolute;
  top: auto;
  left: 10px;
  bottom: 10px;
  display: flex;
  align-items: center;
  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: #fff;
  -webkit-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  z-index: 999;
  translate: 0% 0%;
}

.View_Samples_Box h3 svg {
  margin-right: 10px;
}

.Why_us {
  background: #fff;
}

.View_Samples_Box:hover:before {
  content: '';
  opacity: 0.8;
  background: #000945;
}

.View_Samples_Box:hover img {
  -webkit-filter: blur(3px);
  -moz-filter: blur(3px);
  -ms-filter: blur(3px);
  -o-filter: blur(3px);
  filter: blur(24px);
  transform: scale(1.03);
}

.View_Samples_Box:hover h3 {
  position: absolute;
  text-align: center;
  left: 10px;
  width: 100%;
  -webkit-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  translate: 70px -50px;
}


.View_Samples_Box.Videos_Box.Video_Img_Box {
  margin: 0;
  position: relative;
  border-radius: 12px;
  /* height: 240px; */
  border: 1px solid #EAECF0;
}

.View_Samples_Box.Videos_Box.Video_Img_Box:before {
  width: 316px;
  height: 193px;
  opacity: 0;
  background: #000945;
  -webkit-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  border-radius: 12px;
}

.Services_InnerBox.All_Videos_Box .View_Samples_Box.Videos_Box.Video_Img_Box:before {
  width: 100%;
  height: 100%;
  opacity: 0;
  background: #101828;
  -webkit-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

.Services_InnerBox.All_Videos_Box:hover .View_Samples_Box.Videos_Box.Video_Img_Box:before {
  width: 100%;
  height: 100%;
  opacity: 0.8;
  background: #101828;
  -webkit-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

.Services_InnerBox.All_Videos_Box:hover img {
  -webkit-filter: blur(3px);
  -moz-filter: blur(3px);
  -ms-filter: blur(3px);
  -o-filter: blur(3px);
  filter: blur(4px);
  transform: scale(1.03);
  -webkit-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}


.View_Samples_Box.Videos_Box.Video_Img_Box h3 {
  position: absolute;
  top: 36%;
  right: 0;
  left: 0;
  margin: 0 auto;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #FFFFFF;
  padding: 10px 16px;
  max-height: 40px;
  max-width: 162px;
  font-family: Inter;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #FFFFFF;
  border-radius: 4px;
  opacity: 0;
  -webkit-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  /* display: none !important; */
}

.Services_InnerBox.All_Videos_Box:hover h3 {
  position: absolute;
  top: 36%;
  right: 0;
  left: 0;
  margin: 0 auto;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #FFFFFF;
  padding: 10px 16px;
  max-height: 40px;
  max-width: 162px;
  font-family: Inter;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #FFFFFF;
  border-radius: 4px;
  /* translate: 0px 0px; */
  translate: none;
  opacity: 1;
  -webkit-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  /* display: none !important; */
}

.View_Samples_Box.Videos_Box.Video_Img_Box p {
  position: absolute;
  top: 65%;
  right: 0;
  left: 0;
  margin: 0 auto;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
  padding: 10px 16px;
  max-height: 40px;
  max-width: 220px;
  font-family: Inter;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #FFFFFF;
  border-radius: 4px;
  opacity: 0;
  -webkit-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  z-index: 999;
}

.Services_InnerBox.All_Videos_Box:hover p {
  position: absolute;
  top: 65%;
  right: 0;
  left: 0;
  margin: 0 auto;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
  padding: 10px 0;
  max-height: 40px;
  max-width: 190px;
  font-family: Inter;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #FFFFFF;
  border-radius: 4px;
  /* translate: 0px 0px; */
  translate: none;
  opacity: 1;
  -webkit-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  text-decoration: underline;
}

.Services_InnerBox.All_Videos_Box:hover a.Play_Now_Btn:hover h3 {
  /* background: #3a58ef;
    border-color: #3a58ef; */
}

.Services_InnerBox.All_Videos_Box:hover a.Play_Now_Btn:hover p {
  /* color: #3a58ef; */
}


.View_Samples_Box.Videos_Box.Video_Img_Box img {
  -webkit-filter: blur(3px);
  -moz-filter: blur(3px);
  -ms-filter: blur(3px);
  -o-filter: blur(3px);
  filter: blur(0px);
  transform: scale(1);
  -webkit-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  /* height: 240px; */
  border-radius: 12px;
}

.View_Samples_Box.Videos_Box.Video_Img_Box:hover img.Videos_Img {
  -webkit-filter: blur(3px);
  -moz-filter: blur(3px);
  -ms-filter: blur(3px);
  -o-filter: blur(3px);
  filter: blur(0px);
}

.Services_InnerBox.All_Videos_Box {
  padding: 16px;
  border-radius: 12px;
  /* height: 275px; */
}

.Services_InnerBox.All_Videos_Box .Services_InnerBox_Title {
  padding: 0;
  padding-top: 16px;
  font-family: Inter;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #475467;
}

.Services_InnerBox.All_Videos_Box h4 {
  font-family: Inter;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #475467;
  overflow: hidden;
  height: 48px;
}

section.Websites_Main {
  background: #fff;
  padding: 72px 0;
}



section.Live_CPA {
    background: var(--Theme-Blue-50, #EBEEFD);
    padding: 72px 0;
}

.Live_CPA_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: 48px; /* 133.333% */
    letter-spacing: -0.72px;
    margin-bottom: 12px;
}

.Live_CPA_Title  p {
    color: var(--Text-Grey-600, #475467);
    text-align: center;

/* Text lg/Regular */
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px; /* 155.556% */
    margin-bottom: 48px;
}

.Videos_Tabs_Main {}

.Videos_Tabs_Main .Services_InnerBox.All_Videos_Box {
    border-radius: 12px;
    border: 1px solid var(--Text-Grey-200, #EAECF0);
    background: var(--White, #FFF);
}


.Start_Now_Btn {
    border-radius: 4px;
    background: var(--Theme-Blue-500, #3A58EF);
    /* Shadow/xs */
    box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
    color: var(--White, #FFF);
    padding: 12px 20px;
    /* Text md / Semibold */
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px; /* 150% */
    display: inline-block;
    margin-top: 48px;
}



section.Case_Study {
    background: var(--White, #FFF);
    padding: 72px 0;
}

.Case_Study_Title {}

.Case_Study_Title h2 {
    color: var(--Theme-Dark-Blue-800, #26244A);
    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;
    margin-bottom: 12px;
}

.Case_Study_Title p {
    color: var(--Text-Grey-600, #475467);
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 48px;
}

.Case_Study_Main .Case_Study_Box {
    overflow: hidden;
    transition: .4s all ease-in-out;
    border-radius: 12px;
    border: 1px solid var(--Text-Grey-200, #EAECF0);
}

.Case_Study_Main .Case_Study_Box img {
    transition: .4s all ease-in-out;
}

.Case_Study_Main .Case_Study_Box img:hover {
    transform: scale(1.1);
    transition: .4s all ease-in-out;
}

/* Related Blogs - Start */

.Must_Read_Blogs {
  padding: 110px 0px 110px 0px;
  background: var(--Theme-Blue-50, #EBEEFD);
}

.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 h6 {
    color: var(--Text-Grey-400, #98A2B3);
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    margin-bottom: 15px;
}
.Insightful_Box h6 .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;
}



.FAQ_Main {
    background: var(--White, #FFF);
}

.FAQ_Main .FAQ_Box .accordion-header .accordion-button::before {
    flex-shrink: 0;
    width: var(--bs-accordion-btn-icon-width);
    height: var(--bs-accordion-btn-icon-width);
    margin-left: 0;
    margin-right: 24px;
    content: "";
    background-repeat: no-repeat;
    background-size: var(--bs-accordion-btn-icon-width);
    transition: var(--bs-accordion-btn-icon-transition);
    width: 32px;
    height: 32px;
    background-size: cover;
}

.FAQ_Main .FAQ_Box .accordion-header .accordion-button::before {
    background-image: url('https://assets.my-cpe.com/entigrity-assets/custom/l_and_d/images/Open_Accordion_Icon.svg');
    transition: all 0.3s;
    transform: rotate(45deg);
}

.FAQ_Main .FAQ_Box .accordion-flush .accordion-item .accordion-button.collapsed::before {
    transform: rotate(0deg);
}

.FAQ_Main .FAQ_Box .accordion-button {
    color: #667085;
    background: transparent;
    border: 0;
    padding-left: 0;
    box-shadow: none;
}

.FAQ_Main .FAQ_Box .accordion-button::after {
    display: none;
}

.FAQ_Main .FAQ_Box .accordion-flush .accordion-item .accordion-button.collapsed {
    border-radius: 0;
    border: 0;
    background: transparent;
    padding-left: 0;
}

.FAQ_Main .FAQ_Box .accordion-item {
    margin: 0;
    border: none;
    margin-bottom: 16px;
    border-radius: 0;
    background: transparent;
    border-bottom: 1px solid #D9D9D9;
}

.FAQ_Main .FAQ_Box .accordion-body {
    border-radius: 0 0 12px 12px;
    border: 0;
    background: var(--White, #FFF);
    border-top: 0;
    border: 0;
    background: transparent;
    padding: 0;
    padding-left: 55px;
}

.FAQ_Main .FAQ_Box .accordion-button {
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: var(--Text-Grey-700, #344054);
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
}

.FAQ_Main .FAQ_Box .accordion-body p {
    color: var(--secondary-secondary-100, #171A1F);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    padding: 0;
    margin-bottom: 15px;
}

.FAQ_Main .FAQ_Box .accordion-body ul {
    margin-left: 20px;
}

.FAQ_Main .FAQ_Box .accordion-body ul li {
    color: var(--secondary-secondary-100, #171A1F);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    list-style: disc;
    margin-bottom: 10px;
}

.FAQ_Main .FAQ_Box .collapse {
    border: 0;
}


.FAQ_Main .FAQ_Box .nav-pills button.nav-link, .FAQ_Main .FAQ_Box .nav-pills button.nav-link {
    font-family: Inter;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #344054;
    padding: 8px;
    display: inline-block;
    width: auto;
    max-width: fit-content;
    margin-bottom: 16px;
}

.FAQ_Main .FAQ_Box .nav-pills button.nav-link.active {
    background: #D8DEFC;
    padding: 8px;
    color: #1D2939;
    border-radius: 4px;
}

.FAQ_Main .FAQ_Box .tab-content h3 {
    font-family: Inter;
    font-size: 26px;
    font-weight: 700;
    line-height: 33.8px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #26244A;
}

.FAQ_Main h2.Sec_Title {
    text-transform: capitalize;
    padding: 0;
    margin-bottom: 35px;
    font-weight: 700;
    color: #26244A;
    font-family: Inter;
    font-size: 2.25rem;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: -0.72px;
}

.FAQ_Box {
    border-radius: 12px;
    padding: 30px;
}

.FAQ_Box .sticky-top {
    top: 130px;
    z-index: 9;
}

.FAQ_Box div#v-pills-tabContent1 {
    display: inline-block;
    width: 100%;
}



/* CRM Inner table - Start */

table.table.feature-table th, table.table.feature-table td {
    border: 1px solid #EAECF0;
    padding: 13px 16px 13px 16px !important;
}
table.table.feature-table td {
    color: var(--Text-Grey-600, #475467);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
}
table.table.feature-table tr:nth-child(2n) td {
    background: #F9FAFB;
}
table.table.feature-table th.active{
    background: var(--Theme-Blue-100, #D8DEFC);
    box-shadow: 8px 8px 24px 0px rgba(0, 0, 0, 0.08);
}
table.table.feature-table th:first-child {
    min-width: 320px;
    width: 320px;
}
table.table.feature-table tr.accordion-toggle.collapsed td:first-child .rotate-icon {
    transition: .4s all ease;
    transform: rotate(0deg);
    display: inline-block;
    width: 24px;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><rect width="24" height="24" fill="white" fill-opacity="0.01" style="mix-blend-mode:multiply"></rect><path d="M12.75 11.25V3.75H11.25V11.25H3.75V12.75H11.25V20.25H12.75V12.75H20.25V11.25H12.75Z" fill="%233A58EF"></path></svg>');
    height: 24px;
    background-repeat: no-repeat;
    background-position: center;
}
table.table.feature-table tr.accordion-toggle td:first-child .rotate-icon {
    transform: rotate(180deg);
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><rect width="24" height="24" fill="white" fill-opacity="0.01" style="mix-blend-mode:multiply"/><path d="M3.75 11.25V12.75H20.25V11.25H3.75Z" fill="%233A58EF"/></svg>');
    transition: .4s all ease;
    display: inline-block;
    width: 24px;
    height: 24px;
}
.first-tdata {
    display: flex;
    gap: 6px;
}
.first-tdata strong {
    color: var(--Text-Grey-600, #475467);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
}
table.table.feature-table td.inntertbl {
    padding: 0 !important;
}
.inntertbl .table{
    margin-bottom: 0px;
    border: none;
}
table.table.feature-table tr td.inntertbl .table tr td {
    border-left: none;
    border-right: none;
}
table.table.feature-table tr td.inntertbl .table tr:nth-child(2n) td {
    background: #fff;
}
table.table.feature-table tr td.inntertbl .table tr td:first-child {
    min-width: 417px;
    width: 320px;
    white-space: normal;
}
table.table.feature-table th:hover {
    /* background: var(--Theme-Blue-100, #D8DEFC); */
    box-shadow: 8px 8px 24px 0px rgba(0, 0, 0, 0.08);
    border: 1px solid #EAECF0;
}
table.table.feature-table th:hover .selectionbtn {
    background: #3a58ef;
    color: #fff;
}

table.table.feature-table th a.Book_Btn {
    padding: 10px 16px;
    border-radius: 4px;
    border: 1px solid var(--Theme-Blue-500, #3A58EF);
    color: var(--Theme-Blue-500, #3A58EF);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    background: #ffffff;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin-top: 16px;
}

table.table.feature-table th:hover a.Book_Btn {
    background: #3a58ef;
    color: #fff;
}
th.selected label span {
    background: var(--Theme-Blue-50, #3A58EF);
    color: var(--Theme-Blue-500, #FFF);
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
}

table.table.feature-table th.selected label.selectionbtn {
        background: var(--Theme-Blue-50, #3A58EF);
}

table.table.feature-table th:first-child, 
table.table.feature-table td:first-child {
    min-width: 320px;
    width: 320px;
}

.Plus_Sign {
    display: none; /* default hidden */
    text-align: center;
    margin: 10px 0;
}

table.table.feature-table th label svg {
    display: none;
}
table.table.feature-table th.selected label svg {
    display: block;
}

.tab-content .table-container table.table.feature-table.table-bordered tbody tr td {
    z-index: 10;
}

table.table.feature-table.table-bordered {}

.tab-content .table-container table.table.feature-table.table-bordered tbody tr th {
    z-index: 10;
    vertical-align: middle;
}

/* CRM Inner table - End */

@media (max-width:1366.51px) {
    .tab-content th:nth-child(4) {
        background: #4E69F1;
        width: 28%;
    }
}


@media (max-width:767.51px) {
    
    .center .slick-slide,
    .Testimonials.Shorts_Video .center1 .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,
    .Testimonials.Shorts_Video .center1 button.slick-prev.slick-arrow {
      top: -14%;
      left: 8%;
    }

    .center button.slick-next.slick-arrow,
    .Testimonials.Shorts_Video .center1 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,
    .Testimonials.Shorts_Video .center1 button.slick-prev.slick-arrow {
      top: -14%;
      left: 8%;
    }

    .center button.slick-next.slick-arrow,
    .Testimonials.Shorts_Video .center1 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;
    }

    .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 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.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;
        content: '';
        position: absolute;
        right: 1.4em;
        top: 1.4em;
        z-index: 9999;
        border: 0;
    }

    .tabs-container nav ul li:not(.active) {
        position: absolute;
        top: -999em;
    }


    
    .tabs-container nav ul {
        list-style: none;
        margin: 0;
        padding: 0;
        border: 1px solid #ccc;
        padding: 0 10px;
    }

    button.slick-prev.slick-arrow {
        left: auto;
        right: 56px;
        top: 0;
    }

    button.slick-next.slick-arrow {
        right: 0;
        top: 0;
    }
    .Web_Banner_Title h1 {
      font-size: 36px;
      line-height: 40px;
  }
  section.Choose_Plan h2 {
      font-size: 24px;
      margin-bottom: 0px;
  }
  .Testimonials {
    padding: 32px 0px 55px 0px;
}
.Testimonials_Title h2 {
    font-size: 24px;
}
.Testimonials .center button.slick-prev.slick-arrow,.Testimonials .center button.slick-next.slick-arrow{
      top: -40px;
}
section.Latest_News_Updates.Shorts_Video,section.Live_CPA,section.Case_Study,.Must_Read_Blogs {
    padding: 32px 0;
}
section.Latest_News_Updates.Shorts_Video .Sec_Title h2,.Live_CPA_Title h2,.Case_Study_Title h2,.Must_Read_Blogs .blogs_main .headings.text-center h2 {
    font-size: 24px;
}
.FAQ_Box {
    border-radius: 12px;
    padding: 0;
}
.FAQ_Box div#v-pills-tabContent1 {
    margin-top: 0;
}
.tab-content .table-container {
    overflow: auto;
}
}



