
.agency-head-wrap .navbar {
    border-radius: 2px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .08);
    background-color: #fff;
    margin-bottom: 10px;
    min-height: 60px;
    border: none;
    margin-bottom: 10px;
    z-index: 1000;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-flex-direction: row;
    -moz-box-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
}

.agency-head-wrap .container {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: flex;
    width: 100% !important;
    max-width: 1280px;
}

.agency-head-wrap .navbar-header {
    width: 100%;
}

.agency-head-wrap .left-logo-container {
    float: left;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: flex;
    margin-right: auto;
}

.agency-head-wrap a.page-logo {
    width: 45px;
    height: 45px;
    display: block;
    float: left;
    margin-top: 7px;
    margin-bottom: 7px;
}

.agency-head-wrap .show {
    display: inline-block !important;
}

.agency-head-wrap a.branding {
    height: 45px;
    display: none;
    float: left;
    margin-top: 7px;
    margin-bottom: 7px;
    margin-left: 10px;
}

.agency-head-wrap .branding img {
    height: 45px !important;
}

.agency-head-wrap .page-logo img {
    width: 45px !important;
    height: 45px !important;
}

.agency-head-wrap .h5 {
    font-size: 25px;
    font-weight: normal;
    display: none;
    line-height: 0;
    color: #262424;
    float: left;
    margin-top: 15px;
    margin-bottom: 0px;
    margin-left: 10px;
    min-width: 250px;
    max-width: 400px;
    text-overflow: ellipsis;
    overflow: visible;
    text-align: left;
    white-space: nowrap;
    word-break: break-all;
    margin: auto;
}

.agency-head-wrap .h5 p {
    margin-bottom: 0px;
}

@media (max-width : 768px) {

    .agency-head-wrap .navbar-header {
        padding-left: 15px;
    }

    .agency-head-wrap .navbar {
        height: auto;
    }
}

@media (max-width : 480px) {
    .agency-head-wrap .left-logo-container {
        text-align: center;
        float: none !important;
        display: block;
        margin: 0;
        width: 100%;
    }

    .agency-head-wrap .left-logo-icon {
        display: block;
    }

    .agency-head-wrap .navbar-header {
        padding-left: 0px;
        margin-right: 0px;
        width: 100%;
        margin: 0px;
    }

    .agency-head-wrap .container {
        width: 100% !important;
    }

    .agency-head-wrap .left-logo-img {
        float: none !important;
        margin-left: 0 !important;
    }

    .agency-head-wrap .h5 {
        float: none;
        text-align: center;
        margin-top: 8px !important;
        margin-bottom: 6px !important;
        white-space: normal !important;
        word-break: keep-all !important;
        width: 100%;
        margin-left: 0px;
    }

    .agency-head-wrap .left-logo-icon {
        float: none !important;
        margin: auto !important;
        margin-bottom: 2px !important;
        padding-top: 0px;
        margin-top: 8px !important;
    }
}

.agency-head-wrap .left-logo-icon {
    width: 45px;
    height: 45px;
    display: block;
    float: left;
    margin-top: 7px;
    margin-bottom: 7px;
    position: relative;
    margin: auto;
    margin-right: 5px;
}

.agency-head-wrap .left-logo-icon img {
    width: 45px !important;
    height: 45px !important;
}

.agency-head-wrap .left-logo-img {
    min-width: 280px;
    height: 45px;
    display: none;
    float: left;
    margin-top: 7px;
    margin-bottom: 7px;
    margin-left: 10px;
    position: relative;
    text-align: center;
}

.agency-head-wrap .left-logo-img img {
    height: 45px !important;
    margin: 0 auto;
}

@media (max-width:343px) {
    .agency-head-wrap .container {
        width: 100% !important;
    }
}

.agency-head-wrap .navbar-header {
    float: none !important;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: flex;
}

.agency-head-wrap .navbar {
    position: static;
    margin-bottom:0px;

}

.agency-dash-head{
    display: flex !important;
    border-radius: 4px;
}

#navbar-agency{
    display: flex !important;
    vertical-align: middle;
    align-items: center;
}

.img-clip{
    border: none;
    width: 1px;
    display: none;
}

.caret{
    position: absolute;
    top: 13px;
    right: 10px;
}

#navbar-agency .dropdown{
    background-color: white;
    border-radius: 4px;
}

.agency-dash-head .navbar-nav > li > a{
   border-radius: 4px;
}