body {
    margin: 0;
    padding: 0;
    background-color: #F8FAFF;
    font-family: 'Roboto', sans-serif;
}

.btn-primary {
    background-color: #519BD6;
    border: none;
    border-radius: 7px;
    font-size: 14px;
    padding: 8px 40px;
    position: relative;
    top: 0;
    transition: all .3s ease;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
}

.btn-primary:hover {
    top: -5px;
    background-color: #51BBD6;
}

.btn-secondary {
    background: transparent;
    border: 1px solid #519BD6;
    color: #519BD6;
    border-radius: 7px;
    font-size: 14px;
    padding: 7px 60px;
    position: relative;
    top: 0;
    transition: all .3s ease;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
}

.btn-secondary:hover {
    top: -5px;
    background-color: #519BD6;
    color: #fff;
    border: 1px solid #519BD6;
}

.hero {
    background-image: url("../img/hero_bg.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top -50px left;
}

.feature-container {
    padding: 50px;
    border-radius: 10px;
    -webkit-box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.1);
    position: relative;
}

.feature-container img {
    width: 100px;
    position: absolute;
    top: -50px;
}

.feature-container p {
    padding: 0;
    margin: 0;
}

.lightweight {
    width: 135px !important;
    top: -66px !important;
}

.footer {
    background: #519BD6;
    padding: 15px;
}

footer p {
    padding: 0;
    margin: 0;
    color: #fff;
    font-weight: lighter;
}

.carousel-control-next, .carousel-control-prev {
    background: gray;
    height: 50px;
    width: 50px;
    border-radius: 50px;
    margin: 80px 10px 10px 10px;
}

.testimonials-container {
    background: #fff;
    padding: 15px 70px 20px 70px;
    border-radius: 15px;
}

.testimonials-container img {
    margin-bottom: 10px;
}

.carousel-inner {
    border-radius: 15px;
    -webkit-box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.1);
}

@media only screen and (max-width: 600px) {
    .logo {
        display: block;
        margin: 0 auto;
    }

    .download{
        display: none;
    }

    .heading {
        text-align: center;
    }

    .custom-button {
        display: block;
        margin: 0 auto;
    }

    .hero-img {
        padding: 50px;
    }

    .feature-container img {
        width: 100px;
        position: static;
        top: 0;
        display: block;
        margin: 0 auto;
    }

    .feature-container p {
        padding-top: 40px;
        text-align: center;
    }

    footer p {
        text-align: center;
    }
}


/********** Template CSS **********/
.button-41 {
    background-color: initial;
    background-image: linear-gradient(-180deg, #00D775, #00BD68);
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.1) 0 2px 4px;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    font-family: Inter,-apple-system,system-ui,Roboto,"Helvetica Neue",Arial,sans-serif;
    height: 64px;
    line-height: 64px;
    outline: 0;
    overflow: hidden;
    padding: 0 20px;
    pointer-events: auto;
    position: relative;
    text-align: center;
    touch-action: manipulation;
    user-select: none;
    -webkit-user-select: none;
    vertical-align: top;
    white-space: nowrap;
    width: 100%;
    z-index: 9;
    border: 0;
}

.button-41:hover {
    background: #00bd68;
}

