/*Additional nav media queries*/

 .navbar-custom {
    background: #232b69;
    background: -webkit-linear-gradient(left top, #232b69, #02083a);
    background: -o-linear-gradient(bottom right, #232b69, #02083a);
    background: -moz-linear-gradient(bottom right, #232b69, #02083a);
    background: linear-gradient(to bottom right, #232b69, #02083a);
        position: inherit;
    margin-bottom: 0;
}

.navbar-nav>li>a>i{
    transform: rotate(0deg);
}

.navbar-nav>li>a{
    color: gray;
}
.navbar-inverse .navbar-nav>li>a:hover{
    color: white;
}



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


        .navbar-custom {
            background-color: #232b69;
            height: 88px;
        }

         .navbar-custom li > a{
            margin-left: 5px;
            margin-right: 10px;
            line-height: 3.7;
        }


    margin-left: 10px;

    }

@media screen and (max-width: 1303px) {

    .navbar-custom li > a{
        margin-left: inherit;
        margin-right: inherit;
    }
    
}

@media screen and (max-width: 1199px) {


        .nav_b{
            margin-top: 1rem;
            margin-left: 5rem;
            /* font-weight: bold; */
            /* font-size: 12px; */
        }

        .navbar-custom {
            background-color: #232b69;
            height: inherit;
        }

        .navbar-custom li > a{
              line-height: 2;
        }

        .navbar-custom li {
        /* margin-left: 10px;
            margin-right: 5px;*/

            list-style: none;
        }
    }

    @media screen and (min-width: 768px) and (max-width: 991px) {
        .nav_b{
            margin-left: -5rem;
            margin-top: 1rem;
            /* font-weight: bold; */
            /* font-size: 12px; */
        }

        .navbar-custom li {
            margin-left: 0px;
            margin-right: 0px;
            /*font-size: smaller;*/
        }

        .nav_cont{
            position: relative;
            right: -3rem;
            margin-right: 15px;
        }

        /* this is for keyplan page*/
        .download-eform {
            width: 100%;
            text-align: center;
        }
        .forms-container {
            width: 100%;
        }
        /*this is the end of style for keyplan page*/
    }

     @media screen and (max-width: 840px) {
       .nav_b{
            font-size: 12px;
            margin-left: -1rem;
       }

       .navbar-custom li {
            margin-left: -5px;
            margin-right: -5px;
        }

    }

    @media screen and (max-width: 768px) {
        .nav_b{
            font-size: 12px;
            margin-top: -1rem;
        }
    }

    @media screen and (max-width: 767px) {
       

        .navbar-custom .navbar-nav>li>a {
            line-height: inherit;
        }

       .navbar-custom li {
            margin-left: 10px;
            margin-right: 10px;
        }

        .nav_b{
            margin-left: 0px;
            margin-top: 0px;
            font-weight: normal;
            font-size: 12px;
        }

        .nav_cont{
           position: relative;
           right: 0px;
        }
    }