/* nav.navbar.bootsnav .navbar-header {
	text-align: left !important;
} */

.nav-title {
	width: 100% !important;
	padding: 20px 15px;
}

.bg-blue {
    background: #060628 none repeat scroll 0 0 !important;
}

.bg-blue p, .bg-blue a, .bg-blue h2 {
    color: #fff !important;
}

.bg-grey {
    background: #cacad1 none repeat scroll 0 0 !important;
}

.bg-grey p, .bg-grey a, .bg-grey h2 {
    color: #060628 !important;
}

.padding-page {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}

.paket-title h2 {
    display: inline-block;
    font-weight: 700;
    padding-top: 20px;
    padding-bottom: 20px;
    position: relative;
    z-index: 1;
}

.paket-title h4 {
    font-weight: 700;
    position: relative;
    z-index: 1;
}

.advisor-item .info-title .info-name {
    font-size: 14px !important;
    min-height: 52px !important;
}

footer .footer-bottom {
    background: #04041b none repeat scroll 0 0 !important;
}

@media only screen and (max-width: 767px) {
    .padding-page {
        padding-top: 30px !important;
        padding-bottom: 30px !important;
    }

    .nav-title {
        padding: 15px 10px !important;
    }

    .nav-title h2 {
        font-size: 18px !important;
    }

    .paket-title h2 {
        font-size: 18px !important;
    }
    
    .advisor-item .info-title {
        padding: 10px !important;
    }

    /* .advisor-item .info-title p {
        font-size: 12px !important;
        min-height: 52px !important;
    } */

    .advisor-item .info-title .info-name {
        font-size: 12px !important;
        min-height: 52px !important;
    }

    .advisor-item .social .btn {
        font-size: 10px !important;
        line-height: 15px !important;
        padding: 5px 10px !important;

    } 

}