    .nav-belt a:hover {
        text-decoration: none;
    }
    .nav-belt {
        width: 100%;
    }
    .nav-belt-col {
        background: #0085ca;
        display: block;
        border-bottom: 1px solid #fff;
    } 
    .nav-belt-col:last-child,.three-column .nav-belt-col:last-child {
        border-bottom: 0;
    }

    .nav-belt-col:hover {
        background: #004B87;
        cursor: pointer;
        text-decoration: none;
    }
    .touch .nav-belt-col:hover{
        background: #0085ca;
    }
    .nav-belt-block {
        color: #fff;
        padding: 40px 25px;
    }

    h2.nav-belt-block-title {
        text-transform: uppercase;
        color: #fff;
        margin: 0;
        font-family: Effra, Arial, sans-serif;
        font-weight: 400;
        text-transform: uppercase;
        font-size: 2.1rem;
        line-height: 2rem;
        margin: 0 0 1.2rem;
    }

    .nav-belt-block-descp p {
        margin: 0 0 2rem;
        font-size: 1.2rem;
        line-height: 1.6rem;
    }

    .nav-belt-block-btn {
        margin: 0;
        font-size: 1.6rem;
        line-height: 1.8rem;
        text-transform: uppercase;
        background-color: #B9D9EB;
        border: 1px solid #B9D9EB;
        padding: 5px 8px;
        color: #001E46;
    }

    .nav-belt-block-btn:hover {
        text-decoration: none;
    }
    
    @media screen and (min-width: 500px) and (max-width: 749px) {
        .four-column .nav-belt-row {
            width: 100%;
            display: table;
            table-layout: fixed;
        }

        .nav-belt-col {
            display: table-cell;
            border-right: 1px solid #fff;
            border-bottom: 1px solid #fff;
        }
        .four-column .nav-belt-col:nth-of-type(2) {
            border-right: 0;
        }
        .four-column .nav-belt-col {
            border-bottom: 1px solid #fff;
        }
        .four-column .nav-belt-col:nth-of-type(4) {
            border-right: 0
        }
        .four-column .nav-belt-col:nth-of-type(3),.four-column .nav-belt-col:nth-of-type(4) {
            border-bottom: 0;
        }

        .three-column .nav-belt-col, .five-column .nav-belt-col {
            border-right: 0;
            border-bottom: 1px solid #fff;
        }
        .three-column .nav-belt-col:nth-of-type(3), .five-column .nav-belt-col:nth-of-type(5) {
            border-bottom: 0;
        }
        .four-column .nav-belt-block-container {
            height: 165px;
        }
        .four-column .nav-belt-block-btn {
            font-size: 1.5rem;
        }
        .four-column .nav-belt-block-btn {
            position: absolute;
            bottom: 40px;
        }
    }

    @media screen and (min-width: 750px) {

        .nav-belt {
            width: 100%;
            display: table;
            table-layout: fixed;
            padding:0;
        }
        .nav-belt-block{
             padding:20px 15px;
        }
        .five-column .nav-belt-block{
            padding:40px 25px;
        }
        .five-column .nav-belt-block-container {
            height: 155px;
        }
        .nav-belt-col {
            border-bottom: 0;
            border-right: 1px solid #fff;
        }
        html[dir="rtl"] .nav-belt-col {
            border-left: 1px solid #fff;
        }
        .four-column .nav-belt-col:nth-of-type(4),.three-column .nav-belt-col:nth-of-type(3) {
            border-right: 0;
        }
        html[dir="rtl"] .four-column .nav-belt-col:nth-of-type(4), html[dir="rtl"] .three-column .nav-belt-col:nth-of-type(3) {
            border-left: 0;
        }
        .nav-belt-block-container {
            display: block;
            height: 175px;
            position: relative;
        }

        .nav-belt-block-btn {
            position: absolute;
            bottom: 0;
        }
    }

    @media screen and (max-width: 999px) and (min-width: 749px) {
        .three-column .nav-belt-block-btn {
            font-size: 1.4rem;
        }

        .four-column h2.nav-belt-block-title {
            font-size: 1.6rem;
        }
        .four-column .nav-belt-block-btn {
            font-size: 1.3rem;
        }
        .five-column .nav-belt-col{
            border-bottom: 1px solid #fff;
        }
        .five-column .nav-belt-col:nth-of-type(4),.five-column .nav-belt-col:nth-of-type(5){
            border-bottom:0;
        }
        .five-column .nav-belt-col:nth-of-type(5),.five-column .nav-belt-col:nth-of-type(3){
            border-right:0;
        }
        html[dir="rtl"] .five-column .nav-belt-col:nth-of-type(5),html[dir="rtl"] .five-column .nav-belt-col:nth-of-type(3){
            border-left:0;
        }
    }

    @media screen and (min-width: 1000px) {
        .col-lg-special{
            width:20%;
        }
        .nav-belt-block {
            height: 230px;
        }
        .nav-belt-block{
             padding:40px 25px;
        }
        .nav-belt-block-container, .five-column .nav-belt-block-container {
            height: 190px;
        }

        .hero p.nav-belt-block-descp {
            font-size: 1.4rem;
            line-height: 1.6rem;
        }

        .nav-belt-block-btn {
            bottom: 40px;
        }
        .five-column h2.nav-belt-block-title{
            font-size: 1.8rem;
            line-height: 1.8rem;
        }
        .five-column .nav-belt-block-btn {
            margin: 0;
            font-size: 1.3rem;
            line-height: 1.5rem;
        }
        .five-column .nav-belt-col:nth-of-type(5) {
            border-right: 0;
        }
        html[dir="rtl"] .five-column .nav-belt-col:nth-of-type(5) {
            border-left: 0;
        }
    }
