.header-call.navbar-right:before {
    display: none !important;
}

.header-call.navbar-right a {
    position: relative;
    border: 2px solid #00aebc !important;
    padding: 10px 20px 10px 60px;
    border-radius: 30px;
    font-size: 18px;
    font-weight: 600;
    margin-top: 4px;
    display: inline-block;
}

.header-call.navbar-right span {
    display: none;
}

.header-call.navbar-right a::before {
    left: -2px;
    width: 42px;
    background-color: #00aebc !important;
    content: "";
    position: absolute;
    height: 42px;
    top: -2px;
    border-radius: 50%;
    background-image: url(/wp-content/uploads/2019/08/phone1.png);
    background-size: 21px;
    background-position: center;
    background-repeat: no-repeat;
}

.text-logo {
    display: flex;
    flex-wrap: wrap;
    max-width: 280px;
}

.text-logo__image {
    flex: 0 0 45px;
    max-width: 45px;
}

.text-logo__text {
    flex: 0 0 calc(100% - 50px);
    max-width: calc(100% - 50px);
    margin-left: 5px;
    padding-top: 5px;
}

.text-logo__image img {
    max-width: 100%;
}

.text-logo__middle {
    text-transform: uppercase;
    font-size: 12px;
    color: #003a5d;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 2px;
}

.text-logo__top {
    color: #003a5d;
    font-weight: 900;
    font-family: Raleway;
    font-size: 22px;
    margin-bottom: 3px;
}

.text-logo__top span {
    color: #00adbb;
}

.text-logo__bottom {
    color: #00adbb;
    font-weight: 600;
    font-size: 17px;
    line-height: 1;
}

@media (min-width:1050px) and (max-width: 1399px) {
    body .navbar-nav>li>a {
        padding: 30px 10px !important;
    }
}

@media (min-width:1050px) and (max-width: 1279px) {
    .header-call.navbar-right a {
        font-size: 0;
        padding: 0;
        border: none !important;
        width: 42px;
        height: 42px;
        top: -8px;
    }
}

@media (max-width: 414px) {
    .text-logo__text {
        padding-top: 0;
    }

    .text-logo__top {
        font-size: 18px;
    }

    .text-logo__middle {
        font-size: 10px;
    }

    .text-logo__bottom {
        font-size: 15px;
    }

    .text-logo {
        max-width: 260px;
    }
}

@media (max-width: 374px) {
    .text-logo__text {
        padding-top: 0;
    }

    .text-logo__top {
        font-size: 15px;
    }

    .text-logo__middle {
        font-size: 8px;
    }

    .text-logo__bottom {
        font-size: 11px;
    }

    .text-logo {
        max-width: 205px;
    }
}