﻿/* -------------------------------------------------------------------------- */
/*                                  Big Screen                                */
/* -------------------------------------------------------------------------- */

/* ------- Screen 1199px ------- */

@media screen and (max-width: 1199px) {
    .font-34bp {
        font-size: 25px;
    }
}




/* -------------------------------------------------------------------------- */
/*                               ipad Landscape Screen                        */
/* -------------------------------------------------------------------------- */










/* -------------------------------------------------------------------------- */
/*                               ipad Portrait Screen                         */
/* -------------------------------------------------------------------------- */









/* -------------------------------------------------------------------------- */
/*                               Mobile  Screen                               */
/* -------------------------------------------------------------------------- */

@media screen and (max-width: 767px) {
    .d-flex--none-sm{
        display:inherit !important;
    }

    .pb-10px--sm{
        padding-bottom:10px;
    }

    .pd-box, .card-body{
        padding: 0.938em;
    }

    .card-3--container {
        grid-template-columns: 1fr !important;
    }
    #exited-investments .skygray {
        height: 100px;
    }

    /*our-journey*/
    #issues li {
        width: auto !important;
    }

    #issues .h--timeline-event-content .bor_right {
        border-right:none !important;
    }

    #issues .col-lg-offset-6 {
        margin-left: 0px
    }
    #issues .bord_left:after {
        display: none;
    }

    #issues .h--timeline-event-content {
        box-shadow: none;
        border: 1px solid #848181;
    }
    .h--timeline-dates::after, .h--timeline-dates::before {
        width: 10px !important;
    }
    .h--timeline-navigation::after {
        background: url(../assets/images/next-img.png) no-repeat 0 0 !important;
        background-size: auto 16px !important;
        background-position: center !important;
    }
    /*Footer*/
    #topbtncontainer {
        bottom: 75px;
    }
}