
  body,
  * {
    margin: 0;
    padding: 0;
    outline: none;
    box-sizing: border-box;
    font-family: CircularStd;
    text-decoration: none;
  }

  .container {
    max-width: 1200px;
    width: 100%;
    padding: 0 15px;
    margin: 0 auto;
  }
  .topBlueSec {
    padding: 99px 0 32px;
    background-color: #fff;
    text-align: center;
}
.topBlueSec h1 {
    font-weight: 900;
    font-size: 36px;
    line-height: 43px;
    color: #213D56;
}
.titleWrapper h2{
    font-family: 'CircularStd';
    font-style: normal;
    font-weight: 700;
    font-size: 34px;
    text-align: center;
    color: #213D56;
    margin-bottom: 14px;
}
.titleWrapper p{
    font-family: 'CircularStd';
    font-style: normal;
    font-weight: 450;
    font-size: 18px;
    line-height: 164.5%;
    text-align: center;
    color: #546B8E;
}
.hover-scale:hover{
    transform: scale(1.05);
}
.pt-59{
    padding-top: 59px;
}
/* ********************* Honor Code ************** */

.honorCodeWraper .honorCodelistItem:nth-child(odd){
    background-color: #FBFCFF;
    padding: 45px 0;
}
.honorCodeWraper .honorCodelistItem:nth-child(even){
    background-color: #fff;
    padding: 100px 0;
}
.honorCodeWraper .honorCodelistItem:nth-child(even) .honorCodelistContainer{
    flex-direction: row-reverse;
}
.honorCodelistContainer{
    max-width: 1200px;
    width: 100%;
    padding: 0 15px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.honorCodelistContainer .honorCodeimg img {
    max-width: 391px;
    max-height: 241px;
    width: 100%;
    height: 100%;
}

.honorCodeWraper .honorCodeContent{
    max-width: 747px;
    width:100%;
}
.honorCodeWraper  .honorCodelistContainer p{
    font-family: 'CircularStd';
    font-style: normal;
    font-weight: 450;
    font-size: 18px;
    line-height: 23px;
    color: #546B8E;
}
.honorCodeWraper  .honorCodelistContainer p + p{
    margin-top: 23px;
}
.honorCodeWraper  .honorCodelistContainer p a{
    color:#4CAEFF;
    text-decoration: underline;
}
.honorCodeWraper h2{
    font-family: 'CircularStd';
    font-style: normal;
    font-weight: 700;
    font-size: 34px;
    color: #213D56;
    margin-bottom: 34px;
}
/* ********************* HonorCode CE  ************** */

.honorCodeAboutSection{
    background: #FBFCFF;
    padding: 72px 0;
}
.honorCodeAboutSection .titleWrapper p{
    max-width: 860px;
    margin: 0 auto;
    width: 100%;
}
 .honorCodeAboutWrapper{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1100px;
    margin: 0 auto;
 }
 .honorCodeCard{
    max-width: 543px;
    width: 100%;
    background: #FFFFFF;
    border: 1px solid rgba(76, 174, 255, 0.24);
    box-shadow: 2px 1px 23px rgba(76, 174, 255, 0.2);
    border-radius: 12.341px;
    padding: 43px 28px 53px;
    transition: all .3s ease-in;
 }
 .honorCodeCard-icon{
    display: flex;
    margin-bottom: 25px;
    justify-content: center;
 }
 .honorCodeCard h3{
    font-family: 'CircularStd';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 164.5%;
    text-align: center;
    color: #213D56;
    margin-bottom: 12px;
 }
 .honorCodeCard p{
    font-family: 'CircularStd';
    font-style: normal;
    font-weight: 450;
    font-size: 16px;
    line-height: 164.5%;
    text-align: center;
    color: #546B8E;
 }
/* ********************* support  ************** */
.supportSection{
    padding: 100px 0;
}
.supportWraper{
    padding-top: 45px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    column-gap: 27px;
    max-width: 1077px;
    width: 100%;
    margin: 0 auto;

}
.supportCard{
    background: #FFFFFF;
    border: 1px solid rgba(76, 174, 255, 0.24);
    box-shadow: 2px 1px 23px rgba(76, 174, 255, 0.2);
    border-radius: 12.341px;
    padding:75px 20px 38px;
    max-width: 341px;
    width: 100%;
    transition: all .3s ease-in;
}
.support-icon{
    display: flex;
    margin-bottom: 11px;
    justify-content: center;

}
.supportCard h3{
    font-family: 'CircularStd';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 164.5%;
    color: #213D56;
    text-align: center;
    margin-bottom: 8px;
}
.supportCard p{
    font-family: 'CircularStd';
    font-style: normal;
    font-weight: 450;
    font-size: 15px;
    line-height: 164.5%;
    text-align: center;
    color: #546B8E;
}
/* ********************* Service Policy  ************** */
.servicePolicySection{
    padding: 72px 0;
    background: #FBFCFF;
}
.servicePolicySection .titleWrapper{
    max-width: 1008px;
    width: 100%;
    margin: 0 auto;
}
.flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.referralWrapper {
    margin-top: 59px;
    align-items: start;
}
.referralBtns {
    flex-direction: column;
    gap: 18px;
}
.referralBtns span.active {
    background: #233F8C;
    border: 1px solid #233F8C;
    color: #fff;
}
.referralBtns span {
    font-weight: 450;
    font-size: 18px;
    line-height: 23px;
    color: #213D56;
    padding: 18px 16px;
    background: #FFFFFF;
    border: 1px solid rgba(35, 63, 140, 0.29);
    border-radius: 4px;
    min-width: 374px;
    cursor: pointer;
    transition: all ease .3s;
}
.referralContent {
    max-width: 764px;
    width: 100%;
    background: #FFFFFF;
    border: 0.796635px solid rgba(35, 63, 140, 0.29);
    border-radius: 12px;
    padding: 28px 22px;
}
.referralContentBox.show {
    display: block;
}
.referralContentBox {
    padding: 14px 0 0 55px;
    position: relative;
    min-height: 293px;
    display: none;
}
.absolSvg {
    position: absolute;
    left: 0;
    top: 0;
}
.refStepName {
    font-weight: 700;
    font-size: 20px;
    line-height: 108.5%;
    color: #213D56;
    margin-bottom: 16px;
}
.refStepContent p {
    font-family: 'CircularStd';
    font-weight: 450;
    font-size: 16px;
    line-height: 128.5%;
    color: #546B8E;
    margin-top: 18px;
}
.refStepContent ul li {
    font-family: 'CircularStd';
    font-weight: 450;
    font-size: 16px;
    line-height: 128.5%;
    color: #546B8E;
    margin-top: 18px;
}
.refStepContent ul  {
 padding-left: 17px;
}
/* ********************* Guarantees Offered  ************** */
.guaranteesofferedSection{
    padding: 100px 0;
}
.guaranteesofferedWraper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    column-gap: 16px;
    max-width: 1168px;
    width: 100%;
    margin: 0 auto;
}
.guaranteesofferedCrad{
    background: #FFFFFF;
    border: 1px dashed rgba(35, 63, 140, 0.24);
    box-shadow: 2px 1px 23px rgba(76, 174, 255, 0.2);
    border-radius: 12.341px;
    padding:50px 16px 26px;
    max-width: 280px;
    width: 100%;
    transition: all .3s ease-in;
}
.guaranteesoffered-icon{
    display: flex;
    margin-bottom: 20px;
    justify-content: center;
}
.guaranteesofferedCrad h3{
    font-family: 'CircularStd';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 164.5%;
    color: #213D56;
    text-align: center;
    margin-bottom: 8px;
}
.guaranteesofferedCrad p{
    font-family: 'CircularStd';
    font-style: normal;
    font-weight: 450;
    font-size: 16px;
    line-height: 161.5%;
    text-align: center;
    color: #546B8E;
}
/* ********************* restrictTask  ************** */
.restrictTaskSection{
    padding: 72px 0;
    background-image: url(../restricted.html);
    background-size: cover;
    background-position: center;
}
.restrictTaskSection .titleWrapper{
    max-width: 1008px;
    width: 100%;
    margin: 0 auto;
}
.restrictTaskCard{
    background: #FFFFFF;
    border: 1px solid rgba(76, 174, 255, 0.24);
    box-shadow: 2px 1px 23px rgba(76, 174, 255, 0.2);
    border-radius: 12.341px;
    padding: 34px 26px 42px;
    position: relative;
    max-width: 1008px;
    width: 100%;
    margin: 0 auto;
}
.restrictTaskCard:hover{
    border: 1px solid #213D56;
}
.restrictTaskCard h3{
    font-family: 'CircularStd';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 164.5%;
    color: #213D56;
    margin-bottom: 22px;

}
.restrictTaskCard .tickUl li,
.restrictTaskCard p{
    font-family: 'CircularStd';
    font-style: normal;
    font-weight: 450;
    font-size: 18px;
    line-height: 164.5%;
    color: #546B8E;
    margin-bottom: 18px;
}
.restrictTaskCard .tickUl {
    list-style: none;
    margin: 0 auto;
    position: relative;
}
.restrictTaskCard .tickUl li {
    font-size: 16px;
    line-height: 142.5%;
    color: #546B8E;
    list-style: none;
    position: relative;
    padding-left: 30px;
}
.restrictTaskCard .tickUl li + li{
    margin-top: 18px;
}
.tickUl li::before {
    position: absolute;
    content: '';
    background: url(../svg/tick.svg);
    background-size: contain;
    width: 16px;
    height: 12px;
    left: 0;
    top: 4px;
}
/* ********************* CTA  ************** */
.ctaSection {
    padding: 100px 0;
}
.ctaWrapper {
    position: relative;
    background: radial-gradient(102.1% 102.1% at 50% 11.49%, #326BBC 0%, #0F3870 100%);
    border-radius: 15px;
    display: flex;
    align-items: center;
    column-gap: 42px;
    padding: 42px 85px;
}
.ctaIcon span {
    display: block;
}
.ctaContent {
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    padding: 9px 42px 9px 42px;
}
.ctaContent p {
    font-family: 'CircularStd';
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 142.5%;
    color: #FFFFFF;
    padding-bottom: 7px;
}
.ctaContent span {
    display: block;
    font-family: 'CircularStd';
    font-style: normal;
    font-weight: 450;
    font-size: 18px;
    line-height: 142.5%;
    color: #FFFFFF;
    padding-bottom: 32px;
}
.ctaButton {
    display: block;
    background-color: #4DAEFF;
    border-radius: 3px;
    max-width: 124px;
    width: 100%;
    text-align: center;
    padding: 7px 0;
    font-family: 'CircularStd';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 164.5%;
    color: #FFFFFF;
}
.ctaButton:hover {
    background: #36A0FA;
}
.ctaWrapper::after {
    content: '';
    background-image: url(../educ.html);
    position: absolute;
    z-index: 11;
    max-width: 233px;
    width: 100%;
    max-height: 171px;
    background-size: cover;
    right: 0;
    bottom: 0;
    height: 100%;
}
/* ********************* Report Violation  ************** */
.reportViolationSection{
    padding:  0 0  100px;
}
.reportViolationSection .titleWrapper{
    max-width: 1008px;
    width:100%;
    margin: 0 auto;
}
.reportViolationWrapper {
    display: flex;
    column-gap: 106px;
    row-gap: 51px;
    width: 100%;
    max-width: 942px;
    flex-wrap: wrap;
    padding-top: 59px;
    margin: 0 auto;
    justify-content: space-between;
}
.reportViolationList {
    display: flex;
    column-gap: 6px;
    max-width: 44.375%;
    width: 100%;
}
.reportListIconWraper span {
    display: flex;
}
.reportListContent h3 {
    font-family: 'CircularStd';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 108.5%;
    color: #213D56;
    margin-bottom: 15px;
    padding-top: 8px;
}
.reportListContent p {
    font-family: 'CircularStd';
    font-style: normal;
    font-weight: 450;
    font-size: 16px;
    line-height: 164.5%;
    color: #546B8E;
}
/* ********************* Responsive  ************** */
@media (max-width: 1199px){
    .referralBtns span {
        min-width: 275px;
    }
    .referralBtns span {
        min-width: 100%;
    }
    .guaranteesofferedWraper {
        row-gap: 20px;
    }
    .guaranteesofferedCrad {
        max-width: 265px;
    }
}

@media(max-width:991px){
    .honorCodeWraper .honorCodelistItem:nth-child(odd) .honorCodelistContainer,
    .honorCodeWraper .honorCodelistItem:nth-child(even) .honorCodelistContainer {
        flex-direction: column-reverse;
    }
    .referralWrapper {
        gap: 24px;
        flex-direction: column;
    }
    .referralBtns {
        flex-direction: row;
        justify-content: space-between;
        flex-grow: 1;
        gap: 0;
        white-space: nowrap;
        overflow: scroll;
        width: 100%;
        flex-wrap: unset;
        column-gap: 20px;
    }
    .referralBtns span {
        padding: 16px 14px;
        font-size: 16px;
        min-width: fit-content;
    }
    .referralContent {
        max-width: unset;
    }
    .refStepContent p:first-child {
        margin-top: 0;
    }
    .honorCodeAboutWrapper {
        justify-content: center;
        row-gap: 20px;
    }
    .supportWraper {
        justify-content: center;
        row-gap: 20px;
    }
}
@media (max-width: 768px){
    .referralWrapper {
        gap: 10px;
    }
    .referralBtns {
        gap: 18px;
        flex-wrap: nowrap;
        overflow-x: scroll;
        padding-bottom: 14px;
    }
    .topBlueSec {
        padding: 91px 0 12px;
    }
}


@media(max-width:575px){
    .titleWrapper h2 {
        font-size: 26px;
        line-height: 38px;
        margin-bottom: 28px;
    }
    .titleWrapper p {
        font-size: 16px;
        line-height: 164.5%;
    }
    .ctaSection,
    .restrictTaskSection,
    .guaranteesofferedSection,
    .servicePolicySection,
    .supportSection,
    .honorCodeAboutSection {
        padding: 45px 0;
    }
    .pt-59 {
        padding-top: 28px;
    }
    .honorCodeWraper .honorCodelistItem:nth-child(odd) .honorCodelistContainer,
    .honorCodeWraper .honorCodelistItem:nth-child(even) .honorCodelistContainer {
        flex-direction: column-reverse;
        row-gap: 40px;
    }
    .honorCodelistContainer.align__start{
        align-items: center;
    }
    .honorCodeWraper .honorCodelistContainer p {
        font-size: 16px;
        line-height: 20px;
    }
    .honorCodeWraper  .honorCodelistContainer p + p{
        margin-top: 16px;
    }
    .honorCodeWraper h2{
        font-weight: 900;
        font-size: 26px;
        line-height: 38px;
        color: #213D56;
        margin-bottom: 28px;
    }
    .honorCodeWraper .honorCodelistItem:nth-child(even){
        background-color: #fff;
        padding: 44px 0;
    }
    .honorCodeCard-icon {
        margin-bottom: 19px;
    }
    .honorCodeCard-icon svg{
        width: 80px;
        height: 80px;
    }
    .honorCodeimg img{
        max-width: 315px;
        width: 100%;
    }
    .honorCodeCard h3 {
        margin-bottom: 8px;
    }
    .honorCodeCard {
        padding: 35px 16px 40px;
    }
    .supportCard {
        padding: 30px 16px 30px;
    }
    .supportSection .titleWrapper{
        max-width: 300px;
        margin: 0 auto;
    }
    .supportWraper {
        padding-top: 28px;
    }

    .guaranteesoffered-icon svg{
        width: 80px;
        height: 80px;
    }
    .guaranteesoffered-icon {
        margin-bottom: 15px;
    }
    .topBlueSec h1 {
        font-size: 30px;
    }
    .referralBtns span {
        padding: 12px 10px;
    }
    .referralContent {
        padding: 21px 15px;
    }
    .refStepName {
        font-size: 18px;
    }
    .refStepContent p {
        margin-top: 16px;
    }
    .referralWrapper {
        margin-top: 28px;
    }
    .guaranteesofferedWraper {
        justify-content: center;
    }
    .guaranteesofferedCrad {
        max-width: 100%;
        padding: 50px 22px 26px;
    }
    .restrictTaskCard {

        padding: 34px 16px 42px;

    }
    .ctaSection {
        padding: 60px 0;
    }
    .ctaWrapper {
        flex-direction: column;
        padding: 40px 15px;
        border-radius: 0;
    }
    .ctaIcon span {
        display: block;
        margin: 0 auto 34px;
    }
    .ctaContent {
        border: none;
        padding: 0;
        position: relative;
        padding-top: 34px;
    }
    .ctaContent:before {
        position: absolute;
        content: '';
        width: 246px;
        background-color: rgba(255, 255, 255, 0.2);
        top: 0;
        height: 1px;
        left: 0;
        right: 0;
        display: block;
        margin: 0 auto;
    }
    .ctaContent p {
        font-size: 28px;
    }
    .ctaContent span {
        font-size: 14px;
    }
    .ctaWrapper::after {
        max-width: 132px;
        max-height: 97px;
    }
    .ctaButton {
        font-size: 16px;
        padding: 11px 0;
    }
    .reportListIconWraper span svg {
        width: 30px;
        height: 30px;
    }
    .reportViolationWrapper {
        row-gap: 18px;
    padding-top: 28px;
    }
    .reportViolationList {
        max-width: 100%;
        column-gap: 15px;
    }
    .reportListContent h3 {
        margin-bottom: 12px;
        padding-top: 6px;
    }

}