.top-light-heading{
    background-color: rgb(111, 87, 229);
    padding-bottom: 30px;
    padding-top: 25px;
    border-bottom-left-radius:150px;
    border-bottom-right-radius:150px;
}
.border-dotted-purple{
    border-color: rgba(111, 87, 229, 0.422) !important;
    border-style:dashed !important;
    border-radius: 25px !important;
}
.text-purple{
    color: hsla( 250 , 73% , 62% , 1 );
}
.font-small{
    font-size: 13px;
}
.lg-no-ml{
    margin-left: 30px;
}
.bg-light-purple{
    background-color: hsla( 250 , 73% , 62% , 1 ) !important;
    }
.bg-dark-purple{
    background-color: #201557 !important;
}
.bg-light-blue{
    background-color:#29ecc2 !important;
}
.line-height-2{
    line-height: 2em !important;
}
.markdown-content h1 {
    font-size: 20px;
    color: hsla( 250 , 73% , 62% , 1 );
}

.markdown-content h2 {
    font-size: 16px;
    color: hsla( 250 , 73% , 62% , 1 );
}

.markdown-content h3 {
    font-size: 14px;
}
.markdown-content p {
    margin-top: 0px;     /* Adjust this value */
    margin-bottom: 5px;  /* Adjust this value */
}
p{
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
}

a:not(.navbar a):not(.btn):not(.signup-btn):not(footer a) {
    color: hsla( 250 , 73% , 62% , 1 ) !important;
  }
/* START css for breadcrumbs */
.breadcrumb-item {
display: none;
}
.breadcrumb .breadcrumb-item + .breadcrumb-item::before {
    content: ">";
    margin-right: 5px;
}
.top-header{
    background-image: linear-gradient(80deg,rgba(248,248,248,.9) 0%,rgba(91,74,209,.15) 100%) !important;
    padding-top: 120px;
    padding-bottom: 50px;
}
.top-header .img-con{
    max-height: 600px;
    overflow: hidden;
} 
@media (max-width: 991.98px) {
.breadcrumb-item:nth-last-child(2) {
    display: inline-block;
}
}
/* Show all breadcrumbs on desktop */
@media (min-width: 991.98px) {

    .breadcrumb-item {
        display: inline-block;
    }
}
/* END css for breadcrumbs */
