

/* Top header logo */
.navbar-brand {
    margin: 10px 0 !important;
    /*padding: 0;*/
    width: 170px !important;
    /*position: relative;*/
}

.side-menu-corp-top {
    font-size: 13px !important;
    margin-top: .5rem !important;
    margin-bottom: 0 !important;
    line-height: 1.4 !important;
}

.side-menu-corp-name {
    font-size: 13px !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    line-height: 1.4 !important;
}




/*********************************************/
/************* Phone Number Cube *************/
/*********************************************/

.header-phone-outer-shell {

    position: absolute;
    right: 70px;
    color: #26313c;
    background-color: white;
}

/***** Transparent header *****/
.navbar.transparent-bg .header-phone-outer-shell {

    color: #fff;
    background: rgba(0,0,0,0);
}

/***** White header... use "fixedmenu" as class *****/
.navbar.transparent-bg.fixedmenu .header-phone-outer-shell {

    color: #26313c;
    background: rgba(255,255,255,1);
}

.header-phone-inner-shell {

    display: inline-block;
    white-space: nowrap;
}

.header-phone-icon {

    display: inline-block;
}

.header-phone-number{

    display: inline-block;
    font-size: 16px;
}


/****** Media queries for phone number ******/
@media (max-width: 399px) {

    .header-phone-outer-shell {
        right: 10px;
    }
    .header-phone-number{
        display: none !important;
    }
}

@media (max-width: 575px) {

    .header-phone-outer-shell {
        right: 60px;
    }
}

@media (min-width: 576px) {

    .header-phone-outer-shell {
        right: 120px;
    }
}

@media (min-width: 992px) {

    .header-phone-outer-shell {
        right: 70px;
    }
}

@media (min-width: 992px) and (max-width: 1092px) {

    .header-phone-outer-shell {
        right: 100px;
    }
    .header-phone-number{
        display: none;
    }
}

@media (min-width: 1200px) {

    .header-phone-outer-shell {
        right: 100px;
    }
}

/*********************************************/
/*********************************************/
/*********************************************/



.static-nav .navbar-nav .nav-link:before {

    background-color: #3360EC !important;
}

/* Footer logo */
.footer-logo-shell {
    width: 140px !important;
    margin: -6px;
}

.footer_logo {
    /*width: 120px !important;*/
    margin-bottom: 2px !important;
}

.bottom25 {
    /*margin-bottom: 25px;*/
}

body {

    /*font-size: 15px;*/
    /*font-weight: normal;*/
    /*font-family: 'Open Sans', sans-serif;*/

    /*font-family: upgrade;*/
    /*font-style: normal;*/
    /*font-weight: 300;*/

}


