@media only screen and (max-width:470px) {
    body{
        margin-top: 0;
    }
    .office-location img,
    .office-location .address{
        display: block;
    }
}
@media only screen and (max-width:767px) {
    .navbar-header {
        margin-right: 0!important;
    }
    header .slider-text h1{
        margin-top: 0;
        -webkit-text-stroke-width: 1px;
        -moz-text-stroke-width: 1px;
    }
    header .slider-text h3{
        font-size: 18px;
    }
    .cta-form h2{
        margin-bottom: 30px;
    }
    .cta-form h2, .cta-form form{
        display: block;
        float: none!important;
    }
    .cta-form .btn{
        width: 100%;
    }
    .tabs-left .tab-content .well{
        display: block;
    }
    ul.nav.nav-text.nav-stacked {
        min-height: 0;
    }
    footer .copyright{
        text-align: left;
        font-size: 12px;
        margin-top: 15px;
    }
    a.mPS2id-highlight:before{
        display: none;
    }
    .navbar-default .navbar-nav > .active > a:before{
        display: none;
    }
    .merchant-form{
        float: none;
        max-width: 100%;
    }
    .footer-links li {
        display: block;
        padding: 15px 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }
    footer{
        padding: 15px 0 0;
    }
    .tabs-left > .nav-tabs{
        display: block;
        width: 100%;
        margin-bottom: 30px;
    }
    .tabs-left .tab-content {
        display: block;
        width: 100%;
        margin-left: 0;
    }
    .dashboard-actions .btn {
        margin: 5px 0;
    }
    .mini-card{
        width: 100%;
    }
    .searchbardiv{
        top: inherit;
        bottom: -20px;
    }
    .li-search{
        display: none!important;
    }
    .btn-login-signup {
        margin: 15px;
    }
}

@media only screen and (min-width:768px) {

    .dropdown:hover .dropdown-menu {
        display: block;
        visibility: visible;
        opacity: 1;
        transform: none;
    }
}