        li:hover a {
            background: #fff;
        }
        
        li:hover li a:hover {
            background: grey;
        }
        
        @media (max-width: 768px) {
            .dropdown-lr h3 {
                color: #eee;
            }
            .dropdown-lr label {
                color: #eee;
            }
        }
        
        /*.dropdown {*/
        /*    position: relative;*/
        /*}*/
        
        .caret {
            display: inline-block;
            width: 0;
            height: 0;
            margin-left: 2px;
            vertical-align: middle;
            border-top: 4px solid;
            border-right: 4px solid transparent;
            border-left: 4px solid transparent;
        }
        
        /*ul.dropdown-lr {*/
        /*    width: 300px;*/
        /*}*/
        
        .dropdown-menu {
            position: absolute;
            top: 100%;
            left: 0;
            z-index: 1000;
            display: none;
            float: left;
            min-width: 160px;
            padding: 5px 0;
            margin: 2px 0 0;
            font-size: 14px;
            text-align: left;
            list-style: none;
            background-color: #fff;
            -webkit-background-clip: padding-box;
            background-clip: padding-box;
            border: 1px solid #ccc;
            border: 1px solid rgba(0, 0, 0, .15);
            border-radius: 4px;
            -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
            box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
        }
        
        .col-xs-1,
        .col-sm-1,
        .col-md-1,
        .col-lg-1,
        .col-xs-2,
        .col-sm-2,
        .col-md-2,
        .col-lg-2,
        .col-xs-3,
        .col-sm-3,
        .col-md-3,
        .col-lg-3,
        .col-xs-4,
        .col-sm-4,
        .col-md-4,
        .col-lg-4,
        .col-xs-5,
        .col-sm-5,
        .col-md-5,
        .col-lg-5,
        .col-xs-6,
        .col-sm-6,
        .col-md-6,
        .col-lg-6,
        .col-xs-7,
        .col-sm-7,
        .col-md-7,
        .col-lg-7,
        .col-xs-8,
        .col-sm-8,
        .col-md-8,
        .col-lg-8,
        .col-xs-9,
        .col-sm-9,
        .col-md-9,
        .col-lg-9,
        .col-xs-10,
        .col-sm-10,
        .col-md-10,
        .col-lg-10,
        .col-xs-11,
        .col-sm-11,
        .col-md-11,
        .col-lg-11,
        .col-xs-12,
        .col-sm-12,
        .col-md-12,
        .col-lg-12 {
            position: relative;
            min-height: 1px;
            padding-right: 15px;
            padding-left: 15px;
        }
        
        .text-center {
            text-align: center;
        }
        
        h3,
        .h3 {
            font-size: 24px;
        }
        
        h2,
        .h2 {
            font-size: 15px;
            font-weight: normal;
        }
        
        h1,
        .h1,
        h2,
        .h2,
        h3,
        .h3 {
            margin-top: 10px;
            margin-bottom: 10px;
        }
        
        h1,
        .h1,
        h2,
        .h2 {
            margin-top: -2px;
            margin-bottom: -15px;
        }
        
        h1,
        h2,
        h3,
        h4,
        h5,
        h6,
        .h1,
        .h2,
        .h3,
        .h4,
        .h5,
        .h6 {
            font-family: Akrobat-Black;
            font-weight: 500;
            line-height: 1.8;
            color: black;
            margin-left: 10px;
            margin-right: 10px;
            }
        
        p{
            font-family: Roboto-Medium;
            font-weight: 400;
            line-height: 1.8;
            color: Black;
            margin-left: 15px;
            margin-right: 15px;
        }
        
         ul{
            font-family: Roboto-Medium;
            font-weight: 400;
            line-height: 1.8;
            color: Black;
           margin-left: -7px;
            margin-right: 15px;
        }
        
        b,
        strong {
            font-weight: 700;
        }
        
        .form-group {
            margin-bottom: 15px;
        }
        
        /*label {*/
        /*    display: inline-block;*/
        /*    max-width: 100%;*/
        /*    margin-bottom: 5px;*/
        /*    font-weight: 700;*/
        /*     }*/
        
        .form-control {
            display: block;
            width: 85%;
            padding: 6px 12px;
            padding-left: 0px;
            font-size: 14px;
            line-height: 1.42857143;
            color: #555;
            background-color: #fff;
            background-image: none;
            border: 1px solid #ccc;
            border-radius: 4px;
            -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
            box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
            -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
            -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
            transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
        }
        
        .row {
            margin-right: -15px;
            margin-left: -15px;
        }
        
        .col-xs-5 {
            width: 35.66666667%;
        }
        
        button,
        html input[type=button],
        input[type=reset],
        input[type=submit] {
            -webkit-appearance: button;
            cursor: pointer;
        }
        
        .btn-success {
            color: #fff;
            background-color: #1b5ca2;
            border-color: #4cae4c;
        }
        
        .btn {
            display: inline-block;
            padding: 6px 12px;
            margin-bottom: 0;
            font-size: 14px;
            font-weight: 400;
            line-height: 1.42857143;
            text-align: center;
            white-space: nowrap;
            vertical-align: middle;
            cursor: pointer;
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            user-select: none;
            background-image: none;
            border: 1px solid transparent;
            border-radius: 4px;
        }
        
        @media (min-width: 1200px) {
            .col-lg-12 {
                width: 90%;
            }
        }
        
        @media (min-width: 1200px) {
            .col-lg-1,
            .col-lg-2,
            .col-lg-3,
            .col-lg-4,
            .col-lg-5,
            .col-lg-6,
            .col-lg-7,
            .col-lg-8,
            .col-lg-9,
            .col-lg-10,
            .col-lg-11,
            .col-lg-12 {
                float: left;
            }
        }
      