a {
    text-decoration: underline !important;
    color: var(--color-blue5);
}

header.style-5 .handl-img, header.style-5 .handr-img {
    bottom: -130px;
    max-width: 400px;
}

header.style-5 {
    overflow: visible;
    z-index: 5;
}

.numbers.style-8 {
    overflow: visible;
}

.numbers.style-8::after, .numbers.style-8 .numbers-btm::after {
    content: none;
}

.features-card.style-5 {
    text-align: left;
}

.pricing.style-5 .monthly_price {
    display: inline;
}

.pricing.style-5 .content .price-head .price-headItem h2 {
    font-size: 25px;
}

.about.style-5 .content .img.main-img3 img {
    top: 0;
    width: auto;
}

.about.style-5 .content .img {
    overflow: visible !important;
}

.about.style-5 .content .img {
    text-align: left;
}

main {
    overflow: hidden;
}

.btn span {
    text-transform: none;
}

.btn span:first-letter {
    text-transform: uppercase;
}

.community.style-5 .content{
    border: none;
}

.section-padding{
    padding: 40px 0;
}

footer.style-5 .foot{
    margin-top: 0;
}

.pricing.style-5 .content .price-body .price-bodyItems .price-bodyTitle,
.pricing.style-5 .content .price-body .price-bodyItems .price-item {
    height: auto;
}

.pricing.style-5 .content .price-foot .price-footItem i {
    color: var(--color-blue5);
    font-size: 20px;
}

.pricing.style-5 .content .price-foot .price-footTitle,
.pricing.style-5 .content .price-foot .price-footItem {
    padding: 15px 0 50px;
}

.pre {
    white-space: pre;
}

a.navbar-brand {
    text-decoration: none !important;
}

a.btn {
    text-decoration: none !important;
}

.switcher {
    background: #e7f1ff;
    z-index: 10;
    position: relative;
}

.switcher .switcher-button{
    display: flex;
    flex-grow: 1;
}

.container {
    z-index: 16;
}

.switcher .row {
    row-gap: 20px;
}

.switcher .button-wrapper {
    display: flex;
    align-items: stretch;
}

.switcher .switcher-button.active {
    background: var(--color-blue5);
    color: white;
    box-shadow: inset 0 0 1.6em -0.6em var(--color-blue4);
}

.switcher-button {
    padding: 20px 30px;
    background-color: #fff;
    border-radius: 10px;
    -webkit-box-shadow: 0 0 15px #0001;
    box-shadow: 0 0 15px #0002;
    position: relative;
    z-index: 10;
}

.switcher a, .switcher a:visited, .switcher a:hover {
    text-decoration: none !important;
    color: #212529;
    opacity: 1;
}

.switcher-button h3 {
    margin-bottom: 8px;
}

.download .butns{
    padding-top: 50px;
}

.butn.blue5-3Dbutn, .btn.blue5-3Dbutn {
    -webkit-filter: drop-shadow(0 10px 4px #07397235);
    filter: drop-shadow(0 10px 4px #07397235);
}

.about.style-5 .content:last-child{
    padding-bottom: 0px;
}

.product-type {
    width: fit-content;
    margin-bottom: 20px;
}

.commun-cards {
    display: flex;
    row-gap: 20px;
    padding-bottom: 0;
}

.commun-card h5 {
    margin-bottom: 8px !important;
}

.features-card.style-5 {
    padding: 30px;
    padding-bottom: 94px;
    position: relative;
}

.community.style-5 .content{
    padding: 0;
}

.price-body a,
.price-body span {
    display: inline;
}

.pricing.style-5 .content .price-foot .price-footItem {
    padding-bottom: 30px;
}

.pricing.style-5 .content .price-foot .price-footItem .btn {
    margin-left: 8px;
    margin-right: 8px;
}

.navbar.style-5 .nav-item .nav-link:first-letter {
    text-transform: none;
}

.navbar:not(.nav-scroll) #productTypeNavbar {
    display: none;
}

#productTypeNavbar .nav-item.active {
    background: var(--color-blue5);
    border-radius: 50rem !important;
    cursor: default;
}

#productTypeNavbar .nav-item .nav-link {
    text-decoration: none !important;
}

#productTypeNavbar .nav-item.active .nav-link {
    color: white;
}

#productTypeNavbar .nav-item.active .nav-link:hover {
    color: white;
}

.btn.green-3Dbutn {
    background: #0c0;
    box-shadow: 0px 4px 0px 0px #360;
    color: #fff;
}

.btn.green-3Dbutn:hover {
    background: #070;
}

.features-card .demo-link {
    position: absolute;
    bottom: 30px;
    left: 30px;
    right: 30px;
    text-align: center;
    background: var(--color-blue5);
    color: rgb(255, 255, 255);
    padding: 6px;
    border-radius: 12px;
    text-decoration: none !important;
}

.pace {
    display: none;
}

@media (max-width:500px) {
    header .style-5 .info h1 {
        font-size: 42px;
    }

    .download .butns {
        margin-top: 20px;
        padding-top: 0;
    }

    .section-padding {
        padding-bottom: 0;
        padding-top: 30px;
    }

    .community.style-5 .content .commun-card {
        padding-left: 15px !important;
        padding-right: 15px !important;
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .section-head h2 {
        letter-spacing: 0px;
    }

    .possibilities {
        margin-bottom: 40px;
    }

    header.style-5 .info h1 {
        font-size: 30px;
    }

    header.style-5 .info p {
        text-align: left;
    }

    .community.style-5 .content .commun-card .inf h5 {
        line-height: 2.1;
    }
}

@media (max-width:800px) {
    .demo-button-wrapper {
        display: none !important;
    }
}