﻿
@media (min-width: 768px) {
    .logo {
        margin: 0 0 9px 32px !important;
        width: 255px;
        height: auto;
    }
}

.research-text {
    display: inline-block;
    padding: 8px 10px 10px 7px;
    width: 100px;
    color: black;
    position: relative;
    top: 12px;
    font-size: 40px;
    margin-left: 5px;
}

    .research-text:before {
        content: '';
        width: 10px;
        border-left: 2.5px solid #1d1d1d;
        position: absolute;
        left: -2px;
        height: 75px;
        display: inline-block;
        top: -5px;
    }

    .research-text strong {
        position: relative;
        top: -10px;
        font-size: 36px;
    }

    /*Mobile Devices*/
@media (max-width: 767.98px) {
    img.logo {
        width: 109px;
        height: auto;
        margin-left: 15px;
    }

    div.research-text strong {
        font-size: 15px;
    }

    div.research-text:before {
        content: '';
        height: 35px;
    }
    .get-help-now, .get-help-now:hover {
        position: absolute;
        right: 0px;
        top: 0;
    }
    .header.row {
        height: auto;
    }
    .get-help-now, .get-help-now:hover {
        height: 95px;
        width: 79px;
    }
    .service-header {
        font-size: 28px;
        line-height: 28px;
        padding: 25px 5px 20px 0px;
    }
}
