﻿:root {
    /*--header-sticky-background-color: #535CA8;*/
    --header-sticky-background-color: #284B64;
    --menu-text-color: white;
    --menu-text-hover-color: #cccccc;
    --main-color-1: #32C6B0;
    --main-color-2: #284B64;
    --main-color-3: #353A46;
    --secondary-color-1: #5BCDE7;
    --secondary-color-2: #53AFF9;
    --secondary-color-3: #8E7DF0;
    --secondary-color-4: #604BE8;
}

.m-conic-background {
    background: conic-gradient(from 335deg at 50% 50%, #8E7DF0 16%, #5BCDE7 24%, #32C6B0 50%, #284B64 62%, #8E7DF0 89%);
    filter: blur(184.58px);
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.malachite-gradient-color {
    background: linear-gradient(#32C6B0, #8E7DF0);
}

#gotoTop:hover {
    background-color: var(--secondary-color-1);
}


/* Pricing Boxes
-----------------------------------------------------------------*/
.pricing-box {
    border-color: rgba(17, 18, 18, .1);
    text-align: left;
    padding: 20px;
    background-color: #FFF;
    box-shadow: none;
    margin-right: -1px;
}


/* Pricing Boxes - Title
-----------------------------------------------------------------*/
.pricing-title {
    padding: 0;
    background-color: transparent;
    border-bottom: 0;
}

    .pricing-title h3 {
        margin: 0;
        font-size: 21px;
        letter-spacing: 0;
        color: #555;
        text-transform: none;
    }

    .pricing-title span {
        font-size: 14px;
        text-transform: capitalize;
    }


/* Pricing Boxes - Price
-----------------------------------------------------------------*/
.pricing-price {
    position: relative;
    font-weight: 500;
}

    .pricing-price::after {
        content: none;
    }

    .pricing-price span.price-tenure {
        display: block;
        font-weight: normal;
        color: #AAA;
        text-transform: lowercase;
    }

/* Pricing Boxes - Features
-----------------------------------------------------------------*/
.pricing-features {
    padding: 0 0 1.25rem 0;
}

    .pricing-features li {
        padding: 7px 0;
        font-size: 14px;
    }

        .pricing-features li i {
            position: relative;
            top: 2px;
            font-size: var(--basefontsize, 16px);
        }


/* Pricing Boxes - Action
-----------------------------------------------------------------*/
.pricing-action {
    padding: 0;
    text-align: center;
}


/* Badge
-----------------------------------------------------------------*/
.badge {
    padding: 8px;
    font-size: 12px;
    margin-bottom: 15px;
    border-radius: 2px;
    font-weight: 500;
    line-height: .8;
}

    .badge.badge-default {
        border: 1px solid var(--themecolor, #fE9603);
        color: var(--themecolor, #fE9603);
    }


/* Pricing Switcher
-----------------------------------------------------------------*/

input.switch-toggle-round + label::before,
input.switch-toggle-round + label {
    border-radius: 4px;
}

.price-discount {
    position: relative;
    top: -12px;
    margin-left: 10px;
    background: url('images/icons/discount.svg') no-repeat 0 0;
    width: 60px;
    height: 39px;
}

input.switch-toggle-round + label::after {
    border-radius: 4px
}


#footer{
    border-top:unset;
}


.heading-block h1, .heading-block h2, .heading-block h3, .heading-block h4, .emphasis-title h1, .emphasis-title h2 {
    letter-spacing: 0px;
}
