.mos_banner {
    background-image: url("../images/pe-family/PE_Family_Banner.png");
    background-repeat: no-repeat;
    background-size: cover;
    padding: 72px 0;
    position: relative;
    overflow: hidden;
    min-height: 540px;
}

.mos_banner .PE_Family_Col {
    padding: 0;
}
.mos_banner .PE_Family_Img {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    object-fit: cover;
    object-position: left center;
    display: block;
    padding: 0;
    max-width: none;
}
.innermainmos {
    max-width: 648px;
}
.innermainmos h2 {
    margin-bottom: 24px;
    color: var(--White, #FFF);
    font-family: Inter;
    font-style: normal;
    font-weight: 700;
    line-height: 48px;
    letter-spacing: -0.8px;
}
.innermainmos p {
    color: var(--White, #FFF);
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
}
section.bulding {
    padding: 48px 0;
    background-color: #fff;
}
section.bulding p {
    color: var(--Theme-Dark-Blue-800, #26244A);
    text-align: center;
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: -0.48px;
}
section.cpevsdiy {
    background: var(--Theme-Blue-50, #EBEEFD);
    padding: 72px 0;
}
section.cpevsdiy h3 {
    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;
    margin-bottom: 12px;
}
section.cpevsdiy p {
    margin-bottom: 36px;
    color: var(--Text-Grey-600, #475467);
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
}
.tabledata {
    padding: 36px;
    border-radius: 16px;
    border: 1px solid var(--Text-Grey-200, #EAECF0);
    background: var(--White, #FFF);
}
.tabledata th {
    padding: 16px;
    background: var(--Theme-Blue-800, #182878);
    color: var(--White, #FFF);
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    white-space: nowrap;
}
.tabledata th:first-child {
    border-radius: 8px 0 0 8px;
}
.tabledata th:last-child {
    border-radius: 0 8px 8px 0;
}
.tabledata .table>tbody tr td {
    color: var(--Text-Grey-700, #344054);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    padding: 16px 8px !important;
    vertical-align: middle;
    border: none;
}

.tabledata .table>tbody tr.accordion-toggle td {
    border-top: 1px solid #EAECF0;
    text-align: center;
}
.tabledata .accordion-body {
    max-width: 638px;
    color: var(--Text-Grey-600, #475467);
    text-align: justify;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    padding-left: 28px;
}
.tabledata .table>tbody tr.accordion-toggle td strong {
    color: var(--Text-Grey-600, #475467);
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    text-align: left;
}
.tabledata .table>tbody tr.accordion-toggle td:not(:first-child) {
    pointer-events: none;
}
.tabledata tr.accordion-toggle td:first-child .rotate-icon {
    transition: .4s all ease;
    transform: rotate(0deg);
    display: inline-block;
}
.tabledata tr.accordion-toggle.active td:first-child .rotate-icon {
    transform: rotate(180deg);
    transition: .4s all ease;
    display: inline-block;

}
section.cpevsdiy .accordion-body p {
    display: flex;
    align-items: center;
    gap: 8px;
    align-self: stretch;
    color: var(--Text-Grey-600, #475467);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-top: 10px;
    margin-bottom: 0;
}
.first-tdata {
    display: flex;
    align-items: flex-start;
}

section.cpevsdiy .Comparative_Analysis_Title 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;
}

.L_and_D_Banner_Btns {
    display: flex
;
    align-items: center;
    gap: 24px;
}
.L_and_D_Banner_Btns a.Schedule_Call_Btn:hover {
    background: #fff;
    color: #3A58EF;
    border-color: #fff;
}
.L_and_D_Banner_Btns 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: 231px;
      gap: 8px;
  }
  .L_and_D_Banner_Btns a.View_Pricing_Btn, .L_and_D_Banner_Btns a.Demo_Video_Btn {
      border-radius: 4px;
      border: 1px solid var(--White, #FFF);
      padding: 12px 20px;
      color: var(--White, #FFF);
      font-family: Inter;
      font-size: 16px;
      font-style: normal;
      font-weight: 600;
      line-height: 24px;
  }

  .L_and_D_Banner_Btns a.Schedule_Call_Btn:hover svg path {
    fill: #3A58EF;
  }

  section.mos_diy_img {
    background: var(--Theme-Blue-50, #EBEEFD);
    padding: 72px 0;
    text-align: center;
  }

  section.mos_diy_img 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;
    margin-bottom: 48px;
  }

  section.cpevsdiy .table_bottom_text p {
    border-radius: 12px;
    background: var(--Theme-Blue-50, #EBEEFD);
    padding: 10px;
    color: var(--Theme-Blue-800, #182878);
    text-align: center;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    display: inline-block;
    margin: 0 auto;
  }

  section.cpevsdiy .table_bottom_text p svg {
    margin-right: 10px;
}

  .table_bottom_text {
    border-top: 1px solid var(--Theme-Dark-Blue-200, #EAECF0);
    padding-top: 24px;
    text-align: center;
  }

.tabledata .table>tbody tr.accordion-toggle td:last-child {
    border-radius: 0;
    background: var(--Theme-Blue-50, #EBEEFD);
}

.table-responsive.tabledata table.table {
    margin-bottom: 0;
}


.mos_banner .innermainmos {
    max-width: inherit;
}

.mos_banner .innermainmos .DIY_MOS_Points {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.mos_banner .innermainmos h2 {
    text-align: start;
    color: var(--White, #FFF);
    font-family: Inter;
    font-size: 44px;
    font-style: normal;
    font-weight: 700;
    line-height: 60px;
    letter-spacing: -0.96px;
}



.mos_banner .innermainmos p {
    text-align: start;
    margin: 12px 0 24px;
    color: var(--White, #FFF);
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}

.mos_banner .innermainmos .DIY_MOS_Points .DIY_Border {
    border-radius: 128.205px;
    border: 1px dashed var(--White, #FFF);
    padding: 84px 78px;
    margin-right: 24px;
    position: relative;
}

.mos_banner .innermainmos .DIY_MOS_Points .vs_text {
    border-radius: 48.394px;
    background: var(--Theme-Blue-50, #EBEEFD);
    padding: 27px;
    position: absolute;
    top: 30%;
    right: -47px;
    left: auto;
}

.mos_banner .innermainmos .schedulebtn a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: var(--White, #FFF);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    border-radius: 4px;
    border: 1px solid var(--White, #FFF);
    padding: 12px 20px;
    gap: 8px;
}

.mos_banner .innermainmos .schedulebtn a:hover {
    color: var(--Theme-Blue-500, #3A58EF);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    background: rgb(255, 255, 255);
}

.schedulebtn {
    text-align: start;
}

.schedulebtn {
    display: flex;
    justify-content: start;
    gap: 24px;
}



.mos_banner .innermainmos .schedulebtn a.Learn_More_Btn {
    box-shadow: rgba(16, 24, 40, 0.05) 0px 1px 2px 0px;
    color: var(--Theme-Blue-500, #3A58EF);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    border-radius: 4px;
    background: var(--White, #FFF);
}

.mos_banner .innermainmos .DIY_MOS_Points .DIY_Border p {
    color: var(--White, #FFF);
    font-family: Inter;
    font-size: 25.641px;
    font-style: normal;
    font-weight: 700;
    line-height: 30.769px; /* 120% */
    letter-spacing: -0.513px;
    position: relative;
    margin: 0;
    box-shadow: 0 0 0 #fff;
}

.mos_banner .innermainmos .DIY_MOS_Points .DIY_Border p:before {
    /* content: ''; */
    /* content: 'DIY'; */
    filter: blur(5.449999809265137px);
    color: var(--White, #FFF);
    font-family: Inter;
    font-size: 25.641px;
    font-style: normal;
    font-weight: 700;
    line-height: 30.769px; /* 120% */
    letter-spacing: -0.513px;
    position: absolute;
}

.mos_banner .innermainmos .DIY_MOS_Points .vs_text label {
    color: var(--Theme-Blue-500, #3A58EF);
    text-align: center;
    font-family: Inter;
    font-size: 18.733px;
    font-style: normal;
    font-weight: 700;
    line-height: 23.416px; /* 125% */
    letter-spacing: -0.375px;
}

.vs_text.vs_text1 {
    position: absolute;
    top: 0;
    left: 0;
}

section.cpevsdiy .tabledata p.text-center {
    color: var(--Text-Grey-600, #475467);
    text-align: center;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
}

section.cpevsdiy .table-responsive.tabledata table.table tbody tr td:first-child {
    max-width: 590px;
    min-width: 590px;
}

.schedulebtn {}

.mos_banner .innermainmos .schedulebtn a:hover {
    border-radius: 4px;
    background: var(--White, #FFF);
    color: var(--Theme-Blue-500, #3A58EF);

/* Text md / Semibold */
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px; /* 150% */
}

.mos_banner .innermainmos .schedulebtn a:hover svg {}

.mos_banner .innermainmos .schedulebtn a:hover svg path {
    fill: #3A58EF;
}

.What_All {
    background: var(--Theme-Blue-50, #EBEEFD);
    background-image: url("../images/pe-family/What_All_Banner.png");
    background-repeat: no-repeat;
    background-size: cover;
    padding: 72px 0;
    position: relative;
}


.What_All_Left h2 {
    color: var(--Theme-Dark-Blue-900, #17162C);

/* 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;
}

.What_All_Left h3 {
    color: var(--Theme-Dark-Blue-800, #26244A);

/* Webpage/Header 4 */
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%; /* 31.2px */
    margin-bottom: 12px;
}

.What_All_Left {
    max-width: 580px;
    padding-left: 50px;
}

.What_All_Left p {
    color: var(--Text-Grey-500, #5D667B);

/* Text lg/Regular */
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px; /* 155.556% */
    margin-bottom: 12px;
}

.What_All_Left  a {
    border-radius: 4px;
    background: var(--Theme-Blue-500, #3A58EF);

/* Shadow/xs */
    box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
    padding: 12px 20px;
    color: var(--White, #FFF);

/* Text md / Semibold */
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px; /* 150% */
    display: flex;
    align-items: center;
    gap: 8px;
    max-width: 187px;
    margin-bottom: 12px;
}


section.Why_Mycpeone_App {
    background: var(--White, #FFF);
    padding: 72px 0;
}

.Why_Mycpeone_App_Title {
    margin-bottom: 48px;
}

.Why_Mycpeone_App_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;
}

.Why_Mycpeone_App_Title h2 span {
    color: var(--Theme-Blue-500, #3A58EF);
    font-family: Inter;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: -0.72px;
}

.Why_Mycpeone_App_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% */
}

.Why_Mycpeone_App_Main {}

.PE_Family_Box {
    border-radius: 8px;
    background: var(--Text-Grey-50, #F9FAFB);
    padding: 24px;
    position: relative;
}

.Private_Equity {
    position: relative;
}

.PE_Family_Box .Close_Icon {
    position: absolute;
    top: -10px;
    left: -10px;
}

.Private_Equity {
    border-radius: 8px;
    background: var(--Text-Grey-100, #F2F4F7);
    padding: 24px;
    margin-bottom: 16px;
}

.Private_Equity h3 {
    color: var(--Theme-Dark-Blue-800, #26244A);
    font-family: Inter;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%; /* 39.6px */
    letter-spacing: -0.72px;
    padding: 16px 0;
}

.Private_Equity  p {
    color: var(--Text-Grey-600, #475467);

/* Text xl / Regular */
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px; /* 150% */
}

.Mycpe_One_App_Box {
    border-radius: 8px;
    background: var(--Theme-Blue-50, #EBEEFD);
    padding: 24px;
    position: relative;
    height: 100%;
}

.Mycpe_One_App_Box .Check_Icon {
    position: absolute;
    top: -20px;
    left: -20px;
}

.Mycpe_One_App_Top {
    display: flex;
    flex-direction: column;
    padding: 20px 0;
    align-items: start;
}

.Mycpe_One_App_Top img.PE_Logo {
    margin-bottom: 16px;
}

.Mycpe_One_App_Top h4 {
    color: var(--Text-Grey-600, #475467);

/* Text xl / Semibold */
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px; /* 150% */
    border-bottom: 1px solid #EAECF0;
    padding-bottom: 16px;
}

.Mycpe_One_App_Top h3 {
    color: var(--Theme-Dark-Blue-800, #26244A);

/* Webpage/Header 4 */
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%; /* 31.2px */
    padding: 24px 0;
}

.Mycpe_One_App_Top  p {
    color: var(--Text-Grey-600, #475467);

/* Text lg/Regular */
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px; /* 155.556% */
}


/*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(../images/team-subscription/faq-down.webp);
}
.faqs .accordion-button:not(.collapsed)::after{
background-image: url(../images/team-subscription/faq-up.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 {
    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;
}
.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;
}
.FAQ_Box .sticky-top {
    top: 130px;
    z-index: 9;
}

.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_Main {
    background: var(--Theme-Blue-50, #EBEEFD);
}

.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('../images/pe-family/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;
}

.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;
}
.accordion-flush>.accordion-item>.accordion-header .accordion-button, .accordion-flush>.accordion-item>.accordion-header .accordion-button.collapsed {
    border-radius: 0;
    border: 0 !important;
    outline: none !important;
    box-shadow: none;
}
.FAQ_Main .FAQ_Box .accordion-body ul li {
    list-style: none;
    position: relative;
    padding-left: 30px;
}
.FAQ_Main .FAQ_Box .accordion-body ul li svg {
    position: absolute;
    left: 0;
    top: 3px;
}
.FAQ_Main .FAQ_Box .accordion-body ul {
    list-style-image: url('../images/pe-family/FAQ_Check_Icon.svg');
    margin-left: 0;
}
/*FAQs End*/

/* Testimonials */

.Testimonials {
    padding: 72px 0px;
    background: var(--White, #FFF);
    display: none;
}

.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: start;
}

.Testimonials .slideBoxRgt .slideBoxRgt_Author_Img {
    min-width: 58px;
    margin-right: 16px;
    border-radius: 50%
}

.Testimonials .SlideBox_Test_Author h3 {
    color: var(--Theme-Dark-Blue-800, #26244A);
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
}

.Testimonials .SlideBox_Test_Author p {
    color: var(--Text-Grey-600, #475467);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.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_Test ul.slick-dots, 
.Testimonials.Shorts_Video .Center_Video ul.slick-dots {
    bottom: -62px
}

.Testimonials .Center_Test .slick-dots li button, 
.Testimonials.Shorts_Video .Center_Video .slick-dots li button {
    background: #D8DEFC;
    width: 22px;
    height: 8px;
    border-radius: 26px
}

.Testimonials .Center_Test .slick-dots li.slick-active button,
.Testimonials.Shorts_Video .Center_Video .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_Test .slick-slide,
.Testimonials.Shorts_Video .Center_Video .slick-slide {
    padding: 0 15px;
    color: #e67e22;
    transform: scale(1);
    filter: blur(0px);
}
.Testimonials .Center_Test .slick-slide.slick-current,
.Testimonials.Shorts_Video .Center_Video .slick-slide.slick-current {
    transform: scale(1);
    filter: blur(0);
}
.Testimonials .Center_Test button.slick-prev:before,
.Testimonials.Shorts_Video .Center_Video button.slick-prev:before {
    content: '';
    background-image: url(../images/pe-family/Arrow_Left.svg);
    width: 24px;
    height: 24px;
    display: inline-block;
}
.Testimonials .Center_Test button.slick-prev.slick-arrow,
.Testimonials.Shorts_Video .Center_Video button.slick-prev.slick-arrow {
    right: auto;
    position: absolute;
    left: 23%;
    top: 32%;
    background: #3a58ef;
    border-radius: 50%;
    z-index: 9;
}
.Testimonials .Center_Test button.slick-prev.slick-arrow,
.Testimonials.Shorts_Video .Center_Video button.slick-prev.slick-arrow {
    left: 17%;
    top: 50%;
}
.Testimonials .Center_Test .slick-arrow,
.Testimonials.Shorts_Video .Center_Video .slick-arrow {
    width: 40px;
    height: 40px;
    background-size: 40px;
}
.Testimonials .Center_Test button.slick-next.slick-arrow,
.Testimonials.Shorts_Video .Center_Video button.slick-next.slick-arrow {
    background: #3a58ef;
    border-radius: 50%;
}
.Testimonials .Center_Test button.slick-next:before,
.Testimonials.Shorts_Video .Center_Video button.slick-next:before {
    content: '';
    background-image: url(../images/pe-family/Arrow_Right.svg);
    width: 24px;
    height: 24px;
    display: inline-block;
}
.Testimonials .Center_Test .slick-next,
.Testimonials.Shorts_Video .Center_Video .slick-next {
    right: 17%;
    top: 50%;
}
.Testimonials .slick-dots li button:before {
    display: none
}


.Testimonials .Center_Test button.slick-prev:before,
.Testimonials.Shorts_Video .Center_Video button.slick-prev:before {
    content: '';
      background-image: url(../images/pe-family/Arrow_Left.svg);
    width: 24px;
    height: 24px;
    display: inline-block;
}

.Testimonials .Center_Test button.slick-next:before,
.Testimonials.Shorts_Video .Center_Video button.slick-next:before{
    content: '';
    background-image: url(../images/pe-family/Arrow_Right.svg);
    width: 24px;
    height: 24px;
    display: inline-block;
}

.Testimonials .Center_Test button.slick-prev.slick-arrow,
.Testimonials.Shorts_Video .Center_Video 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_Test button.slick-next.slick-arrow,
.Testimonials.Shorts_Video .Center_Video 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);
    min-height: 301px;
}

.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 {
    margin-bottom: 24px;
    text-align: left;
    margin-top: 8px;
    color: var(--Text-Grey-700, #344054);
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
}

.SlideBox_Test_Author {}




.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;
}


/* Transform_Learning Start */
.Transform_Learning {
    background: #12327B;
    background-image: url(../images/pe-family/No_chaos_bg.png);
    padding: 72px 0;
    text-align: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.Transform_Learning h2 {
    font-family: Inter;
    font-weight: 700;
    font-size: 36px;
    line-height: 43.2px;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
    margin-bottom: 24px;
}

.Transform_Learning p {
    font-family: Inter;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
    margin-bottom: 24px;
}

.Transform_Learning h3 {
    color: #fff;
    margin-bottom: 16px;
    font-family: Inter;
    font-weight: 700;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: normal;
    text-align: center;
}

.Transform_Learning a.Schedule_Btn {
    font-family: Inter;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: normal;
    background: #3A58EF;
    border-radius: 4px;
    box-shadow: 0px 1px 2px 0px #1018280D;
    padding: 12px 20px;
    display: inline-block;
    color: #FFFFFF;
    border: 1px solid #3A58EF;
}

.Transform_Learning a.Schedule_Btn:hover {
    color: #3A58EF;
    background: #fff;
}
.Transform_Learning a.Schedule_Btn:hover svg path {
    fill: #3A58EF;
}

.Transform_Learning a.Schedule_Btn {
    background: transparent;
    color: #fff;
    border-color: #fff;
}
/* Transform_Learning End */





@media only screen and (max-width: 1600.51px) {
    .mos_banner {
        padding: 72px 0;
        min-height: 520px;
    }

    .mos_banner .PE_Family_Img {
        position: absolute;
        top: 0;
        right: 0;
        width: 50%;
        height: 100%;
    }

    .mos_banner .innermainmos {
        max-width: inherit;
        padding: 0;
        max-width: 475px;
    }

    .mos_banner .innermainmos h2 {
        font-size: 36px;
        line-height: inherit;
    }
}

@media only screen and (max-width: 1366.51px) {
    .mos_banner .PE_Family_Img {
        position: absolute;
        top: 0;
        right: 0;
        width: 50%;
        height: 100%;
    }

    .mos_banner .innermainmos h2 {
        font-size: 36px;
        line-height: inherit;
    }

    .mos_banner .innermainmos p {
        margin: 12px 0 24px;
        font-size: 16px;
    }

    .mos_banner .innermainmos .schedulebtn a.Learn_More_Btn {
        font-size: 15px;
        padding: 12px 15px;
    }

    .mos_banner .innermainmos .schedulebtn a {
        font-size: 15px;
        padding: 12px 15px;
    }

    .mos_banner .innermainmos {
        padding: 36px 0;
    }

    .What_All_Left p {
        font-size: 16px;
    }


}


@media only screen and (max-width: 1199.51px) { 
    .Testimonials .slideBoxLeft h3.Heading_H3 {
        font-size: 17px;
    }
    .What_All_Left h2 {
        font-size: 29px;
    }
    .What_All_Left p {
        font-size: 14px;
        line-height: 28px;
        max-width: 350px;
    }
    .mos_banner .innermainmos p {
        margin: 12px 0 24px;
        font-size: 14px;
        max-width: 425px;
    }
    .mos_banner .innermainmos .schedulebtn a.Learn_More_Btn {
        font-size: 14px;
        padding: 12px 12px;
    }
    .mos_banner .innermainmos .schedulebtn a {
        font-size: 14px;
        padding: 12px 12px;
    }
    .mos_banner .PE_Family_Img {
        position: absolute;
        top: 0;
        right: 0;
        width: 50%;
        height: 100%;
    }

    .mos_banner .innermainmos {
        padding: 0px 0;
    }

    .mos_banner {
        min-height: 420px;
    }


}

@media only screen and (max-width: 991.51px) {
    .mos_banner .innermainmos .DIY_MOS_Points .DIY_Border {
        padding: 55px 50px;
    }
    .mos_banner .innermainmos .DIY_MOS_Points .vs_text {
        padding: 20px;
    }
    .Testimonials .SlideBox_Test_Author h3 {
        font-size: 17px;
    }

    .Transform_Learning h2 {
        font-size: 36px;
        line-height: inherit;
    }

    .Transform_Learning p {
        font-size: 18px;
        line-height: 28px;
    }

    .mos_banner .PE_Family_Img {
        position: relative;
        top: auto;
        right: auto;
        width: 100%;
        height: auto;
        max-width: 100%;
        margin-top: 24px;
    }

    .What_All_Left {
        max-width: inherit;
    }


}


@media only screen and (max-width:767.51px){
    .innermainmos h2 {
        font-size: 28px;
        line-height: 1.2;
    }
    .innermainmos p {
        font-size: 20px;
        line-height: 1.2;
    }
    .mos_banner {
        padding: 55px 0;
    }
    section.bulding p {
        font-size: 16px;
    }

    .mos_banner .innermainmos .DIY_MOS_Points {
        flex-direction: column;
    }
    .mos_banner .innermainmos .DIY_MOS_Points .DIY_Border {
        padding: 55px 50px;
        width: 145px;
        height: 145px;
        margin: 0;
    }
    .mos_banner .innermainmos .DIY_MOS_Points .vs_text {
        width: auto;
        padding: 20px;
        position: absolute;
        left: 0;
        right: 0;
        bottom: -32px;
        top: auto;
        display: inline-block;
        margin: 0 auto;
        text-align: center;
        border-radius: 50%;
        max-width: 64px;
        z-index: 9;
    }
    section.cpevsdiy .table-responsive.tabledata table.table tbody tr td:first-child {
        min-width: 250px;
    }
    .tabledata {
        padding: 16px;
    }

    .innermainmos h2 {
        text-align: start;
        color: var(--White, #FFF);
        font-family: Inter;
        font-size: 36px; 
    }

    .Testimonials_Title h2 {
        font-size: 30px;
    }

    .Testimonials .Center_Test button.slick-prev.slick-arrow, 
    .Testimonials.Shorts_Video .Center_Video button.slick-prev.slick-arrow
    {
        left: 30%;
        right: 0;
        top: -5%;
        bottom: 0;
    }


    .Testimonials .Center_Test button.slick-next.slick-arrow, 
    .Testimonials.Shorts_Video .Center_Video button.slick-next.slick-arrow
    {
        right: -30%;
        top: -5%;
        left: 0;
        bottom: 0;
        margin: 0 auto; 
    }

    .Testimonials .slideBox.Bg_Dark_Blue_800 {
        margin-top: 30px;
    }

    .Transform_Learning h2 {
        font-size: 28px;
    }

    .Transform_Learning p {
        font-size: 14px;
        line-height: inherit;
    }

    .Transform_Learning a.Schedule_Btn {
        font-size: 14px;
        line-height: 24px;
        padding: 12px 12px;
    }

    .mos_banner .innermainmos h2 {
        font-size: 28px;
        line-height: inherit;
    }

    .schedulebtn {
        flex-direction: column;
    }
    .What_All_Left {
        max-width: inherit;
        padding-left: 0;
    }
    .Private_Equity h3 {
        font-size: 32px;
    }

    .Private_Equity p {
        font-size: 16px;
        line-height: inherit;
    }

    .Mycpe_One_App_Box .Check_Icon {
        position: absolute;
        top: -10px;
        left: -10px;
    }
    

}