.app-icons {
    display: none;
}

/*  HERO SECTION  */

body {
    font-weight: 300;
}

.saas-hero {
    background-image: url('/wp-content/themes/cdx/css/img-saas/saas-bg.jpg');
    background-position: center;
    background-repeat: no-repeat;
    min-height: 650px;
    background-size: cover;
    background-color: #0F1315;
    position: relative;
    z-index: 1;
}

.hero-content {
    position: absolute;
    bottom: 0;
    margin-bottom: 20px;
}

.hero-content h4 {
    margin: 10px 0;
}

.hero-content p {
    margin: 10px 0;
}

.hero-content h1 span {
    font-weight: 700;
    display: block;
}


/*  MYDXAPP SECTION  */

.mydxapp {
    padding: 50px 0;
}

.app-details img {
    margin: 20px 0;
}

.app-details p {
    font-size: 17px;
    margin: 20px 0;
}

.app-mockup {
    max-width: 100%;
    text-align: center;
    padding: 20px 0;
}

.mydxapp .co-md-6 {
    text-align: center;
}

.mydxapp .col-md-6 {
    text-align: center;
}

.app-rank h4 span {
    display: block;
    font-weight: 700;
}

.app-rank h4 {
    margin: 40px 0;
    line-height: 1.4;
    color: #666;
}

.eco-content .btn-square:hover {
    color: #fff;
}


/*  MYDXECO SECTION  */

.mydxeco {
    padding: 60px 0;
    background: #ff451d;
    background: -moz-linear-gradient(left, #ff451d 0%, #ff451d 17%, #ff8f4d 100%);
    background: -webkit-linear-gradient(left, #ff451d 0%, #ff451d 17%, #ff8f4d 100%);
    background: linear-gradient(to right, #ff451d 0%, #ff451d 17%, #ff8f4d 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff451d', endColorstr='#ff8f4d', GradientType=1);
}

.eco-content {
    padding: 90px 0 20px;
}

.eco-content h2 {
    font-weight: 700;
    color: #fff;
    line-height: 1.3;
    letter-spacing: -1px;
    margin: 30px 0;
}

.eco-content .btn-square {
    border: 1px solid #fff;
    padding: 8px 10px;
    display: inline-block;
}

.eco-content .app-icons {
    margin: 60px 0 0;
}

.eco-app {
    text-align: center;
}

.saas-app-tc {
    text-align: right;
}

.eco-app img {
    max-width: 100%;
    margin: 40px 0 0;
}


/*  LABEL SECTION  */

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

.label h4 {
    color: #666;
    padding: 10px 0 30px;
}

.label h4 span {
    font-weight: 600;
}

.label img {
    max-width: 90%;
}


.label .btn-square {
    display: block;
    position: relative;
    top: 20px;
    width: 120px;
    margin: 0 auto;
}


/*==========  Non-Mobile First Method  ==========*/


/* Large Devices, Wide Screens */

@media only screen and (max-width: 1200px) {}

@media only screen and (min-width: 768px) {
    .hidden-md {
        display: none !important;
    }
}


/* Medium Devices, Desktops */

@media only screen and (max-width: 992px) {
    .saas-hero:after {
    content: "";
    top: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    display: block;
    background: #304158;
    opacity: .5;
    z-index: -1;
}
    
    .eco-content .app-icons {
        margin: 20px 0;
    }
    .eco-content {
        padding: 20px 0;
    }
}


/* Small Devices, Tablets */

@media only screen and (max-width: 768px) {
    .eco-app img {
        margin: 10px 0 0
    }
    .saas-hero {
        min-height: 400px;
    }
    h1 {
        font-size: 35px !important;
    }
    h2 {
        font-size: 32px !important;
    }
    h3 {
        font-size: 28px !important;
    }
    h4 {
        font-size: 22px !important;
    }
    p {
        font-size: 18px !important;
    }
    .hero-content h4 {
        font-size: 20px;
    }
}


/* Extra Small Devices, Phones */

@media only screen and (max-width: 480px) {}


/* Custom, iPhone Retina */

@media only screen and (max-width: 320px) {}