/********************************************************************************/
/***** SMALL DEVICES (max 320px) ************************************************/
/********************************************************************************/
@media (max-width: 320px) {
    header h1 {
        font-size: 28px !important;
        margin-top: 200px !important;
    }

    header h3 {
        font-size: 17px !important;
    }

    .numbers-container {
        font-size: 15px;
    }

    .services-container span {
        top: -145px !important;
    }

    .section-wrapper h1 {
        font-size: 25px !important;
    }

    .team-container h1 {
        font-size: 20px !important;
    }

    .footer-nav-container ul li {
        display: block !important;
        font-size: 25px !important;
    }

        .footer-nav-container ul li:after {
            content: "" !important;
            margin: 0 !important;
        }

    .footer-nav-container span {
        font-size: 12px !important;
    }
}
/********************************************************************************/
/***** SMALL DEVICES (max 767px) ************************************************/
/********************************************************************************/
@media (max-width: 767px) {
    .navbar-fixed-top {
        padding: 30px 0 !important;
    }

        .navbar-fixed-top .menu-container {
            background-color: rgba(30, 35, 46, 0.995);
            position: fixed;
            width: 100%;
            height: 100%;
            text-align: center;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            -webkit-transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out;
            -moz-transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out;
            transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out;
            visibility: hidden;
            opacity: 0;
        }

            .navbar-fixed-top .menu-container ul {
                overflow-y: scroll;
            }

            .navbar-fixed-top .menu-container li {
                font-size: 20px;
                display: block;
                text-align: center;
            }

                .navbar-fixed-top .menu-container li.sign-in {
                    display: inline-block !important;
                    margin-top: 15px;
                }

                .navbar-fixed-top .menu-container li a {
                    font-weight: bold;
                }

            .navbar-fixed-top .menu-container.mobile-menu {
                visibility: visible;
                opacity: 1;
            }

    .logo-container .logo {
        font-size: 25px !important;
    }

    /*.logo-container img {
        width: 40px !important;
        height: 40px !important;
        margin: -8px 10px 0 0 !important;
    }*/

    .ff-feature:nth-child(4), .ff-feature:nth-child(5) {
        border-bottom: 1px dashed #fbf0db;
    }
}
/********************************************************************************/
/***** SMALL DEVICES (tablets, 768px and up) ************************************/
/********************************************************************************/
@media (min-width: 768px) {
    header {
        padding-bottom: 120px !important;
    }

        header h1 {
            font-size: 60px !important;
            margin-top: 380px !important;
        }

        header h3 {
            font-size: 24px !important;
        }

        header .description {
            margin: 80px 0 140px 0 !important;
        }

    .services-container div {
        margin-bottom: 0 !important;
    }

        .services-container div:first-child h3,
        .services-container div:last-child h3 {
            border-color: #4e618b;
            color: #5f79b0;
        }

            .services-container div:first-child h3:after, .services-container div:first-child h3:before,
            .services-container div:last-child h3:after,
            .services-container div:last-child h3:before {
                border-color: #4e618b;
            }

            .services-container div:first-child h3 span,
            .services-container div:last-child h3 span {
                border-color: #4e618b;
            }

        .services-container div:first-child .service-inner,
        .services-container div:last-child .service-inner {
            border-color: #4e618b;
            border-top: none;
            color: #5f79b0;
        }

    .numbers-container {
        /*border: 4px solid rgba(100, 126, 188, 0.7) !important;*/
        border-radius: 100px;
    }

        .numbers-container li {
            background-color: transparent !important;
            padding: 0 !important;
            margin-bottom: 0 !important;
        }

            .numbers-container li:after {
                font-weight: 400;
                color: #689ed6;
                content: "/";
                margin: 0 10px 0 15px;
            }

            .numbers-container li:last-child:after {
                content: "";
                margin: 0;
            }

    .services-container {
        margin-top: 170px !important;
    }

    .partners-container a {
        margin: 0 15px !important;
    }

        .partners-container a img {
            width: 200px !important;
        }

        .partners-container a:first-child img {
            width: 117px !important;
        }

    .section-wrapper .block-inner {
        padding-top: 100px !important;
        padding-bottom: 100px !important;
    }

    .section-wrapper h1 {
        font-size: 48px !important;
        margin-bottom: 80px !important;
    }

    .section-wrapper .features-container {
        padding: 80px 0 !important;
    }

    .section-wrapper .ss-feature {
        margin-bottom: 0 !important;
    }

    .call-center .features-container ul {
        border: 3px dashed #3498db !important;
        padding-top: 40px !important;
        padding-bottom: 40px !important;
        list-style: none !important;
    }

    .face-face .features-container h3 {
        text-align: left !important;
    }

    .face-face .features-container p {
        padding-left: 50px;
        text-align: left !important;
    }

    .face-face .features-container .ff-feature:nth-child(2), .face-face .features-container .ff-feature:nth-child(5) {
        border-left: 1px dashed #fbf0db;
        border-right: 1px dashed #fbf0db;
    }

    .subscribe-container input {
        text-align: left !important;
        padding: 30px 0 30px 40px !important;
    }

    .subscribe-container button {
        position: absolute !important;
        top: 11.5px !important;
        right: 12px !important;
        width: auto !important;
        margin-top: 0 !important;
    }

    .team-container {
        padding-top: 100px !important;
        padding-bottom: 70px !important;
    }

        .team-container h1 {
            font-size: 46px !important;
        }

        .team-container .profile-img {
            width: 220px !important;
        }
}
/********************************************************************************/
/***** 768px to 991px ***********************************************************/
/********************************************************************************/
@media (min-width: 768px) and (max-width: 991px) {
    header h3 {
        font-size: 17px !important;
    }

    header .description {
        margin: 50px 0 60px 0 !important;
    }

    header .numbers-container {
        font-size: 13px !important;
    }

        header .numbers-container li:after {
            margin: 0 5px 0 10px !important;
        }

        header .numbers-container li:last-child:after {
            margin: 0 !important;
        }

    .logo-container .logo {
        font-size: 25px !important;
    }

    /*.logo-container img {
        width: 40px !important;
        height: 40px !important;
        margin: -8px 10px 0 0 !important;
    }*/

    .menu-container li a {
        padding: 12.5px 10px !important;
    }

    .menu-container li.sign-in a {
        padding: 12.5px 15px !important;
    }

    .service-inner {
        padding: 0 !important;
    }

        .service-inner a {
            margin: 30px 0 30px 0 !important;
        }

    .partners-container {
        padding: 40px 0 35px 0 !important;
    }

        .partners-container a img {
            width: 125px !important;
            height: auto !important;
        }

        .partners-container a:last-child img {
            width: 75px !important;
            height: auto !important;
        }

    .cc-feature span:first-child {
        margin-top: 130px !important;
    }

    .ff-feature:nth-child(2) {
        border-right: none !important;
    }

    .ff-feature:nth-child(4) {
        border-bottom: 1px dashed #fbf0db;
        border-left: 1px dashed #fbf0db;
    }

    .ff-feature:nth-child(5) {
        border-left: none !important;
        border-right: none !important;
    }

    .ff-feature:nth-child(6) {
        border-left: 1px dashed #fbf0db;
    }

    .team-container h1 {
        font-size: 35px !important;
    }

    .team-container .profile-img {
        width: 150px !important;
        height: 150px !important;
    }

    .team-container a {
        padding: 0 18px !important;
    }

    .footer-nav-container ul li {
        font-size: 25px !important;
    }

        .footer-nav-container ul li:after {
            font-size: 20px !important;
        }
}
/********************************************************************************/
/***** Medium devices (desktops, 992px and up) **********************************/
/********************************************************************************/
@media (min-width: 992px) and (max-width: 1199px) {
    .services-container div:first-child .service-inner,
    .services-container div:last-child .service-inner {
        height: 544px !important;
        position: relative !important;
    }

    .partners-container {
        padding: 40px 0 45px 0 !important;
    }

        .partners-container a img {
            width: 170px !important;
            height: auto !important;
        }

        .partners-container a:last-child img {
            width: 110px !important;
            height: auto !important;
        }
}
