.single_footer_par .media .contact-info__icon {
    display: block;
}

.main_menu.menu_fixed .contact_button {
    background: rgba(0,0,0,0);
    color: #fff;
}
.main_menu.menu_fixed .contact_button:hover,
.main_menu .contact_button.btn_1:hover {
    background: #fff;
    color: #ff4800 !important;
}
.main_menu .contact_button {
    background: #fff;
}

label.error {
    color: #ff4800;
    font-weight: bold;
}

@media (min-width: 1590px) {
    .saas-title, .chatbots-title {
        padding: 140px 50% 130px 0;
    }

    .saas-breadcrumb {
        background-image: url(/img/saas/cip-head.png);
        background-position: 134% -10%;
        background-attachment: fixed;
        background-repeat: no-repeat;
    }
    .ocr-breadcrumb {
        background-image: url(/img/ocr/head.png);
        background-position: 89% 21%;
        background-attachment: fixed;
        background-repeat: no-repeat;
        background-size: 800px;
    }

    .chatbots-breadcrumb {
        background-image: url(/img/chatbots/zoee-top.png);
        background-position: 82% 128px;
        background-attachment: fixed;
        background-repeat: no-repeat;
        background-size: 50%;
    }
    .templating-breadcrumb {
        background-image: url(/img/templating/templating-head.png);
        background-position: 103% 128px;
        background-attachment: fixed;
        background-repeat: no-repeat;
        background-size: 50%;
    }
}


@media (max-width: 991px) {
    /* line 2, ../../01 cl html template/03_jun 2019/185 Ecobit SAAS html/sass/_banner.scss */
    .navbar-brand img {
        top: -9px;
    }

    nav.navbar ul.navbar-nav li.nav-item a.nav-link {
        color: #0b0b0b !important;
    }
    nav.navbar ul.navbar-nav li.nav-item a.nav-link:hover {
        color: #ff4800 !important;
    }
}
@media (max-width: 576px) {
    /* line 2, ../../01 cl html template/03_jun 2019/185 Ecobit SAAS html/sass/_banner.scss */
    .navbar-brand img {
        top: -14px;
        left: -9px;
    }
    .learning_img {
        text-align: center;
    }
    .learning_img img {
        /*border: 5px solid red;*/
        width: 66%;
    }

    .btn-group.row .btn:first-child {
        -webkit-border-radius: 16px 16px 0 0;
        border-radius: 16px 16px 0 0;
    }
    .btn-group.row .btn:last-child {
        -webkit-border-radius: 0 0 16px 16px;
        border-radius: 0 0 16px 16px;
    }
}

.breadcrumb {
    border-radius: 0;
}

.support-icon {
    height: 1rem;
    top: 3px;
    position: relative;
}
.abbyy-partner-icon {
    height: 45px;
    top: 4px;
    position: relative;
    margin-right: 10px;
}

.hl-abbyy {
    color: #c60c30;

}
.color-abbyy {
    font-weight: bold;
}

section.abbyy-buttons-parent div.btn-group.row {
    width: 90%;
}
section.abbyy-buttons-parent div.btn-group.row a.btn {
    padding: 8px;
    word-break: normal;
}


img.reference {
    filter: grayscale(100%) drop-shadow(0px 2px 4px rgba(11, 11, 11, 0.13));
    height: 48px;
    width: auto;
    transition: all 100ms ease-in-out;
    margin-right: 1rem;

}
img.reference.reference-lg {

    height: 72px;
    width: auto;
}

img.reference:hover {
    filter: grayscale(0) drop-shadow(2px 5px 8px rgba(11, 11, 11, 0.13));
}

.about_us_text h5 {
    margin-top: 1rem;
}

