ul.pricing-list li.price-value {
    font-family: 'Cabin', sans-serif;
    font-size: 30px;
    line-height: 40px;
    display: block;
    margin-top: 20px;
    margin-bottom: 10px;
}

.section-grey {
    background: #f7f8fa;
    padding: 40px 0 100px 0;
}

.top-shape {
    position: relative;
    display: block;
    padding: 80px 0;
}

.section-white {
    background: #fff;
    padding: 80px 0 100px 0 !important;
}

.btn-white {
    color: #145B91;
    font-size: 20px;
    border-radius: 50px
}

/* .padding-bottom-40 {
    padding-bottom: 15px !important;
} */

.scroll-top-wrapper {
    position: fixed;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    text-align: center;
    z-index: 999999;
    background-color: #0017ff00;
    color: #eeeeee;
    width: 80px;
    height: 78px;
    line-height: 48px;
    right: 0px;
    bottom: 0px;
    padding-top: 2px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.scroll-top-wrapper:hover {
    background-color: #0017ff00;
}

.scroll-top-wrapper.show {
    visibility: visible;
    cursor: pointer;
    opacity: 1.0;
}

.scroll-top-wrapper i.fa {
    line-height: inherit;
}

.img-left {
    float: left;
}

/* .navbar-fixed-top {
    position: absolute !important;
    background-color: rgb(179 77 198) !important;
    border-bottom: none;
    transition: background-color 0.25s ease 0s;
} */

button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font: inherit;
    color: #ffffff;
}

.feature-box.dark-blue i {
    background: #7726fb;
}

.width-100 {
    width: 100%;
    margin-top: -20px;
}

.price-box-blue {
    text-align: center;
    background: #7566e3;
    background: -webkit-linear-gradient(left top, #7566e3, #7726fc);
    background: -o-linear-gradient(bottom right, #7566e3, #ce4d86);
    background: -moz-linear-gradient(bottom right, #7566e3, #ce4d86);
    background: linear-gradient(to bottom right, #7726fc, #7726fc);
    box-shadow: rgba(33, 33, 33, .06) 0 4px 24px 5px;
    padding: 50px 0 40px 0;
    color: #fff;
    width: 90%;
    margin-top: 30;
    margin-bottom: 20px;
    margin-left: 20px;
    border-radius: 8px 8px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
}

@media (max-width: 726px) {

    .collapse.in {
        display: block;
        background-color: #8346bfdb !important;
    }

    .padding-top-50 {
        padding-top: 20px !important;
    }

    h1 {
        font-size: 42px;
    }

    .home-section h1 {
        line-height: 60px;
        text-align: center;
    }

    .home-section p,
    ul.home-benefits {
        margin-bottom: 25px !important;
        text-align: center;
    }

    .btn-white {
        color: #db61ec !important;
        font-size: 20px;
        margin-left: 150px;
        margin-bottom: 20px;
    }

    /* .scroll-top-wrapper {
        right: -10px;
        bottom: -15px;
    } */

    /* .navbar-brand {
        font-family: 'Cabin', sans-serif;
        font-size: 45px;
        font-weight: 700;
        color: #fff !important;
        margin-left: 150px;
    } */

}

@media (max-width: 991px) {
    .navbar-default .navbar-toggle .icon-bar {
        background-color: #ffffff !important;
    }
}

@media (max-width: 991px) {
    .navbar-default .navbar-toggle {
        border-color: #ffffff !important;
    }
}