.app-use {
    list-style-type: none;
}

.app-use li {
    margin: 20px 0;
    cursor: pointer;
    position: relative;
}

li.active:before {
    content: "";
    position: absolute;
    top: 0;
    left: -20px;
    height: 100%;
    width: 5px;
    background: #fff;
}

.app-use li p,
.app-use li h3 {
    color: #fff !important;
    margin: 0px !important
}

.app-use li.active p,
.app-use li.active h3 {
    color: #ffffff !important;
}

.app-use li h3 {
    font-size: 24px;
}

.app-use li p {
    font-size: 18px;
}

.bg-black-light {
    background-color: #00000008 !important;
}

.bg-main {
    background-color: var(--primary-color-one);
}

.bg-main2 {
    background-color: var(--primary-color-two);
}

.bg-main p,
.bg-main .title,
.bg-main2 p,
.bg-main2 .title {
    color: #fff;
}

.blog-img {
    max-width: 400px;
    width: 100%;
    border-radius: 20px;
    float: left;
}

.box-shadow-f1 {
    box-shadow: 0 0 20px #f1f1f1;
}

.cursor-pointer {
    cursor: pointer;
}

.fs-10 {
    font-size: 10px !important;
}

.fs-11 {
    font-size: 11px !important;
}

.fs-12 {
    font-size: 12px !important;
}

.fs-13 {
    font-size: 13px !important;
}

.fs-14 {
    font-size: 14px !important;
}

.fs-15 {
    font-size: 15px;
}

.fs-16 {
    font-size: 16px;
}

.fs-17 {
    font-size: 17px;
}

.h-50px {
    height: 50px;
}

.h-60px {
    height: 60px;
}

.h-65px {
    height: 65px;
}

.h-75px {
    height: 75px;
}

.lineh-inherit {
    line-height: inherit;
}

.row-gap-0 {
    row-gap: 0 !important
}

.row-gap-1 {
    row-gap: .25rem !important
}

.row-gap-2 {
    row-gap: .5rem !important
}

.row-gap-3 {
    row-gap: 1rem !important
}

.row-gap-4 {
    row-gap: 1.5rem !important
}

.row-gap-5 {
    row-gap: 3rem !important
}

.signup-button {
    background-color: #2779cc;
    color: #fff;
    transition: all .5s ease;
    padding: 10px 15px !important ;
    border-radius: 50px !important ;
    font-size: 18px !important;
}

.signup-button:hover {
    background-color: #2779cc;
    color: #fff;
}

.text-justify {
    text-align: justify;
}

.text-main {
    color: var(--primary-color-one) !important;
}

.filter-brightness-0 {
    filter: brightness(0);
}

.rotate-45deg {
    transform: rotate(-45deg);
    display: inline-block;
    transition: all .5s ease;
}

a.rotate-button:hover i.rotate-45deg {
    transform: rotate(0deg); 
}

.signup-button2 {
    min-width: unset !important;
    min-height: unset !important;
    line-height: unset !important;
    text-transform: unset !important;
}
