.nav-menu .main-menu a{
    color: #2f0648;
}
section.tos-page{
    background-color: #f8f6fa;
    text-align: center;
    padding-top: 60px;
    padding-bottom: 60px;
    box-shadow: 0px -5px 20px 0 #39264905 inset;
}
section.tos-page h1.heading{
    text-align: center;
    width: 100%;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 800;
    font-size: 55px;
    line-height: 69px;
    color: #2e0547;
}
section.tos-page h2.subheading{
    text-align: center;
    width: 100%;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 25px;
    line-height: 33px;
    color: #2e0547;
    padding-top: 10px;
}
section.tos-page h3{
    padding-top: 25px;
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
    color: #2e0547;
}

/*Breadcrumbs*/
.breadcrumbs {
    line-height: 50px;
    padding: 5px 0px;
}

.breadcrumbs .breadcrumb-container{
    color: #4D1E97;
    font-size: 13px;
    font-weight: 600;
}

.breadcrumbs .breadcrumb-container a {
    transition: all 0.4s;
    text-decoration: none;
    color: #2e0547;
}

.breadcrumbs .breadcrumb-container a:hover {
    color: #ff5a5a;
}
/*End Breadcrumbs*/
/*Begin Main Content Section*/
section.tos-main-content {
    padding-bottom: 30px;
    padding-top: 50px;
}

section.tos-main-content .sticky {
    position: sticky;
    top: 50px;
    font-size: 20px;
}

section.tos-main-content .tos-content-list{
    text-align: left;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
    border-radius: 5px;
    padding: 18px;
}
section.tos-main-content .tos-content-list h3{
    font-size: 20px;
    font-weight: 700;
    color: #2e0547;
}
section.tos-main-content .tos-content-list hr{
    width: 50%;
    margin-left: unset;
    border-top: 1px solid #fa8984;
}
section.tos-main-content .tos-content-list ul.tos-list{
    list-style: none;
    margin-left: 0px;
    padding-left: 0px;
    text-align: left;
}
section.tos-main-content .tos-content-list ul.tos-list li.tos-page{
    margin: 5px 0px;
}
section.tos-main-content .tos-content-list ul.tos-list li.tos-page a{
    font-size: 15px;
    font-weight: 600;
    color: #392649;
    text-decoration: none;
}
section.tos-main-content .tos-content-list ul.tos-list li.tos-page a:hover{
    color: #ff5a5a;
}

.tos-content {
    padding: 0px 20px;
    font-size: 14px;
    color: #4d2e7c;
}

.tos-content h1{
    font-weight: 800;
    color: #2e0547;
}
.tos-content h2{
    font-size: 25px;
    font-weight: 600;
}
.tos-content ul,.tos-content ol{
    list-style: unset;
}
/*End Main Content Section*/