.hero_area .top_nav .contact_link-container a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #ffffff;
    font-size: 15px;
    white-space: nowrap !important;
    padding: 0 25px;
    border-right: 1px solid #ffffff;
}
.cmp-header1
{
    color: #007bff !important;
}
.cmp-header2
{
    color: #fc0909 !important;
}
.info_section h5 {
    margin: 10px 0;
    font-size: 24px;
}
.service_section .service_container .box .detail-box h6 {
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 20px;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}