section.CPA_Banner {
    padding: 80px 0 150px 0;
    background: linear-gradient(180deg, #FFF 0%, #F3F5FE 25%, #EBEEFD 100%);
    position: relative;
}
.Banner_left p.Sign_For {
    color: #597BF7;    
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
    margin-bottom: 0;
}
.Pre_Main {
    background: #FFFFFF;
    box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.1);
    border-radius: 6px;
    padding: 30px;
    min-height: 168px;
}
.Pre-enrollment {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 1;
    bottom: -80px;
}

.enrollment_title p {
    color: var(--Text-Grey-700, #344054);
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
}
.enrollment_text p {
    margin: 0;
    color: var(--Text-Grey-500, #5D667B);
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
}
.Date_Reg p {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    color: #525252;
    margin: 0;
}
.Enrol_Ban_Btn a {
    padding: 12px 20px;
    display: inline-block;
    border-radius: 4px;
    background: var(--Theme-Blue-500, #3A58EF);
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    color: var(--White, #FFF);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    text-decoration: none;
}
/* .Banner_left h1 {
    color: var(--text-gray-900, #101828);
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    margin: 0;
} */
 .Banner_left h1 {
    color: var(--text-gray-900, #101828);
    font-family: Inter;
    font-size: 48px;
    font-style: normal;
    font-weight: 300;
    line-height: 130%; /* 62.4px */
    text-transform: capitalize;
}
.Banner_left h1 span {
    color: var(--text-gray-900, #101828);
    font-size: 48px;
    font-style: normal;
    font-weight: 300;
    line-height: 130%;
}
.Banner_left p.Gateway_Can {
    color: var(--Text-Grey-800, #1D2939);
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    margin-top: 24px;
}
.Book_Now_Box {
    border-radius: 6px;
    background: var(--White, #FFF);
    box-shadow: 0px 4px 16px 0px #D5D7E3;
    padding: 24px;
}
.Book_Now_Box p {
    color: var(--Theme-Dark-Blue-900, #17162C);
    
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    margin-bottom: 24px;
}
.Book_Now_Box p span {
    color: var(--Theme-Dark-Blue-900, #17162C);
    
    font-size: 24px;
    font-style: normal;
    font-weight: 300;
    line-height: 130%;
}
.Book_Now_Box label.form-label {
    color: var(--Text-Grey, #525252);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    margin-bottom: 4px;
}
.Book_Now_Box input {
    border-radius: 4px;
    border: 1px solid #D0D5DD;
    background: #FFF;
    padding: 12px 16px;
}
.Book_Now_Box select {
    border-radius: 4px;
    border: 1px solid #D0D5DD;
    background-color: #FFF;
    padding: 12px 16px;
}
.Book_Now_Box p.Disclaimer {
    color: var(--Text-Grey-800, #1D2939);
    font-family: Inter;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    border-radius: 4px;
    background: var(--Text-Grey-100, #F2F4F7);
    padding: 4px 8px;
    text-align: center;
}
.Book_Now_Box p.Disclaimer span {
    color: var(--Text-Grey-600, #475467);
    font-family: Inter;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}
.Book_Now_Box button.btn.btn-primary.Submit_Btn {
    border-radius: 4px;
    background: var(--Brand-Blue, #3A58EF);
    padding: 12px 24px;
    color: #FFF;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 160%;
    display: block;
    width: 100%;
    margin-top: 20px;
}
section.Why_Choose {
    padding: 130px 0;
}
.Choose_Main h2 {
    color: var(--text-gray-900, #101828);
    
    font-size: 42px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    text-align: center;
}
.Choose_Main h2 span {
    color: var(--text-gray-900, #101828);
    
    font-size: 42px;
    font-style: normal;
    font-weight: 300;
    line-height: 130%;
}
.Choose_Boxes {
    display: flex;
    gap: 20px;
    margin-top: 38px;
}
.Choose_Boxes .C_Box {
    border-radius: 4px;
    border: 1px solid var(--Text-Grey-200, #EAECF0);
    background: var(--Text-Grey-100, #F2F4F7);
    padding: 24px;
    width: 20%;
}
.Choose_Boxes .C_Box p {
    color: var(--Text-Grey-700, #344054);
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    margin: 0;
    margin-top: 24px;
}
section.Be_The_First {
    padding: 72px 0;
}
.First_Title h2 {
    color: var(--text-gray-900, #101828);
    
    font-size: 42px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
}
.First_Title {
    position: relative;
    width: 100%;
    margin-bottom: 24px;
}
.First_Title h2 span {
    color: var(--text-gray-900, #101828);
    
    font-size: 42px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
}
.First_Title h2:after {
    content: "";
    width: 67%;
    background-color: #D0D5DD;
    height: 1px;
    position: absolute;
    top: 30px;
    right: 0;
}
.First_Text p {
    color: var(--Text-Grey, #525252);
    font-family: Inter;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
}
.First_Box h6 {
    color: var(--text-gray-900, #101828);
    
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    margin: 12px 0;
}
.First_Box p {
    color: var(--Text-Grey-700, #344054);
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    margin: 0;
}
.Border_Mid {
    margin: 48px 0;
}
.First_Box.Register_Box {
    border-radius: 4px;
    border: 1px solid var(--Text-Grey-100, #F2F4F7);
    background: var(--Text-Grey-100, #F2F4F7);
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    padding: 16px;
    height: 100%;
    padding-top: 108px;
}
.First_Box.Register_Box p {
    color: var(--Text-Grey-700, #344054);
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    margin-bottom: 16px;
}
.First_Box.Register_Box p.Register_Text {
    color: var(--text-gray-900, #101828);
    
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    margin: 0;
}
section.Gain_Main {
    background: #F5F8FF;
    padding: 72px 0;
    position: relative;
}
.Gain_Title {
    text-align: center;
}
.Gain_Title h2 {
    color: var(--text-gray-900, #101828);
    
    font-size: 42px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    margin-bottom: 24px;
}
.Gain_Title h2 span {
    color: var(--text-gray-900, #101828);
    
    font-size: 42px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
}
.Gain_Title p {
    color: var(--Text-Grey-700, #344054);
    text-align: center;
    font-family: Inter;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    margin-bottom: 48px;
}
.Gain_Text p.Title_Text {
    color: var(--text-gray-900, #101828);
    
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    margin-bottom: 22px;
}
.Gain_Text p.Title_Text span {
    color: var(--text-gray-900, #101828);
    
    font-size: 32px;
    font-style: normal;
    font-weight: 300;
    line-height: 130%;
    
}
.Gain_Text p {
    color: var(--Text-Grey, #525252);
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin: 0;
}
.Gain_Box {
    margin-bottom: 60px;
}
.globally_box {
    border-radius: 12px;
    background: #FFF;
    box-shadow: 0px 4px 26px 0px rgba(0, 0, 0, 0.12);
    padding: 24px 32px;
    position: absolute;
}
.globally_box p {
    color: var(--Text-Grey-600, #475467);
    text-align: center;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    margin: 0;
}
section.About_Us {
    padding: 170px 0;
    background-image: url(../images/about-us.png);
    background-repeat: no-repeat;
    background-position: right bottom;
}
.About_Left h2 {
    color: var(--text-gray-900, #101828);
    
    font-size: 42px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    margin-bottom: 24px;
}
.About_Left h2 span {
    color: var(--text-gray-900, #101828);
    
    font-size: 42px;
    font-style: normal;
    font-weight: 300;
    line-height: 130%;
}
.About_Left p {
    color: var(--Text-Grey-700, #344054);
    font-family: Inter;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
}
.Thank_You {
    text-align: center;
}
.Thank_You p.Thank_Text {
    color: var(--text-gray-900, #101828);
    text-align: center;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-top: 32px;
    margin-bottom: 8px;
}
.Thank_You p {
    color: var(--grey-3, #757575);
    text-align: center;
    
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
}
.modal-header.Thank_Head {
    border: none;
    padding: 0;
}
.modal-header.Thank_Head button.btn-close {
    position: absolute;
    right: 20px;
    top: 20px;
    z-index: 12;
}


.Book_Now_Box p.Guide {
    color: var(--Theme-Dark-Blue-900, #17162C);
    font-family: Manrope;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    margin-bottom: 12px;
}
.Book_Now_Box p.Guide_Text {
    color: var(--Text-Grey-700, #344054);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    margin-bottom: 30px;
}
.Banner_left a {
    border-radius: 4px;
    background: var(--Theme-Blue-500, #3A58EF);
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    padding: 12px 20px;
    display: inline-block;
    color: var(--White, #FFF);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    text-decoration: none;
}
section.Why_Our {
    background: #EBEEFD;
    padding: 72px 0;
    background-image: url(../images/why-img.png);
    background-repeat: no-repeat;
    background-position: left bottom;
}
.Why_Our_Right h2 {
    color: var(--text-gray-900, #101828);
    font-family: Inter;
    font-size: 45px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    text-transform: capitalize;
    margin-bottom: 21px;
}
.Why_Our_Right h2 span {
    color: var(--text-gray-900, #101828);
    font-family: Inter;
    font-size: 45px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    text-transform: capitalize;
}
.Why_Our_Right p {
    color: var(--Text-Grey-500, #5D667B);
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}
.Why_Our_Right a {
    border-radius: 4px;
    background: var(--Theme-Blue-500, #3A58EF);
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    padding: 12px 20px;
    display: inline-block;
    color: var(--White, #FFF);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    margin-top: 10px;
    text-decoration: none;
}
.With_EA {
    padding: 72px 0;
}
.With_EA.bg_gray {
    background: #EBEEFD !important;
}
section.yourgateway {
    padding: 72px 0;
    background-image: url(../images/bg_gateway.png),linear-gradient(180deg, #FFF 0%, #F3F5FE 25%, #EBEEFD 100%);
    background-repeat: no-repeat;
    background-position: right bottom;
}
.yourgateleft> span {
    color: #597BF7;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
}
.yourgateleft h1 {
    color: var(--text-gray-900, #101828);
    font-family: Inter;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    text-transform: capitalize;
}
.With_EA .Sec_Title h2.text-start span {
    margin-bottom: 24px;
}
.yourgateleft h1 span {
    color: var(--text-gray-900, #101828);
    font-family: Inter;
    font-size: 48px;
    font-style: normal;
    font-weight: 300;
    line-height: 130%;
    text-transform: capitalize;
}
.With_EA .Sec_Title p {
    color: var(--Text-Grey-500, #5D667B);
}
.yourgateleft p {
    color: var(--Text-Grey-800, #1D2939);
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
}
.yourgateright {
    border-radius: 6px;
    background: var(--White, #FFF);
    box-shadow: 0px 4px 16px 0px #D5D7E3;
    padding: 24px;
}
p.descaimer {
    color: var(--Text-Grey-800, #1D2939);
    font-family: Inter;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    border-radius: 4px;
    background: var(--Text-Grey-100, #F2F4F7);
    padding: 4px 8px;
}
p.descaimer span {
    color: var(--Text-Grey-600, #475467);
}
.yourgateright .enquireform_ttl p {
    color: var(--Theme-Dark-Blue-900, #17162C);
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
}
.yourgateright .enquireform_ttl p span {
    display: inline-block;
    color: var(--Theme-Dark-Blue-900, #17162C);
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 300;
    line-height: 130%;
}
section.why_choose {
    background: var(--White, #FFF);
    padding: 72px 0;
}
section.why_choose h2 {
    color: var(--Text-Grey-900, #101828);
    font-family: Inter;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    text-transform: capitalize;
    text-align: center;
    margin-bottom: 38px;
}
section.why_choose span {
    color: var(--Text-Grey-900, #101828);
    font-family: Inter;
    font-size: 48px;
    font-style: normal;
    font-weight: 300;
    line-height: 130%;
    text-transform: capitalize;
}
.why_choose_inner {
    border-radius: 8px;
    border: 1px solid var(--Text-Grey-200, #EAECF0);
    background: var(--Text-Grey-100, #F2F4F7);
    display: flex;
    padding: 24px;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    flex: 1 0 0;
    height: 100%;
}
.why_choose_inner p {
    color: var(--Text-Grey-700, #344054);
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    text-align: left;
}
section.bethefirst {
    padding: 72px 0;
    background: var(--White, #FFF);
}
.befirst_inner h2 {
    color: var(--Text-Grey-900, #101828);
    font-family: Inter;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    text-transform: capitalize;
    margin-bottom: 24px;
}
.befirst_inner h2 span {
    color: var(--Text-Grey-900, #101828);
    font-family: Inter;
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    text-transform: capitalize;
}
.befirst_inner p {
    color: var(--Text-Grey-700, #344054);
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
}
.befirst_item {
    border-radius: 8px;
    border: 1px solid var(--Text-Grey-100, #F2F4F7);
    background: var(--Text-Grey-100, #F2F4F7);
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    padding: 24px;
    height: 100%;
}
.befirst_item > img {
    margin-bottom: 16px;
}
.befirst_item p {
    color: var(--Text-Grey-900, #101828);
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    min-height: 64px;
    margin-bottom: 12px;
}
.befirst_item span {
    color: var(--Text-Grey-700, #344054);
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}
section.why_become {
    padding: 48px 0 104px 0;
    background: var(--Theme-Blue-50, #EBEEFD);
}
section.why_become h2 {
    color: var(--Text-Grey-900, #101828);
    font-family: Inter;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    text-transform: capitalize;
    text-align: center;
    margin-bottom: 24px;
}
section.why_become h2 span {
    color: var(--Text-Grey-900, #101828);
    font-family: Inter;
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    text-transform: capitalize;
}
section.why_become h2 + p {
    color: var(--Text-Grey-700, #344054);
    text-align: center;
    font-family: Inter;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    max-width: 788px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 48px;
}
.whybecome_title p {
    color: var(--Text-Grey-900, #101828);
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    margin-bottom: 22px;
}
.whybecome_title p span {
    color: var(--Text-Grey-900, #101828);
    font-size: 32px;
    font-style: normal;
    font-weight: 300;
    line-height: 130%;
}
.whybecome_title span {
    color: var(--Text-Grey-700, #344054);
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}
section.nextstep {
    border-radius: 12px;
    background: var(--White, #FFF);
    box-shadow: 0px 4px 26px 0px rgba(0, 0, 0, 0.12);
    padding: 24px 32px;
    max-width: 789px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: -56px;
}
section.nextstep p {
    color: var(--Text-Grey-600, #475467);
    text-align: center;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
}
section.why_examprep {
    padding: 90px 0 72px 0;
}
.why_examprep_inner {
    border-radius: 8px;
    background: var(--Text-Grey-100, #F2F4F7);
    padding: 24px;
}
.why_examprep_inner h2 {
    color: var(--Text-Grey-700, #344054);
    font-family: Inter;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    text-transform: capitalize;
    max-width: 832px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}
.why_examprep_inner h2 span {
    color: var(--Text-Grey-700, #344054);
    text-align: center;
    font-family: Inter;
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    text-transform: capitalize;
}
.why_examprep_inner h2 + p {
    color: var(--Text-Grey-700, #344054);
    text-align: center;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    margin-top: 20px;
    margin-bottom: 46px;
}
.why_examprep_inner ul {
    list-style: none;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    margin: 0;
    flex: 1 0 0;
}
.why_examprep_inner ul li {
    position: relative;
    color: var(--Text-Grey-500, #5D667B);
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    padding-left: 30px;
    font-weight: 500;
    line-height: 28px;
}
.why_examprep_inner ul li::before {
    content: url(../images/checked.png);
    margin-right: 5px;
    position: absolute;
    top: 3px;
    left: 0;
}
.whybecome_img > img {
    border-radius: 8px;
}
.Download_Guide {
    padding: 35px 0;
    text-align: center;
}
.Download_Guide h5 {
    color: var(--Theme-Dark-Blue-900, #17162C);
    font-family: Manrope;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    margin: 6px 0;
}
.Download_Guide p {
   color: var(--Text-Grey-500, #5D667B);
    text-align: center;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}
section.faq_bottom {
    background: #F3F7FC;
    padding: 100px 0;
}
.faq_bottom_Main ul li.nav-item button {
    opacity: 0.5;
    padding: 10px 20px;
    color: var(--Text-Grey-700, #344054);
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    border: none;
}
.faq_bottom_Main ul .nav-link.active {
    background: transparent;
    border: none;
    border-bottom: 2px solid #597BF7;
}
.faq_bottom_Main ul .nav-link.active {
    background: transparent;
    border: none;
    border-bottom: 2px solid #3A58EF;
    opacity: 1;
    color: var(--Theme-Blue-500, #3A58EF);
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
}
.faq_bottom_Under {
    margin-top: 64px;
}
.faq_bottom_Under .accordion-collapse.collapse.show .accordion-body p {
    background: #EAF2FC;
    color: var(--Text-Grey-700, #344054);
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}
.Download_Guide a {
    border-radius: 4px;
    background: var(--Theme-Blue-500, #3A58EF);
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    color: var(--White, #FFF);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    padding: 12px 20px;
    display: inline-block;
    width: 100%;
    text-decoration: none;
}
.faq_bottom_Under button.accordion-button.collapsed {
    background: #EAF2FC;
    color: var(--Text-Grey-700, #344054);
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
}
.faq_bottom_Under .accordion-button:not(.collapsed) {
    background: #EAF2FC;
    color: var(--Text-Grey-700, #344054);
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
    box-shadow: none;
}
.faq_bottom_Under .accordion-collapse.collapse.show {
    background: #eaf2fc;
}
.faq_bottom_Under .accordion-item {
    margin-bottom: 8px;
    border: none;
}
.faq_bottom_Under .accordion-collapse.collapse.show .accordion-body ul li {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 160%;
    color: #31373A;
    margin-left: 25px;
}
section.faq_bottom {
    background: #F3F7FC;;
    padding: 72px 0;
}
section.faq_bottom h2.faq_ttl {
    color: var(--Text-Grey-900, #101828);
    text-align: center;
    font-family: Inter;
    font-size: 42px;
    font-style: normal;
    font-weight: 300;
    line-height: 130%;
    margin-bottom: 46px;
}
.faq_bottom_Main >ul {
    justify-content: center;
}
.faq_bottom_Main .accordion-button::after {
    background-image: url(../images/faq-down.webp);
}
.faq_bottom_Main .accordion-button:not(.collapsed)::after {
    background-image: url(../images/faq-up.webp);
}
.why_become .row:not(:last-child){
margin-bottom: 32px;
}
.faq_bottom_Under .accordion-collapse.collapse.show .accordion-body ul {
    padding: 0;
}
.faq_bottom_Under .accordion-collapse.collapse.show .accordion-body ol {
    padding-left: 20px;
}
.With_EA {
    padding: 76px 0;
}
  
.With_EA .Sec_Title {
    margin-bottom: 46px;
}
.With_EA .Sec_Title h2 {
    color: var(--text-gray-900, #101828);
    font-family: Inter;
    font-size: 48px;
    font-style: normal;
    font-weight: 300;
    line-height: 130%;
    text-transform: capitalize;
}
.With_EA .Sec_Title h2 b {
    color: var(--text-gray-900, #101828);
    font-family: Inter;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    text-transform: capitalize;
    margin-bottom: 16px;
}
.With_EA .Sec_Title p {
    color: var(--Text-Grey-500, #5D667B);
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}
.With_EA_Tabs .nav-pills .nav-link.active {
    font-weight: 600;
    font-size: 18px;
    line-height: 150%;
    color: #597BF7;
    background: transparent;
}

.With_EA_Tabs .nav-pills .nav-link {
    padding: 0;
    margin-bottom: 16px;
    text-align: left;
    color: #9499A1;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
}

.With_EA_Tabs_Content {
    padding: 35px;
    border-radius: 8px;
    background: var(--Theme-Blue-50, #EBEEFD);
}
.With_EA_Tabs_Content h3 {
    margin-bottom: 24px;
    color: var(--text-gray-900, #101828);
    font-family: Inter;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 38px;
}

.With_EA_Tabs_Content ul {
    list-style: none;
    padding: 0;
}

.With_EA_Tabs_Content ul li:after {
    content: url(../images/EA_Check.svg);
    margin-right: 5px;
    position: absolute;
    top: 3px;
    left: 0;
}

.With_EA_Tabs_Content ul li {
    margin-bottom: 12px;
    position: relative;
    padding-left: 35px;
    color: var(--Text-Grey-700, #344054);
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.With_EA_Tabs_Content ul.UL_Check {
    list-style: none;
    padding-left: 0;
}

.With_EA_Tabs_Content ul.UL_Check li::after {
    content: url(../images/EA_Check_UL.svg);
}

.With_EA_Tabs_Content ul.UL_Check li ul.Content li::after {
    content: url(../images/EA_Check.svg);
}

.With_EA_Tabs_Content p {
    color: var(--Text-Grey-700, #344054);
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin-bottom: 1rem;
}
.With_EA_Tabs_Content ul.Content p {
    margin-top: 50px;
    font-size: 16px;
}
.With_EA_Tabs .With_EA_Tabs_Content {
    height: 500px;
    overflow-x: hidden;
}
.With_EA.bg_gray .Sec_Title.text-start h2.text-start {
    color: var(--text-gray-900, #101828);
    font-family: Inter;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    text-transform: capitalize;
}
.With_EA.bg_gray .Sec_Title.text-start h2.text-start span {
    color: var(--text-gray-900, #101828);
    font-family: Inter;
    font-size: 48px;
    font-style: normal;
    font-weight: 300;
    line-height: 130%;
    text-transform: capitalize;
}

@media (max-width: 767px) {
    .yourgateleft  h1, .yourgateleft  h1 span {
        font-size: 36px;
    }
    section.yourgateway,section.why_choose,section.why_become,section.why_examprep,section.faq_bottom,section.bethefirst {
        padding: 32px 0;
    }
    section.why_choose h2,section.why_choose h2 span,section.why_choose h2,section.why_choose h2 span,section.why_become h2,section.why_become h2 span,.why_examprep_inner h2,.why_examprep_inner h2 span,section.faq_bottom h2.faq_ttl,.befirst_inner h2,.befirst_inner h2 span{
        font-size: 32px;
        line-height: 30px;
    }
    section.nextstep {
        margin-top: 30px;
    }
}
@media only screen and (max-width: 767px) {
    .Choose_Boxes {
        display: block;
    }
    .Choose_Boxes .C_Box {
        width: 100%;
        margin-bottom: 20px;
    }
    h1 {
        font-size: 40px !important;
    }
    h1 span {
        font-size: 40px !important;
    }
    h2 {
        font-size: 26px !important;
    }
    h2 span {
        font-size: 26px !important;
    }
    section.Why_Choose {
        padding: 72px 0 0 0;
    }
    .First_Title h2:after {
        display: none;
    }
    .First_Box {
        margin-bottom: 30px;
    }
    .Gain_Title p {
        font-size: 16px;
    }
    .Gain_Text p {
        margin-bottom: 20px;
    }
    .Gain_Img {
        margin-bottom: 20px;
    }
    section.About_Us {
        padding: 70px 0;
        background-image: none;
    }
    .globally_box {
        position: inherit;
    }
    .About_Left p {
        font-size: 16px;
    }
    .Border_Mid {    
        display: none;
    }
    .First_Box.Register_Box {
        padding-top: 16px;
    }
    .Gain_Text p.Title_Text {
        font-size: 26px;
    }
    .Gain_Text p.Title_Text span {
        font-size: 26px;
    }
    section.Why_Our {
        background: none;
        background-color: #EBEEFD;
    }
    .Book_Banner_Right {
        margin-top: 40px;
    }

}
p.cpa_p_tag{
    color: var(--Text-Grey-800, #1D2939);

/* Text xl / Regular */
font-family: Inter;
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: 30px; /* 150% */
}