.mos_banner {
    background-image: url("../images/gcc-mos/gcc_mos_banner.png");
    background-repeat: no-repeat;
    background-size: cover;
    padding: 72px 0;
}
.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(--White, #FFF);
    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;
}

.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 {
    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: 16px;
    text-align: left;
  }

  .table_bottom_text {
    border-top: 1px solid var(--Theme-Dark-Blue-200, #EAECF0);
    padding-top: 24px;
  }




    .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 {
        color: var(--White, #FFF);
        text-align: center;
        font-family: Inter;
        font-size: 40px;
        font-style: normal;
        font-weight: 700;
        line-height: 48px; /* 120% */
        letter-spacing: -0.8px;
    }



    .mos_banner .innermainmos p {
        color: var(--White, #FFF);
        text-align: center;

    /* Display xs / Bold */
        font-family: Inter;
        font-size: 24px;
        font-style: normal;
        font-weight: 700;
        line-height: 32px; /* 133.333% */
        margin: 24px 0;
    }

    .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 {
        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: inline-block;
    }

    .schedulebtn {
        text-align: center;
    }

    .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 {
        min-width: 500px;
    }

@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;
    }
}


@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;
    }
}