body {
    margin: 0;
    font-family: Roboto, "Helvetica Neue", sans-serif;
}

.top-div {
    width: 90%;
    margin: auto;
    padding: 30px;
}

.text-center {
    text-align: center;
}

.borderBottom {
    border-bottom: 1px solid #7a7a7a;
}

.text-end {
    text-align: end;
}

.logo {
    width: 25%;
    margin: auto;
}

.footer-div {
    position: fixed;
    width: 100%;
    bottom: 0;
    background: #393939;
    left: 0;

}

.paddingtwentypx {
    padding: 20px;
}

.d-flex {
    display: flex;
    align-items: baseline;

}

.justifybetween {
    justify-content: space-between;
}

.greyText {
    color: silver;
    margin-bottom: 0 !important;
}

.text-light {
    color: #F8F9FA !important;
}

.terms-condition h1 {
    color: #262626;
    font-weight: 500;
    /* margin: 0px 0px 10px 0px; */
    margin: 0px 0px 5px 0px;

}

.terms-condition h2 {
    color: #262626;
    font-weight: 400;
    /* margin: 0px 0px 10px 0px; */
    text-align: justify;
    /* padding-top: 15px; */
    padding-top: 10px;
    margin: 0px 0px 5px 0px;
}

.terms-condition h3 {
    color: #262626;
    font-weight: 300;
    /* margin: 0px 0px 10px 0px; */
    line-height: 25px;
    text-align: justify;
    margin: 0px 0px 5px 0px;
}

ul {
    margin: 0;
}

ul li {
    padding: 3px 0px;
    line-height: 22px;
    text-align: justify;
}
b{
    font-weight: 400;
}
@media screen and (min-device-width: 360px) and (max-device-width: 768px) {
    .logo {
        width: 100%;
    }

    .terms-condition h2 {
        font-size: 32px;
    }

    .terms-condition h3 {
        margin: 25px 0px 40px 0px;
        font-size: 30px;
        line-height: 50px;
    }

}