/* global */
body {
/*    font-family: Segoe UI !important; */
    color: #000000;
}

.container {
    max-width: 1200px !important;
}

.container-top .top {
    max-width: 1200px !important;
    margin-left: auto;
    margin-right: auto;
}

.container-top {
    display: block;
    background-color: #F0ECF5;
}

.title {
    font-weight: 700;
}

img {
    max-width: 100%;
}

.btn-trial {
    background-color: #000000;
    color: #fff;
}

h2 {
    font-weight: 700;
}

h3, .h3 {
    color: #212529;
    font-weight: bold !important;
    line-height: 24px !important;
}

.btn {
    border-radius: 0;
}

.btn-xlg {
    padding: .5rem 1rem;
    font-size: 1.5rem;
    line-height: 1.5;
}

.btn-trial:focus,
.btn-trial:active,
.btn-trial:hover {
    background-color: #000000;
    color: #fff;
    border: 1px solid transparent;
    box-shadow: none !important;
}


.btn-trial {
    background-color: #007BFF;
    color: #fff;
}

.card-text,
.card-footer {
    line-height: 1.5;
    font-weight: 300;
    color: #212529;
}

.card {
    margin-bottom: 1rem !important;
}

.card-title {
    display: inline-block;
    margin-left: 0.5rem;
    margin-bottom: 0rem !important;
    vertical-align: top;
    padding-top: 3px;
}


@media (min-width: 1200px) {
    .main-pic {
        text-align: right;
    }

    .container {
        padding-right: 0;
        padding-left: 0;
    }

    .top-buttons {
        margin-top: 1rem;
        margin-bottom: 3rem;
    }
}

/* RESPONSIVENESS */

@media (max-width: 575.98px) {
    .container-top {
        padding-left: 0;
        padding-right: 0;
    }

    .title {
        font-size: 1.25rem;
        line-height: 24px;
    }
}

@media (min-width: 576px) {
    .title {
        font-size: 42px;
        line-height: 44px;
    }

    .w-sm-none {
        width: auto !important;
    }
}

@media (max-width: 767.98px) {
    .container-top {
        margin-top: 3.5rem;
        padding-top: 2rem;
        padding-bottom: 2rem;
    }

    .sub-title {
        font-size: 16px;
        line-height: 20px;
        font-weight: 300;
    }

    .container {
        padding-top: 1.25rem;
        padding-bottom: 1.25rem;
    }
}

@media (min-width: 768px) {
    .w-md-none {
        width: initial !important;
    }

    .sub-title {
        font-weight: 400;
        font-size: 20px;
        line-height: 27px;
    }

    .container-top {
        padding-top: 120px;
        padding-bottom: 80px;
    }

    .top-buttons {
        margin-top: 3.5rem;
        margin-bottom: 3.5rem;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .container {
        padding-top: 2.25rem;
        padding-bottom: 2.25rem;
    }
}

@media (max-width: 991.98px) {
    img {
        padding-top: 10px;
    }
}

@media (max-width: 1199.98px) {
    h2 {
        font-size: 26px;
        line-height: 30px;
    }

    .main-pic {
        text-align: center;
    }

    .features-heading {
        font-weight: 700;
        font-size: 26px;
        line-height: 30px;
    }

    .grey .text {
        margin-bottom: 0;
    }

    .card-text,
    .card-footer {
        font-size: 1rem !important;
    }

    .text {
        line-height: 20px;
    }

    .container {
        padding-right: 15px;
        padding-left: 15px;
    }

    h3,
    .h3 {
        font-size: 1rem;
    }
}

@media (min-width: 1200px) {
    h2 {
        font-size: 40px;
        line-height: 48px;
        margin-bottom: 1rem;
    }

    .main-pic {
        text-align: right;
    }

    .features-heading {
        font-weight: 700;
        font-size: 40px;
        line-height: 48px;
    }

    .container {
        padding-right: 0;
        padding-left: 0;
    }

    .top-buttons {
        margin-top: 6rem;
        margin-bottom: 3rem;
    }

    .card-text,
    .card-footer {
        font-size: 1.25rem !important;
    }

    h3,
    .h3 {
        font-size: 24px;
    }
}

/* main-pic position */

@media (min-width: 1280px) and (max-width: 1439.98px) {
    .main-pic img {
        max-width: 100%;
    }
}

@media (min-width: 1440px) and (max-width: 1919.98px) {
    .main-pic img {
        max-width: 110%;
    }
}

@media (min-width: 1920px) {
    .main-pic img {
        max-width: 120%;
    }
}

@media (max-width: 1199.98px) {

    .card-text,
    .card-footer {
        font-size: 1rem !important;
        line-height: 20px;
        font-weight: 300;
        color: #212529;
    }
}

.badge-free {
    background-color: #e87e04;
    color: #ffffff;
    font-weight: 400;
}

.caption {
    color: #ffffff;
}

.logo-small {
    display: inline-block;
}

.logo-small .featured-logo {
    width: 45px;
    height: 45px;
}

/* icons sprite */
#featured-logo1 {
    background-position: 0 0;
}

#featured-logo2 {
    background-position: 0 -50px;
}

#featured-logo3 {
    background-position: 0 -100px;
}

#featured-logo4 {
    background-position: 0 -150px;
}

#featured-logo5 {
    background-position: 0 -200px;
}

#featured-logo6 {
    background-position: 0 -250px;
}

#featured-logo7 {
    background-position: 0 -300px;
}

#featured-logo8 {
    background-position: 0 -350px;
}

#featured-logo9 {
    background-position: 0 -400px;
}

#featured-logo10 {
    background-position: 0 -450px;
}

#featured-logo11 {
    background-position: 0 -500px;
}