@media print {
    /*
 @page {
 size: 210mm 297mm;
 margin: 10mm;
 }
 */
    body {
        width: 95% !important;
    }
    div[class|=col-] {
        float: left !important;
    }
    a[href]:after {
        content: "" !important;
    }
    #back-top {
        display: none !important;
    }
    .profile-header .col-md-8 {
        width: 100% !important;
    }
    /*show contact details for print*/
    .contact-details-print {
        display: block !important;
    }
    .section-title {
        margin-bottom: 0 !important;
        margin-top: 0 !important;
        font-size: 27px;
    }
    .career-highlights,
    .header-full-icons,
    .skills .tab-content {
        font-size: 70% !important;
        line-height: normal !important;
    }
    .skills .tab-content>.tab-pane {
        display: block !important;
    }
    .skills .tab-content>.tab-pane .circle {
        display: none !important;
    }
    .skills .tab-content>.tab-pane .small-font {
        display: block !important;
        /* display: none !important; */
    }
    .profile-header,
    .profile-header .dark-div {
        min-height: auto !important;
        margin-bottom: 0 !important;
    }
    .profile-header .dark-div .container,
    .profile-header .wrap-pointers {
        padding: 0 !important;
    }
    .profile-header .header-full-icons,
    .profile-header .header-full-icons h2 {
        margin: 0 !important;
    }
    .profile-header .col-md-6 {
        width: 100% !important;
        float: left !important;
        font-size: 80% !important;
        line-height: normal !important;
    }
    .profile-header .col-sm-3 {
        width: 24% !important;
        float: left !important;
    }
    .profile-header h1,
    .profile-header h2 {
        margin: 10px 0 5px 0 !important;
    }
    .skills, .career-highlights {
        page-break-after: always;
    }
    .skills h2,
    .skills h4 {
        margin: 0 !important;
        padding: 10px 0;
    }
    .skills .col-sm-6,
    .skills .col-md-3 {
        width: 24.5% !important;
        float: left !important;
        padding: 0 !important;
        /* height: 35px !important; */
        border-right: 1px solid #ccc;
    }
    .skills .panel-heading {
        font-size: 14px !important;
        padding: 3px 15px !important;
        border-bottom: 1px solid #ddd !important;
        background-color: #eee !important;
    }
    .nav-tabs+.tab-content {
        padding: 0 15px !important;
    }
    .skills .col-md-3:nth-child(4),
    .skills .col-md-3:nth-child(8),
    .skills .col-md-3:nth-child(12),
    .skills .col-md-3:nth-child(16) {
        border-right: 0;
    }
    .career-highlights .col-sm-8 {
        width: 100% !important;
    }
    .career-highlights .alert>p+p {
        margin: 0;
        padding: 0;
    }
    .career-highlights .panel-heading {
        padding: 8px 10px !important;
        font-size: 16px !important;
        background-color: #eee !important;
    }
    .career-highlights .panel-body,
    .career-highlights .alert {
        padding: 0px 5px !important;
    }
    .career-highlights .alert-info {
        border: 0px !important;
    }
    .clients .col-md-6 {
        width: 100% !important;
        margin-bottom: 30px;
    }
    .clients .col-md-3,
    .clients .col-sm-3,
    .clients .col-xs-6 {
        width: 12.4% !important;
        float: left !important;
        padding-top: 15px !important;
    }
    .clients .bxslider-controls {
        display: none !important;
    }
    .clients .bxslider * {
        display: block !important;
        width: 100% !important;
    }
    .clients .bx-wrapper,
    .clients .bx-viewport,
    .clients .bxslider,
    .clients .bxslider li,
    .clients .bxslider blockquote,
    .clients .bxslider blockquote p {
        display: block !important;
        width: 99% !important;
        transform: translate3d(0px, 0px, 0px) !important;
        /* float: none !important; */
        /* clear: both !important; */
        /* overflow: visible !important; */
        height: auto !important;
        position: relative !important;
        margin-top: 0 !important;
        margin-bottom: 0 !important;
        /* padding: 0 !important; */
        font-size: 0.9rem !important;
    }
    .hidden-web {
        display: block !important;
    }
    .clients .bxslider .hidden-print,
    .clients .bxslider .bx-clone {
        display: none !important;
    }
    blockquote {
        padding: 5px 20px;
        margin: 0 0 20px;
        font-size: 14px;
        border-left: 5px solid #eee;
    }
}