@font-face {
    font-family: RobotoRegular;
    src: url('fonts/roboto-reg.eot');
    src: url('fonts/roboto-reg.eot?#iefix') format('embedded-opentype'),
        url('fonts/roboto-reg.woff2') format('woff2'),
        url('fonts/roboto-reg.woff') format('woff'),
        url('fonts/roboto-reg.ttf') format('truetype'),
        url('fonts/roboto-reg.svg#robotoregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: RobotoLight;
    src: url('fonts/roboto-light.woff2') format('woff2'),
        url('fonts/roboto-light.woff') format('woff'),
        url('fonts/roboto-light.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

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;
    /* background: #DDEEED; */
}

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


    /* background: #DDEEED; */
}

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

.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-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%;
}

.serviceProviderContainer {
    padding: 0px;
}

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

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

    ol {
        padding-left: 20px;
    }

    .splitl {
        display: none !important;
    }

    .detail {
        max-width: none;

    }

    .mobileRefrence {
        display: unset;
    }

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

    .headers {
        display: none;
    }

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

    }

    .headerMobile {
        border-radius: 20px;
        background-color: white;
        padding: 10px 0px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        margin: auto;
        margin-top: 25px;
    }

    .serviceProviderContainer {
        padding: 0px 15px;
    }
}

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

    /* 
    .splitr {
        width: 62%;
    }

    .splitl {
        width: 38%;
    } */

    /* .headers {
        margin-left: 7% !important;
        width: 31%;
    } */
}