.avritech {
    color: blue;
}

.book {
	border-radius: 35px;
}

/*
* Footer Top Info
*/
.footer-top-info {
    margin-bottom: -1px;
}

.footer-top-info .footer-top-info-detail {
    position: relative;
    width: 100%;
    padding-right: 190px;
}

@media (max-width: 991px) {
    .footer-top-info .footer-top-info-detail {
        margin: 15px;
    }

    .icon-featured {
        display: inline-block;
        font-size: 0;
        /* margin: 15px; */
        width: 40px;
        height: 40px;
        border-radius: 50%;
        text-align: center;
        position: relative;
        z-index: 1;
        color: #FFF;
        font-size: 1.3em;
        line-height: 40px;
    }
}

@media (max-width: 575px) {
    .footer-top-info .footer-top-info-detail {
        margin: 0;
        margin-left: -10px;
    }
}

.footer-top-info .footer-top-info-desc {
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}

.footer-top-info .btn-footer-top-info {
    width: 180px;
    height: 55px;
    line-height: 51px;
    position: absolute;
    right: 20px;
}

.footer-top-info .btn-footer-top-info:hover {
    border-color: #FFF !important;
}

@media (max-width: 991px) {
    .footer-top-info .btn-footer-top-info {
        margin-right: 15px;
    }
}

@media (max-width: 575px) {
    .footer-top-info .btn-footer-top-info {
        margin-right: -5px;
    }
}


 