body {
    font-family: roboto;
    background: #2D3D7F;
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
    letter-spacing: 0px;
}

.splitr {
    height: calc(100% - (123px));
    width: calc(100% - 352px);
    position: fixed;
    border: 1px solid #979797;
    border-bottom: 0px;
    border-left: 0px;
    overflow-x: hidden;
}

.splitl {
    height: calc(100% - (123px));
    width: 400px;
    position: fixed;
    overflow-x: hidden;
    border: 1px solid #979797;
    border-bottom: 0px;
}

a {
    cursor: pointer;
    text-decoration: unset;
}

.left {
    left: 0;
}

.container {
    padding: 0px 4% 0px 99px;
}

.fa-angle-right {
    color: #2572E4;
    float: left;
    margin-right: 10px;
}

li {
    margin-bottom: 24px;
}

ol {
    padding-left: 20px;
}

.right {
    right: 0;
}

.leftHeading {

    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    padding: 32px 50px 0px 74px;
    margin: 0px;
}

.mobileRefrence {
    display: none;
}

.leftHeading>a {
    color: unset;
}

.topActive {
    border-bottom: 2px solid #3367D6;
    color: #3367D6;
}

.active {
    color: #3367D6 !important;
}



.logo {
    width: 76px;
    height: 27px;
    margin-right: 20px;
}

.title {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 23px;
    margin-left: 1%;

    color: #5F6368;

}

.type {
    padding: 0px 0px 9px 0px;
}

.bullet {
    min-width: 30px;
}

.headers {
    margin-left: 70px !important;
}

.faq-headers {
    margin: 25px 70px 11px;
}

.type:active {
    border-bottom: solid 2px #000;
}

.detail {
    max-width: 75%;
    text-align: left;
    padding-top: 5px;
}

.mobileRefrence hr {
    margin: 20px 0px;
}

hr {
    color: #979797;
    border-style: inherit;
    margin-left: 50px;
    margin-top: 40px;
    margin-bottom: 18px;
}

.detail p,
ol,
li {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 17px;
    line-height: 20px;

    /* Black */

    color: #151515;
}

.headerMobile {
    display: none;
}

.bulletPoints {
    display: flex;
    padding-bottom: 5%;
}

.lastBulletPoint {
    padding-bottom: 0px;
}
.lastHeading {
    margin-bottom: 40px;
}

.fa-angle-up {
    margin-top: 12px;
}

table {
    font-family: arial, sans-serif;
    border-collapse: collapse;
    width: 100%;
}

td, th {
    border: 1px solid #4f7a7d;
    text-align: left;
    padding: 8px;
}

th {
    background-color: #96c9cd;
    text-align: center;
}

.s-font-heading {
    font-family:'quicksand',sans-serif;
}

@media screen and (max-width: 880px) {
    .splitr {
        width: 100% !important;
        height: 100% !important;
        background: linear-gradient(241.57deg, #DDEEED 58.7%, #FDF1E0 113.81%);
    }

    .active {
        color: unset;
    }

    hr {
        margin-left: 6%;
        margin-right: 6%;

    }

    #myBtn,
    #myBtnTos {
        display: none;
        position: fixed;
        bottom: 20px;
        right: 30px;
        z-index: 99;
        font-size: 26px;
        border: none;
        outline: none;
        background-color: white;
        box-shadow: 2px 7px 11px 0px #99999961;
        color: #666666;
        cursor: pointer;
        padding: 0px;
        width: 53px;
        height: 53px;
        border-radius: 45px;
    }

    .table-wrapper {
        overflow-x: auto;
    }

    .container {
        padding: 0px 20px;
    }

    .container:last-of-type {
        padding-bottom: 100px;
    }

    ol {
        padding-left: 20px;
    }

    .splitl {
        display: none !important;
    }

    .detail {
        max-width: none;

    }

    .mobileRefrence {
        display: unset;
    }

    .mobileRefrence>div>p>a {
        color: #151515 !important;
    }

    .headers .top .title {
        display: none;
    }

    .headers .top .title-visible{
        display: block;
    }

    .headers .type {
        display: none;
    }

    .headers .top {
        margin: 20px 40px 30px !important;
    }

    .faq-headers .top {
        margin-left: 0px !important;
    }

    .topActive {
        background-color: black;
        color: white;
        padding: 10px 20px;
        border-radius: 28px;
        border: unset;
    }

    .headerMobile {
        border-radius: 50px;
        background-color: white;
        width: 285px;
        padding: 10px 0px;
        display: block;
        margin: auto;
        margin-top: 25px;
    }
    #myBtn {
        display: flex;
        justify-content: center;
        text-align: center;
    }

}

@media screen and (max-width: 1400px) and (min-width: 800px) {
    ol {
        padding-inline-start: 20px;
    }
}


.gray-header {
    font-weight: 550 !important;
}

.gray-subheader {
    font-weight: 450 !important;
}

.container-last {
    padding-bottom: 530px;
}

.faq-last-container {
    padding-bottom: 620px;
}