@import url(https://fonts.googleapis.com/css?family=Montserrat:300,400,500,700);

body {
    font-family: Montserrat,sans-serif
}

.header-right {
    display: none
}

.navbar-item {
    color: #fff;
    padding: 10px
}

.navbar-item:hover {
    color: #58d5f7;
    text-decoration: none
}

.hero-background {
    position: relative;
    background: -webkit-linear-gradient(117deg,#6057f6,#d84763);
    background: linear-gradient(117deg,#6057f6,#d84763);
    background: -webkit-radial-gradient(#c24a7e,#6956eb);
    background: radial-gradient(#c24a7e,#6956eb)
}

.bold {
    font-weight: 600
}

.light {
    font-weight: 300
}

.header {
    padding-top: 35px;
    width: 100%;
    height: 100px;
    position: relative;
    z-index: 999
}

.logo {
    max-width: 100px;
    padding-left: 0;
    padding-top: 5px
}

.header-btn {
    background-color: #0abceb;
    border-radius: 10px;
    border: #0abceb;
    padding: 15px 30px;
    width: auto;
    height: 51px;
    color: #fff;
    -webkit-transition-duration: .4s;
    transition-duration: .4s;
}

.header-btn:hover {
    background-color: #58d5f7;
    color: #fff;
    border-radius: 20px;
    -webkit-box-shadow: -1px 9px 46px -17px #2b2b2b;
    -moz-box-shadow: -1px 9px 46px -17px #2b2b2b;
    box-shadow: -1px 9px 46px -17px #2b2b2b
}

.hero {
    position: relative;
    z-index: 999;
    padding-bottom: 60px
}

.mouse {
    position: absolute;
    left: 0;
    right: 0;
    top: 85%;
    margin: auto;
    padding-bottom: 40px;
    text-align: center;
    cursor: pointer;
    transition: transform .4s ease
}

.mouse:hover {
    transform: translateY(5px)
}

.macbook {
    margin: auto;
    padding-bottom: 35px
}

.hero-right {
    color: #fff;
    text-align: center
}
/*
.ipad,.ipad-screen {
    display: none
}*/

div#contact-us {
    margin-top: 100px;
}


.hero-btn {
    -webkit-transition-duration: .4s;
    transition-duration: .4s;
    background-color: #25f18b;
    border-radius: 10px;
    border: 1px solid #25f18b;
    width: 210px;
    height: 51px;
    color: #fff;
    margin: 30px auto
}

.hero-btn:hover {
    background-color: #6affb4;
    color: #fff;
    border-radius: 20px;
    -webkit-box-shadow: -1px 9px 46px -17px #2b2b2b;
    -moz-box-shadow: -1px 9px 46px -17px #2b2b2b;
    box-shadow: -1px 9px 46px -17px #2b2b2b
}

.header-headline {
    padding-top: 0;
    padding-bottom: 15px;
    text-align: center
}

.header-running-text {
    text-align: center;
    max-width: 287px;
    line-height: 1.5;
    margin: auto
}

.logos-section {
    background-color: #f9fafa;
    text-align: center
}

.logos {
    padding: 30px;
    max-width: 100%
}

.features-section {
    background-color: #000;
    padding-top: 40px;
    text-align: center;
    padding-bottom: 90px;
    position: relative
}

.features-headline {
    color: #fff;
    padding-bottom: 30px
}

.features-container {
    max-width: 830px;
    margin: auto
}

.feature {
    text-align: center;
    padding: 30px
}

.feature-no-display {
    opacity: 0;
    -webkit-transform: translateY(15%) translateZ(0);
    -moz-transform: translateY(15%) translateZ(0);
    transform: translateY(15%) translateZ(0);
    -webkit-transition: -webkit-transform .4s ease-out,opacity .4s ease;
    -moz-transition: -moz-transform .4s ease-out,opacity .4s ease;
    -o-transition: -o-transform .4s ease-out,opacity .4s ease;
    transition: transform .4s ease-out,opacity .4s ease
}

.feature-display {
    opacity: 1;
    -webkit-transform: translateY(0) translateZ(0);
    -moz-transform: translateY(0) translateZ(0);
    transform: translateY(0) translateZ(0)
}

.feature-display-mid {
    transition-delay: .15s
}

.feature-display-last {
    transition-delay: .3s
}

.feature-icon {
    background-color: #fff;
    border-radius: 50%;
    height: 5.625em;
    width: 5.625em;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    box-shadow: 4px 14px 28px #393939
}

.feature-head-text {
    color: #fff;
    padding-top: 15px
}

.feature-subtext {
    color: #fff;
    padding-top: 0
}

.feature-img {
    max-width: 23px
}

.white-section {
    margin: auto;
    overflow: hidden;
    background-color: #fff
}

.white-section-text {
    text-align: center
}

.imac-section-header {
    padding-bottom: 35px
}

.imac-section-desc {
    text-align: center;
    font-weight: 300;
    font-size: 24px;
    line-height: 40px;
    max-width: 400px;
    margin: auto;
    padding-bottom: 40px
}

.imac-screen {
    padding-top: 60px;
    padding-bottom: 40px;
    width: 100%;
}

.macbook {
    position: relative;
    z-index: 999
}

.pricing-background {
    background-color: #f8f9f9
}

.pricing-section-header {
    padding-top: 75px
}

.pricing-section-sub {
    padding-top: 10px;
    color: grey
}

.pricing-table {
    padding: 0 0 100px;
    max-width: 1050px;
    margin: auto
}

.mid-plan,.plan {
    text-align: center;
    max-width: 390px;
    margin: auto;
    height: 430px;
    padding: 36px 15px 45px;
    position: relative
}

.mid-plan {
    box-shadow: 5px 8.7px 40px rgba(99,117,138,.3);
    border-radius: 7px
}

ul {
    list-style-type: none
}

.plan li {
    position: relative
}

.mid-plan li:before,.plan li:before {
    font-family: Material Icons;
    content: "check";
    color: #3aeb8c;
    position: absolute;
    left: -10px;
    position: relative
}

.plan-title {
    font-size: 18px;
    padding-bottom: 5px
}

.plan-cost {
    font-size: 45px
}

.plan-cost:before {
    content: "$"
}

.monthly {
    font-size: 12px;
    padding-bottom: 20px
}

.plan-features {
    -webkit-padding-start: 0
}

.plan-btn {
    background-color: #0abceb;
    border-radius: 10px;
    border: #0abceb;
    width: 164px;
    height: 51px;
    color: #fff;
    -webkit-transition-duration: .4s;
    transition-duration: .4s;
    display: block;
    padding: 15px;
    margin: auto;
    position: absolute;
    left: calc(50% - 82px);
    bottom: 50px
}

.plan-btn:hover {
    background-color: #58d5f7;
    color: #fff;
    border-radius: 20px;
    -webkit-box-shadow: -1px 9px 46px -17px #2b2b2b;
    -moz-box-shadow: -1px 9px 46px -17px #2b2b2b;
    box-shadow: -1px 9px 46px -17px #2b2b2b
}

.team {
    padding-bottom: 50px;
    padding-top: 60px
}

.team-container {
    text-align: center;
    margin: auto;
    max-width: 920px
}

.team-section-header {
    padding-bottom: 90px
}

.team-member {
    padding-bottom: 60px
}

.team-member-position {
    color: #747474
}

.team-member-text {
    padding-top: 25px
}

.team-social-icon {
    padding: 7px
}

.blue-section {
    background-color: #0abceb;
    color: #fff;
    margin: auto;
    text-align: center;
    padding-top: 25px;
    padding-bottom: 40px
}

.blue-section-subtext {
    max-width: 200px;
    max-width: 250px;
    line-height: 22px;
    font-size: 15px;
    margin: auto
}

.email-form {
    display: flex;
    justify-content: center;
    align-items: center
}

.email-input {
    background-color: #fff;
    border-radius: 10px;
    width: 210px;
    color: grey;
    border: none
}

.email-input,.submit-btn {
    height: 51px;
    margin-top: 20px
}

.submit-btn {
    background-color: #25f18b;
    border-radius: 10px;
    color: #fff;
    width: 100%;
    margin-left: 3px;
    -webkit-transition-duration: .4s;
    transition-duration: .4s
}

.submit-btn:hover {
    background-color: #6affb4;
    color: #fff;
    border-radius: 20px;
    -webkit-box-shadow: -1px 9px 46px -17px #2b2b2b;
    -moz-box-shadow: -1px 9px 46px -17px #2b2b2b;
    box-shadow: -1px 9px 46px -17px #2b2b2b
}

#newsletter-spinner {
    display: none
}

.email-form-div {
    max-width: 60px;
    padding: 20px
}

.footer {
    background-color: #464646;
    padding-top: 20px;
    padding-bottom: 20px
}

.webscope-text {
    color: #fff;
    font-size: 12px;
    padding-right: 7px
}

.webscope {
    text-align: center;
    margin-top: -5px
}

.social-links {
    float: none;
    text-align: center;
    padding-top: 10px
}

.social-link {
    margin-right: 15px
}

.strips {
    position: absolute;
    max-width: 1280px
}

@media only screen and (min-width: 768px) {
    .header-right {
        display:block;
        float: right;
        padding: 6px 20px
    }

    .header-headline {
        text-align: left;
        max-width: 380px;
        padding-top: 75px
    }

    .header-running-text {
        line-height: 30px;
        margin: 0;
        text-align: left
    }

    .hero {
        padding-bottom: 230px
    }

    .hero-button {
        margin-top: 30px;
        margin-bottom: 30px
    }

    .hero-right {
        text-align: left
    }
    .ipad img{
        width: 100%;
    }
/*
    .ipad {
        display: block;
        position: absolute;
        right: 100px;
        z-index: 1;
        height: 427px;
        margin-top: 45px;
        transform: rotate(-6deg);
        max-width: 45%;
        border-radius: 25px;
        background: #fff;
        box-shadow: inset 0 4px 7px 1px #fff,inset 0 -5px 20px rgba(173,186,204,.25),0 0 33px rgba(0,21,64,.14),0 10px 20px rgba(0,21,64,.05)
    }

    .ipad-screen {
        display: block;
        padding-bottom: 40px;
        margin-top: 19px;
        right: 1px
    }*/

    .feature-section {
        padding-top: 60px
    }

    .features-headline {
        color: #fff;
        padding-bottom: 70px;
            margin-top: 35px;
    }

    .logos {
        padding: 30px;
        max-width: 100%
    }

    .white-section-text {
        text-align: justify;
        padding-top: 80px;
        padding-left: 100px
    }

    .imac-section-desc {
        font-weight: 300;
        font-size: 15px;
        line-height: 30px;
        max-width: 400px;
        margin: inherit;
        text-align: left
    }

    .pricing-table {
        padding: 70px 0 100px;
        max-width: 1050px;
        margin: auto
    }
}

.team {
    padding-bottom: 130px
}

.team-member {
    text-align: center
}

.email-form-div {
    max-width: inherit;
    margin: auto
}

.webscope {
    margin-top: 0
}

.social-links {
    float: right
}

.request-body {
    width: 100vw;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center
}

.card {
    background-color: #fff;
    width: 650px;
    border-radius: 26px;
    border: 1px solid #ccc
}

.card,.card-body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

.card-body {
    width: 100%;
    padding: 20px
}

.card-header {
    padding: 10px;
    font-size: 32px
}

.card-body>.row {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center
}

/*.row>div {
    padding: 10px;
    font-size: 15px;
    flex: 1
}*/

.status-selection {
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 10px
}

.status-selection>div {
    padding: 10px
}

.client-counter {
    color: #fff;
    font-size: 24px
}
 .ipad img{
        width: 100%;
    }



@media (max-width: 900px){
    div#contact-us {
        margin-top: 91px;
    }
}
@media (max-width: 499px){
   div#contact-us {
    margin-top: 166px;
}
}